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


RE: [RELEASE] XeeBo - Eden (PVR support) - Hitcher - 2012-04-08 16:44

Have you re-added it?


RE: [RELEASE] XeeBo - Eden (PVR support) - Radikaltimes - 2012-04-08 17:03

(2012-04-08 16:44)Hitcher Wrote:  Have you re-added it?

that did the trick .. it works now .. thank you Smile


RE: [RELEASE] XeeBo - Eden (PVR support) - pancheto - 2012-04-09 16:23

I came through the same issues until I realized I had to refresh the repo (highlight it, press "c", select "force refresh"). it works like a charm now. thanks a lot!


RE: [RELEASE] XeeBo - Eden (PVR support) - takoi - 2012-05-11 12:57

Would be nice if pressing 'info' on any of the videos on the home screen would bring up info about this video. Currently it just opens system info on everything.


RE: [RELEASE] XeeBo - Eden (PVR support) - Hitcher - 2012-05-11 13:04

(2012-05-11 12:57)takoi Wrote:  Would be nice if pressing 'info' on any of the videos on the home screen would bring up info about this video. Currently it just opens system info on everything.

Yes it would be nice but it's not possible.


RE: [RELEASE] XeeBo - Eden (PVR support) - takoi - 2012-05-11 13:20

hm, too bad. Then how about a menu similar to 'Ongoing TV Shows', except it links to the tv show and brings up the episode list. I don't always watch episodes in order, or at all (documentaries and such), and this would give me access to the info screen as well..


RE: [RELEASE] XeeBo - Eden (PVR support) - Hitcher - 2012-05-11 15:05

There's a button for that and it's called TV Shows. Wink


RE: [RELEASE] XeeBo - Eden (PVR support) - takoi - 2012-05-11 15:39

Yeah, but i have to scroll through the entire list of tv shows, and select season too. The tv shows button shows everything, Thats what i like about the 'Ongoing TV Shows'; it show only the *ongoing* onesWink. Im just asking. Because when i first sat it up, i was looking for this, and i think i'll find it useful..


RE: [RELEASE] XeeBo - Eden (PVR support) - takoi - 2012-05-12 20:02

A couple of things I noticed when translating:

- You use id 563 "Rating" in the context of age certification, while this string is actually for critic rating, scoring, as in imdb rating and such. Two different words in other languages.

- Using the search button in the left menu: "enter search string" is hard coded.

- "menu" to the left not translatable. should be a label, not an image.

- "items", used many places, is hard coded.

- Strings 31021, 31022, 31134, 31197 are unused.

- There's something odd going on in the menu in settings->skin->extra. If you use keyboard you cant move down to 'enable startup playlist'

- Off option in 'press to close' message in 'skin settings is bad. I want to have a different translation than xbmc core.


RE: [RELEASE] XeeBo - Eden (PVR support) - Hitcher - 2012-05-13 13:34

- You use id 563 "Rating" in the context of age certification, while this string is actually for critic rating, scoring, as in imdb rating and such. Two different words in other languages.

Now localised.

- Using the search button in the left menu: "enter search string" is hard coded.

This isn't hard coded it's set by XBMC depending on where the keyboard is used.

- "menu" to the left not translatable. should be a label, not an image.

Changed to a localised label (Note: Needs to be uppercase if at all possible).

- "items", used many places, is hard coded.

Now localised.

- Strings 31021, 31022, 31134, 31197 are unused.

Removed.

- There's something odd going on in the menu in settings->skin->extra. If you use keyboard you cant move down to 'enable startup playlist'

Fixed.

- Off option in 'press to close' message in 'skin settings is bad. I want to have a different translation than xbmc core.

Not sure what you want changing here? Is it the 'disabled' label?

Thanks for all the reports.