cross-seed / cross-seed

Fully-automatic cross-seeding with Torznab
https://cross-seed.org
Apache License 2.0
807 stars 68 forks source link

Request: send tv shows and movies to different output dirs #500

Closed sage2050 closed 1 week ago

sage2050 commented 11 months ago

for torrent organization it would be nice to have different output directories for each type of file. This would allow users whos downloads are in separate directories to better inform their clients where to put each new cross-seed

for example, i keep my tv shows in /downloads/_tv and movies in /downloads/_movies I direct all new torrents in my cross-seed client to /downloads/_tv since there are more of those files, and then I have to manually move the unmatched movies to /downloads/_movies

zakkarry commented 11 months ago

We're using regex to match these media types, and while its mostly consistent, there are quite a few poorly named movies and tv (specifically anime and scene) that could result in no matching/identification.

Not sure how that would handled.

Ideas?

sage2050 commented 11 months ago

You're already prepending [episode] and [movie] to the torrent files, that can be used to sort into dirA or dirB. bad matches may happen but I think this would be a perfectly acceptable solution. This could be further expanded to tracker-based sorting.

On Thu, Sep 28, 2023 at 12:56 PM zakary @.***> wrote:

We're using regex to match these media types, and while its mostly consistent, there are quite a few poorly named movies and tv (specifically anime and scene) that could result in no matching/identification.

Not sure how that would handled.

Ideas?

— Reply to this email directly, view it on GitHub https://github.com/cross-seed/cross-seed/issues/500#issuecomment-1739697066, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALRFKMFHNN7QHDWLPSCPSSDX4WT5PANCNFSM6AAAAAA5LHOOMI . You are receiving this because you authored the thread.Message ID: @.***>

mueslo commented 9 months ago

I have the same issue.

At least for deluge, the torrent statefile contains the directory each torrent is in ("save_path"). Why not just use that and add a configurable path mapping?

mmgoodnow commented 9 months ago

Deluge injection would likely solve your use case