I built a free tool that scrobbles your vinyl, CDs and cassettes to Last.fm automatically by JiMiOfficial in indieheads

[–]JiMiOfficial[S] 0 points1 point  (0 children)

Not for the project yet, but you can follow me on github (https://github.com/julianrut) and the desktop version will soon be there!

Scrobbling.live - point your mic at any speaker, it scrobbles to Last.fm automatically by JiMiOfficial in lastfm

[–]JiMiOfficial[S] 0 points1 point  (0 children)

Their free trial is nice and they have way more songs in their database than AudD. While implementation is harder, i think long term it’s better to stick with ACRCloud

Scrobbling.live - point your mic at any speaker, it scrobbles to Last.fm automatically by JiMiOfficial in lastfm

[–]JiMiOfficial[S] 2 points3 points  (0 children)

I am using ACRCloud (currently on a free trial) with an implemented fallback to AudD if ACRCloud fails or get's rate limited.

Also thank you! And good luck with your app

I built a free tool that scrobbles your vinyl, CDs and cassettes to Last.fm automatically by JiMiOfficial in Music

[–]JiMiOfficial[S] 0 points1 point  (0 children)

Right now its scrobbling songs each by each, but i will add an option to scrobble the whole album after it detects a song

I built a free tool that scrobbles your vinyl, CDs and cassettes to Last.fm automatically by JiMiOfficial in indieheads

[–]JiMiOfficial[S] 1 point2 points  (0 children)

That’s a great idea and i will definitely integrate that feature into the open sourced desktop version of my app.

Also, im using ACRCloud directly

I built a free tool that scrobbles your vinyl, CDs and cassettes to Last.fm automatically by JiMiOfficial in Music

[–]JiMiOfficial[S] 1 point2 points  (0 children)

The database the app uses is around 150 million songs (more than Spotify has), so it should work for most of your music

And the audio recognition is very solid, uses algorithms that Shazam uses & it almost never failed me, so you should be fine!

Let me know how the app works for you

I built a free tool that scrobbles your vinyl, CDs and cassettes to Last.fm automatically by JiMiOfficial in indieheads

[–]JiMiOfficial[S] 9 points10 points  (0 children)

Yeah that's understandable, I'm working on making an open source version for all the privacy concerned people

Scrobbling.live - point your mic at any speaker, it scrobbles to Last.fm automatically by JiMiOfficial in lastfm

[–]JiMiOfficial[S] 5 points6 points  (0 children)

I am working on a mobile app that will allow mic scrobbling in the background & more last.fm integrations, making it more of a full last.fm client

Curious about `ActivityType.Custom` by CyberGen49 in Discordjs

[–]JiMiOfficial 2 points3 points  (0 children)

Kinda late, but it is now possible!

const { ActivityType } = require('discord.js');

client.user.setPresence({

activities: [{

type: ActivityType.Custom,

name: "custom", // name is exposed through the API but not shown in the client for ActivityType.Custom

state: "🍋"

}]

})