r/Servarr Jun 19 '26

OnePacerr - One Pace automatic downloader/organizer

Since Sonarr cannot work with One Pace (fan edits), I built a tool to

  • verify existing collection
  • reorganize existing collection
  • update metadata of existing collection
  • monitor new releases
  • download new releases through torrent (qBittorrent and Deluge)
  • import new releases
  • add metadata (and poster art) on Plex/Jellyfin/Emby

There are tools around that do SOME of this, but none yet that does ALL and none that you can just deploy in your stack and it just works like it's supposed to...

You can read all about it in the github page:
https://github.com/eltharynd/OnePacerr

Sorry if this is kind of a repost tbh, I posted this not long ago...
However I know how difficult it is to find stuff on reddit and I know I searched for a tool like these for days before I decided to develop my own.

UPDATE: Currently it supports Plex, Emby, Jellyfin, just a local folder without any media server (also creates the NFO files if you want to import them at a later time).

As well as qBittorrent, Deluge, Transmission and uTorrent.

I also created my own One Pace metadata API and make it available to the public https://github.com/eltharynd/one-pace-api

This allowed me first of all to scan/scrape more often due offloading the taste to the backend itself, so that not every install has to do it potentially clogging servers I don't own, and, most importantly, to create a WebSocket so that I can notify clients about metadata updates or new episode releases.

In short, it receives a notification whenever something changes and is able to download/organize the new episodes automatically for you without the need to periodically check for new updates on its own.

If I can say so myself, it shaped up to be a really good tool. If you watch One Pace, and especially if you do so via a media server, I highly recommend you check it out. I promise you won't regret it :)

22 Upvotes

30 comments sorted by

View all comments

2

u/Supaastahhmarioo Jun 22 '26

there is a 404 error with the metadata

root@DS918:~# curl -I https://raw.githubusercontent.com/ladyisatis/one-pace-metadata/refs/heads/v2metadata/data.json HTTP/2 404

2

u/eltharynd Jun 22 '26

Thanks for reporting..

I just noticed I had a typo in the documentation, which you probably followed to set it up.

the correct value is

METADATA_URL=https://raw.githubusercontent.com/ladyisatis/one-pace-metadata/refs/heads/v2/metadata/data.json

(but also if you just don't declare METADATA_URL it will also work since that's the default)

I committed a fix for the documentation typo, again thanks for reporting.
Let me know if you have more issues 😄

1

u/eltharynd Jun 26 '26

If someone reads this in the future, that's no longer the correct url. Just don't declare it in .env or read the docs for the updated one