Beiträge von OKA

    Multi-EPG or MV is not the right solution for this.
    Both have too many info on screen and both have a too small fontsize.


    The best solution would be to switch to the next/previous channel using the volume/bouquet buttons.

    I am missing the following feature:


    When the red button is pressed, there is a list of EPG for the current channel.
    If I would like to view the EPG of the next channel, I must exit this window first, then zap to the next channel and press red again.


    Could it be made possible to "switch" between channels (using bouqet or volume buttons) to the next/previous channel, while still having the channel-EPG on screen?


    Edit: typo

    Is it possible to have the rss-reader not to remove BR-tags, but convert them into newlines. I also don not know if these tags are the problem, but I am using the following feed: http://www.telefootball.com/telefotbal_rss.php


    The part from this feed which shows the detailed information, is not displayed properly. The rss-plugin puts all the information in the same line, resulting in a almost unreadable text.

    Hi Kat-CeDe,


    I haven't visited this forum since months, so I just noticed you made a new version.


    Just tested the last version, and it works OK now with Turkish characters.
    Great work and thanks for your time.


    Is this version also being pushed into CVS?

    Hi Kat-CeDe,


    Too bad it didn't work out.
    I'm not a developer, but I do know that the language files (enigma-mo) are in UTF-8. Maybe you could make all ISO encoding convert to UTF-8. I found this:



    Also found something called "libiconv": http://www.gnu.org/software/libiconv/


    Thanks in advance.

    Hi Kat-CeDe,


    I have to find some more feeds, but this one I have now is working but not displaying the right encoding in the old RSS reader (X-newsreader).


    http://www.sabah.com.tr/rss/spor.xml


    But with your plugin choosing this feed produces an error: XML parse error (general xml).


    I looked into the source of my feed, there is an encoding line and a language line. Don't know if you meant that.


    Enigma supports at leaest the most common encodings. Have a look into /var/tuxbox/config/enigma/encoding.conf

    Is it possible to have the encoding set by the feeds.xml, something like:


    Code
    <feed>
    	<name>Feed_name</name>
    	<url>http://feed_url/news.xml</url>
    	<encoding>ISO-8859-9</encoding>
    </feed>

    This way we could also use rss for feeds using other encoding than ISO-8859-1.