diff --git a/NotVPR_Remote/obj/Debug/net8.0-android/NotVPR_Remote.AssemblyInfo.cs b/NotVPR_Remote/obj/Debug/net8.0-android/NotVPR_Remote.AssemblyInfo.cs
index 07ce393..91ea656 100644
--- a/NotVPR_Remote/obj/Debug/net8.0-android/NotVPR_Remote.AssemblyInfo.cs
+++ b/NotVPR_Remote/obj/Debug/net8.0-android/NotVPR_Remote.AssemblyInfo.cs
@@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("NotVPR_Remote")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+8325267b1ee9a9d989a012b4424ff5a82fabd2dc")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+31e285348e08c73328cdf74e9365b74d3d52cebe")]
[assembly: System.Reflection.AssemblyProductAttribute("NotVPR_Remote")]
[assembly: System.Reflection.AssemblyTitleAttribute("NotVPR_Remote")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
diff --git a/NotVPR_Remote/obj/Debug/net8.0-android/NotVPR_Remote.AssemblyInfoInputs.cache b/NotVPR_Remote/obj/Debug/net8.0-android/NotVPR_Remote.AssemblyInfoInputs.cache
index fe0c0c6..4369f71 100644
--- a/NotVPR_Remote/obj/Debug/net8.0-android/NotVPR_Remote.AssemblyInfoInputs.cache
+++ b/NotVPR_Remote/obj/Debug/net8.0-android/NotVPR_Remote.AssemblyInfoInputs.cache
@@ -1 +1 @@
-6f03bfb24be1c1df8f2bfb9b13f7072e445df171106e6ebaccdc0f2100aedf11
+5336133ab682a2144488cc9da707e539739a9a70fc8e853bc33d54cf1162eeaf
diff --git a/NotVPR_SideProjecktForVpr_FreeTime/obj/Debug/net8.0/NotVPR_SideProjecktForVpr_FreeTime.AssemblyInfo.cs b/NotVPR_SideProjecktForVpr_FreeTime/obj/Debug/net8.0/NotVPR_SideProjecktForVpr_FreeTime.AssemblyInfo.cs
index 9eaf85d..0ba5c95 100644
--- a/NotVPR_SideProjecktForVpr_FreeTime/obj/Debug/net8.0/NotVPR_SideProjecktForVpr_FreeTime.AssemblyInfo.cs
+++ b/NotVPR_SideProjecktForVpr_FreeTime/obj/Debug/net8.0/NotVPR_SideProjecktForVpr_FreeTime.AssemblyInfo.cs
@@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("NotVPR_SideProjecktForVpr_FreeTime")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+8325267b1ee9a9d989a012b4424ff5a82fabd2dc")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+31e285348e08c73328cdf74e9365b74d3d52cebe")]
[assembly: System.Reflection.AssemblyProductAttribute("NotVPR_SideProjecktForVpr_FreeTime")]
[assembly: System.Reflection.AssemblyTitleAttribute("NotVPR_SideProjecktForVpr_FreeTime")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
diff --git a/NotVPR_SideProjecktForVpr_FreeTime/obj/Debug/net8.0/NotVPR_SideProjecktForVpr_FreeTime.AssemblyInfoInputs.cache b/NotVPR_SideProjecktForVpr_FreeTime/obj/Debug/net8.0/NotVPR_SideProjecktForVpr_FreeTime.AssemblyInfoInputs.cache
index b31c804..0dae045 100644
--- a/NotVPR_SideProjecktForVpr_FreeTime/obj/Debug/net8.0/NotVPR_SideProjecktForVpr_FreeTime.AssemblyInfoInputs.cache
+++ b/NotVPR_SideProjecktForVpr_FreeTime/obj/Debug/net8.0/NotVPR_SideProjecktForVpr_FreeTime.AssemblyInfoInputs.cache
@@ -1 +1 @@
-f5999e3525681bf5ad20319168e7b647abd85721d4ea1644fadc161325e0508d
+2d4b395dfbaedfe36d8958f9cb14a743e2229d55349a93c74b56ca087fe76bbc
diff --git a/ShadowStream/Modules/view model/ScanSettingsViewModel.cs b/ShadowStream/Modules/view model/ScanSettingsViewModel.cs
index 7bcdd1b..964cb3d 100644
--- a/ShadowStream/Modules/view model/ScanSettingsViewModel.cs
+++ b/ShadowStream/Modules/view model/ScanSettingsViewModel.cs
@@ -115,6 +115,7 @@ namespace YourNamespace
// Must be one of the dynamic dirs
Option = 1;
SpecificOption = Dirs.IndexOf(SelectedOption);
+
}
// Notify owner
diff --git a/ShadowStream/Views/LogIn.xaml.cs b/ShadowStream/Views/LogIn.xaml.cs
index 2c2e94f..86c10f5 100644
--- a/ShadowStream/Views/LogIn.xaml.cs
+++ b/ShadowStream/Views/LogIn.xaml.cs
@@ -6,7 +6,7 @@ namespace ShadowStream;
public partial class LogIn : Window
{
- DataBase dataBase = new DataBase();
+ //DataBase dataBase = new DataBase();
public LogIn()
{
InitializeComponent();
diff --git a/ShadowStream/Views/MainWindow.xaml.cs b/ShadowStream/Views/MainWindow.xaml.cs
index 4a8d4c4..c80e2d0 100644
--- a/ShadowStream/Views/MainWindow.xaml.cs
+++ b/ShadowStream/Views/MainWindow.xaml.cs
@@ -2015,67 +2015,67 @@ public void SetInitialFocusForCurrentView()
}
#endregion
-#region settings menue
- private void Vm_StateChanged(object sender, EventArgs e)
- {
- // Update owner variables whenever selection changes
- option = vm.Option;
- specificOption = vm.SpecificOption;
- rootPath = vm.RootPath;
- }
-
- private void AddRadioButtons()
- {
- foreach (string optionName in vm.Dirs)
+ #region settings menue
+ private void Vm_StateChanged(object sender, EventArgs e)
{
- RadioButton rb = new RadioButton
+ // Update owner variables whenever selection changes
+ option = vm.Option;
+ specificOption = vm.SpecificOption;
+ rootPath = vm.RootPath;
+ }
+
+ private void AddRadioButtons()
+ {
+ foreach (string optionName in vm.Dirs)
{
- Content = optionName,
- GroupName = "DirsGroup",
- Margin = new Thickness(5),
- Foreground = Brushes.White
+ RadioButton rb = new RadioButton
+ {
+ Content = optionName,
+ GroupName = "DirsGroup",
+ Margin = new Thickness(5),
+ Foreground = Brushes.White
+ };
+
+ rb.Checked += (s, e) => { vm.SelectedOption = optionName; };
+
+ dirsStack.Children.Add(rb);
+ }
+ }
+
+ private void StaticRadioButton_Checked(object sender, RoutedEventArgs e)
+ {
+ if (sender is RadioButton rb)
+ {
+ vm.SelectedOption = rb.Content.ToString();
+ }
+ }
+
+ private void SelectPathButton_Click(object sender, RoutedEventArgs e)
+ {
+ // WPF native OpenFileDialog trick to select folder
+ var dialog = new Microsoft.Win32.OpenFileDialog
+ {
+ CheckFileExists = false, // allow selecting folder
+ CheckPathExists = true,
+ FileName = "Select folder",
+ ValidateNames = false
};
- rb.Checked += (s, e) => { vm.SelectedOption = optionName; };
+ if (dialog.ShowDialog() == true)
+ {
+ string folderPath = System.IO.Path.GetDirectoryName(dialog.FileName);
- dirsStack.Children.Add(rb);
+ // Update ViewModel, which triggers StateChanged to update owner variables
+ vm.RootPath = folderPath;
+
+ // Also update TextBox explicitly if needed
+ DirectPathTextBox.Text = folderPath;
+ }
}
- }
-
- private void StaticRadioButton_Checked(object sender, RoutedEventArgs e)
- {
- if (sender is RadioButton rb)
- {
- vm.SelectedOption = rb.Content.ToString();
- }
- }
-
- private void SelectPathButton_Click(object sender, RoutedEventArgs e)
- {
- // WPF native OpenFileDialog trick to select folder
- var dialog = new Microsoft.Win32.OpenFileDialog
- {
- CheckFileExists = false, // allow selecting folder
- CheckPathExists = true,
- FileName = "Select folder",
- ValidateNames = false
- };
-
- if (dialog.ShowDialog() == true)
- {
- string folderPath = System.IO.Path.GetDirectoryName(dialog.FileName);
-
- // Update ViewModel, which triggers StateChanged to update owner variables
- vm.RootPath = folderPath;
-
- // Also update TextBox explicitly if needed
- DirectPathTextBox.Text = folderPath;
- }
- }
-#endregion
+ #endregion
diff --git a/ShadowStream/obj/Debug/net8.0-windows/ShadowStream.AssemblyInfo.cs b/ShadowStream/obj/Debug/net8.0-windows/ShadowStream.AssemblyInfo.cs
index c31090e..8915d21 100644
--- a/ShadowStream/obj/Debug/net8.0-windows/ShadowStream.AssemblyInfo.cs
+++ b/ShadowStream/obj/Debug/net8.0-windows/ShadowStream.AssemblyInfo.cs
@@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("ShadowStream")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+8325267b1ee9a9d989a012b4424ff5a82fabd2dc")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+31e285348e08c73328cdf74e9365b74d3d52cebe")]
[assembly: System.Reflection.AssemblyProductAttribute("ShadowStream")]
[assembly: System.Reflection.AssemblyTitleAttribute("ShadowStream")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
diff --git a/ShadowStream/obj/Debug/net8.0-windows/ShadowStream.AssemblyInfoInputs.cache b/ShadowStream/obj/Debug/net8.0-windows/ShadowStream.AssemblyInfoInputs.cache
index 53b75f5..2517698 100644
--- a/ShadowStream/obj/Debug/net8.0-windows/ShadowStream.AssemblyInfoInputs.cache
+++ b/ShadowStream/obj/Debug/net8.0-windows/ShadowStream.AssemblyInfoInputs.cache
@@ -1 +1 @@
-a1ebfe67510cba2c88cbf5a873d6eac2b852ca46608863619b0444010e5b488e
+755a2ed4bb0de4474bcef551468e7a02484286b30c1bbeb743d75ab815218994
diff --git a/ShadowStream/obj/Debug/net8.0-windows/ShadowStream_Content.g.cs b/ShadowStream/obj/Debug/net8.0-windows/ShadowStream_Content.g.cs
index 91bbf3f..c047bfc 100644
--- a/ShadowStream/obj/Debug/net8.0-windows/ShadowStream_Content.g.cs
+++ b/ShadowStream/obj/Debug/net8.0-windows/ShadowStream_Content.g.cs
@@ -8,849 +8,5 @@
//------------------------------------------------------------------------------
[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("resources/pics/musicd.jpeg")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libvlc.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libvlc.lib")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libvlccore.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libvlccore.lib")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("dodeca_and_7channel_3dsl_hrtf.sofa")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("vlsub.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("main.css")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("mobile.css")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ui-bg_diagonals-thick_18_b81900_40x40.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ui-bg_diagonals-thick_20_666666_40x40.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ui-bg_flat_10_000000_40x100.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ui-bg_glass_100_f6f6f6_1x400.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ui-bg_glass_100_fdf5ce_1x400.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ui-bg_glass_65_ffffff_1x400.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ui-bg_gloss-wave_35_f6a828_500x100.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ui-bg_highlight-soft_100_eeeeee_1x100.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ui-bg_highlight-soft_75_ffe45c_1x100.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ui-icons_222222_256x240.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ui-icons_228ef1_256x240.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ui-icons_ef8c08_256x240.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ui-icons_ffd27a_256x240.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ui-icons_ffffff_256x240.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("jquery-ui-1.8.13.custom.css")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("custom.lua")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("batch_window.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("browse_window.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("create_stream.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("equalizer_window.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("error_window.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("mosaic_window.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("offset_window.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("stream_config_window.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("stream_window.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("favicon.ico")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("audio-48.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("back-48.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("buttons.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("folder-48.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("other-48.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("speaker-32.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("video-48.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("vlc-48.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("vlc16x16.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("index.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("common.js")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("controllers.js")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("jquery.jstree.js")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ui.js")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("mobile.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("mobile_browse.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("mobile_equalizer.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("mobile_view.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("browse.json")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("browse.xml")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("playlist.json")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("playlist.xml")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("playlist_jstree.xml")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("readme.txt")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("status.json")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("status.xml")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("vlm.xml")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("vlm_cmd.xml")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("view.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("vlm.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("vlm_export.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("cli.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("dummy.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("dumpmeta.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("http.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("luac.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("host.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("httprequests.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("telnet.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("00_musicbrainz.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("01_googleimage.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("02_frenchtv.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("03_lastfm.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("filename.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("common.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("dkjson.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("sandbox.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("simplexml.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("anevia_streams.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("anevia_xml.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("appletrailers.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("bbc_co_uk.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("cue.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("dailymotion.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("jamendo.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("koreus.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("liveleak.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("newgrounds.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("rockbox_fm_presets.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("soundcloud.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("twitch.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("vimeo.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("vocaroo.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("youtube.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("icecast.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("jamendo.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaccess_concat_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaccess_imem_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaccess_mms_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaccess_srt_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaccess_wasapi_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libattachment_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libbluray-awt-j2se-1.3.2.jar")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libbluray-j2se-1.3.2.jar")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libcdda_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdcp_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdtv_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libfilesystem_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libftp_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libhttps_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libhttp_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libidummy_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libimem_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("liblibbluray_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("liblive555_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libnfs_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("librist_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("librtp_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsatip_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libscreen_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsdp_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsftp_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libshm_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsmb_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libtcp_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libtimecode_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libudp_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libvcd_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libvdr_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaccess_output_dummy_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaccess_output_file_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaccess_output_http_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaccess_output_livehttp_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaccess_output_rist_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaccess_output_shout_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaccess_output_srt_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaccess_output_udp_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaudiobargraph_a_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaudio_format_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libchorus_flanger_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libcompressor_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libequalizer_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libgain_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libkaraoke_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libnormvol_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libparam_eq_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libremap_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libscaletempo_pitch_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libscaletempo_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsimple_channel_mixer_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libspatialaudio_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libspatializer_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libspeex_resampler_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstereo_widen_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libtospdif_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libtrivial_channel_mixer_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libugly_resampler_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libfloat_mixer_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libinteger_mixer_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libadummy_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libafile_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libamem_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdirectsound_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmmdevice_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libwasapi_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libwaveout_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libadpcm_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaes3_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaom_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaraw_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libavcodec_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libcc_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libcdg_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libcrystalhd_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libcvdsub_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libd3d11va_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdav1d_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libddummy_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdmo_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdvbsub_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdxva2_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libedummy_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libflac_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libfluidsynth_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libg711_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libjpeg_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libkate_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("liblibass_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("liblpcm_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmft_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmpg123_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("liboggspots_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libopus_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpng_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libqsv_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("librawvideo_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("librtpvideo_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libschroedinger_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libscte18_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libscte27_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsdl_image_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libspdif_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libspeex_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libspudec_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstl_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsubsdec_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsubstx3g_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsubsusf_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsvcdsub_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libtextst_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libtheora_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libttml_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libtwolame_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libuleaddvaudio_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libvorbis_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libvpx_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libwebvtt_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libx26410b_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libzvbi_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdirect3d11_filters_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdirect3d9_filters_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libadaptive_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaiff_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libasf_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libau_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libavi_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libcaf_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdemuxdump_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdemux_cdg_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdemux_chromecast_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdemux_stl_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdiracsys_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdirectory_demux_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libes_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libflacsys_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libgme_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libh26x_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libimage_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmjpeg_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmkv_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmod_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmp4_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmpgv_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libnoseek_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libnsc_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libnsv_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libnuv_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libogg_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libplaylist_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libps_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpva_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("librawaud_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("librawdv_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("librawvid_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsmf_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsubtitle_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libts_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libtta_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libty_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libvc1_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libvobsub_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libvoc_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libwav_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libxa_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libfile_keystore_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmemory_keystore_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libconsole_logger_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("liblua_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libfolder_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libtaglib_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaddonsfsstorage_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaddonsvorepository_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libfingerprinter_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libgnutls_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libxml_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmux_asf_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmux_avi_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmux_dummy_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmux_mp4_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmux_mpjpeg_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmux_ogg_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmux_ps_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmux_ts_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmux_wav_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpacketizer_av1_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpacketizer_copy_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpacketizer_dirac_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpacketizer_dts_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpacketizer_flac_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpacketizer_h264_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpacketizer_hevc_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpacketizer_mlp_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpacketizer_mpeg4audio_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpacketizer_mpeg4video_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpacketizer_mpegaudio_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpacketizer_mpegvideo_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpacketizer_vc1_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmicrodns_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libupnp_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libwindrive_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaudiobargraph_v_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("liblogo_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmarq_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmosaic_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libremoteosd_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("librss_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsubsdelay_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libarchive_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libadf_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaribcam_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libcache_block_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libcache_read_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libhds_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libinflate_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libprefetch_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("librecord_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libskiptags_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_autodel_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_bridge_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_chromaprint_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_chromecast_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_delay_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_description_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_display_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_dummy_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_duplicate_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_es_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_gather_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_mosaic_bridge_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_record_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_setid_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_smem_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_standard_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_stats_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_transcode_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libfreetype_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsapi_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libtdummy_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libchain_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libgrey_yuv_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libi420_10_p010_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libi420_nv12_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libi420_rgb_mmx_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libi420_rgb_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libi420_rgb_sse2_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libi420_yuy2_mmx_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libi420_yuy2_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libi420_yuy2_sse2_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libi422_i420_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libi422_yuy2_mmx_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libi422_yuy2_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libi422_yuy2_sse2_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("librv32_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libswscale_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libyuvp_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libyuy2_i420_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libyuy2_i422_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libadjust_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libalphamask_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libanaglyph_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libantiflicker_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libball_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libblendbench_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libblend_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libbluescreen_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libcanvas_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libcolorthres_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libcroppadd_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdeinterlace_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libedgedetection_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("liberase_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libextract_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libfps_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libfreeze_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libgaussianblur_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libgradfun_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libgradient_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libgrain_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libhqdn3d_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libinvert_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmagnify_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmirror_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmotionblur_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmotiondetect_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("liboldmovie_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libposterize_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpsychedelic_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpuzzle_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libripple_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libscale_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libscene_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsepia_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsharpen_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libtransform_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libvhs_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libwave_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libcaca_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdirect3d11_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdirect3d9_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdirectdraw_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdrawable_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libflaschen_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libglinterop_dxva2_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libglwin32_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libgl_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libvdummy_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libvmem_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libwgl_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libwingdi_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libwinhibit_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libyuv_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libclone_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpanoramix_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libwall_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libglspectrum_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libgoom_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libprojectm_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libvisual_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libvlc.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libvlc.lib")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libvlccore.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libvlccore.lib")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("dodeca_and_7channel_3dsl_hrtf.sofa")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("vlsub.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("main.css")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("mobile.css")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ui-bg_diagonals-thick_18_b81900_40x40.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ui-bg_diagonals-thick_20_666666_40x40.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ui-bg_flat_10_000000_40x100.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ui-bg_glass_100_f6f6f6_1x400.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ui-bg_glass_100_fdf5ce_1x400.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ui-bg_glass_65_ffffff_1x400.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ui-bg_gloss-wave_35_f6a828_500x100.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ui-bg_highlight-soft_100_eeeeee_1x100.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ui-bg_highlight-soft_75_ffe45c_1x100.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ui-icons_222222_256x240.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ui-icons_228ef1_256x240.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ui-icons_ef8c08_256x240.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ui-icons_ffd27a_256x240.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ui-icons_ffffff_256x240.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("jquery-ui-1.8.13.custom.css")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("custom.lua")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("batch_window.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("browse_window.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("create_stream.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("equalizer_window.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("error_window.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("mosaic_window.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("offset_window.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("stream_config_window.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("stream_window.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("favicon.ico")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("audio-48.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("back-48.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("buttons.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("folder-48.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("other-48.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("speaker-32.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("video-48.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("vlc-48.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("vlc16x16.png")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("index.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("common.js")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("controllers.js")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("jquery.jstree.js")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("ui.js")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("mobile.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("mobile_browse.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("mobile_equalizer.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("mobile_view.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("browse.json")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("browse.xml")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("playlist.json")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("playlist.xml")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("playlist_jstree.xml")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("readme.txt")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("status.json")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("status.xml")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("vlm.xml")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("vlm_cmd.xml")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("view.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("vlm.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("vlm_export.html")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("cli.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("dummy.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("dumpmeta.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("http.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("luac.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("host.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("httprequests.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("telnet.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("00_musicbrainz.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("01_googleimage.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("02_frenchtv.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("03_lastfm.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("filename.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("common.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("dkjson.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("sandbox.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("simplexml.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("anevia_streams.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("anevia_xml.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("appletrailers.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("bbc_co_uk.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("cue.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("dailymotion.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("jamendo.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("koreus.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("liveleak.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("newgrounds.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("rockbox_fm_presets.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("soundcloud.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("twitch.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("vimeo.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("vocaroo.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("youtube.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("icecast.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("jamendo.luac")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaccess_concat_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaccess_imem_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaccess_mms_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaccess_srt_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaccess_wasapi_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libattachment_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libbluray-awt-j2se-1.3.2.jar")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libbluray-j2se-1.3.2.jar")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libcdda_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdcp_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdtv_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libfilesystem_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libftp_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libhttps_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libhttp_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libidummy_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libimem_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("liblibbluray_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("liblive555_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libnfs_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("librist_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("librtp_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsatip_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libscreen_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsdp_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsftp_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libshm_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsmb_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libtcp_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libtimecode_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libudp_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libvcd_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libvdr_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaccess_output_dummy_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaccess_output_file_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaccess_output_http_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaccess_output_livehttp_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaccess_output_rist_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaccess_output_shout_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaccess_output_srt_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaccess_output_udp_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaudiobargraph_a_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaudio_format_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libchorus_flanger_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libcompressor_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libequalizer_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libgain_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libkaraoke_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libnormvol_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libparam_eq_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libremap_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libscaletempo_pitch_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libscaletempo_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsimple_channel_mixer_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libspatialaudio_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libspatializer_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libspeex_resampler_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstereo_widen_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libtospdif_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libtrivial_channel_mixer_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libugly_resampler_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libfloat_mixer_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libinteger_mixer_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libadummy_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libafile_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libamem_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdirectsound_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmmdevice_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libwasapi_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libwaveout_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libadpcm_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaes3_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaom_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaraw_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libavcodec_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libcc_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libcdg_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libcrystalhd_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libcvdsub_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libd3d11va_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdav1d_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libddummy_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdmo_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdvbsub_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdxva2_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libedummy_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libflac_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libfluidsynth_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libg711_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libjpeg_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libkate_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("liblibass_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("liblpcm_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmft_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmpg123_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("liboggspots_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libopus_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpng_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libqsv_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("librawvideo_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("librtpvideo_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libschroedinger_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libscte18_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libscte27_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsdl_image_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libspdif_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libspeex_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libspudec_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstl_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsubsdec_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsubstx3g_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsubsusf_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsvcdsub_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libtextst_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libtheora_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libttml_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libtwolame_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libuleaddvaudio_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libvorbis_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libvpx_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libwebvtt_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libx26410b_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libzvbi_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdirect3d11_filters_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdirect3d9_filters_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libadaptive_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaiff_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libasf_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libau_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libavi_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libcaf_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdemuxdump_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdemux_cdg_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdemux_chromecast_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdemux_stl_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdiracsys_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdirectory_demux_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libes_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libflacsys_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libgme_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libh26x_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libimage_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmjpeg_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmkv_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmod_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmp4_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmpgv_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libnoseek_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libnsc_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libnsv_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libnuv_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libogg_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libplaylist_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libps_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpva_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("librawaud_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("librawdv_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("librawvid_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsmf_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsubtitle_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libts_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libtta_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libty_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libvc1_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libvobsub_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libvoc_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libwav_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libxa_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libfile_keystore_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmemory_keystore_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libconsole_logger_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("liblua_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libfolder_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libtaglib_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaddonsfsstorage_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaddonsvorepository_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libfingerprinter_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libgnutls_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libxml_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmux_asf_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmux_avi_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmux_dummy_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmux_mp4_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmux_mpjpeg_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmux_ogg_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmux_ps_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmux_ts_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmux_wav_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpacketizer_av1_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpacketizer_copy_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpacketizer_dirac_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpacketizer_dts_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpacketizer_flac_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpacketizer_h264_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpacketizer_hevc_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpacketizer_mlp_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpacketizer_mpeg4audio_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpacketizer_mpeg4video_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpacketizer_mpegaudio_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpacketizer_mpegvideo_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpacketizer_vc1_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmicrodns_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libupnp_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libwindrive_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaudiobargraph_v_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("liblogo_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmarq_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmosaic_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libremoteosd_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("librss_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsubsdelay_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libarchive_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libadf_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libaribcam_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libcache_block_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libcache_read_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libhds_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libinflate_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libprefetch_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("librecord_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libskiptags_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_autodel_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_bridge_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_chromaprint_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_chromecast_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_delay_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_description_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_display_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_dummy_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_duplicate_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_es_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_gather_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_mosaic_bridge_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_record_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_setid_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_smem_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_standard_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_stats_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libstream_out_transcode_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libfreetype_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsapi_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libtdummy_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libchain_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libgrey_yuv_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libi420_10_p010_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libi420_nv12_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libi420_rgb_mmx_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libi420_rgb_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libi420_rgb_sse2_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libi420_yuy2_mmx_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libi420_yuy2_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libi420_yuy2_sse2_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libi422_i420_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libi422_yuy2_mmx_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libi422_yuy2_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libi422_yuy2_sse2_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("librv32_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libswscale_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libyuvp_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libyuy2_i420_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libyuy2_i422_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libadjust_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libalphamask_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libanaglyph_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libantiflicker_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libball_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libblendbench_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libblend_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libbluescreen_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libcanvas_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libcolorthres_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libcroppadd_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdeinterlace_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libedgedetection_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("liberase_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libextract_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libfps_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libfreeze_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libgaussianblur_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libgradfun_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libgradient_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libgrain_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libhqdn3d_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libinvert_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmagnify_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmirror_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmotionblur_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libmotiondetect_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("liboldmovie_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libposterize_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpsychedelic_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpuzzle_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libripple_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libscale_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libscene_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsepia_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libsharpen_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libtransform_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libvhs_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libwave_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libcaca_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdirect3d11_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdirect3d9_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdirectdraw_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libdrawable_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libflaschen_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libglinterop_dxva2_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libglwin32_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libgl_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libvdummy_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libvmem_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libwgl_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libwingdi_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libwinhibit_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libyuv_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libclone_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libpanoramix_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libwall_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libglspectrum_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libgoom_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libprojectm_plugin.dll")]
-[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("libvisual_plugin.dll")]
diff --git a/ShadowStream/obj/Debug/net8.0-windows/ShadowStream_MarkupCompile.cache b/ShadowStream/obj/Debug/net8.0-windows/ShadowStream_MarkupCompile.cache
index 367b126..e84bb92 100644
--- a/ShadowStream/obj/Debug/net8.0-windows/ShadowStream_MarkupCompile.cache
+++ b/ShadowStream/obj/Debug/net8.0-windows/ShadowStream_MarkupCompile.cache
@@ -11,7 +11,7 @@ false
TRACE;DEBUG;NET;NET8_0;NETCOREAPP
C:\Users\bib\Desktop\vpr\pull from pc\vpr\ShadowStream\App.xaml
52126927803
-8451318677653
+1-689617852
20-1276055746
2091744838904
Resources\LogHelper\LogWindow.xaml;Views\LogIn.xaml;Views\MainWindow.xaml;Views\PlaylistEditor.xaml;Views\ProgressBar.xaml;
diff --git a/VPR_ShadowStream.sln b/VPR_ShadowStream.sln
index 2cd190c..7493691 100644
--- a/VPR_ShadowStream.sln
+++ b/VPR_ShadowStream.sln
@@ -11,6 +11,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NotVPR_SideProjecktForVpr_F
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NotVPR_Remote", "NotVPR_Remote\NotVPR_Remote.csproj", "{32C071B5-E37B-4CF9-B4F2-11D0A576762A}"
EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "db_tester", "db_tester\db_tester.csproj", "{93B79E70-0B73-41DF-9D07-DD6FB2887E56}"
+EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -35,6 +37,10 @@ Global
{32C071B5-E37B-4CF9-B4F2-11D0A576762A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32C071B5-E37B-4CF9-B4F2-11D0A576762A}.Release|Any CPU.Build.0 = Release|Any CPU
{32C071B5-E37B-4CF9-B4F2-11D0A576762A}.Release|Any CPU.Deploy.0 = Release|Any CPU
+ {93B79E70-0B73-41DF-9D07-DD6FB2887E56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {93B79E70-0B73-41DF-9D07-DD6FB2887E56}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {93B79E70-0B73-41DF-9D07-DD6FB2887E56}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {93B79E70-0B73-41DF-9D07-DD6FB2887E56}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/db_tester/Program.cs b/db_tester/Program.cs
new file mode 100644
index 0000000..626ce4a
--- /dev/null
+++ b/db_tester/Program.cs
@@ -0,0 +1,12 @@
+using file_finder__test.DataBaseModules;
+namespace db_tester;
+
+class Program
+{
+ static void Main(string[] args)
+ {
+ Console.WriteLine("Hello, World!");
+
+ var update = new mediaUpdate(1, "Avatar");
+ }
+}
\ No newline at end of file
diff --git a/db_tester/bin/Debug/net8.0/FFMediaToolkit.dll b/db_tester/bin/Debug/net8.0/FFMediaToolkit.dll
new file mode 100644
index 0000000..014f8ec
Binary files /dev/null and b/db_tester/bin/Debug/net8.0/FFMediaToolkit.dll differ
diff --git a/db_tester/bin/Debug/net8.0/FFmpeg.AutoGen.dll b/db_tester/bin/Debug/net8.0/FFmpeg.AutoGen.dll
new file mode 100644
index 0000000..283313d
Binary files /dev/null and b/db_tester/bin/Debug/net8.0/FFmpeg.AutoGen.dll differ
diff --git a/db_tester/bin/Debug/net8.0/Microsoft.Win32.SystemEvents.dll b/db_tester/bin/Debug/net8.0/Microsoft.Win32.SystemEvents.dll
new file mode 100644
index 0000000..3ab5850
Binary files /dev/null and b/db_tester/bin/Debug/net8.0/Microsoft.Win32.SystemEvents.dll differ
diff --git a/db_tester/bin/Debug/net8.0/Newtonsoft.Json.dll b/db_tester/bin/Debug/net8.0/Newtonsoft.Json.dll
new file mode 100644
index 0000000..1ffeabe
Binary files /dev/null and b/db_tester/bin/Debug/net8.0/Newtonsoft.Json.dll differ
diff --git a/db_tester/bin/Debug/net8.0/System.Drawing.Common.dll b/db_tester/bin/Debug/net8.0/System.Drawing.Common.dll
new file mode 100644
index 0000000..be6915e
Binary files /dev/null and b/db_tester/bin/Debug/net8.0/System.Drawing.Common.dll differ
diff --git a/db_tester/bin/Debug/net8.0/TagLibSharp.dll b/db_tester/bin/Debug/net8.0/TagLibSharp.dll
new file mode 100644
index 0000000..cf4ca05
Binary files /dev/null and b/db_tester/bin/Debug/net8.0/TagLibSharp.dll differ
diff --git a/db_tester/bin/Debug/net8.0/db_tester.deps.json b/db_tester/bin/Debug/net8.0/db_tester.deps.json
new file mode 100644
index 0000000..33f8b19
--- /dev/null
+++ b/db_tester/bin/Debug/net8.0/db_tester.deps.json
@@ -0,0 +1,161 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v8.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v8.0": {
+ "db_tester/1.0.0": {
+ "runtime": {
+ "db_tester.dll": {}
+ }
+ },
+ "FFMediaToolkit/4.6.0": {
+ "dependencies": {
+ "FFmpeg.AutoGen": "7.1.1"
+ },
+ "runtime": {
+ "lib/netstandard2.1/FFMediaToolkit.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "4.6.0.0"
+ }
+ }
+ },
+ "FFmpeg.AutoGen/7.1.1": {
+ "runtime": {
+ "lib/netstandard2.1/FFmpeg.AutoGen.dll": {
+ "assemblyVersion": "7.1.1.0",
+ "fileVersion": "7.1.1.0"
+ }
+ }
+ },
+ "Microsoft.Win32.SystemEvents/6.0.0": {
+ "runtime": {
+ "lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.0.21.52210"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.0.21.52210"
+ }
+ }
+ },
+ "Newtonsoft.Json/13.0.1": {
+ "runtime": {
+ "lib/netstandard2.0/Newtonsoft.Json.dll": {
+ "assemblyVersion": "13.0.0.0",
+ "fileVersion": "13.0.1.25517"
+ }
+ }
+ },
+ "System.Drawing.Common/6.0.0": {
+ "dependencies": {
+ "Microsoft.Win32.SystemEvents": "6.0.0"
+ },
+ "runtime": {
+ "lib/net6.0/System.Drawing.Common.dll": {
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.0.21.52210"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": {
+ "rid": "unix",
+ "assetType": "runtime",
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.0.21.52210"
+ },
+ "runtimes/win/lib/net6.0/System.Drawing.Common.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.0.21.52210"
+ }
+ }
+ },
+ "TagLibSharp/2.3.0": {
+ "runtime": {
+ "lib/netstandard2.0/TagLibSharp.dll": {
+ "assemblyVersion": "2.3.0.0",
+ "fileVersion": "2.3.0.0"
+ }
+ }
+ },
+ "file finder test/1.0.0": {
+ "dependencies": {
+ "FFMediaToolkit": "4.6.0",
+ "FFmpeg.AutoGen": "7.1.1",
+ "Newtonsoft.Json": "13.0.1",
+ "System.Drawing.Common": "6.0.0",
+ "TagLibSharp": "2.3.0"
+ },
+ "runtime": {
+ "file finder test.dll": {
+ "assemblyVersion": "1.0.0",
+ "fileVersion": "1.0.0.0"
+ }
+ }
+ }
+ }
+ },
+ "libraries": {
+ "db_tester/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "FFMediaToolkit/4.6.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-jbLcrLIEXc5jTOPu5ErsTonW/zO1auUkhWl8BksOsW58MXJRnYs1Qf7skFN8lwvFAKbd93E1+Mg3B1WtAIOHiw==",
+ "path": "ffmediatoolkit/4.6.0",
+ "hashPath": "ffmediatoolkit.4.6.0.nupkg.sha512"
+ },
+ "FFmpeg.AutoGen/7.1.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-p4FGdG654zut4Iseg7PeYo7sxFMOTuLTEKl/vX+44UQ6NmezF3wHcR6JzjH8xzK4VDPLJe5Xz563kXamMQj7Jg==",
+ "path": "ffmpeg.autogen/7.1.1",
+ "hashPath": "ffmpeg.autogen.7.1.1.nupkg.sha512"
+ },
+ "Microsoft.Win32.SystemEvents/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==",
+ "path": "microsoft.win32.systemevents/6.0.0",
+ "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
+ },
+ "Newtonsoft.Json/13.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
+ "path": "newtonsoft.json/13.0.1",
+ "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
+ },
+ "System.Drawing.Common/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
+ "path": "system.drawing.common/6.0.0",
+ "hashPath": "system.drawing.common.6.0.0.nupkg.sha512"
+ },
+ "TagLibSharp/2.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Qo4z6ZjnIfbR3Us1Za5M2vQ97OWZPmODvVmepxZ8XW0UIVLGdO2T63/N3b23kCcyiwuIe0TQvMEQG8wUCCD1mA==",
+ "path": "taglibsharp/2.3.0",
+ "hashPath": "taglibsharp.2.3.0.nupkg.sha512"
+ },
+ "file finder test/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/db_tester/bin/Debug/net8.0/db_tester.dll b/db_tester/bin/Debug/net8.0/db_tester.dll
new file mode 100644
index 0000000..3d76608
Binary files /dev/null and b/db_tester/bin/Debug/net8.0/db_tester.dll differ
diff --git a/db_tester/bin/Debug/net8.0/db_tester.exe b/db_tester/bin/Debug/net8.0/db_tester.exe
new file mode 100644
index 0000000..80e560f
Binary files /dev/null and b/db_tester/bin/Debug/net8.0/db_tester.exe differ
diff --git a/db_tester/bin/Debug/net8.0/db_tester.pdb b/db_tester/bin/Debug/net8.0/db_tester.pdb
new file mode 100644
index 0000000..a5d4e3c
Binary files /dev/null and b/db_tester/bin/Debug/net8.0/db_tester.pdb differ
diff --git a/db_tester/bin/Debug/net8.0/db_tester.runtimeconfig.json b/db_tester/bin/Debug/net8.0/db_tester.runtimeconfig.json
new file mode 100644
index 0000000..becfaea
--- /dev/null
+++ b/db_tester/bin/Debug/net8.0/db_tester.runtimeconfig.json
@@ -0,0 +1,12 @@
+{
+ "runtimeOptions": {
+ "tfm": "net8.0",
+ "framework": {
+ "name": "Microsoft.NETCore.App",
+ "version": "8.0.0"
+ },
+ "configProperties": {
+ "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
+ }
+ }
+}
\ No newline at end of file
diff --git a/db_tester/bin/Debug/net8.0/file finder test.deps.json b/db_tester/bin/Debug/net8.0/file finder test.deps.json
new file mode 100644
index 0000000..bc45d9e
--- /dev/null
+++ b/db_tester/bin/Debug/net8.0/file finder test.deps.json
@@ -0,0 +1,148 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v8.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v8.0": {
+ "file finder test/1.0.0": {
+ "dependencies": {
+ "FFMediaToolkit": "4.6.0",
+ "FFmpeg.AutoGen": "7.1.1",
+ "Newtonsoft.Json": "13.0.1",
+ "System.Drawing.Common": "6.0.0",
+ "TagLibSharp": "2.3.0"
+ },
+ "runtime": {
+ "file finder test.dll": {}
+ }
+ },
+ "FFMediaToolkit/4.6.0": {
+ "dependencies": {
+ "FFmpeg.AutoGen": "7.1.1"
+ },
+ "runtime": {
+ "lib/netstandard2.1/FFMediaToolkit.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "4.6.0.0"
+ }
+ }
+ },
+ "FFmpeg.AutoGen/7.1.1": {
+ "runtime": {
+ "lib/netstandard2.1/FFmpeg.AutoGen.dll": {
+ "assemblyVersion": "7.1.1.0",
+ "fileVersion": "7.1.1.0"
+ }
+ }
+ },
+ "Microsoft.Win32.SystemEvents/6.0.0": {
+ "runtime": {
+ "lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.0.21.52210"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.0.21.52210"
+ }
+ }
+ },
+ "Newtonsoft.Json/13.0.1": {
+ "runtime": {
+ "lib/netstandard2.0/Newtonsoft.Json.dll": {
+ "assemblyVersion": "13.0.0.0",
+ "fileVersion": "13.0.1.25517"
+ }
+ }
+ },
+ "System.Drawing.Common/6.0.0": {
+ "dependencies": {
+ "Microsoft.Win32.SystemEvents": "6.0.0"
+ },
+ "runtime": {
+ "lib/net6.0/System.Drawing.Common.dll": {
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.0.21.52210"
+ }
+ },
+ "runtimeTargets": {
+ "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": {
+ "rid": "unix",
+ "assetType": "runtime",
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.0.21.52210"
+ },
+ "runtimes/win/lib/net6.0/System.Drawing.Common.dll": {
+ "rid": "win",
+ "assetType": "runtime",
+ "assemblyVersion": "6.0.0.0",
+ "fileVersion": "6.0.21.52210"
+ }
+ }
+ },
+ "TagLibSharp/2.3.0": {
+ "runtime": {
+ "lib/netstandard2.0/TagLibSharp.dll": {
+ "assemblyVersion": "2.3.0.0",
+ "fileVersion": "2.3.0.0"
+ }
+ }
+ }
+ }
+ },
+ "libraries": {
+ "file finder test/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "FFMediaToolkit/4.6.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-jbLcrLIEXc5jTOPu5ErsTonW/zO1auUkhWl8BksOsW58MXJRnYs1Qf7skFN8lwvFAKbd93E1+Mg3B1WtAIOHiw==",
+ "path": "ffmediatoolkit/4.6.0",
+ "hashPath": "ffmediatoolkit.4.6.0.nupkg.sha512"
+ },
+ "FFmpeg.AutoGen/7.1.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-p4FGdG654zut4Iseg7PeYo7sxFMOTuLTEKl/vX+44UQ6NmezF3wHcR6JzjH8xzK4VDPLJe5Xz563kXamMQj7Jg==",
+ "path": "ffmpeg.autogen/7.1.1",
+ "hashPath": "ffmpeg.autogen.7.1.1.nupkg.sha512"
+ },
+ "Microsoft.Win32.SystemEvents/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==",
+ "path": "microsoft.win32.systemevents/6.0.0",
+ "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512"
+ },
+ "Newtonsoft.Json/13.0.1": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
+ "path": "newtonsoft.json/13.0.1",
+ "hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
+ },
+ "System.Drawing.Common/6.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
+ "path": "system.drawing.common/6.0.0",
+ "hashPath": "system.drawing.common.6.0.0.nupkg.sha512"
+ },
+ "TagLibSharp/2.3.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Qo4z6ZjnIfbR3Us1Za5M2vQ97OWZPmODvVmepxZ8XW0UIVLGdO2T63/N3b23kCcyiwuIe0TQvMEQG8wUCCD1mA==",
+ "path": "taglibsharp/2.3.0",
+ "hashPath": "taglibsharp.2.3.0.nupkg.sha512"
+ }
+ }
+}
\ No newline at end of file
diff --git a/db_tester/bin/Debug/net8.0/file finder test.dll b/db_tester/bin/Debug/net8.0/file finder test.dll
new file mode 100644
index 0000000..ae93ef2
Binary files /dev/null and b/db_tester/bin/Debug/net8.0/file finder test.dll differ
diff --git a/db_tester/bin/Debug/net8.0/file finder test.exe b/db_tester/bin/Debug/net8.0/file finder test.exe
new file mode 100644
index 0000000..7f86c67
Binary files /dev/null and b/db_tester/bin/Debug/net8.0/file finder test.exe differ
diff --git a/db_tester/bin/Debug/net8.0/file finder test.pdb b/db_tester/bin/Debug/net8.0/file finder test.pdb
new file mode 100644
index 0000000..1779e78
Binary files /dev/null and b/db_tester/bin/Debug/net8.0/file finder test.pdb differ
diff --git a/db_tester/bin/Debug/net8.0/file finder test.runtimeconfig.json b/db_tester/bin/Debug/net8.0/file finder test.runtimeconfig.json
new file mode 100644
index 0000000..becfaea
--- /dev/null
+++ b/db_tester/bin/Debug/net8.0/file finder test.runtimeconfig.json
@@ -0,0 +1,12 @@
+{
+ "runtimeOptions": {
+ "tfm": "net8.0",
+ "framework": {
+ "name": "Microsoft.NETCore.App",
+ "version": "8.0.0"
+ },
+ "configProperties": {
+ "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
+ }
+ }
+}
\ No newline at end of file
diff --git a/db_tester/bin/Debug/net8.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll b/db_tester/bin/Debug/net8.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll
new file mode 100644
index 0000000..9e26473
Binary files /dev/null and b/db_tester/bin/Debug/net8.0/runtimes/unix/lib/net6.0/System.Drawing.Common.dll differ
diff --git a/db_tester/bin/Debug/net8.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll b/db_tester/bin/Debug/net8.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll
new file mode 100644
index 0000000..66af198
Binary files /dev/null and b/db_tester/bin/Debug/net8.0/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll differ
diff --git a/db_tester/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll b/db_tester/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll
new file mode 100644
index 0000000..7c9e87b
Binary files /dev/null and b/db_tester/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Drawing.Common.dll differ
diff --git a/db_tester/db_tester.csproj b/db_tester/db_tester.csproj
new file mode 100644
index 0000000..8202e0f
--- /dev/null
+++ b/db_tester/db_tester.csproj
@@ -0,0 +1,14 @@
+
+
+
+ Exe
+ net8.0
+ enable
+ enable
+
+
+
+
+
+
+
diff --git a/db_tester/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs b/db_tester/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..2217181
--- /dev/null
+++ b/db_tester/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
diff --git a/db_tester/obj/Debug/net8.0/apphost.exe b/db_tester/obj/Debug/net8.0/apphost.exe
new file mode 100644
index 0000000..80e560f
Binary files /dev/null and b/db_tester/obj/Debug/net8.0/apphost.exe differ
diff --git a/db_tester/obj/Debug/net8.0/db_tester.AssemblyInfo.cs b/db_tester/obj/Debug/net8.0/db_tester.AssemblyInfo.cs
new file mode 100644
index 0000000..b77ce26
--- /dev/null
+++ b/db_tester/obj/Debug/net8.0/db_tester.AssemblyInfo.cs
@@ -0,0 +1,22 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("db_tester")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+31e285348e08c73328cdf74e9365b74d3d52cebe")]
+[assembly: System.Reflection.AssemblyProductAttribute("db_tester")]
+[assembly: System.Reflection.AssemblyTitleAttribute("db_tester")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/db_tester/obj/Debug/net8.0/db_tester.AssemblyInfoInputs.cache b/db_tester/obj/Debug/net8.0/db_tester.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..59ad79a
--- /dev/null
+++ b/db_tester/obj/Debug/net8.0/db_tester.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+589427f626bb23f774314a0a23fd6f5ff1a85f283984ba7720d426e7df2e3fbd
diff --git a/db_tester/obj/Debug/net8.0/db_tester.GeneratedMSBuildEditorConfig.editorconfig b/db_tester/obj/Debug/net8.0/db_tester.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..f3dfb14
--- /dev/null
+++ b/db_tester/obj/Debug/net8.0/db_tester.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,13 @@
+is_global = true
+build_property.TargetFramework = net8.0
+build_property.TargetPlatformMinVersion =
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = db_tester
+build_property.ProjectDir = C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\
+build_property.EnableComHosting =
+build_property.EnableGeneratedComInterfaceComImportInterop =
diff --git a/db_tester/obj/Debug/net8.0/db_tester.GlobalUsings.g.cs b/db_tester/obj/Debug/net8.0/db_tester.GlobalUsings.g.cs
new file mode 100644
index 0000000..8578f3d
--- /dev/null
+++ b/db_tester/obj/Debug/net8.0/db_tester.GlobalUsings.g.cs
@@ -0,0 +1,8 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.IO;
+global using global::System.Linq;
+global using global::System.Net.Http;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
diff --git a/db_tester/obj/Debug/net8.0/db_tester.assets.cache b/db_tester/obj/Debug/net8.0/db_tester.assets.cache
new file mode 100644
index 0000000..ffd589c
Binary files /dev/null and b/db_tester/obj/Debug/net8.0/db_tester.assets.cache differ
diff --git a/db_tester/obj/Debug/net8.0/db_tester.csproj.AssemblyReference.cache b/db_tester/obj/Debug/net8.0/db_tester.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..4c6beb8
Binary files /dev/null and b/db_tester/obj/Debug/net8.0/db_tester.csproj.AssemblyReference.cache differ
diff --git a/db_tester/obj/Debug/net8.0/db_tester.csproj.CoreCompileInputs.cache b/db_tester/obj/Debug/net8.0/db_tester.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..e3419ae
--- /dev/null
+++ b/db_tester/obj/Debug/net8.0/db_tester.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+1d7dc4053c75b686f893638c41085dfb5483934f976258b9d14320026e431dad
diff --git a/db_tester/obj/Debug/net8.0/db_tester.csproj.FileListAbsolute.txt b/db_tester/obj/Debug/net8.0/db_tester.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..8085eac
--- /dev/null
+++ b/db_tester/obj/Debug/net8.0/db_tester.csproj.FileListAbsolute.txt
@@ -0,0 +1,30 @@
+C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\file finder test.deps.json
+C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\file finder test.runtimeconfig.json
+C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\file finder test.exe
+C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\db_tester.exe
+C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\db_tester.deps.json
+C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\db_tester.runtimeconfig.json
+C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\db_tester.dll
+C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\db_tester.pdb
+C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\FFMediaToolkit.dll
+C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\FFmpeg.AutoGen.dll
+C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\Microsoft.Win32.SystemEvents.dll
+C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\Newtonsoft.Json.dll
+C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\System.Drawing.Common.dll
+C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\TagLibSharp.dll
+C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll
+C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll
+C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll
+C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\file finder test.dll
+C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\bin\Debug\net8.0\file finder test.pdb
+C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\obj\Debug\net8.0\db_tester.csproj.AssemblyReference.cache
+C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\obj\Debug\net8.0\db_tester.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\obj\Debug\net8.0\db_tester.AssemblyInfoInputs.cache
+C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\obj\Debug\net8.0\db_tester.AssemblyInfo.cs
+C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\obj\Debug\net8.0\db_tester.csproj.CoreCompileInputs.cache
+C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\obj\Debug\net8.0\db_tester.csproj.Up2Date
+C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\obj\Debug\net8.0\db_tester.dll
+C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\obj\Debug\net8.0\refint\db_tester.dll
+C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\obj\Debug\net8.0\db_tester.pdb
+C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\obj\Debug\net8.0\db_tester.genruntimeconfig.cache
+C:\Users\bib\Desktop\vpr\pull from pc\vpr\db_tester\obj\Debug\net8.0\ref\db_tester.dll
diff --git a/db_tester/obj/Debug/net8.0/db_tester.csproj.Up2Date b/db_tester/obj/Debug/net8.0/db_tester.csproj.Up2Date
new file mode 100644
index 0000000..e69de29
diff --git a/db_tester/obj/Debug/net8.0/db_tester.dll b/db_tester/obj/Debug/net8.0/db_tester.dll
new file mode 100644
index 0000000..3d76608
Binary files /dev/null and b/db_tester/obj/Debug/net8.0/db_tester.dll differ
diff --git a/db_tester/obj/Debug/net8.0/db_tester.genruntimeconfig.cache b/db_tester/obj/Debug/net8.0/db_tester.genruntimeconfig.cache
new file mode 100644
index 0000000..194fa6e
--- /dev/null
+++ b/db_tester/obj/Debug/net8.0/db_tester.genruntimeconfig.cache
@@ -0,0 +1 @@
+ecce36f3105d765a5e02aebd69bc273ba7dc4d4821db4e228e7a2045e6025da6
diff --git a/db_tester/obj/Debug/net8.0/db_tester.pdb b/db_tester/obj/Debug/net8.0/db_tester.pdb
new file mode 100644
index 0000000..a5d4e3c
Binary files /dev/null and b/db_tester/obj/Debug/net8.0/db_tester.pdb differ
diff --git a/db_tester/obj/Debug/net8.0/ref/db_tester.dll b/db_tester/obj/Debug/net8.0/ref/db_tester.dll
new file mode 100644
index 0000000..9a83234
Binary files /dev/null and b/db_tester/obj/Debug/net8.0/ref/db_tester.dll differ
diff --git a/db_tester/obj/Debug/net8.0/refint/db_tester.dll b/db_tester/obj/Debug/net8.0/refint/db_tester.dll
new file mode 100644
index 0000000..9a83234
Binary files /dev/null and b/db_tester/obj/Debug/net8.0/refint/db_tester.dll differ
diff --git a/db_tester/obj/db_tester.csproj.nuget.dgspec.json b/db_tester/obj/db_tester.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..1ff58d3
--- /dev/null
+++ b/db_tester/obj/db_tester.csproj.nuget.dgspec.json
@@ -0,0 +1,164 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\db_tester\\db_tester.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\db_tester\\db_tester.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\db_tester\\db_tester.csproj",
+ "projectName": "db_tester",
+ "projectPath": "C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\db_tester\\db_tester.csproj",
+ "packagesPath": "C:\\Users\\bib\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\db_tester\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\bib\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {
+ "C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\file finder test\\file finder test.csproj": {
+ "projectPath": "C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\file finder test\\file finder test.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ }
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.412/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ },
+ "C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\file finder test\\file finder test.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\file finder test\\file finder test.csproj",
+ "projectName": "file finder test",
+ "projectPath": "C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\file finder test\\file finder test.csproj",
+ "packagesPath": "C:\\Users\\bib\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\file finder test\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\bib\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ }
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "dependencies": {
+ "FFMediaToolkit": {
+ "target": "Package",
+ "version": "[4.6.0, )"
+ },
+ "FFmpeg.AutoGen": {
+ "target": "Package",
+ "version": "[7.1.1, )"
+ },
+ "Newtonsoft.Json": {
+ "target": "Package",
+ "version": "[13.0.1, )"
+ },
+ "System.Drawing.Common": {
+ "target": "Package",
+ "version": "[6.0.0, )"
+ },
+ "TagLibSharp": {
+ "target": "Package",
+ "version": "[2.3.0, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.412/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/db_tester/obj/db_tester.csproj.nuget.g.props b/db_tester/obj/db_tester.csproj.nuget.g.props
new file mode 100644
index 0000000..bda40b9
--- /dev/null
+++ b/db_tester/obj/db_tester.csproj.nuget.g.props
@@ -0,0 +1,16 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\bib\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages
+ PackageReference
+ 6.12.2
+
+
+
+
+
+
\ No newline at end of file
diff --git a/db_tester/obj/db_tester.csproj.nuget.g.targets b/db_tester/obj/db_tester.csproj.nuget.g.targets
new file mode 100644
index 0000000..3dc06ef
--- /dev/null
+++ b/db_tester/obj/db_tester.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/db_tester/obj/project.assets.json b/db_tester/obj/project.assets.json
new file mode 100644
index 0000000..1e7316a
--- /dev/null
+++ b/db_tester/obj/project.assets.json
@@ -0,0 +1,361 @@
+{
+ "version": 3,
+ "targets": {
+ "net8.0": {
+ "FFMediaToolkit/4.6.0": {
+ "type": "package",
+ "dependencies": {
+ "FFmpeg.AutoGen": "7.1.1"
+ },
+ "compile": {
+ "lib/netstandard2.1/FFMediaToolkit.dll": {
+ "related": ".pdb;.xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/FFMediaToolkit.dll": {
+ "related": ".pdb;.xml"
+ }
+ }
+ },
+ "FFmpeg.AutoGen/7.1.1": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard2.1/FFmpeg.AutoGen.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.1/FFmpeg.AutoGen.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "Microsoft.Win32.SystemEvents/6.0.0": {
+ "type": "package",
+ "compile": {
+ "lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ },
+ "runtimeTargets": {
+ "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": {
+ "assetType": "runtime",
+ "rid": "win"
+ }
+ }
+ },
+ "Newtonsoft.Json/13.0.1": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard2.0/Newtonsoft.Json.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/Newtonsoft.Json.dll": {
+ "related": ".xml"
+ }
+ }
+ },
+ "System.Drawing.Common/6.0.0": {
+ "type": "package",
+ "dependencies": {
+ "Microsoft.Win32.SystemEvents": "6.0.0"
+ },
+ "compile": {
+ "lib/net6.0/System.Drawing.Common.dll": {
+ "related": ".xml"
+ }
+ },
+ "runtime": {
+ "lib/net6.0/System.Drawing.Common.dll": {
+ "related": ".xml"
+ }
+ },
+ "build": {
+ "buildTransitive/netcoreapp3.1/_._": {}
+ },
+ "runtimeTargets": {
+ "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": {
+ "assetType": "runtime",
+ "rid": "unix"
+ },
+ "runtimes/win/lib/net6.0/System.Drawing.Common.dll": {
+ "assetType": "runtime",
+ "rid": "win"
+ }
+ }
+ },
+ "TagLibSharp/2.3.0": {
+ "type": "package",
+ "compile": {
+ "lib/netstandard2.0/TagLibSharp.dll": {
+ "related": ".pdb"
+ }
+ },
+ "runtime": {
+ "lib/netstandard2.0/TagLibSharp.dll": {
+ "related": ".pdb"
+ }
+ }
+ },
+ "file finder test/1.0.0": {
+ "type": "project",
+ "framework": ".NETCoreApp,Version=v8.0",
+ "dependencies": {
+ "FFMediaToolkit": "4.6.0",
+ "FFmpeg.AutoGen": "7.1.1",
+ "Newtonsoft.Json": "13.0.1",
+ "System.Drawing.Common": "6.0.0",
+ "TagLibSharp": "2.3.0"
+ },
+ "compile": {
+ "bin/placeholder/file finder test.dll": {}
+ },
+ "runtime": {
+ "bin/placeholder/file finder test.dll": {}
+ }
+ }
+ }
+ },
+ "libraries": {
+ "FFMediaToolkit/4.6.0": {
+ "sha512": "jbLcrLIEXc5jTOPu5ErsTonW/zO1auUkhWl8BksOsW58MXJRnYs1Qf7skFN8lwvFAKbd93E1+Mg3B1WtAIOHiw==",
+ "type": "package",
+ "path": "ffmediatoolkit/4.6.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "ffmediatoolkit.4.6.0.nupkg.sha512",
+ "ffmediatoolkit.nuspec",
+ "lib/netstandard2.0/FFMediaToolkit.dll",
+ "lib/netstandard2.0/FFMediaToolkit.pdb",
+ "lib/netstandard2.0/FFMediaToolkit.xml",
+ "lib/netstandard2.1/FFMediaToolkit.dll",
+ "lib/netstandard2.1/FFMediaToolkit.pdb",
+ "lib/netstandard2.1/FFMediaToolkit.xml"
+ ]
+ },
+ "FFmpeg.AutoGen/7.1.1": {
+ "sha512": "p4FGdG654zut4Iseg7PeYo7sxFMOTuLTEKl/vX+44UQ6NmezF3wHcR6JzjH8xzK4VDPLJe5Xz563kXamMQj7Jg==",
+ "type": "package",
+ "path": "ffmpeg.autogen/7.1.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.txt",
+ "README.md",
+ "ffmpeg.autogen.7.1.1.nupkg.sha512",
+ "ffmpeg.autogen.nuspec",
+ "lib/netstandard2.0/FFmpeg.AutoGen.dll",
+ "lib/netstandard2.0/FFmpeg.AutoGen.xml",
+ "lib/netstandard2.1/FFmpeg.AutoGen.dll",
+ "lib/netstandard2.1/FFmpeg.AutoGen.xml"
+ ]
+ },
+ "Microsoft.Win32.SystemEvents/6.0.0": {
+ "sha512": "hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==",
+ "type": "package",
+ "path": "microsoft.win32.systemevents/6.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/netcoreapp2.0/Microsoft.Win32.SystemEvents.targets",
+ "buildTransitive/netcoreapp3.1/_._",
+ "lib/net461/Microsoft.Win32.SystemEvents.dll",
+ "lib/net461/Microsoft.Win32.SystemEvents.xml",
+ "lib/net6.0/Microsoft.Win32.SystemEvents.dll",
+ "lib/net6.0/Microsoft.Win32.SystemEvents.xml",
+ "lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll",
+ "lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.xml",
+ "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll",
+ "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml",
+ "microsoft.win32.systemevents.6.0.0.nupkg.sha512",
+ "microsoft.win32.systemevents.nuspec",
+ "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll",
+ "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.xml",
+ "runtimes/win/lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.dll",
+ "runtimes/win/lib/netcoreapp3.1/Microsoft.Win32.SystemEvents.xml",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "Newtonsoft.Json/13.0.1": {
+ "sha512": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
+ "type": "package",
+ "path": "newtonsoft.json/13.0.1",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE.md",
+ "lib/net20/Newtonsoft.Json.dll",
+ "lib/net20/Newtonsoft.Json.xml",
+ "lib/net35/Newtonsoft.Json.dll",
+ "lib/net35/Newtonsoft.Json.xml",
+ "lib/net40/Newtonsoft.Json.dll",
+ "lib/net40/Newtonsoft.Json.xml",
+ "lib/net45/Newtonsoft.Json.dll",
+ "lib/net45/Newtonsoft.Json.xml",
+ "lib/netstandard1.0/Newtonsoft.Json.dll",
+ "lib/netstandard1.0/Newtonsoft.Json.xml",
+ "lib/netstandard1.3/Newtonsoft.Json.dll",
+ "lib/netstandard1.3/Newtonsoft.Json.xml",
+ "lib/netstandard2.0/Newtonsoft.Json.dll",
+ "lib/netstandard2.0/Newtonsoft.Json.xml",
+ "newtonsoft.json.13.0.1.nupkg.sha512",
+ "newtonsoft.json.nuspec",
+ "packageIcon.png"
+ ]
+ },
+ "System.Drawing.Common/6.0.0": {
+ "sha512": "NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
+ "type": "package",
+ "path": "system.drawing.common/6.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "buildTransitive/netcoreapp2.0/System.Drawing.Common.targets",
+ "buildTransitive/netcoreapp3.1/_._",
+ "lib/MonoAndroid10/_._",
+ "lib/MonoTouch10/_._",
+ "lib/net461/System.Drawing.Common.dll",
+ "lib/net461/System.Drawing.Common.xml",
+ "lib/net6.0/System.Drawing.Common.dll",
+ "lib/net6.0/System.Drawing.Common.xml",
+ "lib/netcoreapp3.1/System.Drawing.Common.dll",
+ "lib/netcoreapp3.1/System.Drawing.Common.xml",
+ "lib/netstandard2.0/System.Drawing.Common.dll",
+ "lib/netstandard2.0/System.Drawing.Common.xml",
+ "lib/xamarinios10/_._",
+ "lib/xamarinmac20/_._",
+ "lib/xamarintvos10/_._",
+ "lib/xamarinwatchos10/_._",
+ "runtimes/unix/lib/net6.0/System.Drawing.Common.dll",
+ "runtimes/unix/lib/net6.0/System.Drawing.Common.xml",
+ "runtimes/unix/lib/netcoreapp3.1/System.Drawing.Common.dll",
+ "runtimes/unix/lib/netcoreapp3.1/System.Drawing.Common.xml",
+ "runtimes/win/lib/net6.0/System.Drawing.Common.dll",
+ "runtimes/win/lib/net6.0/System.Drawing.Common.xml",
+ "runtimes/win/lib/netcoreapp3.1/System.Drawing.Common.dll",
+ "runtimes/win/lib/netcoreapp3.1/System.Drawing.Common.xml",
+ "system.drawing.common.6.0.0.nupkg.sha512",
+ "system.drawing.common.nuspec",
+ "useSharedDesignerContext.txt"
+ ]
+ },
+ "TagLibSharp/2.3.0": {
+ "sha512": "Qo4z6ZjnIfbR3Us1Za5M2vQ97OWZPmODvVmepxZ8XW0UIVLGdO2T63/N3b23kCcyiwuIe0TQvMEQG8wUCCD1mA==",
+ "type": "package",
+ "path": "taglibsharp/2.3.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "lib/net462/TagLibSharp.dll",
+ "lib/net462/TagLibSharp.pdb",
+ "lib/net462/TaglibSharp.xml",
+ "lib/netstandard2.0/TagLibSharp.dll",
+ "lib/netstandard2.0/TagLibSharp.pdb",
+ "lib/netstandard2.0/TaglibSharp.xml",
+ "taglibsharp.2.3.0.nupkg.sha512",
+ "taglibsharp.nuspec"
+ ]
+ },
+ "file finder test/1.0.0": {
+ "type": "project",
+ "path": "../file finder test/file finder test.csproj",
+ "msbuildProject": "../file finder test/file finder test.csproj"
+ }
+ },
+ "projectFileDependencyGroups": {
+ "net8.0": [
+ "file finder test >= 1.0.0"
+ ]
+ },
+ "packageFolders": {
+ "C:\\Users\\bib\\.nuget\\packages\\": {},
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\db_tester\\db_tester.csproj",
+ "projectName": "db_tester",
+ "projectPath": "C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\db_tester\\db_tester.csproj",
+ "packagesPath": "C:\\Users\\bib\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\db_tester\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\bib\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net8.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "C:\\Program Files\\dotnet\\library-packs": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "projectReferences": {
+ "C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\file finder test\\file finder test.csproj": {
+ "projectPath": "C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\file finder test\\file finder test.csproj"
+ }
+ }
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ },
+ "restoreAuditProperties": {
+ "enableAudit": "true",
+ "auditLevel": "low",
+ "auditMode": "direct"
+ }
+ },
+ "frameworks": {
+ "net8.0": {
+ "targetAlias": "net8.0",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.412/PortableRuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/db_tester/obj/project.nuget.cache b/db_tester/obj/project.nuget.cache
new file mode 100644
index 0000000..f8878a4
--- /dev/null
+++ b/db_tester/obj/project.nuget.cache
@@ -0,0 +1,15 @@
+{
+ "version": 2,
+ "dgSpecHash": "Qyegg0T6z8s=",
+ "success": true,
+ "projectFilePath": "C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\db_tester\\db_tester.csproj",
+ "expectedPackageFiles": [
+ "C:\\Users\\bib\\.nuget\\packages\\ffmediatoolkit\\4.6.0\\ffmediatoolkit.4.6.0.nupkg.sha512",
+ "C:\\Users\\bib\\.nuget\\packages\\ffmpeg.autogen\\7.1.1\\ffmpeg.autogen.7.1.1.nupkg.sha512",
+ "C:\\Users\\bib\\.nuget\\packages\\microsoft.win32.systemevents\\6.0.0\\microsoft.win32.systemevents.6.0.0.nupkg.sha512",
+ "C:\\Users\\bib\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512",
+ "C:\\Users\\bib\\.nuget\\packages\\system.drawing.common\\6.0.0\\system.drawing.common.6.0.0.nupkg.sha512",
+ "C:\\Users\\bib\\.nuget\\packages\\taglibsharp\\2.3.0\\taglibsharp.2.3.0.nupkg.sha512"
+ ],
+ "logs": []
+}
\ No newline at end of file
diff --git a/db_tester/obj/project.packagespec.json b/db_tester/obj/project.packagespec.json
new file mode 100644
index 0000000..5b7d56b
--- /dev/null
+++ b/db_tester/obj/project.packagespec.json
@@ -0,0 +1 @@
+"restore":{"projectUniqueName":"C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\db_tester\\db_tester.csproj","projectName":"db_tester","projectPath":"C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\db_tester\\db_tester.csproj","outputPath":"C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\db_tester\\obj\\","projectStyle":"PackageReference","fallbackFolders":["C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"],"originalTargetFrameworks":["net8.0"],"sources":{"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\":{},"C:\\Program Files\\dotnet\\library-packs":{},"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net8.0":{"targetAlias":"net8.0","projectReferences":{"C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\file finder test\\file finder test.csproj":{"projectPath":"C:\\Users\\bib\\Desktop\\vpr\\pull from pc\\vpr\\file finder test\\file finder test.csproj"}}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"}}"frameworks":{"net8.0":{"targetAlias":"net8.0","imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Program Files\\dotnet\\sdk\\8.0.412/PortableRuntimeIdentifierGraph.json"}}
\ No newline at end of file
diff --git a/db_tester/obj/rider.project.model.nuget.info b/db_tester/obj/rider.project.model.nuget.info
new file mode 100644
index 0000000..33f522d
--- /dev/null
+++ b/db_tester/obj/rider.project.model.nuget.info
@@ -0,0 +1 @@
+17563745377868119
\ No newline at end of file
diff --git a/db_tester/obj/rider.project.restore.info b/db_tester/obj/rider.project.restore.info
new file mode 100644
index 0000000..33f522d
--- /dev/null
+++ b/db_tester/obj/rider.project.restore.info
@@ -0,0 +1 @@
+17563745377868119
\ No newline at end of file
diff --git a/file finder test/Modules/DataBaseModules/DataBase.cs b/file finder test/Modules/DataBaseModules/DataBase.cs
index 6395ecc..4d30615 100644
--- a/file finder test/Modules/DataBaseModules/DataBase.cs
+++ b/file finder test/Modules/DataBaseModules/DataBase.cs
@@ -1,11 +1,64 @@
-using System.Collections.Generic;
+using System;
+using System.Net.Http;
+using System.Text;
using System.Threading.Tasks;
namespace file_finder__test.DataBaseModules{
- //Alloufi Yazan
- public class DataBase
+ //Quinn
+ public class DataBase:IDisposable
{
+ private readonly HttpClient _client;
+ private readonly string _baseUrl;
+
+ public DataBase(string baseUrl)
+ {
+ _baseUrl = baseUrl.TrimEnd('/');
+ _client = new HttpClient();
+ }
+
+ // Core method to send JSON requests
+ private async Task SendRequestAsync(string endpoint, object data)
+ {
+ string url = $"{_baseUrl}/{endpoint}";
+ string jsonData = System.Text.Json.JsonSerializer.Serialize(data);
+
+ var content = new StringContent(jsonData, Encoding.UTF8, "application/json");
+ HttpResponseMessage response = await _client.PostAsync(url, content);
+
+ response.EnsureSuccessStatusCode(); // throw if erro
+ return await response.Content.ReadAsStringAsync();
+ }
+
+ // User methods
+ public Task UserSet(object userData)
+ => SendRequestAsync("user/set.php", userData);
+
+ public Task UserGet(object requestData)
+ => SendRequestAsync("user/get.php", requestData);
+
+ public Task UserCreate(object userData)
+ => SendRequestAsync("user/create.php", userData);
+
+ // Media methods
+ public Task MediaGet(object requestData)
+ => SendRequestAsync("media/get.php", requestData);
+
+ public Task MediaAdd(object mediaData)
+ => SendRequestAsync("media/add.php", mediaData);
+
+ public Task MediaRemove(object mediaData)
+ => SendRequestAsync("media/remove.php", mediaData);
+ // update muvie watch counter
+ public Task MovieWatchIncrement(object requestData)
+ => SendRequestAsync("movie/watch.php", requestData);
+
+
+ public void Dispose()
+ {
+ _client.Dispose();
+ }
}
+
}
\ No newline at end of file
diff --git a/file finder test/Modules/DataBaseModules/mediaUpdate.cs b/file finder test/Modules/DataBaseModules/mediaUpdate.cs
new file mode 100644
index 0000000..2a065c5
--- /dev/null
+++ b/file finder test/Modules/DataBaseModules/mediaUpdate.cs
@@ -0,0 +1,37 @@
+using System.Text.Json;
+
+namespace file_finder__test.DataBaseModules
+{
+ public class mediaUpdate
+ {
+ public int Uid { get; set; }
+ public string MovieName { get; set; }
+
+ DataBase tmp = new DataBase("http//:localhost//file_finder/mediaUpdate");
+ public string Json { get; private set; }
+ public mediaUpdate(int uid, string movieName)
+ {
+ Uid = uid;
+ MovieName = movieName;
+
+ // Serialize to JSON
+ Json = JsonSerializer.Serialize(new
+ {
+ uid = Uid,
+ movieName = MovieName
+ });
+ Console.WriteLine(Json);
+ using var db = new DataBase("https://yourserver.com/api");
+ string response = db.MovieWatchIncrement(Json).Result;
+
+ if(response.Contains("302"))
+ Console.WriteLine("db not found");
+ else
+ {
+ Console.WriteLine(response);
+ }
+
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/file finder test/bin/Debug/net8.0/file finder test.dll b/file finder test/bin/Debug/net8.0/file finder test.dll
index bc3708e..ae93ef2 100644
Binary files a/file finder test/bin/Debug/net8.0/file finder test.dll and b/file finder test/bin/Debug/net8.0/file finder test.dll differ
diff --git a/file finder test/bin/Debug/net8.0/file finder test.exe b/file finder test/bin/Debug/net8.0/file finder test.exe
index 078de4d..7f86c67 100644
Binary files a/file finder test/bin/Debug/net8.0/file finder test.exe and b/file finder test/bin/Debug/net8.0/file finder test.exe differ
diff --git a/file finder test/bin/Debug/net8.0/file finder test.pdb b/file finder test/bin/Debug/net8.0/file finder test.pdb
index facafa0..1779e78 100644
Binary files a/file finder test/bin/Debug/net8.0/file finder test.pdb and b/file finder test/bin/Debug/net8.0/file finder test.pdb differ
diff --git a/file finder test/obj/Debug/net8.0/apphost.exe b/file finder test/obj/Debug/net8.0/apphost.exe
index 078de4d..7f86c67 100644
Binary files a/file finder test/obj/Debug/net8.0/apphost.exe and b/file finder test/obj/Debug/net8.0/apphost.exe differ
diff --git a/file finder test/obj/Debug/net8.0/file finder test.AssemblyInfo.cs b/file finder test/obj/Debug/net8.0/file finder test.AssemblyInfo.cs
index 5bf769c..8626f51 100644
--- a/file finder test/obj/Debug/net8.0/file finder test.AssemblyInfo.cs
+++ b/file finder test/obj/Debug/net8.0/file finder test.AssemblyInfo.cs
@@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("file finder test")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
-[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+8325267b1ee9a9d989a012b4424ff5a82fabd2dc")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+31e285348e08c73328cdf74e9365b74d3d52cebe")]
[assembly: System.Reflection.AssemblyProductAttribute("file finder test")]
[assembly: System.Reflection.AssemblyTitleAttribute("file finder test")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
diff --git a/file finder test/obj/Debug/net8.0/file finder test.AssemblyInfoInputs.cache b/file finder test/obj/Debug/net8.0/file finder test.AssemblyInfoInputs.cache
index ec5b067..f42fc3d 100644
--- a/file finder test/obj/Debug/net8.0/file finder test.AssemblyInfoInputs.cache
+++ b/file finder test/obj/Debug/net8.0/file finder test.AssemblyInfoInputs.cache
@@ -1 +1 @@
-191a99e79cd3f420bd587bb460eff2aebc97037046155ce3d7c7042bf0b7c27e
+54902fc7076061e851b27fe864585e7c25ff257e41a52253814b289ee3d0fa13
diff --git a/file finder test/obj/Debug/net8.0/file finder test.csproj.CoreCompileInputs.cache b/file finder test/obj/Debug/net8.0/file finder test.csproj.CoreCompileInputs.cache
index cbbffea..9161243 100644
--- a/file finder test/obj/Debug/net8.0/file finder test.csproj.CoreCompileInputs.cache
+++ b/file finder test/obj/Debug/net8.0/file finder test.csproj.CoreCompileInputs.cache
@@ -1 +1 @@
-e4c75367b96fe966bbfb7d4e53e4acd5e4f6d7322d8b9ba65d3d987bedb4cf9b
+45f88c71b79bcce5e13e2bc88821be88637e3d7c7093b0ebcaefb24ff7d4c1da
diff --git a/file finder test/obj/Debug/net8.0/file finder test.dll b/file finder test/obj/Debug/net8.0/file finder test.dll
index bc3708e..ae93ef2 100644
Binary files a/file finder test/obj/Debug/net8.0/file finder test.dll and b/file finder test/obj/Debug/net8.0/file finder test.dll differ
diff --git a/file finder test/obj/Debug/net8.0/file finder test.pdb b/file finder test/obj/Debug/net8.0/file finder test.pdb
index facafa0..1779e78 100644
Binary files a/file finder test/obj/Debug/net8.0/file finder test.pdb and b/file finder test/obj/Debug/net8.0/file finder test.pdb differ
diff --git a/file finder test/obj/Debug/net8.0/ref/file finder test.dll b/file finder test/obj/Debug/net8.0/ref/file finder test.dll
index dd98bc6..1b39e30 100644
Binary files a/file finder test/obj/Debug/net8.0/ref/file finder test.dll and b/file finder test/obj/Debug/net8.0/ref/file finder test.dll differ
diff --git a/file finder test/obj/Debug/net8.0/refint/file finder test.dll b/file finder test/obj/Debug/net8.0/refint/file finder test.dll
index dd98bc6..1b39e30 100644
Binary files a/file finder test/obj/Debug/net8.0/refint/file finder test.dll and b/file finder test/obj/Debug/net8.0/refint/file finder test.dll differ