gorman Wrote:
> Just worked through my first DTS album, Porcupine Tree's Deadwing. It
> appears to work flawlessly with the latest firmware. Major kudos to
> both smst and Slimdevices for this!Good choice of test material!
> Now, smst, have you thought about creating something more... automatic?
> Issuing one command per track is pretty annoying (I know, I'm a lazy
> bastard...). :)
:-)
I use a DOS for-loop:
Code:
--------------------
for %f in (*.dts) do spdifconvert.py "%f"
--------------------
(If your system hasn't made PY files executable for you, you'll need to
put the full path to the Python executable between "do" and
"spdifconvert.py". You may also have to change the path to
spdifconvert if your DTS files aren't in the same directory as the
script.)
A nicety would be for the script to accept wildcards; it shouldn't be
too hard to do. (I'll try to look into that.) GUIs aren't something
I'm very experienced in making (and I don't even know what GUI support
is bundled with Python), but if anybody wants to give it a go, feel
free. ;)
--
smst
------------------------------------------------------------------------
smst's Profile: http://forums.slimdevices.com/member.php?userid=752
View this thread: http://forums.slimdevices.com/showthread.php?t=19260
_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/ripping