71 lines
1.3 KiB
Plaintext
71 lines
1.3 KiB
Plaintext
createindex
|
|
===========
|
|
Creates a nice index of your collection, similar to what oidua
|
|
(http://oidua.suxbad.com/) does, but much faster, as it is using AtOM's DB
|
|
instead of rescanning your whole collection.
|
|
|
|
Options define what will be shown and may optionnally be followed by the column
|
|
width (default: 50).
|
|
|
|
Options:
|
|
-f: Path
|
|
-b: Average bitrate
|
|
-C: Channels
|
|
-s: Sample rate
|
|
-T: Mofification time
|
|
|
|
-A: Album artist
|
|
-l: Album
|
|
-a: Artist
|
|
-c: Composer
|
|
-d: Disc
|
|
-g: Genre
|
|
-p: Performer
|
|
-t: Title
|
|
-y: Year
|
|
|
|
-d <format>: date-time format (see 'man date' for possible values)
|
|
-o -|<file>: output file (path relative to Source) - mandatory - must
|
|
appear last.
|
|
|
|
-u: update database first
|
|
-D: debug
|
|
|
|
checkextensions
|
|
===============
|
|
Reports files whose extension does not match the (detected) mime-type.
|
|
|
|
Options:
|
|
-u: update source directory
|
|
-r: rename files
|
|
-n: (with -r): show what would be done.
|
|
|
|
cleandestinations
|
|
=================
|
|
Checks destinations for possibly unwanted files (e.g. files not created by
|
|
AtOM).
|
|
|
|
Options:
|
|
-r: remove unwanted files.
|
|
|
|
missingtags
|
|
===========
|
|
Checks for files which don't have the specified tags set.
|
|
|
|
Options:
|
|
-A: Album artist
|
|
-l: Album
|
|
-a: Artist
|
|
-c: Composer
|
|
-d: Disc
|
|
-g: Genre
|
|
-p: Performer
|
|
-t: Title
|
|
-n: Track number
|
|
-N: Track total
|
|
-y: Year
|
|
|
|
-u: Update database first
|
|
-D: Debug
|
|
|