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
Upcoming changes to TVDB/TMDB will not limit parsing in favor of less channel rebuilding...

Pretty much, If you enable TVDB/TMDB and have not limited your XMLTV data to only a few days, then you should expect a lengthy "onetime" startup only required when channel rebuild is needed.
Rebuilding will no longer be required on every load, Only when parsed data is old...

The ideal setup would be to grab three days worth of xmltv data.
Depending on your setup with TVDB/TMDB enabled parsing is under a minute in most cases (depending on how many live tv channels you have).
PTVL will only require reparsing of xmltv and tvdb/tmdb data every three days, the rest of the time startup will load directly from playlist.

Enabling TVDB/TMDB is only required for upcoming PVR/Sickbeard/Couchpotato and Enhanced LiveTV GUI (ie. Fanart, Posters, Banners, Season/Episode info (required for trakt reporting) and genre colors).
(2013-11-27, 01:38)Lunatixz Wrote: [ -> ]
(2013-11-27, 01:25)blazin912 Wrote: [ -> ]Well just tried this, looks like settings2.xml has changed format..

Think I got that figured out, but my EPG won't load at all.

Here's my testing version of settings2.xml

I turned off channel sharing as well to ensure it does not get updated from my slave HTPC.

Any thoughts? Feel like I need to re-educate myself on this, which was what I was hoping to prevent Sad

Code:
<setting id="Version" value="2.1.0" />
    <setting id="Channel_2_type" value="8" />
    <setting id="Channel_2_1" value="XXXXXX.tmsdatadirect.com" />
    <setting id="Channel_2_2" value="hdhomerun://XXXXXXXX/tuner0?channel=8vsb:503000000&program=3" />
    <setting id="Channel_2_3" value="xmltv" />
    <setting id="Channel_2_rulecount" value="2" />
    <setting id="Channel_2_changed" value="False" />
    <setting id="Channel_2_time" value="0" />
    <setting id="Channel_2_rule_1_id" value="1" />
    <setting id="Channel_2_rule_1_opt_1" value="PBS" />
    <setting id="Channel_2_rule_2_id" value="13" />
    <setting id="Channel_2_rule_2_opt_1" value="1" />
    <setting id="LastResetTime" value="1385508157" />
    <setting id="Channel_2_SetResetTime" value="1385594375" />
LOG?

I'll grab one the next time through, had to revert to the old version to keep the WAF high, next time i'll try it out on the slave system so I have more time to fudge around without impacting her tv schedule Smile Just wanted to shoot it past you to see if there was an obvious issue when migrating from version 0.1.0 to the latest master build.
(2013-11-27, 02:07)blazin912 Wrote: [ -> ]
(2013-11-27, 01:38)Lunatixz Wrote: [ -> ]
(2013-11-27, 01:25)blazin912 Wrote: [ -> ]Well just tried this, looks like settings2.xml has changed format..

Think I got that figured out, but my EPG won't load at all.

Here's my testing version of settings2.xml

I turned off channel sharing as well to ensure it does not get updated from my slave HTPC.

Any thoughts? Feel like I need to re-educate myself on this, which was what I was hoping to prevent Sad

Code:
<setting id="Version" value="2.1.0" />
    <setting id="Channel_2_type" value="8" />
    <setting id="Channel_2_1" value="XXXXXX.tmsdatadirect.com" />
    <setting id="Channel_2_2" value="hdhomerun://XXXXXXXX/tuner0?channel=8vsb:503000000&program=3" />
    <setting id="Channel_2_3" value="xmltv" />
    <setting id="Channel_2_rulecount" value="2" />
    <setting id="Channel_2_changed" value="False" />
    <setting id="Channel_2_time" value="0" />
    <setting id="Channel_2_rule_1_id" value="1" />
    <setting id="Channel_2_rule_1_opt_1" value="PBS" />
    <setting id="Channel_2_rule_2_id" value="13" />
    <setting id="Channel_2_rule_2_opt_1" value="1" />
    <setting id="LastResetTime" value="1385508157" />
    <setting id="Channel_2_SetResetTime" value="1385594375" />
LOG?

I'll grab one the next time through, had to revert to the old version to keep the WAF high, next time i'll try it out on the slave system so I have more time to fudge around without impacting her tv schedule Smile Just wanted to shoot it past you to see if there was an obvious issue when migrating from version 0.1.0 to the latest master build.

Config looks fine, just make sure your "xmltv" is the name of the file (without extension) and path in settings is correct.

Change:

<setting id="Channel_2_changed" value="False" />

To:

<setting id="Channel_2_changed" value="True" />
Just found this amazing Plugin, thank you Luna for all your hardwork in your ongoing development, this is exactly what I was looking for to cut the cord. I just need to set it up to make it family friendly with a working EPG and the fam will love it. I've only been playing with XBMC for a few days so sorry if these questions are newbish, still reading through this entire thread and some previous ones I found. So far I've figured out most things, but I've run into some problems and hoping someone can help out. I got USTVNow working with the EPG and want to get more live streams working to make it appear to be exactly like Cable TV would be.

1. When trying to get an 24/7 strm file into the PTVL I can't figure out how to get the channel to play. When I point to the strm file using in XBMC, it plays fine but can't get it in PTVL. I think it is because I don't understand how to create a corresponding .nfo file and I can't find any examples of how to create a .nfo for a 24/7 streams. Luna previously posted dropbox links that had examples but it no longer exist so if someone could help give me by providing an example, that would be really helpful. I also tried Ember to help create one, but still don't understand how to use it. I am using Channel Type 9 as suggested and smb:// to point at the strm file.

2. Is there an easy way to get the URL of streams from the plugins? I read somewhere to favorite them and find favorites.xml to get the URL. Is this the suggested method? I'm looking to pull from Navi-x and Mashup but not sure the best way to get the stream information.

I'm sure I will have more questions as I keep playing with it. THANKS!
I know this is more of a hardware question, but can anyone tell me what type of results they have had with any of the smaller set-top type boxes and psuedotv. I just bought the pivos and with the linux version on it, it is great for everything except changing channels on pseudotv. Anyone else have better luck with the pivos, ugoos or anything else in that $100 range?
(2013-11-27, 20:32)Indy_star Wrote: [ -> ]Just found this amazing Plugin, thank you Luna for all your hardwork in your ongoing development, this is exactly what I was looking for to cut the cord. I just need to set it up to make it family friendly with a working EPG and the fam will love it. I've only been playing with XBMC for a few days so sorry if these questions are newbish, still reading through this entire thread and some previous ones I found. So far I've figured out most things, but I've run into some problems and hoping someone can help out. I got USTVNow working with the EPG and want to get more live streams working to make it appear to be exactly like Cable TV would be.

1. When trying to get an 24/7 strm file into the PTVL I can't figure out how to get the channel to play. When I point to the strm file using in XBMC, it plays fine but can't get it in PTVL. I think it is because I don't understand how to create a corresponding .nfo file and I can't find any examples of how to create a .nfo for a 24/7 streams. Luna previously posted dropbox links that had examples but it no longer exist so if someone could help give me by providing an example, that would be really helpful. I also tried Ember to help create one, but still don't understand how to use it. I am using Channel Type 9 as suggested and smb:// to point at the strm file.

2. Is there an easy way to get the URL of streams from the plugins? I read somewhere to favorite them and find favorites.xml to get the URL. Is this the suggested method? I'm looking to pull from Navi-x and Mashup but not sure the best way to get the stream information.

I'm sure I will have more questions as I keep playing with it. THANKS!
play whatever strm you want to add from navi-x or mashup then open xbmc log and scroll to the bottom and look for it. then copy it into a strm file and use directory channel to point to the strm or add the rtmp info into ptvl settings2 as a chantype 9. i recently got dish network and lost my motivation for collecting strms but i have a ton that i had been working on im going to make a pack of strms,logo's,channel id's, ect for you guys before i clean my pc up.ill post it sometime in the next few weeks.
(2013-11-27, 22:36)scilz Wrote: [ -> ]
(2013-11-27, 20:32)Indy_star Wrote: [ -> ]Just found this amazing Plugin, thank you Luna for all your hardwork in your ongoing development, this is exactly what I was looking for to cut the cord. I just need to set it up to make it family friendly with a working EPG and the fam will love it. I've only been playing with XBMC for a few days so sorry if these questions are newbish, still reading through this entire thread and some previous ones I found. So far I've figured out most things, but I've run into some problems and hoping someone can help out. I got USTVNow working with the EPG and want to get more live streams working to make it appear to be exactly like Cable TV would be.

1. When trying to get an 24/7 strm file into the PTVL I can't figure out how to get the channel to play. When I point to the strm file using in XBMC, it plays fine but can't get it in PTVL. I think it is because I don't understand how to create a corresponding .nfo file and I can't find any examples of how to create a .nfo for a 24/7 streams. Luna previously posted dropbox links that had examples but it no longer exist so if someone could help give me by providing an example, that would be really helpful. I also tried Ember to help create one, but still don't understand how to use it. I am using Channel Type 9 as suggested and smb:// to point at the strm file.

2. Is there an easy way to get the URL of streams from the plugins? I read somewhere to favorite them and find favorites.xml to get the URL. Is this the suggested method? I'm looking to pull from Navi-x and Mashup but not sure the best way to get the stream information.

I'm sure I will have more questions as I keep playing with it. THANKS!
play whatever strm you want to add from navi-x or mashup then open xbmc log and scroll to the bottom and look for it. then copy it into a strm file and use directory channel to point to the strm or add the rtmp info into ptvl settings2 as a chantype 9. i recently got dish network and lost my motivation for collecting strms but i have a ton that i had been working on im going to make a pack of strms,logo's,channel id's, ect for you guys before i clean my pc up.ill post it sometime in the next few weeks.

That sounds Awesome thanks so much for thinking of doing such a thing. Big Grin
(2013-11-27, 22:36)scilz Wrote: [ -> ]... i have a ton that i had been working on im going to make a pack of strms,logo's,channel id's, ect for you guys before i clean my pc up.ill post it sometime in the next few weeks.

Yes PLEASE !!

...and Thank You very much for that effort.
Just wanted to pass this information on, if you use the skin Aeon Nox you'll noticed that pstvl isn't skinned like pstv is. To fix this shut down xbmc and then go to

Code:
Your XBMC Directory/addons/skin.aeon.nox/1080i/

and find the following files

Code:
script.pseudotv.AdvancedConfig.xml
script.pseudotv.ChannelConfig.xml
script.pseudotv.EPG.xml
script.pseudotv.TVOverlay.xml

make copies of them and rename them to

Code:
script.pseudotv.live.AdvancedConfig.xml
script.pseudotv.live.ChannelConfig.xml
script.pseudotv.live.EPG.xml
script.pseudotv.live.TVOverlay.xml

and now pstvl will be skinned as well
Youtube question...

I know it is possible to create PTVL channels based of YouTube channels, playlists and subscriptions...but is it possible to create a PTVL channel based off a YouTube show like this one for instance?

https://www.youtube.com/show/dailyfix
Luna - is it possible to see if you can integrate this add-on? VEVOTV.
(2013-11-27, 22:36)scilz Wrote: [ -> ]play whatever strm you want to add from navi-x or mashup then open xbmc log and scroll to the bottom and look for it. then copy it into a strm file and use directory channel to point to the strm or add the rtmp info into ptvl settings2 as a chantype 9. i recently got dish network and lost my motivation for collecting strms but i have a ton that i had been working on im going to make a pack of strms,logo's,channel id's, ect for you guys before i clean my pc up.ill post it sometime in the next few weeks.

Thanks scilz, when using directory channel, my strm's are loading and I am grabbing the URL's from the log as you suggest, much easier! rtmp in settings2 doesn't work for some reason, I must be doing something wrong, but as long as I have a working solution I'm happy.
Is it possible to make "live tv channel value8" from pvr without creating xmltv file?
(2013-11-27, 22:00)darkdantae Wrote: [ -> ]I know this is more of a hardware question, but can anyone tell me what type of results they have had with any of the smaller set-top type boxes and psuedotv. I just bought the pivos and with the linux version on it, it is great for everything except changing channels on pseudotv. Anyone else have better luck with the pivos, ugoos or anything else in that $100 range?

I have not had much success with anything less then quad core when it comes to set top boxes. eBay has a few quad core dual mali boxes in the sub $100 dollar range but they are not always easy to find. I have not tried the "sticks" yet.
(2013-11-28, 09:54)tromy Wrote: [ -> ]Is it possible to make "live tv channel value8" from pvr without creating xmltv file?

Yes chtype 9 is the same as 8 but without xmltv info...

(2013-11-28, 05:09)bry- Wrote: [ -> ]Luna - is it possible to see if you can integrate this add-on? VEVOTV.

VevoTV is already a part of autotuning, not sure how much more the vevotv plugin would add... I will take a look at what it has to offer.

(2013-11-28, 01:15)MrsAngelD Wrote: [ -> ]Just wanted to pass this information on, if you use the skin Aeon Nox you'll noticed that pstvl isn't skinned like pstv is. To fix this shut down xbmc and then go to

Code:
Your XBMC Directory/addons/skin.aeon.nox/1080i/

and find the following files

Code:
script.pseudotv.AdvancedConfig.xml
script.pseudotv.ChannelConfig.xml
script.pseudotv.EPG.xml
script.pseudotv.TVOverlay.xml

make copies of them and rename them to

Code:
script.pseudotv.live.AdvancedConfig.xml
script.pseudotv.live.ChannelConfig.xml
script.pseudotv.live.EPG.xml
script.pseudotv.live.TVOverlay.xml

and now pstvl will be skinned as well

Yes this method would override PTVL's skins in favor of using XBMC's provided PTV skin....

Just a note::

Using PTV skins isn't recommended for optimal viewing... I'm continuing to add enchantment to the gui that will not carry over to the old skins (unless someone updates them).

(2013-11-28, 02:09)ARYEZ Wrote: [ -> ]Youtube question...

I know it is possible to create PTVL channels based of YouTube channels, playlists and subscriptions...but is it possible to create a PTVL channel based off a YouTube show like this one for instance?

https://www.youtube.com/show/dailyfix

No, only the three types listed...
If you can find a python parser for "show" types send me the info and I will look into it...



I'm off to eat some turkey... Happy Thanksgiving!!
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