JoshFink 19 Posted July 29, 2016 Posted July 29, 2016 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 1055 Posted July 30, 2016 Posted July 30, 2016 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.
dimmiemedia 3 Posted August 20, 2016 Posted August 20, 2016 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
mark235 5 Posted September 11, 2016 Posted September 11, 2016 +1, would love more control of this setting in the server config!
Happy2Play 9442 Posted September 11, 2016 Posted September 11, 2016 Something needs to be done since there is no way to bookmark any Tabs anymore either. 3
mark235 5 Posted September 11, 2016 Posted September 11, 2016 Doesn't work in build 3.0.3070 Workaround didn't work for me either (3.0.7100)
PenkethBoy 2066 Posted September 11, 2016 Posted September 11, 2016 +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 4
transcendent 1 Posted October 3, 2016 Posted October 3, 2016 This was the absolute first thing I wanted to change once I got Emby set up. I hope this makes it in!
Diedrich 370 Posted October 3, 2016 Posted October 3, 2016 It's been two years since originally requested... [emoji53]
Untoten 303 Posted October 14, 2016 Posted October 14, 2016 +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?
Luke 40082 Posted October 14, 2016 Posted October 14, 2016 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. 1
Happy2Play 9442 Posted October 30, 2016 Posted October 30, 2016 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. 3
nortok00 2 Posted January 3, 2017 Posted January 3, 2017 +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. 2
dcook 289 Posted March 16, 2017 Posted March 16, 2017 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 1
Untoten 303 Posted July 6, 2017 Posted July 6, 2017 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.
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