krypt2nite
2009-06-30, 09:30
After seeing rausch101's (http://xbmc.org/forum/showthread.php?t=53768) thread I remembered I wanted to do this. Something I've missed and such a simple addition.
Download these xml files and place them in your 720p folder.
Startup.xml (http://files.getdropbox.com/u/1044719/startupplaylist/Startup.xml)
Customisation.xml (http://files.getdropbox.com/u/1044719/startupplaylist/Customisation.xml)
If you want to edit your own Customization.xml here are the two radio buttons that need added some where.
<control type="radiobutton" id="506">
<include>Objects_SettingsDefaultRadioButton</include>
<label>Enable Startup Playlist (For Music Playlist Playback After Startup)</label>
<onclick>Skin.ToggleSetting(startplay)</onclick>
<selected>Skin.HasSetting(startplay)</selected>
</control>
<control type="radiobutton" id="507">
<include>Objects_SettingsDefaultRadioButton</include>
<label>Specify Startup Playlist (For M3U Playlist Playback At Startup)</label>
<label2>$INFO[Skin.String(startuplocation)]</label2>
<onclick>Skin.SetFile(startuplocation,.m3u,Q:\UserData\play lists\music\)</onclick>
<enable>Skin.HasSetting(startplay)</enable>
</control>
I take no credit for this either. I simply ripped this simple code out of the old Horizonz skin. Mod makers please feel free to include in your mods. Hitcher =)
http://files.getdropbox.com/u/1044719/startupplaylist/settings.png
Download these xml files and place them in your 720p folder.
Startup.xml (http://files.getdropbox.com/u/1044719/startupplaylist/Startup.xml)
Customisation.xml (http://files.getdropbox.com/u/1044719/startupplaylist/Customisation.xml)
If you want to edit your own Customization.xml here are the two radio buttons that need added some where.
<control type="radiobutton" id="506">
<include>Objects_SettingsDefaultRadioButton</include>
<label>Enable Startup Playlist (For Music Playlist Playback After Startup)</label>
<onclick>Skin.ToggleSetting(startplay)</onclick>
<selected>Skin.HasSetting(startplay)</selected>
</control>
<control type="radiobutton" id="507">
<include>Objects_SettingsDefaultRadioButton</include>
<label>Specify Startup Playlist (For M3U Playlist Playback At Startup)</label>
<label2>$INFO[Skin.String(startuplocation)]</label2>
<onclick>Skin.SetFile(startuplocation,.m3u,Q:\UserData\play lists\music\)</onclick>
<enable>Skin.HasSetting(startplay)</enable>
</control>
I take no credit for this either. I simply ripped this simple code out of the old Horizonz skin. Mod makers please feel free to include in your mods. Hitcher =)
http://files.getdropbox.com/u/1044719/startupplaylist/settings.png