I have now updated a new zip to:
http://robwebset.googlecode.com/svn/rele...-3.1.1.zip
Includes:
v3.1.1
- Restructured code to try and improve reset of volume
- Added support for different file types
- Added support for multiple theme files (default order alphabetical)
- Added option to allow multiple files to be shuffled in the playlist
- Added option to allow random start point within media track
- Add support for fading in theme on start
- Fix scraper bug when selecting from Information Page
- Add support for downloading additional themes
- Add support for downloading movie themes
(And a fix to custom paths that was broken in a previous beta)
For downloading movie themes from the info page you will need the following edit to DialogVideoInfo.xml
Code:
<control type="button" id="106">
<description>Fetch TvTunes stuff</description>
<include>ButtonInfoDialogsCommonValues</include>
<label>31127</label>
<onclick>XBMC.RunScript(script.tvtunes,mode=solo&name=$INFO[Listitem.Title]&path=$INFO[ListItem.FilenameAndPath])</onclick>
<visible>Skin.HasSetting(ActivateTvTunes) + System.HasAddon(script.tvtunes) + Container.Content(movies)</visible>
</control>
Please also read the setting for things you might have to enable.