Jump to content

Web client to remember "Tab"


Vidman

Recommended Posts

JoshFink

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. 

Link to comment
Share on other sites

AdrianW

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.

Link to comment
Share on other sites

  • 3 weeks later...
dimmiemedia

 

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

Link to comment
Share on other sites

  • 3 weeks later...
Happy2Play

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

  • Like 3
Link to comment
Share on other sites

PenkethBoy

+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
Link to comment
Share on other sites

  • 3 weeks later...
  • 2 weeks later...
Untoten

+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?

Link to comment
Share on other sites

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
Link to comment
Share on other sites

  • 3 weeks later...
Happy2Play

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
Link to comment
Share on other sites

  • 2 months later...
nortok00

+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
Link to comment
Share on other sites

  • 2 months later...
dcook

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
Link to comment
Share on other sites

  • 1 month later...
  • 2 months later...
Untoten

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.

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