From 8704749e7b74618379febaab9de98747aa0bea99 Mon Sep 17 00:00:00 2001 From: Cuan Date: Wed, 20 Apr 2022 00:37:38 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4c1c730..eb5de9f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # flac2pod Converts your existing FLAC library to be played on an iPod Classic. -This script makes use of ffmpeg to convert your existing FLAC music library to AAC-256 or MP3-320 for easy iPod Classic use. It also takes advantage of "rg2sc" (https://github.com/rwinkhart/rg2sc) to convert any existing ReplayGain tags to Apple SoundCheck tags that are compatible with Apple products. +This script makes use of ffmpeg to convert your existing FLAC music library to AAC-256 for easy iPod Classic use. It can also bake your existing ReplayGain data into the output files. +SoundCheck support was removed due to this feature being very finicky on iPods. If you would like to add SoundCheck data to your output files, omit the --bake option and then use https://github.com/rwinkhart/rg2sc on your output files. # Usage Simply run... @@ -23,6 +24,5 @@ source_dir -> artist dir -> album dir -> FLAC files flac2pod is available in the AUR as "flac2pod". If installing on a non-Arch-based distribution, follow the manual installation instructions: - copy the flac2pod executable from https://github.com/rwinkhart/flac2pod/blob/master/bin/flac2pod to your /usr/bin/ -- copy the rg2sc executable from https://github.com/rwinkhart/rg2sc/blob/master/bin/rg2sc to your /usr/bin -- install python-mutagen, ffmpeg, lame, and screen +- install python-mutagen, ffmpeg, and screen - start converting