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
Thanks a lot for all your help. Unfortunately I'm not any closer to adding new channels for playlists that won't add in the Channel Configuration window, although I have discovered a very easy way of accessing files on my NUC just using Windows Explorer (you have no idea how stupid I felt when I realised it was this easy)!

I tried playing around with the settings2.xml file, duplicating the settings for another channel I'd successfully set up but adapting it to the desired playlist. However, this caused the Channel Configuration not to load (it gets stuck at 90%) - presumably I've not set the channel up right, causing this.

Is there a guide on how to manually add channels by editing the settings2.xml file?

I've read THIS post from Lunatixz but unfortunately it doesn't have all of the info for someone like me to manually edit the file to add a channel.

Sorry to be such a pain but I think Pseudo TV is fantastic and I really want to get it all set up the way I want!
(2014-07-18, 23:01)ryanmcclure Wrote: [ -> ]@Elixxen, install script.module.common

https://github.com/Eldorados/script.modu...master.zip

Post 1 has a list of dependencies. Make sure every single one of the top list is installed, or PTVL cannot work. Smile

Already had that installed but I installed it again using your link and it still doesn't work. Have all other ones on the top list installed as well.
Sorry to keep posting in here but I have found a solution to my problem of some custom playlists not adding to channels in Channel Configuration so I thought I would repost in here in case anyone else has the same issue. Here it is:

(2013-02-10, 01:43)thepineapple Wrote: [ -> ]Durr, that didn't take long to fix myself. Hopefully this will help the OP and others.

I decided to find the playlist files (located in /XBMC/Userdata/Playlists/Video) and open them up in textedit to see what was the difference between the working one and the others.

Here's what the working one said:
<name>80s</name>

And all the others:
<name></name>

So I typed in the name manually, saved the file, and sure enough, it now adds in Pseudotv.

The end. Happy Tv-ing!
(2014-06-20, 14:31)Lunatixz Wrote: [ -> ]
(2014-06-20, 12:10)SOME1 Wrote: [ -> ]I guess it was requested before, just cant find it anywhere.
so I will ask again for a feature:
please make a pvr backend to this addon so the channels can be part of the regular live tv channels in xbmc.
today it's opposite: the script is import the channels from the existing pvr in xbmc.
I am asking that the script will be a pvr in xbmc so all the virtuals channels will be in the live tv list, and the script configuration will be the pvr configuration.
thanks.

I've thought about doing this, but the limitations with xbmc pvr backend keeps easy transition impossible atm.

sorry for the late response, just now saw you answered.
thanks, I'll really happy to see it in the future if that possible. Smile
I use media portal backend to watch live tv channels.
When I watch through xbmc live tv the time between changing channels is 2 sec.
When I watch through PLTV the time is 8 sec.
I wonder if it's just me or all of you have the same times?and if there is away to reduce the 8 sec?

I have used all other backends and still the same results even with margo pvr builds for faster changing channels.
Is there a document available that shows what all the XML syntax's and options are? For example, what does Channel_14_1 and Channel_14_rule_1_opt_1 mean? Just something that says how to define stations.

Thanks!
Hey guys,

Have OpenElec v4.0.7 (naturally XBMC Gotham 13.1), and a HDHomeRun FTA (EU version) DVB-T receiver, and PTVL v0.4.7 development branch.

I have PseudoTV Live working, i have HD Homerun working with OpenELEC's TvHeadend, i was wondering if i could integrate the HDHomeRun and PTVL?

I read the first post in this thread and it's possible to either generate STRMs or maybe use a pvr:// handler.

I downloaded the latest HDHomeRun software and cant see a way to generate STRMs from it, i'm currently wondering if it's easier to integrate via the pvr:// method?

Would appreciate any tips or pointers. Would be nice to not have to exit out of PTVL to watch Live TV.. :-)


UPDATE - Have made strm's via HDHomeRuns utility (had to set it to "Main Program" to XBMC was the trick) ZIPped them up and transferred them over to OpenELEC, set PTVL to re-tune with STRM enabled and the directory they are in, but they're not showing up. Checked inside the STRMs and there are 2 hdhomerun:// links (one for tuner 0 and tuner 1).. Everything looks good, just PTVL is not picking them up during a re-tune.. Strange..


Thanks!
@twi252 search for angrycamels strm generator, requires Windows. On mobile otherwise I would link
I'm getting a script error from PTVL when I start XBMC. The error is towards the end of my debug log, though I'm not sure what to do to fix it. I'm running this on Amazon Fire TV...

Error:
Code:
22:06:26 T:1573528376   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.IOError'>
                                            Error Contents: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/']
                                            Traceback (most recent call last):
                                              File "/storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/addons/script.pseudotv.live-development/service.py", line 150, in <module>
                                                HubSwap()
                                              File "/storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/addons/script.pseudotv.live-development/service.py", line 101, in HubSwap
                                                chanlist = ChannelList()
                                              File "/storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/addons/script.pseudotv.live-development/resources/lib/ChannelList.py", line 97, in __init__
                                                self.t = tvdb_api.Tvdb()
                                              File "/storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/addons/script.pseudotv.live-development/resources/lib/tvdb_api.py", line 417, in __init__
                                                self.config['cache_location'] = self._getTempDir()
                                              File "/storage/emulated/0/Android/data/org.xbmc.xbmc/files/.xbmc/addons/script.pseudotv.live-development/resources/lib/tvdb_api.py", line 510, in _getTempDir
                                                return os.path.join(tempfile.gettempdir(), "tvdb_api-%s" % (uid))
                                              File "/home/jenkins/workspace/XBMC-Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-14/lib/python2.6/tempfile.py", line 254, in gettempdir
                                              File "/home/jenkins/workspace/XBMC-Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-14/lib/python2.6/tempfile.py", line 201, in _get_default_tempdir
                                            IOError: [Errno 2] No usable temporary directory found in ['/tmp', '/var/tmp', '/usr/tmp', '/']
                                            -->End of Python script error report<--

Full debug log...
(2014-07-21, 07:13)LakersFan Wrote: [ -> ]I'm getting a script error from PseudoTV when I start XBMC. The error is towards the end of my debug log, though I'm not sure what to do to fix it. I'm running this on Amazon Fire TV...

What device are you using to run XBMC? I'm seeing one of three things happening:

1. You don't have a temporary directory on your device (unlikely)
2. The permissions for your temporary directory have been altered (slightly more likely)
3. Your device's storage is nearling full and a temporary directory can't be used due to the lack of space (most likely)

Edit: I see now that you are using Android...I should read the log more thoroughly.

(2014-07-20, 21:37)wiz561 Wrote: [ -> ]Is there a document available that shows what all the XML syntax's and options are? For example, what does Channel_14_1 and Channel_14_rule_1_opt_1 mean? Just something that says how to define stations.

Thanks!

On the first three posts Luna has some examples. Under each term, he translates what they mean. As for Channel_14-rule_1_opt_1, that means option 1 for rule 1 on channel number 14. Channel_14_1 means channel 14, parameter 1 (or something to that effect.)
My issue is simple and yet I can't figure out how to solve it.

I have been using My Library to get the Netflix .strm files from PlayOn so I could create some channels. I set up two channels just for a test; the first time you load after a reset it plays the episode fine, but 9 times out of 10, if you change channels or even select a future episode on the guide, the file is unable to play. I initially thought it was an error because XBMC was trying to seek on the files which you can't do on PlayOn and it was causing an error, but that isn't the case. So, is it just gonna be that inconsistent, or is there a simple setting I am overlooking?
(2014-07-20, 21:37)wiz561 Wrote: [ -> ]Is there a document available that shows what all the XML syntax's and options are? For example, what does Channel_14_1 and Channel_14_rule_1_opt_1 mean? Just something that says how to define stations.

Thanks!

On the first three posts Luna has some examples. Under each term, he translates what they mean. As for Channel_14-rule_1_opt_1, that means option 1 for rule 1 on channel number 14. Channel_14_1 means channel 14, parameter 1 (or something to that effect.)
[/quote]

I ran across Luna's example earlier, but was wondering if there was something more formally documented. It would be tremendously helpful if something like this existed.
(2014-07-21, 09:29)jaynford Wrote: [ -> ]My issue is simple and yet I can't figure out how to solve it.

I have been using My Library to get the Netflix .strm files from PlayOn so I could create some channels. I set up two channels just for a test; the first time you load after a reset it plays the episode fine, but 9 times out of 10, if you change channels or even select a future episode on the guide, the file is unable to play. I initially thought it was an error because XBMC was trying to seek on the files which you can't do on PlayOn and it was causing an error, but that isn't the case. So, is it just gonna be that inconsistent, or is there a simple setting I am overlooking?

It's mostly the playon source that's at fault. I've been using playon for over five years and never had much success using it with PseudoTV, and PseudoTV Live. Also start following the Mylibrary thread, you will pickup that strms generated from playon expire quickly (some a few hrs after building).

(2014-07-20, 21:37)wiz561 Wrote: [ -> ]Is there a document available that shows what all the XML syntax's and options are? For example, what does Channel_14_1 and Channel_14_rule_1_opt_1 mean? Just something that says how to define stations.

Thanks!

Manual editting settings2.xml should be limited to my editions only, it's meant as a temporary solution.
(2014-07-21, 07:38)ryanmcclure Wrote: [ -> ]
(2014-07-21, 07:13)LakersFan Wrote: [ -> ]I'm getting a script error from PTVL when I start XBMC. The error is towards the end of my debug log, though I'm not sure what to do to fix it. I'm running this on Amazon Fire TV...

What device are you using to run XBMC? I'm seeing one of three things happening:

1. You don't have a temporary directory on your device (unlikely)
2. The permissions for your temporary directory have been altered (slightly more likely)
3. Your device's storage is nearling full and a temporary directory can't be used due to the lack of space (most likely)

Edit: I see now that you are using Android...I should read the log more thoroughly.
Thanks for taking a look at it. PTVL was running fine (no errors) until I upgraded to the most recent developmental version 0.4.7. Not sure if it has anything to do with that. Can I manually create the temp folder somewhere? I'll check my storage level and see if it's full. It shouldn't be, but ya never know. Wink
(2014-07-21, 14:26)Lunatixz Wrote: [ -> ]
(2014-07-21, 09:29)jaynford Wrote: [ -> ]My issue is simple and yet I can't figure out how to solve it.

I have been using My Library to get the Netflix .strm files from PlayOn so I could create some channels. I set up two channels just for a test; the first time you load after a reset it plays the episode fine, but 9 times out of 10, if you change channels or even select a future episode on the guide, the file is unable to play. I initially thought it was an error because XBMC was trying to seek on the files which you can't do on PlayOn and it was causing an error, but that isn't the case. So, is it just gonna be that inconsistent, or is there a simple setting I am overlooking?

It's mostly the playon source that's at fault. I've been using playon for over five years and never had much success using it with PseudoTV, and PseudoTV Live. Also start following the Mylibrary thread, you will pickup that strms generated from playon expire quickly (some a few hrs after building).

Yeah I saw that, but in the time I was testing this stuff, it is very unlikely for them to have expired. *sigh* I guess the netflix/hulu based pseudotv still alludes me.
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