Kodi Community Forum
Archive - old posts - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Amber (https://forum.kodi.tv/forumdisplay.php?fid=203)
+---- Thread: Archive - old posts (/showthread.php?tid=163360)



RE: Amber - relyter - 2013-06-15

You need to edit skin xml files, which are located in /home/pi/.xbmc/addons/skin.amber/1080i . Be careful, always do a backup copy. You can edit in ssh session (nano filename.xml) or copy files on your computer, edit it there and copy back. You will lose changes after skin update.

There are 2 way. First one is brutal. This would stop scrolling of ALL label in skin.Open defaults.xml, find <scroll>true</scroll>, change it to <scroll>false</scroll> .
Second method would stop scrolling only on submenu items. Open in editor home.xml, find <itemlayout width="256" height="50"> , below are 2 entries <control type="label">, add line below it and put <scroll>false</scroll>. Than find <focusedlayout width="256" height="50"> , and do the same 3 times with <control type="label"> below.

upd. Wierd, this won't stop scrolling when focused, Pecinko, what do i miss?


RE: Amber - pecinko - 2013-06-15

(2013-06-15, 09:56)relyter Wrote: upd. Wierd, this won't stop scrolling when focused, Pecinko, what do i miss?

Nothing ;-) It can't be done for focused items.

However, there's a 3rd way :-) Shift focus to another main menu item that does not scroll labels in submenu :-)


RE: Amber - relyter - 2013-06-15

(2013-06-15, 13:24)pecinko Wrote:
(2013-06-15, 09:56)relyter Wrote: upd. Wierd, this won't stop scrolling when focused, Pecinko, what do i miss?

Nothing ;-) It can't be done for focused items.

However, there's a 3rd way :-) Shift focus to another main menu item that does not scroll labels in submenu :-)

No way. It's too easy. Smile


RE: Amber - micoba - 2013-06-15

(2013-06-15, 13:24)pecinko Wrote:
(2013-06-15, 09:56)relyter Wrote: upd. Wierd, this won't stop scrolling when focused, Pecinko, what do i miss?

Nothing ;-) It can't be done for focused items.

However, there's a 3rd way :-) Shift focus to another main menu item that does not scroll labels in submenu :-)

First of all thank you all for your answers.

I could try to shorten the word "Zusammenstellung", I could use "Gruppe" or something else.

Where is the according xml with the german translations?


RE: Amber - relyter - 2013-06-15

It's not that easy. That "Zusa..." is a xbmc string, not skin string. And location of the file would depend on your linux distribution. On RaspBMC you may try in ssh session
sudo nano /opt/xbmc-bcm/xbmc-bin/share/xbmc/language/German/strings.po


RE: Amber - micoba - 2013-06-15

(2013-06-15, 21:22)relyter Wrote: It's not that easy. That "Zusa..." is a xbmc string, not skin string. And location of the file would depend on your linux distribution. On RaspBMC you may try in ssh session
sudo nano /opt/xbmc-bcm/xbmc-bin/share/xbmc/language/German/strings.po

Thanks! I followed your advice. Is there another way to look for that string? It would probably take hours to find it in the ssh session...


Amber - pecinko - 2013-06-16

Update skin from xbmc dev repo and it won't scroll anymore :)


RE: Amber - micoba - 2013-06-16

Thank you! Much appreciated!!!


Amber - jvandenbroek - 2013-06-16

Why did you remove the big list view? That view was especially nice for add-on listings. Hopefully you can bring it back? :-) Thanks.


RE: Amber - micoba - 2013-06-16

Another thing:

Could you please enlarge the infobox in fanart mode (when pushed "down") in one of your next updates? The texts starts to scroll nearly immediately. I'm a fast reader, but not that fast :-) And how about including info like resolution, container and so on?


RE: Amber - cruster - 2013-06-16

Thanks for this great skin! I have a problem with the font of the progress bar. All letters are fine except for the "zero" which is ultra thin. I'm using latest version in openelec.


Amber - pecinko - 2013-06-17

(2013-06-16, 21:17)cruster Wrote: Thanks for this great skin! I have a problem with the font of the progress bar. All letters are fine except for the "zero" which is ultra thin. I'm using latest version in openelec.

Need a screenshot.


RE: Amber - cruster - 2013-06-17

(2013-06-17, 00:30)pecinko Wrote:
(2013-06-16, 21:17)cruster Wrote: Thanks for this great skin! I have a problem with the font of the progress bar. All letters are fine except for the "zero" which is ultra thin. I'm using latest version in openelec.

Need a screenshot.

Here it is

Image


Amber - pecinko - 2013-06-17

@cruster

That's either XBMC or Openelec bug.


RE: Amber - cruster - 2013-06-17

(2013-06-17, 15:10)pecinko Wrote: @cruster

That's either XBMC or Openelec bug.

I'll check it out... Which font have you set for these dialogues? Could that be a broken system font or are you using exclusively your own fonts?

Thanks