Hi that's seem to be an utf8 problem (it's always that with media monitor since 1.8...) :
stdout = self.exec_command(command).decode("UTF-8") File "/usr/lib/airtime/airtime_virtualenv/lib/python2.6/encodings/utf_8.py", line 16, in decode return codecs.utf_8_decode(input, errors, True) UnicodeEncodeError: 'ascii' codec can't encode characters in position 70-77: ordinal not in range(128)
perhaps a problem with the name of your file (specials characters) or into ID3Tags...
Another thing, in your thread title say you talking about airtime 2.1 beta 2 ;)