-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
26 lines (20 loc) · 1.03 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
What is pyify?
--------------
pyify is a command-line, recursive audio transcoding tool that is convenient
for mass conversion of music for portable audio devices or CD archival.
But what does it do anyway?
- Conversion between popular formats: FLAC, WAV, Ogg, and MP3 while preserving
metadata, while applicable
- Recurses into directories and preserves directory structure at the
destination path
- Copies album art into destination
- Can be extended with additional format plugins
- Can take advantage of multiple cores with a built-in jobserver.
The actual conversions are done by the command-line decoders and encoders
for the respective formats. Pyify handles directory creation, metadata mapping,
job management, and file renaming directly.
pyify tries to mostly remain faithful to the output and command-line calling
convention of the original ify, which was written in Perl. It is eventually
meant to surpass ify in elegance and extensibility.
-- Joshua Kwan <[email protected]>
Brandon Lewis <[email protected]>