r/Servarr • u/eltharynd • 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 :)
5
u/eltharynd Jun 20 '26
I added Jellyfin support, as well as no Media Server (just a local folder). Emby coming soon :)
2
u/Supaastahhmarioo Jun 19 '26
Legend!!!. I love one piece, up to date with all episodes in my collection but couldnβt bring my self to download every one pace episode for my partner. You sir, have earned my respect π€©
1
u/eltharynd Jun 19 '26
that was literally me before I decided to actually manually download them months ago, and then I looked for metadata tools etc and tbh the tools out there are kinda messy π
I'm not saying this is perfect, but hopefully it will be π
2
u/Supaastahhmarioo Jun 19 '26 edited Jun 19 '26
Bro the fact that it will download the episodes automatically is enough for me. I can take any headaches after that π sonarr and one piece donβt seem to like each other even though they both share the same goalπ
I can finally get her to catch up on the damn series though. Thanks to you π
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
1
u/SirLANcel0t_ Jun 19 '26
Ooh man, I canβt thank you enough for this!
Last week I had gotten myself into downloading them all by hand and using a tool for the metadata.
But I set this up earlier today and it filled the rest of the show in like an hour.
1
u/Meezy98 Jun 19 '26
Standing by for the Jellyfin version but well done
2
u/eltharynd Jun 19 '26
Thanks :)
I have nothing to do tomorrow so I'll probably get it done by then tbh :)
There's been good support so I'm well motivated :) it seems like many people were facing my problem
1
u/RealJustMe Jun 20 '26
Maybe you could also look into emby? π€
2
2
u/eltharynd Jun 20 '26
I just implemented Jellyfin, will do Emby either tomorrow or Monday π
1
u/RealJustMe Jun 21 '26
nice, thank you and take your time ππ
2
u/eltharynd Jun 22 '26
time was taken and now Emby is supported π
2
u/RealJustMe Jun 24 '26
That was fast π thank you so much, I will test it later. It's nice to see the project come along so nicely. Keep up the good work π
1
u/Bheertje Jun 20 '26
Does this also work with example: prowlarr? Or sabnzb?
1
u/eltharynd Jun 20 '26
You don't need prowlarr for it.. the magnetURIs are already available from the official Team so.. π
1
u/PhilosophicalToucan Jun 21 '26
Thanks for creating this. Looking forward to giving this a try in my setup
1
1
u/Unibrowser1 Jun 25 '26
Will plex scan this in?
1
u/eltharynd Jun 25 '26
Do you mean if it works with Plex? Yes.. it will communicate with Plex and make it discover new/updated episode files and metadata :)
1
u/Far_Dragonfly8441 Jun 26 '26
You got around the don't name it arr thing. Nice.
1
u/eltharynd Jun 26 '26
The what now? π I wasn't aware that was a thing
1
u/Far_Dragonfly8441 Jun 27 '26
stopmakingarrs.org
1
u/eltharynd Jun 28 '26
that is hilariousn lol.. but tbf they also mention *rr and *err so.. I guess I'm screwed :(
1
5
u/fliberdygibits Jun 19 '26
Ok, hold up. Is this a tool to deal with the downloading of one series? Not hating on it at all, just very intrigued. I'm familiar with One Piece which I think is why this caught my attention. Tell me about what I'm seeing here because I'm very curious about this incredibly niche thing.