Initial commit: CinemaTrailers4Jellyfins plugin
Some checks failed
Publish Release / release (push) Failing after 17s
Some checks failed
Publish Release / release (push) Failing after 17s
Adapted from Trailers4Jellyfin: keeps TMDB/YouTube trailer downloading, the scheduled task, language/source/date filters, and trailer rotation, but drops cinema-mode/IIntroProvider entirely. Each trailer now ships in its own fake-movie folder (placeholder video + locked NFO + trailer) for use with a Cinema Mode / trailer pre-roll plugin.
This commit is contained in:
19
Jellyfin.Plugin.CinemaTrailers4Jellyfins.sln
Normal file
19
Jellyfin.Plugin.CinemaTrailers4Jellyfins.sln
Normal file
@@ -0,0 +1,19 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.0.31903.59
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jellyfin.Plugin.CinemaTrailers4Jellyfins", "Jellyfin.Plugin.CinemaTrailers4Jellyfins\Jellyfin.Plugin.CinemaTrailers4Jellyfins.csproj", "{88309283-2886-4B8B-9424-C1DD0B6A8C74}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{88309283-2886-4B8B-9424-C1DD0B6A8C74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{88309283-2886-4B8B-9424-C1DD0B6A8C74}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{88309283-2886-4B8B-9424-C1DD0B6A8C74}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{88309283-2886-4B8B-9424-C1DD0B6A8C74}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Reference in New Issue
Block a user