Cog icon indicating copy to clipboard operation
Cog copied to clipboard

[Cog 2543] Last.FM no longer recognized

Open blovell91 opened this issue 1 year ago • 8 comments

Describe A clear and concise description of what the issue is.

To Reproduce (delete if not applicable) Steps to reproduce the behavior:

  1. Play media file with Cog app
  2. Open Audioscrobbler app
  3. Play doesn't register in Audioscrobbler app

Expected behavior Track information should display in "Now Playing" panel of Audioscrobbler app when playing in Cog

Screenshots image

Version information:*

  • macOS version: 12.2.1
  • Cog version: 2543

Additional context Thank you for all your hard work on this app!

blovell91 avatar Jul 06 '22 18:07 blovell91

Support was removed several versions ago because it stopped working.

kode54 avatar Jul 06 '22 18:07 kode54

I'll have to implement the API directly.

kode54 avatar Jul 06 '22 18:07 kode54

The replacement implementation won't require or interact with the official app in any way.

kode54 avatar Jul 06 '22 20:07 kode54

Awesome, thank you!!

blovell91 avatar Jul 07 '22 12:07 blovell91

It will be a great feature!

danieltomasz avatar Sep 24 '22 22:09 danieltomasz

I will have to look into this, but I'd have to write my own API implementation from scratch, as the official implementation requires the entirety of Qt, and I'm not shoving Qt into my app.

kode54 avatar Oct 09 '23 01:10 kode54

There's a lot of unofficial implementations, so you shouldn't need to be starting from scratch just to avoid the official (bloated) library. I see an Objective C implementation in the list on their website: https://www.last.fm/api/downloads . Maybe that would be suitable for Cog? Although that looks like a relatively thin library.

When I'm not using Cog, I use MPD, the last.fm implementation for which is https://github.com/MusicPlayerDaemon/mpdscribble (C++, GPL2), so that might be another existing implementation that's useful? It's not organized for use as a library (as far as I can tell, I'm not a C developer and could have missed something), but it's license compatible and could perhaps be adapted for use here.

tungol avatar Oct 10 '23 19:10 tungol

Can last.fm support be removed from the list of features?

I've been trying to find a foobar2000 equivalent on the Mac and Cog is it(-ish 😁 ) and saw last.fm support and then couldn't work it out.

psoleckimoj avatar Feb 01 '24 13:02 psoleckimoj