nuxencs / seasonpackarr

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

feat(structure): rewrite config and logging #26

Closed nuxencs closed 9 months ago

nuxencs commented 1 year ago

Overview

This is a major rewrite to how the config and the logging is handled.

To Do

Warning

If you are running seasonpackarr via systemd you need to update it according to the README. It no longer needs the exact file path, but only the directory of the config file. Example files are provided in the root of the repo.

Thanks

Last but not least, huge huge thanks to @zze0s who provided the structure, most of the code used in this and also a lot of help with any questions I had!