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
« Previous 1 2 3 4
International Cinema Listings plugin version 4.4

 
  • 0 Vote(s) - 0 Average
International Cinema Listings plugin version 4.4
-=TJ=-Stefan
Offline

Member

Posts: 137
Threads: 10
Joined: Oct 2006
#31
2007-07-05, 01:57 PM
I have found something interesting. If I let the *.MOV files exist in the trailer folder then the MVP crashes when playing trailers.

When I delete the *.MOV and only the *.MPG are in the trailer folder then there is no problem playing the trailers on the MVP.

Just want to let you know. It is not a problem. I''ve adjusted the convert batchfile to delete tehe *.MOV after conversion.

I also have just a few of the trailers in the trailer folder.
Ted the Penguin
Offline

Posting Freak

Posts: 1,590
Threads: 64
Joined: Aug 2006
#32
2007-07-05, 02:24 PM
it looks like the logic for detecting an MVP environment isnt working... and therefore isnt selecting the MPG over the MOV... you could cheat that by giving the MPG precedence....
sub Wrote:Are you trying to make sure I get nothing done today?
majorpayne
Offline

Member

Posts: 126
Threads: 23
Joined: Jul 2007
#33
2007-07-05, 08:35 PM
Ted the Penguin Wrote:what was wrong with them? IMDB currently works

does not update says i must restart the plugin to get the info....
Ted the Penguin
Offline

Posting Freak

Posts: 1,590
Threads: 64
Joined: Aug 2006
#34
2007-07-05, 08:49 PM
and when you restart the plugin?

the plugin has to be restarted to re-load the listings.
exactly what are you doing to update the listings? is it running with your EPG update? or is it running only when you run it manually?
sub Wrote:Are you trying to make sure I get nothing done today?
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#35
2007-07-05, 09:47 PM
-=TJ=-Stefan Wrote:I have found something interesting. If I let the *.MOV files exist in the trailer folder then the MVP crashes when playing trailers.

When I delete the *.MOV and only the *.MPG are in the trailer folder then there is no problem playing the trailers on the MVP.

Just want to let you know. It is not a problem. I''ve adjusted the convert batchfile to delete tehe *.MOV after conversion.

I also have just a few of the trailers in the trailer folder.



What is your ffmpeg command line (in the batch file)? Are you using a target other than DVD?
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
-=TJ=-Stefan
Offline

Member

Posts: 137
Threads: 10
Joined: Oct 2006
#36
2007-07-06, 01:47 PM
ffmpeg -i %1.mov -target pal-svcd %1.mpg

If I use DVD in the commandline it will not allways convert...

This works for me with MVP. Although the soundvolume is very low. I must look into that. Further more I delete the *.MOV after conversion otherwise the MVP will crash.

If you want I can post the content of the batchfiles I use.
elbryyan
Offline

Senior Member

Posts: 352
Threads: 59
Joined: Mar 2007
#37
2007-07-06, 03:09 PM
I get this error when downloading the trailer for the fantastic 4...

Downloading file: http://images.apple.com/movies/fox/fanta...r_surfer/f
antastic4silversurfer-tlr1_h640w.mov
System.Net.WebException: An exception occurred during a WebClient request. --->
System.NotSupportedException: The given path's format is not supported.
at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boo
lean needFullPath)
at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[
] str, Boolean needFullPath)
at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionA
ccess access, AccessControlActions control, String[] pathListOrig, Boolean check
ForDuplicates, Boolean needFullPath, Boolean copyPathList)
at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess
access, AccessControlActions control, String[] pathList, Boolean checkForDuplica
tes, Boolean needFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, I
nt32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions o
ptions, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
--- End of inner exception stack trace ---
at System.Net.WebClient.DownloadFile(Uri address, String fileName)
at System.Net.WebClient.DownloadFile(String address, String fileName)
at InternationalCinemaListingsPlugIn.TrailerManager.DownloadFile(String url,
String filename)
Trailer download failed for Fantastic Four: Rise of the Silver Surfer
Downloading file: http://images.apple.com/movies/universal...knocked_up
-tlr1_h640w.mov
-=TJ=-Stefan
Offline

Member

Posts: 137
Threads: 10
Joined: Oct 2006
#38
2007-07-06, 09:27 PM
Here are the batchfiles I use.

trailers.cmd (the one I run 3 times a week)

@echo off
c:
rem First update movie info and download trailers

cd "\Program Files\devnz\gbpvr\Plugins"
InternationalCinemaListingsUpdater.exe


rem Then convert *.MOV to *.MPEG for the MVP
cd "\Program Files\devnz\gbpvr\Plugins\InternationalCinemaListings\Trailers"
call test.bat

del *.mov

test.bat
for %%i in (*.mov) do call test1.bat "%%~ni"

test1.bat
IF NOT EXIST %1.mpg "C:\Program Files\devnz\gbpvr\Third Party\FFmpeg\ffmpeg.exe" -i %1.mov -target pal-svcd %1.mpg

I hope that helps you guys...
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4


Possibly Related Threads…
Thread Author Replies Views Last Post
  problem with volumeosd plugin and 2.2.6 Wakalaka 19 18,202 2011-09-18, 05:30 AM
Last Post: McBainUK
  McBainUK's first NPVR plugin McBainUK 35 27,305 2011-02-17, 07:58 PM
Last Post: elbryyan
  Screen Saver Plugin - Support Thread McBainUK 34 30,510 2010-01-10, 10:10 PM
Last Post: McBainUK
  Files Plugin support thread McBainUK 28 22,162 2010-01-04, 02:46 PM
Last Post: msrtlt
  ICL not displaying listings Kid_Ego5150 11 12,138 2009-10-21, 09:30 PM
Last Post: Snooze
  Some ICL Plugin issues... jflet1 12 14,072 2009-07-10, 05:02 PM
Last Post: McBainUK
  International cinema not working for me Chris79 13 12,880 2009-06-28, 11:41 AM
Last Post: Chris79
  Cinema Plugin v7.3 - now with Google Movies! McBainUK 54 33,155 2009-05-29, 11:27 PM
Last Post: liteswap
  International Cinema Listings plugin version 7.2 McBainUK 39 29,265 2009-04-03, 02:03 PM
Last Post: McBainUK
  Cinema Listings not parsing? scb147 4 3,874 2009-01-27, 01:39 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