1 # -*- coding: utf-8 -*-
6 # set PASSWORD to "False" if not use
11 ## Set JINGLE_TAG here.
13 # Set JINGLE_TAG with any combinations of key, value with keys in :
14 # artist , album , title , track, filename, […] (cf. man 1 mpc).
16 # Uncomment/change one of the following examples
21 # 'filename' : '/radio/jingles/',
22 # 'artist' : 'Steve Albini'
24 #JINGLE_TAG = {'comment': 'jingle'}
27 # vim: ai ts=4 sw=4 sts=4 expandtab