search for: album1

Displaying 4 results from an estimated 4 matches for "album1".

Did you mean: album
2010 Mar 13
1
Specify Includes Only
...lude, --filter, etc. I want to copy only specific directories that contain specific filetypes, from sourcedir to destdir. For example, I want to copy all .mp3 and all .ogg files found in the GroupA, GroupC directories under /home/paul/sourcedir/. For example, if I have /home/paul/sourcedir/GroupA/Album1/song.mp3 /home/paul/sourcedir/GroupA/Album1/cover.jpg /home/paul/sourcedir/GroupA/Album2/song.ogg /home/paul/sourcedir/GroupA/Album2/cover.jpg /home/paul/sourcedir/GroupB/Album1/song.mp3 /home/paul/sourcedir/GroupC/Album1/song.mp3 /home/paul/sourcedir/GroupC/Album1/song2.mp3 then I want to end up...
2004 Sep 17
0
Batch, recursive Flac to Ogg converter for Windows
...collection, but maintain an Ogg-encoded version of that library for use on portable players, here is something you might be interested in: I've put together a Cygwin/perl-based solution that works under Windows XP that can take an entire tree of Flac-encoded files: C:\music\flac\artist1\album1\track1.flac C:\music\flac\artist1\album1\track2.flac C:\music\flac\artist1\album2\track1.flac C:\music\flac\artist2\album1\track1.flac C:\music\flac\artist2\album1\track2.flac And convert it into: C:\music\ogg\artist1\album1\track1.ogg C:\music\ogg\artist1\album1\track2.ogg C:\music\ogg\artist1...
2009 Dec 30
0
flac --replay-gain
Ah! metaflac, thanks, but won't this cause metaflac to combine flac's across directories and give an album replay gain for the combined flac's? (as opposed to separate albums i.e. metaflac /album1/*.flac /album2/*.flac as opposed to metaflac /album1/*.flac, metaflac /album2/*.flac) On Dec 30, 2009, at 11:43 AM, Nicholas Wilson wrote: > Run from the top directory: > > find . -name "*.flac" -print -execdir metaflac --add-replay-gain {} + > > which should do it. &gt...
2009 Dec 31
0
flac --replay-gain
...Dec 30, 2009 at 8:06 PM, Ron Decline <rutlecorps at gmail.com> wrote: >> >> Ah! metaflac, thanks, but won't this cause metaflac to combine flac's across directories and give an album replay gain for the combined flac's? (as opposed to separate albums i.e. metaflac /album1/*.flac /album2/*.flac as opposed to metaflac /album1/*.flac, metaflac /album2/*.flac) >> >> On Dec 30, 2009, at 11:43 AM, Nicholas Wilson wrote: >> >>> Run from the top directory: >>> >>> find . -name "*.flac" -print -execdir metaflac --add-...