Skip to content
/ lastfm Public

A proxy used by me to scrobble from mpv playing radio to last.fm

Notifications You must be signed in to change notification settings

chew-z/lastfm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lastfm

curl --data "song=Holmes Ives - Strong Enough" -X POST http://localhost:8080/nowplaying

curl http://localhost:8080/scrobble

  • Login first on http://localhost:8080/. It stores session key in session.json so authorization has unlimited life theoretically.

  • Configure parameters in .env file or use export

API_KEY: ""
API_SECRET: ""
URL: "https://localhost:8080"
JSON_PATH: "/home/.../../"
  • when in doubts read the code

Put it behind some nginx on a server or on Google Cloud...

Enjoy

About

A proxy used by me to scrobble from mpv playing radio to last.fm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published