bitmagnet-io / bitmagnet

A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration.
https://bitmagnet.io/
MIT License
2.01k stars 76 forks source link

Feature music classifier #55

Closed dr4gn3l closed 4 months ago

dr4gn3l commented 6 months ago

It is a draft resolving a part of #52 to classify music. If a name start with :

artist - Discography

I tried to keep the same philosphy as the video classifier. I'm not familiar with gorm so I add the source in the table metadata_sources by hand.

It currently works, I am using it why my crawler and the false positive are quite rare, it is almost always the fault of the mid filetype.

Regards :)

mgdigital commented 6 months ago

Thanks @dr4gn3l , from an initial glance this looks good! It's a non-trivial feature so will likely need some time and thought before we can get this merged but looks like the beginnings of the music classifier. Some initial thoughts:

mgdigital commented 6 months ago

BTW @dr4gn3l I've set up a Discord here that you're welcome to join: https://discord.gg/WecPrUFr

mgdigital commented 4 months ago

Closing this PR due to lack of response.