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
@peglegtv create a smart playlist. And use that
(2014-10-15, 23:18)peglegtv Wrote: [ -> ]I want to start by saying great add-on i use it all the time and my kids love it too so win win

I'm trying to automate adding Christmas and Halloween movies to my library and PTVL Channels, and add a Holiday episode channel, what i have gotten figured out so far is :

1.) I created a .bat file to move my Christmas movies from a different directory to a folder in my movies folder (and a separate one for Halloween movies)
and created a .bat file to move my Christmas movies from the movies folder back to the original directory (and a separate one for Halloween movies)

2.)I then use Eventghost to execute the .bat files on specific dates and send a update command with VoxCommando to XBMC (or a clean command if removing the movies)

3.) I created Christmas and Halloween movie Channels in PTVL
( if i remove the movies from the library then those channels are no longer shown Big Grin )

now the problem I'm running into is that I created a playlist with all the Christmas Episodes i have, and created a PTVL channel for it, so i tried to remove the Playlist from the Playlist folder to see if that would stop the channel from showing up, but that didn't work i tried to Force reset PTVL and also tried to restart XBMC but the channel was still there. Sad

so what I'm trying to figure out is how can I automate the removal of that channel, I found that if i add this line

Code:
<setting id="Channel_6_rule_5_id" value="5" />

to settings2.xml then it disables the channel, so far all I can think of would be to use some type of script (AutoHotKey, .bat or VBS) to add that line of code to the settings2.xml at the end of the Christmas Season and then remove that line of code at the begging of the Christmas Season. but before i went full boar in that direction i thought i would see if someone would have another idea, i don't know much about coding just enough to get me in trouble so using a script would be my last resort

any ideas or help would be great thanks

and thanks for the great add on

I enjoy tinkering as well. Have eg running tons of custom stuff... If you don't mind... Your setup might be too complex I would:

Create smart playlists for each holiday. (Xmas.xsp,Halloween.xsp,etc)

Use your date eg code to copy n rename a season playlist to "seasons.xsp" at the xbmc playlist folder.

Have a preset ptvl channel that always plays custom playlist seasons.xsp Smile

This assumes u use scraped movies.

When the season is over copy a new playlist... My personal fav r playlists that filter for newly added shows
I'm having an issue with PseudoTV Live with the default settings running n Gotham. My issue is that when I bring up the EPG, it runs really slowly. All my channels seem to be there, but to go another page of channels is unbearable. Any ideas?

Besides that, all channels seem to load and shows run fine.
(2014-10-16, 00:44)zaz102 Wrote: [ -> ]I'm having an issue with PseudoTV Live with the default settings running n Gotham. My issue is that when I bring up the EPG, it runs really slowly. All my channels seem to be there, but to go another page of channels is unbearable. Any ideas?

Besides that, all channels seem to load and shows run fine.

Read FAQ post3
thanks for the fast reply from both of you

(2014-10-15, 23:25)bry- Wrote: [ -> ]@peglegtv create a smart playlist. And use that

I've made a playlist for my Christmas Episodes already which works great Big Grin

(2014-10-15, 23:29)Lunatixz Wrote: [ -> ]
(2014-10-15, 23:18)peglegtv Wrote: [ -> ]I want to start by saying great add-on i use it all the time and my kids love it too so win win

I'm trying to automate adding Christmas and Halloween movies to my library and PTVL Channels, and add a Holiday episode channel, what i have gotten figured out so far is :

1.) I created a .bat file to move my Christmas movies from a different directory to a folder in my movies folder (and a separate one for Halloween movies)
and created a .bat file to move my Christmas movies from the movies folder back to the original directory (and a separate one for Halloween movies)

2.)I then use Eventghost to execute the .bat files on specific dates and send a update command with VoxCommando to XBMC (or a clean command if removing the movies)

3.) I created Christmas and Halloween movie Channels in PTVL
( if i remove the movies from the library then those channels are no longer shown Big Grin )

now the problem I'm running into is that I created a playlist with all the Christmas Episodes i have, and created a PTVL channel for it, so i tried to remove the Playlist from the Playlist folder to see if that would stop the channel from showing up, but that didn't work i tried to Force reset PTVL and also tried to restart XBMC but the channel was still there. Sad

so what I'm trying to figure out is how can I automate the removal of that channel, I found that if i add this line

Code:
<setting id="Channel_6_rule_5_id" value="5" />

to settings2.xml then it disables the channel, so far all I can think of would be to use some type of script (AutoHotKey, .bat or VBS) to add that line of code to the settings2.xml at the end of the Christmas Season and then remove that line of code at the begging of the Christmas Season. but before i went full boar in that direction i thought i would see if someone would have another idea, i don't know much about coding just enough to get me in trouble so using a script would be my last resort

any ideas or help would be great thanks

and thanks for the great add on

I enjoy tinkering as well. Have eg running tons of custom stuff... If you don't mind... Your setup might be too complex I would:

Create smart playlists for each holiday. (Xmas.xsp,Halloween.xsp,etc)

Use your date eg code to copy n rename a season playlist to "seasons.xsp" at the xbmc playlist folder.

Have a preset ptvl channel that always plays custom playlist seasons.xsp Smile

This assumes u use scraped movies.

When the season is over copy a new playlist... My personal fav r playlists that filter for newly added shows



Luna i like your idea for swapping the playlist out,
but for the movies i don't want them in the library all year round, i feel it clutters things up when i know we wont watch them through out the year, but i like the simplicity of swapping the playlist for Christmas Episodes ill have to figure out what channel I'm Willing to swap and then ill also want to swap out my logos for that channel but that i can do with .bat so we're golden there, Big Grin

luna speaking of Tinkering, I had an idea and after finding this post you might be the guy to talk to

(2014-01-27, 01:27)Lunatixz Wrote: [ -> ]
(2014-01-27, 01:25)tdhz77 Wrote: [ -> ]I've been trying to create a python script that integrates VoxComando w/ PsuedoTV.


I want to say, "Guide" and the guide show up.
"What's playing?" and vox speech tells me whats playing.
"Next page" for next round of channels.
"Watch this or watch channel (Name)"

VoxComando can use the youtube plugin, so one can say "search youtube for X" a/nd it will play.
I was wondering if this is something you might be interested in creating in the future

Yes, but you can get by with using Voxcomando with eventghost. Without using a special script.

Since guide is triggered by the "enter" keyboard key...
map it to a vox command Smile

You can get fancy'er by having the vox command only work when PseudoTV is running...

i was curious how i could get VoxCommando to know when PTVL is running i have created voice commands for every channel but for that to work i had to have it send the channel number then select to make them work, i thought it would be cool if i could use VOX to tell if PTVL was on or not so i could say "Watch the Christmas Channel" and Vox would see if PTVL was running - if not then launch it then go to that channel - if running then go to that channel,

just a bunch of tinkering for me

sorry for adding on to the original question, but right before you replied i found the last quoted post
(2014-10-16, 01:56)peglegtv Wrote: [ -> ]luna speaking of Tinkering, I had an idea and after finding this post you might be the guy to talk to

(2014-01-27, 01:27)Lunatixz Wrote: [ -> ]
(2014-01-27, 01:25)tdhz77 Wrote: [ -> ]I've been trying to create a python script that integrates VoxComando w/ PsuedoTV.


I want to say, "Guide" and the guide show up.
"What's playing?" and vox speech tells me whats playing.
"Next page" for next round of channels.
"Watch this or watch channel (Name)"

VoxComando can use the youtube plugin, so one can say "search youtube for X" a/nd it will play.
I was wondering if this is something you might be interested in creating in the future

Yes, but you can get by with using Voxcomando with eventghost. Without using a special script.

Since guide is triggered by the "enter" keyboard key...
map it to a vox command Smile

You can get fancy'er by having the vox command only work when PseudoTV is running...

i was curious how i could get VoxCommando to know when PTVL is running i have created voice commands for every channel but for that to work i had to have it send the channel number then select to make them work, i thought it would be cool if i could use VOX to tell if PTVL was on or not so i could say "Watch the Christmas Channel" and Vox would see if PTVL was running - if not then launch it then go to that channel - if running then go to that channel,

just a bunch of tinkering for me

sorry for adding on to the original question, but right before you replied i found the last quoted post

I'm busting my butt to finish up the next update... please remind me later to add a broadcast event for EG... Smile
Would that work for u?
Big Grin ya i think i could work with that Big Grin you're awesome Cool
To Luna and all developers who spend their free time to share their creativity.

Please do not take it to personal when some people are not respectful and do not appreciate the work you do.
It it most of the time just a very small percentage of the many people who really love the work you do.
Been using XBMC since the old days on my xbox and even though I do not post so much here I have always found helpful answers in this forum.

I used to work in the hospitality sector and an important task was to talk to the few unhappy guests we got over the year at our resort.
Those people where in most cases unreasonable and I had to protect the local staff from them since they are not used to confrontation due to their cultural background.
I learned that it is important to respond to such unhappy guests but to never let it get to me or turn it into a fight since hater are gona hate.

So thank you all for your work and I hope you can get a relaxing drink with the donation I've sent you.

Cheers
Hey Luna,

I was trying to submit an edit to the community list. First edit seemed to work fine (youtube_channels_networks.xml). Second edit (youtube_playlists.xml) gives me the following error:

Google
400. That’s an error.
Your client has issued a malformed or illegal request. That’s all we know.

Any ideas what the problem could be?
(2014-10-16, 03:33)azrael17 Wrote: [ -> ]Hey Luna,

I was trying to submit an edit to the community list. First edit seemed to work fine (youtube_channels_networks.xml). Second edit (youtube_playlists.xml) gives me the following error:

Google
400. That’s an error.
Your client has issued a malformed or illegal request. That’s all we know.

Any ideas what the problem could be?

too many open connections... close web browser... then open again.
(2014-10-16, 03:35)Lunatixz Wrote: [ -> ]
(2014-10-16, 03:33)azrael17 Wrote: [ -> ]Hey Luna,

I was trying to submit an edit to the community list. First edit seemed to work fine (youtube_channels_networks.xml). Second edit (youtube_playlists.xml) gives me the following error:

Google
400. That’s an error.
Your client has issued a malformed or illegal request. That’s all we know.

Any ideas what the problem could be?

too many open connections... close web browser... then open again.

No luck, I'll have to try it again later I guess.
(2014-10-16, 03:48)azrael17 Wrote: [ -> ]
(2014-10-16, 03:35)Lunatixz Wrote: [ -> ]
(2014-10-16, 03:33)azrael17 Wrote: [ -> ]Hey Luna,

I was trying to submit an edit to the community list. First edit seemed to work fine (youtube_channels_networks.xml). Second edit (youtube_playlists.xml) gives me the following error:

Google
400. That’s an error.
Your client has issued a malformed or illegal request. That’s all we know.

Any ideas what the problem could be?

too many open connections... close web browser... then open again.

No luck, I'll have to try it again later I guess.

are you on the contributor list? pm me your gmail just incase
"something which inspires awe"

Awesome addon
(2014-10-16, 01:56)peglegtv Wrote: [ -> ]Luna i like your idea for swapping the playlist out,
but for the movies i don't want them in the library all year round, i feel it clutters things up when i know we wont watch them through out the year, but i like the simplicity of swapping the playlist for Christmas Episodes ill have to figure out what channel I'm Willing to swap and then ill also want to swap out my logos for that channel but that i can do with .bat so we're golden there, Big Grin

I add a custom genre for my seasonal movies and then have my main movie smart playlist filter out the kids movies and all the seasonal stuff so it doesn't show up in the regular list. I then make smart playlist for Christmas, Halloween and other seasonal stuff.

You can then copy these smart playlist and rename them to the season.xps and swap them in your channel. Your .bat file could copy in your logo and the season list all in one go and you should be set.
(2014-10-15, 17:09)frederik84 Wrote: [ -> ]
(2014-10-15, 16:50)Lunatixz Wrote: [ -> ]
(2014-10-15, 16:44)frederik84 Wrote: [ -> ]LOL u really are something....

Did you ever see the episode in Seinfeld called the "Soup Nazi"? I guess you are xbmc version of him

You are something... you expect so much from one person! it's not enough I contribute what I can... its still not enough because you had to wait a few days? really! and i'm the bad guy?

Im not the first person u have been mean to. That comment didnt come out from the blue. I have seen u shit on alot of people. I dint do anything wrong here I just asked for what u had promised in the first place...

Holy crap! Some people are crazy ungrateful....Crispy, Frederik and others: stop provoking Luna! This is a FREE service....I have had to do rebuilds, learn the hard way to backup my settings2 - and yes, I'm guilty of never updating the community list even though I was one of the ones who asked for it originally (ps Luna - Smile I'll make amends for that today by contributing) - the point is, every frustration I've had with a bug, a new release, or whatever, I have to assume a sense of responsibility to maintain my own PTVL setup because this a free service given to us by ONE man. None of us paid for a subscription, service, or product that entitles us to "Comcast-like" angry customer service calls to Luna on his own thread. Instead, we get to donate out of the goodness of our hearts, contribute skins/QA/programming help (god willing for those who are smart enough to know that stuff - unlike me), so knock it off and let him get back to making PTVL the best it can be, and not losing energy and enthusiasm because of same lame criticism and bickering.

Keep up the good work, Luna!
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