Posts: 471
Joined: Apr 2011
Reputation:
4
2012-09-13, 00:14
(This post was last modified: 2012-09-13, 00:23 by thewarm.)
Trying to launch the Singles folder fails
<setting type="string" name="skin.metropolis.svn.HomeTVShows_Favourite2_Label">Singles</setting>
<setting type="string" name="skin.metropolis.svn.HomeTVShows_Favourite2_Path">ActivateWindow(10025,"D:\Singles\",return)</setting>
The TV Guide add-on works correctly
<setting type="string" name="skin.metropolis.svn.HomeTVShows_Favourite1_Label">Live TV</setting>
<setting type="string" name="skin.metropolis.svn.HomeTVShows_Favourite1_Path">RunScript("script.tvguide")</setting>
Posts: 2,441
Joined: Mar 2010
Reputation:
54
jingai
Skilled Skinner
Posts: 2,441
2012-09-13, 00:46
(This post was last modified: 2012-09-13, 01:14 by jingai.)
Interestingly, the way I'm doing it is the way that Transparency! and AeonMQ3 do it. I'm not sure why they haven't seen the same problem. Were your Favourites maybe added a while back when XBMC wrote them out differently than it does now?
Would you mind deleting your "D:\Singles" favourite, re-adding it, and then posting the corresponding line in favourites.xml here again?
Posts: 2,441
Joined: Mar 2010
Reputation:
54
jingai
Skilled Skinner
Posts: 2,441
Can someone with a Windows box try to reproduce thewarm's issue please?
Posts: 471
Joined: Apr 2011
Reputation:
4
2012-09-13, 03:10
(This post was last modified: 2012-09-13, 03:33 by thewarm.)
Deleted Singles from Favorites.
Added it back.
<favourites>
<favourite name="Live TV" thumb="C:\Users\Intel\AppData\Roaming\XBMC\addons\script.tvguide\icon.png">RunScript("script.tvguide")</favourite>
<favourite name="Singles" thumb="D:\Pictures\Folder Icons\Clips folderbkp.jpg">ActivateWindow(10025,"D:\\Singles\\")</favourite>
</favourites>
Posts: 471
Joined: Apr 2011
Reputation:
4
I found and fixed the problem with adding a folder (Singles) to the TV Shows sub-menu.
I had to remove the extra \ on each side of "Singles" in my Favourites.xml
was
<favourite name="Singles" thumb="D:\Pictures\Folder Icons\Singles.png">ActivateWindow(10025,"D:\\Singles\\")</favourite>
changed to
<favourite name="Singles" thumb="D:\Pictures\Folder Icons\Singles.png">ActivateWindow(10025,"D:\Singles\")</favourite>
Posts: 25
Joined: Sep 2012
Reputation:
0
vishek
Junior Member
Posts: 25
I installed latest RC (20120908 - 2.0.0rc2) & have observed that Theme Steampunk is not displaying in SKIN Settings, while in Colors Steampunk is there.
Can someone please check & guide me if I have done something wrong.