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
(2013-12-07, 22:04)Lunatixz Wrote: [ -> ]
(2013-12-07, 21:01)photo848 Wrote: [ -> ]
(2013-12-07, 20:33)photo848 Wrote: [ -> ]I bumped the level to 3, let me know if this isn't what you meant, thx
http://pastebin.com/CpdfSJmU

I happened to notice while looking through the log file that it was turned on to 3 and then changed to 1. I created another file using 2, please try this one if the one above doesn't provide the info you need.
-> https://www.dropbox.com/s/rq4o91geyijds0e/xbmc.log

Logs output is great, I can see the error and before I make any changes to my code, I need to ask.... Did you set a xmltv location in your settings? and in that folder location is there a file named xmltv.xml?

Yes, I have the xmltv location set to the /storage/PTVL folder in settings and the xmltv.xml file is in that folder - thx
(2013-12-07, 22:23)photo848 Wrote: [ -> ]
(2013-12-07, 22:04)Lunatixz Wrote: [ -> ]
(2013-12-07, 21:01)photo848 Wrote: [ -> ]I happened to notice while looking through the log file that it was turned on to 3 and then changed to 1. I created another file using 2, please try this one if the one above doesn't provide the info you need.
-> https://www.dropbox.com/s/rq4o91geyijds0e/xbmc.log

Logs output is great, I can see the error and before I make any changes to my code, I need to ask.... Did you set a xmltv location in your settings? and in that folder location is there a file named xmltv.xml?

Yes, I have the xmltv location set to the /storage/PTVL folder in settings and the xmltv.xml file is in that folder - thx

I ask because PTVL is hanging at your xmltv file... it's not even opening it!! You need to delete your PTVL setting.xml and reconfigure PTVL and you need to triple check your xmltv file...
(2013-12-07, 16:25)MovieJunky Wrote: [ -> ]I am thinking about buying the USTVNOW full package for $20/month and my ultimate goal with Pseudo TV would be to integrate my German television stations in PseudoTV Live
through the tuner software, my own ripped movie library and US channels through the USTVNOW plugin. Is this technically going to work, or am I
misunderstanding something. The free USTVnow channels work fine, I guess when I upgrade my plan I could just edit the settings2.xml and add all the other
channels?!

i have had all the ustvnow channels free and paid with full epg in ptvl before so that is definitely able to be accomplished. your ripped movies is easy if there scanned into xbmc. i don't have german tv but a lot of ppl have there tv stations in ptvl threw the pvr built in to xbmc so that should work to. so i'm pretty sure you can do all that you are wanting to do. you also could add rss,youtube,plugins,streams from the net,ect to.

you might want to check out futubox it has a lot of European channels and is cheaper then ustvnow and can be used in ptvl also.
(2013-12-07, 23:07)scilz Wrote: [ -> ]
(2013-12-07, 16:25)MovieJunky Wrote: [ -> ]I am thinking about buying the USTVNOW full package for $20/month and my ultimate goal with Pseudo TV would be to integrate my German television stations in PseudoTV Live
through the tuner software, my own ripped movie library and US channels through the USTVNOW plugin. Is this technically going to work, or am I
misunderstanding something. The free USTVnow channels work fine, I guess when I upgrade my plan I could just edit the settings2.xml and add all the other
channels?!

i have had all the ustvnow channels free and paid with full epg in ptvl before so that is definitely able to be accomplished. your ripped movies is easy if there scanned into xbmc. i don't have german tv but a lot of ppl have there tv stations in ptvl threw the pvr built in to xbmc so that should work to. so i'm pretty sure you can do all that you are wanting to do. you also could add rss,youtube,plugins,streams from the net,ect to.

you might want to check out futubox it has a lot of European channels and is cheaper then ustvnow and can be used in ptvl also.


Just so you know I'm dropping USTVnow features in the final build... not to say you can't add channels and xmltv info on your own... but PTVL will no longer do it for you...
Luna, could you enlighten me on how PTV handles library updating in the background through xbmc.library.autoupdate?

Say I would set every channel to reset every 24 hours through adv. rules, would this new media be incorporated into the schedule?

Thanks again for such a great script!!
(2013-12-07, 22:37)Lunatixz Wrote: [ -> ]
(2013-12-07, 22:23)photo848 Wrote: [ -> ]
(2013-12-07, 22:04)Lunatixz Wrote: [ -> ]Logs output is great, I can see the error and before I make any changes to my code, I need to ask.... Did you set a xmltv location in your settings? and in that folder location is there a file named xmltv.xml?

Yes, I have the xmltv location set to the /storage/PTVL folder in settings and the xmltv.xml file is in that folder - thx

I ask because PTVL is hanging at your xmltv file... it's not even opening it!! You need to delete your PTVL setting.xml and reconfigure PTVL and you need to triple check your xmltv file...

I am totally stumped, I deleted the setting.xml file and reconfigured a new one. The xmltv file is in the folder I have in the settings but yet it still won't recognize it. I even tried renaming it to xtv and updated the settings2.xml file with the new "xtv" name but it still doesn't work. The xml file all looks correct. Here is another log file with the rename of xtv -> https://www.dropbox.com/s/jj2ois2acip3tfs/xbmcv1.log
Here is the xml file -> https://www.dropbox.com/s/3dr9rmuo65pav0u/xtv.xml

Oddly when I used that prior version you provided a few days back nothing was different from what I have now and that version worked.
@ MovieJunky it's not possible outside of PTVL's channel manager (which already has a channel reset by days pasted feature). Search the thread this question has been asked before!

(2013-12-07, 23:27)photo848 Wrote: [ -> ]
(2013-12-07, 22:37)Lunatixz Wrote: [ -> ]
(2013-12-07, 22:23)photo848 Wrote: [ -> ]Yes, I have the xmltv location set to the /storage/PTVL folder in settings and the xmltv.xml file is in that folder - thx

I ask because PTVL is hanging at your xmltv file... it's not even opening it!! You need to delete your PTVL setting.xml and reconfigure PTVL and you need to triple check your xmltv file...

I am totally stumped, I deleted the setting.xml file and reconfigured a new one. The xmltv file is in the folder I have in the settings but yet it still won't recognize it. I even tried renaming it to xtv and updated the settings2.xml file with the new "xtv" name but it still doesn't work. The xml file all looks correct. Here is another log file with the rename of xtv -> https://www.dropbox.com/s/jj2ois2acip3tfs/xbmcv1.log
Here is the xml file -> https://www.dropbox.com/s/3dr9rmuo65pav0u/xtv.xml

Oddly when I used that prior version you provided a few days back nothing was different from what I have now and that version worked.

I'll check the difference, maybe I removed something I forgot about..

I'm comparing my changes now... only differences I see is the settings name was changed, but you said you re entered your settings so that should be it...

what are you using for settings2's _3 switch? it should be the name of your xmltv file without the extension...

I also have to say as of now you are the only one reporting this problem... if more users report the same problem I will investigate further.
(2013-12-07, 23:35)Lunatixz Wrote: [ -> ]@ MovieJunky it's not possible outside of PTVL's channel manager (which already has a channel reset by days pasted feature). Search the thread this question has been asked before!

(2013-12-07, 23:27)photo848 Wrote: [ -> ]
(2013-12-07, 22:37)Lunatixz Wrote: [ -> ]I ask because PTVL is hanging at your xmltv file... it's not even opening it!! You need to delete your PTVL setting.xml and reconfigure PTVL and you need to triple check your xmltv file...

I am totally stumped, I deleted the setting.xml file and reconfigured a new one. The xmltv file is in the folder I have in the settings but yet it still won't recognize it. I even tried renaming it to xtv and updated the settings2.xml file with the new "xtv" name but it still doesn't work. The xml file all looks correct. Here is another log file with the rename of xtv -> https://www.dropbox.com/s/jj2ois2acip3tfs/xbmcv1.log
Here is the xml file -> https://www.dropbox.com/s/3dr9rmuo65pav0u/xtv.xml

Oddly when I used that prior version you provided a few days back nothing was different from what I have now and that version worked.

I'll check the difference, maybe I removed something I forgot about..

I'm comparing my changes now... only differences I see is the settings name was changed, but you said you re entered your settings so that should be it...

what are you using for settings2's _3 switch? it should be the name of your xmltv file without the extension...

I also have to say as of now you are the only one reporting this problem... if more users report the same problem I will investigate further.

Here is the Channel settings, _3 value is "xmltv"
<setting id="Channel_20_type" value="8" />
<setting id="Channel_20_1" value="I2.1.16689.tmsdatadirect.com" />
<setting id="Channel_20_2" value="hdhomerun://103AC965-0/tuner0?channel=8vsb:587000000&program=1" />
<setting id="Channel_20_3" value="xmltv" />
<setting id="Channel_20_rulecount" value="1" />
<setting id="Channel_20_changed" value="False" />
<setting id="Channel_20_time" value="77" />
<setting id="Channel_20_rule_1_id" value="1" />
<setting id="Channel_20_rule_1_opt_1" value="2-1 CBS Live" />
(2013-12-07, 23:27)photo848 Wrote: [ -> ]
(2013-12-07, 22:37)Lunatixz Wrote: [ -> ]
(2013-12-07, 22:23)photo848 Wrote: [ -> ]Yes, I have the xmltv location set to the /storage/PTVL folder in settings and the xmltv.xml file is in that folder - thx

I ask because PTVL is hanging at your xmltv file... it's not even opening it!! You need to delete your PTVL setting.xml and reconfigure PTVL and you need to triple check your xmltv file...

I am totally stumped, I deleted the setting.xml file and reconfigured a new one. The xmltv file is in the folder I have in the settings but yet it still won't recognize it. I even tried renaming it to xtv and updated the settings2.xml file with the new "xtv" name but it still doesn't work. The xml file all looks correct. Here is another log file with the rename of xtv -> https://www.dropbox.com/s/jj2ois2acip3tfs/xbmcv1.log
Here is the xml file -> https://www.dropbox.com/s/3dr9rmuo65pav0u/xtv.xml

Oddly when I used that prior version you provided a few days back nothing was different from what I have now and that version worked.

This sounds similar to what I just ran into.. my xmltv.xml was encoding was not set right.. or at least setting it to what is required and saving over the one generated by MC2XML fixed my issue. Not 100% on this.

I'm probably moving back to the old reliable version 0.1.0 from god knows when, there are way too many bugs in the latest builds. I'm trying on a laptop before I integrate and the latest EPGWindow.py change makes PTVL error on launch. I've tried wiping the entire directory and going from scratch, nope. Whatever was done inside that in the last 16-17 hours (per the repo log) borked the whole thing.

Wish I had more time, I could probably help to polish up the latest features a bit but sadly i'm quite busy lately.

Also -- Whatever I'm running that's "newer ie 0.1.9" on my system as of few days ago from the repo I guess is not current anymore. That build is the one that has the EPG sync and live tv selection issues.

(2013-12-08, 00:07)photo848 Wrote: [ -> ]
(2013-12-07, 23:35)Lunatixz Wrote: [ -> ]@ MovieJunky it's not possible outside of PTVL's channel manager (which already has a channel reset by days pasted feature). Search the thread this question has been asked before!

(2013-12-07, 23:27)photo848 Wrote: [ -> ]I am totally stumped, I deleted the setting.xml file and reconfigured a new one. The xmltv file is in the folder I have in the settings but yet it still won't recognize it. I even tried renaming it to xtv and updated the settings2.xml file with the new "xtv" name but it still doesn't work. The xml file all looks correct. Here is another log file with the rename of xtv -> https://www.dropbox.com/s/jj2ois2acip3tfs/xbmcv1.log
Here is the xml file -> https://www.dropbox.com/s/3dr9rmuo65pav0u/xtv.xml

Oddly when I used that prior version you provided a few days back nothing was different from what I have now and that version worked.

I'll check the difference, maybe I removed something I forgot about..

I'm comparing my changes now... only differences I see is the settings name was changed, but you said you re entered your settings so that should be it...

what are you using for settings2's _3 switch? it should be the name of your xmltv file without the extension...

I also have to say as of now you are the only one reporting this problem... if more users report the same problem I will investigate further.

Here is the Channel settings, _3 value is "xmltv"
<setting id="Channel_20_type" value="8" />
<setting id="Channel_20_1" value="I2.1.16689.tmsdatadirect.com" />
<setting id="Channel_20_2" value="hdhomerun://103AC965-0/tuner0?channel=8vsb:587000000&program=1" />
<setting id="Channel_20_3" value="xmltv" />
<setting id="Channel_20_rulecount" value="1" />
<setting id="Channel_20_changed" value="False" />
<setting id="Channel_20_time" value="77" />
<setting id="Channel_20_rule_1_id" value="1" />
<setting id="Channel_20_rule_1_opt_1" value="2-1 CBS Live" />

What's your Settings.xml look like? Mine for some reason had 2 XMLTV entries, I think from upgrading. I assume it's not case sensitive, but I don't know what would happen if they conflict. Double check that. That was also what I cleaned up to get one of my newer working.. might be a good idea to bump minor revs each time a file changes, would make life a lot easier. since I have at least 2 zipped versions of 0.1.9 floating around confirmed by performing a diff.
(2013-12-08, 00:15)blazin912 Wrote: [ -> ]I'm probably moving back to the old reliable version 0.1.0 from god knows when, there are way too many bugs in the latest builds.

Not sure if I should be insulted!!
No one asked you to download and use the master! Master clearly warns it could be unstable, and considering the only problem you supplied a log too points to user error... what "BUGS" are you finding?

(2013-12-08, 00:15)blazin912 Wrote: [ -> ]I'm trying on a laptop before I integrate and the latest EPGWindow.py change makes PTVL error on launch.

This is because you are not following the directions for using master!
You need to delete the plugin folder, then move new one over (copying won't work)...You also need to delete your cache folder and reenter settings looking for new switches...

(2013-12-08, 00:15)blazin912 Wrote: [ -> ]
(2013-12-07, 23:27)photo848 Wrote: [ -> ]
(2013-12-07, 22:37)Lunatixz Wrote: [ -> ]I ask because PTVL is hanging at your xmltv file... it's not even opening it!! You need to delete your PTVL setting.xml and reconfigure PTVL and you need to triple check your xmltv file...

I am totally stumped, I deleted the setting.xml file and reconfigured a new one. The xmltv file is in the folder I have in the settings but yet it still won't recognize it. I even tried renaming it to xtv and updated the settings2.xml file with the new "xtv" name but it still doesn't work. The xml file all looks correct. Here is another log file with the rename of xtv -> https://www.dropbox.com/s/jj2ois2acip3tfs/xbmcv1.log
Here is the xml file -> https://www.dropbox.com/s/3dr9rmuo65pav0u/xtv.xml

Oddly when I used that prior version you provided a few days back nothing was different from what I have now and that version worked.

This sounds similar to what I just ran into.. my xmltv.xml was encoding was not set right.. or at least setting it to what is required and saving over the one generated by MC2XML fixed my issue. Not 100% on this.

I'm probably moving back to the old reliable version 0.1.0 from god knows when, there are way too many bugs in the latest builds. I'm trying on a laptop before I integrate and the latest EPGWindow.py change makes PTVL error on launch. I've tried wiping the entire directory and going from scratch, nope. Whatever was done inside that in the last 16-17 hours (per the repo log) borked the whole thing.

Wish I had more time, I could probably help to polish up the latest features a bit but sadly i'm quite busy lately.

Also -- Whatever I'm running that's "newer ie 0.1.9" on my system as of few days ago from the repo I guess is not current anymore. That build is the one that has the EPG sync and live tv selection issues.

(2013-12-08, 00:07)photo848 Wrote: [ -> ]
(2013-12-07, 23:35)Lunatixz Wrote: [ -> ]@ MovieJunky it's not possible outside of PTVL's channel manager (which already has a channel reset by days pasted feature). Search the thread this question has been asked before!


I'll check the difference, maybe I removed something I forgot about..

I'm comparing my changes now... only differences I see is the settings name was changed, but you said you re entered your settings so that should be it...

what are you using for settings2's _3 switch? it should be the name of your xmltv file without the extension...

I also have to say as of now you are the only one reporting this problem... if more users report the same problem I will investigate further.

Here is the Channel settings, _3 value is "xmltv"
<setting id="Channel_20_type" value="8" />
<setting id="Channel_20_1" value="I2.1.16689.tmsdatadirect.com" />
<setting id="Channel_20_2" value="hdhomerun://103AC965-0/tuner0?channel=8vsb:587000000&program=1" />
<setting id="Channel_20_3" value="xmltv" />
<setting id="Channel_20_rulecount" value="1" />
<setting id="Channel_20_changed" value="False" />
<setting id="Channel_20_time" value="77" />
<setting id="Channel_20_rule_1_id" value="1" />
<setting id="Channel_20_rule_1_opt_1" value="2-1 CBS Live" />

What's your Settings.xml look like? Mine for some reason had 2 XMLTV entries, I think from upgrading. I assume it's not case sensitive, but I don't know what would happen if they conflict. Double check that. That was also what I cleaned up to get one of my newer working.. might be a good idea to bump minor revs each time a file changes, would make life a lot easier. since I have at least 2 zipped versions of 0.1.9 floating around confirmed by performing a diff.

Here's my settings.xml file, only seeing the one entry -> http://pastebin.com/0MhjkarJ
Whenever a new master was release I would delete the settings.xml & settings2.xml files and the entire Cache folder. I am also using an xmltv.xml file generated by MC2XML. That too looks correct to me. Thanks!
::UPDATE:: Master updated!!

Please remember to delete your cache folder, enter settings and check for new options... make sure old settings and paths are correct, if you are using tvdb/tmdb make sure api keys are correctly entered...

If you encounter problems, please try forcing reset in settings... if that doesn't work disable tvdb options. send me logs Smile

Can someone who already had a working PTVL setup and is familiar with PTVL. Let me know whats going on with the master copy? is it working for you? can I see logs?

On my end PTVL is working better then ever...


::Update::

Added:
"Dynamic" artwork to EPG for LiveTV and regular channel types.
Cleaned up genre and chtype EPG coloring...


Dynamic artwork, works while changing the highlighted (in focus) title in the EPG.

Dynamic artwork for regular channel types (0-7) will look for whatever artwork type (ie, poster,fanart,banner) is set in the skin (this adds flexibility for skinners).
For example "fanart" is selected for the default skin, PTVL will look in the media folder for the selected title and will search up to two parent directories for fanart.jpg or fanart.png; then display image.

Dynamic artwork for LiveTV will use the tvdb/imdb id scraped after turning on the feature in settings. PTVL will look in /cache/artwork folder for a matching image, if not found it will download and save one; The artwork folder will fill with new images till a channel rebuild is called (either manually or automatically) which will clear the artwork cache...

EPG Coloring is pretty simple,
Channel types gives you a color based on the chtype.
Genre type searchs your xmltv file for a genre, if one isn't found and tvdb/imdb is enabled it will scrape one.

In the works:
Genre coloring for regular channel types via xbmc genreid.
(2013-12-07, 23:15)Lunatixz Wrote: [ -> ]
(2013-12-07, 23:07)scilz Wrote: [ -> ]
(2013-12-07, 16:25)MovieJunky Wrote: [ -> ]I am thinking about buying the USTVNOW full package for $20/month and my ultimate goal with Pseudo TV would be to integrate my German television stations in PseudoTV Live
through the tuner software, my own ripped movie library and US channels through the USTVNOW plugin. Is this technically going to work, or am I
misunderstanding something. The free USTVnow channels work fine, I guess when I upgrade my plan I could just edit the settings2.xml and add all the other
channels?!

i have had all the ustvnow channels free and paid with full epg in ptvl before so that is definitely able to be accomplished. your ripped movies is easy if there scanned into xbmc. i don't have german tv but a lot of ppl have there tv stations in ptvl threw the pvr built in to xbmc so that should work to. so i'm pretty sure you can do all that you are wanting to do. you also could add rss,youtube,plugins,streams from the net,ect to.

you might want to check out futubox it has a lot of European channels and is cheaper then ustvnow and can be used in ptvl also.


Just so you know I'm dropping USTVnow features in the final build... not to say you can't add channels and xmltv info on your own... but PTVL will no longer do it for you...

is this except for the donors?
(2013-12-08, 04:04)locoguano Wrote: [ -> ]
(2013-12-07, 23:15)Lunatixz Wrote: [ -> ]
(2013-12-07, 23:07)scilz Wrote: [ -> ]i have had all the ustvnow channels free and paid with full epg in ptvl before so that is definitely able to be accomplished. your ripped movies is easy if there scanned into xbmc. i don't have german tv but a lot of ppl have there tv stations in ptvl threw the pvr built in to xbmc so that should work to. so i'm pretty sure you can do all that you are wanting to do. you also could add rss,youtube,plugins,streams from the net,ect to.

you might want to check out futubox it has a lot of European channels and is cheaper then ustvnow and can be used in ptvl also.


Just so you know I'm dropping USTVnow features in the final build... not to say you can't add channels and xmltv info on your own... but PTVL will no longer do it for you...

is this except for the donors?

This applies to everyone,

I hate doing it... but USTVnow has offered me ZERO support, I don't see why I should steer business to them while wasting my time and resources...

This doesn't mean you can't use my addon with USTVnow... just means I won't be supplying the xmltv info automatically and you will have to manual configure channels.

You are welcome to write USTVnow add ask them to support my work.
(2013-12-08, 00:46)Lunatixz Wrote: [ -> ]::UPDATE:: Master updated!!

Please remember to delete your cache folder, enter settings and check for new options... make sure old settings and paths are correct, if you are using tvdb/tmdb make sure api keys are correctly entered...

If you encounter problems, please try forcing reset in settings... if that doesn't work disable tvdb options. send me logs Smile

Can someone who already had a working PTVL setup and is familiar with PTVL. Let me know whats going on with the master copy? is it working for you? can I see logs?

On my end PTVL is working better then ever...


::Update::

Added:
"Dynamic" artwork to EPG for LiveTV and regular channel types.
Cleaned up genre and chtype EPG coloring...


Dynamic artwork, works while changing the highlighted (in focus) title in the EPG.

Dynamic artwork for regular channel types (0-7) will look for whatever artwork type (ie, poster,fanart,banner) is set in the skin (this adds flexibility for skinners).
For example "fanart" is selected for the default skin, PTVL will look in the media folder for the selected title and will search up to two parent directories for fanart.jpg or fanart.png; then display image.

Dynamic artwork for LiveTV will use the tvdb/imdb id scraped after turning on the feature in settings. PTVL will look in /cache/artwork folder for a matching image, if not found it will download and save one; The artwork folder will fill with new images till a channel rebuild is called (either manually or automatically) which will clear the artwork cache...

EPG Coloring is pretty simple,
Channel types gives you a color based on the chtype.
Genre type searchs your xmltv file for a genre, if one isn't found and tvdb/imdb is enabled it will scrape one.

In the works:
Genre coloring for regular channel types via xbmc genreid.

I was hoping that the new master might have resolved my xmltv file issue but unfortunately it didn't Sad
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