more categories

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2018-09-18 10:00:13 -04:00
parent 696ebb3ca0
commit fb92478a2f
Signed by: vbatts
GPG Key ID: 10937E57733F1362
1 changed files with 6 additions and 3 deletions

View File

@ -10,13 +10,16 @@ audio-fusefs ~/Audio/ ~/AudioInfo/
Top-level will be a number of `by-<data>` directories, similar to `/dev/disk/` on Linux.
So:
* `by-date`
* `by-album`
* `by-artist`
* `by-genre`
* `by-size`
* `by-composer`
* `by-conductor`
* `by-date`
* `by-extension`
* `by-genre`
* `by-recordingdate`
* `by-samplerate`
* `by-size`
* ... surely others
## Approach