Document toys/createindex
This commit is contained in:
parent
13bfc50169
commit
8c26d11db2
33
toys/README
33
toys/README
@ -1,3 +1,36 @@
|
|||||||
|
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
|
checkextensions
|
||||||
===============
|
===============
|
||||||
Reports files whose extension does not match the (detected) mime-type.
|
Reports files whose extension does not match the (detected) mime-type.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user