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/
bandelguy
Fan Joined: Oct 2009 Reputation: 6 Location: India |
2011-07-29 10:16
Post: #11
lunerceli Wrote:What is the svn address for Xeebo?? use Svn software to checkout: http://xbmc-skin-xeebo-eden.googlecode.com/svn/trunk/ CPU:- AMD FX 4100 Motherboard: Gigabyte 78LMT-S2 RAM:-4GB Graphics: AMD HD 7750 1GB DDR5 PSU: IBALL 500W Display: DELL S2240M Storage: 1TB |
| find quote |
Kalliban
Member Posts: 59 Joined: Dec 2010 Reputation: 0 |
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?
![]() PS. The error was there on 2.1.7, and I tried updating to 2.1.8 without any change. |
| find quote |
Hitcher
Skilled Skinner Joined: Aug 2007 Reputation: 67 Location: Eastleigh, UK |
2011-07-29 22:37
Post: #13
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.
![]() |
| find quote |
Kalliban
Member Posts: 59 Joined: Dec 2010 Reputation: 0 |
2011-07-29 23:24
Post: #14
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. |
| find quote |
Hitcher
Skilled Skinner Joined: Aug 2007 Reputation: 67 Location: Eastleigh, UK |
2011-07-29 23:42
Post: #15
Fixed, it was a damn typo.
Cheers. ![]() |
| find quote |
Kalliban
Member Posts: 59 Joined: Dec 2010 Reputation: 0 |
Hitcher Wrote:Fixed, it was a damn typo. Great, thank you, amazingly fast help!
|
| find quote |
lunerceli
Junior Member Posts: 43 Joined: Jun 2009 Reputation: 0 |
2011-08-01 18:17
Post: #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.
|
| find quote |
Hitcher
Skilled Skinner Joined: Aug 2007 Reputation: 67 Location: Eastleigh, UK |
2011-08-01 18:47
Post: #18
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. ![]() |
| find quote |
sialivi
Posting Freak Posts: 940 Joined: Dec 2008 Reputation: 7 Location: Sweden |
2011-08-04 10:33
Post: #19
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.
(This post was last modified: 2011-08-04 10:36 by sialivi.)
|
| find quote |
Hitcher
Skilled Skinner Joined: Aug 2007 Reputation: 67 Location: Eastleigh, UK |
2011-08-04 19:31
Post: #20
[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. ![]() |
| find quote |