0 Members and 1 Guest are viewing this topic.
Quote from: lessthanbinsch on April 28, 2011, 12:56:58 PMDoes anybody know how to make .ffp and/or .md5 files for my recordings with ubuntu 10.10?
Quote from: page on April 28, 2011, 01:02:37 PMQuote from: lessthanbinsch on April 28, 2011, 12:56:58 PMDoes anybody know how to make .ffp and/or .md5 files for my recordings with ubuntu 10.10?from a command line prompt its either the md5 or meta-flac commands. Working from memory, it should be:md5 *.flac > files.md5meta-flac --show-md5sum *.flac > files.ffpthey will return different values since one looks at the entire file (tags et al) while the other looks at just the audio stream contained within.
Quote from: lessthanbinsch on April 29, 2011, 02:55:02 AMthanks! i now got a md5 file.next step is that i want to seed my recording on dime. the first time for me doing this with linux. i created a .torrent file with transmission. what is the next step? where do i have to save my recording, the torrent file and where do i have to put the download location? any special things that are different than doing this with windows?
Quote from: lessthanbinsch on April 29, 2011, 02:55:02 AMthanks! i now got a md5 file.next step is that i want to seed my recording on dime. the first time for me doing this with linux. i created a .torrent file with transmission. what is the next step? where do i have to save my recording, the torrent file and where do i have to put the download location? any special things that are different than doing this with windows? Quote from: page on April 28, 2011, 01:02:37 PMQuote from: lessthanbinsch on April 28, 2011, 12:56:58 PMDoes anybody know how to make .ffp and/or .md5 files for my recordings with ubuntu 10.10?from a command line prompt its either the md5 or meta-flac commands. Working from memory, it should be:md5 *.flac > files.md5meta-flac --show-md5sum *.flac > files.ffpthey will return different values since one looks at the entire file (tags et al) while the other looks at just the audio stream contained within.