Jump to content

Recommended Posts

JoshFink
Posted

I'm finally taking the time to change out my infrastructure (still using Emby with MediaCenter on Windows 7). This is really a sticking point in usability, as I'm sure there will be some others. 

AdrianW
Posted

I'm finally taking the time to change out my infrastructure (still using Emby with MediaCenter on Windows 7). This is really a sticking point in usability, as I'm sure there will be some others. 

 

If you're using EMC then you'll be switching the ET (Emby Theatre) not the WebUI.

 

It'd still be nice if the WebUI could be configured to start on a specific tab. But, it doesn't worry me too much as I never use it for playback anyway.

  • 3 weeks later...
dimmiemedia
Posted

 

In librarybrowser.js:

 

MOVIES VIEW (search for if (context != 'folders') {

if (item.CollectionType == 'movies') {

Beneath this line you will see the default Suggestions

return 'movies.html?topParentId=' + item.Id; 
 

Change to "Movies" tab view

return 'movies.html?tab=1&topParentId=' + item.Id; 
 

Change to "Trailers" tab view

return 'movies.html?tab=2&topParentId=' + item.Id; 
Change to "Collections" tab view
return 'movies.html?tab=3&topParentId=' + item.Id; 
 

Change to "Genres" tab view

return 'movies.html?tab=4&topParentId=' + item.Id; 
 

Change to "People" tab view

return 'movies.html?tab=5&topParentId=' + item.Id; 
 

Change to "Studios" tab view

return 'movies.html?tab=6&topParentId=' + item.Id; 

 

Doesn't work in build 3.0.3070

  • 3 weeks later...
Posted

+1, would love more control of this setting in the server config! 

Happy2Play
Posted

Something needs to be done since there is no way to bookmark any Tabs anymore either.

  • Like 3
Posted

Doesn't work in build 3.0.3070

 

Workaround didn't work for me either (3.0.7100)

PenkethBoy
Posted

+1 from me as well

 

1) change default tab

2) reorder tabs

3) hide/unhide tabs - per user

4) change names/titles

5) reset to default - for those oops! moments

  • Like 4
  • 3 weeks later...
transcendent
Posted

This was the absolute first thing I wanted to change once I got Emby set up. I hope this makes it in!

Diedrich
Posted

It's been two years since originally requested... [emoji53]

  • 2 weeks later...
Posted

+1 2 years for a few line changes.  Are we being ignored or is there a reason for this?  or is this simply a product decision that was not communicated and will not change?

Posted

Some configuration over landing screens will happen although I can't say what that will be at this point because other factors haven't been decided yet.

  • Like 1
  • 3 weeks later...
Happy2Play
Posted

Some configuration over landing screens will happen although I can't say what that will be at this point because other factors haven't been decided yet.

My issue is you can't bookmark anything.  And refreshing a page bounces you to somewhere else than what you are refreshing.

  • Like 3
  • 2 months later...
Posted

+1 from me too. I like the idea of having the suggestions tab but it should be customizable as to where it goes or have it at the end. I think most people want their movies, tv shows, etc. to appear first and everything else after that. I would put it last but would prefer this to be something each person can customize.

  • Like 2
  • 2 months later...
Diedrich
Posted

903 days 00 hours 45 minutes

Posted

Don't hold your breath

 

The Dev's don't seem to understand that they should develop an amazing product but let the users of the product configure it and display it how they want.  

Instead the Dev's are pushing their own personal preferences on all of us without our ability to change these preferences.

(There are many many examples of this behavior)

 

 

903 days 00 hours 45 minutes

  • Like 1
  • 1 month later...
Diedrich
Posted

Hooray! Thanks for the notification.

  • 2 months later...
Untoten
Posted

Don't hold your breath

 

The Dev's don't seem to understand that they should develop an amazing product but let the users of the product configure it and display it how they want.  

Instead the Dev's are pushing their own personal preferences on all of us without our ability to change these preferences.

(There are many many examples of this behavior)

Tell me about it, been trying to get basic LDAP/SSO/header auth for almost 2 years now.

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