Break paragraphs into points (#77)
* Break paragraphs into points * Add the other common issue
This commit is contained in:
parent
ff6dc8a429
commit
bb3fd1bdb7
19
README.md
19
README.md
@ -43,9 +43,22 @@ These parameters can be configured by opening the plugin settings
|
||||
6. After a season has completed analyzing, play some episodes from it and observe the results
|
||||
1. Status updates are logged before analyzing each season of a show
|
||||
|
||||
<b>NOTE: The skip button is not visible. This issue arises when the client script fails to inject automatically into the Jellyfin-web server due to permission discrepancies between the owner of the web files (such as root or www-data) and the executor of the main Jellyfin-server. This often happens because...</b>
|
||||
* <b>Docker -</b> the container is being run as a non-root user while having been built as a root user, causing the web files to be owned by root. To solve this, you can remove any lines like `User: 1000:1000`, `GUID:`, `PID:`, etc. from the jellyfin docker compose file.
|
||||
* <b>Install from distro repositories -</b> the jellyfin-server will execute as `jellyfin` user while the web files will be owned by `root`, `www-data`, etc. This can <i>likely</i> be fixed by adding the `jellyfin` (or whichecher user your main jellyfin server runs at) to the same group the jellyfin-web folders are owned by. You should only do this if they are owned by a group other than root, and will have to lookup how to manage permissions on your specific distro.
|
||||
### Troubleshooting
|
||||
#### Scheduled tasks fail instantly
|
||||
- Verify that Intro Skipper can detect ffmpeg with Chromaprint
|
||||
- Dashboard -> Plugins -> Intro Skipper -> Support Bundle Info
|
||||
- Verify that ffmpeg is installed and detected by jellyfin
|
||||
- Dashboard -> Playback -> FFmpeg path
|
||||
- Verify that Chromaprint is enabled in ffmpeg (`--enable-chromaprint`)
|
||||
|
||||
#### Skip button isn't visible
|
||||
- Verify you have successfully completed the scheduled task at least once
|
||||
- Clear your browser cache and reload the Jellyfin server webpage
|
||||
- Fix any permission mismatches between the web folder and Jellyfin server
|
||||
|
||||
* <b>Docker -</b> the container is being run as a non-root user while having been built as a root user, causing the web files to be owned by root. To solve this, you can remove any lines like `User: 1000:1000`, `GUID:`, `PID:`, etc. from the jellyfin docker compose file.
|
||||
|
||||
* <b>Install from distro repositories -</b> the jellyfin-server will execute as `jellyfin` user while the web files will be owned by `root`, `www-data`, etc. This can <i>likely</i> be fixed by adding the `jellyfin` user (or whichever user executes the jellyfin server) to the same group that owns the jellyfin-web folders. **You should only do this if they are owned by a group other than root**.
|
||||
|
||||
## Installation (MacOS)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user