[script.favourites] -v 1.0.5
#1
OS: Ubuntu 10.10 64 bit
XBMC Build: XBMC PRE-10.5 r35675 (Compiled: Dec 23 2010)
Script Ver: 2010-10-27 Zeljko Ametovic [script.favourites] -v 1.0.5

I'm having some trouble with scripts.favourites, every time it tries to find favourites.xml it says "Can Not Find favourites.xml". I can fix this by editing default.py of script.favourites. By setting a direct path to favourites.xml /home/username/.xbmc/userdata/profile/filename.xxx and not using speical://profile/filename.xxx. I would like it to use multi profiles and not the direct path I've set. Any help would be greatful.

Code:
Line 25: of Default.py
Original Line
self.fav_dir = "speical://profile/favourites.xml"
Modified Line
self.fav_dir = "/home/username/.xbmc/userdata/profile/favourites.xml"

Here's some lines from xbmc.log
http://pastebin.com/28pQ1Y2m
Reply
#2
sure you have the last version :

12:23:08 T:140193562584832 M:3239755776 DEBUG: Process - Entering source directory /usr/local/share/xbmc/addons/skin.confluence/scripts/script.favourites

addons shouldn't be in skin folder.
Reply

Logout Mark Read Team Forum Stats Members Help
[script.favourites] -v 1.0.50