using System;
using System.IO;
using System.Reflection;
using System.Runtime.Loader;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json.Linq;
using MediaBrowser.Common.Configuration;
using Jellyfin.Plugin.Seasonals.Helpers;
using System.Collections.Generic;
using System.Linq;
namespace Jellyfin.Plugin.Seasonals;
///
/// Handles the injection of the Seasonals script into the Jellyfin web interface.
///
public class ScriptInjector
{
private readonly IApplicationPaths _appPaths;
private readonly ILogger _logger;
public const string ScriptTag = "";
public const string Marker = "