• 1
  • 126
  • 127
  • 128(current)
  • 129
  • 130
  • 694
[OLD/CLOSED] PseudoTV Live - Set-Top box solution
Sweet. Is there some way we can have it provide popcorn and drinks? Well done on everything accomplished so far, it's really amazing!
(2013-12-28, 18:44)Daavid Wrote: Sweet. Is there some way we can have it provide popcorn and drinks? Well done on everything accomplished so far, it's really amazing!

I'm also gong to append the BCT's as a "stack video" to the file before it, so they won't show up on the EPG.
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2013-12-28, 15:02)Lunatixz Wrote: How do you guys store trailers?

Is it in one collection folder? in same folder as matching movie? any special names to the trailers like "the movie - trailer.mkv"?

Feedback is required! As I finish up BCT's those details will determine what files get used...

Media \ Movies \Movie Name\Trailer I think the default in couch potato downloads is to download the trailer into the movie directory.
(2013-12-28, 19:06)ylafont Wrote:
(2013-12-28, 15:02)Lunatixz Wrote: How do you guys store trailers?

Is it in one collection folder? in same folder as matching movie? any special names to the trailers like "the movie - trailer.mkv"?

Feedback is required! As I finish up BCT's those details will determine what files get used...

Media \ Movies \Movie Name\Trailer I think the default in couch potato downloads is to download the trailer into the movie directory.

Details??
So you have one big folder with trailers? what are the names of the trailers, movie title? or do you have '-trailer' in the name?
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2013-12-28, 05:06)Lunatixz Wrote: easy fix, my bad... lazy coding... I will update git later
::Update::
Try latest git or this updated file:
https://github.com/Lunatixz/script.pseud...nelList.py

Works like a champ. Thanks.
(2013-12-28, 19:09)Lunatixz Wrote:
(2013-12-28, 19:06)ylafont Wrote:
(2013-12-28, 15:02)Lunatixz Wrote: How do you guys store trailers?

Is it in one collection folder? in same folder as matching movie? any special names to the trailers like "the movie - trailer.mkv"?

Feedback is required! As I finish up BCT's those details will determine what files get used...

Media \ Movies \Movie Name\Trailer I think the default in couch potato downloads is to download the trailer into the movie directory.

Details??
So you have one big folder with trailers? what are the names of the trailers, movie title? or do you have '-trailer' in the name?

Each individual movie is stored in its own directory along with its trailer, fanart and other relevant info. take a look, https://dl.dropboxusercontent.com/u/5885...ailers.PNG

Which i believe are the defaults for couch potato, if selected. also, the trailer name is defaulted to <filename>-trailer
Is any logic need for trailers? filtering of any type? or can it just pool all trailers by source (ie, local, youtube) and play all?

Because with json request I can filter by genre... but local, and youtube channel I can't...

for those of you who have trailers in the folder with the movie, does xbmc detect those trailers? or does it play youtube trailer when you chose to watch?
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2013-12-28, 19:24)Lunatixz Wrote: Is any logic need for trailers? filtering of any type? or can it just pool all trailers by source (ie, local, youtube) and play all?

If i understand your questioned correctly,

For me, trailer are made available from the context menu of each individual movie and since the trailer is already there, it plays it locally.
(2013-12-28, 19:45)ylafont Wrote:
(2013-12-28, 19:24)Lunatixz Wrote: Is any logic need for trailers? filtering of any type? or can it just pool all trailers by source (ie, local, youtube) and play all?

If i understand your questioned correctly,

For me, trailer are made available from the context menu of each individual movie and since the trailer is already there, it plays it locally.

can you do me a favor?
I need you to run a json query and let me know your results...

it's not that complicated I'll give you directions... r u running windows with xbmc?
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2013-12-28, 19:55)Lunatixz Wrote: can you do me a favor?
I need you to run a json query and let me know your results...

it's not that complicated I'll give you directions... r u running windows with xbmc?

No problem, just let me know what you need.

My main install is on Linux, I can install in windows if needed.
Make sure xbmc has debuging enabled, webserver enabled (know your port in settings).
Start XBMC, make sure its running....

Doesn't require windows, just a browser and your ip:port to xbmc

download
https://github.com/robnewton/JSON-RPC-Br...master.zip

run index.html, press stop in browser, then select connection, new, enter ip:port for xbmc under "Ajax End Point"

a list should appear on right side, select getMovies, then tick properties, use the drop down arrow, select genre, click add select trailer, click add then select runtime, click add.

once all three are in the bottom bar, click optional "call method" above that drop down arrow...

You should see results in the top box, copy and paste all that info and send it to me along with your xbmc.log for that session...

thanks
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2013-12-28, 20:12)Lunatixz Wrote: Make sure xbmc has debuging enabled, webserver enabled (know your port in settings).
Start XBMC, make sure its running....

Doesn't require windows, just a browser and your ip:port to xbmc

download
https://github.com/robnewton/JSON-RPC-Br...master.zip

run index.html, press stop in browser, then select connection, new, enter ip:port for xbmc under "Ajax End Point"

a list should appear on right side, select getMovies, then tick properties, use the drop down arrow, select genre, click add select trailer, click add then select runtime, click add.

once all three are in the bottom bar, click optional "call method" above that drop down arrow...

You should see results in the top box, copy and paste all that info and send it to me along with your xbmc.log for that session...

thanks


Here you go.

https://dl.dropboxusercontent.com/u/58850968/xbmc.log
https://dl.dropboxusercontent.com/u/5885...esults.log

Did not work with linux server. had to install windows.
(2013-12-28, 20:43)ylafont Wrote:
(2013-12-28, 20:12)Lunatixz Wrote: Make sure xbmc has debuging enabled, webserver enabled (know your port in settings).
Start XBMC, make sure its running....

Doesn't require windows, just a browser and your ip:port to xbmc

download
https://github.com/robnewton/JSON-RPC-Br...master.zip

run index.html, press stop in browser, then select connection, new, enter ip:port for xbmc under "Ajax End Point"

a list should appear on right side, select getMovies, then tick properties, use the drop down arrow, select genre, click add select trailer, click add then select runtime, click add.

once all three are in the bottom bar, click optional "call method" above that drop down arrow...

You should see results in the top box, copy and paste all that info and send it to me along with your xbmc.log for that session...

thanks


Here you go.

https://dl.dropboxusercontent.com/u/58850968/xbmc.log
https://dl.dropboxusercontent.com/u/5885...esults.log

Did not work with linux server. had to install windows.

Thanks, hmmm it didn't return your local trailer links... only youtube...
I was hoping since you mentioned it plays your local trailers from XBMC that the path would be stored in its db...
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
(2013-12-28, 20:57)Lunatixz Wrote: Thanks, hmmm it didn't return your local trailer links... only youtube...
I was hoping since you mentioned it plays your local trailers from XBMC that the path would be stored in its db...

Not sure of the the skin and ad-dons currently installed in the Linux server had anything to do with it. The JSON script did not connect to the Linux server so i had to install the Windows version if XBMC locally. Since it is a fresh install, it is missing addons like, Trailer addict and the skin is different. I also noticed the the "Play Trailer" context menu is not listed. Something to ponder.


Let me know if you need it again.
Luna is there any way when using autotune to not build a channel if there isn't enough entrys? I've been using mylibrary to scrape hulu (free), and end up with a bunch of 1 show channels. Thanks man.
  • 1
  • 126
  • 127
  • 128(current)
  • 129
  • 130
  • 694

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