• 1
  • 21
  • 22
  • 23(current)
  • 24
  • 25
  • 694
[OLD/CLOSED] PseudoTV Live - Set-Top box solution
Can someone give me a list of rss feeds and good youtube channels with:

"official" movie trailers, must only contain trailers (no reviews, etc)
"good quality" TV commercials by region
"good quality" TV adverts and bumpers

Quality doesn't have to be HD but should be clear 480p minimum, no old vhs type compericals please...

Going to add a feature that will interleave on all tvshow channels an online trailer, commercial and bumper automatically if enabled
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
channel = trailers

This one looks pretty good. I don't see any reviews, just trailers
Wow - Interleaving that stuff from YouTube would rock!

I've got the YouTube plugin working for most Channels. However, I've been trying this one "http://www.youtube.com/user/4oDDocumentaries" - I'm not sure which of the settings to use to get it working. Is it possible?
(2013-08-07, 19:27)Lunatixz Wrote: Not sure what's not working for you...

If you are switching between builds, delete your cache folder.

Can you give me a screenshot of the "buggy" settings window?

Can anyone confirm the two problems? would rather be adding new features then track down possible bugs...

deleting cache folder worked and the buggy settings was while using the ace skin, confluence appears fine. the settings for advanced config need to be filled out every time you view them or it will be blank values.

for example, if i go to advanced channel rules and go to best effort scheduling it erases the starting episode, screws up the date and removes or changes the starting episode number, it also deletes umthwfs. and that is just by viewing it and saving no changes, but ill grab you a screenshot of what im referring to and test out your youtube thingy for ya.

thanks again for your excellent work.
after hours of testing i think i have figured out why my playlist youtube channels dont work. if 1 video is missing from the youtube playlist ptvl wont build the channel it just stops and you have black screen. i tried adding a playlist with 1 missing viodeo it did not work then i went and removed that video from playlist and reloaded ptvl and it worked.
(2013-08-08, 19:08)Daavid Wrote: Wow - Interleaving that stuff from YouTube would rock!

I've got the YouTube plugin working for most Channels. However, I've been trying this one "http://www.youtube.com/user/4oDDocumentaries" - I'm not sure which of the settings to use to get it working. Is it possible?

Can you watch stuff from that channel using just YouTube? I see you are in Ireland, is the 4oD stuff region blocked where you are? Because if it is, you won't be able to watch it. They region lock some things, but not others, so your channel would show all the things, but not be able to play the region locked ones.
Thanks for response Peppy - Yeah I can watch that stuff normally. Just double checked there on the same machine in case anything had changed, but i can watch it no probs. I wonder could it be to do with the adverts that youtube plays before the videos on 4OD?
(2013-08-08, 18:04)Lunatixz Wrote: Can someone give me a list of rss feeds and good youtube channels with:

"official" movie trailers, must only contain trailers (no reviews, etc)
"good quality" TV commercials by region
"good quality" TV adverts and bumpers

Quality doesn't have to be HD but should be clear 480p minimum, no old vhs type compericals please...

Going to add a feature that will interleave on all tvshow channels an online trailer, commercial and bumper automatically if enabled

https://www.youtube.com/user/CieonMovies

https://www.youtube.com/user/StreamingTrailer

https://www.youtube.com/user/movieclipsTRAILERS

https://www.youtube.com/user/joliver325

https://www.youtube.com/user/daffyduck606

https://www.youtube.com/playlist?list=PL...8A2F97332B
It appears that channel is structured (parsing wise) different than the ones that I have looked at already. I am going to submit some changes to Lunatixz, but until then, you could add them to a playlist, and make a YouTube playlist channel.
Thanks Peppy.
(2013-08-08, 19:48)peppy6582 Wrote: It appears that channel is structured (parsing wise) different than the ones that I have looked at already. I am going to submit some changes to Lunatixz, but until then, you could add them to a playlist, and make a YouTube playlist channel.

Changes made and will be pushed later today...

How important is filtering mature rated trailers out of the mix?

If it is important is there any sources that return rating information?
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
i think it depends on the material if its a r rated movie but the trailer has no nudity ect then i dont think it's much of a problem but if there is nudity in trailers i would not use that feature cause of my kids
more on the issue with best effort corruption, merely viewing the settings and NOT saving any changes makes this

Code:
<setting id="Channel_8_rule_1_opt_1" value="201" />
    <setting id="Channel_8_rule_1_opt_2" value="UMTWHFS" />
    <setting id="Channel_8_rule_1_opt_3" value="22:00" />
    <setting id="Channel_8_rule_1_opt_4" value="3" />
    <setting id="Channel_8_rule_1_opt_5" value="1" />
    <setting id="Channel_8_rule_1_opt_6" value=" 7/ 8/2013" />

do this

Code:
<setting id="Channel_8_rule_1_opt_1" value="201" />
    <setting id="Channel_8_rule_1_opt_2" value="UMTWHFS" />
    <setting id="Channel_8_rule_1_opt_3" value="22:00" />
    <setting id="Channel_8_rule_1_opt_4" value="3" />
    <setting id="Channel_8_rule_1_opt_5" value="46" />
    <setting id="Channel_8_rule_1_opt_6" value="14/08/2013" />

if you edit and save even one change it wipes out rule 1 options 5 and 6 completely.
youtube channels
tv comercials - The As Seen On TV Blog
A&E promos - A&E Television
(2013-08-08, 22:26)nerdmastax Wrote: more on the issue with best effort corruption, merely viewing the settings and NOT saving any changes makes this

Code:
<setting id="Channel_8_rule_1_opt_1" value="201" />
    <setting id="Channel_8_rule_1_opt_2" value="UMTWHFS" />
    <setting id="Channel_8_rule_1_opt_3" value="22:00" />
    <setting id="Channel_8_rule_1_opt_4" value="3" />
    <setting id="Channel_8_rule_1_opt_5" value="1" />
    <setting id="Channel_8_rule_1_opt_6" value=" 7/ 8/2013" />

do this

Code:
<setting id="Channel_8_rule_1_opt_1" value="201" />
    <setting id="Channel_8_rule_1_opt_2" value="UMTWHFS" />
    <setting id="Channel_8_rule_1_opt_3" value="22:00" />
    <setting id="Channel_8_rule_1_opt_4" value="3" />
    <setting id="Channel_8_rule_1_opt_5" value="46" />
    <setting id="Channel_8_rule_1_opt_6" value="14/08/2013" />

if you edit and save even one change it wipes out rule 1 options 5 and 6 completely.


Does this problem exist on PseudoTV?

I ask because if its a problem with PseudoTV you should post there and hopefully Jason can fix it...
Once I finalize my build, then I will track down and fix problems with the core code...
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
  • 1
  • 21
  • 22
  • 23(current)
  • 24
  • 25
  • 694

Logout Mark Read Team Forum Stats Members Help
[OLD/CLOSED] PseudoTV Live - Set-Top box solution45