PDA

View Full Version : tivo + flac = good. tivo? & .shn?


mohawkdigital
2009-05-29, 07:25 PM
Greetings,
Been using pyTivo for 6mos or so and it along with ffmpeg handle transcoding flac files nicely. Does anyone use any software to handle the .shn files in the same sort of manner?

Ya know. years worth of shorten files that i just can't really see a reason to ever uncompress these things again. Problems problems right.

btw anyone need some maxpoints?

peace,
-damian

Five
2009-05-29, 07:28 PM
http://tlh.easytree.org

mohawkdigital
2009-05-29, 07:47 PM
...er um .. well i don't really know how to say this but. I'm also a linux hippie. can't deal with the .exe's anymo'.

and I'm not really sure... what ever that program is.... would help me.

I can play my flac files without ever decompressing them through the media server that connects to my tivo. I am hoping to be able to do this with all the shorten files I have as well.
-damian

buckwheat
2009-05-29, 09:13 PM
thats amazing

randytravis
2009-05-30, 12:03 AM
just go ahead and convert them all with shntool (http://etree.org/shnutils/shntool/)? (penguin friendly)

shntool conv -o flac *.shn

mohawkdigital
2009-05-30, 01:23 AM
Well that's probably the thing to do then.

Thank you randytravis:thumbsup.

Now what is exactly the nomenclature to be used to document this conversion in the lineage? ie .shn -> shntool -> flac? er ....

And also what is command do I run to generate the flac fingerprint files after the conversion?

.. etree site seems to be super laggy and I haven't come up with much other good info.

Thanks again!
-damian

dude87
2009-05-30, 06:20 AM
Well that's probably the thing to do then.

Thank you randytravis:thumbsup.

Now what is exactly the nomenclature to be used to document this conversion in the lineage? ie .shn -> shntool -> flac? er ....

And also what is command do I run to generate the flac fingerprint files after the conversion?

.. etree site seems to be super laggy and I haven't come up with much other good info.

Thanks again!
-damian

metaflac — show-md5sum *.flac > wd2008-09-26.ffp

dude87
2009-05-30, 01:38 PM
Actually, the easiest way to do this on a Linux system is with the etree scripts (http://sourceforge.net/project/showfiles.php?group_id=60296). Use the "flacify" command to convert SHN to FLAC, add metatags (if the text file is in the right format - somewhat iffy in my experience), set replay gain (if you want) and generate an FFP file. The only problems I've had is the text file formatting to create megatags can be a pain and it renames the directory to <old directory name>.FLAC16 even if the source files are 24 bit (not an issue when dealing with SHN files, obviously).