Re: [APP] More TV channels on ES/F series
Posted: Sat Mar 21, 2015 5:47 pm
Just for report: Doesn't seem to work on E-MST (UE40ES6540), screen remains blank (=black) on launching widget. Tried all versions.
Code: Select all
<rss>
<categories>
<category>
<category_id>0</category_id>
<category_title>All</category_title>
</category>
</categories>
<channel>
<item>
<title>MTV Rocks</title>
<link>http://nebo.ddns.net:8881/VSxEA672DFFA.php?id=144</link>
<image>http://www.cyfrowypolsat.pl/img/homepage/logo/big/mtv-rocks.gif</image>
<description> </description>
<type>HTTP</type>
<ch_category>
<id_category>
</id_category>
</ch_category>
<tvid>60</tvid>
<source>DTV</source>
</item>
</channel>
</rss>
Try to modify it TvList.xml.zoelechat wrote:Maybe I'm wrong somewhere? I'm trying with only 1 channel I took from your provided list, so I've created a channel in DTV as advised ("MTV Rocks", channel 60, used 150 as sid and bouquet as in screenshot), and using this xml:I just had a "Channel Empty..." message while using an old version (0.9.0 I think), then screen remained black too. I see I'm in Smarthub app due to restricted TV menus and unavailable RC keys, but nothing happens until I exit or change source.SpoilerShowCode: Select all
<rss> <categories> <category> <category_id>0</category_id> <category_title>All</category_title> </category> </categories> <channel> <item> <title>MTV Rocks</title> <link>http://nebo.ddns.net:8881/VSxEA672DFFA.php?id=144</link> <image>http://www.cyfrowypolsat.pl/img/homepage/logo/big/mtv-rocks.gif</image> <description> </description> <type>HTTP</type> <ch_category> <id_category> </id_category> </ch_category> <tvid>60</tvid> <source>DTV</source> </item> </channel> </rss>
Code: Select all
<source>DTV</source>
Code: Select all
<source>OnlineTV</source>
Whether all these problems are present in v. 0.9.0? Have you tried the latest version of v. 1.0.4 (download/file.php?id=5469) with a sample of channel list (download/file.php?id=5389)?zoelechat wrote:Got it to work, but very little (only sometimes).
I first re-saved channel list through ChanSort which is much better, up-to-date and much less bugged than SamToolBox but unfortunately hasn't option to add Channel (don't know if that step was really useful though).
Now if I wait "a while" and exit manually from endless black screen, IP channel works (once) if I have luck![]()
Most of the time it stays on "loading..." (on all channels, even air), or sometimes no image, sometimes no audio (on all channels too then) or simply shows the channel I had pasted to create it (without audio). And in all cases channel info at the upper left stays forever (maybe because I use ChannInfo patch? EDIT: no, stays forever even patch disabled)Actually "the while" to wait on black screen is very quick (1 or 2 seconds is enough). App just not exits by itself.
One thing I've noticed, OSD at the right is not at all as I can see on your Youtube video: I've got only a small text "Loading" then "Play", no animation nor enhancements at all, maybe problems are coming from there? API or functions you're using maybe doesn't exist on E-MST? Amongst 10% working (which is enough to know it could work) I even had some TV crashes
The problem with the buttons on fail the widget due to the fact that they register to work for the app when it is detected from the source OnlineTV channel, and unregister when the source is detected DTV or ATV.zoelechat wrote:I've got only v1.0.4 to work, lesser versions I tried (v0.9.0 and the one from first post both say "Channel empty...").
There are probably more differences than you think between E and F MST, even if they're both MST. I guess finding why widget stays endlessly black would help a lot to solve other problems
Also is it normal not to be able to press any number on RC (or CHLIST, or most keys) without playback to be stopped on each keypress? It's nearly impossible to change channel except with P+/P-, which most of the time result in permanent no audio/video (even on real DTV channel) until TV reboot.
Code: Select all
window.setInterval(function () { scroll() }, 100);
I noticed no difference before TV crashwluczykijwf wrote:In Main.js function:Code: Select all
window.setInterval(function () { scroll() }, 100);