]> kaliko git repositories - mpd-goodies.git/blob - config.py
2bc85792085b09c43610a7ba01390591ebb37f88
[mpd-goodies.git] / config.py
1 # -*- coding: utf-8 -*-
2 # This config is python script
3
4 ## SETTINGS
5 #
6 ## MPD
7
8 # The default are localhost:6600 / no password
9 #
10 # To set different MPD host/port/password please use environment variables.
11 #
12 # You may set MPD_HOST/MPD_PORT in your shell rc file
13 #   or
14 # You can launch the script with leading environment variables:
15 #           $> MPD_HOST=pass@my_mpd_host script.py
16 #
17 # More details in mpc manual (cf. man 1 mpc), section ENVIRONMENT
18
19 ## Set JINGLE_TAG here.
20 #
21 # Set JINGLE_TAG with any combinations of key, value with keys in :
22 #       artist , album , title , track, filename, […] (cf. man 1 mpc).
23 #
24 # Uncomment/change one of the following examples
25 #
26 ## Some examples:
27 #
28 #JINGLE_TAG = {
29 #        'filename' : '/radio/jingles/',
30 #        'artist'   : 'Steve Albini'
31 #        }
32 #JINGLE_TAG = {'comment': 'jingle'}
33 #TODO: remove following to release
34 JINGLE_TAG = {'artist': 'Magma'}
35
36 # VIM MODLINE
37 # vim: ai ts=4 sw=4 sts=4 expandtab