(2014-04-15, 21:11)Dec64 Wrote: (2014-04-15, 21:08)Lunatixz Wrote: (2014-04-15, 21:04)Dec64 Wrote: Before switch 2, and the recursive feature was implemented it worked. The setting regarding that makes no mention of ?mode=20 i never added that. The setting file its pulling from is below Iv read post 2 many times lol
Code:
<setting id="Channel_115_type" value="15" />
<setting id="Channel_115_1" value="0" />
<setting id="Channel_115_2" value="plugin://plugin.video.sportingstreams/Live Streams" />
<setting id="Channel_115_3" value="Channel 2 - Sky Sports 2,Channel 3 - Sky Sports 3,Channel 4 - Sky Sports 4,Channel 5 - Sky Sports News,Channel 6 - BT Sport 1,Channel 7 - BT Sport 2,Channel 8,Channel 9,Channel 10,Channel 11,Channel 12,Channel 13,Channel 14,Channel 15,Channel 16,Channel 1 (SD) - Sky Sports 1,Channel 2 (SD) - Sky Sports 2,Channel 3 (SD) - Sky Sports 3,Channel 4 (SD) - Sky Sports 4,Channel 5 (SD) - Sky Sports News,Channel 6 (SD) - BT Sport 1,Channel 7 (SD) - BT Sport 2,Channel 8 (SD),Channel 9 (SD),Channel 10 (SD),Channel 11 (SD),Channel 12 (SD),Channel 13 (SD),Channel 14 (SD),Channel 15 (SD),Channel 16 (SD)" />
<setting id="Channel_115_4" value="0" />
<setting id="Channel_115_changed" value="False" />
<setting id="Channel_115_rulecount" value="1" />
<setting id="Channel_115_rule_1_id" value="1" />
<setting id="Channel_115_rule_1_opt_1" value="SkySports 1 HD" />
Unfortunately I do not have anyway of testing this plugin... since it requires a pay account... So I can not debug the problem, if you can send me the log... maybe I can get lucky and figure it out, but I wouldn't count on it... really requires testing on my end...
I understand. I will try and get a log later when i can sort it. My ideal solution is still chtype 9 so could you please at least point me in the correct direction to properly create a plugin:// link to use in a .strm ? I have no idea where to look and my searchs have turned up nothing.
I'll look into it... it's still under development...
::Update::
I might have fixed it?? You will need to test tonight when I upload the update to my git...
It will require changing the formatting for chtype 15, check post 2 for updates.
::Update::
Git updated, post 2 updated
BTW, if your doing all this just for 1 feed, you should really learn how to setup a chtype 9 channel since that's what it's designed for.
Finding the link is relative to your technical know how... easiest but lest accurate way is to favorite the link then open favorite.xml and use that link (editing the link may be required).
Most accurate but technical way is to query the plugin with json and use the link that is returned. Use
http://forum.xbmc.org/showthread.php?tid=172734, once setup to your xbmcs ip, run xbmc then use this tool to query "files, getdirectory,
(plugin://pathnameofplugin). You will need to play around with it. I'm not offering support for it, so use the appropriate threads to post for help.