durnezj / last-fm-csv-scrobbler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

last_fm_csv_scrobbler

Setup

  • make venv
  • cp rename_to_settings.py settings.py
  • Add API information to settings.py
  • Create CSV files that you want to scrobble that hold the following information
    • Time (UTC timestamp) when the song was played
    • Track title
    • Artist name
    • Album name (optional)
  • Add CSV file information to settings.py
    • You can add as many CSV files as you want
    • You have to add information about where the needed information can be found in the CSV file
      • Column name of track title column
      • Column name of timestamp column
      • Column name of artist name column
      • Column name of album name column

If you want to scrobble Songs from an old Last.fm account you can create CSV files of this account with services like Last.fm to CSV of benfoxall or Last.fm data export of ghan64

Run script

make process

About

License:MIT License


Languages

Language:Python 93.3%Language:Makefile 6.7%