I'm trying to figure out how I can play svcd/vcd bin/cue files from some kind of app that will allow me to make half-decent play lists for all my movies in Windows XP.
I know that mpegs can be extracted from bin/cues with VCDGear, and that bin/cues can be mounted with D-Tools Daemon but these are both very cumbersome. I tried to make a batch file to do this with myHTPC but it works like crap because myHTPC has bad documentation and I don't know what the heck it is doing.
if exist %2 goto :twodisc
c:\progra~1\d-tools\daemon -mount 0,%~s1
c:\progra~1\cyberl~1\powerdvd\powerdvd g:\
goto :end
:twodisc
c:\progra~1\d-tools\daemon -mount 0,%~s1
c:\progra~1\d-tools\daemon -mount 1,%~s2
c:\progra~1\cyberl~1\powerdvd\powerdvd g:\
c:\progra~1\cyberl~1\powerdvd\powerdvd h:\
goto :end
:end
I associate this batch file with .bin files and tell myHTPC that .bin is a video file type but this did not work well at all because myHTPC runs this batch file twice right away for a 2 disc movie as if to play both discs at the same time.
I would think it would be really easy to code a plugin to read bin/cues for just about any app, I just can't find it.
Basically I want something similar to myHTPC (simple and fast). I don't need PVR functionality since I don't have the hardware.
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
cue and bin files
By natty in forum Newbie / General discussionsReplies: 2Last Post: 21st Jun 2011, 15:25 -
extracting the bin/cue from .oo1,.002 etc files
By belwas in forum Newbie / General discussionsReplies: 5Last Post: 7th Jan 2010, 00:59 -
Having trouble with .bin/.cue files
By UncleBose in forum Software PlayingReplies: 8Last Post: 12th Jan 2008, 06:06 -
The FilmMachine Xvid to SVCD conversion not creating Bin/Cue files
By louv68 in forum Video ConversionReplies: 2Last Post: 24th Jul 2007, 09:11 -
What files/settings do I need for bin/cue
By Choppa in forum Authoring (VCD/SVCD)Replies: 9Last Post: 23rd Jun 2007, 21:29