Jump to content

Can the behavior when accessing the media library as a folder be modif


Moenis
Go to solution Solved by Happy2Play,

Recommended Posts

Moenis

When I browse the library using folder tabs and the library type is "Movies"
I click on a movie and it goes inside instead of opening the movie details, which results in an extra click
But if the media library type is mixed content, it will directly enter the movie details.

 

Is it possible to have a movie-type media library behave the same as a mixed-content library?

When there is only one video in a folder, go directly to that video just like mixed content

 

Media library type is movie

image.gif.36326f2c50c7adaef5e52890903781a5.gif

 

Media library type is mixed content

image.gif.98363a33ecea71e210ad21b5aa9b9007.gif

Link to comment
Share on other sites

  • Solution
Happy2Play

Well since the hidden options in the library options.xml have moved to the database you have to use the api or modify the database directly.

<CollapseSingleItemFolders>false</CollapseSingleItemFolders> as the option need to be true to remove that additional folder layer.

You can try changing the xml but believe they were migrated on first update to 4.8.    Path will be platform prevalent C:\Users\Media\AppData\Roaming\Emby-Server\programdata\root\default\libraryname.

Otherwise you have to use the api link at the bottom of the dashboard.  But comes with its own restrictions as CORS will require using localhost or https connection.  There is a workaround in browser flags mentioned here

You would query your current library to get all the setting, copy all and modify the collapse option to true, and use the libraryoptions endpoint to change.

 

Link to comment
Share on other sites

Moenis
Posted (edited)
8 hours ago, Happy2Play said:

<CollapseSingleItemFolders>false</CollapseSingleItemFolders> as the option need to be true to remove that additional folder layer.

 

Thanks, this works,
I searched on Google for `CollapseSingleItemFolders site:emby.media`  This question seems to have been raised by many people.
It would be great if you could add a button to the webui to switch

Edited by Moenis
Link to comment
Share on other sites

Happy2Play
1 hour ago, Moenis said:

Thanks, this works,
I searched on Google for `CollapseSingleItemFolders site:emby.media`  This question seems to have been raised by many people.
It would be great if you could add a button to the webui to switch

Most want the opposite of what you want.   But agree the are pros and cons as this applies to a specific need.  Most complaints are from the colapsing when there is only one item in the folder.

Did you have to use the api?

Link to comment
Share on other sites

Please note that when forcing it to true there are some library scanning inaccuracies with the older scanning method. That's why it's best to leave it as is and wait for a solution to automatically jump through the extra layer.

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...