theMasterpc
d867ede882
add ignore list (#281)
* add block list * better block list system. todo: -change the name blocklist. -fixing small bugs. -maybe moving from Dictionary to List<BlockListItem>. * - moving from ConcurrentDictionary to List<BlackListItem>, for better xml file. - changing block to black. - small fixes. todo: - maybe changing the blacklist naming. * moving to ignorelist. moving the blacklisting to Manage Fingerprints. changing the object BlackListItem. todo: - moving to the naming "ignorelist", instead of "blacklist". - adding "save for series" button. - improving the ui of the blacklist section". - fixing some more bugs. - changing the "Manage Fingerprints" to "Manage Timestamps & Fingerprints". * adding the option to apply ignorelist changes into a series. moving to ignorelist naming. changing "Manage Fingerprints" to "Manage Timestamps & Fingerprints". improving the ui of the ignorelist editor * small fixes * fix some bugs. improving the ignore feature * fix some stuff * Refactor CSS styles for ignore list checkboxes * small fixes * small changes * small changes * big changes * small fixes * Refactor IgnoreListItem to use SeasonId instead of Id * Refactor IgnoreListItem to use SeasonId instead of Id. changes to the ExecuteAsync function and to its documentation
Intro Skipper (beta)
Analyzes the audio of television episodes to detect and skip over intros.
https://raw.githubusercontent.com/intro-skipper/intro-skipper/master/manifest.json
Jellyfin 10.8
👉👉👉 Jellyfin 10.8 Instructions
System requirements
- Jellyfin 10.9.11 (or newer)
- Jellyfin's fork of
ffmpeg
must be installed, version6.0.1-5
or newerjellyfin/jellyfin
10.9.z container: preinstalledlinuxserver/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)
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
Troubleshooting
API Documentation
Documentation about how the API works can be found in api.md.
Description
Fingerprint audio to automatically detect and skip intro/credit sequences in Jellyfin
Readme
4.1 MiB
Languages
C#
55%
HTML
28%
Go
8.3%
JavaScript
6.7%
Python
1.6%
Other
0.4%