Kodi Community Forum

Full Version: [OLD/CLOSED] PseudoTV Live - Set-Top box solution
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694
(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.
(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...
(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.
(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
(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.
(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...
(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...
(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.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694