-
-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tvOS] (master) Settings -> Customize -> Days in Next Up button weird #1476
Comments
We are aware of this issue https://developer.apple.com/forums/thread/739545
The alternative is to develop a custom view for this. I did that once in the PR below, but, as a smaller volunteer team, using Apple's native components is important to minimizing our maintenance. If the issue persists, I still have that work but the goal is to lean on Apple's Alert component to work appropriately again. |
Interesting, we can close this as I have no way of testing this on hw as I don't have a spare apple tv I can put in developer mode. This was the only real issue that I noticed that seemed like an actual bug, others are all just minor layout things which most are covered by existing PR's already so I didn't bother with those. |
As a note, you don't need to put your device into developer mode to build it. All you need to do is change the signing from org.jellyfin.swiftfin in the project configuration. Any other signing should work. Also, change the development team from none to an Apple developer account. It is free to build under device and test. You do not need to pay the $100. Then, follow these steps below:
Once paired, your Apple TV should appear as a device you can build to in Xcode's run scheme pull-down menu. Simply select your Apple TV from the device dropdown (where you would normally select a simulator), and then click the Run button to build and install directly to your physical Apple TV. Note that unlike iOS devices, Apple TV devices connect to Xcode wirelessly over Wi-Fi rather than through a USB cable. |
I literally only found out about this this weekend. I was on the same page as you. Where, I thought I basically needed to take the device off-line to do anything like this, but it's actually pretty unintrusive. |
@JPKribs ooh that sort of seems to have worked! Might be worth adding this to the wiki. ![]() I don't have this on the emulator, so not sure how to get past this. |
Close and reopen the app. I've seen that crash before on first login. You can also rebuild to that target. So long as you're logged it should work. Not saying that's ideal but for a non-official build I'm not worried about that issue just yet haha |
Ah nice, that does indeed work. Seems the app also stays on the Apple TV. I'll mess around with it some this week on my TV. I'll do a reply with issues I've found not yet listed in the discussion, we can figure out if we need seperate issues for tracking after or not I guess. |
I believe 30 days? But that would be very helpful! I already adding I can update the discussion as new items arise. |
Where it stops for a second and jumps back up a few rows... I'm also having that on a Apple TV 4k I got last year why updating my older 4k one after it kept crashing. Or is it something else ? |
That's the library focus issue. When new items are added to the The scrolling performance issue is just the general sluggishness. I don't know if you feel that as well but everything feels very slow to move around. I believe this is related to the I literally only started learning Swift because I wanted to contribute to Swiftfin. So, I don't have a ton of background in UIKit. That means, I don't really have the skillset to dive into Hopefully some new blood can assist in some of this as well! Anything you find I'll compile into that tvOS discussion. That should centralize things better for new folks looking to assist. If you make an issue for anything I can tag and add it. Really appreciate the second set of eyes @sjorge! |
I'm diffinately seeing this, it also messed with horizontal scroll as once the focus shifts you're stuck in the menu/tab bar.
I have not found it sluggish, but I do have cinematic background disabled (wasn't sure what it does, but I only have posters for 90% of my shows and no backdrops so I just turned it off in case it had something to do with backdrops) I already posted over in the discussion, I ended up messing around a bit more instead of making dinner xD |
Describe the bug
I noticed the button label is a bit weird in the Days in Next Up dialog on tvOS, was running in simulator as I wanted to check out some of the new work since 1.0.1 and I did have XCode installed for something else so I gave it a build.
Not sure how to properly explain it so here is a video
https://imgur.com/tX7s0lR
Edit: attempt 2 at attaching the video
Edit2: overall more usable than the currently release but lots of small things, I'll hold of on filing issues for that.
Application version
master
Where did you install the app from?
None
Device information
tvOS Simulator
OS version
18.2
Jellyfin server version
10.10.7
The text was updated successfully, but these errors were encountered: