Marcos,
I am loving the skin, great job. My only feature request is for the ability to use tvtunes in solo mode for downloading themes.
Usually I run tvtunes when I add a new show to my collection. When your collection includes hundreds of shows and many don't have a theme song it takes a long time to go through the search for all tv shows as it attempts to search for those shows that you know it won't find.
It would be great to be able to just search for the one show and save all that time.
According to the tvtunes developer on the tvtunes thread at xbmc.org, this can be implemented.
"for solo mode, you can add a button on dialogvideoinfo.xml with this:
Code:
<onclick>XBMC.RunScript(script.tvtunes,mode=solo&tvpath=$INFO[ListItem.FilenameAndPath]&tvname=$INFO[ListItem.TVShowTitle])</onclick> "
An example of the implementation is in Aeon Nox where the option is available in the information screen for the show, but I assume it could be done in MQ5 the same way Artwork Downloader solo mode is currently implemented.
I am loving the skin, great job. My only feature request is for the ability to use tvtunes in solo mode for downloading themes.
Usually I run tvtunes when I add a new show to my collection. When your collection includes hundreds of shows and many don't have a theme song it takes a long time to go through the search for all tv shows as it attempts to search for those shows that you know it won't find.
It would be great to be able to just search for the one show and save all that time.
According to the tvtunes developer on the tvtunes thread at xbmc.org, this can be implemented.
"for solo mode, you can add a button on dialogvideoinfo.xml with this:
Code:
<onclick>XBMC.RunScript(script.tvtunes,mode=solo&tvpath=$INFO[ListItem.FilenameAndPath]&tvname=$INFO[ListItem.TVShowTitle])</onclick> "
An example of the implementation is in Aeon Nox where the option is available in the information screen for the show, but I assume it could be done in MQ5 the same way Artwork Downloader solo mode is currently implemented.