Sorry if this has already been discussed... I didn't realize how active this community was!
Anyway, I'd like to know if there's a way to change what menus are active by default when starting PlexConnect. For example, navigating to TV Shows first brings the user to "On Deck" when I'd really like to have "All Shows" displayed first.
I've toyed around a bit but can't seem to figure out how to just make one menu active. Any help or suggestions would be greatly appreciated, thanks!
In PlexConnect/assets/templates/TVSectionTopLevel.xml
In PlexConnect/assets/templates/MovieSectionTopLevel.xml
change:
navigation currentIndex="1" to navigation currentIndex="0"
This is excellent. Works!
Now, looking at the MoviesSecondary.xml file, the By Folder selection is at the bottom. It there a way to copy this (maybe adjustments needed?) over to the MovieSectionTopLevel.xml? If so, then setting the currentindex accordingly would bring up the By Folder view as the default. What would it take to do this?