2013-01-08, 20:57
(2013-01-07, 23:11)peppe_sr Wrote: [ -> ]always the same result on the same image!!
i need help
Please upload the debug log to xbmclogs.com
(2012-12-27, 01:16)akovia Wrote: [ -> ]1. Aeon Nox has a "Pictures" menu item but it is the only menu item that has completely transparent menus which makes it hard to read depending on the background pictures. Since this the only menu item like this I thought it might be a plugin setting.It's not the plugin.
(2012-12-27, 01:16)akovia Wrote: [ -> ]2. I would like to add some sub-menus to the main menu item for easy access to my most used functions. Aeon Nox allows for custom button functions, but I'm not sure how to make them for a plugin. This way I could go directly to keywords or a collection from the sub menu.Please use Frodo and the last version from my git repository. It prints the parameters to the debug log. That means that you select a menu and can look in the debug log for the parameters to use with RunScript().
something like:
function = XBMC.RunScript(plugin.image.mypicsdb,0,?action='setproperties'&method ='Keywords'&sort ='Name')
or
function = XBMC.RunScript(plugin.image.mypicsdb,0,?action='setproperties'&method ='Collection'&collname ='Pets'&sort ='Name')
(2012-12-27, 01:16)akovia Wrote: [ -> ]Lastly, I wondered if it would be possible to add a menu item to "add to collection" in the fullscreen mode or the info mode? There are times when I have a series of similar pictures and I want to pick the best ones for a collection and the thumbs aren't big enough to to distinguish between them which means a lot of going back and forth and button clicking to add items to a collection.As far as I know it's not possible to display a context menu in if you view a fullscreen picture.