Building Megathread
Please comment links to sites and tools you use to get your music from and I will make a Megathread with all the links organized.
You can also link to music piracy guides, Audio Players, Streaming sites and literally anything related to music, doesn't even have to be piracy related. I will categorize it in the Megathread
Once the megathread is made I will actively maintain it for dead sites etc. 🏴☠️🦈
You might like this https://rentry.org/firehawk52
Beautiful resource.
I personally use Soulseek for anything mysic related, it's the only service that I use when it comes to downloaing .mp3 or .flac files.
For audio players I use the regular Windows Media Player or VLC Media Player.
Also, I do use Spotify but I use it along Spicetify so it doesn't show me ads, it even has a marketplace and plugins.
That's all I use for music!
Lidarr plus metaltracker gets me pretty much everything I want for music.
Beatbump for YouTube music. Lidarr/deemix for downloading.
why do they call it buildings when they're already constructed, they should be called builts
I pretty much exclusively use Slav Art w/ Qobuz but that's cause I only download music every once in a while. If it's anime related, nyaa.si has some good soundtrack / discography torrents.
orpheus.network, private torrent tracker.
https://github.com/Otiel/BandcampDownloader Saves music from BC in [artist] > [album] folder structure with metadata and cover art. You can paste as many links that you want to download simultaneously and there's an option for complete discographies.
what is the quality of the downloaded music?
on the github it says it just takes the 128 kpbs mp3s that you can stream for free
Music Kraken
I am developing my own tool, music kraken. The PyPI build is outdated and doesn't work properly but I will make a new one soon.
Problem I am trying to solve
Even when torrenting or downloading music, the metadata isn't consistent and looks really messy in your music player.
Lyrics are only rarely in the file. The notes contain adds for the page it is downloaded from, which is like fair... but fuck it I don't like it.
So I use web scraping and data structures, to make the metadata consistent. As far as I am aware there is nothing like it.
Functionality
It can download songs from:
and more stuff like bandcamp are yet to come. It can also get additional metadata from musicbrainz, discogs or metal archives. As a matter of fact metal archives is already implemented.
It downloads the audio and converts it to an audio format like mp3, the only limmitation it needs to support ID3 metadata. Then ofc all possible metadatas will be saved and embedet in the file
Interface