Artwork from Patk, thanks!
This add-on is a little different than most, it requires some effort on the users part. Make your own personal xml file, or use one that's been shared via community-links or a direct url to a file. When you have "PLAYBACK FAILED" usually means that the url supplied from the xml file is dead, temporally offline, geo-blocked... ect. Expect this when using community files.
I started community-links repository for users to share their XML files. If you would like to have your file added paste it to one of the pastebin services like http://pastebin.com and make a post with the link to the file and I will upload it, or I can add you to the repository.
Version 1.0.9
fix script error when having only one source
fix decode errors with non ascii characters in list-item
fix downloading of files from the xml database
changed the regex function to be executed when selecting the list-item instead of when adding the list-item
Download and install as zip -> http://divingmules-repo.googlecode.com/f...-1.0.9.zip
Or you can install by adding my repo. Which is also avaliable through the Repositories Installer program add-on.
Tip: Make a folder somewhere that is writable by the XBMC user. Start XBMC open the file manager(System>File manager), select Add Source, browse to and select the folder you created. Now when you use the file browser, from settings or the such, your folder will be in the root directory.
Use the folder for your xml files, and or, if your using community files set it as the location to save files.
Some rules for xml, these characters need to be replaced with their counter part. Especially watch your links for the '&' character.
Code:
change & to &
change < to <
change > to >
change ' to '
change " to "
Search
Help