Skip to content

christopher-fu/mpd-scrobbler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mpd-scrobbler

Scrobbler for mpd.

Install with:

$ go get hawx.me/code/mpd-scrobbler

Then create a config file somewhere, for example ~/.config/mpd-scrobbler/config.toml, in the format:

[lastfm]
key = "...your lastfm api key..."
secret = "...your lastfm secret..."
username = "...your lastfm username..."
password = "...your lastfm password..."

[trobble]
key = "...your trobble api key..."
secret = "...your trobble secret..."
username = "...your trobble username..."
password = "...your trobble password..."
uri = "...your trobble uri..."

As shown multiple sections can be added for other services by also specifying the uri to the api endpoint. It can then be run with:

$ mpd-scrobbler --config ~/.config/mpd-scrobbler/config.toml
...

About

Scrobbler for mpd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%