XBMC Community Forum
[RELEASE] XeeBo - Eden (PVR support) - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: XeeBo (/forumdisplay.php?fid=140)
+---- Thread: [RELEASE] XeeBo - Eden (PVR support) (/showthread.php?tid=105258)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28


- bandelguy - 2011-07-29 10:16

lunerceli Wrote:What is the svn address for Xeebo??

nevermind, i am just waking up and being retarded this morning...LOL



use Svn software to checkout:

http://xbmc-skin-xeebo-eden.googlecode.com/svn/trunk/


- Kalliban - 2011-07-29 21:17

I have a strange error. The subtitle script didn't work, so I tried uninstalling it and reinstalling it, then removing it from skin settings and rechoosing it there. It still didn't work, so I checked the VideoOSD.xml file and changed the "$INFO[Skin.String(SubtitlesPath)]" to "script.xbmc.subtitles" on line 192 and then it worked. If I checked the xbmc.log before it seems like the skin's setting for the path isn't saved somehow (it tries to run "runscript()"). Is this a bug or maybe some cache or something I can fix myself? Big Grin

PS. The error was there on 2.1.7, and I tried updating to 2.1.8 without any change.


- Hitcher - 2011-07-29 22:37

If you looked at the control group above you'd see that it uses <onclick>RunScript(script.xbmc.subtitles)</onclick> if you haven't set your own Subtitles addons in the Skin settings.


- Kalliban - 2011-07-29 23:24

Hitcher Wrote:If you looked at the control group above you'd see that it uses <onclick>RunScript(script.xbmc.subtitles)</onclick> if you haven't set your own Subtitles addons in the Skin settings.

I know, that's why I changed the other control group to that. Like I said, I have set the path in the skin settings, but according to the log it just tries to run RunScript(), hence the path to the script is null.

In order to make it work, I set it to script.xbmc.subtitles even if the setting is saved.

Since it goes to the second control group, the setting is saved, but the call to the path ("RunScript($INFO[Skin.String(SubtitlesPath)])") only runs RunScript(), in other words the $INFO[Skin.String(SubtitlesPath)] returns null. Is this a bug or may it just be my setup that has an error somewhere? I recently upgraded to a nightly build of xbmc.


- Hitcher - 2011-07-29 23:42

Fixed, it was a damn typo.

Cheers.


- Kalliban - 2011-07-29 23:45

Hitcher Wrote:Fixed, it was a damn typo.

Cheers.

Great, thank you, amazingly fast help! Big Grin


- lunerceli - 2011-08-01 18:17

Hey Hitcher...today I booted up XBMC and Xeebo booted, but then I got a msg saying that it was broken in the repository...anything to worry about on that one? The skin still works and all, but just wondering.


- Hitcher - 2011-08-01 18:47

lunerceli Wrote:Hey Hitcher...today I booted up XBMC and Xeebo booted, but then I got a msg saying that it was broken in the repository...anything to worry about on that one? The skin still works and all, but just wondering.

Probably because the script.tv.show.next.aired addon isn't in the eden-pre repo yet.


- sialivi - 2011-08-04 10:33

Hitcher,

[Bug]
Don't know if this is a bug in xbmc, or if they introduced some skinning change. The media menu is no longer accessible after I updated xbmc to the august 3rd build.

[Reguest]
Please show the artist names for music videos. "<artist> - <title>" in the list.

[Request]
Show version numbers in the skin selector.


- Hitcher - 2011-08-04 19:31

[Bug]
Don't know if this is a bug in xbmc, or if they introduced some skinning change. The media menu is no longer accessible after I updated xbmc to the august 3rd build.

Something changed in XBMC - just roll back a few days.

[Reguest]
Please show the artist names for music videos. "<artist> - <title>" in the list.

Done.

[Request]
Show version numbers in the skin selector.

Done.