]> kaliko git repositories - mpd-goodies.git/blob - config.py
Initial import
[mpd-goodies.git] / config.py
1 # -*- coding: utf-8 -*-
2
3 ## SETTINGS
4 #
5 ## MPD
6 #  set PASSWORD to "False" if not use
7 HOST = 'localhost'
8 PORT = '6600'
9 PASSWORD = False
10
11 ## Set JINGLE_TAG here.
12 #
13 # Set JINGLE_TAG with any combinations of key, value with keys in :
14 #       artist , album , title , track, filename, […] (cf. man 1 mpc).
15 #
16 # Uncomment/change one of the following examples
17 #
18 ## Some examples:
19 #
20 #JINGLE_TAG = {
21 #        'filename' : '/radio/jingles/',
22 #        'artist'   : 'Steve Albini'
23 #        }
24 #JINGLE_TAG = {'comment': 'jingle'}
25
26 # VIM MODLINE
27 # vim: ai ts=4 sw=4 sts=4 expandtab