from os.path import dirname, isabs, join, normpath, exists, isdir, isfile
from time import sleep
+from musicpd import VERSION as mversion
+from sima.info import __version__ as sversion
+
def getws(dic):
"""
aka = getencoder('rot-13')(str((aka), 'utf-8'))[0]
dic.update({'apikey': aka})
+
def parse_mpd_host(value):
passwd = host = None
# If password is set: MPD_HOST=pass@host
log = logging.getLogger(__name__)
log.error('Unhandled Exception!!!')
log.error(''.join(traceback.format_exc()))
+ log.info('musicpd python module version: %s', mversion)
+ log.info('MPD_sima version: %s', sversion)
log.info('Please report the previous message'
' along with some log entries right before the crash.')
log.info('thanks for your help :)')