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-07-18, 21:52)Elixxen Wrote: [ -> ]I just did a fresh install of XBMC. Followed all steps in the first three posts but PsedueTV won't start no matter what I do. I've already downloaded all dependencies etc. I've done this like 10 times before and never had problems which is why this is driving me crazy. Just half an hour ago I was playing with PseudoTV and now I can't even get it started. All I'm getting is "script failed! : pseduetv.py" or something like that.

Here's my log: http://xbmclogs.com/show.php?id=249235

Please help!

I just tried to do a fresh install of XBMC and PTVL on one of my machines and I am having the exact same issue. I keep getting "script failed" every time I run PTVL. I have triple checked that I have all dependencies installed. Here is my log:

http://xbmclogs.com/show.php?id=264736

The part mine has in common with Elixxen's is:

Code:
19:38:09 T:9692   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 CommonFunctions
                                            Traceback (most recent call last):
                                              File "C:\Users\Kevin\AppData\Roaming\XBMC\addons\script.pseudotv.live-development/pseudotv.py", line 25, in <module>
                                                from resources.lib.ga import *
                                              File "C:\Users\Kevin\AppData\Roaming\XBMC\addons\script.pseudotv.live-development\resources\lib\ga.py", line 9, in <module>
                                                import EPGWindow
                                              File "C:\Users\Kevin\AppData\Roaming\XBMC\addons\script.pseudotv.live-development\resources\lib\EPGWindow.py", line 32, in <module>
                                                from PVRdownload import *
                                              File "C:\Users\Kevin\AppData\Roaming\XBMC\addons\script.pseudotv.live-development\resources\lib\PVRdownload.py", line 6, in <module>
                                                downloader = downloader.SimpleDownloader()
                                              File "C:\Users\Kevin\AppData\Roaming\XBMC\addons\script.module.simple.downloader\lib\SimpleDownloader.py", line 38, in __init__
                                                import CommonFunctions
                                            ImportError: No module named CommonFunctions
                                            -->End of Python script error report<--

Any ideas?
The problem looks to be CommonFunctions...You said you've installed the dependency? Try unisntalling it and installing it manually (extracting the files from the ZIP and placing them in the proper folder). That could be the answer.
(2014-08-09, 18:52)Lunatixz Wrote: [ -> ]
(2014-08-09, 09:08)doubleYouX3 Wrote: [ -> ]
(2014-08-08, 16:50)ryanmcclure Wrote: [ -> ]Are you working on something similar to this?

http://forum.xbmc.org/showthread.php?tid=136244

If so, that'll be awesome! ...My only request would be having a Linux port? Smile

Yes, something similar to this, but with more features. I've decided to try and use the gtk# toolkit using mono, which should run on windows/linux/mac, and provide the sqlite support needed for library integration/editing stuff.

Of course, I haven't even started coding yet, but I will start next weekish and I will post here when I have a working demo, or if I abandon the cause.
Safety not guaranteed. I have only done this once before.

It also needs to support mysql...

If you mean for shared libraries, then I agree. I'll be setting up a pi this week so it will be high on my priorities.
(2014-08-10, 03:36)ryanmcclure Wrote: [ -> ]The problem looks to be CommonFunctions...You said you've installed the dependency? Try unisntalling it and installing it manually (extracting the files from the ZIP and placing them in the proper folder). That could be the answer.

There is no dependency called CommonFunctions. I downloaded all dependencies from the links in the first post, unzipped them and manually copied them to the addons folder then started XBMC.
(2014-08-10, 03:53)RockDawg Wrote: [ -> ]
(2014-08-10, 03:36)ryanmcclure Wrote: [ -> ]The problem looks to be CommonFunctions...You said you've installed the dependency? Try unisntalling it and installing it manually (extracting the files from the ZIP and placing them in the proper folder). That could be the answer.

There is no dependency called CommonFunctions. I downloaded all dependencies from the links in the first post, unzipped them and manually copied them to the addons folder then started XBMC.

Facepalm time--I thought that was a dependency, but it turns out I was thinking of script.module.common--my apologies!!!

It appears that the only think I can find about CommonFunctions is that it is (apparently) from ParseDOM...more here.

http://wiki.xbmc.org/index.php?title=Add...mc_plugins

Luna, any thoughts?
(2014-08-10, 04:29)ryanmcclure Wrote: [ -> ]
(2014-08-10, 03:53)RockDawg Wrote: [ -> ]
(2014-08-10, 03:36)ryanmcclure Wrote: [ -> ]The problem looks to be CommonFunctions...You said you've installed the dependency? Try unisntalling it and installing it manually (extracting the files from the ZIP and placing them in the proper folder). That could be the answer.

There is no dependency called CommonFunctions. I downloaded all dependencies from the links in the first post, unzipped them and manually copied them to the addons folder then started XBMC.

Facepalm time--I thought that was a dependency, but it turns out I was thinking of script.module.common--my apologies!!!

It's all good.

Quote:It appears that the only think I can find about CommonFunctions is that it is (apparently) from ParseDOM...more here.

http://wiki.xbmc.org/index.php?title=Add...mc_plugins

Luna, any thoughts?

I searched Google and that's the same info I found and it doesn't mean much to me. Being that Elixxen and myself both encountered this problem after a fresh install of XBMC, it kind of makes me think that it's a problem with an updated version of one of the dependencies. But I don't really know.
Does anyone use the "disable watched flagging" feature? I'm not having much luck with it working. I have disabled it and it is disabled in my settings.xml as well.

---

Also, does anyone use channel type 7, directory channels? I can't seem to get it to work. I'm using a directory with one 2-hour video...could that be the issue?

Here's my settings2.xml:

Code:
<settings>
    <setting id="Channel_1_type" value="7" />
    <setting id="Channel_1_1" value="nfs://192.168.0.1/export/videos/PseudoTV/Channel Guide/Video/" />
    <setting id="Channel_1_changed" value="True" />
    <setting id="LastResetTime" value="1407642875" />
    <setting id="LastExitTime" value="1407642791" />
</settings>

And here's my log:

http://xbmclogs.com/show.php?id=264841

Thanks!
(2014-08-10, 05:48)ryanmcclure Wrote: [ -> ]Also, does anyone use channel type 7, directory channels? I can't seem to get it to work. I'm using a directory with one 2-hour video...could that be the issue?

Here's my settings2.xml:

Code:
<settings>
    <setting id="Channel_1_type" value="7" />
    <setting id="Channel_1_1" value="nfs://192.168.0.1/export/videos/PseudoTV/Channel Guide/Video/" />
    <setting id="Channel_1_changed" value="True" />
    <setting id="LastResetTime" value="1407642875" />
    <setting id="LastExitTime" value="1407642791" />
</settings>

And here's my log:

http://xbmclogs.com/show.php?id=264841

Thanks!

I use Directory for Music Videos because I cannot get it to work from Library:

Code:
<setting id="Channel_7_type" value="7" />
    <setting id="Channel_7_1" value="smb://NAS/Storage4/MEDIA/MUSIC VIDEOS/" />
    <setting id="Channel_7_2" value="" />
    <setting id="Channel_7_3" value="" />
    <setting id="Channel_7_4" value="" />
    <setting id="Channel_7_rulecount" value="2" />
    <setting id="Channel_7_rule_1_id" value="1" />
    <setting id="Channel_7_rule_1_opt_1" value="TV - MTV" />
    <setting id="Channel_7_rule_2_id" value="6" />
    <setting id="Channel_7_rule_2_opt_1" value="100" />
    <setting id="Channel_7_rule_2_opt_2" value="8" />
    <setting id="Channel_7_rule_2_opt_3" value="18" />
    <setting id="Channel_7_rule_2_opt_4" value="223" />
    <setting id="Channel_7_rule_2_opt_5" value="1" />
    <setting id="Channel_7_rule_2_opt_6" value="1" />
    <setting id="Channel_7_rule_3_id" value="10" />

There is a rule to change the channel name and another to interleave another channel. Works fine but obviously without any metadata.
When I donated I received the donor incentives, One was the logos that have rectangular design with a Apple app type theme. Does anyone know how to make this of have a template that i can follow to create some for my custom channels that are not included in the donor logos?
(2014-08-10, 05:48)ryanmcclure Wrote: [ -> ]Does anyone use the "disable watched flagging" feature? I'm not having much luck with it working. I have disabled it and it is disabled in my settings.xml as well.

---

Also, does anyone use channel type 7, directory channels? I can't seem to get it to work. I'm using a directory with one 2-hour video...could that be the issue?

Here's my settings2.xml:

Code:
<settings>
    <setting id="Channel_1_type" value="7" />
    <setting id="Channel_1_1" value="nfs://192.168.0.1/export/videos/PseudoTV/Channel Guide/Video/" />
    <setting id="Channel_1_changed" value="True" />
    <setting id="LastResetTime" value="1407642875" />
    <setting id="LastExitTime" value="1407642791" />
</settings>

And here's my log:

http://xbmclogs.com/show.php?id=264841

Thanks!

Directory channels work fine... check that you have permission to access that folder.

Disable watch should work... but may require tweaking on my end.

(2014-08-10, 04:44)RockDawg Wrote: [ -> ]
(2014-08-10, 04:29)ryanmcclure Wrote: [ -> ]
(2014-08-10, 03:53)RockDawg Wrote: [ -> ]There is no dependency called CommonFunctions. I downloaded all dependencies from the links in the first post, unzipped them and manually copied them to the addons folder then started XBMC.

Facepalm time--I thought that was a dependency, but it turns out I was thinking of script.module.common--my apologies!!!

It's all good.

Quote:It appears that the only think I can find about CommonFunctions is that it is (apparently) from ParseDOM...more here.

http://wiki.xbmc.org/index.php?title=Add...mc_plugins

Luna, any thoughts?

I searched Google and that's the same info I found and it doesn't mean much to me. Being that Elixxen and myself both encountered this problem after a fresh install of XBMC, it kind of makes me think that it's a problem with an updated version of one of the dependencies. But I don't really know.

A PTVL dependency is missing it's required dependency... make sure you are correctly installing the modules through xbmc and not by unzipping.
for those of you that have a HDhomerun Prime tuner by SiliconDust I have just figured out a way to use a single URL for the unpn streams. This way you do not have specify a tuner per device going forward.

You can edit the path listed in your current strm files to the following format.

http://IP.ADDRESS.OF.HDHOMERUN:5004/auto/vChannel#
http://192.168.10.100:5004/auto/v50 - will play channel 50

you can test this by going to the address within your web browser, saving it in a strm file that you can create with notepad++.
I'm seeing some strange behavior with the Spooling service for dynamic artwork (Understand it's being worked on but thought i'd report it).

As some others have stated the artwork appears to be downloaded rather than grabbed locally. I cleared the cache and allowed the spooling service to run and most of my artwork is in German where I haven't a German piece of artwork on any content. All media is stored with both pre\post Frodo named artwork locally for all media.

I'm using the latest git version of PTVL (from 3 days ago) on Aeon Nox 4 (latest git) on Windows machines using Gotham and the Spooling service appears to be causing lockups when it completes. No logs as yet as this takes a long time to occur and I only just discovered the cause.

On 3 different machines I was having an issue where when watching a video (in or out of PTVL) the video would lock up on screen but audio would continue. A force restart was needed. This seemed to occur at least 1 to 2 times a day and it was only when I noticed the "Spooling Started" message appear then a few minutes later the "Spooling Completed" message appeared then the video would freeze. I increased the spooling time out to 72 hours and haven't had a lockup since. Initially I was thinking it was an issue within PTVL locking up but then it started to happen when just watching something outside of PTVL.
I'm having a weird problem. I changed the logo for one of my channels. It did not change in the EPG/on the actual channel. I changed the channel name and the logo name, and it worked properly. But, I changed the name back to its original name for the channel and logo and the original problem persisted.

Then, I went into .xbmc/userdata/Thumbnails/.... and found the old thumbnail for that channel. I deleted that image file. When Irestarted PTVL, the channel no longer has a channel logo at all. i can't seem to get it to want to recreate a logo. What should I do?
(2014-08-12, 11:20)ryanmcclure Wrote: [ -> ]I'm having a weird problem. I changed the logo for one of my channels. It did not change in the EPG/on the actual channel. I changed the channel name and the logo name, and it worked properly. But, I changed the name back to its original name for the channel and logo and the original problem persisted.

Then, I went into .xbmc/userdata/Thumbnails/.... and found the old thumbnail for that channel. I deleted that image file. When Irestarted PTVL, the channel no longer has a channel logo at all. i can't seem to get it to want to recreate a logo. What should I do?

PNg file right?
(2014-08-12, 11:20)ryanmcclure Wrote: [ -> ]I'm having a weird problem. I changed the logo for one of my channels. It did not change in the EPG/on the actual channel. I changed the channel name and the logo name, and it worked properly. But, I changed the name back to its original name for the channel and logo and the original problem persisted.

Then, I went into .xbmc/userdata/Thumbnails/.... and found the old thumbnail for that channel. I deleted that image file. When Irestarted PTVL, the channel no longer has a channel logo at all. i can't seem to get it to want to recreate a logo. What should I do?

You need to clear artwork cache under misc settings.

Development branch was updated and includes My musicTV... Pending testing I'll make some tweaks and add artwork.
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