seasonpackarr
seasonpackarr copied to clipboard
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.
### Description - notify on successful matches - Notify on successful or failed injects/hardlinks - Notify on update available support: apprise - which would cover notifiarr as well ### Alternatives...
### Description Offer Deluge support for seasonpackarr. Possible use https://github.com/autobrr/go-deluge ### Alternatives _No response_ ### Screenshots _No response_ ### Additional Context _No response_
### Description Title says it all https://pkg.go.dev/log/syslog ### Alternatives _No response_ ### Screenshots _No response_ ### Additional Context _No response_
This adds support for .torrent files for the `parse` testing command. This will read the bytes of the .torrent file and test seasonpackarr with the actual data. This should make...
This implements discord notifications for all the important events. I'm planning to implement more notification services but discord should be enough for now. Resolves #114
Bumps the golang group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/anacrolix/torrent](https://github.com/anacrolix/torrent) | `1.55.0` |...
### Description First of all, thank you @nuxencs for making this tool. Is there a way to have this go back and process previously downloaded episodes and match to existing...
### Description Improve testing commands to allow .torrent files as arguments. `seasonpackarr test parse --torrent “Series.S01.1080p.WEB-DL.H.264-RlsGrp.torrent”` ### Alternatives _No response_ ### Screenshots _No response_ ### Additional Context _No response_
Refactors the whole handling of status codes by assigning each a specific message to reduce redundancy and make changes simpler going forward. This should also improve the switch logic for...