NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) International Cinema Listings, RSS Reader, WebCams, Calendar, Files and Screen Saver v
1 2 3 4 Next »
Quick guide to Trailers on the MVP

 
  • 0 Vote(s) - 0 Average
Quick guide to Trailers on the MVP
mkenyon2
Offline

Senior Member

Posts: 715
Threads: 208
Joined: Dec 2006
#1
2007-07-13, 02:33 PM (This post was last modified: 2007-07-13, 04:20 PM by mkenyon2.)
This is a guide for MVP users in the US. This should also work in other countries, but you will need to make some changes for PAL format if you use it. (I'm sorry, I'm not familiar with PAL settings, so I don't know which changes would be necessary.)

Because the MVP doesn't like straight .mov files... it's a good idea to get trailers downloaded by International Cinema listings transecoded (converted) to .mpg, otherwise known as mpeg 4.

This is not a straight forward process, but I will try to sum it up here.

First of all, you are going to need something to Transecode the .mov files over to .mpg. There are several ways, but the one I was shown was to get ffmpeg program. You can find the latest install here: http://ffdshow.faireal.net/mirror/ffmpeg/

The site has various 7-zip files. (7-zip is just another type of file compression) Extract the latest one to a folder like 'C:\FFMpeg\'.

International Cinema listing setup is covered pretty well, so at this point, I'm assuming you have it at least working on your PC where GBPVR is running. You may have also set up a Scheduled Task to update the listings. But to get the conversion process running automatically, we're going to do something a little different.

In your '\Plugins\InternationalCinemaListings\Trailers' folder put 2 .bat files. startConvert and Convert. I'm going to list them, then we'll discuss them.

startConvert.bat
"C:\Program Files\devnz\gbpvr\Plugins\InternationalCinemaListingsUpdater.exe"
for %%i in (*.mov) do call Convert.bat %%~ni

for %%j in (*.mpeg) do ren "%%~nj.mpeg" "%%~nj.mpg"

del *.mov


Convert.bat
IF EXIST "%*.mpg" ren "%*.mpg" "%*.mpeg"
IF NOT EXIST "%*.mpeg" D:\FFMpeg\ffmpeg -i "%*.mov" -target svcd "%*.mpeg"


In startConvert.bat I have it calling the Updater, becuase I have my scheduled task calling startConvert. (I hate to have multiple tasks if I don't have to.) So, of course, we start by getting the freshest, ripest data. This will also try to pull trailers down as .mov files.

Then we have a string of batch file code to get all the downloaded .mov files and pass them to our Convert.bat.

Convert.bat simply changes existing .mpgs to .mpeg, becuase while working with FFMpeg we want the .mpeg extension. (More info?)
Then of course we call ffmpeg to do the actual conversion. You can see the path to ffmpeg in the second line. Change that to wherever you have your copy. I have mine on the D: drive.

Note: For the actual conversion, I currently have 'svcd' because it is smaller. However, if you feel you need it, and don't mind the larger files, you could use 'dvd'.

When Convert.bat is done, it drops back to startConvert.bat which renames all the .mpegs to .mpg. Then it removes the .mov. This was key for me, because Cinema lister tries the .mov files first (at least with the version I had) and the MVP wouldn't play them.

Now, if you haven't already, make sure the Scheduled task calls startConvert from the folder you created it in, and test it out. You should now have a bunch of .mpg files that are playable on the MVP.


---
Please post any comments/corrections to this guide here. I will edit the guide if necessary.
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#2
2007-07-13, 02:52 PM
Thanks for this, good work. Link to the guide added to the plugin's wiki page:

http://gbpvr.com/pmwiki/pmwiki.php/Plugin/Cinema
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#3
2007-07-13, 04:09 PM (This post was last modified: 2007-07-13, 04:22 PM by pastro.)
Probably want to change the target to svcd instead of dvd. It will make a smaller file. Hate to see the del *.mov line since I was hoping that the trailers wouldn't be downloaded if they existed. Maybe McBainUK can help out here by not downloading if either the mov or the mpg exists.
Use a target of pal-svcd for Pal systems.
GBpvr PC: Intel Celeron 1.8 Ghz. 768 Mb WinXp Home Sp2
Video: Diamond 128 Mb 9550
Capture Cards: PVR-150 & PVR-150 MCE w/fm + 2x MVP
Author of: BurnDVDX2 and Skiptool
mkenyon2
Offline

Senior Member

Posts: 715
Threads: 208
Joined: Dec 2006
#4
2007-07-13, 04:17 PM
Actually, I haven't noticed it re-download anything with just the .mpgs there. Although, I didn't watch super close.
mkenyon2
Offline

Senior Member

Posts: 715
Threads: 208
Joined: Dec 2006
#5
2007-07-16, 04:11 PM
Could/should we make this sticky?
Ragingfire105
Offline

Junior Member

Posts: 3
Threads: 1
Joined: Jul 2007
#6
2007-07-23, 04:07 AM
First off Great job on the batches worked great after a little modification.

1. Obviously the location of the FFMPEG.exe file must be changed. One Quirk if the path has any spaces it wont work unless you use the short file names for them.

Ex: C:\Program Files\devnz\gbpvr\Third Party\FFmpeg\ffmpeg must be
C:\Progra~1\devnz\gbpvr\THIRDP~1\FFmpeg\ffmpeg

If you search for "short file names" on the internet you can find the scheme that is used for changing Long file names to short.

2. the delete command at the end of the startconvert batch assumes that all .mov's were converted properly. If your MVP will play .mov's but you would prefer to have .mpg's you can replace the last line of the startconvert batch with

for %%i in (*.mpg) do del "%%~ni.mov"

This will delete all the .mov's that have a corresponding .mpg

Big Grin PS: First post ever. LOL
TomH
Offline

Member

Posts: 177
Threads: 10
Joined: Aug 2006
#7
2007-11-09, 01:56 PM
With your instructions/scipts to transcode the .mov to .mpg you have made my life one of Marital Bliss once again,

Thanks a tonne,
TomH
[SIZE="1"]/TomH/ Win7 running nPVR 3.1.1 (via NMTInstall2) on HP p6624y AMD AthlonII 635, 8Gb, 1Tb, HVR-2250 (ATSC) + WebRadio, Universe (broken), BlueRetroVE+, TV Listings. SearchLite Network: Cable Modem - Belkin 54g router - box#1 Win7 Next-PVR 3.1.1, box#2 Win7 wireless laptop, and 2x wired eGreat M34A NMT clients[/SIZE]
steeb
Offline

Posting Freak

Posts: 2,667
Threads: 183
Joined: Nov 2006
#8
2007-12-19, 12:25 AM
This is excellent, movie trailers on my MVP now work hassle free thanks to a couple of .bat files Big Grin

Cheers

STEEB
Ppsychling
Offline

Member

Posts: 54
Threads: 6
Joined: Nov 2005
#9
2007-12-31, 05:38 AM
No matter how hard I've tried I just can't get use to the PVRX2 interface. So, as always I've reverted back to the GBPVR interface. Last night I couldn't tever, I've one problem! Wiake the PVRX2 interface any longer and went into the config.xml file and changed the PVRX2 reference to GBPVR and I am much happier with my MVP interface now. How with the GBPVR interface I am missing plugins even though they are installed, namely International Cinema Listing. As long as I used PVRX2 the cinema listing plugin showed up.

Does anyone know how to get the Cinema Listing to show up in the GBPVR MVP main menu interface if you are not using PVRX2?

Regards,
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#10
2007-12-31, 05:53 AM
Ppsychling Wrote:No matter how hard I've tried I just can't get use to the PVRX2 interface. So, as always I've reverted back to the GBPVR interface. Last night I couldn't tever, I've one problem! Wiake the PVRX2 interface any longer and went into the config.xml file and changed the PVRX2 reference to GBPVR and I am much happier with my MVP interface now. How with the GBPVR interface I am missing plugins even though they are installed, namely International Cinema Listing. As long as I used PVRX2 the cinema listing plugin showed up.

Does anyone know how to get the Cinema Listing to show up in the GBPVR MVP main menu interface if you are not using PVRX2?

Regards,


I don't think the latest version is GBPVR compatible, only PVRX2. You might want to start a new thread or PM McBainUK to see if the old version is available.
GBpvr PC: Intel Celeron 1.8 Ghz. 768 Mb WinXp Home Sp2
Video: Diamond 128 Mb 9550
Capture Cards: PVR-150 & PVR-150 MCE w/fm + 2x MVP
Author of: BurnDVDX2 and Skiptool
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Found the No Trailers problem? Snooze 14 14,569 2009-11-19, 12:20 PM
Last Post: McBainUK
  GBPVR Crashes when playing trailers szkoda 0 2,602 2008-01-24, 11:41 AM
Last Post: szkoda
  Cinema trailers on MVP mkenyon2 23 10,042 2007-07-13, 05:35 PM
Last Post: McBainUK

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode