From d317137afdbac1192c908cef5d540e713e8284bc Mon Sep 17 00:00:00 2001 From: Kilian von Pflugk Date: Fri, 18 Oct 2024 13:03:28 +0200 Subject: [PATCH] remove version related content from readme --- README.md | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/README.md b/README.md index 08ad3c0..1ce7b73 100644 --- a/README.md +++ b/README.md @@ -17,42 +17,6 @@ https://manifest.intro-skipper.workers.dev/manifest.json ``` -## System requirements - -* Jellyfin 10.9.11 (or newer) -* Jellyfin's [fork](https://github.com/jellyfin/jellyfin-ffmpeg) of `ffmpeg` must be installed, version `6.0.1-5` or newer - * `jellyfin/jellyfin` 10.9.z container: preinstalled - * `linuxserver/jellyfin` 10.9.z container: preinstalled - * Debian Linux based native installs: provided by the `jellyfin-ffmpeg6` package - * MacOS native installs: build ffmpeg with chromaprint support ([instructions](https://github.com/intro-skipper/intro-skipper/wiki/Custom-FFMPEG-(MacOS))) - -## Limitations - -* SyncPlay is not (yet) compatible with any method of skipping due to the nature of how the clients are synced. - -## Detection parameters - -Show introductions will be detected if they are: - -* Located within the first 25% of an episode or the first 10 minutes, whichever is smaller -* Between 15 seconds and 2 minutes long - -Ending credits will be detected if they are shorter than 4 minutes. - -These parameters can be configured by opening the plugin settings - -## [Installation](https://github.com/intro-skipper/intro-skipper/wiki/Installation) -- #### [Install the plugin](https://github.com/intro-skipper/intro-skipper/wiki/Installation#step-1-install-the-plugin) -- #### [Verify the plugin](https://github.com/intro-skipper/intro-skipper/wiki/Installation#step-2-verify-the-plugin) -- #### [Custom FFMPEG (MacOS)](https://github.com/intro-skipper/intro-skipper/wiki/Custom-FFMPEG-(MacOS)) - -## [Troubleshooting](https://github.com/intro-skipper/intro-skipper/wiki/Troubleshooting) -- #### [Scheduled tasks fail instantly](https://github.com/intro-skipper/intro-skipper/wiki/Troubleshooting#scheduled-tasks-fail-instantly) -- #### [Skip button is not visible](https://github.com/intro-skipper/intro-skipper/wiki/Troubleshooting#skip-button-is-not-visible) -- #### [Autoskip is not working](https://github.com/intro-skipper/intro-skipper/wiki/Troubleshooting#autoskip-is-not-working) - -## [API Documentation](https://github.com/intro-skipper/intro-skipper/blob/master/docs/api.md) -