-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflackrc
More file actions
19 lines (16 loc) · 746 Bytes
/
flackrc
File metadata and controls
19 lines (16 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# flack CONFIG v2 -- DO NOT EDIT THIS LINE
#
# copy this to ~/.flackrc for per-user settings
#
# uncomment the variables to change them from default values
#
# set the location of the logfile.
# if you choose to keep a permanent logfile, it must be in a location
# that the user has write access to otherwise flack will break.
#LOGFILE="${TMPDIR}/flack.log"
# set common tag fields you wish to see as options in the tag menu.
# remove ones you don't use for easier visibility. custom fields can
# also be added here.
#COMMON_FIELDS=( TITLE VERSION ALBUM TRACKNUMBER ARTIST PERFORMER COPYRIGHT LICENSE ORGANISATION DESCRIPTION GENRE DATE LOCATION CONTACT ISRC )
# set the default custom filename rule.
#CUSTOM_RULE="${TRACKNUMBER} - ${TITLE}"