Setup
This commit is contained in:
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 7.0 KiB |
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"category": "MoviesAndShows",
|
||||
"changelog": "- See the full changelog at [GitHub](https://github.com/intro-skipper/intro-skipper/releases/tag/10.11/v1.10.11.9)\n",
|
||||
"description": "Analyzes the audio of television episodes and detects introduction sequences.",
|
||||
"guid": "c83d86bb-a1e0-4c35-a113-e2101cf4ee6b",
|
||||
"name": "Intro Skipper",
|
||||
"overview": "Automatically detect and skip intros in television episodes",
|
||||
"owner": "AbandonedCart, rlauuzo, jumoog (forked from ConfusedPolarBear)",
|
||||
"targetAbi": "10.11.4.0",
|
||||
"timestamp": "2025-12-02T19:35:15.0000000Z",
|
||||
"version": "1.10.11.9",
|
||||
"status": "Active",
|
||||
"autoUpdate": true,
|
||||
"imagePath": "/config/plugins/Intro Skipper_1.10.11.9/logo.png",
|
||||
"assemblies": []
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"category": "MoviesAndShows",
|
||||
"changelog": "- Jellyfin 10.11 support (#211) @crobibero",
|
||||
"description": "Get TV metadata from TheTvdb\n",
|
||||
"guid": "a677c0da-fac5-4cde-941a-7134223f14c8",
|
||||
"name": "TheTVDB",
|
||||
"overview": "Get TV metadata from TheTvdb",
|
||||
"owner": "jellyfin",
|
||||
"targetAbi": "10.11.0.0",
|
||||
"timestamp": "2025-10-20T01:25:49.0000000Z",
|
||||
"version": "20.0.0.0",
|
||||
"status": "Active",
|
||||
"autoUpdate": true,
|
||||
"imagePath": "/config/plugins/TheTVDB_20.0.0.0/jellyfin-plugin-tvdb.png",
|
||||
"assemblies": []
|
||||
}
|
||||
@@ -0,0 +1,71 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PluginConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<ExcludeSeries />
|
||||
<ClientList />
|
||||
<AutoDetectIntros>true</AutoDetectIntros>
|
||||
<AnalyzeSeasonZero>false</AnalyzeSeasonZero>
|
||||
<PreferChromaprint>false</PreferChromaprint>
|
||||
<CacheFingerprints>true</CacheFingerprints>
|
||||
<UseAlternativeBlackFrameAnalyzer>false</UseAlternativeBlackFrameAnalyzer>
|
||||
<UpdateMediaSegments>true</UpdateMediaSegments>
|
||||
<RebuildMediaSegments>false</RebuildMediaSegments>
|
||||
<ScanIntroduction>true</ScanIntroduction>
|
||||
<ScanCredits>true</ScanCredits>
|
||||
<ScanRecap>true</ScanRecap>
|
||||
<ScanPreview>true</ScanPreview>
|
||||
<ScanCommercial>true</ScanCommercial>
|
||||
<AnalysisPercent>25</AnalysisPercent>
|
||||
<AnalysisLengthLimit>10</AnalysisLengthLimit>
|
||||
<FullLengthChapters>false</FullLengthChapters>
|
||||
<MinimumIntroDuration>15</MinimumIntroDuration>
|
||||
<MaximumIntroDuration>120</MaximumIntroDuration>
|
||||
<MinimumCreditsDuration>15</MinimumCreditsDuration>
|
||||
<MaximumCreditsDuration>450</MaximumCreditsDuration>
|
||||
<MaximumMovieCreditsDuration>900</MaximumMovieCreditsDuration>
|
||||
<MinimumRecapDuration>15</MinimumRecapDuration>
|
||||
<MaximumRecapDuration>120</MaximumRecapDuration>
|
||||
<MinimumPreviewDuration>15</MinimumPreviewDuration>
|
||||
<MaximumPreviewDuration>120</MaximumPreviewDuration>
|
||||
<MinimumCommercialDuration>15</MinimumCommercialDuration>
|
||||
<MaximumCommercialDuration>120</MaximumCommercialDuration>
|
||||
<BlackFrameMinimumPercentage>85</BlackFrameMinimumPercentage>
|
||||
<BlackFrameThreshold>32</BlackFrameThreshold>
|
||||
<UseChapterMarkersBlackFrame>true</UseChapterMarkersBlackFrame>
|
||||
<AdjustIntroBasedOnChapters>true</AdjustIntroBasedOnChapters>
|
||||
<AdjustIntroBasedOnSilence>true</AdjustIntroBasedOnSilence>
|
||||
<SnapToKeyframe>true</SnapToKeyframe>
|
||||
<EndSnapThreshold>2</EndSnapThreshold>
|
||||
<AdjustWindowInward>5</AdjustWindowInward>
|
||||
<AdjustWindowOutward>2</AdjustWindowOutward>
|
||||
<ChapterAnalyzerIntroductionPattern>(^|\s)(Intro|Introduction|OP|Opening)(?!\sEnd)(\s|$)</ChapterAnalyzerIntroductionPattern>
|
||||
<ChapterAnalyzerEndCreditsPattern>(^|\s)(Credits?|ED|Ending|Outro)(?!\sEnd)(\s|$)</ChapterAnalyzerEndCreditsPattern>
|
||||
<ChapterAnalyzerPreviewPattern>(^|\s)(Preview|PV|Sneak\s?Peek|Coming\s?(Up|Soon)|Next\s+(time|on|episode)|Extra|Teaser|Trailer)(?!\sEnd)(\s|:|$)</ChapterAnalyzerPreviewPattern>
|
||||
<ChapterAnalyzerRecapPattern>(^|\s)(Re?cap|Sum{1,2}ary|Prev(ious(ly)?)?|(Last|Earlier)(\s\w+)?|Catch[ -]up)(?!\sEnd)(\s|:|$)</ChapterAnalyzerRecapPattern>
|
||||
<ChapterAnalyzerCommercialPattern>(^|\s)(Ad(vert(isement)?)?|Commercial)(?!\sEnd)(\s|$)</ChapterAnalyzerCommercialPattern>
|
||||
<PluginSkip>false</PluginSkip>
|
||||
<AutoSkip>false</AutoSkip>
|
||||
<TypeList />
|
||||
<AutoSkipCredits>false</AutoSkipCredits>
|
||||
<AutoSkipRecap>false</AutoSkipRecap>
|
||||
<AutoSkipPreview>false</AutoSkipPreview>
|
||||
<AutoSkipCommercial>false</AutoSkipCommercial>
|
||||
<SkipFirstEpisode>true</SkipFirstEpisode>
|
||||
<IntroEndOffset>0</IntroEndOffset>
|
||||
<IntroStartOffset>0</IntroStartOffset>
|
||||
<AutoSkipDelay>0</AutoSkipDelay>
|
||||
<MaximumFingerprintPointDifferences>6</MaximumFingerprintPointDifferences>
|
||||
<MaximumTimeSkip>3.5</MaximumTimeSkip>
|
||||
<InvertedIndexShift>2</InvertedIndexShift>
|
||||
<SilenceDetectionMaximumNoise>-50</SilenceDetectionMaximumNoise>
|
||||
<SilenceDetectionMinimumDuration>0.33</SilenceDetectionMinimumDuration>
|
||||
<AutoSkipNotificationText>%duration seconds of %segmenttype skipped</AutoSkipNotificationText>
|
||||
<MaxParallelism>2</MaxParallelism>
|
||||
<ProcessThreads>0</ProcessThreads>
|
||||
<ProcessPriority>BelowNormal</ProcessPriority>
|
||||
<OverrideManifestUrl>false</OverrideManifestUrl>
|
||||
<SelectedLibraries />
|
||||
<SelectAllLibraries>true</SelectAllLibraries>
|
||||
<AnalyzeMovies>true</AnalyzeMovies>
|
||||
<UseFileTransformationPlugin>false</UseFileTransformationPlugin>
|
||||
<SkipbuttonHideDelay>8</SkipbuttonHideDelay>
|
||||
</PluginConfiguration>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PluginConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<Server>https://musicbrainz.org</Server>
|
||||
<RateLimit>1</RateLimit>
|
||||
<ReplaceArtistName>false</ReplaceArtistName>
|
||||
</PluginConfiguration>
|
||||
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PluginConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<CastAndCrew>false</CastAndCrew>
|
||||
</PluginConfiguration>
|
||||
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PluginConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<RepositoryUrl>https://raw.githubusercontent.com/jellyfin/emby-artwork/master/studios</RepositoryUrl>
|
||||
</PluginConfiguration>
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PluginConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<TmdbApiKey />
|
||||
<IncludeAdult>false</IncludeAdult>
|
||||
<ExcludeTagsSeries>false</ExcludeTagsSeries>
|
||||
<ExcludeTagsMovies>false</ExcludeTagsMovies>
|
||||
<ImportSeasonName>false</ImportSeasonName>
|
||||
<MaxCastMembers>15</MaxCastMembers>
|
||||
<MaxCrewMembers>15</MaxCrewMembers>
|
||||
<HideMissingCastMembers>false</HideMissingCastMembers>
|
||||
<HideMissingCrewMembers>false</HideMissingCrewMembers>
|
||||
</PluginConfiguration>
|
||||
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PluginConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<SubscriberPIN />
|
||||
<CacheDurationInHours>1</CacheDurationInHours>
|
||||
<CacheDurationInDays>7</CacheDurationInDays>
|
||||
<FallbackLanguages />
|
||||
<ImportSeasonName>false</ImportSeasonName>
|
||||
<FallbackToOriginalLanguage>false</FallbackToOriginalLanguage>
|
||||
<IncludeMissingSpecials>true</IncludeMissingSpecials>
|
||||
<RemoveAllMissingEpisodesOnRefresh>false</RemoveAllMissingEpisodesOnRefresh>
|
||||
<IncludeOriginalCountryInTags>false</IncludeOriginalCountryInTags>
|
||||
<MetadataUpdateInHours>2</MetadataUpdateInHours>
|
||||
<UpdateSeriesScheduledTask>false</UpdateSeriesScheduledTask>
|
||||
<UpdateSeasonScheduledTask>false</UpdateSeasonScheduledTask>
|
||||
<UpdateEpisodeScheduledTask>false</UpdateEpisodeScheduledTask>
|
||||
<UpdateMovieScheduledTask>false</UpdateMovieScheduledTask>
|
||||
<UpdatePersonScheduledTask>false</UpdatePersonScheduledTask>
|
||||
</PluginConfiguration>
|
||||
Reference in New Issue
Block a user