Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 420 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 420 Bytes

Setup

Insert the following into /etc/udev/rules.d/nfcdev.rules:

SUBSYSTEM=="usb", ACTION=="add", ATTRS{idVendor}=="072f", ATTRS{idProduct}=="2200", GROUP="wheel"

Then create a virtual env:

python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt

Run the reader:

./reader.py

Write a tag (the reader must be killed):

python writer.py "nfcalbum:SomeArtist/SomeAlbum"