2013-02-02, 17:11
Problem:
the context menu keeps growing so you get a huge list to choose from and this starts to clutter the screen and unnecessary scrolling.
Solution:
Like already discussed in some thread move several options to an additional dialog.
Discussion thread: forum.xbmc.org/showthread.php?tid=148691
Now we have:
new layout
This would allow to add for example the "add/edit art" button without cluttering standard context menu.
Also if this PR https://github.com/xbmc/xbmc/pull/1654 goes in perhaps at some time this will add some more stuff to it which makes it even larger.
Perhaps that on could go under a main item as well so that all custom added items will be listed in a second dialog
the context menu keeps growing so you get a huge list to choose from and this starts to clutter the screen and unnecessary scrolling.
Solution:
Like already discussed in some thread move several options to an additional dialog.
Discussion thread: forum.xbmc.org/showthread.php?tid=148691
Now we have:
PHP Code:
*queue item
*play from here
*add to favourites
*movie information
*mark as watched
*edit title
*link to tv show
*remove from library
*update library
new layout
PHP Code:
*queue item
*play/play from here
*movie information
*update library
*manage movie
-add to favourites
-mark as watched
-edit title
-link to tv show
-remove from library
-add/edit art
-add to tag
-add to set
This would allow to add for example the "add/edit art" button without cluttering standard context menu.
Also if this PR https://github.com/xbmc/xbmc/pull/1654 goes in perhaps at some time this will add some more stuff to it which makes it even larger.
Perhaps that on could go under a main item as well so that all custom added items will be listed in a second dialog