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
I am having problems with PLTV. I am trying a re-install and want too replace my librtmp inside XBMC. I am on Android FTV that is rooted. I mean I have SU privileges and local USB access. I am not able too get too /data/data/org.xbmc.xbmc/lib/librtmp.so to replace to the file. I ran Towel Root again but still cannot see that folder. I am able too adb pull the librtmp.so file but not ADB push. Any ideas?
(2014-07-01, 16:28)pdlibrary Wrote: [ -> ]I am having problems with PLTV. I am trying a re-install and want too replace my librtmp inside XBMC. I am on Android FTV that is rooted. I mean I have SU privileges and local USB access. I am not able too get too /data/data/org.xbmc.xbmc/lib/librtmp.so to replace to the file. I ran Towel Root again but still cannot see that folder. I am able too adb pull the librtmp.so file but not ADB push. Any ideas?

Wrong thread, you need to find one of the many librtmp threads...
Hey Luna
did you have a chance to take a look at the logs i sent?
i tried all the things i could think off but it seems that channels are still getting stuck populating.
whether they are playlists, genre or directory.

where can i download a few versions back when it still worked great?

thanks


* edit

Luna, it seems that if i remove the MYSQL settings and have the plugin run against a local database, all the channels populate including all the playlists and genre.
does this mean that your plugin is having trouble talking to the mysql software?
it is all running on the same machine (the xbmc + mysql) so its not a network or timeout issue.
a few versions ago it was fine but somethings changed
(2014-07-01, 19:59)EZ1976 Wrote: [ -> ]Hey Luna
did you have a chance to take a look at the logs i sent?
i tried all the things i could think off but it seems that channels are still getting stuck populating.
whether they are playlists, genre or directory.

where can i download a few versions back when it still worked great?

thanks


* edit

Luna, it seems that if i remove the MYSQL settings and have the plugin run against a local database, all the channels populate including all the playlists and genre.
does this mean that your plugin is having trouble talking to the mysql software?
it is all running on the same machine (the xbmc + mysql) so its not a network or timeout issue.
a few versions ago it was fine but somethings changed

My DB is mysql and runs perfectly...

Your main issue is your uses of non English characters,
(2014-07-01, 21:02)Lunatixz Wrote: [ -> ]
(2014-07-01, 19:59)EZ1976 Wrote: [ -> ]Hey Luna
did you have a chance to take a look at the logs i sent?
i tried all the things i could think off but it seems that channels are still getting stuck populating.
whether they are playlists, genre or directory.

where can i download a few versions back when it still worked great?

thanks


* edit

Luna, it seems that if i remove the MYSQL settings and have the plugin run against a local database, all the channels populate including all the playlists and genre.
does this mean that your plugin is having trouble talking to the mysql software?
it is all running on the same machine (the xbmc + mysql) so its not a network or timeout issue.
a few versions ago it was fine but somethings changed

My DB is mysql and runs perfectly...

Your main issue is your uses of non English characters,


ok could be but considering the fact that i am not the only one who plans to use it with non english characters.
a few versions ago it worked just fine. anything i can do to resolve this?
(2014-07-01, 21:04)EZ1976 Wrote: [ -> ]
(2014-07-01, 21:02)Lunatixz Wrote: [ -> ]
(2014-07-01, 19:59)EZ1976 Wrote: [ -> ]Hey Luna
did you have a chance to take a look at the logs i sent?
i tried all the things i could think off but it seems that channels are still getting stuck populating.
whether they are playlists, genre or directory.

where can i download a few versions back when it still worked great?

thanks


* edit

Luna, it seems that if i remove the MYSQL settings and have the plugin run against a local database, all the channels populate including all the playlists and genre.
does this mean that your plugin is having trouble talking to the mysql software?
it is all running on the same machine (the xbmc + mysql) so its not a network or timeout issue.
a few versions ago it was fine but somethings changed

My DB is mysql and runs perfectly...

Your main issue is your uses of non English characters,


ok could be but considering the fact that i am not the only one who plans to use it with non english characters.
a few versions ago it worked just fine. anything i can do to resolve this?

as of now only you are reporting problems! tromy hasn't mentioned anything...

If he sends me logs showing a problem I'll fix it, but your logs don't report problems... and I don't have the time to recreate your setup...
Lunatixz. thanks for continuing this project, and increasing the functionality of it. As is see it, this is the best way to implement a "random" type of function for displaying possible stuff to watch.

Im having an issue with using an addon (xbmb3c) to build channels. The channels build fine, but when i go to play, it starts to play each file, then stops after a few seconds and goes to the next one like the file ended. In the linked log below, there are a bunch of errors about xbmc not playing any file. If a single file actually plays, then it doesnt link up with the info screen.. for instance, for the favorite movie channel, i select 1 movie, i see the first few seconds of 3 movies in the background of the changing channel screen, then if a movie sticks and continues to play, the info for the "current" time movie in the epg is shown.. not the current movie that is playing.

il be playing with this for a little bit today, so i will post any additional info as i find it.


channels 6-9 are in question. and channel 8 doesnt load (not really the main issue).

settings2.xml link:
http://pastebin.com/vgt45Q3B


link to log:
http://pastebin.com/4q2egVsm
(2014-07-01, 21:28)el_cabong Wrote: [ -> ]Lunatixz. thanks for continuing this project, and increasing the functionality of it. As is see it, this is the best way to implement a "random" type of function for displaying possible stuff to watch.

Im having an issue with using an addon (xbmb3c) to build channels. The channels build fine, but when i go to play, it starts to play each file, then stops after a few seconds and goes to the next one like the file ended. In the linked log below, there are a bunch of errors about xbmc not playing any file. If a single file actually plays, then it doesnt link up with the info screen.. for instance, for the favorite movie channel, i select 1 movie, i see the first few seconds of 3 movies in the background of the changing channel screen, then if a movie sticks and continues to play, the info for the "current" time movie in the epg is shown.. not the current movie that is playing.

il be playing with this for a little bit today, so i will post any additional info as i find it.


channels 6-9 are in question. and channel 8 doesnt load (not really the main issue).

Your issue seems to be with the plugin xbmb3c
Code:
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.UnboundLocalError'>
                                            Error Contents: local variable 'tempEpisodeNumber' referenced before assignment
                                            Traceback (most recent call last):
                                              File "D:\Program Files\XBMC-gotham-january-2014\portable_data\addons\plugin.video.xbmb3c\service.py", line 250, in onPlayBackStarted
                                                stopAll(self.played_information)
                                              File "D:\Program Files\XBMC-gotham-january-2014\portable_data\addons\plugin.video.xbmb3c\service.py", line 231, in stopAll
                                                newNextUpThread.updateNextUp()
                                              File "D:\Program Files\XBMC-gotham-january-2014\portable_data\addons\plugin.video.xbmb3c\resources\lib\NextUpItems.py", line 170, in updateNextUp
                                                self.logMsg("NextUpEpisodeMB3." + str(item_count) + ".EpisodeNo = " + tempEpisodeNumber, level=2)
                                            UnboundLocalError: local variable 'tempEpisodeNumber' referenced before assignment
                                            -->End of Python script error report<--
thanks for the quick response.

i have fixed (at least that issue) with xbmb3c by assigning the variable before it gets called.. this fixed an unrelated issue. The issue with PTVL still remains.

im wondering if this is more to blame?

Code:
13:03:44 T:6692  NOTICE: DXVA::CProcessorHD::PreInit - The Direct3d device doesn't support DXVA-HD.
13:03:44 T:6692  NOTICE: CWinRenderer::Preinit - could not init DXVA-HD processor - skipping

these lines are after each video that gets "skipped" before PTVL finds one it can play. but again, the playing item doesnt always line up correctly with the info overlay.
(2014-06-30, 21:06)Lunatixz Wrote: [ -> ]::Announcement::

I spend a lot of my free time working on this plugin (more time then I care too). I understand users like to post about their issues, and i'm more then happy to help...
But lately I'm noticing more users forgetting this is a beta project and coming here to repeatedly post about something not working, with no real substance to the post other then to $hit on it (at least that's my perception).

Take for example the new Artwork system and service... it's listed as "Experimental" and can easily be disabled... yet over and over users posted comments about file size, and not finding local artwork and EPG lag!...
No logs, no relevant info! and no patience for me to work out the bugs...

I've decided to make a new branch in my repository, it's for development and will not offer support of any type. I hope this saves both of us the headache of dealing with bugs... those of you with the knowledge and ability to bare through some bugs can stay up to date using the development branch which does not self update. The rest of you will get updates when I feel the bugs have been worked out. Since I have almost zero time to test my code, updates to the "Official" branches (master & Hub) could be a week...could be a few months...

I'm totally new around here but I can't say I blame you. Everyone is bound to ask a few noob questions in the beginning but damn its pretty clear that some people haven't even made the slightest effort to READ THE DIRECTIONS found in post #1-3.
(2014-07-01, 22:13)el_cabong Wrote: [ -> ]thanks for the quick response.

i have fixed (at least that issue) with xbmb3c by assigning the variable before it gets called.. this fixed an unrelated issue. The issue with PTVL still remains.

im wondering if this is more to blame?

Code:
13:03:44 T:6692  NOTICE: DXVA::CProcessorHD::PreInit - The Direct3d device doesn't support DXVA-HD.
13:03:44 T:6692  NOTICE: CWinRenderer::Preinit - could not init DXVA-HD processor - skipping

these lines are after each video that gets "skipped" before PTVL finds one it can play. but again, the playing item doesnt always line up correctly with the info overlay.

I can only tell you what your log tells me, and according to your log, xbmb3c is faulting and trying to skip to next video... if it has a xbmc.player class in its script it will then control xbmc player and skip shows overriding ptvls control!

show me a log with an error originated from my plugin and I can help you... otherwise read posts 1-3 which clearly states that not all plugins are equal... some will work others wont.
ah.. makes sense.. i will bring it up with those devs and see what they can make of it.

thanks for your help and il post back if i can get it working so others know.
Can you please tell me how to get the EPG back?

after the last update i had tons of problems
i got the channels to work, but after the last reboot, i cant get the EPG

please advise

thank you
The
(2014-07-01, 23:15)Keebler Wrote: [ -> ]Can you please tell me how to get the EPG back?

after the last update i had tons of problems
i got the channels to work, but after the last reboot, i cant get the EPG

please advise

thank you

Keebler log or no help.
http://wiki.xbmc.org/index.php?title=Log_file/Easy
No issues here, just a lot of appreciation for an awesome addon! You've really made such great improvements on the original PTV. With a lot of content it really does feel like my own personal cable service.
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