nuxencs / seasonpackarr

A companion app for autobrr that automagically hardlinks downloaded episodes into a season folder when a season pack is announced, eliminating the need for re-downloading existing episodes.
GNU General Public License v2.0
53 stars 3 forks source link

feat: support parsing folder name from .torrent #25

Closed nuxencs closed 9 months ago

nuxencs commented 1 year ago

Added support for parsing the .torrent file that you can request from autobrr to always get the correct folder name of the season pack. Parsing logic can be changed by changing parseTorrentFile in the config file from the default value false to true.

Fixes #21 and fixes #23