>>1175802Create a folder with this structure:
-- project.json
/${torrent_id}/
-- meta.json
--
description.md-- /thumbnails
Where:
- `project.json` is a json file with an object with a single key `"version"` which holds the semantic version string of the collection.
- `torrent_id` is a folder with a nya torrent identifier
- `meta.json` is a json file with relevant torrent metadata (such as torrent link and its size at the very least)
- `
description.md` is a file holding the torrent description
- `thumbnails` is a folder which holds all thumbnails for that torrent (assuming there can be more than one).
Depending on the resulting size either pack it into an archive or make a torrent on nya. When you do update it, if you only add/change entries then it's a minor version update, if you change the file/folder structure then it's a major version update.
I am working on a tool which would allow to organize local torrent collections by set categories and while torrent aggregators are not going to be the central part of it, I plan to have a list of links to them on per movie basis, so your work will help greatly.