elamperti / OpenWebScrobbler

🎧 An open source web scrobbler for Last.fm
https://openscrobbler.com/
GNU General Public License v2.0
312 stars 36 forks source link

Scrobble vinyls in real time, showing them as "now playing" #205

Open elamperti opened 1 year ago

elamperti commented 1 year ago

Is your feature request related to a problem? Please describe Some users listen to vinyls and would like to have last.fm show what they are currently listening to as their "now playing" track. This would require some kind of player/interface to tag along while the user listens to a vinyl.

Additional context Request on Discord by owen#7245 (permalink)

standuptall commented 1 year ago

this could be done allowing the app to use microphone and use an online api provider (eg. Shazam) to recognize the song.

elamperti commented 1 year ago

@standuptall indeed, but being a web app the options are limited at the moment (Shazam specifically doesn't have an API). There are some alternatives I'll consider whenever I get around to this though.