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-03-15, 04:03)baken1925 Wrote: [ -> ]Ok I am way out of wack here, I still have version 0.2.3 and am just getting back into updating this. I have your repo installed but it must be an old one, because its emptyHuh

Can someone point me in the right direction please and thanks

Also, I cannot get my channel logos to appear on the guide, its simply just text of the channel names when using a custom folder with color logos. Any suggestions?
1. Go to the first page of the thread and download "latest master".
2.Delete "script pseudo live" from C/app data/xbmc/addons/
3.Delete "cache" from C/app data/xbmc/userdata/addon data/script pseudo live/
4.Extract the file you downloaded to C/app data/xbmc/addons
5 .Start xbmc and see the settings of pseudo live tv to see what's new and configure
6.Start pseudo live tv and enjoy!

logos:If you have a channel in the epg: e.g. COMEDY NETWORK then for better expierence you should have in your custom folder these files:
COMEDY NETWORK.png
COMEDY NETWORK_c.png
Error log:

Code:
11:01:14 T:4559736832   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.ImportError'>
                                            Error Contents: No module named feedparser
                                            Traceback (most recent call last):
                                              File "/Users/privado/Library/Application Support/XBMC/addons/script.pseudotv.live-master/pseudotv.py", line 25, in <module>
                                                from resources.lib.ga import *
                                              File "/Users/privado/Library/Application Support/XBMC/addons/script.pseudotv.live-master/resources/lib/ga.py", line 9, in <module>
                                                import EPGWindow
                                              File "/Users/privado/Library/Application Support/XBMC/addons/script.pseudotv.live-master/resources/lib/EPGWindow.py", line 31, in <module>
                                                from ChannelList import ChannelList
                                              File "/Users/privado/Library/Application Support/XBMC/addons/script.pseudotv.live-master/resources/lib/ChannelList.py", line 22, in <module>
                                                import httplib, urllib, urllib2, feedparser
                                            ImportError: No module named feedparser
                                            -->End of Python script error report<--
Lunatixz,is it possible to add the ability PLTV to download "live" artwork(poster-fanart) from tvdb/tmdb sites and not from fanart tv,because my "live" content has no artwork in fanart tv?
I just want to download "classic" poster-fanart which i can easily find or add in tvdb/tmdb sites!

Thanks
(2014-03-15, 17:09)tromy Wrote: [ -> ]Lunatixz,is it possible to add the ability PLTV to download "live" artwork(poster-fanart) from tvdb/tmdb sites and not from fanart tv,because my "live" content has no artwork in fanart tv?
I just want to download "classic" poster-fanart which i can easily find or add in tvdb/tmdb sites!

Thanks

I'll look into it... Anything else regarding live TV artwork?
(2014-03-15, 10:59)tromy Wrote: [ -> ]
(2014-03-15, 04:03)baken1925 Wrote: [ -> ]Ok I am way out of wack here, I still have version 0.2.3 and am just getting back into updating this. I have your repo installed but it must be an old one, because its emptyHuh

Can someone point me in the right direction please and thanks

Also, I cannot get my channel logos to appear on the guide, its simply just text of the channel names when using a custom folder with color logos. Any suggestions?
1. Go to the first page of the thread and download "latest master".
2.Delete "script pseudo live" from C/app data/xbmc/addons/
3.Delete "cache" from C/app data/xbmc/userdata/addon data/script pseudo live/
4.Extract the file you downloaded to C/app data/xbmc/addons
5 .Start xbmc and see the settings of pseudo live tv to see what's new and configure
6.Start pseudo live tv and enjoy!

logos:If you have a channel in the epg: e.g. COMEDY NETWORK then for better expierence you should have in your custom folder these files:
COMEDY NETWORK.png
COMEDY NETWORK_c.png

This worked perfectly, thank you.

I do have another question. I have had local content of commercials and trailers I have used before, I am trying to use them now in the features, without creating custom channels for them, I tried to use these in the configuring, I set it to local, set the folder etc, but they are not working. Do you have donate to be able to use that feature in general, or just if you use the youtube or internet stuff

Also, I have 2D Movies and 3D Movies and I am creating both a Marvel Channel and DC Channel. Let's use Thor for instance. I have both a 2D and 3D version of this. When I create a smart playlist to use, that is all Marvel movies, How can I have the channel ONLY pick up the 2D version, and not the 3D version? I have tried creating smart playlists before for this, but I cannot seem to get it right. Somehow the 3D movie still finds its way in.
Hi - I'm running into some issues with PVR autotuning....I get the channels ok, but no EPG and the channel 1 type is 9, with xmltv not found

here's the resulting settings2

<setting id="Channel_1_type" value="9" />
<setting id="Channel_1_time" value="66" />
<setting id="Channel_1_1" value="5400" />
<setting id="Channel_1_2" value="pvr://channels/tv/All TV channels/0.pvr" />
<setting id="Channel_1_3" value="WLWT-ME" />
<setting id="Channel_1_4" value="XMLTV DATA NOT FOUND" />
<setting id="Channel_1_rulecount" value="1" />
<setting id="Channel_1_rule_1_id" value="1" />
<setting id="Channel_1_rule_1_opt_1" value="WLWT-ME LiveTV" />
<setting id="Channel_1_changed" value="False" />

if I manually input channel type 8 and the xmltv link for the specific channel ("I70.43340162.microsoft.com") it works ok

any thoughts on what I got wrong or what I should look at as a guide? I saw some discussion about ordering the channels with xmltv, if that is the issue, how is it done?
I need feedback from Pi users, please send me logs and info concerning problems...
For example, I've noticed parsing XMLTV data takes way to long... I'm currently looking for an alternative.
(2014-03-16, 23:38)Lunatixz Wrote: [ -> ]I need feedback from Pi users, please send me logs and info concerning problems...
For example, I've noticed parsing XMLTV data takes way to long... I'm currently looking for an alternative.

I think its a network problem, i had that problem as well, the pi just kept rebooting upon loading the epg.
For now im running a seperate XMLTV GUI on one of the Pi's shares and save the xml to that share as wel and havnt had any problems since then.
Im just upgraded to the latest Openelec Gotham Beta2 and im not sure if its just me but the epg seems to load yet a bit faster with the xml file on the Pi, i havnt tested via network yet with the latest Beta2.
::Update::

Next git update will include my official support for Gotham, there are still a few skin issues under Gotham. Please include screenshots along with your skin bug reports.

I'm also still trying to increase the stability and performance running PTVL under different OS's and video sources/formats... This is a good time to bring up your gripes...

Currently finishing up:
  • Update LiveTV Artwork / Direct Artwork download
    EPG Data from PVR backend
    Video Mirroring
(2014-03-18, 00:03)Lunatixz Wrote: [ -> ]::Update::

Next git update will include my official support for Gotham, there are still a few skin issues under Gotham. Please include screenshots along with your skin bug reports.

I'm also still trying to increase the stability and performance running PTVL under different OS's and video sources/formats... This is a good time to bring up your gripes...

Currently finishing up:
  • Update LiveTV Artwork / Direct Artwork download
    EPG Data from PVR backend
    Video Mirroring

Reallllly happy to hear you are working on grabbing EPG data from the PVR backend. Thanks!
Big Grin
(2014-03-18, 04:25)paulmd Wrote: [ -> ]
(2014-03-18, 00:03)Lunatixz Wrote: [ -> ]::Update::

Next git update will include my official support for Gotham, there are still a few skin issues under Gotham. Please include screenshots along with your skin bug reports.

I'm also still trying to increase the stability and performance running PTVL under different OS's and video sources/formats... This is a good time to bring up your gripes...

Currently finishing up:
  • Update LiveTV Artwork / Direct Artwork download
    EPG Data from PVR backend
    Video Mirroring

Reallllly happy to hear you are working on grabbing EPG data from the PVR backend. Thanks!
Big Grin

+1
(2014-03-18, 00:03)Lunatixz Wrote: [ -> ]::Update::

Next git update will include my official support for Gotham...

Woo-HOO !

Please remember Donor features fix Wink

Quote:This is a good time to bring up your gripes...

er... the "STOP button on MCE remote exits immediately" issue (at least on my OE setup) ? BTW, it has ALWAYS done it for me, regardless the version or build of OE. Debug log, with PTVL debugging enabled is here.

No response to "Codec info" display ("O" on keyboard, "Guide" on unmodified MCE remote). You can see an attempt with "O" key in the log above.

Q: should I be getting a Coming Up Next Box while watching a youtube channel ?

Thanks again Luna,
Grant

ps: Love the Now Watching: VideoWindow feature - now that I've got it working.
Quote:Yes it is possible! Here is a example I use.

First Hide the plot control.
Code:
<control type="label" id="502">
    <left>-10</left>
    <top>-10</top>
    <width>0</width>
    <height>0</height>
    <visible>false</visible>
</control>

Then use <info>Control.GetLabel(502)</info> for the text box.
Code:
<control type="textbox">
    <left>240</left>
    <top>600</top>
    <width>820</width>
    <height>85</height>
    <align>justify</align>
    <font>METF_PlotTextMedium</font>
    <textcolor>LowerText</textcolor>
    <info>Control.GetLabel(502)</info>
    <autoscroll time="4000" delay="8000" repeat="8000">True</autoscroll>
</control>

*Note: I use this with the original PTV but I can't see why it wouldn't work for the live version.

Edit: Replaced skin specific condition with true for autoscroll.
Yes , you are right Steveb! It works for PLTV too.Now epg has autoscroll for the plots of the shows!
Tested with aurora skin and it works great(other skins should work also)
Thank you, Steveb
(2014-03-18, 10:03)deletedpenguin Wrote: [ -> ]
(2014-03-18, 04:25)paulmd Wrote: [ -> ]
(2014-03-18, 00:03)Lunatixz Wrote: [ -> ]::Update::

Next git update will include my official support for Gotham, there are still a few skin issues under Gotham. Please include screenshots along with your skin bug reports.

I'm also still trying to increase the stability and performance running PTVL under different OS's and video sources/formats... This is a good time to bring up your gripes...

Currently finishing up:
  • Update LiveTV Artwork / Direct Artwork download
    EPG Data from PVR backend
    Video Mirroring

Reallllly happy to hear you are working on grabbing EPG data from the PVR backend. Thanks!
Big Grin

+1
+1 for me too, can't get all channels to show EPG even after manual renaming.
Maybe I'm slow but is there a way to only play shows/movies at :30 and at the top of the hour? I hate stuff starting at like 8:17pm
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