• 1
  • 236
  • 237
  • 238(current)
  • 239
  • 240
  • 694
[OLD/CLOSED] PseudoTV Live - Set-Top box solution
(2014-04-15, 20:25)scilz Wrote: if you get the right strm info it will work in chantype 9 that is a lot easier then using this work around your trying to use lol.
just remember if you put the info into a .strm file and xbmc won't play it, neither will ptvl.

I would love to get it working in chtype9 haha but im just stumped. I saved the link from the plugin into favourites. which plays directly if i go into my favourites on xbmc and click it, yet when i cut that plugin link out of the context of favourites.xml into a strm or directly in the settings2.xml it no longer works. How do i get the correct link?
(2014-04-15, 20:13)Dec64 Wrote:
(2014-04-15, 05:38)Lunatixz Wrote:
(2014-04-15, 03:36)Dec64 Wrote: Direct plugin now nolonger works for me, creating the channel it hangs, the log just repeats this over and over;

Code:
02:31:03 T:139734059833088  NOTICE: plugin://plugin.video.sportingstreams/?mode=20
02:31:03 T:139734059833088  NOTICE: ['0']
02:31:03 T:139734059833088  NOTICE: 1
02:31:03 T:139734059833088  NOTICE: FillPluginInfo

I think you are confusing using a pluggin link with the new chtype which parses a plugin. Read post 2

Yeah I know what the new chtype does. I have tried using the plugin link in internetTV and liveTV channel types yet i cant get it to work at all. I found a workaround was to use the plugin type to parse all the channels within the plugin as they are stored like any other media types in plugins and then exclude all but one which i wanted to dedicate to the channel. This worked perfectly with the first iteration of the directplugin chtype but with the new updates it no longer does :S

how did you have it working with "?mode=20" at the end of switch _2? must have been a happy mistake, because the chtype is programmed to treat anything after the plugin name as a directory to parse since i'm sure "?mode=20" is not the acutal name of the plugin directory... I think you should go back to post 2, read how chtype 15 works then make the proper changes. If it still doesn't work... you can send me a log.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2014-04-15, 21:00)Lunatixz Wrote:
(2014-04-15, 20:13)Dec64 Wrote:
(2014-04-15, 05:38)Lunatixz Wrote: I think you are confusing using a pluggin link with the new chtype which parses a plugin. Read post 2

Yeah I know what the new chtype does. I have tried using the plugin link in internetTV and liveTV channel types yet i cant get it to work at all. I found a workaround was to use the plugin type to parse all the channels within the plugin as they are stored like any other media types in plugins and then exclude all but one which i wanted to dedicate to the channel. This worked perfectly with the first iteration of the directplugin chtype but with the new updates it no longer does :S

how did you have it working with "?mode=20" at the end of switch _2? must have been a happy mistake, because the chtype is programmed to treat anything after the plugin name as a directory to parse since i'm sure "?mode=20" is not the acutal name of the plugin directory... I think you should go back to post 2, read how chtype 15 works then make the proper changes. If it still doesn't work... you can send me a log.

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" />
(2014-04-15, 21:04)Dec64 Wrote:
(2014-04-15, 21:00)Lunatixz Wrote:
(2014-04-15, 20:13)Dec64 Wrote: Yeah I know what the new chtype does. I have tried using the plugin link in internetTV and liveTV channel types yet i cant get it to work at all. I found a workaround was to use the plugin type to parse all the channels within the plugin as they are stored like any other media types in plugins and then exclude all but one which i wanted to dedicate to the channel. This worked perfectly with the first iteration of the directplugin chtype but with the new updates it no longer does :S

how did you have it working with "?mode=20" at the end of switch _2? must have been a happy mistake, because the chtype is programmed to treat anything after the plugin name as a directory to parse since i'm sure "?mode=20" is not the acutal name of the plugin directory... I think you should go back to post 2, read how chtype 15 works then make the proper changes. If it still doesn't work... you can send me a log.

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...
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2014-04-15, 21:08)Lunatixz Wrote:
(2014-04-15, 21:04)Dec64 Wrote:
(2014-04-15, 21:00)Lunatixz Wrote: how did you have it working with "?mode=20" at the end of switch _2? must have been a happy mistake, because the chtype is programmed to treat anything after the plugin name as a directory to parse since i'm sure "?mode=20" is not the acutal name of the plugin directory... I think you should go back to post 2, read how chtype 15 works then make the proper changes. If it still doesn't work... you can send me a log.

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.
(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.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2014-04-15, 21:26)Lunatixz Wrote:
(2014-04-15, 21:11)Dec64 Wrote:
(2014-04-15, 21:08)Lunatixz Wrote: 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


Ok cool, ill test it in 10mins. Thanks a lot.

---Edit

Ok made the changes and tested it out. Getting an error. Snippit from the log:

Code:
21:14:15 T:140681485735680  NOTICE: Thread BackgroundLoader start, auto delete: false
21:15:00 T:140681561270016  NOTICE: Previous line repeats 3 times.
21:15:00 T:140681561270016  NOTICE: Thread LanguageInvoker start, auto delete: false
21:15:00 T:140681561270016  NOTICE: -->Python Interpreter Initialized<--
21:15:00 T:140681561270016  NOTICE: script.pseudotv.livePseudoTV Live/storage/.xbmc/addons/script.pseudotv.live-master0.3.7
21:15:00 T:140681561270016  NOTICE: script.pseudotv.live-Globals: System Caching Enabled
21:15:00 T:140681616344832  NOTICE: Thread LanguageInvoker start, auto delete: false
21:15:00 T:140681616344832  NOTICE: -->Python Interpreter Initialized<--
21:15:00 T:140681616344832  NOTICE: script.pseudotv.livePseudoTV Live/storage/.xbmc/addons/script.pseudotv.live-master0.3.7
21:15:00 T:140681616344832  NOTICE: script.pseudotv.live-Globals: System Caching Enabled
21:15:00 T:140681616344832  NOTICE: Donor Import Failed, Disabling Donor FeaturesNo module named Donor
21:15:01 T:140681616344832  NOTICE: Requesting
21:15:01 T:140681616344832  NOTICE: http://www.google-analytics.com/__utm.gif?utmp=PTVL%2F647570497%2FDeclan%2F0.3.7%2FPTVL%2FC%2FT%2F&utmac=UA-45979766-1&utmwv=5.2.2d&utmcc=__utma%3D1.647570497.1.1.1.1%3B&utmn=6695883428
21:15:01 T:140681616344832  NOTICE: Pragma: no-cache
                                            Expires: Wed, 19 Apr 2000 11:43:00 GMT
                                            Last-Modified: Wed, 21 Jan 2004 19:51:30 GMT
                                            X-Content-Type-Options: nosniff
                                            Content-Type: image/gif
                                            Date: Thu, 03 Apr 2014 16:25:45 GMT
                                            Server: Golfe2
                                            Content-Length: 35
                                            Age: 1050556
                                            Cache-Control: private, no-cache, no-cache=Set-Cookie, proxy-revalidate
                                            Alternate-Protocol: 80:quic
                                            Connection: close
21:15:01 T:140681616344832  NOTICE: BuildPluginFileList
21:15:01 T:140681616344832   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.IndexError'>
                                            Error Contents: list index out of range
                                            Traceback (most recent call last):
                                              File "/storage/.xbmc/addons/script.pseudotv.live-master/resources/lib/Overlay.py", line 226, in onInit
                                                if self.readConfig() == False:
                                              File "/storage/.xbmc/addons/script.pseudotv.live-master/resources/lib/Overlay.py", line 354, in readConfig
                                                self.channels = self.channelList.setupList()
                                              File "/storage/.xbmc/addons/script.pseudotv.live-master/resources/lib/ChannelList.py", line 163, in setupList
                                                self.setupChannel(i + 1, False, makenewlists, False)
                                              File "/storage/.xbmc/addons/script.pseudotv.live-master/resources/lib/ChannelList.py", line 518, in setupChannel
                                                if self.makeChannelList(channel, chtype, chsetting1, chsetting2, chsetting3, chsetting4, append) == True:
                                              File "/storage/.xbmc/addons/script.pseudotv.live-master/resources/lib/ChannelList.py", line 833, in makeChannelList
                                                fileList = self.BuildPluginFileList(setting1, setting2, setting3, setting4, channel)
                                              File "/storage/.xbmc/addons/script.pseudotv.live-master/resources/lib/ChannelList.py", line 3882, in BuildPluginFileList
                                                plugins = Directs[1] # element 1 in split is plugin://plugin.type.name
                                            IndexError: list index out of range
                                            -->End of Python script error report<--
(2014-04-15, 22:09)Dec64 Wrote:
(2014-04-15, 21:26)Lunatixz Wrote:
(2014-04-15, 21:11)Dec64 Wrote: 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


Ok cool, ill test it in 10mins. Thanks a lot.

---Edit

Ok made the changes and tested it out. Getting an error. Snippit from the log:

Code:
21:14:15 T:140681485735680  NOTICE: Thread BackgroundLoader start, auto delete: false
21:15:00 T:140681561270016  NOTICE: Previous line repeats 3 times.
21:15:00 T:140681561270016  NOTICE: Thread LanguageInvoker start, auto delete: false
21:15:00 T:140681561270016  NOTICE: -->Python Interpreter Initialized<--
21:15:00 T:140681561270016  NOTICE: script.pseudotv.livePseudoTV Live/storage/.xbmc/addons/script.pseudotv.live-master0.3.7
21:15:00 T:140681561270016  NOTICE: script.pseudotv.live-Globals: System Caching Enabled
21:15:00 T:140681616344832  NOTICE: Thread LanguageInvoker start, auto delete: false
21:15:00 T:140681616344832  NOTICE: -->Python Interpreter Initialized<--
21:15:00 T:140681616344832  NOTICE: script.pseudotv.livePseudoTV Live/storage/.xbmc/addons/script.pseudotv.live-master0.3.7
21:15:00 T:140681616344832  NOTICE: script.pseudotv.live-Globals: System Caching Enabled
21:15:00 T:140681616344832  NOTICE: Donor Import Failed, Disabling Donor FeaturesNo module named Donor
21:15:01 T:140681616344832  NOTICE: Requesting
21:15:01 T:140681616344832  NOTICE: http://www.google-analytics.com/__utm.gif?utmp=PTVL%2F647570497%2FDeclan%2F0.3.7%2FPTVL%2FC%2FT%2F&utmac=UA-45979766-1&utmwv=5.2.2d&utmcc=__utma%3D1.647570497.1.1.1.1%3B&utmn=6695883428
21:15:01 T:140681616344832  NOTICE: Pragma: no-cache
                                            Expires: Wed, 19 Apr 2000 11:43:00 GMT
                                            Last-Modified: Wed, 21 Jan 2004 19:51:30 GMT
                                            X-Content-Type-Options: nosniff
                                            Content-Type: image/gif
                                            Date: Thu, 03 Apr 2014 16:25:45 GMT
                                            Server: Golfe2
                                            Content-Length: 35
                                            Age: 1050556
                                            Cache-Control: private, no-cache, no-cache=Set-Cookie, proxy-revalidate
                                            Alternate-Protocol: 80:quic
                                            Connection: close
21:15:01 T:140681616344832  NOTICE: BuildPluginFileList
21:15:01 T:140681616344832   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.IndexError'>
                                            Error Contents: list index out of range
                                            Traceback (most recent call last):
                                              File "/storage/.xbmc/addons/script.pseudotv.live-master/resources/lib/Overlay.py", line 226, in onInit
                                                if self.readConfig() == False:
                                              File "/storage/.xbmc/addons/script.pseudotv.live-master/resources/lib/Overlay.py", line 354, in readConfig
                                                self.channels = self.channelList.setupList()
                                              File "/storage/.xbmc/addons/script.pseudotv.live-master/resources/lib/ChannelList.py", line 163, in setupList
                                                self.setupChannel(i + 1, False, makenewlists, False)
                                              File "/storage/.xbmc/addons/script.pseudotv.live-master/resources/lib/ChannelList.py", line 518, in setupChannel
                                                if self.makeChannelList(channel, chtype, chsetting1, chsetting2, chsetting3, chsetting4, append) == True:
                                              File "/storage/.xbmc/addons/script.pseudotv.live-master/resources/lib/ChannelList.py", line 833, in makeChannelList
                                                fileList = self.BuildPluginFileList(setting1, setting2, setting3, setting4, channel)
                                              File "/storage/.xbmc/addons/script.pseudotv.live-master/resources/lib/ChannelList.py", line 3882, in BuildPluginFileList
                                                plugins = Directs[1] # element 1 in split is plugin://plugin.type.name
                                            IndexError: list index out of range
                                            -->End of Python script error report<--

What does your setting2 look like
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2014-04-15, 22:53)Lunatixz Wrote:
(2014-04-15, 22:09)Dec64 Wrote:
(2014-04-15, 21:26)Lunatixz Wrote: 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


Ok cool, ill test it in 10mins. Thanks a lot.

---Edit

Ok made the changes and tested it out. Getting an error. Snippit from the log:

Code:
21:14:15 T:140681485735680  NOTICE: Thread BackgroundLoader start, auto delete: false
21:15:00 T:140681561270016  NOTICE: Previous line repeats 3 times.
21:15:00 T:140681561270016  NOTICE: Thread LanguageInvoker start, auto delete: false
21:15:00 T:140681561270016  NOTICE: -->Python Interpreter Initialized<--
21:15:00 T:140681561270016  NOTICE: script.pseudotv.livePseudoTV Live/storage/.xbmc/addons/script.pseudotv.live-master0.3.7
21:15:00 T:140681561270016  NOTICE: script.pseudotv.live-Globals: System Caching Enabled
21:15:00 T:140681616344832  NOTICE: Thread LanguageInvoker start, auto delete: false
21:15:00 T:140681616344832  NOTICE: -->Python Interpreter Initialized<--
21:15:00 T:140681616344832  NOTICE: script.pseudotv.livePseudoTV Live/storage/.xbmc/addons/script.pseudotv.live-master0.3.7
21:15:00 T:140681616344832  NOTICE: script.pseudotv.live-Globals: System Caching Enabled
21:15:00 T:140681616344832  NOTICE: Donor Import Failed, Disabling Donor FeaturesNo module named Donor
21:15:01 T:140681616344832  NOTICE: Requesting
21:15:01 T:140681616344832  NOTICE: http://www.google-analytics.com/__utm.gif?utmp=PTVL%2F647570497%2FDeclan%2F0.3.7%2FPTVL%2FC%2FT%2F&utmac=UA-45979766-1&utmwv=5.2.2d&utmcc=__utma%3D1.647570497.1.1.1.1%3B&utmn=6695883428
21:15:01 T:140681616344832  NOTICE: Pragma: no-cache
                                            Expires: Wed, 19 Apr 2000 11:43:00 GMT
                                            Last-Modified: Wed, 21 Jan 2004 19:51:30 GMT
                                            X-Content-Type-Options: nosniff
                                            Content-Type: image/gif
                                            Date: Thu, 03 Apr 2014 16:25:45 GMT
                                            Server: Golfe2
                                            Content-Length: 35
                                            Age: 1050556
                                            Cache-Control: private, no-cache, no-cache=Set-Cookie, proxy-revalidate
                                            Alternate-Protocol: 80:quic
                                            Connection: close
21:15:01 T:140681616344832  NOTICE: BuildPluginFileList
21:15:01 T:140681616344832   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.IndexError'>
                                            Error Contents: list index out of range
                                            Traceback (most recent call last):
                                              File "/storage/.xbmc/addons/script.pseudotv.live-master/resources/lib/Overlay.py", line 226, in onInit
                                                if self.readConfig() == False:
                                              File "/storage/.xbmc/addons/script.pseudotv.live-master/resources/lib/Overlay.py", line 354, in readConfig
                                                self.channels = self.channelList.setupList()
                                              File "/storage/.xbmc/addons/script.pseudotv.live-master/resources/lib/ChannelList.py", line 163, in setupList
                                                self.setupChannel(i + 1, False, makenewlists, False)
                                              File "/storage/.xbmc/addons/script.pseudotv.live-master/resources/lib/ChannelList.py", line 518, in setupChannel
                                                if self.makeChannelList(channel, chtype, chsetting1, chsetting2, chsetting3, chsetting4, append) == True:
                                              File "/storage/.xbmc/addons/script.pseudotv.live-master/resources/lib/ChannelList.py", line 833, in makeChannelList
                                                fileList = self.BuildPluginFileList(setting1, setting2, setting3, setting4, channel)
                                              File "/storage/.xbmc/addons/script.pseudotv.live-master/resources/lib/ChannelList.py", line 3882, in BuildPluginFileList
                                                plugins = Directs[1] # element 1 in split is plugin://plugin.type.name
                                            IndexError: list index out of range
                                            -->End of Python script error report<--

What does your setting2 look like

Like this:


Code:
<settings>
    <setting id="Channel_115_type" value="15" />
    <setting id="Channel_115_1" value="plugin://plugin.video.sportingstreams/Live Streams" />
    <setting id="Channel_115_2" value="" />
    <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="True" />
    <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" />
</settings>
@Dec64, Double check that you actually updated your copy of PseudoTV Live. Your setting2 is correct. That error can only be generated by either old code or wrong setting2.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2014-04-16, 14:45)Lunatixz Wrote: @Dec64, Double check that you actually updated your copy of PseudoTV Live. Your setting2 is correct. That error can only be generated by either old code or wrong setting2.


I did redownload/install it seems maybe i copied wrong way or the link wasnt updated. I just downloaded it again and updated and you're correct it now works. Thank you.

Would any of these changes solve the issues with chtype9 so i could use XML instead?
(2014-04-16, 19:57)Dec64 Wrote:
(2014-04-16, 14:45)Lunatixz Wrote: @Dec64, Double check that you actually updated your copy of PseudoTV Live. Your setting2 is correct. That error can only be generated by either old code or wrong setting2.


I did redownload/install it seems maybe i copied wrong way or the link wasnt updated. I just downloaded it again and updated and you're correct it now works. Thank you.

Would any of these changes solve the issues with chtype9 so i could use XML instead?

there is nothing wrong with chtype9... it works as it was designed. Just make sure you are using a link that works...
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2014-04-16, 21:15)Lunatixz Wrote:
(2014-04-16, 19:57)Dec64 Wrote:
(2014-04-16, 14:45)Lunatixz Wrote: @Dec64, Double check that you actually updated your copy of PseudoTV Live. Your setting2 is correct. That error can only be generated by either old code or wrong setting2.


I did redownload/install it seems maybe i copied wrong way or the link wasnt updated. I just downloaded it again and updated and you're correct it now works. Thank you.

Would any of these changes solve the issues with chtype9 so i could use XML instead?

there is nothing wrong with chtype9... it works as it was designed. Just make sure you are using a link that works...

How do i create such a link. Adding the content via the plugin to favourites, then copying that link into the settings2.xml does not work. I tested the same process on the discovery channel plugin and that does not work either.

Quote:plugin://plugin.video.discovery_com/?url=http%3A%2F%2Fnews.discovery.com%2Fspace%2Fvideos%2Fis-sex-in-space-still-just-a-fantasy-video.htm&amp;mode=playVideo
(2014-04-16, 22:06)Dec64 Wrote:
(2014-04-16, 21:15)Lunatixz Wrote:
(2014-04-16, 19:57)Dec64 Wrote: I did redownload/install it seems maybe i copied wrong way or the link wasnt updated. I just downloaded it again and updated and you're correct it now works. Thank you.

Would any of these changes solve the issues with chtype9 so i could use XML instead?

there is nothing wrong with chtype9... it works as it was designed. Just make sure you are using a link that works...

How do i create such a link. Adding the content via the plugin to favourites, then copying that link into the settings2.xml does not work. I tested the same process on the discovery channel plugin and that does not work either.

Quote:plugin://plugin.video.discovery_com/?url=http%3A%2F%2Fnews.discovery.com%2Fspace%2Fvideos%2Fis-sex-in-space-still-just-a-fantasy-video.htm&amp;mode=playVideo

I already wrote you instructions, read posts above...
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2014-04-16, 22:38)Lunatixz Wrote:
(2014-04-16, 22:06)Dec64 Wrote:
(2014-04-16, 21:15)Lunatixz Wrote: there is nothing wrong with chtype9... it works as it was designed. Just make sure you are using a link that works...

How do i create such a link. Adding the content via the plugin to favourites, then copying that link into the settings2.xml does not work. I tested the same process on the discovery channel plugin and that does not work either.

Quote:plugin://plugin.video.discovery_com/?url=http%3A%2F%2Fnews.discovery.com%2Fspace%2Fvideos%2Fis-sex-in-space-still-just-a-fantasy-video.htm&amp;mode=playVideo

I already wrote you instructions, read posts above...

ah sorry i did not see your latest edit to that post. As said before tho iv tried the favourites.xml route and it didn't work for any plugin i tried. U mention it needs to be edited? What specifically..? All the edits i attempted still didn't work. I attempted the json route as suggested but that seems way above me. I have no idea what Ajax end points are or how to find out what mine is ect.
  • 1
  • 236
  • 237
  • 238(current)
  • 239
  • 240
  • 694

Logout Mark Read Team Forum Stats Members Help
[OLD/CLOSED] PseudoTV Live - Set-Top box solution45