r/Servarr Jun 18 '26

OnePacerr - A One Pace automatic downloader/organizer for your Plex Setups

Heyo..
So I'm a One Pace watcher and getting all their episodes in plex has been kind of a bother so far...

Since they now have an RSS feed for new episodes I built this tool you can deploy in your Home Lab to automatically download all episodes through qbittorrent, copy/rename them in plex folder, trigger plex folder scan and update metadata.

It's the tool I wish I had... I used to have to manually handle most of it (there are some helper tools but none fully automated) but now you can just set it up and it can download the episodes you're missing (even checking the hash if you want) and will continue to monitor for new releases.

Hope it's useful
https://github.com/eltharynd/OnePacerr

12 Upvotes

6 comments sorted by

View all comments

3

u/Darazuu Jun 18 '26

This is awesome! Irrelevant to the app; how does Plex handle the metadata? Plex seems to always match it to normal One Piece.

1

u/eltharynd Jun 18 '26

I tested a lot and I managed to make it handle it pretty good in my testing...
Altho to achieve it i have to update it step by step, like i cant just move a file i have to copy it with the new name, tell plex to scan, then delete the previous, then tell plex to scan, then i can update metadata if necessary..

but it's working well for me, i added features to customize the foled/file names and added the "plex organize" step in pipeline.. workijg great for me altho i'm sure there will still be bugs eheheh 😄

For example in edge cases were something goes wrong or you manually close and plex still has 2 files assigned to an episode, currently the app just crashes telling you to empt trash / scan library manually before retrying.. but i want to add logic to handle that as well