Hi!
I try setup custom home button from my favorits. Add the Youtube addon to the favorits. When i try setup the home button, I get the error message "Cannot find the favorit.xml... How can i fix it?
XBMC EDEN + Cirrus 2.1 + Win7
Thanks!
Cannot find favorit.xml
dfcwolf
Junior Member Posts: 21 Joined: Mar 2009 Reputation: 0 |
2012-04-14 15:48
Post: #1
(This post was last modified: 2012-04-14 15:49 by dfcwolf.)
|
| find quote |
Kagenoshin
Junior Member Posts: 20 Joined: Oct 2010 Reputation: 0 |
2012-05-06 00:08
Post: #2
(2012-04-14 15:48)dfcwolf Wrote: Hi! Hi dfcwolf, I had the same error today. And "found" the following fix. You have to edit the following file default.py in your folder skin.cirrus\scripts\script.favourites. So as you are using Win7 you will find it probably here : C:\Users\YOURUSERNAME\AppData\Roaming\XBMC\addons\skin.cirrus\scripts\script.favourites (thats where I found it). now open the file in a texteditor like Notepad++ and go to line 27 where you should see: self.fav_dir = 'special://masterprofile//favourites.xml' change it to: self.fav_dir = xbmc.translatePath( 'special://masterprofile//favourites.xml' ) save it and it should work if not pls send me a pm and I will send you a modified Cirrus-Skin version (only this line changed xD ) Greets Kage |
| find quote |

Search
Help