Jump to content

Cleaner Home Screen - Hide Libraries


slyfox

Recommended Posts

slyfox

I recently downloaded Plex to see what it looks like nowadays and I was impressed with how it manages libraries.

 

I root user can have access to all the libraries. However, the home screen can show only the pinned libraries. This is great!

 

I want to havre access to three or four main libraries and hide the rest of the libraries. At the same time I can search for content from all of the libraries and if needed quickly access them.

 

Can this be done with Emby?

  • Like 1
Link to comment
Share on other sites

Hi, no, but you could always take My Media off the home screen and then just use the side menu to access libraries.

Link to comment
Share on other sites

slyfox

I would really like to see this feature or something similar. I need to have access to a number of libraries from time to time but I don't need them cluttering up my home screen as I primarily use Movie and TV Shows folders. The current approach is rather black and white.

Link to comment
Share on other sites

slyfox

A few years ago I switched to Emby from Plex because I was dissatisfied with media libraries cluttering up my main user interface and not letting managed users to delete content.

 

Today, Emby's home screen and navigation is a lot slower compared to Plex pinned libraries features. I will probably switch back to Plex for the time being until Emby will get a better (more manageable and cleaner) home screen interface. 

Link to comment
Share on other sites

slyfox

I really do. I have not followed Plex in while. Is there some serious privacy issues? What is the latest status?

 

My Emby home screen has 16 libraries that I have to navigate. Plex has three libraries pinned and 13 more available on demand. Current Plex is simpler to navigate. 

 

Edit: Actually, changing Emby Home screen setting to small icons makes things better. But there is no way to trigger scan library when the small icons are enabled.

Edited by slyfox
  • Like 1
Link to comment
Share on other sites

PuffyToesToo

I simply created a separate Admin account for when I want to access all content. I have my regular account where I don't have to see all the clutter that is irrelevant to me. Perhaps this would work for you?

 

I would really like to see this feature or something similar. I need to have access to a number of libraries from time to time but I don't need them cluttering up my home screen as I primarily use Movie and TV Shows folders. The current approach is rather black and white.

  • Like 1
Link to comment
Share on other sites

Happy2Play

Technically there is a hack to the users config.xml to hide libraries from My Media by adding the libraries string to <MyMediaExcludes> from <OrderedViews>.

You just have to go into each library to see the ParentID.

<?xml version="1.0"?>
<UserConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <AudioLanguagePreference />
  <PlayDefaultAudioTrack>true</PlayDefaultAudioTrack>
  <SubtitleLanguagePreference />
  <DisplayMissingEpisodes>false</DisplayMissingEpisodes>
  <GroupedFolders />
  <SubtitleMode>Default</SubtitleMode>
  <DisplayCollectionsView>false</DisplayCollectionsView>
  <EnableLocalPassword>true</EnableLocalPassword>
  <OrderedViews>
    <string>32ee4031a446b13e1c5b0b4ebebde05b</string>
  </OrderedViews>
  <LatestItemsExcludes />
  <MyMediaExcludes>
    <string>165db2549e77c71dacef0e83a95cc5de</string>
    <string>7e64e319657a9516ec78490da03edccb</string>
    <string>b86cd6e32cadce54f73e3ed08c6f5e0d</string>
    <string>1e718d3df428c1e97f7f2e95db8d1222</string>
    <string>a329771776adbdb07b6c33f01ea51e49</string>
    <string>9d7ad6afe9afa2dab1a2f6e00ad28fa6</string>
    <string>f1ffda17fff72a19997ec7e667bb8d3c</string>
    <string>3aeb99515c5a4d67fe12f482a99e3d6c</string>
    <string>00e6b1ff67d0cfb65ba8825631fe1b94</string>
    <string>fea9a46783f935a0acd44078a7c8b0bc</string>
    <string>2c7c652c0f2ba701e263c45458e1c57b</string>
    <string>0065100693b349955b725be01e212708</string>
    <string>28b5d5b8bef4bd1f1914503b5c11ac91</string>
    <string>b8c6884895a8fb91c0bd4ec0573e0137</string>
    <string>7c59a598afef455d09ded8af12fa503d</string>
    <string>4e985111ed7f570b595204d82adb02f3</string>
    <string>62ade2ba7cdb6010894c0a6acf9cd727</string>
    <string>71c66a8d96a733cc1741912a83ece1f8</string>
    <string>5949d81105d0e69f57107aa56a64ec06</string>
    <string>d4f9f1e19973c2c52c4ad58c85462739</string>
    <string>76d537b474d43a143539dd4ad0000d9c</string>
    <string>e957f9042f99d8b3c9c0f7f4d81898b8</string>
    <string>40b0fe5dacfa2819842f5facb9fd9a24</string>
    <string>e571044e42838df0e0bc9ba33cf224c7</string>
    <string>0a07eda4493d2a42d1ae97a8df7b3b21</string>
    <string>3c6fdef732819d7e273668e685ba9fa5</string>
    <string>00a9dd5c40593aadfdcb8c91bc265f5d</string>
    <string>3be85d245942169487a1ce3c6da4044d</string>
    <string>6a28d8fe1cb7bfb5fc396463c6517f64</string>
    <string>0904935442732fb0e1bdc2dc1b0b0fea</string>
    <string>1dd16bc5864afd5d3151afb445b33c59</string>
    <string>518de94b5ddf381e9e6297e2f1767c44</string>
    <string>9713ca41539b6bcc9215a8bbed2b1b32</string>
    <string>35470511eeb8e934f873e97b483b3831</string>
  </MyMediaExcludes>
  <HidePlayedInLatest>true</HidePlayedInLatest>
  <RememberAudioSelections>true</RememberAudioSelections>
  <RememberSubtitleSelections>true</RememberSubtitleSelections>
  <EnableNextEpisodeAutoPlay>true</EnableNextEpisodeAutoPlay>
</UserConfiguration>

But at the same time it will affect all the additional rows like Next Up, Continue Watching depending on what is actually hidden, but everything is still searchable.  

 

Note just navigating to user preference Home Screen will adjust/rest these options.  Only did a quick test.  You have to adjust the config.xml with the server offline.

 

Luke would need to expose/add "Display on home screen" to each library on Home Screen settings, just like the option that already exist for example Collections and Playlists.

Edited by Happy2Play
  • Like 1
Link to comment
Share on other sites

slyfox

I simply created a separate Admin account for when I want to access all content. I have my regular account where I don't have to see all the clutter that is irrelevant to me. Perhaps this would work for you?

 

 

 

That would not work. I think Plex nailed it.

 

I primarily want to have access to Movie, TV, Shows, Russian Movies, Documentaries.

 

From time to time, I want to watch something from TV Nature or Animation or WWII Libraries...

 

With Plex, I can "pin" my main libraries and have them at front to easily navigate. At the same time I have easy access to other libraries if I need to. This way, I can keep track of played/unplayed in my account.

 

Emby brings everything to the Homescreen. Four to five libraries are ok. But when you have about 16, it becomes cluttered.

  • Like 1
Link to comment
Share on other sites

Spaceboy

I agree, I think this would be a really useful feature. I want access to all my libraries but I don’t want to see them in the home screen. In the web client this is straight forward as you have the menu on the left. On apps like android it’s going to be more complicated. Perhaps a catch all “all remaining libraries” button at the end of the row?

  • Like 1
Link to comment
Share on other sites

I agree, I think this would be a really useful feature. I want access to all my libraries but I don’t want to see them in the home screen. In the web client this is straight forward as you have the menu on the left. On apps like android it’s going to be more complicated. Perhaps a catch all “all remaining libraries” button at the end of the row?

 

Yeah, one relatively easy option here would be a customizable display limit with a "more..." button.  So, you could sort your easy access ones to the front and tell it to only show x of them.

  • Like 2
Link to comment
Share on other sites

  • 4 weeks later...
slyfox

Please prioritize this feature. Over the past several weeks I have been very jealous of how well Plex implements the concept of pinned libraries. Just copy the view to embed with Favourites or Starred libraries. 

 

I have two primary libraries that I watch often: Movie and TV as well as ten more that I access from time to time. I really don't want the clutter of 12 libraries on my home screen.

 

FKnnmU0.png

Edited by slyfox
Link to comment
Share on other sites

  • 2 years later...
chenks

hi, sorry for the bump, but thought it more appropriate to post here than create a new thread.

is this still a function that isn't natively possible to do?

I have a library that contains test files (for testing playing and colour accuracy etc), but don't necessarily want it listed as an icon on the homescreen within the "MyMedia" section. is it not possible to have this not displayed?

Link to comment
Share on other sites

chenks

i don't want to block access to the library though, just not list it on the homescreen "MyMedia" row.
will that setting not block access completely?
 

Link to comment
Share on other sites

3 hours ago, chenks said:

i don't want to block access to the library though, just not list it on the homescreen "MyMedia" row.
will that setting not block access completely?
 

Yes it will.

Link to comment
Share on other sites

chenks

ok that's not going to work for me then.
I just don't want it listed as a library on the home dashboard.

  • Like 1
Link to comment
Share on other sites

11 minutes ago, chenks said:

I just don't want it listed as a library on the home dashboard.

Hi.  How would you access it?

Link to comment
Share on other sites

chenks

via the sidebar?

I guess my angle is that i'm trying to completely move over from plex to emby due to plex starting to not do the basics very well any more (ie local playback), and in the plex enviroment you can have libraries that aren't necessarily pinned to the home "dashboard", but are still accessilble from other parts of the app.

in emby i see that the library is shown on both the homescreen and in the sidebar. in plex i can set it that a library is not shown on the homescreen but is still accessible if you manually browse to it from elsewhere (ie the sidebar)

i'm not trying to block access to the library, just now have it shown in the MyMedia row, much in the same way that i can set "Collections" to not show in the MyMedia row, but Collections are still accessible elsewhere.

Edited by chenks
Link to comment
Share on other sites

7 minutes ago, chenks said:

via the sidebar?

Okay, right now, the sidebar is just the same libraries you defined that you wanted to see in My Media.

Link to comment
Share on other sites

chenks

ok, but you get what i'm trying to do and the reason for it?
but emby, at the moment doesn't facilitate this.

i was guessing that it might have been the same or similar process as removing Collections from the MyMedia row.

Link to comment
Share on other sites

You can remove the whole My Media section if that's what you want to do.

Link to comment
Share on other sites

chenks

no i don't want to remove the whole MyMedia section, just be able to have granular control over what is listed in it.

but Emby can't do that, so it seems i may have to find a workaround or another solution to achieve it.

Link to comment
Share on other sites

Ok I would expect more control over this in future updates. Thanks.

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...