-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
36 lines (27 loc) · 1.1 KB
/
README
File metadata and controls
36 lines (27 loc) · 1.1 KB
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
27
28
29
30
31
32
33
34
35
36
flac-utils is a toolkit for managing flac-files. Primary usage is syncing
metadata between flac file sets.
The utilitiy consist of three tools:
* flac-sync - Sync file tree of flacs comments for files with the same
audio-part.
* flac-diff - Compare two flac files metadata information and tell the
differences.
* flac-add-picture - Add cover pictures to flac files from Amazon.
See man-pages in doc directory and
http://www.linuxalert.org/project/flac-utils/ for details.
Installation
============
Easiest way to install is to use the Ubuntu/Debian packages. The
packages can be found at
https://launchpad.net/~m-runesson/+archive/unstable.
Git repositories with source are published at github. Git for
flac_compare: https://github.com/mrunesson/flac_compare and for
flac-utils: https://github.com/mrunesson/flac-utils To install
flac_compare run:
python setup.py install
flac-utils can be executed directly from its tools directory or
installed running
make install
Packages
========
Ubuntu and debian packages can be found at:
https://launchpad.net/~m-runesson/+archive/unstable