You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-25Lines changed: 24 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,30 +2,7 @@
2
2
3
3
This [Jellyfin](https://jellyfin.org/) plugin provides metadata and cover art integration for the [One Pace](https://onepace.net/) project.
4
4
5
-
6
-
## Troubleshooting
7
-
8
-
### Arcs/seasons are not detected correctly
9
-
10
-
You might be missing a series-folder. Please see the [Pitfalls](#Pitfalls) section for more details. To ensure that your folder structure is correct, please follow these steps:
11
-
12
-
1. Note down the folder path for the library you configured this plugin for.
13
-
2. Ensure that the library folder contains _one folder per series_ (e.g. `One Pace`).
14
-
3. Ensure that the `One Pace` series folder contains _one folder per arc/season_, (e.g. `[One Pace][1-7] Romance Dawn [1080p]`).
15
-
4. Ensure that the video files are placed _within the respective arc/season folder_.
16
-
5. Replace all metadata for the library (see the [Outdated metadata](#Outdated-metadata) section).
17
-
18
-
19
-
### Outdated metadata
20
-
21
-
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.
22
-
23
-
1. Press the three dots on the library.
24
-
2. Select "Refresh metadata".
25
-
3. Select "Replace all metadata" from the dropdown.
26
-
4. Check "Replace existing images", if desired.
27
-
5. Click the "Refresh" button.
28
-
6. Wait for the scan to finish.
5
+
> **If you encounter any issues, please try the [troubleshooting steps](#Troubleshooting) first.**
29
6
30
7
31
8
## What does it look like?
@@ -102,7 +79,17 @@ This integration is designed to work directly with the released files from the O
102
79
```
103
80
104
81
105
-
### Pitfalls
82
+
## Troubleshooting
83
+
84
+
### Arcs/seasons are not detected correctly
85
+
86
+
You might be missing a series-folder. To ensure that your folder structure is correct, please follow these steps:
87
+
88
+
1. Note down the folder path for the library you configured this plugin for.
89
+
2. Ensure that the library folder contains _one folder per series_ (e.g. `One Pace`).
90
+
3. Ensure that the `One Pace` series folder contains _one folder per arc/season_, (e.g. `[One Pace][1-7] Romance Dawn [1080p]`).
91
+
4. Ensure that the video files are placed _within the respective arc/season folder_.
92
+
5. Replace all metadata for the library (see the [Outdated metadata](#Outdated-metadata) section).
106
93
107
94
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.
108
95
@@ -121,3 +108,15 @@ In this case, you would need an additional season folder at the root of the libr
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.
116
+
117
+
1. Press the three dots on the library.
118
+
2. Select "Refresh metadata".
119
+
3. Select "Replace all metadata" from the dropdown.
0 commit comments