Yesterday, 08:09 PM
(This post was last modified: Yesterday, 08:51 PM by PPRJack. Edited 1 time in total.)
(2024-06-07, 03:39 PM)west Wrote: Click on top corner user profile avatar icon.
Click "Home"
Scroll down to "Library Order"
Make changes there.
Also if you want to eliminate the horizontal scrolling layout, you can try this bit of CSS code
Copy and paste the following then restart:
@media all and (min-width: 50em) {
.homePage .emby-scroller {
margin-right: 0;
}
.homePage .emby-scrollbuttons {
display: none;
}
.homePage .itemsContainer {
flex-wrap: wrap;
}
}
OMG! Thank You!
I have been searching for a way to do this (eliminate the horizontal scrolling layout) Forever!
This works on my Jellyfin Server Web View, Why is this NOT the Default behavior?!
How can we make this information more visible / make the feature more readily available to more users?
Now, if only we can get the SAME thing on the Android TV Jellyfin Client Home Screen?