isrcsubmit-config - Man Page

isrcsubmit Documentation

Synopsis

$XDG_CONFIG_HOME/isrcsubmit/config

Description

The configuration file contains various options controlling the behavior of isrcsubmit. All the options given here can be overridden by passing command line arguments to isrcsubmit.

If $XDG_CONFIG_HOME is not set, %APPDATA% is used on Windows and ~/.config for all other systems.

General

This refers to the [general] section of the configuration file.

backend

Force using a specific backend to extract ISRCs from the disc. Possible backends are: mediatools, media_info, cdrdao, libdiscid, discisrc.

browser

Program to open URLs.

device

CD device with a loaded audio CD.

keyring

Use keyring if it is available.

Musicbrainz

This refers to the [musicbrainz] section of the configuration file.

server

Server to send ISRCs to.

user

MusicBrainz username.

Example

This snippet demonstrates the format of the configuration file.

[general]
backend = libdiscid
keyring = False

[musicbrainz]
server = test.musicbrainz.org
user = foo

Author

This manual page was written by Sebastian Ramacher. isrcsubmit was written by Johannes Dewender.

Referenced By

isrcsubmit(1).

Jul 20, 2023 2.1 isrcsubmit