make-flac
In this day and age I want to have my music collection available on my computer. Lugging around all my CDs is unpractical and storage is relatively cheap. So I've used FLAC to convert them all to high-quality music files.
The make-flac python script is what I use to help me with that. Generally I rip the CD to disk using cdparanoia. Meanwhile I compile a text file containing the name of the album, the artist and the names of the tracks. That file is used by the make-flac script to call the flac program to do the actual conversion. On machines with multiple cores, it runs the conversions in parallel.
| source: | make-flac.zip |
|---|---|
| GPG signature: | -----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (FreeBSD)
iEYEABECAAYFAlDV9CoACgkQEnfvsMMhpyUHlACggkrT89B7B5WadsvFQH8XESz3
izIAn0TTpZAj6338XDUtNaQ2iTPErYvo
=0kgQ
-----END PGP SIGNATURE-----
|
| SHA256 hash: | 41dd71815f9c7831ad95c9d0b2ecd4109937588fa48b9a5fbd2989c7b087c945 |
| Requirements: | python, FLAC |
