1ISRCSUBMIT-CONFIG(5) isrcsubmit ISRCSUBMIT-CONFIG(5)
2
3
4
6 isrcsubmit-config - isrcsubmit Documentation
7
9 $XDG_CONFIG_HOME/isrcsubmit/config
10
12 The configuration file contains various options controlling the behavā
13 ior of isrcsubmit. All the options given here can be overridden by
14 passing command line arguments to isrcsubmit.
15
16 If $XDG_CONFIG_HOME is not set, %APPDATA% is used on Windows and
17 ~/.config for all other systems.
18
20 This refers to the [general] section of the configuration file.
21
22 backend
23 Force using a specific backend to extract ISRCs from the disc. Possible
24 backends are: mediatools, media_info, cdrdao, libdiscid, discisrc.
25
26 browser
27 Program to open URLs.
28
29 device
30 CD device with a loaded audio CD.
31
32 keyring
33 Use keyring if it is available.
34
36 This refers to the [musicbrainz] section of the configuration file.
37
38 server
39 Server to send ISRCs to.
40
41 user
42 MusicBrainz username.
43
45 This snippet demonstrates the format of the configuration file.
46
47 [general]
48 backend = libdiscid
49 keyring = False
50
51 [musicbrainz]
52 server = test.musicbrainz.org
53 user = foo
54
56 This manual page was written by Sebastian Ramacher. isrcsubmit was
57 written by Johannes Dewender.
58
60 2009-2020, Johannes Dewender
61
62
63
64
652.1 Jul 28, 2020 ISRCSUBMIT-CONFIG(5)