confirm / mopidy-pummeluff

Pummeluff is a Mopidy extension which allows you to control Mopidy via RFID cards
MIT License
15 stars 15 forks source link

try to read tag to play list, it doesn't work. #9

Closed dg9999cn closed 4 years ago

dg9999cn commented 4 years ago

try to read tag to play list, it doesn't work.

domibarton commented 4 years ago

What do you mean by it doesn't work?

domibarton commented 4 years ago

@dg9999cn This should be fixed with v2.0.0.

You can either try master, the v2.0.0 release / tag or the official PyPi / pip package.

Let me know if it works!

I had to change something in the management of the registered tags. Was a bit a "messy" code, so I cleaned it up a bit. Unfortunately, it also means the old JSON with the registered tags will no longer be valid. In case you already had some tags registered before, make sure you remove the old JSON before starting Mopidy:

# either remove
rm /var/lib/mopidy/pummeluff/tags.json

# or backup
mv /var/lib/mopidy/pummeluff/tags.json /var/lib/mopidy/pummeluff/tags.json.old
domibarton commented 4 years ago

@dg9999cn closing the issue. The new version works (see #10).