X-Git-Url: http://git.kaliko.me/?p=mpd-goodies.git;a=blobdiff_plain;f=misc%2Fconfig.py;fp=misc%2Fconfig.py;h=0000000000000000000000000000000000000000;hp=16f7bf7dee42b0c45bcc097aff9af6915b800c88;hb=3b6737cd15bf7dab6595cdaade2bf4b3a1f530a5;hpb=ec7480efdd506097843e12353a43e1e4a0e43645 diff --git a/misc/config.py b/misc/config.py deleted file mode 100644 index 16f7bf7..0000000 --- a/misc/config.py +++ /dev/null @@ -1,38 +0,0 @@ -# -*- coding: utf-8 -*- -# This config is python script - -## SETTINGS -# -## MPD -# -# The default are localhost:6600 / no password -# -# To set different MPD host/port/password please use environment variables. -# -# You may set MPD_HOST/MPD_PORT in your shell rc file -# or -# You can launch the script with leading environment variables: -# $> MPD_HOST=pass@my_mpd_host script.py -# -# More details about MPD's environment variables in mpc manual (cf. man 1 mpc), -# options --host/--port. - -## Set JINGLE_TAG here. -# -# Set JINGLE_TAG with any combinations of key, value with keys in : -# artist , album , title , track, filename, […] (cf. man 1 mpc). -# -# Uncomment/change one of the following examples -# -## Some examples: -# -#JINGLE_TAG = { -# 'filename' : '/radio/jingles/', -# 'artist' : 'Steve Albini' -# } -#JINGLE_TAG = {'comment': 'jingle'} -#TODO: remove following to release -JINGLE_TAG = {'artist': 'Magma'} - -# VIM MODLINE -# vim: ai ts=4 sw=4 sts=4 expandtab