Update README.md

This commit is contained in:
2022-04-20 20:47:00 -04:00
parent 35bc1d9212
commit d2598c561a
+10 -5
View File
@@ -1,8 +1,9 @@
# 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 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.
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.
In order for ReplayGain baking to work, your FLAC library must already be tagged with ReplayGain data. If you haven't already done this, flac2pod comes with a script (flac2pod-flacgain) for quickly applying these ReplayGain tags.
# Usage
Simply run...
@@ -13,7 +14,11 @@ flac2pod <source_dir> <destination_dir>
```
flac2pod --help
```
...to see additional options.
...to see additional options, or run...
```
flac2pod-flacgain <source_dir>
```
...to tag your FLAC library with ReplayGain data.
In order for flac2pod to function, your source_dir must be structured as follows:
@@ -23,6 +28,6 @@ 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/
- install python-mutagen, ffmpeg, and screen
- copy the contents of https://github.com/rwinkhart/flac2pod/blob/master/bin/ to your /usr/bin/
- install flac, python-mutagen, ffmpeg, and screen
- start converting