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


- giftie - 2011-10-15 04:26

There seems to be an error in Skin settings(or missing control #210) The user is unable to scroll below the Lyric script setting in the Script category in Skin Settings(wanted to test Cinema Experience Smile ) The <ondown> on control 200 points to an nonexisting control(#210) and the <onup> on control 220 points to the same nonexisting control(#210) Changing them to 220(ondown) and 200(onup) fixed the problem.


- Hitcher - 2011-10-15 22:48

Cheers, fixed.


Next Aired and Movie Sets support added - Hitcher - 2011-10-29 19:58

[Image: screenshot001yy.jpg]

[Image: screenshot000wm.jpg]



- Radikaltimes - 2011-10-31 01:54

Hitcher .. great job .. Smile

i have a couple strange things happend .. maybe you have an idea what is happening

first the info about my system ..
running win7 32bit .. latest xbmc build .. i actually updated to todays release ..
and the 2.4.5 release of your skin.


1- under "select favorite for custom item 1 .. is always empty .. even when i have 6 addons saved under that .. hulu , netflix .. and others ..

2- i dont see and option or a way to access the latest changes .. the tv guide.

note: the first problem also occurred with the last 2 builds of xbmc that i tried.

thank you.


- Hitcher - 2011-10-31 02:45

1. It's now a spin control - simply press up and down to cycle through the different items

2. Extras > Addons > TV Show - Next Aired


- Radikaltimes - 2011-10-31 03:39

thank you for your quick response

1- this is what i get when i select item #1

http://imageshack.us/photo/my-images/513/photo1my.jpg/

i assume i will be able to see my favorites list there and select one of them

2- perfect .. i was looking for that under a view for the actual skin .. i added the script to my favs now

thank you


- Hitcher - 2011-10-31 11:38

Are you sure you've added anything to your Favourites?

This is what should happen -

[Image: screenshot000in.jpg]


- Radikaltimes - 2011-10-31 15:52

yes .. i have 5 objects there .. i have tried to remove them .. and re-add them .. but still when i go to skin settings and "select favorites for custom item"
the favorites window that open up is empty.

i tried 2 older version and still the same results ... shaking my head here .. lol

Smile


- Silverlock - 2011-11-01 21:39

A minor typo in the alternate home, I think:
Code:
--- includes_home_alt.xml~  2011-10-29 12:15:20.000000000 -0600
+++ includes_home_alt.xml 2011-10-31 21:52:18.892876002 -0600
@@ -2161,7 +2161,7 @@
        <item id="30">          
          <label>$INFO[Window.Property(LatestAlbum.5.Title),, • ]$INFO[Window.Property(LatestAlbum.5.Artist)]</label>
          <onclick>Playlist.Clear</onclick>
-         <label2>$INFO[Window.Property(LatestAlbum.5.Artist)]</label2>
+         <onclick>PlayMedia(&quot;$INFO[Window.Property(LatestAlbum.5.Path)]&quot;)</onclick>
          <icon>defaultaudio.png</icon>
          <thumb>$INFO[Window.Property(LatestAlbum.5.Thumb)]</thumb>
          <visible>IsEmpty(Skin.String(CustomHomeItemName_11))</visible>



- Hitcher - 2011-11-01 22:17

Thanks for spotting that.