Skip to content

jrf/muse-scrobble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

muse-scrobble

Rust

A Last.fm scrobbler CLI for muse. Handles authentication, now-playing updates, and scrobble submissions.

Install

cargo install --path .

Usage

# Authenticate with Last.fm (opens browser)
muse-scrobble auth

# Check authentication status
muse-scrobble status

# Send a now-playing update
muse-scrobble now-playing --artist "Radiohead" --track "Everything In Its Right Place" --album "Kid A"

# Submit a scrobble
muse-scrobble scrobble --artist "Radiohead" --track "Everything In Its Right Place" --album "Kid A" --duration 250

Configuration

Credentials are loaded from ~/.lastfm or environment variables. Run muse-scrobble auth to complete the OAuth flow and store a session key.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors