Any one of the following command will install Flacsync.
Use
pip
from the pip package:pip install flacsync --upgrade --use
Download the source distribution file and install from the command line:
tar xzf flacsync-*.tar.gz cd flacsync-* python setup.py install --user
Install necessary dependencies:
Common Linux distribution packages:
The following common distro packages are necessary:
- Python Imaging Library
- Flac tools
- Ogg tools (optional)
- Lame (optional)
To install in Debian/Ubuntu:
apt-get install python-imaging flac vorbis-tools lame
ACC Utils
- AAC encoding archive is located at the Nero AAC Codec Download Page
- Extract the archive files neroAacEnc and neroAacTag to any directory defined in your PATH statement. A recommended location would be either :file:`/usr/bin` or :file:`/usr/local/bin`.
Review the usage instruction by running:
flacsysnc -h