This extension imports data from lastfm by watching a folder for changes.
You can get an export of your data from this website: https://mainstream.ghan.nl/export.html
This watcher is currently in a early stage of development, please submit PRs if you find bugs!
Install the requirements:
pip install .
First run (generates empty config that you need to fill out):
python aw-importer-lastfm/main.py
You will need to add the path to the folder where you will add the csv files from lastfm. You can also update the polling time. Since there is no listening duration data, you will need to specify a default duration for the events.
Note: it might take a while to churn though all the data the first time or two depending on how long you have been using lastfm. Once it is imported, it will not re-import the file (it will change the name of imported files) or re-import individual events since unique ids are given to the events based on the song name, timestamp, album, and artist.