(2022-01-19, 20:21)robertlaing Wrote: It seems that the playlist option on the left blade also acts as a "main menu choice", and gives "focus" back to the playlist.
In other words, any "main menu choice" I make whilst in the player becomes the new focus for when I press return from the player.
So, to my mind, I thought that if you made the new icon in the player become a "main menu choice" it would always allow me to return to the playlist from th eplayer by pressing return.
@
robertlaing , unfortunately, this is not something I can change. This is core Kodi behavior.
What I did, to make it easier for you, is to add a "Current Playlist" submenu item in the Music main menu. So, in your scenario, instead of just pressing Back (what you call return), Back from the main menu to go back to the player, just go to the music main menu, and click on the "Current Playlist" submenu item. This should take you to the playlist, and then, when you go to the player from there, when you press Back you will return to the playlist.
In essence, it's just less clicks than going into an album and then going to the sideblade and choosing "Playlist".
It's possible that when you update from GitHub, you will not see the new submenu item. If that is the case, please quit Kodi, and delete the "script-skinshortcuts-includes.xml" file from the skin's 1080i folder. You can then restart Kodi, and the menu/submenu will be rebuilt.
If you do not feel comfortable deleting skin files, I also changed the code so that you can add yourself the current music playlist as a menu or submenu item. Just go to the menu configuration dialog, and add a new item. In the following example, I am adding the Current Playlist to the submenu for the Music main menu item:
Then go to Choose item for Menu, and select "Common":
In there, you will find the option Current Playlist, select it:
After that, just return to the main menu, and amber will rebuild the menu/submenu. In my example, I get a new submenu item under the Music main menu item:
You could also add this as a main menu item, for even less clicks when you want to return from the music player to the playlist.
Please let me know if this helps. Thanks.
Regards,
Bart