- E-book handling (beta)
- imgbb screenshot uploads
- Fully clickable UI - just run ./seed-tools
- Music album uploads with album covers uploaded to seedpool CDN
- Automatic upload type detection for Movies/TV Shows/Boxsets/Music Albums
- Detailed Preflight Check to fetch and display relevant upload info.
- Copy the
seed-toolsexecutable and theseed-tools.shlaunch script somewhere on your system. - In the same folder, create a
configdirectory. - Copy your
config.yamlfile into thatconfigdirectory. - In the
configdirectory create atrackersfolder - Copy
seedpool.yamlandtorrentleech.yamlfiles into thattrackersfolder. - Create
/binand copy yourffmpeg/ffprobe/mediainfo/mkbrrbinaries over. - You may or may not have to create
/torrentsand/screenshotsdirectories in the app's working dir.
./seed-tools
This assumes a Movie or TV show upload. It will fetch tmdb/imdb/tvdb ids, create a sample, create screenshots, generate a description with all these goodies linked, and upload to the required tracker(s)
./seed-tools.sh <input_path> -SP
./seed-tools.sh <input_path> -SP -TLNon-video upload, skip all filechecks and processing. The -0000 argument will be used as category id and type id for upload. i.e pass -1614 to uploads a PC game.
./seed-tools <input_path> --SP -c 0000
E-Book upload, fetch cover art, book details, and About the Author via Open Library API.
./seed-tools <input_path> --SP -c 0720
Scans all torrents currently seeding in qBittorrent, checks Seedpool for matches, and adds any matches back to qBittorrent for cross-seeding.
./seed-tools -sync
Collect TMDB/IMDB/TVDB IDs, audio track languages, and perform a dupe check on a release.
./seed-tools -pre

