jellyfin / Swiftfin

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

tvOS - Library List View #687

Open Smiggel opened 1 year ago

Smiggel commented 1 year ago

Describe the feature you'd like The layout of all movies and tv-series is a poster view layout, where all items are displayed as a poster next to each other. I prefer to look at my content as a list. Therefor I would like to feature request to switch between a list view and poster view.

LePips commented 1 year ago

Is this for tvOS? This is possible on iOS.

Smiggel commented 1 year ago

Oops, forgot to mention that. Yes, for TVOS i mean.

JPKribs commented 1 month ago

I've had some free time as of late and I thought I would take a look at this. Does this look what you were expecting @Smiggel? To mirror iPad, I allowed for up to 3 columns. iPad it's 4 but for tvOS, 4 was falling off the page. IMO, it looks like maybe 3 is a bit too much (see below) but if people like 3+ I'm fine to include it.

Library List Layout

Smiggel commented 1 month ago

Personally I like the 1 column layout the most. But it’s great if anyone can set the amount of columns they prefer. 👍

JPKribs commented 1 month ago

There may be some changes required but I believe I have this working. PR can be found here: https://github.com/jellyfin/Swiftfin/pull/1213