75 lines
1.3 KiB
Plaintext
75 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
|
|
-#: File count
|
|
-S: Size
|
|
-b: Average bitrate
|
|
-C: Channels
|
|
-s: Sample rate
|
|
-B: Bits per sample
|
|
-m: Mofification time
|
|
-M: Format
|
|
|
|
-A: Album artist
|
|
-l: Album
|
|
-a: Artist
|
|
-c: Composer
|
|
-d: Disc
|
|
-g: Genre
|
|
-p: Performer
|
|
-N: Track total
|
|
-t: Title
|
|
-y: Year
|
|
|
|
-T <format>: date-time format (see 'man date' for possible values)
|
|
-o -|<file>: output file - mandatory.
|
|
|
|
-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
|
|
|