]> kaliko git repositories - mpd-goodies.git/blob - misc/config.py
16f7bf7dee42b0c45bcc097aff9af6915b800c88
[mpd-goodies.git] / misc / 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 about MPD's environment variables in mpc manual (cf. man 1 mpc),
18 # options --host/--port. 
19
20 ## Set JINGLE_TAG here.
21 #
22 # Set JINGLE_TAG with any combinations of key, value with keys in :
23 #       artist , album , title , track, filename, […] (cf. man 1 mpc).
24 #
25 # Uncomment/change one of the following examples
26 #
27 ## Some examples:
28 #
29 #JINGLE_TAG = {
30 #        'filename' : '/radio/jingles/',
31 #        'artist'   : 'Steve Albini'
32 #        }
33 #JINGLE_TAG = {'comment': 'jingle'}
34 #TODO: remove following to release
35 JINGLE_TAG = {'artist': 'Magma'}
36
37 # VIM MODLINE
38 # vim: ai ts=4 sw=4 sts=4 expandtab