You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a feature request really: Have you considered including track information?
I was thinking of trying to build up a playlist based on the top daily tracks and I sumbled accross your code here. My thinking is I could have enhance each of your service objects to return standard info (artist, track, album, streamcount, url, confidence_level). Then you could put the track URLs in the message body. Another script could then scrape these up and build a playlist for each platform.
Have you got any interest in this idea?
The text was updated successfully, but these errors were encountered:
I'm kinda brainstorming a bit. I prefer to listen to music on spotify, but I also like /r/listentothis. The problem at the moment is that the reddit posts cover a variety of platforms - which is great of course, but makes it tricky to construct a playlist.
My thinking was that, having figured out the metadata, the bot could try and find links for common muisc platforms (youtube, spotify, ...) and post the links in the comment. Or link to a service like last.fm that already has external links for multiple platforms.
From there it would be fairly easy to have another script that can scrape all this up and maintain a playlist on each platform of the top daily / weekly / monthly tracks.
I definitely think having a few links added to the comment like:
Stream on
* Spotify
* Youtube
* Apple Music
* Youtube Music
Would be a cool feature if we could be reasonably confident in the accuracy of the song we have detected.
Biggest worry so far is that we have had previous accounts used end up shadowbanned due to aggressive link usage but I think being that these are all very well known services we might end up OK.
Hi,
This is a feature request really: Have you considered including track information?
I was thinking of trying to build up a playlist based on the top daily tracks and I sumbled accross your code here. My thinking is I could have enhance each of your service objects to return standard info (artist, track, album, streamcount, url, confidence_level). Then you could put the track URLs in the message body. Another script could then scrape these up and build a playlist for each platform.
Have you got any interest in this idea?
The text was updated successfully, but these errors were encountered: