Describe the problem
Users want to scrobble part of an album when they started listening but were unable to finish. This is particularly useful for physical media such as vinyl records where maybe only a single side or certain tracks were listened to.
Describe the solution you'd like
Add a flag or option to the album command indicating the number of tracks or "sides" to scrobble from it, starting from the beginning.
Example:
spin album "Artist" "Album" -n 5
spin album "Artist" "Album" --tracks 5
spin album "Artist" "Album" --sides a,b
Describe alternatives you've considered
The only available alternative today is to manually scrobble each listened-to track individually.
Additional context/considerations
- Validate the number provided is less than or equal to the number of tracks on the album
- Need to think through how to gracefully handle this in TUI mode without considerably extending/complicating the flow in the base case
- Another potential approach would be to allow scrobbling "sides" of vinyl records. Though I'm not sure if last.fm has this metadata, might require integration with Discogs or another data provider
Describe the problem
Users want to scrobble part of an album when they started listening but were unable to finish. This is particularly useful for physical media such as vinyl records where maybe only a single side or certain tracks were listened to.
Describe the solution you'd like
Add a flag or option to the album command indicating the number of tracks or "sides" to scrobble from it, starting from the beginning.
Example:
Describe alternatives you've considered
The only available alternative today is to manually scrobble each listened-to track individually.
Additional context/considerations