This Jellyfin plugin provides metadata and cover art integration for the One Pace project.
If you encounter any issues, please try the troubleshooting steps first.
Make sure you have a library of content type "Shows". You can use an existing one or create a new one like this:
/media/anime
)Enable the "One Pace" downloaders you want to use (most likely all of them) and move them to the top if they aren't already to ensure they take priority:
If the library was previously scanned, you might have to manually identify or refresh series metadata.
Note that the One Pace project currently doesn't have any series cover art, so you might have to either manually upload some, or enable a different provider like AniList or AniDB to fetch some for the regular One Piece series.
This integration is designed to work directly with the released files from the One Pace project.
/media/anime/ <- library
├── One Pace <- series
│ ├── [One Pace][1-7] Romance Dawn [1080p] <- arc/season
│ │ ├── [One Pace][1] Romance Dawn 01 [1080p][D767799C].mkv
│ │ ├── [One Pace][2] Romance Dawn 02 [1080p][04A43CEF].mkv
│ │ ├── [One Pace][3-5] Romance Dawn 03 [1080p][C7CA5080].mkv
│ │ └── [One Pace][5-7] Romance Dawn 04 [1080p][09DD81D3].mkv
│ ├── [One Pace][8-21] Orange Town [1080p] <- arc/season
│ │ ├── [One Pace][11-16] Orange Town 02 [480p][3D7957D8].mkv
│ │ ├── [One Pace][17-21] Orange Town 03 [480p][800263CF].mkv
│ │ └── [One Pace][8-11] Orange Town 01 [480p][A2F5F372].mkv
│ ├── [One Pace][23-41] Syrup Village [480p] <- arc/season
│ │ ├── [One Pace][23-25] Syrup Village 01 [480p][B19F374A].mkv
│ │ ├── [One Pace][26-27] Syrup Village 02 [480p][7EE6C65F].mkv
│ │ ├── [One Pace][28-30] Syrup Village 03 [480p][C2C0A86A].mkv
│ │ ├── [One Pace][31-34] Syrup Village 04 [480p][FD399699].mkv
│ │ ├── [One Pace][35-39] Syrup Village 05 [480p][5498C538].mkv
│ │ └── [One Pace][40-41] Syrup Village 06 [480p][D1742A98].mkv
...
You might be missing a series-folder. To ensure that your folder structure is correct, please follow these steps:
One Pace
).One Pace
series folder contains one folder per arc/season, (e.g. [One Pace][1-7] Romance Dawn [1080p]
).Jellyfin expects a folder for both the series and each of the seasons/arcs. That means that you can't put your arcs directly into the library if you made one specifically for One Pace.
This doesn't work, because the series folder is missing:
/media/One Pace/[One Pace][1-7] Romance Dawn [1080p]/[One Pace][1] Romance Dawn 01 [1080p][D767799C].mkv
^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
library season/arc episode
In this case, you would need an additional season folder at the root of the library:
/media/One Pace/One Pace/[One Pace][1-7] Romance Dawn [1080p]/[One Pace][1] Romance Dawn 01 [1080p][D767799C].mkv
^^^^^^^^^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
library series season/arc episode
If you are experiencing issues with outdated/partial data, please try explicitly replacing all metadata. This applies to Jellyfin in general and isn't specific to this plugin.