dam/help/conditions
ayakael 342d7d7eed
[build.sh] Rewritten to build help menus
[help/conditions] [help/general] [help/info] Initial version
[parser] Added support for help
2018-04-07 21:02:31 -04:00

17 lines
421 B
Text

Conditions
Note
Conditions are defined using the following format:
<metadatafield>=<value>
The metadta field can be anything that can be injected as metadta in a Vorbis tag.
Example
You want to exclude everything from "GENRE" "Pop":
dam exclude "GENRE=Pop"
...but want to keep Lady Gaga, just because
dam include "ARTIST=Lady Gaga"
...but not THAT album
dam exclude "ALBUM=THAT"