Describe the problem
Users want to be able to set last.fm's "now playing" status, which is a common feature of scrobblers.
Describe the solution you'd like
Add a dedicated now-playing CLI mode command in addition to providing the option to automatically set now playing when scrobbling a single track starting now:
- Add
--play flag to track command to set now playing for the scrobble
- Add dedicated
now or play command to set now playing
- Add option/field to track TUI mode to set now playing for the scrobble
Example:
spin track "Artist" "Track" --play
spin now "Artist" "Track"
Describe alternatives you've considered
Manually marking tracks as playing via last.fm website or other apps.
Additional context/considerations
- Need to provide a standalone command to follow last.fm's intended behavior where now playing is triggered at the start of a track and scrobble is triggered in the middle
- Think through how to handle the
--play option alongside other timestamp options/fields
Describe the problem
Users want to be able to set last.fm's "now playing" status, which is a common feature of scrobblers.
Describe the solution you'd like
Add a dedicated now-playing CLI mode command in addition to providing the option to automatically set now playing when scrobbling a single track starting now:
--playflag to track command to set now playing for the scrobblenoworplaycommand to set now playingExample:
Describe alternatives you've considered
Manually marking tracks as playing via last.fm website or other apps.
Additional context/considerations
--playoption alongside other timestamp options/fields