Kodi Community Forum
[Release]-pieh's script.rssclient-standalone 1.0.5 for Eden - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: [Release]-pieh's script.rssclient-standalone 1.0.5 for Eden (/showthread.php?tid=135088)



[Release]-pieh's script.rssclient-standalone 1.0.5 for Eden - sfbay99 - 2012-06-30

Found on the web , a very useful addon call "script.rssclient-standalone" by pieh works under xbmc 11.0 Eden (Use to read the FULL content of the rss feed news, not just the news title like the build-in news ticker that roll under xbmc home screen!!)

https://github.com/downloads/pieh/pieh-xbmc-addons/repository.pieh.zip
**Install addon as zip, the it will show up under <program> as "RSS client"
Now I can use this RSS reader to read news feed , but I have only 1 problem:

How can't change the font size for the news feed? it is too small ...

But Help !! I Try edit script-rssclient-standalone-main.xml (in default and/or skin.confluence ):
When I change all the "<font>font10</font>" to "<font>font11</font>" it works , but when i try to change it to "<font>font20</font>" or "<font>font40</font>", the font size is unchange Huh WHY ?


(Grandmother still need the font to be larger on TV !!!! help)
[/align]

e.g.
PHP Code:
Code:
<
control type="textbox" id="30009">
                <
posx>380</posx>
                <
posy>280</posy>
                <
width>860</width>
                <
height>268</height>
                <
aligny>top</aligny>
                <
align>left</align>
                <
autoscroll time="3000" delay="4000" repeat="5000">True</autoscroll>
                <
label>$INFO[Container(30050).ListItem(0).Property(desc)]</label>
                <
font>font11</font>
                <
textcolor>white</textcolor>
                <
spincolor>FFFFFFFF</spincolor>
            </
control



RE: [Release]-pieh's script.rssclient-standalone 1.0.5 for Eden - sfbay99 - 2012-07-05

anyone Help ?


RE: [Release]-pieh's script.rssclient-standalone 1.0.5 for Eden - phil65 - 2012-07-05

(2012-07-05, 03:07)sfbay99 Wrote: anyone Help ?

because those fonts aren´t defined in font.xml

you´ll probably get faster help when posting with reasonable formatting Wink


RE: [Release]-pieh's script.rssclient-standalone 1.0.5 for Eden - sfbay99 - 2012-07-05

What do u mean "reasonable formatting" ? by edit font.xml ? How ?


RE: [Release]-pieh's script.rssclient-standalone 1.0.5 for Eden - phil65 - 2012-07-05

i mean that you shouldn´t post your questions with x different font sizes and x different colors. we can all read.
you have to exchange the "Font11" with some other font defined in font.xml. if there is nothing which suits your needs you have to create a new one.


RE: [Release]-pieh's script.rssclient-standalone 1.0.5 for Eden - sfbay99 - 2012-07-20

(2012-07-05, 20:33)phil65 Wrote: i mean that you shouldn´t post your questions with x different font sizes and x different colors. we can all read.
you have to exchange the "Font11" with some other font defined in font.xml. if there is nothing which suits your needs you have to create a new one.

It doesn't work , anyone else have better idea ?


RE: [Release]-pieh's script.rssclient-standalone 1.0.5 for Eden - moeff - 2013-01-08

not compatible with frodo Sad


RE: [Release]-pieh's script.rssclient-standalone 1.0.5 for Eden - Evan3585 - 2013-01-17

Hi I just wanted to bring this back up because Im having the same issue. Im using Eden and cant figure out how to change the size of the text for the RSS feed. I also tried editing the font in script-rssclient-standalone-main.xml's with no luck. If anyone knows that would be great. Thanks