This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 343
CLI search tool #272
Comments
It seems really promising. Could you add the database path as a parameter? It is currently hardcoded to your home directory 😄 |
Oops! Indeed this is problematic. I'll probably default to the user path and make it configurable, just like https://github.com/boramalper/magnetico/blob/master/cmd/magneticod/main.go#L156 |
Updated 😃 |
Updated badly, it adds "?mode=ro" to db path, then tries to find file with such suffix, always fails. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey everyone! First of all thank you for this magnificent tool, I like not depending on third-party websites that come and go anymore and having more decentralization.
I'm running magnetico from a VPS, and my torrent client is on my personal computer. I want to use its database to find torrents but magneticow has 2 problems:
So I made a little tool to accomodate my needs: https://sr.ht/~rakoo/magneticos. It's a very simple cli tool that uses the sqlite db to find torrents, queries multiple trackers, and gives a list of torrents sorted by number of seeders. fzf helps the user refine their choice.
I'm not sure it's worth integrating inside magnetico, but if it is feel free to reuse and modify
The text was updated successfully, but these errors were encountered: