DougQ 0 Posted November 13, 2020 Share Posted November 13, 2020 I recently purchased 2 Roku smart tv's and have installed Emby on them. I would like to see ONLY folders and files from one server running Windows 10 on my LAN. I had previously used Serviio and it was easy to configure as above, but it keeps disappearing. Is the css coding in html? Would there be a programming guide? TIA DougQ Link to post Share on other sites
Luke 25828 Posted November 13, 2020 Share Posted November 13, 2020 Hi, how does that compare to what you see now? Link to post Share on other sites
DougQ 0 Posted November 14, 2020 Author Share Posted November 14, 2020 Luke: I do not want to see: suggestions, upcoming, favorites,genres or episodes. just folders and files. Link to post Share on other sites
Happy2Play 4411 Posted November 14, 2020 Share Posted November 14, 2020 (edited) 25 minutes ago, DougQ said: Luke: I do not want to see: suggestions, upcoming, favorites,genres or episodes. just folders and files. You should use Mixed Content then as it does not have these additional headers tabs. But in theory you could remove those tabs but is global across all content types as there is no way to target specific content type pages. You can do this but as mentioned you will remove Home and leave Favorite on Home screen. div.headerMiddle.sectionTabs button:not(:last-child) {display: none;} But the libraries will load to their default landing tabs, but you can change most content types landing tab via (per user) User icon-Home Screen (default screen) per library. But note css only applies to the web client (not online client), no other clients. Edited November 14, 2020 by Happy2Play Link to post Share on other sites
DougQ 0 Posted November 14, 2020 Author Share Posted November 14, 2020 (edited) 2 hours ago, Happy2Play said: But note css only applies to the web client (not online client), no other clients I would have thought Web client and online client were one and the same? So css will have no affect on my roku tv's, on my lan? I will try the mixed content. Thanks Edited November 14, 2020 by DougQ Link to post Share on other sites
Luke 25828 Posted November 14, 2020 Share Posted November 14, 2020 2 hours ago, DougQ said: So css will have no affect on my roku tv's, on my lan? Correct. Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now