jellyfin / Swiftfin

Native Jellyfin Client for iOS and tvOS
Mozilla Public License 2.0
2.59k stars 282 forks source link

Apple TV display content in incorrect folder #1317

Open swgamerx opened 5 hours ago

swgamerx commented 5 hours ago

On my jellyfish the server, I have three media types, television, movies, and other. Each of these media types are fed from separate folders on NAS, television display is fine, but the movie folder displays videos contained within the other media type, swift on iOS and regular Jellyfin applications show all media correctly, it's just SwiftFin for Apple TV, which displays incorrectly. I've attached a photo of my TV screen showing incorrect files being displayed under movies.

Version 1.01

image

JPKribs commented 4 hours ago

Would you be able to validate that the media is correct in the Media section of tvOS?

On iOS, we only use the libraries as options. On tvOS, these two sections are based on type. So, anything with the Movie or Show type will appear in their respective sections regardless of their library. Libraries can be found in the Media section containing all media per Library instead.

If this you are able to see items in their appropriate media library folder, this is working as intended with the request to filter these media types available here:

https://github.com/jellyfin/Swiftfin/issues/1315