[Mod] Startup Playlist
#1
After seeing rausch101's 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
Customisation.xml

If you want to edit your own Customization.xml here are the two radio buttons that need added some where.


Code:
                <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\playlists\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 =)

Image
Reply
#2
I added the code to my Customisation and Startup file, well it works fine except that I set my xbmc to update library at startup and the compressing database dialogbox doesn't disappear
Reply

Logout Mark Read Team Forum Stats Members Help
[Mod] Startup Playlist0