Thoradia, first thank you for hard work putting this repo together.
I'm trying to migrate my rtorrent and active torrents from the old openelec/libreelec unofficial repo install.
Have a couple of problems with it: timezone is hardcoded somewhere and off by one hour, rutorrent scheduler does not work properly,...
The problem is, the old addon doesn't use rtorrent.rc but passes all the config as parameters when starting rtorrent.
I have currently both addons installed (only one active at a time) and confirmed working.
So, the steps for me to migrate my torrents i guess would be:
- translate all the settings from old addon XML to new rtorrent.rc
- copy the session files
- stop the old service, start a new one and hope for the best
Problem is old addon has one option that I don't know how to port to new vanilla rtorrent: "Sort Series in Season Dirs".
I have that option enabled due to Kodi scraper sometimes having problems with a certain filenames not being recognized. And the download dir is also nice and tidy.
I figured out it uses some custom shell script (complete.sh) which does all the work.
Found this on github, perhaps it's the same thing?
Will have to try if it all works, am worried if the new rtorrent would pick up the series that are in sorted folders.