creating pgsql development branch

This commit is contained in:
2026-02-19 09:20:41 -05:00
parent ddf6ff69be
commit 1c6730e2ad
2317 changed files with 21904 additions and 9834 deletions
@@ -1,3 +1,7 @@
// <copyright file="DeleteOptions.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CS1591
namespace MediaBrowser.Controller.Library
@@ -1,3 +1,7 @@
// <copyright file="IDirectStreamProvider.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.IO;
namespace MediaBrowser.Controller.Library
@@ -1,3 +1,7 @@
// <copyright file="IIntroProvider.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
using System.Collections.Generic;
@@ -1,3 +1,7 @@
// <copyright file="IKeyframeManager.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Collections.Generic;
using System.Threading;
@@ -1,3 +1,7 @@
// <copyright file="ILibraryManager.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CA1002, CS1591
using System;
@@ -1,3 +1,7 @@
// <copyright file="ILibraryMonitor.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace MediaBrowser.Controller.Library
{
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="ILibraryPostScanTask.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Threading;
using System.Threading.Tasks;
@@ -1,3 +1,7 @@
// <copyright file="ILiveStream.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CA1711, CS1591
@@ -1,3 +1,7 @@
// <copyright file="IMediaSourceManager.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CA1002, CS1591
@@ -1,3 +1,7 @@
// <copyright file="IMediaSourceProvider.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CA1002, CS1591
using System.Collections.Generic;
@@ -1,3 +1,7 @@
// <copyright file="IMetadataFileSaver.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CS1591
using MediaBrowser.Controller.Entities;
@@ -1,3 +1,7 @@
// <copyright file="IMetadataSaver.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Threading;
using System.Threading.Tasks;
using MediaBrowser.Controller.Entities;
@@ -1,3 +1,7 @@
// <copyright file="IMusicManager.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CA1002, CS1591
using System.Collections.Generic;
@@ -1,3 +1,7 @@
// <copyright file="ISearchEngine.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using MediaBrowser.Model.Querying;
using MediaBrowser.Model.Search;
@@ -1,3 +1,7 @@
// <copyright file="IUserDataManager.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Collections.Generic;
using System.Threading;
@@ -1,3 +1,7 @@
// <copyright file="IUserManager.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CS1591
using System;
@@ -1,3 +1,7 @@
// <copyright file="IUserViewManager.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CA1002, CS1591
@@ -1,3 +1,7 @@
// <copyright file="IntroInfo.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CS1591
@@ -1,3 +1,7 @@
// <copyright file="ItemChangeEventArgs.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CA1711, CS1591
@@ -1,3 +1,7 @@
// <copyright file="ItemResolveArgs.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CS1591
@@ -1,3 +1,7 @@
// <copyright file="ItemUpdateType.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CS1591
using System;
@@ -1,3 +1,7 @@
// <copyright file="LibraryManagerExtensions.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CS1591
using System;
@@ -1,3 +1,7 @@
// <copyright file="MetadataConfigurationExtensions.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CS1591
using System;
@@ -1,3 +1,7 @@
// <copyright file="MetadataConfigurationStore.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CS1591
using System.Collections.Generic;
@@ -1,3 +1,7 @@
// <copyright file="NameExtensions.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CS1591
using System;
@@ -1,3 +1,7 @@
// <copyright file="PlaybackProgressEventArgs.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CA1002, CA2227, CS1591
@@ -1,3 +1,7 @@
// <copyright file="PlaybackStartEventArgs.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace MediaBrowser.Controller.Library
{
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="PlaybackStopEventArgs.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CS1591
namespace MediaBrowser.Controller.Library
@@ -1,3 +1,7 @@
// <copyright file="SearchHintInfo.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
using MediaBrowser.Controller.Entities;
@@ -1,3 +1,7 @@
// <copyright file="TVUtils.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Diagnostics.CodeAnalysis;
@@ -1,3 +1,7 @@
// <copyright file="UserDataSaveEventArgs.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable CA1002, CA2227, CS1591