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.08k stars 80 forks source link

Question about import #97

Closed PaoloPapao closed 5 months ago

PaoloPapao commented 5 months ago

Hi and thanks for your tool, At the moment, i've a huge magnetico DB, is it possible to import it correctly in bitmagner please? It would help to keep all archived magnet, thanks.

mgdigital commented 5 months ago

Hi, you could use the import endpoint: https://bitmagnet.io/tutorials/importing.html However there isn't currently a way to import the data including file info, you'd only have the magnet links, torrent names and size...

DyonR commented 4 months ago

Replying on this closed issue in case others come across this.
I've made a python script that reads a magnetico database and uses bitmagnet's import endpoint to import the data in to.
https://github.com/DyonR/magnetico2bitmagnet
Note that the import is still only limited to magnet links, torrent names and size.