diff --git a/.vs/MediaPlayer/FileContentIndex/01fdb0de-edd0-404b-aa5c-112cc539467b.vsidx b/.vs/MediaPlayer/FileContentIndex/01fdb0de-edd0-404b-aa5c-112cc539467b.vsidx
deleted file mode 100644
index b4dd8ec..0000000
Binary files a/.vs/MediaPlayer/FileContentIndex/01fdb0de-edd0-404b-aa5c-112cc539467b.vsidx and /dev/null differ
diff --git a/.vs/MediaPlayer/FileContentIndex/33d824c2-3c48-4846-b4f4-9f1dd63026b0.vsidx b/.vs/MediaPlayer/FileContentIndex/33d824c2-3c48-4846-b4f4-9f1dd63026b0.vsidx
new file mode 100644
index 0000000..94683fd
Binary files /dev/null and b/.vs/MediaPlayer/FileContentIndex/33d824c2-3c48-4846-b4f4-9f1dd63026b0.vsidx differ
diff --git a/.vs/MediaPlayer/v17/.suo b/.vs/MediaPlayer/v17/.suo
index a31ec05..958c078 100644
Binary files a/.vs/MediaPlayer/v17/.suo and b/.vs/MediaPlayer/v17/.suo differ
diff --git a/README.md b/README.md
index 9432a16..55519cc 100644
--- a/README.md
+++ b/README.md
@@ -35,9 +35,9 @@ Toda la información de la utilización del reproductoror aquí.
Desde este enlace podemos descargar el instalador del reproductor.
-:arrow_down: [Descarga Instalador v2.5.3 32 Bits](https://mega.nz/file/5RVzlZAJ#qXCj2Hqt6S9h7CTT59D8jn7qh_5LQHuOnYSAWH-o9qk)
+:arrow_down: [Descarga Instalador v3.0.0 32 Bits](https://mega.nz/file/UUtEyKyA#JU3B77Yjk1r9EjLBaT9htchKpgYewk8kVMtzsCvdwXg)
-:arrow_down: [Descarga Instalador v2.5.3 64 Bits](https://mega.nz/file/VNtSCDyT#dzuM746-4SdvtUAdA7fB8EgpPOfyGMF4NOCqefASkTA)
+:arrow_down: [Descarga Instalador v3.0.0 64 Bits](https://mega.nz/file/IRMwBJzB#NdRlIjXmTbzb9FQhL26mkpfumHftY51v9Q57bL5eDv4)
### Formatos de audio (Esta versión)
@@ -52,12 +52,12 @@ Sistemas operativos Windows a partir de la versión 7 en adelante con arquitectu
256 MB de memoría.
-### V2.5.0 Mejoras desde la versión V1.5.0
+### V3.0.0 Mejoras desde la versión V2.5.0
* Mejora la estabilidad.
* Se mejoró la reproducción random de los diferentes listados de canciones.
* Generación de listas de reproducción de regalo al principio de cada mes.
-* V2.5.2 mejora en la gestión de favoritos.
+* Se incorpora la posibilidad de realizar respaldos del estado del reproductor.
### Autor
diff --git a/ReproductorMusicaTagEditables/MainWindow.xaml.cs b/ReproductorMusicaTagEditables/MainWindow.xaml.cs
index 4e5155e..33e6c64 100644
--- a/ReproductorMusicaTagEditables/MainWindow.xaml.cs
+++ b/ReproductorMusicaTagEditables/MainWindow.xaml.cs
@@ -179,7 +179,7 @@ private void sliderLineTime_MouseLeftButtonDown(object sender, MouseButtonEventA
private void Menu_DocClick(object sender, EventArgs e)
{
- System.Diagnostics.Process.Start("https://github.com/FedericoManzano/media-player/blob/master/ReproductorMusicaTagEditables/Manual/Manual.md");
+ System.Diagnostics.Process.Start("https://github.com/FedeManzano/media-player/blob/master/ReproductorMusicaTagEditables/Manual/Manual.md");
}
private void Window_Loaded(object sender, RoutedEventArgs e)
diff --git a/ReproductorMusicaTagEditables/Manual/Manual.md b/ReproductorMusicaTagEditables/Manual/Manual.md
index 236ff2a..5848936 100644
--- a/ReproductorMusicaTagEditables/Manual/Manual.md
+++ b/ReproductorMusicaTagEditables/Manual/Manual.md
@@ -45,9 +45,9 @@ Para descargar el reproductor lo podemos hacer desde los siguientes enlaces:
Dependiendo la arquitectura de su sistema operativo deberán seleccionar una de estas dos opciones:
-:arrow_down: [Descarga Instalador v3.0.0 32 Bits](https://mega.nz/file/5RVzlZAJ#qXCj2Hqt6S9h7CTT59D8jn7qh_5LQHuOnYSAWH-o9qk)
+:arrow_down: [Descarga Instalador v3.0.0 32 Bits](https://mega.nz/file/UUtEyKyA#JU3B77Yjk1r9EjLBaT9htchKpgYewk8kVMtzsCvdwXg)
-:arrow_down: [Descarga Instalador v3.0.0 64 Bits](https://mega.nz/file/VNtSCDyT#dzuM746-4SdvtUAdA7fB8EgpPOfyGMF4NOCqefASkTA)
+:arrow_down: [Descarga Instalador v3.0.0 64 Bits](https://mega.nz/file/IRMwBJzB#NdRlIjXmTbzb9FQhL26mkpfumHftY51v9Q57bL5eDv4)
El resultado de la descarga nos va a dejar un archivo llamado `MediaPlayer.zip`.
@@ -332,7 +332,7 @@ Lo mismo que pasa con los álbumes pasa con los géneros, los artistas y listas
Para reproducir las canciones de un artistas simplemente el usuario accede a la página del artista que le interesa y le da al botón **Reproducir Todas**.
-![Reproducir](https://github.com/FedeManzano/media-player/blob/master/ReproductorMusicaTagEditables/Manual/Imagenes/repoducir1.png?raw=true)
+![Reproducir](https://github.com/FedeManzano/media-player/blob/master/ReproductorMusicaTagEditables/Manual/Imagenes/rerpoducir1.png?raw=true)
#### Reproducir álbum
diff --git a/ReproductorMusicaTagEditables/MediaPlayer.csproj b/ReproductorMusicaTagEditables/MediaPlayer.csproj
index 6d01339..e6426dc 100644
--- a/ReproductorMusicaTagEditables/MediaPlayer.csproj
+++ b/ReproductorMusicaTagEditables/MediaPlayer.csproj
@@ -26,7 +26,7 @@
false
false
true
- 47
+ 50
1.0.0.%2a
false
true
diff --git a/ReproductorMusicaTagEditables/Mvvm/Repository/Listas/ListasReproduccion.cs b/ReproductorMusicaTagEditables/Mvvm/Repository/Listas/ListasReproduccion.cs
index 128e117..b6f8308 100644
--- a/ReproductorMusicaTagEditables/Mvvm/Repository/Listas/ListasReproduccion.cs
+++ b/ReproductorMusicaTagEditables/Mvvm/Repository/Listas/ListasReproduccion.cs
@@ -308,14 +308,14 @@ public static Dictionary> GenerarListasDinamicasFavoritos (
foreach(string p in paths)
{
string nombre = ExtraerNombreArchivo(p);
- //if (EsMenorQueLAFechaActual(nombre))
- //{
+ if (EsMenorQueLAFechaActual(nombre))
+ {
List l = JsonConvert.DeserializeObject>(File.ReadAllText(p));
if (l != null && l.Any())
{
dicCanciones[nombre] = l;
}
- //}
+ }
}
return dicCanciones;
}
diff --git a/ReproductorMusicaTagEditables/bin/Release/ReproductorMusicaTagEditables.application b/ReproductorMusicaTagEditables/bin/Release/ReproductorMusicaTagEditables.application
index 3204f5b..63af646 100644
--- a/ReproductorMusicaTagEditables/bin/Release/ReproductorMusicaTagEditables.application
+++ b/ReproductorMusicaTagEditables/bin/Release/ReproductorMusicaTagEditables.application
@@ -1,20 +1,20 @@
-
+
-
-
+
+
- NaMZRtrENRKTrvnzJy2osHdpTAZQFVlKDnLT21y1M/A=
+ ehc9ltBNwHoluA4EDQll6CZ1m9X4uyHfPfXVVkkzK8M=
diff --git a/ReproductorMusicaTagEditables/bin/Release/ReproductorMusicaTagEditables.exe b/ReproductorMusicaTagEditables/bin/Release/ReproductorMusicaTagEditables.exe
index 2bea854..cb0dd90 100644
Binary files a/ReproductorMusicaTagEditables/bin/Release/ReproductorMusicaTagEditables.exe and b/ReproductorMusicaTagEditables/bin/Release/ReproductorMusicaTagEditables.exe differ
diff --git a/ReproductorMusicaTagEditables/bin/Release/ReproductorMusicaTagEditables.exe.manifest b/ReproductorMusicaTagEditables/bin/Release/ReproductorMusicaTagEditables.exe.manifest
index a4cf094..a1ddea2 100644
--- a/ReproductorMusicaTagEditables/bin/Release/ReproductorMusicaTagEditables.exe.manifest
+++ b/ReproductorMusicaTagEditables/bin/Release/ReproductorMusicaTagEditables.exe.manifest
@@ -1,6 +1,6 @@
-
+
@@ -199,14 +199,14 @@
-
+
- Y8yUulYVq8DvCacq1DFHN+zGb3cSkpHR0Xmu5NXDn7M=
+ BJ1w5rM0T/m0ZCXxSvbi7UcKPhZFdtaFfh/Fi1zNVjc=
diff --git a/ReproductorMusicaTagEditables/bin/Release/ReproductorMusicaTagEditables.pdb b/ReproductorMusicaTagEditables/bin/Release/ReproductorMusicaTagEditables.pdb
index 8ae3fbf..1c3708a 100644
Binary files a/ReproductorMusicaTagEditables/bin/Release/ReproductorMusicaTagEditables.pdb and b/ReproductorMusicaTagEditables/bin/Release/ReproductorMusicaTagEditables.pdb differ
diff --git a/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/ControlTiempoMultimedia.dll.deploy b/ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/ControlTiempoMultimedia.dll.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/ControlTiempoMultimedia.dll.deploy
rename to ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/ControlTiempoMultimedia.dll.deploy
diff --git a/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/ControlzEx.dll.deploy b/ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/ControlzEx.dll.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/ControlzEx.dll.deploy
rename to ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/ControlzEx.dll.deploy
diff --git a/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/FontAwesome.WPF.dll.deploy b/ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/FontAwesome.WPF.dll.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/FontAwesome.WPF.dll.deploy
rename to ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/FontAwesome.WPF.dll.deploy
diff --git a/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/MahApps.Metro.IconPacks.Core.dll.deploy b/ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/MahApps.Metro.IconPacks.Core.dll.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/MahApps.Metro.IconPacks.Core.dll.deploy
rename to ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/MahApps.Metro.IconPacks.Core.dll.deploy
diff --git a/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/MahApps.Metro.IconPacks.FontAwesome.dll.deploy b/ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/MahApps.Metro.IconPacks.FontAwesome.dll.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/MahApps.Metro.IconPacks.FontAwesome.dll.deploy
rename to ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/MahApps.Metro.IconPacks.FontAwesome.dll.deploy
diff --git a/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/MahApps.Metro.dll.deploy b/ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/MahApps.Metro.dll.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/MahApps.Metro.dll.deploy
rename to ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/MahApps.Metro.dll.deploy
diff --git a/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/MediaToolkit.dll.deploy b/ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/MediaToolkit.dll.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/MediaToolkit.dll.deploy
rename to ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/MediaToolkit.dll.deploy
diff --git a/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/Microsoft.WindowsAPICodePack.Shell.dll.deploy b/ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/Microsoft.WindowsAPICodePack.Shell.dll.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/Microsoft.WindowsAPICodePack.Shell.dll.deploy
rename to ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/Microsoft.WindowsAPICodePack.Shell.dll.deploy
diff --git a/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/Microsoft.WindowsAPICodePack.dll.deploy b/ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/Microsoft.WindowsAPICodePack.dll.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/Microsoft.WindowsAPICodePack.dll.deploy
rename to ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/Microsoft.WindowsAPICodePack.dll.deploy
diff --git a/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/Microsoft.Xaml.Behaviors.dll.deploy b/ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/Microsoft.Xaml.Behaviors.dll.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/Microsoft.Xaml.Behaviors.dll.deploy
rename to ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/Microsoft.Xaml.Behaviors.dll.deploy
diff --git a/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/Newtonsoft.Json.dll.deploy b/ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/Newtonsoft.Json.dll.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/Newtonsoft.Json.dll.deploy
rename to ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/Newtonsoft.Json.dll.deploy
diff --git a/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/ReproductorMusicaTagEditables.exe.config.deploy b/ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/ReproductorMusicaTagEditables.exe.config.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/ReproductorMusicaTagEditables.exe.config.deploy
rename to ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/ReproductorMusicaTagEditables.exe.config.deploy
diff --git a/ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/ReproductorMusicaTagEditables.exe.deploy b/ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/ReproductorMusicaTagEditables.exe.deploy
new file mode 100644
index 0000000..d83f192
Binary files /dev/null and b/ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/ReproductorMusicaTagEditables.exe.deploy differ
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/ReproductorMusicaTagEditables.exe.manifest b/ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/ReproductorMusicaTagEditables.exe.manifest
similarity index 76%
rename from ReproductorMusicaTagEditables/bin/x64/Debug/ReproductorMusicaTagEditables.exe.manifest
rename to ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/ReproductorMusicaTagEditables.exe.manifest
index 4c98758..134b8b5 100644
--- a/ReproductorMusicaTagEditables/bin/x64/Debug/ReproductorMusicaTagEditables.exe.manifest
+++ b/ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/ReproductorMusicaTagEditables.exe.manifest
@@ -1,19 +1,19 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- O4fu/bH3iUC1I04/IP8Q5JnqUp4LnLd8QVodlDxB8ns=
-
-
-
-
-
-
-
-
-
-
-
- 8V2J2XIO7blMCbHbMspqUU6e/ykG2pE5b/1/h3cUkR4=
-
-
-
-
-
-
-
-
-
-
-
- Y9UNvglLvOXXv4rwjA2RnPpeBXygWueydwSoR3yLNI8=
-
-
-
-
-
-
-
-
-
-
-
- paqCoJ78P226wid+1uxYV5r16SNlpSsndlm7L461sds=
-
-
-
-
-
-
-
-
-
-
-
- AgBqPC6DSzP31g63NxNhIJXfwM7zqOju90jScyVn4Uw=
-
-
-
-
-
-
-
-
-
-
-
- thVoFNcBSjhYeZGxnuySKEObwLJVjPqb7bTnKsYR/Ms=
-
-
-
-
-
-
-
-
-
-
-
- 2/eIZYWbB3bfJFiqf0kNZuG1QQSHMGPpn0uaTZ1ZrMw=
-
-
-
-
-
-
-
-
-
-
-
- qKG1MzYA4GhwBk4CNKJgYBQs3hlNqe5WYzBnCXb9tmo=
-
-
-
-
-
-
-
-
-
-
-
- uWZN5kx34dKVl4akM03WEeLa1yTbmn0shh9iLzyOkMU=
-
-
-
-
-
-
-
-
-
-
-
- QYteepb5phBcxv5FiWqRZOeciEn0C+I6QRtVY6jjoNA=
-
-
-
-
-
-
-
-
-
-
-
- 5vqdnjT/O/Y854JlSxTktUo6vRAiyHvAmQMsKUgVdnI=
-
-
-
-
-
-
-
-
-
-
-
- /3WTj+3uWWcGFxkW23Y6wQC8cWSnNG3XOa1hZg4Gi1o=
-
-
-
-
-
-
-
-
-
-
-
- 4eJ697B+7t9c5xqSVfBCKBam/FhJpIPGcU4bRyBE+p0=
-
-
-
-
-
-
-
-
-
-
-
- rHn+I3BHVFokqjKIJY3WRpHnKaizEAZQYrDlUhygguI=
-
-
-
-
-
-
-
-
-
-
-
- 0iEzgYowMT4L7PAQ14pValazTqNh29M1iMmBdjH+1UA=
-
-
-
-
-
-
-
-
-
-
-
- sYM6Qasekz97AG5dsVMAtyI7/MwsO2aJ1JqRcd0n3h0=
-
-
-
-
-
-
-
-
-
- c/ubsg5cr6Gr/azp6DWMbRVjM6q5stqEuaq+RPg9hvQ=
-
-
-
-
-
-
-
-
- FihlZtVNgcNyH37Pf0Jtll3jZOm+L55ijXNjtoS2/mo=
-
-
-
\ No newline at end of file
+ -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ O4fu/bH3iUC1I04/IP8Q5JnqUp4LnLd8QVodlDxB8ns=
+
+
+
+
+
+
+
+
+
+
+
+ 8V2J2XIO7blMCbHbMspqUU6e/ykG2pE5b/1/h3cUkR4=
+
+
+
+
+
+
+
+
+
+
+
+ Y9UNvglLvOXXv4rwjA2RnPpeBXygWueydwSoR3yLNI8=
+
+
+
+
+
+
+
+
+
+
+
+ paqCoJ78P226wid+1uxYV5r16SNlpSsndlm7L461sds=
+
+
+
+
+
+
+
+
+
+
+
+ AgBqPC6DSzP31g63NxNhIJXfwM7zqOju90jScyVn4Uw=
+
+
+
+
+
+
+
+
+
+
+
+ thVoFNcBSjhYeZGxnuySKEObwLJVjPqb7bTnKsYR/Ms=
+
+
+
+
+
+
+
+
+
+
+
+ 2/eIZYWbB3bfJFiqf0kNZuG1QQSHMGPpn0uaTZ1ZrMw=
+
+
+
+
+
+
+
+
+
+
+
+ qKG1MzYA4GhwBk4CNKJgYBQs3hlNqe5WYzBnCXb9tmo=
+
+
+
+
+
+
+
+
+
+
+
+ uWZN5kx34dKVl4akM03WEeLa1yTbmn0shh9iLzyOkMU=
+
+
+
+
+
+
+
+
+
+
+
+ QYteepb5phBcxv5FiWqRZOeciEn0C+I6QRtVY6jjoNA=
+
+
+
+
+
+
+
+
+
+
+
+ 5vqdnjT/O/Y854JlSxTktUo6vRAiyHvAmQMsKUgVdnI=
+
+
+
+
+
+
+
+
+
+
+
+ /3WTj+3uWWcGFxkW23Y6wQC8cWSnNG3XOa1hZg4Gi1o=
+
+
+
+
+
+
+
+
+
+
+
+ 4eJ697B+7t9c5xqSVfBCKBam/FhJpIPGcU4bRyBE+p0=
+
+
+
+
+
+
+
+
+
+
+
+ BJ1w5rM0T/m0ZCXxSvbi7UcKPhZFdtaFfh/Fi1zNVjc=
+
+
+
+
+
+
+
+
+
+
+
+ 0iEzgYowMT4L7PAQ14pValazTqNh29M1iMmBdjH+1UA=
+
+
+
+
+
+
+
+
+
+
+
+ sYM6Qasekz97AG5dsVMAtyI7/MwsO2aJ1JqRcd0n3h0=
+
+
+
+
+
+
+
+
+
+ c/ubsg5cr6Gr/azp6DWMbRVjM6q5stqEuaq+RPg9hvQ=
+
+
+
+
+
+
+
+
+ FihlZtVNgcNyH37Pf0Jtll3jZOm+L55ijXNjtoS2/mo=
+
+
+zFZPMH3k1RNmIgPwuW33CGzRRc60umYdu9XEuGYCt3Y=pD36SgSVZdHVDB5PJfBhSJbuBEzL86iXrPFP4AWwqWBg1OcxYd33+U9xnMlq3GEGd8VUhFJ86kF+deuoNTZ3D8VwVcWdS3eZAOaov79FsjSoneAeLmLIAht8BsNt6JqONWKnCo+sHkmRSQWTpGn5vBXQ53pvQiBk946XvZhfrVg=4iNq24i3Z6luLkrIqFFkoG5+wr96eH1pXaHsfIKoSR92kh23+6PLMS6HN4i/TC7ZbFaEg4lz5DnX4QYiJLxJR+69D0omATm5QUaYmGGrZSWGZeqc9ErSkVfXBVEZ0RY508VUCyklm/BHS2StXri+GjwKB64MS/LINcoR9U3phSk=AQABCN=FEDERICO\federaVxYwoqVECf9349ihgQzZ58tSjgxLs/Bok04wsRP8go=k6xHb5GaRtKHbzXU26jetE2J/MDISRQpWUMZYJywtBgFcL/epmPCPvjS15T+cGgurbvN/KNCDAZNLglEb/A3rO0hTbTVEJEoqErh0VvxxY+CwXB9PsjeROcgv5Mz20LGg76dfgn3tu/Vmd6YdRx9PuFm8sFwT83BMp75LuQDO6k=4iNq24i3Z6luLkrIqFFkoG5+wr96eH1pXaHsfIKoSR92kh23+6PLMS6HN4i/TC7ZbFaEg4lz5DnX4QYiJLxJR+69D0omATm5QUaYmGGrZSWGZeqc9ErSkVfXBVEZ0RY508VUCyklm/BHS2StXri+GjwKB64MS/LINcoR9U3phSk=AQABMIIB0TCCATqgAwIBAgIQG4l23l3ktbJLEMkkVAaIUDANBgkqhkiG9w0BAQsFADAnMSUwIwYDVQQDHhwARgBFAEQARQBSAEkAQwBPAFwAZgBlAGQAZQByMB4XDTIzMTIwMzA5MjgyOVoXDTI0MTIwMjE1MjgyOVowJzElMCMGA1UEAx4cAEYARQBEAEUAUgBJAEMATwBcAGYAZQBkAGUAcjCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA4iNq24i3Z6luLkrIqFFkoG5+wr96eH1pXaHsfIKoSR92kh23+6PLMS6HN4i/TC7ZbFaEg4lz5DnX4QYiJLxJR+69D0omATm5QUaYmGGrZSWGZeqc9ErSkVfXBVEZ0RY508VUCyklm/BHS2StXri+GjwKB64MS/LINcoR9U3phSkCAwEAATANBgkqhkiG9w0BAQsFAAOBgQDUfmsJLlMicMn1yGIgTb0Rl5wj033vgvIyS53Ip2kACMXmGrdszx8SPN4D9ZVf0AgUw5Jk0MU3RYioz633lXqo7luZZWC8Pk01Fm4s9qgGnJKn3wahUQUGmrkeEvjHwzalf3xdmJPPJVRd/ZmvWX+YdNStNEizngQRyNcH+wrgkw==
\ No newline at end of file
diff --git a/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/System.Diagnostics.DiagnosticSource.dll.deploy b/ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/System.Diagnostics.DiagnosticSource.dll.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/System.Diagnostics.DiagnosticSource.dll.deploy
rename to ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/System.Diagnostics.DiagnosticSource.dll.deploy
diff --git a/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/TagLibSharp.dll.deploy b/ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/TagLibSharp.dll.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/TagLibSharp.dll.deploy
rename to ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/TagLibSharp.dll.deploy
diff --git a/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/de/MahApps.Metro.resources.dll.deploy b/ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/de/MahApps.Metro.resources.dll.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/de/MahApps.Metro.resources.dll.deploy
rename to ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/de/MahApps.Metro.resources.dll.deploy
diff --git a/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/libvideo.dll.deploy b/ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/libvideo.dll.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/libvideo.dll.deploy
rename to ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/libvideo.dll.deploy
diff --git a/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/nota-musical.ico.deploy b/ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/nota-musical.ico.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/nota-musical.ico.deploy
rename to ReproductorMusicaTagEditables/bin/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_49/nota-musical.ico.deploy
diff --git a/ReproductorMusicaTagEditables/bin/Release/app.publish/ReproductorMusicaTagEditables.application b/ReproductorMusicaTagEditables/bin/Release/app.publish/ReproductorMusicaTagEditables.application
new file mode 100644
index 0000000..ddaf01f
--- /dev/null
+++ b/ReproductorMusicaTagEditables/bin/Release/app.publish/ReproductorMusicaTagEditables.application
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ oC8Z+eL+Lsbc/563lv7DIaaoY04wkgiqVDDv5WkTkTU=
+
+
+
+qZWADZtX8ujJVOpvLfTw/9PT/4eIScj4DZXkAZCP8qY=d+5T0Stv9bZsMv1SeESEajEQKjfOqcXxsp3O/pXTZ3mIOymZOvllAR4yd/EDkZiA/aq7hgqYk3d+qBp03zPPKQhB6GLqkj8IcjKNSjZ5oOKoIFt7dHyqcj+/oPe7dq5DEmOq58qXrdciNS1IPE92S7GBYV55OHh36mks6xrDKZ4=4iNq24i3Z6luLkrIqFFkoG5+wr96eH1pXaHsfIKoSR92kh23+6PLMS6HN4i/TC7ZbFaEg4lz5DnX4QYiJLxJR+69D0omATm5QUaYmGGrZSWGZeqc9ErSkVfXBVEZ0RY508VUCyklm/BHS2StXri+GjwKB64MS/LINcoR9U3phSk=AQABCN=FEDERICO\federd5YW2dkadxgnVGIEhSDZFqI1WSYXTneJvrSM9ClK5l4=AakNT8RXjuajnbKQJreAyRqfEKePgI5p8wVxEygkK9Q/PVyT5wvODJdbv9XPFVgO8E8lQbbNE6L1Kcc/KN01aL0rpWGNiRdqLuGlWFhrcP3ow3K/HCgqy9jaUcb0gh1ZrkY3zjirQBYwraf+hovOhtOHG24zvzyjI7YeLBbMRxw=4iNq24i3Z6luLkrIqFFkoG5+wr96eH1pXaHsfIKoSR92kh23+6PLMS6HN4i/TC7ZbFaEg4lz5DnX4QYiJLxJR+69D0omATm5QUaYmGGrZSWGZeqc9ErSkVfXBVEZ0RY508VUCyklm/BHS2StXri+GjwKB64MS/LINcoR9U3phSk=AQABMIIB0TCCATqgAwIBAgIQG4l23l3ktbJLEMkkVAaIUDANBgkqhkiG9w0BAQsFADAnMSUwIwYDVQQDHhwARgBFAEQARQBSAEkAQwBPAFwAZgBlAGQAZQByMB4XDTIzMTIwMzA5MjgyOVoXDTI0MTIwMjE1MjgyOVowJzElMCMGA1UEAx4cAEYARQBEAEUAUgBJAEMATwBcAGYAZQBkAGUAcjCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA4iNq24i3Z6luLkrIqFFkoG5+wr96eH1pXaHsfIKoSR92kh23+6PLMS6HN4i/TC7ZbFaEg4lz5DnX4QYiJLxJR+69D0omATm5QUaYmGGrZSWGZeqc9ErSkVfXBVEZ0RY508VUCyklm/BHS2StXri+GjwKB64MS/LINcoR9U3phSkCAwEAATANBgkqhkiG9w0BAQsFAAOBgQDUfmsJLlMicMn1yGIgTb0Rl5wj033vgvIyS53Ip2kACMXmGrdszx8SPN4D9ZVf0AgUw5Jk0MU3RYioz633lXqo7luZZWC8Pk01Fm4s9qgGnJKn3wahUQUGmrkeEvjHwzalf3xdmJPPJVRd/ZmvWX+YdNStNEizngQRyNcH+wrgkw==
\ No newline at end of file
diff --git a/ReproductorMusicaTagEditables/bin/Release/app.publish/ReproductorMusicaTagEditables.exe b/ReproductorMusicaTagEditables/bin/Release/app.publish/ReproductorMusicaTagEditables.exe
index 3cdda9b..d83f192 100644
Binary files a/ReproductorMusicaTagEditables/bin/Release/app.publish/ReproductorMusicaTagEditables.exe and b/ReproductorMusicaTagEditables/bin/Release/app.publish/ReproductorMusicaTagEditables.exe differ
diff --git a/ReproductorMusicaTagEditables/bin/Release/app.publish/setup.exe b/ReproductorMusicaTagEditables/bin/Release/app.publish/setup.exe
new file mode 100644
index 0000000..d74c2ec
Binary files /dev/null and b/ReproductorMusicaTagEditables/bin/Release/app.publish/setup.exe differ
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/Canciones.json b/ReproductorMusicaTagEditables/bin/x64/Debug/Canciones.json
deleted file mode 100644
index 80f439f..0000000
--- a/ReproductorMusicaTagEditables/bin/x64/Debug/Canciones.json
+++ /dev/null
@@ -1,35192 +0,0 @@
-[
- {
- "Numero": "1",
- "Titulo": "Back In Black",
- "Artista": "ACDC",
- "Album": "BACK IN BLACK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Back in black\\Back In Black.mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2620951282,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.3693772-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Givin the Dog a Bone",
- "Artista": "ACDC",
- "Album": "BACK IN BLACK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Back in black\\Givin the Dog a Bone.mp3",
- "Duracion": "03:37",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2172449358,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.4589045-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Have a Drink on Me",
- "Artista": "ACDC",
- "Album": "BACK IN BLACK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Back in black\\Have a Drink on Me.mp3",
- "Duracion": "04:04",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2445998076,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.4725682-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Hells Bells",
- "Artista": "ACDC",
- "Album": "BACK IN BLACK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Back in black\\Hells Bells.mp3",
- "Duracion": "05:20",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 3203415384,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.4871233-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Let Me Put My Love Into You",
- "Artista": "ACDC",
- "Album": "BACK IN BLACK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Back in black\\Let Me Put My Love Into You.mp3",
- "Duracion": "04:21",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2618540384,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.5051243-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Rock and Roll Ain't Noise Pollution",
- "Artista": "ACDC",
- "Album": "BACK IN BLACK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Back in black\\Rock and Roll Ain't Noise Pollution.mp3",
- "Duracion": "04:32",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2729192307,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.5211665-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Shake a Leg",
- "Artista": "ACDC",
- "Album": "BACK IN BLACK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Back in black\\Shake a Leg.mp3",
- "Duracion": "04:11",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2519944871,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.5341663-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Shoot to Thrill",
- "Artista": "ACDC",
- "Album": "BACK IN BLACK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Back in black\\Shoot to Thrill.mp3",
- "Duracion": "05:25",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 3256195512,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.5449876-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "What Do You Do for Money Honey",
- "Artista": "ACDC",
- "Album": "BACK IN BLACK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Back in black\\What Do You Do for Money Honey.mp3",
- "Duracion": "03:41",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2211030128,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.5568116-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "You Shook Me All Night Long",
- "Artista": "ACDC",
- "Album": "BACK IN BLACK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Back in black\\You Shook Me All Night Long.mp3",
- "Duracion": "03:35",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2156105769,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.5688119-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Hard as a Rock",
- "Artista": "ACDC",
- "Album": "BALLBREAKER",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Ballbreaker\\01 Hard as a Rock.mp3",
- "Duracion": "04:31",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2710726530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.5980237-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Cover You in Oil",
- "Artista": "ACDC",
- "Album": "BALLBREAKER",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Ballbreaker\\02 Cover You in Oil.mp3",
- "Duracion": "04:32",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2726922448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.6352301-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "The Furor",
- "Artista": "ACDC",
- "Album": "BALLBREAKER",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Ballbreaker\\03 The Furor.mp3",
- "Duracion": "04:10",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2508016326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.670599-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Boogie Man",
- "Artista": "ACDC",
- "Album": "BALLBREAKER",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Ballbreaker\\04 Boogie Man.mp3",
- "Duracion": "04:07",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2470138775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.7025457-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Burnin' Alive",
- "Artista": "ACDC",
- "Album": "BALLBREAKER",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Ballbreaker\\06 Burnin' Alive.mp3",
- "Duracion": "05:05",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3055804081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.7342941-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Hail Caesar",
- "Artista": "ACDC",
- "Album": "BALLBREAKER",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Ballbreaker\\07 Hail Caesar.mp3",
- "Duracion": "05:14",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3144620408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.7683219-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Love Bomb",
- "Artista": "ACDC",
- "Album": "BALLBREAKER",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Ballbreaker\\08 Love Bomb.mp3",
- "Duracion": "03:14",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 1942204081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.8000801-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Caught with Your Pants Down",
- "Artista": "ACDC",
- "Album": "BALLBREAKER",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Ballbreaker\\09 Caught with Your Pants Down.mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2545632653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.837756-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Whiskey on the Rocks",
- "Artista": "ACDC",
- "Album": "BALLBREAKER",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Ballbreaker\\10 Whiskey on the Rocks.mp3",
- "Duracion": "04:35",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2751738775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.8741058-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Ballbreaker",
- "Artista": "ACDC",
- "Album": "BALLBREAKER",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Ballbreaker\\11 Ballbreaker.mp3",
- "Duracion": "04:30",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2708114285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.9122906-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Rock N Roll Train",
- "Artista": "ACDC",
- "Album": "BLACK ICE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Black ice\\01 Rock N Roll Train.mp3",
- "Duracion": "04:21",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2615902040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.947674-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Skies on Fire",
- "Artista": "ACDC",
- "Album": "BLACK ICE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Black ice\\02 Skies on Fire.mp3",
- "Duracion": "03:34",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2142302040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.9644666-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Big Jack",
- "Artista": "ACDC",
- "Album": "BLACK ICE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Black ice\\03 Big Jack.mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2370873469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.9834613-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Anything Goes",
- "Artista": "ACDC",
- "Album": "BLACK ICE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Black ice\\04 Anything Goes.mp3",
- "Duracion": "03:22",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2022138775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.9984934-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "War Machine",
- "Artista": "ACDC",
- "Album": "BLACK ICE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Black ice\\05 War Machine.mp3",
- "Duracion": "03:09",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 1898579591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.0198743-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Smash N Grab",
- "Artista": "ACDC",
- "Album": "BLACK ICE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Black ice\\06 Smash N Grab.mp3",
- "Duracion": "04:06",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2464391836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.0369638-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Spoilin' for a Fight",
- "Artista": "ACDC",
- "Album": "BLACK ICE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Black ice\\07 Spoilin' for a Fight.mp3",
- "Duracion": "03:17",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 1971200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.0593123-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Wheels",
- "Artista": "ACDC",
- "Album": "BLACK ICE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Black ice\\08 Wheels.mp3",
- "Duracion": "03:28",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2085355102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.0806605-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Decibel",
- "Artista": "ACDC",
- "Album": "BLACK ICE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Black ice\\09 Decibel.mp3",
- "Duracion": "03:33",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2139428571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.0967528-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Stormy May Day",
- "Artista": "ACDC",
- "Album": "BLACK ICE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Black ice\\10 Stormy May Day.mp3",
- "Duracion": "03:10",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 1903020408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.1119423-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "She Likes Rock N Roll",
- "Artista": "ACDC",
- "Album": "BLACK ICE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Black ice\\11 She Likes Rock N Roll.mp3",
- "Duracion": "03:52",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2329861224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.128919-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Money Made",
- "Artista": "ACDC",
- "Album": "BLACK ICE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Black ice\\12 Money Made.mp3",
- "Duracion": "04:15",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2554775510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.1454341-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Rock N Roll Dream",
- "Artista": "ACDC",
- "Album": "BLACK ICE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Black ice\\13 Rock N Roll Dream.mp3",
- "Duracion": "04:40",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2809208163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.1634099-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Rocking All the Way",
- "Artista": "ACDC",
- "Album": "BLACK ICE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Black ice\\14 Rocking All the Way.mp3",
- "Duracion": "03:22",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2025795918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.1846979-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Black Ice",
- "Artista": "ACDC",
- "Album": "BLACK ICE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Black ice\\15 Black Ice.mp3",
- "Duracion": "03:25",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2051395918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.2036374-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Highway to Hell",
- "Artista": "ACDC",
- "Album": "HIGHWAY TO HELL",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Highway to hell\\01 Highway to Hell.mp3",
- "Duracion": "03:28",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2084832653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.2246844-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Girls Got Rhythm",
- "Artista": "ACDC",
- "Album": "HIGHWAY TO HELL",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Highway to hell\\02 Girls Got Rhythm.mp3",
- "Duracion": "03:23",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2033632653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.2462754-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Walk All Over You",
- "Artista": "ACDC",
- "Album": "HIGHWAY TO HELL",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Highway to hell\\03 Walk All Over You.mp3",
- "Duracion": "05:10",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 3100995918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.2685615-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Touch Too Much",
- "Artista": "ACDC",
- "Album": "HIGHWAY TO HELL",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Highway to hell\\04 Touch Too Much.mp3",
- "Duracion": "04:26",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2663444897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.2928099-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Beating Around the Bush",
- "Artista": "ACDC",
- "Album": "HIGHWAY TO HELL",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Highway to hell\\05 Beating Around the Bush.mp3",
- "Duracion": "03:55",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2357289795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.3146547-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Shot Down in Flames",
- "Artista": "ACDC",
- "Album": "HIGHWAY TO HELL",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Highway to hell\\06 Shot Down in Flames.mp3",
- "Duracion": "03:22",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2029453061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.3364941-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Get It Hot",
- "Artista": "ACDC",
- "Album": "HIGHWAY TO HELL",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Highway to hell\\07 Get It Hot.mp3",
- "Duracion": "02:34",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1545142857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.3567438-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "If You Want Blood (You've Got It)",
- "Artista": "ACDC",
- "Album": "HIGHWAY TO HELL",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Highway to hell\\08 If You Want Blood (You've Got It).mp3",
- "Duracion": "04:34",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2743118367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.3796608-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Love Hungry Man",
- "Artista": "ACDC",
- "Album": "HIGHWAY TO HELL",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Highway to hell\\09 Love Hungry Man.mp3",
- "Duracion": "04:17",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2572016326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.3980387-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Night Prowler",
- "Artista": "ACDC",
- "Album": "HIGHWAY TO HELL",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Highway to hell\\10 Night Prowler.mp3",
- "Duracion": "06:29",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 3895902040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.4211048-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Shoot to Thrill",
- "Artista": "ACDC",
- "Album": "IRON MAN 2",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Iron 2\\01 Shoot to Thrill.m4a",
- "Duracion": "05:17",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 3178120000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.4907137-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Rock 'N' Roll Damnation",
- "Artista": "ACDC",
- "Album": "IRON MAN 2",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Iron 2\\02 Rock 'N' Roll Damnation.m4a",
- "Duracion": "03:36",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2169210000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.546123-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Guns for Hire",
- "Artista": "ACDC",
- "Album": "IRON MAN 2",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Iron 2\\03 Guns for Hire.m4a",
- "Duracion": "03:24",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2046840000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.5595385-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Cold Hearted Man",
- "Artista": "ACDC",
- "Album": "IRON MAN 2",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Iron 2\\04 Cold Hearted Man.m4a",
- "Duracion": "03:34",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2143670000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.5752204-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Back In Black",
- "Artista": "ACDC",
- "Album": "IRON MAN 2",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Iron 2\\05 Back In Black.m4a",
- "Duracion": "04:15",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2556520000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.590559-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "If You Want Blood (You've Got It)",
- "Artista": "ACDC",
- "Album": "IRON MAN 2",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Iron 2\\07 If You Want Blood (You've Got It).m4a",
- "Duracion": "04:33",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2738100000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.6084018-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Evil Walks",
- "Artista": "ACDC",
- "Album": "IRON MAN 2",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Iron 2\\08 Evil Walks.m4a",
- "Duracion": "04:23",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2637790000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.6255583-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "T.N.T.",
- "Artista": "ACDC",
- "Album": "IRON MAN 2",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Iron 2\\09 T.N.T..m4a",
- "Duracion": "03:33",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2139720000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.6417689-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Hell Ain't a Bad Place to Be",
- "Artista": "ACDC",
- "Album": "IRON MAN 2",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Iron 2\\10 Hell Ain't a Bad Place to Be.m4a",
- "Duracion": "04:13",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2536090000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.6583412-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Have a Drink on Me",
- "Artista": "ACDC",
- "Album": "IRON MAN 2",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Iron 2\\11 Have a Drink on Me.m4a",
- "Duracion": "03:58",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2388870000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.6747224-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "The Razors Edge",
- "Artista": "ACDC",
- "Album": "IRON MAN 2",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Iron 2\\12 The Razors Edge.m4a",
- "Duracion": "04:22",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2625250000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.6923947-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Let There Be Rock",
- "Artista": "ACDC",
- "Album": "IRON MAN 2",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Iron 2\\13 Let There Be Rock.m4a",
- "Duracion": "06:06",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 3664110000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.7088774-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "War Machine",
- "Artista": "ACDC",
- "Album": "IRON MAN 2",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Iron 2\\14 War Machine.m4a",
- "Duracion": "03:09",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 1897310000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.7251758-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Highway to Hell",
- "Artista": "ACDC",
- "Album": "IRON MAN 2",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Iron 2\\15 Highway to Hell.m4a",
- "Duracion": "03:28",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2089570000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.7414917-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Go Down",
- "Artista": "ACDC",
- "Album": "LET THERE BE ROCK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Let there be rock\\1 Go Down.mp3",
- "Duracion": "05:31",
- "FechaLanzamiento": "1977",
- "EstadoColor": "White",
- "DuracionLong": 3315722448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.7588624-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Dog Eat Dog",
- "Artista": "ACDC",
- "Album": "LET THERE BE ROCK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Let there be rock\\2 Dog Eat Dog.mp3",
- "Duracion": "03:34",
- "FechaLanzamiento": "1977",
- "EstadoColor": "White",
- "DuracionLong": 2148832653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.7801465-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Let There Be Rock",
- "Artista": "ACDC",
- "Album": "LET THERE BE ROCK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Let there be rock\\3 Let There Be Rock.mp3",
- "Duracion": "06:06",
- "FechaLanzamiento": "1977",
- "EstadoColor": "White",
- "DuracionLong": 3664195918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.7982183-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Bad Boy Boogie",
- "Artista": "ACDC",
- "Album": "LET THERE BE ROCK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Let there be rock\\4 Bad Boy Boogie.mp3",
- "Duracion": "04:27",
- "FechaLanzamiento": "1977",
- "EstadoColor": "White",
- "DuracionLong": 2676506122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.8194023-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Problem Child",
- "Artista": "ACDC",
- "Album": "LET THERE BE ROCK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Let there be rock\\5 Problem Child.mp3",
- "Duracion": "05:24",
- "FechaLanzamiento": "1977",
- "EstadoColor": "White",
- "DuracionLong": 3247804081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.8456816-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Overdose",
- "Artista": "ACDC",
- "Album": "LET THERE BE ROCK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Let there be rock\\6 Overdose.mp3",
- "Duracion": "06:09",
- "FechaLanzamiento": "1977",
- "EstadoColor": "White",
- "DuracionLong": 3691363265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.8635892-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Hell Ain't a Bad Place to Be",
- "Artista": "ACDC",
- "Album": "LET THERE BE ROCK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Let there be rock\\7 Hell Ain't a Bad Place to Be.mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "1977",
- "EstadoColor": "White",
- "DuracionLong": 2541714285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.883442-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Whole Lotta Rosie",
- "Artista": "ACDC",
- "Album": "LET THERE BE ROCK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Let there be rock\\8 Whole Lotta Rosie.mp3",
- "Duracion": "05:33",
- "FechaLanzamiento": "1977",
- "EstadoColor": "White",
- "DuracionLong": 3338971428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.9057505-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Thunderstruck",
- "Artista": "ACDC",
- "Album": "LIVE ACDC",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Live 1992\\01 Thunderstruck (Live - 1991).mp3",
- "Duracion": "06:35",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 3952326530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.9405842-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Shoot to Thrill",
- "Artista": "ACDC",
- "Album": "LIVE ACDC",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Live 1992\\02 Shoot to Thrill (Live - 1991).mp3",
- "Duracion": "05:20",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 3204963265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.9619777-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Back In Black",
- "Artista": "ACDC",
- "Album": "LIVE ACDC",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Live 1992\\03 Back In Black (Live - 1991).mp3",
- "Duracion": "04:26",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2666318367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.9829414-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Who Made Who",
- "Artista": "ACDC",
- "Album": "LIVE ACDC",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Live 1992\\04 Who Made Who (Live - 1991).mp3",
- "Duracion": "05:15",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 3150367346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.0001593-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Heatseeker",
- "Artista": "ACDC",
- "Album": "LIVE ACDC",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Live 1992\\05 Heatseeker (Live - 1991).mp3",
- "Duracion": "03:35",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2159542857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.0179535-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "The Jack",
- "Artista": "ACDC",
- "Album": "LIVE ACDC",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Live 1992\\06 The Jack (Live - 1991).mp3",
- "Duracion": "06:56",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 4166530612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.0359159-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Moneytalks",
- "Artista": "ACDC",
- "Album": "LIVE ACDC",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Live 1992\\07 Moneytalks (Live - 1991).mp3",
- "Duracion": "04:18",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2582987755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.0524983-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Hells Bells",
- "Artista": "ACDC",
- "Album": "LIVE ACDC",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Live 1992\\08 Hells Bells (Live - 1991).mp3",
- "Duracion": "06:00",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 3604114285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.0742105-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Dirty Deeds Done",
- "Artista": "ACDC",
- "Album": "LIVE ACDC",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Live 1992\\09 Dirty Deeds Done Dirt Cheap (Live - 1991).mp3",
- "Duracion": "05:02",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 3021322448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.0945801-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Whole Lotta Rosie...",
- "Artista": "ACDC",
- "Album": "LIVE ACDC",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Live 1992\\10 Whole Lotta Rosie (Live - 1991).mp3",
- "Duracion": "04:30",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2700277551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.11008-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "You Shook Me All Long",
- "Artista": "ACDC",
- "Album": "LIVE ACDC",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Live 1992\\11 You Shook Me All Night Long (Live - 1991).mp3",
- "Duracion": "03:52",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2326465306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.1277961-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Highway to Hell",
- "Artista": "ACDC",
- "Album": "LIVE ACDC",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Live 1992\\12 Highway to Hell (Live - 1991).mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2372440816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.143305-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "T.N.T.",
- "Artista": "ACDC",
- "Album": "LIVE ACDC",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Live 1992\\13 T.N.T. (Live - 1991).mp3",
- "Duracion": "03:47",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2277355102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.1589372-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "For Those About t...",
- "Artista": "ACDC",
- "Album": "LIVE ACDC",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Live 1992\\14 For Those About to Rock (We Salute You) (Live - 1991).mp3",
- "Duracion": "07:17",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 4376816326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.1781086-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Thunderstruck",
- "Artista": "ACDC",
- "Album": "THE RAZORS EDGE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\The razors edge\\01 Thunderstruck.mp3",
- "Duracion": "04:52",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2929632653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.1926989-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Fire Your Guns",
- "Artista": "ACDC",
- "Album": "THE RAZORS EDGE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\The razors edge\\02 Fire Your Guns.mp3",
- "Duracion": "02:53",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 1737665306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.20778-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Moneytalks",
- "Artista": "ACDC",
- "Album": "THE RAZORS EDGE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\The razors edge\\03 Moneytalks.mp3",
- "Duracion": "03:46",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2260375510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.2274962-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "The Razors Edge",
- "Artista": "ACDC",
- "Album": "THE RAZORS EDGE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\The razors edge\\04 The Razors Edge.mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2626089795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.2419625-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Mistress for Christmas",
- "Artista": "ACDC",
- "Album": "THE RAZORS EDGE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\The razors edge\\05 Mistress for Christmas.mp3",
- "Duracion": "03:59",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2395951020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.2579112-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Rock Your Heart Out",
- "Artista": "ACDC",
- "Album": "THE RAZORS EDGE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\The razors edge\\06 Rock Your Heart Out.mp3",
- "Duracion": "04:06",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2467787755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.2762771-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Are You Ready",
- "Artista": "ACDC",
- "Album": "THE RAZORS EDGE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\The razors edge\\07 Are You Ready.mp3",
- "Duracion": "04:10",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2504097959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.2944098-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Got You by the Balls",
- "Artista": "ACDC",
- "Album": "THE RAZORS EDGE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\The razors edge\\08 Got You by the Balls.mp3",
- "Duracion": "04:30",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2702889795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.3124342-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Shot of Love",
- "Artista": "ACDC",
- "Album": "THE RAZORS EDGE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\The razors edge\\09 Shot of Love.mp3",
- "Duracion": "03:56",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2365910204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.3270163-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Let's Make It",
- "Artista": "ACDC",
- "Album": "THE RAZORS EDGE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\The razors edge\\10 Let's Make It.mp3",
- "Duracion": "03:32",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2123493877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.343259-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Goodbye and Good Riddance to Bad Luck",
- "Artista": "ACDC",
- "Album": "THE RAZORS EDGE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\The razors edge\\11 Goodbye and Good Riddance to Bad Luck.mp3",
- "Duracion": "03:13",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 1936457142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.3593551-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "If You Dare",
- "Artista": "ACDC",
- "Album": "THE RAZORS EDGE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\The razors edge\\12 If You Dare.mp3",
- "Duracion": "03:18",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 1984000000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.3740624-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Who Made Who",
- "Artista": "ACDC",
- "Album": "WHO MADE WHO",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Who made who\\1 Who Made Who.mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 2072293877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.3938082-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "You Shook Me All Night Long",
- "Artista": "ACDC",
- "Album": "WHO MADE WHO",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Who made who\\2 You Shook Me All Night Long.mp3",
- "Duracion": "03:30",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 2109126530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.408825-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "D.T.",
- "Artista": "ACDC",
- "Album": "WHO MADE WHO",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Who made who\\3 D.T..mp3",
- "Duracion": "02:53",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 1737404081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.4262798-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Sink the Pink",
- "Artista": "ACDC",
- "Album": "WHO MADE WHO",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Who made who\\4 Sink the Pink.mp3",
- "Duracion": "04:13",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 2534661224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.4404846-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Ride On",
- "Artista": "ACDC",
- "Album": "WHO MADE WHO",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Who made who\\5 Ride On.mp3",
- "Duracion": "05:49",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3499624489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.459602-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Hells Bells",
- "Artista": "ACDC",
- "Album": "WHO MADE WHO",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Who made who\\6 Hells Bells.mp3",
- "Duracion": "05:12",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3129208163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.4737079-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Shake Your Foundations",
- "Artista": "ACDC",
- "Album": "WHO MADE WHO",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Who made who\\7 Shake Your Foundations.mp3",
- "Duracion": "03:51",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 2318106122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.4895201-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Chase the Ace",
- "Artista": "ACDC",
- "Album": "WHO MADE WHO",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Who made who\\8 Chase the Ace.mp3",
- "Duracion": "03:01",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 1814465306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.5094358-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "For Those About to Rock (We Salute You)",
- "Artista": "ACDC",
- "Album": "WHO MADE WHO",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Who made who\\9 For Those About to Rock (We Salute You).mp3",
- "Duracion": "05:53",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3537240816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.5215201-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Nuevas Versiones",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Angel Attaque 77 Nuevas Versiones.mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2480024358,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.5388292-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Ojos De Perro",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\ataque 77 ojos de perro.mp3",
- "Duracion": "04:32",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2729192307,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.5603851-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Arrancacorazones",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Attaque 77 - Arrancacorazones.mp3",
- "Duracion": "04:41",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2813319871,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.5763874-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Beatle",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Attaque 77 - Beatle (Official Video).mp3",
- "Duracion": "03:45",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2258184615,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.5900645-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Cartonero",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Attaque 77 - Cartonero.mp3",
- "Duracion": "04:07",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2476541025,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.6087036-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Chance",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Attaque 77 - Chance - Videoclip Oficial.mp3",
- "Duracion": "05:51",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 3511526282,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.6246954-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Donde las aguilas se atreven",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Attaque 77 - Donde las aguilas se atreven.mp3",
- "Duracion": "04:11",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2518069230,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.6399232-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Hacelo por mi",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Attaque 77 - Hacelo por mi.mp3",
- "Duracion": "03:45",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2251218589,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.656819-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "La gente que habla sola",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Attaque 77 - La gente que habla sola.mp3",
- "Duracion": "05:28",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 3286203205,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.6731734-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Por Que Te Vas",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Attaque 77 - Por Que Te Vas.mp3",
- "Duracion": "02:59",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 1792267307,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.6887387-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Setentista",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Attaque 77 - Setentista (Official Video).mp3",
- "Duracion": "03:48",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2287655769,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.704849-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Gente que no (Todos tus muertos)",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\ATTAQUE 77 - Solo covers! 27_7_2012 - Gente que no (Todos tus muertos).mp3",
- "Duracion": "03:21",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2010623717,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.7249192-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Western",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Attaque 77 - Western.mp3",
- "Duracion": "04:30",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2706150641,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.7395913-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "77 Nuevas Versiones",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Cambios Attaque 77 Nuevas Versiones.mp3",
- "Duracion": "02:19",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 1397349358,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.7572858-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Cancion Inutil",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Cancion Inutil Attaque 77 Nuevas Versiones.mp3",
- "Duracion": "05:00",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 3006224358,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.7739082-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Chicos y Perros",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\chicos y perros attaque 77 Nuevas Versiones.mp3",
- "Duracion": "04:06",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2464484615,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.7905542-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Crecer",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Crecer __ Attaque 77 __ Obras Cumbres.mp3",
- "Duracion": "04:44",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2844666666,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.8073342-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "El Perro attaque",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\El Perro attaque 77 Nuevas Versiones.mp3",
- "Duracion": "02:34",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 1544974358,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.8236726-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "Exodo-Ska",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Exodo-Ska __ Attaque 77 __ Obras Cumbres.mp3",
- "Duracion": "03:35",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2153962179,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.8393822-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "Gil",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Gil attaque 77 Nuevas Versiones.mp3",
- "Duracion": "02:11",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 1315364743,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.8593655-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "San Fermin",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\San Fermin __ Attaque 77 __ Obras Cumbres.mp3",
- "Duracion": "02:59",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 1797357692,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.8746594-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "Todo esta al revez attaque",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Todo esta al revez attaque 77 Nuevas Versiones.mp3",
- "Duracion": "02:41",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 1614634615,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.8942467-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "Vuelve a casa attaque",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Vuelve a casa attaque 77 Nuevas Versiones.mp3",
- "Duracion": "03:09",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 1896757051,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.9028862-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Bye bye",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\BYE BYE.mp3",
- "Duracion": "04:38",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2788320000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.9198748-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Celofán",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Celofán.mp3",
- "Duracion": "03:12",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1928097959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.9435337-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Como Eran Las Cosas",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Como Eran Las Cosas.mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2405877551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.9601177-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Deléctrico",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Deléctrico.mp3",
- "Duracion": "03:08",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1886302040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.9748712-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Deshoras",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Deshoras.mp3",
- "Duracion": "04:20",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2606236734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.9924434-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "El Colmo",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\El Colmo.mp3",
- "Duracion": "02:40",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1609665306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.0147475-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "El loco",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\El loco.mp3",
- "Duracion": "03:07",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1874808163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.031736-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Fizz",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Fizz.mp3",
- "Duracion": "02:48",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1682024489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.0481746-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "La Lanza",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\La Lanza.mp3",
- "Duracion": "03:17",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1971722448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.0673261-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "La Pregunta",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\La Pregunta.mp3",
- "Duracion": "05:03",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3038824489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.0852279-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Las Demás",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Las Demás.mp3",
- "Duracion": "02:38",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1581975510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.1066801-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Los Calientes",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Los Calientes.mp3",
- "Duracion": "03:44",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2242873469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.1292367-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Microdancing",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Microdancing.mp3",
- "Duracion": "03:35",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2152228571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.1477342-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Paradoja",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Paradoja.mp3",
- "Duracion": "02:59",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1791216326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.1675822-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Pijamas",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Pijamas.mp3",
- "Duracion": "03:28",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2083004081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.1859829-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Puesto - Babasonicos",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Puesto - Babasonicos.mp3",
- "Duracion": "03:25",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2053224489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.2060665-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Putita",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Putita.mp3",
- "Duracion": "03:53",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2334563265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.2244494-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "Risa",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Risa.mp3",
- "Duracion": "03:07",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1878204081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.241678-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "Sin mi diablo",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Sin mi diablo.mp3",
- "Duracion": "03:01",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1811069387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.2559278-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "Tormento",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Tormento.mp3",
- "Duracion": "03:33",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2135771428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.2715361-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "Vampi",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Vampi.mp3",
- "Duracion": "03:19",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1997322448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.2880094-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "Y Qué",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Y Qué.mp3",
- "Duracion": "03:47",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2270302040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.3091416-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "Yegua",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Yegua.mp3",
- "Duracion": "02:32",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1525812244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.3222714-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Irresponsables",
- "Artista": "BABASONICOS",
- "Album": "INFAME",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Infame\\01 Irresponsables.mp3",
- "Duracion": "02:36",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1562906122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.3404433-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Risa",
- "Artista": "BABASONICOS",
- "Album": "INFAME",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Infame\\02 Risa.mp3",
- "Duracion": "03:07",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1872195918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.3556957-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Pistero",
- "Artista": "BABASONICOS",
- "Album": "INFAME",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Infame\\03 Pistero.mp3",
- "Duracion": "02:58",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1786253061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.3714919-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Estertor",
- "Artista": "BABASONICOS",
- "Album": "INFAME",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Infame\\04 Estertor.mp3",
- "Duracion": "03:03",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1831706122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.3861011-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Putita",
- "Artista": "BABASONICOS",
- "Album": "INFAME",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Infame\\05 Putita.mp3",
- "Duracion": "03:45",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2257763265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.4021234-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Suturno",
- "Artista": "BABASONICOS",
- "Album": "INFAME",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Infame\\06 Suturno.mp3",
- "Duracion": "03:53",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2339265306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.4175544-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Mareo",
- "Artista": "BABASONICOS",
- "Album": "INFAME",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Infame\\07 Mareo.mp3",
- "Duracion": "03:32",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2124000000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.4355867-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Sin mi diablo",
- "Artista": "BABASONICOS",
- "Album": "INFAME",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Infame\\08 Sin mi diablo.mp3",
- "Duracion": "03:01",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1811069387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.4490064-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Curtis",
- "Artista": "BABASONICOS",
- "Album": "INFAME",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Infame\\09 Curtis.mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2071680000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.4664765-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Y qué",
- "Artista": "BABASONICOS",
- "Album": "INFAME",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Infame\\10 Y qué.mp3",
- "Duracion": "03:07",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1875591836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.4827757-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "La Puntita",
- "Artista": "BABASONICOS",
- "Album": "INFAME",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Infame\\11 La Puntita.mp3",
- "Duracion": "03:13",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1933844897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.4986879-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Fan de Scorpions",
- "Artista": "BABASONICOS",
- "Album": "INFAME",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Infame\\12 Fan de Scorpions.mp3",
- "Duracion": "02:15",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1350530612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.5123715-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Gratis",
- "Artista": "BABASONICOS",
- "Album": "INFAME",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Infame\\13 Gratis.mp3",
- "Duracion": "03:05",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1852080000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.5264011-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Once",
- "Artista": "BABASONICOS",
- "Album": "INFAME",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Infame\\14 Once.mp3",
- "Duracion": "02:33",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1531297959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.5408033-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Nothing Compares 2 U",
- "Artista": "SINÉAD O'CONNOR",
- "Album": "BALADAS 80 90",
- "Genero": "BALADAS",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Baladas 80 90\\01 Sinéad O'Connor - Nothing Compares 2 U (Official Music Video).mp3",
- "Duracion": "05:08",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3081926530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.5560233-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Total Eclipse of the Heart",
- "Artista": "BONNIE TAYLER",
- "Album": "BALADAS 80 90",
- "Genero": "BALADAS",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Baladas 80 90\\02 Bonnie Tyler - Total Eclipse of the Heart (Video).mp3",
- "Duracion": "05:33",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3339755102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.5730816-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Hard To Say I'm Sorry",
- "Artista": "CHICAGO",
- "Album": "BALADAS 80 90",
- "Genero": "BALADAS",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Baladas 80 90\\03 Chicago - Hard To Say I'm Sorry Subtitulado Español Ingles.mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2185142857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.5871638-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Stand By Me ",
- "Artista": "JOHN LENNON",
- "Album": "BALADAS 80 90",
- "Genero": "BALADAS",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Baladas 80 90\\04 ♥ Stand By Me ♥ Quédate Conmigo - Ben E King ~ Subtitulada inglés_español.mp3",
- "Duracion": "02:51",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1717028571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.6040258-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Stand by me",
- "Artista": "JOHN LENNON",
- "Album": "BALADAS 80 90",
- "Genero": "BALADAS",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Baladas 80 90\\05 STAND BY ME. (Ultimate Mix, 2020) - John Lennon (official music video HD).mp3",
- "Duracion": "03:32",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2121404081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.6195628-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "I will be right here waiting for you",
- "Artista": "VARIOS",
- "Album": "BALADAS 80 90",
- "Genero": "BALADAS",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Baladas 80 90\\06 I will be right here waiting for you - Richard Marx with lyrics.mp3",
- "Duracion": "04:28",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2686171428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.6348373-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Waiting for a Girl Like You",
- "Artista": "VARIOS",
- "Album": "BALADAS 80 90",
- "Genero": "BALADAS",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Baladas 80 90\\07 Foreigner - Waiting for a Girl Like You [Lyrics].mp3",
- "Duracion": "04:49",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2894628571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.6513026-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Another day in paradise",
- "Artista": "PHILL COLLINS",
- "Album": "BALADAS 80 90",
- "Genero": "BALADAS",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Baladas 80 90\\08 Phil Collins Another day in paradise..mp3",
- "Duracion": "05:23",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3231346938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.6687676-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "I ll Never Let You Go",
- "Artista": "VARIOS",
- "Album": "BALADAS 80 90",
- "Genero": "BALADAS",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Baladas 80 90\\09 Steelheart - I'll Never Let You Go (Official Video).mp3",
- "Duracion": "04:31",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2715167346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.6847302-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Journey - Faithfully",
- "Artista": "VARIOS",
- "Album": "BALADAS 80 90",
- "Genero": "BALADAS",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Baladas 80 90\\10 Journey - Faithfully (Official Video).mp3",
- "Duracion": "04:25",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2655085714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.7023418-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Can't Fight This Feeling",
- "Artista": "REO SPEEDWAGON",
- "Album": "BALADAS 80 90",
- "Genero": "BALADAS",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Baladas 80 90\\11 REO Speedwagon - Can't Fight This Feeling (Official HD Video).mp3",
- "Duracion": "04:51",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2916048979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.7188059-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Heart - Alone",
- "Artista": "VARIOS",
- "Album": "BALADAS 80 90",
- "Genero": "BALADAS",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Baladas 80 90\\12 Heart - Alone.mp3",
- "Duracion": "03:37",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2176783673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.7350187-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "More Than Words",
- "Artista": "EXTREME",
- "Album": "BALADAS 80 90",
- "Genero": "BALADAS",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Baladas 80 90\\13 Extreme - More Than Words (Official Music Video).mp3",
- "Duracion": "04:15",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2556081632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.749488-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Sacrifice",
- "Artista": "ELTON JOHN",
- "Album": "BALADAS 80 90",
- "Genero": "BALADAS",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Baladas 80 90\\14 Sacrifice - Elton John (Subtitulado Español).mp3",
- "Duracion": "05:08",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3086106122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.7639944-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Danza De Los Muertos Pobres",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\01 - Danza De Los Muertos Pobres.mp3",
- "Duracion": "04:31",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2713920000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.7830538-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "De La Cabeza",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\02 - De La Cabeza.mp3",
- "Duracion": "30",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 304560000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.7979184-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Diez Mil",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\03 - Diez Mil.mp3",
- "Duracion": "09:21",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 5610579591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.8124509-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "El Tiempo No Para",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\04 - El Tiempo No Para.mp3",
- "Duracion": "05:21",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 3216720000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.8274013-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "El Viejo De Arriba",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\05 - El Viejo De Arriba.mp3",
- "Duracion": "03:58",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2380560000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.8446301-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Espíritu De Esta Selva",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\06 - Espíritu De Esta Selva.mp3",
- "Duracion": "03:55",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2357040000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.8573485-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "La Bolsa",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\07 - La Bolsa.mp3",
- "Duracion": "04:24",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2641240816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.8718667-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Mi Caramelo",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\08 - Mi Caramelo.mp3",
- "Duracion": "03:29",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2099280000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.891068-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Murguita Del Sur",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\09 - Murguita Del Sur.mp3",
- "Duracion": "05:03",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 3037200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.9036549-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Perro Amor Explota",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\10 - Perro Amor Explota.mp3",
- "Duracion": "04:28",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2688720000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.9203069-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Se Viene",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\11 - Se Viene.mp3",
- "Duracion": "03:40",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2204212244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.9352715-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Señor Cobranza",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\12 - Señor Cobranza.mp3",
- "Duracion": "04:16",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2566008163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.9517934-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Tuyú",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\13 - Tuyú.mp3",
- "Duracion": "05:21",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 3212160000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.9668266-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Un Pacto",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\14 - Un Pacto.mp3",
- "Duracion": "04:55",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2952000000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.9832579-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Vuelos",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\15 - Vuelos.mp3",
- "Duracion": "05:45",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 3450000000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.002229-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Yo Tomo",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\16 - Yo Tomo.mp3",
- "Duracion": "03:46",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2262726530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.0182399-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Abundancia",
- "Artista": "BERSUIT",
- "Album": "DON LEOPARDO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Don Leopardo\\01 Abundancia.mp3",
- "Duracion": "01:06",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 669518367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.0349786-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Bolero Militar",
- "Artista": "BERSUIT",
- "Album": "DON LEOPARDO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Don Leopardo\\02 Bolero Militar.mp3",
- "Duracion": "03:28",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2086320000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.0524298-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Bolivian Surf",
- "Artista": "BERSUIT",
- "Album": "DON LEOPARDO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Don Leopardo\\03 Bolivian Surf.mp3",
- "Duracion": "03:00",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 1801680000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.0695323-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Cajón Cinco Estrellas",
- "Artista": "BERSUIT",
- "Album": "DON LEOPARDO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Don Leopardo\\04 Cajón Cinco Estrellas.mp3",
- "Duracion": "03:10",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 1902000000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.085514-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Cielo Trucho",
- "Artista": "BERSUIT",
- "Album": "DON LEOPARDO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Don Leopardo\\05 Cielo Trucho.mp3",
- "Duracion": "03:06",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 1865520000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.1017767-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Espiritu De Esta Selva",
- "Artista": "BERSUIT",
- "Album": "DON LEOPARDO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Don Leopardo\\06 Espiritu De Esta Selva.mp3",
- "Duracion": "03:47",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2275200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.1190171-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "La Mujer Perfecta",
- "Artista": "BERSUIT",
- "Album": "DON LEOPARDO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Don Leopardo\\07 La Mujer Perfecta.mp3",
- "Duracion": "11:56",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 7169760000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.135454-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Madrugón",
- "Artista": "BERSUIT",
- "Album": "DON LEOPARDO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Don Leopardo\\08 Madrugón.mp3",
- "Duracion": "04:03",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2439120000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.1516637-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Mi Caramelo",
- "Artista": "BERSUIT",
- "Album": "DON LEOPARDO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Don Leopardo\\09 Mi Caramelo.mp3",
- "Duracion": "03:23",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2035200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.1689448-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Ojo Por Ojo",
- "Artista": "BERSUIT",
- "Album": "DON LEOPARDO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Don Leopardo\\10 Ojo Por Ojo.mp3",
- "Duracion": "02:55",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 1758720000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.1862221-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Querubín",
- "Artista": "BERSUIT",
- "Album": "DON LEOPARDO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Don Leopardo\\11 Querubín.mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2454480000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.2021372-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Ruego",
- "Artista": "BERSUIT",
- "Album": "DON LEOPARDO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Don Leopardo\\12 Ruego.mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2480160000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.2211948-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Un Pacto Para Vivir...La Bersu",
- "Artista": "BERSUIT",
- "Album": "DON LEOPARDO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Don Leopardo\\13 Un Pacto Para Vivir...La Bersu.mp3",
- "Duracion": "04:55",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2952720000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.2355717-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Yo No Fui",
- "Artista": "BERSUIT",
- "Album": "DON LEOPARDO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Don Leopardo\\14 Yo No Fui.mp3",
- "Duracion": "05:01",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 3018960000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.2494659-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Canción De Juan",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\01 - Canción De Juan.mp3",
- "Duracion": "05:38",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 3383520000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.263738-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Caroncha",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\02 - Caroncha.mp3",
- "Duracion": "05:06",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 3060240000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.281502-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Desconexión Sideral",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\03 - Desconexión Sideral.mp3",
- "Duracion": "04:51",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2915280000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.3039915-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "El Gordo Motoneta",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\04 - El Gordo Motoneta.mp3",
- "Duracion": "03:54",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2349600000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.3185371-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "El Viejo De Arriba",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\05 - El Viejo De Arriba.mp3",
- "Duracion": "03:28",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2086138775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.3336109-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Es Importante",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\06 - Es Importante.mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2110800000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.3482214-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Grasun",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\07 - Grasun.mp3",
- "Duracion": "03:59",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2398563265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.3646948-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "La Bolsa",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\08 - La Bolsa.mp3",
- "Duracion": "03:32",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2129502040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.6003931-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "La Del Toro",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\09 - La Del Toro.mp3",
- "Duracion": "04:07",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2470560000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.6311041-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "La Petisita Culona",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\10 - La Petisita Culona.mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2183040000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.6653223-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "La Vida Boba",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\11 - La Vida Boba.mp3",
- "Duracion": "04:58",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2989453061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.6824242-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Negra Murguera",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\12 - Negra Murguera.mp3",
- "Duracion": "05:50",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 3508080000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.7005318-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Porteño De Ley",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\13 - Porteño De Ley.mp3",
- "Duracion": "03:47",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2278080000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.717349-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Toco Y Me Voy",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\14 - Toco Y Me Voy.mp3",
- "Duracion": "04:09",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2499600000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.7372935-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Veneno De Humanidad",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\15 - Veneno De Humanidad.mp3",
- "Duracion": "05:17",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 3175920000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.7543077-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Es Importante",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\Es Importante.mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2110800000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.7716617-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Ades Tiempo",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Ades Tiempo.mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2181746938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.7858719-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Al Olor Del Hogar",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Al Olor Del Hogar.mp3",
- "Duracion": "03:18",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1981387755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.800377-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Coger No Es Amor",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Coger No Es Amor.mp3",
- "Duracion": "04:06",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2469355102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.8195533-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Como Un Bolu",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Como Un Bolu.mp3",
- "Duracion": "02:16",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1364636734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.8349515-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Convalescencia En Va...",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Convalescencia En Valencia.mp3",
- "Duracion": "04:57",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2977436734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.8518864-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "El Baile De La Gambe...",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\El Baile De La Gambeta.mp3",
- "Duracion": "03:59",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2395428571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.8688848-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "El Viento Trae Una C...",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\El Viento Trae Una Copla.mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2488946938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.8832927-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Fisurar",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Fisurar.mp3",
- "Duracion": "03:19",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1997844897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.8992503-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Hecho En Buenos Aire...",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Hecho En Buenos Aires.mp3",
- "Duracion": "04:49",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2894400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.9190824-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "La Argentinidad Al P...",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\La Argentinidad Al Palo.mp3",
- "Duracion": "05:29",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 3298220408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.9379976-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "La Calavera",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\La Calavera.mp3",
- "Duracion": "05:43",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 3434579591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.9533227-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "La Oveja Negra",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\La Oveja Negra.mp3",
- "Duracion": "04:19",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2595360000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.9692636-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "La Soledad",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\La Soledad.mp3",
- "Duracion": "04:24",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2643069387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.9883792-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Mariscal Tito",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Mariscal Tito.mp3",
- "Duracion": "04:50",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2901120000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.0024702-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Murga De La Limousin...",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Murga De La Limousine.mp3",
- "Duracion": "02:56",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1762742857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.020775-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "No Seas Parca",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\No Seas Parca.mp3",
- "Duracion": "03:43",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2232946938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.0364113-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Otra Sudestada",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Otra Sudestada.mp3",
- "Duracion": "06:25",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 3856800000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.0522136-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "Pajaro Negro",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Pajaro Negro.mp3",
- "Duracion": "04:31",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2712960000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.0666419-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "Porno Star",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Porno Star.mp3",
- "Duracion": "03:52",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2325600000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.0864879-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "Shit Shit Money Mone...",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Shit Shit Money Money.mp3",
- "Duracion": "05:10",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 3102040816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.1019876-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "Va Por Chapultepec",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Va Por Chapultepec.mp3",
- "Duracion": "03:58",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2383412244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.1190869-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "Y No Está Solo",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Y No Está Solo.mp3",
- "Duracion": "06:45",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 4056240000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.1342778-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "Zi Zi Zi",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Zi Zi Zi.mp3",
- "Duracion": "03:30",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2109840000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.1497396-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "A Los Tambores",
- "Artista": "BERSUIT",
- "Album": "LIBERTINAJE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Libertinaje\\A Los Tambores.mp3",
- "Duracion": "03:22",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2028669387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.1667785-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "A Marca Di Deux",
- "Artista": "BERSUIT",
- "Album": "LIBERTINAJE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Libertinaje\\A Marca Di Deux.mp3",
- "Duracion": "05:19",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 3197648979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.1837026-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "C.S.M.",
- "Artista": "BERSUIT",
- "Album": "LIBERTINAJE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Libertinaje\\C.S.M..mp3",
- "Duracion": "02:40",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 1607836734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.2003926-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "De Onda",
- "Artista": "BERSUIT",
- "Album": "LIBERTINAJE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Libertinaje\\De Onda.mp3",
- "Duracion": "03:01",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 1813159183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.2184035-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Gente De Mierda",
- "Artista": "BERSUIT",
- "Album": "LIBERTINAJE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Libertinaje\\Gente De Mierda.mp3",
- "Duracion": "02:46",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 1668963265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.2338624-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Murguita Del Sur",
- "Artista": "BERSUIT",
- "Album": "LIBERTINAJE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Libertinaje\\Murguita Del Sur.mp3",
- "Duracion": "04:17",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2570710204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.2519139-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Se Viene",
- "Artista": "BERSUIT",
- "Album": "LIBERTINAJE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Libertinaje\\Se Viene.mp3",
- "Duracion": "03:26",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2060277551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.2661026-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Sr. Cobranza",
- "Artista": "BERSUIT",
- "Album": "LIBERTINAJE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Libertinaje\\Sr. Cobranza.mp3",
- "Duracion": "04:19",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2598922448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.2855738-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Vuelos",
- "Artista": "BERSUIT",
- "Album": "LIBERTINAJE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Libertinaje\\Vuelos.mp3",
- "Duracion": "04:24",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2646726530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.3014232-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Yo Tomo",
- "Artista": "BERSUIT",
- "Album": "LIBERTINAJE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Libertinaje\\Yo Tomo.mp3",
- "Duracion": "03:32",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2126367346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.3204866-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Andan Yugando",
- "Artista": "BERSUIT",
- "Album": "TESTOSTERONA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Testosterona\\Andan Yugando.mp3",
- "Duracion": "03:21",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2012499358,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.3484364-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Barriletes",
- "Artista": "BERSUIT",
- "Album": "TESTOSTERONA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Testosterona\\Barriletes.mp3",
- "Duracion": "04:57",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2974073076,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.3723082-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "En La Ribera",
- "Artista": "BERSUIT",
- "Album": "TESTOSTERONA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Testosterona\\En La Ribera.mp3",
- "Duracion": "05:04",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 3044537179,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.3903004-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Esperando El Impacto",
- "Artista": "BERSUIT",
- "Album": "TESTOSTERONA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Testosterona\\Esperando El Impacto.mp3",
- "Duracion": "03:42",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2228712820,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.410983-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Inundación",
- "Artista": "BERSUIT",
- "Album": "TESTOSTERONA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Testosterona\\Inundación.mp3",
- "Duracion": "04:43",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2839844230,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.4315362-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "La Flor De Mis Heridas",
- "Artista": "BERSUIT",
- "Album": "TESTOSTERONA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Testosterona\\La Flor De Mis Heridas.mp3",
- "Duracion": "04:26",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2663015384,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.4502871-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Madre Hay Una Sola",
- "Artista": "BERSUIT",
- "Album": "TESTOSTERONA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Testosterona\\Madre Hay Una Sola.mp3",
- "Duracion": "04:20",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2609698717,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.4733226-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Me Duele Festejar",
- "Artista": "BERSUIT",
- "Album": "TESTOSTERONA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Testosterona\\Me Duele Festejar.mp3",
- "Duracion": "03:03",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 1834330769,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.4956205-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "O Vas A Misa ...",
- "Artista": "BERSUIT",
- "Album": "TESTOSTERONA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Testosterona\\O Vas A Misa ....mp3",
- "Duracion": "03:28",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2082962820,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.5126018-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Sencillamente",
- "Artista": "BERSUIT",
- "Album": "TESTOSTERONA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Testosterona\\Sencillamente.mp3",
- "Duracion": "05:15",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 3152241666,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.5305176-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Vamo' En La Salud",
- "Artista": "BERSUIT",
- "Album": "TESTOSTERONA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Testosterona\\Vamo' En La Salud.mp3",
- "Duracion": "02:57",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 1777263461,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.550802-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Y Llegará La Paz",
- "Artista": "BERSUIT",
- "Album": "TESTOSTERONA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Testosterona\\Y Llegará La Paz.mp3",
- "Duracion": "04:50",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2909771794,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.5743321-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Yo",
- "Artista": "BERSUIT",
- "Album": "TESTOSTERONA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Testosterona\\Yo.mp3",
- "Duracion": "03:30",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2105736538,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.5980352-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Como Nada Puedo Hacer",
- "Artista": "BERSUIT",
- "Album": "Y PUNTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Y Punto\\01 Como Nada Puedo Hacer.mp3",
- "Duracion": "05:37",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 3370578750,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.6210548-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Diez Mil",
- "Artista": "BERSUIT",
- "Album": "Y PUNTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Y Punto\\02 Diez Mil.mp3",
- "Duracion": "04:18",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2587166250,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.6413116-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "El Tiempo No Para",
- "Artista": "BERSUIT",
- "Album": "Y PUNTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Y Punto\\03 El Tiempo No Para.mp3",
- "Duracion": "04:23",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2630268571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.6606721-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Hociquito de Ratón",
- "Artista": "BERSUIT",
- "Album": "Y PUNTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Y Punto\\04 Hociquito de Ratón.mp3",
- "Duracion": "02:35",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 1554023750,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.6804612-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Homenaje a los Locos del Borda",
- "Artista": "BERSUIT",
- "Album": "Y PUNTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Y Punto\\05 Homenaje a los Locos del Borda.mp3",
- "Duracion": "05:44",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 3441109375,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.7053936-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "La Logia (iambo-Iombo)",
- "Artista": "BERSUIT",
- "Album": "Y PUNTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Y Punto\\06 La Logia (iambo-Iombo).mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2379754375,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.7286331-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "La Papita",
- "Artista": "BERSUIT",
- "Album": "Y PUNTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Y Punto\\07 La Papita.mp3",
- "Duracion": "03:17",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 1972243750,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.7468031-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Sistema al Mejor Postor",
- "Artista": "BERSUIT",
- "Album": "Y PUNTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Y Punto\\08 Sistema al Mejor Postor.mp3",
- "Duracion": "05:08",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 3086627500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.7643477-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Tuyú",
- "Artista": "BERSUIT",
- "Album": "Y PUNTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Y Punto\\09 Tuyú.mp3",
- "Duracion": "04:45",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2858578750,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.7819696-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Venganza de los Muertos Pobres",
- "Artista": "BERSUIT",
- "Album": "Y PUNTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Y Punto\\10 Venganza de los Muertos Pobres.mp3",
- "Duracion": "05:33",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 3335051875,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.7986069-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "01 Paranoid (2009 - Remaster)",
- "Artista": "BLACK SABBATH",
- "Album": "BEST BLACK SABBATH",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Black Sabbath\\01 Paranoid (2009 - Remaster).mp3",
- "Duracion": "02:48",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1683591836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.8153616-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "02 Iron Man (2009 - Remaster)",
- "Artista": "BLACK SABBATH",
- "Album": "BEST BLACK SABBATH",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Black Sabbath\\02 Iron Man (2009 - Remaster).mp3",
- "Duracion": "05:53",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3536979591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.8294206-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "03 Changes (2009 - Remaster)",
- "Artista": "BLACK SABBATH",
- "Album": "BEST BLACK SABBATH",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Black Sabbath\\03 Changes (2009 - Remaster).mp3",
- "Duracion": "04:41",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2813648979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.8446806-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "04 Fairies Wear Boots (2009 - Remaster)",
- "Artista": "BLACK SABBATH",
- "Album": "BEST BLACK SABBATH",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Black Sabbath\\04 Fairies Wear Boots (2009 - Remaster).mp3",
- "Duracion": "06:13",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3732636734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.8607458-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "06 Never Say Die (2009 - Remaster)",
- "Artista": "BLACK SABBATH",
- "Album": "BEST BLACK SABBATH",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Black Sabbath\\06 Never Say Die (2009 - Remaster).mp3",
- "Duracion": "03:47",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2276310204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.875789-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "07 Children of the Grave (2009 - Remaster)",
- "Artista": "BLACK SABBATH",
- "Album": "BEST BLACK SABBATH",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Black Sabbath\\07 Children of the Grave (2009 - Remaster).mp3",
- "Duracion": "05:15",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3158465306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.8910084-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "08 The Wizard (2009 - Remaster)",
- "Artista": "BLACK SABBATH",
- "Album": "BEST BLACK SABBATH",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Black Sabbath\\08 The Wizard (2009 - Remaster).mp3",
- "Duracion": "04:21",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2611200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.9067457-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "09 Snowblind (2009 - Remaster)",
- "Artista": "BLACK SABBATH",
- "Album": "BEST BLACK SABBATH",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Black Sabbath\\09 Snowblind (2009 - Remaster).mp3",
- "Duracion": "05:27",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3274187755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.9296189-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "10 Sweet Leaf (2009 - Remaster)",
- "Artista": "BLACK SABBATH",
- "Album": "BEST BLACK SABBATH",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Black Sabbath\\10 Sweet Leaf (2009 - Remaster).mp3",
- "Duracion": "05:03",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3032032653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.9473218-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "11 Evil Woman, Don't Play Your Games with Me (2009 - Remaster)",
- "Artista": "BLACK SABBATH",
- "Album": "BEST BLACK SABBATH",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Black Sabbath\\11 Evil Woman, Don't Play Your Games with Me (2009 - Remaster).mp3",
- "Duracion": "03:21",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2012212244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.9642211-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "13 Black Sabbath (2009 - Remaster)",
- "Artista": "BLACK SABBATH",
- "Album": "BEST BLACK SABBATH",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Black Sabbath\\13 Black Sabbath (2009 - Remaster).mp3",
- "Duracion": "06:16",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3766073469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.9822429-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "14 N.I.B. (2009 - Remaster)",
- "Artista": "BLACK SABBATH",
- "Album": "BEST BLACK SABBATH",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Black Sabbath\\14 N.I.B. (2009 - Remaster).mp3",
- "Duracion": "06:06",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3663412244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.9973359-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Rompiendo espejos (Adelantos)",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\01 Rompiendo espejos (Adelantos).mp3",
- "Duracion": "05:06",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 3067325625,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.0164699-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "A tinto regalado (Adelantos)",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\02 A tinto regalado (Adelantos).mp3",
- "Duracion": "03:22",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2020337500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.043645-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Palo borracho (Adelantos)",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\03 Palo borracho (Adelantos).mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2375080625,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.0638879-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Teatro (Adelantos)",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\04 Teatro (Adelantos).mp3",
- "Duracion": "02:32",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 1527145625,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.0804494-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Pensar en nada (Adelantos)",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\05 Pensar en nada (Adelantos).mp3",
- "Duracion": "05:00",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 3002019375,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.0968447-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Los invisibles (Adelantos)",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\06 Los invisibles (Adelantos).mp3",
- "Duracion": "03:59",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2397545625,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.1136198-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "La buena vida (Adelantos)",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\07 La buena vida (Adelantos).mp3",
- "Duracion": "03:43",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2231145625,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.1302055-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Ancho de espalda",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\08 Ancho de espalda.mp3",
- "Duracion": "04:45",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2851265000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.1524434-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "No somos nadie",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\09 No somos nadie.mp3",
- "Duracion": "03:05",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 1857828125,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.1745716-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Lejos del cielo",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\10 Lejos del cielo.mp3",
- "Duracion": "02:28",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 1487411875,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.1961308-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Un monarca",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\11 Un monarca.mp3",
- "Duracion": "02:40",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 1603134375,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.2126898-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "La cuadra",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\12 La cuadra.mp3",
- "Duracion": "03:15",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 1952652500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.2300922-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Brillan",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\13 Brillan.mp3",
- "Duracion": "03:45",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2256979062,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.2503671-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "No volvieron ma",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\14 No volvieron ma.mp3",
- "Duracion": "04:25",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2655607812,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.2676245-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Puñales",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\15 Puñales.mp3",
- "Duracion": "03:03",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 1838497500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.2849824-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Pichones",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\16 Pichones.mp3",
- "Duracion": "02:45",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 1652244375,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.2994074-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Brillan los fantasmas",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\17 Brillan los fantasmas.mp3",
- "Duracion": "03:26",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2068897500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.316738-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "Armar de nuevo",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\18 Armar de nuevo.mp3",
- "Duracion": "04:18",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2588211875,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.3415518-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Canción de Cuna para Julieta",
- "Artista": "CALLEJEROS",
- "Album": "ESCULTURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\Escultura\\01 Canción de Cuna para Julieta.mp3",
- "Duracion": "03:43",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2233991836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.365809-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "El Espejo",
- "Artista": "CALLEJEROS",
- "Album": "ESCULTURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\Escultura\\02 El Espejo.mp3",
- "Duracion": "05:00",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 3008261224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.3883384-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "El Ignorante",
- "Artista": "CALLEJEROS",
- "Album": "ESCULTURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\Escultura\\03 El Ignorante.mp3",
- "Duracion": "06:19",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 3795591836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.409851-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Esa Invisible Línea",
- "Artista": "CALLEJEROS",
- "Album": "ESCULTURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\Escultura\\04 Esa Invisible Línea.mp3",
- "Duracion": "03:02",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 1829877551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.4296278-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Guiños",
- "Artista": "CALLEJEROS",
- "Album": "ESCULTURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\Escultura\\05 Guiños.mp3",
- "Duracion": "03:58",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2389420408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.4547508-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "La Canción",
- "Artista": "CALLEJEROS",
- "Album": "ESCULTURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\Escultura\\06 La Canción.mp3",
- "Duracion": "04:44",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2842644897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.4744794-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Lo Que Hay",
- "Artista": "CALLEJEROS",
- "Album": "ESCULTURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\Escultura\\07 Lo Que Hay.mp3",
- "Duracion": "03:07",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 1871673469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.4932029-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Más Allá",
- "Artista": "CALLEJEROS",
- "Album": "ESCULTURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\Escultura\\08 Más Allá.mp3",
- "Duracion": "04:33",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2738677551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.5114894-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Pompeya",
- "Artista": "CALLEJEROS",
- "Album": "ESCULTURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\Escultura\\09 Pompeya.mp3",
- "Duracion": "02:19",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 1393371428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.5422074-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Quedó",
- "Artista": "CALLEJEROS",
- "Album": "ESCULTURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\Escultura\\10 Quedó.mp3",
- "Duracion": "03:16",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 1961795918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.5694116-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Rehén",
- "Artista": "CALLEJEROS",
- "Album": "ESCULTURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\Escultura\\11 Rehén.mp3",
- "Duracion": "05:05",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 3050579591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.5928245-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Si Queres Que Sea Yo",
- "Artista": "CALLEJEROS",
- "Album": "ESCULTURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\Escultura\\12 Si Queres Que Sea Yo.mp3",
- "Duracion": "04:18",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2587167346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.6091832-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Siempre un Poco Más",
- "Artista": "CALLEJEROS",
- "Album": "ESCULTURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\Escultura\\13 Siempre un Poco Más.mp3",
- "Duracion": "03:29",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2090057142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.6284559-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Otro Viento Mejor",
- "Artista": "CALLEJEROS",
- "Album": "PRESION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\PRESION\\01 Otro Viento Mejor.m4a",
- "Duracion": "04:17",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2576490000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.6514531-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Presión",
- "Artista": "CALLEJEROS",
- "Album": "PRESION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\PRESION\\02 Presión.m4a",
- "Duracion": "03:58",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2383300000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.6673462-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Tres",
- "Artista": "CALLEJEROS",
- "Album": "PRESION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\PRESION\\03 Tres.m4a",
- "Duracion": "04:14",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2545610000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.6829084-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Una Nueva Noche F...",
- "Artista": "CALLEJEROS",
- "Album": "PRESION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\PRESION\\04 Una Nueva Noche Fría.m4a",
- "Duracion": "04:37",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2776180000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.6989029-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Fantasía y Realid...",
- "Artista": "CALLEJEROS",
- "Album": "PRESION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\PRESION\\05 Fantasía y Realidad.m4a",
- "Duracion": "02:55",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1754500000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.7133845-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Morir",
- "Artista": "CALLEJEROS",
- "Album": "PRESION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\PRESION\\06 Morir.m4a",
- "Duracion": "05:13",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 3139110000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.7300795-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Cristal",
- "Artista": "CALLEJEROS",
- "Album": "PRESION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\PRESION\\07 Cristal.m4a",
- "Duracion": "04:13",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2532610000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.7467709-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Imposible",
- "Artista": "CALLEJEROS",
- "Album": "PRESION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\PRESION\\08 Imposible.m4a",
- "Duracion": "04:08",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2480130000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.7644661-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Callejero de Boed...",
- "Artista": "CALLEJEROS",
- "Album": "PRESION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\PRESION\\09 Callejero de Boedo.m4a",
- "Duracion": "04:59",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2990500000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.7834275-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Si Me Cansé",
- "Artista": "CALLEJEROS",
- "Album": "PRESION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\PRESION\\10 Si Me Cansé.m4a",
- "Duracion": "03:38",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2180130000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.799422-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Ahogados de Razón",
- "Artista": "CALLEJEROS",
- "Album": "PRESION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\PRESION\\11 Ahogados de Razón.m4a",
- "Duracion": "04:07",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2472930000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.8172087-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Tiempo Perdido",
- "Artista": "CALLEJEROS",
- "Album": "PRESION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\PRESION\\12 Tiempo Perdido.m4a",
- "Duracion": "04:16",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2563720000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.8321361-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "El Duende del Árbol",
- "Artista": "CALLEJEROS",
- "Album": "PRESION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\PRESION\\13 El Duende del Árbol.mp3",
- "Duracion": "05:17",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 3179885714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.8497531-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Ilusión",
- "Artista": "CALLEJEROS",
- "Album": "PRESION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\PRESION\\14 Ilusión.m4a",
- "Duracion": "02:38",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1584070000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.869408-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Distinto",
- "Artista": "CALLEJEROS",
- "Album": "RNR SIN DESTINO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\RNR SIN DESTINO\\01 Distinto.mp3",
- "Duracion": "03:15",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1952130612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.8888122-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Sé Que No Sé",
- "Artista": "CALLEJEROS",
- "Album": "RNR SIN DESTINO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\RNR SIN DESTINO\\02 Sé Que No Sé.mp3",
- "Duracion": "04:27",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2672848979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.9130976-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Sería una Pena",
- "Artista": "CALLEJEROS",
- "Album": "RNR SIN DESTINO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\RNR SIN DESTINO\\03 Sería una Pena.mp3",
- "Duracion": "05:23",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 3236048979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.9365151-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Algo Mejor Algo Peor",
- "Artista": "CALLEJEROS",
- "Album": "RNR SIN DESTINO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\RNR SIN DESTINO\\04 Algo Mejor Algo Peor.mp3",
- "Duracion": "03:32",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2129502040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.9559863-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Rebelde Agitador y Revoluciona",
- "Artista": "CALLEJEROS",
- "Album": "RNR SIN DESTINO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\RNR SIN DESTINO\\05 Rebelde Agitador y Revoluciona.mp3",
- "Duracion": "03:24",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2049828571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.9747456-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Un Lugar Perfecto",
- "Artista": "CALLEJEROS",
- "Album": "RNR SIN DESTINO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\RNR SIN DESTINO\\06 Un Lugar Perfecto.mp3",
- "Duracion": "02:59",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1798269387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.9971366-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Todo Eso",
- "Artista": "CALLEJEROS",
- "Album": "RNR SIN DESTINO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\RNR SIN DESTINO\\07 Todo Eso.mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2487118367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.0128253-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Prohibido",
- "Artista": "CALLEJEROS",
- "Album": "RNR SIN DESTINO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\RNR SIN DESTINO\\08 Prohibido.mp3",
- "Duracion": "03:30",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2101028571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.0334176-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Tan Perfecto Que Asusta",
- "Artista": "CALLEJEROS",
- "Album": "RNR SIN DESTINO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\RNR SIN DESTINO\\09 Tan Perfecto Que Asusta.mp3",
- "Duracion": "04:35",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2756702040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.0498855-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Tratando de Olvidar",
- "Artista": "CALLEJEROS",
- "Album": "RNR SIN DESTINO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\RNR SIN DESTINO\\10 Tratando de Olvidar.mp3",
- "Duracion": "02:58",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1788604081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.0722027-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Rocanroles Sin Destino",
- "Artista": "CALLEJEROS",
- "Album": "RNR SIN DESTINO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\RNR SIN DESTINO\\11 Rocanroles Sin Destino.mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2404571428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.0928623-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "La llave",
- "Artista": "CALLEJEROS",
- "Album": "RNR SIN DESTINO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\RNR SIN DESTINO\\12 La llave.mp3",
- "Duracion": "03:45",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2257240816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.1144116-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Parte Menor",
- "Artista": "CALLEJEROS",
- "Album": "RNR SIN DESTINO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\RNR SIN DESTINO\\13 Parte Menor.mp3",
- "Duracion": "03:02",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1826742857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.1345945-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Canciones y Almas",
- "Artista": "CALLEJEROS",
- "Album": "RNR SIN DESTINO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\RNR SIN DESTINO\\14 Canciones y Almas.mp3",
- "Duracion": "02:40",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1607575510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.150532-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Los Invisibles",
- "Artista": "CALLEJEROS",
- "Album": "SED",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SED\\01 Los Invisibles.m4a",
- "Duracion": "04:10",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2504510000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.1712215-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Rompiendo Espejos",
- "Artista": "CALLEJEROS",
- "Album": "SED",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SED\\02 Rompiendo Espejos.m4a",
- "Duracion": "04:31",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2718830000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.1932114-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "El Nudo",
- "Artista": "CALLEJEROS",
- "Album": "SED",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SED\\03 El Nudo.m4a",
- "Duracion": "03:25",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2050560000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.2197813-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Milonga del Rocanrol",
- "Artista": "CALLEJEROS",
- "Album": "SED",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SED\\04 Milonga del Rocanrol.m4a",
- "Duracion": "03:31",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2118830000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.2378673-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Jugando",
- "Artista": "CALLEJEROS",
- "Album": "SED",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SED\\05 Jugando.m4a",
- "Duracion": "04:53",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2931760000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.2564352-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Vicioso Jugador y Mujeriego",
- "Artista": "CALLEJEROS",
- "Album": "SED",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SED\\06 Vicioso Jugador y Mujeriego.m4a",
- "Duracion": "03:55",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2359620000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.2766699-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Palo Borracho",
- "Artista": "CALLEJEROS",
- "Album": "SED",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SED\\07 Palo Borracho.m4a",
- "Duracion": "03:50",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2301330000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.2993916-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Sonando",
- "Artista": "CALLEJEROS",
- "Album": "SED",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SED\\08 Sonando.m4a",
- "Duracion": "03:18",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1987400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.3167111-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Tiempo de Estar",
- "Artista": "CALLEJEROS",
- "Album": "SED",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SED\\09 Tiempo de Estar.m4a",
- "Duracion": "04:16",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2565810000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.3325886-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Teatro",
- "Artista": "CALLEJEROS",
- "Album": "SED",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SED\\10 Teatro.m4a",
- "Duracion": "02:39",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1594520000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.3544729-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Sed",
- "Artista": "CALLEJEROS",
- "Album": "SED",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SED\\11 Sed.m4a",
- "Duracion": "03:24",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2048470000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.3746655-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Ojalá Se Lo Lleve",
- "Artista": "CALLEJEROS",
- "Album": "SED",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SED\\12 Ojalá Se Lo Lleve.m4a",
- "Duracion": "03:57",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2374010000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.3994549-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Daños",
- "Artista": "CALLEJEROS",
- "Album": "SEÑALES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SEÑALES\\01 Daños.mp3",
- "Duracion": "04:55",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2958367346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.4145628-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Puede",
- "Artista": "CALLEJEROS",
- "Album": "SEÑALES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SEÑALES\\02 Puede.mp3",
- "Duracion": "05:00",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 3000685714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.4345837-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Limites",
- "Artista": "CALLEJEROS",
- "Album": "SEÑALES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SEÑALES\\03 Limites.mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2183053061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.4526081-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Creo",
- "Artista": "CALLEJEROS",
- "Album": "SEÑALES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SEÑALES\\04 Creo.mp3",
- "Duracion": "04:49",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2898546938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.470133-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Frente al Río",
- "Artista": "CALLEJEROS",
- "Album": "SEÑALES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SEÑALES\\05 Frente al Río.mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2402220408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.4869543-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Día a Día",
- "Artista": "CALLEJEROS",
- "Album": "SEÑALES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SEÑALES\\07 Día a Día.mp3",
- "Duracion": "05:37",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 3375542857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.5026219-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Sin Paciencia",
- "Artista": "CALLEJEROS",
- "Album": "SEÑALES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SEÑALES\\07 Sin Paciencia.mp3",
- "Duracion": "02:52",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 1729828571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.5203606-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Sueño",
- "Artista": "CALLEJEROS",
- "Album": "SEÑALES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SEÑALES\\08 Sueño.mp3",
- "Duracion": "05:01",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 3012179591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.5375745-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Hoy",
- "Artista": "CALLEJEROS",
- "Album": "SEÑALES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SEÑALES\\09 Hoy.mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2484506122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.5568294-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "9 de Julio",
- "Artista": "CALLEJEROS",
- "Album": "SEÑALES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SEÑALES\\10 9 de Julio.mp3",
- "Duracion": "03:46",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2268212244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.5716155-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Sen\u0003ales",
- "Artista": "CALLEJEROS",
- "Album": "SEÑALES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SEÑALES\\11 Señales.mp3",
- "Duracion": "05:57",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 3571722448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.5883671-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Desencuentro",
- "Artista": "CALLEJEROS",
- "Album": "SEÑALES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SEÑALES\\12 Desencuentro.mp3",
- "Duracion": "02:21",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 1419755102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.6080558-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Corazón Delator",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-Corazón Delator (Remasterizado) (2007).m4a",
- "Duracion": "05:15",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 3150490000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.6306598-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Cuando Pase El Temblor",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-Cuando Pase El Temblor (Remasterizado) (2007).m4a",
- "Duracion": "03:51",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2310620000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.6843398-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "De Música Ligera",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-De Música Ligera (Remasterizado) (2007).m4a",
- "Duracion": "03:37",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2170610000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.7144516-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Ella Usó Mi Cabeza Como Un Revólver",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-Ella Usó Mi Cabeza Como Un Revólver (Remasterizado) (2007).m4a",
- "Duracion": "04:33",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2730440000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.7468548-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "En La Ciudad De La Furia",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-En La Ciudad De La Furia (Remasterizado) (2007).m4a",
- "Duracion": "05:50",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 3500410000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.7769213-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "En Remolinos",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-En Remolinos (Remasterizado) (2007).m4a",
- "Duracion": "04:34",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2742980000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.8114775-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Juego De Seducción",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-Juego De Seducción (Remasterizado) (2007).m4a",
- "Duracion": "03:23",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2030360000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.8453619-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Nada Personal",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-Nada Personal (Remasterizado) (2007).m4a",
- "Duracion": "04:54",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2940350000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.8754307-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Persiana Americana",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-Persiana Americana (Remasterizado) (2007).m4a",
- "Duracion": "04:54",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2940350000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.9092736-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Picnic En El 4°B",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-Picnic En El 4°B (Remasterizado) (2007).m4a",
- "Duracion": "03:44",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2240500000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.9452158-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Primavera 0",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-Primavera 0 (Remasterizado) (2007).m4a",
- "Duracion": "03:44",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2240500000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.9750871-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Prófugos",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-Prófugos (Remasterizado) (2007).m4a",
- "Duracion": "05:22",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 3220150000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.007813-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Signos",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-Signos (Remasterizado) (2007).m4a",
- "Duracion": "05:15",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 3150490000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.0408886-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Sobredosis De T.V.",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-Sobredosis De T.V. (Remasterizado) (2007).m4a",
- "Duracion": "04:12",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2520530000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.0755692-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Trátame Suavemente",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-Trátame Suavemente (Remasterizado) (2007).m4a",
- "Duracion": "03:23",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2030360000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.1125203-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Un Millón De Años Luz",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-Un Millón De Años Luz (Remasterizado) (2007).m4a",
- "Duracion": "05:08",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 3080360000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.1441412-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Zona De Promesas",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-Zona De Promesas (Remasterizado) (2007).m4a",
- "Duracion": "04:05",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2450410000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.1789416-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "Zoom",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-Zoom (Remasterizado) (2007).m4a",
- "Duracion": "03:30",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2100710000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.210701-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Bad Moon Rising",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\01 Bad Moon Rising (Remastered 1985).mp3",
- "Duracion": "02:20",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1402514285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.2361335-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Born On The Bayou",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\02 Born On The Bayou.mp3",
- "Duracion": "05:14",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 3143053061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.2521628-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Proud Mary",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\03 Proud Mary.mp3",
- "Duracion": "03:06",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1865404081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.2719675-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Travelin' Band",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\04 Travelin' Band.mp3",
- "Duracion": "02:07",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1278955102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.2892756-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Have You Ever Seen The Rain",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\05 Have You Ever Seen The Rain.mp3",
- "Duracion": "02:39",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1597387755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.3035308-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Green River",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\06 Green River (Remastered 1985).mp3",
- "Duracion": "02:31",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1513795918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.3173913-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Down On The Corner",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\07 Down On The Corner.mp3",
- "Duracion": "02:43",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1632391836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.3355525-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Lodi",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\08 Lodi (Remastered 1985).mp3",
- "Duracion": "03:09",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1898318367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.353988-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Fortunate Son",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\09 Fortunate Son.mp3",
- "Duracion": "02:17",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1378742857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.3717035-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Lookin' Out My Back Door",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\10 Lookin' Out My Back Door.mp3",
- "Duracion": "02:32",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1524506122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.389814-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Run Through The Jungle",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\11 Run Through The Jungle.mp3",
- "Duracion": "03:04",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1847379591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.4066424-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "I Put A Spell On You",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\12 I Put A Spell On You.mp3",
- "Duracion": "04:30",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 2704195918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.4236408-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Susie Q",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\13 Susie Q (Pt. 2).mp3",
- "Duracion": "04:34",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 2748342857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.4412474-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Sweet Hitch-Hiker",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\14 Sweet Hitch-Hiker.mp3",
- "Duracion": "02:55",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1752555102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.4604933-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "It Came Out Of The Sky",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\15 It Came Out Of The Sky.mp3",
- "Duracion": "02:54",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1742367346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.4792235-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Who'll Stop The Rain",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\16 Who'll Stop The Rain.mp3",
- "Duracion": "02:27",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1474873469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.494956-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "I Heard It Through The Grapevine",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\17 I Heard It Through The Grapevine (Edit).mp3",
- "Duracion": "03:53",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 2331428571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.5095724-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "Hey Tonight",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\18 Hey Tonight.mp3",
- "Duracion": "02:42",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1624816326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.5239118-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "Cotton Fields (The Cotton Song)",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\19 Cotton Fields (The Cotton Song).mp3",
- "Duracion": "02:55",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1759608163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.5409666-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "Long As I Can See The Light",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\20 Long As I Can See The Light.mp3",
- "Duracion": "03:32",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 2124538775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.5580655-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "Molina",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\21 Molina.mp3",
- "Duracion": "02:08",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1283395918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.5775904-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "Hello Mary Lou",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\22 Hello Mary Lou.mp3",
- "Duracion": "02:12",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1329371428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.5940589-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "The Midnight Special",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\23 The Midnight Special.mp3",
- "Duracion": "04:12",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 2524473469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.6069509-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "After The Love",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\After The Love (10 Glorious Years Edit).mp3",
- "Duracion": "04:31",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2716867948,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.6250895-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Bow Down Mister",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\Bow Down Mister (A Small Portion 2 B Polite Mix).mp3",
- "Duracion": "03:51",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2311500641,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.6446066-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Church Of The Poison Mind",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\Church Of The Poison Mind (Remastered 2002).mp3",
- "Duracion": "03:37",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2179147435,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.6582017-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Move away",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\Culture Club - Move away (1986).mp3",
- "Duracion": "05:04",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 3042125641,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.6751837-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Do You Really Want To Hurt Me",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\Do You Really Want To Hurt Me.mp3",
- "Duracion": "04:28",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2689807692,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.6953399-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Don't Cry",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\Don't Cry (Edit).mp3",
- "Duracion": "04:13",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2536287820,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.7114842-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Everything I Own",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\Everything I Own.mp3",
- "Duracion": "04:03",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2433405769,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.7294813-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Generations Of Love",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\Generations Of Love (La La Gone Gaga Mix).mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2456446794,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.7459359-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "I'll Tumble 4 Ya",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\I'll Tumble 4 Ya (Remastered 2002).mp3",
- "Duracion": "02:40",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 1605257051,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.7674282-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Its A Miracle",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\Its A Miracle (Remastered 2012).mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2114845512,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.7871659-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Karma Chameleon",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\Karma Chameleon (Remastered 2002).mp3",
- "Duracion": "04:19",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2599250000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.8030826-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Love Hurts",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\Love Hurts.mp3",
- "Duracion": "04:34",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2741784615,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.8184387-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Miss Me Blind",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\Miss Me Blind (Remastered 2003).mp3",
- "Duracion": "04:39",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2794565384,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.8339183-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "More Than Likely",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\More Than Likely.mp3",
- "Duracion": "03:58",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2382500641,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.850942-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Sweet Toxic Love",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\Sweet Toxic Love (Deliverance Mix).mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2482971153,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.8677356-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "The Crying Game",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\The Crying Game.mp3",
- "Duracion": "03:28",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2081087820,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.8862683-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Time (Clock Of The Heart)",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\Time (Clock Of The Heart) (Remastered 2003).mp3",
- "Duracion": "03:50",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2302927564,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.9059247-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "Victims",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\Victims (Remastered 2002).mp3",
- "Duracion": "05:03",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 3035159615,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.9277446-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Black Night",
- "Artista": "DEEP PURPLE",
- "Album": "BEST DEEP PURPLE",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Deep Purple\\01 Black Night.mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2071248979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.9483295-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Speed King",
- "Artista": "DEEP PURPLE",
- "Album": "BEST DEEP PURPLE",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Deep Purple\\02 Speed King.mp3",
- "Duracion": "05:49",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3491787755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.9649835-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Fireball",
- "Artista": "DEEP PURPLE",
- "Album": "BEST DEEP PURPLE",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Deep Purple\\03 Fireball.mp3",
- "Duracion": "03:23",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2030497959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.9835375-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Strange Kind Of W...",
- "Artista": "DEEP PURPLE",
- "Album": "BEST DEEP PURPLE",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Deep Purple\\04 Strange Kind Of Woman.mp3",
- "Duracion": "03:53",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2338742857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.0027001-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Child in Time",
- "Artista": "DEEP PURPLE",
- "Album": "BEST DEEP PURPLE",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Deep Purple\\05 Child in Time.mp3",
- "Duracion": "10:19",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 6193632653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.0193977-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Woman From Tokyo",
- "Artista": "DEEP PURPLE",
- "Album": "BEST DEEP PURPLE",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Deep Purple\\06 Woman From Tokyo.mp3",
- "Duracion": "05:46",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3466187755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.0348011-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Highway Star",
- "Artista": "DEEP PURPLE",
- "Album": "BEST DEEP PURPLE",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Deep Purple\\07 Highway Star.mp3",
- "Duracion": "06:08",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3680391836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.051587-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Space Truckin'",
- "Artista": "DEEP PURPLE",
- "Album": "BEST DEEP PURPLE",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Deep Purple\\08 Space Truckin'.mp3",
- "Duracion": "04:32",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2726400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.0679281-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Burn (2004 Remast...",
- "Artista": "DEEP PURPLE",
- "Album": "BEST DEEP PURPLE",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Deep Purple\\09 Burn (2004 Remaster).mp3",
- "Duracion": "04:30",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2706808163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.0836383-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Stormbringer (200...",
- "Artista": "DEEP PURPLE",
- "Album": "BEST DEEP PURPLE",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Deep Purple\\10 Stormbringer (2009 Remaster).mp3",
- "Duracion": "04:04",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2447934693,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.1004966-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Demon's Eye",
- "Artista": "DEEP PURPLE",
- "Album": "BEST DEEP PURPLE",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Deep Purple\\11 Demon's Eye.mp3",
- "Duracion": "05:23",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3230040816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.1186773-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Smoke on the Wate...",
- "Artista": "DEEP PURPLE",
- "Album": "BEST DEEP PURPLE",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Deep Purple\\12 Smoke on the Water.mp3",
- "Duracion": "05:37",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3377110204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.137737-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Amores Lejanos",
- "Artista": "ENANITOS VERDES",
- "Album": "BEST ENANITOS VERDES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Enanitos Verdes\\Amores Lejanos.mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2457518589,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.1570289-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Mariposas",
- "Artista": "ENANITOS VERDES",
- "Album": "BEST ENANITOS VERDES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Enanitos Verdes\\Enanitos Verdes - Mariposas.mp3",
- "Duracion": "03:46",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2264346794,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.1769094-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Tu Carcel",
- "Artista": "ENANITOS VERDES",
- "Album": "BEST ENANITOS VERDES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Enanitos Verdes\\Enanitos Verdes - Tu Carcel (En Vivo Desde Mexico 2004).mp3",
- "Duracion": "04:12",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2520212820,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.1918658-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Por el Resto",
- "Artista": "ENANITOS VERDES",
- "Album": "BEST ENANITOS VERDES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Enanitos Verdes\\Los Enanitos Verdes - Por el Resto (Official Audio).mp3",
- "Duracion": "04:34",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2746071153,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.207105-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Luz De Dia",
- "Artista": "ENANITOS VERDES",
- "Album": "BEST ENANITOS VERDES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Enanitos Verdes\\Luz De Dia.mp3",
- "Duracion": "04:35",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2757859615,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.2250757-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Mi Primer Dia Sin Ti",
- "Artista": "ENANITOS VERDES",
- "Album": "BEST ENANITOS VERDES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Enanitos Verdes\\Mi Primer Dia Sin Ti.mp3",
- "Duracion": "04:35",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2755448717,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.2411665-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "La Muralla Verde",
- "Artista": "ENANITOS VERDES",
- "Album": "BEST ENANITOS VERDES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Enanitos Verdes\\_LA MURALLA VERDE_ - ENANITOS VERDES - 1986 (RM).mp3",
- "Duracion": "02:51",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 1713498076,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.2600277-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Lamento Boliviano",
- "Artista": "ENANITOS VERDES",
- "Album": "BEST ENANITOS VERDES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Enanitos Verdes\\_LAMENTO BOLIVIANO_ - ENANITOS VERDES - 1994.mp3",
- "Duracion": "03:53",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2330523717,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.2746713-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "2000 Light Years Away",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\01 2000 Light Years Away.mp3",
- "Duracion": "02:24",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1447183673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.2884645-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Longview",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\02 Longview.mp3",
- "Duracion": "03:47",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2271085714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.3055815-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Welcome to Paradise",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\03 Welcome to Paradise.mp3",
- "Duracion": "03:44",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2242351020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.3286076-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Basket Case",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\04 Basket Case.mp3",
- "Duracion": "03:01",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1816293877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.3512701-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "When I Come Around",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\05 When I Come Around.mp3",
- "Duracion": "02:58",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1780506122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.372888-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "She",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\06 She.mp3",
- "Duracion": "02:14",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1343216326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.3929677-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Brain Stew",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\07 Brain Stew.mp3",
- "Duracion": "03:13",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1930971428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.4083324-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Hitchin' a Ride",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\08 Hitchin' a Ride.mp3",
- "Duracion": "02:51",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1714938775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.426846-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Good Riddance (Time of Your Life)",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\09 Good Riddance (Time of Your Life).mp3",
- "Duracion": "02:33",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1534955102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.4440274-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Minority",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\10 Minority.mp3",
- "Duracion": "02:48",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1682546938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.4637025-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Warning",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\11 Warning.mp3",
- "Duracion": "03:41",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2217012244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.4803616-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "American Idiot",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\12 American Idiot.mp3",
- "Duracion": "02:54",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1743934693,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.498447-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Holiday",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\13 Holiday.mp3",
- "Duracion": "03:52",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2327771428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.5201718-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Boulevard of Broken Dreams",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\14 Boulevard of Broken Dreams.mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2624261224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.5415761-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Wake Me up When September Ends",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\15 Wake Me up When September Ends.mp3",
- "Duracion": "04:45",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2857012244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.5610785-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Know Your Enemy",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\16 Know Your Enemy.mp3",
- "Duracion": "03:11",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1918171428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.5758744-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "21 Guns",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\17 21 Guns.mp3",
- "Duracion": "05:22",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 3220897959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.5899815-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "Oh Love",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\18 Oh Love.mp3",
- "Duracion": "05:03",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 3033338775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.6054395-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "Bang Bang",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\19 Bang Bang.mp3",
- "Duracion": "03:25",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2054791836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.6208787-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "Ordinary World (feat. Miranda Lambert)",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\21 Ordinary World (feat. Miranda Lambert).mp3",
- "Duracion": "03:01",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1814987755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.6362875-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "Back in the USA",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\22 Back in the USA.mp3",
- "Duracion": "02:36",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1563428571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.6525471-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Welcome To The Jungle",
- "Artista": "GUNS AND ROSES",
- "Album": "AFD",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Appetite for Destruction\\01 Welcome To The Jungle.mp3",
- "Duracion": "04:31",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2710987500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.6695925-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "It's So Easy",
- "Artista": "GUNS AND ROSES",
- "Album": "AFD",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Appetite for Destruction\\02 It's So Easy.mp3",
- "Duracion": "03:21",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2015608333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.6932066-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Nightrain",
- "Artista": "GUNS AND ROSES",
- "Album": "AFD",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Appetite for Destruction\\03 Nightrain.mp3",
- "Duracion": "04:26",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2662660833,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.7166726-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Out ta Get Me",
- "Artista": "GUNS AND ROSES",
- "Album": "AFD",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Appetite for Destruction\\04 Out ta Get Me.mp3",
- "Duracion": "04:20",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2600228333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.7416753-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Mr. Brownstone",
- "Artista": "GUNS AND ROSES",
- "Album": "AFD",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Appetite for Destruction\\05 Mr. Brownstone.mp3",
- "Duracion": "03:45",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2257763333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.7693563-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Paradise City",
- "Artista": "GUNS AND ROSES",
- "Album": "AFD",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Appetite for Destruction\\06 Paradise City.mp3",
- "Duracion": "06:45",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 4059167500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.7974079-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "My Michelle",
- "Artista": "GUNS AND ROSES",
- "Album": "AFD",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Appetite for Destruction\\07 My Michelle.mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2188800000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.8220561-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Think About You",
- "Artista": "GUNS AND ROSES",
- "Album": "AFD",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Appetite for Destruction\\08 Think About You.mp3",
- "Duracion": "03:50",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2302432500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.8423129-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Sweet Child O'Mine",
- "Artista": "GUNS AND ROSES",
- "Album": "AFD",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Appetite for Destruction\\09 Sweet Child O'Mine.mp3",
- "Duracion": "05:54",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 3546905833,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.8605703-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "You're Crazy",
- "Artista": "GUNS AND ROSES",
- "Album": "AFD",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Appetite for Destruction\\10 You're Crazy.mp3",
- "Duracion": "03:15",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 1957877500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.8805006-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Anything Goes",
- "Artista": "GUNS AND ROSES",
- "Album": "AFD",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Appetite for Destruction\\11 Anything Goes.mp3",
- "Duracion": "03:25",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2052180000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.9038829-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Rocket Queen",
- "Artista": "GUNS AND ROSES",
- "Album": "AFD",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Appetite for Destruction\\12 Rocket Queen.mp3",
- "Duracion": "06:13",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 3734204166,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.9307475-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Reckless Life",
- "Artista": "GUNS AND ROSES",
- "Album": "LIES",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\G N' R Lies\\01 Reckless Life.mp3",
- "Duracion": "03:21",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2012212500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.9539986-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Nice Boys",
- "Artista": "GUNS AND ROSES",
- "Album": "LIES",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\G N' R Lies\\02 Nice Boys.mp3",
- "Duracion": "03:04",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 1843200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.9689084-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Move to the City",
- "Artista": "GUNS AND ROSES",
- "Album": "LIES",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\G N' R Lies\\03 Move to the City.mp3",
- "Duracion": "03:43",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2233469166,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.9856719-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Mama Kin",
- "Artista": "GUNS AND ROSES",
- "Album": "LIES",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\G N' R Lies\\04 Mama Kin.mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2379494166,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.0014203-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Patience",
- "Artista": "GUNS AND ROSES",
- "Album": "LIES",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\G N' R Lies\\05 Patience.mp3",
- "Duracion": "05:56",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 3569110000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.0193094-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Used to Love Her",
- "Artista": "GUNS AND ROSES",
- "Album": "LIES",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\G N' R Lies\\06 Used to Love Her.mp3",
- "Duracion": "03:13",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 1936980000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.0362179-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "You're Crazy",
- "Artista": "GUNS AND ROSES",
- "Album": "LIES",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\G N' R Lies\\07 You're Crazy.mp3",
- "Duracion": "04:10",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2507494166,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.053121-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "One in a Million",
- "Artista": "GUNS AND ROSES",
- "Album": "LIES",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\G N' R Lies\\08 One in a Million.mp3",
- "Duracion": "06:09",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 3691885833,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.0698711-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Since I Don't Have You",
- "Artista": "GUNS AND ROSES",
- "Album": "THE SPAGHETTI INCIDENT",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\The Spaghetti Incident\\01. Since I Don't Have You.mp3",
- "Duracion": "04:20",
- "FechaLanzamiento": "1993",
- "EstadoColor": "White",
- "DuracionLong": 2605453333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.0862965-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "New Rose",
- "Artista": "GUNS AND ROSES",
- "Album": "THE SPAGHETTI INCIDENT",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\The Spaghetti Incident\\02. New Rose.mp3",
- "Duracion": "02:39",
- "FechaLanzamiento": "1993",
- "EstadoColor": "White",
- "DuracionLong": 1590073333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.1081254-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Down On The Farm",
- "Artista": "GUNS AND ROSES",
- "Album": "THE SPAGHETTI INCIDENT",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\The Spaghetti Incident\\03. Down On The Farm.mp3",
- "Duracion": "03:29",
- "FechaLanzamiento": "1993",
- "EstadoColor": "White",
- "DuracionLong": 2091363333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.1308431-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Human Being",
- "Artista": "GUNS AND ROSES",
- "Album": "THE SPAGHETTI INCIDENT",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\The Spaghetti Incident\\04. Human Being.mp3",
- "Duracion": "06:48",
- "FechaLanzamiento": "1993",
- "EstadoColor": "White",
- "DuracionLong": 4089730833,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.1477879-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Raw Power",
- "Artista": "GUNS AND ROSES",
- "Album": "THE SPAGHETTI INCIDENT",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\The Spaghetti Incident\\05. Raw Power.mp3",
- "Duracion": "03:12",
- "FechaLanzamiento": "1993",
- "EstadoColor": "White",
- "DuracionLong": 1924701666,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.1669587-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Ain't It Fun",
- "Artista": "GUNS AND ROSES",
- "Album": "THE SPAGHETTI INCIDENT",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\The Spaghetti Incident\\06. Ain't It Fun.mp3",
- "Duracion": "05:06",
- "FechaLanzamiento": "1993",
- "EstadoColor": "White",
- "DuracionLong": 3064424166,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.1851544-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Buick Makane",
- "Artista": "GUNS AND ROSES",
- "Album": "THE SPAGHETTI INCIDENT",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\The Spaghetti Incident\\07. Buick Makane.mp3",
- "Duracion": "02:40",
- "FechaLanzamiento": "1993",
- "EstadoColor": "White",
- "DuracionLong": 1604440833,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.2032121-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Hair Of The Dog",
- "Artista": "GUNS AND ROSES",
- "Album": "THE SPAGHETTI INCIDENT",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\The Spaghetti Incident\\08. Hair Of The Dog.mp3",
- "Duracion": "03:55",
- "FechaLanzamiento": "1993",
- "EstadoColor": "White",
- "DuracionLong": 2355460833,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.2201121-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Attitude",
- "Artista": "GUNS AND ROSES",
- "Album": "THE SPAGHETTI INCIDENT",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\The Spaghetti Incident\\09. Attitude.mp3",
- "Duracion": "01:27",
- "FechaLanzamiento": "1993",
- "EstadoColor": "White",
- "DuracionLong": 876408333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.2359143-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Black Leather",
- "Artista": "GUNS AND ROSES",
- "Album": "THE SPAGHETTI INCIDENT",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\The Spaghetti Incident\\10. Black Leather.mp3",
- "Duracion": "04:09",
- "FechaLanzamiento": "1993",
- "EstadoColor": "White",
- "DuracionLong": 2491298333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.2532163-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "You Can't Put Your Arms Around",
- "Artista": "GUNS AND ROSES",
- "Album": "THE SPAGHETTI INCIDENT",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\The Spaghetti Incident\\11. You Can't Put Your Arms Around A Memory.mp3",
- "Duracion": "03:35",
- "FechaLanzamiento": "1993",
- "EstadoColor": "White",
- "DuracionLong": 2157191666,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.2708268-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "I Don't Care About You",
- "Artista": "GUNS AND ROSES",
- "Album": "THE SPAGHETTI INCIDENT",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\The Spaghetti Incident\\12. I Don't Care About You.mp3",
- "Duracion": "04:52",
- "FechaLanzamiento": "1993",
- "EstadoColor": "White",
- "DuracionLong": 2920228333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.2896922-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Right Next Door To Hell",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\01 Right Next Door To Hell.mp3",
- "Duracion": "03:02",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 1829877500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.3039395-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Dust N' Bones",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\02 Dust N' Bones.mp3",
- "Duracion": "04:58",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2989975833,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.3202045-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Live And Let Die",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\03 Live And Let Die.mp3",
- "Duracion": "03:04",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 1846857500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.3372337-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Don't Cry (Original)",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\04 Don't Cry (Original).mp3",
- "Duracion": "04:45",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2854922500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.3528212-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Perfect Crime",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\05 Perfect Crime.mp3",
- "Duracion": "02:24",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 1443004166,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.3698504-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "You Ain't The First",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\06 You Ain't The First.mp3",
- "Duracion": "02:36",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 1568130833,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.3875085-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Bad Obsession",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\07 Bad Obsession.mp3",
- "Duracion": "05:29",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 3290383333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.4037484-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Back Off Bitch",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\08 Back Off Bitch.mp3",
- "Duracion": "05:04",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 3041698333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.4219548-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Double Talkin' Jive",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\09 Double Talkin' Jive.mp3",
- "Duracion": "03:24",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2043298333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.437829-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "November Rain",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\10 November Rain.mp3",
- "Duracion": "08:58",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 5381485833,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.4525445-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "The Garden",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\11 The Garden.mp3",
- "Duracion": "05:22",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 3229257500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.4684063-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Garden Of Eden",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\12 Garden Of Eden.mp3",
- "Duracion": "02:42",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 1623249166,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.4852511-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Don't Damn Me",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\13 Don't Damn Me.mp3",
- "Duracion": "05:19",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 3195298333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.5025135-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Bad apples",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\14 Bad Apples.mp3",
- "Duracion": "04:28",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2689828333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.5184835-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Dead horse",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\15 Dead Horse.mp3",
- "Duracion": "04:18",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2583510000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.536694-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Coma",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\16 Coma.mp3",
- "Duracion": "10:14",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 6146612500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.5522161-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Civil War",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION II",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion II\\01 Civil War.mp3",
- "Duracion": "07:43",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 4631510000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.568914-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "14 Years",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION II",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion II\\02 14 Years.mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2620342500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.5851434-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Yesterdays",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION II",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion II\\03 Yesterdays.mp3",
- "Duracion": "03:16",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 1969110000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.6035304-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Knockin' On Heaven's Door",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION II",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion II\\04 Knockin' On Heaven's Door.mp3",
- "Duracion": "05:36",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3367445000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.6227103-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Get In The Ring",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION II",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion II\\05 Get In The Ring.mp3",
- "Duracion": "05:41",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3419690000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.6384284-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Shotgun Blues",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION II",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion II\\06 Shotgun Blues.mp3",
- "Duracion": "03:23",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2037028333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.6530703-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Breakdown",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION II",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion II\\07 Breakdown.mp3",
- "Duracion": "07:05",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 4251950833,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.66909-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Pretty Tied Up",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION II",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion II\\08 Pretty Tied Up.mp3",
- "Duracion": "04:48",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2886269166,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.6884561-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Locomotive",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION II",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion II\\09 Locomotive.mp3",
- "Duracion": "08:42",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 5227885833,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.7035793-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "So Fine",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION II",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion II\\10 So Fine.mp3",
- "Duracion": "04:07",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2470139166,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.721567-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Estranged",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION II",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion II\\11 Estranged.mp3",
- "Duracion": "09:24",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 5645845000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.7368534-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "You Could Be Mine",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION II",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion II\\12 You Could Be Mine.mp3",
- "Duracion": "05:44",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3443460833,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.7535232-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Don't Cry",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION II",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion II\\13 Don't Cry.mp3",
- "Duracion": "04:44",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2849698333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.7722501-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "My World",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION II",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion II\\14 My World.mp3",
- "Duracion": "01:24",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 848718333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.7917804-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Be Quick or Be Dead",
- "Artista": "IRON MAIDEN",
- "Album": "FEAR",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Fear\\01 Be Quick or Be Dead (2015 Remaster).mp3",
- "Duracion": "03:23",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2037551020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.8092501-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "From Here to Eternity",
- "Artista": "IRON MAIDEN",
- "Album": "FEAR",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Fear\\02 From Here to Eternity (2015 Remaster).mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2182008163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.8283954-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Afraid to Shoot Strangers ",
- "Artista": "IRON MAIDEN",
- "Album": "FEAR",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Fear\\03 Afraid to Shoot Strangers (2015 Remaster).mp3",
- "Duracion": "06:56",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 4166530612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.8503174-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Fear Is the Key",
- "Artista": "IRON MAIDEN",
- "Album": "FEAR",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Fear\\04 Fear Is the Key (2015 Remaster).mp3",
- "Duracion": "05:34",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 3348897959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.8705822-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Chains of Misery",
- "Artista": "IRON MAIDEN",
- "Album": "FEAR",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Fear\\05 Chains of Misery (2015 Remaster).mp3",
- "Duracion": "03:37",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2173387755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.8908746-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Wasting Love",
- "Artista": "IRON MAIDEN",
- "Album": "FEAR",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Fear\\06 Wasting Love (2015 Remaster).mp3",
- "Duracion": "05:51",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 3511118367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.9107654-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "The Fugitive",
- "Artista": "IRON MAIDEN",
- "Album": "FEAR",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Fear\\07 The Fugitive (2015 Remaster).mp3",
- "Duracion": "04:53",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2939820408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.9289064-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Childhood's End",
- "Artista": "IRON MAIDEN",
- "Album": "FEAR",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Fear\\08 Childhood's End (2015 Remaster).mp3",
- "Duracion": "04:40",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2809730612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.9469359-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "The Apparition",
- "Artista": "IRON MAIDEN",
- "Album": "FEAR",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Fear\\09 The Apparition (2015 Remaster).mp3",
- "Duracion": "03:54",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2348146938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.9690218-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Judas Be My Guide",
- "Artista": "IRON MAIDEN",
- "Album": "FEAR",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Fear\\10 Judas Be My Guide (2015 Remaster).mp3",
- "Duracion": "03:08",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 1888391836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.9872942-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Weekend Warrior",
- "Artista": "IRON MAIDEN",
- "Album": "FEAR",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Fear\\11 Weekend Warrior (2015 Remaster).mp3",
- "Duracion": "05:39",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 3395395918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.0046168-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Fear of the Dark",
- "Artista": "IRON MAIDEN",
- "Album": "FEAR",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Fear\\12 Fear of the Dark (2015 Remaster).mp3",
- "Duracion": "07:18",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 4382040816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.0246829-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Prowler",
- "Artista": "IRON MAIDEN",
- "Album": "IRON MAIDEN",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Iron Maiden\\1 Prowler (2015 Remaster).mp3",
- "Duracion": "03:55",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2354416326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.0423026-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Remember Tomorrow",
- "Artista": "IRON MAIDEN",
- "Album": "IRON MAIDEN",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Iron Maiden\\2 Remember Tomorrow (2015 Remaster).mp3",
- "Duracion": "05:28",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 3289600000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.076403-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Running Free",
- "Artista": "IRON MAIDEN",
- "Album": "IRON MAIDEN",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Iron Maiden\\3 Running Free (2015 Remaster).mp3",
- "Duracion": "03:17",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 1976163265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.1082425-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Phantom of the Opera",
- "Artista": "IRON MAIDEN",
- "Album": "IRON MAIDEN",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Iron Maiden\\4 Phantom of the Opera (2015 Remaster).mp3",
- "Duracion": "07:21",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 4415477551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.1390291-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Transylvania",
- "Artista": "IRON MAIDEN",
- "Album": "IRON MAIDEN",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Iron Maiden\\5 Transylvania (2015 Remaster).mp3",
- "Duracion": "04:04",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2448979591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.1698628-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Strange World",
- "Artista": "IRON MAIDEN",
- "Album": "IRON MAIDEN",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Iron Maiden\\6 Strange World (2015 Remaster).mp3",
- "Duracion": "05:47",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 3473502040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.1981731-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Charlotte the Harlot",
- "Artista": "IRON MAIDEN",
- "Album": "IRON MAIDEN",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Iron Maiden\\7 Charlotte the Harlot (2015 Remaster).mp3",
- "Duracion": "04:13",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2531004081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.2302691-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Iron Maiden",
- "Artista": "IRON MAIDEN",
- "Album": "IRON MAIDEN",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Iron Maiden\\8 Iron Maiden (2015 Remaster).mp3",
- "Duracion": "03:34",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2144130612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.2653708-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Senjutsu",
- "Artista": "IRON MAIDEN",
- "Album": "SENJUTSU",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Senjutsu\\01 Senjutsu.mp3",
- "Duracion": "08:20",
- "FechaLanzamiento": "2019",
- "EstadoColor": "White",
- "DuracionLong": 5002710204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.2940661-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Stratego",
- "Artista": "IRON MAIDEN",
- "Album": "SENJUTSU",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Senjutsu\\02 Stratego.mp3",
- "Duracion": "05:00",
- "FechaLanzamiento": "2019",
- "EstadoColor": "White",
- "DuracionLong": 3000424489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.3098797-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "The Writing On The Wall",
- "Artista": "IRON MAIDEN",
- "Album": "SENJUTSU",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Senjutsu\\03 The Writing On The Wall.mp3",
- "Duracion": "06:13",
- "FechaLanzamiento": "2019",
- "EstadoColor": "White",
- "DuracionLong": 3739951020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.3230295-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Lost In A Lost World",
- "Artista": "IRON MAIDEN",
- "Album": "SENJUTSU",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Senjutsu\\04 Lost In A Lost World.mp3",
- "Duracion": "09:31",
- "FechaLanzamiento": "2019",
- "EstadoColor": "White",
- "DuracionLong": 5716636734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.3354568-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Days Of Future Past",
- "Artista": "IRON MAIDEN",
- "Album": "SENJUTSU",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Senjutsu\\05 Days Of Future Past.mp3",
- "Duracion": "04:03",
- "FechaLanzamiento": "2019",
- "EstadoColor": "White",
- "DuracionLong": 2438530612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.3497632-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "The Time Machine",
- "Artista": "IRON MAIDEN",
- "Album": "SENJUTSU",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Senjutsu\\06 The Time Machine.mp3",
- "Duracion": "07:09",
- "FechaLanzamiento": "2019",
- "EstadoColor": "White",
- "DuracionLong": 4295314285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.3648368-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Darkest Hour",
- "Artista": "IRON MAIDEN",
- "Album": "SENJUTSU",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Senjutsu\\07 Darkest Hour.mp3",
- "Duracion": "07:20",
- "FechaLanzamiento": "2019",
- "EstadoColor": "White",
- "DuracionLong": 4405551020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.3808401-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Death Of The Celts",
- "Artista": "IRON MAIDEN",
- "Album": "SENJUTSU",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Senjutsu\\08 Death Of The Celts.mp3",
- "Duracion": "10:20",
- "FechaLanzamiento": "2019",
- "EstadoColor": "White",
- "DuracionLong": 6204865306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.3967656-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "The Parchment",
- "Artista": "IRON MAIDEN",
- "Album": "SENJUTSU",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Senjutsu\\09 The Parchment.mp3",
- "Duracion": "12:39",
- "FechaLanzamiento": "2019",
- "EstadoColor": "White",
- "DuracionLong": 7590661224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.4109703-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Hell On Earth",
- "Artista": "IRON MAIDEN",
- "Album": "SENJUTSU",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Senjutsu\\10 Hell On Earth.mp3",
- "Duracion": "11:19",
- "FechaLanzamiento": "2019",
- "EstadoColor": "White",
- "DuracionLong": 6792097959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.4273571-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Caught Somewhere in Time (2015 Remaster)",
- "Artista": "IRON MAIDEN",
- "Album": "SOMEWHERE IN TIME",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Somewhere in time\\1 Caught Somewhere in Time (2015 Remaster).mp3",
- "Duracion": "07:27",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 4474253061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.4446814-03:00"
- },
- {
- "Numero": "",
- "Titulo": "2 Wasted Years (2015 Remaster)",
- "Artista": "IRON MAIDEN",
- "Album": "SOMEWHERE IN TIME",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Somewhere in time\\2 Wasted Years (2015 Remaster).mp3",
- "Duracion": "05:09",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3097338775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.4740907-03:00"
- },
- {
- "Numero": "",
- "Titulo": "3 Sea of Madness (2015 Remaster)",
- "Artista": "IRON MAIDEN",
- "Album": "SOMEWHERE IN TIME",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Somewhere in time\\3 Sea of Madness (2015 Remaster).mp3",
- "Duracion": "05:44",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3440326530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.5079223-03:00"
- },
- {
- "Numero": "",
- "Titulo": "4 Heaven Can Wait (2015 Remaster)",
- "Artista": "IRON MAIDEN",
- "Album": "SOMEWHERE IN TIME",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Somewhere in time\\4 Heaven Can Wait (2015 Remaster).mp3",
- "Duracion": "07:23",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 4436636734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.5364715-03:00"
- },
- {
- "Numero": "",
- "Titulo": "5 The Loneliness of the Long Distance Runner (2015 Remaster)",
- "Artista": "IRON MAIDEN",
- "Album": "SOMEWHERE IN TIME",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Somewhere in time\\5 The Loneliness of the Long Distance Runner (2015 Remaster).mp3",
- "Duracion": "06:33",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3933779591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.5658853-03:00"
- },
- {
- "Numero": "",
- "Titulo": "6 Stranger in a Strange Land (2015 Remaster)",
- "Artista": "IRON MAIDEN",
- "Album": "SOMEWHERE IN TIME",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Somewhere in time\\6 Stranger in a Strange Land (2015 Remaster).mp3",
- "Duracion": "05:46",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3466971428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.5921166-03:00"
- },
- {
- "Numero": "",
- "Titulo": "7 Deja Vu (2015 Remaster)",
- "Artista": "IRON MAIDEN",
- "Album": "SOMEWHERE IN TIME",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Somewhere in time\\7 Deja Vu (2015 Remaster).mp3",
- "Duracion": "04:58",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 2985795918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.6196239-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Imagine",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\01 Imagine (Ultimate Mix).mp3",
- "Duracion": "03:06",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1863053061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.6464416-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Crippled Inside",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\02 Crippled Inside (Ultimate Mix).mp3",
- "Duracion": "03:51",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2311575510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.6644721-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Jealous Guy",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\03 Jealous Guy (Ultimate Mix).mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2545110204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.688609-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "It's So Hard",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\04 It's So Hard (Ultimate Mix).mp3",
- "Duracion": "02:29",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1492114285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.7072577-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "I Don’t Wanna Be A Soldier Mama I Don’t Wanna Die",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\05 I Don’t Wanna Be A Soldier Mama I Don’t Wanna Die (Ultimate Mix).mp3",
- "Duracion": "06:08",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 3682481632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.7229754-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Gimme Some Truth",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\06 Gimme Some Truth (Ultimate Mix).mp3",
- "Duracion": "03:18",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1983477551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.7448662-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Oh My Love",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\07 Oh My Love (Ultimate Mix).mp3",
- "Duracion": "02:47",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1673665306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.7650655-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "How Do You Sleep",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\08 How Do You Sleep (Ultimate Mix).mp3",
- "Duracion": "05:39",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 3392261224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.7865886-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "How",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\09 How (Ultimate Mix).mp3",
- "Duracion": "03:45",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2256457142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.8069559-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Oh Yoko!",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\10 Oh Yoko! (Ultimate Mix).mp3",
- "Duracion": "04:20",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2609371428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.8269793-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Power To The People",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\11 Power To The People (Ultimate Mix).mp3",
- "Duracion": "03:26",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2064718367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.8475484-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Well",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\12 Well (Baby Please Don't Go).mp3",
- "Duracion": "04:07",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2475624489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.8672309-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "God Save Us",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\13 God Save Us (Ultimate Mix).mp3",
- "Duracion": "03:15",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1952130612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.88338-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Do The Oz",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\14 Do The Oz (Ultimate Mix).mp3",
- "Duracion": "03:12",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1921567346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.9063833-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "God Save Oz",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\15 God Save Oz (Ultimate Mix).mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2114089795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.9235745-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Happy Xmas",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\16 Happy Xmas (War Is Over).mp3",
- "Duracion": "03:35",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2157975510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.9423917-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Imagine (Elements Mix)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\17 Imagine (Elements Mix).mp3",
- "Duracion": "02:14",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1347657142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.962862-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "Jealous Guy",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\18 Jealous Guy (Elements Mix).mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2547722448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.9811336-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "Oh My Love",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\19 Oh My Love (Elements Mix).mp3",
- "Duracion": "01:57",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1177600000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.9969376-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "How",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\20 How (Elements Mix).mp3",
- "Duracion": "03:37",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2179395918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.0153805-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "Imagine (Demo)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\21 Imagine (Demo).mp3",
- "Duracion": "03:18",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1987657142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.0311877-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "Imagine (Take 1)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\22 Imagine (Take 1).mp3",
- "Duracion": "03:06",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1864359183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.0506337-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "Crippled Inside (Take 3)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\23 Crippled Inside (Take 3).mp3",
- "Duracion": "03:52",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2321502040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.0660724-03:00"
- },
- {
- "Numero": "24",
- "Titulo": "Crippled Inside (Take 6)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\24 Crippled Inside (Take 6 _ Alternate Guitar Solo).mp3",
- "Duracion": "03:48",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2289371428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.0823508-03:00"
- },
- {
- "Numero": "25",
- "Titulo": "Jealous Guy (Take 9)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\25 Jealous Guy (Take 9).mp3",
- "Duracion": "02:18",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1380048979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.0979756-03:00"
- },
- {
- "Numero": "26",
- "Titulo": "It's So Hard (Take 6)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\26 It's So Hard (Take 6).mp3",
- "Duracion": "02:32",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1529991836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.1204052-03:00"
- },
- {
- "Numero": "27",
- "Titulo": "I Don’t Wanna Be A Soldier Mama I Don’t Wanna Die (Take 11)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\27 I Don’t Wanna Be A Soldier Mama I Don’t Wanna Die (Take 11).mp3",
- "Duracion": "04:36",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2761665306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.1368211-03:00"
- },
- {
- "Numero": "28",
- "Titulo": "Gimme Some Truth (Take 4)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\28 Gimme Some Truth (Take 4).mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2182008163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.1519743-03:00"
- },
- {
- "Numero": "29",
- "Titulo": "Oh My Love (Take 6)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\29 Oh My Love (Take 6).mp3",
- "Duracion": "02:49",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1699526530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.1678805-03:00"
- },
- {
- "Numero": "30",
- "Titulo": "How Do You Sleep (Takes 1 & 2)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\30 How Do You Sleep (Takes 1 & 2).mp3",
- "Duracion": "05:59",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 3592620408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.1836353-03:00"
- },
- {
- "Numero": "31",
- "Titulo": "Oh Yoko! (Bahamas, 1969)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\32 Oh Yoko! (Bahamas, 1969).mp3",
- "Duracion": "05:02",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 3020277551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.1988863-03:00"
- },
- {
- "Numero": "32",
- "Titulo": "Power To The People (Take 7)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\33 Power To The People (Take 7).mp3",
- "Duracion": "03:28",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2085616326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.2143223-03:00"
- },
- {
- "Numero": "33",
- "Titulo": "God Save Us (Demo)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\34 God Save Us (Demo).mp3",
- "Duracion": "02:58",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1780767346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.2296438-03:00"
- },
- {
- "Numero": "34",
- "Titulo": "Do The Oz (Take 3)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\35 Do The Oz (Take 3).mp3",
- "Duracion": "06:50",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 4106971428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.2480536-03:00"
- },
- {
- "Numero": "35",
- "Titulo": "Happy Xmas (War Is Over)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\36 Happy Xmas (War Is Over).mp3",
- "Duracion": "03:23",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2031542857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.2643276-03:00"
- },
- {
- "Numero": "36",
- "Titulo": "Imagine (Take 10)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\37 Imagine (Take 10 _ Raw Studio Mix).mp3",
- "Duracion": "03:12",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1921044897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.2792058-03:00"
- },
- {
- "Numero": "37",
- "Titulo": "Crippled Inside (Take 6)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\38 Crippled Inside (Take 6 _ Raw Studio Mix).mp3",
- "Duracion": "03:50",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2302955102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.2946541-03:00"
- },
- {
- "Numero": "38",
- "Titulo": "Jealous Guy (Take 29)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\39 Jealous Guy (Take 29 _ Raw Studio Mix).mp3",
- "Duracion": "04:21",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2615902040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.31113-03:00"
- },
- {
- "Numero": "39",
- "Titulo": "It's So Hard (Take 11)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\40 It's So Hard (Take 11 _ Raw Studio Mix).mp3",
- "Duracion": "02:42",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1624032653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.3291033-03:00"
- },
- {
- "Numero": "40",
- "Titulo": "I Don’t Wanna Be A Soldier Mama I Don’t Wanna Die (Take 4)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\41 I Don’t Wanna Be A Soldier Mama I Don’t Wanna Die (Take 4 _ Extended _ Raw Studio Mix).mp3",
- "Duracion": "07:56",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 4761861224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.3464638-03:00"
- },
- {
- "Numero": "41",
- "Titulo": "Oh My Love (Take 20)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\43 Oh My Love (Take 20 _ Raw Studio Mix).mp3",
- "Duracion": "02:47",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1676800000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.3629103-03:00"
- },
- {
- "Numero": "42",
- "Titulo": "How Do You Sleep (Take 11)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\44 How Do You Sleep (Take 11 _ Extended _ Raw Studio Mix).mp3",
- "Duracion": "06:00",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 3603069387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.3790918-03:00"
- },
- {
- "Numero": "43",
- "Titulo": "How (Take 40)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\45 How (Take 40 _ Raw Studio Mix).mp3",
- "Duracion": "03:55",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2352065306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.3962627-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Breaking the Law",
- "Artista": "JUDAS PRIEST",
- "Album": "BEST JUDAS PRIEST",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Judas Priest\\01 Breaking the Law.mp3",
- "Duracion": "02:33",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1539134693,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.4162042-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Hell Bent for Leather",
- "Artista": "JUDAS PRIEST",
- "Album": "BEST JUDAS PRIEST",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Judas Priest\\02 Hell Bent for Leather.mp3",
- "Duracion": "02:38",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1586938775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.433202-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Victim Of Changes",
- "Artista": "JUDAS PRIEST",
- "Album": "BEST JUDAS PRIEST",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Judas Priest\\03 Victim Of Changes.mp3",
- "Duracion": "07:45",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 4652669387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.4475153-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Metal Gods",
- "Artista": "JUDAS PRIEST",
- "Album": "BEST JUDAS PRIEST",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Judas Priest\\04 Metal Gods.mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2457861224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.4632077-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Living After Midnight",
- "Artista": "JUDAS PRIEST",
- "Album": "BEST JUDAS PRIEST",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Judas Priest\\05 Living After Midnight.mp3",
- "Duracion": "03:30",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2102334693,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.482389-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Painkiller",
- "Artista": "JUDAS PRIEST",
- "Album": "BEST JUDAS PRIEST",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Judas Priest\\06 Painkiller.mp3",
- "Duracion": "06:08",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3684571428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.4978905-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Beyond the Realms of Death",
- "Artista": "JUDAS PRIEST",
- "Album": "BEST JUDAS PRIEST",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Judas Priest\\07 Beyond the Realms of Death.mp3",
- "Duracion": "06:49",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 4098873469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.5136729-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Turbo Lover (Remastered)",
- "Artista": "JUDAS PRIEST",
- "Album": "BEST JUDAS PRIEST",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Judas Priest\\08 Turbo Lover (Remastered).mp3",
- "Duracion": "05:34",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3340800000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.5320424-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "The Ripper",
- "Artista": "JUDAS PRIEST",
- "Album": "BEST JUDAS PRIEST",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Judas Priest\\09 The Ripper.mp3",
- "Duracion": "02:50",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1709191836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.5518583-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Diamonds and Rust",
- "Artista": "JUDAS PRIEST",
- "Album": "BEST JUDAS PRIEST",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Judas Priest\\10 Diamonds and Rust.mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2075167346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.5659159-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "The Sentinel with lyrics",
- "Artista": "JUDAS PRIEST",
- "Album": "BEST JUDAS PRIEST",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Judas Priest\\11 The Sentinel with lyrics.mp3",
- "Duracion": "05:06",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3063902040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.5827498-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Triste Canción De Amor",
- "Artista": "LA RENGA",
- "Album": "A DONDE ME LLEVA LA VIDA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A Donde Me Lleva la vida\\01 Triste Canción De Amor.mp3",
- "Duracion": "05:07",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 3074160000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.5963058-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Pis y Caca",
- "Artista": "LA RENGA",
- "Album": "A DONDE ME LLEVA LA VIDA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A Donde Me Lleva la vida\\02 Pis y Caca.mp3",
- "Duracion": "02:11",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 1310563265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.6137879-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "El rito de los corazones sangr",
- "Artista": "LA RENGA",
- "Album": "A DONDE ME LLEVA LA VIDA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A Donde Me Lleva la vida\\03 El rito de los corazones sangr.mp3",
- "Duracion": "03:56",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2366880000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.636384-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "El Circo Romano.",
- "Artista": "LA RENGA",
- "Album": "A DONDE ME LLEVA LA VIDA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A Donde Me Lleva la vida\\04 El Circo Romano..mp3",
- "Duracion": "03:59",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2393280000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.6526501-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "El Sátiro De La Mala Leche",
- "Artista": "LA RENGA",
- "Album": "A DONDE ME LLEVA LA VIDA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A Donde Me Lleva la vida\\05 El Sátiro De La Mala Leche.mp3",
- "Duracion": "02:10",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 1309920000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.6678122-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "El Mambo De La Botella",
- "Artista": "LA RENGA",
- "Album": "A DONDE ME LLEVA LA VIDA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A Donde Me Lleva la vida\\06 El Mambo De La Botella.mp3",
- "Duracion": "04:06",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2460212244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.6857938-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "El Circo Romano",
- "Artista": "LA RENGA",
- "Album": "A DONDE ME LLEVA LA VIDA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A Donde Me Lleva la vida\\07 El Circo Romano.mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2379840000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.7011544-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "El Camino Del Deshielo",
- "Artista": "LA RENGA",
- "Album": "A DONDE ME LLEVA LA VIDA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A Donde Me Lleva la vida\\08 El Camino Del Deshielo.mp3",
- "Duracion": "04:28",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2680424489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.7195233-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Cortala y Olvidala",
- "Artista": "LA RENGA",
- "Album": "A DONDE ME LLEVA LA VIDA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A Donde Me Lleva la vida\\09 Cortala y Olvidala.mp3",
- "Duracion": "03:18",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 1981126530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.7363851-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Blues Cardíaco",
- "Artista": "LA RENGA",
- "Album": "A DONDE ME LLEVA LA VIDA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A Donde Me Lleva la vida\\10 Blues Cardíaco.mp3",
- "Duracion": "04:53",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2930416326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.7563953-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "2+2=3",
- "Artista": "LA RENGA",
- "Album": "A DONDE ME LLEVA LA VIDA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A Donde Me Lleva la vida\\11 2+2=3.mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2409840000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.7743048-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Bien Alto",
- "Artista": "LA RENGA",
- "Album": "A SECAS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A secas\\01 Bien Alto.mp3",
- "Duracion": "03:26",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2064720000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.792039-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "El Hombre De La Estrella",
- "Artista": "LA RENGA",
- "Album": "A SECAS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A secas\\02 El Hombre De La Estrella.mp3",
- "Duracion": "03:21",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2016653061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.8068775-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "El Terco",
- "Artista": "LA RENGA",
- "Album": "A SECAS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A secas\\03 El Terco.mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2698710204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.8221078-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Cuando Estés Acá",
- "Artista": "LA RENGA",
- "Album": "A SECAS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A secas\\04 Cuando Estés Acá.mp3",
- "Duracion": "04:56",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2967840000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.8401532-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "El Revelde",
- "Artista": "LA RENGA",
- "Album": "A SECAS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A secas\\05 El Revelde.mp3",
- "Duracion": "03:34",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2140473469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.8594064-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "El Twist Del Pibe",
- "Artista": "LA RENGA",
- "Album": "A SECAS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A secas\\06 El Twist Del Pibe.mp3",
- "Duracion": "02:58",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 1784424489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.8772508-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Me Hice Canción",
- "Artista": "LA RENGA",
- "Album": "A SECAS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A secas\\07 Me Hice Canción.mp3",
- "Duracion": "03:46",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2268473469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.89471-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Ser Yo",
- "Artista": "LA RENGA",
- "Album": "A SECAS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A secas\\08 Ser Yo.mp3",
- "Duracion": "03:37",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2172240000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.9119118-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Tripa Y Corazón",
- "Artista": "LA RENGA",
- "Album": "A SECAS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A secas\\09 Tripa Y Corazón.mp3",
- "Duracion": "02:51",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 1713893877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.9281756-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Vende Patria Clon",
- "Artista": "LA RENGA",
- "Album": "A SECAS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A secas\\10 Vende Patria Clon.mp3",
- "Duracion": "02:36",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 1567346938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.9421703-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Buseca y Vino Tinto (Live)",
- "Artista": "LA RENGA",
- "Album": "BAILANDO EN UNA PATA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Bailando en una pata\\01 Buseca y Vino Tinto (Live).mp3",
- "Duracion": "03:50",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2302171428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.9600153-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Moscas Verdes Para El Charlatán (Live)",
- "Artista": "LA RENGA",
- "Album": "BAILANDO EN UNA PATA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Bailando en una pata\\02 Moscas Verdes Para El Charlatán (Live).mp3",
- "Duracion": "05:17",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3179102040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.9766515-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Embrolos, Fatos y Paquetes (Live)",
- "Artista": "LA RENGA",
- "Album": "BAILANDO EN UNA PATA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Bailando en una pata\\03 Embrolos, Fatos y Paquetes (Live).mp3",
- "Duracion": "05:11",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3113795918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.9907624-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "El Viento Que Todo Empuja (Live)",
- "Artista": "LA RENGA",
- "Album": "BAILANDO EN UNA PATA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Bailando en una pata\\04 El Viento Que Todo Empuja (Live).mp3",
- "Duracion": "06:19",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3796897959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.0033311-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "El Juicio Del Ganso (Live)",
- "Artista": "LA RENGA",
- "Album": "BAILANDO EN UNA PATA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Bailando en una pata\\05 El Juicio Del Ganso (Live).mp3",
- "Duracion": "05:33",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3331134693,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.0178129-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Nacido Para Ser Salvaje (Live)",
- "Artista": "LA RENGA",
- "Album": "BAILANDO EN UNA PATA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Bailando en una pata\\06 Nacido Para Ser Salvaje (Live).mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2482155102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.033591-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Intervalo (Live)",
- "Artista": "LA RENGA",
- "Album": "BAILANDO EN UNA PATA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Bailando en una pata\\07 Intervalo (Live).mp3",
- "Duracion": "01:25",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 853681632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.0521388-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Negra Mi Alma, Negro Mi Corazón (Live)",
- "Artista": "LA RENGA",
- "Album": "BAILANDO EN UNA PATA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Bailando en una pata\\08 Negra Mi Alma, Negro Mi Corazón (Live).mp3",
- "Duracion": "04:59",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2997551020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.0665539-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Luciendo Mi Saquito Blusero (Live)",
- "Artista": "LA RENGA",
- "Album": "BAILANDO EN UNA PATA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Bailando en una pata\\09 Luciendo Mi Saquito Blusero (Live).mp3",
- "Duracion": "03:43",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2238693877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.0802919-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Blues De Bolivia (Live)",
- "Artista": "LA RENGA",
- "Album": "BAILANDO EN UNA PATA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Bailando en una pata\\10 Blues De Bolivia (Live).mp3",
- "Duracion": "08:58",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 5380963265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.0939016-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Somos Los Mismos De Siempre (Live)",
- "Artista": "LA RENGA",
- "Album": "BAILANDO EN UNA PATA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Bailando en una pata\\11 Somos Los Mismos De Siempre (Live).mp3",
- "Duracion": "03:20",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2002024489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.1073218-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Voy A Bailar A La Nave Del Olvido (Live)",
- "Artista": "LA RENGA",
- "Album": "BAILANDO EN UNA PATA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Bailando en una pata\\12 Voy A Bailar A La Nave Del Olvido (Live).mp3",
- "Duracion": "05:06",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3068865306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.1226506-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Bailando En Una Pata (Live)",
- "Artista": "LA RENGA",
- "Album": "BAILANDO EN UNA PATA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Bailando en una pata\\13 Bailando En Una Pata (Live).mp3",
- "Duracion": "01:50",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 1103412244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.1374416-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Cantito Popular (Live)",
- "Artista": "LA RENGA",
- "Album": "BAILANDO EN UNA PATA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Bailando en una pata\\14 Cantito Popular (Live).mp3",
- "Duracion": "01:57",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 1171330612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.1544469-03:00"
- },
- {
- "Numero": "1",
- "Titulo": " A tu lado",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\ A tu lado - Detonador de Sueños - 2003.mp3",
- "Duracion": "03:40",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2209436734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.1734469-03:00"
- },
- {
- "Numero": "2",
- "Titulo": " Cuando Estés Acá",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\ Cuando Estés Acá (InsoportablemENte VIVO).mp3",
- "Duracion": "06:50",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 4102008163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.1890237-03:00"
- },
- {
- "Numero": "3",
- "Titulo": " El Cielo Del Desengaño",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\ El Cielo Del Desengaño.mp3",
- "Duracion": "04:28",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2681991836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.2050577-03:00"
- },
- {
- "Numero": "4",
- "Titulo": " El final es en donde partí",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\ El final es en donde partí.mp3",
- "Duracion": "04:36",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2768979591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.2206226-03:00"
- },
- {
- "Numero": "5",
- "Titulo": " Llegó la hora",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\ Llegó la hora.mp3",
- "Duracion": "04:09",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2494693877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.2372575-03:00"
- },
- {
- "Numero": "6",
- "Titulo": " Sabes que",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\ Sabes que - Pesados Vestigios.mp3",
- "Duracion": "04:58",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2987885714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.2552773-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "A La Carga Mi Rock'n Roll",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\A La Carga Mi Rock'n Roll.mp3",
- "Duracion": "03:47",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2274742857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.271561-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Balada Del Diablo y La Muerte",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\Balada Del Diablo y La Muerte.mp3",
- "Duracion": "05:37",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3379461224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.287297-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Buena Pipa",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\Buena Pipa.mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2483722448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.3014188-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Corazón Fugitivo",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\Corazón Fugitivo - Pesados Vestigios.mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2400914285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.3164034-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "El Revelde",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\El Revelde.mp3",
- "Duracion": "03:34",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2140473469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.3291148-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "El Rey De La Triste Felicidad",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\El Rey De La Triste Felicidad.mp3",
- "Duracion": "04:18",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2582204081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.3423899-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "El Terco",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\El Terco.mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2698710204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.357171-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "El Twist Del Pibe",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\El Twist Del Pibe.mp3",
- "Duracion": "02:58",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1784424489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.3708694-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "El Viento Que Todo Empuja",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\El Viento Que Todo Empuja.mp3",
- "Duracion": "05:23",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3239183673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.3854815-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "En El Baldío",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\En El Baldío.mp3",
- "Duracion": "04:04",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2443755102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.3987124-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Hablando De La Libertad",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\Hablando De La Libertad.mp3",
- "Duracion": "06:11",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3711738775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.4116121-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "La razón que te demora",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\La razón que te demora, Detonador de sueños.mp3",
- "Duracion": "04:46",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2866938775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.428662-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "Las Cosas Que Hace",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\Las Cosas Que Hace.mp3",
- "Duracion": "04:19",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2599967346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.4508184-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "Lo Frágil De La Locura",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\Lo Frágil De La Locura.mp3",
- "Duracion": "04:21",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2616163265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.4715177-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "Oscuro Diamante",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\Oscuro Diamante.mp3",
- "Duracion": "03:42",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2228767346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.4900144-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "Panic Show",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\Panic Show.mp3",
- "Duracion": "03:00",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1805061224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.507865-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "Parece un caso perdido",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\Parece un caso perdido.mp3",
- "Duracion": "03:40",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2207608163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.5247957-03:00"
- },
- {
- "Numero": "24",
- "Titulo": "Triste Canción De Amor",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\Triste Canción De Amor.mp3",
- "Duracion": "05:07",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3074612244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.5433071-03:00"
- },
- {
- "Numero": "25",
- "Titulo": "Veneno",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\Veneno.mp3",
- "Duracion": "04:10",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2504359183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.5599332-03:00"
- },
- {
- "Numero": "26",
- "Titulo": "Voy A Bailar A La Nave Del Olvido",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\Voy A Bailar A La Nave Del Olvido.mp3",
- "Duracion": "05:09",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3094465306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.575362-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Desnudo Para Siempre",
- "Artista": "LA RENGA",
- "Album": "DESPEDAZADO POR MIL PARTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Despedazado por mil partes\\01 Desnudo Para Siempre.mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2483722448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.5950804-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "A La Carga Mi Rock'n Roll",
- "Artista": "LA RENGA",
- "Album": "DESPEDAZADO POR MIL PARTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Despedazado por mil partes\\02 A La Carga Mi Rock'n Roll.mp3",
- "Duracion": "03:46",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2262987755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.6124894-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "El Final Es En Donde Partí",
- "Artista": "LA RENGA",
- "Album": "DESPEDAZADO POR MIL PARTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Despedazado por mil partes\\03 El Final Es En Donde Partí.mp3",
- "Duracion": "04:36",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2766628571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.6284007-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Balada Del Diablo y La Muerte",
- "Artista": "LA RENGA",
- "Album": "DESPEDAZADO POR MIL PARTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Despedazado por mil partes\\04 Balada Del Diablo y La Muerte.mp3",
- "Duracion": "05:36",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 3364571428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.6465853-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Cuándo Vendrán",
- "Artista": "LA RENGA",
- "Album": "DESPEDAZADO POR MIL PARTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Despedazado por mil partes\\05 Cuándo Vendrán.mp3",
- "Duracion": "04:21",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2616163265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.6620626-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Psilosibe Mexicana",
- "Artista": "LA RENGA",
- "Album": "DESPEDAZADO POR MIL PARTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Despedazado por mil partes\\06 Psilosibe Mexicana.mp3",
- "Duracion": "05:34",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 3341322448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.6773668-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Paja Brava",
- "Artista": "LA RENGA",
- "Album": "DESPEDAZADO POR MIL PARTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Despedazado por mil partes\\07 Paja Brava.mp3",
- "Duracion": "06:00",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 3608555102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.6941259-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Lo Frágil De La Locura",
- "Artista": "LA RENGA",
- "Album": "DESPEDAZADO POR MIL PARTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Despedazado por mil partes\\08 Lo Frágil De La Locura.mp3",
- "Duracion": "04:19",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2596048979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.7141036-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Veneno",
- "Artista": "LA RENGA",
- "Album": "DESPEDAZADO POR MIL PARTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Despedazado por mil partes\\09 Veneno.mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2485028571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.732632-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "El Viento Que Todo Empuja",
- "Artista": "LA RENGA",
- "Album": "DESPEDAZADO POR MIL PARTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Despedazado por mil partes\\10 El Viento Que Todo Empuja.mp3",
- "Duracion": "05:21",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 3218808163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.7519494-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Hablando De La Libertad",
- "Artista": "LA RENGA",
- "Album": "DESPEDAZADO POR MIL PARTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Despedazado por mil partes\\11 Hablando De La Libertad.mp3",
- "Duracion": "06:11",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 3711738775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.7696985-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "A Tu Lado",
- "Artista": "LA RENGA",
- "Album": "DETONADOR DE SUEÑOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Detonador de sueños\\01 A Tu Lado.mp3",
- "Duracion": "03:16",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 1966236734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.7872334-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Detonador de Sueños",
- "Artista": "LA RENGA",
- "Album": "DETONADOR DE SUEÑOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Detonador de sueños\\02 Detonador de Sueños.mp3",
- "Duracion": "02:10",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 1306383673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.806542-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "El Ojo del Huracán",
- "Artista": "LA RENGA",
- "Album": "DETONADOR DE SUEÑOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Detonador de sueños\\03 El Ojo del Huracán.mp3",
- "Duracion": "03:54",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2347102040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.8257116-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "La Razón Que Te Demora",
- "Artista": "LA RENGA",
- "Album": "DETONADOR DE SUEÑOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Detonador de sueños\\04 La Razón Que Te Demora.mp3",
- "Duracion": "04:24",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2649338775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.8460293-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Dementes en el Espacio",
- "Artista": "LA RENGA",
- "Album": "DETONADOR DE SUEÑOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Detonador de sueños\\05 Dementes en el Espacio.mp3",
- "Duracion": "03:22",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2022922448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.8625004-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Estado",
- "Artista": "LA RENGA",
- "Album": "DETONADOR DE SUEÑOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Detonador de sueños\\06 Estado.mp3",
- "Duracion": "03:04",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 1842416326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.8792204-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Las Cosas Que Hace",
- "Artista": "LA RENGA",
- "Album": "DETONADOR DE SUEÑOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Detonador de sueños\\07 Las Cosas Que Hace.mp3",
- "Duracion": "04:19",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2599967346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.8973735-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Noche Vudú",
- "Artista": "LA RENGA",
- "Album": "DETONADOR DE SUEÑOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Detonador de sueños\\08 Noche Vudú.mp3",
- "Duracion": "03:20",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2005159183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.9202385-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "En los Brazos del Sol",
- "Artista": "LA RENGA",
- "Album": "DETONADOR DE SUEÑOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Detonador de sueños\\09 En los Brazos del Sol.mp3",
- "Duracion": "05:06",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 3068865306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.9394875-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Míralos",
- "Artista": "LA RENGA",
- "Album": "DETONADOR DE SUEÑOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Detonador de sueños\\10 Míralos.mp3",
- "Duracion": "04:51",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2919706122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.9600799-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "El Rastro de la Conciencia",
- "Artista": "LA RENGA",
- "Album": "DETONADOR DE SUEÑOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Detonador de sueños\\11 El Rastro de la Conciencia.mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2075428571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.9778599-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Hielasangre",
- "Artista": "LA RENGA",
- "Album": "DETONADOR DE SUEÑOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Detonador de sueños\\12 Hielasangre.mp3",
- "Duracion": "04:02",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2422073469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.000072-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "A Tu Lado",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\01 A Tu Lado.mp3",
- "Duracion": "03:14",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 1941942857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.0213633-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Tripa y Corazón",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\02 Tripa y Corazón.mp3",
- "Duracion": "03:15",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 1950824489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.0375215-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Las Cosas que Hace",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\03 Las Cosas que Hace.mp3",
- "Duracion": "04:35",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2752522448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.0558331-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "En el Baldío",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\04 En el Baldío.mp3",
- "Duracion": "04:50",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2908473469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.0733109-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Detonador De Sueños",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\05 Detonador De Sueños.mp3",
- "Duracion": "02:22",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 1429681632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.0895077-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Estalla",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\06 Estalla.mp3",
- "Duracion": "08:10",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 4900048979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.1055293-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Míralos",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\07 Míralos.mp3",
- "Duracion": "05:24",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 3242840816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.1238791-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "A la Carga Mi Rocanrol",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\08 A la Carga Mi Rocanrol.mp3",
- "Duracion": "03:54",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2343706122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.1404273-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "La Trifásica",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\09 La Trifásica (Dementes en el Espacio, La Vida la Mismas Calles, El Camino del Deshielo).mp3",
- "Duracion": "06:02",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 3621877551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.1555172-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Oportunidad Oportuna",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\10 Oportunidad Oportuna.mp3",
- "Duracion": "02:12",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 1320228571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.1722481-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "El Ojo del Huracán",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\11 El Ojo del Huracán.mp3",
- "Duracion": "03:56",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2364865306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.1899786-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "El Viento que Todo Empuja",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\12 El Viento que Todo Empuja.mp3",
- "Duracion": "06:23",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 3835036734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.2055637-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Triste Canción de Amor",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\13 Triste Canción de Amor.mp3",
- "Duracion": "04:47",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2870595918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.2232296-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Voy a Bailar a la Nave del Olvido",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\14 Voy a Bailar a la Nave del Olvido.mp3",
- "Duracion": "09:15",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 5550236734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.2420109-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "La Balada del Diablo y la Muerte",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\15 La Balada del Diablo y la Muerte.mp3",
- "Duracion": "09:42",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 5821387755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.2587391-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Hielasangre",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\16 Hielasangre.mp3",
- "Duracion": "04:47",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2876342857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.2742094-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "El Final Es en Donde Partí",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\17 El Final Es en Donde Partí.mp3",
- "Duracion": "04:48",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2886269387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.2913123-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "La Razón que Te Demora",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\18 La Razón que Te Demora.mp3",
- "Duracion": "04:49",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2896195918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.3090933-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "Popurock",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\19 Popurock (Panic Show, Somos los Mismos de Siempre, Buseca y Vino Tinto, Noche Vudú, El Revelde).mp3",
- "Duracion": "11:45",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 7056979591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.3409722-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "Hey Hey My My",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\20 Hey Hey My My.mp3",
- "Duracion": "08:43",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 5233110204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.3728999-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "El Rey de la Triste Felicidad",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\21 El Rey de la Triste Felicidad.mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2546416326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.4136204-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "Hablando de la Libertad",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\22 Hablando de la Libertad.mp3",
- "Duracion": "08:56",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 5363722448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.4458389-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Somos Los Mismos De Siempre",
- "Artista": "LA RENGA",
- "Album": "ESQUIVANDO CHARCOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Esqivando charcos\\01 Somos Los Mismos De Siempre.mp3",
- "Duracion": "03:12",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 1924963265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.4717577-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Moscas Verdes Para El Charlatá",
- "Artista": "LA RENGA",
- "Album": "ESQUIVANDO CHARCOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Esqivando charcos\\02 Moscas Verdes Para El Charlatá.mp3",
- "Duracion": "04:10",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2504620408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.4872315-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Embrolos, Fatos y Paquetes",
- "Artista": "LA RENGA",
- "Album": "ESQUIVANDO CHARCOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Esqivando charcos\\03 Embrolos, Fatos y Paquetes.mp3",
- "Duracion": "04:31",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2710465306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.502348-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Luciendo Mi Saquito Blusero",
- "Artista": "LA RENGA",
- "Album": "ESQUIVANDO CHARCOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Esqivando charcos\\04 Luciendo Mi Saquito Blusero.mp3",
- "Duracion": "03:08",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 1888130612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.5175605-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Voy A Bailar A La Nave Del Olv",
- "Artista": "LA RENGA",
- "Album": "ESQUIVANDO CHARCOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Esqivando charcos\\05 Voy A Bailar A La Nave Del Olv.mp3",
- "Duracion": "03:58",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2386285714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.5474544-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Buseca y Vino Tinto",
- "Artista": "LA RENGA",
- "Album": "ESQUIVANDO CHARCOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Esqivando charcos\\06 Buseca y Vino Tinto.mp3",
- "Duracion": "03:03",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 1831706122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.5761122-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "El Juicio Del Ganso",
- "Artista": "LA RENGA",
- "Album": "ESQUIVANDO CHARCOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Esqivando charcos\\07 El Juicio Del Ganso.mp3",
- "Duracion": "04:55",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2956016326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.598223-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Negra Mi Alma, Negro Mi Corazó",
- "Artista": "LA RENGA",
- "Album": "ESQUIVANDO CHARCOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Esqivando charcos\\08 Negra Mi Alma, Negro Mi Corazó.mp3",
- "Duracion": "04:04",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2444800000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.6190156-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Blues De Bolivia",
- "Artista": "LA RENGA",
- "Album": "ESQUIVANDO CHARCOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Esqivando charcos\\09 Blues De Bolivia.mp3",
- "Duracion": "04:42",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2823575510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.6418989-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "La Vida, Las Mismas Calles",
- "Artista": "LA RENGA",
- "Album": "ESQUINA DEL INFINITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\La esquina del infinito\\01 La Vida, Las Mismas Calles.mp3",
- "Duracion": "02:50",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1700571428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.6864691-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Motoralmaisangre",
- "Artista": "LA RENGA",
- "Album": "ESQUINA DEL INFINITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\La esquina del infinito\\02 Motoralmaisangre.mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2372440816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.7163934-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Al Que He Sangrado",
- "Artista": "LA RENGA",
- "Album": "ESQUINA DEL INFINITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\La esquina del infinito\\03 Al Que He Sangrado.mp3",
- "Duracion": "02:35",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1556636734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.7429506-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Panic Show",
- "Artista": "LA RENGA",
- "Album": "ESQUINA DEL INFINITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\La esquina del infinito\\04 Panic Show.mp3",
- "Duracion": "03:02",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1824653061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.7825574-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "El Cielo Del Desengaño",
- "Artista": "LA RENGA",
- "Album": "ESQUINA DEL INFINITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\La esquina del infinito\\05 El Cielo Del Desengaño.mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2699232653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.81381-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Arte Infernal",
- "Artista": "LA RENGA",
- "Album": "ESQUINA DEL INFINITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\La esquina del infinito\\06 Arte Infernal.mp3",
- "Duracion": "03:09",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1898840816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.8476953-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "En El Baldío",
- "Artista": "LA RENGA",
- "Album": "ESQUINA DEL INFINITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\La esquina del infinito\\07 En El Baldío.mp3",
- "Duracion": "04:02",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2429126530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.8766018-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "En Pie",
- "Artista": "LA RENGA",
- "Album": "ESQUINA DEL INFINITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\La esquina del infinito\\08 En Pie.mp3",
- "Duracion": "04:13",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2537273469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.9066045-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "El Rey De La Triste Felicidad",
- "Artista": "LA RENGA",
- "Album": "ESQUINA DEL INFINITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\La esquina del infinito\\09 El Rey De La Triste Felicidad.mp3",
- "Duracion": "04:18",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2582204081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.9331165-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Estalla",
- "Artista": "LA RENGA",
- "Album": "ESQUINA DEL INFINITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\La esquina del infinito\\10 Estalla.mp3",
- "Duracion": "04:43",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2832195918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.9593395-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Hey Hey My My",
- "Artista": "LA RENGA",
- "Album": "ESQUINA DEL INFINITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\La esquina del infinito\\11 Hey Hey My My.mp3",
- "Duracion": "04:36",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2761926530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.9844742-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "2 + 2 = 3",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\01 2 + 2 = 3.mp3",
- "Duracion": "04:50",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2907689795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.0078158-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Al Que He Sangrado",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\02 Al Que He Sangrado.mp3",
- "Duracion": "02:32",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1527118367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.028421-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Arte Infernal",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\03 Arte Infernal.mp3",
- "Duracion": "03:17",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1970155102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.0517917-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Balada Del Diablo Y La Muerte",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\04 Balada Del Diablo Y La Muerte.mp3",
- "Duracion": "06:58",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 4184400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.077119-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Bien Alto",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\05 Bien Alto.mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2070726530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.1012253-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Blues Cardíaco",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\06 Blues Cardíaco.mp3",
- "Duracion": "05:46",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 3464881632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.1231609-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Cuando Estés Acá",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\07 Cuando Estés Acá.mp3",
- "Duracion": "06:30",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 3909840000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.1465181-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Cuando Vendran",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\08 Cuando Vendran.mp3",
- "Duracion": "04:25",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2652473469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.1704837-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "El Cielo Del Desengaño",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\09 El Cielo Del Desengaño.mp3",
- "Duracion": "04:43",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2835330612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.2014715-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "El Circo Romano",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\10 El Circo Romano.mp3",
- "Duracion": "05:32",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 3320163265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.2274376-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "El Final Es En Donde Partí",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\11 El Final Es En Donde Partí.mp3",
- "Duracion": "04:56",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2962808163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.2506385-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "El Hombre De La Estrella",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\12 El Hombre De La Estrella.mp3",
- "Duracion": "09:28",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 5688163265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.2732859-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "El Mambo De La Botella",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\13 El Mambo De La Botella.mp3",
- "Duracion": "04:59",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2992326530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.2993096-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "El Revelde",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\14 El Revelde.mp3",
- "Duracion": "03:58",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2387069387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.3188473-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "El Rey De La Triste Felicidad",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\15 El Rey De La Triste Felicidad.mp3",
- "Duracion": "04:16",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2560000000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.3409847-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "El Terco",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\16 El Terco.mp3",
- "Duracion": "05:34",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 3349681632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.3617977-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "El Twist Del Pibe",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\17 El Twist Del Pibe.mp3",
- "Duracion": "03:04",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1842938775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.3831006-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "En El Baldío",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\18 En El Baldío.mp3",
- "Duracion": "04:13",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2534922448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.4042068-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "En Pie",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\19 En Pie.mp3",
- "Duracion": "04:33",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2737893877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.4249739-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "Estalla",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\20 Estalla.mp3",
- "Duracion": "05:09",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 3093420408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.443809-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "Hablando De La Libertad",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\21 Hablando De La Libertad.mp3",
- "Duracion": "07:44",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 4640391836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.4638619-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "Hey Hey, My My",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\22 Hey Hey, My My.mp3",
- "Duracion": "05:31",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 3318595918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.4854465-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "La Vida, Las Mismas Calles",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\23 La Vida, Las Mismas Calles.mp3",
- "Duracion": "03:15",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1959967346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.5097258-03:00"
- },
- {
- "Numero": "24",
- "Titulo": "Lo Frágil De La Locura",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\24 Lo Frágil De La Locura.mp3",
- "Duracion": "04:44",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2840293877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.538081-03:00"
- },
- {
- "Numero": "25",
- "Titulo": "Me Hice Canción",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\25 Me Hice Canción.mp3",
- "Duracion": "03:30",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2102857142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.563521-03:00"
- },
- {
- "Numero": "26",
- "Titulo": "Motoralmaisangre",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\26 Motoralmaisangre.mp3",
- "Duracion": "03:56",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2367216326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.5851309-03:00"
- },
- {
- "Numero": "27",
- "Titulo": "Oportunidad Oportuna",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\27 Oportunidad Oportuna.mp3",
- "Duracion": "03:42",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2222497959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.6064078-03:00"
- },
- {
- "Numero": "28",
- "Titulo": "Paja Brava",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\28 Paja Brava.mp3",
- "Duracion": "07:12",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 4327183673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.6339869-03:00"
- },
- {
- "Numero": "29",
- "Titulo": "Panic Show",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\29 Panic Show.mp3",
- "Duracion": "03:39",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2190367346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.6551438-03:00"
- },
- {
- "Numero": "30",
- "Titulo": "Psilocybe Mexicana",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\30 Psilocybe Mexicana.mp3",
- "Duracion": "05:38",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 3385991836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.676432-03:00"
- },
- {
- "Numero": "31",
- "Titulo": "Un Tiempo Fuera De Casa",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\31 Un Tiempo Fuera De Casa.mp3",
- "Duracion": "02:53",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1738187755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.7104772-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "El Monstruo Que Crece",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\01 El Monstruo Que Crece.mp3",
- "Duracion": "02:58",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 1784685714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.7320825-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Almohada de Piedra",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\02 Almohada de Piedra.mp3",
- "Duracion": "03:45",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2255673469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.7627281-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Ruta 40",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\03 Ruta 40.mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2073600000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.7894474-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Montaña Roja",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\05 Montaña Roja.mp3",
- "Duracion": "03:45",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2254889795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.8145118-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Palabras Estorbantes",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\06 Palabras Estorbantes.mp3",
- "Duracion": "06:10",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 3701289795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.8358263-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Cualquier Historia",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\07 Cualquier Historia.mp3",
- "Duracion": "03:47",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2270824489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.8619017-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Mujer del Caleidoscopio",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\08 Mujer del Caleidoscopio.mp3",
- "Duracion": "05:24",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 3242840816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.8835438-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Llenado de Llorar",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\09 Llenado de Llorar.mp3",
- "Duracion": "03:20",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2005159183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.9099699-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Oscuro Diamante",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\10 Oscuro Diamante.mp3",
- "Duracion": "03:42",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2227983673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.9416228-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Entre la Niebla",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\11 Entre la Niebla.mp3",
- "Duracion": "03:54",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2346579591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.9688984-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Cuadrado Obviado",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\12 Cuadrado Obviado.mp3",
- "Duracion": "03:06",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 1867755102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.0040282-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Alunizando al Unísono",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\13 Alunizando al Unísono.mp3",
- "Duracion": "09:58",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 5982563265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.0280287-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Sustancia Entre las Plantas",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\14 Sustancia Entre las Plantas.mp3",
- "Duracion": "08:36",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 5161273469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.0510212-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Truenotierra",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\15 Truenotierra.mp3",
- "Duracion": "05:24",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 3243624489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.0716099-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Anaximandro",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\16 Anaximandro.mp3",
- "Duracion": "15:00",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 9002057142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.1003511-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Neuronas Abrazadas",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\17 Neuronas Abrazadas.mp3",
- "Duracion": "07:57",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 4779624489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.1282574-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "La Boca Del Lobo",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\NA La Renga - La Boca Del Lobo - Truenotierra.mp3",
- "Duracion": "03:25",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2053746938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.1606391-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Haciendose Pasar Por Luz",
- "Artista": "LA VELA PUERCA",
- "Album": "A CONTRALUZ",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Vela Puerca\\A Contraluz\\La Vela Puerca - Haciendose Pasar Por Luz.mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2111094871,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.199635-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "A Lo Verde",
- "Artista": "LA VELA PUERCA",
- "Album": "A CONTRALUZ",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Vela Puerca\\A Contraluz\\La Vela Puerca - A Lo Verde.mp3",
- "Duracion": "03:19",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1999907051,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.2300487-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Caldo Precoz",
- "Artista": "LA VELA PUERCA",
- "Album": "A CONTRALUZ",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Vela Puerca\\A Contraluz\\La Vela Puerca - Caldo Precoz.mp3",
- "Duracion": "03:34",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2141905769,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.2575831-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "De Atar",
- "Artista": "LA VELA PUERCA",
- "Album": "A CONTRALUZ",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Vela Puerca\\A Contraluz\\La Vela Puerca - De Atar.mp3",
- "Duracion": "04:11",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2514853846,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.2955395-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Dice",
- "Artista": "LA VELA PUERCA",
- "Album": "A CONTRALUZ",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Vela Puerca\\A Contraluz\\La Vela Puerca - Dice.mp3",
- "Duracion": "05:15",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 3151169871,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.3361321-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Doble Filo",
- "Artista": "LA VELA PUERCA",
- "Album": "A CONTRALUZ",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Vela Puerca\\A Contraluz\\La Vela Puerca - Doble Filo.mp3",
- "Duracion": "03:13",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1938552564,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.3653456-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Escobas",
- "Artista": "LA VELA PUERCA",
- "Album": "A CONTRALUZ",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Vela Puerca\\A Contraluz\\La Vela Puerca - Escobas.mp3",
- "Duracion": "04:06",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2463144871,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.3942069-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Sin Palabras",
- "Artista": "LA VELA PUERCA",
- "Album": "A CONTRALUZ",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Vela Puerca\\A Contraluz\\La Vela Puerca - Sin Palabras.mp3",
- "Duracion": "03:28",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2083230769,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.4249249-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Un Frasco",
- "Artista": "LA VELA PUERCA",
- "Album": "A CONTRALUZ",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Vela Puerca\\A Contraluz\\La Vela Puerca - Un Frasco.mp3",
- "Duracion": "04:49",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2897179487,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.4595212-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Clarobscuro",
- "Artista": "LA VELA PUERCA",
- "Album": "A CONTRALUZ",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Vela Puerca\\A Contraluz\\La Vela Puerca _ Clarobscuro _ A Contraluz.mp3",
- "Duracion": "05:17",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 3176623076,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.4926132-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "En El Limbo",
- "Artista": "LA VELA PUERCA",
- "Album": "A CONTRALUZ",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Vela Puerca\\A Contraluz\\La Vela Puerca _ En El Limbo _ A Contraluz.mp3",
- "Duracion": "04:50",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2907360897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.5191918-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Llenos de Magia",
- "Artista": "LA VELA PUERCA",
- "Album": "A CONTRALUZ",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Vela Puerca\\A Contraluz\\La Vela Puerca _ Llenos de Magia _ A Contraluz.mp3",
- "Duracion": "03:58",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2380892948,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.5472488-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Va A Escampar",
- "Artista": "LA VELA PUERCA",
- "Album": "A CONTRALUZ",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Vela Puerca\\A Contraluz\\La Vela Puerca _ Va A Escampar _ A Contraluz.mp3",
- "Duracion": "04:49",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2898251282,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.5748046-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Zafar",
- "Artista": "LA VELA PUERCA",
- "Album": "A CONTRALUZ",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Vela Puerca\\A Contraluz\\La Vela Puerca _ Zafar _ A Contraluz.mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2698113461,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.6000788-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Good Times Bad Times",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin\\1 Good Times Bad Times (Remaster).mp3",
- "Duracion": "02:46",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 1661910204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.6279235-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Babe I'm Gonna Leave You (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin\\2 Babe I'm Gonna Leave You (Remaster).mp3",
- "Duracion": "06:42",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 4028604081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.6579044-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "You Shook Me (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin\\3 You Shook Me (Remaster).mp3",
- "Duracion": "06:28",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 3885453061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.6879716-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Dazed and Confused (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin\\4 Dazed and Confused (Remaster).mp3",
- "Duracion": "06:28",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 3887542857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.7182964-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Your Time Is Gonna Come (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin\\5 Your Time Is Gonna Come (Remaster).mp3",
- "Duracion": "04:34",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 2747820408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.7482968-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Black Mountain Side (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin\\6 Black Mountain Side (Remaster).mp3",
- "Duracion": "02:12",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 1326759183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.7826354-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Communication Breakdown (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin\\7 Communication Breakdown (Remaster).mp3",
- "Duracion": "02:30",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 1502824489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.8163709-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "I Can't Quit You Baby (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin\\8 I Can't Quit You Baby (Remaster).mp3",
- "Duracion": "04:42",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 2828016326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.8498593-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "How Many More Times (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin\\9 How Many More Times (Remaster).mp3",
- "Duracion": "08:27",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 5078465306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.8816647-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "01 Whole Lotta Love (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\01 Whole Lotta Love (Remaster).mp3",
- "Duracion": "05:34",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 3346285714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.9143638-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "02 What Is and What Should Never Be (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\02 What Is and What Should Never Be (Remaster).mp3",
- "Duracion": "04:46",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 2863281632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.9392173-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "03 The Lemon Song (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\03 The Lemon Song (Remaster).mp3",
- "Duracion": "06:19",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 3794808163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.9605522-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "04 Thank You (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\04 Thank You (Remaster).mp3",
- "Duracion": "04:49",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 2895673469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.9808808-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "05 Heartbreaker (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\05 Heartbreaker (Remaster).mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 2541453061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.0084826-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "06 Living Loving Maid (She's Just a Woman) (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\06 Living Loving Maid (She's Just a Woman) (Remaster).mp3",
- "Duracion": "02:39",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 1593991836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.0348089-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "07 Ramble On (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\07 Ramble On (Remaster).mp3",
- "Duracion": "04:34",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 2741028571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.0606545-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "08 Moby Dick (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\08 Moby Dick (Remaster).mp3",
- "Duracion": "04:21",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 2610155102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.0840317-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "09 Bring It on Home (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\09 Bring It on Home (Remaster).mp3",
- "Duracion": "04:19",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 2598138775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.1079206-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "10 Whole Lotta Love (Rough Mix with Vocal)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\10 Whole Lotta Love (Rough Mix with Vocal).mp3",
- "Duracion": "05:40",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 3403493877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.1626048-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "11 What Is and What Should Never Be (Rough Mix with Vocal)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\11 What Is and What Should Never Be (Rough Mix with Vocal).mp3",
- "Duracion": "04:33",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 2739983673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.1909043-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "12 Thank You (Backing Track)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\12 Thank You (Backing Track).mp3",
- "Duracion": "04:20",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 2607542857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.2265888-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "13 Heartbreaker (Rough Mix with Vocal)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\13 Heartbreaker (Rough Mix with Vocal).mp3",
- "Duracion": "04:25",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 2654040816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.2540315-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "14 Living Loving Maid (She's Just a Woman) (Backing Track)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\14 Living Loving Maid (She's Just a Woman) (Backing Track).mp3",
- "Duracion": "03:11",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 1912163265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.2804898-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "15 Ramble On (Rough Mix with Vocal)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\15 Ramble On (Rough Mix with Vocal).mp3",
- "Duracion": "04:44",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 2848653061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.3021545-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "16 Moby Dick (Intro _ Outro Rough Mix)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\16 Moby Dick (Intro _ Outro Rough Mix).mp3",
- "Duracion": "01:38",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 984293877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.3273092-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "17 La La (Backing Track)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\17 La La (Backing Track).mp3",
- "Duracion": "04:09",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 2499918367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.3492692-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "01 Immigrant Song (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 3",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 3\\01 Immigrant Song (Remaster).mp3",
- "Duracion": "02:26",
- "FechaLanzamiento": "1970",
- "EstadoColor": "White",
- "DuracionLong": 1463379591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.3771434-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "02 Friends (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 3",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 3\\02 Friends (Remaster).mp3",
- "Duracion": "03:53",
- "FechaLanzamiento": "1970",
- "EstadoColor": "White",
- "DuracionLong": 2339787755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.4031413-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "03 Celebration Day (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 3",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 3\\03 Celebration Day (Remaster).mp3",
- "Duracion": "03:30",
- "FechaLanzamiento": "1970",
- "EstadoColor": "White",
- "DuracionLong": 2103118367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.4325264-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "04 Since I've Been Loving You (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 3",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 3\\04 Since I've Been Loving You (Remaster).mp3",
- "Duracion": "07:24",
- "FechaLanzamiento": "1970",
- "EstadoColor": "White",
- "DuracionLong": 4442383673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.4557914-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "05 Out on the Tiles (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 3",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 3\\05 Out on the Tiles (Remaster).mp3",
- "Duracion": "04:07",
- "FechaLanzamiento": "1970",
- "EstadoColor": "White",
- "DuracionLong": 2474318367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.4797154-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "06 Gallows Pole (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 3",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 3\\06 Gallows Pole (Remaster).mp3",
- "Duracion": "04:58",
- "FechaLanzamiento": "1970",
- "EstadoColor": "White",
- "DuracionLong": 2980310204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.5035729-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "07 Tangerine (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 3",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 3\\07 Tangerine (Remaster).mp3",
- "Duracion": "03:11",
- "FechaLanzamiento": "1970",
- "EstadoColor": "White",
- "DuracionLong": 1918955102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.5310013-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "08 That's the Way (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 3",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 3\\08 That's the Way (Remaster).mp3",
- "Duracion": "05:37",
- "FechaLanzamiento": "1970",
- "EstadoColor": "White",
- "DuracionLong": 3371885714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.556032-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "09 Bron-Y-Aur Stomp (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 3",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 3\\09 Bron-Y-Aur Stomp (Remaster).mp3",
- "Duracion": "04:17",
- "FechaLanzamiento": "1970",
- "EstadoColor": "White",
- "DuracionLong": 2574367346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.5812695-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "10 Hats off To (Roy) Harper (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 3",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 3\\10 Hats off To (Roy) Harper (Remaster).mp3",
- "Duracion": "03:42",
- "FechaLanzamiento": "1970",
- "EstadoColor": "White",
- "DuracionLong": 2224326530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.6067163-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Black Dog",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 4\\1 Black Dog (Remaster).mp3",
- "Duracion": "04:55",
- "FechaLanzamiento": "1971",
- "EstadoColor": "White",
- "DuracionLong": 2954710204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.6312429-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Rock and Roll",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 4\\2 Rock and Roll (Remaster).mp3",
- "Duracion": "03:40",
- "FechaLanzamiento": "1971",
- "EstadoColor": "White",
- "DuracionLong": 2206563265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.663773-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "The Battle of Evermore",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 4\\3 The Battle of Evermore (Remaster).mp3",
- "Duracion": "05:51",
- "FechaLanzamiento": "1971",
- "EstadoColor": "White",
- "DuracionLong": 3517648979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.6992928-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Stairway to Heaven",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 4\\4 Stairway to Heaven (Remaster).mp3",
- "Duracion": "08:02",
- "FechaLanzamiento": "1971",
- "EstadoColor": "White",
- "DuracionLong": 4829257142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.7289131-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Misty Mountain Hop",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 4\\5 Misty Mountain Hop (Remaster).mp3",
- "Duracion": "04:39",
- "FechaLanzamiento": "1971",
- "EstadoColor": "White",
- "DuracionLong": 2790138775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.7590148-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Four Sticks",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 4\\6 Four Sticks (Remaster).mp3",
- "Duracion": "04:45",
- "FechaLanzamiento": "1971",
- "EstadoColor": "White",
- "DuracionLong": 2853093877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.7881105-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Going to California",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 4\\7 Going to California (Remaster).mp3",
- "Duracion": "03:32",
- "FechaLanzamiento": "1971",
- "EstadoColor": "White",
- "DuracionLong": 2122448979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.8149881-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "When the Levee Breaks",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 4\\8 When the Levee Breaks (Remaster).mp3",
- "Duracion": "07:08",
- "FechaLanzamiento": "1971",
- "EstadoColor": "White",
- "DuracionLong": 4289306122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.8466809-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "01 Immigrant Song (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\01 Immigrant Song (Remaster).mp3",
- "Duracion": "02:26",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 1463379591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.8737072-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "02 Rock and Roll (Sunset Sound Mix)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\02 Rock and Roll (Sunset Sound Mix).mp3",
- "Duracion": "03:43",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2232424489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.8960677-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "03 Whole Lotta Love (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\03 Whole Lotta Love (Remaster).mp3",
- "Duracion": "05:34",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 3346285714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.9232788-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "04 Black Dog (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\04 Black Dog (Remaster).mp3",
- "Duracion": "04:55",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2954710204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.9473479-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "05 Stairway to Heaven (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\05 Stairway to Heaven (Remaster).mp3",
- "Duracion": "08:02",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 4829257142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.9700552-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "06 Good Times Bad Times (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\06 Good Times Bad Times (Remaster).mp3",
- "Duracion": "02:46",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 1661910204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.9953479-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "07 Going to California (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\07 Going to California (Remaster).mp3",
- "Duracion": "03:32",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2122448979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.0176076-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "08 Ramble On (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\08 Ramble On (Remaster).mp3",
- "Duracion": "04:34",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2741028571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.0402368-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "09 Kashmir (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\09 Kashmir (Remaster).mp3",
- "Duracion": "08:37",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 5172244897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.0638394-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "10 Over the Hills and Far Away (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\10 Over the Hills and Far Away (Remaster).mp3",
- "Duracion": "04:51",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2910302040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.0867263-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "11 Hey, Hey, What Can I Do (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\11 Hey, Hey, What Can I Do (Remaster).mp3",
- "Duracion": "03:56",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2368261224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.1334128-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "12 D'yer Mak'er (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\12 D'yer Mak'er (Remaster).mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2628440816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.1861781-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "13 When the Levee Breaks (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\13 When the Levee Breaks (Remaster).mp3",
- "Duracion": "07:08",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 4289306122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.2130637-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "14 All My Love (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\14 All My Love (Remaster).mp3",
- "Duracion": "05:53",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 3538285714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.2425092-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "15 Babe I'm Gonna Leave You (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\15 Babe I'm Gonna Leave You (Remaster).mp3",
- "Duracion": "06:42",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 4028604081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.2717793-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "16 Heartbreaker (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\16 Heartbreaker (Remaster).mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2541453061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.2947496-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "17 Dazed and Confused (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\17 Dazed and Confused (Remaster).mp3",
- "Duracion": "06:28",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 3887542857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.3253333-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "18 The Song Remains the Same (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\18 The Song Remains the Same (Remaster).mp3",
- "Duracion": "05:29",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 3291689795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.3681633-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "19 Fool in the Rain (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\19 Fool in the Rain (Remaster).mp3",
- "Duracion": "06:10",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 3709910204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.4008205-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "20 The Ocean (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\20 The Ocean (Remaster).mp3",
- "Duracion": "04:31",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2714906122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.5443927-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "21 What Is and What Should Never Be (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\21 What Is and What Should Never Be (Remaster).mp3",
- "Duracion": "04:46",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2863281632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.6487201-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "22 Houses of the Holy (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\22 Houses of the Holy (Remaster).mp3",
- "Duracion": "04:04",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2447412244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.7310537-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "23 Since I've Been Loving You (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\23 Since I've Been Loving You (Remaster).mp3",
- "Duracion": "07:24",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 4442383673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.7714153-03:00"
- },
- {
- "Numero": "24",
- "Titulo": "24 Misty Mountain Hop (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\24 Misty Mountain Hop (Remaster).mp3",
- "Duracion": "04:38",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2789355102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.8351992-03:00"
- },
- {
- "Numero": "25",
- "Titulo": "25 Communication Breakdown (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\25 Communication Breakdown (Remaster).mp3",
- "Duracion": "02:30",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 1502563265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.8798393-03:00"
- },
- {
- "Numero": "26",
- "Titulo": "26 Thank You (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\26 Thank You (Remaster).mp3",
- "Duracion": "04:49",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2895673469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.9040367-03:00"
- },
- {
- "Numero": "27",
- "Titulo": "27 No Quarter (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\27 No Quarter (Remaster).mp3",
- "Duracion": "07:02",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 4225828571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.9281086-03:00"
- },
- {
- "Numero": "28",
- "Titulo": "28 Trampled Under Foot (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\28 Trampled Under Foot (Remaster).mp3",
- "Duracion": "05:36",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 3368489795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.9629966-03:00"
- },
- {
- "Numero": "29",
- "Titulo": "29 I Can't Quit You Baby (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\29 I Can't Quit You Baby (Remaster).mp3",
- "Duracion": "04:42",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2827755102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.9983101-03:00"
- },
- {
- "Numero": "30",
- "Titulo": "30 In the Evening (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\30 In the Evening (Remaster).mp3",
- "Duracion": "06:54",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 4140146938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.0201126-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Achilles Last Stand",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Achilles Last Stand (Remaster).mp3",
- "Duracion": "10:47",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 6471266666,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.060951-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "All My Love",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\All My Love (Remaster).mp3",
- "Duracion": "06:05",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 3650577564,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.0865485-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Babe I'm Gonna Leave You",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Babe I'm Gonna Leave You (Remaster).mp3",
- "Duracion": "06:53",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 4133106410,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.1508019-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Black Dog",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Black Dog (Remaster).mp3",
- "Duracion": "05:03",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 3031141025,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.1777885-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Communication Breakdown",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Communication Breakdown (Remaster).mp3",
- "Duracion": "02:32",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 1524344230,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.2041654-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "D'yer Mak'er",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\D'yer Mak'er (Remaster).mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2695701923,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.2388294-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Dazed and Confused",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Dazed and Confused (Remaster).mp3",
- "Duracion": "06:38",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 3984677564,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.2808888-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Good Times Bad Times",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Good Times Bad Times (Remaster).mp3",
- "Duracion": "02:52",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 1720999358,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.3305426-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Heartbreaker",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Heartbreaker (Remaster).mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2620951282,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.3600232-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Houses of the Holy",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Houses of the Holy (Remaster).mp3",
- "Duracion": "04:11",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2510299358,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.3956239-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Immigrant Song",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Immigrant Song (Remaster).mp3",
- "Duracion": "02:30",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 1505321794,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.4435954-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "In the Evening",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\In the Evening (Remaster).mp3",
- "Duracion": "07:04",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 4246169871,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.4765833-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Kashmir",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Kashmir (Remaster).mp3",
- "Duracion": "08:50",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 5304463461,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.5133932-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "No Quarter",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\No Quarter (Remaster).mp3",
- "Duracion": "07:13",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 4335923717,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.5477439-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Nobody's Fault but Mine",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Nobody's Fault but Mine (Remaster).mp3",
- "Duracion": "06:38",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 3987892307,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.5804307-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Over the Hills and Far Away",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Over the Hills and Far Away (Remaster).mp3",
- "Duracion": "04:58",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2984254487,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.6102603-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Ramble On",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Ramble On (Remaster).mp3",
- "Duracion": "04:35",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2758395512,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.6402469-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "Rock and Roll",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Rock and Roll (Remaster).mp3",
- "Duracion": "03:46",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2265953846,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.6658072-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "Since I've Been Loving You",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Since I've Been Loving You (Remaster).mp3",
- "Duracion": "07:36",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 4562585897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.6926168-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "Stairway to Heaven",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Stairway to Heaven (Remaster).mp3",
- "Duracion": "08:17",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 4975187179,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.7184544-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "The Song Remains the Same",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\The Song Remains the Same (Remaster).mp3",
- "Duracion": "05:39",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 3399266666,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.747887-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "Trampled Under Foot",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Trampled Under Foot (Remaster).mp3",
- "Duracion": "05:45",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 3453386538,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.7715123-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "When the Levee Breaks",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\When the Levee Breaks (Remaster).mp3",
- "Duracion": "07:21",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 4414157051,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.794936-03:00"
- },
- {
- "Numero": "24",
- "Titulo": "Whole Lotta Love",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Whole Lotta Love (Remaster).mp3",
- "Duracion": "05:38",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 3382655128,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.8196031-03:00"
- },
- {
- "Numero": "",
- "Titulo": "01 Papercut",
- "Artista": "LINKIN PARK",
- "Album": "HYBRID THEORY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Hybrid Theory\\01 Papercut.mp3",
- "Duracion": "03:04",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1849730612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.8418876-03:00"
- },
- {
- "Numero": "",
- "Titulo": "02 One Step Closer",
- "Artista": "LINKIN PARK",
- "Album": "HYBRID THEORY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Hybrid Theory\\02 One Step Closer.mp3",
- "Duracion": "02:37",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1574138775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.8618873-03:00"
- },
- {
- "Numero": "",
- "Titulo": "03 With You",
- "Artista": "LINKIN PARK",
- "Album": "HYBRID THEORY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Hybrid Theory\\03 With You.mp3",
- "Duracion": "03:23",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2033632653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.9049878-03:00"
- },
- {
- "Numero": "",
- "Titulo": "04 Points of Authority",
- "Artista": "LINKIN PARK",
- "Album": "HYBRID THEORY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Hybrid Theory\\04 Points of Authority.mp3",
- "Duracion": "03:20",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2003330612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.9692987-03:00"
- },
- {
- "Numero": "",
- "Titulo": "05 Crawling",
- "Artista": "LINKIN PARK",
- "Album": "HYBRID THEORY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Hybrid Theory\\05 Crawling.mp3",
- "Duracion": "03:29",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2090318367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.0135329-03:00"
- },
- {
- "Numero": "",
- "Titulo": "06 Runaway",
- "Artista": "LINKIN PARK",
- "Album": "HYBRID THEORY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Hybrid Theory\\06 Runaway.mp3",
- "Duracion": "03:04",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1840587755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.0305503-03:00"
- },
- {
- "Numero": "",
- "Titulo": "07 By Myself",
- "Artista": "LINKIN PARK",
- "Album": "HYBRID THEORY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Hybrid Theory\\07 By Myself.mp3",
- "Duracion": "03:09",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1898840816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.0481863-03:00"
- },
- {
- "Numero": "",
- "Titulo": "08 In the End",
- "Artista": "LINKIN PARK",
- "Album": "HYBRID THEORY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Hybrid Theory\\08 In the End.mp3",
- "Duracion": "03:36",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2169469387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.0708506-03:00"
- },
- {
- "Numero": "",
- "Titulo": "09 A Place for My Head",
- "Artista": "LINKIN PARK",
- "Album": "HYBRID THEORY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Hybrid Theory\\09 A Place for My Head.mp3",
- "Duracion": "03:04",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1847379591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.0913217-03:00"
- },
- {
- "Numero": "",
- "Titulo": "10 Forgotten",
- "Artista": "LINKIN PARK",
- "Album": "HYBRID THEORY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Hybrid Theory\\10 Forgotten.mp3",
- "Duracion": "03:14",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1945077551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.1133561-03:00"
- },
- {
- "Numero": "",
- "Titulo": "11 Cure for the Itch",
- "Artista": "LINKIN PARK",
- "Album": "HYBRID THEORY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Hybrid Theory\\11 Cure for the Itch.mp3",
- "Duracion": "02:37",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1572048979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.1356002-03:00"
- },
- {
- "Numero": "",
- "Titulo": "12 Pushing Me Away",
- "Artista": "LINKIN PARK",
- "Album": "HYBRID THEORY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Hybrid Theory\\12 Pushing Me Away.mp3",
- "Duracion": "03:11",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1915297959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.1607462-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Foreword",
- "Artista": "LINKIN PARK",
- "Album": "METEORA",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Meteora\\01 Foreword.mp3",
- "Duracion": "13",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 134791836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.1805429-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Don't Stay",
- "Artista": "LINKIN PARK",
- "Album": "METEORA",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Meteora\\02 Don't Stay.mp3",
- "Duracion": "03:07",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 1879771428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.201089-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Somewhere I Belon...",
- "Artista": "LINKIN PARK",
- "Album": "METEORA",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Meteora\\03 Somewhere I Belong.mp3",
- "Duracion": "03:34",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2140212244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.2210607-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Lying from You",
- "Artista": "LINKIN PARK",
- "Album": "METEORA",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Meteora\\04 Lying from You.mp3",
- "Duracion": "02:55",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 1754644897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.2415004-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Hit the Floor",
- "Artista": "LINKIN PARK",
- "Album": "METEORA",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Meteora\\05 Hit the Floor.mp3",
- "Duracion": "02:44",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 1642579591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.261178-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Easier to Run",
- "Artista": "LINKIN PARK",
- "Album": "METEORA",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Meteora\\06 Easier to Run.mp3",
- "Duracion": "03:24",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2042514285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.2783926-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Faint",
- "Artista": "LINKIN PARK",
- "Album": "METEORA",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Meteora\\07 Faint.mp3",
- "Duracion": "02:42",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 1626906122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.2970215-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Figure.09",
- "Artista": "LINKIN PARK",
- "Album": "METEORA",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Meteora\\08 Figure.09.mp3",
- "Duracion": "03:17",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 1975118367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.3154242-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Breaking the Habi...",
- "Artista": "LINKIN PARK",
- "Album": "METEORA",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Meteora\\09 Breaking the Habit.mp3",
- "Duracion": "03:16",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 1969893877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.3337217-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "From the Inside",
- "Artista": "LINKIN PARK",
- "Album": "METEORA",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Meteora\\10 From the Inside.mp3",
- "Duracion": "02:53",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 1739755102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.3537464-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Nobody's Listenin...",
- "Artista": "LINKIN PARK",
- "Album": "METEORA",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Meteora\\11 Nobody's Listening.mp3",
- "Duracion": "02:58",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 1788865306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.3698812-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Session",
- "Artista": "LINKIN PARK",
- "Album": "METEORA",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Meteora\\12 Session.mp3",
- "Duracion": "02:23",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 1438302040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.3879795-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Numb",
- "Artista": "LINKIN PARK",
- "Album": "METEORA",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Meteora\\13 Numb.mp3",
- "Duracion": "03:05",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 1856783673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.4022917-03:00"
- },
- {
- "Numero": "",
- "Titulo": "01 Nobody Can Save Me",
- "Artista": "LINKIN PARK",
- "Album": "ONE MORE LIGHT",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\One More light\\01 Nobody Can Save Me.mp3",
- "Duracion": "03:45",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2256457142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.4175955-03:00"
- },
- {
- "Numero": "",
- "Titulo": "02 Good Goodbye (feat. Pusha T and Stormzy)",
- "Artista": "LINKIN PARK",
- "Album": "ONE MORE LIGHT",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\One More light\\02 Good Goodbye (feat. Pusha T and Stormzy).mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2115134693,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.4322092-03:00"
- },
- {
- "Numero": "",
- "Titulo": "03 Talking to Myself",
- "Artista": "LINKIN PARK",
- "Album": "ONE MORE LIGHT",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\One More light\\03 Talking to Myself.mp3",
- "Duracion": "03:51",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2313926530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.4501792-03:00"
- },
- {
- "Numero": "",
- "Titulo": "04 Battle Symphony",
- "Artista": "LINKIN PARK",
- "Album": "ONE MORE LIGHT",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\One More light\\04 Battle Symphony.mp3",
- "Duracion": "03:36",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2163722448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.4668767-03:00"
- },
- {
- "Numero": "",
- "Titulo": "05 Invisible",
- "Artista": "LINKIN PARK",
- "Album": "ONE MORE LIGHT",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\One More light\\05 Invisible.mp3",
- "Duracion": "03:34",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2144391836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.4791809-03:00"
- },
- {
- "Numero": "",
- "Titulo": "06 Heavy (feat. Kiiara)",
- "Artista": "LINKIN PARK",
- "Album": "ONE MORE LIGHT",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\One More light\\06 Heavy (feat. Kiiara).mp3",
- "Duracion": "02:49",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 1699004081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.4977312-03:00"
- },
- {
- "Numero": "",
- "Titulo": "07 Sorry for Now",
- "Artista": "LINKIN PARK",
- "Album": "ONE MORE LIGHT",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\One More light\\07 Sorry for Now.mp3",
- "Duracion": "03:23",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2037551020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.5182506-03:00"
- },
- {
- "Numero": "",
- "Titulo": "08 Halfway Right",
- "Artista": "LINKIN PARK",
- "Album": "ONE MORE LIGHT",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\One More light\\08 Halfway Right.mp3",
- "Duracion": "03:37",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2171559183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.5372526-03:00"
- },
- {
- "Numero": "",
- "Titulo": "09 One More Light",
- "Artista": "LINKIN PARK",
- "Album": "ONE MORE LIGHT",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\One More light\\09 One More Light.mp3",
- "Duracion": "04:15",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2551640816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.5610487-03:00"
- },
- {
- "Numero": "",
- "Titulo": "10 Sharp Edges",
- "Artista": "LINKIN PARK",
- "Album": "ONE MORE LIGHT",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\One More light\\10 Sharp Edges.mp3",
- "Duracion": "02:58",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 1782857142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.5822513-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Al Atardecer",
- "Artista": "LOS PIOJOS",
- "Album": "3 ARCO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\3 Arco\\Al Atardecer.mp3",
- "Duracion": "04:47",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2873208163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.6029134-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Don't Say Tomorrow",
- "Artista": "LOS PIOJOS",
- "Album": "3 ARCO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\3 Arco\\Don't Say Tomorrow.mp3",
- "Duracion": "03:42",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2223804081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.6294065-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "El Farolito",
- "Artista": "LOS PIOJOS",
- "Album": "3 ARCO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\3 Arco\\El Farolito.mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2540146938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.6569715-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Esquina Libertad",
- "Artista": "LOS PIOJOS",
- "Album": "3 ARCO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\3 Arco\\Esquina Libertad.mp3",
- "Duracion": "04:41",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2811559183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.6773594-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Gris",
- "Artista": "LOS PIOJOS",
- "Album": "3 ARCO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\3 Arco\\Gris.mp3",
- "Duracion": "05:09",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 3097600000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.7008593-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Intro Marado",
- "Artista": "LOS PIOJOS",
- "Album": "3 ARCO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\3 Arco\\Intro Marado.mp3",
- "Duracion": "48",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 487183673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.7232518-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Marado",
- "Artista": "LOS PIOJOS",
- "Album": "3 ARCO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\3 Arco\\Marado.mp3",
- "Duracion": "04:02",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2429910204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.7465258-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Muévelo",
- "Artista": "LOS PIOJOS",
- "Album": "3 ARCO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\3 Arco\\Muévelo.mp3",
- "Duracion": "04:21",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2612244897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.7693487-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Que Decís",
- "Artista": "LOS PIOJOS",
- "Album": "3 ARCO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\3 Arco\\Que Decís.mp3",
- "Duracion": "04:27",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2677551020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.7903421-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Shup Shup",
- "Artista": "LOS PIOJOS",
- "Album": "3 ARCO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\3 Arco\\Shup Shup.mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2114873469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.8105037-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Taxi Boy",
- "Artista": "LOS PIOJOS",
- "Album": "3 ARCO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\3 Arco\\Taxi Boy.mp3",
- "Duracion": "04:09",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2493126530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.8356398-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Todo Pasa",
- "Artista": "LOS PIOJOS",
- "Album": "3 ARCO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\3 Arco\\Todo Pasa.mp3",
- "Duracion": "05:38",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 3381028571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.8589563-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Verano del 92",
- "Artista": "LOS PIOJOS",
- "Album": "3 ARCO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\3 Arco\\Verano del 92.mp3",
- "Duracion": "07:11",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 4310465306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.8852126-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Ando Ganas (Llora Llora)",
- "Artista": "LOS PIOJOS",
- "Album": "AY AY AY",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\ay ay ay\\Ando Ganas (Llora Llora).mp3",
- "Duracion": "05:30",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 3309191836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.908525-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Angelito",
- "Artista": "LOS PIOJOS",
- "Album": "AY AY AY",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\ay ay ay\\Angelito.mp3",
- "Duracion": "05:30",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 3302138775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.9270299-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Arco II",
- "Artista": "LOS PIOJOS",
- "Album": "AY AY AY",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\ay ay ay\\Arco II.mp3",
- "Duracion": "02:24",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 1445616326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.9420349-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Arco",
- "Artista": "LOS PIOJOS",
- "Album": "AY AY AY",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\ay ay ay\\Arco.mp3",
- "Duracion": "04:10",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2509583673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.9659509-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Ay Ay Ay",
- "Artista": "LOS PIOJOS",
- "Album": "AY AY AY",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\ay ay ay\\Ay Ay Ay.mp3",
- "Duracion": "05:19",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 3190073469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.9873021-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Es Sentir",
- "Artista": "LOS PIOJOS",
- "Album": "AY AY AY",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\ay ay ay\\Es Sentir.mp3",
- "Duracion": "04:28",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2684865306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.0069706-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Fumigator",
- "Artista": "LOS PIOJOS",
- "Album": "AY AY AY",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\ay ay ay\\Fumigator.mp3",
- "Duracion": "04:31",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2714122448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.0242479-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Manise",
- "Artista": "LOS PIOJOS",
- "Album": "AY AY AY",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\ay ay ay\\Manise.mp3",
- "Duracion": "03:53",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2334824489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.0412815-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Muy Despacito",
- "Artista": "LOS PIOJOS",
- "Album": "AY AY AY",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\ay ay ay\\Muy Despacito.mp3",
- "Duracion": "06:02",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 3628146938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.0590748-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Pistolas",
- "Artista": "LOS PIOJOS",
- "Album": "AY AY AY",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\ay ay ay\\Pistolas.mp3",
- "Duracion": "04:55",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2953404081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.0760766-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Te Diría",
- "Artista": "LOS PIOJOS",
- "Album": "AY AY AY",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\ay ay ay\\Te Diría.mp3",
- "Duracion": "05:16",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 3168391836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.0934836-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Ximenita",
- "Artista": "LOS PIOJOS",
- "Album": "AY AY AY",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\ay ay ay\\Ximenita.mp3",
- "Duracion": "01:51",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 1118302040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.1092556-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "A Ver Cuando",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\A Ver Cuando.mp3",
- "Duracion": "05:00",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 3007477551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.124876-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Agua",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\Agua.mp3",
- "Duracion": "05:00",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 3000163265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.1434959-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Buenos Tiempos",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\Buenos Tiempos.mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2408489795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.160317-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Desde Lejos No Se Ve",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\Desde Lejos No Se Ve.mp3",
- "Duracion": "04:41",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2818089795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.1829413-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "El Balneario de los Doctores Crotos",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\El Balneario de los Doctores Crotos.mp3",
- "Duracion": "04:04",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2441404081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.199872-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "El Rey del Blues",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\El Rey del Blues.mp3",
- "Duracion": "04:03",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2439575510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.2184079-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Finale",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\Finale.mp3",
- "Duracion": "01:27",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 870922448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.2539621-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Genius",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\Genius.mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2547200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.272737-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Go Negro Go",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\Go Negro Go.mp3",
- "Duracion": "05:08",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 3080620408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.2900512-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Murguita",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\Murguita.mp3",
- "Duracion": "03:32",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2121404081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.3108687-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Olvidate",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\Olvidate.mp3",
- "Duracion": "04:17",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2576457142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.3267916-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Quemado",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\Quemado.mp3",
- "Duracion": "05:41",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 3418122448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.3431232-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Sucio Can",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\Sucio Can.mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2119836734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.3577559-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Uoh Pa Pa Pa",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\Uoh Pa Pa Pa.mp3",
- "Duracion": "03:05",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 1854432653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.3737195-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Vals Inicial",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\Vals Inicial.mp3",
- "Duracion": "06:00",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 3606204081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.3938728-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Y Quemás",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\Y Quemás.mp3",
- "Duracion": "04:52",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2924930612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.4097039-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Blues del Traje Gris",
- "Artista": "LOS PIOJOS",
- "Album": "CHAC TO CHAC",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Chac to Chac\\Blues del Traje Gris.mp3",
- "Duracion": "02:55",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 1753600000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.4240409-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Cancheros",
- "Artista": "LOS PIOJOS",
- "Album": "CHAC TO CHAC",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Chac to Chac\\Cancheros.mp3",
- "Duracion": "04:52",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2921795918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.4380279-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Chac Tu Chac",
- "Artista": "LOS PIOJOS",
- "Album": "CHAC TO CHAC",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Chac to Chac\\Chac Tu Chac.mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2186187755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.4552789-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Cruel",
- "Artista": "LOS PIOJOS",
- "Album": "CHAC TO CHAC",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Chac to Chac\\Cruel.mp3",
- "Duracion": "04:06",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2464391836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.4730629-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Llevátelo",
- "Artista": "LOS PIOJOS",
- "Album": "CHAC TO CHAC",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Chac to Chac\\Llevátelo.mp3",
- "Duracion": "05:35",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 3356473469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.4881105-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Los Mocosos",
- "Artista": "LOS PIOJOS",
- "Album": "CHAC TO CHAC",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Chac to Chac\\Los Mocosos.mp3",
- "Duracion": "05:00",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 3007477551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.503899-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Pega Pega",
- "Artista": "LOS PIOJOS",
- "Album": "CHAC TO CHAC",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Chac to Chac\\Pega Pega.mp3",
- "Duracion": "03:40",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2208130612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.5198942-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Siempre Bajando",
- "Artista": "LOS PIOJOS",
- "Album": "CHAC TO CHAC",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Chac to Chac\\Siempre Bajando.mp3",
- "Duracion": "04:47",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2872163265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.5371354-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Tan Solo",
- "Artista": "LOS PIOJOS",
- "Album": "CHAC TO CHAC",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Chac to Chac\\Tan Solo.mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2401175510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.5497065-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Basta de Penas",
- "Artista": "LOS PIOJOS",
- "Album": "CIVILIZACION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Civilizacion\\Basta de Penas.mp3",
- "Duracion": "04:10",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2505665306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.5655298-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Bicho de Ciudad",
- "Artista": "LOS PIOJOS",
- "Album": "CIVILIZACION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Civilizacion\\Bicho de Ciudad.mp3",
- "Duracion": "05:20",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 3208359183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.5815893-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Buenos Días Palomar",
- "Artista": "LOS PIOJOS",
- "Album": "CIVILIZACION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Civilizacion\\Buenos Días Palomar.mp3",
- "Duracion": "05:56",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 3562840816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.595914-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Civilización",
- "Artista": "LOS PIOJOS",
- "Album": "CIVILIZACION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Civilizacion\\Civilización.mp3",
- "Duracion": "04:25",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2656130612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.6156069-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Cruces y Flores",
- "Artista": "LOS PIOJOS",
- "Album": "CIVILIZACION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Civilizacion\\Cruces y Flores.mp3",
- "Duracion": "03:47",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2277877551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.6302702-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Difícil",
- "Artista": "LOS PIOJOS",
- "Album": "CIVILIZACION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Civilizacion\\Difícil.mp3",
- "Duracion": "05:09",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 3091853061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.6461526-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Hoy Es Hoy",
- "Artista": "LOS PIOJOS",
- "Album": "CIVILIZACION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Civilizacion\\Hoy Es Hoy.mp3",
- "Duracion": "04:27",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2673110204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.6651111-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Manjar",
- "Artista": "LOS PIOJOS",
- "Album": "CIVILIZACION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Civilizacion\\Manjar.mp3",
- "Duracion": "04:32",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2720914285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.6818695-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Pacífico",
- "Artista": "LOS PIOJOS",
- "Album": "CIVILIZACION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Civilizacion\\Pacífico.mp3",
- "Duracion": "04:42",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2829844897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.7124938-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Pollo Viejo",
- "Artista": "LOS PIOJOS",
- "Album": "CIVILIZACION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Civilizacion\\Pollo Viejo.mp3",
- "Duracion": "04:36",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2762710204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.7302816-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Salitral",
- "Artista": "LOS PIOJOS",
- "Album": "CIVILIZACION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Civilizacion\\Salitral.mp3",
- "Duracion": "03:52",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2327771428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.7522584-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Un Buen Día",
- "Artista": "LOS PIOJOS",
- "Album": "CIVILIZACION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Civilizacion\\Un Buen Día.mp3",
- "Duracion": "03:02",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 1823608163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.7740183-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Unbekannt",
- "Artista": "LOS PIOJOS",
- "Album": "CIVILIZACION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Civilizacion\\Unbekannt.mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2696097959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.7913803-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Al desierto",
- "Artista": "LOS PIOJOS",
- "Album": "MAQUINA DE SANGRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Maquina de sangre\\Los Piojos - Al desierto (Con letra).mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2485650641,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.8114899-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Amor de perros",
- "Artista": "LOS PIOJOS",
- "Album": "MAQUINA DE SANGRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Maquina de sangre\\Los Piojos - Amor de perros (Con letra).mp3",
- "Duracion": "04:30",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2703203846,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.8363576-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Canción de cuna",
- "Artista": "LOS PIOJOS",
- "Album": "MAQUINA DE SANGRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Maquina de sangre\\Los Piojos - Canción de cuna (Con letra).mp3",
- "Duracion": "05:49",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3497326282,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.8559638-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Como Alí",
- "Artista": "LOS PIOJOS",
- "Album": "MAQUINA DE SANGRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Maquina de sangre\\Los Piojos - Como Alí (Con letra).mp3",
- "Duracion": "03:37",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2171645512,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.8745041-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Dientes de cordero",
- "Artista": "LOS PIOJOS",
- "Album": "MAQUINA DE SANGRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Maquina de sangre\\Los Piojos - Dientes de cordero (Con letra).mp3",
- "Duracion": "05:00",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3007563461,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.8982709-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Entrando en tu Ciudad",
- "Artista": "LOS PIOJOS",
- "Album": "MAQUINA DE SANGRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Maquina de sangre\\Los Piojos - Entrando en tu Ciudad (Con letra).mp3",
- "Duracion": "03:50",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2301855769,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.9178721-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Fantasma",
- "Artista": "LOS PIOJOS",
- "Album": "MAQUINA DE SANGRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Maquina de sangre\\Los Piojos - Fantasma (Con letra).mp3",
- "Duracion": "05:12",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3126789102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.9382345-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Guadalupe",
- "Artista": "LOS PIOJOS",
- "Album": "MAQUINA DE SANGRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Maquina de sangre\\Los Piojos - Guadalupe (Con letra).mp3",
- "Duracion": "04:48",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2881104487,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.9547208-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Langostas",
- "Artista": "LOS PIOJOS",
- "Album": "MAQUINA DE SANGRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Maquina de sangre\\Los Piojos - Langostas (Con letra).mp3",
- "Duracion": "06:57",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 4171419230,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.973098-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Motumbo",
- "Artista": "LOS PIOJOS",
- "Album": "MAQUINA DE SANGRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Maquina de sangre\\Los Piojos - Motumbo (Con letra).mp3",
- "Duracion": "03:43",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2231392307,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.9908014-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "No pares",
- "Artista": "LOS PIOJOS",
- "Album": "MAQUINA DE SANGRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Maquina de sangre\\Los Piojos - No pares (Con letra).mp3",
- "Duracion": "05:11",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3115268589,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.0049689-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Solo y en paz",
- "Artista": "LOS PIOJOS",
- "Album": "MAQUINA DE SANGRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Maquina de sangre\\Los Piojos - Solo y en paz (Con letra).mp3",
- "Duracion": "04:17",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2570314102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.0243021-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Sudestada",
- "Artista": "LOS PIOJOS",
- "Album": "MAQUINA DE SANGRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Maquina de sangre\\Los Piojos - Sudestada (Con letra).mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2480292307,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.0425471-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Maquina de Sangre",
- "Artista": "LOS PIOJOS",
- "Album": "MAQUINA DE SANGRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Maquina de sangre\\Maquina de Sangre (2003) - Los Piojos.mp3",
- "Duracion": "03",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 31748076,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.0553934-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Fijate",
- "Artista": "LOS PIOJOS",
- "Album": "VERDE PAISAJE AL INFIERNO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Verde Paisaje al Infierno\\Fijate.mp3",
- "Duracion": "03:52",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2328293877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.0713207-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Globalización",
- "Artista": "LOS PIOJOS",
- "Album": "VERDE PAISAJE AL INFIERNO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Verde Paisaje al Infierno\\Globalización.mp3",
- "Duracion": "03:43",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2232163265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.0873662-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Labios de Seda",
- "Artista": "LOS PIOJOS",
- "Album": "VERDE PAISAJE AL INFIERNO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Verde Paisaje al Infierno\\Labios de Seda.mp3",
- "Duracion": "04:10",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2503836734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.1062009-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Luz de Marfil",
- "Artista": "LOS PIOJOS",
- "Album": "VERDE PAISAJE AL INFIERNO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Verde Paisaje al Infierno\\Luz de Marfil.mp3",
- "Duracion": "05:24",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 3248587755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.1242827-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "María y José",
- "Artista": "LOS PIOJOS",
- "Album": "VERDE PAISAJE AL INFIERNO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Verde Paisaje al Infierno\\María y José.mp3",
- "Duracion": "04:38",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2781779591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.1385755-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Media Caña",
- "Artista": "LOS PIOJOS",
- "Album": "VERDE PAISAJE AL INFIERNO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Verde Paisaje al Infierno\\Media Caña.mp3",
- "Duracion": "05:15",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 3150106122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.156029-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Merecido",
- "Artista": "LOS PIOJOS",
- "Album": "VERDE PAISAJE AL INFIERNO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Verde Paisaje al Infierno\\Merecido.mp3",
- "Duracion": "04:13",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2536228571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.1727851-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Mi Babe",
- "Artista": "LOS PIOJOS",
- "Album": "VERDE PAISAJE AL INFIERNO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Verde Paisaje al Infierno\\Mi Babe.mp3",
- "Duracion": "04:42",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2825665306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.1884508-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Morella",
- "Artista": "LOS PIOJOS",
- "Album": "VERDE PAISAJE AL INFIERNO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Verde Paisaje al Infierno\\Morella.mp3",
- "Duracion": "04:12",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2526563265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.2038077-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Ruleta",
- "Artista": "LOS PIOJOS",
- "Album": "VERDE PAISAJE AL INFIERNO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Verde Paisaje al Infierno\\Ruleta.mp3",
- "Duracion": "04:16",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2564702040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.2252553-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "San Jauretche",
- "Artista": "LOS PIOJOS",
- "Album": "VERDE PAISAJE AL INFIERNO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Verde Paisaje al Infierno\\San Jauretche.mp3",
- "Duracion": "05:00",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 3009567346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.2480455-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Vine Hasta Aquí",
- "Artista": "LOS PIOJOS",
- "Album": "VERDE PAISAJE AL INFIERNO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Verde Paisaje al Infierno\\Vine Hasta Aquí.mp3",
- "Duracion": "04:38",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2784653061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.2680722-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "The Ballad of Curtis...",
- "Artista": "LYNYRD SKYNYRD",
- "Album": "BEST LYNYRD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Lynyrd Skynyrd\\01 Lynyrd Skynyrd-The Ballad of Curtis Loew.mp3",
- "Duracion": "04:51",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2914742857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.2856815-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Gimme Three Steps...",
- "Artista": "LYNYRD SKYNYRD",
- "Album": "BEST LYNYRD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Lynyrd Skynyrd\\03 Gimme Three Steps-Lynyrd Skynyrd.mp3",
- "Duracion": "04:30",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2705240816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.3032991-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Don't ask me no que...",
- "Artista": "LYNYRD SKYNYRD",
- "Album": "BEST LYNYRD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Lynyrd Skynyrd\\04 Lynyrd Skynyrd - Don't ask me no questions.mp3",
- "Duracion": "03:26",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2062628571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.3229467-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "On The Hunt",
- "Artista": "LYNYRD SKYNYRD",
- "Album": "BEST LYNYRD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Lynyrd Skynyrd\\05 On The Hunt - Lynyrd Skynyrd.mp3",
- "Duracion": "05:27",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3277061224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.3397806-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "I need you",
- "Artista": "LYNYRD SKYNYRD",
- "Album": "BEST LYNYRD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Lynyrd Skynyrd\\07 Lynyrd Skynyrd - I need you.mp3",
- "Duracion": "06:53",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 4135706122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.3547112-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "I Know A Little b...",
- "Artista": "LYNYRD SKYNYRD",
- "Album": "BEST LYNYRD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Lynyrd Skynyrd\\08 I Know A Little by Lynyrd Skynyrd.mp3",
- "Duracion": "03:29",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2090840816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.3731692-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "What's Your Name",
- "Artista": "LYNYRD SKYNYRD",
- "Album": "BEST LYNYRD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Lynyrd Skynyrd\\10 Lynyrd Skynyrd - What's Your Name.mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2116702040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.389495-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Was I Right or Wrong",
- "Artista": "LYNYRD SKYNYRD",
- "Album": "BEST LYNYRD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Lynyrd Skynyrd\\12 Lynyrd Skynyrd- Was I Right or Wrong.mp3",
- "Duracion": "05:25",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3250155102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.4061945-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Simple Man",
- "Artista": "LYNYRD SKYNYRD",
- "Album": "BEST LYNYRD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Lynyrd Skynyrd\\13 Simple Man - Lynyrd Skynyrd - Lyrics HD.mp3",
- "Duracion": "05:50",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3501453061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.4229209-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Free Bird",
- "Artista": "LYNYRD SKYNYRD",
- "Album": "BEST LYNYRD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Lynyrd Skynyrd\\14 Free Bird.mp3",
- "Duracion": "09:07",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 5471869387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.4432205-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Sweet Home Alabam...",
- "Artista": "LYNYRD SKYNYRD",
- "Album": "BEST LYNYRD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Lynyrd Skynyrd\\15 Sweet Home Alabama.mp3",
- "Duracion": "04:44",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2842906122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.4611275-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Enter Sandman",
- "Artista": "METALLICA",
- "Album": "BLACK",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Black\\01 Enter Sandman.m4a",
- "Duracion": "05:31",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3315810000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.4791894-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Sad But True",
- "Artista": "METALLICA",
- "Album": "BLACK",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Black\\02 Sad But True.m4a",
- "Duracion": "05:27",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3278660000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.4978791-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Holier Than Thou",
- "Artista": "METALLICA",
- "Album": "BLACK",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Black\\03 Holier Than Thou.m4a",
- "Duracion": "03:47",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2277420000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.5143611-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "The Unforgiven",
- "Artista": "METALLICA",
- "Album": "BLACK",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Black\\04 The Unforgiven.m4a",
- "Duracion": "06:27",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3871240000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.5289882-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Wherever I May Roam",
- "Artista": "METALLICA",
- "Album": "BLACK",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Black\\05 Wherever I May Roam.m4a",
- "Duracion": "06:44",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 4042600000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.5473809-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Don't Tread On Me",
- "Artista": "METALLICA",
- "Album": "BLACK",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Black\\06 Don't Tread On Me.m4a",
- "Duracion": "04:00",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2402810000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.5646931-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Through The Never",
- "Artista": "METALLICA",
- "Album": "BLACK",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Black\\07 Through The Never.m4a",
- "Duracion": "04:04",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2444140000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.5817098-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Nothing Else Matters",
- "Artista": "METALLICA",
- "Album": "BLACK",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Black\\08 Nothing Else Matters.m4a",
- "Duracion": "06:28",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3887260000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.6102827-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Of Wolf And Man",
- "Artista": "METALLICA",
- "Album": "BLACK",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Black\\09 Of Wolf And Man.m4a",
- "Duracion": "04:16",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2566040000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.6391283-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "The God That Failed",
- "Artista": "METALLICA",
- "Album": "BLACK",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Black\\10 The God That Failed.m4a",
- "Duracion": "05:08",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3085240000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.6568449-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "My Friend Of Misery",
- "Artista": "METALLICA",
- "Album": "BLACK",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Black\\11 My Friend Of Misery.m4a",
- "Duracion": "06:49",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 4096470000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.6713653-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "The Struggle Within",
- "Artista": "METALLICA",
- "Album": "BLACK",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Black\\12 The Struggle Within.m4a",
- "Duracion": "03:53",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2338950000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.6888523-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "001 Hit The Lights (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\001 Hit The Lights (Remastered).mp3",
- "Duracion": "04:15",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2558955102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.7035999-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "002 The Four Horsemen (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\002 The Four Horsemen (Remastered).mp3",
- "Duracion": "07:12",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4325877551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.7212465-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "003 Motorbreath (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\003 Motorbreath (Remastered).mp3",
- "Duracion": "03:07",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1878987755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.7369884-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "004 Jump In The Fire (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\004 Jump In The Fire (Remastered).mp3",
- "Duracion": "04:41",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2813126530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.7516555-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "005 [Anesthesia] --Pulling Teeth (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\005 [Anesthesia] --Pulling Teeth (Remastered).mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2545893877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.770223-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "006 Whiplash (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\006 Whiplash (Remastered).mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2485551020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.7862407-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "007 Phantom Lord (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\007 Phantom Lord (Remastered).mp3",
- "Duracion": "05:01",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3013485714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.804197-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "008 No Remorse (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\008 No Remorse (Remastered).mp3",
- "Duracion": "06:26",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3866122448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.8203674-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "009 Seek & Destroy (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\009 Seek & Destroy (Remastered).mp3",
- "Duracion": "06:54",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4147722448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.841362-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "010 Metal Militia (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\010 Metal Militia (Remastered).mp3",
- "Duracion": "05:11",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3114840816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.8590941-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "011 Fight Fire With Fire (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\011 Fight Fire With Fire (Remastered).mp3",
- "Duracion": "04:44",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2845257142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.8739259-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "012 Ride The Lightning (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\012 Ride The Lightning (Remastered).mp3",
- "Duracion": "06:37",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3970089795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.8881713-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "013 For Whom The Bell Tolls (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\013 For Whom The Bell Tolls (Remastered).mp3",
- "Duracion": "05:09",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3099951020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.9028032-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "015 Trapped Under Ice (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\015 Trapped Under Ice (Remastered).mp3",
- "Duracion": "04:04",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2440881632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.917198-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "016 Escape (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\016 Escape (Remastered).mp3",
- "Duracion": "04:23",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2638889795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.9334152-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "017 Creeping Death (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\017 Creeping Death (Remastered).mp3",
- "Duracion": "06:35",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3957289795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.9488148-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "018 The Call Of Ktulu (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\018 The Call Of Ktulu (Remastered).mp3",
- "Duracion": "08:53",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5335510204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.9636682-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "019 Battery (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\019 Battery (Remastered).mp3",
- "Duracion": "05:12",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3124244897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.9803528-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "020 Master Of Puppets (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\020 Master Of Puppets (Remastered).mp3",
- "Duracion": "08:35",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5153959183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.9977391-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "021 The Thing That Should Not Be (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\021 The Thing That Should Not Be (Remastered).mp3",
- "Duracion": "06:36",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3961208163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.0141885-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "022 Welcome Home (Sanitarium) (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\022 Welcome Home (Sanitarium) (Remastered).mp3",
- "Duracion": "06:27",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3872391836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.0306477-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "023 Disposable Heroes (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\023 Disposable Heroes (Remastered).mp3",
- "Duracion": "08:16",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4966400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.0466195-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "024 Leper Messiah (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\024 Leper Messiah (Remastered).mp3",
- "Duracion": "05:39",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3399314285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.0671976-03:00"
- },
- {
- "Numero": "24",
- "Titulo": "025 Orion (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\025 Orion (Remastered).mp3",
- "Duracion": "08:27",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5072457142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.083036-03:00"
- },
- {
- "Numero": "25",
- "Titulo": "026 Damage, Inc. (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\026 Damage, Inc. (Remastered).mp3",
- "Duracion": "05:32",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3324865306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.0991716-03:00"
- },
- {
- "Numero": "26",
- "Titulo": "027 Blackened (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\027 Blackened (Remastered).mp3",
- "Duracion": "06:41",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4011363265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.1174905-03:00"
- },
- {
- "Numero": "27",
- "Titulo": "028 And Justice for All (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\028 And Justice for All (Remastered).mp3",
- "Duracion": "09:46",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5865273469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.1331679-03:00"
- },
- {
- "Numero": "28",
- "Titulo": "029 Eye of the Beholder (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\029 Eye of the Beholder (Remastered).mp3",
- "Duracion": "06:30",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3900342857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.1502696-03:00"
- },
- {
- "Numero": "29",
- "Titulo": "030 One (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\030 One (Remastered).mp3",
- "Duracion": "07:27",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4474775510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.1702199-03:00"
- },
- {
- "Numero": "30",
- "Titulo": "031 The Shortest Straw (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\031 The Shortest Straw (Remastered).mp3",
- "Duracion": "06:36",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3960163265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.1855506-03:00"
- },
- {
- "Numero": "31",
- "Titulo": "032 Harvester of Sorrow (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\032 Harvester of Sorrow (Remastered).mp3",
- "Duracion": "05:43",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3439281632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.199739-03:00"
- },
- {
- "Numero": "32",
- "Titulo": "033 The Frayed Ends of Sanity (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\033 The Frayed Ends of Sanity (Remastered).mp3",
- "Duracion": "07:44",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4640391836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.214878-03:00"
- },
- {
- "Numero": "33",
- "Titulo": "034 To Live Is to Die (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\034 To Live Is to Die (Remastered).mp3",
- "Duracion": "09:48",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5889567346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.2302196-03:00"
- },
- {
- "Numero": "34",
- "Titulo": "035 Dyers Eve (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\035 Dyers Eve (Remastered).mp3",
- "Duracion": "05:13",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3134171428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.2461186-03:00"
- },
- {
- "Numero": "35",
- "Titulo": "036 Enter Sandman",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\036 Enter Sandman.mp3",
- "Duracion": "05:31",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3316244897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.2640845-03:00"
- },
- {
- "Numero": "36",
- "Titulo": "037 Sad But True",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\037 Sad But True.mp3",
- "Duracion": "05:24",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3245975510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.2831533-03:00"
- },
- {
- "Numero": "37",
- "Titulo": "039 The Unforgiven",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\039 The Unforgiven.mp3",
- "Duracion": "06:27",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3871608163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.2998406-03:00"
- },
- {
- "Numero": "38",
- "Titulo": "040 Wherever I May Roam",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\040 Wherever I May Roam.mp3",
- "Duracion": "06:44",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4042971428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.3153362-03:00"
- },
- {
- "Numero": "39",
- "Titulo": "041 Don't Tread On Me",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\041 Don't Tread On Me.mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2403265306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.3304015-03:00"
- },
- {
- "Numero": "40",
- "Titulo": "044 Of Wolf And Man",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\044 Of Wolf And Man.mp3",
- "Duracion": "04:16",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2566530612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.3473144-03:00"
- },
- {
- "Numero": "41",
- "Titulo": "045 The God That Failed",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\045 The God That Failed.mp3",
- "Duracion": "05:08",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3085583673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.3643024-03:00"
- },
- {
- "Numero": "42",
- "Titulo": "046 My Friend Of Misery",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\046 My Friend Of Misery.mp3",
- "Duracion": "06:49",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4096783673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.381245-03:00"
- },
- {
- "Numero": "43",
- "Titulo": "047 The Struggle Within",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\047 The Struggle Within.mp3",
- "Duracion": "03:53",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2339265306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.3992908-03:00"
- },
- {
- "Numero": "44",
- "Titulo": "048 Ain't My B_tch",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\048 Ain't My B_tch.mp3",
- "Duracion": "05:04",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3042220408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.414678-03:00"
- },
- {
- "Numero": "45",
- "Titulo": "049 2 X 4",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\049 2 X 4.mp3",
- "Duracion": "05:28",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3282546938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.4301554-03:00"
- },
- {
- "Numero": "46",
- "Titulo": "050 The House Jack Built",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\050 The House Jack Built.mp3",
- "Duracion": "06:38",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3989942857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.4471581-03:00"
- },
- {
- "Numero": "47",
- "Titulo": "051 Until It Sleeps",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\051 Until It Sleeps.mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2696097959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.4709765-03:00"
- },
- {
- "Numero": "48",
- "Titulo": "052 King Nothing",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\052 King Nothing.mp3",
- "Duracion": "05:28",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3281502040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.5029766-03:00"
- },
- {
- "Numero": "49",
- "Titulo": "053 Hero Of The Day",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\053 Hero Of The Day.mp3",
- "Duracion": "04:21",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2617208163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.5274075-03:00"
- },
- {
- "Numero": "50",
- "Titulo": "054 Bleeding Me",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\054 Bleeding Me.mp3",
- "Duracion": "08:18",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4981812244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.5511411-03:00"
- },
- {
- "Numero": "51",
- "Titulo": "056 Poor Twisted Me",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\056 Poor Twisted Me.mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2400391836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.5716484-03:00"
- },
- {
- "Numero": "52",
- "Titulo": "057 Wasting My Hate",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\057 Wasting My Hate.mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2374791836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.590309-03:00"
- },
- {
- "Numero": "53",
- "Titulo": "058 Mama Said",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\058 Mama Said.mp3",
- "Duracion": "05:19",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3196604081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.6083713-03:00"
- },
- {
- "Numero": "54",
- "Titulo": "059 Thorn Within",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\059 Thorn Within.mp3",
- "Duracion": "05:51",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3516081632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.6244958-03:00"
- },
- {
- "Numero": "55",
- "Titulo": "060 Ronnie",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\060 Ronnie.mp3",
- "Duracion": "05:17",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3172571428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.6418463-03:00"
- },
- {
- "Numero": "56",
- "Titulo": "061 The Outlaw Torn",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\061 The Outlaw Torn.mp3",
- "Duracion": "09:48",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5886432653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.662252-03:00"
- },
- {
- "Numero": "57",
- "Titulo": "062 Fuel",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\062 Fuel.mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2697665306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.6816773-03:00"
- },
- {
- "Numero": "58",
- "Titulo": "063 The Memory Remains",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\063 The Memory Remains.mp3",
- "Duracion": "04:39",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2792751020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.7017156-03:00"
- },
- {
- "Numero": "59",
- "Titulo": "065 The Unforgiven II",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\065 The Unforgiven II.mp3",
- "Duracion": "06:36",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3964865306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.719294-03:00"
- },
- {
- "Numero": "60",
- "Titulo": "066 Better Than You",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\066 Better Than You.mp3",
- "Duracion": "05:21",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3216457142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.7371095-03:00"
- },
- {
- "Numero": "61",
- "Titulo": "067 Slither",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\067 Slither.mp3",
- "Duracion": "05:13",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3132604081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.7522645-03:00"
- },
- {
- "Numero": "62",
- "Titulo": "068 Carpe Diem Baby",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\068 Carpe Diem Baby.mp3",
- "Duracion": "06:12",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3722448979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.7674815-03:00"
- },
- {
- "Numero": "63",
- "Titulo": "069 Bad Seed",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\069 Bad Seed.mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2453681632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.7827225-03:00"
- },
- {
- "Numero": "64",
- "Titulo": "070 Where The Wild Things Are",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\070 Where The Wild Things Are.mp3",
- "Duracion": "06:54",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4141714285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.7994186-03:00"
- },
- {
- "Numero": "65",
- "Titulo": "071 Prince Charming",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\071 Prince Charming.mp3",
- "Duracion": "06:05",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3652440816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.8149888-03:00"
- },
- {
- "Numero": "66",
- "Titulo": "072 Low Man's Lyric",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\072 Low Man's Lyric.mp3",
- "Duracion": "07:37",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4572734693,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.8317363-03:00"
- },
- {
- "Numero": "67",
- "Titulo": "073 Attitude",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\073 Attitude.mp3",
- "Duracion": "05:16",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3162906122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.847827-03:00"
- },
- {
- "Numero": "68",
- "Titulo": "074 Fixxxer",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\074 Fixxxer.mp3",
- "Duracion": "08:15",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4952555102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.8652651-03:00"
- },
- {
- "Numero": "69",
- "Titulo": "076 It's Electric",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\076 It's Electric.mp3",
- "Duracion": "03:33",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2139689795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.883089-03:00"
- },
- {
- "Numero": "70",
- "Titulo": "077 Sabbra Cadabra",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\077 Sabbra Cadabra.mp3",
- "Duracion": "06:20",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3802906122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.8999175-03:00"
- },
- {
- "Numero": "71",
- "Titulo": "078 Turn The Page",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\078 Turn The Page.mp3",
- "Duracion": "06:06",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3664457142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.9197897-03:00"
- },
- {
- "Numero": "72",
- "Titulo": "079 Die, Die My Darling",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\079 Die, Die My Darling.mp3",
- "Duracion": "02:29",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1493681632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.9392126-03:00"
- },
- {
- "Numero": "73",
- "Titulo": "080 Loverman",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\080 Loverman.mp3",
- "Duracion": "07:52",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4727379591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.9706806-03:00"
- },
- {
- "Numero": "74",
- "Titulo": "081 Mercyful Fate",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\081 Mercyful Fate.mp3",
- "Duracion": "11:11",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 6716081632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.9927467-03:00"
- },
- {
- "Numero": "75",
- "Titulo": "082 Astronomy",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\082 Astronomy.mp3",
- "Duracion": "06:37",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3975575510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.0124138-03:00"
- },
- {
- "Numero": "76",
- "Titulo": "083 Whiskey In The Jar",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\083 Whiskey In The Jar.mp3",
- "Duracion": "05:04",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3049273469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.0302174-03:00"
- },
- {
- "Numero": "77",
- "Titulo": "084 Tuesday's Gone",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\084 Tuesday's Gone.mp3",
- "Duracion": "09:05",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5457763265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.0497118-03:00"
- },
- {
- "Numero": "78",
- "Titulo": "085 The More I See",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\085 The More I See.mp3",
- "Duracion": "04:48",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2887836734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.0667944-03:00"
- },
- {
- "Numero": "79",
- "Titulo": "086 Helpless",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\086 Helpless.mp3",
- "Duracion": "06:38",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3983673469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.0845324-03:00"
- },
- {
- "Numero": "80",
- "Titulo": "087 The Small Hours",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\087 The Small Hours.mp3",
- "Duracion": "06:43",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4033044897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.1008843-03:00"
- },
- {
- "Numero": "81",
- "Titulo": "088 The Wait",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\088 The Wait.mp3",
- "Duracion": "04:55",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2952881632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.1145719-03:00"
- },
- {
- "Numero": "82",
- "Titulo": "089 Crash Course In Brain Surgery",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\089 Crash Course In Brain Surgery.mp3",
- "Duracion": "03:10",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1903804081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.136829-03:00"
- },
- {
- "Numero": "83",
- "Titulo": "090 Last Caress _ Green Hell",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\090 Last Caress _ Green Hell.mp3",
- "Duracion": "03:29",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2098416326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.1485303-03:00"
- },
- {
- "Numero": "84",
- "Titulo": "091 Am I Evil",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\091 Am I Evil.mp3",
- "Duracion": "07:50",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4701779591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.1622225-03:00"
- },
- {
- "Numero": "85",
- "Titulo": "092 Blitzkrieg",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\092 Blitzkrieg.mp3",
- "Duracion": "03:36",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2168424489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.1755901-03:00"
- },
- {
- "Numero": "86",
- "Titulo": "093 Breadfan",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\093 Breadfan.mp3",
- "Duracion": "05:41",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3412897959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.1903525-03:00"
- },
- {
- "Numero": "87",
- "Titulo": "094 The Prince",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\094 The Prince.mp3",
- "Duracion": "04:25",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2656914285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.204246-03:00"
- },
- {
- "Numero": "88",
- "Titulo": "095 Stone Cold Crazy",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\095 Stone Cold Crazy.mp3",
- "Duracion": "02:17",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1376391836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.2162464-03:00"
- },
- {
- "Numero": "89",
- "Titulo": "096 So What",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\096 So What.mp3",
- "Duracion": "03:08",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1889959183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.2330655-03:00"
- },
- {
- "Numero": "90",
- "Titulo": "097 Killing Time",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\097 Killing Time.mp3",
- "Duracion": "03:03",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1837714285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.2473419-03:00"
- },
- {
- "Numero": "91",
- "Titulo": "098 Overkill",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\098 Overkill.mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2450024489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.2623301-03:00"
- },
- {
- "Numero": "92",
- "Titulo": "099 Damage Case",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\099 Damage Case.mp3",
- "Duracion": "03:40",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2203167346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.2771759-03:00"
- },
- {
- "Numero": "93",
- "Titulo": "100 Stone Dead Forever",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\100 Stone Dead Forever.mp3",
- "Duracion": "04:51",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2919706122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.2943124-03:00"
- },
- {
- "Numero": "94",
- "Titulo": "101 Too Late Too Late",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\101 Too Late Too Late.mp3",
- "Duracion": "03:12",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1921567346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.3092207-03:00"
- },
- {
- "Numero": "95",
- "Titulo": "102 The Ecstasy Of Gold (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\102 The Ecstasy Of Gold (Live with the SFSO).mp3",
- "Duracion": "02:30",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1506481632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.3260764-03:00"
- },
- {
- "Numero": "96",
- "Titulo": "103 The Call Of Ktulu (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\103 The Call Of Ktulu (Live with the SFSO).mp3",
- "Duracion": "09:34",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5743020408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.3451511-03:00"
- },
- {
- "Numero": "97",
- "Titulo": "104 Master Of Puppets (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\104 Master Of Puppets (Live with the SFSO).mp3",
- "Duracion": "08:54",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5348048979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.3609157-03:00"
- },
- {
- "Numero": "98",
- "Titulo": "105 Of Wolf And Man (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\105 Of Wolf And Man (Live with the SFSO).mp3",
- "Duracion": "04:18",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2588995918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.3774111-03:00"
- },
- {
- "Numero": "99",
- "Titulo": "106 The Thing That Should Not Be (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\106 The Thing That Should Not Be (Live with the SFSO).mp3",
- "Duracion": "07:26",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4466938775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.3944237-03:00"
- },
- {
- "Numero": "100",
- "Titulo": "107 Fuel (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\107 Fuel (Live with the SFSO).mp3",
- "Duracion": "04:35",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2759314285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.4117617-03:00"
- },
- {
- "Numero": "101",
- "Titulo": "108 The Memory Remains (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\108 The Memory Remains (Live with the SFSO).mp3",
- "Duracion": "04:42",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2824097959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.5507646-03:00"
- },
- {
- "Numero": "102",
- "Titulo": "109 No Leaf Clover (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\109 No Leaf Clover (Live with the SFSO).mp3",
- "Duracion": "05:43",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3432489795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.5739637-03:00"
- },
- {
- "Numero": "103",
- "Titulo": "110 Hero Of The Day (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\110 Hero Of The Day (Live with the SFSO).mp3",
- "Duracion": "04:44",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2846563265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.5931898-03:00"
- },
- {
- "Numero": "104",
- "Titulo": "111 Devil's Dance (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\111 Devil's Dance (Live with the SFSO).mp3",
- "Duracion": "05:26",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3260342857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.6111958-03:00"
- },
- {
- "Numero": "105",
- "Titulo": "112 Bleeding Me (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\112 Bleeding Me (Live with the SFSO).mp3",
- "Duracion": "09:01",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5417012244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.6304335-03:00"
- },
- {
- "Numero": "106",
- "Titulo": "113 Nothing Else Matters (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\113 Nothing Else Matters (Live with the SFSO).mp3",
- "Duracion": "06:47",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4073012244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.6503987-03:00"
- },
- {
- "Numero": "107",
- "Titulo": "114 Until It Sleeps (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\114 Until It Sleeps (Live with the SFSO).mp3",
- "Duracion": "04:30",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2700277551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.6661352-03:00"
- },
- {
- "Numero": "108",
- "Titulo": "115 For Whom The Bell Tolls (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\115 For Whom The Bell Tolls (Live with the SFSO).mp3",
- "Duracion": "04:52",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2922057142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.6841767-03:00"
- },
- {
- "Numero": "109",
- "Titulo": "116 Human (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\116 Human (Live with the SFSO).mp3",
- "Duracion": "04:19",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2598400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.7056066-03:00"
- },
- {
- "Numero": "110",
- "Titulo": "117 Wherever I May Roam (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\117 Wherever I May Roam (Live with the SFSO).mp3",
- "Duracion": "07:01",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4214857142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.7250228-03:00"
- },
- {
- "Numero": "111",
- "Titulo": "118 The Outlaw Torn (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\118 The Outlaw Torn (Live with the SFSO).mp3",
- "Duracion": "09:58",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5989355102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.7437521-03:00"
- },
- {
- "Numero": "112",
- "Titulo": "119 Sad But True (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\119 Sad But True (Live with the SFSO).mp3",
- "Duracion": "05:46",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3463053061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.7690119-03:00"
- },
- {
- "Numero": "113",
- "Titulo": "120 One (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\120 One (Live with the SFSO).mp3",
- "Duracion": "07:53",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4731036734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.7868979-03:00"
- },
- {
- "Numero": "114",
- "Titulo": "121 Enter Sandman (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\121 Enter Sandman (Live with the SFSO).mp3",
- "Duracion": "07:39",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4591542857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.8062766-03:00"
- },
- {
- "Numero": "115",
- "Titulo": "122 Battery (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\122 Battery (Live with the SFSO).mp3",
- "Duracion": "07:24",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4447085714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.8256125-03:00"
- },
- {
- "Numero": "116",
- "Titulo": "123 I Disappear",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\123 I Disappear.mp3",
- "Duracion": "04:26",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2662922448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.8389927-03:00"
- },
- {
- "Numero": "117",
- "Titulo": "124 Frantic",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\124 Frantic.mp3",
- "Duracion": "05:50",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3504065306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.8557538-03:00"
- },
- {
- "Numero": "118",
- "Titulo": "125 St. Anger",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\125 St. Anger.mp3",
- "Duracion": "07:21",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4411820408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.8732062-03:00"
- },
- {
- "Numero": "119",
- "Titulo": "126 Some Kind Of Monster",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\126 Some Kind Of Monster.mp3",
- "Duracion": "08:25",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5055477551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.8983267-03:00"
- },
- {
- "Numero": "120",
- "Titulo": "127 Dirty Window",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\127 Dirty Window.mp3",
- "Duracion": "05:24",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3249371428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.9174882-03:00"
- },
- {
- "Numero": "121",
- "Titulo": "128 Invisible Kid",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\128 Invisible Kid.mp3",
- "Duracion": "08:30",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5101453061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.9373027-03:00"
- },
- {
- "Numero": "122",
- "Titulo": "129 My World",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\129 My World.mp3",
- "Duracion": "05:45",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3455738775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.959837-03:00"
- },
- {
- "Numero": "123",
- "Titulo": "130 Shoot Me Again",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\130 Shoot Me Again.mp3",
- "Duracion": "07:10",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4301322448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.9801052-03:00"
- },
- {
- "Numero": "124",
- "Titulo": "131 Sweet Amber",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\131 Sweet Amber.mp3",
- "Duracion": "05:27",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3271575510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.0003077-03:00"
- },
- {
- "Numero": "125",
- "Titulo": "132 The Unnamed Feeling",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\132 The Unnamed Feeling.mp3",
- "Duracion": "07:07",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4279379591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.017754-03:00"
- },
- {
- "Numero": "126",
- "Titulo": "133 Purify",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\133 Purify.mp3",
- "Duracion": "05:13",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3139657142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.0384647-03:00"
- },
- {
- "Numero": "127",
- "Titulo": "134 All Within My Hands",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\134 All Within My Hands.mp3",
- "Duracion": "08:45",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5259232653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.0583345-03:00"
- },
- {
- "Numero": "128",
- "Titulo": "135 The Four Horsemen (Live)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\135 The Four Horsemen (Live).mp3",
- "Duracion": "05:20",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3206008163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.0776671-03:00"
- },
- {
- "Numero": "129",
- "Titulo": "136 Damage, Inc. (Live)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\136 Damage, Inc. (Live).mp3",
- "Duracion": "04:59",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2992848979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.0978751-03:00"
- },
- {
- "Numero": "130",
- "Titulo": "137 Leper Messiah (Live)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\137 Leper Messiah (Live).mp3",
- "Duracion": "05:55",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3557093877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.1200036-03:00"
- },
- {
- "Numero": "131",
- "Titulo": "138 Motorbreath (Live)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\138 Motorbreath (Live).mp3",
- "Duracion": "03:19",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1999673469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.1385788-03:00"
- },
- {
- "Numero": "132",
- "Titulo": "139 Ride The Lightning (Live)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\139 Ride The Lightning (Live).mp3",
- "Duracion": "06:40",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4009795918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.1529002-03:00"
- },
- {
- "Numero": "133",
- "Titulo": "140 Hit The Lights (Live)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\140 Hit The Lights (Live).mp3",
- "Duracion": "04:12",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2524212244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.1706169-03:00"
- },
- {
- "Numero": "134",
- "Titulo": "141 Some Kind Of Monster (Edit)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\141 Some Kind Of Monster (Edit).mp3",
- "Duracion": "04:16",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2567836734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.1866581-03:00"
- },
- {
- "Numero": "135",
- "Titulo": "142 That Was Just Your Life",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\142 That Was Just Your Life.mp3",
- "Duracion": "07:08",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4283820408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.2024538-03:00"
- },
- {
- "Numero": "136",
- "Titulo": "143 The End Of The Line",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\143 The End Of The Line.mp3",
- "Duracion": "07:52",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4723983673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.2200959-03:00"
- },
- {
- "Numero": "137",
- "Titulo": "144 Broken, Beat & Scarred",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\144 Broken, Beat & Scarred.mp3",
- "Duracion": "06:25",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3854889795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.2380113-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "That Was Just Your Life",
- "Artista": "METALLICA",
- "Album": "DEATH MAGNETIC",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Death Magnetic\\01 That Was Just Your Life.mp3",
- "Duracion": "07:08",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 4283820408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.2562081-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "The End Of The Line",
- "Artista": "METALLICA",
- "Album": "DEATH MAGNETIC",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Death Magnetic\\02 The End Of The Line.mp3",
- "Duracion": "07:52",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 4723983673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.2789307-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Broken, Beat & Scarred",
- "Artista": "METALLICA",
- "Album": "DEATH MAGNETIC",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Death Magnetic\\03 Broken, Beat & Scarred.mp3",
- "Duracion": "06:25",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 3854889795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.2980126-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "The Day That Never Comes",
- "Artista": "METALLICA",
- "Album": "DEATH MAGNETIC",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Death Magnetic\\04 The Day That Never Comes.mp3",
- "Duracion": "07:56",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 4762906122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.3239078-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "All Nightmare Long",
- "Artista": "METALLICA",
- "Album": "DEATH MAGNETIC",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Death Magnetic\\05 All Nightmare Long.mp3",
- "Duracion": "07:57",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 4770481632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.3474485-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Cyanide",
- "Artista": "METALLICA",
- "Album": "DEATH MAGNETIC",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Death Magnetic\\06 Cyanide.mp3",
- "Duracion": "06:39",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 3995689795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.3701038-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "The Unforgiven III",
- "Artista": "METALLICA",
- "Album": "DEATH MAGNETIC",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Death Magnetic\\07 The Unforgiven III.mp3",
- "Duracion": "07:46",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 4666253061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.3897885-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "The Judas Kiss",
- "Artista": "METALLICA",
- "Album": "DEATH MAGNETIC",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Death Magnetic\\08 The Judas Kiss.mp3",
- "Duracion": "08:00",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 4808097959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.4122677-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Suicide & Redemption",
- "Artista": "METALLICA",
- "Album": "DEATH MAGNETIC",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Death Magnetic\\09 Suicide & Redemption.mp3",
- "Duracion": "09:57",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 5977600000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.4458195-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "My Apocalypse",
- "Artista": "METALLICA",
- "Album": "DEATH MAGNETIC",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Death Magnetic\\10 My Apocalypse.mp3",
- "Duracion": "05:01",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 3010351020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.4787237-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Battery (R)",
- "Artista": "METALLICA",
- "Album": "BEST-METALLICA",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Grandes Exitos Metallica\\Battery (R).mp3",
- "Duracion": "05:16",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3164734693,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.4978829-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Enter Sandman (R)",
- "Artista": "METALLICA",
- "Album": "BEST-METALLICA",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Grandes Exitos Metallica\\Enter Sandman (R).mp3",
- "Duracion": "05:40",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3401404081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.5129324-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Fade To Black (R)",
- "Artista": "METALLICA",
- "Album": "BEST-METALLICA",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Grandes Exitos Metallica\\Fade To Black (R).mp3",
- "Duracion": "06:57",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 4173322448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.5283404-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Fuel (R)",
- "Artista": "METALLICA",
- "Album": "BEST-METALLICA",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Grandes Exitos Metallica\\Fuel (R).mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2695314285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.5466818-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Master Of Puppets (R)",
- "Artista": "METALLICA",
- "Album": "BEST-METALLICA",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Grandes Exitos Metallica\\Master Of Puppets (R).mp3",
- "Duracion": "08:35",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 5152653061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.5644483-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Nothing Else Matters (R)",
- "Artista": "METALLICA",
- "Album": "BEST-METALLICA",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Grandes Exitos Metallica\\Nothing Else Matters (R).mp3",
- "Duracion": "06:29",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3898514285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.5809924-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "One (R)",
- "Artista": "METALLICA",
- "Album": "BEST-METALLICA",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Grandes Exitos Metallica\\One (R).mp3",
- "Duracion": "07:26",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 4462236734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.5940298-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "One (R2)",
- "Artista": "METALLICA",
- "Album": "BEST-METALLICA",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Grandes Exitos Metallica\\One (R2).mp3",
- "Duracion": "07:25",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 4458840816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.6130078-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Orion (R)",
- "Artista": "METALLICA",
- "Album": "BEST-METALLICA",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Grandes Exitos Metallica\\Orion (R).mp3",
- "Duracion": "08:23",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 5032228571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.6297719-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Sad But True (R)",
- "Artista": "METALLICA",
- "Album": "BEST-METALLICA",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Grandes Exitos Metallica\\Sad But True (R).mp3",
- "Duracion": "05:31",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3314677551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.6451031-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Seek & Destroy (R)",
- "Artista": "METALLICA",
- "Album": "BEST-METALLICA",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Grandes Exitos Metallica\\Seek & Destroy (R).mp3",
- "Duracion": "06:55",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 4156081632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.6618437-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "The Unforgiven (R)",
- "Artista": "METALLICA",
- "Album": "BEST-METALLICA",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Grandes Exitos Metallica\\The Unforgiven (R).mp3",
- "Duracion": "06:27",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3878922448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.6772296-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Blackened",
- "Artista": "METALLICA",
- "Album": "AND JUSTICE FOR ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Justice for All\\1 Blackened (Remastered).m4a",
- "Duracion": "06:41",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 4011019999,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.6967193-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "And Justice for All",
- "Artista": "METALLICA",
- "Album": "AND JUSTICE FOR ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Justice for All\\2 And Justice for All (Remastered).m4a",
- "Duracion": "09:46",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 5864900000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.7177761-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Eye of the Beholder",
- "Artista": "METALLICA",
- "Album": "AND JUSTICE FOR ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Justice for All\\3 Eye of the Beholder (Remastered).m4a",
- "Duracion": "06:30",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 3900030000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.7379965-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "One",
- "Artista": "METALLICA",
- "Album": "AND JUSTICE FOR ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Justice for All\\4 One (Remastered).m4a",
- "Duracion": "07:27",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 4474490000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.7590406-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "The Shortest Straw",
- "Artista": "METALLICA",
- "Album": "AND JUSTICE FOR ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Justice for All\\5 The Shortest Straw (Remastered).m4a",
- "Duracion": "06:35",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 3959700000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.7790304-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Harvester of Sorrow",
- "Artista": "METALLICA",
- "Album": "AND JUSTICE FOR ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Justice for All\\6 Harvester of Sorrow (Remastered).m4a",
- "Duracion": "05:43",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 3438880000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.7982279-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "The Frayed Ends of Sanity",
- "Artista": "METALLICA",
- "Album": "AND JUSTICE FOR ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Justice for All\\7 The Frayed Ends of Sanity (Remastered).m4a",
- "Duracion": "07:44",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 4640050000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.8145472-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "To Live Is to Die",
- "Artista": "METALLICA",
- "Album": "AND JUSTICE FOR ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Justice for All\\8 To Live Is to Die (Remastered).m4a",
- "Duracion": "09:48",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 5889280000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.8368755-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Dyers Eve",
- "Artista": "METALLICA",
- "Album": "AND JUSTICE FOR ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Justice for All\\9 Dyers Eve (Remastered).m4a",
- "Duracion": "05:13",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 3133770000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.8566072-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Hit The Lights",
- "Artista": "METALLICA",
- "Album": "KILL EM ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\kill 'Em All\\01 Hit The Lights.mp3",
- "Duracion": "04:15",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 2558171428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.873021-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "The Four Horsemen",
- "Artista": "METALLICA",
- "Album": "KILL EM ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\kill 'Em All\\02 The Four Horsemen.mp3",
- "Duracion": "07:12",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 4324310204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.8881229-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Motorbreath",
- "Artista": "METALLICA",
- "Album": "KILL EM ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\kill 'Em All\\03 Motorbreath.mp3",
- "Duracion": "03:07",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 1876897959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.9018026-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Jump In The Fire",
- "Artista": "METALLICA",
- "Album": "KILL EM ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\kill 'Em All\\04 Jump In The Fire.mp3",
- "Duracion": "04:41",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 2812865306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.9153981-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Whiplash",
- "Artista": "METALLICA",
- "Album": "KILL EM ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\kill 'Em All\\06 Whiplash.mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 2485028571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.9288792-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Phantom Lord",
- "Artista": "METALLICA",
- "Album": "KILL EM ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\kill 'Em All\\07 Phantom Lord.mp3",
- "Duracion": "05:01",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 3013224489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.9415518-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "No Remorse",
- "Artista": "METALLICA",
- "Album": "KILL EM ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\kill 'Em All\\08 No Remorse.mp3",
- "Duracion": "06:26",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 3865338775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.9592199-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Seek & Destroy",
- "Artista": "METALLICA",
- "Album": "KILL EM ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\kill 'Em All\\09 Seek & Destroy.mp3",
- "Duracion": "06:54",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 4147461224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.9729763-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Metal Militia",
- "Artista": "METALLICA",
- "Album": "KILL EM ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\kill 'Em All\\10 Metal Militia.mp3",
- "Duracion": "05:11",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 3114318367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.9875378-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Breadfan",
- "Artista": "METALLICA",
- "Album": "LIVE-METALLICA 1994",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live 1994\\01 Breadfan (Live).mp3",
- "Duracion": "04:30",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2702367346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.0013299-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Master Of Puppets...",
- "Artista": "METALLICA",
- "Album": "LIVE-METALLICA 1994",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live 1994\\02 Master Of Puppets (Live).mp3",
- "Duracion": "03:19",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 1998367346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.0152583-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Wherever I May Ro...",
- "Artista": "METALLICA",
- "Album": "LIVE-METALLICA 1994",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live 1994\\03 Wherever I May Roam (Live).mp3",
- "Duracion": "07:30",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 4507951020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.0303291-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Harvester Of Sorr...",
- "Artista": "METALLICA",
- "Album": "LIVE-METALLICA 1994",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live 1994\\04 Harvester Of Sorrow (Live).mp3",
- "Duracion": "06:48",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 4083983673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.0440763-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Fade To Black",
- "Artista": "METALLICA",
- "Album": "LIVE-METALLICA 1994",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live 1994\\05 Fade To Black (Live).mp3",
- "Duracion": "07:36",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 4567248979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.0583282-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "For Whom The Bell...",
- "Artista": "METALLICA",
- "Album": "LIVE-METALLICA 1994",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live 1994\\06 For Whom The Bell Tolls (Live).mp3",
- "Duracion": "07:53",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 4739395918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.0716308-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Seek & Destroy",
- "Artista": "METALLICA",
- "Album": "LIVE-METALLICA 1994",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live 1994\\07 Seek & Destroy (Live).mp3",
- "Duracion": "10:37",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 6376751020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.0868274-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Nothing Else Matt...",
- "Artista": "METALLICA",
- "Album": "LIVE-METALLICA 1994",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live 1994\\08 Nothing Else Matters (Live).mp3",
- "Duracion": "08:39",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 5198367346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.1030156-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Creeping Death",
- "Artista": "METALLICA",
- "Album": "LIVE-METALLICA 1994",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live 1994\\09 Creeping Death (Live).mp3",
- "Duracion": "07:06",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 4265534693,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.1172195-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Whiplash",
- "Artista": "METALLICA",
- "Album": "LIVE-METALLICA 1994",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live 1994\\10 Whiplash (Live).mp3",
- "Duracion": "04:37",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2778383673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.1311308-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Sad But True",
- "Artista": "METALLICA",
- "Album": "LIVE-METALLICA 1994",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live 1994\\11 Sad But True (Live).mp3",
- "Duracion": "08:25",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 5058873469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.1507956-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "One",
- "Artista": "METALLICA",
- "Album": "LIVE-METALLICA 1994",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live 1994\\12 One (Live).mp3",
- "Duracion": "07:00",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 4205191836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.165193-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "13 Enter Sandman",
- "Artista": "METALLICA",
- "Album": "LIVE-METALLICA 1994",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live 1994\\13 Enter Sandman (Live).mp3",
- "Duracion": "06:45",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 4055771428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.1794177-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "So What",
- "Artista": "METALLICA",
- "Album": "LIVE-METALLICA 1994",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live 1994\\14 So What (Live).mp3",
- "Duracion": "03:21",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2014040816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.1923375-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "All Nightmare Long",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\All Nightmare Long (Live In Buenos Aires, Argentina - January 21st, 2010).m4a",
- "Duracion": "07:52",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 4721320000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.2142235-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Creeping Death",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\Creeping Death (Live In Buenos Aires, Argentina - March 30th, 2014).m4a",
- "Duracion": "06:30",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 3906300000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.2504621-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Cyanide",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\Cyanide (Live In Buenos Aires, Argentina - January 21st, 2010).m4a",
- "Duracion": "06:30",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 3908159999,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.2809413-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Damage, Inc.",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\Damage, Inc. (Live In Cordoba, Argentina - January 24th, 2010).m4a",
- "Duracion": "05:24",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 3249640000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.3123389-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Enter Sandman",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\Enter Sandman (Live In Buenos Aires, Argentina - January 21st, 2010).m4a",
- "Duracion": "08:04",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 4849960000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.3447901-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Fade To Black",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\Fade To Black (Live In Buenos Aires, Argentina - March 30th, 2014).m4a",
- "Duracion": "07:23",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 4433860000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.3830677-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Fuel",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\Fuel (Live In Buenos Aires, Argentina - March 29th, 2014).m4a",
- "Duracion": "03:58",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2380280000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.4192251-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Hardwired",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\Hardwired (Live In Buenos Aires, Argentina - March 31st, 2017).m4a",
- "Duracion": "03:51",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2315270000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.447385-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Holier Than Thou",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\Holier Than Thou (Live In Cordoba, Argentina - January 24th, 2010).m4a",
- "Duracion": "04:21",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2619450000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.4804219-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Master Of Puppets",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\Master Of Puppets (Live In Cordoba, Argentina - January 24th, 2010).m4a",
- "Duracion": "08:00",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 4804450000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.5110004-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "No Remorse",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\No Remorse (Live In Cordoba, Argentina - January 24th, 2010).m4a",
- "Duracion": "04:10",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2505670000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.5459299-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Nothing Else Matters",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\Nothing Else Matters (Live In Buenos Aires, Argentina - March 31st, 2017).m4a",
- "Duracion": "06:20",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 3809240000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.5737738-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Now That We're Dead",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\Now That We're Dead (Live In Buenos Aires, Argentina - March 31st, 2017).m4a",
- "Duracion": "07:47",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 4672560000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.6061366-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Of Wolf And Man",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\Of Wolf And Man (Live In Buenos Aires, Argentina - May 14th, 1999).m4a",
- "Duracion": "04:11",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2514960000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.6445055-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "One",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\One (Live In Buenos Aires, Argentina - January 22nd, 2010).m4a",
- "Duracion": "08:36",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 5162030000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.6810137-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Sad But True",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\Sad But True (Live In Buenos Aires, Argentina - March 29th, 2014).m4a",
- "Duracion": "06:40",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 4009390000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.7333475-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "The Unforgiven",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\The Unforgiven (Live In Buenos Aires, Argentina - May 8th, 1993).m4a",
- "Duracion": "06:47",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 4077660000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.7698032-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "…And Justice For All",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\…And Justice For All (Live In Buenos Aires, Argentina - March 29th, 2014).m4a",
- "Duracion": "09:16",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 5569310000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.8029893-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Ain't My B_tch",
- "Artista": "METALLICA",
- "Album": "LOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Load\\01 Ain't My B_tch.mp3",
- "Duracion": "05:04",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3042220408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.8381821-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "2 X 4",
- "Artista": "METALLICA",
- "Album": "LOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Load\\02 2 X 4.mp3",
- "Duracion": "05:28",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3282546938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.8551303-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "The House Jack Built",
- "Artista": "METALLICA",
- "Album": "LOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Load\\03 The House Jack Built.mp3",
- "Duracion": "06:38",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3989942857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.8724246-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Until It Sleeps",
- "Artista": "METALLICA",
- "Album": "LOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Load\\04 Until It Sleeps.mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2696097959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.8911025-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "King Nothing",
- "Artista": "METALLICA",
- "Album": "LOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Load\\05 King Nothing.mp3",
- "Duracion": "05:28",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3281502040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.9099263-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Hero Of The Day",
- "Artista": "METALLICA",
- "Album": "LOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Load\\06 Hero Of The Day.mp3",
- "Duracion": "04:21",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2617208163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.9252077-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Bleeding Me",
- "Artista": "METALLICA",
- "Album": "LOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Load\\07 Bleeding Me.mp3",
- "Duracion": "08:18",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 4981812244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.9399631-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Cure",
- "Artista": "METALLICA",
- "Album": "LOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Load\\08 Cure.mp3",
- "Duracion": "04:54",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2942693877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.9566592-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Poor Twisted Me",
- "Artista": "METALLICA",
- "Album": "LOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Load\\09 Poor Twisted Me.mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2400391836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.9726877-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Wasting My Hate",
- "Artista": "METALLICA",
- "Album": "LOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Load\\10 Wasting My Hate.mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2374791836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.9889138-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Mama Said",
- "Artista": "METALLICA",
- "Album": "LOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Load\\11 Mama Said.mp3",
- "Duracion": "05:19",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3196604081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.0048473-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Thorn Within",
- "Artista": "METALLICA",
- "Album": "LOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Load\\12 Thorn Within.mp3",
- "Duracion": "05:51",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3516081632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.0207788-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Ronnie",
- "Artista": "METALLICA",
- "Album": "LOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Load\\13 Ronnie.mp3",
- "Duracion": "05:17",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3172571428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.038042-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "The Outlaw Torn",
- "Artista": "METALLICA",
- "Album": "LOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Load\\14 The Outlaw Torn.mp3",
- "Duracion": "09:48",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 5886432653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.0563178-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Battery",
- "Artista": "METALLICA",
- "Album": "MASTER OF PUPPETS",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Master Of Puppets\\1 Battery (Remastered).mp3",
- "Duracion": "05:12",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3124244897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.0732495-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Master Of Puppets",
- "Artista": "METALLICA",
- "Album": "MASTER OF PUPPETS",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Master Of Puppets\\2 Master Of Puppets (Remastered).mp3",
- "Duracion": "08:35",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 5153959183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.0934519-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "The Thing That Should Not Be",
- "Artista": "METALLICA",
- "Album": "MASTER OF PUPPETS",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Master Of Puppets\\3 The Thing That Should Not Be (Remastered).mp3",
- "Duracion": "06:36",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3961208163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.109833-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Welcome Home",
- "Artista": "METALLICA",
- "Album": "MASTER OF PUPPETS",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Master Of Puppets\\4 Welcome Home (Sanitarium) (Remastered).mp3",
- "Duracion": "06:27",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3871608163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.1325843-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Disposable Heroes",
- "Artista": "METALLICA",
- "Album": "MASTER OF PUPPETS",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Master Of Puppets\\5 Disposable Heroes (Remastered).mp3",
- "Duracion": "08:16",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 4966400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.1509581-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Leper Messiah",
- "Artista": "METALLICA",
- "Album": "MASTER OF PUPPETS",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Master Of Puppets\\6 Leper Messiah (Remastered).mp3",
- "Duracion": "05:39",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3399314285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.1675629-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Orion",
- "Artista": "METALLICA",
- "Album": "MASTER OF PUPPETS",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Master Of Puppets\\7 Orion (Remastered).mp3",
- "Duracion": "08:27",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 5072457142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.1878588-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Damage, Inc.",
- "Artista": "METALLICA",
- "Album": "MASTER OF PUPPETS",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Master Of Puppets\\8 Damage, Inc. (Remastered).mp3",
- "Duracion": "05:32",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3324865306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.2069989-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Fuel",
- "Artista": "METALLICA",
- "Album": "RELOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Reload\\01 Fuel.mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2697665306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.2228892-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "The Memory Remains",
- "Artista": "METALLICA",
- "Album": "RELOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Reload\\02 The Memory Remains.mp3",
- "Duracion": "04:39",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2792751020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.239571-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Devil's Dance",
- "Artista": "METALLICA",
- "Album": "RELOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Reload\\03 Devil's Dance.mp3",
- "Duracion": "05:18",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 3189551020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.25764-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "The Unforgiven II",
- "Artista": "METALLICA",
- "Album": "RELOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Reload\\04 The Unforgiven II.mp3",
- "Duracion": "06:36",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 3964865306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.274233-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Better Than You",
- "Artista": "METALLICA",
- "Album": "RELOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Reload\\05 Better Than You.mp3",
- "Duracion": "05:21",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 3216457142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.2903932-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Slither",
- "Artista": "METALLICA",
- "Album": "RELOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Reload\\06 Slither.mp3",
- "Duracion": "05:13",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 3132604081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.3065145-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Carpe Diem Baby",
- "Artista": "METALLICA",
- "Album": "RELOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Reload\\07 Carpe Diem Baby.mp3",
- "Duracion": "06:12",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 3722448979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.3233748-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Bad Seed",
- "Artista": "METALLICA",
- "Album": "RELOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Reload\\08 Bad Seed.mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2453681632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.3427422-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Where The Wild Things Are",
- "Artista": "METALLICA",
- "Album": "RELOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Reload\\09 Where The Wild Things Are.mp3",
- "Duracion": "06:54",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 4141714285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.3553602-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Prince Charming",
- "Artista": "METALLICA",
- "Album": "RELOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Reload\\10 Prince Charming.mp3",
- "Duracion": "06:05",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 3652440816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.3736987-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Low Man's Lyric",
- "Artista": "METALLICA",
- "Album": "RELOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Reload\\11 Low Man's Lyric.mp3",
- "Duracion": "07:37",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 4572734693,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.3900507-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "12 Attitude",
- "Artista": "METALLICA",
- "Album": "RELOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Reload\\12 Attitude.mp3",
- "Duracion": "05:16",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 3165779591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.4052632-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "13 Fixxxer",
- "Artista": "METALLICA",
- "Album": "RELOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Reload\\13 Fixxxer.mp3",
- "Duracion": "08:15",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 4952555102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.4229176-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Creeping Death",
- "Artista": "METALLICA",
- "Album": "RIDE THE LIGHTNING",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Ride the Lightning (1984)\\Metallica - Creeping Death (Studio Version).m4a",
- "Duracion": "06:36",
- "FechaLanzamiento": "1984",
- "EstadoColor": "White",
- "DuracionLong": 3962260000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.4472718-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Escape",
- "Artista": "METALLICA",
- "Album": "RIDE THE LIGHTNING",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Ride the Lightning (1984)\\Metallica - Escape (Studio Version).m4a",
- "Duracion": "04:24",
- "FechaLanzamiento": "1984",
- "EstadoColor": "White",
- "DuracionLong": 2643600000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.4909229-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Fade To Black",
- "Artista": "METALLICA",
- "Album": "RIDE THE LIGHTNING",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Ride the Lightning (1984)\\Metallica - Fade To Black (Studio Version).m4a",
- "Duracion": "06:55",
- "FechaLanzamiento": "1984",
- "EstadoColor": "White",
- "DuracionLong": 4152660000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.5216989-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Fight Fire With Fire",
- "Artista": "METALLICA",
- "Album": "RIDE THE LIGHTNING",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Ride the Lightning (1984)\\Metallica - Fight Fire With Fire (Studio Version).m4a",
- "Duracion": "04:44",
- "FechaLanzamiento": "1984",
- "EstadoColor": "White",
- "DuracionLong": 2849560000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.5645463-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "For Whom The Bell Tolls",
- "Artista": "METALLICA",
- "Album": "RIDE THE LIGHTNING",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Ride the Lightning (1984)\\Metallica - For Whom The Bell Tolls (Studio Version).m4a",
- "Duracion": "05:11",
- "FechaLanzamiento": "1984",
- "EstadoColor": "White",
- "DuracionLong": 3112640000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.5956923-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Ride The Lightning",
- "Artista": "METALLICA",
- "Album": "RIDE THE LIGHTNING",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Ride the Lightning (1984)\\Metallica - Ride The Lightning (Studio Version).m4a",
- "Duracion": "06:37",
- "FechaLanzamiento": "1984",
- "EstadoColor": "White",
- "DuracionLong": 3978050000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.6279619-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "The Call Of Ktulu",
- "Artista": "METALLICA",
- "Album": "RIDE THE LIGHTNING",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Ride the Lightning (1984)\\Metallica - The Call Of Ktulu (Studio Version).m4a",
- "Duracion": "08:55",
- "FechaLanzamiento": "1984",
- "EstadoColor": "White",
- "DuracionLong": 5352670000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.6642267-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Trapped Under Ice",
- "Artista": "METALLICA",
- "Album": "RIDE THE LIGHTNING",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Ride the Lightning (1984)\\Metallica - Trapped Under Ice (Studio Version).m4a",
- "Duracion": "04:04",
- "FechaLanzamiento": "1984",
- "EstadoColor": "White",
- "DuracionLong": 2444830000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.7101157-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Frantic",
- "Artista": "METALLICA",
- "Album": "ST. ANGER",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\St. Anger\\01 Frantic.mp3",
- "Duracion": "05:50",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3504065306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.7344941-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "St. Anger",
- "Artista": "METALLICA",
- "Album": "ST. ANGER",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\St. Anger\\02 St. Anger.mp3",
- "Duracion": "07:21",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 4411820408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.7508055-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Some Kind Of Monster",
- "Artista": "METALLICA",
- "Album": "ST. ANGER",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\St. Anger\\03 Some Kind Of Monster.mp3",
- "Duracion": "08:25",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 5055477551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.7678484-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Dirty Window",
- "Artista": "METALLICA",
- "Album": "ST. ANGER",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\St. Anger\\04 Dirty Window.mp3",
- "Duracion": "05:24",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3249371428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.7848937-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Invisible Kid",
- "Artista": "METALLICA",
- "Album": "ST. ANGER",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\St. Anger\\05 Invisible Kid.mp3",
- "Duracion": "08:30",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 5101453061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.802301-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "My World",
- "Artista": "METALLICA",
- "Album": "ST. ANGER",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\St. Anger\\06 My World.mp3",
- "Duracion": "05:45",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3455738775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.821309-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Shoot Me Again",
- "Artista": "METALLICA",
- "Album": "ST. ANGER",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\St. Anger\\07 Shoot Me Again.mp3",
- "Duracion": "07:10",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 4301322448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.8389521-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Sweet Amber",
- "Artista": "METALLICA",
- "Album": "ST. ANGER",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\St. Anger\\08 Sweet Amber.mp3",
- "Duracion": "05:27",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3271575510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.8577725-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "The Unnamed Feeling",
- "Artista": "METALLICA",
- "Album": "ST. ANGER",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\St. Anger\\09 The Unnamed Feeling.mp3",
- "Duracion": "07:07",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 4279379591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.8731828-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Purify",
- "Artista": "METALLICA",
- "Album": "ST. ANGER",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\St. Anger\\10 Purify.mp3",
- "Duracion": "05:13",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3139657142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.8908917-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "All Within My Hands",
- "Artista": "METALLICA",
- "Album": "ST. ANGER",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\St. Anger\\11 All Within My Hands.mp3",
- "Duracion": "08:45",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 5259232653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.9049372-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Smells Like Teen Spirit",
- "Artista": "NIRVANA",
- "Album": "NEVERMIND",
- "Genero": "GRUNCH",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Nirvana\\Nevermind\\01 Smells Like Teen Spirit.mp3",
- "Duracion": "05:02",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3020016326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.9240997-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "In Bloom",
- "Artista": "NIRVANA",
- "Album": "NEVERMIND",
- "Genero": "GRUNCH",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Nirvana\\Nevermind\\02 In Bloom.mp3",
- "Duracion": "04:15",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2551640816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.9490828-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Come As You Are",
- "Artista": "NIRVANA",
- "Album": "NEVERMIND",
- "Genero": "GRUNCH",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Nirvana\\Nevermind\\03 Come As You Are.mp3",
- "Duracion": "03:39",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2190106122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.974154-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Breed",
- "Artista": "NIRVANA",
- "Album": "NEVERMIND",
- "Genero": "GRUNCH",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Nirvana\\Nevermind\\04 Breed.mp3",
- "Duracion": "03:04",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 1841371428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.9992321-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Lithium",
- "Artista": "NIRVANA",
- "Album": "NEVERMIND",
- "Genero": "GRUNCH",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Nirvana\\Nevermind\\05 Lithium.mp3",
- "Duracion": "04:17",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2571232653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.0217777-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Polly",
- "Artista": "NIRVANA",
- "Album": "NEVERMIND",
- "Genero": "GRUNCH",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Nirvana\\Nevermind\\06 Polly.mp3",
- "Duracion": "02:53",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 1739232653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.0513813-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Territorial Pissings",
- "Artista": "NIRVANA",
- "Album": "NEVERMIND",
- "Genero": "GRUNCH",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Nirvana\\Nevermind\\07 Territorial Pissings.mp3",
- "Duracion": "02:23",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 1430204081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.0799708-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Drain You",
- "Artista": "NIRVANA",
- "Album": "NEVERMIND",
- "Genero": "GRUNCH",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Nirvana\\Nevermind\\08 Drain You.mp3",
- "Duracion": "03:43",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2239738775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.1059349-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Lounge Act",
- "Artista": "NIRVANA",
- "Album": "NEVERMIND",
- "Genero": "GRUNCH",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Nirvana\\Nevermind\\09 Lounge Act.mp3",
- "Duracion": "02:36",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 1565257142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.130111-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Stay Away",
- "Artista": "NIRVANA",
- "Album": "NEVERMIND",
- "Genero": "GRUNCH",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Nirvana\\Nevermind\\10 Stay Away.mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2115134693,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.1522097-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "On A Plain",
- "Artista": "NIRVANA",
- "Album": "NEVERMIND",
- "Genero": "GRUNCH",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Nirvana\\Nevermind\\11 On A Plain.mp3",
- "Duracion": "03:14",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 1945077551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.1830897-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Something In The Way",
- "Artista": "NIRVANA",
- "Album": "NEVERMIND",
- "Genero": "GRUNCH",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Nirvana\\Nevermind\\12 Something In The Way.mp3",
- "Duracion": "03:52",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2322285714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.2090898-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Endless, Nameless",
- "Artista": "NIRVANA",
- "Album": "NEVERMIND",
- "Genero": "GRUNCH",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Nirvana\\Nevermind\\13 Endless, Nameless.mp3",
- "Duracion": "06:43",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 4033567346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.2317237-03:00"
- },
- {
- "Numero": "",
- "Titulo": "01 Rock 'N' Roll Star",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\01 Rock 'N' Roll Star.m4a",
- "Duracion": "05:20",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 3209230000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.2544346-03:00"
- },
- {
- "Numero": "",
- "Titulo": "02 Some Might Say",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\02 Some Might Say.m4a",
- "Duracion": "04:21",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2616200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.2749121-03:00"
- },
- {
- "Numero": "",
- "Titulo": "03 Talk Tonight",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\03 Talk Tonight.m4a",
- "Duracion": "04:21",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2616200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.2917959-03:00"
- },
- {
- "Numero": "",
- "Titulo": "04 Lyla",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\04 Lyla.m4a",
- "Duracion": "05:10",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 3104510000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.3104963-03:00"
- },
- {
- "Numero": "",
- "Titulo": "05 The Importance Of Being Idle",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\05 The Importance Of Being Idle.m4a",
- "Duracion": "03:39",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2198010000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.3277569-03:00"
- },
- {
- "Numero": "",
- "Titulo": "06 Wonderwall",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\06 Wonderwall.m4a",
- "Duracion": "04:19",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2591820000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.3458964-03:00"
- },
- {
- "Numero": "",
- "Titulo": "07 Slide Away",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\07 Slide Away.m4a",
- "Duracion": "06:32",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 3923020000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.3643595-03:00"
- },
- {
- "Numero": "",
- "Titulo": "08 Cigarettes & Alcohol",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\08 Cigarettes & Alcohol.m4a",
- "Duracion": "04:50",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2900410000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.3828789-03:00"
- },
- {
- "Numero": "",
- "Titulo": "09 The Masterplan",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\09 The Masterplan.m4a",
- "Duracion": "05:22",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 3226420000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.4054321-03:00"
- },
- {
- "Numero": "",
- "Titulo": "10 Live Forever",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\10 Live Forever.m4a",
- "Duracion": "04:36",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2766429999,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.4242611-03:00"
- },
- {
- "Numero": "",
- "Titulo": "11 Acquiesce",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\11 Acquiesce.m4a",
- "Duracion": "04:24",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2644529999,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.4390352-03:00"
- },
- {
- "Numero": "",
- "Titulo": "12 Supersonic",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\12 Supersonic.m4a",
- "Duracion": "04:46",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2862559999,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.4561859-03:00"
- },
- {
- "Numero": "",
- "Titulo": "13 Half The World Away",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\13 Half The World Away.m4a",
- "Duracion": "04:21",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2618050000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.471708-03:00"
- },
- {
- "Numero": "",
- "Titulo": "14 Go Let It Out",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\14 Go Let It Out.m4a",
- "Duracion": "04:41",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2811710000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.4876591-03:00"
- },
- {
- "Numero": "",
- "Titulo": "15 Songbird",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\15 Songbird.m4a",
- "Duracion": "02:07",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1275710000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.5052559-03:00"
- },
- {
- "Numero": "",
- "Titulo": "16 Morning Glory",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\16 Morning Glory.m4a",
- "Duracion": "05:01",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 3019300000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.534312-03:00"
- },
- {
- "Numero": "",
- "Titulo": "17 Champagne Supernova",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\17 Champagne Supernova.m4a",
- "Duracion": "07:29",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 4493300000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.5654684-03:00"
- },
- {
- "Numero": "",
- "Titulo": "18 Don't Look Back In Anger",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\18 Don't Look Back In Anger.m4a",
- "Duracion": "04:48",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2883690000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.5990771-03:00"
- },
- {
- "Numero": "",
- "Titulo": "19 Stand By Me (Mustique Demo)",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\19 Stand By Me (Mustique Demo).m4a",
- "Duracion": "06:00",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 3609310000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.6342029-03:00"
- },
- {
- "Numero": "",
- "Titulo": "20 Stand by Me (Remastered)",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\20 Stand by Me (Remastered).m4a",
- "Duracion": "05:55",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 3559160000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.6653985-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "01 Go Let It Out (Live from Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS I",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm1\\01 Go Let It Out (Live from Wembley Stadium, 2000).mp3",
- "Duracion": "05:51",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3510073469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.6958526-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "02 Who Feels Love (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS I",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm1\\02 Who Feels Love (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "06:00",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3603069387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.7279154-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "03 Supersonic (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS I",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm1\\03 Supersonic (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2698187755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.7572055-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "04 Shakermaker (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS I",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm1\\04 Shakermaker (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "05:13",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3132604081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.7885193-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "05 Acquiesce (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS I",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm1\\05 Acquiesce (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "04:06",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2466742857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.8219201-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "06 Gas Panic! (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS I",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm1\\06 Gas Panic! (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "08:01",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 4813322448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.8474324-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "07 Roll with It (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS I",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm1\\07 Roll with It (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "04:43",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2833763265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.8657056-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "08 Wonderwall (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS I",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm1\\08 Wonderwall (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "04:33",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2739722448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.8849972-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "09 Cigarettes & Alcohol (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS I",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm1\\09 Cigarettes & Alcohol (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "06:52",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 4125518367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.9035206-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "10 Don't Look Back in Anger (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS I",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm1\\10 Don't Look Back in Anger (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "05:09",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3092897959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.9188109-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "11 Live Forever (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS I",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm1\\11 Live Forever (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "04:52",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2926497959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.9357303-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "12 Champagne Supernova (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS I",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm1\\12 Champagne Supernova (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "06:31",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3913404081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.9563638-03:00"
- },
- {
- "Numero": "26",
- "Titulo": "13 Rock 'n' Roll Star (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS I",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm1\\13 Rock 'n' Roll Star (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "06:24",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3842089795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.9716288-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "01 Fuckin' in the Bushes (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\01 Fuckin' in the Bushes (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "03:04",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 1843722448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.987849-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "02 Go Let It Out (Live from Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\02 Go Let It Out (Live from Wembley Stadium, 2000).mp3",
- "Duracion": "05:32",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3323036734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.0056022-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "03 Who Feels Love (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\03 Who Feels Love (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "05:59",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3598106122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.0200468-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "04 Supersonic (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\04 Supersonic (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "04:30",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2703673469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.0392501-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "05 Shakermaker (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\05 Shakermaker (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "05:13",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3130514285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.056186-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "06 Acquiesce (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\06 Acquiesce (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "04:18",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2585077551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.074704-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "07 Step Out (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\07 Step Out (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2455248979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.0923008-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "08 Gas Panic! (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\08 Gas Panic! (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "08:01",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 4815673469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.1084983-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "09 Roll with It (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\09 Roll with It (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "04:43",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2837420408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.1250823-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "10 Stand by Me (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\10 Stand by Me (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "05:49",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3490481632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.1440014-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "11 Wonderwall (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\11 Wonderwall (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "04:46",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2864848979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.1655787-03:00"
- },
- {
- "Numero": "24",
- "Titulo": "12 Cigarettes & Alcohol (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\12 Cigarettes & Alcohol (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "06:52",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 4120555102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.1842404-03:00"
- },
- {
- "Numero": "25",
- "Titulo": "13 Don't Look Back in Anger (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\13 Don't Look Back in Anger (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "05:27",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3276538775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.2051698-03:00"
- },
- {
- "Numero": "27",
- "Titulo": "14 Live Forever (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\14 Live Forever (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "05:09",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3099428571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.2203221-03:00"
- },
- {
- "Numero": "28",
- "Titulo": "15 Hey Hey, My, My (Into the Black) (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\15 Hey Hey, My, My (Into the Black) (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "03:45",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2254628571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.2364538-03:00"
- },
- {
- "Numero": "29",
- "Titulo": "16 Champagne Supernova (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\16 Champagne Supernova (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "06:32",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3920718367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.2520458-03:00"
- },
- {
- "Numero": "30",
- "Titulo": "17 Rock 'n' Roll Star (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\17 Rock 'n' Roll Star (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "07:26",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 4468767346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.270712-03:00"
- },
- {
- "Numero": "31",
- "Titulo": "18 Helter Skelter (Live for SFX Radio, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\18 Helter Skelter (Live for SFX Radio, 2000).mp3",
- "Duracion": "06:32",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3926204081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.2864577-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "The Hindu Times",
- "Artista": "OASIS",
- "Album": "HEATHEN CHEMISTRY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\HEATHEN CHEMISTRY\\01 The Hindu Times.m4a",
- "Duracion": "03:46",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2264180000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.3041762-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Force Of Nature",
- "Artista": "OASIS",
- "Album": "HEATHEN CHEMISTRY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\HEATHEN CHEMISTRY\\02 Force Of Nature.m4a",
- "Duracion": "04:51",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2916900000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.3227828-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Hung In A Bad Place",
- "Artista": "OASIS",
- "Album": "HEATHEN CHEMISTRY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\HEATHEN CHEMISTRY\\03 Hung In A Bad Place.m4a",
- "Duracion": "03:28",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2086550000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.3392547-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Stop Crying Your Heart Out",
- "Artista": "OASIS",
- "Album": "HEATHEN CHEMISTRY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\HEATHEN CHEMISTRY\\04 Stop Crying Your Heart Out.m4a",
- "Duracion": "05:03",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 3031830000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.3709171-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Songbird",
- "Artista": "OASIS",
- "Album": "HEATHEN CHEMISTRY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\HEATHEN CHEMISTRY\\05 Songbird.m4a",
- "Duracion": "02:07",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 1275710000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.401034-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Little By Little",
- "Artista": "OASIS",
- "Album": "HEATHEN CHEMISTRY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\HEATHEN CHEMISTRY\\06 Little By Little.m4a",
- "Duracion": "04:52",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2929200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.4635551-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "[Probably] All In The Mind",
- "Artista": "OASIS",
- "Album": "HEATHEN CHEMISTRY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\HEATHEN CHEMISTRY\\08 [Probably] All In The Mind.m4a",
- "Duracion": "04:02",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2420220000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.4956892-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "She Is Love",
- "Artista": "OASIS",
- "Album": "HEATHEN CHEMISTRY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\HEATHEN CHEMISTRY\\09 She Is Love.m4a",
- "Duracion": "03:11",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 1916579999,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.5124626-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Born On A Different Cloud",
- "Artista": "OASIS",
- "Album": "HEATHEN CHEMISTRY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\HEATHEN CHEMISTRY\\10 Born On A Different Cloud.m4a",
- "Duracion": "06:08",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 3689420000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.5292024-03:00"
- },
- {
- "Numero": "",
- "Titulo": "01 Hello (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\01 Hello (Remastered).mp3",
- "Duracion": "03:23",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2032065306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.5459685-03:00"
- },
- {
- "Numero": "",
- "Titulo": "02 Roll With It (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\02 Roll With It (Remastered).mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2401436734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.5629243-03:00"
- },
- {
- "Numero": "",
- "Titulo": "04 Don't Look Back In Anger (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\04 Don't Look Back In Anger (Remastered).mp3",
- "Duracion": "04:49",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2896457142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.5794662-03:00"
- },
- {
- "Numero": "",
- "Titulo": "05 Hey Now! (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\05 Hey Now! (Remastered).mp3",
- "Duracion": "05:41",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3419951020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.5988208-03:00"
- },
- {
- "Numero": "",
- "Titulo": "07 Some Might Say (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\07 Some Might Say (Remastered).mp3",
- "Duracion": "05:27",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3279673469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.615586-03:00"
- },
- {
- "Numero": "",
- "Titulo": "08 Cast No Shadow (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\08 Cast No Shadow (Remastered).mp3",
- "Duracion": "04:54",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2948440816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.6327306-03:00"
- },
- {
- "Numero": "",
- "Titulo": "09 She's Electric (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\09 She's Electric (Remastered).mp3",
- "Duracion": "03:40",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2209697959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.6497833-03:00"
- },
- {
- "Numero": "",
- "Titulo": "10 Morning Glory (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\10 Morning Glory (Remastered).mp3",
- "Duracion": "05:03",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3034122448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.6683017-03:00"
- },
- {
- "Numero": "",
- "Titulo": "12 Champagne Supernova (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\12 Champagne Supernova (Remastered).mp3",
- "Duracion": "07:31",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 4514220408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.68671-03:00"
- },
- {
- "Numero": "",
- "Titulo": "13 Talk Tonight (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\13 Talk Tonight (Remastered).mp3",
- "Duracion": "04:23",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2638367346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.7040257-03:00"
- },
- {
- "Numero": "",
- "Titulo": "14 Acquiesce (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\14 Acquiesce (Remastered).mp3",
- "Duracion": "04:28",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2680163265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.7193124-03:00"
- },
- {
- "Numero": "",
- "Titulo": "15 Headshrinker (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\15 Headshrinker (Remastered).mp3",
- "Duracion": "04:41",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2818612244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.7340452-03:00"
- },
- {
- "Numero": "",
- "Titulo": "16 It's Better People (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\16 It's Better People (Remastered).mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2401697959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.7502026-03:00"
- },
- {
- "Numero": "",
- "Titulo": "17 Rockin' Chair (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\17 Rockin' Chair (Remastered).mp3",
- "Duracion": "04:39",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2792751020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.7683714-03:00"
- },
- {
- "Numero": "",
- "Titulo": "18 Step Out (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\18 Step Out (Remastered).mp3",
- "Duracion": "03:44",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2244702040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.787623-03:00"
- },
- {
- "Numero": "",
- "Titulo": "19 Underneath The Sky (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\19 Underneath The Sky (Remastered).mp3",
- "Duracion": "03:24",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2047477551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.8029903-03:00"
- },
- {
- "Numero": "",
- "Titulo": "20 Cum On Feel The Noize (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\20 Cum On Feel The Noize (Remastered).mp3",
- "Duracion": "05:12",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3122155102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.8192066-03:00"
- },
- {
- "Numero": "",
- "Titulo": "21 Round Are Way (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\21 Round Are Way (Remastered).mp3",
- "Duracion": "05:44",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3444767346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.833862-03:00"
- },
- {
- "Numero": "",
- "Titulo": "22 The Swamp Song (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\22 The Swamp Song (Remastered).mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2624000000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.8490272-03:00"
- },
- {
- "Numero": "",
- "Titulo": "23 The Masterplan (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\23 The Masterplan (Remastered).mp3",
- "Duracion": "05:25",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3252767346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.8654505-03:00"
- },
- {
- "Numero": "",
- "Titulo": "24 Bonehead's Bank Holiday (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\24 Bonehead's Bank Holiday (Remastered).mp3",
- "Duracion": "04:03",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2430171428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.8889222-03:00"
- },
- {
- "Numero": "",
- "Titulo": "25 Champagne Supernova (Brendan Lynch Mix)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\25 Champagne Supernova (Brendan Lynch Mix).mp3",
- "Duracion": "06:58",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 4180375510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.9051761-03:00"
- },
- {
- "Numero": "",
- "Titulo": "26 You've Got To Hide Your Love Away (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\26 You've Got To Hide Your Love Away (Remastered).mp3",
- "Duracion": "02:17",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 1372995918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.9207736-03:00"
- },
- {
- "Numero": "",
- "Titulo": "27 Acquiesce (Live At Earls Court)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\27 Acquiesce (Live At Earls Court).mp3",
- "Duracion": "03:54",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2345012244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.9357177-03:00"
- },
- {
- "Numero": "",
- "Titulo": "28 Some Might Say (Demo)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\28 Some Might Say (Demo).mp3",
- "Duracion": "04:03",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2439053061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.9494381-03:00"
- },
- {
- "Numero": "",
- "Titulo": "29 Some Might Say (Live at Roskilde)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\29 Some Might Say (Live at Roskilde).mp3",
- "Duracion": "05:06",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3061028571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.9659133-03:00"
- },
- {
- "Numero": "",
- "Titulo": "3 Wonderwall (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\3 Wonderwall (Remastered).mp3",
- "Duracion": "04:18",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2588473469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.9814064-03:00"
- },
- {
- "Numero": "",
- "Titulo": "30 She’s Electric (Demo)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\30 She’s Electric (Demo).mp3",
- "Duracion": "03:02",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 1829093877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.0014335-03:00"
- },
- {
- "Numero": "",
- "Titulo": "31 Talk Tonight (Live At Bath Pavilion)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\31 Talk Tonight (Live At Bath Pavilion).mp3",
- "Duracion": "03:42",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2221975510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.0184041-03:00"
- },
- {
- "Numero": "",
- "Titulo": "32 Rockin’ Chair (Demo)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\32 Rockin’ Chair (Demo).mp3",
- "Duracion": "04:04",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2446106122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.0323644-03:00"
- },
- {
- "Numero": "",
- "Titulo": "33 Hello (Live At Roskilde)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\33 Hello (Live At Roskilde).mp3",
- "Duracion": "03:23",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2038857142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.0472891-03:00"
- },
- {
- "Numero": "",
- "Titulo": "34 Roll With It (Live At Roskilde)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\34 Roll With It (Live At Roskilde).mp3",
- "Duracion": "04:07",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2477191836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.0637022-03:00"
- },
- {
- "Numero": "",
- "Titulo": "35 Morning Glory (Live At Roskilde)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\35 Morning Glory (Live At Roskilde).mp3",
- "Duracion": "04:47",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2872946938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.0804695-03:00"
- },
- {
- "Numero": "",
- "Titulo": "36 Hey Now (Demo)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\36 Hey Now (Demo).mp3",
- "Duracion": "03:07",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 1879771428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.1009375-03:00"
- },
- {
- "Numero": "",
- "Titulo": "37 Bonehead’s Bank Holiday (Demo)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\37 Bonehead’s Bank Holiday (Demo).mp3",
- "Duracion": "02:08",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 1287314285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.114912-03:00"
- },
- {
- "Numero": "",
- "Titulo": "38 Round Are Way (MTV Unplugged)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\38 Round Are Way (MTV Unplugged).mp3",
- "Duracion": "04:51",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2913436734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.1308542-03:00"
- },
- {
- "Numero": "",
- "Titulo": "39 Cast No Shadow (Live At Maine Road)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\39 Cast No Shadow (Live At Maine Road).mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2455248979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.149664-03:00"
- },
- {
- "Numero": "",
- "Titulo": "40 The Masterplan (Live At Knebworth Park)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\40 The Masterplan (Live At Knebworth Park).mp3",
- "Duracion": "04:55",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2952097959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.164603-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "01 In The Air Tonight",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\01 In The Air Tonight.mp3",
- "Duracion": "04:53",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2935640816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.1818045-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "02 Sussudio",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\02 Sussudio.mp3",
- "Duracion": "05:16",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3161600000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.211587-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "03 Another Day In Paradise",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\03 Another Day In Paradise.mp3",
- "Duracion": "04:50",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2900375510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.2392265-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "04 You Can't Hurry Love",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\04 You Can't Hurry Love.mp3",
- "Duracion": "02:52",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1720946938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.2643241-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "05 Easy Lover",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\05 Easy Lover.mp3",
- "Duracion": "05:02",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3028375510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.2878105-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "06 Something Happened On The Way To Heaven",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\06 Something Happened On The Way To Heaven.mp3",
- "Duracion": "06:00",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3605159183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.3167802-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "07 Two Hearts",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\07 Two Hearts.mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2549289795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.3430377-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "08 One More Night",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\08 One More Night.mp3",
- "Duracion": "05:19",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3197387755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.3680507-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "09 07 Against All Odds",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\09 07 Against All Odds.mp3",
- "Duracion": "03:25",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2053746938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.3910621-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "10 Take Me Home",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\10 Take Me Home.mp3",
- "Duracion": "06:13",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3736816326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.4137714-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "11 I Wish It Would Rain Down",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\11 I Wish It Would Rain Down.mp3",
- "Duracion": "08:34",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 5147689795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.439608-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "12 A Groovy Kind Of Love",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\12 A Groovy Kind Of Love.mp3",
- "Duracion": "04:01",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2410579591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.4684288-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "13 You'll Be In My Heart",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\13 You'll Be In My Heart.mp3",
- "Duracion": "04:16",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2568359183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.502348-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "14 Don't Lose My Number",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\14 Don't Lose My Number.mp3",
- "Duracion": "04:48",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2889665306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.5474102-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "15 Separate Lives",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\15 Separate Lives.mp3",
- "Duracion": "04:23",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2632620408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.5754925-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "16 Both Sides Of The Story",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\16 Both Sides Of The Story.mp3",
- "Duracion": "06:41",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 4019983673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.6002087-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "17 Thru' These Walls",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\17 Thru' These Walls.mp3",
- "Duracion": "05:03",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3035428571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.6264728-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "18 Dance Into The Light",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\18 Dance Into The Light.mp3",
- "Duracion": "04:44",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2841338775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.6549375-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "19 Hang In Long Enough",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\19 Hang In Long Enough.mp3",
- "Duracion": "04:44",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2845518367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.6847828-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "20 Who Said I Would",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\20 Who Said I Would.mp3",
- "Duracion": "04:01",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2417632653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.7118842-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "21 I Missed Again",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\21 I Missed Again.mp3",
- "Duracion": "03:55",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2354416326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.7390078-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "22 I Don't Care Anymore",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\22 I Don't Care Anymore.mp3",
- "Duracion": "05:10",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3104391836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.7631827-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Coming Back To Life",
- "Artista": "PINK FLOYD",
- "Album": "BEST-PINK FLOYD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Pink Floyd\\Coming Back To Life.mp3",
- "Duracion": "07:06",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 4267335256,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.7925141-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Learning To Fly",
- "Artista": "PINK FLOYD",
- "Album": "BEST-PINK FLOYD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Pink Floyd\\Learning To Fly.mp3",
- "Duracion": "05:23",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 3239584615,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.8098039-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Money",
- "Artista": "PINK FLOYD",
- "Album": "BEST-PINK FLOYD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Pink Floyd\\Money.mp3",
- "Duracion": "09:07",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 5479149358,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.8287938-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Another Brick In The Wall",
- "Artista": "PINK FLOYD",
- "Album": "BEST-PINK FLOYD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Pink Floyd\\pink floyd - another brick in the wall.mp3",
- "Duracion": "03:54",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2349546153,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.8473189-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Comfortably Numb",
- "Artista": "PINK FLOYD",
- "Album": "BEST-PINK FLOYD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Pink Floyd\\Pink Floyd - Comfortably numb.mp3",
- "Duracion": "07:04",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 4245633974,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.8617972-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Shine On You Crazy Diamond",
- "Artista": "PINK FLOYD",
- "Album": "BEST-PINK FLOYD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Pink Floyd\\Pink Floyd - Shine On You Crazy Diamond [Official].mp3",
- "Duracion": "10:15",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 6159940384,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.88214-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Shine On You Crazy Diamond 2",
- "Artista": "PINK FLOYD",
- "Album": "BEST-PINK FLOYD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Pink Floyd\\Pink Floyd - Shine On You Crazy Diamond [Official Music Video].mp3",
- "Duracion": "13:42",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 8228570512,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.9028411-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Time",
- "Artista": "PINK FLOYD",
- "Album": "BEST-PINK FLOYD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Pink Floyd\\Pink Floyd - Time.mp3",
- "Duracion": "07:11",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 4316633333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.9187429-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Wish You Were Here",
- "Artista": "PINK FLOYD",
- "Album": "BEST-PINK FLOYD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Pink Floyd\\Pink Floyd - Wish You Were Here (Legendado) (Into the Wild).mp3",
- "Duracion": "05:16",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 3161887179,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.9346318-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Hey You",
- "Artista": "PINK FLOYD",
- "Album": "BEST-PINK FLOYD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Pink Floyd\\Pink Floyd - _Hey You_.mp3",
- "Duracion": "04:48",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2887534615,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.9498315-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Bohemian Rhapsody",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\01 Bohemian Rhapsody (Remastered 2011).mp3",
- "Duracion": "05:55",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 3555004081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.9674023-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Another One Bites The Dust",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\02 Another One Bites The Dust (Remastered 2011).mp3",
- "Duracion": "03:35",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 2153795918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.9863743-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Killer Queen",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\03 Killer Queen (Remastered 2011).mp3",
- "Duracion": "02:59",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 1796702040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.0070759-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Fat Bottomed Girls",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\04 Fat Bottomed Girls (Remastered 2011).mp3",
- "Duracion": "03:22",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 2025273469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.0266078-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Bicycle Race",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\05 Bicycle Race (Remastered 2011).mp3",
- "Duracion": "03:00",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 1808718367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.052654-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "You're My Best Friend",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\06 You're My Best Friend (Remastered 2011).mp3",
- "Duracion": "02:50",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 1708930612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.0719436-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Don't Stop Me Now",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\07 Don't Stop Me Now (Remastered 2011).mp3",
- "Duracion": "03:29",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 2097110204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.0931733-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Save Me",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\08 Save Me (Remastered 2011).mp3",
- "Duracion": "03:48",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 2281012244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.1117993-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Crazy Little Thing Called Love",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\09 Crazy Little Thing Called Love (Remastered 2011).mp3",
- "Duracion": "02:43",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 1634220408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.1303826-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Somebody To Love",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\10 Somebody To Love (Remastered 2011).mp3",
- "Duracion": "04:56",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 2965420408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.1490627-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Now I'm Here",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\11 Now I'm Here (Remastered 2011).mp3",
- "Duracion": "04:13",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 2534138775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.175459-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Good Old-Fashioned Lover Boy",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\12 Good Old-Fashioned Lover Boy (Remastered 2011).mp3",
- "Duracion": "02:53",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 1731134693,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.1976059-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Play The Game",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\13 Play The Game (Remastered 2011).mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 2119053061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.2206387-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Flash",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\14 Flash (Remastered 2011).mp3",
- "Duracion": "02:47",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 1674187755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.2433494-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "We Will Rock You",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\16 We Will Rock You (Remastered 2011).mp3",
- "Duracion": "02:01",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 1218612244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.2658801-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "We Are The Champions",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\17 We Are The Champions (Remastered 2011).mp3",
- "Duracion": "03:06",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 1869583673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.2909954-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "A Kind Of Magic",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\01 A Kind Of Magic (Remastered 2011).mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2622955102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.3132978-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Under Pressure",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\02 Under Pressure (Remastered 2011).mp3",
- "Duracion": "03:56",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2365910204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.3309899-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Radio Ga Ga",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\03 Radio Ga Ga (Remastered 2011).mp3",
- "Duracion": "05:43",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3433795918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.3463386-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "I Want It All",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\04 I Want It All (Remastered 2011).mp3",
- "Duracion": "04:01",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2412930612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.3616763-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "I Want To Break Free",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\05 I Want To Break Free (Remastered 2011).mp3",
- "Duracion": "04:18",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2580897959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.3789608-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Innuendo",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\06 Innuendo (Remastered 2011).mp3",
- "Duracion": "06:28",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3883102040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.3936664-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "It's A Hard Life",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\07 It's A Hard Life (Remastered 2011).mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2488685714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.4130183-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Breakthru",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\08 Breakthru (Remastered 2011).mp3",
- "Duracion": "04:09",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2491820408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.4313133-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Who Wants To Live Forever",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\09 Who Wants To Live Forever (Remastered 2011).mp3",
- "Duracion": "04:55",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2953926530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.4516468-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Headlong",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\10 Headlong (Remastered 2011).mp3",
- "Duracion": "04:31",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2710726530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.4691285-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "The Miracle",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\11 The Miracle (Remastered 2011).mp3",
- "Duracion": "04:54",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2948963265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.4840251-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "I'm Going Slightly Mad",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\12 I'm Going Slightly Mad (Remastered 2011).mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2487118367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.4973879-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "The Invisible Man",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\13 The Invisible Man (Remastered 2011).mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2378971428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.5111133-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Hammer To Fall",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\14 Hammer To Fall (Remastered 2011).mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2184097959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.5272461-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Friends Will Be Friends",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\15 Friends Will Be Friends (Remastered 2011).mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2487118367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.5430108-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "The Show Must Go On",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\16 The Show Must Go On (Remastered 2011).mp3",
- "Duracion": "04:23",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2637322448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.5617427-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "One Vision",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\17 One Vision (Remastered 2011).mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2451069387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.5766038-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "The Show Must Go On",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\01 The Show Must Go On (Live _ Theatre National de Chaillot, Paris _ 1997).mp3",
- "Duracion": "04:35",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 2754351020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.5967105-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Under Pressure",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\02 Under Pressure (Rah Mix).mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 2487118367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.612078-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Barcelona",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\03 Barcelona.mp3",
- "Duracion": "04:25",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 2654824489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.6280528-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Too Much Love Will Kill You",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\04 Too Much Love Will Kill You.mp3",
- "Duracion": "04:18",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 2588473469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.6438253-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Somebody To Love (Live At The Freddie Mercury Tribute Concert For AIDS Awareness, Wembley _ 1992)",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\05 Somebody To Love (Live At The Freddie Mercury Tribute Concert For AIDS Awareness, Wembley _ 1992).mp3",
- "Duracion": "05:07",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 3074351020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.6639617-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "You Don't Fool Me",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\06 You Don't Fool Me.mp3",
- "Duracion": "05:22",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 3226906122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.6819489-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Heaven For Everyone",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\07 Heaven For Everyone.mp3",
- "Duracion": "04:37",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 2776555102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.6965041-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Las Palabras De Amor (The Words Of Love)",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\08 Las Palabras De Amor (The Words Of Love).mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 2692440816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.7136311-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Driven By You",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\09 Driven By You.mp3",
- "Duracion": "04:09",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 2498351020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.7281622-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Living on My Own (Julian Raymond Album Mix)",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\10 Living on My Own (Julian Raymond Album Mix).mp3",
- "Duracion": "03:37",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 2172865306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.7438547-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Let Me Live",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\11 Let Me Live.mp3",
- "Duracion": "04:45",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 2858318367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.7601838-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "The Great Pretender",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\12 The Great Pretender.mp3",
- "Duracion": "03:26",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 2060538775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.7781519-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Princes Of The Universe",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\13 Princes Of The Universe.mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 2116702040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.7932125-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Another One Bites The Dust (Remix)",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\14 Another One Bites The Dust (Remix).mp3",
- "Duracion": "04:20",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 2608326530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.817059-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "No One But You (Only The Good Die Young)",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\15 No One But You (Only The Good Die Young).mp3",
- "Duracion": "04:11",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 2513763265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.8297294-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "These Are The Days Of Our Lives",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\16 These Are The Days Of Our Lives.mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 2622955102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.8432054-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Thank God It's Christmas",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\17 Thank God It's Christmas.mp3",
- "Duracion": "04:19",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 2593175510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.8629295-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "El amo del camino",
- "Artista": "RATA BLANCA",
- "Album": "EL CAMINO DEL FUEGO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El camino del fuego\\01 El amo del camino.mp3",
- "Duracion": "04:11",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2515853061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.8788482-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Volviendo a casa",
- "Artista": "RATA BLANCA",
- "Album": "EL CAMINO DEL FUEGO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El camino del fuego\\02 Volviendo a casa.mp3",
- "Duracion": "05:29",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 3297697959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.8967094-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "La canción del guerrero",
- "Artista": "RATA BLANCA",
- "Album": "EL CAMINO DEL FUEGO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El camino del fuego\\03 La canción del guerrero.mp3",
- "Duracion": "05:05",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 3053453061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.9111368-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Abeja Reina",
- "Artista": "RATA BLANCA",
- "Album": "EL CAMINO DEL FUEGO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El camino del fuego\\04 Abeja Reina.mp3",
- "Duracion": "04:21",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2611200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.9289397-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Lluvia Púrpura",
- "Artista": "RATA BLANCA",
- "Album": "EL CAMINO DEL FUEGO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El camino del fuego\\05 Lluvia Púrpura.mp3",
- "Duracion": "04:40",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2804244897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.9475949-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Señora Furia",
- "Artista": "RATA BLANCA",
- "Album": "EL CAMINO DEL FUEGO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El camino del fuego\\06 Señora Furia.mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2545893877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.9617231-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Sinfonía Fantástica",
- "Artista": "RATA BLANCA",
- "Album": "EL CAMINO DEL FUEGO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El camino del fuego\\07 Sinfonía Fantástica.mp3",
- "Duracion": "09:33",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 5739624489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.9785381-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Cuando la luz oscurece",
- "Artista": "RATA BLANCA",
- "Album": "EL CAMINO DEL FUEGO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El camino del fuego\\08 Cuando la luz oscurece.mp3",
- "Duracion": "07:48",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 4680881632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.9991638-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "En nombre de Dios",
- "Artista": "RATA BLANCA",
- "Album": "EL CAMINO DEL FUEGO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El camino del fuego\\09 En nombre de Dios.mp3",
- "Duracion": "05:26",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 3260081632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.0140237-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Caballo Salvaje",
- "Artista": "RATA BLANCA",
- "Album": "EL CAMINO DEL FUEGO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El camino del fuego\\10 Caballo Salvaje.mp3",
- "Duracion": "04:27",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2671542857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.0339025-03:00"
- },
- {
- "Numero": "",
- "Titulo": "1 Hombre De Hielo",
- "Artista": "RATA BLANCA",
- "Album": "GUERRERO DEL ARCO IRIS",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El guerrero del arco iris\\1 Hombre De Hielo.mp3",
- "Duracion": "05:14",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3146187755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.0504738-03:00"
- },
- {
- "Numero": "",
- "Titulo": "2 Angeles De Acero",
- "Artista": "RATA BLANCA",
- "Album": "GUERRERO DEL ARCO IRIS",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El guerrero del arco iris\\2 Angeles De Acero.mp3",
- "Duracion": "03:50",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2301126530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.0720862-03:00"
- },
- {
- "Numero": "",
- "Titulo": "3 Noches Sin Sueño",
- "Artista": "RATA BLANCA",
- "Album": "GUERRERO DEL ARCO IRIS",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El guerrero del arco iris\\3 Noches Sin Sueño.mp3",
- "Duracion": "06:10",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3709126530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.094724-03:00"
- },
- {
- "Numero": "",
- "Titulo": "4 La Boca Del Lobo",
- "Artista": "RATA BLANCA",
- "Album": "GUERRERO DEL ARCO IRIS",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El guerrero del arco iris\\4 La Boca Del Lobo.mp3",
- "Duracion": "03:41",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2218840816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.1171122-03:00"
- },
- {
- "Numero": "",
- "Titulo": "5 Quizá Empieces Otra Vez",
- "Artista": "RATA BLANCA",
- "Album": "GUERRERO DEL ARCO IRIS",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El guerrero del arco iris\\5 Quizá Empieces Otra Vez.mp3",
- "Duracion": "06:17",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3774171428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.1428861-03:00"
- },
- {
- "Numero": "",
- "Titulo": "6 Guerrero Del Arco Iris",
- "Artista": "RATA BLANCA",
- "Album": "GUERRERO DEL ARCO IRIS",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El guerrero del arco iris\\6 Guerrero Del Arco Iris.mp3",
- "Duracion": "05:04",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3046400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.1665623-03:00"
- },
- {
- "Numero": "",
- "Titulo": "7 Abrazando El Rock & Roll",
- "Artista": "RATA BLANCA",
- "Album": "GUERRERO DEL ARCO IRIS",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El guerrero del arco iris\\7 Abrazando El Rock & Roll.mp3",
- "Duracion": "06:15",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3752751020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.1865488-03:00"
- },
- {
- "Numero": "",
- "Titulo": "8 Los Ojos Del Dragón",
- "Artista": "RATA BLANCA",
- "Album": "GUERRERO DEL ARCO IRIS",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El guerrero del arco iris\\8 Los Ojos Del Dragón.mp3",
- "Duracion": "04:47",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2879738775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.2069511-03:00"
- },
- {
- "Numero": "",
- "Titulo": "9 Nada Es Fácil Sin Tu Amor",
- "Artista": "RATA BLANCA",
- "Album": "GUERRERO DEL ARCO IRIS",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El guerrero del arco iris\\9 Nada Es Fácil Sin Tu Amor.mp3",
- "Duracion": "07:31",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 4514742857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.2259325-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "En el Bajo Flores",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\01 En el Bajo Flores.mp3",
- "Duracion": "06:21",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 3812310204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.250856-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Bajo Control",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\02 Bajo Control.mp3",
- "Duracion": "05:04",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 3044048979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.2665633-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "03 Jerusalén",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL INFIERNO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\03 Jerusalén.mp3",
- "Duracion": "07:35",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 4550530612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.2812406-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Sombra Inerte del Amor",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\04 Sombra Inerte del Amor.mp3",
- "Duracion": "05:22",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 3225338775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.2945402-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Obsesión",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\05 Obsesión.mp3",
- "Duracion": "03:34",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2146481632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.3130862-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Patria",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\06 Patria.mp3",
- "Duracion": "07:20",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 4408424489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.3256388-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Herederos de la Fe",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\07 Herederos de la Fe.mp3",
- "Duracion": "04:42",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2829322448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.3454688-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Sin Tu Amor Nada Existe",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\08 Sin Tu Amor Nada Existe.mp3",
- "Duracion": "05:54",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 3542465306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.3612909-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Máquina",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\09 Máquina.mp3",
- "Duracion": "06:27",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 3876571428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.3791692-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Fantasma Azul",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\10 Fantasma Azul.mp3",
- "Duracion": "05:13",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 3130775510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.4001465-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Banda Viajera",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\11 Banda Viajera.mp3",
- "Duracion": "02:00",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 1204767346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.4162076-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Basura",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\12 Basura.mp3",
- "Duracion": "06:16",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 3766073469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.4360209-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Asesinos",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\13 Asesinos.mp3",
- "Duracion": "05:19",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 3197910204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.4517163-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Cuarto Poder",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\14 Cuarto Poder.mp3",
- "Duracion": "03:48",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2286759183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.4721734-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Lejos de Casa",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\15 Lejos de Casa.mp3",
- "Duracion": "03:45",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2259330612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.4911285-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Agord, la Bruja",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\16 Agord, la Bruja.mp3",
- "Duracion": "04:17",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2579069387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.5080336-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Breaking Away",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\17 Breaking Away.mp3",
- "Duracion": "04:58",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2988669387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.5249554-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Intro",
- "Artista": "RATA BLANCA",
- "Album": "LA LLAVE DE LA PUERT...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\La llave de la puerta secreta\\01 Intro.mp3",
- "Duracion": "01:46",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 1069714285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.5457272-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "La Llave De La Puerta Secreta",
- "Artista": "RATA BLANCA",
- "Album": "LA LLAVE DE LA PUERT...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\La llave de la puerta secreta\\02 La Llave De La Puerta Secreta.mp3",
- "Duracion": "05:53",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3539330612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.5649465-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "La Otra Cara De La Moneda",
- "Artista": "RATA BLANCA",
- "Album": "LA LLAVE DE LA PUERT...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\La llave de la puerta secreta\\03 La Otra Cara De La Moneda.mp3",
- "Duracion": "05:17",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3172571428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.5867991-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Aún Estás En Mis Sueños",
- "Artista": "RATA BLANCA",
- "Album": "LA LLAVE DE LA PUERT...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\La llave de la puerta secreta\\04 Aún Estás En Mis Sueños.mp3",
- "Duracion": "05:03",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3031510204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.6068368-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Indigo",
- "Artista": "RATA BLANCA",
- "Album": "LA LLAVE DE LA PUERT...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\La llave de la puerta secreta\\05 Indigo.mp3",
- "Duracion": "05:22",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3224032653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.627622-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Bajo El Poder Del Sol",
- "Artista": "RATA BLANCA",
- "Album": "LA LLAVE DE LA PUERT...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\La llave de la puerta secreta\\06 Bajo El Poder Del Sol.mp3",
- "Duracion": "05:19",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3198432653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.652126-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Blues",
- "Artista": "RATA BLANCA",
- "Album": "LA LLAVE DE LA PUERT...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\La llave de la puerta secreta\\07 Blues.mp3",
- "Duracion": "08:46",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 5265240816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.6757149-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "El Gran Rey Del Rock And Roll",
- "Artista": "RATA BLANCA",
- "Album": "LA LLAVE DE LA PUERT...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\La llave de la puerta secreta\\08 El Gran Rey Del Rock And Roll.mp3",
- "Duracion": "05:25",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3255640816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.6988375-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Guitarra Española",
- "Artista": "RATA BLANCA",
- "Album": "LA LLAVE DE LA PUERT...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\La llave de la puerta secreta\\09 Guitarra Española.mp3",
- "Duracion": "07:44",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 4641697959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.7184365-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Michell, Odia La Oscuridad",
- "Artista": "RATA BLANCA",
- "Album": "LA LLAVE DE LA PUERT...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\La llave de la puerta secreta\\10 Michell, Odia La Oscuridad.mp3",
- "Duracion": "04:38",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2787265306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.7410393-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Mamma",
- "Artista": "RATA BLANCA",
- "Album": "LA LLAVE DE LA PUERT...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\La llave de la puerta secreta\\11 Mamma.mp3",
- "Duracion": "06:08",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3682220408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.7607565-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "La Leyenda Del Hada Y El Mago",
- "Artista": "RATA BLANCA",
- "Album": "MAGOS, ESPADAS Y ROS...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Magos, espadas y rosas\\1 La Leyenda Del Hada Y El Mago.mp3",
- "Duracion": "05:22",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 3224816326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.7777046-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Mujer Amante",
- "Artista": "RATA BLANCA",
- "Album": "MAGOS, ESPADAS Y ROS...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Magos, espadas y rosas\\2 Mujer Amante.mp3",
- "Duracion": "06:03",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 3632065306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.7950825-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "El Beso De La Bruja",
- "Artista": "RATA BLANCA",
- "Album": "MAGOS, ESPADAS Y ROS...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Magos, espadas y rosas\\3 El Beso De La Bruja.mp3",
- "Duracion": "04:17",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2571755102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.8102327-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "El Camino Del Sol",
- "Artista": "RATA BLANCA",
- "Album": "MAGOS, ESPADAS Y ROS...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Magos, espadas y rosas\\4 El Camino Del Sol.mp3",
- "Duracion": "09:26",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 5668048979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.8279943-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Haz Tu Jugada",
- "Artista": "RATA BLANCA",
- "Album": "MAGOS, ESPADAS Y ROS...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Magos, espadas y rosas\\5 Haz Tu Jugada.mp3",
- "Duracion": "06:19",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 3790367346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.8430189-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Dias Duros",
- "Artista": "RATA BLANCA",
- "Album": "MAGOS, ESPADAS Y ROS...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Magos, espadas y rosas\\6 Dias Duros.mp3",
- "Duracion": "07:21",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 4410253061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.8595892-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Por Que Es Tan Dificil Amar",
- "Artista": "RATA BLANCA",
- "Album": "MAGOS, ESPADAS Y ROS...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Magos, espadas y rosas\\7 Por Que Es Tan Dificil Amar.mp3",
- "Duracion": "05:30",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 3304489795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.8743304-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Preludio Obsesivo",
- "Artista": "RATA BLANCA",
- "Album": "MAGOS, ESPADAS Y ROS...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Magos, espadas y rosas\\8 Preludio Obsesivo.mp3",
- "Duracion": "03:37",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2177044897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.8935072-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Otoño Medieval",
- "Artista": "RATA BLANCA",
- "Album": "MAGOS, ESPADAS Y ROS...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Magos, espadas y rosas\\9 Otoño Medieval.mp3",
- "Duracion": "02:34",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 1547232653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.905712-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "03 Gente Del Sur",
- "Artista": "RATA BLANCA",
- "Album": "RATA BLANCA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Rata blanca\\03 Gente Del Sur.mp3",
- "Duracion": "07:59",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 4798693877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.9242722-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Chico Callejero",
- "Artista": "RATA BLANCA",
- "Album": "RATA BLANCA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Rata blanca\\06 Chico Callejero.mp3",
- "Duracion": "05:07",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 3077224489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.9402572-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "La Misma Mujer",
- "Artista": "RATA BLANCA",
- "Album": "RATA BLANCA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Rata blanca\\1 La Misma Mujer.mp3",
- "Duracion": "07:27",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 4471640816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.9599462-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Sólo Para Amarte",
- "Artista": "RATA BLANCA",
- "Album": "RATA BLANCA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Rata blanca\\2 Sólo Para Amarte.mp3",
- "Duracion": "05:42",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 3422040816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.9751137-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Rompe El Hechizo",
- "Artista": "RATA BLANCA",
- "Album": "RATA BLANCA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Rata blanca\\4 Rompe El Hechizo.mp3",
- "Duracion": "06:22",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 3823804081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.9928876-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "El SueñoDe La Gitana",
- "Artista": "RATA BLANCA",
- "Album": "RATA BLANCA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Rata blanca\\5 El SueñoDe La Gitana.mp3",
- "Duracion": "07:12",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 4329534693,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.0095076-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Preludio Obsesivo",
- "Artista": "RATA BLANCA",
- "Album": "RATA BLANCA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Rata blanca\\7 Preludio Obsesivo.mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2189844897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.0271429-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "El Ultimo Ataque",
- "Artista": "RATA BLANCA",
- "Album": "RATA BLANCA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Rata blanca\\8 El Ultimo Ataque.mp3",
- "Duracion": "08:07",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 4878367346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.0435406-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Otoño Medieval",
- "Artista": "RATA BLANCA",
- "Album": "RATA BLANCA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Rata blanca\\9 Otoño Medieval.mp3",
- "Duracion": "02:34",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 1542269387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.0592614-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Las Voces Del Mar",
- "Artista": "RATA BLANCA",
- "Album": "REINO OLVIDADO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Reino olvidado\\01 Las Voces Del Mar (Intro).mp3",
- "Duracion": "01:51",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 1118824489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.0751008-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "El Reino Olvidado",
- "Artista": "RATA BLANCA",
- "Album": "REINO OLVIDADO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Reino olvidado\\02 El Reino Olvidado.mp3",
- "Duracion": "05:36",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 3366922448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.0985237-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "71-06",
- "Artista": "RATA BLANCA",
- "Album": "REINO OLVIDADO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Reino olvidado\\03 71-06 (Endorfina).mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2485551020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.1250036-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Talismán",
- "Artista": "RATA BLANCA",
- "Album": "REINO OLVIDADO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Reino olvidado\\04 Talismán.mp3",
- "Duracion": "05:15",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 3157942857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.141679-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "El Círculo De Fuego",
- "Artista": "RATA BLANCA",
- "Album": "REINO OLVIDADO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Reino olvidado\\05 El Círculo De Fuego.mp3",
- "Duracion": "04:57",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2970906122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.1600336-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Diario De Una Sombra",
- "Artista": "RATA BLANCA",
- "Album": "REINO OLVIDADO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Reino olvidado\\06 Diario De Una Sombra.mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2621126530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.1782376-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Madre Tierra",
- "Artista": "RATA BLANCA",
- "Album": "REINO OLVIDADO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Reino olvidado\\07 Madre Tierra (Instrumental).mp3",
- "Duracion": "04:16",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2560522448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.1985135-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "El Guardián De La Luz",
- "Artista": "RATA BLANCA",
- "Album": "REINO OLVIDADO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Reino olvidado\\08 El Guardián De La Luz.mp3",
- "Duracion": "06:10",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 3702857142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.2191789-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Un Día Más, Un Día Menos",
- "Artista": "RATA BLANCA",
- "Album": "REINO OLVIDADO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Reino olvidado\\09 Un Día Más, Un Día Menos.mp3",
- "Duracion": "05:46",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 3461746938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.2419326-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "No Es Nada Fácil (Ser Vos)",
- "Artista": "RATA BLANCA",
- "Album": "REINO OLVIDADO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Reino olvidado\\10 No Es Nada Fácil (Ser Vos).mp3",
- "Duracion": "04:01",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2413453061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.2599437-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Si Eres Hijo Del Rock",
- "Artista": "RATA BLANCA",
- "Album": "REINO OLVIDADO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Reino olvidado\\11 Si Eres Hijo Del Rock.mp3",
- "Duracion": "04:36",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2762448979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.2793567-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Cuando Hoy Es Ayer",
- "Artista": "RATA BLANCA",
- "Album": "REINO OLVIDADO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Reino olvidado\\12 Cuando Hoy Es Ayer.mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2542497959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.2972598-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Tormenta Eléctrica",
- "Artista": "RATA BLANCA",
- "Album": "TORMENTA ELECTRICA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Tormenta electrica\\01 Tormenta Eléctrica.mp3",
- "Duracion": "06:10",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 3707297959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.3166341-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Los Chicos Quieren Rock",
- "Artista": "RATA BLANCA",
- "Album": "TORMENTA ELECTRICA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Tormenta electrica\\02 Los Chicos Quieren Rock.mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2371657142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.3332808-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Tan Lejos de Aquel Sueño",
- "Artista": "RATA BLANCA",
- "Album": "TORMENTA ELECTRICA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Tormenta electrica\\03 Tan Lejos de Aquel Sueño.mp3",
- "Duracion": "05:34",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 3343673469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.3495855-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Rock and Roll Hotel",
- "Artista": "RATA BLANCA",
- "Album": "TORMENTA ELECTRICA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Tormenta electrica\\04 Rock and Roll Hotel.mp3",
- "Duracion": "04:27",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2672587755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.3655047-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Buscando Pelea",
- "Artista": "RATA BLANCA",
- "Album": "TORMENTA ELECTRICA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Tormenta electrica\\05 Buscando Pelea.mp3",
- "Duracion": "04:35",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2758530612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.3814202-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Rebelde y Solitario",
- "Artista": "RATA BLANCA",
- "Album": "TORMENTA ELECTRICA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Tormenta electrica\\06 Rebelde y Solitario.mp3",
- "Duracion": "06:11",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 3711477551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.3963604-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "El Jugador",
- "Artista": "RATA BLANCA",
- "Album": "TORMENTA ELECTRICA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Tormenta electrica\\07 El Jugador.mp3",
- "Duracion": "04:35",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2751738775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.4093245-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Señor Espectro",
- "Artista": "RATA BLANCA",
- "Album": "TORMENTA ELECTRICA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Tormenta electrica\\08 Señor Espectro.mp3",
- "Duracion": "04:58",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2988669387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.4231039-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Pequeño Ángel Oscuro",
- "Artista": "RATA BLANCA",
- "Album": "TORMENTA ELECTRICA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Tormenta electrica\\09 Pequeño Ángel Oscuro.mp3",
- "Duracion": "04:54",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2945306122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.4386133-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Batalla Persa",
- "Artista": "RATA BLANCA",
- "Album": "TORMENTA ELECTRICA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Tormenta electrica\\10 Batalla Persa.mp3",
- "Duracion": "04:48",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2884440816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.4547713-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Madame X",
- "Artista": "RATA BLANCA",
- "Album": "VII",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\VII\\01 Madame X.mp3",
- "Duracion": "05:20",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 3206008163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.4713409-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Rey de la revolución",
- "Artista": "RATA BLANCA",
- "Album": "VII",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\VII\\02 Rey de la revolución (Jesús en el barrio).mp3",
- "Duracion": "04:50",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2900897959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.5059147-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Pastel de Rocas",
- "Artista": "RATA BLANCA",
- "Album": "VII",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\VII\\03 Pastel de Rocas.mp3",
- "Duracion": "04:43",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2836114285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.5248161-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "La historia de un muchacho",
- "Artista": "RATA BLANCA",
- "Album": "VII",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\VII\\04 La historia de un muchacho.mp3",
- "Duracion": "03:54",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2342922448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.5506663-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "La canción del sol",
- "Artista": "RATA BLANCA",
- "Album": "VII",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\VII\\05 La canción del sol.mp3",
- "Duracion": "04:17",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2572800000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.5665775-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Heróes",
- "Artista": "RATA BLANCA",
- "Album": "VII",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\VII\\06 Heróes.mp3",
- "Duracion": "03:44",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2244179591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.5912975-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Vuelo Nocturno",
- "Artista": "RATA BLANCA",
- "Album": "VII",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\VII\\07 Vuelo Nocturno.mp3",
- "Duracion": "04:33",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2738416326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.6192836-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "La Caja",
- "Artista": "RATA BLANCA",
- "Album": "VII",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\VII\\08 La Caja.mp3",
- "Duracion": "04:57",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2972473469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.6516018-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Ella",
- "Artista": "RATA BLANCA",
- "Album": "VII",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\VII\\09 Ella.mp3",
- "Duracion": "04:09",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2491820408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.6830167-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Mr. Cósmico",
- "Artista": "RATA BLANCA",
- "Album": "VII",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\VII\\10 Mr. Cósmico.mp3",
- "Duracion": "07:09",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 4297142857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.7124567-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Vieja Lucy",
- "Artista": "RATA BLANCA",
- "Album": "VII",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\VII\\11 Vieja Lucy.mp3",
- "Duracion": "05:16",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 3168130612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.7484045-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Viejo Amigo",
- "Artista": "RATA BLANCA",
- "Album": "VII",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\VII\\12 Viejo Amigo.mp3",
- "Duracion": "02:56",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 1763004081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.7653086-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Anarquía",
- "Artista": "RATA BLANCA",
- "Album": "VII",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\VII\\13 Anarquía.mp3",
- "Duracion": "04:23",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2638889795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.7816316-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Líbranos del mal",
- "Artista": "RATA BLANCA",
- "Album": "VII",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\VII\\14 Líbranos del mal.mp3",
- "Duracion": "02:32",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 1528946938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.7971025-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Under the Bridge",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\01 Under the Bridge.mp3",
- "Duracion": "04:25",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2655346938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.8130279-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Give It Away",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\02 Give It Away.mp3",
- "Duracion": "04:44",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2842906122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.8280714-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Californication",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\03 Californication.mp3",
- "Duracion": "05:29",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3297959183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.8428799-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Scar Tissue",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\04 Scar Tissue.mp3",
- "Duracion": "03:35",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2159281632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.858442-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Soul to Squeeze",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\05 Soul to Squeeze.mp3",
- "Duracion": "04:49",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2896195918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.8718199-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Otherside",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\06 Otherside.mp3",
- "Duracion": "04:15",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2554514285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.8942978-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Suck My Kiss",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\07 Suck My Kiss.mp3",
- "Duracion": "03:35",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2150922448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.9078232-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "By the Way",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\08 By the Way.mp3",
- "Duracion": "03:35",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2157453061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.920685-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Parallel Universe",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\09 Parallel Universe.mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2694008163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.9349596-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Breaking the Girl",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\10 Breaking the Girl.mp3",
- "Duracion": "04:54",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2946612244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.9538733-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "My Friends",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\11 My Friends.mp3",
- "Duracion": "04:09",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2493648979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.9690423-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Higher Ground",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\12 Higher Ground.mp3",
- "Duracion": "03:23",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2035461224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.9874463-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Universally Speaking",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\13 Universally Speaking.mp3",
- "Duracion": "04:16",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2569665306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.0043652-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Road Trippin'",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\14 Road Trippin'.mp3",
- "Duracion": "03:25",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2050089795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.0206746-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Fortune Faded",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\15 Fortune Faded.mp3",
- "Duracion": "03:21",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2013518367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.0364248-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Save the Population",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\16 Save the Population.mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2457077551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.0521608-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Esa Estrella Era Mi Lujo",
- "Artista": "PATRICIO REY",
- "Album": "BANG BANG",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\BangBang\\Esa Estrella Era Mi Lujo.m4a",
- "Duracion": "02:56",
- "FechaLanzamiento": "1989",
- "EstadoColor": "White",
- "DuracionLong": 1762170000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.0703521-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Héroe del Whisky",
- "Artista": "PATRICIO REY",
- "Album": "BANG BANG",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\BangBang\\Héroe del Whisky.m4a",
- "Duracion": "03:42",
- "FechaLanzamiento": "1989",
- "EstadoColor": "White",
- "DuracionLong": 2226100000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.0919846-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "La Parabellum del Buen Psicópata",
- "Artista": "PATRICIO REY",
- "Album": "BANG BANG",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\BangBang\\La Parabellum del Buen Psicópata.m4a",
- "Duracion": "05:53",
- "FechaLanzamiento": "1989",
- "EstadoColor": "White",
- "DuracionLong": 3539649999,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.1081344-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Maldición Va a Ser un Día Hermoso",
- "Artista": "PATRICIO REY",
- "Album": "BANG BANG",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\BangBang\\Maldición Va a Ser un Día Hermoso.m4a",
- "Duracion": "02:27",
- "FechaLanzamiento": "1989",
- "EstadoColor": "White",
- "DuracionLong": 1477720000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.1250017-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Nadie Es Perfecto",
- "Artista": "PATRICIO REY",
- "Album": "BANG BANG",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\BangBang\\Nadie Es Perfecto.m4a",
- "Duracion": "02:22",
- "FechaLanzamiento": "1989",
- "EstadoColor": "White",
- "DuracionLong": 1429660000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.1397159-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Nuestro Amo Juega al Esclavo",
- "Artista": "PATRICIO REY",
- "Album": "BANG BANG",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\BangBang\\Nuestro Amo Juega al Esclavo.m4a",
- "Duracion": "03:59",
- "FechaLanzamiento": "1989",
- "EstadoColor": "White",
- "DuracionLong": 2398860000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.1618914-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Rock para los Dientes",
- "Artista": "PATRICIO REY",
- "Album": "BANG BANG",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\BangBang\\Rock para los Dientes.m4a",
- "Duracion": "03:29",
- "FechaLanzamiento": "1989",
- "EstadoColor": "White",
- "DuracionLong": 2097930000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.1777763-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Ropa Sucia",
- "Artista": "PATRICIO REY",
- "Album": "BANG BANG",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\BangBang\\Ropa Sucia.m4a",
- "Duracion": "04:24",
- "FechaLanzamiento": "1989",
- "EstadoColor": "White",
- "DuracionLong": 2641270000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.1984915-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Un Pacman en el Savoy",
- "Artista": "PATRICIO REY",
- "Album": "BANG BANG",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\BangBang\\Un Pacman en el Savoy.m4a",
- "Duracion": "03:32",
- "FechaLanzamiento": "1989",
- "EstadoColor": "White",
- "DuracionLong": 2120220000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.2175553-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Yo Caníbal",
- "Artista": "PATRICIO REY",
- "Album": "CORDERO ATADO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\CorderoAtado\\01 Yo Caníbal.m4a",
- "Duracion": "02:56",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 1768440000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.2334304-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Ladrón de Mi Cerebro",
- "Artista": "PATRICIO REY",
- "Album": "CORDERO ATADO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\CorderoAtado\\02 Ladrón de Mi Cerebro.m4a",
- "Duracion": "03:34",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2140420000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.2501407-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "¡Es Hora de Levantarse Querido! (¿Dormiste Bien)",
- "Artista": "PATRICIO REY",
- "Album": "CORDERO ATADO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\CorderoAtado\\03 ¡Es Hora de Levantarse Querido! (¿Dormiste Bien).m4a",
- "Duracion": "03:36",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2162940000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.2674784-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Perdiendo el Tiempo",
- "Artista": "PATRICIO REY",
- "Album": "CORDERO ATADO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\CorderoAtado\\04 Perdiendo el Tiempo.m4a",
- "Duracion": "03:52",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2322460000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.2851969-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Caña Seca y un Membrillo",
- "Artista": "PATRICIO REY",
- "Album": "CORDERO ATADO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\CorderoAtado\\05 Caña Seca y un Membrillo.m4a",
- "Duracion": "04:28",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2682840000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.3023336-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Soga de Caín",
- "Artista": "PATRICIO REY",
- "Album": "CORDERO ATADO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\CorderoAtado\\06 Soga de Caín.m4a",
- "Duracion": "01:20",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 802490000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.3201758-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Lavi-Rap",
- "Artista": "PATRICIO REY",
- "Album": "CORDERO ATADO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\CorderoAtado\\07 Lavi-Rap.m4a",
- "Duracion": "04:11",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2518440000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.3387035-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "El Arte del Buen Comer",
- "Artista": "PATRICIO REY",
- "Album": "CORDERO ATADO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\CorderoAtado\\08 El Arte del Buen Comer.m4a",
- "Duracion": "04:36",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2764110000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.3566039-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "¡Lobo ¿Estás!",
- "Artista": "PATRICIO REY",
- "Album": "CORDERO ATADO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\CorderoAtado\\09 ¡Lobo ¿Estás!.m4a",
- "Duracion": "03:01",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 1816040000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.3747165-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Botija Rapado",
- "Artista": "PATRICIO REY",
- "Album": "CORDERO ATADO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\CorderoAtado\\10 Botija Rapado.m4a",
- "Duracion": "02:48",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 1689019999,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.3886608-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "San Telmo",
- "Artista": "PATRICIO REY",
- "Album": "CORDERO ATADO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\CorderoAtado\\11 San Telmo.m4a",
- "Duracion": "42",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 423300000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.4032689-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Etiqueta Negra",
- "Artista": "PATRICIO REY",
- "Album": "CORDERO ATADO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\CorderoAtado\\12 Etiqueta Negra.m4a",
- "Duracion": "05:36",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3365270000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.4181931-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Nuestro Amo Juega al Esclavo (En Vivo)",
- "Artista": "PATRICIO REY",
- "Album": "EN DIRECTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Directo\\01 Nuestro Amo Juega al Esclavo (En Vivo).m4a",
- "Duracion": "04:00",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2406990000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.4366567-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Barbazul Versus el Amor Letal (En Vivo)",
- "Artista": "PATRICIO REY",
- "Album": "EN DIRECTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Directo\\02 Barbazul Versus el Amor Letal (En Vivo).m4a",
- "Duracion": "03:44",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2242590000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.4610773-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Yo no me cai del Cielo",
- "Artista": "PATRICIO REY",
- "Album": "EN DIRECTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Directo\\03 Yo no me cai del Cielo.m4a",
- "Duracion": "03:27",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2073779999,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.4802869-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Héroe del Whisky (En Vivo)",
- "Artista": "PATRICIO REY",
- "Album": "EN DIRECTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Directo\\04 Héroe del Whisky (En Vivo).m4a",
- "Duracion": "03:36",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2162480000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.5002334-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "La Parabellum del Buen Psicópata (En Vivo)",
- "Artista": "PATRICIO REY",
- "Album": "EN DIRECTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Directo\\05 La Parabellum del Buen Psicópata (En Vivo).m4a",
- "Duracion": "06:21",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 3818060000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.5203802-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Maldición Va a Ser un Día Hermoso (En Vivo)",
- "Artista": "PATRICIO REY",
- "Album": "EN DIRECTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Directo\\06 Maldición Va a Ser un Día Hermoso (En Vivo).m4a",
- "Duracion": "03:51",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2319210000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.540779-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "El Blues del Noticiero (En Vivo)",
- "Artista": "PATRICIO REY",
- "Album": "EN DIRECTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Directo\\07 El Blues del Noticiero (En Vivo).m4a",
- "Duracion": "03:53",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2334070000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.5680181-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Todo un Palo (En Vivo)",
- "Artista": "PATRICIO REY",
- "Album": "EN DIRECTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Directo\\08 Todo un Palo (En Vivo).m4a",
- "Duracion": "07:41",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 4612420000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.5912465-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Unos Pocos Peligros Sensatos",
- "Artista": "PATRICIO REY",
- "Album": "EN DIRECTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Directo\\09 Unos Pocos Peligros Sensatos.m4a",
- "Duracion": "03:11",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 1917280000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.6172717-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Criminal Mambo (En Vivo)",
- "Artista": "PATRICIO REY",
- "Album": "EN DIRECTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Directo\\10 Criminal Mambo (En Vivo).m4a",
- "Duracion": "05:29",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 3290970000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.6380283-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Rock para los Dientes (En Vivo)",
- "Artista": "PATRICIO REY",
- "Album": "EN DIRECTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Directo\\11 Rock para los Dientes (En Vivo).m4a",
- "Duracion": "03:32",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2123009999,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.6610959-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Vamos las Bandas (En Vivo)",
- "Artista": "PATRICIO REY",
- "Album": "EN DIRECTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Directo\\12 Vamos las Bandas (En Vivo).m4a",
- "Duracion": "03:48",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2283690000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.681037-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Barbazul Versus el Amor Letal",
- "Artista": "PATRICIO REY",
- "Album": "GULP !",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Gulp\\01 Barbazul Versus el Amor Letal.m4a",
- "Duracion": "04:19",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2596690000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.702433-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "La Bestia Pop",
- "Artista": "PATRICIO REY",
- "Album": "GULP !",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Gulp\\02 La Bestia Pop.m4a",
- "Duracion": "04:07",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2471070000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.721852-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Roto y Mal Parado",
- "Artista": "PATRICIO REY",
- "Album": "GULP !",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Gulp\\03 Roto y Mal Parado.m4a",
- "Duracion": "04:35",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2757610000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.7362112-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Pierre, El Vitricida",
- "Artista": "PATRICIO REY",
- "Album": "GULP !",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Gulp\\04 Pierre, El Vitricida.m4a",
- "Duracion": "01:05",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 654580000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.7532754-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Unos Pocos Peligros Sensatos",
- "Artista": "PATRICIO REY",
- "Album": "GULP !",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Gulp\\05 Unos Pocos Peligros Sensatos.m4a",
- "Duracion": "03:05",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 1852960000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.7680656-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Yo No Me Caí del Cielo",
- "Artista": "PATRICIO REY",
- "Album": "GULP !",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Gulp\\06 Yo No Me Caí del Cielo.m4a",
- "Duracion": "03:04",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 1846220000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.7849991-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Te Voy a Atornillar",
- "Artista": "PATRICIO REY",
- "Album": "GULP !",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Gulp\\07 Te Voy a Atornillar.m4a",
- "Duracion": "03:33",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2136470000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.7995447-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Superlógico",
- "Artista": "PATRICIO REY",
- "Album": "GULP !",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Gulp\\08 Superlógico.m4a",
- "Duracion": "03:04",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 1848550000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.814013-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Ñam Fri Fruli Fali Fru",
- "Artista": "PATRICIO REY",
- "Album": "GULP !",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Gulp\\09 Ñam Fri Fruli Fali Fru.m4a",
- "Duracion": "02:40",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 1602410000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.8313414-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "El Infierno Está Encantador Esta Noche",
- "Artista": "PATRICIO REY",
- "Album": "GULP !",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Gulp\\10 El Infierno Está Encantador Esta Noche.m4a",
- "Duracion": "04:52",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2924090000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.8473704-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Criminal Mambo",
- "Artista": "PATRICIO REY",
- "Album": "GULP !",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Gulp\\11 Criminal Mambo.m4a",
- "Duracion": "04:52",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2926880000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.8725274-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Toxi taxi",
- "Artista": "PATRICIO REY",
- "Album": "LA MOSCA Y LA SOPA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LaMoscaYLaSopa\\01 Toxi-Taxi.m4a",
- "Duracion": "03:39",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2193360000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.8911071-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Fusilados por la Cruz Roja",
- "Artista": "PATRICIO REY",
- "Album": "LA MOSCA Y LA SOPA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LaMoscaYLaSopa\\02 Fusilados por la Cruz Roja.m4a",
- "Duracion": "04:15",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2550020000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.9053386-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Un Poco de Amor Francés",
- "Artista": "PATRICIO REY",
- "Album": "LA MOSCA Y LA SOPA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LaMoscaYLaSopa\\03 Un Poco de Amor Francés.m4a",
- "Duracion": "03:26",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2062400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.9185852-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Mi Perro Dinamita",
- "Artista": "PATRICIO REY",
- "Album": "LA MOSCA Y LA SOPA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LaMoscaYLaSopa\\04 Mi Perro Dinamita.m4a",
- "Duracion": "02:35",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 1558990000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.9346573-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Blues de la Artillería",
- "Artista": "PATRICIO REY",
- "Album": "LA MOSCA Y LA SOPA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LaMoscaYLaSopa\\05 Blues de la Artillería.m4a",
- "Duracion": "04:29",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2698159999,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.9516324-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Tarea Fina",
- "Artista": "PATRICIO REY",
- "Album": "LA MOSCA Y LA SOPA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LaMoscaYLaSopa\\06 Tarea Fina.m4a",
- "Duracion": "03:43",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2230980000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.9711801-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "El Pibe de los Astilleros",
- "Artista": "PATRICIO REY",
- "Album": "LA MOSCA Y LA SOPA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LaMoscaYLaSopa\\07 El Pibe de los Astilleros.m4a",
- "Duracion": "03:32",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2124400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.9862764-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Nueva Roma",
- "Artista": "PATRICIO REY",
- "Album": "LA MOSCA Y LA SOPA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LaMoscaYLaSopa\\08 Nueva Roma.m4a",
- "Duracion": "03:12",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 1920060000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.0040461-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Salando las Heridas",
- "Artista": "PATRICIO REY",
- "Album": "LA MOSCA Y LA SOPA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LaMoscaYLaSopa\\09 Salando las Heridas.m4a",
- "Duracion": "05:02",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3022550000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.0187866-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Queso Ruso",
- "Artista": "PATRICIO REY",
- "Album": "LA MOSCA Y LA SOPA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LaMoscaYLaSopa\\10 Queso Ruso.m4a",
- "Duracion": "04:52",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2925490000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.0383391-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Y mientras tanto el sol se muere - Estadio Unico de La Plata",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\01 Y mientras tanto el sol se muere... - Estadio Único de La Plata - Indio en Concierto [2008] Full HD.mp3",
- "Duracion": "04:31",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2719346938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.0552034-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "La bestia pop Racing 19-12-1998",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\02 La bestia pop (Estadio Racing, 19-12-1998) - Patricio Rey y sus Redonditos de Ricota.mp3",
- "Duracion": "06:03",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3637289795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.0687665-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Un poco de amor frances - Estadio Unico de La Plata",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\03 Un poco de amor francés - Estadio Único de La Plata - Indio en Concierto [2008] Full HD.mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2113044897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.0870756-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Un angel para tu soledad - Estadio Unico",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\04 Un ángel para tu soledad - Estadio Único de La Plata - Indio en Concierto [2008] Full HD.mp3",
- "Duracion": "03:54",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2348146938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.1013821-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "El Tesoro de los inocentes - Estadio Unico",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\05 El Tesoro de los inocentes - Estadio Único de La Plata - Indio en Concierto [2008] Full HD.mp3",
- "Duracion": "04:26",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2663967346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.116782-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "El infierno está encantador esta noche - Estadio Único de La Plata",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\06 El infierno está encantador esta noche - Estadio Único de La Plata -Indio en Concierto [2008] FullHD.mp3",
- "Duracion": "05:11",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3115624489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.1321436-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Juguetes perdidos - Estadio Único de La Plata - Indio en Concierto [",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\07 Juguetes perdidos - Estadio Único de La Plata - Indio en Concierto [2008] Full HD.mp3",
- "Duracion": "07:01",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 4219036734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.1497157-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Tatuaje - Estadio Único de La Plata - Indio en Concierto",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\08 Tatuaje - Estadio Único de La Plata - Indio en Concierto [2008] Full HD.mp3",
- "Duracion": "04:57",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2973518367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.1668775-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "El Charro Chino - Indio",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\09 El Charro Chino - Indio y Los Fundamentalistas del Aire Acondicionado - Tandil 2016.mp3",
- "Duracion": "04:43",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2830889795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.1829973-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Vencedores Vencidos - Desde los Satélites - Los Fundamentalistas - EN VIVO -",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\10 Vencedores Vencidos - Desde los Satélites - Los Fundamentalistas - EN VIVO - 26_9.mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2074122448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.2026179-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Me Matan Limón - Desde los Satélites - Los Fundamentalistas del Aire Acondicionado - EN VIVO -",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\11 Me Matan Limón - Desde los Satélites - Los Fundamentalistas del Aire Acondicionado - EN VIVO - 26_9.mp3",
- "Duracion": "03:33",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2132375510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.2193107-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Adieu! Bye bye! Aufwiedersehen! - LFDAA - A los pájaros - Epecuén",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\12 Adieu! Bye bye! Aufwiedersehen! - LFDAA - A los pájaros - Epecuén 17_04_21.mp3",
- "Duracion": "03:47",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2274481632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.2343331-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Ji Ji Ji - Estadio Único de La Plata - Indio en Concierto",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\13 Ji Ji Ji - Estadio Único de La Plata - Indio en Concierto [2008] Full HD.mp3",
- "Duracion": "05:40",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3407934693,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.2506293-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Flight 956 Live",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\14 Flight 956 - Estadio Único de La Plata - Indio en Concierto [2008] Full HD.mp3",
- "Duracion": "05:10",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3105959183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.2664066-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Pabellón Séptimo (Relato de Horacio) - Estadio Único de La Plata - Indio en Concierto [",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\15 Pabellón Séptimo (Relato de Horacio) - Estadio Único de La Plata - Indio en Concierto [2008] Full HD.mp3",
- "Duracion": "05:15",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3158465306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.284205-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Nuestro amo juega al esclavo - Indio y Los Fundamentalistas del Aire Acondicionado - Tandil",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\16 Nuestro amo juega al esclavo - Indio y Los Fundamentalistas del Aire Acondicionado - Tandil 2016.mp3",
- "Duracion": "05:10",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3104653061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.2994732-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Fusilados por la Cruz Roja - Estadio Único de La Plata - Indio en Concierto [",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\17 Fusilados por la Cruz Roja - Estadio Único de La Plata - Indio en Concierto [2008] Full HD.mp3",
- "Duracion": "04:19",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2596048979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.3179481-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "Un tal Brigitte Bardot - LFDAA - A los Pájaros - Epecuen",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\18 Un tal Brigitte Bardot - LFDAA - A los Pájaros - Epecuen 17_04_21.mp3",
- "Duracion": "03:02",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1827265306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.3366864-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "El Tesoro de los Inocentes - LFDAA - A los Pájaros - Epecuen",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\19 El Tesoro de los Inocentes - LFDAA - A los Pájaros - Epecuen 17_04_21.mp3",
- "Duracion": "04:26",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2661616326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.3521071-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Invocación",
- "Artista": "PATRICIO REY",
- "Album": "LOBO SUELTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LoboSuelto\\01 Invocación.m4a",
- "Duracion": "59",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 599310000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.3713298-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Rock para el Negro Atila",
- "Artista": "PATRICIO REY",
- "Album": "LOBO SUELTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LoboSuelto\\02 Rock para el Negro Atila.m4a",
- "Duracion": "04:00",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2401640000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.385951-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Sorpresa de Shangai",
- "Artista": "PATRICIO REY",
- "Album": "LOBO SUELTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LoboSuelto\\03 Sorpresa de Shangai.m4a",
- "Duracion": "03:39",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2192200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.4061652-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Shopping Disco-Zen",
- "Artista": "PATRICIO REY",
- "Album": "LOBO SUELTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LoboSuelto\\04 Shopping Disco-Zen.m4a",
- "Duracion": "02:47",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 1676020000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.4252869-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Un Ángel para Tu Soledad",
- "Artista": "PATRICIO REY",
- "Album": "LOBO SUELTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LoboSuelto\\05 Un Ángel para Tu Soledad.m4a",
- "Duracion": "03:51",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2315730000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.4414276-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Buenas Noticias",
- "Artista": "PATRICIO REY",
- "Album": "LOBO SUELTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LoboSuelto\\06 Buenas Noticias.m4a",
- "Duracion": "03:43",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2237250000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.4553609-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Susanita",
- "Artista": "PATRICIO REY",
- "Album": "LOBO SUELTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LoboSuelto\\07 Susanita.m4a",
- "Duracion": "03:44",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2242120000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.471363-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Capricho Magyar",
- "Artista": "PATRICIO REY",
- "Album": "LOBO SUELTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LoboSuelto\\08 Capricho Magyar.m4a",
- "Duracion": "57",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 578880000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.4846548-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Espejismo",
- "Artista": "PATRICIO REY",
- "Album": "LOBO SUELTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LoboSuelto\\09 Espejismo.m4a",
- "Duracion": "05:33",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3332070000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.4989184-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Gran Lady",
- "Artista": "PATRICIO REY",
- "Album": "LOBO SUELTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LoboSuelto\\10 Gran Lady.m4a",
- "Duracion": "03:30",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2103270000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.5151503-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "La Hija del Fletero",
- "Artista": "PATRICIO REY",
- "Album": "LOBO SUELTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LoboSuelto\\11 La Hija del Fletero.m4a",
- "Duracion": "03:15",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 1952110000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.5314492-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "El Lobo Caído",
- "Artista": "PATRICIO REY",
- "Album": "LOBO SUELTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LoboSuelto\\12 El Lobo Caído.m4a",
- "Duracion": "03:36",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2162940000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.5466061-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Sushi",
- "Artista": "PATRICIO REY",
- "Album": "LOBO SUELTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LoboSuelto\\13 Sushi.m4a",
- "Duracion": "01:05",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 655270000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.5612328-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Luzbelito y las Sirenas",
- "Artista": "PATRICIO REY",
- "Album": "LUZBELITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Luzbelito\\01 Luzbelito y las Sirenas.m4a",
- "Duracion": "04:06",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2462480000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.576903-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Cruz Diablo!",
- "Artista": "PATRICIO REY",
- "Album": "LUZBELITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Luzbelito\\02 Cruz Diablo!.m4a",
- "Duracion": "04:13",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2538870000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.5939953-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Ella Baila Con Todos",
- "Artista": "PATRICIO REY",
- "Album": "LUZBELITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Luzbelito\\03 Ella Baila Con Todos.m4a",
- "Duracion": "04:59",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2991660000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.6117107-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Fanfarria del Cabrio",
- "Artista": "PATRICIO REY",
- "Album": "LUZBELITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Luzbelito\\04 Fanfarria del Cabrio.m4a",
- "Duracion": "05:08",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 3088260000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.6324844-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Nuotatori Professionisti",
- "Artista": "PATRICIO REY",
- "Album": "LUZBELITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Luzbelito\\05 Nuotatori Professionisti.m4a",
- "Duracion": "04:41",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2815659999,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.6498578-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Blues de la Libertad",
- "Artista": "PATRICIO REY",
- "Album": "LUZBELITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Luzbelito\\06 Blues de la Libertad.m4a",
- "Duracion": "05:00",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 3009310000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.6696926-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "La Dicha No Es una Cosa Alegre",
- "Artista": "PATRICIO REY",
- "Album": "LUZBELITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Luzbelito\\07 La Dicha No Es una Cosa Alegre.m4a",
- "Duracion": "05:37",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 3377120000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.6895145-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Me Matan Limón!",
- "Artista": "PATRICIO REY",
- "Album": "LUZBELITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Luzbelito\\08 Me Matan Limón!.m4a",
- "Duracion": "03:35",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2153660000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.7050555-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Rock Yugular",
- "Artista": "PATRICIO REY",
- "Album": "LUZBELITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Luzbelito\\09 Rock Yugular.m4a",
- "Duracion": "07:04",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 4244610000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.7201829-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Mariposa Pontiac - Rock del País",
- "Artista": "PATRICIO REY",
- "Album": "LUZBELITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Luzbelito\\10 Mariposa Pontiac - Rock del País.m4a",
- "Duracion": "04:49",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2896690000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.7380376-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Juguetes Perdidos",
- "Artista": "PATRICIO REY",
- "Album": "LUZBELITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Luzbelito\\11 Juguetes Perdidos.m4a",
- "Duracion": "07:09",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 4294070000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.7548056-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Morta Punto Com",
- "Artista": "PATRICIO REY",
- "Album": "MOMO SAMPLER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\MomoSampler\\02 Morta Punto Com.m4a",
- "Duracion": "03:15",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1956980000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.7727293-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "La Murga de los Renegados",
- "Artista": "PATRICIO REY",
- "Album": "MOMO SAMPLER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\MomoSampler\\03 La Murga de los Renegados.m4a",
- "Duracion": "04:47",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2878120000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.7877232-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Dr. Saturno",
- "Artista": "PATRICIO REY",
- "Album": "MOMO SAMPLER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\MomoSampler\\04 Dr. Saturno.m4a",
- "Duracion": "05:28",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 3289340000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.8029445-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "La Murga de la Virgencita",
- "Artista": "PATRICIO REY",
- "Album": "MOMO SAMPLER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\MomoSampler\\05 La Murga de la Virgencita.m4a",
- "Duracion": "04:54",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2947310000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.8189475-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Pool, Averna y Papusa",
- "Artista": "PATRICIO REY",
- "Album": "MOMO SAMPLER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\MomoSampler\\06 Pool, Averna y Papusa.m4a",
- "Duracion": "04:56",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2960080000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.8342046-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Murga Purga",
- "Artista": "PATRICIO REY",
- "Album": "MOMO SAMPLER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\MomoSampler\\07 Murga Purga.m4a",
- "Duracion": "03:24",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2045220000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.8521953-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Sheriff",
- "Artista": "PATRICIO REY",
- "Album": "MOMO SAMPLER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\MomoSampler\\08 Sheriff.m4a",
- "Duracion": "06:00",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 3602580000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.8672315-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Pensando Como una Acelga",
- "Artista": "PATRICIO REY",
- "Album": "MOMO SAMPLER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\MomoSampler\\09 Pensando Como una Acelga.m4a",
- "Duracion": "04:40",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2801260000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.8865127-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Una Piba Con la Remera de Greenpeace",
- "Artista": "PATRICIO REY",
- "Album": "MOMO SAMPLER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\MomoSampler\\10 Una Piba Con la Remera de Greenpeace.m4a",
- "Duracion": "03:40",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2205200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.902496-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Rato Molhado",
- "Artista": "PATRICIO REY",
- "Album": "MOMO SAMPLER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\MomoSampler\\11 Rato Molhado.m4a",
- "Duracion": "04:12",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2523780000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.9178087-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Fuegos de Octubre",
- "Artista": "PATRICIO REY",
- "Album": "OKTUBRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Oktubre\\1 Fuegos de Octubre.m4a",
- "Duracion": "03:37",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 2175710000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.9329329-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Preso en Mi Ciudad",
- "Artista": "PATRICIO REY",
- "Album": "OKTUBRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Oktubre\\2 Preso en Mi Ciudad.m4a",
- "Duracion": "04:03",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 2430900000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.9520211-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Música para Pastillas",
- "Artista": "PATRICIO REY",
- "Album": "OKTUBRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Oktubre\\3 Música para Pastillas.m4a",
- "Duracion": "04:34",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 2748780000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.9666814-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Semen-Up",
- "Artista": "PATRICIO REY",
- "Album": "OKTUBRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Oktubre\\4 Semen-Up.m4a",
- "Duracion": "05:21",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3217830000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.9838537-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Divina Tv. Führer",
- "Artista": "PATRICIO REY",
- "Album": "OKTUBRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Oktubre\\5 Divina Tv. Führer.m4a",
- "Duracion": "03:01",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 1813020000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.0001381-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Motor Psico",
- "Artista": "PATRICIO REY",
- "Album": "OKTUBRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Oktubre\\6 Motor Psico.m4a",
- "Duracion": "04:56",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 2961710000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.0152009-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Ji Ji Ji",
- "Artista": "PATRICIO REY",
- "Album": "OKTUBRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Oktubre\\7 Ji Ji Ji.m4a",
- "Duracion": "05:34",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3346460000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.0341689-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Canción para Naufragios",
- "Artista": "PATRICIO REY",
- "Album": "OKTUBRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Oktubre\\8 Canción para Naufragios.m4a",
- "Duracion": "06:01",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3613730000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.0527824-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Ya Nadie Va a Escuchar Tu Remera",
- "Artista": "PATRICIO REY",
- "Album": "OKTUBRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Oktubre\\9 Ya Nadie Va a Escuchar Tu Remera.m4a",
- "Duracion": "03:58",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 2381210000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.0697914-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "A los Pájaros Que Cantan Sobre las Selvas de Internet",
- "Artista": "INDIO SOLARI",
- "Album": "PAJARITOS, BRAVOS MUCHACHITOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Pajaritos bravos\\01 A los Pájaros Que Cantan Sobre las Selvas de Internet.m4a",
- "Duracion": "03:56",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2366580000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.0840402-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Beemedobleve",
- "Artista": "INDIO SOLARI",
- "Album": "PAJARITOS, BRAVOS MUCHACHITOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Pajaritos bravos\\02 Beemedobleve.m4a",
- "Duracion": "03:16",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 1963250000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.0991418-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "A la Luz de la Luna",
- "Artista": "INDIO SOLARI",
- "Album": "PAJARITOS, BRAVOS MUCHACHITOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Pajaritos bravos\\03 A la Luz de la Luna.m4a",
- "Duracion": "04:38",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2780830000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.1143511-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Las Supersticiones Traen Mala Suerte",
- "Artista": "INDIO SOLARI",
- "Album": "PAJARITOS, BRAVOS MUCHACHITOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Pajaritos bravos\\04 Las Supersticiones Traen Mala Suerte.m4a",
- "Duracion": "04:16",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2561630000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.1310097-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Amok! Amok!",
- "Artista": "INDIO SOLARI",
- "Album": "PAJARITOS, BRAVOS MUCHACHITOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Pajaritos bravos\\05 Amok! Amok!.m4a",
- "Duracion": "05:09",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 3099400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.1495252-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Chau Mohicano",
- "Artista": "INDIO SOLARI",
- "Album": "PAJARITOS, BRAVOS MUCHACHITOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Pajaritos bravos\\06 Chau Mohicano.m4a",
- "Duracion": "03:33",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2138100000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.1664221-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Arca Monster",
- "Artista": "INDIO SOLARI",
- "Album": "PAJARITOS, BRAVOS MUCHACHITOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Pajaritos bravos\\07 Arca Monster.m4a",
- "Duracion": "03:34",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2148550000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.1815516-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Cada Pequeña Muerte",
- "Artista": "INDIO SOLARI",
- "Album": "PAJARITOS, BRAVOS MUCHACHITOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Pajaritos bravos\\08 Cada Pequeña Muerte.m4a",
- "Duracion": "03:16",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 1961390000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.1982803-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Babas del Diablo",
- "Artista": "INDIO SOLARI",
- "Album": "PAJARITOS, BRAVOS MUCHACHITOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Pajaritos bravos\\09 Babas del Diablo.m4a",
- "Duracion": "04:05",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2451800000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.2165284-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Había una Vez…",
- "Artista": "INDIO SOLARI",
- "Album": "PAJARITOS, BRAVOS MUCHACHITOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Pajaritos bravos\\10 Había una Vez….m4a",
- "Duracion": "04:28",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2682610000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.2335158-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Un Par de Fantasmas",
- "Artista": "INDIO SOLARI",
- "Album": "PAJARITOS, BRAVOS MUCHACHITOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Pajaritos bravos\\11 Un Par de Fantasmas.m4a",
- "Duracion": "04:24",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2649400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.2490856-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "La Pajarita Pechiblanca (scherzo)",
- "Artista": "INDIO SOLARI",
- "Album": "PAJARITOS, BRAVOS MUCHACHITOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Pajaritos bravos\\12 La Pajarita Pechiblanca (scherzo).m4a",
- "Duracion": "03:26",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2069830000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.2647207-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Todos a los botes!",
- "Artista": "INDIO SOLARI",
- "Album": "PERFUME DE LA TEMPESTAD",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Perfume de la tempestad\\01 Todos a los botes!.mp3",
- "Duracion": "04:38",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2783869387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.2832545-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "No es dios todo lo que reluce",
- "Artista": "INDIO SOLARI",
- "Album": "PERFUME DE LA TEMPESTAD",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Perfume de la tempestad\\02 No es dios todo lo que reluce.mp3",
- "Duracion": "04:45",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2856228571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.300911-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Ceremonia durante la tormenta",
- "Artista": "INDIO SOLARI",
- "Album": "PERFUME DE LA TEMPESTAD",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Perfume de la tempestad\\03 Ceremonia durante la tormenta.mp3",
- "Duracion": "04:20",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2609760000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.3157763-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Torito es muerto",
- "Artista": "INDIO SOLARI",
- "Album": "PERFUME DE LA TEMPESTAD",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Perfume de la tempestad\\04 Torito es muerto.mp3",
- "Duracion": "05:35",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 3356473469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.3358389-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Satelital",
- "Artista": "INDIO SOLARI",
- "Album": "PERFUME DE LA TEMPESTAD",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Perfume de la tempestad\\05 Satelital.mp3",
- "Duracion": "02:37",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 1570481632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.3535075-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Chante noire",
- "Artista": "INDIO SOLARI",
- "Album": "PERFUME DE LA TEMPESTAD",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Perfume de la tempestad\\06 Chante noire.mp3",
- "Duracion": "03:51",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2310530612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.373288-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Vino mariani",
- "Artista": "INDIO SOLARI",
- "Album": "PERFUME DE LA TEMPESTAD",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Perfume de la tempestad\\07 Vino mariani.mp3",
- "Duracion": "04:40",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2800848979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.3904028-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Zzzzzzzzzz.....",
- "Artista": "INDIO SOLARI",
- "Album": "PERFUME DE LA TEMPESTAD",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Perfume de la tempestad\\08 Zzzzzzzzzz......mp3",
- "Duracion": "03:16",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 1966759183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.407239-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "El tabano en la oreja",
- "Artista": "INDIO SOLARI",
- "Album": "PERFUME DE LA TEMPESTAD",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Perfume de la tempestad\\09 El tabano en la oreja.mp3",
- "Duracion": "03:48",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2284930612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.4241594-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Submarino",
- "Artista": "INDIO SOLARI",
- "Album": "PERFUME DE LA TEMPESTAD",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Perfume de la tempestad\\10 Submarino.mp3",
- "Duracion": "03:58",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2387040000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.4407628-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Black russian",
- "Artista": "INDIO SOLARI",
- "Album": "PERFUME DE LA TEMPESTAD",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Perfume de la tempestad\\11 Black russian.mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2546155102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.4577623-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Una rata muerta",
- "Artista": "INDIO SOLARI",
- "Album": "PERFUME DE LA TEMPESTAD",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Perfume de la tempestad\\12 Una rata muerta.mp3",
- "Duracion": "04:25",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2656130612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.4745773-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Rail traffic in Serbia",
- "Artista": "INDIO SOLARI",
- "Album": "PERFUME DE LA TEMPESTAD",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Perfume de la tempestad\\13 Rail traffic in Serbia.mp3",
- "Duracion": "41:17",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 24772963265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.4933252-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Pedía Siempre Temas en la Radi",
- "Artista": "INDIO SOLARI",
- "Album": "PORCO REX",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Porco Rex\\01 Pedía Siempre Temas en la Radi.mp3",
- "Duracion": "03:48",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2288587755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.5112629-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Ramas Desnudas",
- "Artista": "INDIO SOLARI",
- "Album": "PORCO REX",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Porco Rex\\02 Ramas Desnudas.mp3",
- "Duracion": "04:54",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2945044897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.5258118-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Sopa de Lágrimas ",
- "Artista": "INDIO SOLARI",
- "Album": "PORCO REX",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Porco Rex\\03 Sopa de Lágrimas.mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2374008163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.5417128-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Te Estás Quedando Sin Balas",
- "Artista": "INDIO SOLARI",
- "Album": "PORCO REX",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Porco Rex\\04 Te Estás Quedando Sin Balas.mp3",
- "Duracion": "05:02",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 3020800000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.5575824-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Tatuaje",
- "Artista": "INDIO SOLARI",
- "Album": "PORCO REX",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Porco Rex\\05 Tatuaje.mp3",
- "Duracion": "04:32",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2727444897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.5722656-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Porco Rex",
- "Artista": "INDIO SOLARI",
- "Album": "PORCO REX",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Porco Rex\\06 Porco Rex.mp3",
- "Duracion": "03:42",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2220930612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.5861663-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Veneno Paciente",
- "Artista": "INDIO SOLARI",
- "Album": "PORCO REX",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Porco Rex\\07 Veneno Paciente.mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2624522448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.5979742-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Por Qué Será Que Dios",
- "Artista": "INDIO SOLARI",
- "Album": "PORCO REX",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Porco Rex\\08 Por Qué Será Que Dios.mp3",
- "Duracion": "03:58",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2380016326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.6169788-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Y Mientras Tanto el Sol Se Mue",
- "Artista": "INDIO SOLARI",
- "Album": "PORCO REX",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Porco Rex\\09 Y Mientras Tanto el Sol Se Mue.mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2408751020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.6312138-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Martinis y Tafiroles",
- "Artista": "INDIO SOLARI",
- "Album": "PORCO REX",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Porco Rex\\10 Martinis y Tafiroles.mp3",
- "Duracion": "03:00",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 1804277551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.64633-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Flight 956",
- "Artista": "INDIO SOLARI",
- "Album": "PORCO REX",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Porco Rex\\11 Flight 956.mp3",
- "Duracion": "05:07",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 3071738775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.6653936-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Vuelo a Sidney",
- "Artista": "INDIO SOLARI",
- "Album": "PORCO REX",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Porco Rex\\12 Vuelo a Sidney.mp3",
- "Duracion": "04:10",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2505404081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.680031-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Bebamos de las Copas Lindas",
- "Artista": "INDIO SOLARI",
- "Album": "PORCO REX",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Porco Rex\\13 Bebamos de las Copas Lindas.mp3",
- "Duracion": "04:06",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2461518367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.6952895-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Recital - Patricio Rey",
- "Artista": "PATRICIO REY",
- "Album": "RECITAL RACING",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Racing 1998\\Los Redondos en Racing 98 Completo.mp3",
- "Duracion": "02:17:07",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 82278613461,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.7182633-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Pinturas de Guerra",
- "Artista": "INDIO SOLARI",
- "Album": "RUISEÑOR, EL AMOR Y LA MUERTE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Ruiseñor amor y muerte\\01 Pinturas de Guerra.mp3",
- "Duracion": "02:44",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 1644669387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.7369187-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "La Oscuridad",
- "Artista": "INDIO SOLARI",
- "Album": "RUISEÑOR, EL AMOR Y LA MUERTE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Ruiseñor amor y muerte\\02 La Oscuridad.mp3",
- "Duracion": "03:50",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2301600000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.7567726-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "El Callejon de los Milagros",
- "Artista": "INDIO SOLARI",
- "Album": "RUISEÑOR, EL AMOR Y LA MUERTE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Ruiseñor amor y muerte\\03 El Callejon de los Milagros.mp3",
- "Duracion": "02:58",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 1787820408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.7754786-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "El Ruiseñor",
- "Artista": "INDIO SOLARI",
- "Album": "RUISEÑOR, EL AMOR Y LA MUERTE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Ruiseñor amor y muerte\\04 El Ruiseñor.mp3",
- "Duracion": "05:10",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 3104160000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.7934579-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Stragendanger",
- "Artista": "INDIO SOLARI",
- "Album": "RUISEÑOR, EL AMOR Y LA MUERTE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Ruiseñor amor y muerte\\05 Stragendanger.mp3",
- "Duracion": "02:53",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 1733746938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.813283-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "El Martillo de las Brujas",
- "Artista": "INDIO SOLARI",
- "Album": "RUISEÑOR, EL AMOR Y LA MUERTE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Ruiseñor amor y muerte\\06 El Martillo de las Brujas.mp3",
- "Duracion": "03:47",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2273280000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.832991-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "El Tio Alberto",
- "Artista": "INDIO SOLARI",
- "Album": "RUISEÑOR, EL AMOR Y LA MUERTE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Ruiseñor amor y muerte\\07 El Tio Alberto.mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2400240000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.8537231-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Cancion Para un Terrorista",
- "Artista": "INDIO SOLARI",
- "Album": "RUISEÑOR, EL AMOR Y LA MUERTE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Ruiseñor amor y muerte\\08 Cancion Para un Terrorista.mp3",
- "Duracion": "03:25",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2054880000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.8710088-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Pequeña Mamba",
- "Artista": "INDIO SOLARI",
- "Album": "RUISEÑOR, EL AMOR Y LA MUERTE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Ruiseñor amor y muerte\\09 Pequeña Mamba.mp3",
- "Duracion": "04:07",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2472240000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.8866279-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "La Moda no es Vanguardia",
- "Artista": "INDIO SOLARI",
- "Album": "RUISEÑOR, EL AMOR Y LA MUERTE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Ruiseñor amor y muerte\\10 La Moda no es Vanguardia.mp3",
- "Duracion": "03:53",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2332560000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.9109258-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "A Bailar que no hay Infierno",
- "Artista": "INDIO SOLARI",
- "Album": "RUISEÑOR, EL AMOR Y LA MUERTE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Ruiseñor amor y muerte\\11 A Bailar que no hay Infierno.mp3",
- "Duracion": "04:24",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2640240000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.9295422-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "La Ciudad de los Encandilados",
- "Artista": "INDIO SOLARI",
- "Album": "RUISEÑOR, EL AMOR Y LA MUERTE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Ruiseñor amor y muerte\\12 La Ciudad de los Encandilados.mp3",
- "Duracion": "02:28",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 1483440000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.9478581-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Ostende Hotel",
- "Artista": "INDIO SOLARI",
- "Album": "RUISEÑOR, EL AMOR Y LA MUERTE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Ruiseñor amor y muerte\\13 Ostende Hotel.mp3",
- "Duracion": "03:32",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2120160000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.9641342-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Panasonic y el Mundo",
- "Artista": "INDIO SOLARI",
- "Album": "RUISEÑOR, EL AMOR Y LA MUERTE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Ruiseñor amor y muerte\\14 Panasonic y el Mundo.mp3",
- "Duracion": "03:29",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2097632653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.982347-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Nike Es la Cultura",
- "Artista": "INDIO SOLARI",
- "Album": "TESORO DE LOS INOCENTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Tesoro de los Inocentes\\01 Nike Es la Cultura.m4a",
- "Duracion": "06:30",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3909780000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.9989575-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Amnesia",
- "Artista": "INDIO SOLARI",
- "Album": "TESORO DE LOS INOCENTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Tesoro de los Inocentes\\02 Amnesia.m4a",
- "Duracion": "05:26",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3268210000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.01395-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "El Tesoro de los Inocentes",
- "Artista": "INDIO SOLARI",
- "Album": "TESORO DE LOS INOCENTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Tesoro de los Inocentes\\03 El Tesoro de los Inocentes.m4a",
- "Duracion": "04:18",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2588570000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.0345658-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "La Piba de Blockbuster",
- "Artista": "INDIO SOLARI",
- "Album": "TESORO DE LOS INOCENTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Tesoro de los Inocentes\\04 La Piba de Blockbuster.m4a",
- "Duracion": "05:11",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3117750000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.0519086-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Tomasito Podés Oírme Tomasito Podés Verme",
- "Artista": "INDIO SOLARI",
- "Album": "TESORO DE LOS INOCENTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Tesoro de los Inocentes\\05 Tomasito Podés Oírme Tomasito Podés Verme.m4a",
- "Duracion": "04:28",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2682610000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.0672572-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Mi Caramel Machiato",
- "Artista": "INDIO SOLARI",
- "Album": "TESORO DE LOS INOCENTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Tesoro de los Inocentes\\06 Mi Caramel Machiato.m4a",
- "Duracion": "03:40",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2202880000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.0837997-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "La Muerte y Yo",
- "Artista": "INDIO SOLARI",
- "Album": "TESORO DE LOS INOCENTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Tesoro de los Inocentes\\07 La Muerte y Yo.m4a",
- "Duracion": "03:30",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2101639999,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.0972997-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Adieu! Bye Bye! Aufwiedersehen!",
- "Artista": "INDIO SOLARI",
- "Album": "TESORO DE LOS INOCENTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Tesoro de los Inocentes\\08 Adieu! Bye Bye! Aufwiedersehen!.m4a",
- "Duracion": "03:51",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2315270000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.1130588-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Pabellón Séptimo (Relato de Horacio)",
- "Artista": "INDIO SOLARI",
- "Album": "TESORO DE LOS INOCENTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Tesoro de los Inocentes\\09 Pabellón Séptimo (Relato de Horacio).m4a",
- "Duracion": "04:46",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2861400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.1321488-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "El Charro Chino",
- "Artista": "INDIO SOLARI",
- "Album": "TESORO DE LOS INOCENTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Tesoro de los Inocentes\\10 El Charro Chino.m4a",
- "Duracion": "04:26",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2664960000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.149297-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Canción para un Goldfish",
- "Artista": "INDIO SOLARI",
- "Album": "TESORO DE LOS INOCENTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Tesoro de los Inocentes\\11 Canción para un Goldfish.m4a",
- "Duracion": "04:35",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2751800000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.1658523-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Tsunami",
- "Artista": "INDIO SOLARI",
- "Album": "TESORO DE LOS INOCENTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Tesoro de los Inocentes\\12 Tsunami.m4a",
- "Duracion": "04:17",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2578120000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.1806978-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "To Beef Or Not To Beef",
- "Artista": "INDIO SOLARI",
- "Album": "TESORO DE LOS INOCENTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Tesoro de los Inocentes\\13 To Beef Or Not To Beef.m4a",
- "Duracion": "04:39",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2794990000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.1957323-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Ciudad Baigón",
- "Artista": "INDIO SOLARI",
- "Album": "TESORO DE LOS INOCENTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Tesoro de los Inocentes\\14 Ciudad Baigón.m4a",
- "Duracion": "05:27",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3272860000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.2127356-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Las Increíbles Andanzas del Capitán Buscapina en Cybersiberia",
- "Artista": "PATRICIO REY",
- "Album": "ULTIMO BONDI FINISHTERRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UltimoBondi\\01 Las Increíbles Andanzas del Capitán Buscapina en Cybersiberia.m4a",
- "Duracion": "04:44",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2845380000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.2323348-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Estás Frito Angelito",
- "Artista": "PATRICIO REY",
- "Album": "ULTIMO BONDI FINISHTERRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UltimoBondi\\02 Estás Frito Angelito.m4a",
- "Duracion": "04:34",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2741820000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.250929-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "El Árbol del Gran Bonete",
- "Artista": "PATRICIO REY",
- "Album": "ULTIMO BONDI FINISHTERRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UltimoBondi\\03 El Árbol del Gran Bonete.m4a",
- "Duracion": "05:12",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 3122160000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.2670527-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Gualicho",
- "Artista": "PATRICIO REY",
- "Album": "ULTIMO BONDI FINISHTERRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UltimoBondi\\04 Gualicho.m4a",
- "Duracion": "04:47",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2878809999,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.2856439-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Pogo",
- "Artista": "PATRICIO REY",
- "Album": "ULTIMO BONDI FINISHTERRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UltimoBondi\\05 Pogo.m4a",
- "Duracion": "04:46",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2865810000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.3014713-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Alien Duce",
- "Artista": "PATRICIO REY",
- "Album": "ULTIMO BONDI FINISHTERRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UltimoBondi\\06 Alien Duce.m4a",
- "Duracion": "03:14",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 1944910000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.3199241-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "La Pequeña Novia del Carioca",
- "Artista": "PATRICIO REY",
- "Album": "ULTIMO BONDI FINISHTERRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UltimoBondi\\07 La Pequeña Novia del Carioca.m4a",
- "Duracion": "04:50",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2906210000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.3390775-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Drogocop",
- "Artista": "PATRICIO REY",
- "Album": "ULTIMO BONDI FINISHTERRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UltimoBondi\\08 Drogocop.m4a",
- "Duracion": "03:06",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 1862940000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.3604675-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Scaramanzia",
- "Artista": "PATRICIO REY",
- "Album": "ULTIMO BONDI FINISHTERRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UltimoBondi\\09 Scaramanzia.m4a",
- "Duracion": "05:29",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 3292130000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.3789945-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Esto Es To-To-Todo Amigos!",
- "Artista": "PATRICIO REY",
- "Album": "ULTIMO BONDI FINISHTERRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UltimoBondi\\10 Esto Es To-To-Todo Amigos!.m4a",
- "Duracion": "03:37",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2176180000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.3981575-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Vamos las Bandas",
- "Artista": "PATRICIO REY",
- "Album": "UN BAION PARA EL OJO IDIOTA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UnBaion\\06 Vamos las Bandas.m4a",
- "Duracion": "03:48",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2282760000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.4135817-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Masacre en el Puticlub",
- "Artista": "PATRICIO REY",
- "Album": "UN BAION PARA EL OJO IDIOTA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UnBaion\\1 Masacre en el Puticlub.m4a",
- "Duracion": "04:45",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2854900000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.4287519-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Noticias de Ayer",
- "Artista": "PATRICIO REY",
- "Album": "UN BAION PARA EL OJO IDIOTA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UnBaion\\2 Noticias de Ayer.m4a",
- "Duracion": "04:23",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2634540000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.4458944-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Aquella Solitaria Vaca Cubana",
- "Artista": "PATRICIO REY",
- "Album": "UN BAION PARA EL OJO IDIOTA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UnBaion\\3 Aquella Solitaria Vaca Cubana.m4a",
- "Duracion": "04:15",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2558610000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.4644061-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Todo Preso Es Político",
- "Artista": "PATRICIO REY",
- "Album": "UN BAION PARA EL OJO IDIOTA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UnBaion\\4 Todo Preso Es Político.m4a",
- "Duracion": "05:48",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 3485779999,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.480792-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Vencedores Vencidos",
- "Artista": "PATRICIO REY",
- "Album": "UN BAION PARA EL OJO IDIOTA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UnBaion\\5 Vencedores Vencidos.m4a",
- "Duracion": "03:28",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2084460000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.4999695-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Ella Debe Estar Tan Linda",
- "Artista": "PATRICIO REY",
- "Album": "UN BAION PARA EL OJO IDIOTA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UnBaion\\7 Ella Debe Estar Tan Linda.m4a",
- "Duracion": "04:01",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2413020000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.514391-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Todo un Palo",
- "Artista": "PATRICIO REY",
- "Album": "UN BAION PARA EL OJO IDIOTA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UnBaion\\8 Todo un Palo.m4a",
- "Duracion": "07:20",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 4405760000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.5312799-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Donde Estés Llegaré",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Alexis y Fido - Donde Estés Llegaré.mp3",
- "Duracion": "04:33",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2732942948,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.5498885-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Mis Ojos Lloran Por Ti (Lyrics)",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Big Boy - Mis Ojos Lloran Por Ti (Lyrics).mp3",
- "Duracion": "05:02",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 3023103205,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.5746047-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Tocarte Toa",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Big Yamo Ft. Natya - Tocarte Toa (Video Oficial).mp3",
- "Duracion": "03:26",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2068762820,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.5993201-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Rompe",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Daddy Yankee Rompe Official HD Music Video.mp3",
- "Duracion": "06:38",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 3989232051,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.6170292-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Gasolina",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Daddy Yankee - Gasolina (Video Oficial).mp3",
- "Duracion": "04:20",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2604072435,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.6361352-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Dile",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Don Omar - Dile.mp3",
- "Duracion": "04:01",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2414383333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.6577994-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Dutty Love ft. Natti Natasha",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Don Omar - Dutty Love (Lyric Video) ft. Natti Natasha.mp3",
- "Duracion": "04:53",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2936028205,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.6776845-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Hasta Abajo",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Don Omar - Hasta Abajo.mp3",
- "Duracion": "06:09",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 3697196153,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.7034293-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Salio El Sol",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Don Omar - Salio El Sol (Official Music Video).mp3",
- "Duracion": "05:39",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 3390960897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.7283489-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Taboo",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Don Omar - Taboo.mp3",
- "Duracion": "04:59",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2998990384,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.7513029-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Bandolero",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Don Omar ft. Tego Calderon - Bandolero.mp3",
- "Duracion": "05:13",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 3138577564,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.7749381-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Dile",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Don Omar _ Dile (Video Oficial ).mp3",
- "Duracion": "04:01",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2414919230,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.8110373-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Pobre Diabla",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Don Omar _ Pobre Diabla (Video Oficial) ❌.mp3",
- "Duracion": "05:00",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 3009171153,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.8325527-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Sin Ti",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\INNA - Sin Ti _ Official Music Video.mp3",
- "Duracion": "02:48",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 1688312820,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.854831-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Yo Quiero Bailar",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Ivy Queen - Yo Quiero Bailar ORIGINAL [!!!].mp3",
- "Duracion": "03:15",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 1954628205,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.8772059-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Perdoname",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\La Factoria - Perdoname ft. Eddy Lover.mp3",
- "Duracion": "03:52",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2323825641,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.9008342-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Mariola ",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Minelli - Mariola _ Official Video.mp3",
- "Duracion": "03:10",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 1907473717,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.9245906-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "Noche de Entierro",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Noche de Entierro - Los Benjamins, Wisin & Yandel, Daddy Yankee & Hector _El Father_.mp3",
- "Duracion": "04:24",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2645332692,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.9451258-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "Es un secreto",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Plan B - Es un secreto [Official Video].mp3",
- "Duracion": "03:39",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2198973717,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.9665774-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "Guatauba",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Plan B - Guatauba [ClasicoReggaetonero].mp3",
- "Duracion": "02:46",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 1667415384,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.9893505-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "Si no le contesto",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Plan B - Si no le contesto ft. Tony Dize and Zion y Lennox (Remix) [Official Video].mp3",
- "Duracion": "04:38",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2785991666,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.0101248-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "Propuesta Indecente",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Romeo Santos - Propuesta Indecente (Official Video).mp3",
- "Duracion": "04:34",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2749822435,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.0338427-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "Patrón",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Tito _El Bambino_ El Patrón - Flow Natural ft. Beenie Man, Ines.mp3",
- "Duracion": "03:03",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 1837278205,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.0556102-03:00"
- },
- {
- "Numero": "24",
- "Titulo": "Abusadora",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Wisin & Yandel - Abusadora (Official Video).mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2111630769,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.0824149-03:00"
- },
- {
- "Numero": "25",
- "Titulo": "Me Estás Tentando",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Wisin & Yandel - Me Estás Tentando (Official Video).mp3",
- "Duracion": "03:58",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2385447435,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.1008135-03:00"
- },
- {
- "Numero": "26",
- "Titulo": "Sexy Movimiento",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Wisin & Yandel - Sexy Movimiento (Official Video).mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2694898076,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.1222203-03:00"
- },
- {
- "Numero": "27",
- "Titulo": "Llámame",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\wrs - Llámame _ official music video.mp3",
- "Duracion": "03:13",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 1939624358,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.1419251-03:00"
- },
- {
- "Numero": "28",
- "Titulo": "Yo Voy",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Yo Voy (feat. Daddy Yankee).mp3",
- "Duracion": "03:56",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2369908333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.162553-03:00"
- },
- {
- "Numero": "29",
- "Titulo": "Zun Da Da",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Zion - Zun Da Da (Official Video).mp3",
- "Duracion": "04:06",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2467432051,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.1815654-03:00"
- },
- {
- "Numero": "30",
- "Titulo": "Baila Morena",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Zucchero - Baila Morena.mp3",
- "Duracion": "04:15",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2551559615,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.1983367-03:00"
- },
- {
- "Numero": "",
- "Titulo": "001 Guns N' Roses - November Rain",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\001 Guns N' Roses - November Rain.mp3",
- "Duracion": "09:16",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 5569044897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.2193734-03:00"
- },
- {
- "Numero": "",
- "Titulo": "002 Numb [Official Music Video] - Linkin Park",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\002 Numb [Official Music Video] - Linkin Park.mp3",
- "Duracion": "03:06",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1862400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.2356288-03:00"
- },
- {
- "Numero": "",
- "Titulo": "003 Berilo - Miracle (Um Rock no Estúdio)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\003 Berilo - Miracle (Um Rock no Estúdio).mp3",
- "Duracion": "02:54",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1743412244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.2529244-03:00"
- },
- {
- "Numero": "",
- "Titulo": "004 Nirvana - Smells Like Teen Spirit (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\004 Nirvana - Smells Like Teen Spirit (Official Music Video).mp3",
- "Duracion": "04:38",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2784240000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.2698214-03:00"
- },
- {
- "Numero": "",
- "Titulo": "005 Queen – Bohemian Rhapsody (Official Video Remastered)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\005 Queen – Bohemian Rhapsody (Official Video Remastered).mp3",
- "Duracion": "05:59",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3595200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.2852327-03:00"
- },
- {
- "Numero": "",
- "Titulo": "006 grandma - God Hired You To Be My Baby (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\006 grandma - God Hired You To Be My Baby (Official Video).mp3",
- "Duracion": "03:19",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1999151020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.2979017-03:00"
- },
- {
- "Numero": "",
- "Titulo": "007 Guns N' Roses - Sweet Child O' Mine (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\007 Guns N' Roses - Sweet Child O' Mine (Official Music Video).mp3",
- "Duracion": "05:03",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3030000000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.3109035-03:00"
- },
- {
- "Numero": "",
- "Titulo": "008 In The End [Official HD Music Video] - Linkin Park",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\008 In The End [Official HD Music Video] - Linkin Park.mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2183053061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.3281194-03:00"
- },
- {
- "Numero": "",
- "Titulo": "009 poptropicaslutz! - '1000 peaceful ways to die'",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\009 poptropicaslutz! - '1000 peaceful ways to die'.mp3",
- "Duracion": "02:31",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1511967346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.3441273-03:00"
- },
- {
- "Numero": "",
- "Titulo": "010 Arctic Monkeys - Do I Wanna Know (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\010 Arctic Monkeys - Do I Wanna Know (Official Video).mp3",
- "Duracion": "04:25",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2657520000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.3586742-03:00"
- },
- {
- "Numero": "",
- "Titulo": "011 4 Non Blondes - What's Up (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\011 4 Non Blondes - What's Up (Official Music Video).mp3",
- "Duracion": "04:52",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2925840000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.3734415-03:00"
- },
- {
- "Numero": "",
- "Titulo": "012 The Northwest - Unsober October",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\012 The Northwest - Unsober October.mp3",
- "Duracion": "03:58",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2380016326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.3888399-03:00"
- },
- {
- "Numero": "",
- "Titulo": "013 The Cranberries - Zombie (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\013 The Cranberries - Zombie (Official Music Video).mp3",
- "Duracion": "05:07",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3072261224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.4050416-03:00"
- },
- {
- "Numero": "",
- "Titulo": "014 System Of A Down - Chop Suey! (Official HD Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\014 System Of A Down - Chop Suey! (Official HD Video).mp3",
- "Duracion": "03:28",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2087183673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.4228404-03:00"
- },
- {
- "Numero": "",
- "Titulo": "015 Bon Jovi - It's My Life (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\015 Bon Jovi - It's My Life (Official Music Video).mp3",
- "Duracion": "04:27",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2670236734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.4373844-03:00"
- },
- {
- "Numero": "",
- "Titulo": "016 Metallica - Nothing Else Matters (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\016 Metallica - Nothing Else Matters (Official Music Video).mp3",
- "Duracion": "06:25",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3858024489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.457037-03:00"
- },
- {
- "Numero": "",
- "Titulo": "017 430 Steps - I'm So Tired (Fugazi Cover)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\017 430 Steps - I'm So Tired (Fugazi Cover).mp3",
- "Duracion": "02:00",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1208424489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.4710916-03:00"
- },
- {
- "Numero": "",
- "Titulo": "018 AC_DC - Thunderstruck (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\018 AC_DC - Thunderstruck (Official Video).mp3",
- "Duracion": "04:53",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2930160000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.487121-03:00"
- },
- {
- "Numero": "",
- "Titulo": "019 Evanescence - Bring Me To Life (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\019 Evanescence - Bring Me To Life (Official Music Video).mp3",
- "Duracion": "04:13",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2539680000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.501421-03:00"
- },
- {
- "Numero": "",
- "Titulo": "020 JAWNY - strawberry chainsaw [Official Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\020 JAWNY - strawberry chainsaw [Official Music Video].mp3",
- "Duracion": "02:56",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1765616326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.5158067-03:00"
- },
- {
- "Numero": "",
- "Titulo": "021 Europe - The Final Countdown (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\021 Europe - The Final Countdown (Official Video).mp3",
- "Duracion": "04:56",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2962285714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.5283101-03:00"
- },
- {
- "Numero": "",
- "Titulo": "022 Imagine Dragons - Demons (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\022 Imagine Dragons - Demons (Official Music Video).mp3",
- "Duracion": "03:56",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2362253061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.5436156-03:00"
- },
- {
- "Numero": "",
- "Titulo": "023 Sunsleeper - Stay Home (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\023 Sunsleeper - Stay Home (Official Music Video).mp3",
- "Duracion": "03:53",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2337840000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.5591787-03:00"
- },
- {
- "Numero": "",
- "Titulo": "024 R.E.M. - Losing My Religion (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\024 R.E.M. - Losing My Religion (Official Music Video).mp3",
- "Duracion": "04:54",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2940865306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.5746371-03:00"
- },
- {
- "Numero": "",
- "Titulo": "025 The Police - Every Breath You Take (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\025 The Police - Every Breath You Take (Official Video).mp3",
- "Duracion": "03:48",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2289893877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.5908795-03:00"
- },
- {
- "Numero": "",
- "Titulo": "026 What You Got (music video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\026 What You Got (music video).mp3",
- "Duracion": "04:17",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2574889795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.6075979-03:00"
- },
- {
- "Numero": "",
- "Titulo": "027 Audioslave - Like a Stone (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\027 Audioslave - Like a Stone (Official Video).mp3",
- "Duracion": "05:01",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3017404081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.6230663-03:00"
- },
- {
- "Numero": "",
- "Titulo": "028 Red Hot Chili Peppers - Californication [Official Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\028 Red Hot Chili Peppers - Californication [Official Music Video].mp3",
- "Duracion": "05:21",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3211232653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.6414199-03:00"
- },
- {
- "Numero": "",
- "Titulo": "029 poptropicaslutz! - 'something about the sky'",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\029 poptropicaslutz! - 'something about the sky'.mp3",
- "Duracion": "03:40",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2200555102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.6582715-03:00"
- },
- {
- "Numero": "",
- "Titulo": "030 Scorpions - Wind Of Change (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\030 Scorpions - Wind Of Change (Official Music Video).mp3",
- "Duracion": "04:42",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2828277551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.6748871-03:00"
- },
- {
- "Numero": "",
- "Titulo": "031 Bon Jovi - Livin' On A Prayer",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\031 Bon Jovi - Livin' On A Prayer.mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2488946938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.6911803-03:00"
- },
- {
- "Numero": "",
- "Titulo": "032 LAND BACK ⊕ official video ⊕",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\032 LAND BACK ⊕ official video ⊕.mp3",
- "Duracion": "03:47",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2279967346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.7051462-03:00"
- },
- {
- "Numero": "",
- "Titulo": "033 No Doubt - Don't Speak (Official 4K Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\033 No Doubt - Don't Speak (Official 4K Music Video).mp3",
- "Duracion": "05:01",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3010612244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.720715-03:00"
- },
- {
- "Numero": "",
- "Titulo": "034 Hoobastank - The Reason (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\034 Hoobastank - The Reason (Official Music Video).mp3",
- "Duracion": "04:10",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2505926530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.7382224-03:00"
- },
- {
- "Numero": "",
- "Titulo": "035 PINK TURNS BLUE - Not Gonna Take It",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\035 PINK TURNS BLUE - Not Gonna Take It.mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2186971428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.7544902-03:00"
- },
- {
- "Numero": "",
- "Titulo": "036 AC_DC - Back In Black (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\036 AC_DC - Back In Black (Official Video).mp3",
- "Duracion": "04:13",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2539200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.7670824-03:00"
- },
- {
- "Numero": "",
- "Titulo": "037 Bon Jovi - Always (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\037 Bon Jovi - Always (Official Music Video).mp3",
- "Duracion": "06:05",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3658971428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.7794642-03:00"
- },
- {
- "Numero": "",
- "Titulo": "038 The Dangerous Summer - Sideways (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\038 The Dangerous Summer - Sideways (Official Video).mp3",
- "Duracion": "02:58",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1783640816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.7960644-03:00"
- },
- {
- "Numero": "",
- "Titulo": "039 Evanescence - My Immortal (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\039 Evanescence - My Immortal (Official Music Video).mp3",
- "Duracion": "04:32",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2721959183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.8095653-03:00"
- },
- {
- "Numero": "",
- "Titulo": "040 Disturbed - The Sound Of Silence [Official Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\040 Disturbed - The Sound Of Silence [Official Music Video].mp3",
- "Duracion": "04:19",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2592130612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.826375-03:00"
- },
- {
- "Numero": "",
- "Titulo": "041 Racewall Mosquitoes - Same for Yesterday [Official Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\041 Racewall Mosquitoes - Same for Yesterday [Official Music Video].mp3",
- "Duracion": "04:18",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2580114285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.8442119-03:00"
- },
- {
- "Numero": "",
- "Titulo": "042 The Verve - Bitter Sweet Symphony (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\042 The Verve - Bitter Sweet Symphony (Official Music Video).mp3",
- "Duracion": "04:35",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2754873469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.8570809-03:00"
- },
- {
- "Numero": "",
- "Titulo": "043 Survivor - Eye Of The Tiger (Official HD Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\043 Survivor - Eye Of The Tiger (Official HD Video).mp3",
- "Duracion": "04:04",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2449240816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.8700459-03:00"
- },
- {
- "Numero": "",
- "Titulo": "044 Toto - Africa (Official HD Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\044 Toto - Africa (Official HD Video).mp3",
- "Duracion": "04:31",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2714400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.8868943-03:00"
- },
- {
- "Numero": "",
- "Titulo": "045 Ravery Moore - Kimberly Olivar (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\045 Ravery Moore - Kimberly Olivar (Official Music Video).mp3",
- "Duracion": "03:23",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2031020408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.902555-03:00"
- },
- {
- "Numero": "",
- "Titulo": "046 Queen - Don't Stop Me Now (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\046 Queen - Don't Stop Me Now (Official Video).mp3",
- "Duracion": "03:32",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2121120000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.9170559-03:00"
- },
- {
- "Numero": "",
- "Titulo": "047 3 Doors Down - Here Without You (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\047 3 Doors Down - Here Without You (Official Music Video).mp3",
- "Duracion": "03:55",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2358857142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.9317842-03:00"
- },
- {
- "Numero": "",
- "Titulo": "048 Papi Shiitake - Mexican Moonlight",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\048 Papi Shiitake - Mexican Moonlight.mp3",
- "Duracion": "02:45",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1651200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.9448164-03:00"
- },
- {
- "Numero": "",
- "Titulo": "049 Guns N' Roses - Paradise City (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\049 Guns N' Roses - Paradise City (Official Music Video).mp3",
- "Duracion": "06:48",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 4082677551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.9601573-03:00"
- },
- {
- "Numero": "",
- "Titulo": "050 Radiohead - Creep",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\050 Radiohead - Creep.mp3",
- "Duracion": "03:56",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2366640000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.9765382-03:00"
- },
- {
- "Numero": "",
- "Titulo": "051 George Collins Band It's Been a Long Time (Official Lyric Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\051 George Collins Band It's Been a Long Time (Official Lyric Video).mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2455771428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.9916987-03:00"
- },
- {
- "Numero": "",
- "Titulo": "052 Guns N' Roses - Patience",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\052 Guns N' Roses - Patience.mp3",
- "Duracion": "05:56",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3563624489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.0079668-03:00"
- },
- {
- "Numero": "",
- "Titulo": "053 System Of A Down - Toxicity (Official HD Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\053 System Of A Down - Toxicity (Official HD Video).mp3",
- "Duracion": "03:44",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2244702040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.0225485-03:00"
- },
- {
- "Numero": "",
- "Titulo": "054 Guns N' Roses - Don't Cry",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\054 Guns N' Roses - Don't Cry.mp3",
- "Duracion": "05:13",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3131036734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.0361239-03:00"
- },
- {
- "Numero": "",
- "Titulo": "055 Bryan Adams - Please Forgive Me",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\055 Bryan Adams - Please Forgive Me.mp3",
- "Duracion": "05:30",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3305273469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.0481943-03:00"
- },
- {
- "Numero": "",
- "Titulo": "056 Kjersti Long - Boys In Jersey (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\056 Kjersti Long - Boys In Jersey (Official Music Video).mp3",
- "Duracion": "02:36",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1568914285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.0644055-03:00"
- },
- {
- "Numero": "",
- "Titulo": "057 Green Day - Boulevard Of Broken Dreams [Official Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\057 Green Day - Boulevard Of Broken Dreams [Official Music Video].mp3",
- "Duracion": "04:47",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2877387755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.077051-03:00"
- },
- {
- "Numero": "",
- "Titulo": "058 Red Hot Chili Peppers - Otherside [Official Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\058 Red Hot Chili Peppers - Otherside [Official Music Video].mp3",
- "Duracion": "04:15",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2557910204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.0936652-03:00"
- },
- {
- "Numero": "",
- "Titulo": "059 Sundressed - Winner feat. You, Me, And Everyone We Know (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\059 Sundressed - Winner feat. You, Me, And Everyone We Know (Official Music Video).mp3",
- "Duracion": "03:11",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1919477551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.1069159-03:00"
- },
- {
- "Numero": "",
- "Titulo": "060 Roxette - It Must Have Been Love (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\060 Roxette - It Must Have Been Love (Official Music Video).mp3",
- "Duracion": "04:15",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2558171428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.1243105-03:00"
- },
- {
- "Numero": "",
- "Titulo": "061 Extreme - More Than Words (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\061 Extreme - More Than Words (Official Music Video).mp3",
- "Duracion": "04:15",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2556081632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.13955-03:00"
- },
- {
- "Numero": "",
- "Titulo": "062 Hurricane On Saturn (feat. Deuce) - Monsters",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\062 Hurricane On Saturn (feat. Deuce) - Monsters.mp3",
- "Duracion": "04:21",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2617440000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.1555022-03:00"
- },
- {
- "Numero": "",
- "Titulo": "063 Aerosmith - Crazy (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\063 Aerosmith - Crazy (Official Music Video).mp3",
- "Duracion": "06:13",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3732636734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.1720797-03:00"
- },
- {
- "Numero": "",
- "Titulo": "064 Avril Lavigne - Girlfriend (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\064 Avril Lavigne - Girlfriend (Official Video).mp3",
- "Duracion": "03:47",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2275004081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.1892875-03:00"
- },
- {
- "Numero": "",
- "Titulo": "065 MONTE- T.D.T.T.M. (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\065 MONTE- T.D.T.T.M. (Official Music Video).mp3",
- "Duracion": "04:16",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2569926530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.2048057-03:00"
- },
- {
- "Numero": "",
- "Titulo": "066 What I've Done [Official Music Video] - Linkin Park",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\066 What I've Done [Official Music Video] - Linkin Park.mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2074644897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.2218437-03:00"
- },
- {
- "Numero": "",
- "Titulo": "067 AC_DC - Highway to Hell (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\067 AC_DC - Highway to Hell (Official Video).mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2071248979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.2363007-03:00"
- },
- {
- "Numero": "",
- "Titulo": "068 George Collins Band - Toward the Light (Official Lyric Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\068 George Collins Band - Toward the Light (Official Lyric Video).mp3",
- "Duracion": "06:07",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3673338775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.2519356-03:00"
- },
- {
- "Numero": "",
- "Titulo": "069 Queen - Another One Bites the Dust (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\069 Queen - Another One Bites the Dust (Official Video).mp3",
- "Duracion": "03:42",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2227440000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.2703534-03:00"
- },
- {
- "Numero": "",
- "Titulo": "070 Metallica - Enter Sandman (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\070 Metallica - Enter Sandman (Official Music Video).mp3",
- "Duracion": "05:31",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3310497959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.2872467-03:00"
- },
- {
- "Numero": "",
- "Titulo": "071 SUNVOLUME - Fever In The Funkhouse [Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\071 SUNVOLUME - Fever In The Funkhouse [Music Video].mp3",
- "Duracion": "03:13",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1934889795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.3029473-03:00"
- },
- {
- "Numero": "",
- "Titulo": "072 Queen - We Will Rock You (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\072 Queen - We Will Rock You (Official Video).mp3",
- "Duracion": "02:14",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1345828571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.3182254-03:00"
- },
- {
- "Numero": "",
- "Titulo": "073 CASTLE OF GLASS [Official Music Video] - Linkin Park",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\073 CASTLE OF GLASS [Official Music Video] - Linkin Park.mp3",
- "Duracion": "04:49",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2896718367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.3331787-03:00"
- },
- {
- "Numero": "",
- "Titulo": "074 Mitch & Millie - White Rabbit",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\074 Mitch & Millie - White Rabbit.mp3",
- "Duracion": "02:47",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1673926530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.3487309-03:00"
- },
- {
- "Numero": "",
- "Titulo": "075 Nickelback - How You Remind Me",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\075 Nickelback - How You Remind Me.mp3",
- "Duracion": "03:48",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2284408163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.3629213-03:00"
- },
- {
- "Numero": "",
- "Titulo": "076 New Divide [Official Music Video] - Linkin Park",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\076 New Divide [Official Music Video] - Linkin Park.mp3",
- "Duracion": "04:28",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2682514285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.376374-03:00"
- },
- {
- "Numero": "",
- "Titulo": "077 OKKUPADO - COMEDOWN",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\077 OKKUPADO - COMEDOWN.mp3",
- "Duracion": "02:36",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1566824489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.3885726-03:00"
- },
- {
- "Numero": "",
- "Titulo": "078 Queen - I Want To Break Free (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\078 Queen - I Want To Break Free (Official Video).mp3",
- "Duracion": "04:31",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2714644897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.4041217-03:00"
- },
- {
- "Numero": "",
- "Titulo": "079 Aerosmith - I Don't Want to Miss a Thing (Official HD Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\079 Aerosmith - I Don't Want to Miss a Thing (Official HD Video).mp3",
- "Duracion": "04:52",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2928326530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.4195566-03:00"
- },
- {
- "Numero": "",
- "Titulo": "080 Tenside - Aim For Paradise (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\080 Tenside - Aim For Paradise (Official Music Video).mp3",
- "Duracion": "04:01",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2419722448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.4364075-03:00"
- },
- {
- "Numero": "",
- "Titulo": "081 Guns N' Roses - Welcome To The Jungle",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\081 Guns N' Roses - Welcome To The Jungle.mp3",
- "Duracion": "04:39",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2792228571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.4521808-03:00"
- },
- {
- "Numero": "",
- "Titulo": "082 Foo Fighters - The Pretender",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\082 Foo Fighters - The Pretender.mp3",
- "Duracion": "04:30",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2703673469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.4687037-03:00"
- },
- {
- "Numero": "",
- "Titulo": "083 Dali Van Gogh - Out For Blood (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\083 Dali Van Gogh - Out For Blood (Official Music Video).mp3",
- "Duracion": "04:25",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2656130612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.4843467-03:00"
- },
- {
- "Numero": "",
- "Titulo": "084 The Calling - Wherever You Will Go (First Video- in Tijuana)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\084 The Calling - Wherever You Will Go (First Video- in Tijuana).mp3",
- "Duracion": "03:26",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2067330612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.4999292-03:00"
- },
- {
- "Numero": "",
- "Titulo": "085 The White Stripes - Seven Nation Army (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\085 The White Stripes - Seven Nation Army (Official Music Video).mp3",
- "Duracion": "03:58",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2384195918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.514591-03:00"
- },
- {
- "Numero": "",
- "Titulo": "086 Tenside - DUST OF THE BEREAVED (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\086 Tenside - DUST OF THE BEREAVED (Official Music Video).mp3",
- "Duracion": "04:49",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2896718367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.5284177-03:00"
- },
- {
- "Numero": "",
- "Titulo": "087 The Killers - Mr. Brightside (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\087 The Killers - Mr. Brightside (Official Music Video).mp3",
- "Duracion": "03:47",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2275787755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.5403351-03:00"
- },
- {
- "Numero": "",
- "Titulo": "088 The Outfield - Your Love (Official HD Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\088 The Outfield - Your Love (Official HD Video).mp3",
- "Duracion": "04:12",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2525518367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.5580257-03:00"
- },
- {
- "Numero": "",
- "Titulo": "089 KALEO - Way Down We Go (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\089 KALEO - Way Down We Go (Official Music Video).mp3",
- "Duracion": "03:34",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2142240000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.5720816-03:00"
- },
- {
- "Numero": "",
- "Titulo": "090 Bad Wolves - Zombie (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\090 Bad Wolves - Zombie (Official Video).mp3",
- "Duracion": "04:35",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2754089795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.5887102-03:00"
- },
- {
- "Numero": "",
- "Titulo": "091 SUNVOLUME - Crystallizer [Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\091 SUNVOLUME - Crystallizer [Music Video].mp3",
- "Duracion": "02:56",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1761175510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.6038921-03:00"
- },
- {
- "Numero": "",
- "Titulo": "092 Nirvana - Come As You Are (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\092 Nirvana - Come As You Are (Official Music Video).mp3",
- "Duracion": "03:44",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2242612244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.621095-03:00"
- },
- {
- "Numero": "",
- "Titulo": "093 Rammstein - Du Hast (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\093 Rammstein - Du Hast (Official Video).mp3",
- "Duracion": "03:55",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2353371428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.6373116-03:00"
- },
- {
- "Numero": "",
- "Titulo": "094 Love Ghost - 'Pulp' (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\094 Love Ghost - 'Pulp' (Official Music Video).mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2480880000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.6542474-03:00"
- },
- {
- "Numero": "",
- "Titulo": "095 Kings Of Leon - Sex on Fire (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\095 Kings Of Leon - Sex on Fire (Official Video).mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2071248979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.6696232-03:00"
- },
- {
- "Numero": "",
- "Titulo": "096 Green Day - 21 Guns [Official Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\096 Green Day - 21 Guns [Official Music Video].mp3",
- "Duracion": "05:26",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3261648979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.6864594-03:00"
- },
- {
- "Numero": "",
- "Titulo": "097 Bring It Around- (music video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\097 Bring It Around- (music video).mp3",
- "Duracion": "05:00",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3005126530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.7037046-03:00"
- },
- {
- "Numero": "",
- "Titulo": "098 Kiss - I Was Made For Lovin' You",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\098 Kiss - I Was Made For Lovin' You.mp3",
- "Duracion": "03:58",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2382240000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.7189528-03:00"
- },
- {
- "Numero": "",
- "Titulo": "099 Queen - Somebody To Love (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\099 Queen - Somebody To Love (Official Video).mp3",
- "Duracion": "05:09",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3095510204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.733938-03:00"
- },
- {
- "Numero": "",
- "Titulo": "100 Joe Hertler & The Rainbow Seekers - HELP (Dancing Ghost Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\100 Joe Hertler & The Rainbow Seekers - HELP (Dancing Ghost Music Video).mp3",
- "Duracion": "03:24",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2040424489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.7493013-03:00"
- },
- {
- "Numero": "",
- "Titulo": "101 Nirvana - The Man Who Sold The World (MTV Unplugged)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\101 Nirvana - The Man Who Sold The World (MTV Unplugged).mp3",
- "Duracion": "03:37",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2179920000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.7640941-03:00"
- },
- {
- "Numero": "",
- "Titulo": "102 Red Hot Chili Peppers - Dark Necessities [Official Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\102 Red Hot Chili Peppers - Dark Necessities [Official Music Video].mp3",
- "Duracion": "05:03",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3037920000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.7772463-03:00"
- },
- {
- "Numero": "",
- "Titulo": "103 XAR - Hot Girl Shit Ft. Adam Warner, Josh Gallagher, Taylor Goyette (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\103 XAR - Hot Girl Shit Ft. Adam Warner, Josh Gallagher, Taylor Goyette (Official Video).mp3",
- "Duracion": "02:15",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1358628571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.7892568-03:00"
- },
- {
- "Numero": "",
- "Titulo": "104 Metallica - The Unforgiven (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\104 Metallica - The Unforgiven (Official Music Video).mp3",
- "Duracion": "06:23",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3835036734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.8032291-03:00"
- },
- {
- "Numero": "",
- "Titulo": "105 Red Hot Chili Peppers - Scar Tissue [Official Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\105 Red Hot Chili Peppers - Scar Tissue [Official Music Video].mp3",
- "Duracion": "03:40",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2208653061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.8182053-03:00"
- },
- {
- "Numero": "",
- "Titulo": "106 TALK - Run Away to Mars (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\106 TALK - Run Away to Mars (Official Video).mp3",
- "Duracion": "03:51",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2313665306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.832977-03:00"
- },
- {
- "Numero": "",
- "Titulo": "107 Paramore - Decode [OFFICIAL VIDEO]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\107 Paramore - Decode [OFFICIAL VIDEO].mp3",
- "Duracion": "04:13",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2535444897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.8480174-03:00"
- },
- {
- "Numero": "",
- "Titulo": "108 Smash Mouth - All Star (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\108 Smash Mouth - All Star (Official Music Video).mp3",
- "Duracion": "03:56",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2367738775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.8621905-03:00"
- },
- {
- "Numero": "",
- "Titulo": "109 Paint It, Black",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\109 Paint It, Black.mp3",
- "Duracion": "03:22",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2023444897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.8750772-03:00"
- },
- {
- "Numero": "",
- "Titulo": "110 Fall Out Boy - Centuries (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\110 Fall Out Boy - Centuries (Official Music Video).mp3",
- "Duracion": "04:31",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2718040816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.8888001-03:00"
- },
- {
- "Numero": "",
- "Titulo": "111 The Beatles - Don't Let Me Down",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\111 The Beatles - Don't Let Me Down.mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2113044897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.9074646-03:00"
- },
- {
- "Numero": "",
- "Titulo": "112 Richard Marx - Right Here Waiting (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\112 Richard Marx - Right Here Waiting (Official Music Video).mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2628179591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.9198899-03:00"
- },
- {
- "Numero": "",
- "Titulo": "113 WALK THE MOON - Shut Up and Dance (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\113 WALK THE MOON - Shut Up and Dance (Official Video).mp3",
- "Duracion": "04:06",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2462563265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.9347151-03:00"
- },
- {
- "Numero": "",
- "Titulo": "114 Skillet - Monster (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\114 Skillet - Monster (Official Video).mp3",
- "Duracion": "03:06",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1869844897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.9494766-03:00"
- },
- {
- "Numero": "",
- "Titulo": "115 Alphaville - Forever Young (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\115 Alphaville - Forever Young (Official Music Video).mp3",
- "Duracion": "03:42",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2228506122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.9635521-03:00"
- },
- {
- "Numero": "",
- "Titulo": "116 Five Finger Death Punch - Wrong Side Of Heaven",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\116 Five Finger Death Punch - Wrong Side Of Heaven.mp3",
- "Duracion": "07:12",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 4324048979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.9768556-03:00"
- },
- {
- "Numero": "",
- "Titulo": "117 3 Doors Down - Kryptonite (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\117 3 Doors Down - Kryptonite (Official Video).mp3",
- "Duracion": "03:54",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2343183673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.9888298-03:00"
- },
- {
- "Numero": "",
- "Titulo": "118 (Everything I Do) I Do It For You (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\118 (Everything I Do) I Do It For You (Official Music Video).mp3",
- "Duracion": "06:32",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3928293877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.0049488-03:00"
- },
- {
- "Numero": "",
- "Titulo": "119 The Cranberries - Linger",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\119 The Cranberries - Linger.mp3",
- "Duracion": "04:37",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2774987755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.0197172-03:00"
- },
- {
- "Numero": "",
- "Titulo": "120 Goo Goo Dolls - Iris [Official Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\120 Goo Goo Dolls - Iris [Official Music Video].mp3",
- "Duracion": "03:35",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2156930612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.0371526-03:00"
- },
- {
- "Numero": "",
- "Titulo": "121 Panic! At The Disco - I Write Sins Not Tragedies [OFFICIAL VIDEO]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\121 Panic! At The Disco - I Write Sins Not Tragedies [OFFICIAL VIDEO].mp3",
- "Duracion": "03:05",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1855738775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.0533961-03:00"
- },
- {
- "Numero": "",
- "Titulo": "122 Faint [Official Music Video] - Linkin Park",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\122 Faint [Official Music Video] - Linkin Park.mp3",
- "Duracion": "02:47",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1676277551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.0684639-03:00"
- },
- {
- "Numero": "",
- "Titulo": "123 STARSET - My Demons (OFFICIAL)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\123 STARSET - My Demons (OFFICIAL).mp3",
- "Duracion": "03:49",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2298253061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.0855317-03:00"
- },
- {
- "Numero": "",
- "Titulo": "124 BURN IT DOWN [Official Music Video] - Linkin Park",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\124 BURN IT DOWN [Official Music Video] - Linkin Park.mp3",
- "Duracion": "03:53",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2334563265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.100997-03:00"
- },
- {
- "Numero": "",
- "Titulo": "125 Of Monsters And Men - Little Talks (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\125 Of Monsters And Men - Little Talks (Official Video).mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2542497959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.1208479-03:00"
- },
- {
- "Numero": "",
- "Titulo": "126 blink-182 - I Miss You (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\126 blink-182 - I Miss You (Official Video).mp3",
- "Duracion": "03:49",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2299559183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.1357832-03:00"
- },
- {
- "Numero": "",
- "Titulo": "127 Bon Jovi - You Give Love A Bad Name (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\127 Bon Jovi - You Give Love A Bad Name (Official Music Video).mp3",
- "Duracion": "03:50",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2306612244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.1532135-03:00"
- },
- {
- "Numero": "",
- "Titulo": "128 The Beatles - Hey Jude",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\128 The Beatles - Hey Jude.mp3",
- "Duracion": "08:09",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 4895608163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.1686733-03:00"
- },
- {
- "Numero": "",
- "Titulo": "129 t.A.T.u. - All The Things She Said (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\129 t.A.T.u. - All The Things She Said (Official Music Video).mp3",
- "Duracion": "03:46",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2262204081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.1840505-03:00"
- },
- {
- "Numero": "",
- "Titulo": "130 Three Days Grace - I Hate Everything About You (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\130 Three Days Grace - I Hate Everything About You (Official Video).mp3",
- "Duracion": "03:39",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2198204081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.1995172-03:00"
- },
- {
- "Numero": "",
- "Titulo": "131 blink-182 - All The Small Things (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\131 blink-182 - All The Small Things (Official Music Video).mp3",
- "Duracion": "02:50",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1706840816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.214115-03:00"
- },
- {
- "Numero": "",
- "Titulo": "132 Red Hot Chili Peppers - Can't Stop [Official Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\132 Red Hot Chili Peppers - Can't Stop [Official Music Video].mp3",
- "Duracion": "04:38",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2780473469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.2290071-03:00"
- },
- {
- "Numero": "",
- "Titulo": "133 Seether - Broken ft. Amy Lee",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\133 Seether - Broken ft. Amy Lee.mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2624000000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.2410636-03:00"
- },
- {
- "Numero": "",
- "Titulo": "134 Red Hot Chili Peppers - Dani California [Official Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\134 Red Hot Chili Peppers - Dani California [Official Music Video].mp3",
- "Duracion": "04:47",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2877126530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.2540543-03:00"
- },
- {
- "Numero": "",
- "Titulo": "135 Scorpions - Send Me An Angel",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\135 Scorpions - Send Me An Angel.mp3",
- "Duracion": "04:28",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2689828571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.2711921-03:00"
- },
- {
- "Numero": "",
- "Titulo": "136 Red Hot Chili Peppers - Snow (Hey Oh) (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\136 Red Hot Chili Peppers - Snow (Hey Oh) (Official Music Video).mp3",
- "Duracion": "05:49",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3494138775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.2860223-03:00"
- },
- {
- "Numero": "",
- "Titulo": "137 Bon Jovi - Bed Of Roses (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\137 Bon Jovi - Bed Of Roses (Official Music Video).mp3",
- "Duracion": "06:42",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 4021028571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.3037166-03:00"
- },
- {
- "Numero": "",
- "Titulo": "138 Snow Patrol - Chasing Cars (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\138 Snow Patrol - Chasing Cars (Official Video).mp3",
- "Duracion": "03:41",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2212310204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.3229425-03:00"
- },
- {
- "Numero": "",
- "Titulo": "139 Avenged Sevenfold - So Far Away [Official Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\139 Avenged Sevenfold - So Far Away [Official Music Video].mp3",
- "Duracion": "05:28",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3288816326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.3397524-03:00"
- },
- {
- "Numero": "",
- "Titulo": "140 Aerosmith - Cryin' (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\140 Aerosmith - Cryin' (Official Music Video).mp3",
- "Duracion": "05:30",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3302400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.3533352-03:00"
- },
- {
- "Numero": "",
- "Titulo": "141 Skillet - Hero (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\141 Skillet - Hero (Official Video).mp3",
- "Duracion": "03:16",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1968587755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.3690769-03:00"
- },
- {
- "Numero": "",
- "Titulo": "142 Green Day - Basket Case [Official Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\142 Green Day - Basket Case [Official Music Video].mp3",
- "Duracion": "03:12",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1925760000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.3851237-03:00"
- },
- {
- "Numero": "",
- "Titulo": "143 Kings Of Leon - Use Somebody (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\143 Kings Of Leon - Use Somebody (Official Video).mp3",
- "Duracion": "03:50",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2305306122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.3997275-03:00"
- },
- {
- "Numero": "",
- "Titulo": "144 Arctic Monkeys - R U Mine (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\144 Arctic Monkeys - R U Mine (Official Video).mp3",
- "Duracion": "03:44",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2240000000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.4164698-03:00"
- },
- {
- "Numero": "",
- "Titulo": "145 Starship - Nothing's Gonna Stop Us Now (Official Music Video) [HD]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\145 Starship - Nothing's Gonna Stop Us Now (Official Music Video) [HD].mp3",
- "Duracion": "04:27",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2677289795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.4324582-03:00"
- },
- {
- "Numero": "",
- "Titulo": "146 Rod Stewart - Have You Ever Seen The Rain (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\146 Rod Stewart - Have You Ever Seen The Rain (Official Video).mp3",
- "Duracion": "03:12",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1926791836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.4474275-03:00"
- },
- {
- "Numero": "",
- "Titulo": "147 Ram Jam - Black Betty",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\147 Ram Jam - Black Betty.mp3",
- "Duracion": "02:24",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1444571428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.4616734-03:00"
- },
- {
- "Numero": "",
- "Titulo": "148 Heart - Alone",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\148 Heart - Alone.mp3",
- "Duracion": "03:37",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2176783673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.4735524-03:00"
- },
- {
- "Numero": "",
- "Titulo": "149 Queen - Radio Ga Ga (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\149 Queen - Radio Ga Ga (Official Video).mp3",
- "Duracion": "05:53",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3531755102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.4858364-03:00"
- },
- {
- "Numero": "",
- "Titulo": "150 Count Pariah - Paranoia (Official Lyric Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\150 Count Pariah - Paranoia (Official Lyric Video).mp3",
- "Duracion": "04:09",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2491820408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.5034948-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "01 No Te Va Gustar ft. Julieta Venegas - Chau (Acústico) [Otras Canciones 2019]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\01 No Te Va Gustar ft. Julieta Venegas - Chau (Acústico) [Otras Canciones 2019].mp3",
- "Duracion": "05:28",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3288555102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.5195652-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "02 Ciro y Los Persas _ PISTOLAS ft.WOS _ MASTAI 2019",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\02 Ciro y Los Persas _ PISTOLAS ft.WOS _ MASTAI 2019.mp3",
- "Duracion": "07:06",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 4262138775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.5430186-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "03 No Te Va Gustar ft. Jorge Drexler - De Nada Sirve (Acústico) [Otras Canciones 2019]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\03 No Te Va Gustar ft. Jorge Drexler - De Nada Sirve (Acústico) [Otras Canciones 2019].mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2451591836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.5630776-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "04 El Cuarteto de Nos - Mario Neta (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\04 El Cuarteto de Nos - Mario Neta (Official Video).mp3",
- "Duracion": "03:54",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2346057142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.5815973-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "06 AIRBAG - Perdido - Video Oficial",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\06 AIRBAG - Perdido - Video Oficial.mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2487379591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.6013466-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "07 Surfistas Del Sistema - Te Miro Para Ver Si Me Ves Mirarte (Lyric Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\07 Surfistas Del Sistema - Te Miro Para Ver Si Me Ves Mirarte (Lyric Video).mp3",
- "Duracion": "04:35",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2756440816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.6171764-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "08 No Te Va Gustar - A Las Nueve (Acústico) [Otras Canciones 2019]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\08 No Te Va Gustar - A Las Nueve (Acústico) [Otras Canciones 2019].mp3",
- "Duracion": "03:21",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2014563265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.6390258-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "09 Los Gardelitos - Intro _ Sortilegio de Arrabal _ Puño y Letra (en vivo)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\09 Los Gardelitos - Intro _ Sortilegio de Arrabal _ Puño y Letra (en vivo).mp3",
- "Duracion": "08:20",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 5003755102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.6570781-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "10 David Lebón - Mundo Agradable (Official Video) ft. Ricardo Mollo",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\10 David Lebón - Mundo Agradable (Official Video) ft. Ricardo Mollo.mp3",
- "Duracion": "04:28",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2680800000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.6720304-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "11 Cruzando el Charco I Lo Nuestro Tiene Magia",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\11 Cruzando el Charco I Lo Nuestro Tiene Magia.mp3",
- "Duracion": "03:25",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2052179591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.6908378-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "12 El Cuarteto de Nos - Punta Cana (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\12 El Cuarteto de Nos - Punta Cana (Official Video).mp3",
- "Duracion": "03:15",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1958138775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.7053671-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "13 Conociendo Rusia - 'Quiero que me llames' (Video Oficial)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\13 Conociendo Rusia - 'Quiero que me llames' (Video Oficial).mp3",
- "Duracion": "04:40",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2801893877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.7215584-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "14 Bersuit Vergarabat feat. Andrés Calamaro - Tuyo Siempre",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\14 Bersuit Vergarabat feat. Andrés Calamaro - Tuyo Siempre.mp3",
- "Duracion": "03:22",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2025273469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.7395277-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "16 La Beriso - Incendiémonos (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\16 La Beriso - Incendiémonos (Official Video).mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2453159183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.7550295-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "17 Departamento",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\17 Departamento.mp3",
- "Duracion": "03:54",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2348930612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.7723084-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "18 Vicentico - FREAK (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\18 Vicentico - FREAK (Official Video).mp3",
- "Duracion": "04:17",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2576979591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.7872187-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "19 Cruzando el Charco│Soy",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\19 Cruzando el Charco│Soy.mp3",
- "Duracion": "03:12",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1921306122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.8035523-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "20 Jóvenes Pordioseros ft Manuel Moretti - Todavía no puedo olvidarte (Viva el Rock and Roll - EN VIVO)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\20 Jóvenes Pordioseros ft Manuel Moretti - Todavía no puedo olvidarte (Viva el Rock and Roll - EN VIVO).mp3",
- "Duracion": "04:04",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2448457142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.8206403-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "21 La Renga - Parece un caso perdido",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\21 La Renga - Parece un caso perdido.mp3",
- "Duracion": "03:40",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2207608163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.8371988-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "22 Estelares - Rios de lava (video oficial)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\22 Estelares - Rios de lava (video oficial).mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2184097959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.8555647-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "23 Salvapantallas - CHHKP (Video Oficial)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\23 Salvapantallas - CHHKP (Video Oficial).mp3",
- "Duracion": "03:35",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2159804081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.8707586-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "24 La Beriso - Inmortal (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\24 La Beriso - Inmortal (Official Video).mp3",
- "Duracion": "03:34",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2147265306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.890204-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "25 Las Pelotas - Nadie Fue (video oficial)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\25 Las Pelotas - Nadie Fue (video oficial).mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2405355102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.9074428-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Burning Heart ",
- "Artista": "SURVIVOR",
- "Album": "ROCKY 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rocky4\\BURNING HEART - SURVIVOR.mp3",
- "Duracion": "04:03",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2432601923,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.9248391-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Double Or Nothing",
- "Artista": "Kenny Loggins & Gladys Knight",
- "Album": "ROCKY 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rocky4\\DOUBLE OR NOTHING - Kenny Loggins & Gladys Knight.mp3",
- "Duracion": "03:53",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2338292948,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.9422914-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Eye Of The Tiger",
- "Artista": "SURVIVOR",
- "Album": "ROCKY 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rocky4\\EYE OF THE TIGER - SURVIVOR.mp3",
- "Duracion": "03:59",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2394289102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.9556003-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Heart's On Fire",
- "Artista": "John Cafferty",
- "Album": "ROCKY 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rocky4\\HEART'S ON FIRE - John Cafferty.mp3",
- "Duracion": "04:19",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2593623076,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.9685472-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Heart's on Fire",
- "Artista": "John Cafferty & Vinc...",
- "Album": "ROCKY 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rocky4\\John Cafferty & Vince DiCola - Heart's on Fire_Up the Mountain (Movie Version - Fan Edit).mp3",
- "Duracion": "05:19",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 3199128205,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.9897199-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Living In America ",
- "Artista": "James Brown",
- "Album": "ROCKY 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rocky4\\LIVING IN AMERICA - James Brown.mp3",
- "Duracion": "04:56",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2962552564,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.0040493-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "No Easy Way Out",
- "Artista": "Robert Tepper",
- "Album": "ROCKY 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rocky4\\NO EASY WAY OUT - Robert Tepper.mp3",
- "Duracion": "04:34",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2747410897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.0195416-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "One Way Street",
- "Artista": "GO WEST",
- "Album": "ROCKY 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rocky4\\ONE WAY STREET - GO WEST.mp3",
- "Duracion": "04:45",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2852972435,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.0346913-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Man Against The World",
- "Artista": "SURVIVOR",
- "Album": "ROCKY 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rocky4\\Survivor - Man Against The World.mp3",
- "Duracion": "03:46",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2266757692,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.0517768-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "The Sweetest Victory",
- "Artista": "TOUCH",
- "Album": "ROCKY 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rocky4\\THE SWEETEST VICTORY - TOUCH.mp3",
- "Duracion": "04:36",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2769380769,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.067752-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Training Montage",
- "Artista": "Vince DiCola",
- "Album": "ROCKY 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rocky4\\TRAINING MONTAGE - Vince DiCola.mp3",
- "Duracion": "03:48",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2282297435,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.0842868-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "War",
- "Artista": "Vince DiCola",
- "Album": "ROCKY 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rocky4\\WAR - Vince DiCola.mp3",
- "Duracion": "06:08",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 3689426282,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.1021124-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "The Look",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\01 The Look.mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2373746938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.1213822-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Dressed for Success",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\02 Dressed for Success (US Single Mix).mp3",
- "Duracion": "04:11",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2517159183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.136196-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Dangerous",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\03 Dangerous.mp3",
- "Duracion": "03:50",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2300081632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.1541363-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "It Must Have Been Love",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\04 It Must Have Been Love (From the Film 'Pretty Woman').mp3",
- "Duracion": "04:18",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2587951020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.1696863-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "How Do You Do!",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\05 How Do You Do!.mp3",
- "Duracion": "03:09",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1891265306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.1871587-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Wish I Could Fly",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\06 Wish I Could Fly.mp3",
- "Duracion": "04:39",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2799281632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.2057383-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Spending My Time",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\07 Spending My Time.mp3",
- "Duracion": "04:35",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2757485714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.2206505-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Almost Unreal",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\08 Almost Unreal.mp3",
- "Duracion": "03:54",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2348408163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.2368136-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "The Big L.",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\09 The Big L..mp3",
- "Duracion": "04:25",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2657697959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.2518159-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Fading Like A Flower",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\10 Fading Like A Flower (Every Time You Leave).mp3",
- "Duracion": "03:50",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2307395918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.2673299-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Crash! Boom! Bang!",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\11 Crash! Boom! Bang! (Radio Edit).mp3",
- "Duracion": "04:26",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2666057142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.2859211-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "June Afternoon",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\12 June Afternoon.mp3",
- "Duracion": "04:11",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2510889795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.3017958-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Queen of Rain",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\13 Queen of Rain.mp3",
- "Duracion": "04:55",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2959673469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.3184098-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Opportunity Nox",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\14 Opportunity Nox.mp3",
- "Duracion": "02:59",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1790432653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.3342764-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Perfect Day",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\15 Perfect Day.mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2450024489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.3524051-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Joyride",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\16 Joyride.mp3",
- "Duracion": "04:01",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2417893877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.3662687-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Listen to Your Heart",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\18 Listen to Your Heart (Swedish Single Edit).mp3",
- "Duracion": "05:14",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 3149322448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.3871128-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "Run to You (G.M. Remaster '03)",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\19 Run to You (G.M. Remaster '03).mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2188800000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.4070887-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "Real Sugar (G.M. Remaster '03)",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\20 Real Sugar (G.M. Remaster '03).mp3",
- "Duracion": "03:14",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1949779591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.4222383-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "Milk and Toast and Honey",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\21 Milk and Toast and Honey.mp3",
- "Duracion": "04:04",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2449502040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.4431286-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "Stars",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\22 Stars (2003 Remaster).mp3",
- "Duracion": "03:58",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2381322448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.4735192-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "Vulnerable",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\23 Vulnerable.mp3",
- "Duracion": "05:01",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 3010612244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.503446-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "The Centre Of The Heart",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\24 The Centre Of The Heart (2003 Remaster).mp3",
- "Duracion": "03:23",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2031281632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.5346832-03:00"
- },
- {
- "Numero": "24",
- "Titulo": "You Don't Understand Me",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\27 You Don't Understand Me.mp3",
- "Duracion": "04:28",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2689828571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.5632658-03:00"
- },
- {
- "Numero": "25",
- "Titulo": "She's Got Nothing on",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\28 She's Got Nothing on (But the Radio).mp3",
- "Duracion": "03:34",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2143608163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.5932819-03:00"
- },
- {
- "Numero": "26",
- "Titulo": "[Do You Get] Excited",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\29 [Do You Get] Excited.mp3",
- "Duracion": "04:16",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2560000000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.623753-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Fading Like a Flower",
- "Artista": "ROXETTE",
- "Album": "FADING LIKE A FLAWER...",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\Fading Like a Flowers\\1 Fading Like a Flower.mp3",
- "Duracion": "03:05",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 1852865306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.6521917-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Fading Like a Flower (Hardino Mix)",
- "Artista": "ROXETTE",
- "Album": "FADING LIKE A FLAWER...",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\Fading Like a Flowers\\2 Fading Like a Flower (Hardino Mix).mp3",
- "Duracion": "06:05",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3654008163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.6844222-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Fading Like a Flower (Extended Mix) (Dancing DJ's vs. Roxette)",
- "Artista": "ROXETTE",
- "Album": "FADING LIKE A FLAWER...",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\Fading Like a Flowers\\3 Fading Like a Flower (Extended Mix) (Dancing DJ's vs. Roxette).mp3",
- "Duracion": "06:10",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3708604081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.7171475-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Fading Like a Flower (Alex K Mix) (Dancing DJ's vs. Roxette)",
- "Artista": "ROXETTE",
- "Album": "FADING LIKE A FLAWER...",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\Fading Like a Flowers\\4 Fading Like a Flower (Alex K Mix) (Dancing DJ's vs. Roxette).mp3",
- "Duracion": "06:08",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3688228571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.749411-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Fading Like a Flower (Discode Remix) (Dancing DJ's vs. Roxette)",
- "Artista": "ROXETTE",
- "Album": "FADING LIKE A FLAWER...",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\Fading Like a Flowers\\5 Fading Like a Flower (Discode Remix) (Dancing DJ's vs. Roxette).mp3",
- "Duracion": "06:30",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3901648979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.7808754-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Fading Like a Flower (Alex K Bounce Remix)",
- "Artista": "ROXETTE",
- "Album": "FADING LIKE A FLAWER...",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\Fading Like a Flowers\\6 Fading Like a Flower (Alex K Bounce Remix).mp3",
- "Duracion": "05:46",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3469061224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.8136348-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Believe In Love",
- "Artista": "SCORPIONS",
- "Album": "BEST SCORPIONS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Scorpions\\Believe In Love.mp3",
- "Duracion": "05:25",
- "FechaLanzamiento": "2011",
- "EstadoColor": "White",
- "DuracionLong": 3259297959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.8506483-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Big City Nights",
- "Artista": "SCORPIONS",
- "Album": "BEST SCORPIONS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Scorpions\\Big City Nights.mp3",
- "Duracion": "04:11",
- "FechaLanzamiento": "2011",
- "EstadoColor": "White",
- "DuracionLong": 2518987755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.8647509-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "I Can't Explain",
- "Artista": "SCORPIONS",
- "Album": "BEST SCORPIONS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Scorpions\\I Can't Explain.mp3",
- "Duracion": "03:25",
- "FechaLanzamiento": "2011",
- "EstadoColor": "White",
- "DuracionLong": 2054008163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.880702-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Loving You Sunday Mo...",
- "Artista": "SCORPIONS",
- "Album": "BEST SCORPIONS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Scorpions\\Loving You Sunday Morning.mp3",
- "Duracion": "05:39",
- "FechaLanzamiento": "2011",
- "EstadoColor": "White",
- "DuracionLong": 3392000000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.8965798-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "No One Like You",
- "Artista": "SCORPIONS",
- "Album": "BEST SCORPIONS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Scorpions\\No One Like You.mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "2011",
- "EstadoColor": "White",
- "DuracionLong": 2403787755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.9107554-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Rhythm Of Love",
- "Artista": "SCORPIONS",
- "Album": "BEST SCORPIONS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Scorpions\\Rhythm Of Love.mp3",
- "Duracion": "03:51",
- "FechaLanzamiento": "2011",
- "EstadoColor": "White",
- "DuracionLong": 2313665306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.9266577-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Rock You Like A Hurr...",
- "Artista": "SCORPIONS",
- "Album": "BEST SCORPIONS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Scorpions\\Rock You Like A Hurricane (Live).mp3",
- "Duracion": "04:15",
- "FechaLanzamiento": "2011",
- "EstadoColor": "White",
- "DuracionLong": 2558171428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.9405659-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Send Me An Angel",
- "Artista": "SCORPIONS",
- "Album": "BEST SCORPIONS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Scorpions\\Send Me An Angel.mp3",
- "Duracion": "04:33",
- "FechaLanzamiento": "2011",
- "EstadoColor": "White",
- "DuracionLong": 2730840816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.951381-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Still Loving You",
- "Artista": "SCORPIONS",
- "Album": "BEST SCORPIONS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Scorpions\\Still Loving You.mp3",
- "Duracion": "06:30",
- "FechaLanzamiento": "2011",
- "EstadoColor": "White",
- "DuracionLong": 3907395918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.9659235-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Tease Me Please Me",
- "Artista": "SCORPIONS",
- "Album": "BEST SCORPIONS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Scorpions\\Tease Me Please Me.mp3",
- "Duracion": "04:47",
- "FechaLanzamiento": "2011",
- "EstadoColor": "White",
- "DuracionLong": 2872946938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.9800535-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "The Zoo",
- "Artista": "SCORPIONS",
- "Album": "BEST SCORPIONS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Scorpions\\The Zoo.mp3",
- "Duracion": "05:32",
- "FechaLanzamiento": "2011",
- "EstadoColor": "White",
- "DuracionLong": 3328000000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.995351-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Wind Of Change",
- "Artista": "SCORPIONS",
- "Album": "BEST SCORPIONS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Scorpions\\Wind Of Change.mp3",
- "Duracion": "05:15",
- "FechaLanzamiento": "2011",
- "EstadoColor": "White",
- "DuracionLong": 3153763265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.0100616-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "A Change Is Gonna Come",
- "Artista": "SEAL",
- "Album": "HITS SEAL",
- "Genero": "SOUL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Seal\\A Change Is Gonna Come.mp3",
- "Duracion": "03:59",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2396700000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.0257942-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Crazy",
- "Artista": "SEAL",
- "Album": "HITS SEAL",
- "Genero": "SOUL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Seal\\Crazy.mp3",
- "Duracion": "04:36",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2766969230,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.0405758-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Don't Cry",
- "Artista": "SEAL",
- "Album": "HITS SEAL",
- "Genero": "SOUL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Seal\\Don't Cry.mp3",
- "Duracion": "04:37",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2773667307,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.0585829-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Fly Like an Eagle",
- "Artista": "SEAL",
- "Album": "HITS SEAL",
- "Genero": "SOUL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Seal\\Fly Like an Eagle.mp3",
- "Duracion": "04:21",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2613449358,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.0753685-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Killer",
- "Artista": "SEAL",
- "Album": "HITS SEAL",
- "Genero": "SOUL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Seal\\Killer.mp3",
- "Duracion": "04:24",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2648815384,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.0921677-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Kiss from a Rose",
- "Artista": "SEAL",
- "Album": "HITS SEAL",
- "Genero": "SOUL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Seal\\Kiss from a Rose.mp3",
- "Duracion": "04:55",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2956122435,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.1108372-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "My Girl",
- "Artista": "SEAL",
- "Album": "HITS SEAL",
- "Genero": "SOUL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Seal\\My Girl.mp3",
- "Duracion": "03:19",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1990261538,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.1281431-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Prayer for the Dying",
- "Artista": "SEAL",
- "Album": "HITS SEAL",
- "Genero": "SOUL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Seal\\Prayer for the Dying.mp3",
- "Duracion": "04:21",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2614521153,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.14503-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Thank You",
- "Artista": "SEAL",
- "Album": "HITS SEAL",
- "Genero": "SOUL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Seal\\Thank You.mp3",
- "Duracion": "03:53",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2331862820,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.161183-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "The Beginning",
- "Artista": "SEAL",
- "Album": "HITS SEAL",
- "Genero": "SOUL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Seal\\The Beginning.mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2548344230,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.1761888-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Waiting for You",
- "Artista": "SEAL",
- "Album": "HITS SEAL",
- "Genero": "SOUL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Seal\\Waiting for You.mp3",
- "Duracion": "03:50",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2300783974,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.1933955-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "01 [En] El Séptimo Día (Remasterizado 2007)",
- "Artista": "SODA STEREO",
- "Album": "CANCION ANIMAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Cancion Animal\\01 [En] El Séptimo Día (Remasterizado 2007).mp3",
- "Duracion": "04:23",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2633665306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.2080239-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "02 Un Millón De Años Luz (Remasterizado 2007)",
- "Artista": "SODA STEREO",
- "Album": "CANCION ANIMAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Cancion Animal\\02 Un Millón De Años Luz (Remasterizado 2007).mp3",
- "Duracion": "05:04",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 3041436734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.2236935-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "03 Canción Animal (Remasterizado 2007)",
- "Artista": "SODA STEREO",
- "Album": "CANCION ANIMAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Cancion Animal\\03 Canción Animal (Remasterizado 2007).mp3",
- "Duracion": "04:07",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2474840816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.2398611-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "04 1990 (Mil Nueve Noventa) (Remasterizado 2007)",
- "Artista": "SODA STEREO",
- "Album": "CANCION ANIMAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Cancion Animal\\04 1990 (Mil Nueve Noventa) (Remasterizado 2007).mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2187755102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.2537747-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "05 Sueles Dejarme Solo (Remasterizado 2007)",
- "Artista": "SODA STEREO",
- "Album": "CANCION ANIMAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Cancion Animal\\05 Sueles Dejarme Solo (Remasterizado 2007).mp3",
- "Duracion": "03:46",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2269779591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.2743975-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "06 De Música Ligera (Remasterizado 2007)",
- "Artista": "SODA STEREO",
- "Album": "CANCION ANIMAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Cancion Animal\\06 De Música Ligera (Remasterizado 2007).mp3",
- "Duracion": "03:32",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2128195918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.2915713-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "07 Hombre Al Agua (Remasterizado 2007)",
- "Artista": "SODA STEREO",
- "Album": "CANCION ANIMAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Cancion Animal\\07 Hombre Al Agua (Remasterizado 2007).mp3",
- "Duracion": "05:55",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 3551608163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.3124986-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "08 Entre Caníbales (Remasterizado 2007)",
- "Artista": "SODA STEREO",
- "Album": "CANCION ANIMAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Cancion Animal\\08 Entre Caníbales (Remasterizado 2007).mp3",
- "Duracion": "04:06",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2467787755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.3280991-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "09 Té Para 3 (Remasterizado 2007)",
- "Artista": "SODA STEREO",
- "Album": "CANCION ANIMAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Cancion Animal\\09 Té Para 3 (Remasterizado 2007).mp3",
- "Duracion": "02:25",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 1455281632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.3463371-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "10 Cae El Sol (Remasterizado 2007)",
- "Artista": "SODA STEREO",
- "Album": "CANCION ANIMAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Cancion Animal\\10 Cae El Sol (Remasterizado 2007).mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2627657142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.3644991-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Nada Personal",
- "Artista": "SODA STEREO",
- "Album": "NADA PERSONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Nada Personal\\01 Nada Personal (Remasterizado 2007).mp3",
- "Duracion": "04:52",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2926497959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.3816645-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Si No Fuera Por...",
- "Artista": "SODA STEREO",
- "Album": "NADA PERSONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Nada Personal\\02 Si No Fuera Por... (Remasterizado 2007).mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2076995918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.4018563-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Cuando Pase El Temblor",
- "Artista": "SODA STEREO",
- "Album": "NADA PERSONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Nada Personal\\03 Cuando Pase El Temblor (Remasterizado 2007).mp3",
- "Duracion": "03:49",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2292506122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.4167622-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Danza Rota",
- "Artista": "SODA STEREO",
- "Album": "NADA PERSONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Nada Personal\\04 Danza Rota (Remasterizado 2007).mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2117485714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.434788-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "El Cuerpo Del Delito",
- "Artista": "SODA STEREO",
- "Album": "NADA PERSONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Nada Personal\\05 El Cuerpo Del Delito (Remasterizado 2007).mp3",
- "Duracion": "03:46",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2266906122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.4516043-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Juegos De Seducción",
- "Artista": "SODA STEREO",
- "Album": "NADA PERSONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Nada Personal\\06 Juegos De Seducción (Remasterizado 2007).mp3",
- "Duracion": "03:18",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 1981387755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.469935-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Estoy Azulado",
- "Artista": "SODA STEREO",
- "Album": "NADA PERSONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Nada Personal\\07 Estoy Azulado (Remasterizado 2007).mp3",
- "Duracion": "05:17",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 3170481632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.4849847-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Observándonos",
- "Artista": "SODA STEREO",
- "Album": "NADA PERSONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Nada Personal\\08 Observándonos (Satélites) (Remasterizado 2007).mp3",
- "Duracion": "03:06",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 1869322448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.4995293-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Imágenes Retro",
- "Artista": "SODA STEREO",
- "Album": "NADA PERSONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Nada Personal\\09 Imágenes Retro (Remasterizado 2007).mp3",
- "Duracion": "03:49",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2298514285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.5171086-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Ecos",
- "Artista": "SODA STEREO",
- "Album": "NADA PERSONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Nada Personal\\10 Ecos (Remasterizado 2007).mp3",
- "Duracion": "04:57",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2977697959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.5310776-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Sin Sobresaltos",
- "Artista": "SODA STEREO",
- "Album": "SIGNOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Signos\\1 Sin Sobresaltos (Remasterizado 2007).mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 2624000000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.5463955-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "El Rito",
- "Artista": "SODA STEREO",
- "Album": "SIGNOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Signos\\2 El Rito (Remasterizado 2007).mp3",
- "Duracion": "06:06",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3663673469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.5613565-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Prófugos",
- "Artista": "SODA STEREO",
- "Album": "SIGNOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Signos\\3 Prófugos (Remasterizado 2007).mp3",
- "Duracion": "05:17",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3177012244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.578874-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "No Existes",
- "Artista": "SODA STEREO",
- "Album": "SIGNOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Signos\\4 No Existes (Remasterizado 2007).mp3",
- "Duracion": "04:43",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 2836897959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.5958562-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Persiana Americana",
- "Artista": "SODA STEREO",
- "Album": "SIGNOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Signos\\5 Persiana Americana (Remasterizado 2007).mp3",
- "Duracion": "04:52",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 2923624489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.6132236-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "En Camino",
- "Artista": "SODA STEREO",
- "Album": "SIGNOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Signos\\6 En Camino (Remasterizado 2007).mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 2697665306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.6309009-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Signos",
- "Artista": "SODA STEREO",
- "Album": "SIGNOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Signos\\7 Signos (Remasterizado 2007).mp3",
- "Duracion": "05:15",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3154285714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.6495384-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Final Caja Negra",
- "Artista": "SODA STEREO",
- "Album": "SIGNOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Signos\\8 Final Caja Negra (Remasterizado 2007).mp3",
- "Duracion": "05:43",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3438759183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.6714228-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Por Qué No Puedo Ser Del Jet Set",
- "Artista": "SODA STEREO",
- "Album": "SODA STEREO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Soda Stereo\\01 Por Qué No Puedo Ser Del Jet Set (Remasterizado 2007).mp3",
- "Duracion": "02:20",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 1404342857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.6992567-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Sobredosis de T.V.",
- "Artista": "SODA STEREO",
- "Album": "SODA STEREO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Soda Stereo\\02 Sobredosis de T.V. (Remasterizado 2007).mp3",
- "Duracion": "04:09",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2491036734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.7209363-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Te Hacen Falta Vitaminas",
- "Artista": "SODA STEREO",
- "Album": "SODA STEREO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Soda Stereo\\03 Te Hacen Falta Vitaminas (Remasterizado 2007).mp3",
- "Duracion": "02:38",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 1583281632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.7387239-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Trátame Suavemente",
- "Artista": "SODA STEREO",
- "Album": "SODA STEREO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Soda Stereo\\04 Trátame Suavemente (Remasterizado 2007).mp3",
- "Duracion": "03:20",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2008816326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.7586075-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Dietético",
- "Artista": "SODA STEREO",
- "Album": "SODA STEREO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Soda Stereo\\05 Dietético (Remasterizado 2007).mp3",
- "Duracion": "03:46",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2267689795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.7811465-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Tele-Ka",
- "Artista": "SODA STEREO",
- "Album": "SODA STEREO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Soda Stereo\\06 Tele-Ka (Remasterizado 2007).mp3",
- "Duracion": "02:25",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 1454236734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.8011356-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Ni Un Segundo",
- "Artista": "SODA STEREO",
- "Album": "SODA STEREO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Soda Stereo\\07 Ni Un Segundo (Remasterizado 2007).mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2073338775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.8180934-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Un Misil En Mi Placard",
- "Artista": "SODA STEREO",
- "Album": "SODA STEREO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Soda Stereo\\08 Un Misil En Mi Placard (Remasterizado 2007).mp3",
- "Duracion": "03:07",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 1873240816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.83383-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "El Tiempo Es Dinero",
- "Artista": "SODA STEREO",
- "Album": "SODA STEREO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Soda Stereo\\09 El Tiempo Es Dinero (Remasterizado 2007).mp3",
- "Duracion": "02:57",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 1772930612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.8486136-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Afrodisíacos",
- "Artista": "SODA STEREO",
- "Album": "SODA STEREO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Soda Stereo\\10 Afrodisíacos (Remasterizado 2007).mp3",
- "Duracion": "04:23",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2639412244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.864201-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Mi Novia Tiene Bíceps",
- "Artista": "SODA STEREO",
- "Album": "SODA STEREO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Soda Stereo\\11 Mi Novia Tiene Bíceps (Remasterizado 2007).mp3",
- "Duracion": "02:25",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 1455804081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.8818965-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Be With You",
- "Artista": "THE BANGLES",
- "Album": "BEST THE BANGLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Bangles\\The Bangles - Be With You (Official Video).mp3",
- "Duracion": "03:13",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 1931586538,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.9070719-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Eternal Flame (Official Audio)",
- "Artista": "THE BANGLES",
- "Album": "BEST THE BANGLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Bangles\\The Bangles - Eternal Flame (Official Audio).mp3",
- "Duracion": "04:03",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2433405769,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.9280248-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Eternal Flame",
- "Artista": "THE BANGLES",
- "Album": "BEST THE BANGLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Bangles\\The Bangles - Eternal Flame (Official Video).mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2481096153,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.9449794-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Going Down to Liverpool",
- "Artista": "THE BANGLES",
- "Album": "BEST THE BANGLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Bangles\\The Bangles - Going Down to Liverpool (Official Video).mp3",
- "Duracion": "03:50",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2302123717,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.9663355-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Hazy Shade Of Winter",
- "Artista": "THE BANGLES",
- "Album": "BEST THE BANGLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Bangles\\The Bangles - Hazy Shade Of Winter (Official Audio).mp3",
- "Duracion": "02:52",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 1724482692,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.9819479-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Hazy Shade of Winter",
- "Artista": "THE BANGLES",
- "Album": "BEST THE BANGLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Bangles\\The Bangles - Hazy Shade of Winter (Official Video).mp3",
- "Duracion": "02:51",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 1710014743,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.0033786-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Hero Takes A Fall",
- "Artista": "THE BANGLES",
- "Album": "BEST THE BANGLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Bangles\\The Bangles - Hero Takes A Fall (Official Video).mp3",
- "Duracion": "03:00",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 1808610256,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.0198196-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "If She Knew What She Wants",
- "Artista": "THE BANGLES",
- "Album": "BEST THE BANGLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Bangles\\The Bangles - If She Knew What She Wants (Official Video).mp3",
- "Duracion": "03:53",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2336953846,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.040244-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "In Your Room",
- "Artista": "THE BANGLES",
- "Album": "BEST THE BANGLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Bangles\\The Bangles - In Your Room (Official Video).mp3",
- "Duracion": "03:32",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2124758974,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.0619307-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Manic Monday",
- "Artista": "THE BANGLES",
- "Album": "BEST THE BANGLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Bangles\\The Bangles - Manic Monday (Official Video).mp3",
- "Duracion": "03:16",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 1961862179,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.0772307-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Walk Like an Egyptian",
- "Artista": "THE BANGLES",
- "Album": "BEST THE BANGLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Bangles\\The Bangles - Walk Like an Egyptian (Official Video).mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2076264743,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.0969225-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Walking Down Your Street",
- "Artista": "THE BANGLES",
- "Album": "BEST THE BANGLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Bangles\\The Bangles - Walking Down Your Street (Official Video).mp3",
- "Duracion": "04:04",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2443586538,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.1122057-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "A Hard Day's Night (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\A Hard Day's Night (Remastered 2015).mp3",
- "Duracion": "02:32",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1529991836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.130746-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "All You Need Is Love (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\All You Need Is Love (Remastered 2015).mp3",
- "Duracion": "03:47",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2278400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.1440833-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Can't Buy Me Love (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Can't Buy Me Love (Remastered 2015).mp3",
- "Duracion": "02:11",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1312653061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.1568675-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Come Together (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Come Together (Remastered 2015).mp3",
- "Duracion": "04:18",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2587689795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.1728608-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Eight Days A Week (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Eight Days A Week (Remastered 2015).mp3",
- "Duracion": "02:43",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1634220408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.1874974-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Eleanor Rigby (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Eleanor Rigby (Remastered 2015).mp3",
- "Duracion": "02:05",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1259624489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.2006558-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Get Back (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Get Back (Remastered 2015).mp3",
- "Duracion": "03:11",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1918693877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.2161473-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Hello, Goodbye (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Hello, Goodbye (Remastered 2015).mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2078824489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.2308493-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Help! (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Help! (Remastered 2015).mp3",
- "Duracion": "02:19",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1393371428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.2463254-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Hey Jude (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Hey Jude (Remastered 2015).mp3",
- "Duracion": "07:05",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 4257175510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.2602065-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "I Feel Fine (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\I Feel Fine (Remastered 2015).mp3",
- "Duracion": "02:19",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1394155102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.2741956-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "I Want To Hold Your Hand (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\I Want To Hold Your Hand (Remastered 2015).mp3",
- "Duracion": "02:25",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1458416326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.2879564-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Let It Be (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Let It Be (Remastered 2015).mp3",
- "Duracion": "03:50",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2305306122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.3002318-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Love Me Do (Mono _ Remastered)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Love Me Do (Mono _ Remastered).mp3",
- "Duracion": "02:20",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1402514285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.3126432-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Paperback Writer (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Paperback Writer (Remastered 2015).mp3",
- "Duracion": "02:18",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1382922448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.329703-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Penny Lane (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Penny Lane (Remastered 2015).mp3",
- "Duracion": "03:00",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1805844897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.3458411-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "She Loves You (Mono _ Remastered)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\She Loves You (Mono _ Remastered).mp3",
- "Duracion": "02:21",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1410089795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.3612267-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "Something (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Something (Remastered 2015).mp3",
- "Duracion": "03:01",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1814987755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.3779633-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "The Ballad Of John And Yoko (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\The Ballad Of John And Yoko (Remastered 2015).mp3",
- "Duracion": "02:59",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1795657142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.3938932-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "The Long And Winding Road (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\The Long And Winding Road (Remastered 2015).mp3",
- "Duracion": "03:39",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2195330612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.4106302-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "Ticket To Ride (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Ticket To Ride (Remastered 2015).mp3",
- "Duracion": "03:10",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1901975510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.4260704-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "We Can Work It Out (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\We Can Work It Out (Remastered 2015).mp3",
- "Duracion": "02:15",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1357844897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.4427902-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "Yellow Submarine (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Yellow Submarine (Remastered 2015).mp3",
- "Duracion": "02:38",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1588767346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.4605035-03:00"
- },
- {
- "Numero": "24",
- "Titulo": "Yesterday (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Yesterday (Remastered 2015).mp3",
- "Duracion": "02:05",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1254138775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.4780104-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Animal Instinct",
- "Artista": "THE CRANBERRIES",
- "Album": "SOMETHING ELSE",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Something else\\Animal Instinct (Acoustic Version).mp3",
- "Duracion": "03:44",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2247467307,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.4966456-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Dreams",
- "Artista": "THE CRANBERRIES",
- "Album": "SOMETHING ELSE",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Something else\\Dreams (Acoustic Version).mp3",
- "Duracion": "04:31",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2711776923,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.5123151-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Free to Decide",
- "Artista": "THE CRANBERRIES",
- "Album": "SOMETHING ELSE",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Something else\\Free to Decide (Acoustic Version).mp3",
- "Duracion": "03:22",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2022144230,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.5330744-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Just My Imagination",
- "Artista": "THE CRANBERRIES",
- "Album": "SOMETHING ELSE",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Something else\\Just My Imagination (Acoustic Version).mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2487794230,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.5479455-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Linger",
- "Artista": "THE CRANBERRIES",
- "Album": "SOMETHING ELSE",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Something else\\Linger (Acoustic Version).mp3",
- "Duracion": "05:03",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 3034891666,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.5690549-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Ode to My Family",
- "Artista": "THE CRANBERRIES",
- "Album": "SOMETHING ELSE",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Something else\\Ode to My Family (Acoustic Version).mp3",
- "Duracion": "04:50",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2904681410,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.5855614-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Ridiculous Thoughts",
- "Artista": "THE CRANBERRIES",
- "Album": "SOMETHING ELSE",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Something else\\Ridiculous Thoughts (Acoustic Version).mp3",
- "Duracion": "03:12",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 1925692307,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.6015554-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Rupture",
- "Artista": "THE CRANBERRIES",
- "Album": "SOMETHING ELSE",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Something else\\Rupture.mp3",
- "Duracion": "04:23",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2632472435,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.6163364-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "The Glory",
- "Artista": "THE CRANBERRIES",
- "Album": "SOMETHING ELSE",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Something else\\The Glory.mp3",
- "Duracion": "05:22",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 3228332051,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.630994-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "When You're Gone",
- "Artista": "THE CRANBERRIES",
- "Album": "SOMETHING ELSE",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Something else\\When You're Gone (Acoustic Version).mp3",
- "Duracion": "04:17",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2570582051,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.6491166-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Why",
- "Artista": "THE CRANBERRIES",
- "Album": "SOMETHING ELSE",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Something else\\Why.mp3",
- "Duracion": "05:09",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 3096514102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.665576-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "You & Me",
- "Artista": "THE CRANBERRIES",
- "Album": "SOMETHING ELSE",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Something else\\You & Me (Acoustic Version).mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2188524358,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.6822347-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Zombie",
- "Artista": "THE CRANBERRIES",
- "Album": "SOMETHING ELSE",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Something else\\Zombie (Acoustic Version).mp3",
- "Duracion": "04:07",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2478416666,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.6988454-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Dreams",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\01 Dreams.mp3",
- "Duracion": "04:15",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2551379591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.7152376-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Linger",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\02 Linger.mp3",
- "Duracion": "04:34",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2748342857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.7322125-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "Zombie",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\03 Zombie.mp3",
- "Duracion": "05:06",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3067036734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.7474538-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "Ode To My Family",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\04 Ode To My Family.mp3",
- "Duracion": "04:30",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2707330612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.7646569-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "I Can't Be With You",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\05 I Can't Be With You.mp3",
- "Duracion": "03:07",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 1879771428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.7852779-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Ridiculous Thoughts",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\06 Ridiculous Thoughts.mp3",
- "Duracion": "03:36",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2162155102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.8017843-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Salvation",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\07 Salvation.mp3",
- "Duracion": "02:24",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 1441959183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.817337-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Free To Decide",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\08 Free To Decide.mp3",
- "Duracion": "03:21",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2010644897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.8326642-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "When You're Gone",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\09 When You're Gone.mp3",
- "Duracion": "03:52",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2322808163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.8468445-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Promises (Radio Edit)",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\11 Promises (Radio Edit).mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2110693877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.866706-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Animal Instinct",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\12 Animal Instinct.mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2119836734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.8845253-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Just My Imagination",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\13 Just My Imagination.mp3",
- "Duracion": "03:12",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 1922873469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.9001893-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "You And Me",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\14 You And Me (Edit).mp3",
- "Duracion": "03:16",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 1968587755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.9170859-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Analyse",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\15 Analyse.mp3",
- "Duracion": "04:06",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2468571428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.9302253-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Time Is Ticking Out",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\16 Time Is Ticking Out.mp3",
- "Duracion": "03:01",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 1811069387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.9476506-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "This Is The Day",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\17 This Is The Day.mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2544848979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.961272-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Daffodil Lament",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\18 Daffodil Lament.mp3",
- "Duracion": "06:06",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3664979591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.9804672-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "New New York",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\19 New New York.mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2485812244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.0011233-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "20 Stars",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\20 Stars.mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2112522448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.0145469-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Break on Through",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\01 Break on Through (To the Other Side) (New Stereo Mix).mp3",
- "Duracion": "02:26",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1461028571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.0300665-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "Strange Days",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\02 Strange Days (New Stereo Mix).mp3",
- "Duracion": "03:08",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1886040816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.0442878-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "Alabama Song",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\03 Alabama Song (Whisky Bar).mp3",
- "Duracion": "03:15",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1953436734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.0613262-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "Love Me Two Times",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\04 Love Me Two Times (New Stereo Mix).mp3",
- "Duracion": "03:15",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1953175510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.0761686-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "Light My Fire",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\05 Light My Fire (New Stereo Mix).mp3",
- "Duracion": "06:58",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 4184555102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.0925233-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "Spanish Caravan",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\06 Spanish Caravan (New Stereo Mix).mp3",
- "Duracion": "02:59",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1797485714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.109611-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "The Crystal Ship",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\07 The Crystal Ship (New Stereo Mix).mp3",
- "Duracion": "02:33",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1532604081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.1254882-03:00"
- },
- {
- "Numero": "24",
- "Titulo": "The Unknown Soldier",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\08 The Unknown Soldier (New Stereo Mix).mp3",
- "Duracion": "03:24",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2046171428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.1432374-03:00"
- },
- {
- "Numero": "25",
- "Titulo": "People Are Strange",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\10 People Are Strange (New Stereo Mix).mp3",
- "Duracion": "02:10",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1308473469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.1603468-03:00"
- },
- {
- "Numero": "26",
- "Titulo": "Back Door Man",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\11 Back Door Man (New Stereo Mix).mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2119314285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.1753457-03:00"
- },
- {
- "Numero": "27",
- "Titulo": "Moonlight Drive",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\12 Moonlight Drive (New Stereo Mix).mp3",
- "Duracion": "03:02",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1827526530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.1924243-03:00"
- },
- {
- "Numero": "28",
- "Titulo": "End of the Night",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\13 End of the Night (New Stereo Mix).mp3",
- "Duracion": "02:49",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1695869387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.2095578-03:00"
- },
- {
- "Numero": "29",
- "Titulo": "Five to One",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\14 Five to One (New Stereo Mix).mp3",
- "Duracion": "04:32",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2729012244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.2273238-03:00"
- },
- {
- "Numero": "30",
- "Titulo": "When the Music's Over",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\15 When the Music's Over (New Stereo Mix).mp3",
- "Duracion": "11:05",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 6657567346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.2435402-03:00"
- },
- {
- "Numero": "31",
- "Titulo": "Twentieth Century Fox",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\16 Twentieth Century Fox (New Stereo Mix).mp3",
- "Duracion": "02:32",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1523722448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.2607741-03:00"
- },
- {
- "Numero": "32",
- "Titulo": "Love Her Madly",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\17 Love Her Madly (New Stereo Mix).mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2184881632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.2763272-03:00"
- },
- {
- "Numero": "33",
- "Titulo": "Riders on the Storm",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\18 Riders on the Storm (New Stereo Mix).mp3",
- "Duracion": "07:07",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 4273632653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.2953982-03:00"
- },
- {
- "Numero": "34",
- "Titulo": "My Eyes Have Seen You",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\19 My Eyes Have Seen You (New Stereo Mix).mp3",
- "Duracion": "02:31",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1518497959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.3125316-03:00"
- },
- {
- "Numero": "35",
- "Titulo": "Tell All the People",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\20 Tell All the People (New Stereo Mix).mp3",
- "Duracion": "03:21",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2016653061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.3292915-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Hello, I Love You (New Stereo Mix)",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\21 Hello, I Love You (New Stereo Mix).mp3",
- "Duracion": "02:39",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1594253061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.345566-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "The WASP (Texas Radio and the Big Beat) (New Stereo Mix)",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\22 The WASP (Texas Radio and the Big Beat) (New Stereo Mix).mp3",
- "Duracion": "04:13",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2537012244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.3609399-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Not to Touch the Earth (New Stereo Mix)",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\23 Not to Touch the Earth (New Stereo Mix).mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2405355102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.3769035-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Soul Kitchen (New Stereo Mix)",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\24 Soul Kitchen (New Stereo Mix).mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2115395918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.4001222-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Peace Frog (New Stereo Mix)",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\25 Peace Frog (New Stereo Mix).mp3",
- "Duracion": "02:56",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1769012244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.4216166-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "L.A. Woman (New Stereo Mix)",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\26 L.A. Woman (New Stereo Mix).mp3",
- "Duracion": "07:58",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 4781714285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.4370174-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Waiting for the Sun (New Stereo Mix)",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\27 Waiting for the Sun (New Stereo Mix).mp3",
- "Duracion": "04:02",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2426253061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.4521034-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "The Changeling (New Stereo Mix)",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\29 The Changeling (New Stereo Mix).mp3",
- "Duracion": "04:24",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2649338775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.4680433-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Wishful Sinful (New Stereo Mix)",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\30 Wishful Sinful (New Stereo Mix).mp3",
- "Duracion": "02:58",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1782073469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.4821558-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Love Street (New Stereo Mix)",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\31 Love Street (New Stereo Mix).mp3",
- "Duracion": "02:55",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1753600000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.4966688-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Ghost Song",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\32 Ghost Song.mp3",
- "Duracion": "04:12",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2528653061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.5096319-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Roadhouse Blues (New Stereo Mix)",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\34 Roadhouse Blues (New Stereo Mix).mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2482416326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.5269829-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "L.A. Woman (Paul Oakenfold Remix)",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\35 L.A. Woman (Paul Oakenfold Remix).mp3",
- "Duracion": "04:19",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2596571428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.543802-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Hello, I Love You (Adam Freeland Fabric Mix)",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\36 Hello, I Love You (Adam Freeland Fabric Mix).mp3",
- "Duracion": "07:35",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 4554448979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.5581187-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Maggie M'Gill (John Densmore _ FredWreck Remix)",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\37 Maggie M'Gill (John Densmore _ FredWreck Remix).mp3",
- "Duracion": "04:55",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2952881632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.574013-03:00"
- },
- {
- "Numero": "36",
- "Titulo": "You Make Me Real",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\38 You Make Me Real (2Manzarek2 Remix).mp3",
- "Duracion": "03:19",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1997322448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.5897759-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Roadhouse Blues (Crystal Method Remix)",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\39 Roadhouse Blues (Crystal Method Remix).mp3",
- "Duracion": "04:57",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2971428571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.6068141-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Roxanne",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\01 Roxanne.mp3",
- "Duracion": "03:12",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 1927575510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.6232841-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Can't Stand Losing You",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\02 Can't Stand Losing You.mp3",
- "Duracion": "02:48",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 1688555102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.6441882-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "So Lonely",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\03 So Lonely.mp3",
- "Duracion": "04:48",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2881567346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.6589794-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Message In A Bottle",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\04 Message In A Bottle.mp3",
- "Duracion": "04:49",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2899069387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.6750158-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Walking On The Moon",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\05 Walking On The Moon.mp3",
- "Duracion": "05:01",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 3011657142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.6913106-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "The Bed's Too Big Without You",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\06 The Bed's Too Big Without You.mp3",
- "Duracion": "04:24",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2648293877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.7100263-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Don't Stand So Close To Me",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\07 Don't Stand So Close To Me.mp3",
- "Duracion": "04:02",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2420767346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.7286847-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "De Do Do Do, De Da Da Da",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\08 De Do Do Do, De Da Da Da.mp3",
- "Duracion": "04:07",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2475624489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.74483-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Every Little Thing She Does Is Magic",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\09 Every Little Thing She Does Is Magic.mp3",
- "Duracion": "04:20",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2601534693,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.7616728-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Invisible Sun",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\10 Invisible Sun.mp3",
- "Duracion": "03:43",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2237910204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.7771291-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Spirits In The Material World",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\11 Spirits In The Material World.mp3",
- "Duracion": "02:58",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 1785469387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.7947021-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "12 Synchronicity II",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\12 Synchronicity II.mp3",
- "Duracion": "05:00",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 3008783673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.8083608-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Every Breath You Take",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\13 Every Breath You Take.mp3",
- "Duracion": "04:12",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2527869387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.8244016-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "King Of Pain",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\14 King Of Pain.mp3",
- "Duracion": "04:57",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2976914285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.8436788-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Wrapped Around Your Finger",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\15 Wrapped Around Your Finger.mp3",
- "Duracion": "05:14",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 3144359183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.8601095-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Tea In The Sahara",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\16 Tea In The Sahara.mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2544326530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.8761452-03:00"
- },
- {
- "Numero": "",
- "Titulo": "01 Next To You",
- "Artista": "THE POLICE",
- "Album": "OUTLANDOS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Outlandos\\01 Next To You.mp3",
- "Duracion": "02:52",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 1720163265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.9004832-03:00"
- },
- {
- "Numero": "",
- "Titulo": "02 So Lonely",
- "Artista": "THE POLICE",
- "Album": "OUTLANDOS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Outlandos\\02 So Lonely.mp3",
- "Duracion": "04:49",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 2896718367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.9298778-03:00"
- },
- {
- "Numero": "",
- "Titulo": "03 Roxanne",
- "Artista": "THE POLICE",
- "Album": "OUTLANDOS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Outlandos\\03 Roxanne.mp3",
- "Duracion": "03:12",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 1920522448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.9536731-03:00"
- },
- {
- "Numero": "",
- "Titulo": "04 Hole In My Life",
- "Artista": "THE POLICE",
- "Album": "OUTLANDOS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Outlandos\\04 Hole In My Life.mp3",
- "Duracion": "04:50",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 2901420408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.9820174-03:00"
- },
- {
- "Numero": "",
- "Titulo": "05 Peanuts",
- "Artista": "THE POLICE",
- "Album": "OUTLANDOS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Outlandos\\05 Peanuts.mp3",
- "Duracion": "03:54",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 2348408163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.0032972-03:00"
- },
- {
- "Numero": "",
- "Titulo": "06 Can't Stand Losing You",
- "Artista": "THE POLICE",
- "Album": "OUTLANDOS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Outlandos\\06 Can't Stand Losing You.mp3",
- "Duracion": "02:58",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 1788342857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.024267-03:00"
- },
- {
- "Numero": "",
- "Titulo": "07 Truth Hits Everybody",
- "Artista": "THE POLICE",
- "Album": "OUTLANDOS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Outlandos\\07 Truth Hits Everybody.mp3",
- "Duracion": "02:55",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 1750204081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.0459161-03:00"
- },
- {
- "Numero": "",
- "Titulo": "08 Born In The 50's",
- "Artista": "THE POLICE",
- "Album": "OUTLANDOS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Outlandos\\08 Born In The 50's.mp3",
- "Duracion": "03:42",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 2224848979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.0712082-03:00"
- },
- {
- "Numero": "",
- "Titulo": "09 Be My Girl - Sally",
- "Artista": "THE POLICE",
- "Album": "OUTLANDOS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Outlandos\\09 Be My Girl - Sally.mp3",
- "Duracion": "03:24",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 2040424489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.0918206-03:00"
- },
- {
- "Numero": "",
- "Titulo": "10 Masoko Tanga",
- "Artista": "THE POLICE",
- "Album": "OUTLANDOS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Outlandos\\10 Masoko Tanga.mp3",
- "Duracion": "05:42",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 3423085714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.1123787-03:00"
- },
- {
- "Numero": "",
- "Titulo": "01 Synchronicity I",
- "Artista": "THE POLICE",
- "Album": "SYNCHRONICITY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Synchronicity\\01 Synchronicity I.mp3",
- "Duracion": "03:23",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2030759183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.1354606-03:00"
- },
- {
- "Numero": "",
- "Titulo": "02 Walking In Your Footsteps",
- "Artista": "THE POLICE",
- "Album": "SYNCHRONICITY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Synchronicity\\02 Walking In Your Footsteps.mp3",
- "Duracion": "03:36",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2168685714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.1552758-03:00"
- },
- {
- "Numero": "",
- "Titulo": "03 O My God",
- "Artista": "THE POLICE",
- "Album": "SYNCHRONICITY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Synchronicity\\03 O My God.mp3",
- "Duracion": "04:02",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2423640816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.1766648-03:00"
- },
- {
- "Numero": "",
- "Titulo": "04 Mother",
- "Artista": "THE POLICE",
- "Album": "SYNCHRONICITY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Synchronicity\\04 Mother.mp3",
- "Duracion": "03:05",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 1856000000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.1925344-03:00"
- },
- {
- "Numero": "",
- "Titulo": "05 Miss Gradenko",
- "Artista": "THE POLICE",
- "Album": "SYNCHRONICITY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Synchronicity\\05 Miss Gradenko.mp3",
- "Duracion": "01:59",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 1199804081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.2125929-03:00"
- },
- {
- "Numero": "",
- "Titulo": "06 Synchronicity II",
- "Artista": "THE POLICE",
- "Album": "SYNCHRONICITY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Synchronicity\\06 Synchronicity II.mp3",
- "Duracion": "05:00",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 3005126530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.2302994-03:00"
- },
- {
- "Numero": "",
- "Titulo": "07 Every Breath You Take",
- "Artista": "THE POLICE",
- "Album": "SYNCHRONICITY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Synchronicity\\07 Every Breath You Take.mp3",
- "Duracion": "04:13",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2539885714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.2438752-03:00"
- },
- {
- "Numero": "",
- "Titulo": "08 King Of Pain",
- "Artista": "THE POLICE",
- "Album": "SYNCHRONICITY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Synchronicity\\08 King Of Pain.mp3",
- "Duracion": "04:59",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2991281632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.2567537-03:00"
- },
- {
- "Numero": "",
- "Titulo": "09 Wrapped Around Your Finger",
- "Artista": "THE POLICE",
- "Album": "SYNCHRONICITY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Synchronicity\\09 Wrapped Around Your Finger.mp3",
- "Duracion": "05:13",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 3137828571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.2758083-03:00"
- },
- {
- "Numero": "",
- "Titulo": "10 Tea In The Sahara",
- "Artista": "THE POLICE",
- "Album": "SYNCHRONICITY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Synchronicity\\10 Tea In The Sahara.mp3",
- "Duracion": "04:19",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2595526530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.2927754-03:00"
- },
- {
- "Numero": "",
- "Titulo": "11 Murder By Numbers",
- "Artista": "THE POLICE",
- "Album": "SYNCHRONICITY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Synchronicity\\11 Murder By Numbers.mp3",
- "Duracion": "04:36",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2761665306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.3066554-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "I Can't Explain (Mono)",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\01 I Can't Explain (Mono).mp3",
- "Duracion": "02:05",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1259885714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.3264601-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "My Generation",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\02 My Generation (Original Mono Version).mp3",
- "Duracion": "03:17",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1978253061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.340865-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "The Kids Are Alright",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\03 The Kids Are Alright (Mono_Stereo Version).mp3",
- "Duracion": "03:07",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1870889795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.3557437-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Happy Jack",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\05 Happy Jack.mp3",
- "Duracion": "02:11",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1318400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.3736108-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Pictures Of Lily",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\06 Pictures Of Lily.mp3",
- "Duracion": "02:44",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1642057142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.3907275-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "I Can See For Miles",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\07 I Can See For Miles.mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2483983673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.4085599-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Magic Bus",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\08 Magic Bus (Original Stereo Version).mp3",
- "Duracion": "03:16",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1963363265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.4242512-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Behind Blue Eyes",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\10 Behind Blue Eyes.mp3",
- "Duracion": "03:43",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2233730612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.441775-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Baba O'Riley",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\11 Baba O'Riley.mp3",
- "Duracion": "05:01",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3012440816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.4574689-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Won't Get Fooled Again",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\12 Won't Get Fooled Again.mp3",
- "Duracion": "08:33",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5135151020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.4731562-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Love Reign O'er Me (5.1 Mix)",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\13 Love Reign O'er Me (5.1 Mix).mp3",
- "Duracion": "05:55",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3550824489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.4898428-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Squeeze Box",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\14 Squeeze Box.mp3",
- "Duracion": "02:43",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1630302040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.5094094-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Who Are You (US Edit Version)",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\15 Who Are You (US Edit Version).mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2077779591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.5234532-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "You Better You Bet",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\16 You Better You Bet.mp3",
- "Duracion": "05:38",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3388604081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.5406325-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Eminence Front",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\17 Eminence Front.mp3",
- "Duracion": "05:43",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3430400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.5557052-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Real Good Looking Boy",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\18 Real Good Looking Boy.mp3",
- "Duracion": "05:43",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3433795918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.5729792-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "It's Not Enough",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\19 It's Not Enough.mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2451069387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.5888821-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "I Can't Explain",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\20 I Can't Explain (Live At San Francisco Civic Auditorium, 1971).mp3",
- "Duracion": "02:32",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1529730612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.6046282-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "Substitute (Live At San Francisco Civic Auditorium, 1971)",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\21 Substitute (Live At San Francisco Civic Auditorium, 1971).mp3",
- "Duracion": "02:10",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1302987755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.6202421-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "Happy Jack (Live At City Hall, Hull, 1970)",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\22 Happy Jack (Live At City Hall, Hull, 1970).mp3",
- "Duracion": "02:12",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1324930612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.6367896-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "Behind Blue Eyes (Live At San Francisco Civic Auditorium, 1971)",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\24 Behind Blue Eyes (Live At San Francisco Civic Auditorium, 1971).mp3",
- "Duracion": "03:39",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2198465306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.6540366-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "Pinball Wizard (Live In Swansea, 1976)",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\25 Pinball Wizard (Live In Swansea, 1976).mp3",
- "Duracion": "02:48",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1686726530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.6712274-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "I'm Free (Live In Swansea, 1976)",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\26 I'm Free (Live In Swansea, 1976).mp3",
- "Duracion": "01:44",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1043069387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.6870839-03:00"
- },
- {
- "Numero": "24",
- "Titulo": "Squeeze Box (Live In Swansea, 1976)",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\27 Squeeze Box (Live In Swansea, 1976).mp3",
- "Duracion": "02:51",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1713893877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.703869-03:00"
- },
- {
- "Numero": "25",
- "Titulo": "Naked Eye_Let's See Action_My Generation",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\28 Naked Eye_Let's See Action_My Generation (Medley).mp3",
- "Duracion": "14:19",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 8598726530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.723166-03:00"
- },
- {
- "Numero": "26",
- "Titulo": "5.15 (Live At The Capital Centre, Largo, 1973)",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\29 5.15 (Live At The Capital Centre, Largo, 1973).mp3",
- "Duracion": "05:53",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3531232653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.7379702-03:00"
- },
- {
- "Numero": "27",
- "Titulo": "Won't Get Fooled Again",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\30 Won't Get Fooled Again (Live At The Capital Centre, Largo, 1973).mp3",
- "Duracion": "08:38",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5189485714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.7579348-03:00"
- },
- {
- "Numero": "28",
- "Titulo": "My Generation",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\32 My Generation (Live At The BBC, 1965).mp3",
- "Duracion": "03:24",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2048783673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.7816489-03:00"
- },
- {
- "Numero": "29",
- "Titulo": "Who Are You",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\34 Who Are You (Live At Universal Amphitheatre, 1989).mp3",
- "Duracion": "06:21",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3814138775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.7990667-03:00"
- },
- {
- "Numero": "30",
- "Titulo": "A Man In A Purple Dress",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\35 A Man In A Purple Dress (Live At Nassau Coliseum, 2007).mp3",
- "Duracion": "04:30",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2706808163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.8164643-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Auto Rojo",
- "Artista": "VILMA PALMA",
- "Album": "BEST VILMA PALMA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Vilma Palma\\Auto Rojo - Vilma Palma - Grandes Éxitos.mp3",
- "Duracion": "05:07",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 3075616025,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.8341649-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Bye Bye",
- "Artista": "VILMA PALMA",
- "Album": "BEST VILMA PALMA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Vilma Palma\\Bye Bye - Vilma Palma - Grandes Éxitos.mp3",
- "Duracion": "05:53",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 3538318589,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.8522604-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Cumbia",
- "Artista": "VILMA PALMA",
- "Album": "BEST VILMA PALMA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Vilma Palma\\Cumbia - Vilma Palma - Grandes Éxitos.mp3",
- "Duracion": "03:09",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 1898900000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.8684824-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Fernet Con Coca",
- "Artista": "VILMA PALMA",
- "Album": "BEST VILMA PALMA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Vilma Palma\\Fernet Con Coca - Vilma Palma - Grandes Éxitos.mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2370711538,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.8863168-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Fondo Profundo",
- "Artista": "VILMA PALMA",
- "Album": "BEST VILMA PALMA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Vilma Palma\\Fondo Profundo - Vilma Palma - Grandes Éxitos.mp3",
- "Duracion": "03:53",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2335346153,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.9087705-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "La Pachanga",
- "Artista": "VILMA PALMA",
- "Album": "BEST VILMA PALMA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Vilma Palma\\La Pachanga - Vilma Palma - Grandes Éxitos.mp3",
- "Duracion": "04:43",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2831806410,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.9258816-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Me Vuelvo Loco Por Vos",
- "Artista": "VILMA PALMA",
- "Album": "BEST VILMA PALMA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Vilma Palma\\Me Vuelvo Loco Por Vos - Vilma Palma - Grandes Éxitos.mp3",
- "Duracion": "04:56",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2962016666,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.9479259-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Mojada",
- "Artista": "VILMA PALMA",
- "Album": "BEST VILMA PALMA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Vilma Palma\\Mojada - Vilma Palma - Grandes Éxitos.mp3",
- "Duracion": "06:14",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 3747833974,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.9701414-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Te Quiero Tanto",
- "Artista": "VILMA PALMA",
- "Album": "BEST VILMA PALMA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Vilma Palma\\Te Quiero Tanto - Vilma Palma - Grandes Éxitos.mp3",
- "Duracion": "03:29",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2095019230,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.9898944-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Todo Lo Que Fue",
- "Artista": "VILMA PALMA",
- "Album": "BEST VILMA PALMA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Vilma Palma\\Todo Lo Que Fue - Vilma Palma - Grandes Éxitos.mp3",
- "Duracion": "05:27",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 3277629487,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.0096029-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Travestis",
- "Artista": "VILMA PALMA",
- "Album": "BEST VILMA PALMA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Vilma Palma\\Travestis - Vilma Palma - Grandes Éxitos.mp3",
- "Duracion": "03:55",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2350617307,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.03293-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Un Camino Hasta Vos",
- "Artista": "VILMA PALMA",
- "Album": "BEST VILMA PALMA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Vilma Palma\\Un Camino Hasta Vos - Vilma Palma - Grandes Éxitos.mp3",
- "Duracion": "05:41",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 3413198717,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.0525113-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Verano Traidor",
- "Artista": "VILMA PALMA",
- "Album": "BEST VILMA PALMA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Vilma Palma\\Verano Traidor - Vilma Palma - Grandes Éxitos.mp3",
- "Duracion": "06:59",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 4194996153,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.0730918-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Voy A Vos",
- "Artista": "VILMA PALMA",
- "Album": "BEST VILMA PALMA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Vilma Palma\\Voy A Vos - Vilma Palma - Grandes Éxitos.mp3",
- "Duracion": "05:50",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 3504828205,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.0937986-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Pronta Entrega",
- "Artista": "VIRUS",
- "Album": "LOCURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Locura\\1 Pronta Entrega.mp3",
- "Duracion": "04:33",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2733714285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.1088134-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "2 Tomo Lo Que Encuentro",
- "Artista": "VIRUS",
- "Album": "LOCURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Locura\\2 Tomo Lo Que Encuentro.mp3",
- "Duracion": "04:15",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2555036734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.1404265-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Pecados para Dos",
- "Artista": "VIRUS",
- "Album": "LOCURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Locura\\3 Pecados para Dos.mp3",
- "Duracion": "03:56",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2368522448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.173518-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "4 Destino Circular",
- "Artista": "VIRUS",
- "Album": "LOCURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Locura\\4 Destino Circular.mp3",
- "Duracion": "03:42",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2224848979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.2029292-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "5 Luna de Miel en la Mano",
- "Artista": "VIRUS",
- "Album": "LOCURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Locura\\5 Luna de Miel en la Mano.mp3",
- "Duracion": "05:16",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 3164995918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.2340524-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "6 Dicha Feliz",
- "Artista": "VIRUS",
- "Album": "LOCURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Locura\\6 Dicha Feliz.mp3",
- "Duracion": "03:33",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2131330612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.2662578-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "7 Sin Disfraz",
- "Artista": "VIRUS",
- "Album": "LOCURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Locura\\7 Sin Disfraz.mp3",
- "Duracion": "05:28",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 3288293877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.2983664-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "8 Lugares Comunes",
- "Artista": "VIRUS",
- "Album": "LOCURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Locura\\8 Lugares Comunes.mp3",
- "Duracion": "03:12",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 1927314285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.3277943-03:00"
- },
- {
- "Numero": "",
- "Titulo": "01 Mirada Speed",
- "Artista": "VIRUS",
- "Album": "SUPERFICIES DE PLACER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Superficies de placer\\01 Mirada Speed.mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2371395918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.3564484-03:00"
- },
- {
- "Numero": "",
- "Titulo": "02 Danza Narcótica",
- "Artista": "VIRUS",
- "Album": "SUPERFICIES DE PLACER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Superficies de placer\\02 Danza Narcótica.mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2374791836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.3698262-03:00"
- },
- {
- "Numero": "",
- "Titulo": "03 Ausencia",
- "Artista": "VIRUS",
- "Album": "SUPERFICIES DE PLACER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Superficies de placer\\03 Ausencia.mp3",
- "Duracion": "03:44",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2247314285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.3833553-03:00"
- },
- {
- "Numero": "",
- "Titulo": "04 Rumbos Secretos",
- "Artista": "VIRUS",
- "Album": "SUPERFICIES DE PLACER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Superficies de placer\\04 Rumbos Secretos.mp3",
- "Duracion": "03:24",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2042514285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.3991483-03:00"
- },
- {
- "Numero": "",
- "Titulo": "05 Epocalipsis",
- "Artista": "VIRUS",
- "Album": "SUPERFICIES DE PLACER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Superficies de placer\\05 Epocalipsis.mp3",
- "Duracion": "03:46",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2267951020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.4138337-03:00"
- },
- {
- "Numero": "",
- "Titulo": "06 Polvos de una Relación",
- "Artista": "VIRUS",
- "Album": "SUPERFICIES DE PLACER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Superficies de placer\\06 Polvos de una Relación.mp3",
- "Duracion": "03:37",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2177306122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.4290184-03:00"
- },
- {
- "Numero": "",
- "Titulo": "07 Encuentro en el Río",
- "Artista": "VIRUS",
- "Album": "SUPERFICIES DE PLACER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Superficies de placer\\07 Encuentro en el Río.mp3",
- "Duracion": "05:05",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 3051363265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.4422682-03:00"
- },
- {
- "Numero": "",
- "Titulo": "08 Amores Perpetuos",
- "Artista": "VIRUS",
- "Album": "SUPERFICIES DE PLACER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Superficies de placer\\08 Amores Perpetuos.mp3",
- "Duracion": "04:27",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2673110204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.4569466-03:00"
- },
- {
- "Numero": "",
- "Titulo": "09 Superficies de Placer",
- "Artista": "VIRUS",
- "Album": "SUPERFICIES DE PLACER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Superficies de placer\\09 Superficies de Placer.mp3",
- "Duracion": "04:27",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2670236734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.4697182-03:00"
- },
- {
- "Numero": "",
- "Titulo": "10 Transeúnte Sin Identidad",
- "Artista": "VIRUS",
- "Album": "SUPERFICIES DE PLACER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Superficies de placer\\10 Transeúnte Sin Identidad.mp3",
- "Duracion": "05:04",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 3042481632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.4873641-03:00"
- },
- {
- "Numero": "",
- "Titulo": "11 Impulsos Aleatorios",
- "Artista": "VIRUS",
- "Album": "SUPERFICIES DE PLACER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Superficies de placer\\11 Impulsos Aleatorios.mp3",
- "Duracion": "03:12",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 1921306122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.5025368-03:00"
- }
-]
\ No newline at end of file
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/ControlTiempoMultimedia.pdb b/ReproductorMusicaTagEditables/bin/x64/Debug/ControlTiempoMultimedia.pdb
deleted file mode 100644
index eab8477..0000000
Binary files a/ReproductorMusicaTagEditables/bin/x64/Debug/ControlTiempoMultimedia.pdb and /dev/null differ
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/ControlzEx.pdb b/ReproductorMusicaTagEditables/bin/x64/Debug/ControlzEx.pdb
deleted file mode 100644
index d267341..0000000
Binary files a/ReproductorMusicaTagEditables/bin/x64/Debug/ControlzEx.pdb and /dev/null differ
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/ControlzEx.xml b/ReproductorMusicaTagEditables/bin/x64/Debug/ControlzEx.xml
deleted file mode 100644
index dad415e..0000000
--- a/ReproductorMusicaTagEditables/bin/x64/Debug/ControlzEx.xml
+++ /dev/null
@@ -1,3210 +0,0 @@
-
-
-
- ControlzEx
-
-
-
-
- Automation-Peer for .
-
-
-
-
- Initializes a new instance.
-
-
-
-
-
-
-
- Automation-Peer for in .
-
-
-
-
- Initializes a new instance.
-
-
-
-
-
-
-
- Gets the real tab item.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the Badge content to display.
-
-
-
- Identifies the dependency property.
-
-
-
- The BadgeFontFamily property specifies the name of font family.
-
-
-
- Identifies the dependency property.
-
-
-
- The BadgeFontStyle property requests normal, italic, and oblique faces within a font family.
-
-
-
- Identifies the dependency property.
-
-
-
- The BadgeFontWeight property specifies the weight of the font.
-
-
-
- Identifies the dependency property.
-
-
-
- The BadgeFontStretch property selects a normal, condensed, or extended face from a font family.
-
-
-
- Identifies the dependency property.
-
-
-
- The BadgeFontSize property specifies the size of the font.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the background brush for the Badge.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the foreground brush for the Badge.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the border brush for the Badge.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the border thickness for the Badge.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the placement of the Badge relative to its content.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a margin which can be used to make minor adjustments to the placement of the Badge.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the for the Badge
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the for the Badge
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a composite string that specifies how to format the Badge property if it is displayed as a string.
-
-
- This property is ignored if is set.
-
-
-
- Identifies the dependency property.
-
-
-
- Indicates whether the Badge has content to display.
-
-
-
-
- for .
-
-
-
-
- Gets or sets a brush which is used as the glow when the window is active.
-
-
-
-
- for .
-
-
-
-
- Gets or sets a brush which is used as the glow when the window is not active.
-
-
-
-
- for .
-
-
-
-
- Defines whether glow transitions should be used or not.
-
-
-
-
- for .
-
-
-
-
- Gets or sets resize border thickness.
-
-
-
-
-
-
-
- Updates all glow windows (visible, hidden, collapsed)
-
-
-
-
- Sets the opacity to all glow windows
-
-
-
-
- Starts the opacity storyboard 0 -> 1
-
-
-
-
- Shows all glow windows
-
-
-
-
- Closes all glow windows
-
-
-
-
- Enables an InputMask for with 2 Properties: , .
-
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
-
- Pasting prüft ob korrekte Daten reingepastet werden
-
-
-
-
- Falls eine Textauswahl vorliegt wird diese entsprechend behandelt.
-
-
-
-
- With this class we can make custom window styles.
-
-
-
- Underlying HWND for the _window.
-
- Critical : Critical member
-
-
-
- Underlying HWND for the _window.
-
- Critical : Critical member provides access to HWND's window messages which are critical
-
-
-
-
- Mirror property for .
-
-
-
-
- for .
-
-
-
-
- Defines if the Taskbar should be ignored when maximizing a Window.
- This only works with WindowStyle = None.
-
-
-
-
- for .
-
-
-
-
- Gets/sets if the border thickness value should be kept on maximize
- if the MaxHeight/MaxWidth of the window is less than the monitor resolution.
-
-
-
-
- for .
-
-
-
-
- Gets or sets whether the resizing of the window should be tried in a way that does not cause flicker/jitter, especially when resizing from the left side.
-
-
- Please note that setting this to true may cause resize lag and black areas appearing on some systems.
-
-
-
-
- for .
-
-
-
-
- for .
-
-
-
-
- Gets whether the non-client area is active or not.
-
-
-
-
- Gets or sets whether if the minimize button is visible and the minimize system menu is enabled.
-
-
-
-
- Gets or sets whether if the maximize/restore button is visible and the maximize/restore system menu is enabled.
-
-
-
-
-
-
-
- Gets the default resize border thicknes from the system parameters.
-
-
-
-
- Occurs during the cleanup of this behavior.
-
-
-
-
-
-
-
- Is called when the associated object of this instance is loaded
-
-
-
-
- This fix is needed because style triggers don't work if someone sets the value locally/directly on the window.
-
-
-
-
- Critical : Store critical methods in critical callback table
- Safe : Demands full trust permissions
-
-
-
-
- Critical : Calls critical methods
- Safe : Demands full trust permissions
-
-
-
-
- Critical : Calls critical methods
-
-
-
-
- Critical : Accesses critical _hwnd
-
-
-
-
- Critical : Calls critical methods
-
-
-
-
- Critical : Calls critical methods
-
-
-
-
- Critical : Calls critical methods
-
-
-
-
- This method handles the window size if the taskbar is set to auto-hide.
-
-
- Critical : Calls critical methods
-
-
-
-
- Critical : Calls critical Marshal.PtrToStructure
-
-
-
-
- Critical : Calls critical methods
-
-
-
-
- Critical : Calls critical methods
-
-
-
-
- Critical : Calls critical method
-
-
-
-
- Critical : Calls critical method
-
-
-
-
- Critical : Calls critical Marshal.PtrToStructure
-
-
-
-
- Critical : Calls critical Marshal.PtrToStructure
-
-
-
-
- Critical : Calls critical methods
-
-
-
-
- Critical : Calls critical methods
-
-
-
-
- Critical : Calls critical methods
-
-
-
-
- Critical : Calls critical methods
-
-
-
-
- Critical : Calls critical methods
-
-
-
-
- Critical : Calls critical methods
-
-
-
- Add and remove a native WindowStyle from the HWND.
- The styles to be removed. These can be bitwise combined.
- The styles to be added. These can be bitwise combined.
- Whether the styles of the HWND were modified as a result of this call.
-
- Critical : Calls critical methods
-
-
-
-
- Get the WindowState as the native HWND knows it to be. This isn't necessarily the same as what Window thinks.
-
-
- Critical : Calls critical methods
-
-
-
-
- Get the bounding rectangle for the window in physical coordinates.
-
- The bounding rectangle for the window.
-
- Critical : Calls critical methods
-
-
-
-
- Update the items in the system menu based on the current, or assumed, WindowState.
-
-
- The state to assume that the Window is in. This can be null to query the Window's state.
-
-
- We want to update the menu while we have some control over whether the caption will be repainted.
-
-
- Critical : Calls critical methods
-
-
-
-
- Critical : Calls critical methods
-
-
-
-
- Critical : Calls critical methods
-
-
-
-
- Critical : Calls critical methods
-
-
-
-
- Critical : Calls critical methods
-
-
-
-
- Critical : Calls critical methods
-
-
-
-
- Matrix of the HT values to return when responding to NC window messages.
-
-
-
-
- Critical : Calls critical methods
-
-
-
-
- Critical : Calls critical methods
-
-
-
-
- GlowWindow
-
-
-
-
- InitializeComponent
-
-
-
-
- The standard WPF TabControl is quite bad in the fact that it only
- even contains the current TabItem in the VisualTree, so if you
- have complex views it takes a while to re-create the view each tab
- selection change.Which makes the standard TabControl very sticky to
- work with. This class along with its associated ControlTemplate
- allow all TabItems to remain in the VisualTree without it being Sticky.
- It does this by keeping all TabItem content in the VisualTree but
- hides all inactive TabItem content, and only keeps the active TabItem
- content shown.
-
- Acknowledgement
- Eric Burke
- http://eric.burke.name/dotnetmania/2009/04/26/22.09.28
- Sacha Barber: https://sachabarbs.wordpress.com/about-me/
- http://stackoverflow.com/a/10210889/920384
- http://stackoverflow.com/a/7838955/920384
-
-
- We use two attached properties to later recognize the content presenters we generated.
- We need the OwningItem because the TabItem associated with an item can later change.
-
- We need the OwningTabItem to reduce the amount of lookups we have to do.
-
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Helper for getting from .
- to read from.
- OwningTabItem property value.
-
-
- Helper for setting on .
- to set on.
- OwningTabItem property value.
-
-
- Helper for setting on .
- to set on.
- OwningItem property value.
-
-
- Helper for getting from .
- to read from.
- OwningItem property value.
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets whether keyboard focus should be moved to the content area when the selected item changes.
-
-
-
-
- Initializes a new instance.
-
-
-
-
- Defines if the TabPanel (Tab-Header) are visible.
-
-
-
-
- Gets or sets the child content visibility.
-
-
- The child content visibility.
-
-
-
-
-
-
-
-
-
-
-
- When the items change we remove any generated panel children and add any new ones as necessary.
-
-
-
-
-
-
-
-
-
-
-
-
-
- Copied from . wish it were protected in that class instead of private.
-
-
-
-
- Clears all current children by calling and calls afterwards.
-
-
-
-
- Generate a ContentPresenter for the selected item and control the visibility of already created presenters.
-
-
-
-
- Create the child ContentPresenter for the given item (could be data or a TabItem) if none exists.
-
-
-
-
- Find the for the given object. Data could be a TabItem or a piece of data.
-
-
-
-
- Gets the value associated with directly from .
-
-
-
-
- Checks if directly contains .
-
-
-
-
- Helper class for a common focusing problem.
- The focus itself isn't the problem. If we use the common focusing methods the control get the focus
- but it doesn't get the focus visual style.
- The KeyboardNavigation class handles the visual style only if the control get the focus from a keyboard
- device or if the SystemParameters.KeyboardCues is true.
-
-
-
-
- Gets the KeyboardNavigationEx singleton instance.
-
-
-
-
- Shows the focus visual of the current focused UI element.
- Works only together with AlwaysShowFocusVisual property.
-
-
-
-
- Focuses the specified element and shows the focus visual style.
-
- The element which will be focused.
-
-
-
- Attached DependencyProperty for setting AlwaysShowFocusVisual for a UI element.
-
-
-
-
- Gets a the value which indicates if the UI element always show the focus visual style.
-
-
-
-
- Sets a the value which indicates if the UI element always show the focus visual style.
-
-
-
- IID_IApplicationAssociationRegistration
-
-
- IID_IConnectionPoint
-
-
- IID_IConnectionPointContainer
-
-
- IID_IEnumConnectionPoints
-
-
- IID_IEnumConnections
-
-
- IID_IEnumIDList
-
-
- IID_IEnumObjects
-
-
- IID_IFileDialog
-
-
- IID_IFileDialogEvents
-
-
- IID_IFileOpenDialog
-
-
- IID_IFileSaveDialog
-
-
- IID_IHTMLDocument
-
-
- IID_IHTMLDocument2
-
-
- IID_IModalWindow
-
-
- IID_IObjectArray
-
-
- IID_IObjectCollection
-
-
- IID_IPropertyNotifySink
-
-
- IID_IPropertyStore
-
-
- IID_IServiceProvider
-
-
- IID_IShellFolder
-
-
- IID_IShellLink
-
-
- IID_IShellItem
-
-
- IID_IShellItem2
-
-
- IID_IShellItemArray
-
-
- IID_ITaskbarList
-
-
- IID_ITaskbarList2
-
-
- IID_IUnknown
-
-
- IID_IWebBrowser2
-
-
- DIID_DWebBrowserEvents
-
-
- IID_DWebBrowserEvents2
-
-
- IID_IWICBitmapDecoder
-
-
- IID_IWICBitmapFlipRotator
-
-
- IID_IWICBitmapFrameDecode
-
-
- IID_IWICBitmap
-
-
- IID_IWICBitmapSource
-
-
- IID_IWICFormatConverter
-
-
- IID_IWICImagingFactory
-
-
- IID_IWICStream
-
-
- IID_IApplicationDestinations
-
-
- IID_IApplicationDocumentLists
-
-
- IID_ICustomDestinationList
-
-
- IID_IObjectWithAppUserModelID
-
-
- IID_IObjectWithProgID
-
-
- IID_ITaskbarList3
-
-
- IID_ITaskbarList4
-
-
- SID_SWebBrowserApp
-
-
- CLSID_ApplicationAssociationRegistration
- IID_IApplicationAssociationRegistration
-
-
- CLSID_DragDropHelper
-
-
- CLSID_FileOpenDialog
- IID_IFileOpenDialog
-
-
- CLSID_FileSaveDialog
- IID_IFileSaveDialog
-
-
- CLSID_TaskbarList
- IID_ITaskbarList
-
-
- CLSID_EnumerableObjectCollection
- IID_IEnumObjects.
-
-
- CLSID_ShellLink
- IID_IShellLink
-
-
- CLSID_WICImagingFactory
-
-
- CLSID_DestinationList
- IID_ICustomDestinationList
-
-
- CLSID_ApplicationDestinations
- IID_IApplicationDestinations
-
-
- CLSID_ApplicationDocumentLists
- IID_IApplicationDocumentLists
-
-
- A static class for verifying assumptions.
-
-
- A function signature for Assert.Evaluate.
-
-
- A function signature for Assert.Implies.
- Returns the truth of a predicate.
-
-
-
- Executes the specified argument.
-
- The function to execute.
-
-
- Obsolete: Use Standard.Assert.AreEqual instead of Assert.Equals
- The generic type to compare for equality.
- The first generic type data to compare. This is is the expected value.
- The second generic type data to compare. This is the actual value.
-
-
-
- Verifies that two generic type data are equal. The assertion fails if they are not.
-
- The generic type to compare for equality.
- The first generic type data to compare. This is is the expected value.
- The second generic type data to compare. This is the actual value.
- This breaks into the debugger in the case of a failed assertion.
-
-
-
- Verifies that two generic type data are not equal. The assertion fails if they are.
-
- The generic type to compare for inequality.
- The first generic type data to compare. This is is the value that's not expected.
- The second generic type data to compare. This is the actual value.
- This breaks into the debugger in the case of a failed assertion.
-
-
-
- Verifies that if the specified condition is true, then so is the result.
- The assertion fails if the condition is true but the result is false.
-
- if set to true [condition].
-
- A second Boolean statement. If the first was true then so must this be.
- If the first statement was false then the value of this is ignored.
-
- This breaks into the debugger in the case of a failed assertion.
-
-
-
- Lazy evaluation overload. Verifies that if a condition is true, then so is a secondary value.
-
- The conditional value.
- A function to be evaluated for truth if the condition argument is true.
-
- This overload only evaluates the result if the first condition is true.
-
-
-
-
- Verifies that a string has content. I.e. it is not null and it is not empty.
-
- The string to verify.
-
-
-
- Verifies that a string has content. I.e. it is not null and it is not purely whitespace.
-
- The string to verify.
-
-
-
- Verifies the specified value is not null. The assertion fails if it is.
-
- The generic reference type.
- The value to check for nullness.
- This breaks into the debugger in the case of a failed assertion.
-
-
-
- Verifies that the specified condition is false. The assertion fails if it is true.
-
- The expression that should be false.
- This breaks into the debugger in the case of a failed assertion.
-
-
-
- Verifies that the specified condition is false. The assertion fails if it is true.
-
- The expression that should be false.
- The message to display if the condition is true.
- This breaks into the debugger in the case of a failed assertion.
-
-
-
- Verifies that the specified condition is true. The assertion fails if it is not.
-
- A condition that is expected to be true.
- This breaks into the debugger in the case of a failed assertion.
-
-
-
- Verifies that the specified condition is true. The assertion fails if it is not.
-
- A condition that is expected to be true.
- The message to write in case the condition is false.
- This breaks into the debugger in the case of a failed assertion.
-
-
-
- This line should never be executed. The assertion always fails.
-
- This breaks into the debugger in the case of a failed assertion.
-
-
-
- This line should never be executed. The assertion always fails.
-
- The message to display if this function is executed.
- This breaks into the debugger in the case of a failed assertion.
-
-
-
- Verifies that the specified object is null. The assertion fails if it is not.
-
- The item to verify is null.
-
-
-
- Verifies that the specified value is within the expected range. The assertion fails if it isn't.
-
- The lower bound inclusive value.
- The value to verify.
- The upper bound inclusive value.
-
-
-
- Verifies that the specified value is within the expected range. The assertion fails if it isn't.
-
- The lower bound inclusive value.
- The value to verify.
- The upper bound exclusive value.
-
-
-
- Verify the current thread's apartment state is what's expected. The assertion fails if it isn't
-
-
- The expected apartment state for the current thread.
-
- This breaks into the debugger in the case of a failed assertion.
-
-
-
- DoubleUtil uses fixed eps to provide fuzzy comparison functionality for doubles.
- Note that FP noise is a big problem and using any of these compare
- methods is not a complete solution, but rather the way to reduce
- the probability of repeating unnecessary work.
-
-
-
-
- Epsilon - more or less random, more or less small number.
-
-
-
-
- AreClose returns whether or not two doubles are "close". That is, whether or
- not they are within epsilon of each other.
- There are plenty of ways for this to return false even for numbers which
- are theoretically identical, so no code calling this should fail to work if this
- returns false.
-
- The first double to compare.
- The second double to compare.
- The result of the AreClose comparision.
-
-
-
- LessThan returns whether or not the first double is less than the second double.
- That is, whether or not the first is strictly less than *and* not within epsilon of
- the other number.
- There are plenty of ways for this to return false even for numbers which
- are theoretically identical, so no code calling this should fail to work if this
- returns false.
-
- The first double to compare.
- The second double to compare.
- The result of the LessThan comparision.
-
-
-
- GreaterThan returns whether or not the first double is greater than the second double.
- That is, whether or not the first is strictly greater than *and* not within epsilon of
- the other number.
- There are plenty of ways for this to return false even for numbers which
- are theoretically identical, so no code calling this should fail to work if this
- returns false.
-
- The first double to compare.
- The second double to compare.
- The result of the GreaterThan comparision.
-
-
-
- LessThanOrClose returns whether or not the first double is less than or close to
- the second double. That is, whether or not the first is strictly less than or within
- epsilon of the other number.
- There are plenty of ways for this to return false even for numbers which
- are theoretically identical, so no code calling this should fail to work if this
- returns false.
-
- The first double to compare.
- The second double to compare.
- The result of the LessThanOrClose comparision.
-
-
-
- GreaterThanOrClose returns whether or not the first double is greater than or close to
- the second double. That is, whether or not the first is strictly greater than or within
- epsilon of the other number.
- There are plenty of ways for this to return false even for numbers which
- are theoretically identical, so no code calling this should fail to work if this
- returns false.
-
- The first double to compare.
- The second double to compare.
- The result of the GreaterThanOrClose comparision.
-
-
-
- Test to see if a double is a finite number (is not NaN or Infinity).
-
- The value to test.
- Whether or not the value is a finite number.
-
-
-
- Test to see if a double a valid size value (is finite and > 0).
-
- The value to test.
- Whether or not the value is a valid size value.
-
-
-
- Convert a point in device independent pixels (1/96") to a point in the system coordinates.
-
- A point in the logical coordinate system.
- Returns the parameter converted to the system's coordinates.
-
-
-
- Convert a point in system coordinates to a point in device independent pixels (1/96").
-
- A point in the physical coordinate system.
- Returns the parameter converted to the device independent coordinate system.
-
-
-
- Wrapper for common Win32 status codes.
-
-
-
- The operation completed successfully.
-
-
- Incorrect function.
-
-
- The system cannot find the file specified.
-
-
- The system cannot find the path specified.
-
-
- The system cannot open the file.
-
-
- Access is denied.
-
-
- The handle is invalid.
-
-
- Not enough storage is available to complete this operation.
-
-
- There are no more files.
-
-
- The process cannot access the file because it is being used by another process.
-
-
- The parameter is incorrect.
-
-
- The data area passed to a system call is too small.
-
-
- Cannot nest calls to LoadModule.
-
-
- Illegal operation attempted on a registry key that has been marked for deletion.
-
-
- Element not found.
-
-
- There was no match for the specified key in the index.
-
-
- An invalid device was specified.
-
-
- The operation was canceled by the user.
-
-
- Cannot find window class.
-
-
- The window class was already registered.
-
-
- The specified datatype is invalid.
-
-
-
- Create a new Win32 error.
-
- The integer value of the error.
-
-
- Performs HRESULT_FROM_WIN32 conversion.
- The Win32 error being converted to an HRESULT.
- The equivilent HRESULT value.
-
-
- Performs HRESULT_FROM_WIN32 conversion.
- The equivilent HRESULT value.
-
-
- Performs the equivalent of Win32's GetLastError()
- A Win32Error instance with the result of the native GetLastError
-
-
-
- Compare two Win32 error codes for equality.
-
- The first error code to compare.
- The second error code to compare.
- Whether the two error codes are the same.
-
-
-
- Compare two Win32 error codes for inequality.
-
- The first error code to compare.
- The second error code to compare.
- Whether the two error codes are not the same.
-
-
- FACILITY_NULL
-
-
- FACILITY_RPC
-
-
- FACILITY_DISPATCH
-
-
- FACILITY_STORAGE
-
-
- FACILITY_ITF
-
-
- FACILITY_WIN32
-
-
- FACILITY_WINDOWS
-
-
- FACILITY_CONTROL
-
-
- MSDN doced facility code for ESE errors.
-
-
- FACILITY_WINCODEC (WIC)
-
-
- Wrapper for HRESULT status codes.
-
-
- S_OK
-
-
- S_FALSE
-
-
- E_PENDING
-
-
- E_NOTIMPL
-
-
- E_NOINTERFACE
-
-
- E_POINTER
-
-
- E_ABORT
-
-
- E_FAIL
-
-
- E_UNEXPECTED
-
-
- STG_E_INVALIDFUNCTION
-
-
- REGDB_E_CLASSNOTREG
-
-
- DESTS_E_NO_MATCHING_ASSOC_HANDLER. Win7 internal error code for Jump Lists.
- There is no Assoc Handler for the given item registered by the specified application.
-
-
- DESTS_E_NORECDOCS. Win7 internal error code for Jump Lists.
- The given item is excluded from the recent docs folder by the NoRecDocs bit on its registration.
-
-
- DESTS_E_NOTALLCLEARED. Win7 internal error code for Jump Lists.
- Not all of the items were successfully cleared
-
-
- E_ACCESSDENIED
- Win32Error ERROR_ACCESS_DENIED.
-
-
- E_OUTOFMEMORY
- Win32Error ERROR_OUTOFMEMORY.
-
-
- E_INVALIDARG
- Win32Error ERROR_INVALID_PARAMETER.
-
-
- INTSAFE_E_ARITHMETIC_OVERFLOW
-
-
- COR_E_OBJECTDISPOSED
-
-
- WC_E_GREATERTHAN
-
-
- WC_E_SYNTAX
-
-
-
- Create an HRESULT from an integer value.
-
-
-
-
-
- Convert an HRESULT to an int. Used for COM interface declarations out of our control.
-
-
-
-
- retrieve HRESULT_FACILITY
-
-
-
-
- retrieve HRESULT_CODE
-
-
-
-
- Get a string representation of this HRESULT.
-
-
-
-
-
- Convert the result of Win32 GetLastError() into a raised exception.
-
-
-
-
- Gets the monitor information from the current cursor position.
-
- The monitor information.
-
-
-
- Gets the monitor information from the current cursor position.
-
- True when getting the monitor information was successful.
-
-
-
- HIGHCONTRAST flags
-
-
-
-
- DROPIMAGE_*
-
-
-
-
- BITMAPINFOHEADER Compression type. BI_*.
-
-
-
-
- CombingRgn flags. RGN_*
-
-
-
-
- Creates the intersection of the two combined regions.
-
-
-
-
- Creates the union of two combined regions.
-
-
-
-
- Creates the union of two combined regions except for any overlapping areas.
-
-
-
-
- Combines the parts of hrgnSrc1 that are not part of hrgnSrc2.
-
-
-
-
- Creates a copy of the region identified by hrgnSrc1.
-
-
-
-
- For IWebBrowser2. OLECMDEXECOPT_*
-
-
-
-
- For IWebBrowser2. OLECMDF_*
-
-
-
-
- For IWebBrowser2. OLECMDID_*
-
-
-
-
- For IWebBrowser2. READYSTATE_*
-
-
-
-
- DATAOBJ_GET_ITEM_FLAGS. DOGIF_*.
-
-
-
- Use the system default, which is to display all error dialog boxes.
-
-
-
- The system does not display the critical-error-handler message box.
- Instead, the system sends the error to the calling process.
-
-
-
-
- 64-bit Windows: The system automatically fixes memory alignment faults and makes them
- invisible to the application. It does this for the calling process and any descendant processes.
- After this value is set for a process, subsequent attempts to clear the value are ignored.
-
-
-
-
- The system does not display the general-protection-fault message box.
- This flag should only be set by debugging applications that handle general
- protection (GP) faults themselves with an exception handler.
-
-
-
-
- The system does not display a message box when it fails to find a file.
- Instead, the error is returned to the calling process.
-
-
-
-
- Non-client hit test values, HT*
-
-
-
-
- GetClassLongPtr values, GCLP_*
-
-
-
-
- https://docs.microsoft.com/en-us/windows/desktop/api/winuser/nf-winuser-getwindow
-
-
-
-
- GetWindowLongPtr values, GWL_*
-
-
-
-
- SystemMetrics. SM_*
-
-
-
-
- SystemParameterInfo values, SPI_*
-
-
-
-
- SystemParameterInfo flag values, SPIF_*
-
-
-
-
- CS_*
-
-
-
-
- WindowStyle values, WS_*
-
-
-
-
- Window message values, WM_*
-
-
-
-
- Window style extended values, WS_EX_*
-
-
-
-
- GetDeviceCaps nIndex values.
-
-
-
- Number of bits per pixel
-
-
-
-
- Number of planes
-
-
-
-
- Logical pixels inch in X
-
-
-
-
- Logical pixels inch in Y
-
-
-
-
- "FILEOP_FLAGS", FOF_*.
-
-
-
-
- EnableMenuItem uEnable values, MF_*
-
-
-
-
- Possible return value for EnableMenuItem
-
-
-
- Specifies the type of visual style attribute to set on a window.
-
-
- Non-client area window attributes will be set.
-
-
-
- DWMFLIP3DWINDOWPOLICY. DWMFLIP3D_*
-
-
-
-
- DWMNCRENDERINGPOLICY. DWMNCRP_*
-
-
-
-
- DWMWINDOWATTRIBUTE. DWMWA_*
-
-
-
-
- WindowThemeNonClientAttributes
-
-
-
- Prevents the window caption from being drawn.
-
-
- Prevents the system icon from being drawn.
-
-
- Prevents the system icon menu from appearing.
-
-
- Prevents mirroring of the question mark, even in right-to-left (RTL) layout.
-
-
- A mask that contains all the valid bits.
-
-
-
- SetWindowPos options
-
-
-
-
- If the calling thread and the thread that owns the window are attached to different input queues, the system posts the request to the thread that owns the window. This prevents the calling thread from blocking its execution while other threads process the request.
-
-
-
-
- Prevents generation of the WM_SYNCPAINT message.
-
-
-
-
- Draws a frame (defined in the window's class description) around the window.
-
-
-
-
- Applies new frame styles set using the SetWindowLong function. Sends a WM_NCCALCSIZE message to the window, even if the window's size is not being changed. If this flag is not specified, WM_NCCALCSIZE is sent only when the window's size is being changed.
-
-
-
-
- Hides the window.
-
-
-
-
- Does not activate the window. If this flag is not set, the window is activated and moved to the top of either the topmost or non-topmost group (depending on the setting of the hWndInsertAfter parameter).
-
-
-
-
- Discards the entire contents of the client area. If this flag is not specified, the valid contents of the client area are saved and copied back into the client area after the window is sized or repositioned.
-
-
-
-
- Retains the current position (ignores X and Y parameters).
-
-
-
-
- Does not change the owner window's position in the Z order.
-
-
-
-
- Does not redraw changes. If this flag is set, no repainting of any kind occurs. This applies to the client area, the nonclient area (including the title bar and scroll bars), and any part of the parent window uncovered as a result of the window being moved. When this flag is set, the application must explicitly invalidate or redraw any parts of the window and parent window that need redrawing.
-
-
-
-
- Same as the SWP_NOOWNERZORDER flag.
-
-
-
-
- Prevents the window from receiving the WM_WINDOWPOSCHANGING message.
-
-
-
-
- Retains the current size (ignores the cx and cy parameters).
-
-
-
-
- Retains the current Z order (ignores the hWndInsertAfter parameter).
-
-
-
-
- Displays the window.
-
-
-
-
- ShowWindow options
-
-
-
-
- SCF_ISSECURE
-
-
-
-
- GDI+ Status codes
-
-
-
-
- MSGFLT_*. New in Vista. Realiased in Windows 7.
-
-
-
-
- Shell_NotifyIcon messages. NIM_*
-
-
-
-
- SHAddToRecentDocuments flags. SHARD_*
-
-
-
-
- Shell_NotifyIcon flags. NIF_*
-
-
-
-
- Vista only.
-
-
-
-
- Vista only.
-
-
-
-
- Shell_NotifyIcon info flags. NIIF_*
-
-
-
- XP SP2 and later.
-
-
- XP and later.
-
-
- Vista and later.
-
-
- Windows 7 and later
-
-
- XP and later. Native version called NIIF_ICON_MASK.
-
-
-
- AC_*
-
-
-
-
- The state of the icon. There are two flags that can be set independently.
- NIS_HIDDEN = 1. The icon is hidden.
- NIS_SHAREDICON = 2. The icon is shared.
-
-
-
- The idlist for the shell item that should be added to the recent docs folder.
-
-
- The id of the application that should be associated with this recent doc.
-
-
- Defines options that are used to set window visual style attributes.
-
-
-
- A combination of flags that modify window visual style attributes.
- Can be a combination of the WTNCA constants.
-
-
-
-
- A bitmask that describes how the values specified in dwFlags should be applied.
- If the bit corresponding to a value in dwFlags is 0, that flag will be removed.
- If the bit is 1, the flag will be added.
-
-
-
- Width of left border that retains its size.
-
-
- Width of right border that retains its size.
-
-
- Height of top border that retains its size.
-
-
- Height of bottom border that retains its size.
-
-
-
-
-
-
- initialize this field using: Marshal.SizeOf(typeof(APPBARDATA));
-
-
-
- Delegate declaration that matches native WndProc signatures.
-
-
- Delegate declaration that matches managed WndProc signatures.
-
-
-
- Try to get the relative mouse position to the given handle in client coordinates.
-
- The handle for this method.
- The relative mouse position to the given handle.
-
-
-
- https://docs.microsoft.com/en-us/windows/desktop/api/winuser/nf-winuser-getwindow
-
-
-
-
- Sets attributes to control how visual styles are applied to a specified window.
-
-
- Handle to a window to apply changes to.
-
-
- Value of type WINDOWTHEMEATTRIBUTETYPE that specifies the type of attribute to set.
- The value of this parameter determines the type of data that should be passed in the pvAttribute parameter.
- Can be the following value:
- WTA_NONCLIENT (Specifies non-client related attributes).
- pvAttribute must be a pointer of type WTA_OPTIONS.
-
-
- A pointer that specifies attributes to set. Type is determined by the value of the eAttribute value.
-
-
- Specifies the size, in bytes, of the data pointed to by pvAttribute.
-
-
-
-
- Retrieves the show state and the restored, minimized, and maximized positions of the specified window.
-
- A handle to the window.
- A pointer to the WINDOWPLACEMENT structure that receives the show state and position information.
-
- Before calling GetWindowPlacement, set the length member to sizeof(WINDOWPLACEMENT).
- GetWindowPlacement fails if lpwndpl-> length is not set correctly.
-
- If the function succeeds, the return value is nonzero. If the function fails, the return value is zero.
-
-
-
- Sets the show state and the restored, minimized, and maximized positions of the specified window.
-
- A handle to the window.
- A pointer to a WINDOWPLACEMENT structure that specifies the new show state and window positions.
-
- Before calling SetWindowPlacement, set the length member of the WINDOWPLACEMENT structure to sizeof(WINDOWPLACEMENT).
- SetWindowPlacement fails if the length member is not set correctly.
-
- If the function succeeds, the return value is nonzero. If the function fails, the return value is zero.
-
-
-
- Retrieves the length, in characters, of the specified window's title bar text (if the window has a title bar).
- If the specified window is a control, the function retrieves the length of the text within the control. However,
- GetWindowTextLength cannot retrieve the length of the text of an edit control in another application.
-
- A handle to the window or control.
-
- If the function succeeds, the return value is the length, in characters, of the text. Under certain
- conditions, this value may actually be greater than the length of the text. For more information, see the following
- Remarks section.
- If the window has no text, the return value is zero. To get extended error information, call GetLastError.
-
-
-
-
- Copies the text of the specified window's title bar (if it has one) into a buffer. If the specified window is
- a control, the text of the control is copied. However, GetWindowText cannot retrieve the text of a control in another
- application.
-
- A handle to the window or control containing the text.
-
- The buffer that will receive the text. If the string is as long or longer than the buffer, the
- string is truncated and terminated with a null character.
-
-
- The maximum number of characters to copy to the buffer, including the null character. If the
- text exceeds this limit, it is truncated.
-
-
- If the function succeeds, the return value is the length, in characters, of the copied string, not including
- the terminating null character. If the window has no title bar or text, if the title bar is empty, or if the window or
- control handle is invalid, the return value is zero. To get extended error information, call GetLastError.
- This function cannot retrieve the text of an edit control in another application.
-
-
-
-
- The MonitorFromRect function retrieves a handle to the display monitor that
- has the largest area of intersection with a specified rectangle.
-
- Pointer to a RECT structure that specifies the rectangle of interest in
- virtual-screen coordinates
- Determines the function's return value if the rectangle does not intersect
- any display monitor
-
- If the rectangle intersects one or more display monitor rectangles, the return value
- is an HMONITOR handle to the display monitor that has the largest area of intersection with the rectangle.
- If the rectangle does not intersect a display monitor, the return value depends on the value of dwFlags.
-
-
-
-
- Loads an icon, cursor, animated cursor, or bitmap.
-
- Handle to the module of either a DLL or executable (.exe) that contains the image to be loaded
- Specifies the image to load
- Specifies the type of image to be loaded.
- Specifies the width, in pixels, of the icon or cursor
- Specifies the height, in pixels, of the icon or cursor
- This parameter can be one or more of the following values.
- If the function succeeds, the return value is the requested value.If the function fails, the return value is zero. To get extended error information, call GetLastError.
-
-
-
- Stop flashing. The system restores the window to its original state.
-
-
-
-
- Flash the window caption
-
-
-
-
- Flash the taskbar button.
-
-
-
-
- Flash both the window caption and taskbar button.
- This is equivalent to setting the FLASHW_CAPTION | FLASHW_TRAY flags.
-
-
-
-
- Flash continuously, until the FLASHW_STOP flag is set.
-
-
-
-
- Flash continuously until the window comes to the foreground.
-
-
-
- Overload of SystemParametersInfo for getting and setting NONCLIENTMETRICS.
-
-
- Overload of SystemParametersInfo for getting and setting HIGHCONTRAST.
-
-
-
- Wraps an IStream interface pointer from COM into a form consumable by .Net.
-
-
- This implementation is immutable, though it's possible that the underlying
- stream can be changed in another context.
-
-
-
-
- Wraps a native IStream interface into a CLR Stream subclass.
-
-
- The stream that this object wraps.
-
-
- Note that the parameter is passed by ref. On successful creation it is
- zeroed out to the caller. This object becomes responsible for the lifetime
- management of the wrapped IStream.
-
-
-
-
- Wraps a managed stream instance into an interface pointer consumable by COM.
-
-
-
-
- Initializes a new instance of the ManagedIStream class with the specified managed Stream object.
-
-
- The stream that this IStream reference is wrapping.
-
-
-
-
- Creates a new stream object with its own seek pointer that
- references the same bytes as the original stream.
-
-
- When this method returns, contains the new stream object. This parameter is passed uninitialized.
-
-
- For more information, see the existing documentation for IStream::Clone in the MSDN library.
- This class doesn't implement Clone. A COMException is thrown if it is used.
-
-
-
-
- Ensures that any changes made to a stream object that is open in transacted
- mode are reflected in the parent storage.
-
-
- A value that controls how the changes for the stream object are committed.
-
-
- For more information, see the existing documentation for IStream::Commit in the MSDN library.
-
-
-
-
- Copies a specified number of bytes from the current seek pointer in the
- stream to the current seek pointer in another stream.
-
-
- A reference to the destination stream.
-
-
- The number of bytes to copy from the source stream.
-
-
- On successful return, contains the actual number of bytes read from the source.
- (Note the native signature is to a ULARGE_INTEGER*, so 64 bits are written
- to this parameter on success.)
-
-
- On successful return, contains the actual number of bytes written to the destination.
- (Note the native signature is to a ULARGE_INTEGER*, so 64 bits are written
- to this parameter on success.)
-
-
-
-
- Restricts access to a specified range of bytes in the stream.
-
-
- The byte offset for the beginning of the range.
-
-
- The length of the range, in bytes, to restrict.
-
-
- The requested restrictions on accessing the range.
-
-
- For more information, see the existing documentation for IStream::LockRegion in the MSDN library.
- This class doesn't implement LockRegion. A COMException is thrown if it is used.
-
-
-
-
- Reads a specified number of bytes from the stream object into memory starting at the current seek pointer.
-
-
- When this method returns, contains the data read from the stream. This parameter is passed uninitialized.
-
-
- The number of bytes to read from the stream object.
-
-
- A pointer to a ULONG variable that receives the actual number of bytes read from the stream object.
-
-
- For more information, see the existing documentation for ISequentialStream::Read in the MSDN library.
-
-
-
-
- Discards all changes that have been made to a transacted stream since the last Commit call.
-
-
- This class doesn't implement Revert. A COMException is thrown if it is used.
-
-
-
-
- Changes the seek pointer to a new location relative to the beginning of the
- stream, to the end of the stream, or to the current seek pointer.
-
-
- The displacement to add to dwOrigin.
-
-
- The origin of the seek. The origin can be the beginning of the file, the current seek pointer, or the end of the file.
-
-
- On successful return, contains the offset of the seek pointer from the beginning of the stream.
- (Note the native signature is to a ULARGE_INTEGER*, so 64 bits are written
- to this parameter on success.)
-
-
- For more information, see the existing documentation for IStream::Seek in the MSDN library.
-
-
-
-
- Changes the size of the stream object.
-
-
- The new size of the stream as a number of bytes.
-
-
- For more information, see the existing documentation for IStream::SetSize in the MSDN library.
-
-
-
-
- Retrieves the STATSTG structure for this stream.
-
-
- When this method returns, contains a STATSTG structure that describes this stream object.
- This parameter is passed uninitialized.
-
-
- Members in the STATSTG structure that this method does not return, thus saving some memory allocation operations.
-
-
-
-
- Removes the access restriction on a range of bytes previously restricted with the LockRegion method.
-
- The byte offset for the beginning of the range.
-
-
- The length, in bytes, of the range to restrict.
-
-
- The access restrictions previously placed on the range.
-
-
- For more information, see the existing documentation for IStream::UnlockRegion in the MSDN library.
- This class doesn't implement UnlockRegion. A COMException is thrown if it is used.
-
-
-
-
- Writes a specified number of bytes into the stream object starting at the current seek pointer.
-
-
- The buffer to write this stream to.
-
-
- The number of bytes to write to the stream.
-
-
- On successful return, contains the actual number of bytes written to the stream object.
- If the caller sets this pointer to null, this method does not provide the actual number
- of bytes written.
-
-
-
-
- Releases resources controlled by this object.
-
-
- Dispose can be called multiple times, but trying to use the object
- after it has been disposed will generally throw ObjectDisposedExceptions.
-
-
-
-
- Wrapper around File.Copy to provide feedback as to whether the file wasn't copied because it didn't exist.
-
-
-
-
-
- Simple guard against the exceptions that File.Delete throws on null and empty strings.
-
- The path to delete. Unlike File.Delete, this can be null or empty.
-
- Note that File.Delete, and by extension SafeDeleteFile, does not throw an exception
- if the file does not exist.
-
-
-
-
- Utility to help classes catenate their properties for implementing ToString().
-
- The StringBuilder to catenate the results into.
- The name of the property to be catenated.
- The value of the property to be catenated.
-
-
-
- Generates ToString functionality for a struct. This is an expensive way to do it,
- it exists for the sake of debugging while classes are in flux.
- Eventually this should just be removed and the classes should
- do this without reflection.
-
-
-
-
-
-
-
- Encodes a URL string. Duplicated functionality from System.Web.HttpUtility.UrlEncode.
-
-
-
-
- Duplicated from System.Web.HttpUtility because System.Web isn't part of the client profile.
- URL Encoding replaces ' ' with '+' and unsafe ASCII characters with '%XX'.
- Safe characters are defined in RFC2396 (http://www.ietf.org/rfc/rfc2396.txt).
- They are the 7-bit ASCII alphanumerics and the mark characters "-_.!~*'()".
- This implementation does not treat '~' as a safe character to be consistent with the System.Web version.
-
-
-
- GDI's DeleteObject
-
-
- GDI+'s DisposeImage
-
-
-
- From a list of BitmapFrames find the one that best matches the requested dimensions.
- The methods used here are copied from Win32 sources. We want to be consistent with
- system behaviors.
-
-
- Convert a native integer that represent a color with an alpha channel into a Color struct.
- The integer that represents the color. Its bits are of the format 0xAARRGGBB.
- A Color representation of the parameter.
-
-
-
- A static class for retail validated assertions.
- Instead of breaking into the debugger an exception is thrown.
-
-
-
-
- Ensure that the current thread's apartment state is what's expected.
-
-
- The required apartment state for the current thread.
-
-
- The message string for the exception to be thrown if the state is invalid.
-
-
- Thrown if the calling thread's apartment state is not the same as the requiredState.
-
-
-
-
- Ensure that an argument is neither null nor empty.
-
- The string to validate.
- The name of the parameter that will be presented if an exception is thrown.
-
-
-
- Ensure that an argument is neither null nor does it consist only of whitespace.
-
- The string to validate.
- The name of the parameter that will be presented if an exception is thrown.
-
-
- Verifies that an argument is not null.
- Type of the object to validate. Must be a class.
- The object to validate.
- The name of the parameter that will be presented if an exception is thrown.
-
-
- Verifies that an argument is not null.
- Type of the object to validate. Must be a class.
- The object to validate.
- The name of the parameter that will be presented if an exception is thrown.
-
-
- Verifies that an argument is null.
- Type of the object to validate. Must be a class.
- The object to validate.
- The name of the parameter that will be presented if an exception is thrown.
-
-
-
- Verifies the specified statement is true. Throws an ArgumentException if it's not.
-
- The statement to be verified as true.
- Name of the parameter to include in the ArgumentException.
- The message to include in the ArgumentException.
-
-
-
- Verifies that the specified value is within the expected range. The assertion fails if it isn't.
-
- The lower bound inclusive value.
- The value to verify.
- The upper bound exclusive value.
- The name of the parameter that caused the current exception.
-
-
-
- Shows the system menu at the current mouse position.
-
- The window for which the system menu should be shown.
- The mouse event args.
-
-
- Display the system menu at a specified location.
- The visual for which the system menu should be displayed.
- The location to display the system menu, in logical screen coordinates.
-
-
- Display the system menu at a specified location.
- The visual for which the system menu should be displayed.
- The location to display the system menu, in physical screen coordinates.
-
- The dpi of is NOT used to calculate the final coordinates.
- So you have to pass the final coordinates.
-
-
-
- Display the system menu at a specified location.
- The source/hwnd for which the system menu should be displayed.
- The location to display the system menu, in physical screen coordinates.
-
- The dpi of is NOT used to calculate the final coordinates.
- So you have to pass the final coordinates.
-
-
-
-
- Private constructor. The public way to access this class is through the static Current property.
-
-
-
-
- Critical as this accesses Native methods.
- TreatAsSafe - it would be ok to expose this information - DPI in partial trust
-
-
-
-
- Invalidates the rectangle or region that you specify in lprcUpdate or hrgnUpdate.
- You can set only one of these parameters to a non-NULL value. If both are NULL, RDW_INVALIDATE invalidates the entire window.
-
-
-
- Causes the OS to post a WM_PAINT message to the window regardless of whether a portion of the window is invalid.
-
-
-
- Causes the window to receive a WM_ERASEBKGND message when the window is repainted.
- Specify this value in combination with the RDW_INVALIDATE value; otherwise, RDW_ERASE has no effect.
-
-
-
-
- Validates the rectangle or region that you specify in lprcUpdate or hrgnUpdate.
- You can set only one of these parameters to a non-NULL value. If both are NULL, RDW_VALIDATE validates the entire window.
- This value does not affect internal WM_PAINT messages.
-
-
-
- Suppresses any pending WM_ERASEBKGND messages.
-
-
- Excludes child windows, if any, from the repainting operation.
-
-
- Includes child windows, if any, in the repainting operation.
-
-
- Causes the affected windows, which you specify by setting the RDW_ALLCHILDREN and RDW_NOCHILDREN values, to receive WM_ERASEBKGND and WM_PAINT messages before the RedrawWindow returns, if necessary.
-
-
-
- Causes the affected windows, which you specify by setting the RDW_ALLCHILDREN and RDW_NOCHILDREN values, to receive WM_ERASEBKGND messages before RedrawWindow returns, if necessary.
- The affected windows receive WM_PAINT messages at the ordinary time.
-
-
-
-
- Causes the dialog box to display all available colors in the set of basic colors.
-
-
-
- http://msdn.microsoft.com/en-us/library/ms182161.aspx
-
-
- http://msdn.microsoft.com/en-us/library/dd145064%28v=VS.85%29.aspx
-
-
- http://msdn.microsoft.com/en-us/library/windows/desktop/ms647486%28v=vs.85%29.aspx
-
-
- http://msdn.microsoft.com/en-us/library/windows/desktop/ms633528(v=vs.85).aspx
-
-
- http://msdn.microsoft.com/en-us/library/windows/desktop/ms684175%28v=vs.85%29.aspx
-
-
- http://msdn.microsoft.com/en-us/library/windows/desktop/ms683152%28v=vs.85%29.aspx
-
-
-
- Base class for creating an icon control for icon packs.
-
-
-
-
-
- Inheritors should provide a factory for setting up the path data index (per icon kind).
- The factory will only be utilized once, across all closed instances (first instantiation wins).
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the icon to display.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets the icon path data for the current .
-
-
-
-
- This custom popup can be used by validation error templates or something else.
- It provides some additional nice features:
- - repositioning if host-window size or location changed
- - repositioning if host-window gets maximized and vice versa
- - it's only topmost if the host-window is activated
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets if the popup can be closed by left mouse button down.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets whether if the Popup should be always on top.
-
-
-
-
- Causes the popup to update it's position according to it's current settings.
-
-
-
-
- SetWindowPos options
-
-
-
-
- AddValueChanged of dependency property descriptor results in memory leak as you already know.
- So, as described here, you can create custom class PropertyChangeNotifier to listen
- to any dependency property changes.
-
- This class takes advantage of the fact that bindings use weak references to manage associations
- so the class will not root the object who property changes it is watching. It also uses a WeakReference
- to maintain a reference to the object whose property it is watching without rooting that object.
- In this way, you can maintain a collection of these objects so that you can unhook the property
- change later without worrying about that collection rooting the object whose values you are watching.
-
- Complete implementation can be found here: http://agsmith.wordpress.com/2008/04/07/propertydescriptor-addvaluechanged-alternative/
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the value of the watched property.
-
-
-
-
-
- This struct represent a Color in HSL (Hue, Saturation, Luminance)
-
- Idea taken from here http://ciintelligence.blogspot.com/2012/02/converting-excel-theme-color-and-tint.html
- and here: https://en.wikipedia.org/wiki/HSL_and_HSV
-
-
-
-
- Creates a new HSL Color
-
- Any System.Windows.Media.Color
-
-
-
- Creates a new HSL Color
-
- Alpha Channel [0;1]
- Hue Channel [0;360]
- Saturation Channel [0;1]
- Luminance Channel [0;1]
-
-
-
- Gets or sets the Alpha channel.
-
-
-
-
- Gets or sets the Hue channel.
-
-
-
-
- Gets or sets the Saturation channel.
-
-
-
-
- Gets or sets the Luminance channel.
-
-
-
-
- Gets the ARGB-Color for this HSL-Color
-
- System.Windows.Media.Color
-
-
-
- Gets a lighter / darker color based on a tint value. If is > 0 then the returned color is darker, otherwise it will be lighter.
-
- Tint Value in the Range [-1;1].
- a new which is lighter or darker.
-
-
-
- Gets a lighter / darker color based on a tint value. If is > 0 then the returned color is darker, otherwise it will be lighter.
-
- The input color which should be tinted.
- Tint Value in the Range [-1;1].
- a new which is lighter or darker.
-
-
-
- Represents a theme.
-
-
-
-
- Gets the key for the library theme instance.
-
-
-
-
- Gets the key for the theme color scheme.
-
-
-
-
- Gets the key for the color values being used to generate a runtime theme.
-
-
-
-
- Initializes a new instance.
-
- The URI of the theme ResourceDictionary.
- The which created this instance.
-
-
-
- Initializes a new instance.
-
- The ResourceDictionary of the theme.
- The which created this instance.
-
-
-
-
-
-
-
-
-
-
-
-
- Get the origin of the theme.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- The root containing all resource dictionaries belonging to this instance as
-
-
-
-
- Gets the alternative color scheme for this theme.
-
-
-
-
- Determining Ideal Text Color Based on Specified Background Color
- http://www.codeproject.com/KB/GDI-plus/IdealTextColor.aspx
-
- The background color.
-
-
-
-
- Global options for .
-
-
-
-
- Used to create the options being used to generate a single .
-
-
-
-
- Options being used to generate one single .
-
-
-
-
- Represents a theme.
-
-
-
-
- Gets the key for the themes name.
-
-
-
-
- Gets the key for the themes origin.
-
-
-
-
- Gets the key for the themes display name.
-
-
-
-
- Gets the key for the themes base color scheme.
-
-
-
-
- Gets the key for the themes color scheme.
-
-
-
-
- Gets the key for the themes primary accent color.
-
-
-
-
- Gets the key for the themes showcase brush.
-
-
-
-
- Gets the key for the themes runtime generation flag.
-
-
-
-
- Gets the key for the themes high contrast flag.
-
-
-
-
- Gets the key for the theme instance.
-
-
-
-
- Initializes a new instance.
-
- The first of the theme.
-
-
-
- Gets whether this theme was generated at runtime.
-
-
-
-
- Gets whether this theme is for high contrast mode.
-
-
-
-
- Gets the name of the theme.
-
-
-
-
- Gets the display name of the theme.
-
-
-
-
- Get the base color scheme for this theme.
-
-
-
-
- Gets the primary accent color for this theme.
-
-
-
-
- Gets the color scheme for this theme.
-
-
-
-
- Gets a brush which can be used to showcase this theme.
-
-
-
-
- The root containing all resource dictionaries of all belonging to this instance as
-
-
-
-
- The ResourceDictionaries that represent this theme.
-
-
-
-
- The ResourceDictionaries that represent this theme.
-
-
-
-
- Ensures that all from provided a for this .
-
- This instance for fluent call usage.
-
-
-
- Gets a flat list of all from all library themes.
-
- A flat list of all from all library themes.
-
-
-
- Adds a new to this .
-
- The to add.
- This instance for fluent call usage.
-
-
-
-
-
-
- Class which is used as argument for an event to signal theme changes.
-
-
-
-
- Creates a new instance of this class.
-
-
-
-
- The target object for which was targeted by the theme change.
-
-
-
-
- The for which was targeted by the theme change.
-
-
-
-
- The old theme.
-
-
-
-
- The new theme.
-
-
-
-
- A class that allows for the detection and alteration of a theme.
-
-
-
-
- Gets the name for the light base color.
-
-
-
-
- Gets the name for the light base color.
-
-
-
-
- Gets the name for the dark base color.
-
-
-
-
- Gets the name for the dark base color.
-
-
-
-
- Gets a list of all library theme providers.
-
-
-
-
- Gets a list of all themes.
-
-
-
-
- Gets a list of all available base colors.
-
-
-
-
- Gets a list of all available color schemes.
-
-
-
-
- Clears the internal themes list.
-
-
-
-
- Gets the with the given name.
-
- The or null, if the theme wasn't found
-
-
-
- Gets the with the given name.
-
- The or null, if the theme wasn't found
-
-
-
- Gets the with the given resource dictionary.
-
- from which the theme should be retrieved.
- The or null, if the theme wasn't found.
-
-
-
- Gets the inverse of the given .
- This method relies on the "Dark" or "Light" affix to be present.
-
- The app theme.
- The inverse or null if it couldn't be found.
-
- Returns BaseLight, if BaseDark is given or vice versa.
- Custom Themes must end with "Dark" or "Light" for this to work, for example "CustomDark" and "CustomLight".
-
-
-
-
- Determines whether the specified resource dictionary represents a .
-
- This might include runtime themes which do not have a resource uri.
-
- The resources.
- true if the resource dictionary is an ; otherwise, false.
- resources
-
-
-
- Determines whether the specified resource dictionary represents a and was generated at runtime.
-
- This might include runtime themes which do not have a resource uri.
-
- The resources.
- true if the resource dictionary is an ; otherwise, false.
- resources
-
-
-
- Change the theme for the whole application.
-
-
-
-
- Change theme for the given window.
-
-
-
-
- Change theme for the whole application.
-
- The instance of Application to change.
- The theme to apply.
-
-
-
- Change theme for the given ResourceDictionary.
-
- The FrameworkElement to change.
- The theme to apply.
-
-
-
- Change theme for the given ResourceDictionary.
-
- The target object for which the theme change should be made. This is optional an can be null.
- The ResourceDictionary to change.
- The theme to apply.
-
-
-
- Change base color and color scheme of for the given application.
-
- The application to modify.
- The base color to apply to the ResourceDictionary.
- The color scheme to apply to the ResourceDictionary.
-
-
-
- Change base color and color scheme of for the given window.
-
- The FrameworkElement to modify.
- The base color to apply to the ResourceDictionary.
- The color scheme to apply to the ResourceDictionary.
-
-
-
- Change base color and color scheme of for the given ResourceDictionary.
-
- The target object for which the theme change should be made. This is optional an can be null.
- The ResourceDictionary to modify.
- The old/current theme.
- The base color to apply to the ResourceDictionary.
- The color scheme to apply to the ResourceDictionary.
-
-
-
- Change base color for the given application.
-
- The application to change.
- The base color to apply to the ResourceDictionary.
-
-
-
- Change base color for the given window.
-
- The FrameworkElement to change.
- The base color to apply to the ResourceDictionary.
-
-
-
- Change base color of for the given ResourceDictionary.
-
- The target object for which the theme change should be made. This is optional an can be null.
- The ResourceDictionary to modify.
- The old/current theme.
- The base color to apply to the ResourceDictionary.
-
-
-
- Change color scheme for the given application.
-
- The application to change.
- The color scheme to apply to the ResourceDictionary.
-
-
-
- Change color scheme for the given window.
-
- The FrameworkElement to change.
- The color scheme to apply to the ResourceDictionary.
-
-
-
- Change color scheme for the given ResourceDictionary.
-
- The target object for which the theme change should be made. This is optional an can be null.
- The ResourceDictionary to modify.
- The old/current theme.
- The color scheme to apply to the ResourceDictionary.
-
-
-
- Changes the theme of a ResourceDictionary directly.
-
- The ResourceDictionary to modify.
- The theme to apply to the ResourceDictionary.
-
-
-
- Scans the resources and returns it's theme.
-
- If the theme can't be detected from the we try to detect it from .
-
-
-
- Scans the application resources and returns it's theme.
-
- The Application instance to scan.
-
-
-
- Scans the resources and returns it's theme.
-
- The FrameworkElement to scan.
- If the theme can't be detected from the we try to detect it from .
-
-
-
- Scans a resources and returns it's theme.
-
- The ResourceDictionary to scan.
-
-
-
- This event fires if the theme was changed
- this should be using the weak event pattern, but for now it's enough
-
-
-
-
- Invalidates global colors and resources.
- Sometimes the ContextMenu is not changing the colors, so this will fix it.
-
-
-
-
- Gets or sets whether changes to the "app mode" setting from windows should be detected at runtime and the current be changed accordingly.
-
-
-
-
- Gets or sets whether changes to the accent color settings from windows should be detected at runtime and the current be changed accordingly.
-
-
-
-
- Gets or sets whether changes to the high contrast setting from windows should be detected at runtime and the current be changed accordingly.
-
-
-
-
- Works around an issue in the XamlReader.
- Without this fix the XamlReader would not be able to read the XAML we produced earlier because it does not know where to look for the types.
- The real issue is that we can't use the full namespace, with assembly hint, at compile time of the original project because said assembly does not yet exist and would cause a compile time error.
- Hence we have to use this workaround to enable both.
- The issue
-
- The fixed version of .
-
- If you have the following in your XAML file:
- xmlns:markup="clr-namespace:MahApps.Metro.Markup"
- xmlns:markupWithAssembly="clr-namespace:MahApps.Metro.Markup;assembly=MahApps.Metro"
- It get's converted to:
- xmlns:markup="clr-namespace:MahApps.Metro.Markup;assembly=MahApps.Metro"
- xmlns:markupWithAssembly="clr-namespace:MahApps.Metro.Markup;assembly=MahApps.Metro"
-
-
-
-
- Indicates whether a tooltip should follow the mouse cursor.
-
-
-
-
- Sets whether a tooltip should follow the mouse cursor.
-
-
-
-
- Gets the horizontal offset for the relative placement of the Tooltip.
-
-
-
-
- Sets the horizontal offset for the relative placement of the Tooltip.
-
-
-
-
- Gets the vertical offset for the relative placement of the Tooltip.
-
-
-
-
- Sets the vertical offset for the relative placement of the Tooltip.
-
-
-
-
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/FontAwesome.WPF.xml b/ReproductorMusicaTagEditables/bin/x64/Debug/FontAwesome.WPF.xml
deleted file mode 100644
index 92679e0..0000000
--- a/ReproductorMusicaTagEditables/bin/x64/Debug/FontAwesome.WPF.xml
+++ /dev/null
@@ -1,3502 +0,0 @@
-
-
-
- FontAwesome.WPF
-
-
-
-
- Provides attached properties to set FontAwesome icons on controls.
-
-
-
-
- FontAwesome FontFamily.
-
-
-
-
- Identifies the FontAwesome.WPF.Awesome.Content attached dependency property.
-
-
-
-
- Gets the content of a ContentControl, expressed as a FontAwesome icon.
-
- The ContentControl subject of the query
- FontAwesome icon found as content
-
-
-
- Sets the content of a ContentControl expressed as a FontAwesome icon. This will cause the content to be redrawn.
-
- The ContentControl where to set the content
- FontAwesome icon to set as content
-
-
-
- Control extensions
-
-
-
-
- The key used for storing the spinner Storyboard.
-
-
-
-
- Start the spinning animation
-
- FrameworkElement and ISpinable
- Control to apply the rotation
-
-
-
- Stop the spinning animation
-
- FrameworkElement and ISpinable
- Control to stop the rotation.
-
-
-
- Sets the rotation for the control
-
- FrameworkElement and IRotatable
- Control to apply the rotation
-
-
-
- Sets the flip orientation for the control
-
- FrameworkElement and IRotatable
- Control to apply the rotation
-
-
-
- Converts the CSS class name to a FontAwesomIcon and vice-versa.
-
-
-
-
- Gets or sets the mode of the converter
-
-
-
-
- Defines the CssClassNameConverter mode.
-
-
-
-
- Default mode. Expects a string and converts to a FontAwesomeIcon.
-
-
-
-
- Expects a FontAwesomeIcon and converts it to a string.
-
-
-
-
- Converts a FontAwesomIcon to its description.
-
-
-
-
- Converts a FontAwesomIcon to an ImageSource. Use the ConverterParameter to pass the Brush.
-
-
-
-
- Provides a lightweight control for displaying a FontAwesome icon as text.
-
-
-
-
- FontAwesome FontFamily.
-
-
-
-
- Identifies the FontAwesome.WPF.FontAwesome.Icon dependency property.
-
-
-
-
- Identifies the FontAwesome.WPF.FontAwesome.Spin dependency property.
-
-
-
-
- Identifies the FontAwesome.WPF.FontAwesome.Spin dependency property.
-
-
-
-
- Identifies the FontAwesome.WPF.FontAwesome.Rotation dependency property.
-
-
-
-
- Identifies the FontAwesome.WPF.FontAwesome.FlipOrientation dependency property.
-
-
-
-
- Gets or sets the FontAwesome icon. Changing this property will cause the icon to be redrawn.
-
-
-
-
- Gets or sets the current spin (angle) animation of the icon.
-
-
-
-
- Gets or sets the duration of the spinning animation (in seconds). This will stop and start the spin animation.
-
-
-
-
- Gets or sets the current rotation (angle).
-
-
-
-
- Gets or sets the current orientation (horizontal, vertical).
-
-
-
-
- FontAwesome v4.7.0 by Dave Gandy (@davegandy)
- The iconic font and CSS toolkit
- License http://fontawesome.io/license (Font: v4.7.0, C#: MIT License)
-
-
-
-
-
-
- Set this value to show no icon.
-
-
- Glass (created: 1.0)
-
-
-
- Music (created: 1.0)
-
-
-
- Search (created: 1.0)
-
-
-
- Envelope Outlined (created: 1.0)
-
-
-
- Heart (created: 1.0)
-
-
-
- Star (created: 1.0)
-
-
-
- Star Outlined (created: 1.0)
-
-
-
- User (created: 1.0)
-
-
-
- Film (created: 1.0)
-
-
-
- th-large (created: 1.0)
-
-
-
- th (created: 1.0)
-
-
-
- th-list (created: 1.0)
-
-
-
- Check (created: 1.0)
-
-
-
- Times (created: 1.0)
-
-
-
- Alias of: Times
-
-
-
- Alias of: Times
-
-
-
- Search Plus (created: 1.0)
-
-
-
- Search Minus (created: 1.0)
-
-
-
- Power Off (created: 1.0)
-
-
-
- signal (created: 1.0)
-
-
-
- cog (created: 1.0)
-
-
-
- Alias of: Cog
-
-
-
- Trash Outlined (created: 1.0)
-
-
-
- home (created: 1.0)
-
-
-
- File Outlined (created: 1.0)
-
-
-
- Clock Outlined (created: 1.0)
-
-
-
- road (created: 1.0)
-
-
-
- Download (created: 1.0)
-
-
-
- Arrow Circle Outlined Down (created: 1.0)
-
-
-
- Arrow Circle Outlined Up (created: 1.0)
-
-
-
- inbox (created: 1.0)
-
-
-
- Play Circle Outlined (created: 1.0)
-
-
-
- Repeat (created: 1.0)
-
-
-
- Alias of: Repeat
-
-
-
- refresh (created: 1.0)
-
-
-
- list-alt (created: 1.0)
-
-
-
- lock (created: 1.0)
-
-
-
- flag (created: 1.0)
-
-
-
- headphones (created: 1.0)
-
-
-
- volume-off (created: 1.0)
-
-
-
- volume-down (created: 1.0)
-
-
-
- volume-up (created: 1.0)
-
-
-
- qrcode (created: 1.0)
-
-
-
- barcode (created: 1.0)
-
-
-
- tag (created: 1.0)
-
-
-
- tags (created: 1.0)
-
-
-
- book (created: 1.0)
-
-
-
- bookmark (created: 1.0)
-
-
-
- print (created: 1.0)
-
-
-
- camera (created: 1.0)
-
-
-
- font (created: 1.0)
-
-
-
- bold (created: 1.0)
-
-
-
- italic (created: 1.0)
-
-
-
- text-height (created: 1.0)
-
-
-
- text-width (created: 1.0)
-
-
-
- align-left (created: 1.0)
-
-
-
- align-center (created: 1.0)
-
-
-
- align-right (created: 1.0)
-
-
-
- align-justify (created: 1.0)
-
-
-
- list (created: 1.0)
-
-
-
- Outdent (created: 1.0)
-
-
-
- Alias of: Outdent
-
-
-
- Indent (created: 1.0)
-
-
-
- Video Camera (created: 1.0)
-
-
-
- Picture Outlined (created: 1.0)
-
-
-
- Alias of: PictureOutline
-
-
-
- Alias of: PictureOutline
-
-
-
- pencil (created: 1.0)
-
-
-
- map-marker (created: 1.0)
-
-
-
- adjust (created: 1.0)
-
-
-
- tint (created: 1.0)
-
-
-
- Pencil Square Outlined (created: 1.0)
-
-
-
- Alias of: PencilSquareOutline
-
-
-
- Share Square Outlined (created: 1.0)
-
-
-
- Check Square Outlined (created: 1.0)
-
-
-
- Arrows (created: 1.0)
-
-
-
- step-backward (created: 1.0)
-
-
-
- fast-backward (created: 1.0)
-
-
-
- backward (created: 1.0)
-
-
-
- play (created: 1.0)
-
-
-
- pause (created: 1.0)
-
-
-
- stop (created: 1.0)
-
-
-
- forward (created: 1.0)
-
-
-
- fast-forward (created: 1.0)
-
-
-
- step-forward (created: 1.0)
-
-
-
- eject (created: 1.0)
-
-
-
- chevron-left (created: 1.0)
-
-
-
- chevron-right (created: 1.0)
-
-
-
- Plus Circle (created: 1.0)
-
-
-
- Minus Circle (created: 1.0)
-
-
-
- Times Circle (created: 1.0)
-
-
-
- Check Circle (created: 1.0)
-
-
-
- Question Circle (created: 1.0)
-
-
-
- Info Circle (created: 1.0)
-
-
-
- Crosshairs (created: 1.0)
-
-
-
- Times Circle Outlined (created: 1.0)
-
-
-
- Check Circle Outlined (created: 1.0)
-
-
-
- ban (created: 1.0)
-
-
-
- arrow-left (created: 1.0)
-
-
-
- arrow-right (created: 1.0)
-
-
-
- arrow-up (created: 1.0)
-
-
-
- arrow-down (created: 1.0)
-
-
-
- Share (created: 1.0)
-
-
-
- Alias of: Share
-
-
-
- Expand (created: 1.0)
-
-
-
- Compress (created: 1.0)
-
-
-
- plus (created: 1.0)
-
-
-
- minus (created: 1.0)
-
-
-
- asterisk (created: 1.0)
-
-
-
- Exclamation Circle (created: 1.0)
-
-
-
- gift (created: 1.0)
-
-
-
- leaf (created: 1.0)
-
-
-
- fire (created: 1.0)
-
-
-
- Eye (created: 1.0)
-
-
-
- Eye Slash (created: 1.0)
-
-
-
- Exclamation Triangle (created: 1.0)
-
-
-
- Alias of: ExclamationTriangle
-
-
-
- plane (created: 1.0)
-
-
-
- calendar (created: 1.0)
-
-
-
- random (created: 1.0)
-
-
-
- comment (created: 1.0)
-
-
-
- magnet (created: 1.0)
-
-
-
- chevron-up (created: 1.0)
-
-
-
- chevron-down (created: 1.0)
-
-
-
- retweet (created: 1.0)
-
-
-
- shopping-cart (created: 1.0)
-
-
-
- Folder (created: 1.0)
-
-
-
- Folder Open (created: 1.0)
-
-
-
- Arrows Vertical (created: 1.0)
-
-
-
- Arrows Horizontal (created: 1.0)
-
-
-
- Bar Chart (created: 1.0)
-
-
-
- Alias of: BarChart
-
-
-
- Twitter Square (created: 1.0)
-
-
-
- Facebook Square (created: 1.0)
-
-
-
- camera-retro (created: 1.0)
-
-
-
- key (created: 1.0)
-
-
-
- cogs (created: 1.0)
-
-
-
- Alias of: Cogs
-
-
-
- comments (created: 1.0)
-
-
-
- Thumbs Up Outlined (created: 1.0)
-
-
-
- Thumbs Down Outlined (created: 1.0)
-
-
-
- star-half (created: 1.0)
-
-
-
- Heart Outlined (created: 1.0)
-
-
-
- Sign Out (created: 1.0)
-
-
-
- LinkedIn Square (created: 1.0)
-
-
-
- Thumb Tack (created: 1.0)
-
-
-
- External Link (created: 1.0)
-
-
-
- Sign In (created: 1.0)
-
-
-
- trophy (created: 1.0)
-
-
-
- GitHub Square (created: 1.0)
-
-
-
- Upload (created: 1.0)
-
-
-
- Lemon Outlined (created: 1.0)
-
-
-
- Phone (created: 2.0)
-
-
-
- Square Outlined (created: 2.0)
-
-
-
- Bookmark Outlined (created: 2.0)
-
-
-
- Phone Square (created: 2.0)
-
-
-
- Twitter (created: 2.0)
-
-
-
- Facebook (created: 2.0)
-
-
-
- Alias of: Facebook
-
-
-
- GitHub (created: 2.0)
-
-
-
- unlock (created: 2.0)
-
-
-
- credit-card (created: 2.0)
-
-
-
- rss (created: 2.0)
-
-
-
- Alias of: Rss
-
-
-
- HDD (created: 2.0)
-
-
-
- bullhorn (created: 2.0)
-
-
-
- bell (created: 2.0)
-
-
-
- certificate (created: 2.0)
-
-
-
- Hand Outlined Right (created: 2.0)
-
-
-
- Hand Outlined Left (created: 2.0)
-
-
-
- Hand Outlined Up (created: 2.0)
-
-
-
- Hand Outlined Down (created: 2.0)
-
-
-
- Arrow Circle Left (created: 2.0)
-
-
-
- Arrow Circle Right (created: 2.0)
-
-
-
- Arrow Circle Up (created: 2.0)
-
-
-
- Arrow Circle Down (created: 2.0)
-
-
-
- Globe (created: 2.0)
-
-
-
- Wrench (created: 2.0)
-
-
-
- Tasks (created: 2.0)
-
-
-
- Filter (created: 2.0)
-
-
-
- Briefcase (created: 2.0)
-
-
-
- Arrows Alt (created: 2.0)
-
-
-
- Users (created: 2.0)
-
-
-
- Alias of: Users
-
-
-
- Link (created: 2.0)
-
-
-
- Alias of: Link
-
-
-
- Cloud (created: 2.0)
-
-
-
- Flask (created: 2.0)
-
-
-
- Scissors (created: 2.0)
-
-
-
- Alias of: Scissors
-
-
-
- Files Outlined (created: 2.0)
-
-
-
- Alias of: FilesOutline
-
-
-
- Paperclip (created: 2.0)
-
-
-
- Floppy Outlined (created: 2.0)
-
-
-
- Alias of: FloppyOutline
-
-
-
- Square (created: 2.0)
-
-
-
- Bars (created: 2.0)
-
-
-
- Alias of: Bars
-
-
-
- Alias of: Bars
-
-
-
- list-ul (created: 2.0)
-
-
-
- list-ol (created: 2.0)
-
-
-
- Strikethrough (created: 2.0)
-
-
-
- Underline (created: 2.0)
-
-
-
- table (created: 2.0)
-
-
-
- magic (created: 2.0)
-
-
-
- truck (created: 2.0)
-
-
-
- Pinterest (created: 2.0)
-
-
-
- Pinterest Square (created: 2.0)
-
-
-
- Google Plus Square (created: 2.0)
-
-
-
- Google Plus (created: 2.0)
-
-
-
- Money (created: 2.0)
-
-
-
- Caret Down (created: 2.0)
-
-
-
- Caret Up (created: 2.0)
-
-
-
- Caret Left (created: 2.0)
-
-
-
- Caret Right (created: 2.0)
-
-
-
- Columns (created: 2.0)
-
-
-
- Sort (created: 2.0)
-
-
-
- Alias of: Sort
-
-
-
- Sort Descending (created: 2.0)
-
-
-
- Alias of: SortDesc
-
-
-
- Sort Ascending (created: 2.0)
-
-
-
- Alias of: SortAsc
-
-
-
- Envelope (created: 2.0)
-
-
-
- LinkedIn (created: 2.0)
-
-
-
- Undo (created: 2.0)
-
-
-
- Alias of: Undo
-
-
-
- Gavel (created: 2.0)
-
-
-
- Alias of: Gavel
-
-
-
- Tachometer (created: 2.0)
-
-
-
- Alias of: Tachometer
-
-
-
- comment-o (created: 2.0)
-
-
-
- comments-o (created: 2.0)
-
-
-
- Lightning Bolt (created: 2.0)
-
-
-
- Alias of: Bolt
-
-
-
- Sitemap (created: 2.0)
-
-
-
- Umbrella (created: 2.0)
-
-
-
- Clipboard (created: 2.0)
-
-
-
- Alias of: Clipboard
-
-
-
- Lightbulb Outlined (created: 3.0)
-
-
-
- Exchange (created: 3.0)
-
-
-
- Cloud Download (created: 3.0)
-
-
-
- Cloud Upload (created: 3.0)
-
-
-
- user-md (created: 2.0)
-
-
-
- Stethoscope (created: 3.0)
-
-
-
- Suitcase (created: 3.0)
-
-
-
- Bell Outlined (created: 3.0)
-
-
-
- Coffee (created: 3.0)
-
-
-
- Cutlery (created: 3.0)
-
-
-
- File Text Outlined (created: 3.0)
-
-
-
- Building Outlined (created: 3.0)
-
-
-
- hospital Outlined (created: 3.0)
-
-
-
- ambulance (created: 3.0)
-
-
-
- medkit (created: 3.0)
-
-
-
- fighter-jet (created: 3.0)
-
-
-
- beer (created: 3.0)
-
-
-
- H Square (created: 3.0)
-
-
-
- Plus Square (created: 3.0)
-
-
-
- Angle Double Left (created: 3.0)
-
-
-
- Angle Double Right (created: 3.0)
-
-
-
- Angle Double Up (created: 3.0)
-
-
-
- Angle Double Down (created: 3.0)
-
-
-
- angle-left (created: 3.0)
-
-
-
- angle-right (created: 3.0)
-
-
-
- angle-up (created: 3.0)
-
-
-
- angle-down (created: 3.0)
-
-
-
- Desktop (created: 3.0)
-
-
-
- Laptop (created: 3.0)
-
-
-
- tablet (created: 3.0)
-
-
-
- Mobile Phone (created: 3.0)
-
-
-
- Alias of: Mobile
-
-
-
- Circle Outlined (created: 3.0)
-
-
-
- quote-left (created: 3.0)
-
-
-
- quote-right (created: 3.0)
-
-
-
- Spinner (created: 3.0)
-
-
-
- Circle (created: 3.0)
-
-
-
- Reply (created: 3.0)
-
-
-
- Alias of: Reply
-
-
-
- GitHub Alt (created: 3.0)
-
-
-
- Folder Outlined (created: 3.0)
-
-
-
- Folder Open Outlined (created: 3.0)
-
-
-
- Smile Outlined (created: 3.1)
-
-
-
- Frown Outlined (created: 3.1)
-
-
-
- Meh Outlined (created: 3.1)
-
-
-
- Gamepad (created: 3.1)
-
-
-
- Keyboard Outlined (created: 3.1)
-
-
-
- Flag Outlined (created: 3.1)
-
-
-
- flag-checkered (created: 3.1)
-
-
-
- Terminal (created: 3.1)
-
-
-
- Code (created: 3.1)
-
-
-
- reply-all (created: 3.1)
-
-
-
- Alias of: ReplyAll
-
-
-
- Star Half Outlined (created: 3.1)
-
-
-
- Alias of: StarHalfOutline
-
-
-
- Alias of: StarHalfOutline
-
-
-
- location-arrow (created: 3.1)
-
-
-
- crop (created: 3.1)
-
-
-
- code-fork (created: 3.1)
-
-
-
- Chain Broken (created: 3.1)
-
-
-
- Alias of: ChainBroken
-
-
-
- Question (created: 3.1)
-
-
-
- Info (created: 3.1)
-
-
-
- exclamation (created: 3.1)
-
-
-
- superscript (created: 3.1)
-
-
-
- subscript (created: 3.1)
-
-
-
- eraser (created: 3.1)
-
-
-
- Puzzle Piece (created: 3.1)
-
-
-
- microphone (created: 3.1)
-
-
-
- Microphone Slash (created: 3.1)
-
-
-
- shield (created: 3.1)
-
-
-
- calendar-o (created: 3.1)
-
-
-
- fire-extinguisher (created: 3.1)
-
-
-
- rocket (created: 3.1)
-
-
-
- MaxCDN (created: 3.1)
-
-
-
- Chevron Circle Left (created: 3.1)
-
-
-
- Chevron Circle Right (created: 3.1)
-
-
-
- Chevron Circle Up (created: 3.1)
-
-
-
- Chevron Circle Down (created: 3.1)
-
-
-
- HTML 5 Logo (created: 3.1)
-
-
-
- CSS 3 Logo (created: 3.1)
-
-
-
- Anchor (created: 3.1)
-
-
-
- Unlock Alt (created: 3.1)
-
-
-
- Bullseye (created: 3.1)
-
-
-
- Ellipsis Horizontal (created: 3.1)
-
-
-
- Ellipsis Vertical (created: 3.1)
-
-
-
- RSS Square (created: 3.1)
-
-
-
- Play Circle (created: 3.1)
-
-
-
- Ticket (created: 3.1)
-
-
-
- Minus Square (created: 3.1)
-
-
-
- Minus Square Outlined (created: 3.1)
-
-
-
- Level Up (created: 3.1)
-
-
-
- Level Down (created: 3.1)
-
-
-
- Check Square (created: 3.1)
-
-
-
- Pencil Square (created: 3.1)
-
-
-
- External Link Square (created: 3.1)
-
-
-
- Share Square (created: 3.1)
-
-
-
- Compass (created: 3.2)
-
-
-
- Caret Square Outlined Down (created: 3.2)
-
-
-
- Alias of: CaretSquareOutlineDown
-
-
-
- Caret Square Outlined Up (created: 3.2)
-
-
-
- Alias of: CaretSquareOutlineUp
-
-
-
- Caret Square Outlined Right (created: 3.2)
-
-
-
- Alias of: CaretSquareOutlineRight
-
-
-
- Euro (EUR) (created: 3.2)
-
-
-
- Alias of: Eur
-
-
-
- GBP (created: 3.2)
-
-
-
- US Dollar (created: 3.2)
-
-
-
- Alias of: Usd
-
-
-
- Indian Rupee (INR) (created: 3.2)
-
-
-
- Alias of: Inr
-
-
-
- Japanese Yen (JPY) (created: 3.2)
-
-
-
- Alias of: Jpy
-
-
-
- Alias of: Jpy
-
-
-
- Alias of: Jpy
-
-
-
- Russian Ruble (RUB) (created: 4.0)
-
-
-
- Alias of: Rub
-
-
-
- Alias of: Rub
-
-
-
- Korean Won (KRW) (created: 3.2)
-
-
-
- Alias of: Krw
-
-
-
- Bitcoin (BTC) (created: 3.2)
-
-
-
- Alias of: Btc
-
-
-
- File (created: 3.2)
-
-
-
- File Text (created: 3.2)
-
-
-
- Sort Alpha Ascending (created: 3.2)
-
-
-
- Sort Alpha Descending (created: 3.2)
-
-
-
- Sort Amount Ascending (created: 3.2)
-
-
-
- Sort Amount Descending (created: 3.2)
-
-
-
- Sort Numeric Ascending (created: 3.2)
-
-
-
- Sort Numeric Descending (created: 3.2)
-
-
-
- thumbs-up (created: 3.2)
-
-
-
- thumbs-down (created: 3.2)
-
-
-
- YouTube Square (created: 3.2)
-
-
-
- YouTube (created: 3.2)
-
-
-
- Xing (created: 3.2)
-
-
-
- Xing Square (created: 3.2)
-
-
-
- YouTube Play (created: 3.2)
-
-
-
- Dropbox (created: 3.2)
-
-
-
- Stack Overflow (created: 3.2)
-
-
-
- Instagram (created: 4.6)
-
-
-
- Flickr (created: 3.2)
-
-
-
- App.net (created: 3.2)
-
-
-
- Bitbucket (created: 3.2)
-
-
-
- Bitbucket Square (created: 3.2)
-
-
-
- Tumblr (created: 3.2)
-
-
-
- Tumblr Square (created: 3.2)
-
-
-
- Long Arrow Down (created: 3.2)
-
-
-
- Long Arrow Up (created: 3.2)
-
-
-
- Long Arrow Left (created: 3.2)
-
-
-
- Long Arrow Right (created: 3.2)
-
-
-
- Apple (created: 3.2)
-
-
-
- Windows (created: 3.2)
-
-
-
- Android (created: 3.2)
-
-
-
- Linux (created: 3.2)
-
-
-
- Dribbble (created: 3.2)
-
-
-
- Skype (created: 3.2)
-
-
-
- Foursquare (created: 3.2)
-
-
-
- Trello (created: 3.2)
-
-
-
- Female (created: 3.2)
-
-
-
- Male (created: 3.2)
-
-
-
- Gratipay (Gittip) (created: 3.2)
-
-
-
- Alias of: Gratipay
-
-
-
- Sun Outlined (created: 3.2)
-
-
-
- Moon Outlined (created: 3.2)
-
-
-
- Archive (created: 3.2)
-
-
-
- Bug (created: 3.2)
-
-
-
- VK (created: 3.2)
-
-
-
- Weibo (created: 3.2)
-
-
-
- Renren (created: 3.2)
-
-
-
- Pagelines (created: 4.0)
-
-
-
- Stack Exchange (created: 4.0)
-
-
-
- Arrow Circle Outlined Right (created: 4.0)
-
-
-
- Arrow Circle Outlined Left (created: 4.0)
-
-
-
- Caret Square Outlined Left (created: 4.0)
-
-
-
- Alias of: CaretSquareOutlineLeft
-
-
-
- Dot Circle Outlined (created: 4.0)
-
-
-
- Wheelchair (created: 4.0)
-
-
-
- Vimeo Square (created: 4.0)
-
-
-
- Turkish Lira (TRY) (created: 4.0)
-
-
-
- Alias of: Try
-
-
-
- Plus Square Outlined (created: 4.0)
-
-
-
- Space Shuttle (created: 4.1)
-
-
-
- Slack Logo (created: 4.1)
-
-
-
- Envelope Square (created: 4.1)
-
-
-
- WordPress Logo (created: 4.1)
-
-
-
- OpenID (created: 4.1)
-
-
-
- University (created: 4.1)
-
-
-
- Alias of: University
-
-
-
- Alias of: University
-
-
-
- Graduation Cap (created: 4.1)
-
-
-
- Alias of: GraduationCap
-
-
-
- Yahoo Logo (created: 4.1)
-
-
-
- Google Logo (created: 4.1)
-
-
-
- reddit Logo (created: 4.1)
-
-
-
- reddit Square (created: 4.1)
-
-
-
- StumbleUpon Circle (created: 4.1)
-
-
-
- StumbleUpon Logo (created: 4.1)
-
-
-
- Delicious Logo (created: 4.1)
-
-
-
- Digg Logo (created: 4.1)
-
-
-
- Pied Piper PP Logo (Old) (created: 4.1)
-
-
-
- Pied Piper Alternate Logo (created: 4.1)
-
-
-
- Drupal Logo (created: 4.1)
-
-
-
- Joomla Logo (created: 4.1)
-
-
-
- Language (created: 4.1)
-
-
-
- Fax (created: 4.1)
-
-
-
- Building (created: 4.1)
-
-
-
- Child (created: 4.1)
-
-
-
- Paw (created: 4.1)
-
-
-
- spoon (created: 4.1)
-
-
-
- Cube (created: 4.1)
-
-
-
- Cubes (created: 4.1)
-
-
-
- Behance (created: 4.1)
-
-
-
- Behance Square (created: 4.1)
-
-
-
- Steam (created: 4.1)
-
-
-
- Steam Square (created: 4.1)
-
-
-
- Recycle (created: 4.1)
-
-
-
- Car (created: 4.1)
-
-
-
- Alias of: Car
-
-
-
- Taxi (created: 4.1)
-
-
-
- Alias of: Taxi
-
-
-
- Tree (created: 4.1)
-
-
-
- Spotify (created: 4.1)
-
-
-
- deviantART (created: 4.1)
-
-
-
- SoundCloud (created: 4.1)
-
-
-
- Database (created: 4.1)
-
-
-
- PDF File Outlined (created: 4.1)
-
-
-
- Word File Outlined (created: 4.1)
-
-
-
- Excel File Outlined (created: 4.1)
-
-
-
- Powerpoint File Outlined (created: 4.1)
-
-
-
- Image File Outlined (created: 4.1)
-
-
-
- Alias of: FileImageOutline
-
-
-
- Alias of: FileImageOutline
-
-
-
- Archive File Outlined (created: 4.1)
-
-
-
- Alias of: FileArchiveOutline
-
-
-
- Audio File Outlined (created: 4.1)
-
-
-
- Alias of: FileAudioOutline
-
-
-
- Video File Outlined (created: 4.1)
-
-
-
- Alias of: FileVideoOutline
-
-
-
- Code File Outlined (created: 4.1)
-
-
-
- Vine (created: 4.1)
-
-
-
- Codepen (created: 4.1)
-
-
-
- jsFiddle (created: 4.1)
-
-
-
- Life Ring (created: 4.1)
-
-
-
- Alias of: LifeRing
-
-
-
- Alias of: LifeRing
-
-
-
- Alias of: LifeRing
-
-
-
- Alias of: LifeRing
-
-
-
- Circle Outlined Notched (created: 4.1)
-
-
-
- Rebel Alliance (created: 4.1)
-
-
-
- Alias of: Rebel
-
-
-
- Alias of: Rebel
-
-
-
- Galactic Empire (created: 4.1)
-
-
-
- Alias of: Empire
-
-
-
- Git Square (created: 4.1)
-
-
-
- Git (created: 4.1)
-
-
-
- Hacker News (created: 4.1)
-
-
-
- Alias of: HackerNews
-
-
-
- Alias of: HackerNews
-
-
-
- Tencent Weibo (created: 4.1)
-
-
-
- QQ (created: 4.1)
-
-
-
- Weixin (WeChat) (created: 4.1)
-
-
-
- Alias of: Weixin
-
-
-
- Paper Plane (created: 4.1)
-
-
-
- Alias of: PaperPlane
-
-
-
- Paper Plane Outlined (created: 4.1)
-
-
-
- Alias of: PaperPlaneOutline
-
-
-
- History (created: 4.1)
-
-
-
- Circle Outlined Thin (created: 4.1)
-
-
-
- header (created: 4.1)
-
-
-
- paragraph (created: 4.1)
-
-
-
- Sliders (created: 4.1)
-
-
-
- Share Alt (created: 4.1)
-
-
-
- Share Alt Square (created: 4.1)
-
-
-
- Bomb (created: 4.1)
-
-
-
- Futbol Outlined (created: 4.2)
-
-
-
- Alias of: FutbolOutline
-
-
-
- TTY (created: 4.2)
-
-
-
- Binoculars (created: 4.2)
-
-
-
- Plug (created: 4.2)
-
-
-
- Slideshare (created: 4.2)
-
-
-
- Twitch (created: 4.2)
-
-
-
- Yelp (created: 4.2)
-
-
-
- Newspaper Outlined (created: 4.2)
-
-
-
- WiFi (created: 4.2)
-
-
-
- Calculator (created: 4.2)
-
-
-
- Paypal (created: 4.2)
-
-
-
- Google Wallet (created: 4.2)
-
-
-
- Visa Credit Card (created: 4.2)
-
-
-
- MasterCard Credit Card (created: 4.2)
-
-
-
- Discover Credit Card (created: 4.2)
-
-
-
- American Express Credit Card (created: 4.2)
-
-
-
- Paypal Credit Card (created: 4.2)
-
-
-
- Stripe Credit Card (created: 4.2)
-
-
-
- Bell Slash (created: 4.2)
-
-
-
- Bell Slash Outlined (created: 4.2)
-
-
-
- Trash (created: 4.2)
-
-
-
- Copyright (created: 4.2)
-
-
-
- At (created: 4.2)
-
-
-
- Eyedropper (created: 4.2)
-
-
-
- Paint Brush (created: 4.2)
-
-
-
- Birthday Cake (created: 4.2)
-
-
-
- Area Chart (created: 4.2)
-
-
-
- Pie Chart (created: 4.2)
-
-
-
- Line Chart (created: 4.2)
-
-
-
- last.fm (created: 4.2)
-
-
-
- last.fm Square (created: 4.2)
-
-
-
- Toggle Off (created: 4.2)
-
-
-
- Toggle On (created: 4.2)
-
-
-
- Bicycle (created: 4.2)
-
-
-
- Bus (created: 4.2)
-
-
-
- ioxhost (created: 4.2)
-
-
-
- AngelList (created: 4.2)
-
-
-
- Closed Captions (created: 4.2)
-
-
-
- Shekel (ILS) (created: 4.2)
-
-
-
- Alias of: Ils
-
-
-
- Alias of: Ils
-
-
-
- meanpath (created: 4.2)
-
-
-
- BuySellAds (created: 4.3)
-
-
-
- Connect Develop (created: 4.3)
-
-
-
- DashCube (created: 4.3)
-
-
-
- Forumbee (created: 4.3)
-
-
-
- Leanpub (created: 4.3)
-
-
-
- Sellsy (created: 4.3)
-
-
-
- Shirts in Bulk (created: 4.3)
-
-
-
- SimplyBuilt (created: 4.3)
-
-
-
- skyatlas (created: 4.3)
-
-
-
- Add to Shopping Cart (created: 4.3)
-
-
-
- Shopping Cart Arrow Down (created: 4.3)
-
-
-
- Diamond (created: 4.3)
-
-
-
- Ship (created: 4.3)
-
-
-
- User Secret (created: 4.3)
-
-
-
- Motorcycle (created: 4.3)
-
-
-
- Street View (created: 4.3)
-
-
-
- Heartbeat (created: 4.3)
-
-
-
- Venus (created: 4.3)
-
-
-
- Mars (created: 4.3)
-
-
-
- Mercury (created: 4.3)
-
-
-
- Transgender (created: 4.3)
-
-
-
- Alias of: Transgender
-
-
-
- Transgender Alt (created: 4.3)
-
-
-
- Venus Double (created: 4.3)
-
-
-
- Mars Double (created: 4.3)
-
-
-
- Venus Mars (created: 4.3)
-
-
-
- Mars Stroke (created: 4.3)
-
-
-
- Mars Stroke Vertical (created: 4.3)
-
-
-
- Mars Stroke Horizontal (created: 4.3)
-
-
-
- Neuter (created: 4.3)
-
-
-
- Genderless (created: 4.4)
-
-
-
- Facebook Official (created: 4.3)
-
-
-
- Pinterest P (created: 4.3)
-
-
-
- What's App (created: 4.3)
-
-
-
- Server (created: 4.3)
-
-
-
- Add User (created: 4.3)
-
-
-
- Remove User (created: 4.3)
-
-
-
- Bed (created: 4.3)
-
-
-
- Alias of: Bed
-
-
-
- Viacoin (created: 4.3)
-
-
-
- Train (created: 4.3)
-
-
-
- Subway (created: 4.3)
-
-
-
- Medium (created: 4.3)
-
-
-
- Y Combinator (created: 4.4)
-
-
-
- Alias of: YCombinator
-
-
-
- Optin Monster (created: 4.4)
-
-
-
- OpenCart (created: 4.4)
-
-
-
- ExpeditedSSL (created: 4.4)
-
-
-
- Battery Full (created: 4.4)
-
-
-
- Alias of: BatteryFull
-
-
-
- Alias of: BatteryFull
-
-
-
- Battery 3/4 Full (created: 4.4)
-
-
-
- Alias of: BatteryThreeQuarters
-
-
-
- Battery 1/2 Full (created: 4.4)
-
-
-
- Alias of: BatteryHalf
-
-
-
- Battery 1/4 Full (created: 4.4)
-
-
-
- Alias of: BatteryQuarter
-
-
-
- Battery Empty (created: 4.4)
-
-
-
- Alias of: BatteryEmpty
-
-
-
- Mouse Pointer (created: 4.4)
-
-
-
- I Beam Cursor (created: 4.4)
-
-
-
- Object Group (created: 4.4)
-
-
-
- Object Ungroup (created: 4.4)
-
-
-
- Sticky Note (created: 4.4)
-
-
-
- Sticky Note Outlined (created: 4.4)
-
-
-
- JCB Credit Card (created: 4.4)
-
-
-
- Diner's Club Credit Card (created: 4.4)
-
-
-
- Clone (created: 4.4)
-
-
-
- Balance Scale (created: 4.4)
-
-
-
- Hourglass Outlined (created: 4.4)
-
-
-
- Hourglass Start (created: 4.4)
-
-
-
- Alias of: HourglassStart
-
-
-
- Hourglass Half (created: 4.4)
-
-
-
- Alias of: HourglassHalf
-
-
-
- Hourglass End (created: 4.4)
-
-
-
- Alias of: HourglassEnd
-
-
-
- Hourglass (created: 4.4)
-
-
-
- Rock (Hand) (created: 4.4)
-
-
-
- Alias of: HandRockOutline
-
-
-
- Paper (Hand) (created: 4.4)
-
-
-
- Alias of: HandPaperOutline
-
-
-
- Scissors (Hand) (created: 4.4)
-
-
-
- Lizard (Hand) (created: 4.4)
-
-
-
- Spock (Hand) (created: 4.4)
-
-
-
- Hand Pointer (created: 4.4)
-
-
-
- Hand Peace (created: 4.4)
-
-
-
- Trademark (created: 4.4)
-
-
-
- Registered Trademark (created: 4.4)
-
-
-
- Creative Commons (created: 4.4)
-
-
-
- GG Currency (created: 4.4)
-
-
-
- GG Currency Circle (created: 4.4)
-
-
-
- TripAdvisor (created: 4.4)
-
-
-
- Odnoklassniki (created: 4.4)
-
-
-
- Odnoklassniki Square (created: 4.4)
-
-
-
- Get Pocket (created: 4.4)
-
-
-
- Wikipedia W (created: 4.4)
-
-
-
- Safari (created: 4.4)
-
-
-
- Chrome (created: 4.4)
-
-
-
- Firefox (created: 4.4)
-
-
-
- Opera (created: 4.4)
-
-
-
- Internet-explorer (created: 4.4)
-
-
-
- Television (created: 4.4)
-
-
-
- Alias of: Television
-
-
-
- Contao (created: 4.4)
-
-
-
- 500px (created: 4.4)
-
-
-
- Amazon (created: 4.4)
-
-
-
- Calendar Plus Outlined (created: 4.4)
-
-
-
- Calendar Minus Outlined (created: 4.4)
-
-
-
- Calendar Times Outlined (created: 4.4)
-
-
-
- Calendar Check Outlined (created: 4.4)
-
-
-
- Industry (created: 4.4)
-
-
-
- Map Pin (created: 4.4)
-
-
-
- Map Signs (created: 4.4)
-
-
-
- Map Outlined (created: 4.4)
-
-
-
- Map (created: 4.4)
-
-
-
- Commenting (created: 4.4)
-
-
-
- Commenting Outlined (created: 4.4)
-
-
-
- Houzz (created: 4.4)
-
-
-
- Vimeo (created: 4.4)
-
-
-
- Font Awesome Black Tie (created: 4.4)
-
-
-
- Fonticons (created: 4.4)
-
-
-
- reddit Alien (created: 4.5)
-
-
-
- Edge Browser (created: 4.5)
-
-
-
- Credit Card (created: 4.5)
-
-
-
- Codie Pie (created: 4.5)
-
-
-
- MODX (created: 4.5)
-
-
-
- Fort Awesome (created: 4.5)
-
-
-
- USB (created: 4.5)
-
-
-
- Product Hunt (created: 4.5)
-
-
-
- Mixcloud (created: 4.5)
-
-
-
- Scribd (created: 4.5)
-
-
-
- Pause Circle (created: 4.5)
-
-
-
- Pause Circle Outlined (created: 4.5)
-
-
-
- Stop Circle (created: 4.5)
-
-
-
- Stop Circle Outlined (created: 4.5)
-
-
-
- Shopping Bag (created: 4.5)
-
-
-
- Shopping Basket (created: 4.5)
-
-
-
- Hashtag (created: 4.5)
-
-
-
- Bluetooth (created: 4.5)
-
-
-
- Bluetooth (created: 4.5)
-
-
-
- Percent (created: 4.5)
-
-
-
- GitLab (created: 4.6)
-
-
-
- WPBeginner (created: 4.6)
-
-
-
- WPForms (created: 4.6)
-
-
-
- Envira Gallery (created: 4.6)
-
-
-
- Universal Access (created: 4.6)
-
-
-
- Wheelchair Alt (created: 4.6)
-
-
-
- Question Circle Outlined (created: 4.6)
-
-
-
- Blind (created: 4.6)
-
-
-
- Audio Description (created: 4.6)
-
-
-
- Volume Control Phone (created: 4.6)
-
-
-
- Braille (created: 4.6)
-
-
-
- Assistive Listening Systems (created: 4.6)
-
-
-
- American Sign Language Interpreting (created: 4.6)
-
-
-
- Alias of: AmericanSignLanguageInterpreting
-
-
-
- Deaf (created: 4.6)
-
-
-
- Alias of: Deaf
-
-
-
- Alias of: Deaf
-
-
-
- Glide (created: 4.6)
-
-
-
- Glide G (created: 4.6)
-
-
-
- Sign Language (created: 4.6)
-
-
-
- Alias of: SignLanguage
-
-
-
- Low Vision (created: 4.6)
-
-
-
- Viadeo (created: 4.6)
-
-
-
- Viadeo Square (created: 4.6)
-
-
-
- Snapchat (created: 4.6)
-
-
-
- Snapchat Ghost (created: 4.6)
-
-
-
- Snapchat Square (created: 4.6)
-
-
-
- Pied Piper Logo (created: 4.6)
-
-
-
- First Order (created: 4.6)
-
-
-
- Yoast (created: 4.6)
-
-
-
- ThemeIsle (created: 4.6)
-
-
-
- Google Plus Official (created: 4.6)
-
-
-
- Alias of: GooglePlusOfficial
-
-
-
- Font Awesome (created: 4.6)
-
-
-
- Alias of: FontAwesome
-
-
-
- Handshake Outlined (created: 4.7)
-
-
-
- Envelope Open (created: 4.7)
-
-
-
- Envelope Open Outlined (created: 4.7)
-
-
-
- Linode (created: 4.7)
-
-
-
- Address Book (created: 4.7)
-
-
-
- Address Book Outlined (created: 4.7)
-
-
-
- Address Card (created: 4.7)
-
-
-
- Alias of: AddressCard
-
-
-
- Address Card Outlined (created: 4.7)
-
-
-
- Alias of: AddressCardOutline
-
-
-
- User Circle (created: 4.7)
-
-
-
- User Circle Outlined (created: 4.7)
-
-
-
- User Outlined (created: 4.7)
-
-
-
- Identification Badge (created: 4.7)
-
-
-
- Identification Card (created: 4.7)
-
-
-
- Alias of: IdCard
-
-
-
- Identification Card Outlined (created: 4.7)
-
-
-
- Alias of: IdCardOutline
-
-
-
- Quora (created: 4.7)
-
-
-
- Free Code Camp (created: 4.7)
-
-
-
- Telegram (created: 4.7)
-
-
-
- Thermometer Full (created: 4.7)
-
-
-
- Alias of: ThermometerFull
-
-
-
- Alias of: ThermometerFull
-
-
-
- Thermometer 3/4 Full (created: 4.7)
-
-
-
- Alias of: ThermometerThreeQuarters
-
-
-
- Thermometer 1/2 Full (created: 4.7)
-
-
-
- Alias of: ThermometerHalf
-
-
-
- Thermometer 1/4 Full (created: 4.7)
-
-
-
- Alias of: ThermometerQuarter
-
-
-
- Thermometer Empty (created: 4.7)
-
-
-
- Alias of: ThermometerEmpty
-
-
-
- Shower (created: 4.7)
-
-
-
- Bath (created: 4.7)
-
-
-
- Alias of: Bath
-
-
-
- Alias of: Bath
-
-
-
- Podcast (created: 4.7)
-
-
-
- Window Maximize (created: 4.7)
-
-
-
- Window Minimize (created: 4.7)
-
-
-
- Window Restore (created: 4.7)
-
-
-
- Window Close (created: 4.7)
-
-
-
- Alias of: WindowClose
-
-
-
- Window Close Outline (created: 4.7)
-
-
-
- Alias of: WindowCloseOutline
-
-
-
- Bandcamp (created: 4.7)
-
-
-
- Grav (created: 4.7)
-
-
-
- Etsy (created: 4.7)
-
-
-
- IMDB (created: 4.7)
-
-
-
- Ravelry (created: 4.7)
-
-
-
- Eercast (created: 4.7)
-
-
-
- Microchip (created: 4.7)
-
-
-
- Snowflake Outlined (created: 4.7)
-
-
-
- Superpowers (created: 4.7)
-
-
-
- WPExplorer (created: 4.7)
-
-
-
- Meetup (created: 4.7)
-
-
-
-
- Represents the category of a fontawesome icon.
-
-
-
-
- Gets or sets the category of the icon.
-
-
-
-
- Initializes a new instance of the FontAwesome.WPF.IconCategoryAttribute class.
-
- The icon category.
-
-
-
- Represents the field is an alias of another icon.
-
-
-
-
- Represents the id (css class name) of the icon.
-
-
-
-
- Gets or sets the id (css class name) of the icon.
-
-
-
-
- Initializes a new instance of the FontAwesome.WPF.IconIdAttribute class.
-
- The icon id (css class name).
-
-
-
- Defines the different flip orientations that a icon can have.
-
-
-
-
- Default
-
-
-
-
- Flip horizontally (on x-achsis)
-
-
-
-
- Flip vertically (on y-achsis)
-
-
-
-
- Represents a flippable control
-
-
-
-
- Gets or sets the current orientation (horizontal, vertical).
-
-
-
-
- Represents a control that draws an FontAwesome icon as an image.
-
-
-
-
- FontAwesome FontFamily.
-
-
-
-
- Typeface used to generate FontAwesome icon.
-
-
-
-
- Identifies the FontAwesome.WPF.ImageAwesome.Foreground dependency property.
-
-
-
-
- Identifies the FontAwesome.WPF.ImageAwesome.Icon dependency property.
-
-
-
-
- Identifies the FontAwesome.WPF.ImageAwesome.Spin dependency property.
-
-
-
-
- Identifies the FontAwesome.WPF.ImageAwesome.Spin dependency property.
-
-
-
-
- Identifies the FontAwesome.WPF.ImageAwesome.Rotation dependency property.
-
-
-
-
- Identifies the FontAwesome.WPF.ImageAwesome.FlipOrientation dependency property.
-
-
-
-
- Gets or sets the foreground brush of the icon. Changing this property will cause the icon to be redrawn.
-
-
-
-
- Gets or sets the FontAwesome icon. Changing this property will cause the icon to be redrawn.
-
-
-
-
- Gets or sets the current spin (angle) animation of the icon.
-
-
-
-
- Gets or sets the duration of the spinning animation (in seconds). This will stop and start the spin animation.
-
-
-
-
- Gets or sets the current rotation (angle).
-
-
-
-
- Gets or sets the current orientation (horizontal, vertical).
-
-
-
-
- Creates a new System.Windows.Media.ImageSource of a specified FontAwesomeIcon and foreground System.Windows.Media.Brush.
-
- The FontAwesome icon to be drawn.
- The System.Windows.Media.Brush to be used as the foreground.
- A new System.Windows.Media.ImageSource
-
-
-
- Represents a rotatable control
-
-
-
-
- Gets or sets the current rotation (angle).
-
-
-
-
- Represents a spinable control
-
-
-
-
- Gets or sets the current spin (angle) animation of the icon.
-
-
-
-
- Gets or sets the duration of the spinning animation (in seconds). This will stop and start the spin animation.
-
-
-
-
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/Historial/HistorialAlbumes.json b/ReproductorMusicaTagEditables/bin/x64/Debug/Historial/HistorialAlbumes.json
deleted file mode 100644
index 0690a8d..0000000
--- a/ReproductorMusicaTagEditables/bin/x64/Debug/Historial/HistorialAlbumes.json
+++ /dev/null
@@ -1,13 +0,0 @@
-[
- {
- "Artista": "ACDC",
- "Titulo": "BACK IN BLACK",
- "Ano": "1980",
- "Genero": "HARD ROCK",
- "CantidadPistas": null,
- "Duracion": null,
- "DuracionLong": null,
- "Imagen": null,
- "PathImagen": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Back in black\\Shoot to Thrill.mp3"
- }
-]
\ No newline at end of file
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/Historial/HistorialListas.json b/ReproductorMusicaTagEditables/bin/x64/Debug/Historial/HistorialListas.json
deleted file mode 100644
index 2972035..0000000
--- a/ReproductorMusicaTagEditables/bin/x64/Debug/Historial/HistorialListas.json
+++ /dev/null
@@ -1,3 +0,0 @@
-[
- "Hard"
-]
\ No newline at end of file
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/Listas/FAVORITOS.json b/ReproductorMusicaTagEditables/bin/x64/Debug/Listas/FAVORITOS.json
deleted file mode 100644
index b7f4adb..0000000
--- a/ReproductorMusicaTagEditables/bin/x64/Debug/Listas/FAVORITOS.json
+++ /dev/null
@@ -1,47 +0,0 @@
-[
- {
- "Numero": "1",
- "Titulo": "Back In Black",
- "Artista": "ACDC",
- "Album": "BACK IN BLACK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Back in black\\Back In Black.mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2620951282,
- "Imagen": null,
- "Cantidad": 2,
- "UltimaReproduccion": "2023-12-17T05:16:42.6639603-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Have a Drink on Me",
- "Artista": "ACDC",
- "Album": "BACK IN BLACK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Back in black\\Have a Drink on Me.mp3",
- "Duracion": "04:04",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2445998076,
- "Imagen": null,
- "Cantidad": 1,
- "UltimaReproduccion": "2023-12-17T05:16:24.7680096-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Shoot to Thrill",
- "Artista": "ACDC",
- "Album": "BACK IN BLACK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Back in black\\Shoot to Thrill.mp3",
- "Duracion": "05:25",
- "FechaLanzamiento": "1980",
- "EstadoColor": "red",
- "DuracionLong": 3256195512,
- "Imagen": null,
- "Cantidad": 1,
- "UltimaReproduccion": "2023-12-17T05:19:32.4411757-03:00"
- }
-]
\ No newline at end of file
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/Listas/Hard.json b/ReproductorMusicaTagEditables/bin/x64/Debug/Listas/Hard.json
deleted file mode 100644
index c848174..0000000
--- a/ReproductorMusicaTagEditables/bin/x64/Debug/Listas/Hard.json
+++ /dev/null
@@ -1,32 +0,0 @@
-[
- {
- "Numero": "1",
- "Titulo": "Back In Black",
- "Artista": "ACDC",
- "Album": "BACK IN BLACK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Back in black\\Back In Black.mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2620951282,
- "Imagen": null,
- "Cantidad": 1,
- "UltimaReproduccion": "2023-12-17T05:15:49.8909503-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Have a Drink on Me",
- "Artista": "ACDC",
- "Album": "BACK IN BLACK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Back in black\\Have a Drink on Me.mp3",
- "Duracion": "04:04",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2445998076,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.4725682-03:00"
- }
-]
\ No newline at end of file
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/MahApps.Metro.IconPacks.Core.pdb b/ReproductorMusicaTagEditables/bin/x64/Debug/MahApps.Metro.IconPacks.Core.pdb
deleted file mode 100644
index c3f9694..0000000
Binary files a/ReproductorMusicaTagEditables/bin/x64/Debug/MahApps.Metro.IconPacks.Core.pdb and /dev/null differ
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/MahApps.Metro.IconPacks.Core.xml b/ReproductorMusicaTagEditables/bin/x64/Debug/MahApps.Metro.IconPacks.Core.xml
deleted file mode 100644
index 0ed3b0f..0000000
--- a/ReproductorMusicaTagEditables/bin/x64/Debug/MahApps.Metro.IconPacks.Core.xml
+++ /dev/null
@@ -1,247 +0,0 @@
-
-
-
- MahApps.Metro.IconPacks.Core
-
-
-
-
- Specifies meta data for a class.
-
-
-
-
- ValueConverter which converts the PackIconFlipOrientation enumeration value to ScaleX value of a ScaleTransformation.
-
-
-
-
- ValueConverter which converts the PackIconFlipOrientation enumeration value to ScaleY value of a ScaleTransformation.
-
-
-
-
- MarkupConverter is a MarkupExtension which can be used for IValueConverter.
-
-
-
-
-
-
-
- Converts a value.
-
- The value produced by the binding source.
- The type of the binding target property.
- The converter parameter to use.
- The culture to use in the converter.
- A converted value. If the method returns null, the valid null value is used.
-
-
-
- Converts a value.
-
- The value that is produced by the binding target.
- The type to convert to.
- The converter parameter to use.
- The culture to use in the converter.
- A converted value. If the method returns null, the valid null value is used.
-
-
-
-
-
-
-
-
-
- Gets or sets the brush to draw the icon.
-
-
-
-
- Gets or sets the flip orientation for the icon.
-
-
-
-
- Gets or sets the rotation (angle) for the icon.
-
-
-
-
- Gets the path data for the given kind.
-
-
-
-
- Gets the ScaleTransform for the given kind.
-
- The icon kind to draw.
-
-
-
- Gets the for the .
-
- The icon kind to draw.
-
-
-
- Gets the object that will be used for the .
-
-
-
-
- Gets the ImageSource for the given kind.
-
-
-
-
-
-
-
-
-
-
- Class PackIconControlBase which is the base class for any PackIcon control.
-
-
-
-
- Gets the path data for the current icon kind.
-
-
-
-
- Identifies the Flip dependency property.
-
-
-
-
- Gets or sets the flip orientation.
-
-
-
-
- Identifies the RotationAngle dependency property.
-
-
-
-
- Gets or sets the rotation (angle).
-
- The rotation.
-
-
-
- Identifies the Spin dependency property.
-
-
-
-
- Gets or sets a value indicating whether the inner icon is spinning.
-
- true if spin; otherwise, false.
-
-
-
- Identifies the SpinDuration dependency property.
-
-
-
-
- Gets or sets the duration of the spinning animation (in seconds). This will also restart the spin animation.
-
- The duration of the spin in seconds.
-
-
-
- Identifies the SpinEasingFunction dependency property.
-
-
-
-
- Gets or sets the EasingFunction of the spinning animation. This will also restart the spin animation.
-
- The spin easing function.
-
-
-
- Identifies the SpinAutoReverse dependency property.
-
-
-
-
- Gets or sets the AutoReverse of the spinning animation. This will also restart the spin animation.
-
- true if [spin automatic reverse]; otherwise, false.
-
-
-
- Enum PackIconFlipOrientation for the Flip property of any PackIcon control.
-
-
-
-
- No flip
-
-
-
-
- Flip the icon horizontal
-
-
-
-
- Flip the icon vertical
-
-
-
-
- Flip the icon vertical and horizontal
-
-
-
-
- Gets or sets the brush to draw the icon.
-
-
-
-
- Gets or sets the flip orientation for the icon.
-
-
-
-
- Gets or sets the rotation (angle) for the icon.
-
-
-
-
- Gets the path data for the given kind.
-
-
-
-
- Gets the ScaleTransform for the given kind.
-
- The icon kind to draw.
-
-
-
- Gets the for the .
-
- The icon kind to draw.
-
-
-
- Gets the object that will be used for the .
-
-
-
-
- Gets the ImageSource for the given kind.
-
-
-
-
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/MahApps.Metro.IconPacks.FontAwesome.pdb b/ReproductorMusicaTagEditables/bin/x64/Debug/MahApps.Metro.IconPacks.FontAwesome.pdb
deleted file mode 100644
index 3289e9d..0000000
Binary files a/ReproductorMusicaTagEditables/bin/x64/Debug/MahApps.Metro.IconPacks.FontAwesome.pdb and /dev/null differ
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/MahApps.Metro.IconPacks.FontAwesome.xml b/ReproductorMusicaTagEditables/bin/x64/Debug/MahApps.Metro.IconPacks.FontAwesome.xml
deleted file mode 100644
index 8db3ecc..0000000
--- a/ReproductorMusicaTagEditables/bin/x64/Debug/MahApps.Metro.IconPacks.FontAwesome.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
- MahApps.Metro.IconPacks.FontAwesome
-
-
-
-
- All icons sourced from Font Awesome Free https://fontawesome.com/ - License https://fontawesome.com/license/free
- GitHub https://github.com/FortAwesome/Font-Awesome
-
-
-
-
- Gets or sets the icon to display.
-
-
-
- ******************************************
- This code is auto generated. Do not amend.
- ******************************************
-
-
-
-
-
- ******************************************
- This code is auto generated. Do not amend.
- ******************************************
-
- List of available icons for use with .
-
-
- All icons sourced from Font Awesome Free https://fontawesome.com/ - License https://fontawesome.com/license/free
- GitHub https://github.com/FortAwesome/Font-Awesome
-
-
-
-
-
-
-
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/MahApps.Metro.pdb b/ReproductorMusicaTagEditables/bin/x64/Debug/MahApps.Metro.pdb
deleted file mode 100644
index 781650d..0000000
Binary files a/ReproductorMusicaTagEditables/bin/x64/Debug/MahApps.Metro.pdb and /dev/null differ
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/MahApps.Metro.xml b/ReproductorMusicaTagEditables/bin/x64/Debug/MahApps.Metro.xml
deleted file mode 100644
index ab83472..0000000
--- a/ReproductorMusicaTagEditables/bin/x64/Debug/MahApps.Metro.xml
+++ /dev/null
@@ -1,9677 +0,0 @@
-
-
-
- MahApps.Metro
-
-
-
-
- Switch to force accessibility to only use features compatible with .NET 472
- When true, all accessibility features are compatible with .NET 472
- When false, accessibility features added in .NET versions greater than 472 can be enabled.
-
-
-
-
- This CommandTriggerAction can be used to bind any event on any FrameworkElement to an .
- This trigger can only be attached to a FrameworkElement or a class deriving from FrameworkElement.
-
- This class is inspired from Laurent Bugnion and his EventToCommand.
- http://www.mvvmlight.net
- See license.txt in this solution or http://www.galasoft.ch/license_MIT.txt
-
-
-
-
- Identifies the dependency property
-
-
-
-
- Gets or sets the command that this trigger is bound to.
-
-
-
-
- Identifies the dependency property
-
-
-
-
- Gets or sets an object that will be passed to the attached to this trigger.
-
-
-
-
- The MetroHeaderAutomationPeer class exposes the type to UI Automation.
-
-
-
-
- The MetroThumbContentControlAutomationPeer class exposes the type to UI Automation.
-
-
-
- Initializes a new instance of the class.
- The associated with this .
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Gets or sets the bindable Password property on the PasswordBox control. This is a dependency property.
-
-
-
-
- Handles changes to the 'Password' attached property.
-
-
-
-
- Handle the 'PasswordChanged'-event on the PasswordBox
-
-
-
-
- Called after the behavior is attached to an AssociatedObject.
-
-
- Override this to hook up functionality to the AssociatedObject.
-
-
-
-
- Called when the behavior is being detached from its AssociatedObject, but before it has actually occurred.
-
-
- Override this to unhook functionality from the AssociatedObject.
-
-
-
-
- The DependencyProperty for the ' OnDataContextChanged property.
-
- With the OnDataContextChanged property the Reload behavior of the MetroContentControl can be switched on or off.
- If the property is set to true, the transition of the is triggered again when the DataContext is changed.
-
-
-
-
- Helper for getting from .
-
- If the property is set to true, the transition of the is triggered again when the DataContext is changed.
-
- to read from.
- OnDataContextChanged property value.
-
-
-
- Helper for setting on .
-
- If the property is set to true, the transition of the is triggered again when the DataContext is changed.
-
- to set on.
- OnDataContextChanged property value.
-
-
-
- The DependencyProperty for the ' and ' OnSelectedTabChanged property.
-
- With the OnSelectedTabChanged property the Reload behavior of the control can be switched on or off.
- If the property is set to true, the transition is triggered again when the SelectionChanged event of a TabControl was raised.
-
-
-
-
- Helper for getting from .
-
- If the property is set to true, the transition is triggered again when the SelectionChanged event of a TabControl was raised.
-
- to read from.
- OnSelectedTabChanged property value.
-
-
-
- Helper for setting on .
-
- If the property is set to true, the transition is triggered again when the SelectionChanged event of a TabControl was raised.
-
- to set on.
- OnSelectedTabChanged property value.
-
-
-
-
- Sets the first TabItem with Visibility="" as
- the SelectedItem of the TabControl.
-
-
- If there is no visible TabItem, null is set as the SelectedItem
-
-
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
-
-
-
-
-
-
- Identifies the dependency property.
-
-
-
- Represents a border whose contents are clipped within the bounds
- of the border. The border may have rounded corners.
-
-
-
-
- BorderThickness Dependency Property
-
-
-
-
- Gets or sets the BorderThickness property. This dependency property
- indicates the BorderThickness.
-
-
-
-
- Checks if the given Thickness is valid or not
-
- Thickness
-
-
-
-
- Padding Dependency Property
-
-
-
-
- Gets or sets the Padding property. This dependency property
- indicates the Padding.
-
-
-
-
- CornerRadius Dependency Property
-
-
-
-
- Gets or sets the CornerRadius property. This dependency property
- indicates the CornerRadius of the border.
-
-
-
-
- Checks if the given CornerRadius is valid or not
-
- CornerRadius
-
-
-
-
- BorderBrush Dependency Property
-
-
-
-
- Gets or sets the BorderBrush property. This dependency property
- indicates the BorderBrush with which the Border is drawn.
-
-
-
-
- Background Dependency Property
-
-
-
-
- Gets or sets the Background property. This dependency property
- indicates the Background with which the Background is drawn.
-
-
-
-
- OptimizeClipRendering Dependency Property
-
-
-
-
- Gets or sets the OptimizeClipRendering property. This dependency property
- indicates whether the rendering of the clip should be optimized. When set to true,
- In order to optimize the rendering of the clipped Child,
- the background is rendered with the same brush as the border. Any other brush set for
- the background will be ignored. The Child will be rendered on top of it.
- This is done to prevent any gaps between the border the the clipped Child (this is
- evidently visible if both the Border and the Child are of same color).
- This works best when the Child does not have any level of transparency and is opaque.
-
-
-
-
- Updates DesiredSize of the ClipBorder. Called by parent UIElement. This is the first pass of layout.
-
-
- Border determines its desired size it needs from the specified border the child: its sizing
- properties, margin, and requested size.
-
- Constraint size is an "upper limit" that the return value should not exceed.
- The Decorator's desired size.
-
-
-
- ClipBorder computes the position of its single child and applies its child's alignments to the child.
-
-
- The size reserved for this element by the parent
- The actual ink area of the element, typically the same as finalSize
-
-
-
- Here the ClipBorder's Child, Border and Background are rendered.
-
- Drawing Context
-
-
-
- Generates a StreamGeometry.
-
- An already opened StreamGeometryContext.
- Rectangle for geomentry conversion.
- The core points of the border which needs to be used to create
- the geometry
- Result geometry.
-
-
-
- Encapsulates the details of each of the core points of the border which is calculated
- based on the given CornerRadius, BorderThickness, Padding and a flag to indicate whether
- the inner or outer border is to be calculated.
-
- CornerRadius
- BorderThickness
- Padding
- Flag to indicate whether outer or inner border needs
- to be calculated
-
-
-
- A few very useful extension methods
-
-
-
-
- Returns whether or not two doubles are "close".
-
- The first double to compare.
- The second double to compare.
-
- bool - the result of the AreClose comparision.
-
-
-
-
- Returns whether or not the first double is less than the second double.
-
- The first double to compare.
- The second double to compare.
-
- bool - the result of the LessThan comparision.
-
-
-
-
- Returns whether or not the first double is greater than the second double.
-
- The first double to compare.
- The second double to compare.
-
- bool - the result of the GreaterThan comparision.
-
-
-
-
- Returns whether or not the double is "close" to 1. Same as AreClose(double, 1),
- but this is faster.
-
- The double to compare to 1.
-
- bool - the result of the AreClose comparision.
-
-
-
-
- IsZero - Returns whether or not the double is "close" to 0. Same as AreClose(double, 0),
- but this is faster.
-
- The double to compare to 0.
-
- bool - the result of the AreClose comparision.
-
-
-
-
- Compares two points for fuzzy equality. This function
- helps compensate for the fact that double values can
- acquire error when operated upon
-
- The first point to compare
- The second point to compare
- Whether or not the two points are equal
-
-
-
- Compares two Size instances for fuzzy equality. This function
- helps compensate for the fact that double values can
- acquire error when operated upon
-
- The first size to compare
- The second size to compare
- Whether or not the two Size instances are equal
-
-
-
- Compares two Vector instances for fuzzy equality. This function
- helps compensate for the fact that double values can
- acquire error when operated upon
-
- The first Vector to compare
- The second Vector to compare
- Whether or not the two Vector instances are equal
-
-
-
- Compares two rectangles for fuzzy equality. This function
- helps compensate for the fact that double values can
- acquire error when operated upon
-
- The first rectangle to compare
- The second rectangle to compare
- Whether or not the two rectangles are equal
-
-
-
- Faster check for NaN ( faster than double.IsNaN() )
- IEEE 754 : If the argument is any value in the range 0x7ff0000000000001L through 0x7fffffffffffffffL
- or in the range 0xfff0000000000001L through 0xffffffffffffffffL, the result will be NaN.
-
- Value to check
-
-
-
-
- Rounds the given value based on the DPI scale
-
- Value to round
- DPI Scale
-
-
-
-
- Verifies if this Thickness contains only valid values
- The set of validity checks is passed as parameters.
-
- Thickness value
- allows negative values
- allows Double.NaN
- allows Double.PositiveInfinity
- allows Double.NegativeInfinity
- Whether or not the thickness complies to the range specified
-
-
-
- Method to add up the left and right size as width, as well as the top and bottom size as height
-
- Thickness
- Size
-
-
-
- Verifies if the Thickness contains only zero values
-
- Thickness
- Size
-
-
-
- Verifies if all the values in Thickness are same
-
- Thickness
- true if yes, otherwise false
-
-
-
- Verifies if this CornerRadius contains only valid values
- The set of validity checks is passed as parameters.
-
- CornerRadius value
- allows negative values
- allows Double.NaN
- allows Double.PositiveInfinity
- allows Double.NegativeInfinity
- Whether or not the CornerRadius complies to the range specified
-
-
-
- Verifies if the CornerRadius contains only zero values
-
- CornerRadius
- Size
-
-
-
- Verifies if the CornerRadius contains same values
-
- CornerRadius
- true if yes, otherwise false
-
-
-
- Deflates rectangle by given thickness
-
- Rectangle
- Thickness
- Deflated Rectangle
-
-
-
- Inflates rectangle by given thickness
-
- Rectangle
- Thickness
- Inflated Rectangle
-
-
-
- Verifies if the given brush is a SolidColorBrush and
- its color does not include transparency.
-
- Brush
- true if yes, otherwise false
-
-
-
- Verifies if the given brush is the same as the otherBrush.
-
- Brush
- Brush
- true if yes, otherwise false
-
-
- Helper for getting from .
- to read from.
- MaximumRecentColorsCount property value.
-
-
- Helper for setting on .
- to set on.
- MaximumRecentColorsCount property value.
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the selected .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the number of additional pixel in the preview image.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the Cursor for Selecting Color Mode
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the ContentControl.ContentTemplate for the preview.
-
-
-
- Identifies the routed event.
-
-
-
- Occurs when the property is changed.
-
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
-
- Gets the preview image while the cursor is moving
-
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
-
- Gets the preview brush while the cursor is moving
-
-
-
-
- A Helper class for the Color-Struct
-
-
-
-
- This function tries to convert a given string into a Color in the following order:
- 1. If the string starts with '#' the function tries to get the color from the hex-code
- 2. else the function tries to find the color in the color names Dictionary
- 3. If 1. + 2. were not successful the function adds a '#' sign and tries 1. + 2. again
-
- The localized name of the color, the hex-code of the color or the internal color name
- Optional: The dictionary where the ColorName should be looked up
- the Color if successful, else null
-
-
-
- This function tries to convert a given string into a Color in the following order:
- 1. If the string starts with '#' the function tries to get the color from the hex-code
- 2. else the function tries to find the color in the default
- 3. If 1. + 2. were not successful the function adds a '#' sign and tries 1. + 2. again
-
- The localized name of the color, the hex-code of the color or the internal color name
- the Color if successful, else null
-
-
-
- A Dictionary with localized Color Names
-
-
-
-
- Searches for the localized name of a given
-
- color
- Optional: The dictionary where the ColorName should be looked up
- the local color name or null if the given color doesn't have a name
-
-
-
- Searches for the localized name of a given by using the default
-
- color
- the local color name or null if the given color doesn't have a name
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the Header of this Control
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the HeaderTemplate of this Control
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a custom dictionary for color to name. If null, the default dictionary will be used.
-
-
-
- Identifies the routed event.
-
-
-
- Occurs when the DropDown is closed.
-
-
-
- Identifies the routed event.
-
-
-
- Occurs when the DropDown is opened.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the height of the DropDown.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the width of the DropDown.
-
-
-
- Identifies the dependency property.
-
-
-
- Whether or not the "popup" for this control is currently open
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the for the
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets when to add the to the
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the visibility of the available .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the of the available .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the of the available .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the of the available .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the of the available .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the visibility of the custom (1/2).
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the of the custom (1/2).
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the of the custom (1/2).
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the of the custom (1/2).
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the of the custom (1/2).
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the visibility of the custom (2/2).
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the of the custom (2/2).
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the of the custom (2/2).
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the of the custom (2/2).
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the of the custom (2/2).
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the visibility of the recent .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the of the recent .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the of the recent .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the of the recent .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the of the recent .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the visibility of the standard .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the of the standard .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the of the standard .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the of the standard .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the of the standard .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the for the .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the for the
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the for the .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the for the .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the visibility of the .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the for the .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the for the .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the visibility of the .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the selected .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a default selected
-
-
-
- Identifies the dependency property.
-
-
-
- Gets the as . This property is read only.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the name of the .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a for looking up the
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the Alpha-Channel
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the Red-Channel
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the Green-Channel
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the Blue-Channel
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the Hue-Channel
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the Saturation-Channel
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the Value-Channel
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the label for the Alpha-Channel in the UI
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the label for the Red-Channel in the UI
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the label for the Green-Channel in the UI
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the label for the Blue-Channel in the UI
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the label for the Preview in the UI
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the label for the Hue-Channel in the UI
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the label for the Saturation-Channel in the UI
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the label for the Value-Channel in the UI
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the label for the in the UI
-
-
-
- Identifies the routed event.
-
-
-
- Occurs when the property is changed.
-
-
-
-
- This struct represent a Color in HSV (Hue, Saturation, Value)
-
- For more information visit: https://en.wikipedia.org/wiki/HSL_and_HSV
-
-
-
-
- Gets the Alpha channel.
-
-
-
-
- Gets the Hue channel.
-
-
-
-
- Gets the Saturation channel
-
-
-
-
- Gets the Value channel
-
-
-
-
- Creates a new HSV Color from a given
-
- The to convert
-
-
-
- Creates a new HSV Color
-
- channel [0;360]
- channel [0;1]
- channel [0;1]
-
-
-
- Creates a new HSV Color
-
- (Alpha) channel [0;1]
- channel [0;360]
- channel [0;1]
- channel [0;1]
-
-
-
- Gets the for this HSV Color struct
-
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the character casing of the Content.
-
-
-
- Identifies the dependency property.
-
-
-
- Determine if the inner ContentPresenter should use AccessText in its style
-
-
-
-
- This custom popup is used by the validation error template.
- It provides some additional nice features:
- - repositioning if host-window size or location changed
- - repositioning if host-window gets maximized and vice versa
- - it's only topmost if the host-window is activated
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets whether if the popup can be closed by left mouse button down.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets whether the validation error text will be shown when hovering the validation triangle.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the that this object is reserving space for.
-
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
-
- Gets whether the popup can be shown (useful for transitions).
-
-
-
-
- Called when a cell has just switched to edit mode.
-
- A reference to element returned by GenerateEditingElement.
- The event args of the input event that caused the cell to go into edit mode. May be null.
- The unedited value of the cell.
-
-
-
- Synchronizes the column property. Taken from Helper code for DataGrid.
-
-
-
-
- Taken from Helper code for DataGrid.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the formatting for the displaying value.
-
-
-
-
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the decimal-point correction mode. The default is
-
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
-
- The font family of the desired font.
-
-
-
- Identifies the dependency property.
-
-
-
- The size of the desired font.
-
-
-
- Identifies the dependency property.
-
-
-
- The style of the desired font.
-
-
-
- Identifies the dependency property.
-
-
-
- The weight or thickness of the desired font.
-
-
-
- Identifies the dependency property.
-
-
-
- An brush that describes the foreground color. This overrides the cell foreground inherited color.
-
-
-
-
- Method used as property changed callback for properties which need RefreshCellContent to be called
-
-
-
-
- Rebuilds the contents of a cell in the column in response to a binding change.
-
- The cell to update.
- The name of the column property that has changed.
-
-
-
- (Default) No correction is applied, and any style
- inherited setting may influence the correction behavior.
-
-
-
-
- Enable the decimal-point correction for generic numbers.
-
-
-
-
- Enable the decimal-point correction for currency numbers.
-
-
-
-
- Enable the decimal-point correction for percent-numbers.
-
-
-
-
- The base class for dialogs.
-
- You probably don't want to use this class, if you want to add arbitrary content to your dialog,
- use the class.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the left and right margin for the dialog content.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the width for the dialog content.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the title of the dialog.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the content above the dialog.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the content below the dialog.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the font size of the dialog title.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the font size of the dialog message text.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the font size of any dialog buttons.
-
-
-
-
- Initializes a new .
-
- The window that is the parent of the dialog.
- The settings for the message dialog.
-
-
-
- Initializes a new .
-
-
-
-
-
-
-
- With this method it's possible to return your own settings in a custom dialog.
-
-
-
-
-
-
- This is called in the loaded event.
-
-
-
-
- Waits for the dialog to become ready for interaction.
-
- A task that represents the operation and it's status.
-
-
-
- Requests an externally shown Dialog to close. Will throw an exception if the Dialog is inside of a MetroWindow.
-
-
-
-
- A last chance virtual method for stopping an external dialog from closing.
-
-
-
-
-
- Gets the window that owns the current Dialog IF AND ONLY IF the dialog is shown externally.
-
-
-
-
- Gets the window that owns the current Dialog IF AND ONLY IF the dialog is shown inside of a window.
-
-
-
-
- Waits until this dialog gets unloaded.
-
-
-
-
-
- An implementation of BaseMetroDialog allowing arbitrary content.
-
-
-
-
- Gets the default instance if the dialog coordinator, which can be injected into a view model.
-
-
-
-
- Creates a LoginDialog inside of the current window.
-
- The window that is the parent of the dialog.
- The title of the LoginDialog.
- The message contained within the LoginDialog.
- Optional settings that override the global metro dialog settings.
- The text that was entered or null (Nothing in Visual Basic) if the user cancelled the operation.
-
-
-
- Creates a InputDialog inside of the current window.
-
- The MetroWindow
- The title of the MessageDialog.
- The message contained within the MessageDialog.
- Optional settings that override the global metro dialog settings.
- The text that was entered or null (Nothing in Visual Basic) if the user cancelled the operation.
-
-
-
- Creates a MessageDialog inside of the current window.
-
- The MetroWindow
- The title of the MessageDialog.
- The message contained within the MessageDialog.
- The type of buttons to use.
- Optional settings that override the global metro dialog settings.
- A task promising the result of which button was pressed.
-
-
-
- Creates a ProgressDialog inside of the current window.
-
- The MetroWindow
- The title of the ProgressDialog.
- The message within the ProgressDialog.
- Determines if the cancel button is visible.
- Optional Settings that override the global metro dialog settings.
- A task promising the instance of ProgressDialogController for this operation.
-
-
-
- Adds a Metro Dialog instance to the specified window and makes it visible asynchronously.
- If you want to wait until the user has closed the dialog, use
- You have to close the resulting dialog yourself with .
-
- The owning window of the dialog.
- The dialog instance itself.
- An optional pre-defined settings instance.
- A task representing the operation.
- The is already visible in the window.
-
-
-
- Adds a Metro Dialog instance of the given type to the specified window and makes it visible asynchronously.
- If you want to wait until the user has closed the dialog, use
- You have to close the resulting dialog yourself with .
-
- The owning window of the dialog.
- An optional pre-defined settings instance.
- A task with the dialog representing the operation.
-
-
-
- Hides a visible Metro Dialog instance.
-
- The window with the dialog that is visible.
- The dialog instance to hide.
- An optional pre-defined settings instance.
- A task representing the operation.
-
- The is not visible in the window.
- This happens if hasn't been called before.
-
-
-
-
- Gets the current shown dialog in async way.
-
- The dialog owner.
-
-
-
- Create and show an external dialog.
-
- The dialog which will be shown externally.
- The owner for the external window. If it's null the main window will be use.
- The delegate for customizing dialog window. It can be null.
- The given dialog.
-
-
-
- Create and show an external modal dialog.
-
- The dialog which will be shown externally.
- The owner for the external window. If it's null the main window will be use.
- The delegate for customizing dialog window. It can be null.
- The given dialog.
-
-
-
- Creates a LoginDialog outside of the current window.
-
- The window that is the parent of the dialog.
- The title of the LoginDialog.
- The message contained within the LoginDialog.
- Optional settings that override the global metro dialog settings.
- The text that was entered or null (Nothing in Visual Basic) if the user cancelled the operation.
-
-
-
- Creates a InputDialog outside of the current window.
-
- The MetroWindow
- The title of the MessageDialog.
- The message contained within the MessageDialog.
- Optional settings that override the global metro dialog settings.
- The text that was entered or null (Nothing in Visual Basic) if the user cancelled the operation.
-
-
-
- Creates a MessageDialog ouside of the current window.
-
- The MetroWindow
- The title of the MessageDialog.
- The message contained within the MessageDialog.
- The type of buttons to use.
- Optional settings that override the global metro dialog settings.
- A task promising the result of which button was pressed.
-
-
-
- Use the dialog coordinator to help you interfact with dialogs from a view model.
-
-
-
-
- Shows the input dialog.
-
- Typically this should be the view model, which you register in XAML using .
- The title of the MessageDialog.
- The message contained within the MessageDialog.
- Optional settings that override the global metro dialog settings.
- The text that was entered or null (Nothing in Visual Basic) if the user cancelled the operation.
-
-
-
- Shows the input dialog.
-
- Typically this should be the view model, which you register in XAML using .
- The title of the MessageDialog.
- The message contained within the MessageDialog.
- Optional settings that override the global metro dialog settings.
- The text that was entered or null (Nothing in Visual Basic) if the user cancelled the operation.
-
-
-
- Creates a LoginDialog inside of the current window.
-
- Typically this should be the view model, which you register in XAML using .
- The title of the LoginDialog.
- The message contained within the LoginDialog.
- Optional settings that override the global metro dialog settings.
- The text that was entered or null (Nothing in Visual Basic) if the user cancelled the operation.
-
-
-
- Creates a LoginDialog outside of the current window.
-
- Typically this should be the view model, which you register in XAML using .
- The title of the LoginDialog.
- The message contained within the LoginDialog.
- Optional settings that override the global metro dialog settings.
- The text that was entered or null (Nothing in Visual Basic) if the user cancelled the operation.
-
-
-
- Creates a MessageDialog inside of the current window.
-
- Typically this should be the view model, which you register in XAML using .
- The title of the MessageDialog.
- The message contained within the MessageDialog.
- The type of buttons to use.
- Optional settings that override the global metro dialog settings.
- A task promising the result of which button was pressed.
-
-
-
- Creates a MessageDialog outside of the current window.
-
- Typically this should be the view model, which you register in XAML using .
- The title of the MessageDialog.
- The message contained within the MessageDialog.
- The type of buttons to use.
- Optional settings that override the global metro dialog settings.
- A task promising the result of which button was pressed.
-
-
-
- Creates a ProgressDialog inside of the current window.
-
- Typically this should be the view model, which you register in XAML using .
- The title of the ProgressDialog.
- The message within the ProgressDialog.
- Determines if the cancel button is visible.
- Optional Settings that override the global metro dialog settings.
- A task promising the instance of ProgressDialogController for this operation.
-
-
-
- Adds a Metro Dialog instance to the specified window and makes it visible asynchronously.
- You have to close the resulting dialog yourself with .
-
- Typically this should be the view model, which you register in XAML using .
- The dialog instance itself.
- An optional pre-defined settings instance.
- A task representing the operation.
- The is already visible in the window.
-
-
-
- Hides a visible Metro Dialog instance.
-
- Typically this should be the view model, which you register in XAML using .
- The dialog instance to hide.
- An optional pre-defined settings instance.
- A task representing the operation.
-
- The is not visible in the window.
- This happens if hasn't been called before.
-
-
-
-
- Gets the current shown dialog.
-
- Typically this should be the view model, which you register in XAML using .
-
-
-
- InputDialog
-
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
-
- InitializeComponent
-
-
-
-
- LoginDialog
-
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
-
- InitializeComponent
-
-
-
-
- An internal control that represents a message dialog. Please use MetroWindow.ShowMessage instead!
-
-
- MessageDialog
-
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
-
- InitializeComponent
-
-
-
-
- An enum representing the result of a Message Dialog.
-
-
-
-
- An enum representing the different button states for a Message Dialog.
-
-
-
-
- Just "OK"
-
-
-
-
- "OK" and "Cancel"
-
-
-
-
- An enum representing the different choices for a color scheme in a Metro Dialog.
-
-
-
-
- A class that represents the settings used by Metro Dialogs.
-
-
-
-
- Gets or sets wheater the owner of the dialog can be closed.
-
-
-
-
- Gets or sets the text used for the Affirmative button. For example: "OK" or "Yes".
-
-
-
-
- Enable or disable dialog hiding animation
- "True" - play hiding animation.
- "False" - skip hiding animation.
-
-
-
-
- Enable or disable dialog showing animation.
- "True" - play showing animation.
- "False" - skip showing animation.
-
-
-
-
- Gets or sets a token to cancel the dialog.
-
-
-
-
- Gets or sets whether the metro dialog should use the default black/white appearance (theme) or try to use the current accent.
-
-
-
-
- Gets or sets a custom resource dictionary which can contains custom styles, brushes or something else.
-
-
-
-
- Gets or sets which button should be focused by default
-
-
-
-
- Gets or sets the default text (just the inputdialog needed)
-
-
-
-
- Gets or sets the size of the dialog message font.
-
-
- The size of the dialog message font.
-
-
-
-
- Gets or sets the size of the dialog button font.
-
-
- The size of the dialog button font.
-
-
-
-
- Gets or sets the dialog result when the user cancelled the dialog with 'ESC' key
-
- If the value is the default behavior is determined
- by the .
-
-
-
-
- Gets or sets the size of the dialog title font.
-
-
- The size of the dialog title font.
-
-
-
-
- Gets or sets the text used for the first auxiliary button.
-
-
-
-
- Gets or sets the maximum height. (Default is unlimited height, Double.NaN)
-
-
-
-
- Gets or sets the text used for the Negative button. For example: "Cancel" or "No".
-
-
-
-
- Gets or sets the text used for the second auxiliary button.
-
-
-
-
- An internal control that represents a message dialog. Please use MetroWindow.ShowMessage instead!
-
-
- ProgressDialog
-
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
-
- InitializeComponent
-
-
-
-
- A class for manipulating an open ProgressDialog.
-
-
-
-
- This event is raised when the associated was closed programmatically.
-
-
-
-
- This event is raised when the associated was cancelled by the user.
-
-
-
-
- Gets if the Cancel button has been pressed.
-
-
-
-
- Gets if the wrapped ProgressDialog is open.
-
-
-
-
- Sets the ProgressBar's IsIndeterminate to true. To set it to false, call SetProgress.
-
-
-
-
- Sets if the Cancel button is visible.
-
-
-
-
-
- Sets the dialog's progress bar value and sets IsIndeterminate to false.
-
- The percentage to set as the value.
-
-
-
- Gets/Sets the minimum restriction of the progress Value property.
-
-
-
-
- Gets/Sets the maximum restriction of the progress Value property.
-
-
-
-
- Sets the dialog's message content.
-
- The message to be set.
-
-
-
- Sets the dialog's title.
-
- The title to be set.
-
-
-
- Sets the dialog's progress bar brush.
-
- The brush to use for the progress bar's foreground.
-
-
-
- Begins an operation to close the ProgressDialog.
-
- A task representing the operation.
-
-
- Identifies the dependency property.
-
-
-
- Whether or not the "popup" menu for this control is currently open
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets an extra tag.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the orientation of children stacking.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the content for the icon part.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the DataTemplate for the icon part.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the command to invoke when the content button is pressed.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the element on which to raise the specified command.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the parameter to pass to the command property.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the content of this control.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the data template used to display the content of the DropDownButton.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a template selector that enables an application writer to provide custom template-selection logic.
-
-
- This property is ignored if is set.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a composite string that specifies how to format the content property if it is displayed as a string.
-
-
- This property is ignored if is set.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the button content style.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the "popup" menu style.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the foreground brush for the button arrow icon.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the foreground brush of the button arrow icon if the mouse is over the drop down button.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the foreground brush of the button arrow icon if the arrow button is pressed.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the visibility of the button arrow icon.
-
-
-
-
-
-
-
-
-
- Invoked when the property changes.
- Information about the change.
-
-
-
- Executes the specified action asynchronously with the DispatcherPriority.Background on the thread that the Dispatcher was created on.
-
- The dispatcher object where the action runs.
- An action that takes no parameters.
- The dispatcher priority.
-
-
-
- Executes the specified action if the element is loaded or at the loaded event if it's not loaded.
-
- The element where the action should be run.
- An action that takes no parameters.
-
-
-
- A control that imitate a slide show with back/forward buttons.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the border brush of the mouse hover effect.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a value indicating whether the border for mouse over effect is enabled or not.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the border thickness for the border of the mouse hover effect.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a value indicating whether the navigation index should be visible.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a style for the navigation index items.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a value specifying where the navigation index should be rendered.
-
-
-
-
- Gets or sets the horizontal alignment characteristics applied to the navigation index.
-
-
-
-
- Gets or sets the vertical alignment characteristics applied to the navigation index.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a value indicating whether the navigation is circular, so you get the first after last and the last before first.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the position of the navigation buttons.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the orientation of the navigation.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the transition of the left navigation.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the transition of the right navigation.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the transition of the up navigation.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the transition of the down navigation.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets whether the banner is visible or not.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets whether the navigation button are visible or not.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the banner text.
-
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the DataTemplate used to display the banner's content.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a template selector for BannerText property that enables an application writer to provide custom template-selection logic .
-
-
- This property is ignored if is set.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a composite string that specifies how to format the BannerText property if it is displayed as a string.
-
-
- This property is ignored if is set.
-
-
-
-
- Gets or sets a that is used to fill the banner.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a that describes the foreground color of the banner label.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the opacity factor applied to the entire banner when it is rendered in the user interface (UI).
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the for the navigation buttons.
-
-
-
- Identifies the dependency property.
-
-
-
- Provides the object content that should be displayed on the Back Button.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the DataTemplate used to display the Back button's content.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a composite string that specifies how to format the ButtonBackContent property if it is displayed as a string.
-
-
- This property is ignored if is set.
-
-
-
- Identifies the dependency property.
-
-
-
- Provides the object content that should be displayed on the Forward Button.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the DataTemplate used to display the Forward button's content.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a composite string that specifies how to format the ButtonForwardContent property if it is displayed as a string.
-
-
- This property is ignored if is set.
-
-
-
- Identifies the dependency property.
-
-
-
- Provides the object content that should be displayed on the Up Button.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the DataTemplate used to display the Up button's content.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a composite string that specifies how to format the ButtonUpContent property if it is displayed as a string.
-
-
- This property is ignored if is set.
-
-
-
- Identifies the dependency property.
-
-
-
- Provides the object content that should be displayed on the Down Button.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the DataTemplate used to display the Down button's content.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a composite string that specifies how to format the ButtonDownContent property if it is displayed as a string.
-
-
- This property is ignored if is set.
-
-
-
-
- To counteract the double Loaded event issue.
-
-
-
-
- Coerce SelectedIndexProperty's value.
-
- The object that the property exists on.
- The new value of the property, prior to any coercion attempt.
- The coerced value (with appropriate type).
-
-
-
- Changes the current slide to the previous item.
-
-
-
-
- Changes the current to the next item.
-
-
-
-
- Brings the control buttons (next/previous) into view.
-
-
-
-
- Removes the control buttons (next/previous) from view.
-
-
-
-
- Applies actions to navigation buttons.
-
- Action applied to the previous button.
- Action applied to the next button.
- Action applied to the inactive buttons.
- Any action is null.
-
-
-
- Computes the transition when changing selected index.
-
- Previous selected index.
- New selected index.
-
-
-
- Sets the visibility of navigation buttons.
-
- Visibility of active buttons.
-
-
-
- Gets the navigation buttons.
-
- Previous button.
- Next button.
- Inactive buttons.
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the banner text.
-
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
-
-
-
-
- A sliding panel control that is hosted in a via a .
-
-
-
-
- An event that is raised when property changes.
-
-
-
-
- An event that is raised when the opening animation has finished.
-
-
-
-
- An event that is raised when the closing animation has finished.
-
-
-
-
- Gets or sets the position of this inside the .
-
-
-
-
- Gets or sets whether this stays open when the user clicks somewhere outside of it.
-
-
-
-
- Gets or sets whether this should be visible or not.
-
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
-
- Gets whether the is completely shown (after was set to true).
-
-
-
-
- Gets or sets whether this uses the open/close animation when changing the property (default is true).
-
-
-
-
- Gets or sets whether this animates the opacity when opening/closing the .
-
-
-
-
- Gets or sets whether this is modal.
-
-
-
-
- Gets or sets a which will be executed if the close button was clicked.
-
-
- The won't be executed when property will be set to false/true.
-
-
-
-
- Gets or sets the parameter for the .
-
-
-
-
- Gets or sets the theme for the .
-
-
-
-
- Gets or sets the mouse button that closes the when the user clicks somewhere outside of it.
-
-
-
-
- Gets or sets the visibility of the close button for this .
-
-
-
-
- Gets or sets a value that indicates whether the close button is a Cancel button. A user can activate the Cancel button by pressing the ESC key.
-
-
-
-
- Gets or sets the visibility of the title.
-
-
-
-
- Gets or sets a value that indicates whether the uses animations for open/close.
-
-
-
-
- Gets or sets the focused element.
-
-
-
-
- Gets or sets a value indicating whether the should try focus an element.
-
-
-
-
- Gets or sets a value indicating whether the should auto close after the has passed.
-
-
-
-
- Gets or sets the time in milliseconds when the should auto close.
-
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
-
- property changed notifier used in .
-
-
-
-
- property changed notifier used in .
-
-
-
-
- A FlyoutsControl is for displaying flyouts in a .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets whether is ignored and all flyouts behave as if it was set to the value of this property.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets whether is ignored and all flyouts behave as if it was set false.
-
-
-
-
- Adapts the theme to the theme of the host window or application.
-
-
-
-
- Adapts the theme to the theme of the host window or application, but inverted.
-
-
- This theme can only be applied if the host window's theme abides the "Dark" and "Light" affix convention.
- (see for more infos.
-
-
-
-
- Use the dark theme for the . This is the default theme.
-
-
-
-
- Use the light theme for the .
-
-
-
-
- The theme will match the host window's accent color.
-
-
-
-
- Represents an icon that uses a glyph from the specified font.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the character code that identifies the icon glyph.
-
- The hexadecimal character code for the icon glyph.
-
-
-
- The HamburgerMenu is based on a control. By default it contains a HamburgerButton and a ListView to display menu items.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Override default OnApplyTemplate to capture children controls
-
-
-
- Identifies the routed event.
-
-
-
- Event raised when an item is clicked
-
-
-
- Identifies the routed event.
-
-
-
- Event raised when an options' item is clicked
-
-
-
- Identifies the routed event.
-
-
-
- Event raised when an item is invoked
-
-
-
- Identifies the routed event.
-
-
-
- Event raised when the hamburger button is clicked
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets HamburgerMenu button's .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the for the HamburgerMenu button.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the margin for the HamburgerMenu button.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the for the HamburgerMenu button.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the for the HamburgerMenu button.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the for the HamburgerMenu button.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the for the HamburgerMenu button.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the for the HamburgerMenu button.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the for the HamburgerMenu pane header.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets an object source used to generate the content of the options.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the used for each item in the options.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the used to display each item in the options.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the used to display each item in the options.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the of the options menu.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the selected options menu item.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the selected options menu index.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a which will be executed if an options item was clicked by the user.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the parameter which will be passed by the .
-
-
-
-
- Gets the collection used to generate the content of the option list.
-
-
- Exception thrown if OptionsListView is not yet defined.
-
-
-
-
- Executes the .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the width of the pane when it's fully expanded.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the width of the pane when in its compact display mode.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the minimum width of the pane when it's fully expanded.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the maximum width of the pane when it's fully expanded.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or Sets whether the open pane can be resized by the user. The default value is false.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or Sets the for the resizing Thumb (type of )
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a value that specifies whether the pane is shown on the right or on left side of the HamburgerMenu.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a value that specifies how the pane and content areas are shown.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the margin for the pane.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the margin for the pane header.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the Brush to apply to the background of the pane area of the HamburgerMenu.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the Brush to apply to the foreground of the pane area of the HamburgerMenu.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a value indicating whether the pane is expanded to its full width.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets an object source used to generate the content of the menu.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the used for each item.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the used for each header item.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the used for each separator item.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the used to display each item.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the used to display each item.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the selected menu item.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the selected menu index.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the for the which shows the selected menu item content.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a which will be executed if an item was clicked by the user.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the parameter which will be passed by the .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets whether the ScrollBar of the HamburgerMenu is on the left side or on the right side of the menu items.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets whether a selection indicator will be shown on the HamburgerMenuItem.
-
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the default FocusVisualStyle for a HamburgerMenuItem.
- This style can be override at the HamburgerMenuItem style by setting the FocusVisualStyle property.
-
-
-
-
- Gets the collection used to generate the content of the items list.
-
-
- Exception thrown if ButtonsListView is not yet defined.
-
-
-
-
- Executes the .
-
-
-
-
- EventArgs used for the and events.
-
-
-
-
-
-
-
-
-
-
-
-
-
- Gets the clicked item (options item).
-
-
-
-
- RoutedEventHandler used for the and events.
-
-
-
-
- EventArgs used for the event.
-
-
-
-
-
-
-
-
-
-
-
-
-
- Gets the invoked item.
-
-
-
-
- Gets a value indicating whether the invoked item is an options item
-
-
-
-
- RoutedEventHandler used for the event.
-
-
-
-
- The HamburgerMenuGlyphItem provides a glyph based implementation for HamburgerMenu entries.
-
-
-
-
- Identifies the dependency property.
-
-
-
-
- Gets or sets a value that specifies the glyph to use from Segoe MDL2 Assets font.
-
-
-
-
- Identifies the dependency property.
-
-
-
-
- Gets or sets a value that specifies label to display.
-
-
-
-
- The HamburgerMenuIconItem provides an icon based implementation for HamburgerMenu entries.
-
-
-
-
- Identifies the dependency property.
-
-
-
-
- Gets or sets a value that specifies an user specific object which can be used as icon.
-
-
-
-
- The HamburgerMenuImageItem provides an image based implementation for HamburgerMenu entries.
-
-
-
-
- Identifies the dependency property.
-
-
-
-
- Gets or sets a value that specifies a bitmap to display with an Image control.
-
-
-
-
- The HamburgerMenuItem provides an implementation for HamburgerMenu entries.
-
-
-
-
- Identifies the dependency property.
-
-
-
-
- Identifies the dependency property.
-
-
-
-
- Identifies the dependency property.
-
-
-
-
- Identifies the dependency property.
-
-
-
-
- Identifies the dependency property.
-
-
-
-
- Identifies the dependency property.
-
-
-
-
- Identifies the dependency property.
-
-
-
-
- Gets or sets a value that specifies label to display.
-
-
-
-
- Gets or sets a value that specifies the page to navigate to (if you use the HamburgerMenu with a Frame content)
-
-
-
-
- Gets or sets a command which will be executed if an item is clicked by the user.
-
-
-
-
- Gets or sets the command parameter which will be passed by the Command.
-
-
-
-
- Gets or sets the element on which to raise the specified command.
-
-
- Element on which to raise a command.
-
-
-
-
- Gets or sets a value indicating whether this item is enabled in the user interface (UI). This is a dependency property.
-
-
- true if the item is enabled; otherwise, false. The default value is true.
-
-
-
-
- Gets or sets a value that specifies ToolTip to display.
-
-
-
-
- Executes the command which can be set by the user.
-
-
-
-
- Identifies the dependency property.
-
-
-
-
- Identifies the dependency property.
-
-
-
-
- Gets or sets a value that specifies an user specific value.
-
-
-
-
- Gets or sets the value indicating whether this element is visible in the user interface (UI). This is a dependency property.
-
-
- true if the item is visible, otherwise false. The default value is true.
-
-
-
-
- The HamburgerMenuItemCollection provides typed collection of HamburgerMenuItemBase.
-
-
-
-
- Gets or sets a value indicating whether which item container style will be used for the HamburgerMenuItem.
-
-
-
-
-
-
-
- The HamburgerMenuSeparatorItem provides an separator based implementation for HamburgerMenu entries.
-
-
-
-
- Gets or sets a value that specifies label to display.
-
-
-
-
- Gets or sets a value that specifies label to display.
-
-
-
-
- Gets or sets a value that specifies ToolTip to display.
-
-
-
-
- Gets or sets a value indicating whether this item is enabled in the user interface (UI).
-
-
- true if the item is enabled; otherwise, false. The default value is true.
-
-
-
-
- Gets or sets the value indicating whether this element is visible in the user interface (UI). This is a dependency property.
-
-
- true if the item is visible, otherwise false. The default value is true.
-
-
-
-
- Represents an hour comparison operation that ensures that 12 is smaller than 1.
- This ensures that in the control the first hour that is selectable is 12 (AM/PM).
-
-
- This ensures that the first hour that is selectable is 12 (AM/PM).
- This comparer is used only if in the corresponding the value for is false.
-
-
-
-
- Gets the size of the CheckBox itself.
-
-
-
-
- Sets the size of the CheckBox itself.
-
-
-
-
- Gets the CornerRadius of the CheckBox itself.
- The CheckCornerRadius property allows users to control the roundness of the CheckBox corners independently by setting a radius value for each corner.
-
-
-
-
- Sets the CornerRadius of the CheckBox itself.
-
-
-
-
- Gets the stroke thickness of the CheckBox itself.
-
-
-
-
- Sets the stroke thickness of the CheckBox itself.
-
-
-
-
- Gets the Glyph for IsChecked = false.
-
-
-
-
- Sets the Glyph for IsChecked = false.
-
-
-
-
- Gets the GlyphTemplate for IsChecked = false.
-
-
-
-
- Sets the GlyphTemplate for IsChecked = false.
-
-
-
-
- Gets the Foreground for IsChecked = false.
-
-
-
-
- Sets the Foreground for IsChecked = false.
-
-
-
-
- Gets the Background for IsChecked = false.
-
-
-
-
- Sets the Background for IsChecked = false.
-
-
-
-
- Gets the BorderBrush for IsChecked = false.
-
-
-
-
- Sets the BorderBrush for IsChecked = false.
-
-
-
-
- Gets the check BackgroundBrush for IsChecked = false.
-
-
-
-
- Sets the BackgroundBrush for IsChecked = false.
-
-
-
-
- Gets the check BorderBrush for IsChecked = false.
-
-
-
-
- Sets the check BorderBrush for IsChecked = false.
-
-
-
-
- Gets the check Foreground for IsChecked = false.
-
-
-
-
- Sets the check Foreground for IsChecked = false.
-
-
-
-
- Gets the Foreground for IsChecked = false, IsMouseOver = true.
-
-
-
-
- Sets the Foreground for IsChecked = false, IsMouseOver = true.
-
-
-
-
- Gets the Background for IsChecked = false, IsMouseOver = true.
-
-
-
-
- Sets the Background for IsChecked = false, IsMouseOver = true.
-
-
-
-
- Gets the BorderBrush for IsChecked = false, IsMouseOver = true.
-
-
-
-
- Sets the BorderBrush for IsChecked = false, IsMouseOver = true.
-
-
-
-
- Gets the check BackgroundBrush for IsChecked = false, IsMouseOver = true.
-
-
-
-
- Sets the BackgroundBrush for IsChecked = false, IsMouseOver = true.
-
-
-
-
- Gets the check BorderBrush for IsChecked = false, IsMouseOver = true.
-
-
-
-
- Sets the check BorderBrush for IsChecked = false, IsMouseOver = true.
-
-
-
-
- Gets the check Foreground for IsChecked = false, IsMouseOver = true.
-
-
-
-
- Sets the check Foreground for IsChecked = false, IsMouseOver = true.
-
-
-
-
- Gets the Foreground for IsChecked = false, IsPressed = true.
-
-
-
-
- Sets the Foreground for IsChecked = false, IsPressed = true.
-
-
-
-
- Gets the Background for IsChecked = false, IsPressed = true.
-
-
-
-
- Sets the Background for IsChecked = false, IsPressed = true.
-
-
-
-
- Gets the BorderBrush for IsChecked = false, IsPressed = true.
-
-
-
-
- Sets the BorderBrush for IsChecked = false, IsPressed = true.
-
-
-
-
- Gets the check BackgroundBrush for IsChecked = false, IsPressed = true.
-
-
-
-
- Sets the BackgroundBrush for IsChecked = false, IsPressed = true.
-
-
-
-
- Gets the check BorderBrush for IsChecked = false, IsPressed = true.
-
-
-
-
- Sets the check BorderBrush for IsChecked = false, IsPressed = true.
-
-
-
-
- Gets the check Foreground for IsChecked = false, IsPressed = true.
-
-
-
-
- Sets the check Foreground for IsChecked = false, IsPressed = true.
-
-
-
-
- Gets the Foreground for IsChecked = false, IsEnabled = false.
-
-
-
-
- Sets the Foreground for IsChecked = false, IsEnabled = false.
-
-
-
-
- Gets the Background for IsChecked = false, IsEnabled = false.
-
-
-
-
- Sets the Background for IsChecked = false, IsEnabled = false.
-
-
-
-
- Gets the BorderBrush for IsChecked = false, IsEnabled = false.
-
-
-
-
- Sets the BorderBrush for IsChecked = false, IsEnabled = false.
-
-
-
-
- Gets the check BackgroundBrush for IsChecked = false, IsEnabled = false.
-
-
-
-
- Sets the BackgroundBrush for IsChecked = false, IsEnabled = false.
-
-
-
-
- Gets the check BorderBrush for IsChecked = false, IsEnabled = false.
-
-
-
-
- Sets the check BorderBrush for IsChecked = false, IsEnabled = false.
-
-
-
-
- Gets the check Foreground for IsChecked = false, IsEnabled = false.
-
-
-
-
- Sets the check Foreground for IsChecked = false, IsEnabled = false.
-
-
-
-
- Gets the Glyph for IsChecked = true.
-
-
-
-
- Sets the Glyph for IsChecked = true.
-
-
-
-
- Gets the GlyphTemplate for IsChecked = true.
-
-
-
-
- Sets the GlyphTemplate for IsChecked = true.
-
-
-
-
- Gets the Foreground for IsChecked = true.
-
-
-
-
- Sets the Foreground for IsChecked = true.
-
-
-
-
- Gets the Background for IsChecked = true.
-
-
-
-
- Sets the Background for IsChecked = true.
-
-
-
-
- Gets the BorderBrush for IsChecked = true.
-
-
-
-
- Sets the BorderBrush for IsChecked = true.
-
-
-
-
- Gets the check Background for IsChecked = true.
-
-
-
-
- Sets the check Background for IsChecked = true.
-
-
-
-
- Gets the check BorderBrush for IsChecked = true.
-
-
-
-
- Sets the check BorderBrush for IsChecked = true.
-
-
-
-
- Gets the check glyph Foreground for IsChecked = true.
-
-
-
-
- Sets the check glyph Foreground for IsChecked = true.
-
-
-
-
- Gets the Foreground for IsChecked = true, IsMouseOver = true.
-
-
-
-
- Sets the Foreground for IsChecked = true, IsMouseOver = true.
-
-
-
-
- Gets the Background for IsChecked = true, IsMouseOver = true.
-
-
-
-
- Sets the Background for IsChecked = true, IsMouseOver = true.
-
-
-
-
- Gets the BorderBrush for IsChecked = true, IsMouseOver = true.
-
-
-
-
- Sets the BorderBrush for IsChecked = true, IsMouseOver = true.
-
-
-
-
- Gets the check Background for IsChecked = true, IsMouseOver = true.
-
-
-
-
- Sets the check Background for IsChecked = true, IsMouseOver = true.
-
-
-
-
- Gets the check BorderBrush for IsChecked = true, IsMouseOver = true.
-
-
-
-
- Sets the check BorderBrush for IsChecked = true, IsMouseOver = true.
-
-
-
-
- Gets the check glyph Foreground for IsChecked = true, IsMouseOver = true.
-
-
-
-
- Sets the check glyph Foreground for IsChecked = true, IsMouseOver = true.
-
-
-
-
- Gets the Foreground for IsChecked = true, IsPressed = true.
-
-
-
-
- Sets the Foreground for IsChecked = true, IsPressed = true.
-
-
-
-
- Gets the Background for IsChecked = true, IsPressed = true.
-
-
-
-
- Sets the Background for IsChecked = true, IsPressed = true.
-
-
-
-
- Gets the BorderBrush for IsChecked = true, IsPressed = true.
-
-
-
-
- Sets the BorderBrush for IsChecked = true, IsPressed = true.
-
-
-
-
- Gets the check Background for IsChecked = true, IsPressed = true.
-
-
-
-
- Sets the check Background for IsChecked = true, IsPressed = true.
-
-
-
-
- Gets the check BorderBrush for IsChecked = true, IsPressed = true.
-
-
-
-
- Sets the check BorderBrush for IsChecked = true, IsPressed = true.
-
-
-
-
- Gets the check glyph Foreground for IsChecked = true, IsPressed = true.
-
-
-
-
- Sets the check glyph Foreground for IsChecked = true, IsPressed = true.
-
-
-
-
- Gets the Foreground for IsChecked = true, IsEnabled = false.
-
-
-
-
- Sets the Foreground for IsChecked = true, IsEnabled = false.
-
-
-
-
- Gets the Background for IsChecked = true, IsEnabled = false.
-
-
-
-
- Sets the Background for IsChecked = true, IsEnabled = false.
-
-
-
-
- Gets the BorderBrush for IsChecked = true, IsEnabled = false.
-
-
-
-
- Sets the BorderBrush for IsChecked = true, IsEnabled = false.
-
-
-
-
- Gets the check Background for IsChecked = true, IsEnabled = false.
-
-
-
-
- Sets the check Background for IsChecked = true, IsEnabled = false.
-
-
-
-
- Gets the check BorderBrush for IsChecked = true, IsEnabled = false.
-
-
-
-
- Sets the check BorderBrush for IsChecked = true, IsEnabled = false.
-
-
-
-
- Gets the check glyph Foreground for IsChecked = true, IsEnabled = false.
-
-
-
-
- Sets the check glyph Foreground for IsChecked = true, IsEnabled = false.
-
-
-
-
- Gets the Glyph for IsChecked = null.
-
-
-
-
- Sets the Glyph for IsChecked = null.
-
-
-
-
- Gets the GlyphTemplate for IsChecked = null.
-
-
-
-
- Sets the GlyphTemplate for IsChecked = null.
-
-
-
-
- Gets the Foreground for IsChecked = null.
-
-
-
-
- Sets the Foreground for IsChecked = null.
-
-
-
-
- Gets the Background for IsChecked = null.
-
-
-
-
- Sets the Background for IsChecked = null.
-
-
-
-
- Gets the BorderBrush for IsChecked = null.
-
-
-
-
- Sets the BorderBrush for IsChecked = null.
-
-
-
-
- Gets the glyph BackgroundBrush for IsChecked = null.
-
-
-
-
- Sets the glyph BackgroundBrush for IsChecked = null.
-
-
-
-
- Gets the glyph BorderBrush for IsChecked = null.
-
-
-
-
- Sets the glyph BorderBrush for IsChecked = null.
-
-
-
-
- Gets the glyph Foreground for IsChecked = null.
-
-
-
-
- Sets the glyph Foregorund for IsChecked = null.
-
-
-
-
- Gets the Foreground for IsChecked = null, IsMouseOver = true.
-
-
-
-
- Sets the Foreground for IsChecked = null, IsMouseOver = true.
-
-
-
-
- Gets the Background for IsChecked = null, IsMouseOver = true.
-
-
-
-
- Sets the Background for IsChecked = null, IsMouseOver = true.
-
-
-
-
- Gets the BorderBrush for IsChecked = null, IsMouseOver = true.
-
-
-
-
- Sets the BorderBrush for IsChecked = null, IsMouseOver = true.
-
-
-
-
- Gets the glyph BackgroundBrush for IsChecked = null, IsMouseOver = true.
-
-
-
-
- Sets the glyph BackgroundBrush for IsChecked = null, IsMouseOver = true.
-
-
-
-
- Gets the glyph BorderBrush for IsChecked = null, IsMouseOver = true.
-
-
-
-
- Sets the glyph BorderBrush for IsChecked = null, IsMouseOver = true.
-
-
-
-
- Gets the glyph Foreground for IsChecked = null, IsMouseOver = true.
-
-
-
-
- Sets the glyph Foregorund for IsChecked = null, IsMouseOver = true.
-
-
-
-
- Gets the Foreground for IsChecked = null, IsPressed = true.
-
-
-
-
- Sets the Foreground for IsChecked = null, IsPressed = true.
-
-
-
-
- Gets the Background for IsChecked = null, IsPressed = true.
-
-
-
-
- Sets the Background for IsChecked = null, IsPressed = true.
-
-
-
-
- Gets the BorderBrush for IsChecked = null, IsPressed = true.
-
-
-
-
- Sets the BorderBrush for IsChecked = null, IsPressed = true.
-
-
-
-
- Gets the glyph BackgroundBrush for IsChecked = null, IsPressed = true.
-
-
-
-
- Sets the glyph BackgroundBrush for IsChecked = null, IsPressed = true.
-
-
-
-
- Gets the glyph BorderBrush for IsChecked = null, IsPressed = true.
-
-
-
-
- Sets the glyph BorderBrush for IsChecked = null, IsPressed = true.
-
-
-
-
- Gets the glyph Foreground for IsChecked = null, IsPressed = true.
-
-
-
-
- Sets the glyph Foregorund for IsChecked = null, IsPressed = true.
-
-
-
-
- Gets the Foreground for IsChecked = null, IsEnabled = false.
-
-
-
-
- Sets the Foreground for IsChecked = null, IsEnabled = false.
-
-
-
-
- Gets the Background for IsChecked = null, IsEnabled = false.
-
-
-
-
- Sets the Background for IsChecked = null, IsEnabled = false.
-
-
-
-
- Gets the BorderBrush for IsChecked = null, IsEnabled = false.
-
-
-
-
- Sets the BorderBrush for IsChecked = null, IsEnabled = false.
-
-
-
-
- Gets the glyph BackgroundBrush for IsChecked = null, IsEnabled = false.
-
-
-
-
- Sets the glyph BackgroundBrush for IsChecked = null, IsEnabled = false.
-
-
-
-
- Gets the glyph BorderBrush for IsChecked = null, IsEnabled = false.
-
-
-
-
- Sets the glyph BorderBrush for IsChecked = null, IsEnabled = false.
-
-
-
-
- Gets the glyph Foreground for IsChecked = null, IsEnabled = false.
-
-
-
-
- Sets the glyph Foregorund for IsChecked = null, IsEnabled = false.
-
-
-
-
- A helper class that provides various attached properties for the control.
-
-
-
-
- Gets the Maximum number of characters the TextBox can accept.
-
-
-
-
- Sets the Maximum number of characters the TextBox can accept.
-
-
-
-
- Gets the Character casing of the TextBox.
-
-
-
-
- Sets the Character casing of the TextBox.
-
-
-
-
- A helper class that provides various controls.
-
-
-
-
- Gets the value to handle the visibility of the DisabledVisualElement in the template.
-
-
-
-
- Sets the value to handle the visibility of the DisabledVisualElement in the template.
-
-
-
-
- The DependencyProperty for the CharacterCasing property.
- Controls whether or not content is converted to upper or lower case
-
-
-
-
- Gets the character casing of the control
-
-
-
-
- Sets the character casing of the control
-
-
-
-
- Gets the value if the inner ContentPresenter use AccessText in its style.
-
-
-
-
- Sets the value if the inner ContentPresenter should use AccessText in its style.
-
-
-
-
- Gets the brush used to draw the focus border.
-
-
-
-
- Sets the brush used to draw the focus border.
-
-
-
-
- Gets the brush used to draw the focus border.
-
-
-
-
- Sets the brush used to draw the focus border.
-
-
-
-
- Gets the brush used to draw the mouse over brush.
-
-
-
-
- Sets the brush used to draw the mouse over brush.
-
-
-
-
- DependencyProperty for property.
-
-
-
-
- The CornerRadius property allows users to control the roundness of the button corners independently by
- setting a radius value for each corner. Radius values that are too large are scaled so that they
- smoothly blend from corner to corner. (Can be used e.g. at MetroButton style)
- Description taken from original Microsoft description :-D
-
-
-
-
- Gets or sets a value indicating whether the child contents of the control are not editable.
-
-
-
-
- Gets a value indicating whether the child contents of the control are not editable.
-
-
-
-
- Sets a value indicating whether the child contents of the control are not editable.
-
-
-
-
- Attach this helper to the DataGrid.
-
-
-
-
-
- Detach the helper from the attached DataGrid
-
-
-
-
-
-
-
-
-
-
- Sets binding from the source dependency property to the dependency property of the given target.
-
- The target object.
- The target's dependency property.
- The source object.
- The dependency property of the source.
-
-
-
- Clears the binding from the source dependency property to the dependency property of the given target.
-
- The target object.
- The target's dependency property.
- The source object.
- The dependency property of the source.
-
-
-
- Overriding classes should avoid returning 'this' as this would like result in in the method
-
-
-
- The DependencyProperty for the ' AutoGeneratedCheckBoxColumnStyle property.
-
- If a style is set, the DataGridCheckBoxColumn of the DataGrid will use this style for normal cells.
-
-
-
-
- Helper for getting from .
-
- If a style is set, the DataGridCheckBoxColumn of the DataGrid will use this style for normal cells.
-
- to read from.
- AutoGeneratedCheckBoxColumnStyle property value.
-
-
-
- Helper for setting on .
-
- If a style is set, the DataGridCheckBoxColumn of the DataGrid will use this style for normal cells.
-
- to set on.
- AutoGeneratedCheckBoxColumnStyle property value.
-
-
-
- The DependencyProperty for the ' AutoGeneratedCheckBoxColumnEditingStyle property.
-
- If a style is set, the DataGridCheckBoxColumn of the DataGrid will use this style for cells in edit mode.
-
-
-
-
- Helper for getting from .
-
- If a style is set, the DataGridCheckBoxColumn of the DataGrid will use this style for cells in edit mode.
-
- to read from.
- AutoGeneratedCheckBoxColumnEditingStyle property value.
-
-
-
- Helper for setting on .
-
- If a style is set, the DataGridCheckBoxColumn of the DataGrid will use this style for cells in edit mode.
-
- to set on.
- AutoGeneratedCheckBoxColumnEditingStyle property value.
-
-
-
- The DependencyProperty for the ' AutoGeneratedTextColumnStyle property.
-
- If a style is set, the DataGridTextColumn columns of the DataGrid will use this style for normal cells.
-
-
-
-
- Helper for getting from .
-
- If a style is set, the DataGridTextColumn columns of the DataGrid will use this style for normal cells.
-
- to read from.
- AutoGeneratedTextColumnStyle property value.
-
-
-
- Helper for setting on .
-
- If a style is set, the DataGridTextColumn columns of the DataGrid will use this style for normal cells.
-
- to set on.
- AutoGeneratedTextColumnStyle property value.
-
-
-
- The DependencyProperty for the ' AutoGeneratedTextColumnEditingStyle property.
-
- If a style is set, the DataGridTextColumn of the DataGrid will use this style for cells in edit mode.
-
-
-
-
- Helper for getting from .
-
- If a style is set, the DataGridTextColumn of the DataGrid will use this style for cells in edit mode.
-
- to read from.
- AutoGeneratedTextColumnEditingStyle property value.
-
-
-
- Helper for setting on .
-
- If a style is set, the DataGridTextColumn of the DataGrid will use this style for cells in edit mode.
-
- to set on.
- AutoGeneratedTextColumnEditingStyle property value.
-
-
-
- The DependencyProperty for the ' AutoGeneratedComboBoxColumnStyle property.
-
- If a style is set, the DataGridComboBoxColumn columns of the DataGrid will use this style for normal cells.
-
-
-
-
- Helper for getting from .
-
- If a style is set, the DataGridComboBoxColumn columns of the DataGrid will use this style for normal cells.
-
- to read from.
- AutoGeneratedComboBoxColumnStyle property value.
-
-
-
- Helper for setting on .
-
- If a style is set, the DataGridComboBoxColumn columns of the DataGrid will use this style for normal cells.
-
- to set on.
- AutoGeneratedComboBoxColumnStyle property value.
-
-
-
- The DependencyProperty for the ' AutoGeneratedComboBoxColumnEditingStyle property.
-
- If a style is set, the DataGridComboBoxColumn of the DataGrid will use this style for cells in edit mode.
-
-
-
-
- Helper for getting from .
-
- If a style is set, the DataGridComboBoxColumn of the DataGrid will use this style for cells in edit mode.
-
- to read from.
- AutoGeneratedComboBoxColumnEditingStyle property value.
-
-
-
- Helper for setting on .
-
- If a style is set, the DataGridComboBoxColumn of the DataGrid will use this style for cells in edit mode.
-
- to set on.
- AutoGeneratedComboBoxColumnEditingStyle property value.
-
-
-
- The DependencyProperty for the ' AutoGeneratedNumericUpDownColumnStyle property.
-
- If a style is set, the DataGridNumericUpDownColumn columns of the DataGrid will use this style for normal cells.
-
-
-
-
- Helper for getting from .
-
- If a style is set, the DataGridNumericUpDownColumn columns of the DataGrid will use this style for normal cells.
-
- to read from.
- AutoGeneratedNumericUpDownColumnStyle property value.
-
-
-
- Helper for setting on .
-
- If a style is set, the DataGridNumericUpDownColumn columns of the DataGrid will use this style for normal cells.
-
- to set on.
- AutoGeneratedNumericUpDownColumnStyle property value.
-
-
-
- The DependencyProperty for the ' AutoGeneratedNumericUpDownColumnEditingStyle property.
-
- If a style is set, the DataGridNumericUpDownColumn of the DataGrid will use this style for cells in edit mode.
-
-
-
-
- Helper for getting from .
-
- If a style is set, the DataGridNumericUpDownColumn of the DataGrid will use this style for cells in edit mode.
-
- to read from.
- AutoGeneratedNumericUpDownColumnEditingStyle property value.
-
-
-
- Helper for setting on .
-
- If a style is set, the DataGridNumericUpDownColumn of the DataGrid will use this style for cells in edit mode.
-
- to set on.
- AutoGeneratedNumericUpDownColumnEditingStyle property value.
-
-
-
- The DependencyProperty for the ' AutoGeneratedHyperlinkColumnStyle property.
-
- If a style is set, the DataGridHyperlinkColumn columns of the DataGrid will use this style for normal cells.
-
-
-
-
- Helper for getting from .
-
- If a style is set, the DataGridHyperlinkColumn columns of the DataGrid will use this style for normal cells.
-
- to read from.
- AutoGeneratedHyperlinkColumnStyle property value.
-
-
-
- Helper for setting on .
-
- If a style is set, the DataGridHyperlinkColumn columns of the DataGrid will use this style for normal cells.
-
- to set on.
- AutoGeneratedHyperlinkColumnStyle property value.
-
-
-
- The DependencyProperty for the ' AutoGeneratedHyperlinkColumnEditingStyle property.
-
- If a style is set, the DataGridHyperlinkColumn of the DataGrid will use this style for cells in edit mode.
-
-
-
-
- Helper for getting from .
-
- If a style is set, the DataGridHyperlinkColumn of the DataGrid will use this style for cells in edit mode.
-
- to read from.
- AutoGeneratedHyperlinkColumnEditingStyle property value.
-
-
-
- Helper for setting on .
-
- If a style is set, the DataGridHyperlinkColumn of the DataGrid will use this style for cells in edit mode.
-
- to set on.
- AutoGeneratedHyperlinkColumnEditingStyle property value.
-
-
-
- Gets the padding inside the cell.
-
-
-
-
- Sets the padding inside the cell.
-
-
-
-
- Gets the padding inside the column.
-
-
-
-
- Sets the padding inside the column.
-
-
-
-
- Gets a value which indicates the preview cell editing is enabled or not.
-
-
-
-
- Sets a value which indicates the preview cell editing is enabled or not.
-
-
-
-
- Gets the value to define the selection behavior.
-
-
-
-
- Sets the value to define the selection behavior.
-
-
-
-
- The DependencyProperty for the ' ColumnStylesHelper property.
-
- If the helper is set, the columns of the DataGrid will use the styles for the columns from the ' attached properties.
-
-
-
-
- Helper for getting from .
-
- If the helper is set, the columns of the DataGrid will use the styles for the columns from the ' attached properties.
-
- to read from.
- ColumnStylesHelper property value.
-
-
-
- Helper for setting from .
-
- If the helper is set, the columns of the DataGrid will use the styles for the columns from the ' attached properties.
-
- to set on.
- ColumnStylesHelper property value.
-
-
-
- Gets the content of the DropDown Button.
-
-
-
-
- Sets the content of the DropDown Button.
-
-
-
-
- Gets the data template used to display the content of the DropDown Button.
-
-
-
-
- Sets the data template used to display the content of the DropDown Button.
-
-
-
-
- Gets the font family of the desired font.
-
-
-
-
- Sets the font family of the desired font.
-
-
-
-
- Gets the size of the desired font.
-
-
-
-
- Sets the size of the desired font.
-
-
-
-
- A helper class that provides various attached properties for the Expander control.
-
-
-
-
-
- Gets the toggle button style used for the ExpandDirection Up.
-
-
-
-
- Sets the toggle button style used for the ExpandDirection Up.
-
-
-
-
- Gets the toggle button style used for the ExpandDirection Down.
-
-
-
-
- Sets the toggle button style used for the ExpandDirection Down.
-
-
-
-
- Gets the toggle button style used for the ExpandDirection Left.
-
-
-
-
- Sets the toggle button style used for the ExpandDirection Left.
-
-
-
-
- Gets the toggle button style used for the ExpandDirection Right.
-
-
-
-
- Sets the toggle button style used for the ExpandDirection Right.
-
-
-
-
- The DependencyProperty for the ' ExpandStoryboard property.
-
- If the Storyboard is set, the expanded event applies this to the inner grid.
-
-
-
-
- Helper for getting from .
-
- If the Storyboard is set, the expanded event applies this to the inner grid.
-
- to read from.
- ExpandStoryboard property value.
-
-
-
- Helper for setting on .
-
- If the Storyboard is set, the expanded event applies this to the inner grid.
-
- to set on.
- ExpandStoryboard property value.
-
-
-
- The DependencyProperty for the ' CollapseStoryboard property.
-
- If the Storyboard is set, the collapsed event applies this to the inner grid.
-
-
-
-
- Helper for getting from .
-
- If the Storyboard is set, the collapsed event applies this to the inner grid.
-
- to read from.
- CollapseStoryboard property value.
-
-
-
- Helper for setting on .
-
- If the Storyboard is set, the collapsed event applies this to the inner grid.
-
- to set on.
- CollapseStoryboard property value.
-
-
-
- Gets the value of the Foreground for the header.
-
-
-
-
- Sets the value of the Foreground for the header.
-
-
-
-
- Gets the value of the Background for the header.
-
-
-
-
- Sets the value of the Background for the header.
-
-
-
-
- Gets the value of the FontFamily for the header.
-
-
-
-
- Sets the value of the FontFamily for the header.
-
-
-
-
- Gets the value of the FontSize for the header.
-
-
-
-
- Sets the value of the FontSize for the header.
-
-
-
-
- Gets the value of the FontStretch for the header.
-
-
-
-
- Sets the value of the FontStretch for the header.
-
-
-
-
- Gets the value of the FontWeight for the header.
-
-
-
-
- Sets the value of the FontWeight for the header.
-
-
-
-
- Gets or sets the outer margin for the header.
-
-
-
-
- Sets or sets the outer margin for the header.
-
-
-
-
- Gets the horizontal alignment of the header.
-
-
-
-
- Sets the horizontal alignment of the header.
-
-
-
-
- Gets the vertical alignment of the header.
-
-
-
-
- Sets the vertical alignment of the header.
-
-
-
-
- Gets or sets the background brush which will be used for the active selected item (if the keyboard focus is within).
-
-
-
-
- Gets the brush the background brush which will be used for the active selected item (if the keyboard focus is within).
-
-
-
-
- Sets the brush the background brush which will be used for the active selected item (if the keyboard focus is within).
-
-
-
-
- Gets or sets the foreground brush which will be used for the active selected item (if the keyboard focus is within).
-
-
-
-
- Gets the brush the foreground brush which will be used for the active selected item (if the keyboard focus is within).
-
-
-
-
- Sets the brush the foreground brush which will be used for the active selected item (if the keyboard focus is within).
-
-
-
-
- Gets or sets the background brush which will be used for a selected item.
-
-
-
-
- Gets the background brush which will be used for a selected item.
-
-
-
-
- Sets the background brush which will be used for a selected item.
-
-
-
-
- Gets or sets the foreground brush which will be used for a selected item.
-
-
-
-
- Gets the foreground brush which will be used for a selected item.
-
-
-
-
- Sets the foreground brush which will be used for a selected item.
-
-
-
-
- Gets or sets the background brush which will be used for an mouse hovered item.
-
-
-
-
- Gets the background brush which will be used for an mouse hovered item.
-
-
-
-
- Sets the background brush which will be used for an mouse hovered item.
-
-
-
-
- Gets or sets the foreground brush which will be used for an mouse hovered item.
-
-
-
-
- Gets the foreground brush which will be used for an mouse hovered item.
-
-
-
-
- Sets the foreground brush which will be used for an mouse hovered item.
-
-
-
-
- Gets or sets the background brush which will be used for an mouse hovered and selected item.
-
-
-
-
- Gets the background brush which will be used for an mouse hovered and selected item.
-
-
-
-
- Sets the background brush which will be used for an mouse hovered and selected item.
-
-
-
-
- Gets or sets the foreground brush which will be used for an mouse hovered and selected item.
-
-
-
-
- Gets the foreground brush which will be used for an mouse hovered and selected item.
-
-
-
-
- Sets the foreground brush which will be used for an mouse hovered and selected item.
-
-
-
-
- Gets or sets the background brush which will be used for selected disabled items.
-
-
-
-
- Gets the background brush which will be used for selected disabled items.
-
-
-
-
- Sets the background brush which will be used for selected disabled items.
-
-
-
-
- Gets or sets the foreground brush which will be used for selected disabled items.
-
-
-
-
- Gets the foreground brush which will be used for selected disabled items.
-
-
-
-
- Sets the foreground brush which will be used for selected disabled items.
-
-
-
-
- Gets or sets the background brush which will be used for disabled items.
-
-
-
-
- Gets the background brush which will be used for disabled items.
-
-
-
-
- Sets the background brush which will be used for disabled items.
-
-
-
-
- Gets or sets the foreground brush which will be used for disabled items.
-
-
-
-
- Gets the foreground brush which will be used for disabled items.
-
-
-
-
- Sets the foreground brush which will be used for disabled items.
-
-
-
-
- Gets or sets the background brush which will be used when an item is pressed by the left mouse button.
-
-
-
-
- Gets the background brush which will be used when an item is pressed by the left mouse button.
-
-
-
-
- Sets the background brush which will be used when an item is pressed by the left mouse button.
-
-
-
-
- Gets or sets the foreground brush which will be used when an item is pressed by the left mouse button.
-
-
-
-
- Gets the foreground brush which will be used when an item is pressed by the left mouse button.
-
-
-
-
- Sets the foreground brush which will be used when an item is pressed by the left mouse button.
-
-
-
-
- Gets or sets the background brush which will be used when an item is pressed by the right mouse button.
-
-
-
-
- Gets the background brush which will be used when an item is pressed by the right mouse button.
-
-
-
-
- Sets the background brush which will be used when an item is pressed by the right mouse button.
-
-
-
-
- Gets or sets the foreground brush which will be used when an item is pressed by the right mouse button.
-
-
-
-
- Gets the foreground brush which will be used when an item is pressed by the right mouse button.
-
-
-
-
- Sets the foreground brush which will be used when an item is pressed by the right mouse button.
-
-
-
-
- Change the value of the slider if the user rotates the mouse wheel by the value defined for
-
-
-
-
- Change the value of the slider if the user rotates the mouse wheel by the value defined for
-
-
-
-
- Do not change the value of the slider if the user rotates the mouse wheel.
-
-
-
-
- Change the value of the slider only if the control is focused.
-
-
-
-
- Changes the value of the slider if the mouse pointer is over this element.
-
-
-
-
- Defines a helper class for selected items binding on collections with multiselector elements
-
-
-
-
- Handles disposal and creation of old and new bindings
-
-
-
-
- Gets the selected items property binding
-
-
-
-
- Sets the selected items property binding
-
-
-
-
- Gets the for a binding
-
-
-
-
- Sets the for a bining
-
-
-
-
- Defines a binding between multi selector and property
-
-
-
-
- Creates an instance of
-
- The selector of this binding
- The bound collection
-
-
-
- Registers the event handlers for selector and collection changes
-
-
-
-
- Unregisters the event handlers for selector and collection changes
-
-
-
-
- Updates the collection with changes made in the selector
-
-
-
-
- Updates the selector with changes made in the collection
-
-
-
-
- Gets the content of the RevealButton.
-
-
-
-
- Sets the content of the RevealButton.
-
-
-
-
- Gets the data template used to display the content of the RevealButton.
-
-
-
-
- Sets the data template used to display the content of the RevealButton.
-
-
-
- Helper for getting from .
- to read from.
- RadioSize property value.
-
-
- Helper for setting on .
- to set on.
- RadioSize property value.
-
-
- Helper for getting from .
- to read from.
- RadioCheckSize property value.
-
-
- Helper for setting on .
- to set on.
- RadioCheckSize property value.
-
-
- Helper for getting from .
- to read from.
- RadioStrokeThickness property value.
-
-
- Helper for setting on .
- to set on.
- RadioStrokeThickness property value.
-
-
- Helper for getting from .
- to read from.
- ForegroundPointerOver property value.
-
-
- Helper for setting on .
- to set on.
- ForegroundPointerOver property value.
-
-
- Helper for getting from .
- to read from.
- ForegroundPressed property value.
-
-
- Helper for setting on .
- to set on.
- ForegroundPressed property value.
-
-
- Helper for getting from .
- to read from.
- ForegroundDisabled property value.
-
-
- Helper for setting on .
- to set on.
- ForegroundDisabled property value.
-
-
- Helper for getting from .
- to read from.
- BackgroundPointerOver property value.
-
-
- Helper for setting on .
- to set on.
- BackgroundPointerOver property value.
-
-
- Helper for getting from .
- to read from.
- BackgroundPressed property value.
-
-
- Helper for setting on .
- to set on.
- BackgroundPressed property value.
-
-
- Helper for getting from .
- to read from.
- BackgroundDisabled property value.
-
-
- Helper for setting on .
- to set on.
- BackgroundDisabled property value.
-
-
- Helper for getting from .
- to read from.
- BorderBrushPointerOver property value.
-
-
- Helper for setting on .
- to set on.
- BorderBrushPointerOver property value.
-
-
- Helper for getting from .
- to read from.
- BorderBrushPressed property value.
-
-
- Helper for setting on .
- to set on.
- BorderBrushPressed property value.
-
-
- Helper for getting from .
- to read from.
- BorderBrushDisabled property value.
-
-
- Helper for setting on .
- to set on.
- BorderBrushDisabled property value.
-
-
- Helper for getting from .
- to read from.
- OuterEllipseFill property value.
-
-
- Helper for setting on .
- to set on.
- OuterEllipseFill property value.
-
-
- Helper for getting from .
- to read from.
- OuterEllipseFillPointerOver property value.
-
-
- Helper for setting on .
- to set on.
- OuterEllipseFillPointerOver property value.
-
-
- Helper for getting from .
- to read from.
- OuterEllipseFillPressed property value.
-
-
- Helper for setting on .
- to set on.
- OuterEllipseFillPressed property value.
-
-
- Helper for getting from .
- to read from.
- OuterEllipseFillDisabled property value.
-
-
- Helper for setting on .
- to set on.
- OuterEllipseFillDisabled property value.
-
-
- Helper for getting from .
- to read from.
- OuterEllipseStroke property value.
-
-
- Helper for setting on .
- to set on.
- OuterEllipseStroke property value.
-
-
- Helper for getting from .
- to read from.
- OuterEllipseStrokePointerOver property value.
-
-
- Helper for setting on .
- to set on.
- OuterEllipseStrokePointerOver property value.
-
-
- Helper for getting from .
- to read from.
- OuterEllipseStrokePressed property value.
-
-
- Helper for setting on .
- to set on.
- OuterEllipseStrokePressed property value.
-
-
- Helper for getting from .
- to read from.
- OuterEllipseStrokeDisabled property value.
-
-
- Helper for setting on .
- to set on.
- OuterEllipseStrokeDisabled property value.
-
-
- Helper for getting from .
- to read from.
- OuterEllipseCheckedFill property value.
-
-
- Helper for setting on .
- to set on.
- OuterEllipseCheckedFill property value.
-
-
- Helper for getting from .
- to read from.
- OuterEllipseCheckedFillPointerOver property value.
-
-
- Helper for setting on .
- to set on.
- OuterEllipseCheckedFillPointerOver property value.
-
-
- Helper for getting from .
- to read from.
- OuterEllipseCheckedFillPressed property value.
-
-
- Helper for setting on .
- to set on.
- OuterEllipseCheckedFillPressed property value.
-
-
- Helper for getting from .
- to read from.
- OuterEllipseCheckedFillDisabled property value.
-
-
- Helper for setting on .
- to set on.
- OuterEllipseCheckedFillDisabled property value.
-
-
- Helper for getting from .
- to read from.
- OuterEllipseCheckedStroke property value.
-
-
- Helper for setting on .
- to set on.
- OuterEllipseCheckedStroke property value.
-
-
- Helper for getting from .
- to read from.
- OuterEllipseCheckedStrokePointerOver property value.
-
-
- Helper for setting on .
- to set on.
- OuterEllipseCheckedStrokePointerOver property value.
-
-
- Helper for getting from .
- to read from.
- OuterEllipseCheckedStrokePressed property value.
-
-
- Helper for setting on .
- to set on.
- OuterEllipseCheckedStrokePressed property value.
-
-
- Helper for getting from .
- to read from.
- OuterEllipseCheckedStrokeDisabled property value.
-
-
- Helper for setting on .
- to set on.
- OuterEllipseCheckedStrokeDisabled property value.
-
-
- Helper for getting from .
- to read from.
- CheckGlyphFill property value.
-
-
- Helper for setting on .
- to set on.
- CheckGlyphFill property value.
-
-
- Helper for getting from .
- to read from.
- CheckGlyphFillPointerOver property value.
-
-
- Helper for setting on .
- to set on.
- CheckGlyphFillPointerOver property value.
-
-
- Helper for getting from .
- to read from.
- CheckGlyphFillPressed property value.
-
-
- Helper for setting on .
- to set on.
- CheckGlyphFillPressed property value.
-
-
- Helper for getting from .
- to read from.
- CheckGlyphFillDisabled property value.
-
-
- Helper for setting on .
- to set on.
- CheckGlyphFillDisabled property value.
-
-
- Helper for getting from .
- to read from.
- CheckGlyphStroke property value.
-
-
- Helper for setting on .
- to set on.
- CheckGlyphStroke property value.
-
-
- Helper for getting from .
- to read from.
- CheckGlyphStrokePointerOver property value.
-
-
- Helper for setting on .
- to set on.
- CheckGlyphStrokePointerOver property value.
-
-
- Helper for getting from .
- to read from.
- CheckGlyphStrokePressed property value.
-
-
- Helper for setting on .
- to set on.
- CheckGlyphStrokePressed property value.
-
-
- Helper for getting from .
- to read from.
- CheckGlyphStrokeDisabled property value.
-
-
- Helper for setting on .
- to set on.
- CheckGlyphStrokeDisabled property value.
-
-
-
- Identifies the VerticalScrollBarOnLeftSide attached property.
- This property can be used to set vertical scrollbar left side from the tabpanel (look at MetroAnimatedSingleRowTabControl)
-
-
-
- Helper for getting from .
- to read from.
- VerticalScrollBarOnLeftSide property value.
-
-
- Helper for setting on .
- to set on.
- VerticalScrollBarOnLeftSide property value.
-
-
-
- Identifies the IsHorizontalScrollWheelEnabled attached property.
-
-
-
- Helper for getting from .
- to read from.
- IsHorizontalScrollWheelEnabled property value.
-
-
- Helper for setting on .
- to set on.
- IsHorizontalScrollWheelEnabled property value.
-
-
-
- This property can be used to trigger the call to a command when the user reach the end of the vertical scrollable area.
-
-
-
- Helper for getting from .
- to read from.
- EndOfVerticalScrollReachedCommand property value.
-
-
- Helper for setting on .
- to set on.
- EndOfVerticalScrollReachedCommand property value.
-
-
-
- This property can be used to trigger the call to a command when the user reach the end of the horizontal scrollable area.
-
-
-
- Helper for getting from .
- to read from.
- EndOfHorizontalScrollReachedCommand property value.
-
-
- Helper for setting on .
- to set on.
- EndOfHorizontalScrollReachedCommand property value.
-
-
-
- This property can be used to provide a command parameter to the command called when reaching the end of the vertical or horizontal scrollable area.
-
-
-
- Helper for getting from .
- to read from.
- EndOfScrollReachedCommandParameter property value.
-
-
- Helper for setting on .
- to set on.
- EndOfScrollReachedCommandParameter property value.
-
-
- Helper for getting on .
- to get on.
-
-
- Helper for setting on .
- to set on.
- BubbleUpScrollEventToParentScrollviewerProperty property value.
-
-
-
- Gets or sets the brush of the thumb.
-
-
-
-
- Gets the brush of the thumb.
-
-
-
-
- Sets the brush of the thumb.
-
-
-
-
- Gets or sets the brush of the thumb if the mouse is over the slider.
-
-
-
-
- Gets the brush of the thumb if the mouse is over the slider.
-
-
-
-
- Sets the brush of the thumb if the mouse is over the slider.
-
-
-
-
- Gets or sets the brush of the thumb if the mouse button is pressed.
-
-
-
-
- Gets the brush of the thumb if the mouse button is pressed.
-
-
-
-
- Sets the brush of the thumb if the mouse button is pressed.
-
-
-
-
- Gets or sets the brush of the thumb if the slider is disabled.
-
-
-
-
- Gets the brush of the thumb if the slider is disabled.
-
-
-
-
- Sets the brush of the thumb if the slider is disabled.
-
-
-
-
- Gets or sets the brush of the track.
-
-
-
-
- Gets the brush of the track.
-
-
-
-
- Sets the brush of the track.
-
-
-
-
- Gets or sets the brush of the track if the mouse is over the slider.
-
-
-
-
- Gets the brush of the track if the mouse is over the slider.
-
-
-
-
- Sets the brush of the track if the mouse is over the slider.
-
-
-
-
- Gets or sets the brush of the track if the mouse button is pressed.
-
-
-
-
- Gets the brush of the track if the mouse button is pressed.
-
-
-
-
- Sets the brush of the track if the mouse button is pressed.
-
-
-
-
- Gets or sets the brush of the track if the slider is disabled.
-
-
-
-
- Gets the brush of the track if the slider is disabled.
-
-
-
-
- Sets the brush of the track if the slider is disabled.
-
-
-
-
- Gets or sets the brush of the track value.
-
-
-
-
- Gets the brush of the track value.
-
-
-
-
- Sets the brush of the track value.
-
-
-
-
- Gets or sets the brush of the track value if the mouse is over the slider.
-
-
-
-
- Gets the brush of the track value if the mouse is over the slider.
-
-
-
-
- Sets the brush of the track value if the mouse is over the slider.
-
-
-
-
- Gets or sets the brush of the track value if the mouse button is pressed.
-
-
-
-
- Gets the brush of the track value if the mouse button is pressed.
-
-
-
-
- Sets the brush of the track value if the mouse button is pressed.
-
-
-
-
- Gets or sets the brush of the track value if the slider is disabled.
-
-
-
-
- Gets the brush of the track value if the slider is disabled.
-
-
-
-
- Sets the brush of the track value if the slider is disabled.
-
-
-
-
- Gets/Sets the type how the value will be changed if the user rotates the mouse wheel.
-
-
-
-
- Gets/Sets the type how the value will be changed if the user rotates the mouse wheel.
-
-
-
-
- Gets/Sets the value when the slider will be changed. Possible values are if the slider is focused or if the mouse is over the slider.
-
-
-
-
- Gets/Sets the value when the slider will be changed. Possible values are if the slider is focused or if the mouse is over the slider.
-
-
-
-
- Specifies the underline position of a TabControl.
-
-
-
- Sets the Style and Template property to null.
-
- Removing a TabItem in code behind can produce such nasty output
- System.Windows.Data Warning: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='System.Windows.Controls.TabControl', AncestorLevel='1''. BindingExpression:Path=Background; DataItem=null; target element is 'TabItem' (Name=''); target property is 'Background' (type 'Brush')
- or
- System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='System.Windows.Controls.TabControl', AncestorLevel='1''. BindingExpression:Path=(0); DataItem=null; target element is 'TabItem' (Name=''); target property is 'UnderlineBrush' (type 'Brush')
-
- This is a timing problem in WPF of the binding mechanism itself.
-
- To avoid this, we can set the Style and Template to null.
-
-
-
- Identifies the CloseButtonEnabled attached property.
-
-
-
-
- Gets whether a close button should be visible or not.
-
-
-
-
- Sets whether a close button should be visible or not.
-
-
-
-
- Identifies the CloseTabCommand attached property.
-
-
-
-
- Gets a command for the TabItem which executes if the TabItem will be closed.
-
-
-
-
- Sets a command for the TabItem which executes if the TabItem will be closed.
-
-
-
-
- Identifies the CloseTabCommandParameter attached property.
-
-
-
-
- Gets a command parameter for the TabItem that will be passed to the CloseTabCommand.
-
-
-
-
- Sets a command parameter for the TabItem that will be passed to the CloseTabCommand.
-
-
-
-
- Defines whether the underline below the or is shown or not.
-
-
-
-
- Defines the underline brush below the or .
-
-
-
-
- Defines the underline brush below the or of an selected item.
-
-
-
-
- Defines the underline brush below the or if the mouse is over an item.
-
-
-
-
- Defines the underline brush below the or if the mouse is over a selected item.
-
-
-
-
- This property can be used to set the Transition for animated TabControls
-
-
-
-
- Defines the position of the Underline
-
-
-
-
- A helper class that provides various attached properties for the TextBox control.
-
-
- Password watermarking code from: http://prabu-guru.blogspot.com/2010/06/how-to-add-watermark-text-to-textbox.html
-
-
-
-
- The clear text button behavior property. It sets a click event to the button if the value is true.
-
-
-
-
- This property can be used to set the button width (PART_ClearText) of TextBox, PasswordBox, ComboBox, NumericUpDown
-
-
-
-
- This property can be used to retrieve the watermark using the of bound property.
-
-
- Setting this property to true will uses reflection.
-
-
-
-
- Indicates if a TextBox or RichTextBox should use SpellCheck context menu
-
-
-
-
- Indicates if the watermark is automatically retrieved by using the of the bound property.
-
- This attached property uses reflection; thus it might reduce the performance of the application.
- The auto-watermak does work for the following controls:
- In the following case no custom watermark is shown
-
- - There is no binding
- - Binding path errors
- - Binding to a element of a collection without using a property of that element Binding Path=Collection[0] use: Binding Path=Collection[0].SubProperty
- - The bound property does not have a
-
-
-
-
- Gets a value that indicates the horizontal alignment of the watermark.
-
-
- One of the values that specifies the desired alignment. The default is .
-
-
-
-
- Sets a value that indicates the horizontal alignment of the watermark.
-
-
-
-
- Gets the text trimming behavior to employ when watermark overflows the content area.
-
-
- One of the values that specifies the text trimming behavior to employ. The default is .
-
-
-
-
- Sets the text trimming behavior to employ when watermark overflows the content area.
-
-
-
-
- Gets how the watermark should wrap text.
-
- One of the values. The default is .
-
-
-
-
- Sets how the watermark should wrap text.
-
-
-
-
- Gets if the attached TextBox has text.
-
-
-
-
- Gets the clear text button visibility / feature. Can be used to enable text deletion.
-
-
-
-
- Sets the clear text button visibility / feature. Can be used to enable text deletion.
-
-
-
-
- Gets the text button visibility.
-
-
-
-
- Sets the text button visibility.
-
-
-
-
- Gets the buttons placement variant.
-
-
-
-
- Sets the buttons placement variant.
-
-
-
-
- Gets the clear text button behavior.
-
-
-
-
- Sets the clear text button behavior.
-
-
-
-
- ButtonContentTemplate is the template used to display the content of the ClearText button.
-
-
-
-
- This property can be used to handle the style for CheckBox and RadioButton
- LeftToRight means content left and button right and RightToLeft vise versa
-
-
-
-
- This property can be used to handle the style for CheckBox and RadioButton
- LeftToRight means content left and button right and RightToLeft vise versa
-
-
-
-
- Gets the toggle button style used for the TreeViewItem expander.
-
-
-
-
- Sets the toggle button style used for the TreeViewItem expander.
-
-
-
-
- Identifies the CloseOnMouseLeftButtonDown attached property.
-
-
-
-
- Gets whether if the popup can be closed by left mouse button down.
-
-
-
-
- Sets whether if the popup can be closed by left mouse button down.
-
-
-
-
- Identifies the ShowValidationErrorOnMouseOver attached property.
-
-
-
-
- Gets whether the validation error text will be shown when hovering the validation triangle.
-
-
-
-
- Sets whether the validation error text will be shown when hovering the validation triangle.
-
-
-
-
- Represents the base class for an icon UI element.
-
-
-
-
- A MetroTabControl (Pivot) that wraps TabItem/MetroTabItem headers on a single row.
-
-
-
-
- Initializes a new instance of the MahApps.Metro.Controls.MetroAnimatedSingleRowTabControl class.
-
-
-
-
- A MetroTabControl (Pivot) that uses a TransitioningContentControl to animate the contents of a TabItem/MetroTabItem.
-
-
-
-
- Initializes a new instance of the MahApps.Metro.Controls.MetroAnimatedTabControl class.
-
-
-
-
- A ContentControl which use a transition to slide in the content.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets whether the reverse version of the transition should be used.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the value if a transition should be used or not.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets whether the transition should be used only at the loaded event of the control.
-
-
-
- Identifies the routed event.
-
-
-
- The event which will be fired when the transition starts.
-
-
-
- Identifies the routed event.
-
-
-
- The event which will be fired when the transition ends.
-
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
-
- Gets whether if the content is transitioning.
-
-
-
-
- Execute the transition again.
-
-
-
-
-
-
-
- Creates AutomationPeer ()
-
-
-
-
- A reimplementation of NavigationWindow based on MetroWindow.
-
-
-
- MetroNavigationWindow
-
-
-
-
- Gets an IEnumerable that you use to enumerate the entries in back navigation history for a NavigationWindow.
-
-
-
-
-
- Gets an IEnumerable that you use to enumerate the entries in back navigation history for a NavigationWindow.
-
-
-
-
-
- Gets the NavigationService that is used by this MetroNavigationWindow to provide navigation services to its content.
-
-
-
-
-
- Gets a value that indicates whether there is at least one entry in back navigation history.
-
-
-
-
-
- Gets a value that indicates whether there is at least one entry in forward navigation history.
-
-
-
-
-
- Gets or sets the base uniform resource identifier (URI) of the current context.
-
-
-
-
-
- Gets or sets the uniform resource identifier (URI) of the current content, or the URI of new content that is currently being navigated to.
-
-
-
-
-
- Adds an entry to back navigation history that contains a CustomContentState object.
-
- A CustomContentState object that represents application-defined state that is associated with a specific piece of content.
-
-
-
-
- Removes the most recent journal entry from back history.
-
- The most recent JournalEntry in back navigation history, if there is one.
-
-
-
-
- Navigates to the most recent item in back navigation history.
-
-
-
-
-
- Navigates to the most recent item in forward navigation history.
-
-
-
-
-
- Navigates asynchronously to content that is contained by an object.
-
- An Object that contains the content to navigate to.
- true if a navigation is not canceled; otherwise, false.
-
-
-
-
- Navigates asynchronously to content that is specified by a uniform resource identifier (URI).
-
- A Uri object initialized with the URI for the desired content.
- true if a navigation is not canceled; otherwise, false.
-
-
-
-
- Navigates asynchronously to content that is contained by an object, and passes an object that contains data to be used for processing during navigation.
-
- An Object that contains the content to navigate to.
- A Object that contains data to be used for processing during navigation.
- true if a navigation is not canceled; otherwise, false.
-
-
-
-
- Navigates asynchronously to source content located at a uniform resource identifier (URI), and pass an object that contains data to be used for processing during navigation.
-
- A Uri object initialized with the URI for the desired content.
- A Object that contains data to be used for processing during navigation.
- true if a navigation is not canceled; otherwise, false.
-
-
-
-
- Stops further downloading of content for the current navigation request.
-
-
-
-
-
- Occurs when navigation to a content fragment begins, which occurs immediately, if the desired fragment is in the current content, or after the source XAML content has been loaded, if the desired fragment is in different content.
-
-
-
-
-
- Occurs when a new navigation is requested.
-
-
-
-
-
- Occurs when an error is raised while navigating to the requested content.
-
-
-
-
-
- Occurs periodically during a download to provide navigation progress information.
-
-
-
-
-
- Occurs when the StopLoading method is called, or when a new navigation is requested while a current navigation is in progre
-
-
-
-
-
- Occurs when the content that is being navigated to has been found, and is available from the PageContent property, although it may not have completed loading
-
-
-
-
-
- Occurs when content that was navigated to has been loaded, parsed, and has begun rendering.
-
-
-
-
-
- InitializeComponent
-
-
-
-
- A metrofied ProgressBar.
-
-
-
-
-
- Gets/sets the diameter of the ellipses used in the indeterminate animation.
-
-
-
-
- Gets/sets the offset of the ellipses used in the indeterminate animation.
-
-
-
-
- A standard MetroTabControl (Pivot).
-
-
-
-
- Initializes a new instance of the MahApps.Metro.Controls.MetroTabControl class.
-
-
-
- Identifies the dependency property.
-
-
-
- A base class for every MetroTabControl (Pivot).
-
-
-
-
- Get/sets the command that executes when a MetroTabItem's close button is clicked.
-
-
-
-
- An event that is raised when a TabItem is closed.
-
-
-
-
- Event args that is created when a TabItem is closed.
-
-
-
-
- Gets the MetroTabItem that will be closed.
-
-
-
-
- An extended TabItem with a metro style.
-
-
-
-
- Gets/sets whether the Close Button is visible.
-
-
-
-
- Gets/sets the command that is executed when the Close Button is clicked.
-
-
-
-
- Gets/sets the command parameter which is passed to the close button command.
-
-
-
-
- Gets/sets the Close Button Margin.
-
-
-
-
- The MetroThumbContentControl control can be used for titles or something else and enables basic drag movement functionality.
-
-
-
-
- Adds or remove a DragStartedEvent handler
-
-
-
-
- Adds or remove a DragDeltaEvent handler
-
-
-
-
- Adds or remove a DragCompletedEvent handler
-
-
-
-
- DependencyProperty for the IsDragging property.
-
-
-
-
- Indicates that the left mouse button is pressed and is over the MetroThumbContentControl.
-
-
-
-
- An extended, metrofied Window class.
-
-
-
-
- Identifies the dependency property.
-
-
-
-
- Identifies the dependency property.
-
-
-
-
- Identifies the dependency property.
-
-
-
-
- Identifies the dependency property.
-
-
-
-
- Allows easy handling of window commands brush. Theme is also applied based on this brush.
-
-
-
-
- Gets/sets whether the window's entrance transition animation is enabled.
-
-
-
-
- Gets/sets the FlyoutsControl that hosts the window's flyouts.
-
-
-
-
- Gets/sets the icon content template to show a custom icon.
-
-
-
-
- Gets/sets the title content template to show a custom title.
-
-
-
-
- Gets/sets the left window commands that hosts the user commands.
-
-
-
-
- Gets/sets the right window commands that hosts the user commands.
-
-
-
-
- Gets/sets the window button commands that hosts the min/max/close commands.
-
-
-
-
- Defines if the Taskbar should be ignored when maximizing a Window.
- This only works with WindowStyle = None.
-
-
-
-
- Identifies the dependency property.
-
-
-
-
- Gets or sets resize border thickness. This enables animation, styling, binding, etc...
-
-
-
-
- for .
-
-
-
-
- Gets/sets if the border thickness value should be kept on maximize
- if the MaxHeight/MaxWidth of the window is less than the monitor resolution.
-
-
-
-
- for .
-
-
-
-
- Gets or sets wether the resizing of the window should be tried in a way that does not cause flicker/jitter, especially when resizing from the left side.
-
-
- Please note that setting this to true may cause resize lag and black areas appearing on some systems.
-
-
-
-
- for .
-
-
-
-
- Gets/sets the brush used for the titlebar's foreground.
-
-
-
-
- Gets/sets whether the window will save it's position between loads.
-
-
-
-
- Gets the window placement settings (can be overwritten).
-
-
-
-
- Get/sets whether the titlebar icon is visible or not.
-
-
-
-
- Get/sets whether dialogs show over the title bar.
-
-
-
-
- Gets whether one or more dialogs are shown.
-
-
-
-
- Gets/sets edge mode of the titlebar icon.
-
-
-
-
- Gets/sets bitmap scaling mode of the titlebar icon.
-
-
-
-
- Gets/sets icon scaling mode of the titlebar.
-
-
-
-
- Gets/sets whether the TitleBar is visible or not.
-
-
-
-
- Gets/sets whether the WindowStyle is None or not.
-
-
-
-
- Gets or sets whether if the minimize button is visible and the minimize system menu is enabled.
-
-
-
-
- Gets or sets whether if the maximize/restore button is visible and the maximize/restore system menu is enabled.
-
-
-
-
- Gets or sets whether if the close button is visible.
-
-
-
-
- Gets/sets if the min button is enabled.
-
-
-
-
- Gets/sets if the max/restore button is enabled.
-
-
-
-
- Gets/sets if the close button is enabled.
-
-
-
-
- Gets or sets whether if the close button should be enabled or not if a dialog is shown.
-
-
-
-
- Gets or sets a value that indicates whether the system menu should popup with left mouse click on the window icon.
-
-
-
-
- Gets or sets a value that indicates whether the system menu should popup with right mouse click if the mouse position is on title bar or on the entire window if it has no title bar (and no title bar height).
-
-
-
-
- Gets/sets the TitleBar's height.
-
-
-
-
- Character casing of the title
-
-
-
-
- Gets/sets the title horizontal alignment.
-
-
-
-
- Gets/sets the brush used for the Window's title bar.
-
-
-
-
- Gets/sets the brush used for the Window's glow.
-
-
-
-
- Gets/sets the brush used for the Window's non-active glow.
-
-
-
-
- Gets/sets the brush used for the Window's non-active border.
-
-
-
-
- Gets/sets the brush used for the Window's non-active title bar.
-
-
-
-
- Gets/sets the brush used for the dialog overlay.
-
-
-
-
- Gets/sets the opacity used for the dialog overlay.
-
-
-
-
- Gets or sets the brush used for the Flyouts overlay.
-
-
-
-
- Gets or sets the overlay fade in storyboard.
-
-
-
-
- Gets or sets the overlay fade out storyboard.
-
-
-
-
- Begins to show the MetroWindow's overlay effect.
-
- A task representing the process.
-
-
-
- Begins to hide the MetroWindow's overlay effect.
-
- A task representing the process.
-
-
-
- Stores the given element, or the last focused element via FocusManager, for restoring the focus after closing a dialog.
-
- The element which will be focused again.
-
-
-
- Clears the stored element which would get the focus after closing a dialog.
-
-
-
-
- Initializes a new instance of the MahApps.Metro.Controls.MetroWindow class.
-
-
-
-
- Initializes various behaviors for the window.
- For example , and .
-
-
-
-
-
-
-
- Creates AutomationPeer ()
-
-
-
-
- Gets the template child with the given name.
-
- The interface type inheirted from DependencyObject.
- The name of the template child.
-
-
-
- Gets the template child with the given name.
-
- The name of the template child.
-
-
-
- This class eats little children.
-
-
-
-
- Sets the IsHitTestVisibleInChromeProperty to a MetroWindow template child
-
- The MetroWindow.
- The name of the template child.
-
-
-
-
- Sets the WindowChrome ResizeGripDirection to a MetroWindow template child.
-
- The MetroWindow.
- The name of the template child.
- The direction.
-
-
-
- Adapts the WindowCommands to the theme of the first opened, topmost && (top || right || left) flyout
-
- The MetroWindow
- All the flyouts! Or flyouts that fall into the category described in the summary.
-
-
-
- For specifying where the navigation index is placed relative to the .
-
-
-
-
- Index on left side
-
-
-
-
- Index on right side
-
-
-
-
- Index on top side
-
-
-
-
- Index on bottom side
-
-
-
-
- Index on left side over the item
-
-
-
-
- Index on right side over the item
-
-
-
-
- Index on top side over the item
-
-
-
-
- Index on bottom side over the item
-
-
-
-
- Enum NumericInput which indicates what input is allowed for NumericUpdDown.
-
-
-
-
- Only numbers are allowed
-
-
-
-
- Numbers with decimal point and allowed scientific input
-
-
-
-
- All is allowed
-
-
-
-
- Represents a Windows spin box (also known as an up-down control) that displays numeric values.
-
-
-
- Identifies the routed event.
-
-
-
- Add / Remove ValueIncrementedEvent handler
- Event which will be fired from this NumericUpDown when its value was incremented.
-
-
-
- Identifies the routed event.
-
-
-
- Add / Remove ValueDecrementedEvent handler
- Event which will be fired from this NumericUpDown when its value was decremented.
-
-
-
- Identifies the routed event.
-
-
-
- Add / Remove DelayChangedEvent handler
- Event which will be fired from this NumericUpDown when its delay value has been changed.
-
-
-
- Identifies the routed event.
-
-
-
- Add / Remove MaximumReachedEvent handler
- Event fired from this NumericUpDown when its value has reached the maximum value.
-
-
-
- Identifies the routed event.
-
-
-
- Add / Remove MinimumReachedEvent handler
- Event fired from this NumericUpDown when its value has reached the minimum value.
-
-
-
- Identifies the routed event.
-
-
-
- Add / Remove ValueChangedEvent handler
- Event which will be fired from this NumericUpDown when its value has been changed.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the amount of time, in milliseconds, the NumericUpDown waits while the up/down button is pressed
- before it starts increasing/decreasing the for the specified .
- The value must be non-negative.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the horizontal alignment of the contents inside the text box.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a value indicating whether the value to be added to or subtracted from remains
- always or if it will increase faster after pressing the up/down button/arrow some time.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a value indicating whether the text can be changed by the use of the up or down buttons only.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the formatting for the displaying
-
-
-
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a value indicating whether the user can use the arrow keys and to change the value.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a value indicating whether the user can use the mouse wheel to change the value.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a value indicating whether the user can enter text in the control.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the value of the NumericUpDown.
-
-
-
- Identifies the dependency property.
-
-
-
- Minimum restricts the minimum value of the Value property.
-
-
-
- Identifies the dependency property.
-
-
-
- Maximum restricts the maximum value of the Value property.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the interval value for increasing/decreasing the .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a value indicating whether the control must have the focus in order to change values using the mouse wheel.
-
-
- If the value is true then the value changes when the mouse wheel is over the control.
- If the value is false then the value changes only if the control has the focus.
- If is set to "false" then this property has no effect.
-
-
-
- Identifies the dependency property.
-
-
-
- The ButtonsAlignment property specifies horizontal alignment of the up/down buttons.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a value indicating whether the up/down button of the control are visible.
-
-
- If the value is false then the of the control can be changed only if one of the following cases is satisfied:
-
- -
- is true.
-
- -
- is true.
-
- -
- is true.
-
-
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the width of the up/down buttons.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets whether the up and down buttons will got the focus when using them.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a value indicating whether the up/down buttons will be switched.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a value indicating whether the value will be changed directly on every TextBox text changed input event or when using the Enter key.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a value indicating the culture to be used in string formatting and converting operations.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets which numeric input for this NumericUpDown is allowed.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the decimal-point correction mode. The default is
-
-
-
- Identifies the dependency property.
-
-
-
- Indicates if the NumericUpDown should round the value to the nearest possible interval when the focus moves to another element.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the parsing number style for the value from text to numeric value.
-
-
-
-
- Called when this element or any below gets focus.
-
-
-
-
- When overridden in a derived class, is invoked whenever application code or internal processes call
- .
-
-
-
-
- This method is invoked when the Delay property changes.
-
- The old value of the Delay property.
- The new value of the Delay property.
-
-
-
- This method is invoked when the Speedup property changes.
-
- The old value of the Speedup property.
- The new value of the Speedup property.
-
-
-
- This method is invoked when the Maximum property changes.
-
- The old value of the Maximum property.
- The new value of the Maximum property.
-
-
-
- This method is invoked when the Minimum property changes.
-
- The old value of the Minimum property.
- The new value of the Minimum property.
-
-
-
- Raises the routed event.
-
-
- Old value of the property
-
-
- New value of the property
-
-
-
-
- Insertion of the proper decimal-point as part of the TextBox content
-
- The TextBox which will be used for the correction
- The decimal correction mode.
- The culture with the decimal-point information.
-
- Typical "async-void" pattern as "fire-and-forget" behavior.
-
-
-
-
- Doesn't overlay Flyouts nor a hidden TitleBar.
-
-
-
-
- Overlays opened controls.
-
-
-
-
- Overlays a hidden TitleBar.
-
-
-
-
- Based on Greg Schechter's Planerator
- http://blogs.msdn.com/b/greg_schechter/archive/2007/10/26/enter-the-planerator-dead-simple-3d-in-wpf-with-a-stupid-name.aspx
-
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
-
- An Enum representing different positions, such as Left or Right.
-
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
-
- This delegate must used by handlers of the RangeSelectionChangedEvent event.
-
- The current element along the event's route.
- The event arguments containing additional information about the event.
- Nothing.
-
-
-
- This RangeSelectionChangedEventArgs class contains old and new value when
- RangeSelectionChanged is raised.
-
-
-
-
-
-
- Return the old lower value.
-
-
-
-
- Return the new lower value.
-
-
-
-
- Return the old upper value.
-
-
-
-
- Return the new upper value.
-
-
-
-
- This is an instance constructor for the RangeSelectionChangedEventArgs class.
-
- The old lower property value
- The new lower property value
- The old upper property value
- The new upper property value
-
-
-
- This is an instance constructor for the RoutedPropertyChangedEventArgs class.
- It is constructed with a reference to the event being raised.
-
- The old lower property value
- The new lower property value
- The old upper property value
- The new upper property value
- RoutedEvent
-
-
-
- This method is used to perform the proper type casting in order to
- call the type-safe RoutedPropertyChangedEventHandler delegate for the IsCheckedChangedEvent event.
-
- The handler to invoke.
- The current object along the event's route.
- Nothing.
-
-
-
- A slider control with the ability to select a range between two values.
-
-
-
- Identifies the routed event.
-
-
- Identifies the routed event.
-
-
- Identifies the routed event.
-
-
- Identifies the routed event.
-
-
- Identifies the routed event.
-
-
- Identifies the routed event.
-
-
- Identifies the routed event.
-
-
- Identifies the routed event.
-
-
- Identifies the routed event.
-
-
- Identifies the routed event.
-
-
- Identifies the routed event.
-
-
- Identifies the routed event.
-
-
- Identifies the dependency property.
-
-
-
- Get/sets the end of the range selection.
-
-
-
- Identifies the dependency property.
-
-
-
- Get/sets the beginning of the range selection.
-
-
-
- Identifies the dependency property.
-
-
-
- Get/sets the minimum range that can be selected.
-
-
-
- Identifies the dependency property.
-
-
-
- Get/sets the minimal distance between two thumbs.
-
-
-
- Identifies the dependency property.
-
-
-
- Get/sets whether whole range will be moved when press on right/left/central part of control
-
-
-
- Identifies the dependency property.
-
-
-
- Get/sets whether possibility to make manipulations inside range with left/right mouse buttons + cotrol button
-
-
-
- Identifies the dependency property.
-
-
-
- Get/sets whether possibility to make manipulations inside range with left/right mouse buttons + cotrol button
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the orientation of the .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the position of tick marks with respect to the of the .
-
-
- A value that defines how to position the tick marks in a with respect to the slider bar. The default is .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the interval between tick marks.
-
-
- The distance between tick marks. The default is (1.0).
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the positions of the tick marks to display for a .
-
- A set of tick marks to display for a . The default is .
-
-
-
- Identifies the dependency property.
-
-
-
- Get or sets IsMoveToPoint feature which will enable/disable moving to exact point inside control when user clicked on it
- Gets or sets a value that indicates whether the two of a moves immediately to the location of the mouse click that occurs while the mouse pointer pauses on the tracks.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets whether a tooltip that contains the current value of the displays when the is pressed. If a tooltip is displayed, this property also specifies the placement of the tooltip.
-
-
- One of the values that determines where to display the tooltip with respect to the of the , or that specifies to not show a tooltip. The default is , which specifies that a tooltip is not displayed.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the number of digits that are displayed to the right side of the decimal point for the of the in a tooltip.
-
-
- The precision of the that displays in the tooltip, specified as the number of digits that appear to the right of the decimal point. The default is zero (0).
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a template for the auto tooltip to show the lower value.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a template for the auto tooltip to show the upper value.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a template for the auto tooltip to show the center value.
-
-
-
- Identifies the dependency property.
-
-
-
- Get/sets value how fast thumbs will move when user press on left/right/central with left mouse button (IsMoveToPoint must be set to FALSE)
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a value that indicates whether the displays a selection range along the .
-
-
- if a selection range is displayed; otherwise, . The default is .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the smallest value of a specified selection for a .
-
-
- The largest value of a selected range of values of a . The default is zero (0.0).
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the largest value of a specified selection for a .
-
-
- The largest value of a selected range of values of a . The default is zero (0.0).
-
-
-
-
- Responds to a change in the value of the property.
-
- The old value of the property.The new value of the property.
-
-
-
- Responds to a change in the value of the property.
-
- The old value of the property.The new value of the property.
-
-
-
- Gets the lower value of the range selection.
-
-
-
-
- Gets the upper value of the range selection.
-
-
-
-
-
-
-
- RevealImage
-
-
-
-
- InitializeComponent
-
-
-
- Identifies the routed event.
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets an extra tag.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the orientation of children stacking.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the content for the icon part.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the DataTemplate for the icon part.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the command to invoke when the content button is pressed.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the element on which to raise the specified command.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the parameter to pass to the command property.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the button content style.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the button arrow style.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the foreground brush for the button arrow icon.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the foreground brush of the button arrow icon if the mouse is over the split button.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the foreground brush of the button arrow icon if the arrow button is pressed.
-
-
-
-
-
-
-
- A special animation used to animates the length of a .
-
-
-
-
-
-
- Represents a container with two views; one view for the main content and another view that is typically used for
- navigation commands.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the width of the pane in its compact display mode.
-
-
- The width of the pane in it's compact display mode. The default is 48 device-independent pixel (DIP) (defined
- by the SplitViewCompactPaneThemeLength resource).
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the contents of the main panel of a .
-
- The contents of the main panel of a . The default is null.
-
-
- Identifies the dependency property.
-
-
-
- Gets of sets a value that specifies how the pane and content areas of a are shown.
-
-
- A value of the enumeration that specifies how the pane and content areas of a are
- shown. The default is .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a value that specifies whether the pane is expanded to its full width.
-
- true if the pane is expanded to its full width; otherwise, false. The default is true.
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a value that specifies the OverlayBrush
-
- The current OverlayBrush
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the width of the pane when it's fully expanded.
-
-
- The width of the pane when it's fully expanded. The default is 320 device-independent
- pixel (DIP).
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the minimum width of the pane when it's fully expanded.
-
-
- The minimum width of the pane when it's fully expanded. The default is 320 device-independent
- pixel (DIP).
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the maximum width of the pane when it's fully expanded.
-
-
- The maximum width of the pane when it's fully expanded. The default is 320 device-independent
- pixel (DIP).
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or Sets if the open pane can be resized by the user. The default value is false.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or Sets the for the resizing Thumb (type of )
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the contents of the pane of a .
-
- The contents of the pane of a . The default is null.
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the Brush to apply to the background of the area of the control.
-
- The Brush to apply to the background of the area of the control.
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the Brush to apply to the foreground of the area of the control.
-
- The Brush to apply to the background of the area of the control.
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a value that specifies whether the pane is shown on the right or left side of the
- .
-
-
- A value of the enumeration that specifies whether the pane is shown on the right or left side of the
- . The default is .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets an object that provides calculated values that can be referenced as TemplateBinding sources when defining
- templates for a control.
-
- An object that provides calculated values for templates.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Occurs when the pane is closed.
-
-
-
-
- Occurs when the pane is closing.
-
-
-
-
-
-
-
-
-
-
-
-
-
- Constants that specify how the pane is shown in a .
-
-
-
-
- The pane covers the content when it's open and does not take up space in the control layout.
-
-
-
-
- The pane is shown side-by-side with the content and takes up space in the control layout.
-
-
-
-
- The amount of the pane defined by the property is shown side-by-side
- with the content and takes up space in the control layout.
- The remaining part of the pane covers the content when it's open and does not take up space in the control layout.
-
-
-
-
- The amount of the pane defined by the property is shown side-by-side
- with the content and takes up space in the control layout.
- The remaining part of the pane pushes the content to the side when it's open and takes up space in the control
- layout.
-
-
-
-
- Provides event data for the event.
-
-
-
-
- Gets or sets a value that indicates whether the pane closing action should be canceled.
-
- true to cancel the pane closing action; otherwise, false.
-
-
-
- Constants that specify whether the pane is set to the left or to the right of the content in a
- .
-
-
-
-
- The pane is shown to the left of the content.
-
-
-
-
- The pane is shown to the right of the content.
-
-
-
-
- Provides calculated values that can be referenced as TemplatedParent sources when defining templates for a
- .
- Not intended for general use.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets the value as a GridLength.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets the negative of the value.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets the negative of the value calculated by subtracting the value from
- the value.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets the value as a GridLength.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets the value.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets a value calculated by subtracting the value from the
- value.
-
-
-
-
- HorizontalTitleAlignment Dependency Property.
- Default Value: HorizontalAlignment.Left
-
-
-
-
- Gets/Sets the horizontal alignment of the title.
-
-
-
-
- VerticalTitleAlignment Dependency Property.
- Default Value: VerticalAlignment.Bottom
-
-
-
-
- Gets/Sets the vertical alignment of the title.
-
-
-
-
- Represents a control that allows the user to select a date and a time.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the last date to be displayed.
-
- The last date to display.
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the date to display
-
-
- The date to display. The default is .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the first date to be displayed.
-
- The first date to display.
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the day that is considered the beginning of the week.
-
-
- A that represents the beginning of the week. The default is the
- that is determined by the current culture.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a value that indicates whether the current date will be highlighted.
-
- true if the current date is highlighted; otherwise, false. The default is true.
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the format that is used to display the selected date.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a value that indicates the dimension by which calendar and clock are stacked.
-
-
- The of the calendar and clock. The default is
- .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the style that is used when rendering the calendar.
-
-
-
-
- Gets the days that are not selectable.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Defines the visibility for time-parts that are visible for the .
-
-
-
-
- Represents a control that allows the user to select a time.
-
-
-
-
-
-
-
-
-
-
- Represents a base-class for time picking.
-
-
-
-
- This list contains values from 0 to 55 with an interval of 5. It can be used to bind to and .
-
-
- <MahApps:TimePicker SourceSeconds="{x:Static MahApps:TimePickerBase.IntervalOf5}" />
- <MahApps:DateTimePicker SourceSeconds="{x:Static MahApps:TimePickerBase.IntervalOf5}" />
-
-
- Returns a list containing {0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55}.
-
-
-
-
- This list contains values from 0 to 50 with an interval of 10. It can be used to bind to and .
-
-
- <MahApps:TimePicker SourceSeconds="{x:Static MahApps:TimePickerBase.IntervalOf10}" />
- <MahApps:DateTimePicker SourceSeconds="{x:Static MahApps:TimePickerBase.IntervalOf10}" />
-
-
- Returns a list containing {0, 10, 20, 30, 40, 50}.
-
-
-
-
- This list contains values from 0 to 45 with an interval of 15. It can be used to bind to and .
-
-
- <MahApps:TimePicker SourceSeconds="{x:Static MahApps:TimePickerBase.IntervalOf15}" />
- <MahApps:DateTimePicker SourceSeconds="{x:Static MahApps:TimePickerBase.IntervalOf15}" />
-
-
- Returns a list containing {0, 15, 30, 45}.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a collection used to generate the content for selecting the hours.
-
-
- A collection that is used to generate the content for selecting the hours. The default is a list of interger from 0
- to 23 if is false or a list of interger from
- 1 to 12 otherwise..
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a collection used to generate the content for selecting the minutes.
-
-
- A collection that is used to generate the content for selecting the minutes. The default is a list of int from
- 0 to 59.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a collection used to generate the content for selecting the seconds.
-
-
- A collection that is used to generate the content for selecting the minutes. The default is a list of int from
- 0 to 59.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a value indicating whether the drop-down for a box is currently
- open.
-
- true if the drop-down is open; otherwise, false. The default is false.
-
-
-
- IsDropDownOpenProperty property changed handler.
-
- DatePicker that changed its IsDropDownOpen.
- DependencyPropertyChangedEventArgs.
-
-
-
- This method is invoked when the changes.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a value indicating whether the clock of this control is visible in the user interface (UI). This is a
- dependency property.
-
-
- If this value is set to false then is set to
-
-
-
- true if the clock is visible; otherwise, false. The default value is true.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a value indicating whether the contents of the are not editable.
-
-
- true if the is read-only; otherwise, false. The default is false.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a value indicating the visibility of the clock hands in the user interface (UI).
-
-
- The visibility definition of the clock hands. The default is .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a value indicating the culture to be used in string formatting operations.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a value indicating the visibility of the selectable date-time-parts in the user interface (UI).
-
-
- visibility definition of the selectable date-time-parts. The default is .
-
-
-
-
- Occurs when the property is changed.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the currently selected date and time.
-
-
- The date and time which is currently selected. The default is null.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the format that is used to display the selected time.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a composite string that specifies how to format the hour items.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a composite string that specifies how to format the minute items.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a composite string that specifies how to format the second items.
-
-
-
-
- This readonly dependency property is to control whether to show the date-picker (in case of ) or hide it (in case of .
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a value indicating whether the date can be selected or not. This property is read-only.
-
-
-
-
- Gets a value indicating whether the that is specified by the
-
- set by the ( if null) has not a value.
-
-
-
-
- When overridden in a derived class, is invoked whenever application code or internal processes call
- .
-
-
-
-
- Gets the offset from the selected to use it in as hour
- parameter.
-
- The current hour.
-
- An integer representing the offset to add to the hour that is selected in the hour-picker for setting the correct
- . The offset is determined as follows:
-
-
- ConditionOffset
-
- -
- is false0
-
- -
- Selected hour is between 1 AM and 11 AM0
-
- -
- Selected hour is 12 AM-12h
-
- -
- Selected hour is between 12 PM and 11 PM+12h
-
-
-
-
-
-
- A control that allows the user to toggle between two states: One represents true; The other represents false.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the flow direction of the switch and content.
-
-
- LeftToRight means content left and button right and RightToLeft vise versa.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the padding of the inner content.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a value that declares whether the state of the ToggleSwitch is "On".
-
-
-
- Identifies the dependency property.
-
-
-
- Provides the object content that should be displayed using the OnContentTemplate when this ToggleSwitch has state of "On".
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the DataTemplate used to display the control's content while in "On" state.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a template selector for OnContent property that enables an application writer to provide custom template-selection logic .
-
-
- This property is ignored if is set.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a composite string that specifies how to format the OnContent property if it is displayed as a string.
-
-
- This property is ignored if is set.
-
-
-
- Identifies the dependency property.
-
-
-
- Provides the object content that should be displayed using the OffContentTemplate when this ToggleSwitch has state of "Off".
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the DataTemplate used to display the control's content while in "Off" state.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a template selector for OffContent property that enables an application writer to provide custom template-selection logic .
-
-
- This property is ignored if is set.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a composite string that specifies how to format the OffContent property if it is displayed as a string.
-
-
- This property is ignored if is set.
-
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a command which will be executed when the changes.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a command which will be executed when the changes.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets a command which will be executed when the changes.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the command parameter which will be passed by the Command.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the element on which to raise the specified Command.
-
-
- Element on which to raise the Command.
-
-
-
-
- Occurs when "On"/"Off" state changes for this ToggleSwitch.
-
-
-
- This method is invoked when the changes.
-
-
-
-
-
-
- enumeration for the different transition types
-
-
-
-
- Use the VisualState DefaultTransition
-
-
-
-
- Use the VisualState Normal
-
-
-
-
- Use the VisualState UpTransition
-
-
-
-
- Use the VisualState DownTransition
-
-
-
-
- Use the VisualState RightTransition
-
-
-
-
- Use the VisualState RightReplaceTransition
-
-
-
-
- Use the VisualState LeftTransition
-
-
-
-
- Use the VisualState LeftReplaceTransition
-
-
-
-
- Use a custom VisualState, the name must be set using CustomVisualStatesName property
-
-
-
-
- A ContentControl that animates content as it loads and unloads.
-
-
-
-
- Gets or sets the name of the custom transition visual state.
-
-
-
-
- Gets/sets if the content is transitioning.
-
-
-
-
- Reload the current transition if the content is the same.
-
-
-
-
- Helper methods for UI-related tasks.
- This class was obtained from Philip Sumi (a fellow WPF Disciples blog)
- http://www.hardcodet.net/uploads/2009/06/UIHelper.cs
-
-
-
-
- Finds a parent of a given item on the visual tree.
-
- The type of the queried item.
- A direct or indirect child of the
- queried item.
- The first parent item that matches the submitted
- type parameter. If not matching item can be found, a null
- reference is being returned.
-
-
-
- Finds all Ancestors of a given item on the visual tree.
-
- A node in a visual tree
- All ancestors in visual tree of element
-
-
-
- Returns full visual ancestry, starting at the leaf.
- If element is not of or the logical ancestry is used.
-
- The starting object.
-
-
-
-
- Tries to find and returns a visual ancestor, starting at the leaf.
- If element is not of or the logical ancestry is used.
-
- The starting object.
-
-
-
-
- Finds a Child of a given item in the visual tree.
-
- A direct parent of the queried item.
- The type of the queried item.
- x:Name or Name of child.
- The first parent item that matches the submitted type parameter.
- If not matching item can be found,
- a null parent is being returned.
-
-
-
- This method is an alternative to WPF's
- method, which also supports content elements. Keep in mind that for content element,
- this method falls back to the logical tree of the element!
-
- The item to be processed.
- The submitted item's parent, if available. Otherwise
- null.
-
-
-
- Analyzes both visual and logical tree in order to find all elements of a given
- type that are descendants of the item.
-
- The type of the queried items.
- The root element that marks the source of the search. If the
- source is already of the requested type, it will not be included in the result.
- Sometimes it's better to search in the VisualTree (e.g. in tests)
- All descendants of that match the requested type.
-
-
-
- This method is an alternative to WPF's
- method, which also
- supports content elements. Keep in mind that for content elements,
- this method falls back to the logical tree of the element.
-
- The item to be processed.
- Sometimes it's better to search in the VisualTree (e.g. in tests)
- The submitted item's child elements, if available.
-
-
-
- Tries to locate a given item within the visual tree,
- starting with the dependency object at a given position.
-
- The type of the element to be found
- on the visual tree of the element at the given location.
- The main element which is used to perform
- hit testing.
- The position to be evaluated on the origin.
-
-
-
- Get the working area size of the monitor from where the visual stays.
-
- The visual element to get the monitor information.
- The working area size of the monitor.
-
-
- Gets the text associated with the given window handle.
- The window to act on.
- The window text.
-
-
- Gets the text associated with the given window handle.
- The window to act on.
- The window text.
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the value indicating current light style for the minimize button.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the value indicating current light style for the maximize button.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the value indicating current light style for the close button.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the value indicating current dark style for the minimize button.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the value indicating current dark style for the maximize button.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the value indicating current dark style for the close button.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the value indicating current theme.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the minimize button tooltip.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the maximize button tooltip.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the close button tooltip.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the restore button tooltip.
-
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
-
- Gets the window.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the value indicating the current theme.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the value indicating the light theme ControlTemplate.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the value indicating the light theme ControlTemplate.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the value indicating whether to show the separators or not.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the value indicating whether to show the last separator or not.
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the value indicating the height of the separators.
-
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
-
- Gets the window.
-
-
-
-
- Creates AutomationPeer ()
-
-
-
- Identifies the dependency property.
-
-
-
- Gets or sets the value indicating whether to show the separator.
-
-
-
- Identifies the dependency property.
-
-
- Identifies the dependency property.
-
-
-
-
-
-
- Doesn't overlay a hidden TitleBar.
-
-
-
-
- Overlays a hidden TitleBar.
-
-
-
-
- Refreshes the application settings property values from persistent storage.
-
-
-
-
- Upgrades the application settings on loading.
-
-
-
-
- Updates application settings to reflect a more recent installation of the application.
-
-
-
-
- Stores the current values of the settings properties.
-
-
-
-
- this settings class is the default way to save the placement of the window
-
-
-
-
- Upgrades the application settings on loading.
-
-
-
-
- Determining Ideal Text Color Based on Specified Background Color
- http://www.codeproject.com/KB/GDI-plus/IdealTextColor.aspx
-
- The bg.
-
-
-
-
- Converts a double representing either hour/minute/second to the corresponding angle.
-
-
-
-
- Channel type for ColorChannelMinMaxConverter to pass in in as parameter.
-
-
-
-
- Converts a given Color to a new Color with the specified Channel turned to the Min or Max Value
-
-
-
- Gets the default instance
-
-
-
- Converts a given to its Name
-
- Needed: The .
-
- Optional: A
-
- The name of the color or the Hex-Code if no name is available
-
-
-
- Converts a given to its Name
-
- Needed: The . Optional: A
-
-
-
- The name of the color or the Hex-Code if no name is available
-
-
-
- Converts a given back to a
-
- The name of the
-
- Optional: A
-
-
-
-
-
- The ConvertBack-Method is not available inside a . Use a with the optional instead.
-
-
-
-
-
-
-
-
-
-
- Converts a given into a .
-
-
-
-
- Gets a static instance of the converter if needed.
-
-
-
-
- Gets or Sets the brush which will be used if the conversion fails.
-
-
-
-
- Gets or Sets the color which will be used if the conversion fails.
-
-
-
-
- Converts a CornerRadius to a new CornerRadius. It's possible to ignore a side with the IgnoreRadius property.
-
-
-
-
- Filters a CornerRadius by the given Filter property. Result can be a new CornerRadius or a value of it's 4 corners.
-
-
-
- Gets the default instance
-
-
-
- Converts a given Color to a new Color with the specified Channel turned to the Min or Max Value
-
-
-
- Gets the default instance
-
-
-
- Converts the value from true to false and false to true.
-
-
-
-
- The math operations which can be used at the
-
-
-
-
- MathConverter provides a value converter which can be used for math operations.
- It can be used for normal binding or multi binding as well.
- If it is used for normal binding the given parameter will be used as operands with the selected operation.
- If it is used for multi binding then the first and second binding will be used as operands with the selected operation.
- This class cannot be inherited.
-
-
-
-
- MathAddConverter provides a multi value converter as a MarkupExtension which can be used for math operations.
- This class cannot be inherited.
-
-
-
-
- MathSubtractConverter provides a multi value converter as a MarkupExtension which can be used for math operations.
- This class cannot be inherited.
-
-
-
-
- MathMultiplyConverter provides a multi value converter as a MarkupExtension which can be used for math operations.
- This class cannot be inherited.
-
-
-
-
- MathDivideConverter provides a multi value converter as a MarkupExtension which can be used for math operations.
- This class cannot be inherited.
-
-
-
- Gets the default instance
-
-
-
- Use the radius of all corners.
-
-
-
-
- Ignore the radius of the top-left and bottom-left corner.
-
-
-
-
- Ignore the radius of the top-left and top-right corner.
-
-
-
-
- Ignore the radius of the top-right and bottom-right corner.
-
-
-
-
- Ignore the radius of the bottom-left and bottom-right corner.
-
-
-
-
- Ignore the radius of the top-left corner.
-
-
-
-
- Ignore radius of the top-right corner.
-
-
-
-
- Ignore the radius of the bottom-right corner.
-
-
-
-
- Ignore the radius of the bottom-left corner.
-
-
-
-
- This Converter converts a given height or width of an control to a CornerRadius
-
-
-
-
- Converts a String into a Visibility enumeration (and back)
- The FalseEquivalent can be declared with the "FalseEquivalent" property
-
-
-
-
- Initialize the properties with standard values
-
-
-
-
- FalseEquivalent (default : Visibility.Collapsed => see Constructor)
-
-
-
-
- Define whether the opposite boolean value is crucial (default : false)
-
-
-
-
- Converts a Thickness to a new Thickness. It's possible to ignore a side with the IgnoreThicknessSide property.
-
-
-
-
- Use all sides.
-
-
-
-
- Ignore the left side.
-
-
-
-
- Ignore the top side.
-
-
-
-
- Ignore the right side.
-
-
-
-
- Ignore the bottom side.
-
-
-
- Converts a value.
- A converted value. If the method returns null, the valid null value is used.
- The value produced by the binding source.
- The type of the binding target property.
- The converter parameter to use.
- The culture to use in the converter.
-
-
- Converts a value.
- A converted value. If the method returns null, the valid null value is used.
- The value that is produced by the binding target.
- The type to convert to.
- The converter parameter to use.
- The culture to use in the converter.
-
-
-
- A strongly-typed resource class, for looking up localized strings, etc.
-
-
-
-
- Returns the cached ResourceManager instance used by this class.
-
-
-
-
- Overrides the current thread's CurrentUICulture property for all
- resource lookups using this strongly typed resource class.
-
-
-
-
- Implements a markup extension that supports static (XAML load time) resource references made from XAML.
-
-
-
-
- Provides theme resources from MahApps.Metro.
-
-
-
-
-
-
-
- Helps boxing Boolean values.
-
-
-
-
- Gets a boxed representation for Boolean's "true" value.
-
-
-
-
- Gets a boxed representation for Boolean's "false" value.
-
-
-
-
- Returns a boxed representation for the specified Boolean value.
-
- The value to box.
-
-
-
-
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/Microsoft.WindowsAPICodePack.Shell.xml b/ReproductorMusicaTagEditables/bin/x64/Debug/Microsoft.WindowsAPICodePack.Shell.xml
deleted file mode 100644
index ea7c0e2..0000000
--- a/ReproductorMusicaTagEditables/bin/x64/Debug/Microsoft.WindowsAPICodePack.Shell.xml
+++ /dev/null
@@ -1,25496 +0,0 @@
-
-
-
- Microsoft.WindowsAPICodePack.Shell
-
-
-
-
- Provides extension methods for raising events safely.
-
-
-
-
- Safely raises an event using EventArgs.Empty
-
- EventHandler to raise
- Event sender
-
-
-
- Safely raises an event.
-
- Type of event args
- EventHandler<T> to raise
- Event sender
- Event args
-
-
-
- Safely raises an event using EventArgs.Empty
-
- EventHandler<EventArgs> to raise
- Event sender
-
-
-
- A wrapper for the native POINT structure.
-
-
-
-
- Initialize the NativePoint
-
- The x coordinate of the point.
- The y coordinate of the point.
-
-
-
- Determines if two NativePoints are equal.
-
- First NativePoint
- Second NativePoint
- True if first NativePoint is equal to the second; false otherwise.
-
-
-
- Determines if two NativePoints are not equal.
-
- First NativePoint
- Second NativePoint
- True if first NativePoint is not equal to the second; false otherwise.
-
-
-
- Determines if this NativePoint is equal to another.
-
- Another NativePoint to compare
- True if this NativePoint is equal obj; false otherwise.
-
-
-
- Gets a hash code for the NativePoint.
-
- Hash code for the NativePoint
-
-
-
- The X coordinate of the point
-
-
-
-
- The Y coordinate of the point
-
-
-
-
- A wrapper for a RECT struct
-
-
-
-
- Creates a new NativeRect initialized with supplied values.
-
- Position of left edge
- Position of top edge
- Position of right edge
- Position of bottom edge
-
-
-
- Determines if two NativeRects are equal.
-
- First NativeRect
- Second NativeRect
- True if first NativeRect is equal to second; false otherwise.
-
-
-
- Determines if two NativeRects are not equal
-
- First NativeRect
- Second NativeRect
- True if first is not equal to second; false otherwise.
-
-
-
- Determines if the NativeRect is equal to another Rect.
-
- Another NativeRect to compare
- True if this NativeRect is equal to the one provided; false otherwise.
-
-
-
- Creates a hash code for the NativeRect
-
- Returns hash code for this NativeRect
-
-
-
- Position of left edge
-
-
-
-
- Position of top edge
-
-
-
-
- Position of right edge
-
-
-
-
- Position of bottom edge
-
-
-
-
- An exception thrown when an error occurs while dealing with ShellObjects.
-
-
-
-
- Default constructor.
-
-
-
-
- Initializes a new exception using an HResult
-
- HResult error
-
-
-
- Initializes an excpetion with a custom message.
-
- Custom message
-
-
-
- Initializes an exception with custom message and inner exception.
-
- Custom message
- The original exception that preceded this exception
-
-
-
- Initializes an exception with custom message and error code.
-
- Custom message
- HResult error code
-
-
-
- Initializes an exception with custom message and error code.
-
-
-
-
-
-
- Initializes an exception with custom message and inner exception.
-
- HRESULT of an operation
-
-
-
- Initializes an exception from serialization info and a context.
-
-
-
-
-
-
- A folder in the Shell Namespace
-
-
-
-
- Represents the base class for all types of folders (filesystem and non filesystem)
-
-
-
-
- Represents the base class for all types of Shell "containers". Any class deriving from this class
- can contain other ShellObjects (e.g. ShellFolder, FileSystemKnownFolder, ShellLibrary, etc)
-
-
-
-
- The base class for all Shell objects in Shell Namespace.
-
-
-
-
- Creates a ShellObject subclass given a parsing name.
- For file system items, this method will only accept absolute paths.
-
- The parsing name of the object.
- A newly constructed ShellObject object.
-
-
-
- Internal member to keep track of the native IShellItem2
-
-
-
-
- Parsing name for this Object e.g. c:\Windows\file.txt,
- or ::{Some Guid}
-
-
-
-
- A friendly name for this object that' suitable for display
-
-
-
-
- PID List (PIDL) for this object
-
-
-
-
- Updates the native shell item that maps to this shell object. This is necessary when the shell item
- changes after the shell object has been created. Without this method call, the retrieval of properties will
- return stale data.
-
- Bind context object
-
-
-
- Overrides object.ToString()
-
- A string representation of the object.
-
-
-
- Returns the display name of the ShellFolder object. DisplayNameType represents one of the
- values that indicates how the name should look.
- See for a list of possible values.
-
- A disaply name type.
- A string.
-
-
-
- Release the native and managed objects
-
- Indicates that this is being called from Dispose(), rather than the finalizer.
-
-
-
- Release the native objects.
-
-
-
-
- Implement the finalizer.
-
-
-
-
- Returns the hash code of the object.
-
-
-
-
-
- Determines if two ShellObjects are identical.
-
- The ShellObject to comare this one to.
- True if the ShellObjects are equal, false otherwise.
-
-
-
- Returns whether this object is equal to another.
-
- The object to compare against.
- Equality result.
-
-
-
- Implements the == (equality) operator.
-
- First object to compare.
- Second object to compare.
- True if leftShellObject equals rightShellObject; false otherwise.
-
-
-
- Implements the != (inequality) operator.
-
- First object to compare.
- Second object to compare.
- True if leftShellObject does not equal leftShellObject; false otherwise.
-
-
-
- Indicates whether this feature is supported on the current platform.
-
-
-
-
- Return the native ShellFolder object as newer IShellItem2
-
- If the native object cannot be created.
- The ErrorCode member will contain the external error code.
-
-
-
- Return the native ShellFolder object
-
-
-
-
- Gets access to the native IPropertyStore (if one is already
- created for this item and still valid. This is usually done by the
- ShellPropertyWriter class. The reference will be set to null
- when the writer has been closed/commited).
-
-
-
-
- Gets an object that allows the manipulation of ShellProperties for this shell item.
-
-
-
-
- Gets the parsing name for this ShellItem.
-
-
-
-
- Gets the normal display for this ShellItem.
-
-
-
-
- Gets the PID List (PIDL) for this ShellItem.
-
-
-
-
- Gets a value that determines if this ShellObject is a link or shortcut.
-
-
-
-
- Gets a value that determines if this ShellObject is a file system object.
-
-
-
-
- Gets the thumbnail of the ShellObject.
-
-
-
-
- Gets the parent ShellObject.
- Returns null if the object has no parent, i.e. if this object is the Desktop folder.
-
-
-
-
- Release resources
-
- True indicates that this is being called from Dispose(), rather than the finalizer.
-
-
-
- Enumerates through contents of the ShellObjectContainer
-
- Enumerated contents
-
-
-
- Constructs a new ShellFileSystemFolder object given a folder path
-
- The folder path
- ShellFileSystemFolder created from the given folder path.
-
-
-
- The path for this Folder
-
-
-
-
- A refence to an icon resource
-
-
-
-
- Overloaded constructor takes in the module name and resource id for the icon reference.
-
- String specifying the name of an executable file, DLL, or icon file
- Zero-based index of the icon
-
-
-
- Overloaded constructor takes in the module name and resource id separated by a comma.
-
- Reference path for the icon consiting of the module name and resource id.
-
-
-
- Implements the == (equality) operator.
-
- First object to compare.
- Second object to compare.
- True if icon1 equals icon1; false otherwise.
-
-
-
- Implements the != (unequality) operator.
-
- First object to compare.
- Second object to compare.
- True if icon1 does not equals icon1; false otherwise.
-
-
-
- Determines if this object is equal to another.
-
- The object to compare
- Returns true if the objects are equal; false otherwise.
-
-
-
- Generates a nearly unique hashcode for this structure.
-
- A hash code.
-
-
-
- String specifying the name of an executable file, DLL, or icon file
-
-
-
-
- Zero-based index of the icon
-
-
-
-
- Reference to a specific icon within a EXE, DLL or icon file.
-
-
-
-
- Exposes properties and methods for retrieving information about a search condition.
-
-
-
-
- Retrieves an array of the sub-conditions.
-
-
-
-
-
-
-
-
-
- Release the native objects.
-
-
-
-
- Release the native objects.
-
-
-
-
-
- The name of a property to be compared or NULL for an unspecified property.
-
-
-
-
- The property key for the property that is to be compared.
-
-
-
-
- A value (in format) to which the property is compared.
-
-
-
-
- Search condition operation to be performed on the property/value combination.
- See for more details.
-
-
-
-
- Represents the condition type for the given node.
-
-
-
-
- Provides methods for creating or resolving a condition tree
- that was obtained by parsing a query string.
-
-
-
-
- Creates a leaf condition node that represents a comparison of property value and constant value.
-
- The name of a property to be compared, or null for an unspecified property.
- The locale name of the leaf node is LOCALE_NAME_USER_DEFAULT.
- The constant value against which the property value should be compared.
- Specific condition to be used when comparing the actual value and the expected value of the given property
- SearchCondition based on the given parameters
-
- The search will only work for files that are indexed, as well as the specific properties are indexed. To find
- the properties that are indexed, look for the specific property's property description and
- property for IsQueryable flag.
-
-
-
-
- Creates a leaf condition node that represents a comparison of property value and constant value.
- Overload method takes a DateTime parameter for the comparison value.
-
- The name of a property to be compared, or null for an unspecified property.
- The locale name of the leaf node is LOCALE_NAME_USER_DEFAULT.
- The DateTime value against which the property value should be compared.
- Specific condition to be used when comparing the actual value and the expected value of the given property
- SearchCondition based on the given parameters
-
- The search will only work for files that are indexed, as well as the specific properties are indexed. To find
- the properties that are indexed, look for the specific property's property description and
- property for IsQueryable flag.
-
-
-
-
- Creates a leaf condition node that represents a comparison of property value and Integer value.
-
- The name of a property to be compared, or null for an unspecified property.
- The locale name of the leaf node is LOCALE_NAME_USER_DEFAULT.
- The Integer value against which the property value should be compared.
- Specific condition to be used when comparing the actual value and the expected value of the given property
- SearchCondition based on the given parameters
-
- The search will only work for files that are indexed, as well as the specific properties are indexed. To find
- the properties that are indexed, look for the specific property's property description and
- property for IsQueryable flag.
-
-
-
-
- Creates a leaf condition node that represents a comparison of property value and Boolean value.
-
- The name of a property to be compared, or null for an unspecified property.
- The locale name of the leaf node is LOCALE_NAME_USER_DEFAULT.
- The Boolean value against which the property value should be compared.
- Specific condition to be used when comparing the actual value and the expected value of the given property
- SearchCondition based on the given parameters
-
- The search will only work for files that are indexed, as well as the specific properties are indexed. To find
- the properties that are indexed, look for the specific property's property description and
- property for IsQueryable flag.
-
-
-
-
- Creates a leaf condition node that represents a comparison of property value and Floating Point value.
-
- The name of a property to be compared, or null for an unspecified property.
- The locale name of the leaf node is LOCALE_NAME_USER_DEFAULT.
- The Floating Point value against which the property value should be compared.
- Specific condition to be used when comparing the actual value and the expected value of the given property
- SearchCondition based on the given parameters
-
- The search will only work for files that are indexed, as well as the specific properties are indexed. To find
- the properties that are indexed, look for the specific property's property description and
- property for IsQueryable flag.
-
-
-
-
- Creates a leaf condition node that represents a comparison of property value and constant value.
-
- The property to be compared.
- The constant value against which the property value should be compared.
- Specific condition to be used when comparing the actual value and the expected value of the given property
- SearchCondition based on the given parameters
-
- The search will only work for files that are indexed, as well as the specific properties are indexed. To find
- the properties that are indexed, look for the specific property's property description and
- property for IsQueryable flag.
-
-
-
-
- Creates a leaf condition node that represents a comparison of property value and constant value.
- Overload method takes a DateTime parameter for the comparison value.
-
- The property to be compared.
- The DateTime value against which the property value should be compared.
- Specific condition to be used when comparing the actual value and the expected value of the given property
- SearchCondition based on the given parameters
-
- The search will only work for files that are indexed, as well as the specific properties are indexed. To find
- the properties that are indexed, look for the specific property's property description and
- property for IsQueryable flag.
-
-
-
-
- Creates a leaf condition node that represents a comparison of property value and Boolean value.
- Overload method takes a DateTime parameter for the comparison value.
-
- The property to be compared.
- The boolean value against which the property value should be compared.
- Specific condition to be used when comparing the actual value and the expected value of the given property
- SearchCondition based on the given parameters
-
- The search will only work for files that are indexed, as well as the specific properties are indexed. To find
- the properties that are indexed, look for the specific property's property description and
- property for IsQueryable flag.
-
-
-
-
- Creates a leaf condition node that represents a comparison of property value and Floating Point value.
- Overload method takes a DateTime parameter for the comparison value.
-
- The property to be compared.
- The Floating Point value against which the property value should be compared.
- Specific condition to be used when comparing the actual value and the expected value of the given property
- SearchCondition based on the given parameters
-
- The search will only work for files that are indexed, as well as the specific properties are indexed. To find
- the properties that are indexed, look for the specific property's property description and
- property for IsQueryable flag.
-
-
-
-
- Creates a leaf condition node that represents a comparison of property value and Integer value.
- Overload method takes a DateTime parameter for the comparison value.
-
- The property to be compared.
- The Integer value against which the property value should be compared.
- Specific condition to be used when comparing the actual value and the expected value of the given property
- SearchCondition based on the given parameters
-
- The search will only work for files that are indexed, as well as the specific properties are indexed. To find
- the properties that are indexed, look for the specific property's property description and
- property for IsQueryable flag.
-
-
-
-
- Creates a condition node that is a logical conjunction ("AND") or disjunction ("OR")
- of a collection of subconditions.
-
- The SearchConditionType of the condition node.
- Must be either AndCondition or OrCondition.
- TRUE to logically simplify the result, if possible;
- then the result will not necessarily to be of the specified kind. FALSE if the result should
- have exactly the prescribed structure. An application that plans to execute a query based on the
- condition tree would typically benefit from setting this parameter to TRUE.
- Array of subconditions
- New SearchCondition based on the operation
-
-
-
- Creates a condition node that is a logical negation (NOT) of another condition
- (a subnode of this node).
-
- SearchCondition node to be negated.
- True to logically simplify the result if possible; False otherwise.
- In a query builder scenario, simplyfy should typically be set to false.
- New SearchCondition
-
-
-
- Parses an input string that contains Structured Query keywords (using Advanced Query Syntax
- or Natural Query Syntax) and produces a SearchCondition object.
-
- The query to be parsed
- Search condition resulting from the query
- For more information on structured query syntax, visit http://msdn.microsoft.com/en-us/library/bb233500.aspx and
- http://www.microsoft.com/windows/products/winfamily/desktopsearch/technicalresources/advquery.mspx
-
-
-
- Parses an input string that contains Structured Query keywords (using Advanced Query Syntax
- or Natural Query Syntax) and produces a SearchCondition object.
-
- The query to be parsed
- The culture used to select the localized language for keywords.
- Search condition resulting from the query
- For more information on structured query syntax, visit http://msdn.microsoft.com/en-us/library/bb233500.aspx and
- http://www.microsoft.com/windows/products/winfamily/desktopsearch/technicalresources/advquery.mspx
-
-
-
- Create and modify search folders.
-
-
-
-
- Represents the base class for all search-related classes.
-
-
-
-
- Create a simple search folder. Once the appropriate parameters are set,
- the search folder can be enumerated to get the search results.
-
- Specific condition on which to perform the search (property and expected value)
- List of folders/paths to perform the search on. These locations need to be indexed by the system.
-
-
-
- Create a simple search folder. Once the appropiate parameters are set,
- the search folder can be enumerated to get the search results.
-
- Specific condition on which to perform the search (property and expected value)
- List of folders/paths to perform the search on. These locations need to be indexed by the system.
-
-
-
- Creates a list of stack keys, as specified. If this method is not called,
- by default the folder will not be stacked.
-
- Array of canonical names for properties on which the folder is stacked.
- If one of the given canonical names is invalid.
-
-
-
- Creates a list of stack keys, as specified. If this method is not called,
- by default the folder will not be stacked.
-
- Array of property keys on which the folder is stacked.
-
-
-
- Sets the search folder display name.
-
-
-
-
- Sets the search folder icon size.
- The default settings are based on the FolderTypeID which is set by the
- SearchFolder::SetFolderTypeID method.
-
-
-
-
- Sets a search folder type ID, as specified.
-
-
-
-
- Sets folder logical view mode. The default settings are based on the FolderTypeID which is set
- by the SearchFolder::SetFolderTypeID method.
-
- The logical view mode to set.
-
-
-
- Creates a new column list whose columns are all visible,
- given an array of PropertyKey structures. The default is based on FolderTypeID.
-
- This property may not work correctly with the ExplorerBrowser control.
-
-
-
- Creates a list of sort column directions, as specified.
-
- This property may not work correctly with the ExplorerBrowser control.
-
-
-
- Sets a group column, as specified. If no group column is specified, no grouping occurs.
-
- This property may not work correctly with the ExplorerBrowser control.
-
-
-
- Gets the of the search.
- When this property is not set, the resulting search will have no filters applied.
-
-
-
-
- Gets the search scope, as specified using an array of locations to search.
- The search will include this location and all its subcontainers. The default is FOLDERID_Profile
-
-
-
-
- A file in the Shell Namespace
-
-
-
-
- Constructs a new ShellFile object given a file path
-
- The file or folder path
- ShellFile object created using given file path.
-
-
-
- The path for this file
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- A helper class for Shell Objects
-
-
-
-
- Creates a ShellObject given a native IShellItem interface
-
-
- A newly constructed ShellObject object
-
-
-
- Creates a ShellObject given a parsing name
-
-
- A newly constructed ShellObject object
-
-
-
- Constructs a new Shell object from IDList pointer
-
-
-
-
-
-
- Constructs a new Shell object from IDList pointer
-
-
-
-
-
-
-
- Represents a thumbnail or an icon for a ShellObject.
-
-
-
-
- Native shellItem
-
-
-
-
- Internal member to keep track of the current size
-
-
-
-
- Internal constructor that takes in a parent ShellObject.
-
-
-
-
-
- Gets or sets the default size of the thumbnail or icon. The default is 32x32 pixels for icons and
- 256x256 pixels for thumbnails.
-
- If the size specified is larger than the maximum size of 1024x1024 for thumbnails and 256x256 for icons,
- an is thrown.
-
-
-
-
- Gets the thumbnail or icon image in format.
- Null is returned if the ShellObject does not have a thumbnail or icon image.
-
-
-
-
- Gets the thumbnail or icon image in format.
- Null is returned if the ShellObject does not have a thumbnail or icon image.
-
-
-
-
- Gets the thumbnail or icon image in format.
- Null is returned if the ShellObject does not have a thumbnail or icon image.
-
-
-
-
- Gets the thumbnail or icon in small size and format.
-
-
-
-
- Gets the thumbnail or icon in small size and format.
-
-
-
-
- Gets the thumbnail or icon in small size and format.
-
-
-
-
- Gets the thumbnail or icon in Medium size and format.
-
-
-
-
- Gets the thumbnail or icon in medium size and format.
-
-
-
-
- Gets the thumbnail or icon in Medium size and format.
-
-
-
-
- Gets the thumbnail or icon in large size and format.
-
-
-
-
- Gets the thumbnail or icon in large size and format.
-
-
-
-
- Gets the thumbnail or icon in Large size and format.
-
-
-
-
- Gets the thumbnail or icon in extra large size and format.
-
-
-
-
- Gets the thumbnail or icon in Extra Large size and format.
-
-
-
-
- Gets the thumbnail or icon in Extra Large size and format.
-
-
-
-
- Gets or sets a value that determines if the current retrieval option is cache or extract, cache only, or from memory only.
- The default is cache or extract.
-
-
-
-
- Gets or sets a value that determines if the current format option is thumbnail or icon, thumbnail only, or icon only.
- The default is thumbnail or icon.
-
-
-
-
- Gets or sets a value that determines if the user can manually stretch the returned image.
- The default value is false.
-
-
- For example, if the caller passes in 80x80 a 96x96 thumbnail could be returned.
- This could be used as a performance optimization if the caller will need to stretch
- the image themselves anyway. Note that the Shell implementation performs a GDI stretch blit.
- If the caller wants a higher quality image stretch, they should pass this flag and do it themselves.
-
-
-
-
- An ennumerable list of ShellObjects
-
-
-
-
- Creates a ShellObject collection from an IShellItemArray
-
- IShellItemArray pointer
- Indicates whether the collection shouldbe read-only or not
-
-
-
- Creates a ShellObjectCollection from an IDataObject passed during Drop operation.
-
- An object that implements the IDataObject COM interface.
- ShellObjectCollection created from the given IDataObject
-
-
-
- Constructs an empty ShellObjectCollection
-
-
-
-
- Finalizer
-
-
-
-
- Standard Dispose pattern
-
-
-
-
- Standard Dispose patterns
-
- Indicates that this is being called from Dispose(), rather than the finalizer.
-
-
-
- Collection enumeration
-
-
-
-
-
- Builds the data for the CFSTR_SHELLIDLIST Drag and Clipboard data format from the
- ShellObjects in the collection.
-
- A memory stream containing the drag/drop data.
-
-
-
- Returns the index of a particualr shell object in the collection
-
- The item to search for.
- The index of the item found, or -1 if not found.
-
-
-
- Inserts a new shell object into the collection.
-
- The index at which to insert.
- The item to insert.
-
-
-
- Removes the specified ShellObject from the collection
-
- The index to remove at.
-
-
-
- Adds a ShellObject to the collection,
-
- The ShellObject to add.
-
-
-
- Clears the collection of ShellObjects.
-
-
-
-
- Determines if the collection contains a particular ShellObject.
-
- The ShellObject.
- true, if the ShellObject is in the list, false otherwise.
-
-
-
- Copies the ShellObjects in the collection to a ShellObject array.
-
- The destination to copy to.
- The index into the array at which copying will commence.
-
-
-
- Removes a particular ShellObject from the list.
-
- The ShellObject to remove.
- True if the item could be removed, false otherwise.
-
-
-
- Allows for enumeration through the list of ShellObjects in the collection.
-
- The IEnumerator interface to use for enumeration.
-
-
-
- Item count
-
-
-
-
- The collection indexer
-
- The index of the item to retrieve.
- The ShellObject at the specified index
-
-
-
- Retrieves the number of ShellObjects in the collection
-
-
-
-
- If true, the contents of the collection are immutable.
-
-
-
-
- Defines the read-only properties for default shell icon sizes.
-
-
-
-
- The small size property for a 16x16 pixel Shell Icon.
-
-
-
-
- The medium size property for a 32x32 pixel Shell Icon.
-
-
-
-
- The large size property for a 48x48 pixel Shell Icon.
-
-
-
-
- The extra-large size property for a 256x256 pixel Shell Icon.
-
-
-
-
- The maximum size for a Shell Icon, 256x256 pixels.
-
-
-
-
- Defines the read-only properties for default shell thumbnail sizes.
-
-
-
-
- Gets the small size property for a 32x32 pixel Shell Thumbnail.
-
-
-
-
- Gets the medium size property for a 96x96 pixel Shell Thumbnail.
-
-
-
-
- Gets the large size property for a 256x256 pixel Shell Thumbnail.
-
-
-
-
- Gets the extra-large size property for a 1024x1024 pixel Shell Thumbnail.
-
-
-
-
- Maximum size for the Shell Thumbnail, 1024x1024 pixels.
-
-
-
-
- Stores information about how to sort a column that is displayed in the folder view.
-
-
-
-
- Creates a sort column with the specified direction for the given property.
-
- Property key for the property that the user will sort.
- The direction in which the items are sorted.
-
-
-
- Implements the == (equality) operator.
-
- First object to compare.
- Second object to compare.
- True if col1 equals col2; false otherwise.
-
-
-
- Implements the != (unequality) operator.
-
- First object to compare.
- Second object to compare.
- True if col1 does not equals col1; false otherwise.
-
-
-
- Determines if this object is equal to another.
-
- The object to compare
- Returns true if the objects are equal; false otherwise.
-
-
-
- Generates a nearly unique hashcode for this structure.
-
- A hash code.
-
-
-
- The ID of the column by which the user will sort. A PropertyKey structure.
- For example, for the "Name" column, the property key is PKEY_ItemNameDisplay or
- .
-
-
-
-
- The direction in which the items are sorted.
-
-
-
-
- Implements a CommandLink button that can be used in
- WinForms user interfaces.
-
-
-
-
- Creates a new instance of this class.
-
-
-
-
- Gets a System.Windows.Forms.CreateParams on the base class when
- creating a window.
-
-
-
-
- Increase default width.
-
-
-
-
- Specifies the supporting note text
-
-
-
-
- Enable shield icon to be set at design-time.
-
-
-
-
- Indicates whether this feature is supported on the current platform.
-
-
-
-
- Implements a CommandLink button that can be used in WPF user interfaces.
-
-
- CommandLink
-
-
-
-
- Creates a new instance of this class.
-
-
-
-
- InitializeComponent
-
-
-
-
- Routed UI command to use for this button
-
-
-
-
- Occurs when the control is clicked.
-
-
-
-
- Specifies the main instruction text
-
-
-
-
- Specifies the supporting note text
-
-
-
-
- Icon to set for the command link button
-
-
-
-
- Indicates if the button is in a checked state
-
-
-
-
- Occurs when a property value changes.
-
-
-
-
- Indicates whether this feature is supported on the current platform.
-
-
-
-
- Internal class that contains interop declarations for
- functions that are not benign and are performance critical.
-
-
-
-
- Event argument for The GlassAvailabilityChanged event
-
-
-
-
- The new GlassAvailable state
-
-
-
-
- Windows Glass Form
- Inherit from this form to be able to enable glass on Windows Form
-
-
-
-
- Makes the background of current window transparent
-
-
-
-
- Excludes a Control from the AeroGlass frame.
-
- The control to exclude.
- Many non-WPF rendered controls (i.e., the ExplorerBrowser control) will not
- render properly on top of an AeroGlass frame.
-
-
-
- Resets the AeroGlass exclusion area.
-
-
-
-
- Catches the DWM messages to this window and fires the appropriate event.
-
-
-
-
-
- Initializes the Form for AeroGlass
-
- The arguments for this event
-
-
-
- Overide OnPaint to paint the background as black.
-
- PaintEventArgs
-
-
-
- Get determines if AeroGlass is enabled on the desktop. Set enables/disables AreoGlass on the desktop.
-
-
-
-
- Fires when the availability of Glass effect changes.
-
-
-
-
- WPF Glass Window
- Inherit from this window class to enable glass on a WPF window
-
-
-
-
- Makes the background of current window transparent from both Wpf and Windows Perspective
-
-
-
-
- Excludes a UI element from the AeroGlass frame.
-
- The element to exclude.
- Many non-WPF rendered controls (i.e., the ExplorerBrowser control) will not
- render properly on top of an AeroGlass frame.
-
-
-
- Resets the AeroGlass exclusion area.
-
-
-
-
- OnSourceInitialized
- Override SourceInitialized to initialize windowHandle for this window.
- A valid windowHandle is available only after the sourceInitialized is completed
-
- EventArgs
-
-
-
- Get determines if AeroGlass is enabled on the desktop. Set enables/disables AreoGlass on the desktop.
-
-
-
-
- Fires when the availability of Glass effect changes.
-
-
-
-
- An exception thrown when an error occurs while dealing with Control objects.
-
-
-
-
- Default constructor.
-
-
-
-
- Initializes an excpetion with a custom message.
-
-
-
-
-
- Initializes an exception with custom message and inner exception.
-
-
-
-
-
-
- Initializes an exception with custom message and error code.
-
-
-
-
-
-
- Initializes an exception with custom message and error code.
-
-
-
-
-
-
- Initializes an exception from serialization info and a context.
-
-
-
-
-
-
- This class is a wrapper around the Windows Explorer Browser control.
-
-
-
-
- Clears the Explorer Browser of existing content, fills it with
- content from the specified container, and adds a new point to the Travel Log.
-
- The shell container to navigate to.
- Will throw if navigation fails for any other reason.
-
-
-
- Navigates within the navigation log. This does not change the set of
- locations in the navigation log.
-
- Forward of Backward
- True if the navigation succeeded, false if it failed for any reason.
-
-
-
- Navigate within the navigation log. This does not change the set of
- locations in the navigation log.
-
- An index into the navigation logs Locations collection.
- True if the navigation succeeded, false if it failed for any reason.
-
-
-
- Initializes the ExplorerBorwser WinForms wrapper.
-
-
-
-
- Displays a placeholder for the explorer browser in design mode
-
- Contains information about the paint event.
-
-
-
- Creates and initializes the native ExplorerBrowser control
-
-
-
-
- Sizes the native control to match the WinForms control wrapper.
-
- Contains information about the size changed event.
-
-
-
- Cleans up the explorer browser events+object when the window is being taken down.
-
- An EventArgs that contains event data.
-
-
-
-
-
- calling service
- requested interface guid
- caller-allocated memory for interface pointer
-
-
-
-
- Controls the visibility of the explorer borwser panes
-
- a guid identifying the pane
- the pane state desired
-
-
-
-
- Returns the current view mode of the browser
-
-
-
-
-
- Gets the IFolderView2 interface from the explorer browser.
-
-
-
-
-
- Gets the selected items in the explorer browser as an IShellItemArray
-
-
-
-
-
- Gets the items in the ExplorerBrowser as an IShellItemArray
-
-
-
-
-
- Options that control how the ExplorerBrowser navigates
-
-
-
-
- Options that control how the content of the ExplorerBorwser looks
-
-
-
-
- The set of ShellObjects in the Explorer Browser
-
-
-
-
- The set of selected ShellObjects in the Explorer Browser
-
-
-
-
- Contains the navigation history of the ExplorerBrowser
-
-
-
-
- The name of the property bag used to persist changes to the ExplorerBrowser's view state.
-
-
-
-
- Fires when the SelectedItems collection changes.
-
-
-
-
- Fires when the Items colection changes.
-
-
-
-
- Fires when a navigation has been initiated, but is not yet complete.
-
-
-
-
- Fires when a navigation has been 'completed': no NavigationPending listener
- has cancelled, and the ExplorerBorwser has created a new view. The view
- will be populated with new items asynchronously, and ItemsChanged will be
- fired to reflect this some time later.
-
-
-
-
- Fires when either a NavigationPending listener cancels the navigation, or
- if the operating system determines that navigation is not possible.
-
-
-
-
- Fires when the ExplorerBorwser view has finished enumerating files.
-
-
-
-
- Fires when the item selected in the view has changed (i.e., a rename ).
- This is not the same as SelectionChanged.
-
-
-
-
- Interaction logic for ExplorerBrowser.xaml
-
-
- ExplorerBrowser
-
-
-
-
- Hosts the ExplorerBrowser WinForms wrapper in this control
-
-
-
-
- To avoid the 'Dispatcher processing has been suspended' InvalidOperationException on Win7,
- the ExplorerBorwser native control is initialized after this control is fully loaded.
-
-
-
-
-
-
- Map changes to the CLR flags to the dependency properties
-
-
-
-
-
-
- Synchronize NavigationLog collection to dependency collection
-
-
-
-
-
-
- Synchronize SelectedItems collection to dependency collection
-
-
-
-
-
-
- The items in the ExplorerBrowser window
-
-
-
-
- The NavigationLog
-
-
-
-
- The selected items in the ExplorerBrowser window
-
-
-
-
- The DependencyProperty for the NavigationTarget property
-
-
-
-
- Disposes the class
-
-
-
-
- Disposes the browser.
-
-
-
-
-
- InitializeComponent
-
-
-
-
- The underlying WinForms control
-
-
-
-
- The items in the ExplorerBrowser window
-
-
-
-
- The selected items in the ExplorerBrowser window
-
-
-
-
- The selected items in the ExplorerBrowser window
-
-
-
-
- The location the explorer browser is navigating to
-
-
-
-
- The view should be left-aligned.
-
-
-
-
- Automatically arrange the elements in the view.
-
-
-
-
- Turns on check mode for the view
-
-
-
-
- When the view is in "tile view mode" the layout of a single item should be extended to the width of the view.
-
-
-
-
- When an item is selected, the item and all its sub-items are highlighted.
-
-
-
-
- The view should not display file names
-
-
-
-
- The view should not save view state in the browser.
-
-
-
-
- Do not display a column header in the view in any view mode.
-
-
-
-
- Only show the column header in details view mode.
-
-
-
-
- The view should not display icons.
-
-
-
-
- Do not show subfolders.
-
-
-
-
- Navigate with a single click
-
-
-
-
- Do not allow more than a single item to be selected.
-
-
-
-
- The size of the thumbnails in the explorer browser
-
-
-
-
- The various view modes of the explorer browser control
-
-
-
-
- Always navigate, even if you are attempting to navigate to the current folder.
-
-
-
-
- Do not navigate further than the initial navigation.
-
-
-
-
- Show/Hide the AdvancedQuery pane on subsequent navigation
-
-
-
-
- Show/Hide the Commands pane on subsequent navigation
-
-
-
-
- Show/Hide the Organize menu in the Commands pane on subsequent navigation
-
-
-
-
- Show/Hide the View menu in the Commands pane on subsequent navigation
-
-
-
-
- Show/Hide the Details pane on subsequent navigation
-
-
-
-
- Show/Hide the Navigation pane on subsequent navigation
-
-
-
-
- Show/Hide the Preview pane on subsequent navigation
-
-
-
-
- Show/Hide the Query pane on subsequent navigation
-
-
-
-
- Navigation log index
-
-
-
-
- These options control how the content of the Explorer Browser
- is rendered.
-
-
-
-
- The viewing mode of the Explorer Browser
-
-
-
-
- The binary representation of the ExplorerBrowser content flags
-
-
-
-
- The view should be left-aligned.
-
-
-
-
- Automatically arrange the elements in the view.
-
-
-
-
- Turns on check mode for the view
-
-
-
-
- When the view is in "tile view mode" the layout of a single item should be extended to the width of the view.
-
-
-
-
- When an item is selected, the item and all its sub-items are highlighted.
-
-
-
-
- The view should not display file names
-
-
-
-
- The view should not save view state in the browser.
-
-
-
-
- Do not display a column header in the view in any view mode.
-
-
-
-
- Only show the column header in details view mode.
-
-
-
-
- The view should not display icons.
-
-
-
-
- Do not show subfolders.
-
-
-
-
- Navigate with a single click
-
-
-
-
- Do not allow more than a single item to be selected.
-
-
-
-
- The size of the thumbnails in pixels
-
-
-
-
- Event argument for The NavigationPending event
-
-
-
-
- The location being navigated to
-
-
-
-
- Set to 'True' to cancel the navigation.
-
-
-
-
- Event argument for The NavigationComplete event
-
-
-
-
- The new location of the explorer browser
-
-
-
-
- Event argument for the NavigatinoFailed event
-
-
-
-
- The location the the browser would have navigated to.
-
-
-
-
- This provides a connection point container compatible dispatch interface for
- hooking into the ExplorerBrowser view.
-
-
-
-
- Default constructor for ExplorerBrowserViewEvents
-
-
-
-
- The view selection has changed
-
-
-
-
- The contents of the view have changed
-
-
-
-
- The enumeration of files in the view is complete
-
-
-
-
- The selected item in the view has changed (not the same as the selection has changed)
-
-
-
-
- Finalizer for ExplorerBrowserViewEvents
-
-
-
-
- Disconnects and disposes object.
-
-
-
-
- Disconnects and disposes object.
-
-
-
-
-
- The navigation log is a history of the locations visited by the explorer browser.
-
-
-
-
- Clears the contents of the navigation log.
-
-
-
-
- The pending navigation log action. null if the user is not navigating
- via the navigation log.
-
-
-
-
- The index into the Locations collection. -1 if the Locations colleciton
- is empty.
-
-
-
-
- Indicates the presence of locations in the log that can be
- reached by calling Navigate(Forward)
-
-
-
-
- Indicates the presence of locations in the log that can be
- reached by calling Navigate(Backward)
-
-
-
-
- The navigation log
-
-
-
-
- An index into the Locations collection. The ShellObject pointed to
- by this index is the current location of the ExplorerBrowser.
-
-
-
-
- Gets the shell object in the Locations collection pointed to
- by CurrentLocationIndex.
-
-
-
-
- Fires when the navigation log changes or
- the current navigation position changes
-
-
-
-
- A navigation traversal request
-
-
-
-
- Indicates the viewing mode of the explorer browser
-
-
-
-
- Choose the best view mode for the folder
-
-
-
-
- (New for Windows7)
-
-
-
-
- Object names and other selected information, such as the size or date last updated, are shown.
-
-
-
-
- The view should display medium-size icons.
-
-
-
-
- Object names are displayed in a list view.
-
-
-
-
- The view should display small icons.
-
-
-
-
- The view should display thumbnail icons.
-
-
-
-
- The view should display icons in a filmstrip format.
-
-
-
-
- The view should display large icons.
-
-
-
-
- Specifies the options that control subsequent navigation.
- Typically use one, or a bitwise combination of these
- flags to specify how the explorer browser navigates.
-
-
-
-
- Always navigate, even if you are attempting to navigate to the current folder.
-
-
-
-
- Do not navigate further than the initial navigation.
-
-
-
-
- Indicates the content options of the explorer browser.
- Typically use one, or a bitwise combination of these
- flags to specify how conent should appear in the
- explorer browser control
-
-
-
-
- No options.
-
-
-
-
- The view should be left-aligned.
-
-
-
-
- Automatically arrange the elements in the view.
-
-
-
-
- Turns on check mode for the view
-
-
-
-
- When the view is set to "Tile" the layout of a single item should be extended to the width of the view.
-
-
-
-
- When an item is selected, the item and all its sub-items are highlighted.
-
-
-
-
- The view should not display file names
-
-
-
-
- The view should not save view state in the browser.
-
-
-
-
- Do not display a column header in the view in any view mode.
-
-
-
-
- Only show the column header in details view mode.
-
-
-
-
- The view should not display icons.
-
-
-
-
- Do not show subfolders.
-
-
-
-
- Navigate with a single click
-
-
-
-
- Do not allow more than a single item to be selected.
-
-
-
-
- Indicates the visibility state of an ExplorerBrowser pane
-
-
-
-
- Allow the explorer browser to determine if this pane is displayed.
-
-
-
-
- Hide the pane
-
-
-
-
- Show the pane
-
-
-
-
- Controls the visibility of the various ExplorerBrowser panes on subsequent navigation
-
-
-
-
- The pane on the left side of the Windows Explorer window that hosts the folders tree and Favorites.
-
-
-
-
- Commands module along the top of the Windows Explorer window.
-
-
-
-
- Organize menu within the commands module.
-
-
-
-
- View menu within the commands module.
-
-
-
-
- Pane showing metadata along the bottom of the Windows Explorer window.
-
-
-
-
- Pane on the right of the Windows Explorer window that shows a large reading preview of the file.
-
-
-
-
- Quick filter buttons to aid in a search.
-
-
-
-
- Additional fields and options to aid in a search.
-
-
-
-
- The direction argument for Navigate
-
-
-
-
- Navigates forward through the navigation log
-
-
-
-
- Navigates backward through the travel log
-
-
-
-
- The event argument for NavigationLogChangedEvent
-
-
-
-
- Indicates CanNavigateForward has changed
-
-
-
-
- Indicates CanNavigateBackward has changed
-
-
-
-
- Indicates the Locations collection has changed
-
-
-
-
- These options control the results subsequent navigations of the ExplorerBrowser
-
-
-
-
- The binary flags that are passed to the explorer browser control's GetOptions/SetOptions methods
-
-
-
-
- Do not navigate further than the initial navigation.
-
-
-
-
- Always navigate, even if you are attempting to navigate to the current folder.
-
-
-
-
- Controls the visibility of the various ExplorerBrowser panes on subsequent navigation
-
-
-
-
- The STGM constants are flags that indicate
- conditions for creating and deleting the object and access modes
- for the object.
-
- You can combine these flags, but you can only choose one flag
- from each group of related flags. Typically one flag from each
- of the access and sharing groups must be specified for all
- functions and methods which use these constants.
-
-
-
-
- Indicates that, in direct mode, each change to a storage
- or stream element is written as it occurs.
-
-
-
-
- Indicates that, in transacted mode, changes are buffered
- and written only if an explicit commit operation is called.
-
-
-
-
- Provides a faster implementation of a compound file
- in a limited, but frequently used, case.
-
-
-
-
- Indicates that the object is read-only,
- meaning that modifications cannot be made.
-
-
-
-
- Enables you to save changes to the object,
- but does not permit access to its data.
-
-
-
-
- Enables access and modification of object data.
-
-
-
-
- Specifies that subsequent openings of the object are
- not denied read or write access.
-
-
-
-
- Prevents others from subsequently opening the object in Read mode.
-
-
-
-
- Prevents others from subsequently opening the object
- for Write or ReadWrite access.
-
-
-
-
- Prevents others from subsequently opening the object in any mode.
-
-
-
-
- Opens the storage object with exclusive access to the most
- recently committed version.
-
-
-
-
- Indicates that the underlying file is to be automatically destroyed when the root
- storage object is released. This feature is most useful for creating temporary files.
-
-
-
-
- Indicates that, in transacted mode, a temporary scratch file is usually used
- to save modifications until the Commit method is called.
- Specifying NoScratch permits the unused portion of the original file
- to be used as work space instead of creating a new file for that purpose.
-
-
-
-
- Indicates that an existing storage object
- or stream should be removed before the new object replaces it.
-
-
-
-
- Creates the new object while preserving existing data in a stream named "Contents".
-
-
-
-
- Causes the create operation to fail if an existing object with the specified name exists.
-
-
-
-
- This flag is used when opening a storage object with Transacted
- and without ShareExclusive or ShareDenyWrite.
- In this case, specifying NoSnapshot prevents the system-provided
- implementation from creating a snapshot copy of the file.
- Instead, changes to the file are written to the end of the file.
-
-
-
-
- Supports direct mode for single-writer, multireader file operations.
-
-
-
-
- Wraps the native Windows MSG structure.
-
-
-
-
- Creates a new instance of the Message struct
-
- Window handle
- Message
- WParam
- LParam
- Time
- Point
-
-
-
- Determines if two messages are equal.
-
- First message
- Second message
- True if first and second message are equal; false otherwise.
-
-
-
- Determines if two messages are not equal.
-
- First message
- Second message
- True if first and second message are not equal; false otherwise.
-
-
-
- Determines if this message is equal to another.
-
- Another message
- True if this message is equal argument; false otherwise.
-
-
-
- Gets a hash code for the message.
-
- Hash code for this message.
-
-
-
- Gets the window handle
-
-
-
-
- Gets the window message
-
-
-
-
- Gets the WParam
-
-
-
-
- Gets the LParam
-
-
-
-
- Gets the time
-
-
-
-
- Gets the point
-
-
-
-
- An exception thrown when an error occurs while dealing with the Property System API.
-
-
-
-
- Default constructor.
-
-
-
-
- Initializes an excpetion with a custom message.
-
-
-
-
-
- Initializes an exception with custom message and inner exception.
-
-
-
-
-
-
- Initializes an exception with custom message and error code.
-
-
-
-
-
-
- Initializes an exception from serialization info and a context.
-
-
-
-
-
-
- Specifies options for the appearance of the
- stock icon.
-
-
-
-
- Retrieve the small version of the icon, as specified by
- SM_CXICON and SM_CYICON system metrics.
-
-
-
-
- Retrieve the small version of the icon, as specified by
- SM_CXSMICON and SM_CYSMICON system metrics.
-
-
-
-
- Retrieve the shell-sized icons (instead of the
- size specified by the system metrics).
-
-
-
-
- Specified that the hIcon member of the SHSTOCKICONINFO
- structure receives a handle to the specified icon.
-
-
-
-
- Specifies that the iSysImageImage member of the SHSTOCKICONINFO
- structure receives the index of the specified
- icon in the system imagelist.
-
-
-
-
- Adds the link overlay to the icon.
-
-
-
-
- Adds the system highlight color to the icon.
-
-
-
-
- The window has a thin-line border.
-
-
-
-
- The window has a title bar (includes the WS_BORDER style).
-
-
-
-
- The window is a child window.
- A window with this style cannot have a menu bar.
- This style cannot be used with the WS_POPUP style.
-
-
-
-
- Same as the WS_CHILD style.
-
-
-
-
- Excludes the area occupied by child windows when drawing occurs within the parent window.
- This style is used when creating the parent window.
-
-
-
-
- Clips child windows relative to each other;
- that is, when a particular child window receives a WM_PAINT message,
- the WS_CLIPSIBLINGS style clips all other overlapping child windows out of the region of the child window to be updated.
- If WS_CLIPSIBLINGS is not specified and child windows overlap, it is possible,
- when drawing within the client area of a child window, to draw within the client area of a neighboring child window.
-
-
-
-
- The window is initially disabled. A disabled window cannot receive input from the user.
- To change this after a window has been created, use the EnableWindow function.
-
-
-
-
- The window has a border of a style typically used with dialog boxes.
- A window with this style cannot have a title bar.
-
-
-
-
- The window is the first control of a group of controls.
- The group consists of this first control and all controls defined after it, up to the next control with the WS_GROUP style.
- The first control in each group usually has the WS_TABSTOP style so that the user can move from group to group.
- The user can subsequently change the keyboard focus from one control in the group to the next control
- in the group by using the direction keys.
-
- You can turn this style on and off to change dialog box navigation.
- To change this style after a window has been created, use the SetWindowLong function.
-
-
-
-
- The window has a horizontal scroll bar.
-
-
-
-
- The window is initially minimized.
- Same as the WS_MINIMIZE style.
-
-
-
-
- The window is initially maximized.
-
-
-
-
- The window has a maximize button.
- Cannot be combined with the WS_EX_CONTEXTHELP style.
- The WS_SYSMENU style must also be specifie
-
-
-
-
- The window is initially minimized.
- Same as the WS_ICONIC style.
-
-
-
-
- The window has a minimize button.
- Cannot be combined with the WS_EX_CONTEXTHELP style.
- The WS_SYSMENU style must also be specified.
-
-
-
-
- The window is an overlapped window.
- An overlapped window has a title bar and a border.
- Same as the WS_TILED style.
-
-
-
-
- The windows is a pop-up window.
- This style cannot be used with the WS_CHILD style.
-
-
-
-
- The window has a sizing border.
- Same as the WS_THICKFRAME style.
-
-
-
-
- The window has a window menu on its title bar.
- The WS_CAPTION style must also be specified.
-
-
-
-
- The window is a control that can receive the keyboard focus when the user presses the TAB key.
- Pressing the TAB key changes the keyboard focus to the next control with the WS_TABSTOP style.
-
- You can turn this style on and off to change dialog box navigation.
- To change this style after a window has been created, use the SetWindowLong function.
- For user-created windows and modeless dialogs to work with tab stops,
- alter the message loop to call the IsDialogMessage function.
-
-
-
-
- The window has a sizing border.
- Same as the WS_SIZEBOX style.
-
-
-
-
- The window is an overlapped window.
- An overlapped window has a title bar and a border.
- Same as the WS_OVERLAPPED style.
-
-
-
-
- The window is initially visible.
-
- This style can be turned on and off by using the ShowWindow or SetWindowPos function.
-
-
-
-
- The window has a vertical scroll bar.
-
-
-
-
- The window is an overlapped window.
- Same as the WS_OVERLAPPEDWINDOW style.
-
-
-
-
- The window is a pop-up window.
- The WS_CAPTION and WS_POPUPWINDOW styles must be combined to make the window menu visible.
-
-
-
-
- The window is an overlapped window. Same as the WS_TILEDWINDOW style.
-
-
-
-
- Represents a registered or known folder in the system.
-
-
-
-
- Gets the path for this known folder.
-
-
-
-
- Gets the category designation for this known folder.
-
-
-
-
- Gets this known folder's canonical name.
-
-
-
-
- Gets this known folder's description.
-
-
-
-
- Gets the unique identifier for this known folder's parent folder.
-
-
-
-
- Gets this known folder's relative path.
-
-
-
-
- Gets this known folder's parsing name.
-
-
-
-
- Gets this known folder's tool tip text.
-
-
-
-
- Gets the resource identifier for this
- known folder's tool tip text.
-
-
-
-
- Gets this known folder's localized name.
-
-
-
-
- Gets the resource identifier for this
- known folder's localized name.
-
-
-
-
- Gets this known folder's security attributes.
-
-
-
-
- Gets this known folder's file attributes,
- such as "read-only".
-
-
-
-
- Gets an value that describes this known folder's behaviors.
-
-
-
-
- Gets the unique identifier for this known folder's type.
-
-
-
-
- Gets a string representation of this known folder's type.
-
-
-
-
- Gets the unique identifier for this known folder.
-
-
-
-
- Gets a value that indicates whether this known folder's path exists on the computer.
-
- If this property value is false,
- the folder might be a virtual folder ( property will
- be for virtual folders)
-
-
-
- Gets a value that states whether this known folder
- can have its path set to a new value,
- including any restrictions on the redirection.
-
-
-
-
- Prepares the browser to be navigated.
-
- A handle to the owner window or control.
- A pointer to a RECT containing the coordinates of the bounding rectangle
- the browser will occupy. The coordinates are relative to hwndParent. If this parameter is NULL,
- then method IExplorerBrowser::SetRect should subsequently be called.
- A pointer to a FOLDERSETTINGS structure that determines how the folder will be
- displayed in the view. If this parameter is NULL, then method IExplorerBrowser::SetFolderSettings
- should be called, otherwise, the default view settings for the folder are used.
-
-
-
-
- Destroys the browser.
-
-
-
-
-
- Sets the size and position of the view windows created by the browser.
-
- A pointer to a DeferWindowPos handle. This paramater can be NULL.
- The coordinates that the browser will occupy.
-
-
-
-
- Sets the name of the property bag.
-
- A pointer to a constant, null-terminated, Unicode string that contains
- the name of the property bag. View state information that is specific to the application of the
- client is stored (persisted) using this name.
-
-
-
-
- Sets the default empty text.
-
- A pointer to a constant, null-terminated, Unicode string that contains
- the empty text.
-
-
-
-
- Sets the folder settings for the current view.
-
- A pointer to a FOLDERSETTINGS structure that contains the folder settings
- to be applied.
-
-
-
-
- Initiates a connection with IExplorerBrowser for event callbacks.
-
- A pointer to the IExplorerBrowserEvents interface of the object to be
- advised of IExplorerBrowser events
- When this method returns, contains a token that uniquely identifies
- the event listener. This allows several event listeners to be subscribed at a time.
-
-
-
-
- Terminates an advisory connection.
-
- A connection token previously returned from IExplorerBrowser::Advise.
- Identifies the connection to be terminated.
-
-
-
-
- Sets the current browser options.
-
- One or more EXPLORER_BROWSER_OPTIONS flags to be set.
-
-
-
-
- Gets the current browser options.
-
- When this method returns, contains the current EXPLORER_BROWSER_OPTIONS
- for the browser.
-
-
-
-
- Browses to a pointer to an item identifier list (PIDL)
-
- A pointer to a const ITEMIDLIST (item identifier list) that specifies an object's
- location as the destination to navigate to. This parameter can be NULL.
- A flag that specifies the category of the pidl. This affects how
- navigation is accomplished
-
-
-
-
- Browse to an object
-
- A pointer to an object to browse to. If the object cannot be browsed,
- an error value is returned.
- A flag that specifies the category of the pidl. This affects how
- navigation is accomplished.
-
-
-
-
- Creates a results folder and fills it with items.
-
- An interface pointer on the source object that will fill the IResultsFolder
- One of the EXPLORER_BROWSER_FILL_FLAGS
-
-
-
-
- Removes all items from the results folder.
-
-
-
-
-
- Gets an interface for the current view of the browser.
-
- A reference to the desired interface ID.
- When this method returns, contains the interface pointer requested in riid.
- This will typically be IShellView or IShellView2.
-
-
-
-
- Internal class that contains interop declarations for
- functions that are not benign and are performance critical.
-
-
-
-
- Specifies behaviors for known folders.
-
-
-
-
- No behaviors are defined.
-
-
-
-
- Prevents a per-user known folder from being
- redirected to a network location.
-
-
-
-
- The known folder can be roamed through PC-to-PC synchronization.
-
-
-
-
- Creates the known folder when the user first logs on.
-
-
-
-
- Specifies the categories for known folders.
-
-
-
-
- The folder category is not specified.
-
-
-
-
- The folder is a virtual folder. Virtual folders are not part
- of the file system. For example, Control Panel and
- Printers are virtual folders. A number of properties
- such as folder path and redirection do not apply to this category.
-
-
-
-
- The folder is fixed. Fixed file system folders are not
- managed by the Shell and are usually given a permanent
- path when the system is installed. For example, the
- Windows and Program Files folders are fixed folders.
- A number of properties such as redirection do not apply
- to this category.
-
-
-
-
- The folder is a common folder. Common folders are
- used for sharing data and settings
- accessible by all users of a system. For example,
- all users share a common Documents folder as well
- as their per-user Documents folder.
-
-
-
-
- Each user has their own copy of the folder. Per-user folders
- are those stored under each user's profile and
- accessible only by that user.
-
-
-
-
- Structure used internally to store property values for
- a known folder. This structure holds the information
- returned in the FOLDER_DEFINITION structure, and
- resources referenced by fields in NativeFolderDefinition,
- such as icon and tool tip.
-
-
-
-
- Contains the GUID identifiers for well-known folders.
-
-
-
-
- Returns the friendly name for a specified folder.
-
- The Guid identifier for a known folder.
- A value.
-
-
-
- Returns a sorted list of name, guid pairs for
- all known folders.
-
-
-
-
-
- Computer
-
-
-
-
- Conflicts
-
-
-
-
- Control Panel
-
-
-
-
- Desktop
-
-
-
-
- Internet Explorer
-
-
-
-
- Network
-
-
-
-
- Printers
-
-
-
-
- Sync Center
-
-
-
-
- Network Connections
-
-
-
-
- Sync Setup
-
-
-
-
- Sync Results
-
-
-
-
- Recycle Bin
-
-
-
-
- Fonts
-
-
-
-
- Startup
-
-
-
-
- Programs
-
-
-
-
- Start Menu
-
-
-
-
- Recent Items
-
-
-
-
- SendTo
-
-
-
-
- Documents
-
-
-
-
- Favorites
-
-
-
-
- Network Shortcuts
-
-
-
-
- Printer Shortcuts
-
-
-
-
- Templates
-
-
-
-
- Startup
-
-
-
-
- Programs
-
-
-
-
- Start Menu
-
-
-
-
- Public Desktop
-
-
-
-
- ProgramData
-
-
-
-
- Templates
-
-
-
-
- Public Documents
-
-
-
-
- Roaming
-
-
-
-
- Local
-
-
-
-
- LocalLow
-
-
-
-
- Temporary Internet Files
-
-
-
-
- Cookies
-
-
-
-
- History
-
-
-
-
- System32
-
-
-
-
- System32
-
-
-
-
- Windows
-
-
-
-
- The user's username (%USERNAME%)
-
-
-
-
- Pictures
-
-
-
-
- Program Files
-
-
-
-
- Common Files
-
-
-
-
- Program Files
-
-
-
-
- Common Files
-
-
-
-
- Program Files
-
-
-
-
- Common Files
-
-
-
-
- Administrative Tools
-
-
-
-
- Administrative Tools
-
-
-
-
- Music
-
-
-
-
- Videos
-
-
-
-
- Public Pictures
-
-
-
-
- Public Music
-
-
-
-
- Public Videos
-
-
-
-
- Resources
-
-
-
-
- None
-
-
-
-
- OEM Links
-
-
-
-
- Temporary Burn Folder
-
-
-
-
- Users
-
-
-
-
- Playlists
-
-
-
-
- Sample Playlists
-
-
-
-
- Sample Music
-
-
-
-
- Sample Pictures
-
-
-
-
- Sample Videos
-
-
-
-
- Slide Shows
-
-
-
-
- Public
-
-
-
-
- Programs and Features
-
-
-
-
- Installed Updates
-
-
-
-
- Get Programs
-
-
-
-
- Downloads
-
-
-
-
- Public Downloads
-
-
-
-
- Searches
-
-
-
-
- Quick Launch
-
-
-
-
- Contacts
-
-
-
-
- Gadgets
-
-
-
-
- Gadgets
-
-
-
-
- Tree property value folder
-
-
-
-
- GameExplorer
-
-
-
-
- GameExplorer
-
-
-
-
- Saved Games
-
-
-
-
- Games
-
-
-
-
- Recorded TV
-
-
-
-
- Microsoft Office Outlook
-
-
-
-
- Offline Files
-
-
-
-
- Links
-
-
-
-
- The user's full name (for instance, Jean Philippe Bagel) entered when the user account was created.
-
-
-
-
- Search home
-
-
-
-
- Original Images
-
-
-
-
- UserProgramFiles
-
-
-
-
- UserProgramFilesCommon
-
-
-
-
- Ringtones
-
-
-
-
- PublicRingtones
-
-
-
-
- UsersLibraries
-
-
-
-
- DocumentsLibrary
-
-
-
-
- MusicLibrary
-
-
-
-
- PicturesLibrary
-
-
-
-
- VideosLibrary
-
-
-
-
- RecordedTVLibrary
-
-
-
-
- OtherUsers
-
-
-
-
- DeviceMetadataStore
-
-
-
-
- Libraries
-
-
-
-
- UserPinned
-
-
-
-
- ImplicitAppShortcuts
-
-
-
-
- The FolderTypes values represent a view template applied to a folder,
- usually based on its intended use and contents.
-
-
-
-
- No particular content type has been detected or specified. This value is not supported in Windows 7 and later systems.
-
-
-
-
- The folder is invalid. There are several things that can cause this judgement: hard disk errors, file system errors, and compression errors among them.
-
-
-
-
- The folder contains document files. These can be of mixed format.doc, .txt, and others.
-
-
-
-
- Image files, such as .jpg, .tif, or .png files.
-
-
-
-
- Windows 7 and later. The folder contains audio files, such as .mp3 and .wma files.
-
-
-
-
- A list of music files displayed in Icons view. This value is not supported in Windows 7 and later systems.
-
-
-
-
- The folder is the Games folder found in the Start menu.
-
-
-
-
- The Control Panel in category view. This is a virtual folder.
-
-
-
-
- The Control Panel in classic view. This is a virtual folder.
-
-
-
-
- Printers that have been added to the system. This is a virtual folder.
-
-
-
-
- The Recycle Bin. This is a virtual folder.
-
-
-
-
- The software explorer window used by the Add or Remove Programs control panel icon.
-
-
-
-
- The folder is a compressed archive, such as a compressed file with a .zip file name extension.
-
-
-
-
- An e-mail-related folder that contains contact information.
-
-
-
-
- A default library view without a more specific template. This value is not supported in Windows 7 and later systems.
-
-
-
-
- The Network Explorer folder.
-
-
-
-
- The folder is the FOLDERID_UsersFiles folder.
-
-
-
-
- Windows 7 and later. The folder contains search results, but they are of mixed or no specific type.
-
-
-
-
- Windows 7 and later. The folder is a library, but of no specified type.
-
-
-
-
- Windows 7 and later. The folder contains video files. These can be of mixed format.wmv, .mov, and others.
-
-
-
-
- Windows 7 and later. The view shown when the user clicks the Windows Explorer button on the taskbar.
-
-
-
-
- Windows 7 and later. The homegroup view.
-
-
-
-
- Windows 7 and later. A folder that contains communication-related files such as e-mails, calendar information, and contact information.
-
-
-
-
- Windows 7 and later. The folder contains recorded television broadcasts.
-
-
-
-
- Windows 7 and later. The folder contains saved game states.
-
-
-
-
- Windows 7 and later. The folder contains federated search OpenSearch results.
-
-
-
-
- Windows 7 and later. Before you search.
-
-
-
-
- Windows 7 and later. A user's Searches folder, normally found at C:\Users\username\Searches.
-
-
-
-
- Creates the helper class for known folders.
-
-
-
-
- Returns the native known folder (IKnownFolderNative) given a PID list
-
-
-
-
-
-
- Returns a known folder given a globally unique identifier.
-
- A GUID for the requested known folder.
- A known folder representing the specified name.
- Thrown if the given Known Folder ID is invalid.
-
-
-
- Returns a known folder given a globally unique identifier.
-
- A GUID for the requested known folder.
- A known folder representing the specified name. Returns null if Known Folder is not found or could not be created.
-
-
-
- Given a native KnownFolder (IKnownFolderNative), create the right type of
- IKnownFolder object (FileSystemKnownFolder or NonFileSystemKnownFolder)
-
- Native Known Folder
-
-
-
-
- Returns the known folder given its canonical name.
-
- A non-localized canonical name for the known folder, such as MyComputer.
- A known folder representing the specified name.
- Thrown if the given canonical name is invalid or if the KnownFolder could not be created.
-
-
-
- Returns a known folder given its shell path, such as C:\users\public\documents or
- ::{645FF040-5081-101B-9F08-00AA002F954E} for the Recycle Bin.
-
- The path for the requested known folder; either a physical path or a virtual path.
- A known folder representing the specified name.
-
-
-
- Returns a known folder given its shell namespace parsing name, such as
- ::{645FF040-5081-101B-9F08-00AA002F954E} for the Recycle Bin.
-
- The parsing name (or path) for the requested known folder.
- A known folder representing the specified name.
- Thrown if the given parsing name is invalid.
-
-
-
- Defines properties for known folders that identify the path of standard known folders.
-
-
-
-
- Gets a strongly-typed read-only collection of all the registered known folders.
-
-
-
-
- Gets the metadata for the Computer folder.
-
- An object.
-
-
-
- Gets the metadata for the Conflict folder.
-
- An object.
-
-
-
- Gets the metadata for the ControlPanel folder.
-
- An object.
-
-
-
- Gets the metadata for the Desktop folder.
-
- An object.
-
-
-
- Gets the metadata for the Internet folder.
-
- An object.
-
-
-
- Gets the metadata for the Network folder.
-
- An object.
-
-
-
- Gets the metadata for the Printers folder.
-
- An object.
-
-
-
- Gets the metadata for the SyncManager folder.
-
- An object.
-
-
-
- Gets the metadata for the Connections folder.
-
- An object.
-
-
-
- Gets the metadata for the SyncSetup folder.
-
- An object.
-
-
-
- Gets the metadata for the SyncResults folder.
-
- An object.
-
-
-
- Gets the metadata for the RecycleBin folder.
-
- An object.
-
-
-
- Gets the metadata for the Fonts folder.
-
- An object.
-
-
-
- Gets the metadata for the Startup folder.
-
- An object.
-
-
-
- Gets the metadata for the Programs folder.
-
- An object.
-
-
-
- Gets the metadata for the per-user StartMenu folder.
-
- An object.
-
-
-
- Gets the metadata for the per-user Recent folder.
-
- An object.
-
-
-
- Gets the metadata for the per-user SendTo folder.
-
- An object.
-
-
-
- Gets the metadata for the per-user Documents folder.
-
- An object.
-
-
-
- Gets the metadata for the per-user Favorites folder.
-
- An object.
-
-
-
- Gets the metadata for the NetHood folder.
-
- An object.
-
-
-
- Gets the metadata for the PrintHood folder.
-
- An object.
-
-
-
- Gets the metadata for the Templates folder.
-
- An object.
-
-
-
- Gets the metadata for the CommonStartup folder.
-
- An object.
-
-
-
- Gets the metadata for the CommonPrograms folder.
-
- An object.
-
-
-
- Gets the metadata for the CommonStartMenu folder.
-
- An object.
-
-
-
- Gets the metadata for the PublicDesktop folder.
-
- An object.
-
-
-
- Gets the metadata for the ProgramData folder.
-
- An object.
-
-
-
- Gets the metadata for the CommonTemplates folder.
-
- An object.
-
-
-
- Gets the metadata for the PublicDocuments folder.
-
- An object.
-
-
-
- Gets the metadata for the RoamingAppData folder.
-
- An object.
-
-
-
- Gets the metadata for the per-user LocalAppData
- folder.
-
- An object.
-
-
-
- Gets the metadata for the LocalAppDataLow folder.
-
- An object.
-
-
-
- Gets the metadata for the InternetCache folder.
-
- An object.
-
-
-
- Gets the metadata for the Cookies folder.
-
- An object.
-
-
-
- Gets the metadata for the History folder.
-
- An object.
-
-
-
- Gets the metadata for the System folder.
-
- An object.
-
-
-
- Gets the metadata for the SystemX86
- folder.
-
- An object.
-
-
-
- Gets the metadata for the Windows folder.
-
- An object.
-
-
-
- Gets the metadata for the Profile folder.
-
- An object.
-
-
-
- Gets the metadata for the per-user Pictures folder.
-
- An object.
-
-
-
- Gets the metadata for the ProgramFilesX86 folder.
-
- An object.
-
-
-
- Gets the metadata for the ProgramFilesCommonX86 folder.
-
- An object.
-
-
-
- Gets the metadata for the ProgramsFilesX64 folder.
-
- An object.
-
-
-
- Gets the metadata for the ProgramFilesCommonX64 folder.
-
- An object.
-
-
-
- Gets the metadata for the ProgramFiles folder.
-
- An object.
-
-
-
- Gets the metadata for the ProgramFilesCommon folder.
-
- An object.
-
-
-
- Gets the metadata for the AdminTools folder.
-
- An object.
-
-
-
- Gets the metadata for the CommonAdminTools folder.
-
- An object.
-
-
-
- Gets the metadata for the per-user Music folder.
-
- An object.
-
-
-
- Gets the metadata for the Videos folder.
-
- An object.
-
-
-
- Gets the metadata for the PublicPictures folder.
-
- An object.
-
-
-
- Gets the metadata for the PublicMusic folder.
-
- An object.
-
-
-
- Gets the metadata for the PublicVideos folder.
-
- An object.
-
-
-
- Gets the metadata for the ResourceDir folder.
-
- An object.
-
-
-
- Gets the metadata for the LocalizedResourcesDir folder.
-
- An object.
-
-
-
- Gets the metadata for the CommonOEMLinks folder.
-
- An object.
-
-
-
- Gets the metadata for the CDBurning folder.
-
- An object.
-
-
-
- Gets the metadata for the UserProfiles folder.
-
- An object.
-
-
-
- Gets the metadata for the Playlists folder.
-
- An object.
-
-
-
- Gets the metadata for the SamplePlaylists folder.
-
- An object.
-
-
-
- Gets the metadata for the SampleMusic folder.
-
- An object.
-
-
-
- Gets the metadata for the SamplePictures folder.
-
- An object.
-
-
-
- Gets the metadata for the SampleVideos folder.
-
- An object.
-
-
-
- Gets the metadata for the PhotoAlbums folder.
-
- An object.
-
-
-
- Gets the metadata for the Public folder.
-
- An object.
-
-
-
- Gets the metadata for the ChangeRemovePrograms folder.
-
- An object.
-
-
-
- Gets the metadata for the AppUpdates folder.
-
- An object.
-
-
-
- Gets the metadata for the AddNewPrograms folder.
-
- An object.
-
-
-
- Gets the metadata for the per-user Downloads folder.
-
- An object.
-
-
-
- Gets the metadata for the PublicDownloads folder.
-
- An object.
-
-
-
- Gets the metadata for the per-user SavedSearches folder.
-
- An object.
-
-
-
- Gets the metadata for the per-user QuickLaunch folder.
-
- An object.
-
-
-
- Gets the metadata for the Contacts folder.
-
- An object.
-
-
-
- Gets the metadata for the SidebarParts folder.
-
- An object.
-
-
-
- Gets the metadata for the SidebarDefaultParts folder.
-
- An object.
-
-
-
- Gets the metadata for the TreeProperties folder.
-
- An object.
-
-
-
- Gets the metadata for the PublicGameTasks folder.
-
- An object.
-
-
-
- Gets the metadata for the GameTasks folder.
-
- An object.
-
-
-
- Gets the metadata for the per-user SavedGames folder.
-
- An object.
-
-
-
- Gets the metadata for the Games folder.
-
- An object.
-
-
-
- Gets the metadata for the RecordedTV folder.
-
- An object.
- This folder is not used.
-
-
-
- Gets the metadata for the SearchMapi folder.
-
- An object.
-
-
-
- Gets the metadata for the SearchCsc folder.
-
- An object.
-
-
-
- Gets the metadata for the per-user Links folder.
-
- An object.
-
-
-
- Gets the metadata for the UsersFiles folder.
-
- An object.
-
-
-
- Gets the metadata for the SearchHome folder.
-
- An object.
-
-
-
- Gets the metadata for the OriginalImages folder.
-
- An object.
-
-
-
- Gets the metadata for the UserProgramFiles folder.
-
-
-
-
- Gets the metadata for the UserProgramFilesCommon folder.
-
-
-
-
- Gets the metadata for the Ringtones folder.
-
-
-
-
- Gets the metadata for the PublicRingtones folder.
-
-
-
-
- Gets the metadata for the UsersLibraries folder.
-
-
-
-
- Gets the metadata for the DocumentsLibrary folder.
-
-
-
-
- Gets the metadata for the MusicLibrary folder.
-
-
-
-
- Gets the metadata for the PicturesLibrary folder.
-
-
-
-
- Gets the metadata for the VideosLibrary folder.
-
-
-
-
- Gets the metadata for the RecordedTVLibrary folder.
-
-
-
-
- Gets the metadata for the OtherUsers folder.
-
-
-
-
- Gets the metadata for the DeviceMetadataStore folder.
-
-
-
-
- Gets the metadata for the Libraries folder.
-
-
-
-
- Gets the metadata for the UserPinned folder.
-
-
-
-
- Gets the metadata for the ImplicitAppShortcuts folder.
-
-
-
-
- Internal class to represent the KnownFolder settings/properties
-
-
-
-
- Populates a structure that contains
- this known folder's properties.
-
-
-
-
- Gets the path of this this known folder.
-
-
- Returns false if the folder is virtual, or a boolean
- value that indicates whether this known folder exists.
-
- Native IKnownFolder reference
-
- A containing the path, or if this known folder does not exist.
-
-
-
-
- Gets the path for this known folder.
-
- A object.
-
-
-
- Gets the category designation for this known folder.
-
- A value.
-
-
-
- Gets this known folder's canonical name.
-
- A object.
-
-
-
- Gets this known folder's description.
-
- A object.
-
-
-
- Gets the unique identifier for this known folder's parent folder.
-
- A value.
-
-
-
- Gets this known folder's relative path.
-
- A object.
-
-
-
- Gets this known folder's tool tip text.
-
- A object.
-
-
-
- Gets the resource identifier for this
- known folder's tool tip text.
-
- A object.
-
-
-
- Gets this known folder's localized name.
-
- A object.
-
-
-
- Gets the resource identifier for this
- known folder's localized name.
-
- A object.
-
-
-
- Gets this known folder's security attributes.
-
- A object.
-
-
-
- Gets this known folder's file attributes,
- such as "read-only".
-
- A value.
-
-
-
- Gets an value that describes this known folder's behaviors.
-
- A value.
-
-
-
- Gets the unique identifier for this known folder's type.
-
- A value.
-
-
-
- Gets a string representation of this known folder's type.
-
- A object.
-
-
-
- Gets the unique identifier for this known folder.
-
- A value.
-
-
-
- Gets a value that indicates whether this known folder's path exists on the computer.
-
- A bool value.
- If this property value is false,
- the folder might be a virtual folder ( property will
- be for virtual folders)
-
-
-
- Gets a value that states whether this known folder
- can have its path set to a new value,
- including any restrictions on the redirection.
-
- A value.
-
-
-
- Specifies the redirection capabilities for known folders.
-
-
-
-
- Redirection capability is unknown.
-
-
-
-
- The known folder can be redirected.
-
-
-
-
- The known folder can be redirected.
- Currently, redirection exists only for
- common and user folders; fixed and virtual folders
- cannot be redirected.
-
-
-
-
- Redirection is not allowed.
-
-
-
-
- The folder cannot be redirected because it is
- already redirected by group policy.
-
-
-
-
- The folder cannot be redirected because the policy
- prohibits redirecting this folder.
-
-
-
-
- The folder cannot be redirected because the calling
- application does not have sufficient permissions.
-
-
-
-
- Contains special retrieval options for known folders.
-
-
-
-
- A Serch Connector folder in the Shell Namespace
-
-
-
-
- Indicates whether this feature is supported on the current platform.
-
-
-
-
- CommonFileDialog AddPlace locations
-
-
-
-
- At the bottom of the Favorites or Places list.
-
-
-
-
- At the top of the Favorites or Places list.
-
-
-
-
- One of the values that indicates how the ShellObject DisplayName should look.
-
-
-
-
- Returns the display name relative to the desktop.
-
-
-
-
- Returns the parsing name relative to the parent folder.
-
-
-
-
- Returns the path relative to the parent folder in a
- friendly format as displayed in an address bar.
-
-
-
-
- Returns the parsing name relative to the desktop.
-
-
-
-
- Returns the editing name relative to the parent folder.
-
-
-
-
- Returns the editing name relative to the desktop.
-
-
-
-
- Returns the display name relative to the file system path.
-
-
-
-
- Returns the display name relative to a URL.
-
-
-
-
- Available Library folder types
-
-
-
-
- General Items
-
-
-
-
- Documents
-
-
-
-
- Music
-
-
-
-
- Pictures
-
-
-
-
- Videos
-
-
-
-
- Flags controlling the appearance of a window
-
-
-
-
- Hides the window and activates another window.
-
-
-
-
- Activates and displays the window (including restoring
- it to its original size and position).
-
-
-
-
- Minimizes the window.
-
-
-
-
- Maximizes the window.
-
-
-
-
- Similar to , except that the window
- is not activated.
-
-
-
-
- Activates the window and displays it in its current size
- and position.
-
-
-
-
- Minimizes the window and activates the next top-level window.
-
-
-
-
- Minimizes the window and does not activate it.
-
-
-
-
- Similar to , except that the window is not
- activated.
-
-
-
-
- Activates and displays the window, restoring it to its original
- size and position.
-
-
-
-
- Sets the show state based on the initial value specified when
- the process was created.
-
-
-
-
- Minimizes a window, even if the thread owning the window is not
- responding. Use this only to minimize windows from a different
- thread.
-
-
-
-
- Provides a set of flags to be used with
- to indicate the operation in methods.
-
-
-
-
- An implicit comparison between the value of the property and the value of the constant.
-
-
-
-
- The value of the property and the value of the constant must be equal.
-
-
-
-
- The value of the property and the value of the constant must not be equal.
-
-
-
-
- The value of the property must be less than the value of the constant.
-
-
-
-
- The value of the property must be greater than the value of the constant.
-
-
-
-
- The value of the property must be less than or equal to the value of the constant.
-
-
-
-
- The value of the property must be greater than or equal to the value of the constant.
-
-
-
-
- The value of the property must begin with the value of the constant.
-
-
-
-
- The value of the property must end with the value of the constant.
-
-
-
-
- The value of the property must contain the value of the constant.
-
-
-
-
- The value of the property must not contain the value of the constant.
-
-
-
-
- The value of the property must match the value of the constant, where '?'
- matches any single character and '*' matches any sequence of characters.
-
-
-
-
- The value of the property must contain a word that is the value of the constant.
-
-
-
-
- The value of the property must contain a word that begins with the value of the constant.
-
-
-
-
- The application is free to interpret this in any suitable way.
-
-
-
-
- Set of flags to be used with .
-
-
-
-
- Indicates that the values of the subterms are combined by "AND".
-
-
-
-
- Indicates that the values of the subterms are combined by "OR".
-
-
-
-
- Indicates a "NOT" comparison of subterms.
-
-
-
-
- Indicates that the node is a comparison between a property and a
- constant value using a .
-
-
-
-
- Used to describe the view mode.
-
-
-
-
- The view is not specified.
-
-
-
-
- This should have the same affect as Unspecified.
-
-
-
-
- The minimum valid enumeration value. Used for validation purposes only.
-
-
-
-
- Details view.
-
-
-
-
- Tiles view.
-
-
-
-
- Icons view.
-
-
-
-
- Windows 7 and later. List view.
-
-
-
-
- Windows 7 and later. Content view.
-
-
-
-
- The maximum valid enumeration value. Used for validation purposes only.
-
-
-
-
- The direction in which the items are sorted.
-
-
-
-
- A default value for sort direction, this value should not be used;
- instead use Descending or Ascending.
-
-
-
-
- The items are sorted in descending order. Whether the sort is alphabetical, numerical,
- and so on, is determined by the data type of the column indicated in propkey.
-
-
-
-
- The items are sorted in ascending order. Whether the sort is alphabetical, numerical,
- and so on, is determined by the data type of the column indicated in propkey.
-
-
-
-
- Provides a set of flags to be used with IQueryParser::SetOption and
- IQueryParser::GetOption to indicate individual options.
-
-
-
-
- The value should be VT_LPWSTR and the path to a file containing a schema binary.
-
-
-
-
- The value must be VT_EMPTY (the default) or a VT_UI4 that is an LCID. It is used
- as the locale of contents (not keywords) in the query to be searched for, when no
- other information is available. The default value is the current keyboard locale.
- Retrieving the value always returns a VT_UI4.
-
-
-
-
- This option is used to override the default word breaker used when identifying keywords
- in queries. The default word breaker is chosen according to the language of the keywords
- (cf. SQSO_LANGUAGE_KEYWORDS below). When setting this option, the value should be VT_EMPTY
- for using the default word breaker, or a VT_UNKNOWN with an object supporting
- the IWordBreaker interface. Retrieving the option always returns a VT_UNKNOWN with an object
- supporting the IWordBreaker interface.
-
-
-
-
- The value should be VT_EMPTY or VT_BOOL with VARIANT_TRUE to allow natural query
- syntax (the default) or VT_BOOL with VARIANT_FALSE to allow only advanced query syntax.
- Retrieving the option always returns a VT_BOOL.
- This option is now deprecated, use SQSO_SYNTAX.
-
-
-
-
- The value should be VT_BOOL with VARIANT_TRUE to generate query expressions
- as if each word in the query had a star appended to it (unless followed by punctuation
- other than a parenthesis), or VT_EMPTY or VT_BOOL with VARIANT_FALSE to
- use the words as they are (the default). A word-wheeling application
- will generally want to set this option to true.
- Retrieving the option always returns a VT_BOOL.
-
-
-
-
- Reserved. The value should be VT_EMPTY (the default) or VT_I4.
- Retrieving the option always returns a VT_I4.
-
-
-
-
- The value must be a VT_UI4 that is a LANGID. It defaults to the default user UI language.
-
-
-
-
- The value must be a VT_UI4 that is a STRUCTURED_QUERY_SYNTAX value.
- It defaults to SQS_NATURAL_QUERY_SYNTAX.
-
-
-
-
- The value must be a VT_BLOB that is a copy of a TIME_ZONE_INFORMATION structure.
- It defaults to the current time zone.
-
-
-
-
- This setting decides what connector should be assumed between conditions when none is specified.
- The value must be a VT_UI4 that is a CONDITION_TYPE. Only CT_AND_CONDITION and CT_OR_CONDITION
- are valid. It defaults to CT_AND_CONDITION.
-
-
-
-
- This setting decides whether there are special requirements on the case of connector keywords (such
- as AND or OR). The value must be a VT_UI4 that is a CASE_REQUIREMENT value.
- It defaults to CASE_REQUIREMENT_UPPER_IF_AQS.
-
-
-
-
- Provides a set of flags to be used with IQueryParser::SetMultiOption
- to indicate individual options.
-
-
-
-
- The key should be property name P. The value should be a
- VT_UNKNOWN with an IEnumVARIANT which has two values: a VT_BSTR that is another
- property name Q and a VT_I4 that is a CONDITION_OPERATION cop. A predicate with
- property name P, some operation and a value V will then be replaced by a predicate
- with property name Q, operation cop and value V before further processing happens.
-
-
-
-
- The key should be a value type name V. The value should be a
- VT_LPWSTR with a property name P. A predicate with no property name and a value of type
- V (or any subtype of V) will then use property P.
-
-
-
-
- The key should be a value type name V. The value should be a
- VT_UNKNOWN with a IConditionGenerator G. The GenerateForLeaf method of
- G will then be applied to any predicate with value type V and if it returns a query
- expression, that will be used. If it returns NULL, normal processing will be used
- instead.
-
-
-
-
- The key should be a property name P. The value should be a VT_VECTOR|VT_LPWSTR,
- where each string is a property name. The count must be at least one. This "map" will be
- added to those of the loaded schema and used during resolution. A second call with the
- same key will replace the current map. If the value is VT_NULL, the map will be removed.
-
-
-
-
- Used by IQueryParserManager::SetOption to set parsing options.
- This can be used to specify schemas and localization options.
-
-
-
-
- A VT_LPWSTR containing the name of the file that contains the schema binary.
- The default value is StructuredQuerySchema.bin for the SystemIndex catalog
- and StructuredQuerySchemaTrivial.bin for the trivial catalog.
-
-
-
-
- Either a VT_BOOL or a VT_LPWSTR. If the value is a VT_BOOL and is FALSE,
- a pre-localized schema will not be used. If the value is a VT_BOOL and is TRUE,
- IQueryParserManager will use the pre-localized schema binary in
- "%ALLUSERSPROFILE%\Microsoft\Windows". If the value is a VT_LPWSTR, the value should
- contain the full path of the folder in which the pre-localized schema binary can be found.
- The default value is VT_BOOL with TRUE.
-
-
-
-
- A VT_LPWSTR containing the full path to the folder that contains the
- unlocalized schema binary. The default value is "%SYSTEMROOT%\System32".
-
-
-
-
- A VT_LPWSTR containing the full path to the folder that contains the
- localized schema binary that can be read and written to as needed.
- The default value is "%LOCALAPPDATA%\Microsoft\Windows".
-
-
-
-
- A VT_BOOL. If TRUE, then the paths for pre-localized and localized binaries
- have "\(LCID)" appended to them, where language code identifier (LCID) is
- the decimal locale ID for the localized language. The default is TRUE.
-
-
-
-
- A VT_UNKNOWN with an object supporting ISchemaLocalizerSupport.
- This object will be used instead of the default localizer support object.
-
-
-
-
- A Shell Library in the Shell Namespace
-
-
-
-
- Creates a shell library in the Libraries Known Folder,
- using the given IKnownFolder
-
- KnownFolder from which to create the new Shell Library
- If true , opens the library in read-only mode.
-
-
-
- Creates a shell library in the Libraries Known Folder,
- using the given shell library name.
-
- The name of this library
- Allow overwriting an existing library; if one exists with the same name
-
-
-
- Creates a shell library in a given Known Folder,
- using the given shell library name.
-
- The name of this library
- The known folder
- Override an existing library with the same name
-
-
-
- Creates a shell library in a given local folder,
- using the given shell library name.
-
- The name of this library
- The path to the local folder
- Override an existing library with the same name
-
-
-
- Close the library, and release its associated file system resources
-
-
-
-
- Load the library using a number of options
-
- The name of the library
- If true, loads the library in read-only mode.
- A ShellLibrary Object
-
-
-
- Load the library using a number of options
-
- The name of the library.
- The path to the library.
- If true, opens the library in read-only mode.
- A ShellLibrary Object
-
-
-
- Load the library using a number of options
-
- IShellItem
- read-only flag
- A ShellLibrary Object
-
-
-
- Load the library using a number of options
-
- A known folder.
- If true, opens the library in read-only mode.
- A ShellLibrary Object
-
-
-
- Shows the library management dialog which enables users to mange the library folders and default save location.
-
- The name of the library
- The path to the library.
- The parent window,or IntPtr.Zero for no parent
- A title for the library management dialog, or null to use the library name as the title
- An optional help string to display for the library management dialog
- If true, do not show warning dialogs about locations that cannot be indexed
- If the library is already open in read-write mode, the dialog will not save the changes.
-
-
-
- Shows the library management dialog which enables users to mange the library folders and default save location.
-
- The name of the library
- The parent window,or IntPtr.Zero for no parent
- A title for the library management dialog, or null to use the library name as the title
- An optional help string to display for the library management dialog
- If true, do not show warning dialogs about locations that cannot be indexed
- If the library is already open in read-write mode, the dialog will not save the changes.
-
-
-
- Shows the library management dialog which enables users to mange the library folders and default save location.
-
- A known folder.
- The parent window,or IntPtr.Zero for no parent
- A title for the library management dialog, or null to use the library name as the title
- An optional help string to display for the library management dialog
- If true, do not show warning dialogs about locations that cannot be indexed
- If the library is already open in read-write mode, the dialog will not save the changes.
-
-
-
- Add a new FileSystemFolder or SearchConnector
-
- The folder to add to the library.
-
-
-
- Add an existing folder to this library
-
- The path to the folder to be added to the library.
-
-
-
- Clear all items of this Library
-
-
-
-
- Remove a folder or search connector
-
- The item to remove.
- true if the item was removed.
-
-
-
- Remove a folder or search connector
-
- The path of the item to remove.
- true if the item was removed.
-
-
-
- Release resources
-
- Indicates that this was called from Dispose(), rather than from the finalizer.
-
-
-
- Release resources
-
-
-
-
- Retrieves the collection enumerator.
-
- The enumerator.
-
-
-
- Retrieves the collection enumerator.
-
- The enumerator.
-
-
-
- Determines if an item with the specified path exists in the collection.
-
- The path of the item.
- true if the item exists in the collection.
-
-
-
- Determines if a folder exists in the collection.
-
- The folder.
- true, if the folder exists in the collection.
-
-
-
- Searches for the specified FileSystemFolder and returns the zero-based index of the
- first occurrence within Library list.
-
- The item to search for.
- The index of the item in the collection, or -1 if the item does not exist.
-
-
-
- Inserts a FileSystemFolder at the specified index.
-
- The index to insert at.
- The FileSystemFolder to insert.
-
-
-
- Removes an item at the specified index.
-
- The index to remove.
-
-
-
- Copies the collection to an array.
-
- The array to copy to.
- The index in the array at which to start the copy.
-
-
-
- The name of the library, every library must
- have a name
-
- Will throw if no Icon is set
-
-
-
- The Resource Reference to the icon.
-
-
-
-
- One of predefined Library types
-
- Will throw if no Library Type is set
-
-
-
- The Guid of the Library type
-
- Will throw if no Library Type is set
-
-
-
- By default, this folder is the first location
- added to the library. The default save folder
- is both the default folder where files can
- be saved, and also where the library XML
- file will be saved, if no other path is specified
-
-
-
-
- Whether the library will be pinned to the
- Explorer Navigation Pane
-
-
-
-
- Get a the known folder FOLDERID_Libraries
-
-
-
-
- Retrieves the folder at the specified index
-
- The index of the folder to retrieve.
- A folder.
-
-
-
- The count of the items in the list.
-
-
-
-
- Indicates whether this list is read-only or not.
-
-
-
-
- Indicates whether this feature is supported on the current platform.
-
-
-
-
- Defines the abstract base class for the common file dialogs.
-
-
-
-
- Creates a new instance of this class.
-
-
-
-
- Creates a new instance of this class with the specified title.
-
- The title to display in the dialog.
-
-
-
- Tries to set the File(s) Type Combo to match the value in
- 'DefaultExtension'. Only doing this if 'this' is a Save dialog
- as it makes no sense to do this if only Opening a file.
-
-
- The native/IFileDialog instance.
-
-
-
-
- Adds a location, such as a folder, library, search connector, or known folder, to the list of
- places available for a user to open or save items. This method actually adds an item
- to the Favorite Links or Places section of the Open/Save dialog.
-
- The item to add to the places list.
- One of the enumeration values that indicates placement of the item in the list.
-
-
-
- Adds a location (folder, library, search connector, known folder) to the list of
- places available for the user to open or save items. This method actually adds an item
- to the Favorite Links or Places section of the Open/Save dialog. Overload method
- takes in a string for the path.
-
- The item to add to the places list.
- One of the enumeration values that indicates placement of the item in the list.
-
-
-
- Displays the dialog.
-
- Window handle of any top-level window that will own the modal dialog box.
- A object.
-
-
-
- Displays the dialog.
-
- Top-level WPF window that will own the modal dialog box.
- A object.
-
-
-
- Displays the dialog.
-
- A object.
-
-
-
- Removes the current selection.
-
-
-
-
- Returns if change to the colleciton is allowed.
-
- true if collection change is allowed.
-
-
-
- Applies changes to the collection.
-
-
-
-
- Determines if changes to a specific property are allowed.
-
- The name of the property.
- The control propertyName applies to.
- true if the property change is allowed.
-
-
-
- Called when a control currently in the collection
- has a property changed.
-
- The name of the property changed.
- The control whose property has changed.
-
-
-
- Ensures that the user has selected one or more files.
-
-
- The dialog has not been dismissed yet or the dialog was cancelled.
-
-
-
-
- Ensures that the user has selected one or more files.
-
-
- The dialog has not been dismissed yet or the dialog was cancelled.
-
-
-
-
- Throws an exception when the dialog is showing preventing
- a requested change to a property or the visible set of controls.
-
- The message to include in the exception.
- The dialog is in an
- invalid state to perform the requested operation.
-
-
-
- Get the IFileDialogCustomize interface, preparing to add controls.
-
-
-
-
- Raises the event just before the dialog is about to return with a result.
-
- The event data.
-
-
-
- Raises the to stop navigation to a particular location.
-
- Cancelable event arguments.
-
-
-
- Raises the event when the user navigates to a new folder.
-
- The event data.
-
-
-
- Raises the event when the user changes the selection in the dialog's view.
-
- The event data.
-
-
-
- Raises the event when the dialog is opened to notify the
- application of the initial chosen filetype.
-
- The event data.
-
-
-
- Raises the event when the dialog is opened.
-
- The event data.
-
-
-
- Releases the unmanaged resources used by the CommonFileDialog class and optionally
- releases the managed resources.
-
- true to release both managed and unmanaged resources;
- false to release only unmanaged resources.
-
-
-
- Releases the resources used by the current instance of the CommonFileDialog class.
-
-
-
-
- The collection of names selected by the user.
-
-
-
-
- Raised just before the dialog is about to return with a result. Occurs when the user clicks on the Open
- or Save button on a file dialog box.
-
-
-
-
- Raised just before the user navigates to a new folder.
-
-
-
-
- Raised when the user navigates to a new folder.
-
-
-
-
- Raised when the user changes the selection in the dialog's view.
-
-
-
-
- Raised when the dialog is opened to notify the application of the initial chosen filetype.
-
-
-
-
- Raised when the dialog is opening.
-
-
-
-
- Gets the collection of controls for the dialog.
-
-
-
-
- Gets the filters used by the dialog.
-
-
-
-
- Gets or sets the dialog title.
-
- A object.
-
-
-
- Gets or sets a value that determines whether the file must exist beforehand.
-
- A value. true if the file must exist.
- This property cannot be set when the dialog is visible.
-
-
-
- Gets or sets a value that specifies whether the returned file must be in an existing folder.
-
- A value. true if the file must exist.
- This property cannot be set when the dialog is visible.
-
-
- Gets or sets a value that determines whether to validate file names.
-
- A value. true to check for situations that would prevent an application from opening the selected file, such as sharing violations or access denied errors.
- This property cannot be set when the dialog is visible.
-
-
-
-
- Gets or sets a value that determines whether read-only items are returned.
- Default value for CommonOpenFileDialog is true (allow read-only files) and
- CommonSaveFileDialog is false (don't allow read-only files).
-
- A value. true includes read-only items.
- This property cannot be set when the dialog is visible.
-
-
-
- Gets or sets a value that determines the restore directory.
-
-
- This property cannot be set when the dialog is visible.
-
-
-
- Gets or sets a value that controls whether
- to show or hide the list of pinned places that
- the user can choose.
-
- A value. true if the list is visible; otherwise false.
- This property cannot be set when the dialog is visible.
-
-
-
- Gets or sets a value that controls whether to show or hide the list of places where the user has recently opened or saved items.
-
- A value.
- This property cannot be set when the dialog is visible.
-
-
-
- Gets or sets a value that controls whether to show hidden items.
-
- A value.true to show the items; otherwise false.
- This property cannot be set when the dialog is visible.
-
-
-
- Gets or sets a value that controls whether
- properties can be edited.
-
- A value.
-
-
-
- Gets or sets a value that controls whether shortcuts should be treated as their target items, allowing an application to open a .lnk file.
-
- A value. true indicates that shortcuts should be treated as their targets.
- This property cannot be set when the dialog is visible.
-
-
-
- Gets or sets the default file extension to be added to file names. If the value is null
- or string.Empty, the extension is not added to the file names.
-
-
-
-
- Gets the index for the currently selected file type.
-
-
-
-
- Gets the selected filename.
-
- A object.
- This property cannot be used when multiple files are selected.
-
-
-
- Gets the selected item as a ShellObject.
-
- A object.
- This property cannot be used when multiple files
- are selected.
-
-
-
- Gets or sets the initial directory displayed when the dialog is shown.
- A null or empty string indicates that the dialog is using the default directory.
-
- A object.
-
-
-
- Gets or sets a location that is always selected when the dialog is opened,
- regardless of previous user action. A null value implies that the dialog is using
- the default location.
-
-
-
-
- Sets the folder and path used as a default if there is not a recently used folder value available.
-
-
-
-
- Sets the location (ShellContainer
- used as a default if there is not a recently used folder value available.
-
-
-
-
- Gets or sets a value that enables a calling application
- to associate a GUID with a dialog's persisted state.
-
-
-
-
- Default file name.
-
-
-
-
- Indicates whether this feature is supported on the current platform.
-
-
-
-
- Creates the push button controls used by the Common File Dialog.
-
-
-
-
- Defines the properties and constructors for all prominent controls in the Common File Dialog.
-
-
-
-
- Defines an abstract class that supports shared functionality for the
- common file dialog controls.
-
-
-
-
- Holds the text that is displayed for this control.
-
-
-
-
- Creates a new instance of this class.
-
-
-
-
- Creates a new instance of this class with the text.
-
- The text of the common file dialog control.
-
-
-
- Creates a new instance of this class with the specified name and text.
-
- The name of the common file dialog control.
- The text of the common file dialog control.
-
-
-
- Attach the custom control itself to the specified dialog
-
- the target dialog
-
-
-
- Gets or sets the text string that is displayed on the control.
-
-
-
-
- Gets or sets a value that determines if this control is enabled.
-
-
-
-
- Gets or sets a boolean value that indicates whether
- this control is visible.
-
-
-
-
- Has this control been added to the dialog
-
-
-
-
- Creates a new instance of this class.
-
-
-
-
- Creates a new instance of this class with the specified text.
-
- The text to display for this control.
-
-
-
- Creates a new instance of this class with the specified name and text.
-
- The name of this control.
- The text to display for this control.
-
-
-
- Gets or sets the prominent value of this control.
-
- Only one control can be specified as prominent. If more than one control is specified prominent,
- then an 'E_UNEXPECTED' exception will be thrown when these controls are added to the dialog.
- A group box control can only be specified as prominent if it contains one control and that control is of type 'CommonFileDialogProminentControl'.
-
-
-
-
- Initializes a new instance of this class.
-
-
-
-
- Initializes a new instance of this class with the text only.
-
- The text to display for this control.
-
-
-
- Initializes a new instance of this class with the specified name and text.
-
- The name of this control.
- The text to display for this control.
-
-
-
- Attach the PushButton control to the dialog object
-
- Target dialog
-
-
-
- Occurs when the user clicks the control. This event is routed from COM via the event sink.
-
-
-
-
- Creates the check button controls used by the Common File Dialog.
-
-
-
-
- Creates a new instance of this class.
-
-
-
-
- Creates a new instance of this class with the specified text.
-
- The text to display for this control.
-
-
-
- Creates a new instance of this class with the specified name and text.
-
- The name of this control.
- The text to display for this control.
-
-
-
- Creates a new instance of this class with the specified text and check state.
-
- The text to display for this control.
- The check state of this control.
-
-
-
- Creates a new instance of this class with the specified name, text and check state.
-
- The name of this control.
- The text to display for this control.
- The check state of this control.
-
-
-
- Attach the CheckButton control to the dialog object.
-
- the target dialog
-
-
-
- Gets or sets the state of the check box.
-
-
-
-
- Occurs when the user changes the check state.
-
-
-
-
- Creates the ComboBox controls in the Common File Dialog.
-
-
-
-
- Specifies a property, event and method that indexed controls need
- to implement.
-
-
-
- not sure where else to put this, so leaving here for now.
-
-
-
-
- Creates a new instance of this class.
-
-
-
-
- Creates a new instance of this class with the specified name.
-
- Text to display for this control
-
-
-
- Raises the SelectedIndexChanged event if this control is
- enabled.
-
- Because this method is defined in an interface, we can either
- have it as public, or make it private and explicitly implement (like below).
- Making it public doesn't really help as its only internal (but can't have this
- internal because of the interface)
-
-
-
-
- Attach the ComboBox control to the dialog object
-
- The target dialog
-
-
-
- Gets the collection of CommonFileDialogComboBoxItem objects.
-
-
-
-
- Gets or sets the current index of the selected item.
-
-
-
-
- Occurs when the SelectedIndex is changed.
-
-
-
- By initializing the SelectedIndexChanged event with an empty
- delegate, it is not necessary to check
- if the SelectedIndexChanged is not null.
-
-
-
-
-
- Creates a ComboBoxItem for the Common File Dialog.
-
-
-
-
- Creates a new instance of this class.
-
-
-
-
- Creates a new instance of this class with the specified text.
-
- The text to use for the combo box item.
-
-
-
- Gets or sets the string that is displayed for this item.
-
-
-
-
- Provides a strongly typed collection for dialog controls.
-
- DialogControl
-
-
-
- Inserts an dialog control at the specified index.
-
- The location to insert the control.
- The item to insert.
- A control with
- the same name already exists in this collection -or-
- the control is being hosted by another dialog -or- the associated dialog is
- showing and cannot be modified.
-
-
-
- Removes the control at the specified index.
-
- The location of the control to remove.
-
- The associated dialog is
- showing and cannot be modified.
-
-
-
- Recursively searches for the control who's id matches the value
- passed in the parameter.
-
-
- An integer containing the identifier of the
- control being searched for.
-
- A DialogControl who's id matches the value of the
- parameter.
-
-
-
-
- Recursively searches for a given control id in the
- collection passed via the parameter.
-
-
- A Collection<CommonFileDialogControl>
- An int containing the identifier of the control
- being searched for.
-
- A DialogControl who's Id matches the value of the
- parameter.
-
-
-
-
- Defines the indexer that supports accessing controls by name.
-
-
- Control names are case sensitive.
- This indexer is useful when the dialog is created in XAML
- rather than constructed in code.
-
- The name cannot be null or a zero-length string.
- If there is more than one control with the same name, only the first control will be returned.
-
-
-
- Stores the file extensions used when filtering files in File Open and File Save dialogs.
-
-
-
-
- Creates a new instance of this class.
-
-
-
-
- Creates a new instance of this class with the specified display name and
- file extension list.
-
- The name of this filter.
- The list of extensions in
- this filter. See remarks.
- The can use a semicolon(";")
- or comma (",") to separate extensions. Extensions can be prefaced
- with a period (".") or with the file wild card specifier "*.".
-
- The cannot be null or a
- zero-length string.
-
-
-
-
- Internal helper that generates a single filter
- specification for this filter, used by the COM API.
-
- Filter specification for this filter
-
-
-
-
- Returns a string representation for this filter that includes
- the display name and the list of extensions.
-
- A .
-
-
-
- Gets or sets the display name for this filter.
-
-
- The value for this property cannot be set to null or a
- zero-length string.
-
-
-
-
- Gets a collection of the individual extensions
- described by this filter.
-
-
-
-
- Gets or sets a value that controls whether the extensions are displayed.
-
-
-
-
- Provides a strongly typed collection for file dialog filters.
-
-
-
-
- Creates the event data associated with event.
-
-
-
-
-
- Creates a new instance of this class.
-
- The name of the folder.
-
-
-
- Gets or sets the name of the folder.
-
-
-
-
- Represents a group box control for the Common File Dialog.
- note
-
-
-
- Creates a new instance of this class.
-
-
-
-
- Create a new instance of this class with the specified text.
-
- The text to display for this control.
-
-
-
- Creates a new instance of this class with the specified name and text.
-
- The name of this control.
- The text to display for this control.
-
-
-
- Initializes the item collection for this class.
-
-
-
-
- Attach the GroupBox control to the dialog object
-
- Target dialog
-
-
-
- Gets the collection of controls for this group box.
-
-
-
-
- Defines the label controls in the Common File Dialog.
-
-
-
-
- Creates a new instance of this class.
-
-
-
-
- Creates a new instance of this class with the specified text.
-
- The text to display for this control.
-
-
-
- Creates a new instance of this class with the specified name and text.
-
- The name of this control.
- The text to display for this control.
-
-
-
- Attach this control to the dialog object
-
- Target dialog
-
-
-
- Defines the menu controls for the Common File Dialog.
-
-
-
-
- Creates a new instance of this class.
-
-
-
-
- Creates a new instance of this class with the specified text.
-
- The text to display for this control.
-
-
-
- Creates a new instance of this class with the specified name and text.
-
- The name of this control.
- The text to display for this control.
-
-
-
- Attach the Menu control to the dialog object.
-
- the target dialog
-
-
-
- Gets the collection of CommonFileDialogMenuItem objects.
-
-
-
-
- Creates the CommonFileDialogMenuItem items for the Common File Dialog.
-
-
-
-
- Creates a new instance of this class.
-
-
-
-
- Creates a new instance of this class with the specified text.
-
- The text to display for this control.
-
-
-
- Attach this control to the dialog object
-
- Target dialog
-
-
-
- Occurs when a user clicks a menu item.
-
-
-
-
- Represents a radio button list for the Common File Dialog.
-
-
-
-
- Creates a new instance of this class.
-
-
-
-
- Creates a new instance of this class with the specified name.
-
- The name of this control.
-
-
-
- Occurs when the user changes the SelectedIndex.
-
- Because this method is defined in an interface, we can either
- have it as public, or make it private and explicitly implement (like below).
- Making it public doesn't really help as its only internal (but can't have this
- internal because of the interface)
-
-
-
-
- Attach the RadioButtonList control to the dialog object
-
- The target dialog
-
-
-
- Gets the collection of CommonFileDialogRadioButtonListItem objects
-
-
-
-
- Gets or sets the current index of the selected item.
-
-
-
-
- Occurs when the user changes the SelectedIndex.
-
-
-
- By initializing the SelectedIndexChanged event with an empty
- delegate, we can skip the test to determine
- if the SelectedIndexChanged is null.
- test.
-
-
-
-
- Represents a list item for the CommonFileDialogRadioButtonList object.
-
-
-
-
- Creates a new instance of this class.
-
-
-
-
- Creates a new instance of this class with the specified text.
-
- The string that you want to display for this list item.
-
-
-
- Gets or sets the string that will be displayed for this list item.
-
-
-
-
- Specifies identifiers to indicate the return value of a CommonFileDialog dialog.
-
-
-
-
- Default value for enumeration, a dialog box should never return this value.
-
-
-
-
- The dialog box return value is OK (usually sent from a button labeled OK or Save).
-
-
-
-
- The dialog box return value is Cancel (usually sent from a button labeled Cancel).
-
-
-
-
- Defines the class for the simplest separator controls.
-
-
-
-
- Attach the Separator control to the dialog object
-
- Target dialog
-
-
-
- Defines the class of commonly used file filters.
-
-
-
-
- Gets a value that specifies the filter for *.txt files.
-
-
-
-
- Gets a value that specifies the filter for picture files.
-
-
-
-
- Gets a value that specifies the filter for Microsoft Office files.
-
-
-
-
- Defines the text box controls in the Common File Dialog.
-
-
-
-
- Creates a new instance of this class.
-
-
-
-
- Creates a new instance of this class with the specified text.
-
- The text to display for this control.
-
-
-
- Creates a new instance of this class with the specified name and text.
-
- The name of this control.
- The text to display for this control.
-
-
-
- Holds an instance of the customized (/native) dialog and should
- be null until after the Attach() call is made.
-
-
-
-
- Attach the TextBox control to the dialog object
-
- Target dialog
-
-
-
- Gets or sets a value for the text string contained in the CommonFileDialogTextBox.
-
-
-
-
- Creates a Vista or Windows 7 Common File Dialog, allowing the user to select one or more files.
-
-
-
-
-
- Creates a new instance of this class.
-
-
-
-
- Creates a new instance of this class with the specified name.
-
- The name of this dialog.
-
-
-
- Gets a collection of the selected file names.
-
- This property should only be used when the
-
- property is true.
-
-
-
- Gets a collection of the selected items as ShellObject objects.
-
- This property should only be used when the
-
- property is true.
-
-
-
- Gets or sets a value that determines whether the user can select more than one file.
-
-
-
-
- Gets or sets a value that determines whether the user can select folders or files.
- Default value is false.
-
-
-
-
- Gets or sets a value that determines whether the user can select non-filesystem items,
- such as Library, Search Connectors, or Known Folders.
-
-
-
-
- Creates a Vista or Windows 7 Common File Dialog, allowing the user to select the filename and location for a saved file.
-
-
- to save a file. Associated enumeration: .
-
-
-
-
- Creates a new instance of this class.
-
-
-
-
- Creates a new instance of this class with the specified name.
-
- The name of this dialog.
-
-
-
- Sets an item to appear as the initial entry in a Save As dialog.
-
- The initial entry to be set in the dialog.
- The name of the item is displayed in the file name edit box,
- and the containing folder is opened in the view. This would generally be
- used when the application is saving an item that already exists.
-
-
-
- Specifies which properties will be collected in the save dialog.
-
- True to show default properties for the currently selected
- filetype in addition to the properties specified by propertyList. False to show only properties
- specified by pList.
- List of properties to collect. This parameter can be null.
-
-
- SetCollectedPropertyKeys can be called at any time before the dialog is displayed or while it
- is visible. If different properties are to be collected depending on the chosen filetype,
- then SetCollectedProperties can be called in response to CommonFileDialog::FileTypeChanged event.
- Note: By default, no properties are collected in the save dialog.
-
-
-
-
- Gets or sets a value that controls whether to prompt before
- overwriting an existing file of the same name. Default value is true.
-
-
- This property cannot be changed when the dialog is showing.
-
-
-
-
- Gets or sets a value that controls whether to prompt for creation if the item returned in the save dialog does not exist.
-
- Note that this does not actually create the item.
-
- This property cannot be changed when the dialog is showing.
-
-
-
-
- Gets or sets a value that controls whether to the save dialog
- displays in expanded mode.
-
- Expanded mode controls whether the dialog
- shows folders for browsing or hides them.
-
- This property cannot be changed when the dialog is showing.
-
-
-
-
- Gets or sets a value that controls whether the
- returned file name has a file extension that matches the
- currently selected file type. If necessary, the dialog appends the correct
- file extension.
-
-
- This property cannot be changed when the dialog is showing.
-
-
-
-
- Retrieves the set of property values for a saved item or an item in the process of being saved.
-
- Collection of property values collected from the save dialog
- This property can be called while the dialog is showing to retrieve the current
- set of values in the metadata collection pane. It can also be called after the dialog
- has closed, to retrieve the final set of values. The call to this method will fail
- unless property collection has been turned on with a call to SetCollectedPropertyKeys method.
-
-
-
-
- Internal class that contains interop declarations for
- functions that are considered benign but that
- are performance critical.
-
-
- Functions that are benign but not performance critical
- should be located in the NativeMethods class.
-
-
-
-
- An in-memory property store cache
-
-
-
-
- Gets the state of a property stored in the cache
-
-
-
-
-
-
-
- Gets the valeu and state of a property in the cache
-
-
-
-
-
-
-
-
- Sets the state of a property in the cache.
-
-
-
-
-
-
-
- Sets the value and state in the cache.
-
-
-
-
-
-
-
-
- A property store
-
-
-
-
- Gets the number of properties contained in the property store.
-
-
-
-
-
-
- Get a property key located at a specific index.
-
-
-
-
-
-
-
- Gets the value of a property from the store
-
-
-
-
-
-
-
- Sets the value of a property in the store
-
-
-
-
-
-
-
- Commits the changes.
-
-
-
-
-
- Sets the specified iconic thumbnail for the specified window.
- This is typically done in response to a DWM message.
-
- The window handle.
- The thumbnail bitmap.
-
-
-
- Sets the specified peek (live preview) bitmap for the specified
- window. This is typically done in response to a DWM message.
-
- The window handle.
- The thumbnail bitmap.
- Whether to display a standard window
- frame around the bitmap.
-
-
-
- Sets the specified peek (live preview) bitmap for the specified
- window. This is typically done in response to a DWM message.
-
- The window handle.
- The thumbnail bitmap.
- The client area offset at which to display
- the specified bitmap. The rest of the parent window will be
- displayed as "remembered" by the DWM.
- Whether to display a standard window
- frame around the bitmap.
-
-
-
- Call this method to either enable custom previews on the taskbar (second argument as true)
- or to disable (second argument as false). If called with True, the method will call DwmSetWindowAttribute
- for the specific window handle and let DWM know that we will be providing a custom bitmap for the thumbnail
- as well as Aero peek.
-
-
-
-
-
-
- Defines a partial class that implements helper methods for retrieving Shell properties
- using a canonical name, property key, or a strongly-typed property. Also provides
- access to all the strongly-typed system properties and default properties collections.
-
-
-
-
- Returns a property available in the default property collection using
- the given property key.
-
- The property key.
- An IShellProperty.
-
-
-
- Returns a property available in the default property collection using
- the given canonical name.
-
- The canonical name.
- An IShellProperty.
-
-
-
- Returns a strongly typed property available in the default property collection using
- the given property key.
-
- The type of property to retrieve.
- The property key.
- A strongly-typed ShellProperty for the given property key.
-
-
-
- Returns a strongly typed property available in the default property collection using
- the given canonical name.
-
- The type of property to retrieve.
- The canonical name.
- A strongly-typed ShellProperty for the given canonical name.
-
-
-
- Returns the shell property writer used when writing multiple properties.
-
- A ShellPropertyWriter.
- Use the Using pattern with the returned ShellPropertyWriter or
- manually call the Close method on the writer to commit the changes
- and dispose the writer
-
-
-
- Cleans up memory
-
-
-
-
- Cleans up memory
-
-
-
-
- Gets all the properties for the system through an accessor.
-
-
-
-
- Gets the collection of all the default properties for this item.
-
-
-
-
- .System Properties
-
-
-
-
- Base class for all the strongly-typed properties
-
-
-
-
- Name: System.AcquisitionID -- PKEY_AcquisitionID
- Description: Hash to determine acquisition session.
-
- Type: Int32 -- VT_I4
- FormatID: {65A98875-3C80-40AB-ABBC-EFDAF77DBEE2}, 100
-
-
-
-
- Name: System.ApplicationName -- PKEY_ApplicationName
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR) Legacy code may treat this as VT_LPSTR.
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 18 (PIDSI_APPNAME)
-
-
-
-
- Name: System.Author -- PKEY_Author
- Description:
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR) Legacy code may treat this as VT_LPSTR.
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 4 (PIDSI_AUTHOR)
-
-
-
-
- Name: System.Capacity -- PKEY_Capacity
- Description: The amount of total space in bytes.
-
- Type: UInt64 -- VT_UI8
- FormatID: (FMTID_Volume) {9B174B35-40FF-11D2-A27E-00C04FC30871}, 3 (PID_VOLUME_CAPACITY) (Filesystem Volume Properties)
-
-
-
-
- Name: System.Category -- PKEY_Category
- Description: Legacy code treats this as VT_LPSTR.
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: (FMTID_DocumentSummaryInformation) {D5CDD502-2E9C-101B-9397-08002B2CF9AE}, 2 (PIDDSI_CATEGORY)
-
-
-
-
- Name: System.Comment -- PKEY_Comment
- Description: Comments.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR) Legacy code may treat this as VT_LPSTR.
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 6 (PIDSI_COMMENTS)
-
-
-
-
- Name: System.Company -- PKEY_Company
- Description: The company or publisher.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_DocumentSummaryInformation) {D5CDD502-2E9C-101B-9397-08002B2CF9AE}, 15 (PIDDSI_COMPANY)
-
-
-
-
- Name: System.ComputerName -- PKEY_ComputerName
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_ShellDetails) {28636AA6-953D-11D2-B5D6-00C04FD918D0}, 5 (PID_COMPUTERNAME)
-
-
-
-
- Name: System.ContainedItems -- PKEY_ContainedItems
- Description: The list of type of items, this item contains. For example, this item contains urls, attachments etc.
- This is represented as a vector array of GUIDs where each GUID represents certain type.
-
- Type: Multivalue Guid -- VT_VECTOR | VT_CLSID (For variants: VT_ARRAY | VT_CLSID)
- FormatID: (FMTID_ShellDetails) {28636AA6-953D-11D2-B5D6-00C04FD918D0}, 29
-
-
-
-
- Name: System.ContentStatus -- PKEY_ContentStatus
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_DocumentSummaryInformation) {D5CDD502-2E9C-101B-9397-08002B2CF9AE}, 27
-
-
-
-
- Name: System.ContentType -- PKEY_ContentType
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_DocumentSummaryInformation) {D5CDD502-2E9C-101B-9397-08002B2CF9AE}, 26
-
-
-
-
- Name: System.Copyright -- PKEY_Copyright
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 11 (PIDMSI_COPYRIGHT)
-
-
-
-
- Name: System.DateAccessed -- PKEY_DateAccessed
- Description: The time of the last access to the item. The Indexing Service friendly name is 'access'.
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: (FMTID_Storage) {B725F130-47EF-101A-A5F1-02608C9EEBAC}, 16 (PID_STG_ACCESSTIME)
-
-
-
-
- Name: System.DateAcquired -- PKEY_DateAcquired
- Description: The time the file entered the system via acquisition. This is not the same as System.DateImported.
- Examples are when pictures are acquired from a camera, or when music is purchased online.
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {2CBAA8F5-D81F-47CA-B17A-F8D822300131}, 100
-
-
-
-
- Name: System.DateArchived -- PKEY_DateArchived
- Description:
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {43F8D7B7-A444-4F87-9383-52271C9B915C}, 100
-
-
-
-
- Name: System.DateCompleted -- PKEY_DateCompleted
- Description:
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {72FAB781-ACDA-43E5-B155-B2434F85E678}, 100
-
-
-
-
- Name: System.DateCreated -- PKEY_DateCreated
- Description: The date and time the item was created. The Indexing Service friendly name is 'create'.
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: (FMTID_Storage) {B725F130-47EF-101A-A5F1-02608C9EEBAC}, 15 (PID_STG_CREATETIME)
-
-
-
-
- Name: System.DateImported -- PKEY_DateImported
- Description: The time the file is imported into a separate database. This is not the same as System.DateAcquired. (Eg, 2003:05:22 13:55:04)
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 18258
-
-
-
-
- Name: System.DateModified -- PKEY_DateModified
- Description: The date and time of the last write to the item. The Indexing Service friendly name is 'write'.
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: (FMTID_Storage) {B725F130-47EF-101A-A5F1-02608C9EEBAC}, 14 (PID_STG_WRITETIME)
-
-
-
-
- Name: System.DescriptionID -- PKEY_DescriptionID
- Description: The contents of a SHDESCRIPTIONID structure as a buffer of bytes.
-
- Type: Buffer -- VT_VECTOR | VT_UI1 (For variants: VT_ARRAY | VT_UI1)
- FormatID: (FMTID_ShellDetails) {28636AA6-953D-11D2-B5D6-00C04FD918D0}, 2 (PID_DESCRIPTIONID)
-
-
-
-
- Name: System.DueDate -- PKEY_DueDate
- Description:
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {3F8472B5-E0AF-4DB2-8071-C53FE76AE7CE}, 100
-
-
-
-
- Name: System.EndDate -- PKEY_EndDate
- Description:
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {C75FAA05-96FD-49E7-9CB4-9F601082D553}, 100
-
-
-
-
- Name: System.FileAllocationSize -- PKEY_FileAllocationSize
- Description:
-
- Type: UInt64 -- VT_UI8
- FormatID: (FMTID_Storage) {B725F130-47EF-101A-A5F1-02608C9EEBAC}, 18 (PID_STG_ALLOCSIZE)
-
-
-
-
- Name: System.FileAttributes -- PKEY_FileAttributes
- Description: This is the WIN32_FIND_DATA dwFileAttributes for the file-based item.
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_Storage) {B725F130-47EF-101A-A5F1-02608C9EEBAC}, 13 (PID_STG_ATTRIBUTES)
-
-
-
-
- Name: System.FileCount -- PKEY_FileCount
- Description:
-
- Type: UInt64 -- VT_UI8
- FormatID: (FMTID_ShellDetails) {28636AA6-953D-11D2-B5D6-00C04FD918D0}, 12
-
-
-
-
- Name: System.FileDescription -- PKEY_FileDescription
- Description: This is a user-friendly description of the file.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSFMTID_VERSION) {0CEF7D53-FA64-11D1-A203-0000F81FEDEE}, 3 (PIDVSI_FileDescription)
-
-
-
-
- Name: System.FileExtension -- PKEY_FileExtension
- Description: This is the file extension of the file based item, including the leading period.
-
- If System.FileName is VT_EMPTY, then this property should be too. Otherwise, it should be derived
- appropriately by the data source from System.FileName. If System.FileName does not have a file
- extension, this value should be VT_EMPTY.
-
- To obtain the type of any item (including an item that is not a file), use System.ItemType.
-
- Example values:
-
- If the path is... The property value is...
- ----------------- ------------------------
- "c:\foo\bar\hello.txt" ".txt"
- "\\server\share\mydir\goodnews.doc" ".doc"
- "\\server\share\numbers.xls" ".xls"
- "\\server\share\folder" VT_EMPTY
- "c:\foo\MyFolder" VT_EMPTY
- [desktop] VT_EMPTY
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {E4F10A3C-49E6-405D-8288-A23BD4EEAA6C}, 100
-
-
-
-
- Name: System.FileFRN -- PKEY_FileFRN
- Description: This is the unique file ID, also known as the File Reference Number. For a given file, this is the same value
- as is found in the structure variable FILE_ID_BOTH_DIR_INFO.FileId, via GetFileInformationByHandleEx().
-
- Type: UInt64 -- VT_UI8
- FormatID: (FMTID_Storage) {B725F130-47EF-101A-A5F1-02608C9EEBAC}, 21 (PID_STG_FRN)
-
-
-
-
- Name: System.FileName -- PKEY_FileName
- Description: This is the file name (including extension) of the file.
-
- It is possible that the item might not exist on a filesystem (ie, it may not be opened
- using CreateFile). Nonetheless, if the item is represented as a file from the logical sense
- (and its name follows standard Win32 file-naming syntax), then the data source should emit this property.
-
- If an item is not a file, then the value for this property is VT_EMPTY. See
- System.ItemNameDisplay.
-
- This has the same value as System.ParsingName for items that are provided by the Shell's file folder.
-
- Example values:
-
- If the path is... The property value is...
- ----------------- ------------------------
- "c:\foo\bar\hello.txt" "hello.txt"
- "\\server\share\mydir\goodnews.doc" "goodnews.doc"
- "\\server\share\numbers.xls" "numbers.xls"
- "c:\foo\MyFolder" "MyFolder"
- (email message) VT_EMPTY
- (song on portable device) "song.wma"
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {41CF5AE0-F75A-4806-BD87-59C7D9248EB9}, 100
-
-
-
-
- Name: System.FileOwner -- PKEY_FileOwner
- Description: This is the owner of the file, according to the file system.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_Misc) {9B174B34-40FF-11D2-A27E-00C04FC30871}, 4 (PID_MISC_OWNER)
-
-
-
-
- Name: System.FileVersion -- PKEY_FileVersion
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSFMTID_VERSION) {0CEF7D53-FA64-11D1-A203-0000F81FEDEE}, 4 (PIDVSI_FileVersion)
-
-
-
-
- Name: System.FindData -- PKEY_FindData
- Description: WIN32_FIND_DATAW in buffer of bytes.
-
- Type: Buffer -- VT_VECTOR | VT_UI1 (For variants: VT_ARRAY | VT_UI1)
- FormatID: (FMTID_ShellDetails) {28636AA6-953D-11D2-B5D6-00C04FD918D0}, 0 (PID_FINDDATA)
-
-
-
-
- Name: System.FlagColor -- PKEY_FlagColor
- Description:
-
- Type: UInt16 -- VT_UI2
- FormatID: {67DF94DE-0CA7-4D6F-B792-053A3E4F03CF}, 100
-
-
-
-
- Name: System.FlagColorText -- PKEY_FlagColorText
- Description: This is the user-friendly form of System.FlagColor. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {45EAE747-8E2A-40AE-8CBF-CA52ABA6152A}, 100
-
-
-
-
- Name: System.FlagStatus -- PKEY_FlagStatus
- Description: Status of Flag. Values: (0=none 1=white 2=Red). cdoPR_FLAG_STATUS
-
- Type: Int32 -- VT_I4
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 12
-
-
-
-
- Name: System.FlagStatusText -- PKEY_FlagStatusText
- Description: This is the user-friendly form of System.FlagStatus. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {DC54FD2E-189D-4871-AA01-08C2F57A4ABC}, 100
-
-
-
-
- Name: System.FreeSpace -- PKEY_FreeSpace
- Description: The amount of free space in bytes.
-
- Type: UInt64 -- VT_UI8
- FormatID: (FMTID_Volume) {9B174B35-40FF-11D2-A27E-00C04FC30871}, 2 (PID_VOLUME_FREE) (Filesystem Volume Properties)
-
-
-
-
- Name: System.FullText -- PKEY_FullText
- Description: This PKEY is used to specify search terms that should be applied as broadly as possible,
- across all valid properties for the data source(s) being searched. It should not be
- emitted from a data source.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {1E3EE840-BC2B-476C-8237-2ACD1A839B22}, 6
-
-
-
-
- Name: System.Identity -- PKEY_Identity
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {A26F4AFC-7346-4299-BE47-EB1AE613139F}, 100
-
-
-
-
- Name: System.ImageParsingName -- PKEY_ImageParsingName
- Description:
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {D7750EE0-C6A4-48EC-B53E-B87B52E6D073}, 100
-
-
-
-
- Name: System.Importance -- PKEY_Importance
- Description:
- Type: Int32 -- VT_I4
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 11
-
-
-
-
- Name: System.ImportanceText -- PKEY_ImportanceText
- Description: This is the user-friendly form of System.Importance. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {A3B29791-7713-4E1D-BB40-17DB85F01831}, 100
-
-
-
-
- Name: System.InfoTipText -- PKEY_InfoTipText
- Description: The text (with formatted property values) to show in the infotip.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C9944A21-A406-48FE-8225-AEC7E24C211B}, 17
-
-
-
-
- Name: System.InternalName -- PKEY_InternalName
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSFMTID_VERSION) {0CEF7D53-FA64-11D1-A203-0000F81FEDEE}, 5 (PIDVSI_InternalName)
-
-
-
-
- Name: System.IsAttachment -- PKEY_IsAttachment
- Description: Identifies if this item is an attachment.
-
- Type: Boolean -- VT_BOOL
- FormatID: {F23F425C-71A1-4FA8-922F-678EA4A60408}, 100
-
-
-
-
- Name: System.IsDefaultNonOwnerSaveLocation -- PKEY_IsDefaultNonOwnerSaveLocation
- Description: Identifies the default save location for a library for non-owners of the library
-
- Type: Boolean -- VT_BOOL
- FormatID: {5D76B67F-9B3D-44BB-B6AE-25DA4F638A67}, 5
-
-
-
-
- Name: System.IsDefaultSaveLocation -- PKEY_IsDefaultSaveLocation
- Description: Identifies the default save location for a library for the owner of the library
-
- Type: Boolean -- VT_BOOL
- FormatID: {5D76B67F-9B3D-44BB-B6AE-25DA4F638A67}, 3
-
-
-
-
- Name: System.IsDeleted -- PKEY_IsDeleted
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {5CDA5FC8-33EE-4FF3-9094-AE7BD8868C4D}, 100
-
-
-
-
- Name: System.IsEncrypted -- PKEY_IsEncrypted
- Description: Is the item encrypted?
-
- Type: Boolean -- VT_BOOL
- FormatID: {90E5E14E-648B-4826-B2AA-ACAF790E3513}, 10
-
-
-
-
- Name: System.IsFlagged -- PKEY_IsFlagged
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {5DA84765-E3FF-4278-86B0-A27967FBDD03}, 100
-
-
-
-
- Name: System.IsFlaggedComplete -- PKEY_IsFlaggedComplete
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {A6F360D2-55F9-48DE-B909-620E090A647C}, 100
-
-
-
-
- Name: System.IsIncomplete -- PKEY_IsIncomplete
- Description: Identifies if the message was not completely received for some error condition.
-
- Type: Boolean -- VT_BOOL
- FormatID: {346C8BD1-2E6A-4C45-89A4-61B78E8E700F}, 100
-
-
-
-
- Name: System.IsLocationSupported -- PKEY_IsLocationSupported
- Description: A bool value to know if a location is supported (locally indexable, or remotely indexed).
-
- Type: Boolean -- VT_BOOL
- FormatID: {5D76B67F-9B3D-44BB-B6AE-25DA4F638A67}, 8
-
-
-
-
- Name: System.IsPinnedToNameSpaceTree -- PKEY_IsPinnedToNameSpaceTree
- Description: A bool value to know if a shell folder is pinned to the navigation pane
-
- Type: Boolean -- VT_BOOL
- FormatID: {5D76B67F-9B3D-44BB-B6AE-25DA4F638A67}, 2
-
-
-
-
- Name: System.IsRead -- PKEY_IsRead
- Description: Has the item been read?
-
- Type: Boolean -- VT_BOOL
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 10
-
-
-
-
- Name: System.IsSearchOnlyItem -- PKEY_IsSearchOnlyItem
- Description: Identifies if a location or a library is search only
-
- Type: Boolean -- VT_BOOL
- FormatID: {5D76B67F-9B3D-44BB-B6AE-25DA4F638A67}, 4
-
-
-
-
- Name: System.IsSendToTarget -- PKEY_IsSendToTarget
- Description: Provided by certain shell folders. Return TRUE if the folder is a valid Send To target.
-
- Type: Boolean -- VT_BOOL
- FormatID: (FMTID_ShellDetails) {28636AA6-953D-11D2-B5D6-00C04FD918D0}, 33
-
-
-
-
- Name: System.IsShared -- PKEY_IsShared
- Description: Is this item shared? This only checks for ACLs that are not inherited.
-
- Type: Boolean -- VT_BOOL
- FormatID: {EF884C5B-2BFE-41BB-AAE5-76EEDF4F9902}, 100
-
-
-
-
- Name: System.ItemAuthors -- PKEY_ItemAuthors
- Description: This is the generic list of authors associated with an item.
-
- For example, the artist name for a track is the item author.
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {D0A04F0A-462A-48A4-BB2F-3706E88DBD7D}, 100
-
-
-
-
- Name: System.ItemClassType -- PKEY_ItemClassType
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {048658AD-2DB8-41A4-BBB6-AC1EF1207EB1}, 100
-
-
-
-
- Name: System.ItemDate -- PKEY_ItemDate
- Description: This is the main date for an item. The date of interest.
-
- For example, for photos this maps to System.Photo.DateTaken.
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {F7DB74B4-4287-4103-AFBA-F1B13DCD75CF}, 100
-
-
-
-
- Name: System.ItemFolderNameDisplay -- PKEY_ItemFolderNameDisplay
- Description: This is the user-friendly display name of the parent folder of an item.
-
- If System.ItemFolderPathDisplay is VT_EMPTY, then this property should be too. Otherwise, it
- should be derived appropriately by the data source from System.ItemFolderPathDisplay.
-
- If the folder is a file folder, the value will be localized if a localized name is available.
-
- Example values:
-
- If the path is... The property value is...
- ----------------- ------------------------
- "c:\foo\bar\hello.txt" "bar"
- "\\server\share\mydir\goodnews.doc" "mydir"
- "\\server\share\numbers.xls" "share"
- "c:\foo\MyFolder" "foo"
- "/Mailbox Account/Inbox/'Re: Hello!'" "Inbox"
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_Storage) {B725F130-47EF-101A-A5F1-02608C9EEBAC}, 2 (PID_STG_DIRECTORY)
-
-
-
-
- Name: System.ItemFolderPathDisplay -- PKEY_ItemFolderPathDisplay
- Description: This is the user-friendly display path of the parent folder of an item.
-
- If System.ItemPathDisplay is VT_EMPTY, then this property should be too. Otherwise, it should
- be derived appropriately by the data source from System.ItemPathDisplay.
-
- Example values:
-
- If the path is... The property value is...
- ----------------- ------------------------
- "c:\foo\bar\hello.txt" "c:\foo\bar"
- "\\server\share\mydir\goodnews.doc" "\\server\share\mydir"
- "\\server\share\numbers.xls" "\\server\share"
- "c:\foo\MyFolder" "c:\foo"
- "/Mailbox Account/Inbox/'Re: Hello!'" "/Mailbox Account/Inbox"
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 6
-
-
-
-
- Name: System.ItemFolderPathDisplayNarrow -- PKEY_ItemFolderPathDisplayNarrow
- Description: This is the user-friendly display path of the parent folder of an item. The format of the string
- should be tailored such that the folder name comes first, to optimize for a narrow viewing column.
-
- If the folder is a file folder, the value includes localized names if they are present.
-
- If System.ItemFolderPathDisplay is VT_EMPTY, then this property should be too. Otherwise, it should
- be derived appropriately by the data source from System.ItemFolderPathDisplay.
-
- Example values:
-
- If the path is... The property value is...
- ----------------- ------------------------
- "c:\foo\bar\hello.txt" "bar (c:\foo)"
- "\\server\share\mydir\goodnews.doc" "mydir (\\server\share)"
- "\\server\share\numbers.xls" "share (\\server)"
- "c:\foo\MyFolder" "foo (c:\)"
- "/Mailbox Account/Inbox/'Re: Hello!'" "Inbox (/Mailbox Account)"
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {DABD30ED-0043-4789-A7F8-D013A4736622}, 100
-
-
-
-
- Name: System.ItemName -- PKEY_ItemName
- Description: This is the base-name of the System.ItemNameDisplay.
-
- If the item is a file this property
- includes the extension in all cases, and will be localized if a localized name is available.
-
- If the item is a message, then the value of this property does not include the forwarding or
- reply prefixes (see System.ItemNamePrefix).
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {6B8DA074-3B5C-43BC-886F-0A2CDCE00B6F}, 100
-
-
-
-
- Name: System.ItemNameDisplay -- PKEY_ItemNameDisplay
- Description: This is the display name in "most complete" form. This is the best effort unique representation
- of the name of an item that makes sense for end users to read. It is the concatentation of
- System.ItemNamePrefix and System.ItemName.
-
- If the item is a file this property
- includes the extension in all cases, and will be localized if a localized name is available.
-
- There are acceptable cases when System.FileName is not VT_EMPTY, yet the value of this property
- is completely different. Email messages are a key example. If the item is an email message,
- the item name is likely the subject. In that case, the value must be the concatenation of the
- System.ItemNamePrefix and System.ItemName. Since the value of System.ItemNamePrefix excludes
- any trailing whitespace, the concatenation must include a whitespace when generating System.ItemNameDisplay.
-
- Note that this property is not guaranteed to be unique, but the idea is to promote the most likely
- candidate that can be unique and also makes sense for end users. For example, for documents, you
- might think about using System.Title as the System.ItemNameDisplay, but in practice the title of
- the documents may not be useful or unique enough to be of value as the sole System.ItemNameDisplay.
- Instead, providing the value of System.FileName as the value of System.ItemNameDisplay is a better
- candidate. In Windows Mail, the emails are stored in the file system as .eml files and the
- System.FileName for those files are not human-friendly as they contain GUIDs. In this example,
- promoting System.Subject as System.ItemNameDisplay makes more sense.
-
- Compatibility notes:
-
- Shell folder implementations on Vista: use PKEY_ItemNameDisplay for the name column when
- you want Explorer to call ISF::GetDisplayNameOf(SHGDN_NORMAL) to get the value of the name. Use
- another PKEY (like PKEY_ItemName) when you want Explorer to call either the folder's property store or
- ISF2::GetDetailsEx in order to get the value of the name.
-
- Shell folder implementations on XP: the first column needs to be the name column, and Explorer
- will call ISF::GetDisplayNameOf to get the value of the name. The PKEY/SCID does not matter.
-
- Example values:
-
- File: "hello.txt"
- Message: "Re: Let's talk about Tom's argyle socks!"
- Device folder: "song.wma"
- Folder: "Documents"
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_Storage) {B725F130-47EF-101A-A5F1-02608C9EEBAC}, 10 (PID_STG_NAME)
-
-
-
-
- Name: System.ItemNamePrefix -- PKEY_ItemNamePrefix
- Description: This is the prefix of an item, used for email messages.
- where the subject begins with "Re:" which is the prefix.
-
- If the item is a file, then the value of this property is VT_EMPTY.
-
- If the item is a message, then the value of this property is the forwarding or reply
- prefixes (including delimiting colon, but no whitespace), or VT_EMPTY if there is no prefix.
-
- Example values:
-
- System.ItemNamePrefix System.ItemName System.ItemNameDisplay
- --------------------- ------------------- ----------------------
- VT_EMPTY "Great day" "Great day"
- "Re:" "Great day" "Re: Great day"
- "Fwd: " "Monthly budget" "Fwd: Monthly budget"
- VT_EMPTY "accounts.xls" "accounts.xls"
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {D7313FF1-A77A-401C-8C99-3DBDD68ADD36}, 100
-
-
-
-
- Name: System.ItemParticipants -- PKEY_ItemParticipants
- Description: This is the generic list of people associated with an item and who contributed
- to the item.
-
- For example, this is the combination of people in the To list, Cc list and
- sender of an email message.
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {D4D0AA16-9948-41A4-AA85-D97FF9646993}, 100
-
-
-
-
- Name: System.ItemPathDisplay -- PKEY_ItemPathDisplay
- Description: This is the user-friendly display path to the item.
-
- If the item is a file or folder this property
- includes the extension in all cases, and will be localized if a localized name is available.
-
- For other items,this is the user-friendly equivalent, assuming the item exists in hierarchical storage.
-
- Unlike System.ItemUrl, this property value does not include the URL scheme.
-
- To parse an item path, use System.ItemUrl or System.ParsingPath. To reference shell
- namespace items using shell APIs, use System.ParsingPath.
-
- Example values:
-
- If the path is... The property value is...
- ----------------- ------------------------
- "c:\foo\bar\hello.txt" "c:\foo\bar\hello.txt"
- "\\server\share\mydir\goodnews.doc" "\\server\share\mydir\goodnews.doc"
- "\\server\share\numbers.xls" "\\server\share\numbers.xls"
- "c:\foo\MyFolder" "c:\foo\MyFolder"
- "/Mailbox Account/Inbox/'Re: Hello!'" "/Mailbox Account/Inbox/'Re: Hello!'"
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 7
-
-
-
-
- Name: System.ItemPathDisplayNarrow -- PKEY_ItemPathDisplayNarrow
- Description: This is the user-friendly display path to the item. The format of the string should be
- tailored such that the name comes first, to optimize for a narrow viewing column.
-
- If the item is a file, the value excludes the file extension, and includes localized names if they are present.
- If the item is a message, the value includes the System.ItemNamePrefix.
-
- To parse an item path, use System.ItemUrl or System.ParsingPath.
-
- Example values:
-
- If the path is... The property value is...
- ----------------- ------------------------
- "c:\foo\bar\hello.txt" "hello (c:\foo\bar)"
- "\\server\share\mydir\goodnews.doc" "goodnews (\\server\share\mydir)"
- "\\server\share\folder" "folder (\\server\share)"
- "c:\foo\MyFolder" "MyFolder (c:\foo)"
- "/Mailbox Account/Inbox/'Re: Hello!'" "Re: Hello! (/Mailbox Account/Inbox)"
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_ShellDetails) {28636AA6-953D-11D2-B5D6-00C04FD918D0}, 8
-
-
-
-
- Name: System.ItemType -- PKEY_ItemType
- Description: This is the canonical type of the item and is intended to be programmatically
- parsed.
-
- If there is no canonical type, the value is VT_EMPTY.
-
- If the item is a file (ie, System.FileName is not VT_EMPTY), the value is the same as
- System.FileExtension.
-
- Use System.ItemTypeText when you want to display the type to end users in a view. (If
- the item is a file, passing the System.ItemType value to PSFormatForDisplay will
- result in the same value as System.ItemTypeText.)
-
- Example values:
-
- If the path is... The property value is...
- ----------------- ------------------------
- "c:\foo\bar\hello.txt" ".txt"
- "\\server\share\mydir\goodnews.doc" ".doc"
- "\\server\share\folder" "Directory"
- "c:\foo\MyFolder" "Directory"
- [desktop] "Folder"
- "/Mailbox Account/Inbox/'Re: Hello!'" "MAPI/IPM.Message"
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_ShellDetails) {28636AA6-953D-11D2-B5D6-00C04FD918D0}, 11
-
-
-
-
- Name: System.ItemTypeText -- PKEY_ItemTypeText
- Description: This is the user friendly type name of the item. This is not intended to be
- programmatically parsed.
-
- If System.ItemType is VT_EMPTY, the value of this property is also VT_EMPTY.
-
- If the item is a file, the value of this property is the same as if you passed the
- file's System.ItemType value to PSFormatForDisplay.
-
- This property should not be confused with System.Kind, where System.Kind is a high-level
- user friendly kind name. For example, for a document, System.Kind = "Document" and
- System.Item.Type = ".doc" and System.Item.TypeText = "Microsoft Word Document"
-
- Example values:
-
- If the path is... The property value is...
- ----------------- ------------------------
- "c:\foo\bar\hello.txt" "Text File"
- "\\server\share\mydir\goodnews.doc" "Microsoft Word Document"
- "\\server\share\folder" "File Folder"
- "c:\foo\MyFolder" "File Folder"
- "/Mailbox Account/Inbox/'Re: Hello!'" "Outlook E-Mail Message"
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_Storage) {B725F130-47EF-101A-A5F1-02608C9EEBAC}, 4 (PID_STG_STORAGETYPE)
-
-
-
-
- Name: System.ItemUrl -- PKEY_ItemUrl
- Description: This always represents a well formed URL that points to the item.
-
- To reference shell namespace items using shell APIs, use System.ParsingPath.
-
- Example values:
-
- Files: "file:///c:/foo/bar/hello.txt"
- "csc://{GUID}/..."
- Messages: "mapi://..."
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_Query) {49691C90-7E17-101A-A91C-08002B2ECDA9}, 9 (DISPID_QUERY_VIRTUALPATH)
-
-
-
-
- Name: System.Keywords -- PKEY_Keywords
- Description: The keywords for the item. Also referred to as tags.
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR) Legacy code may treat this as VT_LPSTR.
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 5 (PIDSI_KEYWORDS)
-
-
-
-
- Name: System.Kind -- PKEY_Kind
- Description: System.Kind is used to map extensions to various .Search folders.
- Extensions are mapped to Kinds at HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\KindMap
- The list of kinds is not extensible.
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {1E3EE840-BC2B-476C-8237-2ACD1A839B22}, 3
-
-
-
-
- Name: System.KindText -- PKEY_KindText
- Description: This is the user-friendly form of System.Kind. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {F04BEF95-C585-4197-A2B7-DF46FDC9EE6D}, 100
-
-
-
-
- Name: System.Language -- PKEY_Language
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_DocumentSummaryInformation) {D5CDD502-2E9C-101B-9397-08002B2CF9AE}, 28
-
-
-
-
- Name: System.MileageInformation -- PKEY_MileageInformation
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {FDF84370-031A-4ADD-9E91-0D775F1C6605}, 100
-
-
-
-
- Name: System.MIMEType -- PKEY_MIMEType
- Description: The MIME type. Eg, for EML files: 'message/rfc822'.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {0B63E350-9CCC-11D0-BCDB-00805FCCCE04}, 5
-
-
-
-
- Name: System.NamespaceCLSID -- PKEY_NamespaceCLSID
- Description: The CLSID of the name space extension for an item, the object that implements IShellFolder for this item
-
- Type: Guid -- VT_CLSID
- FormatID: (FMTID_ShellDetails) {28636AA6-953D-11D2-B5D6-00C04FD918D0}, 6
-
-
-
-
- Name: System.Null -- PKEY_Null
- Description:
- Type: Null -- VT_NULL
- FormatID: {00000000-0000-0000-0000-000000000000}, 0
-
-
-
-
- Name: System.OfflineAvailability -- PKEY_OfflineAvailability
- Description:
- Type: UInt32 -- VT_UI4
- FormatID: {A94688B6-7D9F-4570-A648-E3DFC0AB2B3F}, 100
-
-
-
-
- Name: System.OfflineStatus -- PKEY_OfflineStatus
- Description:
- Type: UInt32 -- VT_UI4
- FormatID: {6D24888F-4718-4BDA-AFED-EA0FB4386CD8}, 100
-
-
-
-
- Name: System.OriginalFileName -- PKEY_OriginalFileName
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSFMTID_VERSION) {0CEF7D53-FA64-11D1-A203-0000F81FEDEE}, 6
-
-
-
-
- Name: System.OwnerSID -- PKEY_OwnerSID
- Description: SID of the user that owns the library.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {5D76B67F-9B3D-44BB-B6AE-25DA4F638A67}, 6
-
-
-
-
- Name: System.ParentalRating -- PKEY_ParentalRating
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 21 (PIDMSI_PARENTAL_RATING)
-
-
-
-
- Name: System.ParentalRatingReason -- PKEY_ParentalRatingReason
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {10984E0A-F9F2-4321-B7EF-BAF195AF4319}, 100
-
-
-
-
- Name: System.ParentalRatingsOrganization -- PKEY_ParentalRatingsOrganization
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {A7FE0840-1344-46F0-8D37-52ED712A4BF9}, 100
-
-
-
-
- Name: System.ParsingBindContext -- PKEY_ParsingBindContext
- Description: used to get the IBindCtx for an item for parsing
-
- Type: Any -- VT_NULL Legacy code may treat this as VT_UNKNOWN.
- FormatID: {DFB9A04D-362F-4CA3-B30B-0254B17B5B84}, 100
-
-
-
-
- Name: System.ParsingName -- PKEY_ParsingName
- Description: The shell namespace name of an item relative to a parent folder. This name may be passed to
- IShellFolder::ParseDisplayName() of the parent shell folder.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_ShellDetails) {28636AA6-953D-11D2-B5D6-00C04FD918D0}, 24
-
-
-
-
- Name: System.ParsingPath -- PKEY_ParsingPath
- Description: This is the shell namespace path to the item. This path may be passed to
- SHParseDisplayName to parse the path to the correct shell folder.
-
- If the item is a file, the value is identical to System.ItemPathDisplay.
-
- If the item cannot be accessed through the shell namespace, this value is VT_EMPTY.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_ShellDetails) {28636AA6-953D-11D2-B5D6-00C04FD918D0}, 30
-
-
-
-
- Name: System.PerceivedType -- PKEY_PerceivedType
- Description: The perceived type of a shell item, based upon its canonical type.
-
- Type: Int32 -- VT_I4
- FormatID: (FMTID_ShellDetails) {28636AA6-953D-11D2-B5D6-00C04FD918D0}, 9
-
-
-
-
- Name: System.PercentFull -- PKEY_PercentFull
- Description: The amount filled as a percentage, multiplied by 100 (ie, the valid range is 0 through 100).
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_Volume) {9B174B35-40FF-11D2-A27E-00C04FC30871}, 5 (Filesystem Volume Properties)
-
-
-
-
- Name: System.Priority -- PKEY_Priority
- Description:
-
- Type: UInt16 -- VT_UI2
- FormatID: {9C1FCF74-2D97-41BA-B4AE-CB2E3661A6E4}, 5
-
-
-
-
- Name: System.PriorityText -- PKEY_PriorityText
- Description: This is the user-friendly form of System.Priority. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {D98BE98B-B86B-4095-BF52-9D23B2E0A752}, 100
-
-
-
-
- Name: System.Project -- PKEY_Project
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {39A7F922-477C-48DE-8BC8-B28441E342E3}, 100
-
-
-
-
- Name: System.ProviderItemID -- PKEY_ProviderItemID
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {F21D9941-81F0-471A-ADEE-4E74B49217ED}, 100
-
-
-
-
- Name: System.Rating -- PKEY_Rating
- Description: Indicates the users preference rating of an item on a scale of 1-99 (1-12 = One Star,
- 13-37 = Two Stars, 38-62 = Three Stars, 63-87 = Four Stars, 88-99 = Five Stars).
-
- Type: UInt32 -- VT_UI4
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 9 (PIDMSI_RATING)
-
-
-
-
- Name: System.RatingText -- PKEY_RatingText
- Description: This is the user-friendly form of System.Rating. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {90197CA7-FD8F-4E8C-9DA3-B57E1E609295}, 100
-
-
-
-
- Name: System.Sensitivity -- PKEY_Sensitivity
- Description:
-
- Type: UInt16 -- VT_UI2
- FormatID: {F8D3F6AC-4874-42CB-BE59-AB454B30716A}, 100
-
-
-
-
- Name: System.SensitivityText -- PKEY_SensitivityText
- Description: This is the user-friendly form of System.Sensitivity. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {D0C7F054-3F72-4725-8527-129A577CB269}, 100
-
-
-
-
- Name: System.SFGAOFlags -- PKEY_SFGAOFlags
- Description: IShellFolder::GetAttributesOf flags, with SFGAO_PKEYSFGAOMASK attributes masked out.
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_ShellDetails) {28636AA6-953D-11D2-B5D6-00C04FD918D0}, 25
-
-
-
-
- Name: System.SharedWith -- PKEY_SharedWith
- Description: Who is the item shared with?
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {EF884C5B-2BFE-41BB-AAE5-76EEDF4F9902}, 200
-
-
-
-
- Name: System.ShareUserRating -- PKEY_ShareUserRating
- Description:
-
- Type: UInt32 -- VT_UI4
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 12 (PIDMSI_SHARE_USER_RATING)
-
-
-
-
- Name: System.SharingStatus -- PKEY_SharingStatus
- Description: What is the item's sharing status (not shared, shared, everyone (homegroup or everyone), or private)?
-
- Type: UInt32 -- VT_UI4
- FormatID: {EF884C5B-2BFE-41BB-AAE5-76EEDF4F9902}, 300
-
-
-
-
- Name: System.SimpleRating -- PKEY_SimpleRating
- Description: Indicates the users preference rating of an item on a scale of 0-5 (0=unrated, 1=One Star, 2=Two Stars, 3=Three Stars,
- 4=Four Stars, 5=Five Stars)
-
- Type: UInt32 -- VT_UI4
- FormatID: {A09F084E-AD41-489F-8076-AA5BE3082BCA}, 100
-
-
-
-
- Name: System.Size -- PKEY_Size
- Description:
-
- Type: UInt64 -- VT_UI8
- FormatID: (FMTID_Storage) {B725F130-47EF-101A-A5F1-02608C9EEBAC}, 12 (PID_STG_SIZE)
-
-
-
-
- Name: System.SoftwareUsed -- PKEY_SoftwareUsed
- Description: PropertyTagSoftwareUsed
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 305
-
-
-
-
- Name: System.SourceItem -- PKEY_SourceItem
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {668CDFA5-7A1B-4323-AE4B-E527393A1D81}, 100
-
-
-
-
- Name: System.StartDate -- PKEY_StartDate
- Description:
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {48FD6EC8-8A12-4CDF-A03E-4EC5A511EDDE}, 100
-
-
-
-
- Name: System.Status -- PKEY_Status
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_IntSite) {000214A1-0000-0000-C000-000000000046}, 9
-
-
-
-
- Name: System.Subject -- PKEY_Subject
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 3 (PIDSI_SUBJECT)
-
-
-
-
- Name: System.Thumbnail -- PKEY_Thumbnail
- Description: A data that represents the thumbnail in VT_CF format.
-
- Type: Clipboard -- VT_CF
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 17 (PIDSI_THUMBNAIL)
-
-
-
-
- Name: System.ThumbnailCacheId -- PKEY_ThumbnailCacheId
- Description: Unique value that can be used as a key to cache thumbnails. The value changes when the name, volume, or data modified
- of an item changes.
-
- Type: UInt64 -- VT_UI8
- FormatID: {446D16B1-8DAD-4870-A748-402EA43D788C}, 100
-
-
-
-
- Name: System.ThumbnailStream -- PKEY_ThumbnailStream
- Description: Data that represents the thumbnail in VT_STREAM format that GDI+/WindowsCodecs supports (jpg, png, etc).
-
- Type: Stream -- VT_STREAM
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 27
-
-
-
-
- Name: System.Title -- PKEY_Title
- Description: Title of item.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR) Legacy code may treat this as VT_LPSTR.
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 2 (PIDSI_TITLE)
-
-
-
-
- Name: System.TotalFileSize -- PKEY_TotalFileSize
- Description:
-
- Type: UInt64 -- VT_UI8
- FormatID: (FMTID_ShellDetails) {28636AA6-953D-11D2-B5D6-00C04FD918D0}, 14
-
-
-
-
- Name: System.Trademarks -- PKEY_Trademarks
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSFMTID_VERSION) {0CEF7D53-FA64-11D1-A203-0000F81FEDEE}, 9 (PIDVSI_Trademarks)
-
-
-
-
- System.AppUserModel Properties
-
-
-
-
- System.Audio Properties
-
-
-
-
- System.Calendar Properties
-
-
-
-
- System.Communication Properties
-
-
-
-
- System.Computer Properties
-
-
-
-
- System.Contact Properties
-
-
-
-
- System.Device Properties
-
-
-
-
- System.DeviceInterface Properties
-
-
-
-
- System.Devices Properties
-
-
-
-
- System.Document Properties
-
-
-
-
- System.DRM Properties
-
-
-
-
- System.GPS Properties
-
-
-
-
- System.Identity Properties
-
-
-
-
- System.IdentityProvider Properties
-
-
-
-
- System.Image Properties
-
-
-
-
- System.Journal Properties
-
-
-
-
- System.LayoutPattern Properties
-
-
-
-
- System.Link Properties
-
-
-
-
- System.Media Properties
-
-
-
-
- System.Message Properties
-
-
-
-
- System.Music Properties
-
-
-
-
- System.Note Properties
-
-
-
-
- System.Photo Properties
-
-
-
-
- System.PropGroup Properties
-
-
-
-
- System.PropList Properties
-
-
-
-
- System.RecordedTV Properties
-
-
-
-
- System.Search Properties
-
-
-
-
- System.Shell Properties
-
-
-
-
- System.Software Properties
-
-
-
-
- System.Sync Properties
-
-
-
-
- System.Task Properties
-
-
-
-
- System.Video Properties
-
-
-
-
- System.Volume Properties
-
-
-
-
- System.AppUserModel Properties
-
-
-
-
- Name: System.AppUserModel.ExcludeFromShowInNewInstall -- PKEY_AppUserModel_ExcludeFromShowInNewInstall
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3}, 8
-
-
-
-
- Name: System.AppUserModel.ID -- PKEY_AppUserModel_ID
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3}, 5
-
-
-
-
- Name: System.AppUserModel.IsDestListSeparator -- PKEY_AppUserModel_IsDestListSeparator
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3}, 6
-
-
-
-
- Name: System.AppUserModel.PreventPinning -- PKEY_AppUserModel_PreventPinning
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3}, 9
-
-
-
-
- Name: System.AppUserModel.RelaunchCommand -- PKEY_AppUserModel_RelaunchCommand
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3}, 2
-
-
-
-
- Name: System.AppUserModel.RelaunchDisplayNameResource -- PKEY_AppUserModel_RelaunchDisplayNameResource
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3}, 4
-
-
-
-
- Name: System.AppUserModel.RelaunchIconResource -- PKEY_AppUserModel_RelaunchIconResource
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3}, 3
-
-
-
-
- System.Audio Properties
-
-
-
-
- Name: System.Audio.ChannelCount -- PKEY_Audio_ChannelCount
- Description: Indicates the channel count for the audio file. Values: 1 (mono), 2 (stereo).
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_AudioSummaryInformation) {64440490-4C8B-11D1-8B70-080036B11A03}, 7 (PIDASI_CHANNEL_COUNT)
-
-
-
-
- Name: System.Audio.Compression -- PKEY_Audio_Compression
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_AudioSummaryInformation) {64440490-4C8B-11D1-8B70-080036B11A03}, 10 (PIDASI_COMPRESSION)
-
-
-
-
- Name: System.Audio.EncodingBitrate -- PKEY_Audio_EncodingBitrate
- Description: Indicates the average data rate in Hz for the audio file in "bits per second".
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_AudioSummaryInformation) {64440490-4C8B-11D1-8B70-080036B11A03}, 4 (PIDASI_AVG_DATA_RATE)
-
-
-
-
- Name: System.Audio.Format -- PKEY_Audio_Format
- Description: Indicates the format of the audio file.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR) Legacy code may treat this as VT_BSTR.
- FormatID: (FMTID_AudioSummaryInformation) {64440490-4C8B-11D1-8B70-080036B11A03}, 2 (PIDASI_FORMAT)
-
-
-
-
- Name: System.Audio.IsVariableBitRate -- PKEY_Audio_IsVariableBitRate
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {E6822FEE-8C17-4D62-823C-8E9CFCBD1D5C}, 100
-
-
-
-
- Name: System.Audio.PeakValue -- PKEY_Audio_PeakValue
- Description:
- Type: UInt32 -- VT_UI4
- FormatID: {2579E5D0-1116-4084-BD9A-9B4F7CB4DF5E}, 100
-
-
-
-
- Name: System.Audio.SampleRate -- PKEY_Audio_SampleRate
- Description: Indicates the audio sample rate for the audio file in "samples per second".
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_AudioSummaryInformation) {64440490-4C8B-11D1-8B70-080036B11A03}, 5 (PIDASI_SAMPLE_RATE)
-
-
-
-
- Name: System.Audio.SampleSize -- PKEY_Audio_SampleSize
- Description: Indicates the audio sample size for the audio file in "bits per sample".
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_AudioSummaryInformation) {64440490-4C8B-11D1-8B70-080036B11A03}, 6 (PIDASI_SAMPLE_SIZE)
-
-
-
-
- Name: System.Audio.StreamName -- PKEY_Audio_StreamName
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_AudioSummaryInformation) {64440490-4C8B-11D1-8B70-080036B11A03}, 9 (PIDASI_STREAM_NAME)
-
-
-
-
- Name: System.Audio.StreamNumber -- PKEY_Audio_StreamNumber
- Description:
-
- Type: UInt16 -- VT_UI2
- FormatID: (FMTID_AudioSummaryInformation) {64440490-4C8B-11D1-8B70-080036B11A03}, 8 (PIDASI_STREAM_NUMBER)
-
-
-
-
- System.Calendar Properties
-
-
-
-
- Name: System.Calendar.Duration -- PKEY_Calendar_Duration
- Description: The duration as specified in a string.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {293CA35A-09AA-4DD2-B180-1FE245728A52}, 100
-
-
-
-
- Name: System.Calendar.IsOnline -- PKEY_Calendar_IsOnline
- Description: Identifies if the event is an online event.
-
- Type: Boolean -- VT_BOOL
- FormatID: {BFEE9149-E3E2-49A7-A862-C05988145CEC}, 100
-
-
-
-
- Name: System.Calendar.IsRecurring -- PKEY_Calendar_IsRecurring
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {315B9C8D-80A9-4EF9-AE16-8E746DA51D70}, 100
-
-
-
-
- Name: System.Calendar.Location -- PKEY_Calendar_Location
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {F6272D18-CECC-40B1-B26A-3911717AA7BD}, 100
-
-
-
-
- Name: System.Calendar.OptionalAttendeeAddresses -- PKEY_Calendar_OptionalAttendeeAddresses
- Description:
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {D55BAE5A-3892-417A-A649-C6AC5AAAEAB3}, 100
-
-
-
-
- Name: System.Calendar.OptionalAttendeeNames -- PKEY_Calendar_OptionalAttendeeNames
- Description:
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {09429607-582D-437F-84C3-DE93A2B24C3C}, 100
-
-
-
-
- Name: System.Calendar.OrganizerAddress -- PKEY_Calendar_OrganizerAddress
- Description: Address of the organizer organizing the event.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {744C8242-4DF5-456C-AB9E-014EFB9021E3}, 100
-
-
-
-
- Name: System.Calendar.OrganizerName -- PKEY_Calendar_OrganizerName
- Description: Name of the organizer organizing the event.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {AAA660F9-9865-458E-B484-01BC7FE3973E}, 100
-
-
-
-
- Name: System.Calendar.ReminderTime -- PKEY_Calendar_ReminderTime
- Description:
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {72FC5BA4-24F9-4011-9F3F-ADD27AFAD818}, 100
-
-
-
-
- Name: System.Calendar.RequiredAttendeeAddresses -- PKEY_Calendar_RequiredAttendeeAddresses
- Description:
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {0BA7D6C3-568D-4159-AB91-781A91FB71E5}, 100
-
-
-
-
- Name: System.Calendar.RequiredAttendeeNames -- PKEY_Calendar_RequiredAttendeeNames
- Description:
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {B33AF30B-F552-4584-936C-CB93E5CDA29F}, 100
-
-
-
-
- Name: System.Calendar.Resources -- PKEY_Calendar_Resources
- Description:
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {00F58A38-C54B-4C40-8696-97235980EAE1}, 100
-
-
-
-
- Name: System.Calendar.ResponseStatus -- PKEY_Calendar_ResponseStatus
- Description: This property stores the status of the user responses to meetings in her calendar.
-
- Type: UInt16 -- VT_UI2
- FormatID: {188C1F91-3C40-4132-9EC5-D8B03B72A8A2}, 100
-
-
-
-
- Name: System.Calendar.ShowTimeAs -- PKEY_Calendar_ShowTimeAs
- Description:
-
- Type: UInt16 -- VT_UI2
- FormatID: {5BF396D4-5EB2-466F-BDE9-2FB3F2361D6E}, 100
-
-
-
-
- Name: System.Calendar.ShowTimeAsText -- PKEY_Calendar_ShowTimeAsText
- Description: This is the user-friendly form of System.Calendar.ShowTimeAs. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {53DA57CF-62C0-45C4-81DE-7610BCEFD7F5}, 100
-
-
-
-
- System.Communication Properties
-
-
-
-
- Name: System.Communication.AccountName -- PKEY_Communication_AccountName
- Description: Account Name
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 9
-
-
-
-
- Name: System.Communication.DateItemExpires -- PKEY_Communication_DateItemExpires
- Description: Date the item expires due to the retention policy.
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {428040AC-A177-4C8A-9760-F6F761227F9A}, 100
-
-
-
-
- Name: System.Communication.FollowupIconIndex -- PKEY_Communication_FollowupIconIndex
- Description: This is the icon index used on messages marked for followup.
-
- Type: Int32 -- VT_I4
- FormatID: {83A6347E-6FE4-4F40-BA9C-C4865240D1F4}, 100
-
-
-
-
- Name: System.Communication.HeaderItem -- PKEY_Communication_HeaderItem
- Description: This property will be true if the item is a header item which means the item hasn't been fully downloaded.
-
- Type: Boolean -- VT_BOOL
- FormatID: {C9C34F84-2241-4401-B607-BD20ED75AE7F}, 100
-
-
-
-
- Name: System.Communication.PolicyTag -- PKEY_Communication_PolicyTag
- Description: This a string used to identify the retention policy applied to the item.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {EC0B4191-AB0B-4C66-90B6-C6637CDEBBAB}, 100
-
-
-
-
- Name: System.Communication.SecurityFlags -- PKEY_Communication_SecurityFlags
- Description: Security flags associated with the item to know if the item is encrypted, signed or DRM enabled.
-
- Type: Int32 -- VT_I4
- FormatID: {8619A4B6-9F4D-4429-8C0F-B996CA59E335}, 100
-
-
-
-
- Name: System.Communication.Suffix -- PKEY_Communication_Suffix
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {807B653A-9E91-43EF-8F97-11CE04EE20C5}, 100
-
-
-
-
- Name: System.Communication.TaskStatus -- PKEY_Communication_TaskStatus
- Description:
- Type: UInt16 -- VT_UI2
- FormatID: {BE1A72C6-9A1D-46B7-AFE7-AFAF8CEF4999}, 100
-
-
-
-
- Name: System.Communication.TaskStatusText -- PKEY_Communication_TaskStatusText
- Description: This is the user-friendly form of System.Communication.TaskStatus. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {A6744477-C237-475B-A075-54F34498292A}, 100
-
-
-
-
- System.Computer Properties
-
-
-
-
- Name: System.Computer.DecoratedFreeSpace -- PKEY_Computer_DecoratedFreeSpace
- Description: Free space and total space: "%s free of %s"
-
- Type: Multivalue UInt64 -- VT_VECTOR | VT_UI8 (For variants: VT_ARRAY | VT_UI8)
- FormatID: (FMTID_Volume) {9B174B35-40FF-11D2-A27E-00C04FC30871}, 7 (Filesystem Volume Properties)
-
-
-
-
- System.Contact Properties
-
-
-
-
- Name: System.Contact.Anniversary -- PKEY_Contact_Anniversary
- Description:
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {9AD5BADB-CEA7-4470-A03D-B84E51B9949E}, 100
-
-
-
-
- Name: System.Contact.AssistantName -- PKEY_Contact_AssistantName
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {CD102C9C-5540-4A88-A6F6-64E4981C8CD1}, 100
-
-
-
-
- Name: System.Contact.AssistantTelephone -- PKEY_Contact_AssistantTelephone
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {9A93244D-A7AD-4FF8-9B99-45EE4CC09AF6}, 100
-
-
-
-
- Name: System.Contact.Birthday -- PKEY_Contact_Birthday
- Description:
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {176DC63C-2688-4E89-8143-A347800F25E9}, 47
-
-
-
-
- Name: System.Contact.BusinessAddress -- PKEY_Contact_BusinessAddress
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {730FB6DD-CF7C-426B-A03F-BD166CC9EE24}, 100
-
-
-
-
- Name: System.Contact.BusinessAddressCity -- PKEY_Contact_BusinessAddressCity
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {402B5934-EC5A-48C3-93E6-85E86A2D934E}, 100
-
-
-
-
- Name: System.Contact.BusinessAddressCountry -- PKEY_Contact_BusinessAddressCountry
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {B0B87314-FCF6-4FEB-8DFF-A50DA6AF561C}, 100
-
-
-
-
- Name: System.Contact.BusinessAddressPostalCode -- PKEY_Contact_BusinessAddressPostalCode
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {E1D4A09E-D758-4CD1-B6EC-34A8B5A73F80}, 100
-
-
-
-
- Name: System.Contact.BusinessAddressPostOfficeBox -- PKEY_Contact_BusinessAddressPostOfficeBox
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {BC4E71CE-17F9-48D5-BEE9-021DF0EA5409}, 100
-
-
-
-
- Name: System.Contact.BusinessAddressState -- PKEY_Contact_BusinessAddressState
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {446F787F-10C4-41CB-A6C4-4D0343551597}, 100
-
-
-
-
- Name: System.Contact.BusinessAddressStreet -- PKEY_Contact_BusinessAddressStreet
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {DDD1460F-C0BF-4553-8CE4-10433C908FB0}, 100
-
-
-
-
- Name: System.Contact.BusinessFaxNumber -- PKEY_Contact_BusinessFaxNumber
- Description: Business fax number of the contact.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {91EFF6F3-2E27-42CA-933E-7C999FBE310B}, 100
-
-
-
-
- Name: System.Contact.BusinessHomePage -- PKEY_Contact_BusinessHomePage
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {56310920-2491-4919-99CE-EADB06FAFDB2}, 100
-
-
-
-
- Name: System.Contact.BusinessTelephone -- PKEY_Contact_BusinessTelephone
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {6A15E5A0-0A1E-4CD7-BB8C-D2F1B0C929BC}, 100
-
-
-
-
- Name: System.Contact.CallbackTelephone -- PKEY_Contact_CallbackTelephone
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {BF53D1C3-49E0-4F7F-8567-5A821D8AC542}, 100
-
-
-
-
- Name: System.Contact.CarTelephone -- PKEY_Contact_CarTelephone
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {8FDC6DEA-B929-412B-BA90-397A257465FE}, 100
-
-
-
-
- Name: System.Contact.Children -- PKEY_Contact_Children
- Description:
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {D4729704-8EF1-43EF-9024-2BD381187FD5}, 100
-
-
-
-
- Name: System.Contact.CompanyMainTelephone -- PKEY_Contact_CompanyMainTelephone
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {8589E481-6040-473D-B171-7FA89C2708ED}, 100
-
-
-
-
- Name: System.Contact.Department -- PKEY_Contact_Department
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {FC9F7306-FF8F-4D49-9FB6-3FFE5C0951EC}, 100
-
-
-
-
- Name: System.Contact.EmailAddress -- PKEY_Contact_EmailAddress
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {F8FA7FA3-D12B-4785-8A4E-691A94F7A3E7}, 100
-
-
-
-
- Name: System.Contact.EmailAddress2 -- PKEY_Contact_EmailAddress2
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {38965063-EDC8-4268-8491-B7723172CF29}, 100
-
-
-
-
- Name: System.Contact.EmailAddress3 -- PKEY_Contact_EmailAddress3
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {644D37B4-E1B3-4BAD-B099-7E7C04966ACA}, 100
-
-
-
-
- Name: System.Contact.EmailAddresses -- PKEY_Contact_EmailAddresses
- Description:
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {84D8F337-981D-44B3-9615-C7596DBA17E3}, 100
-
-
-
-
- Name: System.Contact.EmailName -- PKEY_Contact_EmailName
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {CC6F4F24-6083-4BD4-8754-674D0DE87AB8}, 100
-
-
-
-
- Name: System.Contact.FileAsName -- PKEY_Contact_FileAsName
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {F1A24AA7-9CA7-40F6-89EC-97DEF9FFE8DB}, 100
-
-
-
-
- Name: System.Contact.FirstName -- PKEY_Contact_FirstName
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {14977844-6B49-4AAD-A714-A4513BF60460}, 100
-
-
-
-
- Name: System.Contact.FullName -- PKEY_Contact_FullName
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {635E9051-50A5-4BA2-B9DB-4ED056C77296}, 100
-
-
-
-
- Name: System.Contact.Gender -- PKEY_Contact_Gender
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {3C8CEE58-D4F0-4CF9-B756-4E5D24447BCD}, 100
-
-
-
-
- Name: System.Contact.GenderValue -- PKEY_Contact_GenderValue
- Description:
- Type: UInt16 -- VT_UI2
- FormatID: {3C8CEE58-D4F0-4CF9-B756-4E5D24447BCD}, 101
-
-
-
-
- Name: System.Contact.Hobbies -- PKEY_Contact_Hobbies
- Description:
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {5DC2253F-5E11-4ADF-9CFE-910DD01E3E70}, 100
-
-
-
-
- Name: System.Contact.HomeAddress -- PKEY_Contact_HomeAddress
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {98F98354-617A-46B8-8560-5B1B64BF1F89}, 100
-
-
-
-
- Name: System.Contact.HomeAddressCity -- PKEY_Contact_HomeAddressCity
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {176DC63C-2688-4E89-8143-A347800F25E9}, 65
-
-
-
-
- Name: System.Contact.HomeAddressCountry -- PKEY_Contact_HomeAddressCountry
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {08A65AA1-F4C9-43DD-9DDF-A33D8E7EAD85}, 100
-
-
-
-
- Name: System.Contact.HomeAddressPostalCode -- PKEY_Contact_HomeAddressPostalCode
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {8AFCC170-8A46-4B53-9EEE-90BAE7151E62}, 100
-
-
-
-
- Name: System.Contact.HomeAddressPostOfficeBox -- PKEY_Contact_HomeAddressPostOfficeBox
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {7B9F6399-0A3F-4B12-89BD-4ADC51C918AF}, 100
-
-
-
-
- Name: System.Contact.HomeAddressState -- PKEY_Contact_HomeAddressState
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C89A23D0-7D6D-4EB8-87D4-776A82D493E5}, 100
-
-
-
-
- Name: System.Contact.HomeAddressStreet -- PKEY_Contact_HomeAddressStreet
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {0ADEF160-DB3F-4308-9A21-06237B16FA2A}, 100
-
-
-
-
- Name: System.Contact.HomeFaxNumber -- PKEY_Contact_HomeFaxNumber
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {660E04D6-81AB-4977-A09F-82313113AB26}, 100
-
-
-
-
- Name: System.Contact.HomeTelephone -- PKEY_Contact_HomeTelephone
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {176DC63C-2688-4E89-8143-A347800F25E9}, 20
-
-
-
-
- Name: System.Contact.IMAddress -- PKEY_Contact_IMAddress
- Description:
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {D68DBD8A-3374-4B81-9972-3EC30682DB3D}, 100
-
-
-
-
- Name: System.Contact.Initials -- PKEY_Contact_Initials
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {F3D8F40D-50CB-44A2-9718-40CB9119495D}, 100
-
-
-
-
- Name: System.Contact.JobTitle -- PKEY_Contact_JobTitle
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {176DC63C-2688-4E89-8143-A347800F25E9}, 6
-
-
-
-
- Name: System.Contact.Label -- PKEY_Contact_Label
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {97B0AD89-DF49-49CC-834E-660974FD755B}, 100
-
-
-
-
- Name: System.Contact.LastName -- PKEY_Contact_LastName
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {8F367200-C270-457C-B1D4-E07C5BCD90C7}, 100
-
-
-
-
- Name: System.Contact.MailingAddress -- PKEY_Contact_MailingAddress
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C0AC206A-827E-4650-95AE-77E2BB74FCC9}, 100
-
-
-
-
- Name: System.Contact.MiddleName -- PKEY_Contact_MiddleName
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {176DC63C-2688-4E89-8143-A347800F25E9}, 71
-
-
-
-
- Name: System.Contact.MobileTelephone -- PKEY_Contact_MobileTelephone
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {176DC63C-2688-4E89-8143-A347800F25E9}, 35
-
-
-
-
- Name: System.Contact.NickName -- PKEY_Contact_NickName
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {176DC63C-2688-4E89-8143-A347800F25E9}, 74
-
-
-
-
- Name: System.Contact.OfficeLocation -- PKEY_Contact_OfficeLocation
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {176DC63C-2688-4E89-8143-A347800F25E9}, 7
-
-
-
-
- Name: System.Contact.OtherAddress -- PKEY_Contact_OtherAddress
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {508161FA-313B-43D5-83A1-C1ACCF68622C}, 100
-
-
-
-
- Name: System.Contact.OtherAddressCity -- PKEY_Contact_OtherAddressCity
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {6E682923-7F7B-4F0C-A337-CFCA296687BF}, 100
-
-
-
-
- Name: System.Contact.OtherAddressCountry -- PKEY_Contact_OtherAddressCountry
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {8F167568-0AAE-4322-8ED9-6055B7B0E398}, 100
-
-
-
-
- Name: System.Contact.OtherAddressPostalCode -- PKEY_Contact_OtherAddressPostalCode
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {95C656C1-2ABF-4148-9ED3-9EC602E3B7CD}, 100
-
-
-
-
- Name: System.Contact.OtherAddressPostOfficeBox -- PKEY_Contact_OtherAddressPostOfficeBox
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {8B26EA41-058F-43F6-AECC-4035681CE977}, 100
-
-
-
-
- Name: System.Contact.OtherAddressState -- PKEY_Contact_OtherAddressState
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {71B377D6-E570-425F-A170-809FAE73E54E}, 100
-
-
-
-
- Name: System.Contact.OtherAddressStreet -- PKEY_Contact_OtherAddressStreet
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {FF962609-B7D6-4999-862D-95180D529AEA}, 100
-
-
-
-
- Name: System.Contact.PagerTelephone -- PKEY_Contact_PagerTelephone
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {D6304E01-F8F5-4F45-8B15-D024A6296789}, 100
-
-
-
-
- Name: System.Contact.PersonalTitle -- PKEY_Contact_PersonalTitle
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {176DC63C-2688-4E89-8143-A347800F25E9}, 69
-
-
-
-
- Name: System.Contact.PrimaryAddressCity -- PKEY_Contact_PrimaryAddressCity
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C8EA94F0-A9E3-4969-A94B-9C62A95324E0}, 100
-
-
-
-
- Name: System.Contact.PrimaryAddressCountry -- PKEY_Contact_PrimaryAddressCountry
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {E53D799D-0F3F-466E-B2FF-74634A3CB7A4}, 100
-
-
-
-
- Name: System.Contact.PrimaryAddressPostalCode -- PKEY_Contact_PrimaryAddressPostalCode
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {18BBD425-ECFD-46EF-B612-7B4A6034EDA0}, 100
-
-
-
-
- Name: System.Contact.PrimaryAddressPostOfficeBox -- PKEY_Contact_PrimaryAddressPostOfficeBox
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {DE5EF3C7-46E1-484E-9999-62C5308394C1}, 100
-
-
-
-
- Name: System.Contact.PrimaryAddressState -- PKEY_Contact_PrimaryAddressState
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {F1176DFE-7138-4640-8B4C-AE375DC70A6D}, 100
-
-
-
-
- Name: System.Contact.PrimaryAddressStreet -- PKEY_Contact_PrimaryAddressStreet
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {63C25B20-96BE-488F-8788-C09C407AD812}, 100
-
-
-
-
- Name: System.Contact.PrimaryEmailAddress -- PKEY_Contact_PrimaryEmailAddress
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {176DC63C-2688-4E89-8143-A347800F25E9}, 48
-
-
-
-
- Name: System.Contact.PrimaryTelephone -- PKEY_Contact_PrimaryTelephone
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {176DC63C-2688-4E89-8143-A347800F25E9}, 25
-
-
-
-
- Name: System.Contact.Profession -- PKEY_Contact_Profession
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {7268AF55-1CE4-4F6E-A41F-B6E4EF10E4A9}, 100
-
-
-
-
- Name: System.Contact.SpouseName -- PKEY_Contact_SpouseName
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {9D2408B6-3167-422B-82B0-F583B7A7CFE3}, 100
-
-
-
-
- Name: System.Contact.Suffix -- PKEY_Contact_Suffix
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {176DC63C-2688-4E89-8143-A347800F25E9}, 73
-
-
-
-
- Name: System.Contact.TelexNumber -- PKEY_Contact_TelexNumber
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C554493C-C1F7-40C1-A76C-EF8C0614003E}, 100
-
-
-
-
- Name: System.Contact.TTYTDDTelephone -- PKEY_Contact_TTYTDDTelephone
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {AAF16BAC-2B55-45E6-9F6D-415EB94910DF}, 100
-
-
-
-
- Name: System.Contact.WebPage -- PKEY_Contact_WebPage
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 18
-
-
-
-
- Contact.JA Properties
-
-
-
-
- Contact.JA Properties
-
-
-
-
- Name: System.Contact.JA.CompanyNamePhonetic -- PKEY_Contact_JA_CompanyNamePhonetic
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {897B3694-FE9E-43E6-8066-260F590C0100}, 2
-
-
-
-
- Name: System.Contact.JA.FirstNamePhonetic -- PKEY_Contact_JA_FirstNamePhonetic
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {897B3694-FE9E-43E6-8066-260F590C0100}, 3
-
-
-
-
- Name: System.Contact.JA.LastNamePhonetic -- PKEY_Contact_JA_LastNamePhonetic
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {897B3694-FE9E-43E6-8066-260F590C0100}, 4
-
-
-
-
- System.Device Properties
-
-
-
-
- Name: System.Device.PrinterURL -- PKEY_Device_PrinterURL
- Description: Printer information Printer URL.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {0B48F35A-BE6E-4F17-B108-3C4073D1669A}, 15
-
-
-
-
- System.DeviceInterface Properties
-
-
-
-
- Name: System.DeviceInterface.PrinterDriverDirectory -- PKEY_DeviceInterface_PrinterDriverDirectory
- Description: Printer information Printer Driver Directory.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {847C66DE-B8D6-4AF9-ABC3-6F4F926BC039}, 14
-
-
-
-
- Name: System.DeviceInterface.PrinterDriverName -- PKEY_DeviceInterface_PrinterDriverName
- Description: Printer information Driver Name.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {AFC47170-14F5-498C-8F30-B0D19BE449C6}, 11
-
-
-
-
- Name: System.DeviceInterface.PrinterName -- PKEY_DeviceInterface_PrinterName
- Description: Printer information Printer Name.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {0A7B84EF-0C27-463F-84EF-06C5070001BE}, 10
-
-
-
-
- Name: System.DeviceInterface.PrinterPortName -- PKEY_DeviceInterface_PrinterPortName
- Description: Printer information Port Name.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {EEC7B761-6F94-41B1-949F-C729720DD13C}, 12
-
-
-
-
- System.Devices Properties
-
-
-
-
- Name: System.Devices.BatteryLife -- PKEY_Devices_BatteryLife
- Description: Remaining battery life of the device as an integer between 0 and 100 percent.
-
- Type: Byte -- VT_UI1
- FormatID: {49CD1F76-5626-4B17-A4E8-18B4AA1A2213}, 10
-
-
-
-
- Name: System.Devices.BatteryPlusCharging -- PKEY_Devices_BatteryPlusCharging
- Description: Remaining battery life of the device as an integer between 0 and 100 percent and the device's charging state.
-
- Type: Byte -- VT_UI1
- FormatID: {49CD1F76-5626-4B17-A4E8-18B4AA1A2213}, 22
-
-
-
-
- Name: System.Devices.BatteryPlusChargingText -- PKEY_Devices_BatteryPlusChargingText
- Description: Remaining battery life of the device and the device's charging state as a string.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {49CD1F76-5626-4B17-A4E8-18B4AA1A2213}, 23
-
-
-
-
- Name: System.Devices.Category -- PKEY_Devices_Category_Desc_Singular
- Description: Singular form of device category.
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {78C34FC8-104A-4ACA-9EA4-524D52996E57}, 91
-
-
-
-
- Name: System.Devices.CategoryGroup -- PKEY_Devices_CategoryGroup_Desc
- Description: Plural form of device category.
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {78C34FC8-104A-4ACA-9EA4-524D52996E57}, 94
-
-
-
-
- Name: System.Devices.CategoryPlural -- PKEY_Devices_Category_Desc_Plural
- Description: Plural form of device category.
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {78C34FC8-104A-4ACA-9EA4-524D52996E57}, 92
-
-
-
-
- Name: System.Devices.ChargingState -- PKEY_Devices_ChargingState
- Description: Boolean value representing if the device is currently charging.
-
- Type: Byte -- VT_UI1
- FormatID: {49CD1F76-5626-4B17-A4E8-18B4AA1A2213}, 11
-
-
-
-
- Name: System.Devices.Connected -- PKEY_Devices_IsConnected
- Description: Device connection state. If VARIANT_TRUE, indicates the device is currently connected to the computer.
-
- Type: Boolean -- VT_BOOL
- FormatID: {78C34FC8-104A-4ACA-9EA4-524D52996E57}, 55
-
-
-
-
- Name: System.Devices.ContainerId -- PKEY_Devices_ContainerId
- Description: Device container ID.
-
- Type: Guid -- VT_CLSID
- FormatID: {8C7ED206-3F8A-4827-B3AB-AE9E1FAEFC6C}, 2
-
-
-
-
- Name: System.Devices.DefaultTooltip -- PKEY_Devices_DefaultTooltip
- Description: Tooltip for default state
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {880F70A2-6082-47AC-8AAB-A739D1A300C3}, 153
-
-
-
-
- Name: System.Devices.DeviceDescription1 -- PKEY_Devices_DeviceDescription1
- Description: First line of descriptive text about the device.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {78C34FC8-104A-4ACA-9EA4-524D52996E57}, 81
-
-
-
-
- Name: System.Devices.DeviceDescription2 -- PKEY_Devices_DeviceDescription2
- Description: Second line of descriptive text about the device.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {78C34FC8-104A-4ACA-9EA4-524D52996E57}, 82
-
-
-
-
- Name: System.Devices.DiscoveryMethod -- PKEY_Devices_DiscoveryMethod
- Description: Device discovery method. This indicates on what transport or physical connection the device is discovered.
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {78C34FC8-104A-4ACA-9EA4-524D52996E57}, 52
-
-
-
-
- Name: System.Devices.FriendlyName -- PKEY_Devices_FriendlyName
- Description: Device friendly name.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {656A3BB3-ECC0-43FD-8477-4AE0404A96CD}, 12288
-
-
-
-
- Name: System.Devices.FunctionPaths -- PKEY_Devices_FunctionPaths
- Description: Available functions for this device.
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {D08DD4C0-3A9E-462E-8290-7B636B2576B9}, 3
-
-
-
-
- Name: System.Devices.InterfacePaths -- PKEY_Devices_InterfacePaths
- Description: Available interfaces for this device.
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {D08DD4C0-3A9E-462E-8290-7B636B2576B9}, 2
-
-
-
-
- Name: System.Devices.IsDefault -- PKEY_Devices_IsDefaultDevice
- Description: If VARIANT_TRUE, the device is not working properly.
-
- Type: Boolean -- VT_BOOL
- FormatID: {78C34FC8-104A-4ACA-9EA4-524D52996E57}, 86
-
-
-
-
- Name: System.Devices.IsNetworkConnected -- PKEY_Devices_IsNetworkDevice
- Description: If VARIANT_TRUE, the device is not working properly.
-
- Type: Boolean -- VT_BOOL
- FormatID: {78C34FC8-104A-4ACA-9EA4-524D52996E57}, 85
-
-
-
-
- Name: System.Devices.IsShared -- PKEY_Devices_IsSharedDevice
- Description: If VARIANT_TRUE, the device is not working properly.
-
- Type: Boolean -- VT_BOOL
- FormatID: {78C34FC8-104A-4ACA-9EA4-524D52996E57}, 84
-
-
-
-
- Name: System.Devices.IsSoftwareInstalling -- PKEY_Devices_IsSoftwareInstalling
- Description: If VARIANT_TRUE, the device installer is currently installing software.
-
- Type: Boolean -- VT_BOOL
- FormatID: {83DA6326-97A6-4088-9453-A1923F573B29}, 9
-
-
-
-
- Name: System.Devices.LaunchDeviceStageFromExplorer -- PKEY_Devices_LaunchDeviceStageFromExplorer
- Description: Indicates whether to launch Device Stage or not
-
- Type: Boolean -- VT_BOOL
- FormatID: {78C34FC8-104A-4ACA-9EA4-524D52996E57}, 77
-
-
-
-
- Name: System.Devices.LocalMachine -- PKEY_Devices_IsLocalMachine
- Description: If VARIANT_TRUE, the device in question is actually the computer.
-
- Type: Boolean -- VT_BOOL
- FormatID: {78C34FC8-104A-4ACA-9EA4-524D52996E57}, 70
-
-
-
-
- Name: System.Devices.Manufacturer -- PKEY_Devices_Manufacturer
- Description: Device manufacturer.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {656A3BB3-ECC0-43FD-8477-4AE0404A96CD}, 8192
-
-
-
-
- Name: System.Devices.MissedCalls -- PKEY_Devices_MissedCalls
- Description: Number of missed calls on the device.
-
- Type: Byte -- VT_UI1
- FormatID: {49CD1F76-5626-4B17-A4E8-18B4AA1A2213}, 5
-
-
-
-
- Name: System.Devices.ModelName -- PKEY_Devices_ModelName
- Description: Model name of the device.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {656A3BB3-ECC0-43FD-8477-4AE0404A96CD}, 8194
-
-
-
-
- Name: System.Devices.ModelNumber -- PKEY_Devices_ModelNumber
- Description: Model number of the device.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {656A3BB3-ECC0-43FD-8477-4AE0404A96CD}, 8195
-
-
-
-
- Name: System.Devices.NetworkedTooltip -- PKEY_Devices_NetworkedTooltip
- Description: Tooltip for connection state
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {880F70A2-6082-47AC-8AAB-A739D1A300C3}, 152
-
-
-
-
- Name: System.Devices.NetworkName -- PKEY_Devices_NetworkName
- Description: Name of the device's network.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {49CD1F76-5626-4B17-A4E8-18B4AA1A2213}, 7
-
-
-
-
- Name: System.Devices.NetworkType -- PKEY_Devices_NetworkType
- Description: String representing the type of the device's network.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {49CD1F76-5626-4B17-A4E8-18B4AA1A2213}, 8
-
-
-
-
- Name: System.Devices.NewPictures -- PKEY_Devices_NewPictures
- Description: Number of new pictures on the device.
-
- Type: UInt16 -- VT_UI2
- FormatID: {49CD1F76-5626-4B17-A4E8-18B4AA1A2213}, 4
-
-
-
-
- Name: System.Devices.Notification -- PKEY_Devices_Notification
- Description: Device Notification Property.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {06704B0C-E830-4C81-9178-91E4E95A80A0}, 3
-
-
-
-
- Name: System.Devices.NotificationStore -- PKEY_Devices_NotificationStore
- Description: Device Notification Store.
-
- Type: Object -- VT_UNKNOWN
- FormatID: {06704B0C-E830-4C81-9178-91E4E95A80A0}, 2
-
-
-
-
- Name: System.Devices.NotWorkingProperly -- PKEY_Devices_IsNotWorkingProperly
- Description: If VARIANT_TRUE, the device is not working properly.
-
- Type: Boolean -- VT_BOOL
- FormatID: {78C34FC8-104A-4ACA-9EA4-524D52996E57}, 83
-
-
-
-
- Name: System.Devices.Paired -- PKEY_Devices_IsPaired
- Description: Device paired state. If VARIANT_TRUE, indicates the device is not paired with the computer.
-
- Type: Boolean -- VT_BOOL
- FormatID: {78C34FC8-104A-4ACA-9EA4-524D52996E57}, 56
-
-
-
-
- Name: System.Devices.PrimaryCategory -- PKEY_Devices_PrimaryCategory
- Description: Primary category group for this device.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {D08DD4C0-3A9E-462E-8290-7B636B2576B9}, 10
-
-
-
-
- Name: System.Devices.Roaming -- PKEY_Devices_Roaming
- Description: Status indicator used to indicate if the device is roaming.
-
- Type: Byte -- VT_UI1
- FormatID: {49CD1F76-5626-4B17-A4E8-18B4AA1A2213}, 9
-
-
-
-
- Name: System.Devices.SafeRemovalRequired -- PKEY_Devices_SafeRemovalRequired
- Description: Indicates if a device requires safe removal or not
-
- Type: Boolean -- VT_BOOL
- FormatID: {AFD97640-86A3-4210-B67C-289C41AABE55}, 2
-
-
-
-
- Name: System.Devices.SharedTooltip -- PKEY_Devices_SharedTooltip
- Description: Tooltip for sharing state
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {880F70A2-6082-47AC-8AAB-A739D1A300C3}, 151
-
-
-
-
- Name: System.Devices.SignalStrength -- PKEY_Devices_SignalStrength
- Description: Device signal strength.
-
- Type: Byte -- VT_UI1
- FormatID: {49CD1F76-5626-4B17-A4E8-18B4AA1A2213}, 2
-
-
-
-
- Name: System.Devices.Status1 -- PKEY_Devices_Status1
- Description: 1st line of device status.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {D08DD4C0-3A9E-462E-8290-7B636B2576B9}, 257
-
-
-
-
- Name: System.Devices.Status2 -- PKEY_Devices_Status2
- Description: 2nd line of device status.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {D08DD4C0-3A9E-462E-8290-7B636B2576B9}, 258
-
-
-
-
- Name: System.Devices.StorageCapacity -- PKEY_Devices_StorageCapacity
- Description: Total storage capacity of the device.
-
- Type: UInt64 -- VT_UI8
- FormatID: {49CD1F76-5626-4B17-A4E8-18B4AA1A2213}, 12
-
-
-
-
- Name: System.Devices.StorageFreeSpace -- PKEY_Devices_StorageFreeSpace
- Description: Total free space of the storage of the device.
-
- Type: UInt64 -- VT_UI8
- FormatID: {49CD1F76-5626-4B17-A4E8-18B4AA1A2213}, 13
-
-
-
-
- Name: System.Devices.StorageFreeSpacePercent -- PKEY_Devices_StorageFreeSpacePercent
- Description: Total free space of the storage of the device as a percentage.
-
- Type: UInt32 -- VT_UI4
- FormatID: {49CD1F76-5626-4B17-A4E8-18B4AA1A2213}, 14
-
-
-
-
- Name: System.Devices.TextMessages -- PKEY_Devices_TextMessages
- Description: Number of unread text messages on the device.
-
- Type: Byte -- VT_UI1
- FormatID: {49CD1F76-5626-4B17-A4E8-18B4AA1A2213}, 3
-
-
-
-
- Name: System.Devices.Voicemail -- PKEY_Devices_Voicemail
- Description: Status indicator used to indicate if the device has voicemail.
-
- Type: Byte -- VT_UI1
- FormatID: {49CD1F76-5626-4B17-A4E8-18B4AA1A2213}, 6
-
-
-
-
- Devices.Notifications Properties
-
-
-
-
- Devices.Notifications Properties
-
-
-
-
- Name: System.Devices.Notifications.LowBattery -- PKEY_Devices_Notification_LowBattery
- Description: Device Low Battery Notification.
-
- Type: Byte -- VT_UI1
- FormatID: {C4C07F2B-8524-4E66-AE3A-A6235F103BEB}, 2
-
-
-
-
- Name: System.Devices.Notifications.MissedCall -- PKEY_Devices_Notification_MissedCall
- Description: Device Missed Call Notification.
-
- Type: Byte -- VT_UI1
- FormatID: {6614EF48-4EFE-4424-9EDA-C79F404EDF3E}, 2
-
-
-
-
- Name: System.Devices.Notifications.NewMessage -- PKEY_Devices_Notification_NewMessage
- Description: Device New Message Notification.
-
- Type: Byte -- VT_UI1
- FormatID: {2BE9260A-2012-4742-A555-F41B638B7DCB}, 2
-
-
-
-
- Name: System.Devices.Notifications.NewVoicemail -- PKEY_Devices_Notification_NewVoicemail
- Description: Device Voicemail Notification.
-
- Type: Byte -- VT_UI1
- FormatID: {59569556-0A08-4212-95B9-FAE2AD6413DB}, 2
-
-
-
-
- Name: System.Devices.Notifications.StorageFull -- PKEY_Devices_Notification_StorageFull
- Description: Device Storage Full Notification.
-
- Type: UInt64 -- VT_UI8
- FormatID: {A0E00EE1-F0C7-4D41-B8E7-26A7BD8D38B0}, 2
-
-
-
-
- Name: System.Devices.Notifications.StorageFullLinkText -- PKEY_Devices_Notification_StorageFullLinkText
- Description: Link Text for the Device Storage Full Notification.
-
- Type: UInt64 -- VT_UI8
- FormatID: {A0E00EE1-F0C7-4D41-B8E7-26A7BD8D38B0}, 3
-
-
-
-
- System.Document Properties
-
-
-
-
- Name: System.Document.ByteCount -- PKEY_Document_ByteCount
- Description:
-
- Type: Int32 -- VT_I4
- FormatID: (FMTID_DocumentSummaryInformation) {D5CDD502-2E9C-101B-9397-08002B2CF9AE}, 4 (PIDDSI_BYTECOUNT)
-
-
-
-
- Name: System.Document.CharacterCount -- PKEY_Document_CharacterCount
- Description:
-
- Type: Int32 -- VT_I4
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 16 (PIDSI_CHARCOUNT)
-
-
-
-
- Name: System.Document.ClientID -- PKEY_Document_ClientID
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {276D7BB0-5B34-4FB0-AA4B-158ED12A1809}, 100
-
-
-
-
- Name: System.Document.Contributor -- PKEY_Document_Contributor
- Description:
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {F334115E-DA1B-4509-9B3D-119504DC7ABB}, 100
-
-
-
-
- Name: System.Document.DateCreated -- PKEY_Document_DateCreated
- Description: This property is stored in the document, not obtained from the file system.
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 12 (PIDSI_CREATE_DTM)
-
-
-
-
- Name: System.Document.DatePrinted -- PKEY_Document_DatePrinted
- Description: Legacy name: "DocLastPrinted".
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 11 (PIDSI_LASTPRINTED)
-
-
-
-
- Name: System.Document.DateSaved -- PKEY_Document_DateSaved
- Description: Legacy name: "DocLastSavedTm".
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 13 (PIDSI_LASTSAVE_DTM)
-
-
-
-
- Name: System.Document.Division -- PKEY_Document_Division
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {1E005EE6-BF27-428B-B01C-79676ACD2870}, 100
-
-
-
-
- Name: System.Document.DocumentID -- PKEY_Document_DocumentID
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {E08805C8-E395-40DF-80D2-54F0D6C43154}, 100
-
-
-
-
- Name: System.Document.HiddenSlideCount -- PKEY_Document_HiddenSlideCount
- Description:
-
- Type: Int32 -- VT_I4
- FormatID: (FMTID_DocumentSummaryInformation) {D5CDD502-2E9C-101B-9397-08002B2CF9AE}, 9 (PIDDSI_HIDDENCOUNT)
-
-
-
-
- Name: System.Document.LastAuthor -- PKEY_Document_LastAuthor
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 8 (PIDSI_LASTAUTHOR)
-
-
-
-
- Name: System.Document.LineCount -- PKEY_Document_LineCount
- Description:
-
- Type: Int32 -- VT_I4
- FormatID: (FMTID_DocumentSummaryInformation) {D5CDD502-2E9C-101B-9397-08002B2CF9AE}, 5 (PIDDSI_LINECOUNT)
-
-
-
-
- Name: System.Document.Manager -- PKEY_Document_Manager
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_DocumentSummaryInformation) {D5CDD502-2E9C-101B-9397-08002B2CF9AE}, 14 (PIDDSI_MANAGER)
-
-
-
-
- Name: System.Document.MultimediaClipCount -- PKEY_Document_MultimediaClipCount
- Description:
-
- Type: Int32 -- VT_I4
- FormatID: (FMTID_DocumentSummaryInformation) {D5CDD502-2E9C-101B-9397-08002B2CF9AE}, 10 (PIDDSI_MMCLIPCOUNT)
-
-
-
-
- Name: System.Document.NoteCount -- PKEY_Document_NoteCount
- Description:
-
- Type: Int32 -- VT_I4
- FormatID: (FMTID_DocumentSummaryInformation) {D5CDD502-2E9C-101B-9397-08002B2CF9AE}, 8 (PIDDSI_NOTECOUNT)
-
-
-
-
- Name: System.Document.PageCount -- PKEY_Document_PageCount
- Description:
-
- Type: Int32 -- VT_I4
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 14 (PIDSI_PAGECOUNT)
-
-
-
-
- Name: System.Document.ParagraphCount -- PKEY_Document_ParagraphCount
- Description:
-
- Type: Int32 -- VT_I4
- FormatID: (FMTID_DocumentSummaryInformation) {D5CDD502-2E9C-101B-9397-08002B2CF9AE}, 6 (PIDDSI_PARCOUNT)
-
-
-
-
- Name: System.Document.PresentationFormat -- PKEY_Document_PresentationFormat
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_DocumentSummaryInformation) {D5CDD502-2E9C-101B-9397-08002B2CF9AE}, 3 (PIDDSI_PRESFORMAT)
-
-
-
-
- Name: System.Document.RevisionNumber -- PKEY_Document_RevisionNumber
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 9 (PIDSI_REVNUMBER)
-
-
-
-
- Name: System.Document.Security -- PKEY_Document_Security
- Description: Access control information, from SummaryInfo propset
-
- Type: Int32 -- VT_I4
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 19
-
-
-
-
- Name: System.Document.SlideCount -- PKEY_Document_SlideCount
- Description:
-
- Type: Int32 -- VT_I4
- FormatID: (FMTID_DocumentSummaryInformation) {D5CDD502-2E9C-101B-9397-08002B2CF9AE}, 7 (PIDDSI_SLIDECOUNT)
-
-
-
-
- Name: System.Document.Template -- PKEY_Document_Template
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 7 (PIDSI_TEMPLATE)
-
-
-
-
- Name: System.Document.TotalEditingTime -- PKEY_Document_TotalEditingTime
- Description: 100ns units, not milliseconds. VT_FILETIME for IPropertySetStorage handlers (legacy)
-
- Type: UInt64 -- VT_UI8
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 10 (PIDSI_EDITTIME)
-
-
-
-
- Name: System.Document.Version -- PKEY_Document_Version
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_DocumentSummaryInformation) {D5CDD502-2E9C-101B-9397-08002B2CF9AE}, 29
-
-
-
-
- Name: System.Document.WordCount -- PKEY_Document_WordCount
- Description:
-
- Type: Int32 -- VT_I4
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 15 (PIDSI_WORDCOUNT)
-
-
-
-
- System.DRM Properties
-
-
-
-
- Name: System.DRM.DatePlayExpires -- PKEY_DRM_DatePlayExpires
- Description: Indicates when play expires for digital rights management.
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: (FMTID_DRM) {AEAC19E4-89AE-4508-B9B7-BB867ABEE2ED}, 6 (PIDDRSI_PLAYEXPIRES)
-
-
-
-
- Name: System.DRM.DatePlayStarts -- PKEY_DRM_DatePlayStarts
- Description: Indicates when play starts for digital rights management.
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: (FMTID_DRM) {AEAC19E4-89AE-4508-B9B7-BB867ABEE2ED}, 5 (PIDDRSI_PLAYSTARTS)
-
-
-
-
- Name: System.DRM.Description -- PKEY_DRM_Description
- Description: Displays the description for digital rights management.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_DRM) {AEAC19E4-89AE-4508-B9B7-BB867ABEE2ED}, 3 (PIDDRSI_DESCRIPTION)
-
-
-
-
- Name: System.DRM.IsProtected -- PKEY_DRM_IsProtected
- Description:
-
- Type: Boolean -- VT_BOOL
- FormatID: (FMTID_DRM) {AEAC19E4-89AE-4508-B9B7-BB867ABEE2ED}, 2 (PIDDRSI_PROTECTED)
-
-
-
-
- Name: System.DRM.PlayCount -- PKEY_DRM_PlayCount
- Description: Indicates the play count for digital rights management.
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_DRM) {AEAC19E4-89AE-4508-B9B7-BB867ABEE2ED}, 4 (PIDDRSI_PLAYCOUNT)
-
-
-
-
- System.GPS Properties
-
-
-
-
- Name: System.GPS.Altitude -- PKEY_GPS_Altitude
- Description: Indicates the altitude based on the reference in PKEY_GPS_AltitudeRef. Calculated from PKEY_GPS_AltitudeNumerator and
- PKEY_GPS_AltitudeDenominator
-
- Type: Double -- VT_R8
- FormatID: {827EDB4F-5B73-44A7-891D-FDFFABEA35CA}, 100
-
-
-
-
- Name: System.GPS.AltitudeDenominator -- PKEY_GPS_AltitudeDenominator
- Description: Denominator of PKEY_GPS_Altitude
-
- Type: UInt32 -- VT_UI4
- FormatID: {78342DCB-E358-4145-AE9A-6BFE4E0F9F51}, 100
-
-
-
-
- Name: System.GPS.AltitudeNumerator -- PKEY_GPS_AltitudeNumerator
- Description: Numerator of PKEY_GPS_Altitude
-
- Type: UInt32 -- VT_UI4
- FormatID: {2DAD1EB7-816D-40D3-9EC3-C9773BE2AADE}, 100
-
-
-
-
- Name: System.GPS.AltitudeRef -- PKEY_GPS_AltitudeRef
- Description: Indicates the reference for the altitude property. (eg: above sea level, below sea level, absolute value)
-
- Type: Byte -- VT_UI1
- FormatID: {46AC629D-75EA-4515-867F-6DC4321C5844}, 100
-
-
-
-
- Name: System.GPS.AreaInformation -- PKEY_GPS_AreaInformation
- Description: Represents the name of the GPS area
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {972E333E-AC7E-49F1-8ADF-A70D07A9BCAB}, 100
-
-
-
-
- Name: System.GPS.Date -- PKEY_GPS_Date
- Description: Date and time of the GPS record
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {3602C812-0F3B-45F0-85AD-603468D69423}, 100
-
-
-
-
- Name: System.GPS.DestBearing -- PKEY_GPS_DestBearing
- Description: Indicates the bearing to the destination point. Calculated from PKEY_GPS_DestBearingNumerator and
- PKEY_GPS_DestBearingDenominator.
-
- Type: Double -- VT_R8
- FormatID: {C66D4B3C-E888-47CC-B99F-9DCA3EE34DEA}, 100
-
-
-
-
- Name: System.GPS.DestBearingDenominator -- PKEY_GPS_DestBearingDenominator
- Description: Denominator of PKEY_GPS_DestBearing
-
- Type: UInt32 -- VT_UI4
- FormatID: {7ABCF4F8-7C3F-4988-AC91-8D2C2E97ECA5}, 100
-
-
-
-
- Name: System.GPS.DestBearingNumerator -- PKEY_GPS_DestBearingNumerator
- Description: Numerator of PKEY_GPS_DestBearing
-
- Type: UInt32 -- VT_UI4
- FormatID: {BA3B1DA9-86EE-4B5D-A2A4-A271A429F0CF}, 100
-
-
-
-
- Name: System.GPS.DestBearingRef -- PKEY_GPS_DestBearingRef
- Description: Indicates the reference used for the giving the bearing to the destination point. (eg: true direction, magnetic direction)
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {9AB84393-2A0F-4B75-BB22-7279786977CB}, 100
-
-
-
-
- Name: System.GPS.DestDistance -- PKEY_GPS_DestDistance
- Description: Indicates the distance to the destination point. Calculated from PKEY_GPS_DestDistanceNumerator and
- PKEY_GPS_DestDistanceDenominator.
-
- Type: Double -- VT_R8
- FormatID: {A93EAE04-6804-4F24-AC81-09B266452118}, 100
-
-
-
-
- Name: System.GPS.DestDistanceDenominator -- PKEY_GPS_DestDistanceDenominator
- Description: Denominator of PKEY_GPS_DestDistance
-
- Type: UInt32 -- VT_UI4
- FormatID: {9BC2C99B-AC71-4127-9D1C-2596D0D7DCB7}, 100
-
-
-
-
- Name: System.GPS.DestDistanceNumerator -- PKEY_GPS_DestDistanceNumerator
- Description: Numerator of PKEY_GPS_DestDistance
-
- Type: UInt32 -- VT_UI4
- FormatID: {2BDA47DA-08C6-4FE1-80BC-A72FC517C5D0}, 100
-
-
-
-
- Name: System.GPS.DestDistanceRef -- PKEY_GPS_DestDistanceRef
- Description: Indicates the unit used to express the distance to the destination. (eg: kilometers, miles, knots)
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {ED4DF2D3-8695-450B-856F-F5C1C53ACB66}, 100
-
-
-
-
- Name: System.GPS.DestLatitude -- PKEY_GPS_DestLatitude
- Description: Indicates the latitude of the destination point. This is an array of three values. Index 0 is the degrees, index 1
- is the minutes, index 2 is the seconds. Each is calculated from the values in PKEY_GPS_DestLatitudeNumerator and
- PKEY_GPS_DestLatitudeDenominator.
-
- Type: Multivalue Double -- VT_VECTOR | VT_R8 (For variants: VT_ARRAY | VT_R8)
- FormatID: {9D1D7CC5-5C39-451C-86B3-928E2D18CC47}, 100
-
-
-
-
- Name: System.GPS.DestLatitudeDenominator -- PKEY_GPS_DestLatitudeDenominator
- Description: Denominator of PKEY_GPS_DestLatitude
-
- Type: Multivalue UInt32 -- VT_VECTOR | VT_UI4 (For variants: VT_ARRAY | VT_UI4)
- FormatID: {3A372292-7FCA-49A7-99D5-E47BB2D4E7AB}, 100
-
-
-
-
- Name: System.GPS.DestLatitudeNumerator -- PKEY_GPS_DestLatitudeNumerator
- Description: Numerator of PKEY_GPS_DestLatitude
-
- Type: Multivalue UInt32 -- VT_VECTOR | VT_UI4 (For variants: VT_ARRAY | VT_UI4)
- FormatID: {ECF4B6F6-D5A6-433C-BB92-4076650FC890}, 100
-
-
-
-
- Name: System.GPS.DestLatitudeRef -- PKEY_GPS_DestLatitudeRef
- Description: Indicates whether the latitude destination point is north or south latitude
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {CEA820B9-CE61-4885-A128-005D9087C192}, 100
-
-
-
-
- Name: System.GPS.DestLongitude -- PKEY_GPS_DestLongitude
- Description: Indicates the latitude of the destination point. This is an array of three values. Index 0 is the degrees, index 1
- is the minutes, index 2 is the seconds. Each is calculated from the values in PKEY_GPS_DestLongitudeNumerator and
- PKEY_GPS_DestLongitudeDenominator.
-
- Type: Multivalue Double -- VT_VECTOR | VT_R8 (For variants: VT_ARRAY | VT_R8)
- FormatID: {47A96261-CB4C-4807-8AD3-40B9D9DBC6BC}, 100
-
-
-
-
- Name: System.GPS.DestLongitudeDenominator -- PKEY_GPS_DestLongitudeDenominator
- Description: Denominator of PKEY_GPS_DestLongitude
-
- Type: Multivalue UInt32 -- VT_VECTOR | VT_UI4 (For variants: VT_ARRAY | VT_UI4)
- FormatID: {425D69E5-48AD-4900-8D80-6EB6B8D0AC86}, 100
-
-
-
-
- Name: System.GPS.DestLongitudeNumerator -- PKEY_GPS_DestLongitudeNumerator
- Description: Numerator of PKEY_GPS_DestLongitude
-
- Type: Multivalue UInt32 -- VT_VECTOR | VT_UI4 (For variants: VT_ARRAY | VT_UI4)
- FormatID: {A3250282-FB6D-48D5-9A89-DBCACE75CCCF}, 100
-
-
-
-
- Name: System.GPS.DestLongitudeRef -- PKEY_GPS_DestLongitudeRef
- Description: Indicates whether the longitude destination point is east or west longitude
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {182C1EA6-7C1C-4083-AB4B-AC6C9F4ED128}, 100
-
-
-
-
- Name: System.GPS.Differential -- PKEY_GPS_Differential
- Description: Indicates whether differential correction was applied to the GPS receiver
-
- Type: UInt16 -- VT_UI2
- FormatID: {AAF4EE25-BD3B-4DD7-BFC4-47F77BB00F6D}, 100
-
-
-
-
- Name: System.GPS.DOP -- PKEY_GPS_DOP
- Description: Indicates the GPS DOP (data degree of precision). Calculated from PKEY_GPS_DOPNumerator and PKEY_GPS_DOPDenominator
-
- Type: Double -- VT_R8
- FormatID: {0CF8FB02-1837-42F1-A697-A7017AA289B9}, 100
-
-
-
-
- Name: System.GPS.DOPDenominator -- PKEY_GPS_DOPDenominator
- Description: Denominator of PKEY_GPS_DOP
-
- Type: UInt32 -- VT_UI4
- FormatID: {A0BE94C5-50BA-487B-BD35-0654BE8881ED}, 100
-
-
-
-
- Name: System.GPS.DOPNumerator -- PKEY_GPS_DOPNumerator
- Description: Numerator of PKEY_GPS_DOP
-
- Type: UInt32 -- VT_UI4
- FormatID: {47166B16-364F-4AA0-9F31-E2AB3DF449C3}, 100
-
-
-
-
- Name: System.GPS.ImgDirection -- PKEY_GPS_ImgDirection
- Description: Indicates direction of the image when it was captured. Calculated from PKEY_GPS_ImgDirectionNumerator and
- PKEY_GPS_ImgDirectionDenominator.
-
- Type: Double -- VT_R8
- FormatID: {16473C91-D017-4ED9-BA4D-B6BAA55DBCF8}, 100
-
-
-
-
- Name: System.GPS.ImgDirectionDenominator -- PKEY_GPS_ImgDirectionDenominator
- Description: Denominator of PKEY_GPS_ImgDirection
-
- Type: UInt32 -- VT_UI4
- FormatID: {10B24595-41A2-4E20-93C2-5761C1395F32}, 100
-
-
-
-
- Name: System.GPS.ImgDirectionNumerator -- PKEY_GPS_ImgDirectionNumerator
- Description: Numerator of PKEY_GPS_ImgDirection
-
- Type: UInt32 -- VT_UI4
- FormatID: {DC5877C7-225F-45F7-BAC7-E81334B6130A}, 100
-
-
-
-
- Name: System.GPS.ImgDirectionRef -- PKEY_GPS_ImgDirectionRef
- Description: Indicates reference for giving the direction of the image when it was captured. (eg: true direction, magnetic direction)
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {A4AAA5B7-1AD0-445F-811A-0F8F6E67F6B5}, 100
-
-
-
-
- Name: System.GPS.Latitude -- PKEY_GPS_Latitude
- Description: Indicates the latitude. This is an array of three values. Index 0 is the degrees, index 1 is the minutes, index 2
- is the seconds. Each is calculated from the values in PKEY_GPS_LatitudeNumerator and PKEY_GPS_LatitudeDenominator.
-
- Type: Multivalue Double -- VT_VECTOR | VT_R8 (For variants: VT_ARRAY | VT_R8)
- FormatID: {8727CFFF-4868-4EC6-AD5B-81B98521D1AB}, 100
-
-
-
-
- Name: System.GPS.LatitudeDenominator -- PKEY_GPS_LatitudeDenominator
- Description: Denominator of PKEY_GPS_Latitude
-
- Type: Multivalue UInt32 -- VT_VECTOR | VT_UI4 (For variants: VT_ARRAY | VT_UI4)
- FormatID: {16E634EE-2BFF-497B-BD8A-4341AD39EEB9}, 100
-
-
-
-
- Name: System.GPS.LatitudeNumerator -- PKEY_GPS_LatitudeNumerator
- Description: Numerator of PKEY_GPS_Latitude
-
- Type: Multivalue UInt32 -- VT_VECTOR | VT_UI4 (For variants: VT_ARRAY | VT_UI4)
- FormatID: {7DDAAAD1-CCC8-41AE-B750-B2CB8031AEA2}, 100
-
-
-
-
- Name: System.GPS.LatitudeRef -- PKEY_GPS_LatitudeRef
- Description: Indicates whether latitude is north or south latitude
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {029C0252-5B86-46C7-ACA0-2769FFC8E3D4}, 100
-
-
-
-
- Name: System.GPS.Longitude -- PKEY_GPS_Longitude
- Description: Indicates the longitude. This is an array of three values. Index 0 is the degrees, index 1 is the minutes, index 2
- is the seconds. Each is calculated from the values in PKEY_GPS_LongitudeNumerator and PKEY_GPS_LongitudeDenominator.
-
- Type: Multivalue Double -- VT_VECTOR | VT_R8 (For variants: VT_ARRAY | VT_R8)
- FormatID: {C4C4DBB2-B593-466B-BBDA-D03D27D5E43A}, 100
-
-
-
-
- Name: System.GPS.LongitudeDenominator -- PKEY_GPS_LongitudeDenominator
- Description: Denominator of PKEY_GPS_Longitude
-
- Type: Multivalue UInt32 -- VT_VECTOR | VT_UI4 (For variants: VT_ARRAY | VT_UI4)
- FormatID: {BE6E176C-4534-4D2C-ACE5-31DEDAC1606B}, 100
-
-
-
-
- Name: System.GPS.LongitudeNumerator -- PKEY_GPS_LongitudeNumerator
- Description: Numerator of PKEY_GPS_Longitude
-
- Type: Multivalue UInt32 -- VT_VECTOR | VT_UI4 (For variants: VT_ARRAY | VT_UI4)
- FormatID: {02B0F689-A914-4E45-821D-1DDA452ED2C4}, 100
-
-
-
-
- Name: System.GPS.LongitudeRef -- PKEY_GPS_LongitudeRef
- Description: Indicates whether longitude is east or west longitude
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {33DCF22B-28D5-464C-8035-1EE9EFD25278}, 100
-
-
-
-
- Name: System.GPS.MapDatum -- PKEY_GPS_MapDatum
- Description: Indicates the geodetic survey data used by the GPS receiver
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {2CA2DAE6-EDDC-407D-BEF1-773942ABFA95}, 100
-
-
-
-
- Name: System.GPS.MeasureMode -- PKEY_GPS_MeasureMode
- Description: Indicates the GPS measurement mode. (eg: 2-dimensional, 3-dimensional)
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {A015ED5D-AAEA-4D58-8A86-3C586920EA0B}, 100
-
-
-
-
- Name: System.GPS.ProcessingMethod -- PKEY_GPS_ProcessingMethod
- Description: Indicates the name of the method used for location finding
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {59D49E61-840F-4AA9-A939-E2099B7F6399}, 100
-
-
-
-
- Name: System.GPS.Satellites -- PKEY_GPS_Satellites
- Description: Indicates the GPS satellites used for measurements
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {467EE575-1F25-4557-AD4E-B8B58B0D9C15}, 100
-
-
-
-
- Name: System.GPS.Speed -- PKEY_GPS_Speed
- Description: Indicates the speed of the GPS receiver movement. Calculated from PKEY_GPS_SpeedNumerator and
- PKEY_GPS_SpeedDenominator.
-
- Type: Double -- VT_R8
- FormatID: {DA5D0862-6E76-4E1B-BABD-70021BD25494}, 100
-
-
-
-
- Name: System.GPS.SpeedDenominator -- PKEY_GPS_SpeedDenominator
- Description: Denominator of PKEY_GPS_Speed
-
- Type: UInt32 -- VT_UI4
- FormatID: {7D122D5A-AE5E-4335-8841-D71E7CE72F53}, 100
-
-
-
-
- Name: System.GPS.SpeedNumerator -- PKEY_GPS_SpeedNumerator
- Description: Numerator of PKEY_GPS_Speed
-
- Type: UInt32 -- VT_UI4
- FormatID: {ACC9CE3D-C213-4942-8B48-6D0820F21C6D}, 100
-
-
-
-
- Name: System.GPS.SpeedRef -- PKEY_GPS_SpeedRef
- Description: Indicates the unit used to express the speed of the GPS receiver movement. (eg: kilometers per hour,
- miles per hour, knots).
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {ECF7F4C9-544F-4D6D-9D98-8AD79ADAF453}, 100
-
-
-
-
- Name: System.GPS.Status -- PKEY_GPS_Status
- Description: Indicates the status of the GPS receiver when the image was recorded. (eg: measurement in progress,
- measurement interoperability).
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {125491F4-818F-46B2-91B5-D537753617B2}, 100
-
-
-
-
- Name: System.GPS.Track -- PKEY_GPS_Track
- Description: Indicates the direction of the GPS receiver movement. Calculated from PKEY_GPS_TrackNumerator and
- PKEY_GPS_TrackDenominator.
-
- Type: Double -- VT_R8
- FormatID: {76C09943-7C33-49E3-9E7E-CDBA872CFADA}, 100
-
-
-
-
- Name: System.GPS.TrackDenominator -- PKEY_GPS_TrackDenominator
- Description: Denominator of PKEY_GPS_Track
-
- Type: UInt32 -- VT_UI4
- FormatID: {C8D1920C-01F6-40C0-AC86-2F3A4AD00770}, 100
-
-
-
-
- Name: System.GPS.TrackNumerator -- PKEY_GPS_TrackNumerator
- Description: Numerator of PKEY_GPS_Track
-
- Type: UInt32 -- VT_UI4
- FormatID: {702926F4-44A6-43E1-AE71-45627116893B}, 100
-
-
-
-
- Name: System.GPS.TrackRef -- PKEY_GPS_TrackRef
- Description: Indicates reference for the direction of the GPS receiver movement. (eg: true direction, magnetic direction)
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {35DBE6FE-44C3-4400-AAAE-D2C799C407E8}, 100
-
-
-
-
- Name: System.GPS.VersionID -- PKEY_GPS_VersionID
- Description: Indicates the version of the GPS information
-
- Type: Buffer -- VT_VECTOR | VT_UI1 (For variants: VT_ARRAY | VT_UI1)
- FormatID: {22704DA4-C6B2-4A99-8E56-F16DF8C92599}, 100
-
-
-
-
- System.Identity Properties
-
-
-
-
- Name: System.Identity.Blob -- PKEY_Identity_Blob
- Description: Blob used to import/export identities
-
- Type: Blob -- VT_BLOB
- FormatID: {8C3B93A4-BAED-1A83-9A32-102EE313F6EB}, 100
-
-
-
-
- Name: System.Identity.DisplayName -- PKEY_Identity_DisplayName
- Description: Display Name
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {7D683FC9-D155-45A8-BB1F-89D19BCB792F}, 100
-
-
-
-
- Name: System.Identity.IsMeIdentity -- PKEY_Identity_IsMeIdentity
- Description: Is it Me Identity
-
- Type: Boolean -- VT_BOOL
- FormatID: {A4108708-09DF-4377-9DFC-6D99986D5A67}, 100
-
-
-
-
- Name: System.Identity.PrimaryEmailAddress -- PKEY_Identity_PrimaryEmailAddress
- Description: Primary Email Address
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {FCC16823-BAED-4F24-9B32-A0982117F7FA}, 100
-
-
-
-
- Name: System.Identity.ProviderID -- PKEY_Identity_ProviderID
- Description: Provider ID
-
- Type: Guid -- VT_CLSID
- FormatID: {74A7DE49-FA11-4D3D-A006-DB7E08675916}, 100
-
-
-
-
- Name: System.Identity.UniqueID -- PKEY_Identity_UniqueID
- Description: Unique ID
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {E55FC3B0-2B60-4220-918E-B21E8BF16016}, 100
-
-
-
-
- Name: System.Identity.UserName -- PKEY_Identity_UserName
- Description: Identity User Name
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C4322503-78CA-49C6-9ACC-A68E2AFD7B6B}, 100
-
-
-
-
- System.IdentityProvider Properties
-
-
-
-
- Name: System.IdentityProvider.Name -- PKEY_IdentityProvider_Name
- Description: Identity Provider Name
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {B96EFF7B-35CA-4A35-8607-29E3A54C46EA}, 100
-
-
-
-
- Name: System.IdentityProvider.Picture -- PKEY_IdentityProvider_Picture
- Description: Picture for the Identity Provider
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {2425166F-5642-4864-992F-98FD98F294C3}, 100
-
-
-
-
- System.Image Properties
-
-
-
-
- Name: System.Image.BitDepth -- PKEY_Image_BitDepth
- Description:
-
- Type: UInt32 -- VT_UI4
- FormatID: (PSGUID_IMAGESUMMARYINFORMATION) {6444048F-4C8B-11D1-8B70-080036B11A03}, 7 (PIDISI_BITDEPTH)
-
-
-
-
- Name: System.Image.ColorSpace -- PKEY_Image_ColorSpace
- Description: PropertyTagExifColorSpace
-
- Type: UInt16 -- VT_UI2
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 40961
-
-
-
-
- Name: System.Image.CompressedBitsPerPixel -- PKEY_Image_CompressedBitsPerPixel
- Description: Calculated from PKEY_Image_CompressedBitsPerPixelNumerator and PKEY_Image_CompressedBitsPerPixelDenominator.
-
- Type: Double -- VT_R8
- FormatID: {364B6FA9-37AB-482A-BE2B-AE02F60D4318}, 100
-
-
-
-
- Name: System.Image.CompressedBitsPerPixelDenominator -- PKEY_Image_CompressedBitsPerPixelDenominator
- Description: Denominator of PKEY_Image_CompressedBitsPerPixel.
-
- Type: UInt32 -- VT_UI4
- FormatID: {1F8844E1-24AD-4508-9DFD-5326A415CE02}, 100
-
-
-
-
- Name: System.Image.CompressedBitsPerPixelNumerator -- PKEY_Image_CompressedBitsPerPixelNumerator
- Description: Numerator of PKEY_Image_CompressedBitsPerPixel.
-
- Type: UInt32 -- VT_UI4
- FormatID: {D21A7148-D32C-4624-8900-277210F79C0F}, 100
-
-
-
-
- Name: System.Image.Compression -- PKEY_Image_Compression
- Description: Indicates the image compression level. PropertyTagCompression.
-
- Type: UInt16 -- VT_UI2
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 259
-
-
-
-
- Name: System.Image.CompressionText -- PKEY_Image_CompressionText
- Description: This is the user-friendly form of System.Image.Compression. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {3F08E66F-2F44-4BB9-A682-AC35D2562322}, 100
-
-
-
-
- Name: System.Image.Dimensions -- PKEY_Image_Dimensions
- Description: Indicates the dimensions of the image.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_IMAGESUMMARYINFORMATION) {6444048F-4C8B-11D1-8B70-080036B11A03}, 13 (PIDISI_DIMENSIONS)
-
-
-
-
- Name: System.Image.HorizontalResolution -- PKEY_Image_HorizontalResolution
- Description:
-
- Type: Double -- VT_R8
- FormatID: (PSGUID_IMAGESUMMARYINFORMATION) {6444048F-4C8B-11D1-8B70-080036B11A03}, 5 (PIDISI_RESOLUTIONX)
-
-
-
-
- Name: System.Image.HorizontalSize -- PKEY_Image_HorizontalSize
- Description:
-
- Type: UInt32 -- VT_UI4
- FormatID: (PSGUID_IMAGESUMMARYINFORMATION) {6444048F-4C8B-11D1-8B70-080036B11A03}, 3 (PIDISI_CX)
-
-
-
-
- Name: System.Image.ImageID -- PKEY_Image_ImageID
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {10DABE05-32AA-4C29-BF1A-63E2D220587F}, 100
-
-
-
-
- Name: System.Image.ResolutionUnit -- PKEY_Image_ResolutionUnit
- Description:
- Type: Int16 -- VT_I2
- FormatID: {19B51FA6-1F92-4A5C-AB48-7DF0ABD67444}, 100
-
-
-
-
- Name: System.Image.VerticalResolution -- PKEY_Image_VerticalResolution
- Description:
-
- Type: Double -- VT_R8
- FormatID: (PSGUID_IMAGESUMMARYINFORMATION) {6444048F-4C8B-11D1-8B70-080036B11A03}, 6 (PIDISI_RESOLUTIONY)
-
-
-
-
- Name: System.Image.VerticalSize -- PKEY_Image_VerticalSize
- Description:
-
- Type: UInt32 -- VT_UI4
- FormatID: (PSGUID_IMAGESUMMARYINFORMATION) {6444048F-4C8B-11D1-8B70-080036B11A03}, 4 (PIDISI_CY)
-
-
-
-
- System.Journal Properties
-
-
-
-
- Name: System.Journal.Contacts -- PKEY_Journal_Contacts
- Description:
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {DEA7C82C-1D89-4A66-9427-A4E3DEBABCB1}, 100
-
-
-
-
- Name: System.Journal.EntryType -- PKEY_Journal_EntryType
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {95BEB1FC-326D-4644-B396-CD3ED90E6DDF}, 100
-
-
-
-
- System.LayoutPattern Properties
-
-
-
-
- Name: System.LayoutPattern.ContentViewModeForBrowse -- PKEY_LayoutPattern_ContentViewModeForBrowse
- Description: Specifies the layout pattern that the content view mode should apply for this item in the context of browsing.
- Register the regvalue under the name of "ContentViewModeLayoutPatternForBrowse".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C9944A21-A406-48FE-8225-AEC7E24C211B}, 500
-
-
-
-
- Name: System.LayoutPattern.ContentViewModeForSearch -- PKEY_LayoutPattern_ContentViewModeForSearch
- Description: Specifies the layout pattern that the content view mode should apply for this item in the context of searching.
- Register the regvalue under the name of "ContentViewModeLayoutPatternForSearch".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C9944A21-A406-48FE-8225-AEC7E24C211B}, 501
-
-
-
-
- System.Link Properties
-
-
-
-
- Name: System.Link.Arguments -- PKEY_Link_Arguments
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {436F2667-14E2-4FEB-B30A-146C53B5B674}, 100
-
-
-
-
- Name: System.Link.Comment -- PKEY_Link_Comment
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_LINK) {B9B4B3FC-2B51-4A42-B5D8-324146AFCF25}, 5
-
-
-
-
- Name: System.Link.DateVisited -- PKEY_Link_DateVisited
- Description:
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {5CBF2787-48CF-4208-B90E-EE5E5D420294}, 23 (PKEYs relating to URLs. Used by IE History.)
-
-
-
-
- Name: System.Link.Description -- PKEY_Link_Description
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {5CBF2787-48CF-4208-B90E-EE5E5D420294}, 21 (PKEYs relating to URLs. Used by IE History.)
-
-
-
-
- Name: System.Link.Status -- PKEY_Link_Status
- Description:
-
- Type: Int32 -- VT_I4
- FormatID: (PSGUID_LINK) {B9B4B3FC-2B51-4A42-B5D8-324146AFCF25}, 3 (PID_LINK_TARGET_TYPE)
-
-
-
-
- Name: System.Link.TargetExtension -- PKEY_Link_TargetExtension
- Description: The file extension of the link target. See System.File.Extension
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {7A7D76F4-B630-4BD7-95FF-37CC51A975C9}, 2
-
-
-
-
- Name: System.Link.TargetParsingPath -- PKEY_Link_TargetParsingPath
- Description: This is the shell namespace path to the target of the link item. This path may be passed to
- SHParseDisplayName to parse the path to the correct shell folder.
-
- If the target item is a file, the value is identical to System.ItemPathDisplay.
-
- If the target item cannot be accessed through the shell namespace, this value is VT_EMPTY.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_LINK) {B9B4B3FC-2B51-4A42-B5D8-324146AFCF25}, 2 (PID_LINK_TARGET)
-
-
-
-
- Name: System.Link.TargetSFGAOFlags -- PKEY_Link_TargetSFGAOFlags
- Description: IShellFolder::GetAttributesOf flags for the target of a link, with SFGAO_PKEYSFGAOMASK
- attributes masked out.
-
- Type: UInt32 -- VT_UI4
- FormatID: (PSGUID_LINK) {B9B4B3FC-2B51-4A42-B5D8-324146AFCF25}, 8
-
-
-
-
- Name: System.Link.TargetSFGAOFlagsStrings -- PKEY_Link_TargetSFGAOFlagsStrings
- Description: Expresses the SFGAO flags of a link as string values and is used as a query optimization. See
- PKEY_Shell_SFGAOFlagsStrings for possible values of this.
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {D6942081-D53B-443D-AD47-5E059D9CD27A}, 3
-
-
-
-
- Name: System.Link.TargetUrl -- PKEY_Link_TargetUrl
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {5CBF2787-48CF-4208-B90E-EE5E5D420294}, 2 (PKEYs relating to URLs. Used by IE History.)
-
-
-
-
- System.Media Properties
-
-
-
-
- Name: System.Media.AuthorUrl -- PKEY_Media_AuthorUrl
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 32 (PIDMSI_AUTHOR_URL)
-
-
-
-
- Name: System.Media.AverageLevel -- PKEY_Media_AverageLevel
- Description:
- Type: UInt32 -- VT_UI4
- FormatID: {09EDD5B6-B301-43C5-9990-D00302EFFD46}, 100
-
-
-
-
- Name: System.Media.ClassPrimaryID -- PKEY_Media_ClassPrimaryID
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 13 (PIDMSI_CLASS_PRIMARY_ID)
-
-
-
-
- Name: System.Media.ClassSecondaryID -- PKEY_Media_ClassSecondaryID
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 14 (PIDMSI_CLASS_SECONDARY_ID)
-
-
-
-
- Name: System.Media.CollectionGroupID -- PKEY_Media_CollectionGroupID
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 24 (PIDMSI_COLLECTION_GROUP_ID)
-
-
-
-
- Name: System.Media.CollectionID -- PKEY_Media_CollectionID
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 25 (PIDMSI_COLLECTION_ID)
-
-
-
-
- Name: System.Media.ContentDistributor -- PKEY_Media_ContentDistributor
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 18 (PIDMSI_CONTENTDISTRIBUTOR)
-
-
-
-
- Name: System.Media.ContentID -- PKEY_Media_ContentID
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 26 (PIDMSI_CONTENT_ID)
-
-
-
-
- Name: System.Media.CreatorApplication -- PKEY_Media_CreatorApplication
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 27 (PIDMSI_TOOL_NAME)
-
-
-
-
- Name: System.Media.CreatorApplicationVersion -- PKEY_Media_CreatorApplicationVersion
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 28 (PIDMSI_TOOL_VERSION)
-
-
-
-
- Name: System.Media.DateEncoded -- PKEY_Media_DateEncoded
- Description: DateTime is in UTC (in the doc, not file system).
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {2E4B640D-5019-46D8-8881-55414CC5CAA0}, 100
-
-
-
-
- Name: System.Media.DateReleased -- PKEY_Media_DateReleased
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {DE41CC29-6971-4290-B472-F59F2E2F31E2}, 100
-
-
-
-
- Name: System.Media.Duration -- PKEY_Media_Duration
- Description: 100ns units, not milliseconds
-
- Type: UInt64 -- VT_UI8
- FormatID: (FMTID_AudioSummaryInformation) {64440490-4C8B-11D1-8B70-080036B11A03}, 3 (PIDASI_TIMELENGTH)
-
-
-
-
- Name: System.Media.DVDID -- PKEY_Media_DVDID
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 15 (PIDMSI_DVDID)
-
-
-
-
- Name: System.Media.EncodedBy -- PKEY_Media_EncodedBy
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 36 (PIDMSI_ENCODED_BY)
-
-
-
-
- Name: System.Media.EncodingSettings -- PKEY_Media_EncodingSettings
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 37 (PIDMSI_ENCODING_SETTINGS)
-
-
-
-
- Name: System.Media.FrameCount -- PKEY_Media_FrameCount
- Description: Indicates the frame count for the image.
-
- Type: UInt32 -- VT_UI4
- FormatID: (PSGUID_IMAGESUMMARYINFORMATION) {6444048F-4C8B-11D1-8B70-080036B11A03}, 12 (PIDISI_FRAMECOUNT)
-
-
-
-
- Name: System.Media.MCDI -- PKEY_Media_MCDI
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 16 (PIDMSI_MCDI)
-
-
-
-
- Name: System.Media.MetadataContentProvider -- PKEY_Media_MetadataContentProvider
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 17 (PIDMSI_PROVIDER)
-
-
-
-
- Name: System.Media.Producer -- PKEY_Media_Producer
- Description:
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 22 (PIDMSI_PRODUCER)
-
-
-
-
- Name: System.Media.PromotionUrl -- PKEY_Media_PromotionUrl
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 33 (PIDMSI_PROMOTION_URL)
-
-
-
-
- Name: System.Media.ProtectionType -- PKEY_Media_ProtectionType
- Description: If media is protected, how is it protected?
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 38
-
-
-
-
- Name: System.Media.ProviderRating -- PKEY_Media_ProviderRating
- Description: Rating (0 - 99) supplied by metadata provider
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 39
-
-
-
-
- Name: System.Media.ProviderStyle -- PKEY_Media_ProviderStyle
- Description: Style of music or video, supplied by metadata provider
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 40
-
-
-
-
- Name: System.Media.Publisher -- PKEY_Media_Publisher
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 30 (PIDMSI_PUBLISHER)
-
-
-
-
- Name: System.Media.SubscriptionContentId -- PKEY_Media_SubscriptionContentId
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {9AEBAE7A-9644-487D-A92C-657585ED751A}, 100
-
-
-
-
- Name: System.Media.SubTitle -- PKEY_Media_SubTitle
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_MUSIC) {56A3372E-CE9C-11D2-9F0E-006097C686F6}, 38 (PIDSI_MUSIC_SUB_TITLE)
-
-
-
-
- Name: System.Media.UniqueFileIdentifier -- PKEY_Media_UniqueFileIdentifier
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 35 (PIDMSI_UNIQUE_FILE_IDENTIFIER)
-
-
-
-
- Name: System.Media.UserNoAutoInfo -- PKEY_Media_UserNoAutoInfo
- Description: If true, do NOT alter this file's metadata. Set by user.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 41
-
-
-
-
- Name: System.Media.UserWebUrl -- PKEY_Media_UserWebUrl
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 34 (PIDMSI_USER_WEB_URL)
-
-
-
-
- Name: System.Media.Writer -- PKEY_Media_Writer
- Description:
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 23 (PIDMSI_WRITER)
-
-
-
-
- Name: System.Media.Year -- PKEY_Media_Year
- Description:
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_MUSIC) {56A3372E-CE9C-11D2-9F0E-006097C686F6}, 5 (PIDSI_MUSIC_YEAR)
-
-
-
-
- System.Message Properties
-
-
-
-
- Name: System.Message.AttachmentContents -- PKEY_Message_AttachmentContents
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {3143BF7C-80A8-4854-8880-E2E40189BDD0}, 100
-
-
-
-
- Name: System.Message.AttachmentNames -- PKEY_Message_AttachmentNames
- Description: The names of the attachments in a message
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 21
-
-
-
-
- Name: System.Message.BccAddress -- PKEY_Message_BccAddress
- Description: Addresses in Bcc: field
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 2
-
-
-
-
- Name: System.Message.BccName -- PKEY_Message_BccName
- Description: person names in Bcc: field
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 3
-
-
-
-
- Name: System.Message.CcAddress -- PKEY_Message_CcAddress
- Description: Addresses in Cc: field
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 4
-
-
-
-
- Name: System.Message.CcName -- PKEY_Message_CcName
- Description: person names in Cc: field
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 5
-
-
-
-
- Name: System.Message.ConversationID -- PKEY_Message_ConversationID
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {DC8F80BD-AF1E-4289-85B6-3DFC1B493992}, 100
-
-
-
-
- Name: System.Message.ConversationIndex -- PKEY_Message_ConversationIndex
- Description:
-
- Type: Buffer -- VT_VECTOR | VT_UI1 (For variants: VT_ARRAY | VT_UI1)
- FormatID: {DC8F80BD-AF1E-4289-85B6-3DFC1B493992}, 101
-
-
-
-
- Name: System.Message.DateReceived -- PKEY_Message_DateReceived
- Description: Date and Time communication was received
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 20
-
-
-
-
- Name: System.Message.DateSent -- PKEY_Message_DateSent
- Description: Date and Time communication was sent
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 19
-
-
-
-
- Name: System.Message.Flags -- PKEY_Message_Flags
- Description: These are flags associated with email messages to know if a read receipt is pending, etc.
- The values stored here by Outlook are defined for PR_MESSAGE_FLAGS on MSDN.
-
- Type: Int32 -- VT_I4
- FormatID: {A82D9EE7-CA67-4312-965E-226BCEA85023}, 100
-
-
-
-
- Name: System.Message.FromAddress -- PKEY_Message_FromAddress
- Description:
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 13
-
-
-
-
- Name: System.Message.FromName -- PKEY_Message_FromName
- Description: Address in from field as person name
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 14
-
-
-
-
- Name: System.Message.HasAttachments -- PKEY_Message_HasAttachments
- Description:
-
- Type: Boolean -- VT_BOOL
- FormatID: {9C1FCF74-2D97-41BA-B4AE-CB2E3661A6E4}, 8
-
-
-
-
- Name: System.Message.IsFwdOrReply -- PKEY_Message_IsFwdOrReply
- Description:
- Type: Int32 -- VT_I4
- FormatID: {9A9BC088-4F6D-469E-9919-E705412040F9}, 100
-
-
-
-
- Name: System.Message.MessageClass -- PKEY_Message_MessageClass
- Description: What type of outlook msg this is (meeting, task, mail, etc.)
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {CD9ED458-08CE-418F-A70E-F912C7BB9C5C}, 103
-
-
-
-
- Name: System.Message.ProofInProgress -- PKEY_Message_ProofInProgress
- Description: This property will be true if the message junk email proofing is still in progress.
-
- Type: Boolean -- VT_BOOL
- FormatID: {9098F33C-9A7D-48A8-8DE5-2E1227A64E91}, 100
-
-
-
-
- Name: System.Message.SenderAddress -- PKEY_Message_SenderAddress
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {0BE1C8E7-1981-4676-AE14-FDD78F05A6E7}, 100
-
-
-
-
- Name: System.Message.SenderName -- PKEY_Message_SenderName
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {0DA41CFA-D224-4A18-AE2F-596158DB4B3A}, 100
-
-
-
-
- Name: System.Message.Store -- PKEY_Message_Store
- Description: The store (aka protocol handler) FILE, MAIL, OUTLOOKEXPRESS
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 15
-
-
-
-
- Name: System.Message.ToAddress -- PKEY_Message_ToAddress
- Description: Addresses in To: field
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 16
-
-
-
-
- Name: System.Message.ToDoFlags -- PKEY_Message_ToDoFlags
- Description: Flags associated with a message flagged to know if it's still active, if it was custom flagged, etc.
-
- Type: Int32 -- VT_I4
- FormatID: {1F856A9F-6900-4ABA-9505-2D5F1B4D66CB}, 100
-
-
-
-
- Name: System.Message.ToDoTitle -- PKEY_Message_ToDoTitle
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {BCCC8A3C-8CEF-42E5-9B1C-C69079398BC7}, 100
-
-
-
-
- Name: System.Message.ToName -- PKEY_Message_ToName
- Description: Person names in To: field
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 17
-
-
-
-
- System.Music Properties
-
-
-
-
- Name: System.Music.AlbumArtist -- PKEY_Music_AlbumArtist
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_MUSIC) {56A3372E-CE9C-11D2-9F0E-006097C686F6}, 13 (PIDSI_MUSIC_ALBUM_ARTIST)
-
-
-
-
- Name: System.Music.AlbumID -- PKEY_Music_AlbumID
- Description: Concatenation of System.Music.AlbumArtist and System.Music.AlbumTitle, suitable for indexing and display.
- Used to differentiate albums with the same title from different artists.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_MUSIC) {56A3372E-CE9C-11D2-9F0E-006097C686F6}, 100
-
-
-
-
- Name: System.Music.AlbumTitle -- PKEY_Music_AlbumTitle
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_MUSIC) {56A3372E-CE9C-11D2-9F0E-006097C686F6}, 4 (PIDSI_MUSIC_ALBUM)
-
-
-
-
- Name: System.Music.Artist -- PKEY_Music_Artist
- Description:
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: (FMTID_MUSIC) {56A3372E-CE9C-11D2-9F0E-006097C686F6}, 2 (PIDSI_MUSIC_ARTIST)
-
-
-
-
- Name: System.Music.BeatsPerMinute -- PKEY_Music_BeatsPerMinute
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_MUSIC) {56A3372E-CE9C-11D2-9F0E-006097C686F6}, 35 (PIDSI_MUSIC_BEATS_PER_MINUTE)
-
-
-
-
- Name: System.Music.Composer -- PKEY_Music_Composer
- Description:
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 19 (PIDMSI_COMPOSER)
-
-
-
-
- Name: System.Music.Conductor -- PKEY_Music_Conductor
- Description:
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: (FMTID_MUSIC) {56A3372E-CE9C-11D2-9F0E-006097C686F6}, 36 (PIDSI_MUSIC_CONDUCTOR)
-
-
-
-
- Name: System.Music.ContentGroupDescription -- PKEY_Music_ContentGroupDescription
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_MUSIC) {56A3372E-CE9C-11D2-9F0E-006097C686F6}, 33 (PIDSI_MUSIC_CONTENT_GROUP_DESCRIPTION)
-
-
-
-
- Name: System.Music.DisplayArtist -- PKEY_Music_DisplayArtist
- Description: This property returns the best representation of Album Artist for a given music file
- based upon AlbumArtist, ContributingArtist and compilation info.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {FD122953-FA93-4EF7-92C3-04C946B2F7C8}, 100
-
-
-
-
- Name: System.Music.Genre -- PKEY_Music_Genre
- Description:
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: (FMTID_MUSIC) {56A3372E-CE9C-11D2-9F0E-006097C686F6}, 11 (PIDSI_MUSIC_GENRE)
-
-
-
-
- Name: System.Music.InitialKey -- PKEY_Music_InitialKey
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_MUSIC) {56A3372E-CE9C-11D2-9F0E-006097C686F6}, 34 (PIDSI_MUSIC_INITIAL_KEY)
-
-
-
-
- Name: System.Music.IsCompilation -- PKEY_Music_IsCompilation
- Description: Indicates whether the file is part of a compilation.
-
- Type: Boolean -- VT_BOOL
- FormatID: {C449D5CB-9EA4-4809-82E8-AF9D59DED6D1}, 100
-
-
-
-
- Name: System.Music.Lyrics -- PKEY_Music_Lyrics
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_MUSIC) {56A3372E-CE9C-11D2-9F0E-006097C686F6}, 12 (PIDSI_MUSIC_LYRICS)
-
-
-
-
- Name: System.Music.Mood -- PKEY_Music_Mood
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_MUSIC) {56A3372E-CE9C-11D2-9F0E-006097C686F6}, 39 (PIDSI_MUSIC_MOOD)
-
-
-
-
- Name: System.Music.PartOfSet -- PKEY_Music_PartOfSet
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_MUSIC) {56A3372E-CE9C-11D2-9F0E-006097C686F6}, 37 (PIDSI_MUSIC_PART_OF_SET)
-
-
-
-
- Name: System.Music.Period -- PKEY_Music_Period
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 31 (PIDMSI_PERIOD)
-
-
-
-
- Name: System.Music.SynchronizedLyrics -- PKEY_Music_SynchronizedLyrics
- Description:
- Type: Blob -- VT_BLOB
- FormatID: {6B223B6A-162E-4AA9-B39F-05D678FC6D77}, 100
-
-
-
-
- Name: System.Music.TrackNumber -- PKEY_Music_TrackNumber
- Description:
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_MUSIC) {56A3372E-CE9C-11D2-9F0E-006097C686F6}, 7 (PIDSI_MUSIC_TRACK)
-
-
-
-
- System.Note Properties
-
-
-
-
- Name: System.Note.Color -- PKEY_Note_Color
- Description:
- Type: UInt16 -- VT_UI2
- FormatID: {4776CAFA-BCE4-4CB1-A23E-265E76D8EB11}, 100
-
-
-
-
- Name: System.Note.ColorText -- PKEY_Note_ColorText
- Description: This is the user-friendly form of System.Note.Color. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {46B4E8DE-CDB2-440D-885C-1658EB65B914}, 100
-
-
-
-
- System.Photo Properties
-
-
-
-
- Name: System.Photo.Aperture -- PKEY_Photo_Aperture
- Description: PropertyTagExifAperture. Calculated from PKEY_Photo_ApertureNumerator and PKEY_Photo_ApertureDenominator
-
- Type: Double -- VT_R8
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 37378
-
-
-
-
- Name: System.Photo.ApertureDenominator -- PKEY_Photo_ApertureDenominator
- Description: Denominator of PKEY_Photo_Aperture
-
- Type: UInt32 -- VT_UI4
- FormatID: {E1A9A38B-6685-46BD-875E-570DC7AD7320}, 100
-
-
-
-
- Name: System.Photo.ApertureNumerator -- PKEY_Photo_ApertureNumerator
- Description: Numerator of PKEY_Photo_Aperture
-
- Type: UInt32 -- VT_UI4
- FormatID: {0337ECEC-39FB-4581-A0BD-4C4CC51E9914}, 100
-
-
-
-
- Name: System.Photo.Brightness -- PKEY_Photo_Brightness
- Description: This is the brightness of the photo.
-
- Calculated from PKEY_Photo_BrightnessNumerator and PKEY_Photo_BrightnessDenominator.
-
- The units are "APEX", normally in the range of -99.99 to 99.99. If the numerator of
- the recorded value is FFFFFFFF.H, "Unknown" should be indicated.
-
- Type: Double -- VT_R8
- FormatID: {1A701BF6-478C-4361-83AB-3701BB053C58}, 100 (PropertyTagExifBrightness)
-
-
-
-
- Name: System.Photo.BrightnessDenominator -- PKEY_Photo_BrightnessDenominator
- Description: Denominator of PKEY_Photo_Brightness
-
- Type: UInt32 -- VT_UI4
- FormatID: {6EBE6946-2321-440A-90F0-C043EFD32476}, 100
-
-
-
-
- Name: System.Photo.BrightnessNumerator -- PKEY_Photo_BrightnessNumerator
- Description: Numerator of PKEY_Photo_Brightness
-
- Type: UInt32 -- VT_UI4
- FormatID: {9E7D118F-B314-45A0-8CFB-D654B917C9E9}, 100
-
-
-
-
- Name: System.Photo.CameraManufacturer -- PKEY_Photo_CameraManufacturer
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 271 (PropertyTagEquipMake)
-
-
-
-
- Name: System.Photo.CameraModel -- PKEY_Photo_CameraModel
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 272 (PropertyTagEquipModel)
-
-
-
-
- Name: System.Photo.CameraSerialNumber -- PKEY_Photo_CameraSerialNumber
- Description: Serial number of camera that produced this photo
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 273
-
-
-
-
- Name: System.Photo.Contrast -- PKEY_Photo_Contrast
- Description: This indicates the direction of contrast processing applied by the camera
- when the image was shot.
-
- Type: UInt32 -- VT_UI4
- FormatID: {2A785BA9-8D23-4DED-82E6-60A350C86A10}, 100
-
-
-
-
- Name: System.Photo.ContrastText -- PKEY_Photo_ContrastText
- Description: This is the user-friendly form of System.Photo.Contrast. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {59DDE9F2-5253-40EA-9A8B-479E96C6249A}, 100
-
-
-
-
- Name: System.Photo.DateTaken -- PKEY_Photo_DateTaken
- Description: PropertyTagExifDTOrig
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 36867
-
-
-
-
- Name: System.Photo.DigitalZoom -- PKEY_Photo_DigitalZoom
- Description: PropertyTagExifDigitalZoom. Calculated from PKEY_Photo_DigitalZoomNumerator and PKEY_Photo_DigitalZoomDenominator
-
- Type: Double -- VT_R8
- FormatID: {F85BF840-A925-4BC2-B0C4-8E36B598679E}, 100
-
-
-
-
- Name: System.Photo.DigitalZoomDenominator -- PKEY_Photo_DigitalZoomDenominator
- Description: Denominator of PKEY_Photo_DigitalZoom
-
- Type: UInt32 -- VT_UI4
- FormatID: {745BAF0E-E5C1-4CFB-8A1B-D031A0A52393}, 100
-
-
-
-
- Name: System.Photo.DigitalZoomNumerator -- PKEY_Photo_DigitalZoomNumerator
- Description: Numerator of PKEY_Photo_DigitalZoom
-
- Type: UInt32 -- VT_UI4
- FormatID: {16CBB924-6500-473B-A5BE-F1599BCBE413}, 100
-
-
-
-
- Name: System.Photo.Event -- PKEY_Photo_Event
- Description: The event at which the photo was taken
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 18248
-
-
-
-
- Name: System.Photo.EXIFVersion -- PKEY_Photo_EXIFVersion
- Description: The EXIF version.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {D35F743A-EB2E-47F2-A286-844132CB1427}, 100
-
-
-
-
- Name: System.Photo.ExposureBias -- PKEY_Photo_ExposureBias
- Description: PropertyTagExifExposureBias. Calculated from PKEY_Photo_ExposureBiasNumerator and PKEY_Photo_ExposureBiasDenominator
-
- Type: Double -- VT_R8
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 37380
-
-
-
-
- Name: System.Photo.ExposureBiasDenominator -- PKEY_Photo_ExposureBiasDenominator
- Description: Denominator of PKEY_Photo_ExposureBias
-
- Type: Int32 -- VT_I4
- FormatID: {AB205E50-04B7-461C-A18C-2F233836E627}, 100
-
-
-
-
- Name: System.Photo.ExposureBiasNumerator -- PKEY_Photo_ExposureBiasNumerator
- Description: Numerator of PKEY_Photo_ExposureBias
-
- Type: Int32 -- VT_I4
- FormatID: {738BF284-1D87-420B-92CF-5834BF6EF9ED}, 100
-
-
-
-
- Name: System.Photo.ExposureIndex -- PKEY_Photo_ExposureIndex
- Description: PropertyTagExifExposureIndex. Calculated from PKEY_Photo_ExposureIndexNumerator and PKEY_Photo_ExposureIndexDenominator
-
- Type: Double -- VT_R8
- FormatID: {967B5AF8-995A-46ED-9E11-35B3C5B9782D}, 100
-
-
-
-
- Name: System.Photo.ExposureIndexDenominator -- PKEY_Photo_ExposureIndexDenominator
- Description: Denominator of PKEY_Photo_ExposureIndex
-
- Type: UInt32 -- VT_UI4
- FormatID: {93112F89-C28B-492F-8A9D-4BE2062CEE8A}, 100
-
-
-
-
- Name: System.Photo.ExposureIndexNumerator -- PKEY_Photo_ExposureIndexNumerator
- Description: Numerator of PKEY_Photo_ExposureIndex
-
- Type: UInt32 -- VT_UI4
- FormatID: {CDEDCF30-8919-44DF-8F4C-4EB2FFDB8D89}, 100
-
-
-
-
- Name: System.Photo.ExposureProgram -- PKEY_Photo_ExposureProgram
- Description:
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 34850 (PropertyTagExifExposureProg)
-
-
-
-
- Name: System.Photo.ExposureProgramText -- PKEY_Photo_ExposureProgramText
- Description: This is the user-friendly form of System.Photo.ExposureProgram. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {FEC690B7-5F30-4646-AE47-4CAAFBA884A3}, 100
-
-
-
-
- Name: System.Photo.ExposureTime -- PKEY_Photo_ExposureTime
- Description: PropertyTagExifExposureTime. Calculated from PKEY_Photo_ExposureTimeNumerator and PKEY_Photo_ExposureTimeDenominator
-
- Type: Double -- VT_R8
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 33434
-
-
-
-
- Name: System.Photo.ExposureTimeDenominator -- PKEY_Photo_ExposureTimeDenominator
- Description: Denominator of PKEY_Photo_ExposureTime
-
- Type: UInt32 -- VT_UI4
- FormatID: {55E98597-AD16-42E0-B624-21599A199838}, 100
-
-
-
-
- Name: System.Photo.ExposureTimeNumerator -- PKEY_Photo_ExposureTimeNumerator
- Description: Numerator of PKEY_Photo_ExposureTime
-
- Type: UInt32 -- VT_UI4
- FormatID: {257E44E2-9031-4323-AC38-85C552871B2E}, 100
-
-
-
-
- Name: System.Photo.Flash -- PKEY_Photo_Flash
- Description: PropertyTagExifFlash
-
- Type: Byte -- VT_UI1
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 37385
-
-
-
-
- Name: System.Photo.FlashEnergy -- PKEY_Photo_FlashEnergy
- Description: PropertyTagExifFlashEnergy. Calculated from PKEY_Photo_FlashEnergyNumerator and PKEY_Photo_FlashEnergyDenominator
-
- Type: Double -- VT_R8
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 41483
-
-
-
-
- Name: System.Photo.FlashEnergyDenominator -- PKEY_Photo_FlashEnergyDenominator
- Description: Denominator of PKEY_Photo_FlashEnergy
-
- Type: UInt32 -- VT_UI4
- FormatID: {D7B61C70-6323-49CD-A5FC-C84277162C97}, 100
-
-
-
-
- Name: System.Photo.FlashEnergyNumerator -- PKEY_Photo_FlashEnergyNumerator
- Description: Numerator of PKEY_Photo_FlashEnergy
-
- Type: UInt32 -- VT_UI4
- FormatID: {FCAD3D3D-0858-400F-AAA3-2F66CCE2A6BC}, 100
-
-
-
-
- Name: System.Photo.FlashManufacturer -- PKEY_Photo_FlashManufacturer
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {AABAF6C9-E0C5-4719-8585-57B103E584FE}, 100
-
-
-
-
- Name: System.Photo.FlashModel -- PKEY_Photo_FlashModel
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {FE83BB35-4D1A-42E2-916B-06F3E1AF719E}, 100
-
-
-
-
- Name: System.Photo.FlashText -- PKEY_Photo_FlashText
- Description: This is the user-friendly form of System.Photo.Flash. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {6B8B68F6-200B-47EA-8D25-D8050F57339F}, 100
-
-
-
-
- Name: System.Photo.FNumber -- PKEY_Photo_FNumber
- Description: PropertyTagExifFNumber. Calculated from PKEY_Photo_FNumberNumerator and PKEY_Photo_FNumberDenominator
-
- Type: Double -- VT_R8
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 33437
-
-
-
-
- Name: System.Photo.FNumberDenominator -- PKEY_Photo_FNumberDenominator
- Description: Denominator of PKEY_Photo_FNumber
-
- Type: UInt32 -- VT_UI4
- FormatID: {E92A2496-223B-4463-A4E3-30EABBA79D80}, 100
-
-
-
-
- Name: System.Photo.FNumberNumerator -- PKEY_Photo_FNumberNumerator
- Description: Numerator of PKEY_Photo_FNumber
-
- Type: UInt32 -- VT_UI4
- FormatID: {1B97738A-FDFC-462F-9D93-1957E08BE90C}, 100
-
-
-
-
- Name: System.Photo.FocalLength -- PKEY_Photo_FocalLength
- Description: PropertyTagExifFocalLength. Calculated from PKEY_Photo_FocalLengthNumerator and PKEY_Photo_FocalLengthDenominator
-
- Type: Double -- VT_R8
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 37386
-
-
-
-
- Name: System.Photo.FocalLengthDenominator -- PKEY_Photo_FocalLengthDenominator
- Description: Denominator of PKEY_Photo_FocalLength
-
- Type: UInt32 -- VT_UI4
- FormatID: {305BC615-DCA1-44A5-9FD4-10C0BA79412E}, 100
-
-
-
-
- Name: System.Photo.FocalLengthInFilm -- PKEY_Photo_FocalLengthInFilm
- Description:
- Type: UInt16 -- VT_UI2
- FormatID: {A0E74609-B84D-4F49-B860-462BD9971F98}, 100
-
-
-
-
- Name: System.Photo.FocalLengthNumerator -- PKEY_Photo_FocalLengthNumerator
- Description: Numerator of PKEY_Photo_FocalLength
-
- Type: UInt32 -- VT_UI4
- FormatID: {776B6B3B-1E3D-4B0C-9A0E-8FBAF2A8492A}, 100
-
-
-
-
- Name: System.Photo.FocalPlaneXResolution -- PKEY_Photo_FocalPlaneXResolution
- Description: PropertyTagExifFocalXRes. Calculated from PKEY_Photo_FocalPlaneXResolutionNumerator and
- PKEY_Photo_FocalPlaneXResolutionDenominator.
-
- Type: Double -- VT_R8
- FormatID: {CFC08D97-C6F7-4484-89DD-EBEF4356FE76}, 100
-
-
-
-
- Name: System.Photo.FocalPlaneXResolutionDenominator -- PKEY_Photo_FocalPlaneXResolutionDenominator
- Description: Denominator of PKEY_Photo_FocalPlaneXResolution
-
- Type: UInt32 -- VT_UI4
- FormatID: {0933F3F5-4786-4F46-A8E8-D64DD37FA521}, 100
-
-
-
-
- Name: System.Photo.FocalPlaneXResolutionNumerator -- PKEY_Photo_FocalPlaneXResolutionNumerator
- Description: Numerator of PKEY_Photo_FocalPlaneXResolution
-
- Type: UInt32 -- VT_UI4
- FormatID: {DCCB10AF-B4E2-4B88-95F9-031B4D5AB490}, 100
-
-
-
-
- Name: System.Photo.FocalPlaneYResolution -- PKEY_Photo_FocalPlaneYResolution
- Description: PropertyTagExifFocalYRes. Calculated from PKEY_Photo_FocalPlaneYResolutionNumerator and
- PKEY_Photo_FocalPlaneYResolutionDenominator.
-
- Type: Double -- VT_R8
- FormatID: {4FFFE4D0-914F-4AC4-8D6F-C9C61DE169B1}, 100
-
-
-
-
- Name: System.Photo.FocalPlaneYResolutionDenominator -- PKEY_Photo_FocalPlaneYResolutionDenominator
- Description: Denominator of PKEY_Photo_FocalPlaneYResolution
-
- Type: UInt32 -- VT_UI4
- FormatID: {1D6179A6-A876-4031-B013-3347B2B64DC8}, 100
-
-
-
-
- Name: System.Photo.FocalPlaneYResolutionNumerator -- PKEY_Photo_FocalPlaneYResolutionNumerator
- Description: Numerator of PKEY_Photo_FocalPlaneYResolution
-
- Type: UInt32 -- VT_UI4
- FormatID: {A2E541C5-4440-4BA8-867E-75CFC06828CD}, 100
-
-
-
-
- Name: System.Photo.GainControl -- PKEY_Photo_GainControl
- Description: This indicates the degree of overall image gain adjustment.
-
- Calculated from PKEY_Photo_GainControlNumerator and PKEY_Photo_GainControlDenominator.
-
- Type: Double -- VT_R8
- FormatID: {FA304789-00C7-4D80-904A-1E4DCC7265AA}, 100 (PropertyTagExifGainControl)
-
-
-
-
- Name: System.Photo.GainControlDenominator -- PKEY_Photo_GainControlDenominator
- Description: Denominator of PKEY_Photo_GainControl
-
- Type: UInt32 -- VT_UI4
- FormatID: {42864DFD-9DA4-4F77-BDED-4AAD7B256735}, 100
-
-
-
-
- Name: System.Photo.GainControlNumerator -- PKEY_Photo_GainControlNumerator
- Description: Numerator of PKEY_Photo_GainControl
-
- Type: UInt32 -- VT_UI4
- FormatID: {8E8ECF7C-B7B8-4EB8-A63F-0EE715C96F9E}, 100
-
-
-
-
- Name: System.Photo.GainControlText -- PKEY_Photo_GainControlText
- Description: This is the user-friendly form of System.Photo.GainControl. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C06238B2-0BF9-4279-A723-25856715CB9D}, 100
-
-
-
-
- Name: System.Photo.ISOSpeed -- PKEY_Photo_ISOSpeed
- Description: PropertyTagExifISOSpeed
-
- Type: UInt16 -- VT_UI2
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 34855
-
-
-
-
- Name: System.Photo.LensManufacturer -- PKEY_Photo_LensManufacturer
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {E6DDCAF7-29C5-4F0A-9A68-D19412EC7090}, 100
-
-
-
-
- Name: System.Photo.LensModel -- PKEY_Photo_LensModel
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {E1277516-2B5F-4869-89B1-2E585BD38B7A}, 100
-
-
-
-
- Name: System.Photo.LightSource -- PKEY_Photo_LightSource
- Description: PropertyTagExifLightSource
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 37384
-
-
-
-
- Name: System.Photo.MakerNote -- PKEY_Photo_MakerNote
- Description:
- Type: Buffer -- VT_VECTOR | VT_UI1 (For variants: VT_ARRAY | VT_UI1)
- FormatID: {FA303353-B659-4052-85E9-BCAC79549B84}, 100
-
-
-
-
- Name: System.Photo.MakerNoteOffset -- PKEY_Photo_MakerNoteOffset
- Description:
- Type: UInt64 -- VT_UI8
- FormatID: {813F4124-34E6-4D17-AB3E-6B1F3C2247A1}, 100
-
-
-
-
- Name: System.Photo.MaxAperture -- PKEY_Photo_MaxAperture
- Description: Calculated from PKEY_Photo_MaxApertureNumerator and PKEY_Photo_MaxApertureDenominator
-
- Type: Double -- VT_R8
- FormatID: {08F6D7C2-E3F2-44FC-AF1E-5AA5C81A2D3E}, 100
-
-
-
-
- Name: System.Photo.MaxApertureDenominator -- PKEY_Photo_MaxApertureDenominator
- Description: Denominator of PKEY_Photo_MaxAperture
-
- Type: UInt32 -- VT_UI4
- FormatID: {C77724D4-601F-46C5-9B89-C53F93BCEB77}, 100
-
-
-
-
- Name: System.Photo.MaxApertureNumerator -- PKEY_Photo_MaxApertureNumerator
- Description: Numerator of PKEY_Photo_MaxAperture
-
- Type: UInt32 -- VT_UI4
- FormatID: {C107E191-A459-44C5-9AE6-B952AD4B906D}, 100
-
-
-
-
- Name: System.Photo.MeteringMode -- PKEY_Photo_MeteringMode
- Description: PropertyTagExifMeteringMode
-
- Type: UInt16 -- VT_UI2
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 37383
-
-
-
-
- Name: System.Photo.MeteringModeText -- PKEY_Photo_MeteringModeText
- Description: This is the user-friendly form of System.Photo.MeteringMode. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {F628FD8C-7BA8-465A-A65B-C5AA79263A9E}, 100
-
-
-
-
- Name: System.Photo.Orientation -- PKEY_Photo_Orientation
- Description: This is the image orientation viewed in terms of rows and columns.
-
- Type: UInt16 -- VT_UI2
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 274 (PropertyTagOrientation)
-
-
-
-
- Name: System.Photo.OrientationText -- PKEY_Photo_OrientationText
- Description: This is the user-friendly form of System.Photo.Orientation. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {A9EA193C-C511-498A-A06B-58E2776DCC28}, 100
-
-
-
-
- Name: System.Photo.PeopleNames -- PKEY_Photo_PeopleNames
- Description: The people tags on an image.
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR) Legacy code may treat this as VT_LPSTR.
- FormatID: {E8309B6E-084C-49B4-B1FC-90A80331B638}, 100
-
-
-
-
- Name: System.Photo.PhotometricInterpretation -- PKEY_Photo_PhotometricInterpretation
- Description: This is the pixel composition. In JPEG compressed data, a JPEG marker is used
- instead of this property.
-
- Type: UInt16 -- VT_UI2
- FormatID: {341796F1-1DF9-4B1C-A564-91BDEFA43877}, 100
-
-
-
-
- Name: System.Photo.PhotometricInterpretationText -- PKEY_Photo_PhotometricInterpretationText
- Description: This is the user-friendly form of System.Photo.PhotometricInterpretation. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {821437D6-9EAB-4765-A589-3B1CBBD22A61}, 100
-
-
-
-
- Name: System.Photo.ProgramMode -- PKEY_Photo_ProgramMode
- Description: This is the class of the program used by the camera to set exposure when the
- picture is taken.
-
- Type: UInt32 -- VT_UI4
- FormatID: {6D217F6D-3F6A-4825-B470-5F03CA2FBE9B}, 100
-
-
-
-
- Name: System.Photo.ProgramModeText -- PKEY_Photo_ProgramModeText
- Description: This is the user-friendly form of System.Photo.ProgramMode. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {7FE3AA27-2648-42F3-89B0-454E5CB150C3}, 100
-
-
-
-
- Name: System.Photo.RelatedSoundFile -- PKEY_Photo_RelatedSoundFile
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {318A6B45-087F-4DC2-B8CC-05359551FC9E}, 100
-
-
-
-
- Name: System.Photo.Saturation -- PKEY_Photo_Saturation
- Description: This indicates the direction of saturation processing applied by the camera when
- the image was shot.
-
- Type: UInt32 -- VT_UI4
- FormatID: {49237325-A95A-4F67-B211-816B2D45D2E0}, 100
-
-
-
-
- Name: System.Photo.SaturationText -- PKEY_Photo_SaturationText
- Description: This is the user-friendly form of System.Photo.Saturation. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {61478C08-B600-4A84-BBE4-E99C45F0A072}, 100
-
-
-
-
- Name: System.Photo.Sharpness -- PKEY_Photo_Sharpness
- Description: This indicates the direction of sharpness processing applied by the camera when
- the image was shot.
-
- Type: UInt32 -- VT_UI4
- FormatID: {FC6976DB-8349-4970-AE97-B3C5316A08F0}, 100
-
-
-
-
- Name: System.Photo.SharpnessText -- PKEY_Photo_SharpnessText
- Description: This is the user-friendly form of System.Photo.Sharpness. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {51EC3F47-DD50-421D-8769-334F50424B1E}, 100
-
-
-
-
- Name: System.Photo.ShutterSpeed -- PKEY_Photo_ShutterSpeed
- Description: PropertyTagExifShutterSpeed. Calculated from PKEY_Photo_ShutterSpeedNumerator and PKEY_Photo_ShutterSpeedDenominator
-
- Type: Double -- VT_R8
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 37377
-
-
-
-
- Name: System.Photo.ShutterSpeedDenominator -- PKEY_Photo_ShutterSpeedDenominator
- Description: Denominator of PKEY_Photo_ShutterSpeed
-
- Type: Int32 -- VT_I4
- FormatID: {E13D8975-81C7-4948-AE3F-37CAE11E8FF7}, 100
-
-
-
-
- Name: System.Photo.ShutterSpeedNumerator -- PKEY_Photo_ShutterSpeedNumerator
- Description: Numerator of PKEY_Photo_ShutterSpeed
-
- Type: Int32 -- VT_I4
- FormatID: {16EA4042-D6F4-4BCA-8349-7C78D30FB333}, 100
-
-
-
-
- Name: System.Photo.SubjectDistance -- PKEY_Photo_SubjectDistance
- Description: PropertyTagExifSubjectDist. Calculated from PKEY_Photo_SubjectDistanceNumerator and PKEY_Photo_SubjectDistanceDenominator
-
- Type: Double -- VT_R8
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 37382
-
-
-
-
- Name: System.Photo.SubjectDistanceDenominator -- PKEY_Photo_SubjectDistanceDenominator
- Description: Denominator of PKEY_Photo_SubjectDistance
-
- Type: UInt32 -- VT_UI4
- FormatID: {0C840A88-B043-466D-9766-D4B26DA3FA77}, 100
-
-
-
-
- Name: System.Photo.SubjectDistanceNumerator -- PKEY_Photo_SubjectDistanceNumerator
- Description: Numerator of PKEY_Photo_SubjectDistance
-
- Type: UInt32 -- VT_UI4
- FormatID: {8AF4961C-F526-43E5-AA81-DB768219178D}, 100
-
-
-
-
- Name: System.Photo.TagViewAggregate -- PKEY_Photo_TagViewAggregate
- Description: A read-only aggregation of tag-like properties for use in building views.
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR) Legacy code may treat this as VT_LPSTR.
- FormatID: {B812F15D-C2D8-4BBF-BACD-79744346113F}, 100
-
-
-
-
- Name: System.Photo.TranscodedForSync -- PKEY_Photo_TranscodedForSync
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {9A8EBB75-6458-4E82-BACB-35C0095B03BB}, 100
-
-
-
-
- Name: System.Photo.WhiteBalance -- PKEY_Photo_WhiteBalance
- Description: This indicates the white balance mode set when the image was shot.
-
- Type: UInt32 -- VT_UI4
- FormatID: {EE3D3D8A-5381-4CFA-B13B-AAF66B5F4EC9}, 100
-
-
-
-
- Name: System.Photo.WhiteBalanceText -- PKEY_Photo_WhiteBalanceText
- Description: This is the user-friendly form of System.Photo.WhiteBalance. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {6336B95E-C7A7-426D-86FD-7AE3D39C84B4}, 100
-
-
-
-
- System.PropGroup Properties
-
-
-
-
- Name: System.PropGroup.Advanced -- PKEY_PropGroup_Advanced
- Description:
- Type: Null -- VT_NULL
- FormatID: {900A403B-097B-4B95-8AE2-071FDAEEB118}, 100
-
-
-
-
- Name: System.PropGroup.Audio -- PKEY_PropGroup_Audio
- Description:
- Type: Null -- VT_NULL
- FormatID: {2804D469-788F-48AA-8570-71B9C187E138}, 100
-
-
-
-
- Name: System.PropGroup.Calendar -- PKEY_PropGroup_Calendar
- Description:
- Type: Null -- VT_NULL
- FormatID: {9973D2B5-BFD8-438A-BA94-5349B293181A}, 100
-
-
-
-
- Name: System.PropGroup.Camera -- PKEY_PropGroup_Camera
- Description:
- Type: Null -- VT_NULL
- FormatID: {DE00DE32-547E-4981-AD4B-542F2E9007D8}, 100
-
-
-
-
- Name: System.PropGroup.Contact -- PKEY_PropGroup_Contact
- Description:
- Type: Null -- VT_NULL
- FormatID: {DF975FD3-250A-4004-858F-34E29A3E37AA}, 100
-
-
-
-
- Name: System.PropGroup.Content -- PKEY_PropGroup_Content
- Description:
- Type: Null -- VT_NULL
- FormatID: {D0DAB0BA-368A-4050-A882-6C010FD19A4F}, 100
-
-
-
-
- Name: System.PropGroup.Description -- PKEY_PropGroup_Description
- Description:
- Type: Null -- VT_NULL
- FormatID: {8969B275-9475-4E00-A887-FF93B8B41E44}, 100
-
-
-
-
- Name: System.PropGroup.FileSystem -- PKEY_PropGroup_FileSystem
- Description:
- Type: Null -- VT_NULL
- FormatID: {E3A7D2C1-80FC-4B40-8F34-30EA111BDC2E}, 100
-
-
-
-
- Name: System.PropGroup.General -- PKEY_PropGroup_General
- Description:
- Type: Null -- VT_NULL
- FormatID: {CC301630-B192-4C22-B372-9F4C6D338E07}, 100
-
-
-
-
- Name: System.PropGroup.GPS -- PKEY_PropGroup_GPS
- Description:
- Type: Null -- VT_NULL
- FormatID: {F3713ADA-90E3-4E11-AAE5-FDC17685B9BE}, 100
-
-
-
-
- Name: System.PropGroup.Image -- PKEY_PropGroup_Image
- Description:
- Type: Null -- VT_NULL
- FormatID: {E3690A87-0FA8-4A2A-9A9F-FCE8827055AC}, 100
-
-
-
-
- Name: System.PropGroup.Media -- PKEY_PropGroup_Media
- Description:
- Type: Null -- VT_NULL
- FormatID: {61872CF7-6B5E-4B4B-AC2D-59DA84459248}, 100
-
-
-
-
- Name: System.PropGroup.MediaAdvanced -- PKEY_PropGroup_MediaAdvanced
- Description:
- Type: Null -- VT_NULL
- FormatID: {8859A284-DE7E-4642-99BA-D431D044B1EC}, 100
-
-
-
-
- Name: System.PropGroup.Message -- PKEY_PropGroup_Message
- Description:
- Type: Null -- VT_NULL
- FormatID: {7FD7259D-16B4-4135-9F97-7C96ECD2FA9E}, 100
-
-
-
-
- Name: System.PropGroup.Music -- PKEY_PropGroup_Music
- Description:
- Type: Null -- VT_NULL
- FormatID: {68DD6094-7216-40F1-A029-43FE7127043F}, 100
-
-
-
-
- Name: System.PropGroup.Origin -- PKEY_PropGroup_Origin
- Description:
- Type: Null -- VT_NULL
- FormatID: {2598D2FB-5569-4367-95DF-5CD3A177E1A5}, 100
-
-
-
-
- Name: System.PropGroup.PhotoAdvanced -- PKEY_PropGroup_PhotoAdvanced
- Description:
- Type: Null -- VT_NULL
- FormatID: {0CB2BF5A-9EE7-4A86-8222-F01E07FDADAF}, 100
-
-
-
-
- Name: System.PropGroup.RecordedTV -- PKEY_PropGroup_RecordedTV
- Description:
- Type: Null -- VT_NULL
- FormatID: {E7B33238-6584-4170-A5C0-AC25EFD9DA56}, 100
-
-
-
-
- Name: System.PropGroup.Video -- PKEY_PropGroup_Video
- Description:
- Type: Null -- VT_NULL
- FormatID: {BEBE0920-7671-4C54-A3EB-49FDDFC191EE}, 100
-
-
-
-
- System.PropList Properties
-
-
-
-
- Name: System.PropList.ConflictPrompt -- PKEY_PropList_ConflictPrompt
- Description: The list of properties to show in the file operation conflict resolution dialog. Properties with empty
- values will not be displayed. Register under the regvalue of "ConflictPrompt".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C9944A21-A406-48FE-8225-AEC7E24C211B}, 11
-
-
-
-
- Name: System.PropList.ContentViewModeForBrowse -- PKEY_PropList_ContentViewModeForBrowse
- Description: The list of properties to show in the content view mode of an item in the context of browsing.
- Register the regvalue under the name of "ContentViewModeForBrowse".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C9944A21-A406-48FE-8225-AEC7E24C211B}, 13
-
-
-
-
- Name: System.PropList.ContentViewModeForSearch -- PKEY_PropList_ContentViewModeForSearch
- Description: The list of properties to show in the content view mode of an item in the context of searching.
- Register the regvalue under the name of "ContentViewModeForSearch".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C9944A21-A406-48FE-8225-AEC7E24C211B}, 14
-
-
-
-
- Name: System.PropList.ExtendedTileInfo -- PKEY_PropList_ExtendedTileInfo
- Description: The list of properties to show in the listview on extended tiles. Register under the regvalue of
- "ExtendedTileInfo".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C9944A21-A406-48FE-8225-AEC7E24C211B}, 9
-
-
-
-
- Name: System.PropList.FileOperationPrompt -- PKEY_PropList_FileOperationPrompt
- Description: The list of properties to show in the file operation confirmation dialog. Properties with empty values
- will not be displayed. If this list is not specified, then the InfoTip property list is used instead.
- Register under the regvalue of "FileOperationPrompt".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C9944A21-A406-48FE-8225-AEC7E24C211B}, 10
-
-
-
-
- Name: System.PropList.FullDetails -- PKEY_PropList_FullDetails
- Description: The list of all the properties to show in the details page. Property groups can be included in this list
- in order to more easily organize the UI. Register under the regvalue of "FullDetails".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C9944A21-A406-48FE-8225-AEC7E24C211B}, 2
-
-
-
-
- Name: System.PropList.InfoTip -- PKEY_PropList_InfoTip
- Description: The list of properties to show in the infotip. Properties with empty values will not be displayed. Register
- under the regvalue of "InfoTip".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C9944A21-A406-48FE-8225-AEC7E24C211B}, 4 (PID_PROPLIST_INFOTIP)
-
-
-
-
- Name: System.PropList.NonPersonal -- PKEY_PropList_NonPersonal
- Description: The list of properties that are considered 'non-personal'. When told to remove all non-personal properties
- from a given file, the system will leave these particular properties untouched. Register under the regvalue
- of "NonPersonal".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {49D1091F-082E-493F-B23F-D2308AA9668C}, 100
-
-
-
-
- Name: System.PropList.PreviewDetails -- PKEY_PropList_PreviewDetails
- Description: The list of properties to display in the preview pane. Register under the regvalue of "PreviewDetails".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C9944A21-A406-48FE-8225-AEC7E24C211B}, 8
-
-
-
-
- Name: System.PropList.PreviewTitle -- PKEY_PropList_PreviewTitle
- Description: The one or two properties to display in the preview pane title section. The optional second property is
- displayed as a subtitle. Register under the regvalue of "PreviewTitle".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C9944A21-A406-48FE-8225-AEC7E24C211B}, 6
-
-
-
-
- Name: System.PropList.QuickTip -- PKEY_PropList_QuickTip
- Description: The list of properties to show in the infotip when the item is on a slow network. Properties with empty
- values will not be displayed. Register under the regvalue of "QuickTip".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C9944A21-A406-48FE-8225-AEC7E24C211B}, 5 (PID_PROPLIST_QUICKTIP)
-
-
-
-
- Name: System.PropList.TileInfo -- PKEY_PropList_TileInfo
- Description: The list of properties to show in the listview on tiles. Register under the regvalue of "TileInfo".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C9944A21-A406-48FE-8225-AEC7E24C211B}, 3 (PID_PROPLIST_TILEINFO)
-
-
-
-
- Name: System.PropList.XPDetailsPanel -- PKEY_PropList_XPDetailsPanel
- Description: The list of properties to display in the XP webview details panel. Obsolete.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_WebView) {F2275480-F782-4291-BD94-F13693513AEC}, 0 (PID_DISPLAY_PROPERTIES)
-
-
-
-
- System.RecordedTV Properties
-
-
-
-
- Name: System.RecordedTV.ChannelNumber -- PKEY_RecordedTV_ChannelNumber
- Description: Example: 42
-
- Type: UInt32 -- VT_UI4
- FormatID: {6D748DE2-8D38-4CC3-AC60-F009B057C557}, 7
-
-
-
-
- Name: System.RecordedTV.Credits -- PKEY_RecordedTV_Credits
- Description: Example: "Don Messick/Frank Welker/Casey Kasem/Heather North/Nicole Jaffe;;;"
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {6D748DE2-8D38-4CC3-AC60-F009B057C557}, 4
-
-
-
-
- Name: System.RecordedTV.DateContentExpires -- PKEY_RecordedTV_DateContentExpires
- Description:
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {6D748DE2-8D38-4CC3-AC60-F009B057C557}, 15
-
-
-
-
- Name: System.RecordedTV.EpisodeName -- PKEY_RecordedTV_EpisodeName
- Description: Example: "Nowhere to Hyde"
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {6D748DE2-8D38-4CC3-AC60-F009B057C557}, 2
-
-
-
-
- Name: System.RecordedTV.IsATSCContent -- PKEY_RecordedTV_IsATSCContent
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {6D748DE2-8D38-4CC3-AC60-F009B057C557}, 16
-
-
-
-
- Name: System.RecordedTV.IsClosedCaptioningAvailable -- PKEY_RecordedTV_IsClosedCaptioningAvailable
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {6D748DE2-8D38-4CC3-AC60-F009B057C557}, 12
-
-
-
-
- Name: System.RecordedTV.IsDTVContent -- PKEY_RecordedTV_IsDTVContent
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {6D748DE2-8D38-4CC3-AC60-F009B057C557}, 17
-
-
-
-
- Name: System.RecordedTV.IsHDContent -- PKEY_RecordedTV_IsHDContent
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {6D748DE2-8D38-4CC3-AC60-F009B057C557}, 18
-
-
-
-
- Name: System.RecordedTV.IsRepeatBroadcast -- PKEY_RecordedTV_IsRepeatBroadcast
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {6D748DE2-8D38-4CC3-AC60-F009B057C557}, 13
-
-
-
-
- Name: System.RecordedTV.IsSAP -- PKEY_RecordedTV_IsSAP
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {6D748DE2-8D38-4CC3-AC60-F009B057C557}, 14
-
-
-
-
- Name: System.RecordedTV.NetworkAffiliation -- PKEY_RecordedTV_NetworkAffiliation
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {2C53C813-FB63-4E22-A1AB-0B331CA1E273}, 100
-
-
-
-
- Name: System.RecordedTV.OriginalBroadcastDate -- PKEY_RecordedTV_OriginalBroadcastDate
- Description:
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {4684FE97-8765-4842-9C13-F006447B178C}, 100
-
-
-
-
- Name: System.RecordedTV.ProgramDescription -- PKEY_RecordedTV_ProgramDescription
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {6D748DE2-8D38-4CC3-AC60-F009B057C557}, 3
-
-
-
-
- Name: System.RecordedTV.RecordingTime -- PKEY_RecordedTV_RecordingTime
- Description:
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {A5477F61-7A82-4ECA-9DDE-98B69B2479B3}, 100
-
-
-
-
- Name: System.RecordedTV.StationCallSign -- PKEY_RecordedTV_StationCallSign
- Description: Example: "TOONP"
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {6D748DE2-8D38-4CC3-AC60-F009B057C557}, 5
-
-
-
-
- Name: System.RecordedTV.StationName -- PKEY_RecordedTV_StationName
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {1B5439E7-EBA1-4AF8-BDD7-7AF1D4549493}, 100
-
-
-
-
- System.Search Properties
-
-
-
-
- Name: System.Search.AutoSummary -- PKEY_Search_AutoSummary
- Description: General Summary of the document.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {560C36C0-503A-11CF-BAA1-00004C752A9A}, 2
-
-
-
-
- Name: System.Search.ContainerHash -- PKEY_Search_ContainerHash
- Description: Hash code used to identify attachments to be deleted based on a common container url
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {BCEEE283-35DF-4D53-826A-F36A3EEFC6BE}, 100
-
-
-
-
- Name: System.Search.Contents -- PKEY_Search_Contents
- Description: The contents of the item. This property is for query restrictions only; it cannot be retrieved in a
- query result. The Indexing Service friendly name is 'contents'.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_Storage) {B725F130-47EF-101A-A5F1-02608C9EEBAC}, 19 (PID_STG_CONTENTS)
-
-
-
-
- Name: System.Search.EntryID -- PKEY_Search_EntryID
- Description: The entry ID for an item within a given catalog in the Windows Search Index.
- This value may be recycled, and therefore is not considered unique over time.
-
- Type: Int32 -- VT_I4
- FormatID: (FMTID_Query) {49691C90-7E17-101A-A91C-08002B2ECDA9}, 5 (PROPID_QUERY_WORKID)
-
-
-
-
- Name: System.Search.ExtendedProperties -- PKEY_Search_ExtendedProperties
- Description:
- Type: Blob -- VT_BLOB
- FormatID: {7B03B546-FA4F-4A52-A2FE-03D5311E5865}, 100
-
-
-
-
- Name: System.Search.GatherTime -- PKEY_Search_GatherTime
- Description: The Datetime that the Windows Search Gatherer process last pushed properties of this document to the Windows Search Gatherer Plugins.
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {0B63E350-9CCC-11D0-BCDB-00805FCCCE04}, 8
-
-
-
-
- Name: System.Search.HitCount -- PKEY_Search_HitCount
- Description: When using CONTAINS over the Windows Search Index, this is the number of matches of the term.
- If there are multiple CONTAINS, an AND computes the min number of hits and an OR the max number of hits.
-
- Type: Int32 -- VT_I4
- FormatID: (FMTID_Query) {49691C90-7E17-101A-A91C-08002B2ECDA9}, 4 (PROPID_QUERY_HITCOUNT)
-
-
-
-
- Name: System.Search.IsClosedDirectory -- PKEY_Search_IsClosedDirectory
- Description: If this property is emitted with a value of TRUE, then it indicates that this URL's last modified time applies to all of it's children, and if this URL is deleted then all of it's children are deleted as well. For example, this would be emitted as TRUE when emitting the URL of an email so that all attachments are tied to the last modified time of that email.
-
- Type: Boolean -- VT_BOOL
- FormatID: {0B63E343-9CCC-11D0-BCDB-00805FCCCE04}, 23
-
-
-
-
- Name: System.Search.IsFullyContained -- PKEY_Search_IsFullyContained
- Description: Any child URL of a URL which has System.Search.IsClosedDirectory=TRUE must emit System.Search.IsFullyContained=TRUE. This ensures that the URL is not deleted at the end of a crawl because it hasn't been visited (which is the normal mechanism for detecting deletes). For example an email attachment would emit this property
-
- Type: Boolean -- VT_BOOL
- FormatID: {0B63E343-9CCC-11D0-BCDB-00805FCCCE04}, 24
-
-
-
-
- Name: System.Search.QueryFocusedSummary -- PKEY_Search_QueryFocusedSummary
- Description: Query Focused Summary of the document.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {560C36C0-503A-11CF-BAA1-00004C752A9A}, 3
-
-
-
-
- Name: System.Search.QueryFocusedSummaryWithFallback -- PKEY_Search_QueryFocusedSummaryWithFallback
- Description: Query Focused Summary of the document, if none is available it returns the AutoSummary.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {560C36C0-503A-11CF-BAA1-00004C752A9A}, 4
-
-
-
-
- Name: System.Search.Rank -- PKEY_Search_Rank
- Description: Relevance rank of row. Ranges from 0-1000. Larger numbers = better matches. Query-time only.
-
- Type: Int32 -- VT_I4
- FormatID: (FMTID_Query) {49691C90-7E17-101A-A91C-08002B2ECDA9}, 3 (PROPID_QUERY_RANK)
-
-
-
-
- Name: System.Search.Store -- PKEY_Search_Store
- Description: The identifier for the protocol handler that produced this item. (E.g. MAPI, CSC, FILE etc.)
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {A06992B3-8CAF-4ED7-A547-B259E32AC9FC}, 100
-
-
-
-
- Name: System.Search.UrlToIndex -- PKEY_Search_UrlToIndex
- Description: This property should be emitted by a container IFilter for each child URL within the container. The children will eventually be crawled by the indexer if they are within scope.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {0B63E343-9CCC-11D0-BCDB-00805FCCCE04}, 2
-
-
-
-
- Name: System.Search.UrlToIndexWithModificationTime -- PKEY_Search_UrlToIndexWithModificationTime
- Description: This property is the same as System.Search.UrlToIndex except that it includes the time the URL was last modified. This is an optimization for the indexer as it doesn't have to call back into the protocol handler to ask for this information to determine if the content needs to be indexed again. The property is a vector with two elements, a VT_LPWSTR with the URL and a VT_FILETIME for the last modified time.
-
- Type: Multivalue Any -- VT_VECTOR | VT_NULL (For variants: VT_ARRAY | VT_NULL)
- FormatID: {0B63E343-9CCC-11D0-BCDB-00805FCCCE04}, 12
-
-
-
-
- System.Shell Properties
-
-
-
-
- Name: System.Shell.OmitFromView -- PKEY_Shell_OmitFromView
- Description: Set this to a string value of 'True' to omit this item from shell views
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {DE35258C-C695-4CBC-B982-38B0AD24CED0}, 2
-
-
-
-
- Name: System.Shell.SFGAOFlagsStrings -- PKEY_Shell_SFGAOFlagsStrings
- Description: Expresses the SFGAO flags as string values and is used as a query optimization.
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {D6942081-D53B-443D-AD47-5E059D9CD27A}, 2
-
-
-
-
- System.Software Properties
-
-
-
-
- Name: System.Software.DateLastUsed -- PKEY_Software_DateLastUsed
- Description:
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {841E4F90-FF59-4D16-8947-E81BBFFAB36D}, 16
-
-
-
-
- Name: System.Software.ProductName -- PKEY_Software_ProductName
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSFMTID_VERSION) {0CEF7D53-FA64-11D1-A203-0000F81FEDEE}, 7
-
-
-
-
- System.Sync Properties
-
-
-
-
- Name: System.Sync.Comments -- PKEY_Sync_Comments
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {7BD5533E-AF15-44DB-B8C8-BD6624E1D032}, 13
-
-
-
-
- Name: System.Sync.ConflictDescription -- PKEY_Sync_ConflictDescription
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {CE50C159-2FB8-41FD-BE68-D3E042E274BC}, 4
-
-
-
-
- Name: System.Sync.ConflictFirstLocation -- PKEY_Sync_ConflictFirstLocation
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {CE50C159-2FB8-41FD-BE68-D3E042E274BC}, 6
-
-
-
-
- Name: System.Sync.ConflictSecondLocation -- PKEY_Sync_ConflictSecondLocation
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {CE50C159-2FB8-41FD-BE68-D3E042E274BC}, 7
-
-
-
-
- Name: System.Sync.HandlerCollectionID -- PKEY_Sync_HandlerCollectionID
- Description:
- Type: Guid -- VT_CLSID
- FormatID: {7BD5533E-AF15-44DB-B8C8-BD6624E1D032}, 2
-
-
-
-
- Name: System.Sync.HandlerID -- PKEY_Sync_HandlerID
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {7BD5533E-AF15-44DB-B8C8-BD6624E1D032}, 3
-
-
-
-
- Name: System.Sync.HandlerName -- PKEY_Sync_HandlerName
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {CE50C159-2FB8-41FD-BE68-D3E042E274BC}, 2
-
-
-
-
- Name: System.Sync.HandlerType -- PKEY_Sync_HandlerType
- Description:
-
- Type: UInt32 -- VT_UI4
- FormatID: {7BD5533E-AF15-44DB-B8C8-BD6624E1D032}, 8
-
-
-
-
- Name: System.Sync.HandlerTypeLabel -- PKEY_Sync_HandlerTypeLabel
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {7BD5533E-AF15-44DB-B8C8-BD6624E1D032}, 9
-
-
-
-
- Name: System.Sync.ItemID -- PKEY_Sync_ItemID
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {7BD5533E-AF15-44DB-B8C8-BD6624E1D032}, 6
-
-
-
-
- Name: System.Sync.ItemName -- PKEY_Sync_ItemName
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {CE50C159-2FB8-41FD-BE68-D3E042E274BC}, 3
-
-
-
-
- Name: System.Sync.ProgressPercentage -- PKEY_Sync_ProgressPercentage
- Description: An integer value between 0 and 100 representing the percentage completed.
-
- Type: UInt32 -- VT_UI4
- FormatID: {7BD5533E-AF15-44DB-B8C8-BD6624E1D032}, 23
-
-
-
-
- Name: System.Sync.State -- PKEY_Sync_State
- Description: Sync state.
-
- Type: UInt32 -- VT_UI4
- FormatID: {7BD5533E-AF15-44DB-B8C8-BD6624E1D032}, 24
-
-
-
-
- Name: System.Sync.Status -- PKEY_Sync_Status
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {7BD5533E-AF15-44DB-B8C8-BD6624E1D032}, 10
-
-
-
-
- System.Task Properties
-
-
-
-
- Name: System.Task.BillingInformation -- PKEY_Task_BillingInformation
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {D37D52C6-261C-4303-82B3-08B926AC6F12}, 100
-
-
-
-
- Name: System.Task.CompletionStatus -- PKEY_Task_CompletionStatus
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {084D8A0A-E6D5-40DE-BF1F-C8820E7C877C}, 100
-
-
-
-
- Name: System.Task.Owner -- PKEY_Task_Owner
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {08C7CC5F-60F2-4494-AD75-55E3E0B5ADD0}, 100
-
-
-
-
- System.Video Properties
-
-
-
-
- Name: System.Video.Compression -- PKEY_Video_Compression
- Description: Indicates the level of compression for the video stream. "Compression".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_VideoSummaryInformation) {64440491-4C8B-11D1-8B70-080036B11A03}, 10 (PIDVSI_COMPRESSION)
-
-
-
-
- Name: System.Video.Director -- PKEY_Video_Director
- Description:
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 20 (PIDMSI_DIRECTOR)
-
-
-
-
- Name: System.Video.EncodingBitrate -- PKEY_Video_EncodingBitrate
- Description: Indicates the data rate in "bits per second" for the video stream. "DataRate".
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_VideoSummaryInformation) {64440491-4C8B-11D1-8B70-080036B11A03}, 8 (PIDVSI_DATA_RATE)
-
-
-
-
- Name: System.Video.FourCC -- PKEY_Video_FourCC
- Description: Indicates the 4CC for the video stream.
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_VideoSummaryInformation) {64440491-4C8B-11D1-8B70-080036B11A03}, 44
-
-
-
-
- Name: System.Video.FrameHeight -- PKEY_Video_FrameHeight
- Description: Indicates the frame height for the video stream.
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_VideoSummaryInformation) {64440491-4C8B-11D1-8B70-080036B11A03}, 4
-
-
-
-
- Name: System.Video.FrameRate -- PKEY_Video_FrameRate
- Description: Indicates the frame rate in "frames per millisecond" for the video stream. "FrameRate".
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_VideoSummaryInformation) {64440491-4C8B-11D1-8B70-080036B11A03}, 6 (PIDVSI_FRAME_RATE)
-
-
-
-
- Name: System.Video.FrameWidth -- PKEY_Video_FrameWidth
- Description: Indicates the frame width for the video stream.
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_VideoSummaryInformation) {64440491-4C8B-11D1-8B70-080036B11A03}, 3
-
-
-
-
- Name: System.Video.HorizontalAspectRatio -- PKEY_Video_HorizontalAspectRatio
- Description: Indicates the horizontal portion of the aspect ratio. The X portion of XX:YY,
- like 16:9.
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_VideoSummaryInformation) {64440491-4C8B-11D1-8B70-080036B11A03}, 42
-
-
-
-
- Name: System.Video.SampleSize -- PKEY_Video_SampleSize
- Description: Indicates the sample size in bits for the video stream. "SampleSize".
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_VideoSummaryInformation) {64440491-4C8B-11D1-8B70-080036B11A03}, 9 (PIDVSI_SAMPLE_SIZE)
-
-
-
-
- Name: System.Video.StreamName -- PKEY_Video_StreamName
- Description: Indicates the name for the video stream. "StreamName".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_VideoSummaryInformation) {64440491-4C8B-11D1-8B70-080036B11A03}, 2 (PIDVSI_STREAM_NAME)
-
-
-
-
- Name: System.Video.StreamNumber -- PKEY_Video_StreamNumber
- Description: "Stream Number".
-
- Type: UInt16 -- VT_UI2
- FormatID: (FMTID_VideoSummaryInformation) {64440491-4C8B-11D1-8B70-080036B11A03}, 11 (PIDVSI_STREAM_NUMBER)
-
-
-
-
- Name: System.Video.TotalBitrate -- PKEY_Video_TotalBitrate
- Description: Indicates the total data rate in "bits per second" for all video and audio streams.
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_VideoSummaryInformation) {64440491-4C8B-11D1-8B70-080036B11A03}, 43 (PIDVSI_TOTAL_BITRATE)
-
-
-
-
- Name: System.Video.TranscodedForSync -- PKEY_Video_TranscodedForSync
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: (FMTID_VideoSummaryInformation) {64440491-4C8B-11D1-8B70-080036B11A03}, 46
-
-
-
-
- Name: System.Video.VerticalAspectRatio -- PKEY_Video_VerticalAspectRatio
- Description: Indicates the vertical portion of the aspect ratio. The Y portion of
- XX:YY, like 16:9.
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_VideoSummaryInformation) {64440491-4C8B-11D1-8B70-080036B11A03}, 45
-
-
-
-
- System.Volume Properties
-
-
-
-
- Name: System.Volume.FileSystem -- PKEY_Volume_FileSystem
- Description: Indicates the filesystem of the volume.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_Volume) {9B174B35-40FF-11D2-A27E-00C04FC30871}, 4 (PID_VOLUME_FILESYSTEM) (Filesystem Volume Properties)
-
-
-
-
- Name: System.Volume.IsMappedDrive -- PKEY_Volume_IsMappedDrive
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {149C0B69-2C2D-48FC-808F-D318D78C4636}, 2
-
-
-
-
- Name: System.Volume.IsRoot -- PKEY_Volume_IsRoot
- Description:
-
- Type: Boolean -- VT_BOOL
- FormatID: (FMTID_Volume) {9B174B35-40FF-11D2-A27E-00C04FC30871}, 10 (Filesystem Volume Properties)
-
-
-
-
- Property store cache state
-
-
-
-
- Contained in file, not updated.
-
-
-
-
- Not contained in file.
-
-
-
-
- Contained in file, has been updated since file was consumed.
-
-
-
-
- Delineates the format of a property string.
-
-
- Typically use one, or a bitwise combination of
- these flags, to specify the format. Some flags are mutually exclusive,
- so combinations like ShortTime | LongTime | HideTime are not allowed.
-
-
-
-
- The format settings specified in the property's .propdesc file.
-
-
-
-
- The value preceded with the property's display name.
-
-
- This flag is ignored when the hideLabelPrefix attribute of the labelInfo element
- in the property's .propinfo file is set to true.
-
-
-
-
- The string treated as a file name.
-
-
-
-
- The sizes displayed in kilobytes (KB), regardless of size.
-
-
- This flag applies to properties of Integer types and aligns the values in the column.
-
-
-
-
- Reserved.
-
-
-
-
- The time displayed as 'hh:mm am/pm'.
-
-
-
-
- The time displayed as 'hh:mm:ss am/pm'.
-
-
-
-
- The time portion of date/time hidden.
-
-
-
-
- The date displayed as 'MM/DD/YY'. For example, '3/21/04'.
-
-
-
-
- The date displayed as 'DayOfWeek Month day, year'.
- For example, 'Monday, March 21, 2004'.
-
-
-
-
- The date portion of date/time hidden.
-
-
-
-
- The friendly date descriptions, such as "Yesterday".
-
-
-
-
- The text displayed in a text box as a cue for the user, such as 'Enter your name'.
-
-
- The invitation text is returned if formatting failed or the value was empty.
- Invitation text is text displayed in a text box as a cue for the user,
- Formatting can fail if the data entered
- is not of an expected type, such as putting alpha characters in
- a phone number field.
-
-
-
-
- This flag requires UseEditInvitation to also be specified. When the
- formatting flags are ReadOnly | UseEditInvitation and the algorithm
- would have shown invitation text, a string is returned that indicates
- the value is "Unknown" instead of the invitation text.
-
-
-
-
- The detection of the reading order is not automatic. Useful when converting
- to ANSI to omit the Unicode reading order characters.
-
-
-
-
- Smart display of DateTime values
-
-
-
-
- Specifies the display types for a property.
-
-
-
-
- The String Display. This is the default if the property doesn't specify a display type.
-
-
-
-
- The Number Display.
-
-
-
-
- The Boolean Display.
-
-
-
-
- The DateTime Display.
-
-
-
-
- The Enumerated Display.
-
-
-
-
- Property Aggregation Type
-
-
-
-
- The string "Multiple Values" is displayed.
-
-
-
-
- The first value in the selection is displayed.
-
-
-
-
- The sum of the selected values is displayed. This flag is never returned
- for data types VT_LPWSTR, VT_BOOL, and VT_FILETIME.
-
-
-
-
- The numerical average of the selected values is displayed. This flag
- is never returned for data types VT_LPWSTR, VT_BOOL, and VT_FILETIME.
-
-
-
-
- The date range of the selected values is displayed. This flag is only
- returned for values of the VT_FILETIME data type.
-
-
-
-
- A concatenated string of all the values is displayed. The order of
- individual values in the string is undefined. The concatenated
- string omits duplicate values; if a value occurs more than once,
- it only appears a single time in the concatenated string.
-
-
-
-
- The highest of the selected values is displayed.
-
-
-
-
- The lowest of the selected values is displayed.
-
-
-
-
- Property Enumeration Types
-
-
-
-
- Use DisplayText and either RangeMinValue or RangeSetValue.
-
-
-
-
- Use DisplayText and either RangeMinValue or RangeSetValue
-
-
-
-
- Use DisplayText
-
-
-
-
- Use Value or RangeMinValue
-
-
-
-
- Describes how a property should be treated for display purposes.
-
-
-
-
- Default value
-
-
-
-
- The value is displayed as a string.
-
-
-
-
- The value is displayed as an integer.
-
-
-
-
- The value is displayed as a date/time.
-
-
-
-
- A mask for display type values StringType, IntegerType, and DateType.
-
-
-
-
- The column should be on by default in Details view.
-
-
-
-
- Will be slow to compute. Perform on a background thread.
-
-
-
-
- Provided by a handler, not the folder.
-
-
-
-
- Not displayed in the context menu, but is listed in the More... dialog.
-
-
-
-
- Not displayed in the user interface (UI).
-
-
-
-
- VarCmp produces same result as IShellFolder::CompareIDs.
-
-
-
-
- PSFormatForDisplay produces same result as IShellFolder::CompareIDs.
-
-
-
-
- Do not sort folders separately.
-
-
-
-
- Only displayed in the UI.
-
-
-
-
- Marks columns with values that should be read in a batch.
-
-
-
-
- Grouping is disabled for this column.
-
-
-
-
- Can't resize the column.
-
-
-
-
- The width is the same in all dots per inch (dpi)s.
-
-
-
-
- Fixed width and height ratio.
-
-
-
-
- Filters out new display flags.
-
-
-
-
- Specifies the condition type to use when displaying the property in the query builder user interface (UI).
-
-
-
-
- The default condition type.
-
-
-
-
- The string type.
-
-
-
-
- The size type.
-
-
-
-
- The date/time type.
-
-
-
-
- The Boolean type.
-
-
-
-
- The number type.
-
-
-
-
- Provides a set of flags to be used with IConditionFactory,
- ICondition, and IConditionGenerator to indicate the operation.
-
-
-
-
- The implicit comparison between the value of the property and the value of the constant.
-
-
-
-
- The value of the property and the value of the constant must be equal.
-
-
-
-
- The value of the property and the value of the constant must not be equal.
-
-
-
-
- The value of the property must be less than the value of the constant.
-
-
-
-
- The value of the property must be greater than the value of the constant.
-
-
-
-
- The value of the property must be less than or equal to the value of the constant.
-
-
-
-
- The value of the property must be greater than or equal to the value of the constant.
-
-
-
-
- The value of the property must begin with the value of the constant.
-
-
-
-
- The value of the property must end with the value of the constant.
-
-
-
-
- The value of the property must contain the value of the constant.
-
-
-
-
- The value of the property must not contain the value of the constant.
-
-
-
-
- The value of the property must match the value of the constant, where '?' matches any single character and '*' matches any sequence of characters.
-
-
-
-
- The value of the property must contain a word that is the value of the constant.
-
-
-
-
- The value of the property must contain a word that begins with the value of the constant.
-
-
-
-
- The application is free to interpret this in any suitable way.
-
-
-
-
- Specifies the property description grouping ranges.
-
-
-
-
- The individual values.
-
-
-
-
- The static alphanumeric ranges.
-
-
-
-
- The static size ranges.
-
-
-
-
- The dynamically-created ranges.
-
-
-
-
- The month and year groups.
-
-
-
-
- The percent groups.
-
-
-
-
- The enumerated groups.
-
-
-
-
- Describes the particular wordings of sort offerings.
-
-
- Note that the strings shown are English versions only;
- localized strings are used for other locales.
-
-
-
-
- The default ascending or descending property sort, "Sort going up", "Sort going down".
-
-
-
-
- The alphabetical sort, "A on top", "Z on top".
-
-
-
-
- The numerical sort, "Lowest on top", "Highest on top".
-
-
-
-
- The size sort, "Smallest on top", "Largest on top".
-
-
-
-
- The chronological sort, "Oldest on top", "Newest on top".
-
-
-
-
- Describes the attributes of the typeInfo element in the property's .propdesc file.
-
-
-
-
- The property uses the default values for all attributes.
-
-
-
-
- The property can have multiple values.
-
-
- These values are stored as a VT_VECTOR in the PROPVARIANT structure.
- This value is set by the multipleValues attribute of the typeInfo element in the property's .propdesc file.
-
-
-
-
- This property cannot be written to.
-
-
- This value is set by the isInnate attribute of the typeInfo element in the property's .propdesc file.
-
-
-
-
- The property is a group heading.
-
-
- This value is set by the isGroup attribute of the typeInfo element in the property's .propdesc file.
-
-
-
-
- The user can group by this property.
-
-
- This value is set by the canGroupBy attribute of the typeInfo element in the property's .propdesc file.
-
-
-
-
- The user can stack by this property.
-
-
- This value is set by the canStackBy attribute of the typeInfo element in the property's .propdesc file.
-
-
-
-
- This property contains a hierarchy.
-
-
- This value is set by the isTreeProperty attribute of the typeInfo element in the property's .propdesc file.
-
-
-
-
- Include this property in any full text query that is performed.
-
-
- This value is set by the includeInFullTextQuery attribute of the typeInfo element in the property's .propdesc file.
-
-
-
-
- This property is meant to be viewed by the user.
-
-
- This influences whether the property shows up in the "Choose Columns" dialog, for example.
- This value is set by the isViewable attribute of the typeInfo element in the property's .propdesc file.
-
-
-
-
- This property is included in the list of properties that can be queried.
-
-
- A queryable property must also be viewable.
- This influences whether the property shows up in the query builder UI.
- This value is set by the isQueryable attribute of the typeInfo element in the property's .propdesc file.
-
-
-
-
- Used with an innate property (that is, a value calculated from other property values) to indicate that it can be deleted.
-
-
- Windows Vista with Service Pack 1 (SP1) and later.
- This value is used by the Remove Properties user interface (UI) to determine whether to display a check box next to an property that allows that property to be selected for removal.
- Note that a property that is not innate can always be purged regardless of the presence or absence of this flag.
-
-
-
-
- This property is owned by the system.
-
-
-
-
- A mask used to retrieve all flags.
-
-
-
-
- Associates property names with property description list strings.
-
-
-
-
- The property is shown by default.
-
-
-
-
- The property is centered.
-
-
-
-
- The property is right aligned.
-
-
-
-
- The property is shown as the beginning of the next collection of properties in the view.
-
-
-
-
- The remainder of the view area is filled with the content of this property.
-
-
-
-
- The property is reverse sorted if it is a property in a list of sorted properties.
-
-
-
-
- The property is only shown if it is present.
-
-
-
-
- The property is shown by default in a view (where applicable).
-
-
-
-
- The property is shown by default in primary column selection user interface (UI).
-
-
-
-
- The property is shown by default in secondary column selection UI.
-
-
-
-
- The label is hidden if the view is normally inclined to show the label.
-
-
-
-
- The property is not displayed as a column in the UI.
-
-
-
-
- The property is wrapped to the next row.
-
-
-
-
- A mask used to retrieve all flags.
-
-
-
-
- Defines the enumeration values for a property type.
-
-
-
-
- Gets display text from an enumeration information structure.
-
-
-
-
- Gets an enumeration type from an enumeration information structure.
-
-
-
-
- Gets a minimum value from an enumeration information structure.
-
-
-
-
- Gets a set value from an enumeration information structure.
-
-
-
-
- Gets a value from an enumeration information structure.
-
-
-
-
- Represents a registered file system Known Folder
-
-
-
-
- Release resources
-
- Indicates that this mothod is being called from Dispose() rather than the finalizer.
-
-
-
- Gets the path for this known folder.
-
- A object.
-
-
-
- Gets the category designation for this known folder.
-
- A value.
-
-
-
- Gets this known folder's canonical name.
-
- A object.
-
-
-
- Gets this known folder's description.
-
- A object.
-
-
-
- Gets the unique identifier for this known folder's parent folder.
-
- A value.
-
-
-
- Gets this known folder's relative path.
-
- A object.
-
-
-
- Gets this known folder's parsing name.
-
- A object.
-
-
-
- Gets this known folder's tool tip text.
-
- A object.
-
-
-
- Gets the resource identifier for this
- known folder's tool tip text.
-
- A object.
-
-
-
- Gets this known folder's localized name.
-
- A object.
-
-
-
- Gets the resource identifier for this
- known folder's localized name.
-
- A object.
-
-
-
- Gets this known folder's security attributes.
-
- A object.
-
-
-
- Gets this known folder's file attributes,
- such as "read-only".
-
- A value.
-
-
-
- Gets an value that describes this known folder's behaviors.
-
- A value.
-
-
-
- Gets the unique identifier for this known folder's type.
-
- A value.
-
-
-
- Gets a string representation of this known folder's type.
-
- A object.
-
-
-
- Gets the unique identifier for this known folder.
-
- A value.
-
-
-
- Gets a value that indicates whether this known folder's path exists on the computer.
-
- A bool value.
- If this property value is false,
- the folder might be a virtual folder ( property will
- be for virtual folders)
-
-
-
- Gets a value that states whether this known folder
- can have its path set to a new value,
- including any restrictions on the redirection.
-
- A value.
-
-
-
- Represents a non filesystem item (e.g. virtual items inside Control Panel)
-
-
-
-
- Represents a Non FileSystem folder (e.g. My Computer, Control Panel)
-
-
-
-
- Represents a registered non file system Known Folder
-
-
-
-
- Release resources
-
- Indicates that this mothod is being called from Dispose() rather than the finalizer.
-
-
-
- Gets the path for this known folder.
-
- A object.
-
-
-
- Gets the category designation for this known folder.
-
- A value.
-
-
-
- Gets this known folder's canonical name.
-
- A object.
-
-
-
- Gets this known folder's description.
-
- A object.
-
-
-
- Gets the unique identifier for this known folder's parent folder.
-
- A value.
-
-
-
- Gets this known folder's relative path.
-
- A object.
-
-
-
- Gets this known folder's parsing name.
-
- A object.
-
-
-
- Gets this known folder's tool tip text.
-
- A object.
-
-
-
- Gets the resource identifier for this
- known folder's tool tip text.
-
- A object.
-
-
-
- Gets this known folder's localized name.
-
- A object.
-
-
-
- Gets the resource identifier for this
- known folder's localized name.
-
- A object.
-
-
-
- Gets this known folder's security attributes.
-
- A object.
-
-
-
- Gets this known folder's file attributes,
- such as "read-only".
-
- A value.
-
-
-
- Gets an value that describes this known folder's behaviors.
-
- A value.
-
-
-
- Gets the unique identifier for this known folder's type.
-
- A value.
-
-
-
- Gets a string representation of this known folder's type.
-
- A object.
-
-
-
- Gets the unique identifier for this known folder.
-
- A value.
-
-
-
- Gets a value that indicates whether this known folder's path exists on the computer.
-
- A bool value.
- If this property value is false,
- the folder might be a virtual folder ( property will
- be for virtual folders)
-
-
-
- Gets a value that states whether this known folder
- can have its path set to a new value,
- including any restrictions on the redirection.
-
- A value.
-
-
-
- Represents the different retrieval options for the thumbnail or icon,
- such as extracting the thumbnail or icon from a file,
- from the cache only, or from memory only.
-
-
-
-
- The default behavior loads a thumbnail. If there is no thumbnail for the current ShellItem,
- the icon is retrieved. The thumbnail or icon is extracted if it is not currently cached.
-
-
-
-
- The CacheOnly behavior returns a cached thumbnail if it is available. Allows access to the disk,
- but only to retrieve a cached item. If no cached thumbnail is available, a cached per-instance icon is returned but
- a thumbnail or icon is not extracted.
-
-
-
-
- The MemoryOnly behavior returns the item only if it is in memory. The disk is not accessed even if the item is cached.
- Note that this only returns an already-cached icon and can fall back to a per-class icon if
- an item has a per-instance icon that has not been cached yet. Retrieving a thumbnail,
- even if it is cached, always requires the disk to be accessed, so this method should not be
- called from the user interface (UI) thread without passing ShellThumbnailCacheOptions.MemoryOnly.
-
-
-
-
- Represents the format options for the thumbnails and icons.
-
-
-
-
- The default behavior loads a thumbnail. An HBITMAP for the icon of the item is retrieved if there is no thumbnail for the current Shell Item.
-
-
-
-
- The ThumbnailOnly behavior returns only the thumbnails, never the icon. Note that not all items have thumbnails
- so ShellThumbnailFormatOption.ThumbnailOnly can fail in these cases.
-
-
-
-
- The IconOnly behavior returns only the icon, never the thumbnail.
-
-
-
-
- Represents a link to existing FileSystem or Virtual item.
-
-
-
-
- Path for this file e.g. c:\Windows\file.txt,
-
-
-
-
- The path for this link
-
-
-
-
- Gets the location to which this link points to.
-
-
-
-
- Gets the ShellObject to which this link points to.
-
-
-
-
- Gets or sets the link's title
-
-
-
-
- Gets the arguments associated with this link.
-
-
-
-
- Gets the comments associated with this link.
-
-
-
-
- Factory class for creating typed ShellProperties.
- Generates/caches expressions to create generic ShellProperties.
-
-
-
-
- Creates a generic ShellProperty.
-
- PropertyKey
- Shell object from which to get property
- ShellProperty matching type of value in property.
-
-
-
- Creates a generic ShellProperty.
-
- PropertyKey
- IPropertyStore from which to get property
- ShellProperty matching type of value in property.
-
-
-
- Converts VarEnum to its associated .net Type.
-
- VarEnum value
- Associated .net equivelent.
-
-
-
- Creates a property writer capable of setting multiple properties for a given ShellObject.
-
-
-
-
- Writes the given property key and value.
-
- The property key.
- The value associated with the key.
-
-
-
- Writes the given property key and value. To allow truncation of the given value, set allowTruncatedValue
- to true.
-
- The property key.
- The value associated with the key.
- True to allow truncation (default); otherwise False.
- If the writable property store is already
- closed.
- If AllowTruncatedValue is set to false
- and while setting the value on the property it had to be truncated in a string or rounded in
- a numeric value.
-
-
-
- Writes the specified property given the canonical name and a value.
-
- The canonical name.
- The property value.
-
-
-
- Writes the specified property given the canonical name and a value. To allow truncation of the given value, set allowTruncatedValue
- to true.
-
- The canonical name.
- The property value.
- True to allow truncation (default); otherwise False.
- If the given canonical name is not valid.
-
-
-
- Writes the specified property using an IShellProperty and a value.
-
- The property name.
- The property value.
-
-
-
- Writes the specified property given an IShellProperty and a value. To allow truncation of the given value, set allowTruncatedValue
- to true.
-
- The property name.
- The property value.
- True to allow truncation (default); otherwise False.
-
-
-
- Writes the specified property using a strongly-typed ShellProperty and a value.
-
- The type of the property name.
- The property name.
- The property value.
-
-
-
- Writes the specified property given a strongly-typed ShellProperty and a value. To allow truncation of the given value, set allowTruncatedValue
- to true.
-
- The type of the property name.
- The property name.
- The property value.
- True to allow truncation (default); otherwise False.
-
-
-
- Release the native objects.
-
-
-
-
-
-
-
-
-
- Release the native and managed objects.
-
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
-
-
- Call this method to commit the writes (calls to WriteProperty method)
- and dispose off the writer.
-
-
-
-
- Reference to parent ShellObject (associated with this writer)
-
-
-
-
- Provides easy access to all the system properties (property keys and their descriptions)
-
-
-
-
- Returns the property description for a given property key.
-
- Property key of the property whose description is required.
- Property Description for a given property key
-
-
-
- Gets the property description for a given property's canonical name.
-
- Canonical name of the property whose description is required.
- Property Description for a given property key
-
-
-
- System Properties
-
-
-
-
- Name: System.AcquisitionID -- PKEY_AcquisitionID
- Description: Hash to determine acquisition session.
-
- Type: Int32 -- VT_I4
- FormatID: {65A98875-3C80-40AB-ABBC-EFDAF77DBEE2}, 100
-
-
-
-
- Name: System.ApplicationName -- PKEY_ApplicationName
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR) Legacy code may treat this as VT_LPSTR.
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 18 (PIDSI_APPNAME)
-
-
-
-
- Name: System.Author -- PKEY_Author
- Description:
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR) Legacy code may treat this as VT_LPSTR.
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 4 (PIDSI_AUTHOR)
-
-
-
-
- Name: System.Capacity -- PKEY_Capacity
- Description: The amount of total space in bytes.
-
- Type: UInt64 -- VT_UI8
- FormatID: (FMTID_Volume) {9B174B35-40FF-11D2-A27E-00C04FC30871}, 3 (PID_VOLUME_CAPACITY) (Filesystem Volume Properties)
-
-
-
-
- Name: System.Category -- PKEY_Category
- Description: Legacy code treats this as VT_LPSTR.
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: (FMTID_DocumentSummaryInformation) {D5CDD502-2E9C-101B-9397-08002B2CF9AE}, 2 (PIDDSI_CATEGORY)
-
-
-
-
- Name: System.Comment -- PKEY_Comment
- Description: Comments.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR) Legacy code may treat this as VT_LPSTR.
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 6 (PIDSI_COMMENTS)
-
-
-
-
- Name: System.Company -- PKEY_Company
- Description: The company or publisher.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_DocumentSummaryInformation) {D5CDD502-2E9C-101B-9397-08002B2CF9AE}, 15 (PIDDSI_COMPANY)
-
-
-
-
- Name: System.ComputerName -- PKEY_ComputerName
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_ShellDetails) {28636AA6-953D-11D2-B5D6-00C04FD918D0}, 5 (PID_COMPUTERNAME)
-
-
-
-
- Name: System.ContainedItems -- PKEY_ContainedItems
- Description: The list of type of items, this item contains. For example, this item contains urls, attachments etc.
- This is represented as a vector array of GUIDs where each GUID represents certain type.
-
- Type: Multivalue Guid -- VT_VECTOR | VT_CLSID (For variants: VT_ARRAY | VT_CLSID)
- FormatID: (FMTID_ShellDetails) {28636AA6-953D-11D2-B5D6-00C04FD918D0}, 29
-
-
-
-
- Name: System.ContentStatus -- PKEY_ContentStatus
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_DocumentSummaryInformation) {D5CDD502-2E9C-101B-9397-08002B2CF9AE}, 27
-
-
-
-
- Name: System.ContentType -- PKEY_ContentType
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_DocumentSummaryInformation) {D5CDD502-2E9C-101B-9397-08002B2CF9AE}, 26
-
-
-
-
- Name: System.Copyright -- PKEY_Copyright
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 11 (PIDMSI_COPYRIGHT)
-
-
-
-
- Name: System.DateAccessed -- PKEY_DateAccessed
- Description: The time of the last access to the item. The Indexing Service friendly name is 'access'.
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: (FMTID_Storage) {B725F130-47EF-101A-A5F1-02608C9EEBAC}, 16 (PID_STG_ACCESSTIME)
-
-
-
-
- Name: System.DateAcquired -- PKEY_DateAcquired
- Description: The time the file entered the system via acquisition. This is not the same as System.DateImported.
- Examples are when pictures are acquired from a camera, or when music is purchased online.
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {2CBAA8F5-D81F-47CA-B17A-F8D822300131}, 100
-
-
-
-
- Name: System.DateArchived -- PKEY_DateArchived
- Description:
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {43F8D7B7-A444-4F87-9383-52271C9B915C}, 100
-
-
-
-
- Name: System.DateCompleted -- PKEY_DateCompleted
- Description:
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {72FAB781-ACDA-43E5-B155-B2434F85E678}, 100
-
-
-
-
- Name: System.DateCreated -- PKEY_DateCreated
- Description: The date and time the item was created. The Indexing Service friendly name is 'create'.
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: (FMTID_Storage) {B725F130-47EF-101A-A5F1-02608C9EEBAC}, 15 (PID_STG_CREATETIME)
-
-
-
-
- Name: System.DateImported -- PKEY_DateImported
- Description: The time the file is imported into a separate database. This is not the same as System.DateAcquired. (Eg, 2003:05:22 13:55:04)
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 18258
-
-
-
-
- Name: System.DateModified -- PKEY_DateModified
- Description: The date and time of the last write to the item. The Indexing Service friendly name is 'write'.
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: (FMTID_Storage) {B725F130-47EF-101A-A5F1-02608C9EEBAC}, 14 (PID_STG_WRITETIME)
-
-
-
-
- Name: System.DescriptionID -- PKEY_DescriptionID
- Description: The contents of a SHDESCRIPTIONID structure as a buffer of bytes.
-
- Type: Buffer -- VT_VECTOR | VT_UI1 (For variants: VT_ARRAY | VT_UI1)
- FormatID: (FMTID_ShellDetails) {28636AA6-953D-11D2-B5D6-00C04FD918D0}, 2 (PID_DESCRIPTIONID)
-
-
-
-
- Name: System.DueDate -- PKEY_DueDate
- Description:
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {3F8472B5-E0AF-4DB2-8071-C53FE76AE7CE}, 100
-
-
-
-
- Name: System.EndDate -- PKEY_EndDate
- Description:
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {C75FAA05-96FD-49E7-9CB4-9F601082D553}, 100
-
-
-
-
- Name: System.FileAllocationSize -- PKEY_FileAllocationSize
- Description:
-
- Type: UInt64 -- VT_UI8
- FormatID: (FMTID_Storage) {B725F130-47EF-101A-A5F1-02608C9EEBAC}, 18 (PID_STG_ALLOCSIZE)
-
-
-
-
- Name: System.FileAttributes -- PKEY_FileAttributes
- Description: This is the WIN32_FIND_DATA dwFileAttributes for the file-based item.
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_Storage) {B725F130-47EF-101A-A5F1-02608C9EEBAC}, 13 (PID_STG_ATTRIBUTES)
-
-
-
-
- Name: System.FileCount -- PKEY_FileCount
- Description:
-
- Type: UInt64 -- VT_UI8
- FormatID: (FMTID_ShellDetails) {28636AA6-953D-11D2-B5D6-00C04FD918D0}, 12
-
-
-
-
- Name: System.FileDescription -- PKEY_FileDescription
- Description: This is a user-friendly description of the file.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSFMTID_VERSION) {0CEF7D53-FA64-11D1-A203-0000F81FEDEE}, 3 (PIDVSI_FileDescription)
-
-
-
-
- Name: System.FileExtension -- PKEY_FileExtension
- Description: This is the file extension of the file based item, including the leading period.
-
- If System.FileName is VT_EMPTY, then this property should be too. Otherwise, it should be derived
- appropriately by the data source from System.FileName. If System.FileName does not have a file
- extension, this value should be VT_EMPTY.
-
- To obtain the type of any item (including an item that is not a file), use System.ItemType.
-
- Example values:
-
- If the path is... The property value is...
- ----------------- ------------------------
- "c:\foo\bar\hello.txt" ".txt"
- "\\server\share\mydir\goodnews.doc" ".doc"
- "\\server\share\numbers.xls" ".xls"
- "\\server\share\folder" VT_EMPTY
- "c:\foo\MyFolder" VT_EMPTY
- [desktop] VT_EMPTY
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {E4F10A3C-49E6-405D-8288-A23BD4EEAA6C}, 100
-
-
-
-
- Name: System.FileFRN -- PKEY_FileFRN
- Description: This is the unique file ID, also known as the File Reference Number. For a given file, this is the same value
- as is found in the structure variable FILE_ID_BOTH_DIR_INFO.FileId, via GetFileInformationByHandleEx().
-
- Type: UInt64 -- VT_UI8
- FormatID: (FMTID_Storage) {B725F130-47EF-101A-A5F1-02608C9EEBAC}, 21 (PID_STG_FRN)
-
-
-
-
- Name: System.FileName -- PKEY_FileName
- Description: This is the file name (including extension) of the file.
-
- It is possible that the item might not exist on a filesystem (ie, it may not be opened
- using CreateFile). Nonetheless, if the item is represented as a file from the logical sense
- (and its name follows standard Win32 file-naming syntax), then the data source should emit this property.
-
- If an item is not a file, then the value for this property is VT_EMPTY. See
- System.ItemNameDisplay.
-
- This has the same value as System.ParsingName for items that are provided by the Shell's file folder.
-
- Example values:
-
- If the path is... The property value is...
- ----------------- ------------------------
- "c:\foo\bar\hello.txt" "hello.txt"
- "\\server\share\mydir\goodnews.doc" "goodnews.doc"
- "\\server\share\numbers.xls" "numbers.xls"
- "c:\foo\MyFolder" "MyFolder"
- (email message) VT_EMPTY
- (song on portable device) "song.wma"
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {41CF5AE0-F75A-4806-BD87-59C7D9248EB9}, 100
-
-
-
-
- Name: System.FileOwner -- PKEY_FileOwner
- Description: This is the owner of the file, according to the file system.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_Misc) {9B174B34-40FF-11D2-A27E-00C04FC30871}, 4 (PID_MISC_OWNER)
-
-
-
-
- Name: System.FileVersion -- PKEY_FileVersion
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSFMTID_VERSION) {0CEF7D53-FA64-11D1-A203-0000F81FEDEE}, 4 (PIDVSI_FileVersion)
-
-
-
-
- Name: System.FindData -- PKEY_FindData
- Description: WIN32_FIND_DATAW in buffer of bytes.
-
- Type: Buffer -- VT_VECTOR | VT_UI1 (For variants: VT_ARRAY | VT_UI1)
- FormatID: (FMTID_ShellDetails) {28636AA6-953D-11D2-B5D6-00C04FD918D0}, 0 (PID_FINDDATA)
-
-
-
-
- Name: System.FlagColor -- PKEY_FlagColor
- Description:
-
- Type: UInt16 -- VT_UI2
- FormatID: {67DF94DE-0CA7-4D6F-B792-053A3E4F03CF}, 100
-
-
-
-
- Name: System.FlagColorText -- PKEY_FlagColorText
- Description: This is the user-friendly form of System.FlagColor. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {45EAE747-8E2A-40AE-8CBF-CA52ABA6152A}, 100
-
-
-
-
- Name: System.FlagStatus -- PKEY_FlagStatus
- Description: Status of Flag. Values: (0=none 1=white 2=Red). cdoPR_FLAG_STATUS
-
- Type: Int32 -- VT_I4
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 12
-
-
-
-
- Name: System.FlagStatusText -- PKEY_FlagStatusText
- Description: This is the user-friendly form of System.FlagStatus. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {DC54FD2E-189D-4871-AA01-08C2F57A4ABC}, 100
-
-
-
-
- Name: System.FreeSpace -- PKEY_FreeSpace
- Description: The amount of free space in bytes.
-
- Type: UInt64 -- VT_UI8
- FormatID: (FMTID_Volume) {9B174B35-40FF-11D2-A27E-00C04FC30871}, 2 (PID_VOLUME_FREE) (Filesystem Volume Properties)
-
-
-
-
- Name: System.FullText -- PKEY_FullText
- Description: This PKEY is used to specify search terms that should be applied as broadly as possible,
- across all valid properties for the data source(s) being searched. It should not be
- emitted from a data source.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {1E3EE840-BC2B-476C-8237-2ACD1A839B22}, 6
-
-
-
-
- Name: System.Identity -- PKEY_Identity
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {A26F4AFC-7346-4299-BE47-EB1AE613139F}, 100
-
-
-
-
- Name: System.ImageParsingName -- PKEY_ImageParsingName
- Description:
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {D7750EE0-C6A4-48EC-B53E-B87B52E6D073}, 100
-
-
-
-
- Name: System.Importance -- PKEY_Importance
- Description:
- Type: Int32 -- VT_I4
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 11
-
-
-
-
- Name: System.ImportanceText -- PKEY_ImportanceText
- Description: This is the user-friendly form of System.Importance. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {A3B29791-7713-4E1D-BB40-17DB85F01831}, 100
-
-
-
-
- Name: System.InfoTipText -- PKEY_InfoTipText
- Description: The text (with formatted property values) to show in the infotip.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C9944A21-A406-48FE-8225-AEC7E24C211B}, 17
-
-
-
-
- Name: System.InternalName -- PKEY_InternalName
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSFMTID_VERSION) {0CEF7D53-FA64-11D1-A203-0000F81FEDEE}, 5 (PIDVSI_InternalName)
-
-
-
-
- Name: System.IsAttachment -- PKEY_IsAttachment
- Description: Identifies if this item is an attachment.
-
- Type: Boolean -- VT_BOOL
- FormatID: {F23F425C-71A1-4FA8-922F-678EA4A60408}, 100
-
-
-
-
- Name: System.IsDefaultNonOwnerSaveLocation -- PKEY_IsDefaultNonOwnerSaveLocation
- Description: Identifies the default save location for a library for non-owners of the library
-
- Type: Boolean -- VT_BOOL
- FormatID: {5D76B67F-9B3D-44BB-B6AE-25DA4F638A67}, 5
-
-
-
-
- Name: System.IsDefaultSaveLocation -- PKEY_IsDefaultSaveLocation
- Description: Identifies the default save location for a library for the owner of the library
-
- Type: Boolean -- VT_BOOL
- FormatID: {5D76B67F-9B3D-44BB-B6AE-25DA4F638A67}, 3
-
-
-
-
- Name: System.IsDeleted -- PKEY_IsDeleted
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {5CDA5FC8-33EE-4FF3-9094-AE7BD8868C4D}, 100
-
-
-
-
- Name: System.IsEncrypted -- PKEY_IsEncrypted
- Description: Is the item encrypted?
-
- Type: Boolean -- VT_BOOL
- FormatID: {90E5E14E-648B-4826-B2AA-ACAF790E3513}, 10
-
-
-
-
- Name: System.IsFlagged -- PKEY_IsFlagged
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {5DA84765-E3FF-4278-86B0-A27967FBDD03}, 100
-
-
-
-
- Name: System.IsFlaggedComplete -- PKEY_IsFlaggedComplete
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {A6F360D2-55F9-48DE-B909-620E090A647C}, 100
-
-
-
-
- Name: System.IsIncomplete -- PKEY_IsIncomplete
- Description: Identifies if the message was not completely received for some error condition.
-
- Type: Boolean -- VT_BOOL
- FormatID: {346C8BD1-2E6A-4C45-89A4-61B78E8E700F}, 100
-
-
-
-
- Name: System.IsLocationSupported -- PKEY_IsLocationSupported
- Description: A bool value to know if a location is supported (locally indexable, or remotely indexed).
-
- Type: Boolean -- VT_BOOL
- FormatID: {5D76B67F-9B3D-44BB-B6AE-25DA4F638A67}, 8
-
-
-
-
- Name: System.IsPinnedToNameSpaceTree -- PKEY_IsPinnedToNameSpaceTree
- Description: A bool value to know if a shell folder is pinned to the navigation pane
-
- Type: Boolean -- VT_BOOL
- FormatID: {5D76B67F-9B3D-44BB-B6AE-25DA4F638A67}, 2
-
-
-
-
- Name: System.IsRead -- PKEY_IsRead
- Description: Has the item been read?
-
- Type: Boolean -- VT_BOOL
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 10
-
-
-
-
- Name: System.IsSearchOnlyItem -- PKEY_IsSearchOnlyItem
- Description: Identifies if a location or a library is search only
-
- Type: Boolean -- VT_BOOL
- FormatID: {5D76B67F-9B3D-44BB-B6AE-25DA4F638A67}, 4
-
-
-
-
- Name: System.IsSendToTarget -- PKEY_IsSendToTarget
- Description: Provided by certain shell folders. Return TRUE if the folder is a valid Send To target.
-
- Type: Boolean -- VT_BOOL
- FormatID: (FMTID_ShellDetails) {28636AA6-953D-11D2-B5D6-00C04FD918D0}, 33
-
-
-
-
- Name: System.IsShared -- PKEY_IsShared
- Description: Is this item shared? This only checks for ACLs that are not inherited.
-
- Type: Boolean -- VT_BOOL
- FormatID: {EF884C5B-2BFE-41BB-AAE5-76EEDF4F9902}, 100
-
-
-
-
- Name: System.ItemAuthors -- PKEY_ItemAuthors
- Description: This is the generic list of authors associated with an item.
-
- For example, the artist name for a track is the item author.
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {D0A04F0A-462A-48A4-BB2F-3706E88DBD7D}, 100
-
-
-
-
- Name: System.ItemClassType -- PKEY_ItemClassType
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {048658AD-2DB8-41A4-BBB6-AC1EF1207EB1}, 100
-
-
-
-
- Name: System.ItemDate -- PKEY_ItemDate
- Description: This is the main date for an item. The date of interest.
-
- For example, for photos this maps to System.Photo.DateTaken.
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {F7DB74B4-4287-4103-AFBA-F1B13DCD75CF}, 100
-
-
-
-
- Name: System.ItemFolderNameDisplay -- PKEY_ItemFolderNameDisplay
- Description: This is the user-friendly display name of the parent folder of an item.
-
- If System.ItemFolderPathDisplay is VT_EMPTY, then this property should be too. Otherwise, it
- should be derived appropriately by the data source from System.ItemFolderPathDisplay.
-
- If the folder is a file folder, the value will be localized if a localized name is available.
-
- Example values:
-
- If the path is... The property value is...
- ----------------- ------------------------
- "c:\foo\bar\hello.txt" "bar"
- "\\server\share\mydir\goodnews.doc" "mydir"
- "\\server\share\numbers.xls" "share"
- "c:\foo\MyFolder" "foo"
- "/Mailbox Account/Inbox/'Re: Hello!'" "Inbox"
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_Storage) {B725F130-47EF-101A-A5F1-02608C9EEBAC}, 2 (PID_STG_DIRECTORY)
-
-
-
-
- Name: System.ItemFolderPathDisplay -- PKEY_ItemFolderPathDisplay
- Description: This is the user-friendly display path of the parent folder of an item.
-
- If System.ItemPathDisplay is VT_EMPTY, then this property should be too. Otherwise, it should
- be derived appropriately by the data source from System.ItemPathDisplay.
-
- Example values:
-
- If the path is... The property value is...
- ----------------- ------------------------
- "c:\foo\bar\hello.txt" "c:\foo\bar"
- "\\server\share\mydir\goodnews.doc" "\\server\share\mydir"
- "\\server\share\numbers.xls" "\\server\share"
- "c:\foo\MyFolder" "c:\foo"
- "/Mailbox Account/Inbox/'Re: Hello!'" "/Mailbox Account/Inbox"
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 6
-
-
-
-
- Name: System.ItemFolderPathDisplayNarrow -- PKEY_ItemFolderPathDisplayNarrow
- Description: This is the user-friendly display path of the parent folder of an item. The format of the string
- should be tailored such that the folder name comes first, to optimize for a narrow viewing column.
-
- If the folder is a file folder, the value includes localized names if they are present.
-
- If System.ItemFolderPathDisplay is VT_EMPTY, then this property should be too. Otherwise, it should
- be derived appropriately by the data source from System.ItemFolderPathDisplay.
-
- Example values:
-
- If the path is... The property value is...
- ----------------- ------------------------
- "c:\foo\bar\hello.txt" "bar (c:\foo)"
- "\\server\share\mydir\goodnews.doc" "mydir (\\server\share)"
- "\\server\share\numbers.xls" "share (\\server)"
- "c:\foo\MyFolder" "foo (c:\)"
- "/Mailbox Account/Inbox/'Re: Hello!'" "Inbox (/Mailbox Account)"
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {DABD30ED-0043-4789-A7F8-D013A4736622}, 100
-
-
-
-
- Name: System.ItemName -- PKEY_ItemName
- Description: This is the base-name of the System.ItemNameDisplay.
-
- If the item is a file this property
- includes the extension in all cases, and will be localized if a localized name is available.
-
- If the item is a message, then the value of this property does not include the forwarding or
- reply prefixes (see System.ItemNamePrefix).
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {6B8DA074-3B5C-43BC-886F-0A2CDCE00B6F}, 100
-
-
-
-
- Name: System.ItemNameDisplay -- PKEY_ItemNameDisplay
- Description: This is the display name in "most complete" form. This is the best effort unique representation
- of the name of an item that makes sense for end users to read. It is the concatentation of
- System.ItemNamePrefix and System.ItemName.
-
- If the item is a file this property
- includes the extension in all cases, and will be localized if a localized name is available.
-
- There are acceptable cases when System.FileName is not VT_EMPTY, yet the value of this property
- is completely different. Email messages are a key example. If the item is an email message,
- the item name is likely the subject. In that case, the value must be the concatenation of the
- System.ItemNamePrefix and System.ItemName. Since the value of System.ItemNamePrefix excludes
- any trailing whitespace, the concatenation must include a whitespace when generating System.ItemNameDisplay.
-
- Note that this property is not guaranteed to be unique, but the idea is to promote the most likely
- candidate that can be unique and also makes sense for end users. For example, for documents, you
- might think about using System.Title as the System.ItemNameDisplay, but in practice the title of
- the documents may not be useful or unique enough to be of value as the sole System.ItemNameDisplay.
- Instead, providing the value of System.FileName as the value of System.ItemNameDisplay is a better
- candidate. In Windows Mail, the emails are stored in the file system as .eml files and the
- System.FileName for those files are not human-friendly as they contain GUIDs. In this example,
- promoting System.Subject as System.ItemNameDisplay makes more sense.
-
- Compatibility notes:
-
- Shell folder implementations on Vista: use PKEY_ItemNameDisplay for the name column when
- you want Explorer to call ISF::GetDisplayNameOf(SHGDN_NORMAL) to get the value of the name. Use
- another PKEY (like PKEY_ItemName) when you want Explorer to call either the folder's property store or
- ISF2::GetDetailsEx in order to get the value of the name.
-
- Shell folder implementations on XP: the first column needs to be the name column, and Explorer
- will call ISF::GetDisplayNameOf to get the value of the name. The PKEY/SCID does not matter.
-
- Example values:
-
- File: "hello.txt"
- Message: "Re: Let's talk about Tom's argyle socks!"
- Device folder: "song.wma"
- Folder: "Documents"
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_Storage) {B725F130-47EF-101A-A5F1-02608C9EEBAC}, 10 (PID_STG_NAME)
-
-
-
-
- Name: System.ItemNamePrefix -- PKEY_ItemNamePrefix
- Description: This is the prefix of an item, used for email messages.
- where the subject begins with "Re:" which is the prefix.
-
- If the item is a file, then the value of this property is VT_EMPTY.
-
- If the item is a message, then the value of this property is the forwarding or reply
- prefixes (including delimiting colon, but no whitespace), or VT_EMPTY if there is no prefix.
-
- Example values:
-
- System.ItemNamePrefix System.ItemName System.ItemNameDisplay
- --------------------- ------------------- ----------------------
- VT_EMPTY "Great day" "Great day"
- "Re:" "Great day" "Re: Great day"
- "Fwd: " "Monthly budget" "Fwd: Monthly budget"
- VT_EMPTY "accounts.xls" "accounts.xls"
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {D7313FF1-A77A-401C-8C99-3DBDD68ADD36}, 100
-
-
-
-
- Name: System.ItemParticipants -- PKEY_ItemParticipants
- Description: This is the generic list of people associated with an item and who contributed
- to the item.
-
- For example, this is the combination of people in the To list, Cc list and
- sender of an email message.
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {D4D0AA16-9948-41A4-AA85-D97FF9646993}, 100
-
-
-
-
- Name: System.ItemPathDisplay -- PKEY_ItemPathDisplay
- Description: This is the user-friendly display path to the item.
-
- If the item is a file or folder this property
- includes the extension in all cases, and will be localized if a localized name is available.
-
- For other items,this is the user-friendly equivalent, assuming the item exists in hierarchical storage.
-
- Unlike System.ItemUrl, this property value does not include the URL scheme.
-
- To parse an item path, use System.ItemUrl or System.ParsingPath. To reference shell
- namespace items using shell APIs, use System.ParsingPath.
-
- Example values:
-
- If the path is... The property value is...
- ----------------- ------------------------
- "c:\foo\bar\hello.txt" "c:\foo\bar\hello.txt"
- "\\server\share\mydir\goodnews.doc" "\\server\share\mydir\goodnews.doc"
- "\\server\share\numbers.xls" "\\server\share\numbers.xls"
- "c:\foo\MyFolder" "c:\foo\MyFolder"
- "/Mailbox Account/Inbox/'Re: Hello!'" "/Mailbox Account/Inbox/'Re: Hello!'"
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 7
-
-
-
-
- Name: System.ItemPathDisplayNarrow -- PKEY_ItemPathDisplayNarrow
- Description: This is the user-friendly display path to the item. The format of the string should be
- tailored such that the name comes first, to optimize for a narrow viewing column.
-
- If the item is a file, the value excludes the file extension, and includes localized names if they are present.
- If the item is a message, the value includes the System.ItemNamePrefix.
-
- To parse an item path, use System.ItemUrl or System.ParsingPath.
-
- Example values:
-
- If the path is... The property value is...
- ----------------- ------------------------
- "c:\foo\bar\hello.txt" "hello (c:\foo\bar)"
- "\\server\share\mydir\goodnews.doc" "goodnews (\\server\share\mydir)"
- "\\server\share\folder" "folder (\\server\share)"
- "c:\foo\MyFolder" "MyFolder (c:\foo)"
- "/Mailbox Account/Inbox/'Re: Hello!'" "Re: Hello! (/Mailbox Account/Inbox)"
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_ShellDetails) {28636AA6-953D-11D2-B5D6-00C04FD918D0}, 8
-
-
-
-
- Name: System.ItemType -- PKEY_ItemType
- Description: This is the canonical type of the item and is intended to be programmatically
- parsed.
-
- If there is no canonical type, the value is VT_EMPTY.
-
- If the item is a file (ie, System.FileName is not VT_EMPTY), the value is the same as
- System.FileExtension.
-
- Use System.ItemTypeText when you want to display the type to end users in a view. (If
- the item is a file, passing the System.ItemType value to PSFormatForDisplay will
- result in the same value as System.ItemTypeText.)
-
- Example values:
-
- If the path is... The property value is...
- ----------------- ------------------------
- "c:\foo\bar\hello.txt" ".txt"
- "\\server\share\mydir\goodnews.doc" ".doc"
- "\\server\share\folder" "Directory"
- "c:\foo\MyFolder" "Directory"
- [desktop] "Folder"
- "/Mailbox Account/Inbox/'Re: Hello!'" "MAPI/IPM.Message"
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_ShellDetails) {28636AA6-953D-11D2-B5D6-00C04FD918D0}, 11
-
-
-
-
- Name: System.ItemTypeText -- PKEY_ItemTypeText
- Description: This is the user friendly type name of the item. This is not intended to be
- programmatically parsed.
-
- If System.ItemType is VT_EMPTY, the value of this property is also VT_EMPTY.
-
- If the item is a file, the value of this property is the same as if you passed the
- file's System.ItemType value to PSFormatForDisplay.
-
- This property should not be confused with System.Kind, where System.Kind is a high-level
- user friendly kind name. For example, for a document, System.Kind = "Document" and
- System.Item.Type = ".doc" and System.Item.TypeText = "Microsoft Word Document"
-
- Example values:
-
- If the path is... The property value is...
- ----------------- ------------------------
- "c:\foo\bar\hello.txt" "Text File"
- "\\server\share\mydir\goodnews.doc" "Microsoft Word Document"
- "\\server\share\folder" "File Folder"
- "c:\foo\MyFolder" "File Folder"
- "/Mailbox Account/Inbox/'Re: Hello!'" "Outlook E-Mail Message"
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_Storage) {B725F130-47EF-101A-A5F1-02608C9EEBAC}, 4 (PID_STG_STORAGETYPE)
-
-
-
-
- Name: System.ItemUrl -- PKEY_ItemUrl
- Description: This always represents a well formed URL that points to the item.
-
- To reference shell namespace items using shell APIs, use System.ParsingPath.
-
- Example values:
-
- Files: "file:///c:/foo/bar/hello.txt"
- "csc://{GUID}/..."
- Messages: "mapi://..."
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_Query) {49691C90-7E17-101A-A91C-08002B2ECDA9}, 9 (DISPID_QUERY_VIRTUALPATH)
-
-
-
-
- Name: System.Keywords -- PKEY_Keywords
- Description: The keywords for the item. Also referred to as tags.
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR) Legacy code may treat this as VT_LPSTR.
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 5 (PIDSI_KEYWORDS)
-
-
-
-
- Name: System.Kind -- PKEY_Kind
- Description: System.Kind is used to map extensions to various .Search folders.
- Extensions are mapped to Kinds at HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\KindMap
- The list of kinds is not extensible.
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {1E3EE840-BC2B-476C-8237-2ACD1A839B22}, 3
-
-
-
-
- Name: System.KindText -- PKEY_KindText
- Description: This is the user-friendly form of System.Kind. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {F04BEF95-C585-4197-A2B7-DF46FDC9EE6D}, 100
-
-
-
-
- Name: System.Language -- PKEY_Language
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_DocumentSummaryInformation) {D5CDD502-2E9C-101B-9397-08002B2CF9AE}, 28
-
-
-
-
- Name: System.MileageInformation -- PKEY_MileageInformation
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {FDF84370-031A-4ADD-9E91-0D775F1C6605}, 100
-
-
-
-
- Name: System.MIMEType -- PKEY_MIMEType
- Description: The MIME type. Eg, for EML files: 'message/rfc822'.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {0B63E350-9CCC-11D0-BCDB-00805FCCCE04}, 5
-
-
-
-
- Name: System.NamespaceCLSID -- PKEY_NamespaceCLSID
- Description: The CLSID of the name space extension for an item, the object that implements IShellFolder for this item
-
- Type: Guid -- VT_CLSID
- FormatID: (FMTID_ShellDetails) {28636AA6-953D-11D2-B5D6-00C04FD918D0}, 6
-
-
-
-
- Name: System.Null -- PKEY_Null
- Description:
- Type: Null -- VT_NULL
- FormatID: {00000000-0000-0000-0000-000000000000}, 0
-
-
-
-
- Name: System.OfflineAvailability -- PKEY_OfflineAvailability
- Description:
- Type: UInt32 -- VT_UI4
- FormatID: {A94688B6-7D9F-4570-A648-E3DFC0AB2B3F}, 100
-
-
-
-
- Name: System.OfflineStatus -- PKEY_OfflineStatus
- Description:
- Type: UInt32 -- VT_UI4
- FormatID: {6D24888F-4718-4BDA-AFED-EA0FB4386CD8}, 100
-
-
-
-
- Name: System.OriginalFileName -- PKEY_OriginalFileName
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSFMTID_VERSION) {0CEF7D53-FA64-11D1-A203-0000F81FEDEE}, 6
-
-
-
-
- Name: System.OwnerSID -- PKEY_OwnerSID
- Description: SID of the user that owns the library.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {5D76B67F-9B3D-44BB-B6AE-25DA4F638A67}, 6
-
-
-
-
- Name: System.ParentalRating -- PKEY_ParentalRating
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 21 (PIDMSI_PARENTAL_RATING)
-
-
-
-
- Name: System.ParentalRatingReason -- PKEY_ParentalRatingReason
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {10984E0A-F9F2-4321-B7EF-BAF195AF4319}, 100
-
-
-
-
- Name: System.ParentalRatingsOrganization -- PKEY_ParentalRatingsOrganization
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {A7FE0840-1344-46F0-8D37-52ED712A4BF9}, 100
-
-
-
-
- Name: System.ParsingBindContext -- PKEY_ParsingBindContext
- Description: used to get the IBindCtx for an item for parsing
-
- Type: Any -- VT_NULL Legacy code may treat this as VT_UNKNOWN.
- FormatID: {DFB9A04D-362F-4CA3-B30B-0254B17B5B84}, 100
-
-
-
-
- Name: System.ParsingName -- PKEY_ParsingName
- Description: The shell namespace name of an item relative to a parent folder. This name may be passed to
- IShellFolder::ParseDisplayName() of the parent shell folder.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_ShellDetails) {28636AA6-953D-11D2-B5D6-00C04FD918D0}, 24
-
-
-
-
- Name: System.ParsingPath -- PKEY_ParsingPath
- Description: This is the shell namespace path to the item. This path may be passed to
- SHParseDisplayName to parse the path to the correct shell folder.
-
- If the item is a file, the value is identical to System.ItemPathDisplay.
-
- If the item cannot be accessed through the shell namespace, this value is VT_EMPTY.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_ShellDetails) {28636AA6-953D-11D2-B5D6-00C04FD918D0}, 30
-
-
-
-
- Name: System.PerceivedType -- PKEY_PerceivedType
- Description: The perceived type of a shell item, based upon its canonical type.
-
- Type: Int32 -- VT_I4
- FormatID: (FMTID_ShellDetails) {28636AA6-953D-11D2-B5D6-00C04FD918D0}, 9
-
-
-
-
- Name: System.PercentFull -- PKEY_PercentFull
- Description: The amount filled as a percentage, multiplied by 100 (ie, the valid range is 0 through 100).
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_Volume) {9B174B35-40FF-11D2-A27E-00C04FC30871}, 5 (Filesystem Volume Properties)
-
-
-
-
- Name: System.Priority -- PKEY_Priority
- Description:
-
- Type: UInt16 -- VT_UI2
- FormatID: {9C1FCF74-2D97-41BA-B4AE-CB2E3661A6E4}, 5
-
-
-
-
- Name: System.PriorityText -- PKEY_PriorityText
- Description: This is the user-friendly form of System.Priority. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {D98BE98B-B86B-4095-BF52-9D23B2E0A752}, 100
-
-
-
-
- Name: System.Project -- PKEY_Project
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {39A7F922-477C-48DE-8BC8-B28441E342E3}, 100
-
-
-
-
- Name: System.ProviderItemID -- PKEY_ProviderItemID
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {F21D9941-81F0-471A-ADEE-4E74B49217ED}, 100
-
-
-
-
- Name: System.Rating -- PKEY_Rating
- Description: Indicates the users preference rating of an item on a scale of 1-99 (1-12 = One Star,
- 13-37 = Two Stars, 38-62 = Three Stars, 63-87 = Four Stars, 88-99 = Five Stars).
-
- Type: UInt32 -- VT_UI4
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 9 (PIDMSI_RATING)
-
-
-
-
- Name: System.RatingText -- PKEY_RatingText
- Description: This is the user-friendly form of System.Rating. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {90197CA7-FD8F-4E8C-9DA3-B57E1E609295}, 100
-
-
-
-
- Name: System.Sensitivity -- PKEY_Sensitivity
- Description:
-
- Type: UInt16 -- VT_UI2
- FormatID: {F8D3F6AC-4874-42CB-BE59-AB454B30716A}, 100
-
-
-
-
- Name: System.SensitivityText -- PKEY_SensitivityText
- Description: This is the user-friendly form of System.Sensitivity. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {D0C7F054-3F72-4725-8527-129A577CB269}, 100
-
-
-
-
- Name: System.SFGAOFlags -- PKEY_SFGAOFlags
- Description: IShellFolder::GetAttributesOf flags, with SFGAO_PKEYSFGAOMASK attributes masked out.
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_ShellDetails) {28636AA6-953D-11D2-B5D6-00C04FD918D0}, 25
-
-
-
-
- Name: System.SharedWith -- PKEY_SharedWith
- Description: Who is the item shared with?
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {EF884C5B-2BFE-41BB-AAE5-76EEDF4F9902}, 200
-
-
-
-
- Name: System.ShareUserRating -- PKEY_ShareUserRating
- Description:
-
- Type: UInt32 -- VT_UI4
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 12 (PIDMSI_SHARE_USER_RATING)
-
-
-
-
- Name: System.SharingStatus -- PKEY_SharingStatus
- Description: What is the item's sharing status (not shared, shared, everyone (homegroup or everyone), or private)?
-
- Type: UInt32 -- VT_UI4
- FormatID: {EF884C5B-2BFE-41BB-AAE5-76EEDF4F9902}, 300
-
-
-
-
- Name: System.SimpleRating -- PKEY_SimpleRating
- Description: Indicates the users preference rating of an item on a scale of 0-5 (0=unrated, 1=One Star, 2=Two Stars, 3=Three Stars,
- 4=Four Stars, 5=Five Stars)
-
- Type: UInt32 -- VT_UI4
- FormatID: {A09F084E-AD41-489F-8076-AA5BE3082BCA}, 100
-
-
-
-
- Name: System.Size -- PKEY_Size
- Description:
-
- Type: UInt64 -- VT_UI8
- FormatID: (FMTID_Storage) {B725F130-47EF-101A-A5F1-02608C9EEBAC}, 12 (PID_STG_SIZE)
-
-
-
-
- Name: System.SoftwareUsed -- PKEY_SoftwareUsed
- Description: PropertyTagSoftwareUsed
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 305
-
-
-
-
- Name: System.SourceItem -- PKEY_SourceItem
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {668CDFA5-7A1B-4323-AE4B-E527393A1D81}, 100
-
-
-
-
- Name: System.StartDate -- PKEY_StartDate
- Description:
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {48FD6EC8-8A12-4CDF-A03E-4EC5A511EDDE}, 100
-
-
-
-
- Name: System.Status -- PKEY_Status
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_IntSite) {000214A1-0000-0000-C000-000000000046}, 9
-
-
-
-
- Name: System.Subject -- PKEY_Subject
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 3 (PIDSI_SUBJECT)
-
-
-
-
- Name: System.Thumbnail -- PKEY_Thumbnail
- Description: A data that represents the thumbnail in VT_CF format.
-
- Type: Clipboard -- VT_CF
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 17 (PIDSI_THUMBNAIL)
-
-
-
-
- Name: System.ThumbnailCacheId -- PKEY_ThumbnailCacheId
- Description: Unique value that can be used as a key to cache thumbnails. The value changes when the name, volume, or data modified
- of an item changes.
-
- Type: UInt64 -- VT_UI8
- FormatID: {446D16B1-8DAD-4870-A748-402EA43D788C}, 100
-
-
-
-
- Name: System.ThumbnailStream -- PKEY_ThumbnailStream
- Description: Data that represents the thumbnail in VT_STREAM format that GDI+/WindowsCodecs supports (jpg, png, etc).
-
- Type: Stream -- VT_STREAM
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 27
-
-
-
-
- Name: System.Title -- PKEY_Title
- Description: Title of item.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR) Legacy code may treat this as VT_LPSTR.
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 2 (PIDSI_TITLE)
-
-
-
-
- Name: System.TotalFileSize -- PKEY_TotalFileSize
- Description:
-
- Type: UInt64 -- VT_UI8
- FormatID: (FMTID_ShellDetails) {28636AA6-953D-11D2-B5D6-00C04FD918D0}, 14
-
-
-
-
- Name: System.Trademarks -- PKEY_Trademarks
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSFMTID_VERSION) {0CEF7D53-FA64-11D1-A203-0000F81FEDEE}, 9 (PIDVSI_Trademarks)
-
-
-
-
- AppUserModel Properties
-
-
-
-
- Name: System.AppUserModel.ExcludeFromShowInNewInstall -- PKEY_AppUserModel_ExcludeFromShowInNewInstall
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3}, 8
-
-
-
-
- Name: System.AppUserModel.ID -- PKEY_AppUserModel_ID
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3}, 5
-
-
-
-
- Name: System.AppUserModel.IsDestListSeparator -- PKEY_AppUserModel_IsDestListSeparator
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3}, 6
-
-
-
-
- Name: System.AppUserModel.PreventPinning -- PKEY_AppUserModel_PreventPinning
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3}, 9
-
-
-
-
- Name: System.AppUserModel.RelaunchCommand -- PKEY_AppUserModel_RelaunchCommand
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3}, 2
-
-
-
-
- Name: System.AppUserModel.RelaunchDisplayNameResource -- PKEY_AppUserModel_RelaunchDisplayNameResource
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3}, 4
-
-
-
-
- Name: System.AppUserModel.RelaunchIconResource -- PKEY_AppUserModel_RelaunchIconResource
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3}, 3
-
-
-
-
- Audio Properties
-
-
-
-
- Name: System.Audio.ChannelCount -- PKEY_Audio_ChannelCount
- Description: Indicates the channel count for the audio file. Values: 1 (mono), 2 (stereo).
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_AudioSummaryInformation) {64440490-4C8B-11D1-8B70-080036B11A03}, 7 (PIDASI_CHANNEL_COUNT)
-
-
-
-
- Name: System.Audio.Compression -- PKEY_Audio_Compression
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_AudioSummaryInformation) {64440490-4C8B-11D1-8B70-080036B11A03}, 10 (PIDASI_COMPRESSION)
-
-
-
-
- Name: System.Audio.EncodingBitrate -- PKEY_Audio_EncodingBitrate
- Description: Indicates the average data rate in Hz for the audio file in "bits per second".
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_AudioSummaryInformation) {64440490-4C8B-11D1-8B70-080036B11A03}, 4 (PIDASI_AVG_DATA_RATE)
-
-
-
-
- Name: System.Audio.Format -- PKEY_Audio_Format
- Description: Indicates the format of the audio file.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR) Legacy code may treat this as VT_BSTR.
- FormatID: (FMTID_AudioSummaryInformation) {64440490-4C8B-11D1-8B70-080036B11A03}, 2 (PIDASI_FORMAT)
-
-
-
-
- Name: System.Audio.IsVariableBitRate -- PKEY_Audio_IsVariableBitRate
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {E6822FEE-8C17-4D62-823C-8E9CFCBD1D5C}, 100
-
-
-
-
- Name: System.Audio.PeakValue -- PKEY_Audio_PeakValue
- Description:
- Type: UInt32 -- VT_UI4
- FormatID: {2579E5D0-1116-4084-BD9A-9B4F7CB4DF5E}, 100
-
-
-
-
- Name: System.Audio.SampleRate -- PKEY_Audio_SampleRate
- Description: Indicates the audio sample rate for the audio file in "samples per second".
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_AudioSummaryInformation) {64440490-4C8B-11D1-8B70-080036B11A03}, 5 (PIDASI_SAMPLE_RATE)
-
-
-
-
- Name: System.Audio.SampleSize -- PKEY_Audio_SampleSize
- Description: Indicates the audio sample size for the audio file in "bits per sample".
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_AudioSummaryInformation) {64440490-4C8B-11D1-8B70-080036B11A03}, 6 (PIDASI_SAMPLE_SIZE)
-
-
-
-
- Name: System.Audio.StreamName -- PKEY_Audio_StreamName
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_AudioSummaryInformation) {64440490-4C8B-11D1-8B70-080036B11A03}, 9 (PIDASI_STREAM_NAME)
-
-
-
-
- Name: System.Audio.StreamNumber -- PKEY_Audio_StreamNumber
- Description:
-
- Type: UInt16 -- VT_UI2
- FormatID: (FMTID_AudioSummaryInformation) {64440490-4C8B-11D1-8B70-080036B11A03}, 8 (PIDASI_STREAM_NUMBER)
-
-
-
-
- Calendar Properties
-
-
-
-
- Name: System.Calendar.Duration -- PKEY_Calendar_Duration
- Description: The duration as specified in a string.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {293CA35A-09AA-4DD2-B180-1FE245728A52}, 100
-
-
-
-
- Name: System.Calendar.IsOnline -- PKEY_Calendar_IsOnline
- Description: Identifies if the event is an online event.
-
- Type: Boolean -- VT_BOOL
- FormatID: {BFEE9149-E3E2-49A7-A862-C05988145CEC}, 100
-
-
-
-
- Name: System.Calendar.IsRecurring -- PKEY_Calendar_IsRecurring
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {315B9C8D-80A9-4EF9-AE16-8E746DA51D70}, 100
-
-
-
-
- Name: System.Calendar.Location -- PKEY_Calendar_Location
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {F6272D18-CECC-40B1-B26A-3911717AA7BD}, 100
-
-
-
-
- Name: System.Calendar.OptionalAttendeeAddresses -- PKEY_Calendar_OptionalAttendeeAddresses
- Description:
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {D55BAE5A-3892-417A-A649-C6AC5AAAEAB3}, 100
-
-
-
-
- Name: System.Calendar.OptionalAttendeeNames -- PKEY_Calendar_OptionalAttendeeNames
- Description:
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {09429607-582D-437F-84C3-DE93A2B24C3C}, 100
-
-
-
-
- Name: System.Calendar.OrganizerAddress -- PKEY_Calendar_OrganizerAddress
- Description: Address of the organizer organizing the event.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {744C8242-4DF5-456C-AB9E-014EFB9021E3}, 100
-
-
-
-
- Name: System.Calendar.OrganizerName -- PKEY_Calendar_OrganizerName
- Description: Name of the organizer organizing the event.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {AAA660F9-9865-458E-B484-01BC7FE3973E}, 100
-
-
-
-
- Name: System.Calendar.ReminderTime -- PKEY_Calendar_ReminderTime
- Description:
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {72FC5BA4-24F9-4011-9F3F-ADD27AFAD818}, 100
-
-
-
-
- Name: System.Calendar.RequiredAttendeeAddresses -- PKEY_Calendar_RequiredAttendeeAddresses
- Description:
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {0BA7D6C3-568D-4159-AB91-781A91FB71E5}, 100
-
-
-
-
- Name: System.Calendar.RequiredAttendeeNames -- PKEY_Calendar_RequiredAttendeeNames
- Description:
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {B33AF30B-F552-4584-936C-CB93E5CDA29F}, 100
-
-
-
-
- Name: System.Calendar.Resources -- PKEY_Calendar_Resources
- Description:
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {00F58A38-C54B-4C40-8696-97235980EAE1}, 100
-
-
-
-
- Name: System.Calendar.ResponseStatus -- PKEY_Calendar_ResponseStatus
- Description: This property stores the status of the user responses to meetings in her calendar.
-
- Type: UInt16 -- VT_UI2
- FormatID: {188C1F91-3C40-4132-9EC5-D8B03B72A8A2}, 100
-
-
-
-
- Name: System.Calendar.ShowTimeAs -- PKEY_Calendar_ShowTimeAs
- Description:
-
- Type: UInt16 -- VT_UI2
- FormatID: {5BF396D4-5EB2-466F-BDE9-2FB3F2361D6E}, 100
-
-
-
-
- Name: System.Calendar.ShowTimeAsText -- PKEY_Calendar_ShowTimeAsText
- Description: This is the user-friendly form of System.Calendar.ShowTimeAs. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {53DA57CF-62C0-45C4-81DE-7610BCEFD7F5}, 100
-
-
-
-
- Communication Properties
-
-
-
-
- Name: System.Communication.AccountName -- PKEY_Communication_AccountName
- Description: Account Name
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 9
-
-
-
-
- Name: System.Communication.DateItemExpires -- PKEY_Communication_DateItemExpires
- Description: Date the item expires due to the retention policy.
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {428040AC-A177-4C8A-9760-F6F761227F9A}, 100
-
-
-
-
- Name: System.Communication.FollowupIconIndex -- PKEY_Communication_FollowupIconIndex
- Description: This is the icon index used on messages marked for followup.
-
- Type: Int32 -- VT_I4
- FormatID: {83A6347E-6FE4-4F40-BA9C-C4865240D1F4}, 100
-
-
-
-
- Name: System.Communication.HeaderItem -- PKEY_Communication_HeaderItem
- Description: This property will be true if the item is a header item which means the item hasn't been fully downloaded.
-
- Type: Boolean -- VT_BOOL
- FormatID: {C9C34F84-2241-4401-B607-BD20ED75AE7F}, 100
-
-
-
-
- Name: System.Communication.PolicyTag -- PKEY_Communication_PolicyTag
- Description: This a string used to identify the retention policy applied to the item.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {EC0B4191-AB0B-4C66-90B6-C6637CDEBBAB}, 100
-
-
-
-
- Name: System.Communication.SecurityFlags -- PKEY_Communication_SecurityFlags
- Description: Security flags associated with the item to know if the item is encrypted, signed or DRM enabled.
-
- Type: Int32 -- VT_I4
- FormatID: {8619A4B6-9F4D-4429-8C0F-B996CA59E335}, 100
-
-
-
-
- Name: System.Communication.Suffix -- PKEY_Communication_Suffix
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {807B653A-9E91-43EF-8F97-11CE04EE20C5}, 100
-
-
-
-
- Name: System.Communication.TaskStatus -- PKEY_Communication_TaskStatus
- Description:
- Type: UInt16 -- VT_UI2
- FormatID: {BE1A72C6-9A1D-46B7-AFE7-AFAF8CEF4999}, 100
-
-
-
-
- Name: System.Communication.TaskStatusText -- PKEY_Communication_TaskStatusText
- Description: This is the user-friendly form of System.Communication.TaskStatus. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {A6744477-C237-475B-A075-54F34498292A}, 100
-
-
-
-
- Computer Properties
-
-
-
-
- Name: System.Computer.DecoratedFreeSpace -- PKEY_Computer_DecoratedFreeSpace
- Description: Free space and total space: "%s free of %s"
-
- Type: Multivalue UInt64 -- VT_VECTOR | VT_UI8 (For variants: VT_ARRAY | VT_UI8)
- FormatID: (FMTID_Volume) {9B174B35-40FF-11D2-A27E-00C04FC30871}, 7 (Filesystem Volume Properties)
-
-
-
-
- Contact Properties
-
-
-
-
- Name: System.Contact.Anniversary -- PKEY_Contact_Anniversary
- Description:
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {9AD5BADB-CEA7-4470-A03D-B84E51B9949E}, 100
-
-
-
-
- Name: System.Contact.AssistantName -- PKEY_Contact_AssistantName
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {CD102C9C-5540-4A88-A6F6-64E4981C8CD1}, 100
-
-
-
-
- Name: System.Contact.AssistantTelephone -- PKEY_Contact_AssistantTelephone
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {9A93244D-A7AD-4FF8-9B99-45EE4CC09AF6}, 100
-
-
-
-
- Name: System.Contact.Birthday -- PKEY_Contact_Birthday
- Description:
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {176DC63C-2688-4E89-8143-A347800F25E9}, 47
-
-
-
-
- Name: System.Contact.BusinessAddress -- PKEY_Contact_BusinessAddress
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {730FB6DD-CF7C-426B-A03F-BD166CC9EE24}, 100
-
-
-
-
- Name: System.Contact.BusinessAddressCity -- PKEY_Contact_BusinessAddressCity
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {402B5934-EC5A-48C3-93E6-85E86A2D934E}, 100
-
-
-
-
- Name: System.Contact.BusinessAddressCountry -- PKEY_Contact_BusinessAddressCountry
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {B0B87314-FCF6-4FEB-8DFF-A50DA6AF561C}, 100
-
-
-
-
- Name: System.Contact.BusinessAddressPostalCode -- PKEY_Contact_BusinessAddressPostalCode
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {E1D4A09E-D758-4CD1-B6EC-34A8B5A73F80}, 100
-
-
-
-
- Name: System.Contact.BusinessAddressPostOfficeBox -- PKEY_Contact_BusinessAddressPostOfficeBox
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {BC4E71CE-17F9-48D5-BEE9-021DF0EA5409}, 100
-
-
-
-
- Name: System.Contact.BusinessAddressState -- PKEY_Contact_BusinessAddressState
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {446F787F-10C4-41CB-A6C4-4D0343551597}, 100
-
-
-
-
- Name: System.Contact.BusinessAddressStreet -- PKEY_Contact_BusinessAddressStreet
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {DDD1460F-C0BF-4553-8CE4-10433C908FB0}, 100
-
-
-
-
- Name: System.Contact.BusinessFaxNumber -- PKEY_Contact_BusinessFaxNumber
- Description: Business fax number of the contact.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {91EFF6F3-2E27-42CA-933E-7C999FBE310B}, 100
-
-
-
-
- Name: System.Contact.BusinessHomePage -- PKEY_Contact_BusinessHomePage
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {56310920-2491-4919-99CE-EADB06FAFDB2}, 100
-
-
-
-
- Name: System.Contact.BusinessTelephone -- PKEY_Contact_BusinessTelephone
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {6A15E5A0-0A1E-4CD7-BB8C-D2F1B0C929BC}, 100
-
-
-
-
- Name: System.Contact.CallbackTelephone -- PKEY_Contact_CallbackTelephone
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {BF53D1C3-49E0-4F7F-8567-5A821D8AC542}, 100
-
-
-
-
- Name: System.Contact.CarTelephone -- PKEY_Contact_CarTelephone
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {8FDC6DEA-B929-412B-BA90-397A257465FE}, 100
-
-
-
-
- Name: System.Contact.Children -- PKEY_Contact_Children
- Description:
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {D4729704-8EF1-43EF-9024-2BD381187FD5}, 100
-
-
-
-
- Name: System.Contact.CompanyMainTelephone -- PKEY_Contact_CompanyMainTelephone
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {8589E481-6040-473D-B171-7FA89C2708ED}, 100
-
-
-
-
- Name: System.Contact.Department -- PKEY_Contact_Department
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {FC9F7306-FF8F-4D49-9FB6-3FFE5C0951EC}, 100
-
-
-
-
- Name: System.Contact.EmailAddress -- PKEY_Contact_EmailAddress
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {F8FA7FA3-D12B-4785-8A4E-691A94F7A3E7}, 100
-
-
-
-
- Name: System.Contact.EmailAddress2 -- PKEY_Contact_EmailAddress2
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {38965063-EDC8-4268-8491-B7723172CF29}, 100
-
-
-
-
- Name: System.Contact.EmailAddress3 -- PKEY_Contact_EmailAddress3
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {644D37B4-E1B3-4BAD-B099-7E7C04966ACA}, 100
-
-
-
-
- Name: System.Contact.EmailAddresses -- PKEY_Contact_EmailAddresses
- Description:
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {84D8F337-981D-44B3-9615-C7596DBA17E3}, 100
-
-
-
-
- Name: System.Contact.EmailName -- PKEY_Contact_EmailName
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {CC6F4F24-6083-4BD4-8754-674D0DE87AB8}, 100
-
-
-
-
- Name: System.Contact.FileAsName -- PKEY_Contact_FileAsName
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {F1A24AA7-9CA7-40F6-89EC-97DEF9FFE8DB}, 100
-
-
-
-
- Name: System.Contact.FirstName -- PKEY_Contact_FirstName
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {14977844-6B49-4AAD-A714-A4513BF60460}, 100
-
-
-
-
- Name: System.Contact.FullName -- PKEY_Contact_FullName
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {635E9051-50A5-4BA2-B9DB-4ED056C77296}, 100
-
-
-
-
- Name: System.Contact.Gender -- PKEY_Contact_Gender
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {3C8CEE58-D4F0-4CF9-B756-4E5D24447BCD}, 100
-
-
-
-
- Name: System.Contact.GenderValue -- PKEY_Contact_GenderValue
- Description:
- Type: UInt16 -- VT_UI2
- FormatID: {3C8CEE58-D4F0-4CF9-B756-4E5D24447BCD}, 101
-
-
-
-
- Name: System.Contact.Hobbies -- PKEY_Contact_Hobbies
- Description:
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {5DC2253F-5E11-4ADF-9CFE-910DD01E3E70}, 100
-
-
-
-
- Name: System.Contact.HomeAddress -- PKEY_Contact_HomeAddress
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {98F98354-617A-46B8-8560-5B1B64BF1F89}, 100
-
-
-
-
- Name: System.Contact.HomeAddressCity -- PKEY_Contact_HomeAddressCity
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {176DC63C-2688-4E89-8143-A347800F25E9}, 65
-
-
-
-
- Name: System.Contact.HomeAddressCountry -- PKEY_Contact_HomeAddressCountry
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {08A65AA1-F4C9-43DD-9DDF-A33D8E7EAD85}, 100
-
-
-
-
- Name: System.Contact.HomeAddressPostalCode -- PKEY_Contact_HomeAddressPostalCode
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {8AFCC170-8A46-4B53-9EEE-90BAE7151E62}, 100
-
-
-
-
- Name: System.Contact.HomeAddressPostOfficeBox -- PKEY_Contact_HomeAddressPostOfficeBox
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {7B9F6399-0A3F-4B12-89BD-4ADC51C918AF}, 100
-
-
-
-
- Name: System.Contact.HomeAddressState -- PKEY_Contact_HomeAddressState
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C89A23D0-7D6D-4EB8-87D4-776A82D493E5}, 100
-
-
-
-
- Name: System.Contact.HomeAddressStreet -- PKEY_Contact_HomeAddressStreet
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {0ADEF160-DB3F-4308-9A21-06237B16FA2A}, 100
-
-
-
-
- Name: System.Contact.HomeFaxNumber -- PKEY_Contact_HomeFaxNumber
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {660E04D6-81AB-4977-A09F-82313113AB26}, 100
-
-
-
-
- Name: System.Contact.HomeTelephone -- PKEY_Contact_HomeTelephone
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {176DC63C-2688-4E89-8143-A347800F25E9}, 20
-
-
-
-
- Name: System.Contact.IMAddress -- PKEY_Contact_IMAddress
- Description:
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {D68DBD8A-3374-4B81-9972-3EC30682DB3D}, 100
-
-
-
-
- Name: System.Contact.Initials -- PKEY_Contact_Initials
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {F3D8F40D-50CB-44A2-9718-40CB9119495D}, 100
-
-
-
-
- Name: System.Contact.JobTitle -- PKEY_Contact_JobTitle
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {176DC63C-2688-4E89-8143-A347800F25E9}, 6
-
-
-
-
- Name: System.Contact.Label -- PKEY_Contact_Label
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {97B0AD89-DF49-49CC-834E-660974FD755B}, 100
-
-
-
-
- Name: System.Contact.LastName -- PKEY_Contact_LastName
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {8F367200-C270-457C-B1D4-E07C5BCD90C7}, 100
-
-
-
-
- Name: System.Contact.MailingAddress -- PKEY_Contact_MailingAddress
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C0AC206A-827E-4650-95AE-77E2BB74FCC9}, 100
-
-
-
-
- Name: System.Contact.MiddleName -- PKEY_Contact_MiddleName
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {176DC63C-2688-4E89-8143-A347800F25E9}, 71
-
-
-
-
- Name: System.Contact.MobileTelephone -- PKEY_Contact_MobileTelephone
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {176DC63C-2688-4E89-8143-A347800F25E9}, 35
-
-
-
-
- Name: System.Contact.NickName -- PKEY_Contact_NickName
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {176DC63C-2688-4E89-8143-A347800F25E9}, 74
-
-
-
-
- Name: System.Contact.OfficeLocation -- PKEY_Contact_OfficeLocation
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {176DC63C-2688-4E89-8143-A347800F25E9}, 7
-
-
-
-
- Name: System.Contact.OtherAddress -- PKEY_Contact_OtherAddress
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {508161FA-313B-43D5-83A1-C1ACCF68622C}, 100
-
-
-
-
- Name: System.Contact.OtherAddressCity -- PKEY_Contact_OtherAddressCity
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {6E682923-7F7B-4F0C-A337-CFCA296687BF}, 100
-
-
-
-
- Name: System.Contact.OtherAddressCountry -- PKEY_Contact_OtherAddressCountry
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {8F167568-0AAE-4322-8ED9-6055B7B0E398}, 100
-
-
-
-
- Name: System.Contact.OtherAddressPostalCode -- PKEY_Contact_OtherAddressPostalCode
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {95C656C1-2ABF-4148-9ED3-9EC602E3B7CD}, 100
-
-
-
-
- Name: System.Contact.OtherAddressPostOfficeBox -- PKEY_Contact_OtherAddressPostOfficeBox
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {8B26EA41-058F-43F6-AECC-4035681CE977}, 100
-
-
-
-
- Name: System.Contact.OtherAddressState -- PKEY_Contact_OtherAddressState
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {71B377D6-E570-425F-A170-809FAE73E54E}, 100
-
-
-
-
- Name: System.Contact.OtherAddressStreet -- PKEY_Contact_OtherAddressStreet
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {FF962609-B7D6-4999-862D-95180D529AEA}, 100
-
-
-
-
- Name: System.Contact.PagerTelephone -- PKEY_Contact_PagerTelephone
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {D6304E01-F8F5-4F45-8B15-D024A6296789}, 100
-
-
-
-
- Name: System.Contact.PersonalTitle -- PKEY_Contact_PersonalTitle
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {176DC63C-2688-4E89-8143-A347800F25E9}, 69
-
-
-
-
- Name: System.Contact.PrimaryAddressCity -- PKEY_Contact_PrimaryAddressCity
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C8EA94F0-A9E3-4969-A94B-9C62A95324E0}, 100
-
-
-
-
- Name: System.Contact.PrimaryAddressCountry -- PKEY_Contact_PrimaryAddressCountry
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {E53D799D-0F3F-466E-B2FF-74634A3CB7A4}, 100
-
-
-
-
- Name: System.Contact.PrimaryAddressPostalCode -- PKEY_Contact_PrimaryAddressPostalCode
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {18BBD425-ECFD-46EF-B612-7B4A6034EDA0}, 100
-
-
-
-
- Name: System.Contact.PrimaryAddressPostOfficeBox -- PKEY_Contact_PrimaryAddressPostOfficeBox
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {DE5EF3C7-46E1-484E-9999-62C5308394C1}, 100
-
-
-
-
- Name: System.Contact.PrimaryAddressState -- PKEY_Contact_PrimaryAddressState
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {F1176DFE-7138-4640-8B4C-AE375DC70A6D}, 100
-
-
-
-
- Name: System.Contact.PrimaryAddressStreet -- PKEY_Contact_PrimaryAddressStreet
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {63C25B20-96BE-488F-8788-C09C407AD812}, 100
-
-
-
-
- Name: System.Contact.PrimaryEmailAddress -- PKEY_Contact_PrimaryEmailAddress
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {176DC63C-2688-4E89-8143-A347800F25E9}, 48
-
-
-
-
- Name: System.Contact.PrimaryTelephone -- PKEY_Contact_PrimaryTelephone
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {176DC63C-2688-4E89-8143-A347800F25E9}, 25
-
-
-
-
- Name: System.Contact.Profession -- PKEY_Contact_Profession
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {7268AF55-1CE4-4F6E-A41F-B6E4EF10E4A9}, 100
-
-
-
-
- Name: System.Contact.SpouseName -- PKEY_Contact_SpouseName
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {9D2408B6-3167-422B-82B0-F583B7A7CFE3}, 100
-
-
-
-
- Name: System.Contact.Suffix -- PKEY_Contact_Suffix
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {176DC63C-2688-4E89-8143-A347800F25E9}, 73
-
-
-
-
- Name: System.Contact.TelexNumber -- PKEY_Contact_TelexNumber
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C554493C-C1F7-40C1-A76C-EF8C0614003E}, 100
-
-
-
-
- Name: System.Contact.TTYTDDTelephone -- PKEY_Contact_TTYTDDTelephone
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {AAF16BAC-2B55-45E6-9F6D-415EB94910DF}, 100
-
-
-
-
- Name: System.Contact.WebPage -- PKEY_Contact_WebPage
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 18
-
-
-
-
- JA Properties
-
-
-
-
- Name: System.Contact.JA.CompanyNamePhonetic -- PKEY_Contact_JA_CompanyNamePhonetic
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {897B3694-FE9E-43E6-8066-260F590C0100}, 2
-
-
-
-
- Name: System.Contact.JA.FirstNamePhonetic -- PKEY_Contact_JA_FirstNamePhonetic
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {897B3694-FE9E-43E6-8066-260F590C0100}, 3
-
-
-
-
- Name: System.Contact.JA.LastNamePhonetic -- PKEY_Contact_JA_LastNamePhonetic
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {897B3694-FE9E-43E6-8066-260F590C0100}, 4
-
-
-
-
- JA Properties
-
-
-
-
- Name: System.Contact.JA.CompanyNamePhonetic -- PKEY_Contact_JA_CompanyNamePhonetic
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {897B3694-FE9E-43E6-8066-260F590C0100}, 2
-
-
-
-
- Name: System.Contact.JA.FirstNamePhonetic -- PKEY_Contact_JA_FirstNamePhonetic
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {897B3694-FE9E-43E6-8066-260F590C0100}, 3
-
-
-
-
- Name: System.Contact.JA.LastNamePhonetic -- PKEY_Contact_JA_LastNamePhonetic
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {897B3694-FE9E-43E6-8066-260F590C0100}, 4
-
-
-
-
- Device Properties
-
-
-
-
- Name: System.Device.PrinterURL -- PKEY_Device_PrinterURL
- Description: Printer information Printer URL.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {0B48F35A-BE6E-4F17-B108-3C4073D1669A}, 15
-
-
-
-
- DeviceInterface Properties
-
-
-
-
- Name: System.DeviceInterface.PrinterDriverDirectory -- PKEY_DeviceInterface_PrinterDriverDirectory
- Description: Printer information Printer Driver Directory.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {847C66DE-B8D6-4AF9-ABC3-6F4F926BC039}, 14
-
-
-
-
- Name: System.DeviceInterface.PrinterDriverName -- PKEY_DeviceInterface_PrinterDriverName
- Description: Printer information Driver Name.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {AFC47170-14F5-498C-8F30-B0D19BE449C6}, 11
-
-
-
-
- Name: System.DeviceInterface.PrinterName -- PKEY_DeviceInterface_PrinterName
- Description: Printer information Printer Name.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {0A7B84EF-0C27-463F-84EF-06C5070001BE}, 10
-
-
-
-
- Name: System.DeviceInterface.PrinterPortName -- PKEY_DeviceInterface_PrinterPortName
- Description: Printer information Port Name.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {EEC7B761-6F94-41B1-949F-C729720DD13C}, 12
-
-
-
-
- Devices Properties
-
-
-
-
- Name: System.Devices.BatteryLife -- PKEY_Devices_BatteryLife
- Description: Remaining battery life of the device as an integer between 0 and 100 percent.
-
- Type: Byte -- VT_UI1
- FormatID: {49CD1F76-5626-4B17-A4E8-18B4AA1A2213}, 10
-
-
-
-
- Name: System.Devices.BatteryPlusCharging -- PKEY_Devices_BatteryPlusCharging
- Description: Remaining battery life of the device as an integer between 0 and 100 percent and the device's charging state.
-
- Type: Byte -- VT_UI1
- FormatID: {49CD1F76-5626-4B17-A4E8-18B4AA1A2213}, 22
-
-
-
-
- Name: System.Devices.BatteryPlusChargingText -- PKEY_Devices_BatteryPlusChargingText
- Description: Remaining battery life of the device and the device's charging state as a string.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {49CD1F76-5626-4B17-A4E8-18B4AA1A2213}, 23
-
-
-
-
- Name: System.Devices.Category -- PKEY_Devices_Category_Desc_Singular
- Description: Singular form of device category.
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {78C34FC8-104A-4ACA-9EA4-524D52996E57}, 91
-
-
-
-
- Name: System.Devices.CategoryGroup -- PKEY_Devices_CategoryGroup_Desc
- Description: Plural form of device category.
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {78C34FC8-104A-4ACA-9EA4-524D52996E57}, 94
-
-
-
-
- Name: System.Devices.CategoryPlural -- PKEY_Devices_Category_Desc_Plural
- Description: Plural form of device category.
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {78C34FC8-104A-4ACA-9EA4-524D52996E57}, 92
-
-
-
-
- Name: System.Devices.ChargingState -- PKEY_Devices_ChargingState
- Description: Boolean value representing if the device is currently charging.
-
- Type: Byte -- VT_UI1
- FormatID: {49CD1F76-5626-4B17-A4E8-18B4AA1A2213}, 11
-
-
-
-
- Name: System.Devices.Connected -- PKEY_Devices_IsConnected
- Description: Device connection state. If VARIANT_TRUE, indicates the device is currently connected to the computer.
-
- Type: Boolean -- VT_BOOL
- FormatID: {78C34FC8-104A-4ACA-9EA4-524D52996E57}, 55
-
-
-
-
- Name: System.Devices.ContainerId -- PKEY_Devices_ContainerId
- Description: Device container ID.
-
- Type: Guid -- VT_CLSID
- FormatID: {8C7ED206-3F8A-4827-B3AB-AE9E1FAEFC6C}, 2
-
-
-
-
- Name: System.Devices.DefaultTooltip -- PKEY_Devices_DefaultTooltip
- Description: Tooltip for default state
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {880F70A2-6082-47AC-8AAB-A739D1A300C3}, 153
-
-
-
-
- Name: System.Devices.DeviceDescription1 -- PKEY_Devices_DeviceDescription1
- Description: First line of descriptive text about the device.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {78C34FC8-104A-4ACA-9EA4-524D52996E57}, 81
-
-
-
-
- Name: System.Devices.DeviceDescription2 -- PKEY_Devices_DeviceDescription2
- Description: Second line of descriptive text about the device.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {78C34FC8-104A-4ACA-9EA4-524D52996E57}, 82
-
-
-
-
- Name: System.Devices.DiscoveryMethod -- PKEY_Devices_DiscoveryMethod
- Description: Device discovery method. This indicates on what transport or physical connection the device is discovered.
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {78C34FC8-104A-4ACA-9EA4-524D52996E57}, 52
-
-
-
-
- Name: System.Devices.FriendlyName -- PKEY_Devices_FriendlyName
- Description: Device friendly name.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {656A3BB3-ECC0-43FD-8477-4AE0404A96CD}, 12288
-
-
-
-
- Name: System.Devices.FunctionPaths -- PKEY_Devices_FunctionPaths
- Description: Available functions for this device.
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {D08DD4C0-3A9E-462E-8290-7B636B2576B9}, 3
-
-
-
-
- Name: System.Devices.InterfacePaths -- PKEY_Devices_InterfacePaths
- Description: Available interfaces for this device.
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {D08DD4C0-3A9E-462E-8290-7B636B2576B9}, 2
-
-
-
-
- Name: System.Devices.IsDefault -- PKEY_Devices_IsDefaultDevice
- Description: If VARIANT_TRUE, the device is not working properly.
-
- Type: Boolean -- VT_BOOL
- FormatID: {78C34FC8-104A-4ACA-9EA4-524D52996E57}, 86
-
-
-
-
- Name: System.Devices.IsNetworkConnected -- PKEY_Devices_IsNetworkDevice
- Description: If VARIANT_TRUE, the device is not working properly.
-
- Type: Boolean -- VT_BOOL
- FormatID: {78C34FC8-104A-4ACA-9EA4-524D52996E57}, 85
-
-
-
-
- Name: System.Devices.IsShared -- PKEY_Devices_IsSharedDevice
- Description: If VARIANT_TRUE, the device is not working properly.
-
- Type: Boolean -- VT_BOOL
- FormatID: {78C34FC8-104A-4ACA-9EA4-524D52996E57}, 84
-
-
-
-
- Name: System.Devices.IsSoftwareInstalling -- PKEY_Devices_IsSoftwareInstalling
- Description: If VARIANT_TRUE, the device installer is currently installing software.
-
- Type: Boolean -- VT_BOOL
- FormatID: {83DA6326-97A6-4088-9453-A1923F573B29}, 9
-
-
-
-
- Name: System.Devices.LaunchDeviceStageFromExplorer -- PKEY_Devices_LaunchDeviceStageFromExplorer
- Description: Indicates whether to launch Device Stage or not
-
- Type: Boolean -- VT_BOOL
- FormatID: {78C34FC8-104A-4ACA-9EA4-524D52996E57}, 77
-
-
-
-
- Name: System.Devices.LocalMachine -- PKEY_Devices_IsLocalMachine
- Description: If VARIANT_TRUE, the device in question is actually the computer.
-
- Type: Boolean -- VT_BOOL
- FormatID: {78C34FC8-104A-4ACA-9EA4-524D52996E57}, 70
-
-
-
-
- Name: System.Devices.Manufacturer -- PKEY_Devices_Manufacturer
- Description: Device manufacturer.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {656A3BB3-ECC0-43FD-8477-4AE0404A96CD}, 8192
-
-
-
-
- Name: System.Devices.MissedCalls -- PKEY_Devices_MissedCalls
- Description: Number of missed calls on the device.
-
- Type: Byte -- VT_UI1
- FormatID: {49CD1F76-5626-4B17-A4E8-18B4AA1A2213}, 5
-
-
-
-
- Name: System.Devices.ModelName -- PKEY_Devices_ModelName
- Description: Model name of the device.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {656A3BB3-ECC0-43FD-8477-4AE0404A96CD}, 8194
-
-
-
-
- Name: System.Devices.ModelNumber -- PKEY_Devices_ModelNumber
- Description: Model number of the device.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {656A3BB3-ECC0-43FD-8477-4AE0404A96CD}, 8195
-
-
-
-
- Name: System.Devices.NetworkedTooltip -- PKEY_Devices_NetworkedTooltip
- Description: Tooltip for connection state
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {880F70A2-6082-47AC-8AAB-A739D1A300C3}, 152
-
-
-
-
- Name: System.Devices.NetworkName -- PKEY_Devices_NetworkName
- Description: Name of the device's network.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {49CD1F76-5626-4B17-A4E8-18B4AA1A2213}, 7
-
-
-
-
- Name: System.Devices.NetworkType -- PKEY_Devices_NetworkType
- Description: String representing the type of the device's network.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {49CD1F76-5626-4B17-A4E8-18B4AA1A2213}, 8
-
-
-
-
- Name: System.Devices.NewPictures -- PKEY_Devices_NewPictures
- Description: Number of new pictures on the device.
-
- Type: UInt16 -- VT_UI2
- FormatID: {49CD1F76-5626-4B17-A4E8-18B4AA1A2213}, 4
-
-
-
-
- Name: System.Devices.Notification -- PKEY_Devices_Notification
- Description: Device Notification Property.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {06704B0C-E830-4C81-9178-91E4E95A80A0}, 3
-
-
-
-
- Name: System.Devices.NotificationStore -- PKEY_Devices_NotificationStore
- Description: Device Notification Store.
-
- Type: Object -- VT_UNKNOWN
- FormatID: {06704B0C-E830-4C81-9178-91E4E95A80A0}, 2
-
-
-
-
- Name: System.Devices.NotWorkingProperly -- PKEY_Devices_IsNotWorkingProperly
- Description: If VARIANT_TRUE, the device is not working properly.
-
- Type: Boolean -- VT_BOOL
- FormatID: {78C34FC8-104A-4ACA-9EA4-524D52996E57}, 83
-
-
-
-
- Name: System.Devices.Paired -- PKEY_Devices_IsPaired
- Description: Device paired state. If VARIANT_TRUE, indicates the device is not paired with the computer.
-
- Type: Boolean -- VT_BOOL
- FormatID: {78C34FC8-104A-4ACA-9EA4-524D52996E57}, 56
-
-
-
-
- Name: System.Devices.PrimaryCategory -- PKEY_Devices_PrimaryCategory
- Description: Primary category group for this device.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {D08DD4C0-3A9E-462E-8290-7B636B2576B9}, 10
-
-
-
-
- Name: System.Devices.Roaming -- PKEY_Devices_Roaming
- Description: Status indicator used to indicate if the device is roaming.
-
- Type: Byte -- VT_UI1
- FormatID: {49CD1F76-5626-4B17-A4E8-18B4AA1A2213}, 9
-
-
-
-
- Name: System.Devices.SafeRemovalRequired -- PKEY_Devices_SafeRemovalRequired
- Description: Indicates if a device requires safe removal or not
-
- Type: Boolean -- VT_BOOL
- FormatID: {AFD97640-86A3-4210-B67C-289C41AABE55}, 2
-
-
-
-
- Name: System.Devices.SharedTooltip -- PKEY_Devices_SharedTooltip
- Description: Tooltip for sharing state
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {880F70A2-6082-47AC-8AAB-A739D1A300C3}, 151
-
-
-
-
- Name: System.Devices.SignalStrength -- PKEY_Devices_SignalStrength
- Description: Device signal strength.
-
- Type: Byte -- VT_UI1
- FormatID: {49CD1F76-5626-4B17-A4E8-18B4AA1A2213}, 2
-
-
-
-
- Name: System.Devices.Status1 -- PKEY_Devices_Status1
- Description: 1st line of device status.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {D08DD4C0-3A9E-462E-8290-7B636B2576B9}, 257
-
-
-
-
- Name: System.Devices.Status2 -- PKEY_Devices_Status2
- Description: 2nd line of device status.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {D08DD4C0-3A9E-462E-8290-7B636B2576B9}, 258
-
-
-
-
- Name: System.Devices.StorageCapacity -- PKEY_Devices_StorageCapacity
- Description: Total storage capacity of the device.
-
- Type: UInt64 -- VT_UI8
- FormatID: {49CD1F76-5626-4B17-A4E8-18B4AA1A2213}, 12
-
-
-
-
- Name: System.Devices.StorageFreeSpace -- PKEY_Devices_StorageFreeSpace
- Description: Total free space of the storage of the device.
-
- Type: UInt64 -- VT_UI8
- FormatID: {49CD1F76-5626-4B17-A4E8-18B4AA1A2213}, 13
-
-
-
-
- Name: System.Devices.StorageFreeSpacePercent -- PKEY_Devices_StorageFreeSpacePercent
- Description: Total free space of the storage of the device as a percentage.
-
- Type: UInt32 -- VT_UI4
- FormatID: {49CD1F76-5626-4B17-A4E8-18B4AA1A2213}, 14
-
-
-
-
- Name: System.Devices.TextMessages -- PKEY_Devices_TextMessages
- Description: Number of unread text messages on the device.
-
- Type: Byte -- VT_UI1
- FormatID: {49CD1F76-5626-4B17-A4E8-18B4AA1A2213}, 3
-
-
-
-
- Name: System.Devices.Voicemail -- PKEY_Devices_Voicemail
- Description: Status indicator used to indicate if the device has voicemail.
-
- Type: Byte -- VT_UI1
- FormatID: {49CD1F76-5626-4B17-A4E8-18B4AA1A2213}, 6
-
-
-
-
- Notifications Properties
-
-
-
-
- Name: System.Devices.Notifications.LowBattery -- PKEY_Devices_Notification_LowBattery
- Description: Device Low Battery Notification.
-
- Type: Byte -- VT_UI1
- FormatID: {C4C07F2B-8524-4E66-AE3A-A6235F103BEB}, 2
-
-
-
-
- Name: System.Devices.Notifications.MissedCall -- PKEY_Devices_Notification_MissedCall
- Description: Device Missed Call Notification.
-
- Type: Byte -- VT_UI1
- FormatID: {6614EF48-4EFE-4424-9EDA-C79F404EDF3E}, 2
-
-
-
-
- Name: System.Devices.Notifications.NewMessage -- PKEY_Devices_Notification_NewMessage
- Description: Device New Message Notification.
-
- Type: Byte -- VT_UI1
- FormatID: {2BE9260A-2012-4742-A555-F41B638B7DCB}, 2
-
-
-
-
- Name: System.Devices.Notifications.NewVoicemail -- PKEY_Devices_Notification_NewVoicemail
- Description: Device Voicemail Notification.
-
- Type: Byte -- VT_UI1
- FormatID: {59569556-0A08-4212-95B9-FAE2AD6413DB}, 2
-
-
-
-
- Name: System.Devices.Notifications.StorageFull -- PKEY_Devices_Notification_StorageFull
- Description: Device Storage Full Notification.
-
- Type: UInt64 -- VT_UI8
- FormatID: {A0E00EE1-F0C7-4D41-B8E7-26A7BD8D38B0}, 2
-
-
-
-
- Name: System.Devices.Notifications.StorageFullLinkText -- PKEY_Devices_Notification_StorageFullLinkText
- Description: Link Text for the Device Storage Full Notification.
-
- Type: UInt64 -- VT_UI8
- FormatID: {A0E00EE1-F0C7-4D41-B8E7-26A7BD8D38B0}, 3
-
-
-
-
- Notifications Properties
-
-
-
-
- Name: System.Devices.Notifications.LowBattery -- PKEY_Devices_Notification_LowBattery
- Description: Device Low Battery Notification.
-
- Type: Byte -- VT_UI1
- FormatID: {C4C07F2B-8524-4E66-AE3A-A6235F103BEB}, 2
-
-
-
-
- Name: System.Devices.Notifications.MissedCall -- PKEY_Devices_Notification_MissedCall
- Description: Device Missed Call Notification.
-
- Type: Byte -- VT_UI1
- FormatID: {6614EF48-4EFE-4424-9EDA-C79F404EDF3E}, 2
-
-
-
-
- Name: System.Devices.Notifications.NewMessage -- PKEY_Devices_Notification_NewMessage
- Description: Device New Message Notification.
-
- Type: Byte -- VT_UI1
- FormatID: {2BE9260A-2012-4742-A555-F41B638B7DCB}, 2
-
-
-
-
- Name: System.Devices.Notifications.NewVoicemail -- PKEY_Devices_Notification_NewVoicemail
- Description: Device Voicemail Notification.
-
- Type: Byte -- VT_UI1
- FormatID: {59569556-0A08-4212-95B9-FAE2AD6413DB}, 2
-
-
-
-
- Name: System.Devices.Notifications.StorageFull -- PKEY_Devices_Notification_StorageFull
- Description: Device Storage Full Notification.
-
- Type: UInt64 -- VT_UI8
- FormatID: {A0E00EE1-F0C7-4D41-B8E7-26A7BD8D38B0}, 2
-
-
-
-
- Name: System.Devices.Notifications.StorageFullLinkText -- PKEY_Devices_Notification_StorageFullLinkText
- Description: Link Text for the Device Storage Full Notification.
-
- Type: UInt64 -- VT_UI8
- FormatID: {A0E00EE1-F0C7-4D41-B8E7-26A7BD8D38B0}, 3
-
-
-
-
- Document Properties
-
-
-
-
- Name: System.Document.ByteCount -- PKEY_Document_ByteCount
- Description:
-
- Type: Int32 -- VT_I4
- FormatID: (FMTID_DocumentSummaryInformation) {D5CDD502-2E9C-101B-9397-08002B2CF9AE}, 4 (PIDDSI_BYTECOUNT)
-
-
-
-
- Name: System.Document.CharacterCount -- PKEY_Document_CharacterCount
- Description:
-
- Type: Int32 -- VT_I4
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 16 (PIDSI_CHARCOUNT)
-
-
-
-
- Name: System.Document.ClientID -- PKEY_Document_ClientID
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {276D7BB0-5B34-4FB0-AA4B-158ED12A1809}, 100
-
-
-
-
- Name: System.Document.Contributor -- PKEY_Document_Contributor
- Description:
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {F334115E-DA1B-4509-9B3D-119504DC7ABB}, 100
-
-
-
-
- Name: System.Document.DateCreated -- PKEY_Document_DateCreated
- Description: This property is stored in the document, not obtained from the file system.
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 12 (PIDSI_CREATE_DTM)
-
-
-
-
- Name: System.Document.DatePrinted -- PKEY_Document_DatePrinted
- Description: Legacy name: "DocLastPrinted".
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 11 (PIDSI_LASTPRINTED)
-
-
-
-
- Name: System.Document.DateSaved -- PKEY_Document_DateSaved
- Description: Legacy name: "DocLastSavedTm".
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 13 (PIDSI_LASTSAVE_DTM)
-
-
-
-
- Name: System.Document.Division -- PKEY_Document_Division
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {1E005EE6-BF27-428B-B01C-79676ACD2870}, 100
-
-
-
-
- Name: System.Document.DocumentID -- PKEY_Document_DocumentID
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {E08805C8-E395-40DF-80D2-54F0D6C43154}, 100
-
-
-
-
- Name: System.Document.HiddenSlideCount -- PKEY_Document_HiddenSlideCount
- Description:
-
- Type: Int32 -- VT_I4
- FormatID: (FMTID_DocumentSummaryInformation) {D5CDD502-2E9C-101B-9397-08002B2CF9AE}, 9 (PIDDSI_HIDDENCOUNT)
-
-
-
-
- Name: System.Document.LastAuthor -- PKEY_Document_LastAuthor
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 8 (PIDSI_LASTAUTHOR)
-
-
-
-
- Name: System.Document.LineCount -- PKEY_Document_LineCount
- Description:
-
- Type: Int32 -- VT_I4
- FormatID: (FMTID_DocumentSummaryInformation) {D5CDD502-2E9C-101B-9397-08002B2CF9AE}, 5 (PIDDSI_LINECOUNT)
-
-
-
-
- Name: System.Document.Manager -- PKEY_Document_Manager
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_DocumentSummaryInformation) {D5CDD502-2E9C-101B-9397-08002B2CF9AE}, 14 (PIDDSI_MANAGER)
-
-
-
-
- Name: System.Document.MultimediaClipCount -- PKEY_Document_MultimediaClipCount
- Description:
-
- Type: Int32 -- VT_I4
- FormatID: (FMTID_DocumentSummaryInformation) {D5CDD502-2E9C-101B-9397-08002B2CF9AE}, 10 (PIDDSI_MMCLIPCOUNT)
-
-
-
-
- Name: System.Document.NoteCount -- PKEY_Document_NoteCount
- Description:
-
- Type: Int32 -- VT_I4
- FormatID: (FMTID_DocumentSummaryInformation) {D5CDD502-2E9C-101B-9397-08002B2CF9AE}, 8 (PIDDSI_NOTECOUNT)
-
-
-
-
- Name: System.Document.PageCount -- PKEY_Document_PageCount
- Description:
-
- Type: Int32 -- VT_I4
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 14 (PIDSI_PAGECOUNT)
-
-
-
-
- Name: System.Document.ParagraphCount -- PKEY_Document_ParagraphCount
- Description:
-
- Type: Int32 -- VT_I4
- FormatID: (FMTID_DocumentSummaryInformation) {D5CDD502-2E9C-101B-9397-08002B2CF9AE}, 6 (PIDDSI_PARCOUNT)
-
-
-
-
- Name: System.Document.PresentationFormat -- PKEY_Document_PresentationFormat
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_DocumentSummaryInformation) {D5CDD502-2E9C-101B-9397-08002B2CF9AE}, 3 (PIDDSI_PRESFORMAT)
-
-
-
-
- Name: System.Document.RevisionNumber -- PKEY_Document_RevisionNumber
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 9 (PIDSI_REVNUMBER)
-
-
-
-
- Name: System.Document.Security -- PKEY_Document_Security
- Description: Access control information, from SummaryInfo propset
-
- Type: Int32 -- VT_I4
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 19
-
-
-
-
- Name: System.Document.SlideCount -- PKEY_Document_SlideCount
- Description:
-
- Type: Int32 -- VT_I4
- FormatID: (FMTID_DocumentSummaryInformation) {D5CDD502-2E9C-101B-9397-08002B2CF9AE}, 7 (PIDDSI_SLIDECOUNT)
-
-
-
-
- Name: System.Document.Template -- PKEY_Document_Template
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 7 (PIDSI_TEMPLATE)
-
-
-
-
- Name: System.Document.TotalEditingTime -- PKEY_Document_TotalEditingTime
- Description: 100ns units, not milliseconds. VT_FILETIME for IPropertySetStorage handlers (legacy)
-
- Type: UInt64 -- VT_UI8
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 10 (PIDSI_EDITTIME)
-
-
-
-
- Name: System.Document.Version -- PKEY_Document_Version
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_DocumentSummaryInformation) {D5CDD502-2E9C-101B-9397-08002B2CF9AE}, 29
-
-
-
-
- Name: System.Document.WordCount -- PKEY_Document_WordCount
- Description:
-
- Type: Int32 -- VT_I4
- FormatID: (FMTID_SummaryInformation) {F29F85E0-4FF9-1068-AB91-08002B27B3D9}, 15 (PIDSI_WORDCOUNT)
-
-
-
-
- DRM Properties
-
-
-
-
- Name: System.DRM.DatePlayExpires -- PKEY_DRM_DatePlayExpires
- Description: Indicates when play expires for digital rights management.
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: (FMTID_DRM) {AEAC19E4-89AE-4508-B9B7-BB867ABEE2ED}, 6 (PIDDRSI_PLAYEXPIRES)
-
-
-
-
- Name: System.DRM.DatePlayStarts -- PKEY_DRM_DatePlayStarts
- Description: Indicates when play starts for digital rights management.
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: (FMTID_DRM) {AEAC19E4-89AE-4508-B9B7-BB867ABEE2ED}, 5 (PIDDRSI_PLAYSTARTS)
-
-
-
-
- Name: System.DRM.Description -- PKEY_DRM_Description
- Description: Displays the description for digital rights management.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_DRM) {AEAC19E4-89AE-4508-B9B7-BB867ABEE2ED}, 3 (PIDDRSI_DESCRIPTION)
-
-
-
-
- Name: System.DRM.IsProtected -- PKEY_DRM_IsProtected
- Description:
-
- Type: Boolean -- VT_BOOL
- FormatID: (FMTID_DRM) {AEAC19E4-89AE-4508-B9B7-BB867ABEE2ED}, 2 (PIDDRSI_PROTECTED)
-
-
-
-
- Name: System.DRM.PlayCount -- PKEY_DRM_PlayCount
- Description: Indicates the play count for digital rights management.
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_DRM) {AEAC19E4-89AE-4508-B9B7-BB867ABEE2ED}, 4 (PIDDRSI_PLAYCOUNT)
-
-
-
-
- GPS Properties
-
-
-
-
- Name: System.GPS.Altitude -- PKEY_GPS_Altitude
- Description: Indicates the altitude based on the reference in PKEY_GPS_AltitudeRef. Calculated from PKEY_GPS_AltitudeNumerator and
- PKEY_GPS_AltitudeDenominator
-
- Type: Double -- VT_R8
- FormatID: {827EDB4F-5B73-44A7-891D-FDFFABEA35CA}, 100
-
-
-
-
- Name: System.GPS.AltitudeDenominator -- PKEY_GPS_AltitudeDenominator
- Description: Denominator of PKEY_GPS_Altitude
-
- Type: UInt32 -- VT_UI4
- FormatID: {78342DCB-E358-4145-AE9A-6BFE4E0F9F51}, 100
-
-
-
-
- Name: System.GPS.AltitudeNumerator -- PKEY_GPS_AltitudeNumerator
- Description: Numerator of PKEY_GPS_Altitude
-
- Type: UInt32 -- VT_UI4
- FormatID: {2DAD1EB7-816D-40D3-9EC3-C9773BE2AADE}, 100
-
-
-
-
- Name: System.GPS.AltitudeRef -- PKEY_GPS_AltitudeRef
- Description: Indicates the reference for the altitude property. (eg: above sea level, below sea level, absolute value)
-
- Type: Byte -- VT_UI1
- FormatID: {46AC629D-75EA-4515-867F-6DC4321C5844}, 100
-
-
-
-
- Name: System.GPS.AreaInformation -- PKEY_GPS_AreaInformation
- Description: Represents the name of the GPS area
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {972E333E-AC7E-49F1-8ADF-A70D07A9BCAB}, 100
-
-
-
-
- Name: System.GPS.Date -- PKEY_GPS_Date
- Description: Date and time of the GPS record
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {3602C812-0F3B-45F0-85AD-603468D69423}, 100
-
-
-
-
- Name: System.GPS.DestBearing -- PKEY_GPS_DestBearing
- Description: Indicates the bearing to the destination point. Calculated from PKEY_GPS_DestBearingNumerator and
- PKEY_GPS_DestBearingDenominator.
-
- Type: Double -- VT_R8
- FormatID: {C66D4B3C-E888-47CC-B99F-9DCA3EE34DEA}, 100
-
-
-
-
- Name: System.GPS.DestBearingDenominator -- PKEY_GPS_DestBearingDenominator
- Description: Denominator of PKEY_GPS_DestBearing
-
- Type: UInt32 -- VT_UI4
- FormatID: {7ABCF4F8-7C3F-4988-AC91-8D2C2E97ECA5}, 100
-
-
-
-
- Name: System.GPS.DestBearingNumerator -- PKEY_GPS_DestBearingNumerator
- Description: Numerator of PKEY_GPS_DestBearing
-
- Type: UInt32 -- VT_UI4
- FormatID: {BA3B1DA9-86EE-4B5D-A2A4-A271A429F0CF}, 100
-
-
-
-
- Name: System.GPS.DestBearingRef -- PKEY_GPS_DestBearingRef
- Description: Indicates the reference used for the giving the bearing to the destination point. (eg: true direction, magnetic direction)
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {9AB84393-2A0F-4B75-BB22-7279786977CB}, 100
-
-
-
-
- Name: System.GPS.DestDistance -- PKEY_GPS_DestDistance
- Description: Indicates the distance to the destination point. Calculated from PKEY_GPS_DestDistanceNumerator and
- PKEY_GPS_DestDistanceDenominator.
-
- Type: Double -- VT_R8
- FormatID: {A93EAE04-6804-4F24-AC81-09B266452118}, 100
-
-
-
-
- Name: System.GPS.DestDistanceDenominator -- PKEY_GPS_DestDistanceDenominator
- Description: Denominator of PKEY_GPS_DestDistance
-
- Type: UInt32 -- VT_UI4
- FormatID: {9BC2C99B-AC71-4127-9D1C-2596D0D7DCB7}, 100
-
-
-
-
- Name: System.GPS.DestDistanceNumerator -- PKEY_GPS_DestDistanceNumerator
- Description: Numerator of PKEY_GPS_DestDistance
-
- Type: UInt32 -- VT_UI4
- FormatID: {2BDA47DA-08C6-4FE1-80BC-A72FC517C5D0}, 100
-
-
-
-
- Name: System.GPS.DestDistanceRef -- PKEY_GPS_DestDistanceRef
- Description: Indicates the unit used to express the distance to the destination. (eg: kilometers, miles, knots)
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {ED4DF2D3-8695-450B-856F-F5C1C53ACB66}, 100
-
-
-
-
- Name: System.GPS.DestLatitude -- PKEY_GPS_DestLatitude
- Description: Indicates the latitude of the destination point. This is an array of three values. Index 0 is the degrees, index 1
- is the minutes, index 2 is the seconds. Each is calculated from the values in PKEY_GPS_DestLatitudeNumerator and
- PKEY_GPS_DestLatitudeDenominator.
-
- Type: Multivalue Double -- VT_VECTOR | VT_R8 (For variants: VT_ARRAY | VT_R8)
- FormatID: {9D1D7CC5-5C39-451C-86B3-928E2D18CC47}, 100
-
-
-
-
- Name: System.GPS.DestLatitudeDenominator -- PKEY_GPS_DestLatitudeDenominator
- Description: Denominator of PKEY_GPS_DestLatitude
-
- Type: Multivalue UInt32 -- VT_VECTOR | VT_UI4 (For variants: VT_ARRAY | VT_UI4)
- FormatID: {3A372292-7FCA-49A7-99D5-E47BB2D4E7AB}, 100
-
-
-
-
- Name: System.GPS.DestLatitudeNumerator -- PKEY_GPS_DestLatitudeNumerator
- Description: Numerator of PKEY_GPS_DestLatitude
-
- Type: Multivalue UInt32 -- VT_VECTOR | VT_UI4 (For variants: VT_ARRAY | VT_UI4)
- FormatID: {ECF4B6F6-D5A6-433C-BB92-4076650FC890}, 100
-
-
-
-
- Name: System.GPS.DestLatitudeRef -- PKEY_GPS_DestLatitudeRef
- Description: Indicates whether the latitude destination point is north or south latitude
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {CEA820B9-CE61-4885-A128-005D9087C192}, 100
-
-
-
-
- Name: System.GPS.DestLongitude -- PKEY_GPS_DestLongitude
- Description: Indicates the latitude of the destination point. This is an array of three values. Index 0 is the degrees, index 1
- is the minutes, index 2 is the seconds. Each is calculated from the values in PKEY_GPS_DestLongitudeNumerator and
- PKEY_GPS_DestLongitudeDenominator.
-
- Type: Multivalue Double -- VT_VECTOR | VT_R8 (For variants: VT_ARRAY | VT_R8)
- FormatID: {47A96261-CB4C-4807-8AD3-40B9D9DBC6BC}, 100
-
-
-
-
- Name: System.GPS.DestLongitudeDenominator -- PKEY_GPS_DestLongitudeDenominator
- Description: Denominator of PKEY_GPS_DestLongitude
-
- Type: Multivalue UInt32 -- VT_VECTOR | VT_UI4 (For variants: VT_ARRAY | VT_UI4)
- FormatID: {425D69E5-48AD-4900-8D80-6EB6B8D0AC86}, 100
-
-
-
-
- Name: System.GPS.DestLongitudeNumerator -- PKEY_GPS_DestLongitudeNumerator
- Description: Numerator of PKEY_GPS_DestLongitude
-
- Type: Multivalue UInt32 -- VT_VECTOR | VT_UI4 (For variants: VT_ARRAY | VT_UI4)
- FormatID: {A3250282-FB6D-48D5-9A89-DBCACE75CCCF}, 100
-
-
-
-
- Name: System.GPS.DestLongitudeRef -- PKEY_GPS_DestLongitudeRef
- Description: Indicates whether the longitude destination point is east or west longitude
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {182C1EA6-7C1C-4083-AB4B-AC6C9F4ED128}, 100
-
-
-
-
- Name: System.GPS.Differential -- PKEY_GPS_Differential
- Description: Indicates whether differential correction was applied to the GPS receiver
-
- Type: UInt16 -- VT_UI2
- FormatID: {AAF4EE25-BD3B-4DD7-BFC4-47F77BB00F6D}, 100
-
-
-
-
- Name: System.GPS.DOP -- PKEY_GPS_DOP
- Description: Indicates the GPS DOP (data degree of precision). Calculated from PKEY_GPS_DOPNumerator and PKEY_GPS_DOPDenominator
-
- Type: Double -- VT_R8
- FormatID: {0CF8FB02-1837-42F1-A697-A7017AA289B9}, 100
-
-
-
-
- Name: System.GPS.DOPDenominator -- PKEY_GPS_DOPDenominator
- Description: Denominator of PKEY_GPS_DOP
-
- Type: UInt32 -- VT_UI4
- FormatID: {A0BE94C5-50BA-487B-BD35-0654BE8881ED}, 100
-
-
-
-
- Name: System.GPS.DOPNumerator -- PKEY_GPS_DOPNumerator
- Description: Numerator of PKEY_GPS_DOP
-
- Type: UInt32 -- VT_UI4
- FormatID: {47166B16-364F-4AA0-9F31-E2AB3DF449C3}, 100
-
-
-
-
- Name: System.GPS.ImgDirection -- PKEY_GPS_ImgDirection
- Description: Indicates direction of the image when it was captured. Calculated from PKEY_GPS_ImgDirectionNumerator and
- PKEY_GPS_ImgDirectionDenominator.
-
- Type: Double -- VT_R8
- FormatID: {16473C91-D017-4ED9-BA4D-B6BAA55DBCF8}, 100
-
-
-
-
- Name: System.GPS.ImgDirectionDenominator -- PKEY_GPS_ImgDirectionDenominator
- Description: Denominator of PKEY_GPS_ImgDirection
-
- Type: UInt32 -- VT_UI4
- FormatID: {10B24595-41A2-4E20-93C2-5761C1395F32}, 100
-
-
-
-
- Name: System.GPS.ImgDirectionNumerator -- PKEY_GPS_ImgDirectionNumerator
- Description: Numerator of PKEY_GPS_ImgDirection
-
- Type: UInt32 -- VT_UI4
- FormatID: {DC5877C7-225F-45F7-BAC7-E81334B6130A}, 100
-
-
-
-
- Name: System.GPS.ImgDirectionRef -- PKEY_GPS_ImgDirectionRef
- Description: Indicates reference for giving the direction of the image when it was captured. (eg: true direction, magnetic direction)
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {A4AAA5B7-1AD0-445F-811A-0F8F6E67F6B5}, 100
-
-
-
-
- Name: System.GPS.Latitude -- PKEY_GPS_Latitude
- Description: Indicates the latitude. This is an array of three values. Index 0 is the degrees, index 1 is the minutes, index 2
- is the seconds. Each is calculated from the values in PKEY_GPS_LatitudeNumerator and PKEY_GPS_LatitudeDenominator.
-
- Type: Multivalue Double -- VT_VECTOR | VT_R8 (For variants: VT_ARRAY | VT_R8)
- FormatID: {8727CFFF-4868-4EC6-AD5B-81B98521D1AB}, 100
-
-
-
-
- Name: System.GPS.LatitudeDenominator -- PKEY_GPS_LatitudeDenominator
- Description: Denominator of PKEY_GPS_Latitude
-
- Type: Multivalue UInt32 -- VT_VECTOR | VT_UI4 (For variants: VT_ARRAY | VT_UI4)
- FormatID: {16E634EE-2BFF-497B-BD8A-4341AD39EEB9}, 100
-
-
-
-
- Name: System.GPS.LatitudeNumerator -- PKEY_GPS_LatitudeNumerator
- Description: Numerator of PKEY_GPS_Latitude
-
- Type: Multivalue UInt32 -- VT_VECTOR | VT_UI4 (For variants: VT_ARRAY | VT_UI4)
- FormatID: {7DDAAAD1-CCC8-41AE-B750-B2CB8031AEA2}, 100
-
-
-
-
- Name: System.GPS.LatitudeRef -- PKEY_GPS_LatitudeRef
- Description: Indicates whether latitude is north or south latitude
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {029C0252-5B86-46C7-ACA0-2769FFC8E3D4}, 100
-
-
-
-
- Name: System.GPS.Longitude -- PKEY_GPS_Longitude
- Description: Indicates the longitude. This is an array of three values. Index 0 is the degrees, index 1 is the minutes, index 2
- is the seconds. Each is calculated from the values in PKEY_GPS_LongitudeNumerator and PKEY_GPS_LongitudeDenominator.
-
- Type: Multivalue Double -- VT_VECTOR | VT_R8 (For variants: VT_ARRAY | VT_R8)
- FormatID: {C4C4DBB2-B593-466B-BBDA-D03D27D5E43A}, 100
-
-
-
-
- Name: System.GPS.LongitudeDenominator -- PKEY_GPS_LongitudeDenominator
- Description: Denominator of PKEY_GPS_Longitude
-
- Type: Multivalue UInt32 -- VT_VECTOR | VT_UI4 (For variants: VT_ARRAY | VT_UI4)
- FormatID: {BE6E176C-4534-4D2C-ACE5-31DEDAC1606B}, 100
-
-
-
-
- Name: System.GPS.LongitudeNumerator -- PKEY_GPS_LongitudeNumerator
- Description: Numerator of PKEY_GPS_Longitude
-
- Type: Multivalue UInt32 -- VT_VECTOR | VT_UI4 (For variants: VT_ARRAY | VT_UI4)
- FormatID: {02B0F689-A914-4E45-821D-1DDA452ED2C4}, 100
-
-
-
-
- Name: System.GPS.LongitudeRef -- PKEY_GPS_LongitudeRef
- Description: Indicates whether longitude is east or west longitude
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {33DCF22B-28D5-464C-8035-1EE9EFD25278}, 100
-
-
-
-
- Name: System.GPS.MapDatum -- PKEY_GPS_MapDatum
- Description: Indicates the geodetic survey data used by the GPS receiver
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {2CA2DAE6-EDDC-407D-BEF1-773942ABFA95}, 100
-
-
-
-
- Name: System.GPS.MeasureMode -- PKEY_GPS_MeasureMode
- Description: Indicates the GPS measurement mode. (eg: 2-dimensional, 3-dimensional)
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {A015ED5D-AAEA-4D58-8A86-3C586920EA0B}, 100
-
-
-
-
- Name: System.GPS.ProcessingMethod -- PKEY_GPS_ProcessingMethod
- Description: Indicates the name of the method used for location finding
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {59D49E61-840F-4AA9-A939-E2099B7F6399}, 100
-
-
-
-
- Name: System.GPS.Satellites -- PKEY_GPS_Satellites
- Description: Indicates the GPS satellites used for measurements
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {467EE575-1F25-4557-AD4E-B8B58B0D9C15}, 100
-
-
-
-
- Name: System.GPS.Speed -- PKEY_GPS_Speed
- Description: Indicates the speed of the GPS receiver movement. Calculated from PKEY_GPS_SpeedNumerator and
- PKEY_GPS_SpeedDenominator.
-
- Type: Double -- VT_R8
- FormatID: {DA5D0862-6E76-4E1B-BABD-70021BD25494}, 100
-
-
-
-
- Name: System.GPS.SpeedDenominator -- PKEY_GPS_SpeedDenominator
- Description: Denominator of PKEY_GPS_Speed
-
- Type: UInt32 -- VT_UI4
- FormatID: {7D122D5A-AE5E-4335-8841-D71E7CE72F53}, 100
-
-
-
-
- Name: System.GPS.SpeedNumerator -- PKEY_GPS_SpeedNumerator
- Description: Numerator of PKEY_GPS_Speed
-
- Type: UInt32 -- VT_UI4
- FormatID: {ACC9CE3D-C213-4942-8B48-6D0820F21C6D}, 100
-
-
-
-
- Name: System.GPS.SpeedRef -- PKEY_GPS_SpeedRef
- Description: Indicates the unit used to express the speed of the GPS receiver movement. (eg: kilometers per hour,
- miles per hour, knots).
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {ECF7F4C9-544F-4D6D-9D98-8AD79ADAF453}, 100
-
-
-
-
- Name: System.GPS.Status -- PKEY_GPS_Status
- Description: Indicates the status of the GPS receiver when the image was recorded. (eg: measurement in progress,
- measurement interoperability).
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {125491F4-818F-46B2-91B5-D537753617B2}, 100
-
-
-
-
- Name: System.GPS.Track -- PKEY_GPS_Track
- Description: Indicates the direction of the GPS receiver movement. Calculated from PKEY_GPS_TrackNumerator and
- PKEY_GPS_TrackDenominator.
-
- Type: Double -- VT_R8
- FormatID: {76C09943-7C33-49E3-9E7E-CDBA872CFADA}, 100
-
-
-
-
- Name: System.GPS.TrackDenominator -- PKEY_GPS_TrackDenominator
- Description: Denominator of PKEY_GPS_Track
-
- Type: UInt32 -- VT_UI4
- FormatID: {C8D1920C-01F6-40C0-AC86-2F3A4AD00770}, 100
-
-
-
-
- Name: System.GPS.TrackNumerator -- PKEY_GPS_TrackNumerator
- Description: Numerator of PKEY_GPS_Track
-
- Type: UInt32 -- VT_UI4
- FormatID: {702926F4-44A6-43E1-AE71-45627116893B}, 100
-
-
-
-
- Name: System.GPS.TrackRef -- PKEY_GPS_TrackRef
- Description: Indicates reference for the direction of the GPS receiver movement. (eg: true direction, magnetic direction)
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {35DBE6FE-44C3-4400-AAAE-D2C799C407E8}, 100
-
-
-
-
- Name: System.GPS.VersionID -- PKEY_GPS_VersionID
- Description: Indicates the version of the GPS information
-
- Type: Buffer -- VT_VECTOR | VT_UI1 (For variants: VT_ARRAY | VT_UI1)
- FormatID: {22704DA4-C6B2-4A99-8E56-F16DF8C92599}, 100
-
-
-
-
- Identity Properties
-
-
-
-
- Name: System.Identity.Blob -- PKEY_Identity_Blob
- Description: Blob used to import/export identities
-
- Type: Blob -- VT_BLOB
- FormatID: {8C3B93A4-BAED-1A83-9A32-102EE313F6EB}, 100
-
-
-
-
- Name: System.Identity.DisplayName -- PKEY_Identity_DisplayName
- Description: Display Name
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {7D683FC9-D155-45A8-BB1F-89D19BCB792F}, 100
-
-
-
-
- Name: System.Identity.IsMeIdentity -- PKEY_Identity_IsMeIdentity
- Description: Is it Me Identity
-
- Type: Boolean -- VT_BOOL
- FormatID: {A4108708-09DF-4377-9DFC-6D99986D5A67}, 100
-
-
-
-
- Name: System.Identity.PrimaryEmailAddress -- PKEY_Identity_PrimaryEmailAddress
- Description: Primary Email Address
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {FCC16823-BAED-4F24-9B32-A0982117F7FA}, 100
-
-
-
-
- Name: System.Identity.ProviderID -- PKEY_Identity_ProviderID
- Description: Provider ID
-
- Type: Guid -- VT_CLSID
- FormatID: {74A7DE49-FA11-4D3D-A006-DB7E08675916}, 100
-
-
-
-
- Name: System.Identity.UniqueID -- PKEY_Identity_UniqueID
- Description: Unique ID
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {E55FC3B0-2B60-4220-918E-B21E8BF16016}, 100
-
-
-
-
- Name: System.Identity.UserName -- PKEY_Identity_UserName
- Description: Identity User Name
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C4322503-78CA-49C6-9ACC-A68E2AFD7B6B}, 100
-
-
-
-
- IdentityProvider Properties
-
-
-
-
- Name: System.IdentityProvider.Name -- PKEY_IdentityProvider_Name
- Description: Identity Provider Name
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {B96EFF7B-35CA-4A35-8607-29E3A54C46EA}, 100
-
-
-
-
- Name: System.IdentityProvider.Picture -- PKEY_IdentityProvider_Picture
- Description: Picture for the Identity Provider
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {2425166F-5642-4864-992F-98FD98F294C3}, 100
-
-
-
-
- Image Properties
-
-
-
-
- Name: System.Image.BitDepth -- PKEY_Image_BitDepth
- Description:
-
- Type: UInt32 -- VT_UI4
- FormatID: (PSGUID_IMAGESUMMARYINFORMATION) {6444048F-4C8B-11D1-8B70-080036B11A03}, 7 (PIDISI_BITDEPTH)
-
-
-
-
- Name: System.Image.ColorSpace -- PKEY_Image_ColorSpace
- Description: PropertyTagExifColorSpace
-
- Type: UInt16 -- VT_UI2
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 40961
-
-
-
-
- Name: System.Image.CompressedBitsPerPixel -- PKEY_Image_CompressedBitsPerPixel
- Description: Calculated from PKEY_Image_CompressedBitsPerPixelNumerator and PKEY_Image_CompressedBitsPerPixelDenominator.
-
- Type: Double -- VT_R8
- FormatID: {364B6FA9-37AB-482A-BE2B-AE02F60D4318}, 100
-
-
-
-
- Name: System.Image.CompressedBitsPerPixelDenominator -- PKEY_Image_CompressedBitsPerPixelDenominator
- Description: Denominator of PKEY_Image_CompressedBitsPerPixel.
-
- Type: UInt32 -- VT_UI4
- FormatID: {1F8844E1-24AD-4508-9DFD-5326A415CE02}, 100
-
-
-
-
- Name: System.Image.CompressedBitsPerPixelNumerator -- PKEY_Image_CompressedBitsPerPixelNumerator
- Description: Numerator of PKEY_Image_CompressedBitsPerPixel.
-
- Type: UInt32 -- VT_UI4
- FormatID: {D21A7148-D32C-4624-8900-277210F79C0F}, 100
-
-
-
-
- Name: System.Image.Compression -- PKEY_Image_Compression
- Description: Indicates the image compression level. PropertyTagCompression.
-
- Type: UInt16 -- VT_UI2
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 259
-
-
-
-
- Name: System.Image.CompressionText -- PKEY_Image_CompressionText
- Description: This is the user-friendly form of System.Image.Compression. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {3F08E66F-2F44-4BB9-A682-AC35D2562322}, 100
-
-
-
-
- Name: System.Image.Dimensions -- PKEY_Image_Dimensions
- Description: Indicates the dimensions of the image.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_IMAGESUMMARYINFORMATION) {6444048F-4C8B-11D1-8B70-080036B11A03}, 13 (PIDISI_DIMENSIONS)
-
-
-
-
- Name: System.Image.HorizontalResolution -- PKEY_Image_HorizontalResolution
- Description:
-
- Type: Double -- VT_R8
- FormatID: (PSGUID_IMAGESUMMARYINFORMATION) {6444048F-4C8B-11D1-8B70-080036B11A03}, 5 (PIDISI_RESOLUTIONX)
-
-
-
-
- Name: System.Image.HorizontalSize -- PKEY_Image_HorizontalSize
- Description:
-
- Type: UInt32 -- VT_UI4
- FormatID: (PSGUID_IMAGESUMMARYINFORMATION) {6444048F-4C8B-11D1-8B70-080036B11A03}, 3 (PIDISI_CX)
-
-
-
-
- Name: System.Image.ImageID -- PKEY_Image_ImageID
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {10DABE05-32AA-4C29-BF1A-63E2D220587F}, 100
-
-
-
-
- Name: System.Image.ResolutionUnit -- PKEY_Image_ResolutionUnit
- Description:
- Type: Int16 -- VT_I2
- FormatID: {19B51FA6-1F92-4A5C-AB48-7DF0ABD67444}, 100
-
-
-
-
- Name: System.Image.VerticalResolution -- PKEY_Image_VerticalResolution
- Description:
-
- Type: Double -- VT_R8
- FormatID: (PSGUID_IMAGESUMMARYINFORMATION) {6444048F-4C8B-11D1-8B70-080036B11A03}, 6 (PIDISI_RESOLUTIONY)
-
-
-
-
- Name: System.Image.VerticalSize -- PKEY_Image_VerticalSize
- Description:
-
- Type: UInt32 -- VT_UI4
- FormatID: (PSGUID_IMAGESUMMARYINFORMATION) {6444048F-4C8B-11D1-8B70-080036B11A03}, 4 (PIDISI_CY)
-
-
-
-
- Journal Properties
-
-
-
-
- Name: System.Journal.Contacts -- PKEY_Journal_Contacts
- Description:
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {DEA7C82C-1D89-4A66-9427-A4E3DEBABCB1}, 100
-
-
-
-
- Name: System.Journal.EntryType -- PKEY_Journal_EntryType
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {95BEB1FC-326D-4644-B396-CD3ED90E6DDF}, 100
-
-
-
-
- LayoutPattern Properties
-
-
-
-
- Name: System.LayoutPattern.ContentViewModeForBrowse -- PKEY_LayoutPattern_ContentViewModeForBrowse
- Description: Specifies the layout pattern that the content view mode should apply for this item in the context of browsing.
- Register the regvalue under the name of "ContentViewModeLayoutPatternForBrowse".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C9944A21-A406-48FE-8225-AEC7E24C211B}, 500
-
-
-
-
- Name: System.LayoutPattern.ContentViewModeForSearch -- PKEY_LayoutPattern_ContentViewModeForSearch
- Description: Specifies the layout pattern that the content view mode should apply for this item in the context of searching.
- Register the regvalue under the name of "ContentViewModeLayoutPatternForSearch".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C9944A21-A406-48FE-8225-AEC7E24C211B}, 501
-
-
-
-
- Link Properties
-
-
-
-
- Name: System.Link.Arguments -- PKEY_Link_Arguments
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {436F2667-14E2-4FEB-B30A-146C53B5B674}, 100
-
-
-
-
- Name: System.Link.Comment -- PKEY_Link_Comment
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_LINK) {B9B4B3FC-2B51-4A42-B5D8-324146AFCF25}, 5
-
-
-
-
- Name: System.Link.DateVisited -- PKEY_Link_DateVisited
- Description:
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {5CBF2787-48CF-4208-B90E-EE5E5D420294}, 23 (PKEYs relating to URLs. Used by IE History.)
-
-
-
-
- Name: System.Link.Description -- PKEY_Link_Description
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {5CBF2787-48CF-4208-B90E-EE5E5D420294}, 21 (PKEYs relating to URLs. Used by IE History.)
-
-
-
-
- Name: System.Link.Status -- PKEY_Link_Status
- Description:
-
- Type: Int32 -- VT_I4
- FormatID: (PSGUID_LINK) {B9B4B3FC-2B51-4A42-B5D8-324146AFCF25}, 3 (PID_LINK_TARGET_TYPE)
-
-
-
-
- Name: System.Link.TargetExtension -- PKEY_Link_TargetExtension
- Description: The file extension of the link target. See System.File.Extension
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {7A7D76F4-B630-4BD7-95FF-37CC51A975C9}, 2
-
-
-
-
- Name: System.Link.TargetParsingPath -- PKEY_Link_TargetParsingPath
- Description: This is the shell namespace path to the target of the link item. This path may be passed to
- SHParseDisplayName to parse the path to the correct shell folder.
-
- If the target item is a file, the value is identical to System.ItemPathDisplay.
-
- If the target item cannot be accessed through the shell namespace, this value is VT_EMPTY.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_LINK) {B9B4B3FC-2B51-4A42-B5D8-324146AFCF25}, 2 (PID_LINK_TARGET)
-
-
-
-
- Name: System.Link.TargetSFGAOFlags -- PKEY_Link_TargetSFGAOFlags
- Description: IShellFolder::GetAttributesOf flags for the target of a link, with SFGAO_PKEYSFGAOMASK
- attributes masked out.
-
- Type: UInt32 -- VT_UI4
- FormatID: (PSGUID_LINK) {B9B4B3FC-2B51-4A42-B5D8-324146AFCF25}, 8
-
-
-
-
- Name: System.Link.TargetSFGAOFlagsStrings -- PKEY_Link_TargetSFGAOFlagsStrings
- Description: Expresses the SFGAO flags of a link as string values and is used as a query optimization. See
- PKEY_Shell_SFGAOFlagsStrings for possible values of this.
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {D6942081-D53B-443D-AD47-5E059D9CD27A}, 3
-
-
-
-
- Name: System.Link.TargetUrl -- PKEY_Link_TargetUrl
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {5CBF2787-48CF-4208-B90E-EE5E5D420294}, 2 (PKEYs relating to URLs. Used by IE History.)
-
-
-
-
- Media Properties
-
-
-
-
- Name: System.Media.AuthorUrl -- PKEY_Media_AuthorUrl
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 32 (PIDMSI_AUTHOR_URL)
-
-
-
-
- Name: System.Media.AverageLevel -- PKEY_Media_AverageLevel
- Description:
- Type: UInt32 -- VT_UI4
- FormatID: {09EDD5B6-B301-43C5-9990-D00302EFFD46}, 100
-
-
-
-
- Name: System.Media.ClassPrimaryID -- PKEY_Media_ClassPrimaryID
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 13 (PIDMSI_CLASS_PRIMARY_ID)
-
-
-
-
- Name: System.Media.ClassSecondaryID -- PKEY_Media_ClassSecondaryID
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 14 (PIDMSI_CLASS_SECONDARY_ID)
-
-
-
-
- Name: System.Media.CollectionGroupID -- PKEY_Media_CollectionGroupID
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 24 (PIDMSI_COLLECTION_GROUP_ID)
-
-
-
-
- Name: System.Media.CollectionID -- PKEY_Media_CollectionID
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 25 (PIDMSI_COLLECTION_ID)
-
-
-
-
- Name: System.Media.ContentDistributor -- PKEY_Media_ContentDistributor
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 18 (PIDMSI_CONTENTDISTRIBUTOR)
-
-
-
-
- Name: System.Media.ContentID -- PKEY_Media_ContentID
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 26 (PIDMSI_CONTENT_ID)
-
-
-
-
- Name: System.Media.CreatorApplication -- PKEY_Media_CreatorApplication
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 27 (PIDMSI_TOOL_NAME)
-
-
-
-
- Name: System.Media.CreatorApplicationVersion -- PKEY_Media_CreatorApplicationVersion
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 28 (PIDMSI_TOOL_VERSION)
-
-
-
-
- Name: System.Media.DateEncoded -- PKEY_Media_DateEncoded
- Description: DateTime is in UTC (in the doc, not file system).
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {2E4B640D-5019-46D8-8881-55414CC5CAA0}, 100
-
-
-
-
- Name: System.Media.DateReleased -- PKEY_Media_DateReleased
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {DE41CC29-6971-4290-B472-F59F2E2F31E2}, 100
-
-
-
-
- Name: System.Media.Duration -- PKEY_Media_Duration
- Description: 100ns units, not milliseconds
-
- Type: UInt64 -- VT_UI8
- FormatID: (FMTID_AudioSummaryInformation) {64440490-4C8B-11D1-8B70-080036B11A03}, 3 (PIDASI_TIMELENGTH)
-
-
-
-
- Name: System.Media.DVDID -- PKEY_Media_DVDID
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 15 (PIDMSI_DVDID)
-
-
-
-
- Name: System.Media.EncodedBy -- PKEY_Media_EncodedBy
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 36 (PIDMSI_ENCODED_BY)
-
-
-
-
- Name: System.Media.EncodingSettings -- PKEY_Media_EncodingSettings
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 37 (PIDMSI_ENCODING_SETTINGS)
-
-
-
-
- Name: System.Media.FrameCount -- PKEY_Media_FrameCount
- Description: Indicates the frame count for the image.
-
- Type: UInt32 -- VT_UI4
- FormatID: (PSGUID_IMAGESUMMARYINFORMATION) {6444048F-4C8B-11D1-8B70-080036B11A03}, 12 (PIDISI_FRAMECOUNT)
-
-
-
-
- Name: System.Media.MCDI -- PKEY_Media_MCDI
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 16 (PIDMSI_MCDI)
-
-
-
-
- Name: System.Media.MetadataContentProvider -- PKEY_Media_MetadataContentProvider
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 17 (PIDMSI_PROVIDER)
-
-
-
-
- Name: System.Media.Producer -- PKEY_Media_Producer
- Description:
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 22 (PIDMSI_PRODUCER)
-
-
-
-
- Name: System.Media.PromotionUrl -- PKEY_Media_PromotionUrl
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 33 (PIDMSI_PROMOTION_URL)
-
-
-
-
- Name: System.Media.ProtectionType -- PKEY_Media_ProtectionType
- Description: If media is protected, how is it protected?
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 38
-
-
-
-
- Name: System.Media.ProviderRating -- PKEY_Media_ProviderRating
- Description: Rating (0 - 99) supplied by metadata provider
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 39
-
-
-
-
- Name: System.Media.ProviderStyle -- PKEY_Media_ProviderStyle
- Description: Style of music or video, supplied by metadata provider
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 40
-
-
-
-
- Name: System.Media.Publisher -- PKEY_Media_Publisher
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 30 (PIDMSI_PUBLISHER)
-
-
-
-
- Name: System.Media.SubscriptionContentId -- PKEY_Media_SubscriptionContentId
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {9AEBAE7A-9644-487D-A92C-657585ED751A}, 100
-
-
-
-
- Name: System.Media.SubTitle -- PKEY_Media_SubTitle
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_MUSIC) {56A3372E-CE9C-11D2-9F0E-006097C686F6}, 38 (PIDSI_MUSIC_SUB_TITLE)
-
-
-
-
- Name: System.Media.UniqueFileIdentifier -- PKEY_Media_UniqueFileIdentifier
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 35 (PIDMSI_UNIQUE_FILE_IDENTIFIER)
-
-
-
-
- Name: System.Media.UserNoAutoInfo -- PKEY_Media_UserNoAutoInfo
- Description: If true, do NOT alter this file's metadata. Set by user.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 41
-
-
-
-
- Name: System.Media.UserWebUrl -- PKEY_Media_UserWebUrl
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 34 (PIDMSI_USER_WEB_URL)
-
-
-
-
- Name: System.Media.Writer -- PKEY_Media_Writer
- Description:
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 23 (PIDMSI_WRITER)
-
-
-
-
- Name: System.Media.Year -- PKEY_Media_Year
- Description:
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_MUSIC) {56A3372E-CE9C-11D2-9F0E-006097C686F6}, 5 (PIDSI_MUSIC_YEAR)
-
-
-
-
- Message Properties
-
-
-
-
- Name: System.Message.AttachmentContents -- PKEY_Message_AttachmentContents
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {3143BF7C-80A8-4854-8880-E2E40189BDD0}, 100
-
-
-
-
- Name: System.Message.AttachmentNames -- PKEY_Message_AttachmentNames
- Description: The names of the attachments in a message
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 21
-
-
-
-
- Name: System.Message.BccAddress -- PKEY_Message_BccAddress
- Description: Addresses in Bcc: field
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 2
-
-
-
-
- Name: System.Message.BccName -- PKEY_Message_BccName
- Description: person names in Bcc: field
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 3
-
-
-
-
- Name: System.Message.CcAddress -- PKEY_Message_CcAddress
- Description: Addresses in Cc: field
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 4
-
-
-
-
- Name: System.Message.CcName -- PKEY_Message_CcName
- Description: person names in Cc: field
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 5
-
-
-
-
- Name: System.Message.ConversationID -- PKEY_Message_ConversationID
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {DC8F80BD-AF1E-4289-85B6-3DFC1B493992}, 100
-
-
-
-
- Name: System.Message.ConversationIndex -- PKEY_Message_ConversationIndex
- Description:
-
- Type: Buffer -- VT_VECTOR | VT_UI1 (For variants: VT_ARRAY | VT_UI1)
- FormatID: {DC8F80BD-AF1E-4289-85B6-3DFC1B493992}, 101
-
-
-
-
- Name: System.Message.DateReceived -- PKEY_Message_DateReceived
- Description: Date and Time communication was received
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 20
-
-
-
-
- Name: System.Message.DateSent -- PKEY_Message_DateSent
- Description: Date and Time communication was sent
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 19
-
-
-
-
- Name: System.Message.Flags -- PKEY_Message_Flags
- Description: These are flags associated with email messages to know if a read receipt is pending, etc.
- The values stored here by Outlook are defined for PR_MESSAGE_FLAGS on MSDN.
-
- Type: Int32 -- VT_I4
- FormatID: {A82D9EE7-CA67-4312-965E-226BCEA85023}, 100
-
-
-
-
- Name: System.Message.FromAddress -- PKEY_Message_FromAddress
- Description:
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 13
-
-
-
-
- Name: System.Message.FromName -- PKEY_Message_FromName
- Description: Address in from field as person name
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 14
-
-
-
-
- Name: System.Message.HasAttachments -- PKEY_Message_HasAttachments
- Description:
-
- Type: Boolean -- VT_BOOL
- FormatID: {9C1FCF74-2D97-41BA-B4AE-CB2E3661A6E4}, 8
-
-
-
-
- Name: System.Message.IsFwdOrReply -- PKEY_Message_IsFwdOrReply
- Description:
- Type: Int32 -- VT_I4
- FormatID: {9A9BC088-4F6D-469E-9919-E705412040F9}, 100
-
-
-
-
- Name: System.Message.MessageClass -- PKEY_Message_MessageClass
- Description: What type of outlook msg this is (meeting, task, mail, etc.)
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {CD9ED458-08CE-418F-A70E-F912C7BB9C5C}, 103
-
-
-
-
- Name: System.Message.ProofInProgress -- PKEY_Message_ProofInProgress
- Description: This property will be true if the message junk email proofing is still in progress.
-
- Type: Boolean -- VT_BOOL
- FormatID: {9098F33C-9A7D-48A8-8DE5-2E1227A64E91}, 100
-
-
-
-
- Name: System.Message.SenderAddress -- PKEY_Message_SenderAddress
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {0BE1C8E7-1981-4676-AE14-FDD78F05A6E7}, 100
-
-
-
-
- Name: System.Message.SenderName -- PKEY_Message_SenderName
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {0DA41CFA-D224-4A18-AE2F-596158DB4B3A}, 100
-
-
-
-
- Name: System.Message.Store -- PKEY_Message_Store
- Description: The store (aka protocol handler) FILE, MAIL, OUTLOOKEXPRESS
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 15
-
-
-
-
- Name: System.Message.ToAddress -- PKEY_Message_ToAddress
- Description: Addresses in To: field
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 16
-
-
-
-
- Name: System.Message.ToDoFlags -- PKEY_Message_ToDoFlags
- Description: Flags associated with a message flagged to know if it's still active, if it was custom flagged, etc.
-
- Type: Int32 -- VT_I4
- FormatID: {1F856A9F-6900-4ABA-9505-2D5F1B4D66CB}, 100
-
-
-
-
- Name: System.Message.ToDoTitle -- PKEY_Message_ToDoTitle
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {BCCC8A3C-8CEF-42E5-9B1C-C69079398BC7}, 100
-
-
-
-
- Name: System.Message.ToName -- PKEY_Message_ToName
- Description: Person names in To: field
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {E3E0584C-B788-4A5A-BB20-7F5A44C9ACDD}, 17
-
-
-
-
- Music Properties
-
-
-
-
- Name: System.Music.AlbumArtist -- PKEY_Music_AlbumArtist
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_MUSIC) {56A3372E-CE9C-11D2-9F0E-006097C686F6}, 13 (PIDSI_MUSIC_ALBUM_ARTIST)
-
-
-
-
- Name: System.Music.AlbumID -- PKEY_Music_AlbumID
- Description: Concatenation of System.Music.AlbumArtist and System.Music.AlbumTitle, suitable for indexing and display.
- Used to differentiate albums with the same title from different artists.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_MUSIC) {56A3372E-CE9C-11D2-9F0E-006097C686F6}, 100
-
-
-
-
- Name: System.Music.AlbumTitle -- PKEY_Music_AlbumTitle
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_MUSIC) {56A3372E-CE9C-11D2-9F0E-006097C686F6}, 4 (PIDSI_MUSIC_ALBUM)
-
-
-
-
- Name: System.Music.Artist -- PKEY_Music_Artist
- Description:
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: (FMTID_MUSIC) {56A3372E-CE9C-11D2-9F0E-006097C686F6}, 2 (PIDSI_MUSIC_ARTIST)
-
-
-
-
- Name: System.Music.BeatsPerMinute -- PKEY_Music_BeatsPerMinute
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_MUSIC) {56A3372E-CE9C-11D2-9F0E-006097C686F6}, 35 (PIDSI_MUSIC_BEATS_PER_MINUTE)
-
-
-
-
- Name: System.Music.Composer -- PKEY_Music_Composer
- Description:
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 19 (PIDMSI_COMPOSER)
-
-
-
-
- Name: System.Music.Conductor -- PKEY_Music_Conductor
- Description:
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: (FMTID_MUSIC) {56A3372E-CE9C-11D2-9F0E-006097C686F6}, 36 (PIDSI_MUSIC_CONDUCTOR)
-
-
-
-
- Name: System.Music.ContentGroupDescription -- PKEY_Music_ContentGroupDescription
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_MUSIC) {56A3372E-CE9C-11D2-9F0E-006097C686F6}, 33 (PIDSI_MUSIC_CONTENT_GROUP_DESCRIPTION)
-
-
-
-
- Name: System.Music.DisplayArtist -- PKEY_Music_DisplayArtist
- Description: This property returns the best representation of Album Artist for a given music file
- based upon AlbumArtist, ContributingArtist and compilation info.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {FD122953-FA93-4EF7-92C3-04C946B2F7C8}, 100
-
-
-
-
- Name: System.Music.Genre -- PKEY_Music_Genre
- Description:
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: (FMTID_MUSIC) {56A3372E-CE9C-11D2-9F0E-006097C686F6}, 11 (PIDSI_MUSIC_GENRE)
-
-
-
-
- Name: System.Music.InitialKey -- PKEY_Music_InitialKey
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_MUSIC) {56A3372E-CE9C-11D2-9F0E-006097C686F6}, 34 (PIDSI_MUSIC_INITIAL_KEY)
-
-
-
-
- Name: System.Music.IsCompilation -- PKEY_Music_IsCompilation
- Description: Indicates whether the file is part of a compilation.
-
- Type: Boolean -- VT_BOOL
- FormatID: {C449D5CB-9EA4-4809-82E8-AF9D59DED6D1}, 100
-
-
-
-
- Name: System.Music.Lyrics -- PKEY_Music_Lyrics
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_MUSIC) {56A3372E-CE9C-11D2-9F0E-006097C686F6}, 12 (PIDSI_MUSIC_LYRICS)
-
-
-
-
- Name: System.Music.Mood -- PKEY_Music_Mood
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_MUSIC) {56A3372E-CE9C-11D2-9F0E-006097C686F6}, 39 (PIDSI_MUSIC_MOOD)
-
-
-
-
- Name: System.Music.PartOfSet -- PKEY_Music_PartOfSet
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_MUSIC) {56A3372E-CE9C-11D2-9F0E-006097C686F6}, 37 (PIDSI_MUSIC_PART_OF_SET)
-
-
-
-
- Name: System.Music.Period -- PKEY_Music_Period
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 31 (PIDMSI_PERIOD)
-
-
-
-
- Name: System.Music.SynchronizedLyrics -- PKEY_Music_SynchronizedLyrics
- Description:
- Type: Blob -- VT_BLOB
- FormatID: {6B223B6A-162E-4AA9-B39F-05D678FC6D77}, 100
-
-
-
-
- Name: System.Music.TrackNumber -- PKEY_Music_TrackNumber
- Description:
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_MUSIC) {56A3372E-CE9C-11D2-9F0E-006097C686F6}, 7 (PIDSI_MUSIC_TRACK)
-
-
-
-
- Note Properties
-
-
-
-
- Name: System.Note.Color -- PKEY_Note_Color
- Description:
- Type: UInt16 -- VT_UI2
- FormatID: {4776CAFA-BCE4-4CB1-A23E-265E76D8EB11}, 100
-
-
-
-
- Name: System.Note.ColorText -- PKEY_Note_ColorText
- Description: This is the user-friendly form of System.Note.Color. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {46B4E8DE-CDB2-440D-885C-1658EB65B914}, 100
-
-
-
-
- Photo Properties
-
-
-
-
- Name: System.Photo.Aperture -- PKEY_Photo_Aperture
- Description: PropertyTagExifAperture. Calculated from PKEY_Photo_ApertureNumerator and PKEY_Photo_ApertureDenominator
-
- Type: Double -- VT_R8
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 37378
-
-
-
-
- Name: System.Photo.ApertureDenominator -- PKEY_Photo_ApertureDenominator
- Description: Denominator of PKEY_Photo_Aperture
-
- Type: UInt32 -- VT_UI4
- FormatID: {E1A9A38B-6685-46BD-875E-570DC7AD7320}, 100
-
-
-
-
- Name: System.Photo.ApertureNumerator -- PKEY_Photo_ApertureNumerator
- Description: Numerator of PKEY_Photo_Aperture
-
- Type: UInt32 -- VT_UI4
- FormatID: {0337ECEC-39FB-4581-A0BD-4C4CC51E9914}, 100
-
-
-
-
- Name: System.Photo.Brightness -- PKEY_Photo_Brightness
- Description: This is the brightness of the photo.
-
- Calculated from PKEY_Photo_BrightnessNumerator and PKEY_Photo_BrightnessDenominator.
-
- The units are "APEX", normally in the range of -99.99 to 99.99. If the numerator of
- the recorded value is FFFFFFFF.H, "Unknown" should be indicated.
-
- Type: Double -- VT_R8
- FormatID: {1A701BF6-478C-4361-83AB-3701BB053C58}, 100 (PropertyTagExifBrightness)
-
-
-
-
- Name: System.Photo.BrightnessDenominator -- PKEY_Photo_BrightnessDenominator
- Description: Denominator of PKEY_Photo_Brightness
-
- Type: UInt32 -- VT_UI4
- FormatID: {6EBE6946-2321-440A-90F0-C043EFD32476}, 100
-
-
-
-
- Name: System.Photo.BrightnessNumerator -- PKEY_Photo_BrightnessNumerator
- Description: Numerator of PKEY_Photo_Brightness
-
- Type: UInt32 -- VT_UI4
- FormatID: {9E7D118F-B314-45A0-8CFB-D654B917C9E9}, 100
-
-
-
-
- Name: System.Photo.CameraManufacturer -- PKEY_Photo_CameraManufacturer
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 271 (PropertyTagEquipMake)
-
-
-
-
- Name: System.Photo.CameraModel -- PKEY_Photo_CameraModel
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 272 (PropertyTagEquipModel)
-
-
-
-
- Name: System.Photo.CameraSerialNumber -- PKEY_Photo_CameraSerialNumber
- Description: Serial number of camera that produced this photo
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 273
-
-
-
-
- Name: System.Photo.Contrast -- PKEY_Photo_Contrast
- Description: This indicates the direction of contrast processing applied by the camera
- when the image was shot.
-
- Type: UInt32 -- VT_UI4
- FormatID: {2A785BA9-8D23-4DED-82E6-60A350C86A10}, 100
-
-
-
-
- Name: System.Photo.ContrastText -- PKEY_Photo_ContrastText
- Description: This is the user-friendly form of System.Photo.Contrast. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {59DDE9F2-5253-40EA-9A8B-479E96C6249A}, 100
-
-
-
-
- Name: System.Photo.DateTaken -- PKEY_Photo_DateTaken
- Description: PropertyTagExifDTOrig
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 36867
-
-
-
-
- Name: System.Photo.DigitalZoom -- PKEY_Photo_DigitalZoom
- Description: PropertyTagExifDigitalZoom. Calculated from PKEY_Photo_DigitalZoomNumerator and PKEY_Photo_DigitalZoomDenominator
-
- Type: Double -- VT_R8
- FormatID: {F85BF840-A925-4BC2-B0C4-8E36B598679E}, 100
-
-
-
-
- Name: System.Photo.DigitalZoomDenominator -- PKEY_Photo_DigitalZoomDenominator
- Description: Denominator of PKEY_Photo_DigitalZoom
-
- Type: UInt32 -- VT_UI4
- FormatID: {745BAF0E-E5C1-4CFB-8A1B-D031A0A52393}, 100
-
-
-
-
- Name: System.Photo.DigitalZoomNumerator -- PKEY_Photo_DigitalZoomNumerator
- Description: Numerator of PKEY_Photo_DigitalZoom
-
- Type: UInt32 -- VT_UI4
- FormatID: {16CBB924-6500-473B-A5BE-F1599BCBE413}, 100
-
-
-
-
- Name: System.Photo.Event -- PKEY_Photo_Event
- Description: The event at which the photo was taken
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 18248
-
-
-
-
- Name: System.Photo.EXIFVersion -- PKEY_Photo_EXIFVersion
- Description: The EXIF version.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {D35F743A-EB2E-47F2-A286-844132CB1427}, 100
-
-
-
-
- Name: System.Photo.ExposureBias -- PKEY_Photo_ExposureBias
- Description: PropertyTagExifExposureBias. Calculated from PKEY_Photo_ExposureBiasNumerator and PKEY_Photo_ExposureBiasDenominator
-
- Type: Double -- VT_R8
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 37380
-
-
-
-
- Name: System.Photo.ExposureBiasDenominator -- PKEY_Photo_ExposureBiasDenominator
- Description: Denominator of PKEY_Photo_ExposureBias
-
- Type: Int32 -- VT_I4
- FormatID: {AB205E50-04B7-461C-A18C-2F233836E627}, 100
-
-
-
-
- Name: System.Photo.ExposureBiasNumerator -- PKEY_Photo_ExposureBiasNumerator
- Description: Numerator of PKEY_Photo_ExposureBias
-
- Type: Int32 -- VT_I4
- FormatID: {738BF284-1D87-420B-92CF-5834BF6EF9ED}, 100
-
-
-
-
- Name: System.Photo.ExposureIndex -- PKEY_Photo_ExposureIndex
- Description: PropertyTagExifExposureIndex. Calculated from PKEY_Photo_ExposureIndexNumerator and PKEY_Photo_ExposureIndexDenominator
-
- Type: Double -- VT_R8
- FormatID: {967B5AF8-995A-46ED-9E11-35B3C5B9782D}, 100
-
-
-
-
- Name: System.Photo.ExposureIndexDenominator -- PKEY_Photo_ExposureIndexDenominator
- Description: Denominator of PKEY_Photo_ExposureIndex
-
- Type: UInt32 -- VT_UI4
- FormatID: {93112F89-C28B-492F-8A9D-4BE2062CEE8A}, 100
-
-
-
-
- Name: System.Photo.ExposureIndexNumerator -- PKEY_Photo_ExposureIndexNumerator
- Description: Numerator of PKEY_Photo_ExposureIndex
-
- Type: UInt32 -- VT_UI4
- FormatID: {CDEDCF30-8919-44DF-8F4C-4EB2FFDB8D89}, 100
-
-
-
-
- Name: System.Photo.ExposureProgram -- PKEY_Photo_ExposureProgram
- Description:
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 34850 (PropertyTagExifExposureProg)
-
-
-
-
- Name: System.Photo.ExposureProgramText -- PKEY_Photo_ExposureProgramText
- Description: This is the user-friendly form of System.Photo.ExposureProgram. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {FEC690B7-5F30-4646-AE47-4CAAFBA884A3}, 100
-
-
-
-
- Name: System.Photo.ExposureTime -- PKEY_Photo_ExposureTime
- Description: PropertyTagExifExposureTime. Calculated from PKEY_Photo_ExposureTimeNumerator and PKEY_Photo_ExposureTimeDenominator
-
- Type: Double -- VT_R8
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 33434
-
-
-
-
- Name: System.Photo.ExposureTimeDenominator -- PKEY_Photo_ExposureTimeDenominator
- Description: Denominator of PKEY_Photo_ExposureTime
-
- Type: UInt32 -- VT_UI4
- FormatID: {55E98597-AD16-42E0-B624-21599A199838}, 100
-
-
-
-
- Name: System.Photo.ExposureTimeNumerator -- PKEY_Photo_ExposureTimeNumerator
- Description: Numerator of PKEY_Photo_ExposureTime
-
- Type: UInt32 -- VT_UI4
- FormatID: {257E44E2-9031-4323-AC38-85C552871B2E}, 100
-
-
-
-
- Name: System.Photo.Flash -- PKEY_Photo_Flash
- Description: PropertyTagExifFlash
-
- Type: Byte -- VT_UI1
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 37385
-
-
-
-
- Name: System.Photo.FlashEnergy -- PKEY_Photo_FlashEnergy
- Description: PropertyTagExifFlashEnergy. Calculated from PKEY_Photo_FlashEnergyNumerator and PKEY_Photo_FlashEnergyDenominator
-
- Type: Double -- VT_R8
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 41483
-
-
-
-
- Name: System.Photo.FlashEnergyDenominator -- PKEY_Photo_FlashEnergyDenominator
- Description: Denominator of PKEY_Photo_FlashEnergy
-
- Type: UInt32 -- VT_UI4
- FormatID: {D7B61C70-6323-49CD-A5FC-C84277162C97}, 100
-
-
-
-
- Name: System.Photo.FlashEnergyNumerator -- PKEY_Photo_FlashEnergyNumerator
- Description: Numerator of PKEY_Photo_FlashEnergy
-
- Type: UInt32 -- VT_UI4
- FormatID: {FCAD3D3D-0858-400F-AAA3-2F66CCE2A6BC}, 100
-
-
-
-
- Name: System.Photo.FlashManufacturer -- PKEY_Photo_FlashManufacturer
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {AABAF6C9-E0C5-4719-8585-57B103E584FE}, 100
-
-
-
-
- Name: System.Photo.FlashModel -- PKEY_Photo_FlashModel
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {FE83BB35-4D1A-42E2-916B-06F3E1AF719E}, 100
-
-
-
-
- Name: System.Photo.FlashText -- PKEY_Photo_FlashText
- Description: This is the user-friendly form of System.Photo.Flash. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {6B8B68F6-200B-47EA-8D25-D8050F57339F}, 100
-
-
-
-
- Name: System.Photo.FNumber -- PKEY_Photo_FNumber
- Description: PropertyTagExifFNumber. Calculated from PKEY_Photo_FNumberNumerator and PKEY_Photo_FNumberDenominator
-
- Type: Double -- VT_R8
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 33437
-
-
-
-
- Name: System.Photo.FNumberDenominator -- PKEY_Photo_FNumberDenominator
- Description: Denominator of PKEY_Photo_FNumber
-
- Type: UInt32 -- VT_UI4
- FormatID: {E92A2496-223B-4463-A4E3-30EABBA79D80}, 100
-
-
-
-
- Name: System.Photo.FNumberNumerator -- PKEY_Photo_FNumberNumerator
- Description: Numerator of PKEY_Photo_FNumber
-
- Type: UInt32 -- VT_UI4
- FormatID: {1B97738A-FDFC-462F-9D93-1957E08BE90C}, 100
-
-
-
-
- Name: System.Photo.FocalLength -- PKEY_Photo_FocalLength
- Description: PropertyTagExifFocalLength. Calculated from PKEY_Photo_FocalLengthNumerator and PKEY_Photo_FocalLengthDenominator
-
- Type: Double -- VT_R8
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 37386
-
-
-
-
- Name: System.Photo.FocalLengthDenominator -- PKEY_Photo_FocalLengthDenominator
- Description: Denominator of PKEY_Photo_FocalLength
-
- Type: UInt32 -- VT_UI4
- FormatID: {305BC615-DCA1-44A5-9FD4-10C0BA79412E}, 100
-
-
-
-
- Name: System.Photo.FocalLengthInFilm -- PKEY_Photo_FocalLengthInFilm
- Description:
- Type: UInt16 -- VT_UI2
- FormatID: {A0E74609-B84D-4F49-B860-462BD9971F98}, 100
-
-
-
-
- Name: System.Photo.FocalLengthNumerator -- PKEY_Photo_FocalLengthNumerator
- Description: Numerator of PKEY_Photo_FocalLength
-
- Type: UInt32 -- VT_UI4
- FormatID: {776B6B3B-1E3D-4B0C-9A0E-8FBAF2A8492A}, 100
-
-
-
-
- Name: System.Photo.FocalPlaneXResolution -- PKEY_Photo_FocalPlaneXResolution
- Description: PropertyTagExifFocalXRes. Calculated from PKEY_Photo_FocalPlaneXResolutionNumerator and
- PKEY_Photo_FocalPlaneXResolutionDenominator.
-
- Type: Double -- VT_R8
- FormatID: {CFC08D97-C6F7-4484-89DD-EBEF4356FE76}, 100
-
-
-
-
- Name: System.Photo.FocalPlaneXResolutionDenominator -- PKEY_Photo_FocalPlaneXResolutionDenominator
- Description: Denominator of PKEY_Photo_FocalPlaneXResolution
-
- Type: UInt32 -- VT_UI4
- FormatID: {0933F3F5-4786-4F46-A8E8-D64DD37FA521}, 100
-
-
-
-
- Name: System.Photo.FocalPlaneXResolutionNumerator -- PKEY_Photo_FocalPlaneXResolutionNumerator
- Description: Numerator of PKEY_Photo_FocalPlaneXResolution
-
- Type: UInt32 -- VT_UI4
- FormatID: {DCCB10AF-B4E2-4B88-95F9-031B4D5AB490}, 100
-
-
-
-
- Name: System.Photo.FocalPlaneYResolution -- PKEY_Photo_FocalPlaneYResolution
- Description: PropertyTagExifFocalYRes. Calculated from PKEY_Photo_FocalPlaneYResolutionNumerator and
- PKEY_Photo_FocalPlaneYResolutionDenominator.
-
- Type: Double -- VT_R8
- FormatID: {4FFFE4D0-914F-4AC4-8D6F-C9C61DE169B1}, 100
-
-
-
-
- Name: System.Photo.FocalPlaneYResolutionDenominator -- PKEY_Photo_FocalPlaneYResolutionDenominator
- Description: Denominator of PKEY_Photo_FocalPlaneYResolution
-
- Type: UInt32 -- VT_UI4
- FormatID: {1D6179A6-A876-4031-B013-3347B2B64DC8}, 100
-
-
-
-
- Name: System.Photo.FocalPlaneYResolutionNumerator -- PKEY_Photo_FocalPlaneYResolutionNumerator
- Description: Numerator of PKEY_Photo_FocalPlaneYResolution
-
- Type: UInt32 -- VT_UI4
- FormatID: {A2E541C5-4440-4BA8-867E-75CFC06828CD}, 100
-
-
-
-
- Name: System.Photo.GainControl -- PKEY_Photo_GainControl
- Description: This indicates the degree of overall image gain adjustment.
-
- Calculated from PKEY_Photo_GainControlNumerator and PKEY_Photo_GainControlDenominator.
-
- Type: Double -- VT_R8
- FormatID: {FA304789-00C7-4D80-904A-1E4DCC7265AA}, 100 (PropertyTagExifGainControl)
-
-
-
-
- Name: System.Photo.GainControlDenominator -- PKEY_Photo_GainControlDenominator
- Description: Denominator of PKEY_Photo_GainControl
-
- Type: UInt32 -- VT_UI4
- FormatID: {42864DFD-9DA4-4F77-BDED-4AAD7B256735}, 100
-
-
-
-
- Name: System.Photo.GainControlNumerator -- PKEY_Photo_GainControlNumerator
- Description: Numerator of PKEY_Photo_GainControl
-
- Type: UInt32 -- VT_UI4
- FormatID: {8E8ECF7C-B7B8-4EB8-A63F-0EE715C96F9E}, 100
-
-
-
-
- Name: System.Photo.GainControlText -- PKEY_Photo_GainControlText
- Description: This is the user-friendly form of System.Photo.GainControl. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C06238B2-0BF9-4279-A723-25856715CB9D}, 100
-
-
-
-
- Name: System.Photo.ISOSpeed -- PKEY_Photo_ISOSpeed
- Description: PropertyTagExifISOSpeed
-
- Type: UInt16 -- VT_UI2
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 34855
-
-
-
-
- Name: System.Photo.LensManufacturer -- PKEY_Photo_LensManufacturer
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {E6DDCAF7-29C5-4F0A-9A68-D19412EC7090}, 100
-
-
-
-
- Name: System.Photo.LensModel -- PKEY_Photo_LensModel
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {E1277516-2B5F-4869-89B1-2E585BD38B7A}, 100
-
-
-
-
- Name: System.Photo.LightSource -- PKEY_Photo_LightSource
- Description: PropertyTagExifLightSource
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 37384
-
-
-
-
- Name: System.Photo.MakerNote -- PKEY_Photo_MakerNote
- Description:
- Type: Buffer -- VT_VECTOR | VT_UI1 (For variants: VT_ARRAY | VT_UI1)
- FormatID: {FA303353-B659-4052-85E9-BCAC79549B84}, 100
-
-
-
-
- Name: System.Photo.MakerNoteOffset -- PKEY_Photo_MakerNoteOffset
- Description:
- Type: UInt64 -- VT_UI8
- FormatID: {813F4124-34E6-4D17-AB3E-6B1F3C2247A1}, 100
-
-
-
-
- Name: System.Photo.MaxAperture -- PKEY_Photo_MaxAperture
- Description: Calculated from PKEY_Photo_MaxApertureNumerator and PKEY_Photo_MaxApertureDenominator
-
- Type: Double -- VT_R8
- FormatID: {08F6D7C2-E3F2-44FC-AF1E-5AA5C81A2D3E}, 100
-
-
-
-
- Name: System.Photo.MaxApertureDenominator -- PKEY_Photo_MaxApertureDenominator
- Description: Denominator of PKEY_Photo_MaxAperture
-
- Type: UInt32 -- VT_UI4
- FormatID: {C77724D4-601F-46C5-9B89-C53F93BCEB77}, 100
-
-
-
-
- Name: System.Photo.MaxApertureNumerator -- PKEY_Photo_MaxApertureNumerator
- Description: Numerator of PKEY_Photo_MaxAperture
-
- Type: UInt32 -- VT_UI4
- FormatID: {C107E191-A459-44C5-9AE6-B952AD4B906D}, 100
-
-
-
-
- Name: System.Photo.MeteringMode -- PKEY_Photo_MeteringMode
- Description: PropertyTagExifMeteringMode
-
- Type: UInt16 -- VT_UI2
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 37383
-
-
-
-
- Name: System.Photo.MeteringModeText -- PKEY_Photo_MeteringModeText
- Description: This is the user-friendly form of System.Photo.MeteringMode. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {F628FD8C-7BA8-465A-A65B-C5AA79263A9E}, 100
-
-
-
-
- Name: System.Photo.Orientation -- PKEY_Photo_Orientation
- Description: This is the image orientation viewed in terms of rows and columns.
-
- Type: UInt16 -- VT_UI2
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 274 (PropertyTagOrientation)
-
-
-
-
- Name: System.Photo.OrientationText -- PKEY_Photo_OrientationText
- Description: This is the user-friendly form of System.Photo.Orientation. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {A9EA193C-C511-498A-A06B-58E2776DCC28}, 100
-
-
-
-
- Name: System.Photo.PeopleNames -- PKEY_Photo_PeopleNames
- Description: The people tags on an image.
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR) Legacy code may treat this as VT_LPSTR.
- FormatID: {E8309B6E-084C-49B4-B1FC-90A80331B638}, 100
-
-
-
-
- Name: System.Photo.PhotometricInterpretation -- PKEY_Photo_PhotometricInterpretation
- Description: This is the pixel composition. In JPEG compressed data, a JPEG marker is used
- instead of this property.
-
- Type: UInt16 -- VT_UI2
- FormatID: {341796F1-1DF9-4B1C-A564-91BDEFA43877}, 100
-
-
-
-
- Name: System.Photo.PhotometricInterpretationText -- PKEY_Photo_PhotometricInterpretationText
- Description: This is the user-friendly form of System.Photo.PhotometricInterpretation. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {821437D6-9EAB-4765-A589-3B1CBBD22A61}, 100
-
-
-
-
- Name: System.Photo.ProgramMode -- PKEY_Photo_ProgramMode
- Description: This is the class of the program used by the camera to set exposure when the
- picture is taken.
-
- Type: UInt32 -- VT_UI4
- FormatID: {6D217F6D-3F6A-4825-B470-5F03CA2FBE9B}, 100
-
-
-
-
- Name: System.Photo.ProgramModeText -- PKEY_Photo_ProgramModeText
- Description: This is the user-friendly form of System.Photo.ProgramMode. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {7FE3AA27-2648-42F3-89B0-454E5CB150C3}, 100
-
-
-
-
- Name: System.Photo.RelatedSoundFile -- PKEY_Photo_RelatedSoundFile
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {318A6B45-087F-4DC2-B8CC-05359551FC9E}, 100
-
-
-
-
- Name: System.Photo.Saturation -- PKEY_Photo_Saturation
- Description: This indicates the direction of saturation processing applied by the camera when
- the image was shot.
-
- Type: UInt32 -- VT_UI4
- FormatID: {49237325-A95A-4F67-B211-816B2D45D2E0}, 100
-
-
-
-
- Name: System.Photo.SaturationText -- PKEY_Photo_SaturationText
- Description: This is the user-friendly form of System.Photo.Saturation. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {61478C08-B600-4A84-BBE4-E99C45F0A072}, 100
-
-
-
-
- Name: System.Photo.Sharpness -- PKEY_Photo_Sharpness
- Description: This indicates the direction of sharpness processing applied by the camera when
- the image was shot.
-
- Type: UInt32 -- VT_UI4
- FormatID: {FC6976DB-8349-4970-AE97-B3C5316A08F0}, 100
-
-
-
-
- Name: System.Photo.SharpnessText -- PKEY_Photo_SharpnessText
- Description: This is the user-friendly form of System.Photo.Sharpness. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {51EC3F47-DD50-421D-8769-334F50424B1E}, 100
-
-
-
-
- Name: System.Photo.ShutterSpeed -- PKEY_Photo_ShutterSpeed
- Description: PropertyTagExifShutterSpeed. Calculated from PKEY_Photo_ShutterSpeedNumerator and PKEY_Photo_ShutterSpeedDenominator
-
- Type: Double -- VT_R8
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 37377
-
-
-
-
- Name: System.Photo.ShutterSpeedDenominator -- PKEY_Photo_ShutterSpeedDenominator
- Description: Denominator of PKEY_Photo_ShutterSpeed
-
- Type: Int32 -- VT_I4
- FormatID: {E13D8975-81C7-4948-AE3F-37CAE11E8FF7}, 100
-
-
-
-
- Name: System.Photo.ShutterSpeedNumerator -- PKEY_Photo_ShutterSpeedNumerator
- Description: Numerator of PKEY_Photo_ShutterSpeed
-
- Type: Int32 -- VT_I4
- FormatID: {16EA4042-D6F4-4BCA-8349-7C78D30FB333}, 100
-
-
-
-
- Name: System.Photo.SubjectDistance -- PKEY_Photo_SubjectDistance
- Description: PropertyTagExifSubjectDist. Calculated from PKEY_Photo_SubjectDistanceNumerator and PKEY_Photo_SubjectDistanceDenominator
-
- Type: Double -- VT_R8
- FormatID: (FMTID_ImageProperties) {14B81DA1-0135-4D31-96D9-6CBFC9671A99}, 37382
-
-
-
-
- Name: System.Photo.SubjectDistanceDenominator -- PKEY_Photo_SubjectDistanceDenominator
- Description: Denominator of PKEY_Photo_SubjectDistance
-
- Type: UInt32 -- VT_UI4
- FormatID: {0C840A88-B043-466D-9766-D4B26DA3FA77}, 100
-
-
-
-
- Name: System.Photo.SubjectDistanceNumerator -- PKEY_Photo_SubjectDistanceNumerator
- Description: Numerator of PKEY_Photo_SubjectDistance
-
- Type: UInt32 -- VT_UI4
- FormatID: {8AF4961C-F526-43E5-AA81-DB768219178D}, 100
-
-
-
-
- Name: System.Photo.TagViewAggregate -- PKEY_Photo_TagViewAggregate
- Description: A read-only aggregation of tag-like properties for use in building views.
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR) Legacy code may treat this as VT_LPSTR.
- FormatID: {B812F15D-C2D8-4BBF-BACD-79744346113F}, 100
-
-
-
-
- Name: System.Photo.TranscodedForSync -- PKEY_Photo_TranscodedForSync
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {9A8EBB75-6458-4E82-BACB-35C0095B03BB}, 100
-
-
-
-
- Name: System.Photo.WhiteBalance -- PKEY_Photo_WhiteBalance
- Description: This indicates the white balance mode set when the image was shot.
-
- Type: UInt32 -- VT_UI4
- FormatID: {EE3D3D8A-5381-4CFA-B13B-AAF66B5F4EC9}, 100
-
-
-
-
- Name: System.Photo.WhiteBalanceText -- PKEY_Photo_WhiteBalanceText
- Description: This is the user-friendly form of System.Photo.WhiteBalance. Not intended to be parsed
- programmatically.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {6336B95E-C7A7-426D-86FD-7AE3D39C84B4}, 100
-
-
-
-
- PropGroup Properties
-
-
-
-
- Name: System.PropGroup.Advanced -- PKEY_PropGroup_Advanced
- Description:
- Type: Null -- VT_NULL
- FormatID: {900A403B-097B-4B95-8AE2-071FDAEEB118}, 100
-
-
-
-
- Name: System.PropGroup.Audio -- PKEY_PropGroup_Audio
- Description:
- Type: Null -- VT_NULL
- FormatID: {2804D469-788F-48AA-8570-71B9C187E138}, 100
-
-
-
-
- Name: System.PropGroup.Calendar -- PKEY_PropGroup_Calendar
- Description:
- Type: Null -- VT_NULL
- FormatID: {9973D2B5-BFD8-438A-BA94-5349B293181A}, 100
-
-
-
-
- Name: System.PropGroup.Camera -- PKEY_PropGroup_Camera
- Description:
- Type: Null -- VT_NULL
- FormatID: {DE00DE32-547E-4981-AD4B-542F2E9007D8}, 100
-
-
-
-
- Name: System.PropGroup.Contact -- PKEY_PropGroup_Contact
- Description:
- Type: Null -- VT_NULL
- FormatID: {DF975FD3-250A-4004-858F-34E29A3E37AA}, 100
-
-
-
-
- Name: System.PropGroup.Content -- PKEY_PropGroup_Content
- Description:
- Type: Null -- VT_NULL
- FormatID: {D0DAB0BA-368A-4050-A882-6C010FD19A4F}, 100
-
-
-
-
- Name: System.PropGroup.Description -- PKEY_PropGroup_Description
- Description:
- Type: Null -- VT_NULL
- FormatID: {8969B275-9475-4E00-A887-FF93B8B41E44}, 100
-
-
-
-
- Name: System.PropGroup.FileSystem -- PKEY_PropGroup_FileSystem
- Description:
- Type: Null -- VT_NULL
- FormatID: {E3A7D2C1-80FC-4B40-8F34-30EA111BDC2E}, 100
-
-
-
-
- Name: System.PropGroup.General -- PKEY_PropGroup_General
- Description:
- Type: Null -- VT_NULL
- FormatID: {CC301630-B192-4C22-B372-9F4C6D338E07}, 100
-
-
-
-
- Name: System.PropGroup.GPS -- PKEY_PropGroup_GPS
- Description:
- Type: Null -- VT_NULL
- FormatID: {F3713ADA-90E3-4E11-AAE5-FDC17685B9BE}, 100
-
-
-
-
- Name: System.PropGroup.Image -- PKEY_PropGroup_Image
- Description:
- Type: Null -- VT_NULL
- FormatID: {E3690A87-0FA8-4A2A-9A9F-FCE8827055AC}, 100
-
-
-
-
- Name: System.PropGroup.Media -- PKEY_PropGroup_Media
- Description:
- Type: Null -- VT_NULL
- FormatID: {61872CF7-6B5E-4B4B-AC2D-59DA84459248}, 100
-
-
-
-
- Name: System.PropGroup.MediaAdvanced -- PKEY_PropGroup_MediaAdvanced
- Description:
- Type: Null -- VT_NULL
- FormatID: {8859A284-DE7E-4642-99BA-D431D044B1EC}, 100
-
-
-
-
- Name: System.PropGroup.Message -- PKEY_PropGroup_Message
- Description:
- Type: Null -- VT_NULL
- FormatID: {7FD7259D-16B4-4135-9F97-7C96ECD2FA9E}, 100
-
-
-
-
- Name: System.PropGroup.Music -- PKEY_PropGroup_Music
- Description:
- Type: Null -- VT_NULL
- FormatID: {68DD6094-7216-40F1-A029-43FE7127043F}, 100
-
-
-
-
- Name: System.PropGroup.Origin -- PKEY_PropGroup_Origin
- Description:
- Type: Null -- VT_NULL
- FormatID: {2598D2FB-5569-4367-95DF-5CD3A177E1A5}, 100
-
-
-
-
- Name: System.PropGroup.PhotoAdvanced -- PKEY_PropGroup_PhotoAdvanced
- Description:
- Type: Null -- VT_NULL
- FormatID: {0CB2BF5A-9EE7-4A86-8222-F01E07FDADAF}, 100
-
-
-
-
- Name: System.PropGroup.RecordedTV -- PKEY_PropGroup_RecordedTV
- Description:
- Type: Null -- VT_NULL
- FormatID: {E7B33238-6584-4170-A5C0-AC25EFD9DA56}, 100
-
-
-
-
- Name: System.PropGroup.Video -- PKEY_PropGroup_Video
- Description:
- Type: Null -- VT_NULL
- FormatID: {BEBE0920-7671-4C54-A3EB-49FDDFC191EE}, 100
-
-
-
-
- PropList Properties
-
-
-
-
- Name: System.PropList.ConflictPrompt -- PKEY_PropList_ConflictPrompt
- Description: The list of properties to show in the file operation conflict resolution dialog. Properties with empty
- values will not be displayed. Register under the regvalue of "ConflictPrompt".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C9944A21-A406-48FE-8225-AEC7E24C211B}, 11
-
-
-
-
- Name: System.PropList.ContentViewModeForBrowse -- PKEY_PropList_ContentViewModeForBrowse
- Description: The list of properties to show in the content view mode of an item in the context of browsing.
- Register the regvalue under the name of "ContentViewModeForBrowse".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C9944A21-A406-48FE-8225-AEC7E24C211B}, 13
-
-
-
-
- Name: System.PropList.ContentViewModeForSearch -- PKEY_PropList_ContentViewModeForSearch
- Description: The list of properties to show in the content view mode of an item in the context of searching.
- Register the regvalue under the name of "ContentViewModeForSearch".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C9944A21-A406-48FE-8225-AEC7E24C211B}, 14
-
-
-
-
- Name: System.PropList.ExtendedTileInfo -- PKEY_PropList_ExtendedTileInfo
- Description: The list of properties to show in the listview on extended tiles. Register under the regvalue of
- "ExtendedTileInfo".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C9944A21-A406-48FE-8225-AEC7E24C211B}, 9
-
-
-
-
- Name: System.PropList.FileOperationPrompt -- PKEY_PropList_FileOperationPrompt
- Description: The list of properties to show in the file operation confirmation dialog. Properties with empty values
- will not be displayed. If this list is not specified, then the InfoTip property list is used instead.
- Register under the regvalue of "FileOperationPrompt".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C9944A21-A406-48FE-8225-AEC7E24C211B}, 10
-
-
-
-
- Name: System.PropList.FullDetails -- PKEY_PropList_FullDetails
- Description: The list of all the properties to show in the details page. Property groups can be included in this list
- in order to more easily organize the UI. Register under the regvalue of "FullDetails".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C9944A21-A406-48FE-8225-AEC7E24C211B}, 2
-
-
-
-
- Name: System.PropList.InfoTip -- PKEY_PropList_InfoTip
- Description: The list of properties to show in the infotip. Properties with empty values will not be displayed. Register
- under the regvalue of "InfoTip".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C9944A21-A406-48FE-8225-AEC7E24C211B}, 4 (PID_PROPLIST_INFOTIP)
-
-
-
-
- Name: System.PropList.NonPersonal -- PKEY_PropList_NonPersonal
- Description: The list of properties that are considered 'non-personal'. When told to remove all non-personal properties
- from a given file, the system will leave these particular properties untouched. Register under the regvalue
- of "NonPersonal".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {49D1091F-082E-493F-B23F-D2308AA9668C}, 100
-
-
-
-
- Name: System.PropList.PreviewDetails -- PKEY_PropList_PreviewDetails
- Description: The list of properties to display in the preview pane. Register under the regvalue of "PreviewDetails".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C9944A21-A406-48FE-8225-AEC7E24C211B}, 8
-
-
-
-
- Name: System.PropList.PreviewTitle -- PKEY_PropList_PreviewTitle
- Description: The one or two properties to display in the preview pane title section. The optional second property is
- displayed as a subtitle. Register under the regvalue of "PreviewTitle".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C9944A21-A406-48FE-8225-AEC7E24C211B}, 6
-
-
-
-
- Name: System.PropList.QuickTip -- PKEY_PropList_QuickTip
- Description: The list of properties to show in the infotip when the item is on a slow network. Properties with empty
- values will not be displayed. Register under the regvalue of "QuickTip".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C9944A21-A406-48FE-8225-AEC7E24C211B}, 5 (PID_PROPLIST_QUICKTIP)
-
-
-
-
- Name: System.PropList.TileInfo -- PKEY_PropList_TileInfo
- Description: The list of properties to show in the listview on tiles. Register under the regvalue of "TileInfo".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {C9944A21-A406-48FE-8225-AEC7E24C211B}, 3 (PID_PROPLIST_TILEINFO)
-
-
-
-
- Name: System.PropList.XPDetailsPanel -- PKEY_PropList_XPDetailsPanel
- Description: The list of properties to display in the XP webview details panel. Obsolete.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_WebView) {F2275480-F782-4291-BD94-F13693513AEC}, 0 (PID_DISPLAY_PROPERTIES)
-
-
-
-
- RecordedTV Properties
-
-
-
-
- Name: System.RecordedTV.ChannelNumber -- PKEY_RecordedTV_ChannelNumber
- Description: Example: 42
-
- Type: UInt32 -- VT_UI4
- FormatID: {6D748DE2-8D38-4CC3-AC60-F009B057C557}, 7
-
-
-
-
- Name: System.RecordedTV.Credits -- PKEY_RecordedTV_Credits
- Description: Example: "Don Messick/Frank Welker/Casey Kasem/Heather North/Nicole Jaffe;;;"
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {6D748DE2-8D38-4CC3-AC60-F009B057C557}, 4
-
-
-
-
- Name: System.RecordedTV.DateContentExpires -- PKEY_RecordedTV_DateContentExpires
- Description:
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {6D748DE2-8D38-4CC3-AC60-F009B057C557}, 15
-
-
-
-
- Name: System.RecordedTV.EpisodeName -- PKEY_RecordedTV_EpisodeName
- Description: Example: "Nowhere to Hyde"
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {6D748DE2-8D38-4CC3-AC60-F009B057C557}, 2
-
-
-
-
- Name: System.RecordedTV.IsATSCContent -- PKEY_RecordedTV_IsATSCContent
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {6D748DE2-8D38-4CC3-AC60-F009B057C557}, 16
-
-
-
-
- Name: System.RecordedTV.IsClosedCaptioningAvailable -- PKEY_RecordedTV_IsClosedCaptioningAvailable
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {6D748DE2-8D38-4CC3-AC60-F009B057C557}, 12
-
-
-
-
- Name: System.RecordedTV.IsDTVContent -- PKEY_RecordedTV_IsDTVContent
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {6D748DE2-8D38-4CC3-AC60-F009B057C557}, 17
-
-
-
-
- Name: System.RecordedTV.IsHDContent -- PKEY_RecordedTV_IsHDContent
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {6D748DE2-8D38-4CC3-AC60-F009B057C557}, 18
-
-
-
-
- Name: System.RecordedTV.IsRepeatBroadcast -- PKEY_RecordedTV_IsRepeatBroadcast
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {6D748DE2-8D38-4CC3-AC60-F009B057C557}, 13
-
-
-
-
- Name: System.RecordedTV.IsSAP -- PKEY_RecordedTV_IsSAP
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {6D748DE2-8D38-4CC3-AC60-F009B057C557}, 14
-
-
-
-
- Name: System.RecordedTV.NetworkAffiliation -- PKEY_RecordedTV_NetworkAffiliation
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {2C53C813-FB63-4E22-A1AB-0B331CA1E273}, 100
-
-
-
-
- Name: System.RecordedTV.OriginalBroadcastDate -- PKEY_RecordedTV_OriginalBroadcastDate
- Description:
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {4684FE97-8765-4842-9C13-F006447B178C}, 100
-
-
-
-
- Name: System.RecordedTV.ProgramDescription -- PKEY_RecordedTV_ProgramDescription
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {6D748DE2-8D38-4CC3-AC60-F009B057C557}, 3
-
-
-
-
- Name: System.RecordedTV.RecordingTime -- PKEY_RecordedTV_RecordingTime
- Description:
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {A5477F61-7A82-4ECA-9DDE-98B69B2479B3}, 100
-
-
-
-
- Name: System.RecordedTV.StationCallSign -- PKEY_RecordedTV_StationCallSign
- Description: Example: "TOONP"
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {6D748DE2-8D38-4CC3-AC60-F009B057C557}, 5
-
-
-
-
- Name: System.RecordedTV.StationName -- PKEY_RecordedTV_StationName
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {1B5439E7-EBA1-4AF8-BDD7-7AF1D4549493}, 100
-
-
-
-
- Search Properties
-
-
-
-
- Name: System.Search.AutoSummary -- PKEY_Search_AutoSummary
- Description: General Summary of the document.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {560C36C0-503A-11CF-BAA1-00004C752A9A}, 2
-
-
-
-
- Name: System.Search.ContainerHash -- PKEY_Search_ContainerHash
- Description: Hash code used to identify attachments to be deleted based on a common container url
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {BCEEE283-35DF-4D53-826A-F36A3EEFC6BE}, 100
-
-
-
-
- Name: System.Search.Contents -- PKEY_Search_Contents
- Description: The contents of the item. This property is for query restrictions only; it cannot be retrieved in a
- query result. The Indexing Service friendly name is 'contents'.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_Storage) {B725F130-47EF-101A-A5F1-02608C9EEBAC}, 19 (PID_STG_CONTENTS)
-
-
-
-
- Name: System.Search.EntryID -- PKEY_Search_EntryID
- Description: The entry ID for an item within a given catalog in the Windows Search Index.
- This value may be recycled, and therefore is not considered unique over time.
-
- Type: Int32 -- VT_I4
- FormatID: (FMTID_Query) {49691C90-7E17-101A-A91C-08002B2ECDA9}, 5 (PROPID_QUERY_WORKID)
-
-
-
-
- Name: System.Search.ExtendedProperties -- PKEY_Search_ExtendedProperties
- Description:
- Type: Blob -- VT_BLOB
- FormatID: {7B03B546-FA4F-4A52-A2FE-03D5311E5865}, 100
-
-
-
-
- Name: System.Search.GatherTime -- PKEY_Search_GatherTime
- Description: The Datetime that the Windows Search Gatherer process last pushed properties of this document to the Windows Search Gatherer Plugins.
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {0B63E350-9CCC-11D0-BCDB-00805FCCCE04}, 8
-
-
-
-
- Name: System.Search.HitCount -- PKEY_Search_HitCount
- Description: When using CONTAINS over the Windows Search Index, this is the number of matches of the term.
- If there are multiple CONTAINS, an AND computes the min number of hits and an OR the max number of hits.
-
- Type: Int32 -- VT_I4
- FormatID: (FMTID_Query) {49691C90-7E17-101A-A91C-08002B2ECDA9}, 4 (PROPID_QUERY_HITCOUNT)
-
-
-
-
- Name: System.Search.IsClosedDirectory -- PKEY_Search_IsClosedDirectory
- Description: If this property is emitted with a value of TRUE, then it indicates that this URL's last modified time applies to all of it's children, and if this URL is deleted then all of it's children are deleted as well. For example, this would be emitted as TRUE when emitting the URL of an email so that all attachments are tied to the last modified time of that email.
-
- Type: Boolean -- VT_BOOL
- FormatID: {0B63E343-9CCC-11D0-BCDB-00805FCCCE04}, 23
-
-
-
-
- Name: System.Search.IsFullyContained -- PKEY_Search_IsFullyContained
- Description: Any child URL of a URL which has System.Search.IsClosedDirectory=TRUE must emit System.Search.IsFullyContained=TRUE. This ensures that the URL is not deleted at the end of a crawl because it hasn't been visited (which is the normal mechanism for detecting deletes). For example an email attachment would emit this property
-
- Type: Boolean -- VT_BOOL
- FormatID: {0B63E343-9CCC-11D0-BCDB-00805FCCCE04}, 24
-
-
-
-
- Name: System.Search.QueryFocusedSummary -- PKEY_Search_QueryFocusedSummary
- Description: Query Focused Summary of the document.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {560C36C0-503A-11CF-BAA1-00004C752A9A}, 3
-
-
-
-
- Name: System.Search.QueryFocusedSummaryWithFallback -- PKEY_Search_QueryFocusedSummaryWithFallback
- Description: Query Focused Summary of the document, if none is available it returns the AutoSummary.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {560C36C0-503A-11CF-BAA1-00004C752A9A}, 4
-
-
-
-
- Name: System.Search.Rank -- PKEY_Search_Rank
- Description: Relevance rank of row. Ranges from 0-1000. Larger numbers = better matches. Query-time only.
-
- Type: Int32 -- VT_I4
- FormatID: (FMTID_Query) {49691C90-7E17-101A-A91C-08002B2ECDA9}, 3 (PROPID_QUERY_RANK)
-
-
-
-
- Name: System.Search.Store -- PKEY_Search_Store
- Description: The identifier for the protocol handler that produced this item. (E.g. MAPI, CSC, FILE etc.)
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {A06992B3-8CAF-4ED7-A547-B259E32AC9FC}, 100
-
-
-
-
- Name: System.Search.UrlToIndex -- PKEY_Search_UrlToIndex
- Description: This property should be emitted by a container IFilter for each child URL within the container. The children will eventually be crawled by the indexer if they are within scope.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {0B63E343-9CCC-11D0-BCDB-00805FCCCE04}, 2
-
-
-
-
- Name: System.Search.UrlToIndexWithModificationTime -- PKEY_Search_UrlToIndexWithModificationTime
- Description: This property is the same as System.Search.UrlToIndex except that it includes the time the URL was last modified. This is an optimization for the indexer as it doesn't have to call back into the protocol handler to ask for this information to determine if the content needs to be indexed again. The property is a vector with two elements, a VT_LPWSTR with the URL and a VT_FILETIME for the last modified time.
-
- Type: Multivalue Any -- VT_VECTOR | VT_NULL (For variants: VT_ARRAY | VT_NULL)
- FormatID: {0B63E343-9CCC-11D0-BCDB-00805FCCCE04}, 12
-
-
-
-
- Shell Properties
-
-
-
-
- Name: System.Shell.OmitFromView -- PKEY_Shell_OmitFromView
- Description: Set this to a string value of 'True' to omit this item from shell views
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {DE35258C-C695-4CBC-B982-38B0AD24CED0}, 2
-
-
-
-
- Name: System.Shell.SFGAOFlagsStrings -- PKEY_Shell_SFGAOFlagsStrings
- Description: Expresses the SFGAO flags as string values and is used as a query optimization.
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: {D6942081-D53B-443D-AD47-5E059D9CD27A}, 2
-
-
-
-
- Software Properties
-
-
-
-
- Name: System.Software.DateLastUsed -- PKEY_Software_DateLastUsed
- Description:
-
- Type: DateTime -- VT_FILETIME (For variants: VT_DATE)
- FormatID: {841E4F90-FF59-4D16-8947-E81BBFFAB36D}, 16
-
-
-
-
- Name: System.Software.ProductName -- PKEY_Software_ProductName
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (PSFMTID_VERSION) {0CEF7D53-FA64-11D1-A203-0000F81FEDEE}, 7
-
-
-
-
- Sync Properties
-
-
-
-
- Name: System.Sync.Comments -- PKEY_Sync_Comments
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {7BD5533E-AF15-44DB-B8C8-BD6624E1D032}, 13
-
-
-
-
- Name: System.Sync.ConflictDescription -- PKEY_Sync_ConflictDescription
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {CE50C159-2FB8-41FD-BE68-D3E042E274BC}, 4
-
-
-
-
- Name: System.Sync.ConflictFirstLocation -- PKEY_Sync_ConflictFirstLocation
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {CE50C159-2FB8-41FD-BE68-D3E042E274BC}, 6
-
-
-
-
- Name: System.Sync.ConflictSecondLocation -- PKEY_Sync_ConflictSecondLocation
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {CE50C159-2FB8-41FD-BE68-D3E042E274BC}, 7
-
-
-
-
- Name: System.Sync.HandlerCollectionID -- PKEY_Sync_HandlerCollectionID
- Description:
- Type: Guid -- VT_CLSID
- FormatID: {7BD5533E-AF15-44DB-B8C8-BD6624E1D032}, 2
-
-
-
-
- Name: System.Sync.HandlerID -- PKEY_Sync_HandlerID
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {7BD5533E-AF15-44DB-B8C8-BD6624E1D032}, 3
-
-
-
-
- Name: System.Sync.HandlerName -- PKEY_Sync_HandlerName
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {CE50C159-2FB8-41FD-BE68-D3E042E274BC}, 2
-
-
-
-
- Name: System.Sync.HandlerType -- PKEY_Sync_HandlerType
- Description:
-
- Type: UInt32 -- VT_UI4
- FormatID: {7BD5533E-AF15-44DB-B8C8-BD6624E1D032}, 8
-
-
-
-
- Name: System.Sync.HandlerTypeLabel -- PKEY_Sync_HandlerTypeLabel
- Description:
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {7BD5533E-AF15-44DB-B8C8-BD6624E1D032}, 9
-
-
-
-
- Name: System.Sync.ItemID -- PKEY_Sync_ItemID
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {7BD5533E-AF15-44DB-B8C8-BD6624E1D032}, 6
-
-
-
-
- Name: System.Sync.ItemName -- PKEY_Sync_ItemName
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {CE50C159-2FB8-41FD-BE68-D3E042E274BC}, 3
-
-
-
-
- Name: System.Sync.ProgressPercentage -- PKEY_Sync_ProgressPercentage
- Description: An integer value between 0 and 100 representing the percentage completed.
-
- Type: UInt32 -- VT_UI4
- FormatID: {7BD5533E-AF15-44DB-B8C8-BD6624E1D032}, 23
-
-
-
-
- Name: System.Sync.State -- PKEY_Sync_State
- Description: Sync state.
-
- Type: UInt32 -- VT_UI4
- FormatID: {7BD5533E-AF15-44DB-B8C8-BD6624E1D032}, 24
-
-
-
-
- Name: System.Sync.Status -- PKEY_Sync_Status
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {7BD5533E-AF15-44DB-B8C8-BD6624E1D032}, 10
-
-
-
-
- Task Properties
-
-
-
-
- Name: System.Task.BillingInformation -- PKEY_Task_BillingInformation
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {D37D52C6-261C-4303-82B3-08B926AC6F12}, 100
-
-
-
-
- Name: System.Task.CompletionStatus -- PKEY_Task_CompletionStatus
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {084D8A0A-E6D5-40DE-BF1F-C8820E7C877C}, 100
-
-
-
-
- Name: System.Task.Owner -- PKEY_Task_Owner
- Description:
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: {08C7CC5F-60F2-4494-AD75-55E3E0B5ADD0}, 100
-
-
-
-
- Video Properties
-
-
-
-
- Name: System.Video.Compression -- PKEY_Video_Compression
- Description: Indicates the level of compression for the video stream. "Compression".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_VideoSummaryInformation) {64440491-4C8B-11D1-8B70-080036B11A03}, 10 (PIDVSI_COMPRESSION)
-
-
-
-
- Name: System.Video.Director -- PKEY_Video_Director
- Description:
-
- Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)
- FormatID: (PSGUID_MEDIAFILESUMMARYINFORMATION) {64440492-4C8B-11D1-8B70-080036B11A03}, 20 (PIDMSI_DIRECTOR)
-
-
-
-
- Name: System.Video.EncodingBitrate -- PKEY_Video_EncodingBitrate
- Description: Indicates the data rate in "bits per second" for the video stream. "DataRate".
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_VideoSummaryInformation) {64440491-4C8B-11D1-8B70-080036B11A03}, 8 (PIDVSI_DATA_RATE)
-
-
-
-
- Name: System.Video.FourCC -- PKEY_Video_FourCC
- Description: Indicates the 4CC for the video stream.
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_VideoSummaryInformation) {64440491-4C8B-11D1-8B70-080036B11A03}, 44
-
-
-
-
- Name: System.Video.FrameHeight -- PKEY_Video_FrameHeight
- Description: Indicates the frame height for the video stream.
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_VideoSummaryInformation) {64440491-4C8B-11D1-8B70-080036B11A03}, 4
-
-
-
-
- Name: System.Video.FrameRate -- PKEY_Video_FrameRate
- Description: Indicates the frame rate in "frames per millisecond" for the video stream. "FrameRate".
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_VideoSummaryInformation) {64440491-4C8B-11D1-8B70-080036B11A03}, 6 (PIDVSI_FRAME_RATE)
-
-
-
-
- Name: System.Video.FrameWidth -- PKEY_Video_FrameWidth
- Description: Indicates the frame width for the video stream.
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_VideoSummaryInformation) {64440491-4C8B-11D1-8B70-080036B11A03}, 3
-
-
-
-
- Name: System.Video.HorizontalAspectRatio -- PKEY_Video_HorizontalAspectRatio
- Description: Indicates the horizontal portion of the aspect ratio. The X portion of XX:YY,
- like 16:9.
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_VideoSummaryInformation) {64440491-4C8B-11D1-8B70-080036B11A03}, 42
-
-
-
-
- Name: System.Video.SampleSize -- PKEY_Video_SampleSize
- Description: Indicates the sample size in bits for the video stream. "SampleSize".
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_VideoSummaryInformation) {64440491-4C8B-11D1-8B70-080036B11A03}, 9 (PIDVSI_SAMPLE_SIZE)
-
-
-
-
- Name: System.Video.StreamName -- PKEY_Video_StreamName
- Description: Indicates the name for the video stream. "StreamName".
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_VideoSummaryInformation) {64440491-4C8B-11D1-8B70-080036B11A03}, 2 (PIDVSI_STREAM_NAME)
-
-
-
-
- Name: System.Video.StreamNumber -- PKEY_Video_StreamNumber
- Description: "Stream Number".
-
- Type: UInt16 -- VT_UI2
- FormatID: (FMTID_VideoSummaryInformation) {64440491-4C8B-11D1-8B70-080036B11A03}, 11 (PIDVSI_STREAM_NUMBER)
-
-
-
-
- Name: System.Video.TotalBitrate -- PKEY_Video_TotalBitrate
- Description: Indicates the total data rate in "bits per second" for all video and audio streams.
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_VideoSummaryInformation) {64440491-4C8B-11D1-8B70-080036B11A03}, 43 (PIDVSI_TOTAL_BITRATE)
-
-
-
-
- Name: System.Video.TranscodedForSync -- PKEY_Video_TranscodedForSync
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: (FMTID_VideoSummaryInformation) {64440491-4C8B-11D1-8B70-080036B11A03}, 46
-
-
-
-
- Name: System.Video.VerticalAspectRatio -- PKEY_Video_VerticalAspectRatio
- Description: Indicates the vertical portion of the aspect ratio. The Y portion of
- XX:YY, like 16:9.
-
- Type: UInt32 -- VT_UI4
- FormatID: (FMTID_VideoSummaryInformation) {64440491-4C8B-11D1-8B70-080036B11A03}, 45
-
-
-
-
- Volume Properties
-
-
-
-
- Name: System.Volume.FileSystem -- PKEY_Volume_FileSystem
- Description: Indicates the filesystem of the volume.
-
- Type: String -- VT_LPWSTR (For variants: VT_BSTR)
- FormatID: (FMTID_Volume) {9B174B35-40FF-11D2-A27E-00C04FC30871}, 4 (PID_VOLUME_FILESYSTEM) (Filesystem Volume Properties)
-
-
-
-
- Name: System.Volume.IsMappedDrive -- PKEY_Volume_IsMappedDrive
- Description:
- Type: Boolean -- VT_BOOL
- FormatID: {149C0B69-2C2D-48FC-808F-D318D78C4636}, 2
-
-
-
-
- Name: System.Volume.IsRoot -- PKEY_Volume_IsRoot
- Description:
-
- Type: Boolean -- VT_BOOL
- FormatID: (FMTID_Volume) {9B174B35-40FF-11D2-A27E-00C04FC30871}, 10 (Filesystem Volume Properties)
-
-
-
-
- Helper class to modify properties for a given window
-
-
-
-
- Sets a shell property for a given window
-
- The property to set
- Handle to the window that the property will be set on
- The value to set for the property
-
-
-
- Sets a shell property for a given window
-
- The property to set
- Window that the property will be set on
- The value to set for the property
-
-
-
- A strongly-typed resource class, for looking up localized strings, etc.
-
-
-
-
- Returns the cached ResourceManager instance used by this class.
-
-
-
-
- Overrides the current thread's CurrentUICulture property for all
- resource lookups using this strongly typed resource class.
-
-
-
-
- Looks up a localized string similar to AddToMostRecentlyUsedList cannot be changed while dialog is showing..
-
-
-
-
- Looks up a localized string similar to AlwaysAppendDefaultExtension cannot be changed while dialog is showing..
-
-
-
-
- Looks up a localized string similar to Index was outside the bounds of the CommonFileDialogComboBox..
-
-
-
-
- Looks up a localized string similar to File name not available - dialog was canceled..
-
-
-
-
- Looks up a localized string similar to Shell item could not be created..
-
-
-
-
- Looks up a localized string similar to Handle provided cannot be IntPtr.Zero..
-
-
-
-
- Looks up a localized string similar to Multiple files selected - the FileNames property should be used instead..
-
-
-
-
- Looks up a localized string similar to Multiple files selected - the Items property should be used instead..
-
-
-
-
- Looks up a localized string similar to File name not available - dialog has not closed yet..
-
-
-
-
- Looks up a localized string similar to Common File Dialog requires Windows Vista or later..
-
-
-
-
- Looks up a localized string similar to Office Files.
-
-
-
-
- Looks up a localized string similar to All Picture Files.
-
-
-
-
- Looks up a localized string similar to Text Files.
-
-
-
-
- Looks up a localized string similar to CreatePrompt cannot be changed while dialog is showing..
-
-
-
-
- Looks up a localized string similar to Custom controls cannot be removed from a File dialog once added..
-
-
-
-
- Looks up a localized string similar to Control name cannot be null or zero length..
-
-
-
-
- Looks up a localized string similar to CommonFileDialogMenuItem controls can only be added to CommonFileDialogMenu controls..
-
-
-
-
- Looks up a localized string similar to Modifying controls collection while dialog is showing is not supported..
-
-
-
-
- Looks up a localized string similar to Dialog cannot have more than one control with the same name..
-
-
-
-
- Looks up a localized string similar to Dialog control must be removed from current collections first..
-
-
-
-
- Looks up a localized string similar to EnsureFileExists cannot be changed while dialog is showing..
-
-
-
-
- Looks up a localized string similar to EnsurePathExists cannot be changed while dialog is showing..
-
-
-
-
- Looks up a localized string similar to EnsureReadOnly cannot be changed while dialog is showing..
-
-
-
-
- Looks up a localized string similar to EnsureValidNames cannot be changed while dialog is showing..
-
-
-
-
- Looks up a localized string similar to Browsing to object failed..
-
-
-
-
- Looks up a localized string similar to ExplorerBrowser failed to get current view..
-
-
-
-
- Looks up a localized string similar to Unable to get icon size..
-
-
-
-
- Looks up a localized string similar to Unexpected error retrieving item count..
-
-
-
-
- Looks up a localized string similar to Unexpected error retrieving selected item count..
-
-
-
-
- Looks up a localized string similar to Unexpected error retrieving selection..
-
-
-
-
- Looks up a localized string similar to Unexpected error retrieving view items..
-
-
-
-
- Looks up a localized string similar to The given path does not exist ({0}).
-
-
-
-
- Looks up a localized string similar to Guid does not identify a known folder..
-
-
-
-
- Looks up a localized string similar to ControlPanel Category.
-
-
-
-
- Looks up a localized string similar to ControlPanel Classic.
-
-
-
-
- Looks up a localized string similar to Communications.
-
-
-
-
- Looks up a localized string similar to Compressed Folder.
-
-
-
-
- Looks up a localized string similar to Contacts.
-
-
-
-
- Looks up a localized string similar to Documents.
-
-
-
-
- Looks up a localized string similar to Games.
-
-
-
-
- Looks up a localized string similar to Generic Library.
-
-
-
-
- Looks up a localized string similar to Invalid.
-
-
-
-
- Looks up a localized string similar to Library.
-
-
-
-
- Looks up a localized string similar to Music.
-
-
-
-
- Looks up a localized string similar to Music Icons.
-
-
-
-
- Looks up a localized string similar to Network Explorer.
-
-
-
-
- Looks up a localized string similar to Not Specified.
-
-
-
-
- Looks up a localized string similar to Open Search.
-
-
-
-
- Looks up a localized string similar to Other Users.
-
-
-
-
- Looks up a localized string similar to Pictures.
-
-
-
-
- Looks up a localized string similar to Printers.
-
-
-
-
- Looks up a localized string similar to RecordedTV.
-
-
-
-
- Looks up a localized string similar to RecycleBin.
-
-
-
-
- Looks up a localized string similar to Saved Games.
-
-
-
-
- Looks up a localized string similar to Search Connector.
-
-
-
-
- Looks up a localized string similar to Searches.
-
-
-
-
- Looks up a localized string similar to Generic SearchResults.
-
-
-
-
- Looks up a localized string similar to Software Explorer.
-
-
-
-
- Looks up a localized string similar to User Files.
-
-
-
-
- Looks up a localized string similar to Users Libraries.
-
-
-
-
- Looks up a localized string similar to Videos.
-
-
-
-
- Looks up a localized string similar to IsExpandedMode cannot be changed while dialog is showing..
-
-
-
-
- Looks up a localized string similar to Custom categories cannot be added while recent documents tracking is turned off..
-
-
-
-
- Looks up a localized string similar to The file type is not registered with this application..
-
-
-
-
- Looks up a localized string similar to JumpListLink's path is required and cannot be null..
-
-
-
-
- Looks up a localized string similar to JumpListLink's title is required and cannot be null..
-
-
-
-
- Looks up a localized string similar to Negative numbers are not allowed for the ordinal position..
-
-
-
-
- Looks up a localized string similar to Given Known Folder ID is invalid..
-
-
-
-
- Looks up a localized string similar to Parsing name is invalid..
-
-
-
-
- Looks up a localized string similar to Creation of window has failed, view inner exception for details..
-
-
-
-
- Looks up a localized string similar to Window class could not be registered, check inner exception for more details..
-
-
-
-
- Looks up a localized string similar to Message filter registration failed..
-
-
-
-
- Looks up a localized string similar to No listener handled of that value is registered..
-
-
-
-
- Looks up a localized string similar to Cannot create window on the listener thread because there is no existing window on the listener thread..
-
-
-
-
- Looks up a localized string similar to NavigateToShortcut cannot be changed while dialog is showing..
-
-
-
-
- Looks up a localized string similar to Parent cannot be null..
-
-
-
-
- Looks up a localized string similar to The method or operation is not implemented..
-
-
-
-
- Looks up a localized string similar to OverwritePrompt cannot be changed while dialog is showing..
-
-
-
-
- Looks up a localized string similar to This CanonicalName is not a valid index..
-
-
-
-
- Looks up a localized string similar to This PropertyKey is not a valid index..
-
-
-
-
- Looks up a localized string similar to Argument CanonicalName cannot be null or empty..
-
-
-
-
- Looks up a localized string similar to Index was outside the bounds of the CommonFileDialogRadioButtonList..
-
-
-
-
- Looks up a localized string similar to RestoreDirectory cannot be changed while dialog is showing..
-
-
-
-
- Looks up a localized string similar to Retrieved a null shell item from dialog..
-
-
-
-
- Looks up a localized string similar to Given property key is invalid..
-
-
-
-
- Looks up a localized string similar to Shell Exception has occurred, look at inner exception for information..
-
-
-
-
- Looks up a localized string similar to GetParsingName has failed..
-
-
-
-
- Looks up a localized string similar to The given CanonicalName is not valid..
-
-
-
-
- Looks up a localized string similar to DefaultSaveFolder path not found..
-
-
-
-
- Looks up a localized string similar to LibraryName cannot be empty..
-
-
-
-
- Looks up a localized string similar to Folder path not found..
-
-
-
-
- Looks up a localized string similar to Invalid FolderType Guid..
-
-
-
-
- Looks up a localized string similar to The given known folder is not a valid library..
-
-
-
-
- Looks up a localized string similar to Can't get the display name..
-
-
-
-
- Looks up a localized string similar to Destination array too small, or invalid arrayIndex..
-
-
-
-
- Looks up a localized string similar to Must have at least one shell object in the collection..
-
-
-
-
- Looks up a localized string similar to Cannot insert items into a read only list..
-
-
-
-
- Looks up a localized string similar to Cannot remove items from a read only list..
-
-
-
-
- Looks up a localized string similar to Shell item could not be created..
-
-
-
-
- Looks up a localized string similar to Shell Object creation requires Windows Vista or higher operating system..
-
-
-
-
- Looks up a localized string similar to Unable to Create Shell Item..
-
-
-
-
- Looks up a localized string similar to Registration for change notification has failed..
-
-
-
-
- Looks up a localized string similar to Unable to change watched events while listening..
-
-
-
-
- Looks up a localized string similar to The value on this property cannot be set. To set the property value, use the ShellObject that is associated with this property..
-
-
-
-
- Looks up a localized string similar to No constructor found matching requested argument types..
-
-
-
-
- Looks up a localized string similar to Unable to set property..
-
-
-
-
- Looks up a localized string similar to Unable to get writable property store for this property..
-
-
-
-
- Looks up a localized string similar to A value had to be truncated in a string or rounded if a numeric value. Set AllowTruncatedValue to true to prevent this exception..
-
-
-
-
- Looks up a localized string similar to This Property is available on Windows 7 only..
-
-
-
-
- Looks up a localized string similar to This property only accepts a value of type \"{0}\"..
-
-
-
-
- Looks up a localized string similar to Unable to set list of sort columns..
-
-
-
-
- Looks up a localized string similar to Unable to set visible columns..
-
-
-
-
- Looks up a localized string similar to CurrentSize (width or height) cannot be greater than the maximum size: {0}..
-
-
-
-
- Looks up a localized string similar to The current ShellObject does not have a thumbnail. Try using ShellThumbnailFormatOption.Default to get the icon for this item..
-
-
-
-
- Looks up a localized string similar to The current ShellObject does not have a valid thumbnail handler or there was a problem in extracting the thumbnail for this specific shell object..
-
-
-
-
- Looks up a localized string similar to CurrentSize (width or height) cannot be 0..
-
-
-
-
- Looks up a localized string similar to ShowHiddenItems cannot be changed while dialog is showing..
-
-
-
-
- Looks up a localized string similar to Show places list cannot be changed while dialog is showing..
-
-
-
-
- Looks up a localized string similar to The Stock Icon identifier given is invalid ({0})..
-
-
-
-
- Looks up a localized string similar to Child control's window handle cannot be zero..
-
-
-
-
- Looks up a localized string similar to Parent window handle cannot be zero..
-
-
-
-
- Looks up a localized string similar to TabbedThumbnailProxyWindow has not been set..
-
-
-
-
- Looks up a localized string similar to A valid active Window is needed to update the Taskbar..
-
-
-
-
- Looks up a localized string similar to The array of buttons must contain at least 1 item..
-
-
-
-
- Looks up a localized string similar to Tool bar buttons for this window are already added. Please refer to the Remarks section of the AddButtons method for more information on updating the properties or hiding existing buttons..
-
-
-
-
- Looks up a localized string similar to Value is already set. It cannot be set more than once..
-
-
-
-
- Looks up a localized string similar to The given control has not been added to the taskbar..
-
-
-
-
- Looks up a localized string similar to Window handle is invalid..
-
-
-
-
- Looks up a localized string similar to This preview has already been added..
-
-
-
-
- Looks up a localized string similar to The given preview has not been added to the taskbar..
-
-
-
-
- Looks up a localized string similar to Maximum number of buttons allowed is 7..
-
-
-
-
- Looks up a localized string similar to Null or empty arrays are not allowed..
-
-
-
-
- Encapsulates the data about a window message
-
-
-
-
- Received windows message.
-
-
-
-
- The result of registering with the MessageListenerFilter
-
-
-
-
- Gets the window handle to which the callback was registered.
-
-
-
-
- Gets the message for which the callback was registered.
-
-
-
-
- Base class for the Event Args for change notifications raised by .
-
-
-
-
- The type of the change that happened to the ShellObject
-
-
-
-
- True if the event was raised as a result of a system interrupt.
-
-
-
-
- The data that describes a ShellObject event with a single path parameter
-
-
-
-
- The path of the shell object
-
-
-
-
- The data that describes a ShellObject renamed event
-
-
-
-
- The new path of the shell object
-
-
-
-
- The data that describes a SystemImageUpdated event.
-
-
-
-
- Gets the index of the system image that has been updated.
-
-
-
-
- Listens for changes in/on a ShellObject and raises events when they occur.
- This class supports all items under the shell namespace including
- files, folders and virtual folders (libraries, search results and network items), etc.
-
-
-
-
- Creates the ShellObjectWatcher for the given ShellObject
-
- The ShellObject to monitor
- Whether to listen for changes recursively (for when monitoring a container)
-
-
-
- Start the watcher and begin receiving change notifications.
-
- If the watcher is running, has no effect.
- Registration for notifications should be done before this is called.
-
-
-
-
-
- Stop the watcher and prevent further notifications from being received.
- If the watcher is not running, this has no effect.
-
-
-
-
- Processes all change notifications sent by the Windows Shell.
-
- The windows message representing the notification event
-
-
-
- Disposes ShellObjectWatcher
-
-
-
-
-
- Disposes ShellObjectWatcher.
-
-
-
-
- Finalizer for ShellObjectWatcher
-
-
-
-
- Gets whether the watcher is currently running.
-
-
-
-
- Raised when any event occurs.
-
-
-
-
- Raised when global events occur.
-
-
-
-
- Raised when disk events occur.
-
-
-
-
- Raised when an item is renamed.
-
-
-
-
- Raised when an item is created.
-
-
-
-
- Raised when an item is deleted.
-
-
-
-
- Raised when an item is updated.
-
-
-
-
- Raised when a directory is updated.
-
-
-
-
- Raised when a directory is renamed.
-
-
-
-
- Raised when a directory is created.
-
-
-
-
- Raised when a directory is deleted.
-
-
-
-
- Raised when media is inserted.
-
-
-
-
- Raised when media is removed.
-
-
-
-
- Raised when a drive is added.
-
-
-
-
- Raised when a drive is removed.
-
-
-
-
- Raised when a folder is shared on a network.
-
-
-
-
- Raised when a folder is unshared from the network.
-
-
-
-
- Raised when a server is disconnected.
-
-
-
-
- Raised when a system image is changed.
-
-
-
-
- Raised when free space changes.
-
-
-
-
- Raised when a file type association changes.
-
-
-
-
- Describes the event that has occurred.
- Typically, only one event is specified at a time.
- If more than one event is specified,
- the values contained in the dwItem1 and dwItem2 parameters must be the same,
- respectively, for all specified events.
- This parameter can be one or more of the following values:
-
-
-
-
- None
-
-
-
-
- The name of a nonfolder item has changed.
- SHCNF_IDLIST or SHCNF_PATH must be specified in uFlags.
- dwItem1 contains the previous PIDL or name of the item.
- dwItem2 contains the new PIDL or name of the item.
-
-
-
-
- A nonfolder item has been created. SHCNF_IDLIST or SHCNF_PATH must be specified in uFlags.
- dwItem1 contains the item that was created.
- dwItem2 is not used and should be NULL.
-
-
-
-
- A nonfolder item has been deleted. SHCNF_IDLIST or SHCNF_PATH must be specified in uFlags.
- dwItem1 contains the item that was deleted.
- dwItem2 is not used and should be NULL.
-
-
-
-
- A folder has been created. SHCNF_IDLIST or SHCNF_PATH must be specified in uFlags.
- dwItem1 contains the folder that was created.
- dwItem2 is not used and should be NULL.
-
-
-
-
- A folder has been removed. SHCNF_IDLIST or SHCNF_PATH must be specified in uFlags.
- dwItem1 contains the folder that was removed.
- dwItem2 is not used and should be NULL.
-
-
-
-
- Storage media has been inserted into a drive. SHCNF_IDLIST or SHCNF_PATH must be specified in uFlags.
- dwItem1 contains the root of the drive that contains the new media.
- dwItem2 is not used and should be NULL.
-
-
-
-
- Storage media has been removed from a drive. SHCNF_IDLIST or SHCNF_PATH must be specified in uFlags.
- dwItem1 contains the root of the drive from which the media was removed.
- dwItem2 is not used and should be NULL.
-
-
-
-
- A drive has been removed. SHCNF_IDLIST or SHCNF_PATH must be specified in uFlags.
- dwItem1 contains the root of the drive that was removed.
- dwItem2 is not used and should be NULL.
-
-
-
-
- A drive has been added. SHCNF_IDLIST or SHCNF_PATH must be specified in uFlags.
- dwItem1 contains the root of the drive that was added.
- dwItem2 is not used and should be NULL.
-
-
-
-
- A folder on the local computer is being shared via the network.
- SHCNF_IDLIST or SHCNF_PATH must be specified in uFlags.
- dwItem1 contains the folder that is being shared.
- dwItem2 is not used and should be NULL.
-
-
-
-
- A folder on the local computer is no longer being shared via the network.
- SHCNF_IDLIST or SHCNF_PATH must be specified in uFlags.
- dwItem1 contains the folder that is no longer being shared.
- dwItem2 is not used and should be NULL.
-
-
-
-
- The attributes of an item or folder have changed.
- SHCNF_IDLIST or SHCNF_PATH must be specified in uFlags.
- dwItem1 contains the item or folder that has changed.
- dwItem2 is not used and should be NULL.
-
-
-
-
- The contents of an existing folder have changed, but the folder still exists and has not been renamed.
- SHCNF_IDLIST or SHCNF_PATH must be specified in uFlags.
- dwItem1 contains the folder that has changed.
- dwItem2 is not used and should be NULL.
- If a folder has been created, deleted, or renamed, use SHCNE_MKDIR, SHCNE_RMDIR, or SHCNE_RENAMEFOLDER, respectively.
-
-
-
-
- An existing item (a folder or a nonfolder) has changed, but the item still exists and has not been renamed.
- SHCNF_IDLIST or SHCNF_PATH must be specified in uFlags.
- dwItem1 contains the item that has changed.
- dwItem2 is not used and should be NULL.
- If a nonfolder item has been created, deleted, or renamed,
- use SHCNE_CREATE, SHCNE_DELETE, or SHCNE_RENAMEITEM, respectively, instead.
-
-
-
-
- The computer has disconnected from a server.
- SHCNF_IDLIST or SHCNF_PATH must be specified in uFlags.
- dwItem1 contains the server from which the computer was disconnected.
- dwItem2 is not used and should be NULL.
-
-
-
-
- An image in the system image list has changed.
- SHCNF_DWORD must be specified in uFlags.
- dwItem1 is not used and should be NULL.
- dwItem2 contains the index in the system image list that has changed.
- //verify this is not opposite?
-
-
-
- The name of a folder has changed. SHCNF_IDLIST or SHCNF_PATH must be specified in uFlags.
- dwItem1 contains the previous PIDL or name of the folder.
- dwItem2 contains the new PIDL or name of the folder.
-
-
-
-
- The amount of free space on a drive has changed.
- SHCNF_IDLIST or SHCNF_PATH must be specified in uFlags.
- dwItem1 contains the root of the drive on which the free space changed.
- dwItem2 is not used and should be NULL.
-
-
-
-
- A file type association has changed.
- SHCNF_IDLIST must be specified in the uFlags parameter.
- dwItem1 and dwItem2 are not used and must be NULL.
-
-
-
-
- Specifies a combination of all of the disk event identifiers.
-
-
-
-
- Specifies a combination of all of the global event identifiers.
-
-
-
-
- All events have occurred.
-
-
-
-
- The specified event occurred as a result of a system interrupt.
- As this value modifies other event values, it cannot be used alone.
-
-
-
-
- Represents a standard system icon.
-
-
-
-
- Creates a new StockIcon instance with the specified identifer, default size
- and no link overlay or selected states.
-
- A value that identifies the icon represented by this instance.
-
-
-
- Creates a new StockIcon instance with the specified identifer and options.
-
- A value that identifies the icon represented by this instance.
- A value that indicates the size of the stock icon.
- A bool value that indicates whether the icon has a link overlay.
- A bool value that indicates whether the icon is in a selected state.
-
-
-
- Release the native and managed objects
-
- Indicates that this is being called from Dispose(), rather than the finalizer.
-
-
-
- Release the native objects
-
-
-
-
-
-
-
-
-
- Gets or sets a value indicating whether the icon appears selected.
-
- A value.
-
-
-
- Gets or sets a value that cotrols whether to put a link overlay on the icon.
-
- A value.
-
-
-
- Gets or sets a value that controls the size of the Stock Icon.
-
- A value.
-
-
-
- Gets or sets the Stock Icon identifier associated with this icon.
-
-
-
-
- Gets the icon image in format.
-
-
-
-
- Gets the icon image in format.
-
-
-
-
- Gets the icon image in format.
-
-
-
-
- Specifies options for the size of the stock icon.
-
-
-
-
- Retrieve the small version of the icon, as specified by SM_CXSMICON and SM_CYSMICON system metrics.
-
-
-
-
- Retrieve the large version of the icon, as specified by SM_CXICON and SM_CYICON system metrics.
-
-
-
-
- Retrieve the shell-sized icons (instead of the size specified by the system metrics).
-
-
-
-
- Provides values used to specify which standard icon to retrieve.
-
-
-
-
- Icon for a document (blank page), no associated program.
-
-
-
-
- Icon for a document with an associated program.
-
-
-
-
- Icon for a generic application with no custom icon.
-
-
-
-
- Icon for a closed folder.
-
-
-
-
- Icon for an open folder.
-
-
-
-
- Icon for a 5.25" floppy disk drive.
-
-
-
-
- Icon for a 3.5" floppy disk drive.
-
-
-
-
- Icon for a removable drive.
-
-
-
-
- Icon for a fixed (hard disk) drive.
-
-
-
-
- Icon for a network drive.
-
-
-
-
- Icon for a disconnected network drive.
-
-
-
-
- Icon for a CD drive.
-
-
-
-
- Icon for a RAM disk drive.
-
-
-
-
- Icon for an entire network.
-
-
-
-
- Icon for a computer on the network.
-
-
-
-
- Icon for a printer.
-
-
-
-
- Icon for My Network places.
-
-
-
-
- Icon for search (magnifying glass).
-
-
-
-
- Icon for help.
-
-
-
-
- Icon for an overlay indicating shared items.
-
-
-
-
- Icon for an overlay indicating shortcuts to items.
-
-
-
-
- Icon for an overlay for slow items.
-
-
-
-
- Icon for a empty recycle bin.
-
-
-
-
- Icon for a full recycle bin.
-
-
-
-
- Icon for audio CD media.
-
-
-
-
- Icon for a security lock.
-
-
-
-
- Icon for a auto list.
-
-
-
-
- Icon for a network printer.
-
-
-
-
- Icon for a server share.
-
-
-
-
- Icon for a Fax printer.
-
-
-
-
- Icon for a networked Fax printer.
-
-
-
-
- Icon for print to file.
-
-
-
-
- Icon for a stack.
-
-
-
-
- Icon for a SVCD media.
-
-
-
-
- Icon for a folder containing other items.
-
-
-
-
- Icon for an unknown drive.
-
-
-
-
- Icon for a DVD drive.
-
-
-
-
- Icon for DVD media.
-
-
-
-
- Icon for DVD-RAM media.
-
-
-
-
- Icon for DVD-RW media.
-
-
-
-
- Icon for DVD-R media.
-
-
-
-
- Icon for a DVD-ROM media.
-
-
-
-
- Icon for CD+ (Enhanced CD) media.
-
-
-
-
- Icon for CD-RW media.
-
-
-
-
- Icon for a CD-R media.
-
-
-
-
- Icon burning a CD.
-
-
-
-
- Icon for blank CD media.
-
-
-
-
- Icon for CD-ROM media.
-
-
-
-
- Icon for audio files.
-
-
-
-
- Icon for image files.
-
-
-
-
- Icon for video files.
-
-
-
-
- Icon for mixed Files.
-
-
-
-
- Icon for a folder back.
-
-
-
-
- Icon for a folder front.
-
-
-
-
- Icon for a security shield. Use for UAC prompts only.
-
-
-
-
- Icon for a warning.
-
-
-
-
- Icon for an informational message.
-
-
-
-
- Icon for an error message.
-
-
-
-
- Icon for a key.
-
-
-
-
- Icon for software.
-
-
-
-
- Icon for a rename.
-
-
-
-
- Icon for delete.
-
-
-
-
- Icon for audio DVD media.
-
-
-
-
- Icon for movie DVD media.
-
-
-
-
- Icon for enhanced CD media.
-
-
-
-
- Icon for enhanced DVD media.
-
-
-
-
- Icon for HD-DVD media.
-
-
-
-
- Icon for BluRay media.
-
-
-
-
- Icon for VCD media.
-
-
-
-
- Icon for DVD+R media.
-
-
-
-
- Icon for DVD+RW media.
-
-
-
-
- Icon for desktop computer.
-
-
-
-
- Icon for mobile computer (laptop/notebook).
-
-
-
-
- Icon for users.
-
-
-
-
- Icon for smart media.
-
-
-
-
- Icon for compact flash.
-
-
-
-
- Icon for a cell phone.
-
-
-
-
- Icon for a camera.
-
-
-
-
- Icon for video camera.
-
-
-
-
- Icon for audio player.
-
-
-
-
- Icon for connecting to network.
-
-
-
-
- Icon for the Internet.
-
-
-
-
- Icon for a ZIP file.
-
-
-
-
- Icon for settings.
-
-
-
-
- HDDVD Drive (all types)
-
-
-
-
- Icon for BluRay Drive (all types)
-
-
-
-
- Icon for HDDVD-ROM Media
-
-
-
-
- Icon for HDDVD-R Media
-
-
-
-
- Icon for HDDVD-RAM Media
-
-
-
-
- Icon for BluRay ROM Media
-
-
-
-
- Icon for BluRay R Media
-
-
-
-
- Icon for BluRay RE Media (Rewriable and RAM)
-
-
-
-
- Icon for Clustered disk
-
-
-
-
- Collection of all the standard system stock icons
-
-
-
-
- Creates a stock icon collection using the default options for
- size, link overlay and selection state.
-
-
-
-
- Overloaded constructor that takes in size and Boolean values for
- link overlay and selected icon state. The settings are applied to
- all the stock icons in the collection.
-
- StockIcon size for all the icons in the collection.
- Link Overlay state for all the icons in the collection.
- Selection state for all the icons in the collection.
-
-
-
- Returns the existing stock icon from the internal cache, or creates a new one
- based on the current settings if it's not in the cache.
-
- Unique identifier for the requested stock icon
- Stock Icon based on the identifier given (either from the cache or created new)
-
-
-
- Gets the default stock icon size in one of the StockIconSize values.
- This size applies to all the stock icons in the collection.
-
-
-
-
- Gets the default link overlay state for the icon. This property
- applies to all the stock icons in the collection.
-
-
-
-
- Gets the default selected state for the icon. This property
- applies to all the stock icons in the collection.
-
-
-
-
- Gets a collection of all the system stock icons
-
-
-
-
- Icon for a document (blank page), no associated program.
-
-
-
-
- Icon for a document with an associated program.
-
-
-
-
- Icon for a generic application with no custom icon.
-
-
-
-
- Icon for a closed folder.
-
-
-
-
- Icon for an open folder.
-
-
-
-
- Icon for a 5.25" floppy disk drive.
-
-
-
-
- Icon for a 3.5" floppy disk drive.
-
-
-
-
- Icon for a removable drive.
-
-
-
-
- Icon for a fixed (hard disk) drive.
-
-
-
-
- Icon for a network drive.
-
-
-
-
- Icon for a disconnected network drive.
-
-
-
-
- Icon for a CD drive.
-
-
-
-
- Icon for a RAM disk drive.
-
-
-
-
- Icon for an entire network.
-
-
-
-
- Icon for a computer on the network.
-
-
-
-
- Icon for a printer.
-
-
-
-
- Icon for My Network places.
-
-
-
-
- Icon for search (magnifying glass).
-
-
-
-
- Icon for help.
-
-
-
-
- Icon for an overlay indicating shared items.
-
-
-
-
- Icon for an overlay indicating shortcuts to items.
-
-
-
-
- Icon for an overlay for slow items.
-
-
-
-
- Icon for a empty recycle bin.
-
-
-
-
- Icon for a full recycle bin.
-
-
-
-
- Icon for audio CD media.
-
-
-
-
- Icon for a security lock.
-
-
-
-
- Icon for a auto list.
-
-
-
-
- Icon for a network printer.
-
-
-
-
- Icon for a server share.
-
-
-
-
- Icon for a Fax printer.
-
-
-
-
- Icon for a networked Fax printer.
-
-
-
-
- Icon for print to file.
-
-
-
-
- Icon for a stack.
-
-
-
-
- Icon for a SVCD media.
-
-
-
-
- Icon for a folder containing other items.
-
-
-
-
- Icon for an unknown drive.
-
-
-
-
- Icon for a DVD drive.
-
-
-
-
- Icon for DVD media.
-
-
-
-
- Icon for DVD-RAM media.
-
-
-
-
- Icon for DVD-RW media.
-
-
-
-
- Icon for DVD-R media.
-
-
-
-
- Icon for a DVD-ROM media.
-
-
-
-
- Icon for CD+ (Enhanced CD) media.
-
-
-
-
- Icon for CD-RW media.
-
-
-
-
- Icon for a CD-R media.
-
-
-
-
- Icon burning a CD.
-
-
-
-
- Icon for blank CD media.
-
-
-
-
- Icon for CD-ROM media.
-
-
-
-
- Icon for audio files.
-
-
-
-
- Icon for image files.
-
-
-
-
- Icon for video files.
-
-
-
-
- Icon for mixed Files.
-
-
-
-
- Icon for a folder back.
-
-
-
-
- Icon for a folder front.
-
-
-
-
- Icon for a security shield. Use for UAC prompts only.
-
-
-
-
- Icon for a warning.
-
-
-
-
- Icon for an informational message.
-
-
-
-
- Icon for an error message.
-
-
-
-
- Icon for a key.
-
-
-
-
- Icon for software.
-
-
-
-
- Icon for a rename.
-
-
-
-
- Icon for delete.
-
-
-
-
- Icon for audio DVD media.
-
-
-
-
- Icon for movie DVD media.
-
-
-
-
- Icon for enhanced CD media.
-
-
-
-
- Icon for enhanced DVD media.
-
-
-
-
- Icon for HD-DVD media.
-
-
-
-
- Icon for BluRay media.
-
-
-
-
- Icon for VCD media.
-
-
-
-
- Icon for DVD+R media.
-
-
-
-
- Icon for DVD+RW media.
-
-
-
-
- Icon for desktop computer.
-
-
-
-
- Icon for mobile computer (laptop/notebook).
-
-
-
-
- Icon for users.
-
-
-
-
- Icon for smart media.
-
-
-
-
- Icon for compact flash.
-
-
-
-
- Icon for a cell phone.
-
-
-
-
- Icon for a camera.
-
-
-
-
- Icon for video camera.
-
-
-
-
- Icon for audio player.
-
-
-
-
- Icon for connecting to network.
-
-
-
-
- Icon for the Internet.
-
-
-
-
- Icon for a ZIP file.
-
-
-
-
- Icon for settings.
-
-
-
-
- HDDVD Drive (all types)
-
-
-
-
- Icon for BluRay Drive (all types)
-
-
-
-
- Icon for HDDVD-ROM Media
-
-
-
-
- Icon for HDDVD-R Media
-
-
-
-
- Icon for HDDVD-RAM Media
-
-
-
-
- Icon for BluRay ROM Media
-
-
-
-
- Icon for BluRay R Media
-
-
-
-
- Icon for BluRay RE Media (Rewriable and RAM)
-
-
-
-
- Icon for Clustered disk
-
-
-
-
- Represents a collection of custom categories
-
-
-
-
- Add the specified category to this collection
-
- Category to add
-
-
-
- Remove the specified category from this collection
-
- Category item to remove
- True if item was removed.
-
-
-
- Clear all items from the collection
-
-
-
-
- Determine if this collection contains the specified item
-
- Category to search for
- True if category was found
-
-
-
- Copy this collection to a compatible one-dimensional array,
- starting at the specified index of the target array
-
- Array to copy to
- Index of target array to start copy
-
-
-
- Returns an enumerator that iterates through this collection.
-
- Enumerator to iterate through this collection.
-
-
-
- Returns an enumerator that iterates through this collection.
-
- Enumerator to iterate through this collection.
-
-
-
- Event to trigger anytime this collection is modified
-
-
-
-
- Determines if this collection is read-only
-
-
-
-
- The number of items in this collection
-
-
-
-
- Represents a collection of jump list items.
-
- The type of elements in this collection.
-
-
-
- Adds the specified item to this collection.
-
- The item to add.
-
-
-
- Removes the first instance of the specified item from the collection.
-
- The item to remove.
- true if an item was removed, otherwise false if no items were removed.
-
-
-
- Clears all items from this collection.
-
-
-
-
- Determines if this collection contains the specified item.
-
- The search item.
- true if an item was found, otherwise false.
-
-
-
- Copies this collection to a compatible one-dimensional array,
- starting at the specified index of the target array.
-
- The array name.
- The index of the starting element.
-
-
-
- Returns an enumerator that iterates through a collection.
-
- An enumerator to iterate through this collection.
-
-
-
- Returns an enumerator that iterates through a collection of a specified type.
-
- An enumerator to iterate through this collection.
-
-
-
- Occurs anytime a change is made to the underlying collection.
-
-
-
-
- Gets or sets a value that determines if this collection is read-only.
-
-
-
-
- Gets a count of the items currently in this collection.
-
-
-
-
- Represents a jump list link object.
-
-
-
-
- Interface for jump list tasks
-
-
-
-
- Interface for jump list items
-
-
-
-
- Gets or sets this item's path
-
-
-
-
- Initializes a new instance of a JumpListLink with the specified path.
-
- The path to the item. The path is required for the JumpList Link
- The title for the JumpListLink item. The title is required for the JumpList link.
-
-
-
- Release the native and managed objects
-
- Indicates that this is being called from Dispose(), rather than the finalizer.
-
-
-
- Release the native objects.
-
-
-
-
- Implement the finalizer.
-
-
-
-
- Gets or sets the link's title
-
-
-
-
- Gets or sets the link's path
-
-
-
-
- Gets or sets the icon reference (location and index) of the link's icon.
-
-
-
-
- Gets or sets the object's arguments (passed to the command line).
-
-
-
-
- Gets or sets the object's working directory.
-
-
-
-
- Gets or sets the show command of the lauched application.
-
-
-
-
- Gets an IShellLinkW representation of this object
-
-
-
-
- Represents a separator in the user task list. The JumpListSeparator control
- can only be used in a user task list.
-
-
-
-
- Release the native and managed objects
-
- Indicates that this is being called from Dispose(), rather than the finalizer.
-
-
-
- Release the native objects.
-
-
-
-
- Implement the finalizer.
-
-
-
-
- Gets an IShellLinkW representation of this object
-
-
-
-
- Event args for when close is selected on a tabbed thumbnail proxy window.
-
-
-
-
- Event args for various Tabbed Thumbnail related events
-
-
-
-
- Creates a Event Args for a specific tabbed thumbnail event.
-
- Window handle for the control/window related to the event
-
-
-
- Creates a Event Args for a specific tabbed thumbnail event.
-
- WPF Control (UIElement) related to the event
-
-
-
- Gets the Window handle for the specific control/window that is related to this event.
-
- For WPF Controls (UIElement) the WindowHandle will be IntPtr.Zero.
- Check the WindowsControl property to get the specific control associated with this event.
-
-
-
- Gets the WPF Control (UIElement) that is related to this event. This property may be null
- for non-WPF applications.
-
-
-
-
- Creates a Event Args for a specific tabbed thumbnail event.
-
- Window handle for the control/window related to the event
-
-
-
- Creates a Event Args for a specific tabbed thumbnail event.
-
- WPF Control (UIElement) related to the event
-
-
-
- If set to true, the proxy window will not be removed from the taskbar.
-
-
-
-
- Helper class to capture a control or window as System.Drawing.Bitmap
-
-
-
-
- Captures a screenshot of the specified window at the specified
- bitmap size. NOTE: This method will not accurately capture controls
- that are hidden or obstructed (partially or completely) by another control (e.g. hidden tabs,
- or MDI child windows that are obstructed by other child windows/forms).
-
- The window handle.
- The requested bitmap size.
- A screen capture of the window.
-
-
-
- Grabs a snapshot of a WPF UIElement and returns the image as Bitmap.
-
- Represents the element to take the snapshot from.
- Represents the X DPI value used to capture this snapshot.
- Represents the Y DPI value used to capture this snapshot.
- The requested bitmap width.
- The requested bitmap height.
- Returns the bitmap (PNG format).
-
-
-
- Resizes the given bitmap while maintaining the aspect ratio.
-
- Original/source bitmap
- Maximum width for the new image
- Maximum height for the new image
- If true and requested image is wider than the source, the new image is resized accordingly.
-
-
-
-
- Represents the main class for adding and removing tabbed thumbnails on the Taskbar
- for child windows and controls.
-
-
-
-
- Internal dictionary to keep track of the user's window handle and its
- corresponding thumbnail preview objects.
-
-
-
-
- Internal constructor that creates a new dictionary for keeping track of the window handles
- and their corresponding thumbnail preview objects.
-
-
-
-
- Adds a new tabbed thumbnail to the taskbar.
-
- Thumbnail preview for a specific window handle or control. The preview
- object can be initialized with specific properties for the title, bitmap, and tooltip.
- If the tabbed thumbnail has already been added
-
-
-
- Gets the TabbedThumbnail object associated with the given window handle
-
- Window handle for the control/window
- TabbedThumbnail associated with the given window handle
-
-
-
- Gets the TabbedThumbnail object associated with the given control
-
- Specific control for which the preview object is requested
- TabbedThumbnail associated with the given control
-
-
-
- Gets the TabbedThumbnail object associated with the given WPF Window
-
- WPF Control (UIElement) for which the preview object is requested
- TabbedThumbnail associated with the given WPF Window
-
-
-
- Remove the tabbed thumbnail from the taskbar.
-
- TabbedThumbnail associated with the control/window that
- is to be removed from the taskbar
-
-
-
- Remove the tabbed thumbnail from the taskbar.
-
- TabbedThumbnail associated with the window handle that
- is to be removed from the taskbar
-
-
-
- Remove the tabbed thumbnail from the taskbar.
-
- TabbedThumbnail associated with the control that
- is to be removed from the taskbar
-
-
-
- Remove the tabbed thumbnail from the taskbar.
-
- TabbedThumbnail associated with the WPF Control (UIElement) that
- is to be removed from the taskbar
-
-
-
- Sets the given tabbed thumbnail preview object as being active on the taskbar tabbed thumbnails list.
- Call this method to keep the application and the taskbar in sync as to which window/control
- is currently active (or selected, in the case of tabbed application).
-
- TabbedThumbnail for the specific control/indow that is currently active in the application
- If the control/window is not yet added to the tabbed thumbnails list
-
-
-
- Sets the given window handle as being active on the taskbar tabbed thumbnails list.
- Call this method to keep the application and the taskbar in sync as to which window/control
- is currently active (or selected, in the case of tabbed application).
-
- Window handle for the control/window that is currently active in the application
- If the control/window is not yet added to the tabbed thumbnails list
-
-
-
- Sets the given Control/Form window as being active on the taskbar tabbed thumbnails list.
- Call this method to keep the application and the taskbar in sync as to which window/control
- is currently active (or selected, in the case of tabbed application).
-
- Control/Form that is currently active in the application
- If the control/window is not yet added to the tabbed thumbnails list
-
-
-
- Sets the given WPF window as being active on the taskbar tabbed thumbnails list.
- Call this method to keep the application and the taskbar in sync as to which window/control
- is currently active (or selected, in the case of tabbed application).
-
- WPF control that is currently active in the application
- If the control/window is not yet added to the tabbed thumbnails list
-
-
-
- Determines whether the given preview has been added to the taskbar's tabbed thumbnail list.
-
- The preview to locate on the taskbar's tabbed thumbnail list
- true if the tab is already added on the taskbar; otherwise, false.
-
-
-
- Determines whether the given window has been added to the taskbar's tabbed thumbnail list.
-
- The window to locate on the taskbar's tabbed thumbnail list
- true if the tab is already added on the taskbar; otherwise, false.
-
-
-
- Determines whether the given control has been added to the taskbar's tabbed thumbnail list.
-
- The preview to locate on the taskbar's tabbed thumbnail list
- true if the tab is already added on the taskbar; otherwise, false.
-
-
-
- Determines whether the given control has been added to the taskbar's tabbed thumbnail list.
-
- The preview to locate on the taskbar's tabbed thumbnail list
- true if the tab is already added on the taskbar; otherwise, false.
-
-
-
- Invalidates all the tabbed thumbnails. This will force the Desktop Window Manager
- to not use the cached thumbnail or preview or aero peek and request a new one next time.
-
- This method should not be called frequently.
- Doing so can lead to poor performance as new bitmaps are created and retrieved.
-
-
-
- Clear a clip that is already in place and return to the default display of the thumbnail.
-
- The handle to a window represented in the taskbar. This has to be a top-level window.
-
-
-
- Selects a portion of a window's client area to display as that window's thumbnail in the taskbar.
-
- The handle to a window represented in the taskbar. This has to be a top-level window.
- Rectangle structure that specifies a selection within the window's client area,
- relative to the upper-left corner of that client area.
- If this parameter is null, the clipping area will be cleared and the default display of the thumbnail will be used instead.
-
-
-
- Moves an existing thumbnail to a new position in the application's group.
-
- Preview for the window whose order is being changed.
- This value is required, must already be added via AddThumbnailPreview method, and cannot be null.
- The preview of the tab window whose thumbnail that previewToChange is inserted to the left of.
- This preview must already be added via AddThumbnailPreview. If this value is null, the previewToChange tab is added to the end of the list.
-
-
-
-
- Event args for the TabbedThumbnailBitmapRequested event. The event allows applications to
- provide a bitmap for the tabbed thumbnail's preview and peek. The application should also
- set the Handled property if a custom bitmap is provided.
-
-
-
-
- Creates a Event Args for a TabbedThumbnailBitmapRequested event.
-
- Window handle for the control/window related to the event
-
-
-
- Creates a Event Args for a TabbedThumbnailBitmapRequested event.
-
- WPF Control (UIElement) related to the event
-
-
-
- Gets or sets a value indicating whether the TabbedThumbnailBitmapRequested event was handled.
- Set this property if the SetImage method is called with a custom bitmap for the thumbnail/peek.
-
-
-
-
- Represents a tabbed thumbnail on the taskbar for a given window or a control.
-
-
-
-
- Creates a new TabbedThumbnail with the given window handle of the parent and
- a child control/window's handle (e.g. TabPage or Panel)
-
- Window handle of the parent window.
- This window has to be a top-level window and the handle cannot be null or IntPtr.Zero
- Window handle of the child control or window for which a tabbed
- thumbnail needs to be displayed
-
-
-
- Creates a new TabbedThumbnail with the given window handle of the parent and
- a child control (e.g. TabPage or Panel)
-
- Window handle of the parent window.
- This window has to be a top-level window and the handle cannot be null or IntPtr.Zero
- Child control for which a tabbed thumbnail needs to be displayed
- This method can also be called when using a WindowsFormHost control in a WPF application.
- Call this method with the main WPF Window's handle, and windowsFormHost.Child control.
-
-
-
- Creates a new TabbedThumbnail with the given window handle of the parent and
- a WPF child Window. For WindowsFormHost control, use TabbedThumbnail(IntPtr, Control) overload and pass
- the WindowsFormHost.Child as the second parameter.
-
- Parent window for the UIElement control.
- This window has to be a top-level window and the handle cannot be null
- WPF Control (UIElement) for which a tabbed thumbnail needs to be displayed
- Offset point used for displaying the peek bitmap. This setting is
- recomended for hidden WPF controls as it is difficult to calculate their offset.
-
-
-
- Sets the window icon for this thumbnail preview
-
- System.Drawing.Icon for the window/control associated with this preview
-
-
-
- Sets the window icon for this thumbnail preview
-
- Icon handle (hIcon) for the window/control associated with this preview
- This method will not release the icon handle. It is the caller's responsibility to release the icon handle.
-
-
-
- Override the thumbnail and peek bitmap.
- By providing this bitmap manually, Thumbnail Window manager will provide the
- Desktop Window Manager (DWM) this bitmap instead of rendering one automatically.
- Use this property to update the bitmap whenever the control is updated and the user
- needs to be shown a new thumbnail on the taskbar preview (or aero peek).
-
- The image to use.
-
- If the bitmap doesn't have the right dimensions, the DWM may scale it or not
- render certain areas as appropriate - it is the user's responsibility
- to render a bitmap with the proper dimensions.
-
-
-
-
- Override the thumbnail and peek bitmap.
- By providing this bitmap manually, Thumbnail Window manager will provide the
- Desktop Window Manager (DWM) this bitmap instead of rendering one automatically.
- Use this property to update the bitmap whenever the control is updated and the user
- needs to be shown a new thumbnail on the taskbar preview (or aero peek).
-
- The image to use.
-
- If the bitmap doesn't have the right dimensions, the DWM may scale it or not
- render certain areas as appropriate - it is the user's responsibility
- to render a bitmap with the proper dimensions.
-
-
-
-
- Override the thumbnail and peek bitmap.
- By providing this bitmap manually, Thumbnail Window manager will provide the
- Desktop Window Manager (DWM) this bitmap instead of rendering one automatically.
- Use this property to update the bitmap whenever the control is updated and the user
- needs to be shown a new thumbnail on the taskbar preview (or aero peek).
-
- A bitmap handle for the image to use.
- When the TabbedThumbnail is finalized, this class will delete the provided hBitmap.
-
- If the bitmap doesn't have the right dimensions, the DWM may scale it or not
- render certain areas as appropriate - it is the user's responsibility
- to render a bitmap with the proper dimensions.
-
-
-
-
- Invalidate any existing thumbnail preview. Calling this method
- will force DWM to request a new bitmap next time user previews the thumbnails
- or requests Aero peek preview.
-
-
-
-
- Returns true if the thumbnail was removed from the taskbar; false if it was not.
-
- Returns true if the thumbnail was removed from the taskbar; false if it was not.
-
-
-
-
-
-
-
-
- Release the native objects.
-
-
-
-
- Release the native objects.
-
-
-
-
-
- Title for the window shown as the taskbar thumbnail.
-
-
-
-
- Tooltip to be shown for this thumbnail on the taskbar.
- By default this is full title of the window shown on the taskbar.
-
-
-
-
- Specifies that only a portion of the window's client area
- should be used in the window's thumbnail.
- A value of null will clear the clipping area and use the default thumbnail.
-
-
-
-
- Specifies whether a standard window frame will be displayed
- around the bitmap. If the bitmap represents a top-level window,
- you would probably set this flag to true. If the bitmap
- represents a child window (or a frameless window), you would
- probably set this flag to false.
-
-
-
-
- Gets or sets the offset used for displaying the peek bitmap. This setting is
- recomended for hidden WPF controls as it is difficult to calculate their offset.
-
-
-
-
- This event is raised when the Title property changes.
-
-
-
-
- This event is raised when the Tooltip property changes.
-
-
-
-
- The event that occurs when a tab is closed on the taskbar thumbnail preview.
-
-
-
-
- The event that occurs when a tab is maximized via the taskbar thumbnail preview (context menu).
-
-
-
-
- The event that occurs when a tab is minimized via the taskbar thumbnail preview (context menu).
-
-
-
-
- The event that occurs when a tab is activated (clicked) on the taskbar thumbnail preview.
-
-
-
-
- The event that occurs when a thumbnail or peek bitmap is requested by the user.
-
-
-
-
-
-
-
-
-
- Release the native objects.
-
-
-
-
- Known category to display
-
-
-
-
- Don't display either known category. You must have at least one
- user task or custom category link in order to not see the
- default 'Recent' known category
-
-
-
-
- Display the 'Recent' known category
-
-
-
-
- Display the 'Frequent' known category
-
-
-
-
- Represents the thumbnail progress bar state.
-
-
-
-
- No progress is displayed.
-
-
-
-
- The progress is indeterminate (marquee).
-
-
-
-
- Normal progress is displayed.
-
-
-
-
- An error occurred (red).
-
-
-
-
- The operation is paused (yellow).
-
-
-
-
- WPARAM value for a THUMBBUTTON being clicked.
-
-
-
-
- Sets the window's application id by its window handle.
-
- The window handle.
- The application id.
-
-
-
- Thumbnail Alpha Types
-
-
-
-
- Let the system decide.
-
-
-
-
- No transparency
-
-
-
-
- Has transparency
-
-
-
-
- Defines the properties used by a Shell Property.
-
-
-
-
- Gets a formatted, Unicode string representation of a property value.
-
- One or more PropertyDescriptionFormat flags
- chosen to produce the desired display format.
- The formatted value as a string.
-
-
-
- Gets the property key that identifies this property.
-
-
-
-
- Get the property description object.
-
-
-
-
- Gets the case-sensitive name of the property as it is known to the system,
- regardless of its localized name.
-
-
-
-
- Gets the value for this property using the generic Object type.
-
-
- To obtain a specific type for this value, use the more strongly-typed
- Property<T> class.
- You can only set a value for this type using the Property<T>
- class.
-
-
-
-
- Gets the System.Type value for this property.
-
-
-
-
- Gets the image reference path and icon index associated with a property value.
- This API is only available in Windows 7.
-
-
-
-
- Creates a readonly collection of IProperty objects.
-
-
-
-
- Creates a new Property collection given an IPropertyStore object
-
- IPropertyStore
-
-
-
- Creates a new Property collection given an IShellItem2 native interface
-
- Parent ShellObject
-
-
-
- Creates a new ShellPropertyCollection object with the specified file or folder path.
-
- The path to the file or folder.
-
-
-
- Checks if a property with the given canonical name is available.
-
- The canonical name of the property.
- True if available, false otherwise.
-
-
-
- Checks if a property with the given property key is available.
-
- The property key.
- True if available, false otherwise.
-
-
-
- Release the native and managed objects
-
- Indicates that this is being called from Dispose(), rather than the finalizer.
-
-
-
- Release the native objects.
-
-
-
-
- Implement the finalizer.
-
-
-
-
- Gets the property associated with the supplied canonical name string.
- The canonical name property is case-sensitive.
-
-
- The canonical name.
- The property associated with the canonical name, if found.
- Throws IndexOutOfRangeException
- if no matching property is found.
-
-
-
- Gets a property associated with the supplied property key.
-
-
- The property key.
- The property associated with the property key, if found.
- Throws IndexOutOfRangeException
- if no matching property is found.
-
-
-
- Defines the shell property description information for a property.
-
-
-
-
- Gets the localized display string that describes the current sort order.
-
- Indicates the sort order should
- reference the string "Z on top"; otherwise, the sort order should reference the string "A on top".
- The sort description for this property.
- The string retrieved by this method is determined by flags set in the
- sortDescription attribute of the labelInfo element in the property's .propdesc file.
-
-
-
- Release the native objects
-
- Indicates that this is being called from Dispose(), rather than the finalizer.
-
-
-
- Release the native objects
-
-
-
-
- Release the native objects
-
-
-
-
- Gets the case-sensitive name of a property as it is known to the system,
- regardless of its localized name.
-
-
-
-
- Gets the property key identifying the underlying property.
-
-
-
-
- Gets the display name of the property as it is shown in any user interface (UI).
-
-
-
-
- Gets the text used in edit controls hosted in various dialog boxes.
-
-
-
-
- Gets the VarEnum OLE type for this property.
-
-
-
-
- Gets the .NET system type for a value of this property, or
- null if the value is empty.
-
-
-
-
- Gets the current data type used to display the property.
-
-
-
-
- Gets the default user interface (UI) column width for this property.
-
-
-
-
- Gets a value that describes how the property values are displayed when
- multiple items are selected in the user interface (UI).
-
-
-
-
- Gets a list of the possible values for this property.
-
-
-
-
- Gets the column state flag, which describes how the property
- should be treated by interfaces or APIs that use this flag.
-
-
-
-
- Gets the condition type to use when displaying the property in
- the query builder user interface (UI). This influences the list
- of predicate conditions (for example, equals, less than, and
- contains) that are shown for this property.
-
- For more information, see the conditionType attribute
- of the typeInfo element in the property's .propdesc file.
-
-
-
- Gets the default condition operation to use
- when displaying the property in the query builder user
- interface (UI). This influences the list of predicate conditions
- (for example, equals, less than, and contains) that are shown
- for this property.
-
- For more information, see the conditionType attribute of the
- typeInfo element in the property's .propdesc file.
-
-
-
- Gets the method used when a view is grouped by this property.
-
- The information retrieved by this method comes from
- the groupingRange attribute of the typeInfo element in the
- property's .propdesc file.
-
-
-
- Gets the current sort description flags for the property,
- which indicate the particular wordings of sort offerings.
-
- The settings retrieved by this method are set
- through the sortDescription attribute of the labelInfo
- element in the property's .propdesc file.
-
-
-
- Gets a set of flags that describe the uses and capabilities of the property.
-
-
-
-
- Gets the current set of flags governing the property's view.
-
-
-
-
- Gets a value that determines if the native property description is present on the system.
-
-
-
-
- Get the native property description COM interface
-
-
-
-
- Indicate flags that modify the property store object retrieved by methods
- that create a property store, such as IShellItem2::GetPropertyStore or
- IPropertyStoreFactory::GetPropertyStore.
-
-
-
-
- Meaning to a calling process: Return a read-only property store that contains all
- properties. Slow items (offline files) are not opened.
- Combination with other flags: Can be overridden by other flags.
-
-
-
-
- Meaning to a calling process: Include only properties directly from the property
- handler, which opens the file on the disk, network, or device. Meaning to a file
- folder: Only include properties directly from the handler.
-
- Meaning to other folders: When delegating to a file folder, pass this flag on
- to the file folder; do not do any multiplexing (MUX). When not delegating to a
- file folder, ignore this flag instead of returning a failure code.
-
- Combination with other flags: Cannot be combined with GPS_TEMPORARY,
- GPS_FASTPROPERTIESONLY, or GPS_BESTEFFORT.
-
-
-
-
- Meaning to a calling process: Can write properties to the item.
- Note: The store may contain fewer properties than a read-only store.
-
- Meaning to a file folder: ReadWrite.
-
- Meaning to other folders: ReadWrite. Note: When using default MUX,
- return a single unmultiplexed store because the default MUX does not support ReadWrite.
-
- Combination with other flags: Cannot be combined with GPS_TEMPORARY, GPS_FASTPROPERTIESONLY,
- GPS_BESTEFFORT, or GPS_DELAYCREATION. Implies GPS_HANDLERPROPERTIESONLY.
-
-
-
-
- Meaning to a calling process: Provides a writable store, with no initial properties,
- that exists for the lifetime of the Shell item instance; basically, a property bag
- attached to the item instance.
-
- Meaning to a file folder: Not applicable. Handled by the Shell item.
-
- Meaning to other folders: Not applicable. Handled by the Shell item.
-
- Combination with other flags: Cannot be combined with any other flag. Implies GPS_READWRITE
-
-
-
-
- Meaning to a calling process: Provides a store that does not involve reading from the
- disk or network. Note: Some values may be different, or missing, compared to a store
- without this flag.
-
- Meaning to a file folder: Include the "innate" and "fallback" stores only. Do not load the handler.
-
- Meaning to other folders: Include only properties that are available in memory or can
- be computed very quickly (no properties from disk, network, or peripheral IO devices).
- This is normally only data sources from the IDLIST. When delegating to other folders, pass this flag on to them.
-
- Combination with other flags: Cannot be combined with GPS_TEMPORARY, GPS_READWRITE,
- GPS_HANDLERPROPERTIESONLY, or GPS_DELAYCREATION.
-
-
-
-
- Meaning to a calling process: Open a slow item (offline file) if necessary.
- Meaning to a file folder: Retrieve a file from offline storage, if necessary.
- Note: Without this flag, the handler is not created for offline files.
-
- Meaning to other folders: Do not return any properties that are very slow.
-
- Combination with other flags: Cannot be combined with GPS_TEMPORARY or GPS_FASTPROPERTIESONLY.
-
-
-
-
- Meaning to a calling process: Delay memory-intensive operations, such as file access, until
- a property is requested that requires such access.
-
- Meaning to a file folder: Do not create the handler until needed; for example, either
- GetCount/GetAt or GetValue, where the innate store does not satisfy the request.
- Note: GetValue might fail due to file access problems.
-
- Meaning to other folders: If the folder has memory-intensive properties, such as
- delegating to a file folder or network access, it can optimize performance by
- supporting IDelayedPropertyStoreFactory and splitting up its properties into a
- fast and a slow store. It can then use delayed MUX to recombine them.
-
- Combination with other flags: Cannot be combined with GPS_TEMPORARY or
- GPS_READWRITE
-
-
-
-
- Meaning to a calling process: Succeed at getting the store, even if some
- properties are not returned. Note: Some values may be different, or missing,
- compared to a store without this flag.
-
- Meaning to a file folder: Succeed and return a store, even if the handler or
- innate store has an error during creation. Only fail if substores fail.
-
- Meaning to other folders: Succeed on getting the store, even if some properties
- are not returned.
-
- Combination with other flags: Cannot be combined with GPS_TEMPORARY,
- GPS_READWRITE, or GPS_HANDLERPROPERTIESONLY.
-
-
-
-
- Mask for valid GETPROPERTYSTOREFLAGS values.
-
-
-
-
- The specified items can be copied.
-
-
-
-
- The specified items can be moved.
-
-
-
-
- Shortcuts can be created for the specified items. This flag has the same value as DROPEFFECT.
- The normal use of this flag is to add a Create Shortcut item to the shortcut menu that is displayed
- during drag-and-drop operations. However, SFGAO_CANLINK also adds a Create Shortcut item to the Microsoft
- Windows Explorer's File menu and to normal shortcut menus.
- If this item is selected, your application's IContextMenu::InvokeCommand is invoked with the lpVerb
- member of the CMINVOKECOMMANDINFO structure set to "link." Your application is responsible for creating the link.
-
-
-
-
- The specified items can be bound to an IStorage interface through IShellFolder::BindToObject.
-
-
-
-
- The specified items can be renamed.
-
-
-
-
- The specified items can be deleted.
-
-
-
-
- The specified items have property sheets.
-
-
-
-
- The specified items are drop targets.
-
-
-
-
- This flag is a mask for the capability flags.
-
-
-
-
- Windows 7 and later. The specified items are system items.
-
-
-
-
- The specified items are encrypted.
-
-
-
-
- Indicates that accessing the object = through IStream or other storage interfaces,
- is a slow operation.
- Applications should avoid accessing items flagged with SFGAO_ISSLOW.
-
-
-
-
- The specified items are ghosted icons.
-
-
-
-
- The specified items are shortcuts.
-
-
-
-
- The specified folder objects are shared.
-
-
-
-
- The specified items are read-only. In the case of folders, this means
- that new items cannot be created in those folders.
-
-
-
-
- The item is hidden and should not be displayed unless the
- Show hidden files and folders option is enabled in Folder Settings.
-
-
-
-
- This flag is a mask for the display attributes.
-
-
-
-
- The specified folders contain one or more file system folders.
-
-
-
-
- The specified items are folders.
-
-
-
-
- The specified folders or file objects are part of the file system
- that is, they are files, directories, or root directories).
-
-
-
-
- The specified folders have subfolders = and are, therefore,
- expandable in the left pane of Windows Explorer).
-
-
-
-
- This flag is a mask for the contents attributes.
-
-
-
-
- When specified as input, SFGAO_VALIDATE instructs the folder to validate that the items
- pointed to by the contents of apidl exist. If one or more of those items do not exist,
- IShellFolder::GetAttributesOf returns a failure code.
- When used with the file system folder, SFGAO_VALIDATE instructs the folder to discard cached
- properties retrieved by clients of IShellFolder2::GetDetailsEx that may
- have accumulated for the specified items.
-
-
-
-
- The specified items are on removable media or are themselves removable devices.
-
-
-
-
- The specified items are compressed.
-
-
-
-
- The specified items can be browsed in place.
-
-
-
-
- The items are nonenumerated items.
-
-
-
-
- The objects contain new content.
-
-
-
-
- It is possible to create monikers for the specified file objects or folders.
-
-
-
-
- Not supported.
-
-
-
-
- Indicates that the item has a stream associated with it that can be accessed
- by a call to IShellFolder::BindToObject with IID_IStream in the riid parameter.
-
-
-
-
- Children of this item are accessible through IStream or IStorage.
- Those children are flagged with SFGAO_STORAGE or SFGAO_STREAM.
-
-
-
-
- This flag is a mask for the storage capability attributes.
-
-
-
-
- Mask used by PKEY_SFGAOFlags to remove certain values that are considered
- to cause slow calculations or lack context.
- Equal to SFGAO_VALIDATE | SFGAO_ISSLOW | SFGAO_HASSUBFOLDER.
-
-
-
-
- Represents a saved search
-
-
-
-
- Defines a strongly-typed property object.
- All writable property objects must be of this type
- to be able to call the value setter.
-
- The type of this property's value.
- Because a property value can be empty, only nullable types
- are allowed.
-
-
-
- Constructs a new Property object
-
-
-
-
-
-
-
- Constructs a new Property object
-
-
-
-
-
-
-
- Returns a formatted, Unicode string representation of a property value.
-
- One or more of the PropertyDescriptionFormat flags
- that indicate the desired format.
- The formatted value as a string, or null if this property
- cannot be formatted for display.
- True if the method successfully locates the formatted string; otherwise
- False.
-
-
-
- Returns a formatted, Unicode string representation of a property value.
-
- One or more of the PropertyDescriptionFormat flags
- that indicate the desired format.
- The formatted value as a string, or null if this property
- cannot be formatted for display.
-
-
-
- Clears the value of the property.
-
-
-
-
- Gets or sets the strongly-typed value of this property.
- The value of the property is cleared if the value is set to null.
-
-
- If the property value cannot be retrieved or updated in the Property System
- If the type of this property is not supported; e.g. writing a binary object.
- Thrown if is false, and either
- a string value was truncated or a numeric value was rounded.
-
-
-
- Gets the property key identifying this property.
-
-
-
-
- Get the property description object.
-
-
-
-
- Gets the case-sensitive name of a property as it is known to the system,
- regardless of its localized name.
-
-
-
-
- Gets the value for this property using the generic Object type.
- To obtain a specific type for this value, use the more type strong
- Property<T> class.
- Also, you can only set a value for this type using Property<T>
-
-
-
-
- Gets the associated runtime type.
-
-
-
-
- Gets the image reference path and icon index associated with a property value (Windows 7 only).
-
-
-
-
- Gets or sets a value that determines if a value can be truncated. The default for this property is false.
-
-
- An will be thrown if
- this property is not set to true, and a property value was set
- but later truncated.
-
-
-
-
-
- Represents a custom category on the taskbar's jump list
-
-
-
-
- Add JumpList items for this category
-
- The items to add to the JumpList.
-
-
-
- Creates a new custom category instance
-
- Category name
-
-
-
- Category name
-
-
-
-
- Event that is triggered when the jump list collection is modified
-
-
-
-
- Represents an instance of a Taskbar button jump list.
-
-
-
-
- Create a JumpList for the application's taskbar button.
-
- A new JumpList that is associated with the app id of the main application window
- If there are any other child (top-level) windows for this application and they don't have
- a specific JumpList created for them, they all will share the same JumpList as the main application window.
- In order to have a individual JumpList for a top-level window, use the overloaded method CreateJumpListForIndividualWindow.
-
-
-
- Create a JumpList for the application's taskbar button.
-
- Application Id for the individual window. This must be unique for each top-level window in order to have a individual JumpList.
- Handle of the window associated with the new JumpList
- A new JumpList that is associated with the specific window handle
-
-
-
- Create a JumpList for the application's taskbar button.
-
- Application Id for the individual window. This must be unique for each top-level window in order to have a individual JumpList.
- WPF Window associated with the new JumpList
- A new JumpList that is associated with the specific WPF window
-
-
-
- Adds a collection of custom categories to the Taskbar jump list.
-
- The catagories to add to the jump list.
-
-
-
- Adds user tasks to the Taskbar JumpList. User tasks can only consist of JumpListTask or
- JumpListSeparator objects.
-
- The user tasks to add to the JumpList.
-
-
-
- Removes all user tasks that have been added.
-
-
-
-
- Creates a new instance of the JumpList class with the specified
- appId. The JumpList is associated with the main window of the application.
-
- Application Id to use for this instace.
-
-
-
- Creates a new instance of the JumpList class with the specified
- appId. The JumpList is associated with the given WPF Window.
-
- Application Id to use for this instace.
- WPF Window that is associated with this JumpList
-
-
-
- Creates a new instance of the JumpList class with the specified
- appId. The JumpList is associated with the given window.
-
- Application Id to use for this instace.
- Window handle for the window that is associated with this JumpList
-
-
-
- Reports document usage to the shell.
-
- The full path of the file to report usage.
-
-
-
- Commits the pending JumpList changes and refreshes the Taskbar.
-
- Will throw if the type of the file being added to the JumpList is not registered with the application.
- Will throw if recent documents tracking is turned off by the user or via group policy.
- Will throw if updating the JumpList fails for any other reason.
-
-
-
- Gets the recommended number of items to add to the jump list.
-
-
- This number doesn’t
- imply or suggest how many items will appear on the jump list.
- This number should only be used for reference purposes since
- the actual number of slots in the jump list can change after the last
- refresh due to items being pinned or removed and resolution changes.
- The jump list can increase in size accordingly.
-
-
-
-
- Gets or sets the type of known categories to display.
-
-
-
-
- Gets or sets the value for the known category location relative to the
- custom category collection.
-
-
-
-
- Gets or sets the application ID to use for this jump list.
-
-
-
-
- Occurs when items are removed from the Taskbar's jump list since the last
- refresh.
-
-
- This event is not triggered
- immediately when a user removes an item from the jump list but rather
- when the application refreshes the task bar list directly.
-
-
-
-
- Retrieves the current list of destinations that have been removed from the existing jump list by the user.
- The removed destinations may become items on a custom jump list.
-
- A collection of items (filenames) removed from the existing jump list by the user.
-
-
-
- Represents a jump list item.
-
-
-
-
- Creates a jump list item with the specified path.
-
- The path to the jump list item.
- The file type should associate the given file
- with the calling application.
-
-
-
- Gets or sets the target path for this jump list item.
-
-
-
-
- Provides internal access to the functions provided by the ITaskbarList4 interface,
- without being forced to refer to it through another singleton.
-
-
-
-
- Represents an instance of the Windows taskbar
-
-
-
-
- Applies an overlay to a taskbar button of the main application window to indicate application status or a notification to the user.
-
- The overlay icon
- String that provides an alt text version of the information conveyed by the overlay, for accessibility purposes
-
-
-
- Applies an overlay to a taskbar button of the given window handle to indicate application status or a notification to the user.
-
- The handle of the window whose associated taskbar button receives the overlay. This handle must belong to a calling process associated with the button's application and must be a valid HWND or the call is ignored.
- The overlay icon
- String that provides an alt text version of the information conveyed by the overlay, for accessibility purposes
-
-
-
- Applies an overlay to a taskbar button of the given WPF window to indicate application status or a notification to the user.
-
- The window whose associated taskbar button receives the overlay. This window belong to a calling process associated with the button's application and must be already loaded.
- The overlay icon
- String that provides an alt text version of the information conveyed by the overlay, for accessibility purposes
-
-
-
- Displays or updates a progress bar hosted in a taskbar button of the main application window
- to show the specific percentage completed of the full operation.
-
- An application-defined value that indicates the proportion of the operation that has been completed at the time the method is called.
- An application-defined value that specifies the value currentValue will have when the operation is complete.
-
-
-
- Displays or updates a progress bar hosted in a taskbar button of the given window handle
- to show the specific percentage completed of the full operation.
-
- The handle of the window whose associated taskbar button is being used as a progress indicator.
- This window belong to a calling process associated with the button's application and must be already loaded.
- An application-defined value that indicates the proportion of the operation that has been completed at the time the method is called.
- An application-defined value that specifies the value currentValue will have when the operation is complete.
-
-
-
- Displays or updates a progress bar hosted in a taskbar button of the given WPF window
- to show the specific percentage completed of the full operation.
-
- The window whose associated taskbar button is being used as a progress indicator.
- This window belong to a calling process associated with the button's application and must be already loaded.
- An application-defined value that indicates the proportion of the operation that has been completed at the time the method is called.
- An application-defined value that specifies the value currentValue will have when the operation is complete.
-
-
-
- Sets the type and state of the progress indicator displayed on a taskbar button of the main application window.
-
- Progress state of the progress button
-
-
-
- Sets the type and state of the progress indicator displayed on a taskbar button
- of the given window handle
-
- The handle of the window whose associated taskbar button is being used as a progress indicator.
- This window belong to a calling process associated with the button's application and must be already loaded.
- Progress state of the progress button
-
-
-
- Sets the type and state of the progress indicator displayed on a taskbar button
- of the given WPF window
-
- The window whose associated taskbar button is being used as a progress indicator.
- This window belong to a calling process associated with the button's application and must be already loaded.
- Progress state of the progress button
-
-
-
- Sets the application user model id for an individual window
-
- The app id to set
- Window handle for the window that needs a specific application id
- AppId specifies a unique Application User Model ID (AppID) for the application or individual
- top-level window whose taskbar button will hold the custom JumpList built through the methods class.
- By setting an appId for a specific window, the window will not be grouped with it's parent window/application. Instead it will have it's own taskbar button.
-
-
-
- Sets the application user model id for a given window
-
- The app id to set
- Window that needs a specific application id
- AppId specifies a unique Application User Model ID (AppID) for the application or individual
- top-level window whose taskbar button will hold the custom JumpList built through the methods class.
- By setting an appId for a specific window, the window will not be grouped with it's parent window/application. Instead it will have it's own taskbar button.
-
-
-
- Sets the current process' explicit application user model id.
-
- The application id.
-
-
-
- Gets the current process' explicit application user model id.
-
- The app id or null if no app id has been defined.
-
-
-
- Represents an instance of the Windows Taskbar
-
-
-
-
- Gets the Tabbed Thumbnail manager class for adding/updating
- tabbed thumbnail previews.
-
-
-
-
- Gets the Thumbnail toolbar manager class for adding/updating
- toolbar buttons.
-
-
-
-
- Gets or sets the application user model id. Use this to explicitly
- set the application id when generating custom jump lists
-
-
-
-
- Sets the handle of the window whose taskbar button will be used
- to display progress.
-
-
-
-
- Indicates if the user has set the application id for the whole process (all windows)
-
-
-
-
- Indicates whether this feature is supported on the current platform.
-
-
-
-
-
-
-
-
-
- Release the native objects.
-
-
-
-
- Dispatches a window message so that the appropriate events
- can be invoked. This is used for the Taskbar's thumbnail toolbar feature.
-
- The window message, typically obtained
- from a Windows Forms or WPF window procedure.
- Taskbar window for which we are intercepting the messages
- Returns true if this method handles the window message
-
-
-
- Helper function to capture a bitmap for a given window handle or incase of WPF app,
- an UIElement.
-
- The proxy window for which a bitmap needs to be created
- Size for the requested bitmap image
- Bitmap captured from the window handle or UIElement. Null if the window is hidden or it's size is zero.
-
-
-
- Represents a taskbar thumbnail button in the thumbnail toolbar.
-
-
-
-
- Initializes an instance of this class
-
- The icon to use for this button
- The tooltip string to use for this button.
-
-
-
- The window manager should call this method to raise the public click event to all
- the subscribers.
-
- Taskbar Window associated with this button
-
-
-
-
-
-
-
-
- Release the native objects.
-
-
-
-
- Release the native objects.
-
-
-
-
-
- The event that occurs when the taskbar thumbnail button
- is clicked.
-
-
-
-
- Gets thumbnail button's id.
-
-
-
-
- Gets or sets the thumbnail button's icon.
-
-
-
-
- Gets or sets the thumbnail button's tooltip.
-
-
-
-
- Gets or sets the thumbnail button's visibility. Default is true.
-
-
-
-
- Gets or sets the thumbnail button's enabled state. If the button is disabled, it is present,
- but has a visual state that indicates that it will not respond to user action. Default is true.
-
-
-
-
- Gets or sets the property that describes the behavior when the button is clicked.
- If set to true, the taskbar button's flyout will close immediately. Default is false.
-
-
-
-
- Gets or sets the property that describes whether the button is interactive with the user. Default is true.
-
-
- Non-interactive buttons don't display any hover behavior nor do they raise click events.
- They are intended to be used as status icons. This is mostly similar to being not Enabled,
- but the image is not desaturated.
-
-
-
-
- Native flags enum (used when creating the native button)
-
-
-
-
- Native representation of the thumbnail button
-
-
-
-
- Handle to the window to which this button is for (on the taskbar).
-
-
-
-
- Indicates if this button was added to the taskbar. If it's not yet added,
- then we can't do any updates on it.
-
-
-
-
- Event args for TabbedThumbnailButton.Click event
-
-
-
-
- Creates a Event Args for the TabbedThumbnailButton.Click event
-
- Window handle for the control/window related to the event
- Thumbnail toolbar button that was clicked
-
-
-
- Creates a Event Args for the TabbedThumbnailButton.Click event
-
- WPF Control (UIElement) related to the event
- Thumbnail toolbar button that was clicked
-
-
-
- Gets the Window handle for the specific control/window that is related to this event.
-
- For WPF Controls (UIElement) the WindowHandle will be IntPtr.Zero.
- Check the WindowsControl property to get the specific control associated with this event.
-
-
-
- Gets the WPF Control (UIElement) that is related to this event. This property may be null
- for non-WPF applications.
-
-
-
-
- Gets the ThumbnailToolBarButton that was clicked
-
-
-
-
- Thumbnail toolbar manager class for adding a thumbnail toolbar with a specified set of buttons
- to the thumbnail image of a window in a taskbar button flyout.
-
-
-
-
- Adds thumbnail toolbar for the specified window.
-
- Window handle for which the thumbnail toolbar buttons need to be added
- Thumbnail buttons for the window's thumbnail toolbar
- If the number of buttons exceed the maximum allowed capacity (7).
- If the Window Handle passed in invalid
- After a toolbar has been added to a thumbnail, buttons can be altered only through various
- properties on the . While individual buttons cannot be added or removed,
- they can be shown and hidden through as needed.
- The toolbar itself cannot be removed without re-creating the window itself.
-
-
-
-
- Adds thumbnail toolbar for the specified WPF Control.
-
- WPF Control for which the thumbnail toolbar buttons need to be added
- Thumbnail buttons for the window's thumbnail toolbar
- If the number of buttons exceed the maximum allowed capacity (7).
- If the control passed in null
- After a toolbar has been added to a thumbnail, buttons can be altered only through various
- properties on the ThumbnailToolBarButton. While individual buttons cannot be added or removed,
- they can be shown and hidden through ThumbnailToolBarButton.Visible as needed.
- The toolbar itself cannot be removed without re-creating the window itself.
-
-
-
-
-
-
-
-
-
- Release the native objects.
-
-
-
-
- Event arguments for when the user is notified of items
- that have been removed from the taskbar destination list
-
-
-
-
- The collection of removed items based on path.
-
-
-
-
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/Microsoft.WindowsAPICodePack.xml b/ReproductorMusicaTagEditables/bin/x64/Debug/Microsoft.WindowsAPICodePack.xml
deleted file mode 100644
index 4b82219..0000000
--- a/ReproductorMusicaTagEditables/bin/x64/Debug/Microsoft.WindowsAPICodePack.xml
+++ /dev/null
@@ -1,2934 +0,0 @@
-
-
-
- Microsoft.WindowsAPICodePack
-
-
-
-
- Provides access to the Application Restart and Recovery
- features available in Windows Vista or higher. Application Restart and Recovery lets an
- application do some recovery work to save data before the process exits.
-
-
-
-
- Registers an application for recovery by Application Restart and Recovery.
-
- An object that specifies
- the callback method, an optional parameter to pass to the callback
- method and a time interval.
-
- The registration failed due to an invalid parameter.
-
-
- The registration failed.
- The time interval is the period of time within
- which the recovery callback method
- calls the method to indicate
- that it is still performing recovery work.
-
-
-
- Removes an application's recovery registration.
-
-
- The attempt to unregister for recovery failed.
-
-
-
- Removes an application's restart registration.
-
-
- The attempt to unregister for restart failed.
-
-
-
- Called by an application's method
- to indicate that it is still performing recovery work.
-
- A value indicating whether the user
- canceled the recovery.
-
- This method must be called from a registered callback method.
-
-
-
- Called by an application's method to
- indicate that the recovery work is complete.
-
-
- This should
- be the last call made by the method because
- Windows Error Reporting will terminate the application
- after this method is invoked.
-
- true to indicate the the program was able to complete its recovery
- work before terminating; otherwise false.
-
-
-
- Registers an application for automatic restart if
- the application
- is terminated by Windows Error Reporting.
-
- An object that specifies
- the command line arguments used to restart the
- application, and
- the conditions under which the application should not be
- restarted.
- Registration failed due to an invalid parameter.
- The attempt to register failed.
- A registered application will not be restarted if it executed for less than 60 seconds before terminating.
-
-
-
- This exception is thrown when there are problems with registering, unregistering or updating
- applications using Application Restart Recovery.
-
-
-
-
- Default constructor.
-
-
-
-
- Initializes an exception with a custom message.
-
- A custom message for the exception.
-
-
-
- Initializes an exception with custom message and inner exception.
-
- A custom message for the exception.
- Inner exception.
-
-
-
- Initializes an exception with custom message and error code.
-
- A custom message for the exception.
- An error code (hresult) from which to generate the exception.
-
-
-
- Initializes an exception from serialization info and a context.
-
- Serialization info from which to create exception.
- Streaming context from which to create exception.
-
-
-
- The that represents the callback method invoked
- by the system when an application has registered for
- application recovery.
-
- An application-defined state object that is passed to the callback method.
- The callback method will be invoked
- prior to the application being terminated by Windows Error Reporting (WER). To keep WER from terminating the application before
- the callback method completes, the callback method must
- periodically call the method.
-
-
-
-
- Defines a class that contains a callback delegate and properties of the application
- as defined by the user.
-
-
-
-
- Initializes a recovery data wrapper with a callback method and the current
- state of the application.
-
- The callback delegate.
- The current state of the application.
-
-
-
- Invokes the recovery callback function.
-
-
-
-
- Gets or sets a value that determines the recovery callback function.
-
-
-
-
- Gets or sets a value that determines the application state.
-
-
-
-
- Defines methods and properties for recovery settings, and specifies options for an application that attempts
- to perform final actions after a fatal event, such as an
- unhandled exception.
-
- This class is used to register for application recovery.
- See the class.
-
-
-
-
- Initializes a new instance of the RecoverySettings class.
-
- A recovery data object that contains the callback method (invoked by the system
- before Windows Error Reporting terminates the application) and an optional state object.
- The time interval within which the
- callback method must invoke to
- prevent WER from terminating the application.
-
-
-
-
- Returns a string representation of the current state
- of this object.
-
- A object.
-
-
-
- Gets the recovery data object that contains the callback method and an optional
- parameter (usually the state of the application) to be passed to the
- callback method.
-
- A object.
-
-
-
- Gets the time interval for notifying Windows Error Reporting.
- The method must invoke
- within this interval to prevent WER from terminating the application.
-
-
- The recovery ping interval is specified in milliseconds.
- By default, the interval is 5 seconds.
- If you specify zero, the default interval is used.
-
-
-
-
- Specifies the conditions when Windows Error Reporting
- should not restart an application that has registered
- for automatic restart.
-
-
-
-
- Always restart the application.
-
-
-
-
- Do not restart when the application has crashed.
-
-
-
-
- Do not restart when the application is hung.
-
-
-
-
- Do not restart when the application is terminated
- due to a system update.
-
-
-
-
- Do not restart when the application is terminated
- because of a system reboot.
-
-
-
-
- Specifies the options for an application to be automatically
- restarted by Windows Error Reporting.
-
- Regardless of these
- settings, the application
- will not be restarted if it executed for less than 60 seconds before
- terminating.
-
-
-
- Creates a new instance of the RestartSettings class.
-
- The command line arguments
- used to restart the application.
- A bitwise combination of the RestartRestrictions
- values that specify
- when the application should not be restarted.
-
-
-
-
- Returns a string representation of the current state
- of this object.
-
- A that displays
- the command line arguments
- and restrictions for restarting the application.
-
-
-
- Gets the command line arguments used to restart the application.
-
- A object.
-
-
-
- Gets the set of conditions when the application
- should not be restarted.
-
- A set of values.
-
-
-
- This exception is thrown when there are problems with getting piece of data within PowerManager.
-
-
-
-
- Default constructor.
-
-
-
-
- Initializes an excpetion with a custom message.
-
- A custom message for the exception.
-
-
-
- Initializes an exception with custom message and inner exception.
-
- A custom message for the exception.
- An inner exception on which to base this exception.
-
-
-
- Initializes an exception from serialization info and a context.
-
- SerializationInfo for the exception.
- StreamingContext for the exception.
-
-
-
- Abstract base class for all dialog controls
-
-
-
-
- Creates a new instance of a dialog control
-
-
-
-
- Creates a new instance of a dialog control with the specified name.
-
- The name for this dialog.
-
-
-
- Calls the hosting dialog, if it exists, to check whether the
- property can be set in the dialog's current state.
- The host should throw an exception if the change is not supported.
- Note that if the dialog isn't set yet,
- there are no restrictions on setting the property.
-
- The name of the property that is changing
-
-
-
- Calls the hosting dialog, if it exists, to
- to indicate that a property has changed, and that
- the dialog should do whatever is necessary
- to propagate the change to the native control.
- Note that if the dialog isn't set yet,
- there are no restrictions on setting the property.
-
- The name of the property that is changing.
-
-
-
- Compares two objects to determine whether they are equal
-
- The object to compare against.
- A value.
-
-
-
- Serves as a hash function for a particular type.
-
- An hash code for this control.
-
-
-
- The native dialog that is hosting this control. This property is null is
- there is not associated dialog
-
-
-
-
- Gets the name for this control.
-
- A value.
-
-
-
- Gets the identifier for this control.
-
- An value.
-
-
-
- Strongly typed collection for dialog controls.
-
- DialogControl
-
-
-
- Inserts an dialog control at the specified index.
-
- The location to insert the control.
- The item to insert.
- A control with
- the same name already exists in this collection -or-
- the control is being hosted by another dialog -or- the associated dialog is
- showing and cannot be modified.
-
-
-
- Removes the control at the specified index.
-
- The location of the control to remove.
-
- The associated dialog is
- showing and cannot be modified.
-
-
-
- Searches for the control who's id matches the value
- passed in the parameter.
-
-
- An integer containing the identifier of the
- control being searched for.
-
- A DialogControl who's id matches the value of the
- parameter.
-
-
-
- Defines the indexer that supports accessing controls by name.
-
-
- Control names are case sensitive.
- This indexer is useful when the dialog is created in XAML
- rather than constructed in code.
-
- The name cannot be null or a zero-length string.
- If there is more than one control with the same name, only the first control will be returned.
-
-
-
- Indicates that the implementing class is a dialog that can host
- customizable dialog controls (subclasses of DialogControl).
-
-
-
-
- Returns if changes to the collection are allowed.
-
- true if collection change is allowed.
-
-
-
- Applies changes to the collection.
-
-
-
-
- Handle notifications of individual child
- pseudo-controls' properties changing..
- Prefilter should throw if the property
- cannot be set in the dialog's current state.
- PostProcess should pass on changes to native control,
- if appropriate.
-
- The name of the property.
- The control propertyName applies to.
- true if the property change is allowed.
-
-
-
- Called when a control currently in the collection
- has a property changed.
-
- The name of the property changed.
- The control whose property has changed.
-
-
-
- HRESULT Wrapper
-
-
-
-
- S_OK
-
-
-
-
- S_FALSE
-
-
-
-
- E_INVALIDARG
-
-
-
-
- E_OUTOFMEMORY
-
-
-
-
- E_NOINTERFACE
-
-
-
-
- E_FAIL
-
-
-
-
- E_ELEMENTNOTFOUND
-
-
-
-
- TYPE_E_ELEMENTNOTFOUND
-
-
-
-
- NO_OBJECT
-
-
-
-
- Win32 Error code: ERROR_CANCELLED
-
-
-
-
- ERROR_CANCELLED
-
-
-
-
- The requested resource is in use
-
-
-
-
- The requested resources is read-only.
-
-
-
-
- Provide Error Message Helper Methods.
- This is intended for Library Internal use only.
-
-
-
-
- This is intended for Library Internal use only.
-
-
-
-
- This is intended for Library Internal use only.
-
-
-
-
- This is intended for Library Internal use only.
-
- The Windows API error code.
- The equivalent HRESULT.
-
-
-
- This is intended for Library Internal use only.
-
- The error code.
- True if the error code indicates success.
-
-
-
- This is intended for Library Internal use only.
-
- The error code.
- True if the error code indicates success.
-
-
-
- This is intended for Library Internal use only.
-
- The error code.
- True if the error code indicates failure.
-
-
-
- This is intended for Library Internal use only.
-
- The error code.
- True if the error code indicates failure.
-
-
-
- This is intended for Library Internal use only.
-
- The COM error code.
- The Win32 error code.
- Inticates that the Win32 error code corresponds to the COM error code.
-
-
-
- Common Helper methods
-
-
-
-
- Throws PlatformNotSupportedException if the application is not running on Windows XP
-
-
-
-
- Throws PlatformNotSupportedException if the application is not running on Windows Vista
-
-
-
-
- Throws PlatformNotSupportedException if the application is not running on Windows 7
-
-
-
-
- Get a string resource given a resource Id
-
- The resource Id
- The string resource corresponding to the given resource Id. Returns null if the resource id
- is invalid or the string cannot be retrieved for any other reason.
-
-
-
- Determines if the application is running on XP
-
-
-
-
- Determines if the application is running on Vista
-
-
-
-
- Determines if the application is running on Windows 7
-
-
-
-
- Wrappers for Native Methods and Structs.
- This type is intended for internal use only
-
-
-
-
- Places (posts) a message in the message queue associated with the thread that created
- the specified window and returns without waiting for the thread to process the message.
-
- Handle to the window whose window procedure will receive the message.
- If this parameter is HWND_BROADCAST, the message is sent to all top-level windows in the system,
- including disabled or invisible unowned windows, overlapped windows, and pop-up windows;
- but the message is not sent to child windows.
-
- Specifies the message to be sent.
- Specifies additional message-specific information.
- Specifies additional message-specific information.
- A return code specific to the message being sent.
-
-
-
- Sends the specified message to a window or windows. The SendMessage function calls
- the window procedure for the specified window and does not return until the window
- procedure has processed the message.
-
- Handle to the window whose window procedure will receive the message.
- If this parameter is HWND_BROADCAST, the message is sent to all top-level windows in the system,
- including disabled or invisible unowned windows, overlapped windows, and pop-up windows;
- but the message is not sent to child windows.
-
- Specifies the message to be sent.
- Specifies additional message-specific information.
- Specifies additional message-specific information.
- A return code specific to the message being sent.
-
-
-
- Sends the specified message to a window or windows. The SendMessage function calls
- the window procedure for the specified window and does not return until the window
- procedure has processed the message.
-
- Handle to the window whose window procedure will receive the message.
- If this parameter is HWND_BROADCAST, the message is sent to all top-level windows in the system,
- including disabled or invisible unowned windows, overlapped windows, and pop-up windows;
- but the message is not sent to child windows.
-
- Specifies the message to be sent.
- Specifies additional message-specific information.
- Specifies additional message-specific information.
- A return code specific to the message being sent.
-
-
-
- Sends the specified message to a window or windows. The SendMessage function calls
- the window procedure for the specified window and does not return until the window
- procedure has processed the message.
-
- Handle to the window whose window procedure will receive the message.
- If this parameter is HWND_BROADCAST, the message is sent to all top-level windows in the system,
- including disabled or invisible unowned windows, overlapped windows, and pop-up windows;
- but the message is not sent to child windows.
-
- Specifies the message to be sent.
- Specifies additional message-specific information.
- Specifies additional message-specific information.
- A return code specific to the message being sent.
-
-
-
- Sends the specified message to a window or windows. The SendMessage function calls
- the window procedure for the specified window and does not return until the window
- procedure has processed the message.
-
- Handle to the window whose window procedure will receive the message.
- If this parameter is HWND_BROADCAST, the message is sent to all top-level windows in the system,
- including disabled or invisible unowned windows, overlapped windows, and pop-up windows;
- but the message is not sent to child windows.
-
- Specifies the message to be sent.
- Specifies additional message-specific information.
- Specifies additional message-specific information.
- A return code specific to the message being sent.
-
-
-
- Sends the specified message to a window or windows. The SendMessage function calls
- the window procedure for the specified window and does not return until the window
- procedure has processed the message.
-
- Handle to the window whose window procedure will receive the message.
- If this parameter is HWND_BROADCAST, the message is sent to all top-level windows in the system,
- including disabled or invisible unowned windows, overlapped windows, and pop-up windows;
- but the message is not sent to child windows.
-
- Specifies the message to be sent.
- Specifies additional message-specific information.
- Specifies additional message-specific information.
- A return code specific to the message being sent.
-
-
-
- Destroys an icon and frees any memory the icon occupied.
-
- Handle to the icon to be destroyed. The icon must not be in use.
- If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. To get extended error information, call GetLastError.
-
-
-
- Gets the HiWord
-
- The value to get the hi word from.
- Size
- The upper half of the dword.
-
-
-
- Gets the LoWord
-
- The value to get the low word from.
- The lower half of the dword.
-
-
-
- A Wrapper for a SIZE struct
-
-
-
-
- Width
-
-
-
-
- Height
-
-
-
-
- Dialog Show State
-
-
-
-
- Pre Show
-
-
-
-
- Currently Showing
-
-
-
-
- Currently Closing
-
-
-
-
- Closed
-
-
-
-
- Gets the Guid relating to the currently active power scheme.
-
- Reserved for future use, this must be set to IntPtr.Zero
- Returns a Guid referring to the currently active power scheme.
-
-
-
- Encapsulates the native logic required to create,
- configure, and show a TaskDialog,
- via the TaskDialogIndirect() Win32 function.
-
- A new instance of this class should
- be created for each messagebox show, as
- the HWNDs for TaskDialogs do not remain constant
- across calls to TaskDialogIndirect.
-
-
-
-
- Encapsulates additional configuration needed by NativeTaskDialog
- that it can't get from the TASKDIALOGCONFIG struct.
-
-
-
-
- Internal class containing most native interop declarations used
- throughout the library.
- Functions that are not performance intensive belong in this class.
-
-
-
-
- Gets the handle to the Icon
-
-
-
-
- Represents a network on the local machine.
- It can also represent a collection of network
- connections with a similar network signature.
-
-
- Instances of this class are obtained by calling
- methods on the class.
-
-
-
-
- Gets or sets the category of a network. The
- categories are trusted, untrusted, or
- authenticated.
-
- A value.
-
-
-
- Gets the local date and time when the network
- was connected.
-
- A object.
-
-
-
- Gets the network connections for the network.
-
- A object.
-
-
-
- Gets the connectivity state of the network.
-
- A value.
- Connectivity provides information on whether
- the network is connected, and the protocols
- in use for network traffic.
-
-
-
- Gets the local date and time when the
- network was created.
-
- A object.
-
-
-
- Gets or sets a description for the network.
-
- A value.
-
-
-
- Gets the domain type of the network.
-
- A value.
- The domain
- indictates whether the network is an Active
- Directory Network, and whether the machine
- has been authenticated by Active Directory.
-
-
-
- Gets a value that indicates whether there is
- network connectivity.
-
- A value.
-
-
-
- Gets a value that indicates whether there is
- Internet connectivity.
-
- A value.
-
-
-
- Gets or sets the name of the network.
-
- A value.
-
-
-
- Gets a unique identifier for the network.
-
- A value.
-
-
-
- An enumerable collection of objects.
-
-
-
-
- Returns the strongly typed enumerator for this collection.
-
- An object.
-
-
-
- Returns the enumerator for this collection.
-
- An object.
-
-
-
- Represents a connection to a network.
-
- A collection containing instances of this class is obtained by calling
- the property.
-
-
-
- Retrieves an object that represents the network
- associated with this connection.
-
- A object.
-
-
-
- Gets the adapter identifier for this connection.
-
- A object.
-
-
-
- Gets the unique identifier for this connection.
-
- A object.
-
-
-
- Gets a value that indicates the connectivity of this connection.
-
- A value.
-
-
-
- Gets a value that indicates whether the network associated
- with this connection is
- an Active Directory network and whether the machine
- has been authenticated by Active Directory.
-
- A value.
-
-
-
- Gets a value that indicates whether this
- connection has Internet access.
-
- A value.
-
-
-
- Gets a value that indicates whether this connection has
- network connectivity.
-
- A value.
-
-
-
- An enumerable collection of objects.
-
-
-
-
- Returns the strongly typed enumerator for this collection.
-
- A object.
-
-
-
- Returns the enumerator for this collection.
-
- A object.
-
-
-
- Specifies types of network connectivity.
-
-
-
-
- The underlying network interfaces have no
- connectivity to any network.
-
-
-
-
- There is connectivity to the Internet
- using the IPv4 protocol.
-
-
-
-
- There is connectivity to a routed network
- using the IPv4 protocol.
-
-
-
-
- There is connectivity to a network, but
- the service cannot detect any IPv4
- network traffic.
-
-
-
-
- There is connectivity to the local
- subnet using the IPv4 protocol.
-
-
-
-
- There is connectivity to the Internet
- using the IPv4 protocol.
-
-
-
-
- There is connectivity to a local
- network using the IPv6 protocol.
-
-
-
-
- There is connectivity to a network,
- but the service cannot detect any
- IPv6 network traffic
-
-
-
-
- There is connectivity to the local
- subnet using the IPv6 protocol.
-
-
-
-
- Specifies the domain type of a network.
-
-
-
-
- The network is not an Active Directory network.
-
-
-
-
- The network is an Active Directory network, but this machine is not authenticated against it.
-
-
-
-
- The network is an Active Directory network, and this machine is authenticated against it.
-
-
-
-
- Specifies the trust level for a
- network.
-
-
-
-
- The network is a public (untrusted) network.
-
-
-
-
- The network is a private (trusted) network.
-
-
-
-
- The network is authenticated against an Active Directory domain.
-
-
-
-
- Specifies the level of connectivity for
- networks returned by the
-
- class.
-
-
-
-
- Networks that the machine is connected to.
-
-
-
-
- Networks that the machine is not connected to.
-
-
-
-
- All networks.
-
-
-
-
- Provides access to objects that represent networks and network connections.
-
-
-
-
- Retrieves a collection of objects that represent the networks defined for this machine.
-
-
- The that specify the connectivity level of the returned objects.
-
-
- A of objects.
-
-
-
-
- Retrieves the identified by the specified network identifier.
-
-
- A that specifies the unique identifier for the network.
-
-
- The that represents the network identified by the identifier.
-
-
-
-
- Retrieves a collection of objects that represent the connections for this machine.
-
-
- A containing the network connections.
-
-
-
-
- Retrieves the identified by the specified connection identifier.
-
-
- A that specifies the unique identifier for the network connection.
-
-
- The identified by the specified identifier.
-
-
-
-
- Gets a value that indicates whether this machine
- has Internet connectivity.
-
- A value.
-
-
-
- Gets a value that indicates whether this machine
- has network connectivity.
-
- A value.
-
-
-
- Gets the connectivity state of this machine.
-
- A value.
-
-
-
- A snapshot of the state of the battery.
-
-
-
-
- Generates a string that represents this BatteryState object.
-
- A representation of this object's current state.
-
-
-
- Gets a value that indicates whether the battery charger is
- operating on external power.
-
- A value. True indicates the battery charger is operating on AC power.
-
-
-
- Gets the maximum charge of the battery (in mW).
-
- An value.
-
-
-
- Gets the current charge of the battery (in mW).
-
- An value.
-
-
-
- Gets the rate of discharge for the battery (in mW).
-
-
- If plugged in, fully charged: DischargeRate = 0.
- If plugged in, charging: DischargeRate = positive mW per hour.
- If unplugged: DischargeRate = negative mW per hour.
-
- An value.
-
-
-
- Gets the estimated time remaining until the battery is empty.
-
- A object.
-
-
-
- Gets the manufacturer's suggested battery charge level
- that should cause a critical alert to be sent to the user.
-
- An value.
-
-
-
- Gets the manufacturer's suggested battery charge level
- that should cause a warning to be sent to the user.
-
- An value.
-
-
-
- This class keeps track of the current state of each type of event.
- The MessageManager class tracks event handlers.
- This class only deals with each event type (i.e.
- BatteryLifePercentChanged) as a whole.
-
-
-
-
- Determines if a message should be caught, preventing
- the event handler from executing.
- This is needed when an event is initially registered.
-
- The event to check.
- A boolean value. Returns true if the
- message should be caught.
-
-
-
- Enumeration of execution states.
-
-
-
-
- No state configured.
-
-
-
-
- Forces the system to be in the working state by resetting the system idle timer.
-
-
-
-
- Forces the display to be on by resetting the display idle timer.
-
-
-
-
- Enables away mode. This value must be specified with ES_CONTINUOUS.
- Away mode should be used only by media-recording and media-distribution applications that must perform critical background processing on desktop computers while the computer appears to be sleeping. See Remarks.
-
- Windows Server 2003 and Windows XP/2000: ES_AWAYMODE_REQUIRED is not supported.
-
-
-
-
- Informs the system that the state being set should remain in effect until the next call that uses ES_CONTINUOUS and one of the other state flags is cleared.
-
-
-
-
- This class generates .NET events based on Windows messages.
- The PowerRegWindow class processes the messages from Windows.
-
-
-
-
- Registers a callback for a power event.
-
- Guid for the event.
- Event handler for the specified event.
-
-
-
- Unregisters an event handler for a power event.
-
- Guid for the event.
- Event handler to unregister.
-
-
-
- Ensures that the hidden window is initialized and
- listening for messages.
-
-
-
-
- Catch Windows messages and generates events for power specific
- messages.
-
-
-
-
- Adds an event handler to call when Windows sends
- a message for an event.
-
- Guid for the event.
- Event handler for the event.
-
-
-
- Removes an event handler.
-
- Guid for the event.
- Event handler to remove.
- Cannot unregister
- a function that is not registered.
-
-
-
- Executes any registered event handlers.
-
- ArrayList of event handlers.
-
-
-
- This method is called when a Windows message
- is sent to this window.
- The method calls the registered event handlers.
-
-
-
-
- Registers the application to receive power setting notifications
- for the specific power setting event.
-
- Handle indicating where the power setting
- notifications are to be sent.
- The GUID of the power setting for
- which notifications are to be sent.
- Returns a notification handle for unregistering
- power notifications.
-
-
-
- Enables registration for
- power-related event notifications and provides access to power settings.
-
-
-
-
- Gets a snapshot of the current battery state.
-
- A instance that represents
- the state of the battery at the time this method was called.
- The system does not have a battery.
- Requires XP/Windows Server 2003 or higher.
-
-
-
- Allows an application to inform the system that it
- is in use, thereby preventing the system from entering
- the sleeping power state or turning off the display
- while the application is running.
-
- The thread's execution requirements.
- Thrown if the SetThreadExecutionState call fails.
-
-
-
- Raised each time the active power scheme changes.
-
- The event handler specified for removal was not registered.
- Requires Vista/Windows Server 2008.
-
-
-
- Raised when the power source changes.
-
- The event handler specified for removal was not registered.
- Requires Vista/Windows Server 2008.
-
-
-
- Raised when the remaining battery life changes.
-
- The event handler specified for removal was not registered.
- Requires Vista/Windows Server 2008.
-
-
-
- Raised when the monitor status changes.
-
- The event handler specified for removal was not registered.
- Requires Vista/Windows Server 2008.
-
-
-
- Raised when the system will not be moving into an idle
- state in the near future so applications should
- perform any tasks that
- would otherwise prevent the computer from entering an idle state.
-
- The event handler specified for removal was not registered.
- Requires Vista/Windows Server 2008.
-
-
-
- Gets or sets a value that indicates whether the monitor is
- set to remain active.
-
- Requires XP/Windows Server 2003 or higher.
- The caller does not have sufficient privileges to set this property.
-
- This information is typically used by applications
- that display information but do not require
- user interaction. For example, video playback applications.
- to set this property. Demand value: ; Named Permission Sets: FullTrust.
- A value. True if the monitor
- is required to remain on.
-
-
-
- Gets or sets a value that indicates whether the system
- is required to be in the working state.
-
- Requires XP/Windows Server 2003 or higher.
- The caller does not have sufficient privileges to set this property.
-
- to set this property. Demand value: ; Named Permission Sets: FullTrust.
- A value.
-
-
-
- Gets a value that indicates whether a battery is present.
- The battery can be a short term battery.
-
- Requires XP/Windows Server 2003 or higher.
- A value.
-
-
-
- Gets a value that indicates whether the battery is a short term battery.
-
- Requires XP/Windows Server 2003 or higher.
- A value.
-
-
-
- Gets a value that indicates a UPS is present to prevent
- sudden loss of power.
-
- Requires XP/Windows Server 2003 or higher.
- A value.
-
-
-
- Gets a value that indicates the current power scheme.
-
- Requires Vista/Windows Server 2008.
- A value.
-
-
-
- Gets a value that indicates the remaining battery life
- (as a percentage of the full battery charge).
- This value is in the range 0-100,
- where 0 is not charged and 100 is fully charged.
-
- The system does not have a battery.
- Requires Vista/Windows Server 2008.
- An value.
-
-
-
- Gets a value that indictates whether the monitor is on.
-
- Requires Vista/Windows Server 2008.
- A value.
-
-
-
- Gets the current power source.
-
- Requires Vista/Windows Server 2008.
- A value.
-
-
-
- Specifies the supported power personalities.
-
-
-
-
- The power personality Guid does not match a known value.
-
-
-
-
- Power settings designed to deliver maximum performance
- at the expense of power consumption savings.
-
-
-
-
- Power settings designed consume minimum power
- at the expense of system performance and responsiveness.
-
-
-
-
- Power settings designed to balance performance
- and power consumption.
-
-
-
-
- Specifies the power source currently supplying power to the system.
-
- Application should be aware of the power source because
- some power sources provide a finite power supply.
- An application might take steps to conserve power while
- the system is using such a source.
-
-
-
-
- The computer is powered by an AC power source
- or a similar device, such as a laptop powered
- by a 12V automotive adapter.
-
-
-
-
- The computer is powered by a built-in battery.
- A battery has a limited
- amount of power; applications should conserve resources
- where possible.
-
-
-
-
- The computer is powered by a short-term power source
- such as a UPS device.
-
-
-
-
- Defines a unique key for a Shell Property
-
-
-
-
- PropertyKey Constructor
-
- A unique GUID for the property
- Property identifier (PID)
-
-
-
- PropertyKey Constructor
-
- A string represenstion of a GUID for the property
- Property identifier (PID)
-
-
-
- Returns whether this object is equal to another. This is vital for performance of value types.
-
- The object to compare against.
- Equality result.
-
-
-
- Returns the hash code of the object. This is vital for performance of value types.
-
-
-
-
-
- Returns whether this object is equal to another. This is vital for performance of value types.
-
- The object to compare against.
- Equality result.
-
-
-
- Implements the == (equality) operator.
-
- First property key to compare.
- Second property key to compare.
- true if object a equals object b. false otherwise.
-
-
-
- Implements the != (inequality) operator.
-
- First property key to compare
- Second property key to compare.
- true if object a does not equal object b. false otherwise.
-
-
-
- Override ToString() to provide a user friendly string representation
-
- String representing the property key
-
-
-
- A unique GUID for the property
-
-
-
-
- Property identifier (PID)
-
-
-
-
- Represents the OLE struct PROPVARIANT.
- This class is intended for internal use only.
-
-
- Originally sourced from http://blogs.msdn.com/adamroot/pages/interop-with-propvariants-in-net.aspx
- and modified to support additional types including vectors and ability to set values
-
-
-
-
- Attempts to create a PropVariant by finding an appropriate constructor.
-
- Object from which PropVariant should be created.
-
-
-
- Default constrcutor
-
-
-
-
- Set a string value
-
-
-
-
- Set a string vector
-
-
-
-
- Set a bool vector
-
-
-
-
- Set a short vector
-
-
-
-
- Set a short vector
-
-
-
-
- Set an int vector
-
-
-
-
- Set an uint vector
-
-
-
-
- Set a long vector
-
-
-
-
- Set a ulong vector
-
-
-
- >
- Set a double vector
-
-
-
-
- Set a DateTime vector
-
-
-
-
- Set a bool value
-
-
-
-
- Set a DateTime value
-
-
-
-
- Set a byte value
-
-
-
-
- Set a sbyte value
-
-
-
-
- Set a short value
-
-
-
-
- Set an unsigned short value
-
-
-
-
- Set an int value
-
-
-
-
- Set an unsigned int value
-
-
-
-
- Set a decimal value
-
-
-
-
- Create a PropVariant with a contained decimal array.
-
- Decimal array to wrap.
-
-
-
- Create a PropVariant containing a float type.
-
-
-
-
- Creates a PropVariant containing a float[] array.
-
-
-
-
- Set a long
-
-
-
-
- Set a ulong
-
-
-
-
- Set a double
-
-
-
-
- Set an IUnknown value
-
- The new value to set.
-
-
-
- Set a safe array value
-
- The new value to set.
-
-
-
- Disposes the object, calls the clear function.
-
-
-
-
- Finalizer
-
-
-
-
- Provides an simple string representation of the contained data and type.
-
-
-
-
-
- Gets or sets the variant type.
-
-
-
-
- Checks if this has an empty or null value
-
-
-
-
-
- Gets the variant value.
-
-
-
-
- A strongly-typed resource class, for looking up localized strings, etc.
-
-
-
-
- Returns the cached ResourceManager instance used by this class.
-
-
-
-
- Overrides the current thread's CurrentUICulture property for all
- resource lookups using this strongly typed resource class.
-
-
-
-
- Looks up a localized string similar to Failed to register application for restart due to bad parameters..
-
-
-
-
- Looks up a localized string similar to Application was not registered for recovery due to bad parameters..
-
-
-
-
- Looks up a localized string similar to Application failed to register for recovery..
-
-
-
-
- Looks up a localized string similar to Application failed to registered for restart..
-
-
-
-
- Looks up a localized string similar to Unregister for recovery failed..
-
-
-
-
- Looks up a localized string similar to Unregister for restart failed..
-
-
-
-
- Looks up a localized string similar to This method must be called from the registered callback method..
-
-
-
-
- Looks up a localized string similar to ACOnline: {1}{0}Max Charge: {2} mWh{0}Current Charge: {3} mWh{0}Discharge Rate: {4} mWh{0}Estimated Time Remaining: {5}{0}Suggested Critical Battery Charge: {6} mWh{0}Suggested Battery Warning Charge: {7} mWh{0}.
-
-
-
-
- Looks up a localized string similar to Cancelable cannot be changed while dialog is showing..
-
-
-
-
- Looks up a localized string similar to Dialog caption cannot be changed while dialog is showing..
-
-
-
-
- Looks up a localized string similar to CheckBox text cannot be changed while dialog is showing..
-
-
-
-
- Looks up a localized string similar to Collapsed control text cannot be changed while dialog is showing..
-
-
-
-
- Looks up a localized string similar to Only supported on Windows 7 or newer..
-
-
-
-
- Looks up a localized string similar to Only supported on Windows Vista or newer..
-
-
-
-
- Looks up a localized string similar to Only supported on Windows XP or newer..
-
-
-
-
- Looks up a localized string similar to Dialog cannot have more than one control with the same name..
-
-
-
-
- Looks up a localized string similar to Dialog control must be removed from current collections first..
-
-
-
-
- Looks up a localized string similar to Control name cannot be null or zero length..
-
-
-
-
- Looks up a localized string similar to Modifying controls collection while dialog is showing is not supported..
-
-
-
-
- Looks up a localized string similar to Dialog control name cannot be empty or null..
-
-
-
-
- Looks up a localized string similar to Dialog controls cannot be renamed..
-
-
-
-
- Looks up a localized string similar to Application.
-
-
-
-
- Looks up a localized string similar to .
-
-
-
-
- Looks up a localized string similar to .
-
-
-
-
- Looks up a localized string similar to Expanded information mode cannot be changed while dialog is showing..
-
-
-
-
- Looks up a localized string similar to Expanded control label cannot be changed while dialog is showing..
-
-
-
-
- Looks up a localized string similar to Expanding state of the dialog cannot be changed while dialog is showing..
-
-
-
-
- Looks up a localized string similar to Hyperlinks cannot be enabled/disabled while dialog is showing..
-
-
-
-
- Looks up a localized string similar to Reference path is invalid..
-
-
-
-
- Looks up a localized string similar to The specified event handler has not been registered..
-
-
-
-
- Looks up a localized string similar to An error has occurred in dialog configuration..
-
-
-
-
- Looks up a localized string similar to Invalid arguments to Win32 call..
-
-
-
-
- Looks up a localized string similar to Dialog contents too complex..
-
-
-
-
- Looks up a localized string similar to An unexpected internal error occurred in the Win32 call: {0:x}.
-
-
-
-
- Looks up a localized string similar to TaskDialog feature needs to load version 6 of comctl32.dll but a different version is current loaded in memory..
-
-
-
-
- Looks up a localized string similar to Dialog owner cannot be changed while dialog is showing..
-
-
-
-
- Looks up a localized string similar to SetThreadExecutionState call failed..
-
-
-
-
- Looks up a localized string similar to The caller had insufficient access rights to get the system battery state..
-
-
-
-
- Looks up a localized string similar to The caller had insufficient access rights to get the system power capabilities..
-
-
-
-
- Looks up a localized string similar to Failed to get active power scheme..
-
-
-
-
- Looks up a localized string similar to Battery is not present on this system..
-
-
-
-
- Looks up a localized string similar to Progress bar cannot be changed while dialog is showing..
-
-
-
-
- Looks up a localized string similar to Progress bar cannot be hosted in multiple dialogs..
-
-
-
-
- Looks up a localized string similar to {0}, {1}.
-
-
-
-
- Looks up a localized string similar to Unable to initialize PropVariant..
-
-
-
-
- Looks up a localized string similar to Multi-dimensional SafeArrays not supported..
-
-
-
-
- Looks up a localized string similar to String argument cannot be null or empty..
-
-
-
-
- Looks up a localized string similar to This Value type is not supported..
-
-
-
-
- Looks up a localized string similar to Cannot be cast to unsupported type..
-
-
-
-
- Looks up a localized string similar to delegate: {0}, state: {1}, ping: {2}.
-
-
-
-
- Looks up a localized string similar to command: {0} restrictions: {1}.
-
-
-
-
- Looks up a localized string similar to StandardButtons cannot be changed while dialog is showing..
-
-
-
-
- Looks up a localized string similar to Startup location cannot be changed while dialog is showing..
-
-
-
-
- Looks up a localized string similar to Bad button ID in closing event..
-
-
-
-
- Looks up a localized string similar to Button text must be non-empty..
-
-
-
-
- Looks up a localized string similar to Check box text must be provided to enable the dialog check box..
-
-
-
-
- Looks up a localized string similar to Attempting to close a non-showing dialog..
-
-
-
-
- Looks up a localized string similar to Application.
-
-
-
-
- Looks up a localized string similar to .
-
-
-
-
- Looks up a localized string similar to .
-
-
-
-
- Looks up a localized string similar to Cannot have more than one default button of a given type..
-
-
-
-
- Looks up a localized string similar to Maximum value provided must be greater than the minimum value..
-
-
-
-
- Looks up a localized string similar to Minimum value provided must be a positive number..
-
-
-
-
- Looks up a localized string similar to Minimum value provided must less than the maximum value..
-
-
-
-
- Looks up a localized string similar to Value provided must be greater than equal to the minimum value and less than the maximum value..
-
-
-
-
- Looks up a localized string similar to Dialog cannot display both non-standard buttons and standard buttons..
-
-
-
-
- Looks up a localized string similar to Dialog cannot display both non-standard buttons and command links..
-
-
-
-
- Looks up a localized string similar to Unknown dialog control type..
-
-
-
-
- Base class for Safe handles with Null IntPtr as invalid
-
-
-
-
- Default constructor
-
-
-
-
- Determines if this is a valid handle
-
-
-
-
- Safe Icon Handle
-
-
-
-
- Release the handle
-
- true if handled is release successfully, false otherwise
-
-
-
- Safe Region Handle
-
-
-
-
- Release the handle
-
- true if handled is release successfully, false otherwise
-
-
-
- Safe Window Handle
-
-
-
-
- Release the handle
-
- true if handled is release successfully, false otherwise
-
-
-
- Encapsulates a new-to-Vista Win32 TaskDialog window
- - a powerful successor to the MessageBox available
- in previous versions of Windows.
-
-
-
-
- Creates a basic TaskDialog window
-
-
-
-
- Creates and shows a task dialog with the specified message text.
-
- The text to display.
- The dialog result.
-
-
-
- Creates and shows a task dialog with the specified supporting text and main instruction.
-
- The supporting text to display.
- The main instruction text to display.
- The dialog result.
-
-
-
- Creates and shows a task dialog with the specified supporting text, main instruction, and dialog caption.
-
- The supporting text to display.
- The main instruction text to display.
- The caption for the dialog.
- The dialog result.
-
-
-
- Creates and shows a task dialog.
-
- The dialog result.
-
-
-
- Close TaskDialog
-
- if TaskDialog is not showing.
-
-
-
- Close TaskDialog with a given TaskDialogResult
-
- TaskDialogResult to return from the TaskDialog.Show() method
- if TaskDialog is not showing.
-
-
-
- Sets important text properties.
-
- An instance of a object.
-
-
-
- Dispose TaskDialog Resources
-
-
-
-
- TaskDialog Finalizer
-
-
-
-
- Dispose TaskDialog Resources
-
- If true, indicates that this is being called via Dispose rather than via the finalizer.
-
-
-
- Occurs when a progress bar changes.
-
-
-
-
- Occurs when a user clicks a hyperlink.
-
-
-
-
- Occurs when the TaskDialog is closing.
-
-
-
-
- Occurs when a user clicks on Help.
-
-
-
-
- Occurs when the TaskDialog is opened.
-
-
-
-
- Gets or sets a value that contains the owner window's handle.
-
-
-
-
- Gets or sets a value that contains the message text.
-
-
-
-
- Gets or sets a value that contains the instruction text.
-
-
-
-
- Gets or sets a value that contains the caption text.
-
-
-
-
- Gets or sets a value that contains the footer text.
-
-
-
-
- Gets or sets a value that contains the footer check box text.
-
-
-
-
- Gets or sets a value that contains the expanded text in the details section.
-
-
-
-
- Gets or sets a value that determines if the details section is expanded.
-
-
-
-
- Gets or sets a value that contains the expanded control text.
-
-
-
-
- Gets or sets a value that contains the collapsed control text.
-
-
-
-
- Gets or sets a value that determines if Cancelable is set.
-
-
-
-
- Gets or sets a value that contains the TaskDialog main icon.
-
-
-
-
- Gets or sets a value that contains the footer icon.
-
-
-
-
- Gets or sets a value that contains the standard buttons.
-
-
-
-
- Gets a value that contains the TaskDialog controls.
-
-
-
-
- Gets or sets a value that determines if hyperlinks are enabled.
-
-
-
-
- Gets or sets a value that indicates if the footer checkbox is checked.
-
-
-
-
- Gets or sets a value that contains the expansion mode for this dialog.
-
-
-
-
- Gets or sets a value that contains the startup location.
-
-
-
-
- Gets or sets the progress bar on the taskdialog. ProgressBar a visual representation
- of the progress of a long running operation.
-
-
-
-
- Indicates whether this feature is supported on the current platform.
-
-
-
-
- Defines a common class for all task dialog bar controls, such as the progress and marquee bars.
-
-
-
-
- Declares the abstract base class for all custom task dialog controls.
-
-
-
-
- Creates a new instance of a task dialog control.
-
-
-
-
- Creates a new instance of a task dialog control with the specified name.
-
- The name for this control.
-
-
-
- Creates a new instance of this class.
-
-
-
-
- Creates a new instance of this class with the specified name.
-
- The name for this control.
-
-
-
- Resets the state of the control to normal.
-
-
-
-
- Gets or sets the state of the progress bar.
-
-
-
-
- Implements a button that can be hosted in a task dialog.
-
-
-
-
- Defines the abstract base class for task dialog buttons.
- Classes that inherit from this class will inherit
- the Text property defined in this class.
-
-
-
-
- Creates a new instance on a task dialog button.
-
-
-
-
- Creates a new instance on a task dialog button with
- the specified name and text.
-
- The name for this button.
- The label for this button.
-
-
-
- Returns the Text property value for this button.
-
- A .
-
-
-
- Raised when the task dialog button is clicked.
-
-
-
-
- Gets or sets the button text.
-
-
-
-
- Gets or sets a value that determines whether the
- button is enabled. The enabled state can cannot be changed
- before the dialog is shown.
-
-
-
-
- Gets or sets a value that indicates whether
- this button is the default button.
-
-
-
-
- Creates a new instance of this class.
-
-
-
-
- Creates a new instance of this class with the specified property settings.
-
- The name of the button.
- The button label.
-
-
-
- Gets or sets a value that controls whether the elevation icon is displayed.
-
-
-
-
- Data associated with event.
-
-
-
-
- Gets or sets the standard button that was clicked.
-
-
-
-
- Gets or sets the text of the custom button that was clicked.
-
-
-
-
- Represents a command-link.
-
-
-
-
- Creates a new instance of this class.
-
-
-
-
- Creates a new instance of this class with the specified name and label.
-
- The name for this button.
- The label for this button.
-
-
-
- Creates a new instance of this class with the specified name,label, and instruction.
-
- The name for this button.
- The label for this button.
- The instruction for this command link.
-
-
-
- Returns a string representation of this object.
-
- A
-
-
-
- Gets or sets the instruction associated with this command link button.
-
-
-
-
- Specifies the options for expand/collapse sections in dialogs.
-
-
-
-
- Do not show the content.
-
-
-
-
- Show the content.
-
-
-
-
- Expand the footer content.
-
-
-
-
- Defines event data associated with a HyperlinkClick event.
-
-
-
-
- Creates a new instance of this class with the specified link text.
-
- The text of the hyperlink that was clicked.
-
-
-
- Gets or sets the text of the hyperlink that was clicked.
-
-
-
-
- Provides a visual representation of the progress of a long running operation.
-
-
-
-
- Creates a new instance of this class.
-
-
-
-
- Creates a new instance of this class with the specified name.
- And using the default values: Min = 0, Max = 100, Current = 0
-
- The name of the control.
-
-
-
- Creates a new instance of this class with the specified
- minimum, maximum and current values.
-
- The minimum value for this control.
- The maximum value for this control.
- The current value for this control.
-
-
-
- Resets the control to its minimum value.
-
-
-
-
- Gets or sets the minimum value for the control.
-
-
-
-
- Gets or sets the maximum value for the control.
-
-
-
-
- Gets or sets the current value for the control.
-
-
-
-
- Verifies that the progress bar's value is between its minimum and maximum.
-
-
-
-
- Sets the state of a task dialog progress bar.
-
-
-
-
- Uninitialized state, this should never occur.
-
-
-
-
- Normal state.
-
-
-
-
- An error occurred.
-
-
-
-
- The progress is paused.
-
-
-
-
- Displays marquee (indeterminate) style progress
-
-
-
-
- Defines a radio button that can be hosted in by a
- object.
-
-
-
-
- Creates a new instance of this class.
-
-
-
-
- Creates a new instance of this class with
- the specified name and text.
-
- The name for this control.
- The value for this controls
- property.
-
-
-
- Indicates the various buttons and options clicked by the user on the task dialog.
-
-
-
-
- No button was selected.
-
-
-
-
- "OK" button was clicked
-
-
-
-
- "Yes" button was clicked
-
-
-
-
- "No" button was clicked
-
-
-
-
- "Cancel" button was clicked
-
-
-
-
- "Retry" button was clicked
-
-
-
-
- "Close" button was clicked
-
-
-
-
- A custom button was clicked.
-
-
-
-
- Identifies one of the standard buttons that
- can be displayed via TaskDialog.
-
-
-
-
- No buttons on the dialog.
-
-
-
-
- An "OK" button.
-
-
-
-
- A "Yes" button.
-
-
-
-
- A "No" button.
-
-
-
-
- A "Cancel" button.
-
-
-
-
- A "Retry" button.
-
-
-
-
- A "Close" button.
-
-
-
-
- Specifies the icon displayed in a task dialog.
-
-
-
-
- Displays no icons (default).
-
-
-
-
- Displays the warning icon.
-
-
-
-
- Displays the error icon.
-
-
-
-
- Displays the Information icon.
-
-
-
-
- Displays the User Account Control shield.
-
-
-
-
- Specifies the initial display location for a task dialog.
-
-
-
-
- The window placed in the center of the screen.
-
-
-
-
- The window centered relative to the window that launched the dialog.
-
-
-
-
- The event data for a TaskDialogTick event.
-
-
-
-
- Initializes the data associated with the TaskDialog tick event.
-
- The total number of ticks since the control was activated.
-
-
-
- Gets a value that determines the current number of ticks.
-
-
-
-
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/Microsoft.Xaml.Behaviors.pdb b/ReproductorMusicaTagEditables/bin/x64/Debug/Microsoft.Xaml.Behaviors.pdb
deleted file mode 100644
index 9464ccc..0000000
Binary files a/ReproductorMusicaTagEditables/bin/x64/Debug/Microsoft.Xaml.Behaviors.pdb and /dev/null differ
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/Microsoft.Xaml.Behaviors.xml b/ReproductorMusicaTagEditables/bin/x64/Debug/Microsoft.Xaml.Behaviors.xml
deleted file mode 100644
index 9b045ca..0000000
--- a/ReproductorMusicaTagEditables/bin/x64/Debug/Microsoft.Xaml.Behaviors.xml
+++ /dev/null
@@ -1,2389 +0,0 @@
-
-
-
- Microsoft.Xaml.Behaviors
-
-
-
-
- Represents a collection of IAttachedObject with a shared AssociatedObject and provides change notifications to its contents when that AssociatedObject changes.
-
-
-
-
- The object on which the collection is hosted.
-
-
-
-
- Initializes a new instance of the class.
-
- Internal, because this should not be inherited outside this assembly.
-
-
-
- Called immediately after the collection is attached to an AssociatedObject.
-
-
-
-
- Called when the collection is being detached from its AssociatedObject, but before it has actually occurred.
-
-
-
-
- Called when a new item is added to the collection.
-
- The new item.
-
-
-
- Called when an item is removed from the collection.
-
- The removed item.
-
-
- Cannot add the instance to a collection more than once.
-
-
-
- Gets the associated object.
-
- The associated object.
-
-
-
- Attaches to the specified object.
-
- The object to attach to.
- The IAttachedObject is already attached to a different object.
-
-
-
- Detaches this instance from its associated object.
-
-
-
-
- Encapsulates state information and zero or more ICommands into an attachable object.
-
- The type the can be attached to.
-
- Behavior is the base class for providing attachable state and commands to an object.
- The types the Behavior can be attached to can be controlled by the generic parameter.
- Override OnAttached() and OnDetaching() methods to hook and unhook any necessary handlers
- from the AssociatedObject.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets the object to which this is attached.
-
-
-
-
- Encapsulates state information and zero or more ICommands into an attachable object.
-
- This is an infrastructure class. Behavior authors should derive from Behavior<T> instead of from this class.
-
-
-
- The type to which this behavior can be attached.
-
-
-
-
- Gets the object to which this behavior is attached.
-
-
-
-
- Called after the behavior is attached to an AssociatedObject.
-
- Override this to hook up functionality to the AssociatedObject.
-
-
-
- Called when the behavior is being detached from its AssociatedObject, but before it has actually occurred.
-
- Override this to unhook functionality from the AssociatedObject.
-
-
-
- Gets the associated object.
-
- The associated object.
-
-
-
- Attaches to the specified object.
-
- The object to attach to.
- The Behavior is already hosted on a different element.
- dependencyObject does not satisfy the Behavior type constraint.
-
-
-
- Detaches this instance from its associated object.
-
-
-
-
- Represents a collection of behaviors with a shared AssociatedObject and provides change notifications to its contents when that AssociatedObject changes.
-
-
-
-
- Initializes a new instance of the class.
-
- Internal, because this should not be inherited outside this assembly.
-
-
-
- Called immediately after the collection is attached to an AssociatedObject.
-
-
-
-
- Called when the collection is being detached from its AssociatedObject, but before it has actually occurred.
-
-
-
-
- Called when a new item is added to the collection.
-
- The new item.
-
-
-
- Called when an item is removed from the collection.
-
- The removed item.
-
-
-
- Creates a new instance of the BehaviorCollection.
-
- The new instance.
-
-
-
- This method evaluates operands.
-
- Left operand from the LeftOperand property.
- Operator from Operator property.
- Right operand from the RightOperand property.
- Returns true if the condition is met; otherwise, returns false.
-
-
-
- Evaluates both operands that implement the IComparable interface.
-
- Left operand from the LeftOperand property.
- Operator from Operator property.
- Right operand from the RightOperand property.
- Returns true if the condition is met; otherwise, returns false.
-
-
-
- A basic implementation of ICommand that wraps a method that takes no parameters or a method that takes one parameter.
-
-
-
-
- Initializes a new instance of the class.
-
- The action.
- Use this constructor to provide an action that ignores the ICommand parameter.
-
-
-
- Initializes a new instance of the class.
-
- An action that takes an object parameter.
- Use this constructor to provide an action that uses the object parameter passed by the Execute method.
-
-
-
- Occurs when changes occur that affect whether the command should execute. Will not be fired by ActionCommand.
-
-
-
-
- Defines the method that determines whether the command can execute in its current state.
-
- Data used by the command. If the command does not require data to be passed, then this object can be set to null.
-
- Always returns true.
-
-
-
-
- Defines the method to be called when the command is invoked.
-
- Data used by the command. If the command does not require data to be passed, then this object can be set to null.
-
-
-
- Calls a method on a specified object when invoked.
-
-
-
-
- The object that exposes the method of interest. This is a dependency property.
-
-
-
-
- The name of the method to invoke. This is a dependency property.
-
-
-
-
- Invokes the action.
-
- The parameter of the action. If the action does not require a parameter, the parameter may be set to a null reference.
-
-
-
- Called after the action is attached to an AssociatedObject.
-
- Override this to hook up functionality to the AssociatedObject.
-
-
-
- Called when the action is getting detached from its AssociatedObject, but before it has actually occurred.
-
- Override this to unhook functionality from the AssociatedObject.
-
-
-
- An action that will change a specified property to a specified value when invoked.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets or sets the name of the property to change. This is a dependency property.
-
- The name of the property to change.
-
-
-
- Gets or sets the value to set. This is a dependency property.
-
- The value to set.
-
-
-
- Gets or sets the duration of the animation that will occur when the ChangePropertyAction is invoked. This is a dependency property.
- If the duration is unset, no animation will be applied.
-
-
-
-
- Increment by Value if true; otherwise, set the value directly. If the property cannot be incremented, it will instead try to set the value directly.
-
-
-
-
- Invokes the action.
-
- The parameter of the action. If the action does not require a parameter, then the parameter may be set to a null reference.
- A property with could not be found on the Target.
- Could not set to the value specified by .
-
-
-
- Represents one ternary condition.
-
-
-
-
- Gets or sets the left operand.
-
-
-
-
- Gets or sets the right operand.
-
-
-
-
- Gets or sets the comparison operator.
-
-
-
-
- Method that evaluates the condition. Note that this method can throw ArgumentException if the operator is
- incompatible with the type. For instance, operators LessThan, LessThanOrEqual, GreaterThan, and GreaterThanOrEqual
- require both operators to implement IComparable.
-
- Returns true if the condition has been met; otherwise, returns false.
-
-
-
- Ensure that any binding on DP operands are up-to-date.
-
-
-
-
- Enumeration of different comparison operators.
-
-
-
-
- Forward chaining.
-
-
-
-
- Represents a conditional expression that is set on a ConditionBehavior.Condition property.
- Contains a list of conditions that gets evaluated in order to return true or false for ICondition.Evaluate().
-
-
-
-
- Gets or sets forward chaining for the conditions.
- If forward chaining is set to ForwardChaining.And, all conditions must be met.
- If forward chaining is set to ForwardChaining.Or, only one condition must be met.
-
-
-
-
- Return the Condition collections.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Goes through the Conditions collection and evalutes each condition based on
- ForwardChaining property.
-
- Returns true if conditions are met; otherwise, returns false.
-
-
-
- A behavior that attaches to a trigger and controls the conditions
- to fire the actions.
-
-
-
-
-
- Gets or sets the IConditon object on behavior.
-
- The name of the condition to change.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- The event handler that is listening to the preview invoke event that is fired by
- the trigger. Setting PreviewInvokeEventArgs.Cancelling to True will
- cancel the invocation.
-
- The trigger base object.
- An object of type PreviewInvokeEventArgs where e.Cancelling can be set to True.
-
-
-
- Toggles between two states based on a conditional statement.
-
-
-
-
- Gets or sets the binding that produces the property value of the data object. This is a dependency property.
-
-
-
-
- Gets or sets the value to be compared with the property value of the data object. This is a dependency property.
-
-
-
-
- Gets or sets the name of the visual state to transition to when the condition is met. This is a dependency property.
-
-
-
-
- Gets or sets the name of the visual state to transition to when the condition is not met. This is a dependency property.
-
-
-
-
- Called after the behavior is attached to an AssociatedObject.
-
- Override this to hook up functionality to the AssociatedObject.
-
-
-
- A helper function to take the place of FrameworkElement.IsLoaded, as this property isn't available in Silverlight.
-
- The element of interest.
- Returns true if the element has been loaded; otherwise, returns false.
-
-
-
- Trigger designed to be bound to a data store property. Fires when the property changes.
-
-
-
-
- Represents a trigger that performs actions when the bound data meets a specified condition.
-
-
-
-
- Gets or sets the value to be compared with the property value of the data object. This is a dependency property.
-
-
-
-
- Gets or sets the type of comparison to be performed between the specified values. This is a dependency property.
-
-
-
-
- Called when the binding property has changed.
- UA_REVIEW:chabiss
-
- argument.
-
-
-
- ExtendedVisualStateManager is a custom VisualStateManager that can smooth out the animation of layout properties.
- With this custom VisualStateManager, states can include changes to properties like Grid.Column, can change element heights to or from Auto, and so on.
- These changes will be smoothed out over time using the GeneratedDuration and GeneratedEasingFunction of the appropriate transition.
- See the "VisualStateManager overrides" region below for a general description of the algorithm.
-
-
-
-
- OriginalValueRecord remembers the original value of a property that was changed in a state.
-
-
-
-
- A VisualStateGroup that can use FluidLayout or not.
-
-
-
-
- Visibility is shadowed by a custom attached property at runtime.
-
-
-
-
- A VisualStateGroup keeps a list of these original values in an attached property.
-
-
-
-
- For every state, the layout-specific properties get extracted and then are attached to the state. These properties are removed from the state itself.
-
-
-
-
- Remember the current state.
-
-
-
-
- The TransitionEffect to use when the state changes.
-
-
-
-
- The TransitionEffectStoryboard in use during the state change.
-
-
-
-
- The cached background in use during the state change.
-
-
-
-
- The cached background in use during the state change.
-
-
-
-
- The cached background in use during the state change.
-
-
-
-
- This is the set of elements that are currently in motion.
-
-
-
-
- This is the storyboard that is animating the transition.
-
-
-
-
- This list contains all the known layout properties.
-
-
-
-
- Stop the animation and replace the layout changes that were made to support that animation.
-
-
-
-
- Locate the transition that VisualStateManager will use to animate the change, so that the layout animation can match the duration and easing.
-
- The group in which the transition is taking place.
- The state that you are coming from.
- The state you are going to.
- The transition
-
-
-
- Remove all layout-affecting properties from the Storyboard for the state and cache them in an attached property.
-
- The state you are moving to.
- A Storyboard containing the layout properties in that state.
-
-
-
- The set of target elements is the set of all elements that might have moved in a layout transition. This set is the closure of:
- - Elements with layout properties animated in the state.
- - Siblings of elements in the set.
- - Parents of elements in the set.
-
- Subsequent code will check these rectangles both before and after the layout change.
-
- The control whose layout is changing state.
- The storyboard containing the layout changes.
- Any previous values from previous state navigations that might be reverted.
- The set of elements currently in motion, if there is a state change transition ongoing.
- The full set of elements whose layout may have changed.
-
-
-
- Gets a set of rectangles for all the elements in the target list.
-
- The set of elements to consider.
- The set of elements currently in motion.
- A Dictionary mapping elements to their Rects.
-
-
-
- Get the layout rectangle of an element, by getting the layout slot and then computing which portion of the slot is being used.
-
- The element whose layout Rect will be retrieved.
- The layout Rect of that element.
-
-
-
- Get the opacities of elements at the time of the state change, instead of visibilities, because the state change may be in process and the current value is the most important.
-
- The control whose state is changing.
- The storyboard with the layout properties.
- The set of original values.
-
-
-
-
- Go through the layout Storyboard and set all the properties by using SetValue to enable calling UpdateLayout without
- ticking the timeline, which would cause a render.
- All values that are overwritten will be stored in the collection of OriginalValueRecords so that they can be replaced later.
-
- The control whose state is changing.
- The Storyboard holding the layout properties.
- The store of original values.
-
-
-
- Take all the elements that will be moving as a result of the layout animation, and wrap them in Canvas panels so that
- they do not affect their sibling elements.
-
- The set of elements that will be moving.
-
-
-
- Take all the elements that have been moving as a result of the layout animation, and unwrap them from their Canvas panels.
-
- The set of elements that have been moving.
-
-
-
- Copy the layout properties from the source element to the target element, clearing them from the source.
-
- The source of the layout properties.
- The destination of the layout properties.
-
-
-
- Create the actual Storyboard that will be used to animate the transition. Use all previously calculated results.
-
- The duration of the animation.
- The easing function to be used in the animation.
- The set of elements that will be moving.
- The old opacities of the elements whose visibility properties are changing.
- The Storyboard.
-
-
-
- An action that will transition a FrameworkElement to a specified VisualState when invoked.
-
-
- If the TargetName property is set, this action will attempt to change the state of the targeted element. If not, it walks
- the element tree in an attempt to locate an alternative target that defines states. ControlTemplate and UserControl are
- two common possibilities.
-
-
-
-
- Determines whether or not to use a VisualTransition to transition between states.
-
-
-
-
- The name of the VisualState.
-
-
-
-
- Called when the target changes. If the TargetName property isn't set, this action has custom behavior.
-
-
-
- Could not locate an appropriate FrameworkElement with states.
-
-
-
- This method is called when some criteria is met and the action is invoked.
-
-
- Could not change the target to the specified StateName.
-
-
-
- An interface that a given object must implement in order to be
- set on a ConditionBehavior.Condition property.
-
-
-
-
- An action that will launch a process to open a file or Uri. For files, this action will launch the default program
- for the given file extension. A Uri will open in a web browser.
-
-
-
-
- The file or Uri to open.
-
-
-
-
- This method is called when some criteria is met and the action is invoked.
-
-
-
-
-
- Represents a trigger that performs actions when the bound data have changed.
-
-
-
-
- A binding object that the trigger will listen to, and that causes the trigger to fire when it changes.
-
-
-
-
- Called when the binding property has changed.
-
- argument.
-
-
-
- Called after the trigger is attached to an AssociatedObject.
-
-
-
-
- Called when the trigger is being detached from its AssociatedObject, but before it has actually occurred.
-
-
-
-
- Called when the target changes. If the TargetName property isn't set, this action has custom behavior.
-
-
-
- Could not locate an appropriate FrameworkElement with states.
-
-
-
- Allows a user to remove the item from a ListBox ItemTemplate.
-
-
-
-
- An action that will remove the targeted element from the tree when invoked.
-
-
- This action may fail. The action understands how to remove elements from common parents but not from custom collections or direct manipulation
- of the visual tree.
-
-
-
-
- An action that will change the value of a property from a data store object.
- This class is identical to ChangePropertyAction. The only difference is that the data store picker is loaded
- for this action.
-
-
-
-
- A trigger that is triggered by a specified event occurring on its source and fires after a delay when that event is fired.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets or sets the number of milliseconds to wait between ticks. This is a dependency property.
-
-
-
-
- Gets or sets the total number of ticks to be fired before the trigger is finished. This is a dependency property.
-
-
-
-
- Enumerates possible values for reusable property value editors.
-
-
-
-
- Uses the element picker, if supported, to edit this property at design time.
-
-
-
-
- Uses the storyboard picker, if supported, to edit this property at design time.
-
-
-
-
- Uses the state picker, if supported, to edit this property at design time.
-
-
-
-
- Uses the element-binding picker, if supported, to edit this property at design time.
-
-
-
-
- Uses the property-binding picker, if supported, to edit this property at design time.
-
-
-
-
- Associates the given editor type with the property on which the CustomPropertyValueEditor is applied.
-
- Use this attribute to get improved design-time editing for properties that denote element (by name), storyboards, or states (by name).
-
-
-
- Gets or sets the custom property value editor.
-
- The custom property value editor.
-
-
-
- Initializes a new instance of the class.
-
- The custom property value editor.
-
-
-
- Helper class for managing binding expressions on dependency objects.
-
-
-
-
- Ensure that all DP on an action with binding expressions are
- up to date. DataTrigger fires during data binding phase. Since
- actions are children of the trigger, any bindings on the action
- may not be up-to-date. This routine is called before the action
- is invoked in order to guarantee that all bindings are up-to-date
- with the most current data.
-
-
-
-
- Ensures that all binding expression on actions are up to date
-
-
-
-
- This helper function ensures that, if a dependency property on a dependency object
- has a binding expression, the binding expression is up-to-date.
-
-
-
-
-
-
- Provides design tools information about what to instantiate for a given action or command.
-
-
-
-
- Gets the type that this DefaultTriggerAttribute applies to.
-
- The type this DefaultTriggerAttribute applies to.
-
-
-
- Gets the type of the to instantiate.
-
- The type of the to instantiate.
-
-
-
- Gets the parameters to pass to the constructor.
-
- The parameters to pass to the constructor.
-
-
-
- Initializes a new instance of the class.
-
- The type this attribute applies to.
- The type of to instantiate.
- A single argument for the specified .
- is not derived from TriggerBase.
- This constructor is useful if the specifed has a single argument. The
- resulting code will be CLS compliant.
-
-
-
- Initializes a new instance of the class.
-
- The type this attribute applies to.
- The type of to instantiate.
- The constructor arguments for the specified .
- is not derived from TriggerBase.
-
-
-
- Instantiates this instance.
-
- The specified by the DefaultTriggerAttribute.
-
-
-
- This method will use the VisualTreeHelper.GetParent method to do a depth first walk up
- the visual tree and return all ancestors of the specified object, including the object itself.
-
- The object in the visual tree to find ancestors of.
- Returns itself an all ancestors in the visual tree.
-
-
-
- EventObserver is designed to help manage event handlers by detatching when disposed. Creating this object will also attach in the constructor.
-
-
-
-
- Creates an instance of EventObserver and attaches to the supplied event on the supplied target. Call dispose to detach.
-
- The event to attach and detach from.
- The target object the event is defined on. Null if the method is static.
- The delegate to attach to the event.
-
-
-
- Detaches the handler from the event.
-
-
-
-
- A trigger that listens for a specified event on its source and fires when that event is fired.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- Name of the event.
-
-
-
- Gets or sets the name of the event to listen for. This is a dependency property.
-
- The name of the event.
-
-
-
- Represents a trigger that can listen to an element other than its AssociatedObject.
-
- The type that this trigger can be associated with.
-
- EventTriggerBase extends TriggerBase to add knowledge of another object than the one it is attached to.
- This allows a user to attach a Trigger/Action pair to one element and invoke the Action in response to a
- change in another object somewhere else. Override OnSourceChanged to hook or unhook handlers on the source
- element, and OnAttached/OnDetaching for the associated element. The type of the Source element can be
- constrained by the generic type parameter. If you need control over the type of the
- AssociatedObject, set a TypeConstraintAttribute on your derived type.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets the resolved source. If is not set or cannot be resolved, defaults to AssociatedObject.
-
- The resolved source object.
- In general, this property should be used in place of AssociatedObject in derived classes.
-
-
-
- Called when the source property changes.
-
- Override this to hook functionality to and unhook functionality from the specified source, rather than the AssociatedObject.
- The old source.
- The new source.
-
-
-
- Represents a trigger that can listen to an object other than its AssociatedObject.
-
- This is an infrastructure class. Trigger authors should derive from EventTriggerBase<T> instead of this class.
-
-
-
- Gets the type constraint of the associated object.
-
- The associated object type constraint.
- Define a TypeConstraintAttribute on a derived type to constrain the types it may be attached to.
-
-
-
- Gets the source type constraint.
-
- The source type constraint.
-
-
-
- Gets or sets the target object. If TargetObject is not set, the target will look for the object specified by TargetName. If an element referred to by TargetName cannot be found, the target will default to the AssociatedObject. This is a dependency property.
-
- The target object.
-
-
-
- Gets or sets the name of the element this EventTriggerBase listens for as a source. If the name is not set or cannot be resolved, the AssociatedObject will be used. This is a dependency property.
-
- The name of the source element.
-
-
-
- Gets the resolved source. If is not set or cannot be resolved, defaults to AssociatedObject.
-
- The resolved source object.
- In general, this property should be used in place of AssociatedObject in derived classes.
- The element pointed to by does not satisify the type constraint.
-
-
-
- Specifies the name of the Event this EventTriggerBase is listening for.
-
-
-
-
-
- Called when the event associated with this EventTriggerBase is fired. By default, this will invoke all actions on the trigger.
-
- The instance containing the event data.
- Override this to provide more granular control over when actions associated with this trigger will be invoked.
-
-
-
- Called when the source changes.
-
- The old source.
- The new source.
- This function should be overridden in derived classes to hook functionality to and unhook functionality from the changing source objects.
-
-
-
- Called after the trigger is attached to an AssociatedObject.
-
-
-
-
- Called when the trigger is being detached from its AssociatedObject, but before it has actually occurred.
-
-
-
- Could not find eventName on the Target.
-
-
-
- A strongly-typed resource class, for looking up localized strings, etc.
-
-
-
-
- Returns the cached ResourceManager instance used by this class.
-
-
-
-
- Overrides the current thread's CurrentUICulture property for all
- resource lookups using this strongly typed resource class.
-
-
-
-
- Looks up a localized string similar to Could not find method named '{0}' on object of type '{1}' that matches the expected signature..
-
-
-
-
- Looks up a localized string similar to Cannot set the same BehaviorCollection on multiple objects..
-
-
-
-
- Looks up a localized string similar to An instance of a Behavior cannot be attached to more than one object at a time..
-
-
-
-
- Looks up a localized string similar to Cannot host an instance of a TriggerAction in multiple TriggerCollections simultaneously. Remove it from one TriggerCollection before adding it to another..
-
-
-
-
- Looks up a localized string similar to Cannot set the same TriggerCollection on multiple objects..
-
-
-
-
- Looks up a localized string similar to An instance of a trigger cannot be attached to more than one object at a time..
-
-
-
-
- Looks up a localized string similar to More than one potential addition operator was found on type '{0}'..
-
-
-
-
- Looks up a localized string similar to Cannot animate a property change on a type '{0}' Target. Property changes can only be animated on types derived from DependencyObject..
-
-
-
-
- Looks up a localized string similar to Cannot find a property named "{0}" on type "{1}"..
-
-
-
-
- Looks up a localized string similar to The Increment property cannot be set to True if the Duration property is set..
-
-
-
-
- Looks up a localized string similar to The '{0}' property cannot be incremented because its value cannot be read..
-
-
-
-
- Looks up a localized string similar to Cannot assign value of type "{0}" to property "{1}" of type "{2}". The "{1}" property can be assigned only values of type "{2}"..
-
-
-
-
- Looks up a localized string similar to Property "{0}" defined by type "{1}" does not expose a set method and therefore cannot be modified..
-
-
-
-
- Looks up a localized string similar to The command "{0}" does not exist or is not publicly exposed on {1}..
-
-
-
-
- Looks up a localized string similar to Cannot find state named '{0}' on type '{1}'. Ensure that the state exists and that it can be accessed from this context..
-
-
-
-
- Looks up a localized string similar to "{0}" is not a valid type for the TriggerType parameter. Make sure "{0}" derives from TriggerBase..
-
-
-
-
- Looks up a localized string similar to Cannot add the same instance of "{0}" to a "{1}" more than once..
-
-
-
-
- Looks up a localized string similar to The event "{0}" on type "{1}" has an incompatible signature. Make sure the event is public and satisfies the EventHandler delegate..
-
-
-
-
- Looks up a localized string similar to Cannot find an event named "{0}" on type "{1}"..
-
-
-
-
- Looks up a localized string similar to Target {0} does not define any VisualStateGroups. .
-
-
-
-
- Looks up a localized string similar to LeftOperand of type "{0}" cannot be used with operator "{1}"..
-
-
-
-
- Looks up a localized string similar to LeftOperand of type "{1}" and RightOperand of type "{0}" cannot be used with operator "{2}"..
-
-
-
-
- Looks up a localized string similar to RightOperand of type "{0}" cannot be used with operator "{1}"..
-
-
-
-
- Looks up a localized string similar to An object of type "{0}" cannot have a {3} property of type "{1}". Instances of type "{0}" can have only a {3} property of type "{2}"..
-
-
-
-
- Looks up a localized string similar to Cannot attach type "{0}" to type "{1}". Instances of type "{0}" can only be attached to objects of type "{2}"..
-
-
-
-
- Looks up a localized string similar to Unable to resolve TargetName "{0}"..
-
-
-
-
- Looks up a localized string similar to The target of the RemoveElementAction is not supported..
-
-
-
-
- An interface for an object that can be attached to another object.
-
-
-
-
- Gets the associated object.
-
- The associated object.
- Represents the object the instance is attached to.
-
-
-
- Attaches to the specified object.
-
- The object to attach to.
-
-
-
- Detaches this instance from its associated object.
-
-
-
-
- A Trigger that is triggered by a keyboard event. If the target Key and Modifiers are detected, it fires.
-
-
-
-
- The key that must be pressed for the trigger to fire.
-
-
-
-
- The modifiers that must be active for the trigger to fire (the default is no modifiers pressed).
-
-
-
-
- If true, the Trigger only listens to its trigger Source object, which means that element must have focus for the trigger to fire.
- If false, the Trigger listens at the root, so any unhandled KeyDown/Up messages will be caught.
-
-
-
-
- Determines whether or not to listen to the KeyDown or KeyUp event.
-
-
-
-
- Allows the user to use common touch gestures to translate, zoom, and rotate the attached object.
-
-
-
-
- Gets or sets a value specifying which zooming and translation variants to support.
-
-
-
-
- Gets or sets a number describing the rate at which the translation will decrease.
-
-
-
-
- Gets or sets a number describing the rate at which the rotation will decrease.
-
-
-
-
- Gets or sets the value indicating whether the zoom and translate position of the attached object is limited by the bounds of the parent object.
-
-
-
-
- Gets or sets a number indicating the minimum zoom value allowed.
-
-
-
-
- Gets or sets a number indicating the maximum zoom value allowed.
-
-
-
-
- Called after the behavior is attached to an AssociatedObject.
-
- Override this to hook up functionality to the AssociatedObject.
-
-
-
- Called when the behavior is getting detached from its AssociatedObject, but before it has actually occurred.
-
- Override this to unhook functionality from the AssociatedObject.
-
-
-
- Static class that owns the Triggers and Behaviors attached properties. Handles propagation of AssociatedObject change notifications.
-
-
-
-
- Gets or sets a value indicating whether to run as if in design mode.
-
-
- True if [should run in design mode]; otherwise, False.
-
- Not to be used outside unit tests.
-
-
-
- This property is used as the internal backing store for the public Triggers attached property.
-
-
- This property is not exposed publicly. This forces clients to use the GetTriggers and SetTriggers methods to access the
- collection, ensuring the collection exists and is set before it is used.
-
-
-
-
- This property is used as the internal backing store for the public Behaviors attached property.
-
-
- This property is not exposed publicly. This forces clients to use the GetBehaviors and SetBehaviors methods to access the
- collection, ensuring the collection exists and is set before it is used.
-
-
-
-
- Gets the TriggerCollection containing the triggers associated with the specified object.
-
- The object from which to retrieve the triggers.
- A TriggerCollection containing the triggers associated with the specified object.
-
-
-
- Gets the associated with a specified object.
-
- The object from which to retrieve the .
- A containing the behaviors associated with the specified object.
-
-
- Cannot host the same BehaviorCollection on more than one object at a time.
-
-
- Cannot host the same TriggerCollection on more than one object at a time.
-
-
-
- A helper function to take the place of FrameworkElement.IsLoaded, as this property is not available in Silverlight.
-
- The element of interest.
- True if the element has been loaded; otherwise, False.
-
-
-
- Executes a specified ICommand when invoked.
-
-
-
-
- Gets or sets the name of the command this action should invoke.
-
- The name of the command this action should invoke.
- This property will be superseded by the Command property if both are set.
-
-
-
- Gets or sets the command this action should invoke. This is a dependency property.
-
- The command to execute.
- This property will take precedence over the CommandName property if both are set.
-
-
-
- Gets or sets the command parameter. This is a dependency property.
-
- The command parameter.
- This is the value passed to ICommand.CanExecute and ICommand.Execute.
-
-
-
- Gets or sets the IValueConverter that is used to convert the EventArgs passed to the Command as a parameter.
-
- If the or properties are set, this property is ignored.
-
-
-
- Gets or sets the parameter that is passed to the EventArgsConverter.
-
-
-
-
- Gets or sets the parameter path used to extract a value from an property to pass to the Command as a parameter.
-
- If the propert is set, this property is ignored.
-
-
-
- Specifies whether the EventArgs of the event that triggered this action should be passed to the Command as a parameter.
-
- If the , , or properties are set, this property is ignored.
-
-
-
- Invokes the action.
-
- The parameter to the action. If the action does not require a parameter, the parameter may be set to a null reference.
-
-
-
- This enumerated type indicates whether a FluidMoveBehavior applies to the element to which it is attached, or to the children of that element.
- "Self" is useful when there is a single element that should behave in a special manner; "Children" is useful when the same behavior should apply to all
- children of a WrapPanel or to the ItemsHost panel of an ItemsControl.
-
-
-
-
- This enumerated type indicates whether an element is identified by itself, or by its DataContext.
- DataContext identification allows movement from one data-driven location to another.
-
-
-
-
- Indicates whether the behavior applies just to this element, or to all children of the element (if the element is a Panel).
-
-
-
-
- Dependency property for the scope of the behavior. See FluidMoveScope for more details.
-
-
-
-
- Indicates whether the behavior is currently active.
-
-
-
-
- Dependency property for the active state of the behavior.
-
-
-
-
- Indicates whether to use the element as its own tag, or to use the binding on the element as the tag.
-
-
-
-
- Dependency property that provides the ability to use the element as its own tag, or the binding on the element.
-
-
-
-
- Extra path to add to the binding when TagType is specified.
-
-
-
-
- Dependency property for the extra path to add to the binding when UsaBindingAsTag is true.
-
-
-
-
- Identity tag used to detect element motion between containers.
-
-
-
-
- Private structure that stores all relevant data pertaining to a tagged item.
-
-
-
-
- Behavior that watches an element (or a set of elements) for layout changes, and moves the element smoothly to the new position when needed.
- This behavior does not animate the size or visibility of an element; it only animates the offset of that element within its parent container.
-
-
-
-
- The duration of the move.
-
-
-
-
- Dependency property for the duration of the move.
-
-
-
-
- Spawning point for this item.
-
-
-
-
- Dependency property for the tag type to use just before the object is loaded.
-
-
-
-
- Extra path to add to the binding when TagType is specified.
-
-
-
-
- Dependency property for the extra path to add to the binding when UsaBindingAsTag is true.
-
-
-
-
- Identity tag used to detect element motion between containers.
-
-
-
-
- Flag that says whether elements are allowed to float above their containers (in a Popup or Adorner) when changing containers.
-
-
-
-
- Dependency property for the FloatAbove flag.
-
-
-
-
- EasingFunction to use for the horizontal component of the move.
-
-
-
-
- Dependency property for the EasingFunction to use for the horizontal component of the move.
-
-
-
-
- EasingFunction to use for the vertical component of the move.
-
-
-
-
- Dependency property for the EasingFunction to use for the vertical component of the move.
-
-
-
-
- Remember the popup/adorner being used, in case of element motion between containers when FloatAbove is true.
-
-
-
-
- Opacity cache used when floating a Popup.
-
-
-
-
- Marks the animation transform.
-
-
-
-
- Simple helper class to allow any UIElements to be used as an Adorner.
-
-
-
-
- Repositions the attached element in response to mouse drag gestures on the element.
-
-
-
-
- Occurs when a drag gesture is initiated.
-
-
-
-
- Occurs when a drag gesture update is processed.
-
-
-
-
- Occurs when a drag gesture is finished.
-
-
-
-
- Dependency property for the X position of the dragged element, relative to the left of the root element.
-
-
-
-
- Dependency property for the Y position of the dragged element, relative to the top of the root element.
-
-
-
-
- Dependency property for the ConstrainToParentBounds property. If true, the dragged element will be constrained to stay within the bounds of its parent container.
-
-
-
-
- Gets or sets the X position of the dragged element, relative to the left of the root element. This is a dependency property.
-
-
-
-
- Gets or sets the Y position of the dragged element, relative to the top of the root element. This is a dependency property.
-
-
-
-
- Gets or sets a value indicating whether the dragged element is constrained to stay within the bounds of its parent container. This is a dependency property.
-
-
- True if the dragged element should be constrained to its parents bounds; otherwise, False.
-
-
-
-
- Gets the on-screen position of the associated element in root coordinates.
-
- The on-screen position of the associated element in root coordinates.
-
-
-
- Gets the element bounds in element coordinates.
-
- The element bounds in element coordinates.
-
-
-
- Gets the parent element of the associated object.
-
- The parent element of the associated object.
-
-
-
- Gets the root element of the scene in which the associated object is located.
-
- The root element of the scene in which the associated object is located.
-
-
-
- Gets and sets the RenderTransform of the associated element.
-
-
-
-
- Attempts to update the position of the associated element to the specified coordinates.
-
- The desired position of the element in root coordinates.
-
-
-
- Applies a relative position translation to the associated element.
-
- The X component of the desired translation in root coordinates.
- The Y component of the desired translation in root coordinates.
-
-
-
- Applies the given translation to the RenderTransform of the associated element.
-
- The X component of the translation in parent coordinates.
- The Y component of the translation in parent coordinates.
-
-
-
- Does a recursive deep copy of the specified transform.
-
- The transform to clone.
- A deep copy of the specified transform, or null if the specified transform is null.
- Thrown if the type of the Transform is not recognized.
-
-
-
- Updates the X and Y properties based on the current rendered position of the associated element.
-
-
-
-
- Check if one Rect is contained by another.
-
- The containing Rect.
- The contained Rect.
- True if rect1 contains rect2; otherwise, False.
-
-
-
- Transforms as vector.
-
- The transform.
- The X component of the vector.
- The Y component of the vector.
- A point containing the values of X and Y transformed by transform as a vector.
-
-
-
- Gets the transform offset.
-
- The transform.
- The offset of the transform.
-
-
-
- Called after the behavior is attached to an AssociatedObject.
-
- Override this to hook up functionality to the AssociatedObject.
-
-
-
- Called when the behavior is getting detached from its AssociatedObject, but before it has actually occurred.
-
- Override this to unhook functionality from the AssociatedObject.
-
-
-
- An action that will play a sound to completion.
-
-
- This action is intended for use with short sound effects that don't need to be stopped or controlled. If you're trying
- to create a music player or game, it may not meet your needs.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- A Uri defining the location of the sound file. This is used to set the source property of the MediaElement. This is a dependency property.
-
-
- The sound can be any file format supported by MediaElement. In the case of a video, it will play only the
- audio portion.
-
-
-
-
- Control the volume of the sound. This is used to set the Volume property of the MediaElement. This is a dependency property.
-
-
-
-
- When the action is invoked, this method is used to customize the dynamically created MediaElement.
-
-
- This method may be useful for Action authors who wish to extend PlaySoundAction. If you want to control the
- MediaElement Balance property, you could inherit from PlaySoundAction and override this method.
-
-
-
-
-
- This method is called when some criteria are met and the action should be invoked.
-
-
- Each invocation of the Action plays a new sound. Although the implementation is subject-to-change, the caller should
- anticipate that this will create a new MediaElement that will be cleaned up when the sound completes or if the media
- fails to play.
-
-
-
-
-
- An abstract class that provides the ability to target a Storyboard.
-
-
- For action authors, this class provides a standard way to target a Storyboard. Design tools may choose to provide a
- special editing experience for classes that inherit from this action, thereby improving the designer experience.
-
-
-
-
- The targeted Storyboard. This is a dependency property.
-
-
-
-
- This method is called when the Storyboard property is changed.
-
-
-
-
-
- An action that will change the state of a targeted storyboard when invoked.
-
-
-
-
- This method is called when some criteria is met and the action should be invoked. This method will attempt to
- change the targeted storyboard in a way defined by the ControlStoryboardOption.
-
-
-
-
-
- An abstract class that provides the ability to target a Storyboard.
-
-
- For Trigger authors, this class provides a standard way to target a Storyboard. Design tools may choose to provide a
- special editing experience for classes that inherit from this trigger, thereby improving the designer experience.
-
-
-
-
- The targeted Storyboard. This is a dependency property.
-
-
-
-
- This method is called when the Storyboard property is changed.
-
-
-
-
- A trigger that listens for the completion of a Storyboard.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Defines a transition effect shader that transitions from one visual to another visual
- using an interpolated value between 0 and 1.
-
-
-
-
- Brush-valued properties that turn into sampler-properties in the shader.
- Represents the image present in the final state of the transition.
-
-
-
-
- Brush-valued properties that turn into sampler-properties in the shader.
- Represents the image present in the initial state of the transition.
-
-
-
-
- A Dependency property as the backing store for Progress.
- Also used to represent the state of a transition from start to finish (range between 0 and 1).
-
-
-
-
- Creates a modifiable clone (deep copy) of the using its current values.
-
-
-
-
- Makes a deep copy of the transition effect. Implements CloneCurrentValue in Silverlight.
-
- A clone of current instance of transition effect.
-
-
-
- Updates the shader's variables to the default values.
-
-
-
-
- Gets or sets the Input variable within the shader.
-
-
-
-
- Gets or sets the OldImage variable within the shader.
-
-
-
-
- Gets or sets the Progress variable within the shader.
-
-
-
-
- Provides data about which objects were affected when resolving a name change.
-
-
-
-
- Helper class to handle the logic of resolving a TargetName into a Target element
- based on the context provided by a host element.
-
-
-
-
- Occurs when the resolved element has changed.
-
-
-
-
- Gets or sets the name of the element to attempt to resolve.
-
- The name to attempt to resolve.
-
-
-
- The resolved object. Will return the reference element if TargetName is null or empty, or if a resolve has not been attempted.
-
-
-
-
- Gets or sets the reference element from which to perform the name resolution.
-
- The reference element.
-
-
-
- Gets or sets a value indicating whether the reference element load is pending.
-
-
- True if [pending reference element load]; otherwise, False.
-
-
- If the Host has not been loaded, the name will not be resolved.
- In that case, delay the resolution and track that fact with this property.
-
-
-
-
- Attempts to update the resolved object from the name within the context of the namescope reference element.
-
- The old resolved object.
-
- Resets the existing target and attempts to resolve the current TargetName from the
- context of the current Host. If it cannot resolve from the context of the Host, it will
- continue up the visual tree until it resolves. If it has not resolved it when it reaches
- the root, it will set the Target to null and write a warning message to Debug output.
-
-
-
-
- The current version of the flow file schema.
- This number should be incremented whenever:
- A new _required_ field is added.
- The data type of a field is changed.
- The semantic interpretation of a field is changed.
-
- When upgrading the current schema number, you'll also need to take into account
- migration/upgrade strategies, and mechanisms for deserializing older schemas.
- In some cases, the same serializer data structure may suffice by applying different
- parsing validation rules. In other cases, a new data structure may be needed to
- deserialize the old format from disk.
-
-
-
-
- Represents an action that can be targeted to affect an object other than its AssociatedObject.
-
- The type constraint on the target.
-
- TargetedTriggerAction extends TriggerAction to add knowledge of another element than the one it is attached to.
- This allows a user to invoke the action on an element other than the one it is attached to in response to a
- trigger firing. Override OnTargetChanged to hook or unhook handlers on the target element, and OnAttached/OnDetaching
- for the associated element. The type of the Target element can be constrained by the generic type parameter. If
- you need control over the type of the AssociatedObject, set a TypeConstraintAttribute on your derived type.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets the target object. If TargetName is not set or cannot be resolved, defaults to the AssociatedObject.
-
- The target.
- In general, this property should be used in place of AssociatedObject in derived classes.
-
-
-
- Called when the target property changes.
-
- Override this to hook and unhook functionality on the specified Target, rather than the AssociatedObject.
- The old target.
- The new target.
-
-
-
- Represents an action that can be targeted to affect an object other than its AssociatedObject.
-
- This is an infrastructure class. Action authors should derive from TargetedTriggerAction<T> instead of this class.
-
-
-
- Gets or sets the target object. If TargetObject is not set, the target will look for the object specified by TargetName. If an element referred to by TargetName cannot be found, the target will default to the AssociatedObject. This is a dependency property.
-
- The target object.
-
-
-
- Gets or sets the name of the object this action targets. If Target is set, this property is ignored. If Target is not set and TargetName is not set or cannot be resolved, the target will default to the AssociatedObject. This is a dependency property.
-
- The name of the target object.
-
-
-
- Gets the target object. If TargetObject is set, returns TargetObject. Else, if TargetName is not set or cannot be resolved, defaults to the AssociatedObject.
-
- The target object.
- In general, this property should be used in place of AssociatedObject in derived classes.
- The Target element does not satisfy the type constraint.
-
-
-
- Gets the associated object type constraint.
-
- The associated object type constraint.
- Define a TypeConstraintAttribute on a derived type to constrain the types it may be attached to.
-
-
-
- Gets the target type constraint.
-
- The target type constraint.
-
-
-
- Called when the target changes.
-
- The old target.
- The new target.
- This function should be overriden in derived classes to hook and unhook functionality from the changing source objects.
-
-
-
- Called after the action is attached to an AssociatedObject.
-
-
-
-
- Called when the action is being detached from its AssociatedObject, but before it has actually occurred.
-
-
-
-
- Represents an attachable object that encapsulates a unit of functionality.
-
- The type to which this action can be attached.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets the object to which this is attached.
-
- The associated object.
-
-
-
- Gets the associated object type constraint.
-
- The associated object type constraint.
-
-
-
- Represents an attachable object that encapsulates a unit of functionality.
-
- This is an infrastructure class. Action authors should derive from TriggerAction<T> instead of this class.
-
-
-
- Gets or sets a value indicating whether this action will run when invoked. This is a dependency property.
-
-
- True if this action will be run when invoked; otherwise, False.
-
-
-
-
- Gets the object to which this action is attached.
-
- The associated object.
-
-
-
- Gets the associated object type constraint.
-
- The associated object type constraint.
-
-
-
- Gets or sets a value indicating whether this instance is attached.
-
- True if this instance is attached; otherwise, False.
-
-
-
- Attempts to invoke the action.
-
- The parameter to the action. If the action does not require a parameter, the parameter may be set to a null reference.
-
-
-
- Invokes the action.
-
- The parameter to the action. If the action does not require a parameter, the parameter may be set to a null reference.
-
-
-
- Called after the action is attached to an AssociatedObject.
-
-
-
-
- Called when the action is being detached from its AssociatedObject, but before it has actually occurred.
-
-
-
-
- When implemented in a derived class, creates a new instance of the derived class.
-
- The new instance.
-
-
-
- Gets the associated object.
-
- The associated object.
-
-
-
- Attaches to the specified object.
-
- The object to attach to.
- Cannot host the same TriggerAction on more than one object at a time.
- dependencyObject does not satisfy the TriggerAction type constraint.
-
-
-
- Detaches this instance from its associated object.
-
-
-
-
- Represents a collection of actions with a shared AssociatedObject and provides change notifications to its contents when that AssociatedObject changes.
-
-
-
-
- Initializes a new instance of the class.
-
- Internal, because this should not be inherited outside this assembly.
-
-
-
- Called immediately after the collection is attached to an AssociatedObject.
-
-
-
-
- Called when the collection is being detached from its AssociatedObject, but before it has actually occurred.
-
-
-
-
- Called when a new item is added to the collection.
-
- The new item.
-
-
-
- Called when an item is removed from the collection.
-
- The removed item.
-
-
-
- Creates a new instance of the TriggerActionCollection.
-
- The new instance.
-
-
-
- Represents an object that can invoke actions conditionally.
-
- The type to which this trigger can be attached.
-
- TriggerBase is the base class for controlling actions. Override OnAttached() and
- OnDetaching() to hook and unhook handlers on the AssociatedObject. You may
- constrain the types that a derived TriggerBase may be attached to by specifying
- the generic parameter. Call InvokeActions() to fire all Actions associated with
- this TriggerBase.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets the object to which the trigger is attached.
-
- The associated object.
-
-
-
- Gets the type constraint of the associated object.
-
- The associated object type constraint.
-
-
-
- Argument passed to PreviewInvoke event. Assigning Cancelling to True will cancel the invoking of the trigger.
-
- This is an infrastructure class. Behavior attached to a trigger base object can add its behavior as a listener to TriggerBase.PreviewInvoke.
-
-
-
- Represents an object that can invoke Actions conditionally.
-
- This is an infrastructure class. Trigger authors should derive from Trigger<T> instead of this class.
-
-
-
- Gets the object to which the trigger is attached.
-
- The associated object.
-
-
-
- Gets the type constraint of the associated object.
-
- The associated object type constraint.
-
-
-
- Gets the actions associated with this trigger.
-
- The actions associated with this trigger.
-
-
-
- Event handler for registering to PreviewInvoke.
-
-
-
-
- Invoke all actions associated with this trigger.
-
- Derived classes should call this to fire the trigger.
-
-
-
- Called after the trigger is attached to an AssociatedObject.
-
-
-
-
- Called when the trigger is being detached from its AssociatedObject, but before it has actually occurred.
-
-
-
-
- Creates a new instance of the TriggerBase derived class.
-
- The new instance.
-
-
-
- Gets the associated object.
-
- The associated object.
-
-
-
- Attaches to the specified object.
-
- The object to attach to.
- Cannot host the same trigger on more than one object at a time.
- dependencyObject does not satisfy the trigger type constraint.
-
-
-
- Detaches this instance from its associated object.
-
-
-
-
- Represents a collection of triggers with a shared AssociatedObject and provides change notifications to its contents when that AssociatedObject changes.
-
-
-
-
- Initializes a new instance of the class.
-
- Internal, because this should not be inherited outside this assembly.
-
-
-
- Called immediately after the collection is attached to an AssociatedObject.
-
-
-
-
- Called when the collection is being detached from its AssociatedObject, but before it has actually occurred.
-
-
-
-
- Called when a new item is added to the collection.
-
- The new item.
-
-
-
- Called when an item is removed from the collection.
-
- The removed item.
-
-
-
- Creates a new instance of the .
-
- The new instance.
-
-
-
- Specifies type constraints on the AssociatedObject of TargetedTriggerAction and EventTriggerBase.
-
-
-
-
- Gets the constraint type.
-
- The constraint type.
-
-
-
- Initializes a new instance of the class.
-
- The constraint type.
-
-
-
- This class provides various platform agnostic standard operations for working with VisualStateManager.
-
-
-
-
- Transitions the control between two states.
-
- The element to transition between states.
- The state to transition to.
- True to use a System.Windows.VisualTransition to transition between states; otherwise, false.
- True if the control successfully transitioned to the new state; otherwise, false.
- Control is null.
- StateName is null.
-
-
-
- Gets the value of the VisualStateManager.VisualStateGroups attached property.
-
- The element from which to get the VisualStateManager.VisualStateGroups.
-
-
-
-
- Find the nearest parent which contains visual states.
-
- The element from which to find the nearest stateful control.
- The nearest stateful control if True; else null.
- True if a parent contains visual states; else False.
-
-
-
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/Newtonsoft.Json.xml b/ReproductorMusicaTagEditables/bin/x64/Debug/Newtonsoft.Json.xml
deleted file mode 100644
index 80cb43c..0000000
--- a/ReproductorMusicaTagEditables/bin/x64/Debug/Newtonsoft.Json.xml
+++ /dev/null
@@ -1,11363 +0,0 @@
-
-
-
- Newtonsoft.Json
-
-
-
-
- Represents a BSON Oid (object id).
-
-
-
-
- Gets or sets the value of the Oid.
-
- The value of the Oid.
-
-
-
- Initializes a new instance of the class.
-
- The Oid value.
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to serialized BSON data.
-
-
-
-
- Gets or sets a value indicating whether binary data reading should be compatible with incorrect Json.NET 3.5 written binary.
-
-
- true if binary data reading will be compatible with incorrect Json.NET 3.5 written binary; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether the root object will be read as a JSON array.
-
-
- true if the root object will be read as a JSON array; otherwise, false.
-
-
-
-
- Gets or sets the used when reading values from BSON.
-
- The used when reading values from BSON.
-
-
-
- Initializes a new instance of the class.
-
- The containing the BSON data to read.
-
-
-
- Initializes a new instance of the class.
-
- The containing the BSON data to read.
-
-
-
- Initializes a new instance of the class.
-
- The containing the BSON data to read.
- if set to true the root object will be read as a JSON array.
- The used when reading values from BSON.
-
-
-
- Initializes a new instance of the class.
-
- The containing the BSON data to read.
- if set to true the root object will be read as a JSON array.
- The used when reading values from BSON.
-
-
-
- Reads the next JSON token from the underlying .
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Changes the reader's state to .
- If is set to true, the underlying is also closed.
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating BSON data.
-
-
-
-
- Gets or sets the used when writing values to BSON.
- When set to no conversion will occur.
-
- The used when writing values to BSON.
-
-
-
- Initializes a new instance of the class.
-
- The to write to.
-
-
-
- Initializes a new instance of the class.
-
- The to write to.
-
-
-
- Flushes whatever is in the buffer to the underlying and also flushes the underlying stream.
-
-
-
-
- Writes the end.
-
- The token.
-
-
-
- Writes a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes raw JSON.
-
- The raw JSON to write.
-
-
-
- Writes raw JSON where a value is expected and updates the writer's state.
-
- The raw JSON to write.
-
-
-
- Writes the beginning of a JSON array.
-
-
-
-
- Writes the beginning of a JSON object.
-
-
-
-
- Writes the property name of a name/value pair on a JSON object.
-
- The name of the property.
-
-
-
- Closes this writer.
- If is set to true, the underlying is also closed.
- If is set to true, the JSON is auto-completed.
-
-
-
-
- Writes a value.
- An error will raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a [] value.
-
- The [] value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a [] value that represents a BSON object id.
-
- The Object ID value to write.
-
-
-
- Writes a BSON regex.
-
- The regex pattern.
- The regex options.
-
-
-
- Specifies how constructors are used when initializing objects during deserialization by the .
-
-
-
-
- First attempt to use the public default constructor, then fall back to a single parameterized constructor, then to the non-public default constructor.
-
-
-
-
- Json.NET will use a non-public default constructor before falling back to a parameterized constructor.
-
-
-
-
- Converts a binary value to and from a base 64 string value.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts a to and from JSON and BSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Creates a custom object.
-
- The object type to convert.
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Creates an object which will then be populated by the serializer.
-
- Type of the object.
- The created object.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Gets a value indicating whether this can write JSON.
-
-
- true if this can write JSON; otherwise, false.
-
-
-
-
- Converts a to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified value type.
-
- Type of the value.
-
- true if this instance can convert the specified value type; otherwise, false.
-
-
-
-
- Converts a to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified value type.
-
- Type of the value.
-
- true if this instance can convert the specified value type; otherwise, false.
-
-
-
-
- Provides a base class for converting a to and from JSON.
-
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts a F# discriminated union type to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts an Entity Framework to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts an to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Gets a value indicating whether this can write JSON.
-
-
- true if this can write JSON; otherwise, false.
-
-
-
-
- Converts a to and from the ISO 8601 date format (e.g. "2008-04-12T12:53Z").
-
-
-
-
- Gets or sets the date time styles used when converting a date to and from JSON.
-
- The date time styles used when converting a date to and from JSON.
-
-
-
- Gets or sets the date time format used when converting a date to and from JSON.
-
- The date time format used when converting a date to and from JSON.
-
-
-
- Gets or sets the culture used when converting a date to and from JSON.
-
- The culture used when converting a date to and from JSON.
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Converts a to and from a JavaScript Date constructor (e.g. new Date(52231943)).
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing property value of the JSON that is being converted.
- The calling serializer.
- The object value.
-
-
-
- Converts a to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts a to and from JSON and BSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts an to and from its name string value.
-
-
-
-
- Gets or sets a value indicating whether the written enum text should be camel case.
- The default value is false.
-
- true if the written enum text will be camel case; otherwise, false.
-
-
-
- Gets or sets the naming strategy used to resolve how enum text is written.
-
- The naming strategy used to resolve how enum text is written.
-
-
-
- Gets or sets a value indicating whether integer values are allowed when serializing and deserializing.
- The default value is true.
-
- true if integers are allowed when serializing and deserializing; otherwise, false.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
- true if the written enum text will be camel case; otherwise, false.
-
-
-
- Initializes a new instance of the class.
-
- The naming strategy used to resolve how enum text is written.
- true if integers are allowed when serializing and deserializing; otherwise, false.
-
-
-
- Initializes a new instance of the class.
-
- The of the used to write enum text.
-
-
-
- Initializes a new instance of the class.
-
- The of the used to write enum text.
-
- The parameter list to use when constructing the described by .
- If null, the default constructor is used.
- When non-null, there must be a constructor defined in the that exactly matches the number,
- order, and type of these parameters.
-
-
-
-
- Initializes a new instance of the class.
-
- The of the used to write enum text.
-
- The parameter list to use when constructing the described by .
- If null, the default constructor is used.
- When non-null, there must be a constructor defined in the that exactly matches the number,
- order, and type of these parameters.
-
- true if integers are allowed when serializing and deserializing; otherwise, false.
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts a to and from Unix epoch time
-
-
-
-
- Gets or sets a value indicating whether the dates before Unix epoch
- should converted to and from JSON.
-
-
- true to allow converting dates before Unix epoch to and from JSON;
- false to throw an exception when a date being converted to or from JSON
- occurred before Unix epoch. The default value is false.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class.
-
-
- true to allow converting dates before Unix epoch to and from JSON;
- false to throw an exception when a date being converted to or from JSON
- occurred before Unix epoch. The default value is false.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing property value of the JSON that is being converted.
- The calling serializer.
- The object value.
-
-
-
- Converts a to and from a string (e.g. "1.2.3.4").
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing property value of the JSON that is being converted.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Converts XML to and from JSON.
-
-
-
-
- Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produced multiple root elements.
-
- The name of the deserialized root element.
-
-
-
- Gets or sets a value to indicate whether to write the Json.NET array attribute.
- This attribute helps preserve arrays when converting the written XML back to JSON.
-
- true if the array attribute is written to the XML; otherwise, false.
-
-
-
- Gets or sets a value indicating whether to write the root JSON object.
-
- true if the JSON root object is omitted; otherwise, false.
-
-
-
- Gets or sets a value indicating whether to encode special characters when converting JSON to XML.
- If true, special characters like ':', '@', '?', '#' and '$' in JSON property names aren't used to specify
- XML namespaces, attributes or processing directives. Instead special characters are encoded and written
- as part of the XML element name.
-
- true if special characters are encoded; otherwise, false.
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The calling serializer.
- The value.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Checks if the is a namespace attribute.
-
- Attribute name to test.
- The attribute name prefix if it has one, otherwise an empty string.
- true if attribute name is for a namespace attribute, otherwise false.
-
-
-
- Determines whether this instance can convert the specified value type.
-
- Type of the value.
-
- true if this instance can convert the specified value type; otherwise, false.
-
-
-
-
- Specifies how dates are formatted when writing JSON text.
-
-
-
-
- Dates are written in the ISO 8601 format, e.g. "2012-03-21T05:40Z".
-
-
-
-
- Dates are written in the Microsoft JSON format, e.g. "\/Date(1198908717056)\/".
-
-
-
-
- Specifies how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON text.
-
-
-
-
- Date formatted strings are not parsed to a date type and are read as strings.
-
-
-
-
- Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to .
-
-
-
-
- Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to .
-
-
-
-
- Specifies how to treat the time value when converting between string and .
-
-
-
-
- Treat as local time. If the object represents a Coordinated Universal Time (UTC), it is converted to the local time.
-
-
-
-
- Treat as a UTC. If the object represents a local time, it is converted to a UTC.
-
-
-
-
- Treat as a local time if a is being converted to a string.
- If a string is being converted to , convert to a local time if a time zone is specified.
-
-
-
-
- Time zone information should be preserved when converting.
-
-
-
-
- The default JSON name table implementation.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets a string containing the same characters as the specified range of characters in the given array.
-
- The character array containing the name to find.
- The zero-based index into the array specifying the first character of the name.
- The number of characters in the name.
- A string containing the same characters as the specified range of characters in the given array.
-
-
-
- Adds the specified string into name table.
-
- The string to add.
- This method is not thread-safe.
- The resolved string.
-
-
-
- Specifies default value handling options for the .
-
-
-
-
-
-
-
-
- Include members where the member value is the same as the member's default value when serializing objects.
- Included members are written to JSON. Has no effect when deserializing.
-
-
-
-
- Ignore members where the member value is the same as the member's default value when serializing objects
- so that it is not written to JSON.
- This option will ignore all default values (e.g. null for objects and nullable types; 0 for integers,
- decimals and floating point numbers; and false for booleans). The default value ignored can be changed by
- placing the on the property.
-
-
-
-
- Members with a default value but no JSON will be set to their default value when deserializing.
-
-
-
-
- Ignore members where the member value is the same as the member's default value when serializing objects
- and set members to their default value when deserializing.
-
-
-
-
- Specifies float format handling options when writing special floating point numbers, e.g. ,
- and with .
-
-
-
-
- Write special floating point values as strings in JSON, e.g. "NaN", "Infinity", "-Infinity".
-
-
-
-
- Write special floating point values as symbols in JSON, e.g. NaN, Infinity, -Infinity.
- Note that this will produce non-valid JSON.
-
-
-
-
- Write special floating point values as the property's default value in JSON, e.g. 0.0 for a property, null for a of property.
-
-
-
-
- Specifies how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Floating point numbers are parsed to .
-
-
-
-
- Floating point numbers are parsed to .
-
-
-
-
- Specifies formatting options for the .
-
-
-
-
- No special formatting is applied. This is the default.
-
-
-
-
- Causes child objects to be indented according to the and settings.
-
-
-
-
- Provides an interface for using pooled arrays.
-
- The array type content.
-
-
-
- Rent an array from the pool. This array must be returned when it is no longer needed.
-
- The minimum required length of the array. The returned array may be longer.
- The rented array from the pool. This array must be returned when it is no longer needed.
-
-
-
- Return an array to the pool.
-
- The array that is being returned.
-
-
-
- Provides an interface to enable a class to return line and position information.
-
-
-
-
- Gets a value indicating whether the class can return line information.
-
-
- true if and can be provided; otherwise, false.
-
-
-
-
- Gets the current line number.
-
- The current line number or 0 if no line information is available (for example, when returns false).
-
-
-
- Gets the current line position.
-
- The current line position or 0 if no line information is available (for example, when returns false).
-
-
-
- Instructs the how to serialize the collection.
-
-
-
-
- Gets or sets a value indicating whether null items are allowed in the collection.
-
- true if null items are allowed in the collection; otherwise, false.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with a flag indicating whether the array can contain null items.
-
- A flag indicating whether the array can contain null items.
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- Instructs the to use the specified constructor when deserializing that object.
-
-
-
-
- Instructs the how to serialize the object.
-
-
-
-
- Gets or sets the id.
-
- The id.
-
-
-
- Gets or sets the title.
-
- The title.
-
-
-
- Gets or sets the description.
-
- The description.
-
-
-
- Gets or sets the collection's items converter.
-
- The collection's items converter.
-
-
-
- The parameter list to use when constructing the described by .
- If null, the default constructor is used.
- When non-null, there must be a constructor defined in the that exactly matches the number,
- order, and type of these parameters.
-
-
-
- [JsonContainer(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })]
-
-
-
-
-
- Gets or sets the of the .
-
- The of the .
-
-
-
- The parameter list to use when constructing the described by .
- If null, the default constructor is used.
- When non-null, there must be a constructor defined in the that exactly matches the number,
- order, and type of these parameters.
-
-
-
- [JsonContainer(NamingStrategyType = typeof(MyNamingStrategy), NamingStrategyParameters = new object[] { 123, "Four" })]
-
-
-
-
-
- Gets or sets a value that indicates whether to preserve object references.
-
-
- true to keep object reference; otherwise, false. The default is false.
-
-
-
-
- Gets or sets a value that indicates whether to preserve collection's items references.
-
-
- true to keep collection's items object references; otherwise, false. The default is false.
-
-
-
-
- Gets or sets the reference loop handling used when serializing the collection's items.
-
- The reference loop handling.
-
-
-
- Gets or sets the type name handling used when serializing the collection's items.
-
- The type name handling.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- Provides methods for converting between .NET types and JSON types.
-
-
-
-
-
-
-
- Gets or sets a function that creates default .
- Default settings are automatically used by serialization methods on ,
- and and on .
- To serialize without using any default settings create a with
- .
-
-
-
-
- Represents JavaScript's boolean value true as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's boolean value false as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's null as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's undefined as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's positive infinity as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's negative infinity as a string. This field is read-only.
-
-
-
-
- Represents JavaScript's NaN as a string. This field is read-only.
-
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation using the specified.
-
- The value to convert.
- The format the date will be converted to.
- The time zone handling when the date is converted to a string.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation using the specified.
-
- The value to convert.
- The format the date will be converted to.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- The string delimiter character.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- The string delimiter character.
- The string escape handling.
- A JSON string representation of the .
-
-
-
- Converts the to its JSON string representation.
-
- The value to convert.
- A JSON string representation of the .
-
-
-
- Serializes the specified object to a JSON string.
-
- The object to serialize.
- A JSON string representation of the object.
-
-
-
- Serializes the specified object to a JSON string using formatting.
-
- The object to serialize.
- Indicates how the output should be formatted.
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using a collection of .
-
- The object to serialize.
- A collection of converters used while serializing.
- A JSON string representation of the object.
-
-
-
- Serializes the specified object to a JSON string using formatting and a collection of .
-
- The object to serialize.
- Indicates how the output should be formatted.
- A collection of converters used while serializing.
- A JSON string representation of the object.
-
-
-
- Serializes the specified object to a JSON string using .
-
- The object to serialize.
- The used to serialize the object.
- If this is null, default serialization settings will be used.
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using a type, formatting and .
-
- The object to serialize.
- The used to serialize the object.
- If this is null, default serialization settings will be used.
-
- The type of the value being serialized.
- This parameter is used when is to write out the type name if the type of the value does not match.
- Specifying the type is optional.
-
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using formatting and .
-
- The object to serialize.
- Indicates how the output should be formatted.
- The used to serialize the object.
- If this is null, default serialization settings will be used.
-
- A JSON string representation of the object.
-
-
-
-
- Serializes the specified object to a JSON string using a type, formatting and .
-
- The object to serialize.
- Indicates how the output should be formatted.
- The used to serialize the object.
- If this is null, default serialization settings will be used.
-
- The type of the value being serialized.
- This parameter is used when is to write out the type name if the type of the value does not match.
- Specifying the type is optional.
-
-
- A JSON string representation of the object.
-
-
-
-
- Deserializes the JSON to a .NET object.
-
- The JSON to deserialize.
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to a .NET object using .
-
- The JSON to deserialize.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be used.
-
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type.
-
- The JSON to deserialize.
- The of object being deserialized.
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type.
-
- The type of the object to deserialize to.
- The JSON to deserialize.
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the given anonymous type.
-
-
- The anonymous type to deserialize to. This can't be specified
- traditionally and must be inferred from the anonymous type passed
- as a parameter.
-
- The JSON to deserialize.
- The anonymous type object.
- The deserialized anonymous type from the JSON string.
-
-
-
- Deserializes the JSON to the given anonymous type using .
-
-
- The anonymous type to deserialize to. This can't be specified
- traditionally and must be inferred from the anonymous type passed
- as a parameter.
-
- The JSON to deserialize.
- The anonymous type object.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be used.
-
- The deserialized anonymous type from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using a collection of .
-
- The type of the object to deserialize to.
- The JSON to deserialize.
- Converters to use while deserializing.
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using .
-
- The type of the object to deserialize to.
- The object to deserialize.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be used.
-
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using a collection of .
-
- The JSON to deserialize.
- The type of the object to deserialize.
- Converters to use while deserializing.
- The deserialized object from the JSON string.
-
-
-
- Deserializes the JSON to the specified .NET type using .
-
- The JSON to deserialize.
- The type of the object to deserialize to.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be used.
-
- The deserialized object from the JSON string.
-
-
-
- Populates the object with values from the JSON string.
-
- The JSON to populate values from.
- The target object to populate values onto.
-
-
-
- Populates the object with values from the JSON string using .
-
- The JSON to populate values from.
- The target object to populate values onto.
-
- The used to deserialize the object.
- If this is null, default serialization settings will be used.
-
-
-
-
- Serializes the to a JSON string.
-
- The node to serialize.
- A JSON string of the .
-
-
-
- Serializes the to a JSON string using formatting.
-
- The node to serialize.
- Indicates how the output should be formatted.
- A JSON string of the .
-
-
-
- Serializes the to a JSON string using formatting and omits the root object if is true.
-
- The node to serialize.
- Indicates how the output should be formatted.
- Omits writing the root object.
- A JSON string of the .
-
-
-
- Deserializes the from a JSON string.
-
- The JSON string.
- The deserialized .
-
-
-
- Deserializes the from a JSON string nested in a root element specified by .
-
- The JSON string.
- The name of the root element to append when deserializing.
- The deserialized .
-
-
-
- Deserializes the from a JSON string nested in a root element specified by
- and writes a Json.NET array attribute for collections.
-
- The JSON string.
- The name of the root element to append when deserializing.
-
- A value to indicate whether to write the Json.NET array attribute.
- This attribute helps preserve arrays when converting the written XML back to JSON.
-
- The deserialized .
-
-
-
- Deserializes the from a JSON string nested in a root element specified by ,
- writes a Json.NET array attribute for collections, and encodes special characters.
-
- The JSON string.
- The name of the root element to append when deserializing.
-
- A value to indicate whether to write the Json.NET array attribute.
- This attribute helps preserve arrays when converting the written XML back to JSON.
-
-
- A value to indicate whether to encode special characters when converting JSON to XML.
- If true, special characters like ':', '@', '?', '#' and '$' in JSON property names aren't used to specify
- XML namespaces, attributes or processing directives. Instead special characters are encoded and written
- as part of the XML element name.
-
- The deserialized .
-
-
-
- Serializes the to a JSON string.
-
- The node to convert to JSON.
- A JSON string of the .
-
-
-
- Serializes the to a JSON string using formatting.
-
- The node to convert to JSON.
- Indicates how the output should be formatted.
- A JSON string of the .
-
-
-
- Serializes the to a JSON string using formatting and omits the root object if is true.
-
- The node to serialize.
- Indicates how the output should be formatted.
- Omits writing the root object.
- A JSON string of the .
-
-
-
- Deserializes the from a JSON string.
-
- The JSON string.
- The deserialized .
-
-
-
- Deserializes the from a JSON string nested in a root element specified by .
-
- The JSON string.
- The name of the root element to append when deserializing.
- The deserialized .
-
-
-
- Deserializes the from a JSON string nested in a root element specified by
- and writes a Json.NET array attribute for collections.
-
- The JSON string.
- The name of the root element to append when deserializing.
-
- A value to indicate whether to write the Json.NET array attribute.
- This attribute helps preserve arrays when converting the written XML back to JSON.
-
- The deserialized .
-
-
-
- Deserializes the from a JSON string nested in a root element specified by ,
- writes a Json.NET array attribute for collections, and encodes special characters.
-
- The JSON string.
- The name of the root element to append when deserializing.
-
- A value to indicate whether to write the Json.NET array attribute.
- This attribute helps preserve arrays when converting the written XML back to JSON.
-
-
- A value to indicate whether to encode special characters when converting JSON to XML.
- If true, special characters like ':', '@', '?', '#' and '$' in JSON property names aren't used to specify
- XML namespaces, attributes or processing directives. Instead special characters are encoded and written
- as part of the XML element name.
-
- The deserialized .
-
-
-
- Converts an object to and from JSON.
-
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Gets a value indicating whether this can read JSON.
-
- true if this can read JSON; otherwise, false.
-
-
-
- Gets a value indicating whether this can write JSON.
-
- true if this can write JSON; otherwise, false.
-
-
-
- Converts an object to and from JSON.
-
- The object type to convert.
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Writes the JSON representation of the object.
-
- The to write to.
- The value.
- The calling serializer.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read.
- The calling serializer.
- The object value.
-
-
-
- Reads the JSON representation of the object.
-
- The to read from.
- Type of the object.
- The existing value of object being read. If there is no existing value then null will be used.
- The existing value has a value.
- The calling serializer.
- The object value.
-
-
-
- Determines whether this instance can convert the specified object type.
-
- Type of the object.
-
- true if this instance can convert the specified object type; otherwise, false.
-
-
-
-
- Instructs the to use the specified when serializing the member or class.
-
-
-
-
- Gets the of the .
-
- The of the .
-
-
-
- The parameter list to use when constructing the described by .
- If null, the default constructor is used.
-
-
-
-
- Initializes a new instance of the class.
-
- Type of the .
-
-
-
- Initializes a new instance of the class.
-
- Type of the .
- Parameter list to use when constructing the . Can be null.
-
-
-
- Represents a collection of .
-
-
-
-
- Instructs the how to serialize the collection.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- The exception thrown when an error occurs during JSON serialization or deserialization.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or null if no inner exception is specified.
-
-
-
- Initializes a new instance of the class.
-
- The that holds the serialized object data about the exception being thrown.
- The that contains contextual information about the source or destination.
- The parameter is null.
- The class name is null or is zero (0).
-
-
-
- Instructs the to deserialize properties with no matching class member into the specified collection
- and write values during serialization.
-
-
-
-
- Gets or sets a value that indicates whether to write extension data when serializing the object.
-
-
- true to write extension data when serializing the object; otherwise, false. The default is true.
-
-
-
-
- Gets or sets a value that indicates whether to read extension data when deserializing the object.
-
-
- true to read extension data when deserializing the object; otherwise, false. The default is true.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Instructs the not to serialize the public field or public read/write property value.
-
-
-
-
- Base class for a table of atomized string objects.
-
-
-
-
- Gets a string containing the same characters as the specified range of characters in the given array.
-
- The character array containing the name to find.
- The zero-based index into the array specifying the first character of the name.
- The number of characters in the name.
- A string containing the same characters as the specified range of characters in the given array.
-
-
-
- Instructs the how to serialize the object.
-
-
-
-
- Gets or sets the member serialization.
-
- The member serialization.
-
-
-
- Gets or sets the missing member handling used when deserializing this object.
-
- The missing member handling.
-
-
-
- Gets or sets how the object's properties with null values are handled during serialization and deserialization.
-
- How the object's properties with null values are handled during serialization and deserialization.
-
-
-
- Gets or sets a value that indicates whether the object's properties are required.
-
-
- A value indicating whether the object's properties are required.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified member serialization.
-
- The member serialization.
-
-
-
- Initializes a new instance of the class with the specified container Id.
-
- The container Id.
-
-
-
- Instructs the to always serialize the member with the specified name.
-
-
-
-
- Gets or sets the type used when serializing the property's collection items.
-
- The collection's items type.
-
-
-
- The parameter list to use when constructing the described by .
- If null, the default constructor is used.
- When non-null, there must be a constructor defined in the that exactly matches the number,
- order, and type of these parameters.
-
-
-
- [JsonProperty(ItemConverterType = typeof(MyContainerConverter), ItemConverterParameters = new object[] { 123, "Four" })]
-
-
-
-
-
- Gets or sets the of the .
-
- The of the .
-
-
-
- The parameter list to use when constructing the described by .
- If null, the default constructor is used.
- When non-null, there must be a constructor defined in the that exactly matches the number,
- order, and type of these parameters.
-
-
-
- [JsonProperty(NamingStrategyType = typeof(MyNamingStrategy), NamingStrategyParameters = new object[] { 123, "Four" })]
-
-
-
-
-
- Gets or sets the null value handling used when serializing this property.
-
- The null value handling.
-
-
-
- Gets or sets the default value handling used when serializing this property.
-
- The default value handling.
-
-
-
- Gets or sets the reference loop handling used when serializing this property.
-
- The reference loop handling.
-
-
-
- Gets or sets the object creation handling used when deserializing this property.
-
- The object creation handling.
-
-
-
- Gets or sets the type name handling used when serializing this property.
-
- The type name handling.
-
-
-
- Gets or sets whether this property's value is serialized as a reference.
-
- Whether this property's value is serialized as a reference.
-
-
-
- Gets or sets the order of serialization of a member.
-
- The numeric order of serialization.
-
-
-
- Gets or sets a value indicating whether this property is required.
-
-
- A value indicating whether this property is required.
-
-
-
-
- Gets or sets the name of the property.
-
- The name of the property.
-
-
-
- Gets or sets the reference loop handling used when serializing the property's collection items.
-
- The collection's items reference loop handling.
-
-
-
- Gets or sets the type name handling used when serializing the property's collection items.
-
- The collection's items type name handling.
-
-
-
- Gets or sets whether this property's collection items are serialized as a reference.
-
- Whether this property's collection items are serialized as a reference.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class with the specified name.
-
- Name of the property.
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data.
-
-
-
-
- Asynchronously reads the next JSON token from the source.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns true if the next token was read successfully; false if there are no more tokens to read.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously skips the children of the current token.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a [].
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the []. This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously reads the next JSON token from the source as a .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the . This result will be null at the end of an array.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Specifies the state of the reader.
-
-
-
-
- A read method has not been called.
-
-
-
-
- The end of the file has been reached successfully.
-
-
-
-
- Reader is at a property.
-
-
-
-
- Reader is at the start of an object.
-
-
-
-
- Reader is in an object.
-
-
-
-
- Reader is at the start of an array.
-
-
-
-
- Reader is in an array.
-
-
-
-
- The method has been called.
-
-
-
-
- Reader has just read a value.
-
-
-
-
- Reader is at the start of a constructor.
-
-
-
-
- Reader is in a constructor.
-
-
-
-
- An error occurred that prevents the read operation from continuing.
-
-
-
-
- The end of the file has been reached successfully.
-
-
-
-
- Gets the current reader state.
-
- The current reader state.
-
-
-
- Gets or sets a value indicating whether the source should be closed when this reader is closed.
-
-
- true to close the source when this reader is closed; otherwise false. The default is true.
-
-
-
-
- Gets or sets a value indicating whether multiple pieces of JSON content can
- be read from a continuous stream without erroring.
-
-
- true to support reading multiple pieces of JSON content; otherwise false.
- The default is false.
-
-
-
-
- Gets the quotation mark character used to enclose the value of a string.
-
-
-
-
- Gets or sets how time zones are handled when reading JSON.
-
-
-
-
- Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
-
-
-
-
- Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
-
-
-
-
- Gets or sets how custom date formatted strings are parsed when reading JSON.
-
-
-
-
- Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a .
- A null value means there is no maximum.
- The default value is 64.
-
-
-
-
- Gets the type of the current JSON token.
-
-
-
-
- Gets the text value of the current JSON token.
-
-
-
-
- Gets the .NET type for the current JSON token.
-
-
-
-
- Gets the depth of the current token in the JSON document.
-
- The depth of the current token in the JSON document.
-
-
-
- Gets the path of the current JSON token.
-
-
-
-
- Gets or sets the culture used when reading JSON. Defaults to .
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Reads the next JSON token from the source.
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
- Reads the next JSON token from the source as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the source as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the source as a [].
-
- A [] or null if the next JSON token is null. This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the source as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the source as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the source as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the source as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the source as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Skips the children of the current token.
-
-
-
-
- Sets the current token.
-
- The new token.
-
-
-
- Sets the current token and value.
-
- The new token.
- The value.
-
-
-
- Sets the current token and value.
-
- The new token.
- The value.
- A flag indicating whether the position index inside an array should be updated.
-
-
-
- Sets the state based on current token type.
-
-
-
-
- Releases unmanaged and - optionally - managed resources.
-
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
-
- Changes the reader's state to .
- If is set to true, the source is also closed.
-
-
-
-
- The exception thrown when an error occurs while reading JSON text.
-
-
-
-
- Gets the line number indicating where the error occurred.
-
- The line number indicating where the error occurred.
-
-
-
- Gets the line position indicating where the error occurred.
-
- The line position indicating where the error occurred.
-
-
-
- Gets the path to the JSON where the error occurred.
-
- The path to the JSON where the error occurred.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or null if no inner exception is specified.
-
-
-
- Initializes a new instance of the class.
-
- The that holds the serialized object data about the exception being thrown.
- The that contains contextual information about the source or destination.
- The parameter is null.
- The class name is null or is zero (0).
-
-
-
- Initializes a new instance of the class
- with a specified error message, JSON path, line number, line position, and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The path to the JSON where the error occurred.
- The line number indicating where the error occurred.
- The line position indicating where the error occurred.
- The exception that is the cause of the current exception, or null if no inner exception is specified.
-
-
-
- Instructs the to always serialize the member, and to require that the member has a value.
-
-
-
-
- The exception thrown when an error occurs during JSON serialization or deserialization.
-
-
-
-
- Gets the line number indicating where the error occurred.
-
- The line number indicating where the error occurred.
-
-
-
- Gets the line position indicating where the error occurred.
-
- The line position indicating where the error occurred.
-
-
-
- Gets the path to the JSON where the error occurred.
-
- The path to the JSON where the error occurred.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or null if no inner exception is specified.
-
-
-
- Initializes a new instance of the class.
-
- The that holds the serialized object data about the exception being thrown.
- The that contains contextual information about the source or destination.
- The parameter is null.
- The class name is null or is zero (0).
-
-
-
- Initializes a new instance of the class
- with a specified error message, JSON path, line number, line position, and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The path to the JSON where the error occurred.
- The line number indicating where the error occurred.
- The line position indicating where the error occurred.
- The exception that is the cause of the current exception, or null if no inner exception is specified.
-
-
-
- Serializes and deserializes objects into and from the JSON format.
- The enables you to control how objects are encoded into JSON.
-
-
-
-
- Occurs when the errors during serialization and deserialization.
-
-
-
-
- Gets or sets the used by the serializer when resolving references.
-
-
-
-
- Gets or sets the used by the serializer when resolving type names.
-
-
-
-
- Gets or sets the used by the serializer when resolving type names.
-
-
-
-
- Gets or sets the used by the serializer when writing trace messages.
-
- The trace writer.
-
-
-
- Gets or sets the equality comparer used by the serializer when comparing references.
-
- The equality comparer.
-
-
-
- Gets or sets how type name writing and reading is handled by the serializer.
- The default value is .
-
-
- should be used with caution when your application deserializes JSON from an external source.
- Incoming types should be validated with a custom
- when deserializing with a value other than .
-
-
-
-
- Gets or sets how a type name assembly is written and resolved by the serializer.
- The default value is .
-
- The type name assembly format.
-
-
-
- Gets or sets how a type name assembly is written and resolved by the serializer.
- The default value is .
-
- The type name assembly format.
-
-
-
- Gets or sets how object references are preserved by the serializer.
- The default value is .
-
-
-
-
- Gets or sets how reference loops (e.g. a class referencing itself) is handled.
- The default value is .
-
-
-
-
- Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
- The default value is .
-
-
-
-
- Gets or sets how null values are handled during serialization and deserialization.
- The default value is .
-
-
-
-
- Gets or sets how default values are handled during serialization and deserialization.
- The default value is .
-
-
-
-
- Gets or sets how objects are created during deserialization.
- The default value is .
-
- The object creation handling.
-
-
-
- Gets or sets how constructors are used during deserialization.
- The default value is .
-
- The constructor handling.
-
-
-
- Gets or sets how metadata properties are used during deserialization.
- The default value is .
-
- The metadata properties handling.
-
-
-
- Gets a collection that will be used during serialization.
-
- Collection that will be used during serialization.
-
-
-
- Gets or sets the contract resolver used by the serializer when
- serializing .NET objects to JSON and vice versa.
-
-
-
-
- Gets or sets the used by the serializer when invoking serialization callback methods.
-
- The context.
-
-
-
- Indicates how JSON text output is formatted.
- The default value is .
-
-
-
-
- Gets or sets how dates are written to JSON text.
- The default value is .
-
-
-
-
- Gets or sets how time zones are handled during serialization and deserialization.
- The default value is .
-
-
-
-
- Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
- The default value is .
-
-
-
-
- Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
- The default value is .
-
-
-
-
- Gets or sets how special floating point numbers, e.g. ,
- and ,
- are written as JSON text.
- The default value is .
-
-
-
-
- Gets or sets how strings are escaped when writing JSON text.
- The default value is .
-
-
-
-
- Gets or sets how and values are formatted when writing JSON text,
- and the expected date format when reading JSON text.
- The default value is "yyyy'-'MM'-'dd'T'HH':'mm':'ss.FFFFFFFK".
-
-
-
-
- Gets or sets the culture used when reading JSON.
- The default value is .
-
-
-
-
- Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a .
- A null value means there is no maximum.
- The default value is 64.
-
-
-
-
- Gets a value indicating whether there will be a check for additional JSON content after deserializing an object.
- The default value is false.
-
-
- true if there will be a check for additional JSON content after deserializing an object; otherwise, false.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Creates a new instance.
- The will not use default settings
- from .
-
-
- A new instance.
- The will not use default settings
- from .
-
-
-
-
- Creates a new instance using the specified .
- The will not use default settings
- from .
-
- The settings to be applied to the .
-
- A new instance using the specified .
- The will not use default settings
- from .
-
-
-
-
- Creates a new instance.
- The will use default settings
- from .
-
-
- A new instance.
- The will use default settings
- from .
-
-
-
-
- Creates a new instance using the specified .
- The will use default settings
- from as well as the specified .
-
- The settings to be applied to the .
-
- A new instance using the specified .
- The will use default settings
- from as well as the specified .
-
-
-
-
- Populates the JSON values onto the target object.
-
- The that contains the JSON structure to read values from.
- The target object to populate values onto.
-
-
-
- Populates the JSON values onto the target object.
-
- The that contains the JSON structure to read values from.
- The target object to populate values onto.
-
-
-
- Deserializes the JSON structure contained by the specified .
-
- The that contains the JSON structure to deserialize.
- The being deserialized.
-
-
-
- Deserializes the JSON structure contained by the specified
- into an instance of the specified type.
-
- The containing the object.
- The of object being deserialized.
- The instance of being deserialized.
-
-
-
- Deserializes the JSON structure contained by the specified
- into an instance of the specified type.
-
- The containing the object.
- The type of the object to deserialize.
- The instance of being deserialized.
-
-
-
- Deserializes the JSON structure contained by the specified
- into an instance of the specified type.
-
- The containing the object.
- The of object being deserialized.
- The instance of being deserialized.
-
-
-
- Serializes the specified and writes the JSON structure
- using the specified .
-
- The used to write the JSON structure.
- The to serialize.
-
-
-
- Serializes the specified and writes the JSON structure
- using the specified .
-
- The used to write the JSON structure.
- The to serialize.
-
- The type of the value being serialized.
- This parameter is used when is to write out the type name if the type of the value does not match.
- Specifying the type is optional.
-
-
-
-
- Serializes the specified and writes the JSON structure
- using the specified .
-
- The used to write the JSON structure.
- The to serialize.
-
- The type of the value being serialized.
- This parameter is used when is Auto to write out the type name if the type of the value does not match.
- Specifying the type is optional.
-
-
-
-
- Serializes the specified and writes the JSON structure
- using the specified .
-
- The used to write the JSON structure.
- The to serialize.
-
-
-
- Specifies the settings on a object.
-
-
-
-
- Gets or sets how reference loops (e.g. a class referencing itself) are handled.
- The default value is .
-
- Reference loop handling.
-
-
-
- Gets or sets how missing members (e.g. JSON contains a property that isn't a member on the object) are handled during deserialization.
- The default value is .
-
- Missing member handling.
-
-
-
- Gets or sets how objects are created during deserialization.
- The default value is .
-
- The object creation handling.
-
-
-
- Gets or sets how null values are handled during serialization and deserialization.
- The default value is .
-
- Null value handling.
-
-
-
- Gets or sets how default values are handled during serialization and deserialization.
- The default value is .
-
- The default value handling.
-
-
-
- Gets or sets a collection that will be used during serialization.
-
- The converters.
-
-
-
- Gets or sets how object references are preserved by the serializer.
- The default value is .
-
- The preserve references handling.
-
-
-
- Gets or sets how type name writing and reading is handled by the serializer.
- The default value is .
-
-
- should be used with caution when your application deserializes JSON from an external source.
- Incoming types should be validated with a custom
- when deserializing with a value other than .
-
- The type name handling.
-
-
-
- Gets or sets how metadata properties are used during deserialization.
- The default value is .
-
- The metadata properties handling.
-
-
-
- Gets or sets how a type name assembly is written and resolved by the serializer.
- The default value is .
-
- The type name assembly format.
-
-
-
- Gets or sets how a type name assembly is written and resolved by the serializer.
- The default value is .
-
- The type name assembly format.
-
-
-
- Gets or sets how constructors are used during deserialization.
- The default value is .
-
- The constructor handling.
-
-
-
- Gets or sets the contract resolver used by the serializer when
- serializing .NET objects to JSON and vice versa.
-
- The contract resolver.
-
-
-
- Gets or sets the equality comparer used by the serializer when comparing references.
-
- The equality comparer.
-
-
-
- Gets or sets the used by the serializer when resolving references.
-
- The reference resolver.
-
-
-
- Gets or sets a function that creates the used by the serializer when resolving references.
-
- A function that creates the used by the serializer when resolving references.
-
-
-
- Gets or sets the used by the serializer when writing trace messages.
-
- The trace writer.
-
-
-
- Gets or sets the used by the serializer when resolving type names.
-
- The binder.
-
-
-
- Gets or sets the used by the serializer when resolving type names.
-
- The binder.
-
-
-
- Gets or sets the error handler called during serialization and deserialization.
-
- The error handler called during serialization and deserialization.
-
-
-
- Gets or sets the used by the serializer when invoking serialization callback methods.
-
- The context.
-
-
-
- Gets or sets how and values are formatted when writing JSON text,
- and the expected date format when reading JSON text.
- The default value is "yyyy'-'MM'-'dd'T'HH':'mm':'ss.FFFFFFFK".
-
-
-
-
- Gets or sets the maximum depth allowed when reading JSON. Reading past this depth will throw a .
- A null value means there is no maximum.
- The default value is 64.
-
-
-
-
- Indicates how JSON text output is formatted.
- The default value is .
-
-
-
-
- Gets or sets how dates are written to JSON text.
- The default value is .
-
-
-
-
- Gets or sets how time zones are handled during serialization and deserialization.
- The default value is .
-
-
-
-
- Gets or sets how date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed when reading JSON.
- The default value is .
-
-
-
-
- Gets or sets how special floating point numbers, e.g. ,
- and ,
- are written as JSON.
- The default value is .
-
-
-
-
- Gets or sets how floating point numbers, e.g. 1.0 and 9.9, are parsed when reading JSON text.
- The default value is .
-
-
-
-
- Gets or sets how strings are escaped when writing JSON text.
- The default value is .
-
-
-
-
- Gets or sets the culture used when reading JSON.
- The default value is .
-
-
-
-
- Gets a value indicating whether there will be a check for additional content after deserializing an object.
- The default value is false.
-
-
- true if there will be a check for additional content after deserializing an object; otherwise, false.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- using values copied from the passed in .
-
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to JSON text data.
-
-
-
-
- Asynchronously reads the next JSON token from the source.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns true if the next token was read successfully; false if there are no more tokens to read.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a [].
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the []. This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a of .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the of . This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously reads the next JSON token from the source as a .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous read. The
- property returns the . This result will be null at the end of an array.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Initializes a new instance of the class with the specified .
-
- The containing the JSON data to read.
-
-
-
- Gets or sets the reader's property name table.
-
-
-
-
- Gets or sets the reader's character buffer pool.
-
-
-
-
- Reads the next JSON token from the underlying .
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a [].
-
- A [] or null if the next JSON token is null. This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Changes the reader's state to .
- If is set to true, the underlying is also closed.
-
-
-
-
- Gets a value indicating whether the class can return line information.
-
-
- true if and can be provided; otherwise, false.
-
-
-
-
- Gets the current line number.
-
-
- The current line number or 0 if no line information is available (for example, returns false).
-
-
-
-
- Gets the current line position.
-
-
- The current line position or 0 if no line information is available (for example, returns false).
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
-
-
-
-
- Asynchronously flushes whatever is in the buffer to the destination and also flushes the destination.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the JSON value delimiter.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the specified end token.
-
- The end token to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously closes this writer.
- If is set to true, the destination is also closed.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the end of the current JSON object or array.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes indent characters.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes an indent space.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes raw JSON without changing the writer's state.
-
- The raw JSON to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a null value.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the property name of a name/value pair of a JSON object.
-
- The name of the property.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the property name of a name/value pair of a JSON object.
-
- The name of the property.
- A flag to indicate whether the text should be escaped when it is written as a JSON property name.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the beginning of a JSON array.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the beginning of a JSON object.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the start of a constructor with the given name.
-
- The name of the constructor.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes an undefined value.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the given white space.
-
- The string of white space characters.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a [] value.
-
- The [] value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the end of an array.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the end of a constructor.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes the end of a JSON object.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Asynchronously writes raw JSON where a value is expected and updates the writer's state.
-
- The raw JSON to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- Derived classes must override this method to get asynchronous behaviour. Otherwise it will
- execute synchronously, returning an already-completed task.
-
-
-
- Gets or sets the writer's character array pool.
-
-
-
-
- Gets or sets how many s to write for each level in the hierarchy when is set to .
-
-
-
-
- Gets or sets which character to use to quote attribute values.
-
-
-
-
- Gets or sets which character to use for indenting when is set to .
-
-
-
-
- Gets or sets a value indicating whether object names will be surrounded with quotes.
-
-
-
-
- Initializes a new instance of the class using the specified .
-
- The to write to.
-
-
-
- Flushes whatever is in the buffer to the underlying and also flushes the underlying .
-
-
-
-
- Closes this writer.
- If is set to true, the underlying is also closed.
- If is set to true, the JSON is auto-completed.
-
-
-
-
- Writes the beginning of a JSON object.
-
-
-
-
- Writes the beginning of a JSON array.
-
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes the specified end token.
-
- The end token to write.
-
-
-
- Writes the property name of a name/value pair on a JSON object.
-
- The name of the property.
-
-
-
- Writes the property name of a name/value pair on a JSON object.
-
- The name of the property.
- A flag to indicate whether the text should be escaped when it is written as a JSON property name.
-
-
-
- Writes indent characters.
-
-
-
-
- Writes the JSON value delimiter.
-
-
-
-
- Writes an indent space.
-
-
-
-
- Writes a value.
- An error will raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes raw JSON.
-
- The raw JSON to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a [] value.
-
- The [] value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes the given white space.
-
- The string of white space characters.
-
-
-
- Specifies the type of JSON token.
-
-
-
-
- This is returned by the if a read method has not been called.
-
-
-
-
- An object start token.
-
-
-
-
- An array start token.
-
-
-
-
- A constructor start token.
-
-
-
-
- An object property name.
-
-
-
-
- A comment.
-
-
-
-
- Raw JSON.
-
-
-
-
- An integer.
-
-
-
-
- A float.
-
-
-
-
- A string.
-
-
-
-
- A boolean.
-
-
-
-
- A null token.
-
-
-
-
- An undefined token.
-
-
-
-
- An object end token.
-
-
-
-
- An array end token.
-
-
-
-
- A constructor end token.
-
-
-
-
- A Date.
-
-
-
-
- Byte data.
-
-
-
-
-
- Represents a reader that provides validation.
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- Sets an event handler for receiving schema validation errors.
-
-
-
-
- Gets the text value of the current JSON token.
-
-
-
-
-
- Gets the depth of the current token in the JSON document.
-
- The depth of the current token in the JSON document.
-
-
-
- Gets the path of the current JSON token.
-
-
-
-
- Gets the quotation mark character used to enclose the value of a string.
-
-
-
-
-
- Gets the type of the current JSON token.
-
-
-
-
-
- Gets the .NET type for the current JSON token.
-
-
-
-
-
- Initializes a new instance of the class that
- validates the content returned from the given .
-
- The to read from while validating.
-
-
-
- Gets or sets the schema.
-
- The schema.
-
-
-
- Gets the used to construct this .
-
- The specified in the constructor.
-
-
-
- Changes the reader's state to .
- If is set to true, the underlying is also closed.
-
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of .
-
-
-
- Reads the next JSON token from the underlying as a [].
-
-
- A [] or null if the next JSON token is null.
-
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of .
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of .
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of .
-
-
-
- Reads the next JSON token from the underlying as a .
-
- A . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of . This method will return null at the end of an array.
-
-
-
- Reads the next JSON token from the underlying as a of .
-
- A of .
-
-
-
- Reads the next JSON token from the underlying .
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
-
-
-
-
- Asynchronously closes this writer.
- If is set to true, the destination is also closed.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously flushes whatever is in the buffer to the destination and also flushes the destination.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the specified end token.
-
- The end token to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes indent characters.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the JSON value delimiter.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes an indent space.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes raw JSON without changing the writer's state.
-
- The raw JSON to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the end of the current JSON object or array.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the end of an array.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the end of a constructor.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the end of a JSON object.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a null value.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the property name of a name/value pair of a JSON object.
-
- The name of the property.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the property name of a name/value pair of a JSON object.
-
- The name of the property.
- A flag to indicate whether the text should be escaped when it is written as a JSON property name.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the beginning of a JSON array.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes raw JSON where a value is expected and updates the writer's state.
-
- The raw JSON to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the start of a constructor with the given name.
-
- The name of the constructor.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the beginning of a JSON object.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the current token.
-
- The to read the token from.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the current token.
-
- The to read the token from.
- A flag indicating whether the current token's children should be written.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the token and its value.
-
- The to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the token and its value.
-
- The to write.
-
- The value to write.
- A value is only required for tokens that have an associated value, e.g. the property name for .
- null can be passed to the method for tokens that don't have a value, e.g. .
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a [] value.
-
- The [] value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a value.
-
- The value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes a of value.
-
- The of value to write.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes an undefined value.
-
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously writes the given white space.
-
- The string of white space characters.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Asynchronously ets the state of the .
-
- The being written.
- The value being written.
- The token to monitor for cancellation requests. The default value is .
- A that represents the asynchronous operation.
- The default behaviour is to execute synchronously, returning an already-completed task. Derived
- classes can override this behaviour for true asynchronicity.
-
-
-
- Gets or sets a value indicating whether the destination should be closed when this writer is closed.
-
-
- true to close the destination when this writer is closed; otherwise false. The default is true.
-
-
-
-
- Gets or sets a value indicating whether the JSON should be auto-completed when this writer is closed.
-
-
- true to auto-complete the JSON when this writer is closed; otherwise false. The default is true.
-
-
-
-
- Gets the top.
-
- The top.
-
-
-
- Gets the state of the writer.
-
-
-
-
- Gets the path of the writer.
-
-
-
-
- Gets or sets a value indicating how JSON text output should be formatted.
-
-
-
-
- Gets or sets how dates are written to JSON text.
-
-
-
-
- Gets or sets how time zones are handled when writing JSON text.
-
-
-
-
- Gets or sets how strings are escaped when writing JSON text.
-
-
-
-
- Gets or sets how special floating point numbers, e.g. ,
- and ,
- are written to JSON text.
-
-
-
-
- Gets or sets how and values are formatted when writing JSON text.
-
-
-
-
- Gets or sets the culture used when writing JSON. Defaults to .
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Flushes whatever is in the buffer to the destination and also flushes the destination.
-
-
-
-
- Closes this writer.
- If is set to true, the destination is also closed.
- If is set to true, the JSON is auto-completed.
-
-
-
-
- Writes the beginning of a JSON object.
-
-
-
-
- Writes the end of a JSON object.
-
-
-
-
- Writes the beginning of a JSON array.
-
-
-
-
- Writes the end of an array.
-
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes the end constructor.
-
-
-
-
- Writes the property name of a name/value pair of a JSON object.
-
- The name of the property.
-
-
-
- Writes the property name of a name/value pair of a JSON object.
-
- The name of the property.
- A flag to indicate whether the text should be escaped when it is written as a JSON property name.
-
-
-
- Writes the end of the current JSON object or array.
-
-
-
-
- Writes the current token and its children.
-
- The to read the token from.
-
-
-
- Writes the current token.
-
- The to read the token from.
- A flag indicating whether the current token's children should be written.
-
-
-
- Writes the token and its value.
-
- The to write.
-
- The value to write.
- A value is only required for tokens that have an associated value, e.g. the property name for .
- null can be passed to the method for tokens that don't have a value, e.g. .
-
-
-
-
- Writes the token.
-
- The to write.
-
-
-
- Writes the specified end token.
-
- The end token to write.
-
-
-
- Writes indent characters.
-
-
-
-
- Writes the JSON value delimiter.
-
-
-
-
- Writes an indent space.
-
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes raw JSON without changing the writer's state.
-
- The raw JSON to write.
-
-
-
- Writes raw JSON where a value is expected and updates the writer's state.
-
- The raw JSON to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a of value.
-
- The of value to write.
-
-
-
- Writes a [] value.
-
- The [] value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
- An error will raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes the given white space.
-
- The string of white space characters.
-
-
-
- Releases unmanaged and - optionally - managed resources.
-
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
-
-
-
- Sets the state of the .
-
- The being written.
- The value being written.
-
-
-
- The exception thrown when an error occurs while writing JSON text.
-
-
-
-
- Gets the path to the JSON where the error occurred.
-
- The path to the JSON where the error occurred.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or null if no inner exception is specified.
-
-
-
- Initializes a new instance of the class.
-
- The that holds the serialized object data about the exception being thrown.
- The that contains contextual information about the source or destination.
- The parameter is null.
- The class name is null or is zero (0).
-
-
-
- Initializes a new instance of the class
- with a specified error message, JSON path and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The path to the JSON where the error occurred.
- The exception that is the cause of the current exception, or null if no inner exception is specified.
-
-
-
- Specifies how JSON comments are handled when loading JSON.
-
-
-
-
- Ignore comments.
-
-
-
-
- Load comments as a with type .
-
-
-
-
- Specifies how duplicate property names are handled when loading JSON.
-
-
-
-
- Replace the existing value when there is a duplicate property. The value of the last property in the JSON object will be used.
-
-
-
-
- Ignore the new value when there is a duplicate property. The value of the first property in the JSON object will be used.
-
-
-
-
- Throw a when a duplicate property is encountered.
-
-
-
-
- Contains the LINQ to JSON extension methods.
-
-
-
-
- Returns a collection of tokens that contains the ancestors of every token in the source collection.
-
- The type of the objects in source, constrained to .
- An of that contains the source collection.
- An of that contains the ancestors of every token in the source collection.
-
-
-
- Returns a collection of tokens that contains every token in the source collection, and the ancestors of every token in the source collection.
-
- The type of the objects in source, constrained to .
- An of that contains the source collection.
- An of that contains every token in the source collection, the ancestors of every token in the source collection.
-
-
-
- Returns a collection of tokens that contains the descendants of every token in the source collection.
-
- The type of the objects in source, constrained to .
- An of that contains the source collection.
- An of that contains the descendants of every token in the source collection.
-
-
-
- Returns a collection of tokens that contains every token in the source collection, and the descendants of every token in the source collection.
-
- The type of the objects in source, constrained to .
- An of that contains the source collection.
- An of that contains every token in the source collection, and the descendants of every token in the source collection.
-
-
-
- Returns a collection of child properties of every object in the source collection.
-
- An of that contains the source collection.
- An of that contains the properties of every object in the source collection.
-
-
-
- Returns a collection of child values of every object in the source collection with the given key.
-
- An of that contains the source collection.
- The token key.
- An of that contains the values of every token in the source collection with the given key.
-
-
-
- Returns a collection of child values of every object in the source collection.
-
- An of that contains the source collection.
- An of that contains the values of every token in the source collection.
-
-
-
- Returns a collection of converted child values of every object in the source collection with the given key.
-
- The type to convert the values to.
- An of that contains the source collection.
- The token key.
- An that contains the converted values of every token in the source collection with the given key.
-
-
-
- Returns a collection of converted child values of every object in the source collection.
-
- The type to convert the values to.
- An of that contains the source collection.
- An that contains the converted values of every token in the source collection.
-
-
-
- Converts the value.
-
- The type to convert the value to.
- A cast as a of .
- A converted value.
-
-
-
- Converts the value.
-
- The source collection type.
- The type to convert the value to.
- A cast as a of .
- A converted value.
-
-
-
- Returns a collection of child tokens of every array in the source collection.
-
- The source collection type.
- An of that contains the source collection.
- An of that contains the values of every token in the source collection.
-
-
-
- Returns a collection of converted child tokens of every array in the source collection.
-
- An of that contains the source collection.
- The type to convert the values to.
- The source collection type.
- An that contains the converted values of every token in the source collection.
-
-
-
- Returns the input typed as .
-
- An of that contains the source collection.
- The input typed as .
-
-
-
- Returns the input typed as .
-
- The source collection type.
- An of that contains the source collection.
- The input typed as .
-
-
-
- Represents a collection of objects.
-
- The type of token.
-
-
-
- Gets the of with the specified key.
-
-
-
-
-
- Represents a JSON array.
-
-
-
-
-
-
-
- Writes this token to a asynchronously.
-
- A into which this method will write.
- The token to monitor for cancellation requests.
- A collection of which will be used when writing the token.
- A that represents the asynchronous write operation.
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- If this is null, default load settings will be used.
- The token to monitor for cancellation requests. The default value is .
- A representing the asynchronous load. The property contains the JSON that was read from the specified .
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- The token to monitor for cancellation requests. The default value is .
- A representing the asynchronous load. The property contains the JSON that was read from the specified .
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the array.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the array.
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Loads an from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- A that contains the JSON that was read from the specified .
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
-
-
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- The used to load the JSON.
- If this is null, default load settings will be used.
- A populated from the string that contains JSON.
-
-
-
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- A with the values of the specified object.
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- The that will be used to read the object.
- A with the values of the specified object.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Gets or sets the at the specified index.
-
-
-
-
-
- Determines the index of a specific item in the .
-
- The object to locate in the .
-
- The index of if found in the list; otherwise, -1.
-
-
-
-
- Inserts an item to the at the specified index.
-
- The zero-based index at which should be inserted.
- The object to insert into the .
-
- is not a valid index in the .
-
-
-
-
- Removes the item at the specified index.
-
- The zero-based index of the item to remove.
-
- is not a valid index in the .
-
-
-
-
- Returns an enumerator that iterates through the collection.
-
-
- A of that can be used to iterate through the collection.
-
-
-
-
- Adds an item to the .
-
- The object to add to the .
-
-
-
- Removes all items from the .
-
-
-
-
- Determines whether the contains a specific value.
-
- The object to locate in the .
-
- true if is found in the ; otherwise, false.
-
-
-
-
- Copies the elements of the to an array, starting at a particular array index.
-
- The array.
- Index of the array.
-
-
-
- Gets a value indicating whether the is read-only.
-
- true if the is read-only; otherwise, false.
-
-
-
- Removes the first occurrence of a specific object from the .
-
- The object to remove from the .
-
- true if was successfully removed from the ; otherwise, false. This method also returns false if is not found in the original .
-
-
-
-
- Represents a JSON constructor.
-
-
-
-
- Writes this token to a asynchronously.
-
- A into which this method will write.
- The token to monitor for cancellation requests.
- A collection of which will be used when writing the token.
- A that represents the asynchronous write operation.
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous load. The
- property returns a that contains the JSON that was read from the specified .
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous load. The
- property returns a that contains the JSON that was read from the specified .
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets or sets the name of this constructor.
-
- The constructor name.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the specified name and content.
-
- The constructor name.
- The contents of the constructor.
-
-
-
- Initializes a new instance of the class with the specified name and content.
-
- The constructor name.
- The contents of the constructor.
-
-
-
- Initializes a new instance of the class with the specified name.
-
- The constructor name.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Loads a from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Loads a from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- A that contains the JSON that was read from the specified .
-
-
-
- Represents a token that can contain other tokens.
-
-
-
-
- Occurs when the list changes or an item in the list changes.
-
-
-
-
- Occurs before an item is added to the collection.
-
-
-
-
- Occurs when the items list of the collection has changed, or the collection is reset.
-
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Raises the event.
-
- The instance containing the event data.
-
-
-
- Raises the event.
-
- The instance containing the event data.
-
-
-
- Raises the event.
-
- The instance containing the event data.
-
-
-
- Gets a value indicating whether this token has child tokens.
-
-
- true if this token has child values; otherwise, false.
-
-
-
-
- Get the first child token of this token.
-
-
- A containing the first child token of the .
-
-
-
-
- Get the last child token of this token.
-
-
- A containing the last child token of the .
-
-
-
-
- Returns a collection of the child tokens of this token, in document order.
-
-
- An of containing the child tokens of this , in document order.
-
-
-
-
- Returns a collection of the child values of this token, in document order.
-
- The type to convert the values to.
-
- A containing the child values of this , in document order.
-
-
-
-
- Returns a collection of the descendant tokens for this token in document order.
-
- An of containing the descendant tokens of the .
-
-
-
- Returns a collection of the tokens that contain this token, and all descendant tokens of this token, in document order.
-
- An of containing this token, and all the descendant tokens of the .
-
-
-
- Adds the specified content as children of this .
-
- The content to be added.
-
-
-
- Adds the specified content as the first children of this .
-
- The content to be added.
-
-
-
- Creates a that can be used to add tokens to the .
-
- A that is ready to have content written to it.
-
-
-
- Replaces the child nodes of this token with the specified content.
-
- The content.
-
-
-
- Removes the child nodes from this token.
-
-
-
-
- Merge the specified content into this .
-
- The content to be merged.
-
-
-
- Merge the specified content into this using .
-
- The content to be merged.
- The used to merge the content.
-
-
-
- Gets the count of child JSON tokens.
-
- The count of child JSON tokens.
-
-
-
- Represents a collection of objects.
-
- The type of token.
-
-
-
- An empty collection of objects.
-
-
-
-
- Initializes a new instance of the struct.
-
- The enumerable.
-
-
-
- Returns an enumerator that can be used to iterate through the collection.
-
-
- A that can be used to iterate through the collection.
-
-
-
-
- Gets the of with the specified key.
-
-
-
-
-
- Determines whether the specified is equal to this instance.
-
- The to compare with this instance.
-
- true if the specified is equal to this instance; otherwise, false.
-
-
-
-
- Determines whether the specified is equal to this instance.
-
- The to compare with this instance.
-
- true if the specified is equal to this instance; otherwise, false.
-
-
-
-
- Returns a hash code for this instance.
-
-
- A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
-
-
-
-
- Represents a JSON object.
-
-
-
-
-
-
-
- Writes this token to a asynchronously.
-
- A into which this method will write.
- The token to monitor for cancellation requests.
- A collection of which will be used when writing the token.
- A that represents the asynchronous write operation.
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous load. The
- property returns a that contains the JSON that was read from the specified .
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous load. The
- property returns a that contains the JSON that was read from the specified .
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Occurs when a property value changes.
-
-
-
-
- Occurs when a property value is changing.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the object.
-
-
-
- Initializes a new instance of the class with the specified content.
-
- The contents of the object.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets an of of this object's properties.
-
- An of of this object's properties.
-
-
-
- Gets a with the specified name.
-
- The property name.
- A with the specified name or null.
-
-
-
- Gets the with the specified name.
- The exact name will be searched for first and if no matching property is found then
- the will be used to match a property.
-
- The property name.
- One of the enumeration values that specifies how the strings will be compared.
- A matched with the specified name or null.
-
-
-
- Gets a of of this object's property values.
-
- A of of this object's property values.
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Gets or sets the with the specified property name.
-
-
-
-
-
- Loads a from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
- is not valid JSON.
-
-
-
-
- Loads a from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- A that contains the JSON that was read from the specified .
-
- is not valid JSON.
-
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
- is not valid JSON.
-
-
-
-
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- The used to load the JSON.
- If this is null, default load settings will be used.
- A populated from the string that contains JSON.
-
- is not valid JSON.
-
-
-
-
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- A with the values of the specified object.
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- The that will be used to read the object.
- A with the values of the specified object.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Gets the with the specified property name.
-
- Name of the property.
- The with the specified property name.
-
-
-
- Gets the with the specified property name.
- The exact property name will be searched for first and if no matching property is found then
- the will be used to match a property.
-
- Name of the property.
- One of the enumeration values that specifies how the strings will be compared.
- The with the specified property name.
-
-
-
- Tries to get the with the specified property name.
- The exact property name will be searched for first and if no matching property is found then
- the will be used to match a property.
-
- Name of the property.
- The value.
- One of the enumeration values that specifies how the strings will be compared.
- true if a value was successfully retrieved; otherwise, false.
-
-
-
- Adds the specified property name.
-
- Name of the property.
- The value.
-
-
-
- Determines whether the JSON object has the specified property name.
-
- Name of the property.
- true if the JSON object has the specified property name; otherwise, false.
-
-
-
- Removes the property with the specified name.
-
- Name of the property.
- true if item was successfully removed; otherwise, false.
-
-
-
- Tries to get the with the specified property name.
-
- Name of the property.
- The value.
- true if a value was successfully retrieved; otherwise, false.
-
-
-
- Returns an enumerator that can be used to iterate through the collection.
-
-
- A that can be used to iterate through the collection.
-
-
-
-
- Raises the event with the provided arguments.
-
- Name of the property.
-
-
-
- Raises the event with the provided arguments.
-
- Name of the property.
-
-
-
- Returns the responsible for binding operations performed on this object.
-
- The expression tree representation of the runtime value.
-
- The to bind this object.
-
-
-
-
- Represents a JSON property.
-
-
-
-
- Writes this token to a asynchronously.
-
- A into which this method will write.
- The token to monitor for cancellation requests.
- A collection of which will be used when writing the token.
- A that represents the asynchronous write operation.
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- The token to monitor for cancellation requests. The default value is .
- A representing the asynchronous creation. The
- property returns a that contains the JSON that was read from the specified .
-
-
-
- Asynchronously loads a from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- The token to monitor for cancellation requests. The default value is .
- A representing the asynchronous creation. The
- property returns a that contains the JSON that was read from the specified .
-
-
-
- Gets the container's children tokens.
-
- The container's children tokens.
-
-
-
- Gets the property name.
-
- The property name.
-
-
-
- Gets or sets the property value.
-
- The property value.
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Initializes a new instance of the class.
-
- The property name.
- The property content.
-
-
-
- Initializes a new instance of the class.
-
- The property name.
- The property content.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Loads a from a .
-
- A that will be read for the content of the .
- A that contains the JSON that was read from the specified .
-
-
-
- Loads a from a .
-
- A that will be read for the content of the .
- The used to load the JSON.
- If this is null, default load settings will be used.
- A that contains the JSON that was read from the specified .
-
-
-
- Represents a view of a .
-
-
-
-
- Initializes a new instance of the class.
-
- The name.
-
-
-
- When overridden in a derived class, returns whether resetting an object changes its value.
-
-
- true if resetting the component changes its value; otherwise, false.
-
- The component to test for reset capability.
-
-
-
- When overridden in a derived class, gets the current value of the property on a component.
-
-
- The value of a property for a given component.
-
- The component with the property for which to retrieve the value.
-
-
-
- When overridden in a derived class, resets the value for this property of the component to the default value.
-
- The component with the property value that is to be reset to the default value.
-
-
-
- When overridden in a derived class, sets the value of the component to a different value.
-
- The component with the property value that is to be set.
- The new value.
-
-
-
- When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.
-
-
- true if the property should be persisted; otherwise, false.
-
- The component with the property to be examined for persistence.
-
-
-
- When overridden in a derived class, gets the type of the component this property is bound to.
-
-
- A that represents the type of component this property is bound to.
- When the or
-
- methods are invoked, the object specified might be an instance of this type.
-
-
-
-
- When overridden in a derived class, gets a value indicating whether this property is read-only.
-
-
- true if the property is read-only; otherwise, false.
-
-
-
-
- When overridden in a derived class, gets the type of the property.
-
-
- A that represents the type of the property.
-
-
-
-
- Gets the hash code for the name of the member.
-
-
-
- The hash code for the name of the member.
-
-
-
-
- Represents a raw JSON string.
-
-
-
-
- Asynchronously creates an instance of with the content of the reader's current token.
-
- The reader.
- The token to monitor for cancellation requests. The default value is .
- A representing the asynchronous creation. The
- property returns an instance of with the content of the reader's current token.
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class.
-
- The raw json.
-
-
-
- Creates an instance of with the content of the reader's current token.
-
- The reader.
- An instance of with the content of the reader's current token.
-
-
-
- Specifies the settings used when cloning JSON.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets or sets a flag that indicates whether to copy annotations when cloning a .
- The default value is true.
-
-
- A flag that indicates whether to copy annotations when cloning a .
-
-
-
-
- Specifies the settings used when loading JSON.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets or sets how JSON comments are handled when loading JSON.
- The default value is .
-
- The JSON comment handling.
-
-
-
- Gets or sets how JSON line info is handled when loading JSON.
- The default value is .
-
- The JSON line info handling.
-
-
-
- Gets or sets how duplicate property names in JSON objects are handled when loading JSON.
- The default value is .
-
- The JSON duplicate property name handling.
-
-
-
- Specifies the settings used when merging JSON.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets or sets the method used when merging JSON arrays.
-
- The method used when merging JSON arrays.
-
-
-
- Gets or sets how null value properties are merged.
-
- How null value properties are merged.
-
-
-
- Gets or sets the comparison used to match property names while merging.
- The exact property name will be searched for first and if no matching property is found then
- the will be used to match a property.
-
- The comparison used to match property names while merging.
-
-
-
- Specifies the settings used when selecting JSON.
-
-
-
-
- Gets or sets a timeout that will be used when executing regular expressions.
-
- The timeout that will be used when executing regular expressions.
-
-
-
- Gets or sets a flag that indicates whether an error should be thrown if
- no tokens are found when evaluating part of the expression.
-
-
- A flag that indicates whether an error should be thrown if
- no tokens are found when evaluating part of the expression.
-
-
-
-
- Represents an abstract JSON token.
-
-
-
-
- Writes this token to a asynchronously.
-
- A into which this method will write.
- The token to monitor for cancellation requests.
- A collection of which will be used when writing the token.
- A that represents the asynchronous write operation.
-
-
-
- Writes this token to a asynchronously.
-
- A into which this method will write.
- A collection of which will be used when writing the token.
- A that represents the asynchronous write operation.
-
-
-
- Asynchronously creates a from a .
-
- An positioned at the token to read into this .
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous creation. The
- property returns a that contains
- the token and its descendant tokens
- that were read from the reader. The runtime type of the token is determined
- by the token type of the first token encountered in the reader.
-
-
-
-
- Asynchronously creates a from a .
-
- An positioned at the token to read into this .
- The used to load the JSON.
- If this is null, default load settings will be used.
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous creation. The
- property returns a that contains
- the token and its descendant tokens
- that were read from the reader. The runtime type of the token is determined
- by the token type of the first token encountered in the reader.
-
-
-
-
- Asynchronously creates a from a .
-
- A positioned at the token to read into this .
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous creation. The
- property returns a that contains the token and its descendant tokens
- that were read from the reader. The runtime type of the token is determined
- by the token type of the first token encountered in the reader.
-
-
-
-
- Asynchronously creates a from a .
-
- A positioned at the token to read into this .
- The used to load the JSON.
- If this is null, default load settings will be used.
- The token to monitor for cancellation requests. The default value is .
-
- A that represents the asynchronous creation. The
- property returns a that contains the token and its descendant tokens
- that were read from the reader. The runtime type of the token is determined
- by the token type of the first token encountered in the reader.
-
-
-
-
- Gets a comparer that can compare two tokens for value equality.
-
- A that can compare two nodes for value equality.
-
-
-
- Gets or sets the parent.
-
- The parent.
-
-
-
- Gets the root of this .
-
- The root of this .
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets a value indicating whether this token has child tokens.
-
-
- true if this token has child values; otherwise, false.
-
-
-
-
- Compares the values of two tokens, including the values of all descendant tokens.
-
- The first to compare.
- The second to compare.
- true if the tokens are equal; otherwise false.
-
-
-
- Gets the next sibling token of this node.
-
- The that contains the next sibling token.
-
-
-
- Gets the previous sibling token of this node.
-
- The that contains the previous sibling token.
-
-
-
- Gets the path of the JSON token.
-
-
-
-
- Adds the specified content immediately after this token.
-
- A content object that contains simple content or a collection of content objects to be added after this token.
-
-
-
- Adds the specified content immediately before this token.
-
- A content object that contains simple content or a collection of content objects to be added before this token.
-
-
-
- Returns a collection of the ancestor tokens of this token.
-
- A collection of the ancestor tokens of this token.
-
-
-
- Returns a collection of tokens that contain this token, and the ancestors of this token.
-
- A collection of tokens that contain this token, and the ancestors of this token.
-
-
-
- Returns a collection of the sibling tokens after this token, in document order.
-
- A collection of the sibling tokens after this tokens, in document order.
-
-
-
- Returns a collection of the sibling tokens before this token, in document order.
-
- A collection of the sibling tokens before this token, in document order.
-
-
-
- Gets the with the specified key.
-
- The with the specified key.
-
-
-
- Gets the with the specified key converted to the specified type.
-
- The type to convert the token to.
- The token key.
- The converted token value.
-
-
-
- Get the first child token of this token.
-
- A containing the first child token of the .
-
-
-
- Get the last child token of this token.
-
- A containing the last child token of the .
-
-
-
- Returns a collection of the child tokens of this token, in document order.
-
- An of containing the child tokens of this , in document order.
-
-
-
- Returns a collection of the child tokens of this token, in document order, filtered by the specified type.
-
- The type to filter the child tokens on.
- A containing the child tokens of this , in document order.
-
-
-
- Returns a collection of the child values of this token, in document order.
-
- The type to convert the values to.
- A containing the child values of this , in document order.
-
-
-
- Removes this token from its parent.
-
-
-
-
- Replaces this token with the specified token.
-
- The value.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of which will be used when writing the token.
-
-
-
- Returns the indented JSON for this token.
-
-
- ToString() returns a non-JSON string value for tokens with a type of .
- If you want the JSON for all token types then you should use .
-
-
- The indented JSON for this token.
-
-
-
-
- Returns the JSON for this token using the given formatting and converters.
-
- Indicates how the output should be formatted.
- A collection of s which will be used when writing the token.
- The JSON for this token using the given formatting and converters.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to [].
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to of .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an explicit conversion from to .
-
- The value.
- The result of the conversion.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from [] to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Performs an implicit conversion from of to .
-
- The value to create a from.
- The initialized with the specified value.
-
-
-
- Creates a for this token.
-
- A that can be used to read this token and its descendants.
-
-
-
- Creates a from an object.
-
- The object that will be used to create .
- A with the value of the specified object.
-
-
-
- Creates a from an object using the specified .
-
- The object that will be used to create .
- The that will be used when reading the object.
- A with the value of the specified object.
-
-
-
- Creates an instance of the specified .NET type from the .
-
- The object type that the token will be deserialized to.
- The new object created from the JSON value.
-
-
-
- Creates an instance of the specified .NET type from the .
-
- The object type that the token will be deserialized to.
- The new object created from the JSON value.
-
-
-
- Creates an instance of the specified .NET type from the using the specified .
-
- The object type that the token will be deserialized to.
- The that will be used when creating the object.
- The new object created from the JSON value.
-
-
-
- Creates an instance of the specified .NET type from the using the specified .
-
- The object type that the token will be deserialized to.
- The that will be used when creating the object.
- The new object created from the JSON value.
-
-
-
- Creates a from a .
-
- A positioned at the token to read into this .
-
- A that contains the token and its descendant tokens
- that were read from the reader. The runtime type of the token is determined
- by the token type of the first token encountered in the reader.
-
-
-
-
- Creates a from a .
-
- An positioned at the token to read into this .
- The used to load the JSON.
- If this is null, default load settings will be used.
-
- A that contains the token and its descendant tokens
- that were read from the reader. The runtime type of the token is determined
- by the token type of the first token encountered in the reader.
-
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- A populated from the string that contains JSON.
-
-
-
- Load a from a string that contains JSON.
-
- A that contains JSON.
- The used to load the JSON.
- If this is null, default load settings will be used.
- A populated from the string that contains JSON.
-
-
-
- Creates a from a .
-
- A positioned at the token to read into this .
- The used to load the JSON.
- If this is null, default load settings will be used.
-
- A that contains the token and its descendant tokens
- that were read from the reader. The runtime type of the token is determined
- by the token type of the first token encountered in the reader.
-
-
-
-
- Creates a from a .
-
- A positioned at the token to read into this .
-
- A that contains the token and its descendant tokens
- that were read from the reader. The runtime type of the token is determined
- by the token type of the first token encountered in the reader.
-
-
-
-
- Selects a using a JSONPath expression. Selects the token that matches the object path.
-
-
- A that contains a JSONPath expression.
-
- A , or null.
-
-
-
- Selects a using a JSONPath expression. Selects the token that matches the object path.
-
-
- A that contains a JSONPath expression.
-
- A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.
- A .
-
-
-
- Selects a using a JSONPath expression. Selects the token that matches the object path.
-
-
- A that contains a JSONPath expression.
-
- The used to select tokens.
- A .
-
-
-
- Selects a collection of elements using a JSONPath expression.
-
-
- A that contains a JSONPath expression.
-
- An of that contains the selected elements.
-
-
-
- Selects a collection of elements using a JSONPath expression.
-
-
- A that contains a JSONPath expression.
-
- A flag to indicate whether an error should be thrown if no tokens are found when evaluating part of the expression.
- An of that contains the selected elements.
-
-
-
- Selects a collection of elements using a JSONPath expression.
-
-
- A that contains a JSONPath expression.
-
- The used to select tokens.
- An of that contains the selected elements.
-
-
-
- Returns the responsible for binding operations performed on this object.
-
- The expression tree representation of the runtime value.
-
- The to bind this object.
-
-
-
-
- Returns the responsible for binding operations performed on this object.
-
- The expression tree representation of the runtime value.
-
- The to bind this object.
-
-
-
-
- Creates a new instance of the . All child tokens are recursively cloned.
-
- A new instance of the .
-
-
-
- Creates a new instance of the . All child tokens are recursively cloned.
-
- A object to configure cloning settings.
- A new instance of the .
-
-
-
- Adds an object to the annotation list of this .
-
- The annotation to add.
-
-
-
- Get the first annotation object of the specified type from this .
-
- The type of the annotation to retrieve.
- The first annotation object that matches the specified type, or null if no annotation is of the specified type.
-
-
-
- Gets the first annotation object of the specified type from this .
-
- The of the annotation to retrieve.
- The first annotation object that matches the specified type, or null if no annotation is of the specified type.
-
-
-
- Gets a collection of annotations of the specified type for this .
-
- The type of the annotations to retrieve.
- An that contains the annotations for this .
-
-
-
- Gets a collection of annotations of the specified type for this .
-
- The of the annotations to retrieve.
- An of that contains the annotations that match the specified type for this .
-
-
-
- Removes the annotations of the specified type from this .
-
- The type of annotations to remove.
-
-
-
- Removes the annotations of the specified type from this .
-
- The of annotations to remove.
-
-
-
- Compares tokens to determine whether they are equal.
-
-
-
-
- Determines whether the specified objects are equal.
-
- The first object of type to compare.
- The second object of type to compare.
-
- true if the specified objects are equal; otherwise, false.
-
-
-
-
- Returns a hash code for the specified object.
-
- The for which a hash code is to be returned.
- A hash code for the specified object.
- The type of is a reference type and is null.
-
-
-
- Represents a reader that provides fast, non-cached, forward-only access to serialized JSON data.
-
-
-
-
- Gets the at the reader's current position.
-
-
-
-
- Initializes a new instance of the class.
-
- The token to read from.
-
-
-
- Initializes a new instance of the class.
-
- The token to read from.
- The initial path of the token. It is prepended to the returned .
-
-
-
- Reads the next JSON token from the underlying .
-
-
- true if the next token was read successfully; false if there are no more tokens to read.
-
-
-
-
- Gets the path of the current JSON token.
-
-
-
-
- Specifies the type of token.
-
-
-
-
- No token type has been set.
-
-
-
-
- A JSON object.
-
-
-
-
- A JSON array.
-
-
-
-
- A JSON constructor.
-
-
-
-
- A JSON object property.
-
-
-
-
- A comment.
-
-
-
-
- An integer value.
-
-
-
-
- A float value.
-
-
-
-
- A string value.
-
-
-
-
- A boolean value.
-
-
-
-
- A null value.
-
-
-
-
- An undefined value.
-
-
-
-
- A date value.
-
-
-
-
- A raw JSON value.
-
-
-
-
- A collection of bytes value.
-
-
-
-
- A Guid value.
-
-
-
-
- A Uri value.
-
-
-
-
- A TimeSpan value.
-
-
-
-
- Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
-
-
-
-
- Gets the at the writer's current position.
-
-
-
-
- Gets the token being written.
-
- The token being written.
-
-
-
- Initializes a new instance of the class writing to the given .
-
- The container being written to.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Flushes whatever is in the buffer to the underlying .
-
-
-
-
- Closes this writer.
- If is set to true, the JSON is auto-completed.
-
-
- Setting to true has no additional effect, since the underlying is a type that cannot be closed.
-
-
-
-
- Writes the beginning of a JSON object.
-
-
-
-
- Writes the beginning of a JSON array.
-
-
-
-
- Writes the start of a constructor with the given name.
-
- The name of the constructor.
-
-
-
- Writes the end.
-
- The token.
-
-
-
- Writes the property name of a name/value pair on a JSON object.
-
- The name of the property.
-
-
-
- Writes a value.
- An error will be raised if the value cannot be written as a single JSON token.
-
- The value to write.
-
-
-
- Writes a null value.
-
-
-
-
- Writes an undefined value.
-
-
-
-
- Writes raw JSON.
-
- The raw JSON to write.
-
-
-
- Writes a comment /*...*/ containing the specified text.
-
- Text to place inside the comment.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a [] value.
-
- The [] value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Writes a value.
-
- The value to write.
-
-
-
- Represents a value in JSON (string, integer, date, etc).
-
-
-
-
- Writes this token to a asynchronously.
-
- A into which this method will write.
- The token to monitor for cancellation requests.
- A collection of which will be used when writing the token.
- A that represents the asynchronous write operation.
-
-
-
- Initializes a new instance of the class from another object.
-
- A object to copy from.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Initializes a new instance of the class with the given value.
-
- The value.
-
-
-
- Gets a value indicating whether this token has child tokens.
-
-
- true if this token has child values; otherwise, false.
-
-
-
-
- Creates a comment with the given value.
-
- The value.
- A comment with the given value.
-
-
-
- Creates a string with the given value.
-
- The value.
- A string with the given value.
-
-
-
- Creates a null value.
-
- A null value.
-
-
-
- Creates a undefined value.
-
- A undefined value.
-
-
-
- Gets the node type for this .
-
- The type.
-
-
-
- Gets or sets the underlying token value.
-
- The underlying token value.
-
-
-
- Writes this token to a .
-
- A into which this method will write.
- A collection of s which will be used when writing the token.
-
-
-
- Indicates whether the current object is equal to another object of the same type.
-
-
- true if the current object is equal to the parameter; otherwise, false.
-
- An object to compare with this object.
-
-
-
- Determines whether the specified is equal to the current .
-
- The to compare with the current .
-
- true if the specified is equal to the current ; otherwise, false.
-
-
-
-
- Serves as a hash function for a particular type.
-
-
- A hash code for the current .
-
-
-
-
- Returns a that represents this instance.
-
-
- ToString() returns a non-JSON string value for tokens with a type of .
- If you want the JSON for all token types then you should use .
-
-
- A that represents this instance.
-
-
-
-
- Returns a that represents this instance.
-
- The format.
-
- A that represents this instance.
-
-
-
-
- Returns a that represents this instance.
-
- The format provider.
-
- A that represents this instance.
-
-
-
-
- Returns a that represents this instance.
-
- The format.
- The format provider.
-
- A that represents this instance.
-
-
-
-
- Returns the responsible for binding operations performed on this object.
-
- The expression tree representation of the runtime value.
-
- The to bind this object.
-
-
-
-
- Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
-
- An object to compare with this instance.
-
- A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings:
- Value
- Meaning
- Less than zero
- This instance is less than .
- Zero
- This instance is equal to .
- Greater than zero
- This instance is greater than .
-
-
- is not of the same type as this instance.
-
-
-
-
- Specifies how line information is handled when loading JSON.
-
-
-
-
- Ignore line information.
-
-
-
-
- Load line information.
-
-
-
-
- Specifies how JSON arrays are merged together.
-
-
-
- Concatenate arrays.
-
-
- Union arrays, skipping items that already exist.
-
-
- Replace all array items.
-
-
- Merge array items together, matched by index.
-
-
-
- Specifies how null value properties are merged.
-
-
-
-
- The content's null value properties will be ignored during merging.
-
-
-
-
- The content's null value properties will be merged.
-
-
-
-
- Specifies the member serialization options for the .
-
-
-
-
- All public members are serialized by default. Members can be excluded using or .
- This is the default member serialization mode.
-
-
-
-
- Only members marked with or are serialized.
- This member serialization mode can also be set by marking the class with .
-
-
-
-
- All public and private fields are serialized. Members can be excluded using or .
- This member serialization mode can also be set by marking the class with
- and setting IgnoreSerializableAttribute on to false.
-
-
-
-
- Specifies metadata property handling options for the .
-
-
-
-
- Read metadata properties located at the start of a JSON object.
-
-
-
-
- Read metadata properties located anywhere in a JSON object. Note that this setting will impact performance.
-
-
-
-
- Do not try to read metadata properties.
-
-
-
-
- Specifies missing member handling options for the .
-
-
-
-
- Ignore a missing member and do not attempt to deserialize it.
-
-
-
-
- Throw a when a missing member is encountered during deserialization.
-
-
-
-
- Specifies null value handling options for the .
-
-
-
-
-
-
-
-
- Include null values when serializing and deserializing objects.
-
-
-
-
- Ignore null values when serializing and deserializing objects.
-
-
-
-
- Specifies how object creation is handled by the .
-
-
-
-
- Reuse existing objects, create new objects when needed.
-
-
-
-
- Only reuse existing objects.
-
-
-
-
- Always create new objects.
-
-
-
-
- Specifies reference handling options for the .
- Note that references cannot be preserved when a value is set via a non-default constructor such as types that implement .
-
-
-
-
-
-
-
- Do not preserve references when serializing types.
-
-
-
-
- Preserve references when serializing into a JSON object structure.
-
-
-
-
- Preserve references when serializing into a JSON array structure.
-
-
-
-
- Preserve references when serializing.
-
-
-
-
- Specifies reference loop handling options for the .
-
-
-
-
- Throw a when a loop is encountered.
-
-
-
-
- Ignore loop references and do not serialize.
-
-
-
-
- Serialize loop references.
-
-
-
-
- Indicating whether a property is required.
-
-
-
-
- The property is not required. The default state.
-
-
-
-
- The property must be defined in JSON but can be a null value.
-
-
-
-
- The property must be defined in JSON and cannot be a null value.
-
-
-
-
- The property is not required but it cannot be a null value.
-
-
-
-
-
- Contains the JSON schema extension methods.
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
-
- Determines whether the is valid.
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
- The source to test.
- The schema to test with.
-
- true if the specified is valid; otherwise, false.
-
-
-
-
-
- Determines whether the is valid.
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
- The source to test.
- The schema to test with.
- When this method returns, contains any error messages generated while validating.
-
- true if the specified is valid; otherwise, false.
-
-
-
-
-
- Validates the specified .
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
- The source to test.
- The schema to test with.
-
-
-
-
- Validates the specified .
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
- The source to test.
- The schema to test with.
- The validation event handler.
-
-
-
-
- An in-memory representation of a JSON Schema.
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- Gets or sets the id.
-
-
-
-
- Gets or sets the title.
-
-
-
-
- Gets or sets whether the object is required.
-
-
-
-
- Gets or sets whether the object is read-only.
-
-
-
-
- Gets or sets whether the object is visible to users.
-
-
-
-
- Gets or sets whether the object is transient.
-
-
-
-
- Gets or sets the description of the object.
-
-
-
-
- Gets or sets the types of values allowed by the object.
-
- The type.
-
-
-
- Gets or sets the pattern.
-
- The pattern.
-
-
-
- Gets or sets the minimum length.
-
- The minimum length.
-
-
-
- Gets or sets the maximum length.
-
- The maximum length.
-
-
-
- Gets or sets a number that the value should be divisible by.
-
- A number that the value should be divisible by.
-
-
-
- Gets or sets the minimum.
-
- The minimum.
-
-
-
- Gets or sets the maximum.
-
- The maximum.
-
-
-
- Gets or sets a flag indicating whether the value can not equal the number defined by the minimum attribute ().
-
- A flag indicating whether the value can not equal the number defined by the minimum attribute ().
-
-
-
- Gets or sets a flag indicating whether the value can not equal the number defined by the maximum attribute ().
-
- A flag indicating whether the value can not equal the number defined by the maximum attribute ().
-
-
-
- Gets or sets the minimum number of items.
-
- The minimum number of items.
-
-
-
- Gets or sets the maximum number of items.
-
- The maximum number of items.
-
-
-
- Gets or sets the of items.
-
- The of items.
-
-
-
- Gets or sets a value indicating whether items in an array are validated using the instance at their array position from .
-
-
- true if items are validated using their array position; otherwise, false.
-
-
-
-
- Gets or sets the of additional items.
-
- The of additional items.
-
-
-
- Gets or sets a value indicating whether additional items are allowed.
-
-
- true if additional items are allowed; otherwise, false.
-
-
-
-
- Gets or sets whether the array items must be unique.
-
-
-
-
- Gets or sets the of properties.
-
- The of properties.
-
-
-
- Gets or sets the of additional properties.
-
- The of additional properties.
-
-
-
- Gets or sets the pattern properties.
-
- The pattern properties.
-
-
-
- Gets or sets a value indicating whether additional properties are allowed.
-
-
- true if additional properties are allowed; otherwise, false.
-
-
-
-
- Gets or sets the required property if this property is present.
-
- The required property if this property is present.
-
-
-
- Gets or sets the a collection of valid enum values allowed.
-
- A collection of valid enum values allowed.
-
-
-
- Gets or sets disallowed types.
-
- The disallowed types.
-
-
-
- Gets or sets the default value.
-
- The default value.
-
-
-
- Gets or sets the collection of that this schema extends.
-
- The collection of that this schema extends.
-
-
-
- Gets or sets the format.
-
- The format.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Reads a from the specified .
-
- The containing the JSON Schema to read.
- The object representing the JSON Schema.
-
-
-
- Reads a from the specified .
-
- The containing the JSON Schema to read.
- The to use when resolving schema references.
- The object representing the JSON Schema.
-
-
-
- Load a from a string that contains JSON Schema.
-
- A that contains JSON Schema.
- A populated from the string that contains JSON Schema.
-
-
-
- Load a from a string that contains JSON Schema using the specified .
-
- A that contains JSON Schema.
- The resolver.
- A populated from the string that contains JSON Schema.
-
-
-
- Writes this schema to a .
-
- A into which this method will write.
-
-
-
- Writes this schema to a using the specified .
-
- A into which this method will write.
- The resolver used.
-
-
-
- Returns a that represents the current .
-
-
- A that represents the current .
-
-
-
-
-
- Returns detailed information about the schema exception.
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- Gets the line number indicating where the error occurred.
-
- The line number indicating where the error occurred.
-
-
-
- Gets the line position indicating where the error occurred.
-
- The line position indicating where the error occurred.
-
-
-
- Gets the path to the JSON where the error occurred.
-
- The path to the JSON where the error occurred.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Initializes a new instance of the class
- with a specified error message.
-
- The error message that explains the reason for the exception.
-
-
-
- Initializes a new instance of the class
- with a specified error message and a reference to the inner exception that is the cause of this exception.
-
- The error message that explains the reason for the exception.
- The exception that is the cause of the current exception, or null if no inner exception is specified.
-
-
-
- Initializes a new instance of the class.
-
- The that holds the serialized object data about the exception being thrown.
- The that contains contextual information about the source or destination.
- The parameter is null.
- The class name is null or is zero (0).
-
-
-
-
- Generates a from a specified .
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- Gets or sets how undefined schemas are handled by the serializer.
-
-
-
-
- Gets or sets the contract resolver.
-
- The contract resolver.
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- A generated from the specified type.
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- The used to resolve schema references.
- A generated from the specified type.
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- Specify whether the generated root will be nullable.
- A generated from the specified type.
-
-
-
- Generate a from the specified type.
-
- The type to generate a from.
- The used to resolve schema references.
- Specify whether the generated root will be nullable.
- A generated from the specified type.
-
-
-
-
- Resolves from an id.
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- Gets or sets the loaded schemas.
-
- The loaded schemas.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Gets a for the specified reference.
-
- The id.
- A for the specified reference.
-
-
-
-
- The value types allowed by the .
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- No type specified.
-
-
-
-
- String type.
-
-
-
-
- Float type.
-
-
-
-
- Integer type.
-
-
-
-
- Boolean type.
-
-
-
-
- Object type.
-
-
-
-
- Array type.
-
-
-
-
- Null type.
-
-
-
-
- Any type.
-
-
-
-
-
- Specifies undefined schema Id handling options for the .
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- Do not infer a schema Id.
-
-
-
-
- Use the .NET type name as the schema Id.
-
-
-
-
- Use the assembly qualified .NET type name as the schema Id.
-
-
-
-
-
- Returns detailed information related to the .
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- Gets the associated with the validation error.
-
- The JsonSchemaException associated with the validation error.
-
-
-
- Gets the path of the JSON location where the validation error occurred.
-
- The path of the JSON location where the validation error occurred.
-
-
-
- Gets the text description corresponding to the validation error.
-
- The text description.
-
-
-
-
- Represents the callback method that will handle JSON schema validation events and the .
-
-
- JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
-
-
-
-
-
- A camel case naming strategy.
-
-
-
-
- Initializes a new instance of the class.
-
-
- A flag indicating whether dictionary keys should be processed.
-
-
- A flag indicating whether explicitly specified property names should be processed,
- e.g. a property name customized with a .
-
-
-
-
- Initializes a new instance of the class.
-
-
- A flag indicating whether dictionary keys should be processed.
-
-
- A flag indicating whether explicitly specified property names should be processed,
- e.g. a property name customized with a .
-
-
- A flag indicating whether extension data names should be processed.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Resolves the specified property name.
-
- The property name to resolve.
- The resolved property name.
-
-
-
- Resolves member mappings for a type, camel casing property names.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Resolves the contract for a given type.
-
- The type to resolve a contract for.
- The contract for a given type.
-
-
-
- Used by to resolve a for a given .
-
-
-
-
- Gets a value indicating whether members are being get and set using dynamic code generation.
- This value is determined by the runtime permissions available.
-
-
- true if using dynamic code generation; otherwise, false.
-
-
-
-
- Gets or sets the default members search flags.
-
- The default members search flags.
-
-
-
- Gets or sets a value indicating whether compiler generated members should be serialized.
-
-
- true if serialized compiler generated members; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether to ignore the interface when serializing and deserializing types.
-
-
- true if the interface will be ignored when serializing and deserializing types; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether to ignore the attribute when serializing and deserializing types.
-
-
- true if the attribute will be ignored when serializing and deserializing types; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether to ignore IsSpecified members when serializing and deserializing types.
-
-
- true if the IsSpecified members will be ignored when serializing and deserializing types; otherwise, false.
-
-
-
-
- Gets or sets a value indicating whether to ignore ShouldSerialize members when serializing and deserializing types.
-
-
- true if the ShouldSerialize members will be ignored when serializing and deserializing types; otherwise, false.
-
-
-
-
- Gets or sets the naming strategy used to resolve how property names and dictionary keys are serialized.
-
- The naming strategy used to resolve how property names and dictionary keys are serialized.
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Resolves the contract for a given type.
-
- The type to resolve a contract for.
- The contract for a given type.
-
-
-
- Gets the serializable members for the type.
-
- The type to get serializable members for.
- The serializable members for the type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates the constructor parameters.
-
- The constructor to create properties for.
- The type's member properties.
- Properties for the given .
-
-
-
- Creates a for the given .
-
- The matching member property.
- The constructor parameter.
- A created for the given .
-
-
-
- Resolves the default for the contract.
-
- Type of the object.
- The contract's default .
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates a for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Determines which contract type is created for the given type.
-
- Type of the object.
- A for the given type.
-
-
-
- Creates properties for the given .
-
- The type to create properties for.
- /// The member serialization mode for the type.
- Properties for the given .
-
-
-
- Creates the used by the serializer to get and set values from a member.
-
- The member.
- The used by the serializer to get and set values from a member.
-
-
-
- Creates a for the given .
-
- The member's parent .
- The member to create a for.
- A created for the given .
-
-
-
- Resolves the name of the property.
-
- Name of the property.
- Resolved name of the property.
-
-
-
- Resolves the name of the extension data. By default no changes are made to extension data names.
-
- Name of the extension data.
- Resolved name of the extension data.
-
-
-
- Resolves the key of the dictionary. By default is used to resolve dictionary keys.
-
- Key of the dictionary.
- Resolved key of the dictionary.
-
-
-
- Gets the resolved name of the property.
-
- Name of the property.
- Name of the property.
-
-
-
- The default naming strategy. Property names and dictionary keys are unchanged.
-
-
-
-
- Resolves the specified property name.
-
- The property name to resolve.
- The resolved property name.
-
-
-
- The default serialization binder used when resolving and loading classes from type names.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- When overridden in a derived class, controls the binding of a serialized object to a type.
-
- Specifies the name of the serialized object.
- Specifies the name of the serialized object.
-
- The type of the object the formatter creates a new instance of.
-
-
-
-
- When overridden in a derived class, controls the binding of a serialized object to a type.
-
- The type of the object the formatter creates a new instance of.
- Specifies the name of the serialized object.
- Specifies the name of the serialized object.
-
-
-
- Represents a trace writer that writes to the application's instances.
-
-
-
-
- Gets the that will be used to filter the trace messages passed to the writer.
- For example a filter level of will exclude messages and include ,
- and messages.
-
-
- The that will be used to filter the trace messages passed to the writer.
-
-
-
-
- Writes the specified trace level, message and optional exception.
-
- The at which to write this trace.
- The trace message.
- The trace exception. This parameter is optional.
-
-
-
- Get and set values for a using dynamic methods.
-
-
-
-
- Initializes a new instance of the class.
-
- The member info.
-
-
-
- Sets the value.
-
- The target to set the value on.
- The value to set on the target.
-
-
-
- Gets the value.
-
- The target to get the value from.
- The value.
-
-
-
- Provides information surrounding an error.
-
-
-
-
- Gets the error.
-
- The error.
-
-
-
- Gets the original object that caused the error.
-
- The original object that caused the error.
-
-
-
- Gets the member that caused the error.
-
- The member that caused the error.
-
-
-
- Gets the path of the JSON location where the error occurred.
-
- The path of the JSON location where the error occurred.
-
-
-
- Gets or sets a value indicating whether this is handled.
-
- true if handled; otherwise, false.
-
-
-
- Provides data for the Error event.
-
-
-
-
- Gets the current object the error event is being raised against.
-
- The current object the error event is being raised against.
-
-
-
- Gets the error context.
-
- The error context.
-
-
-
- Initializes a new instance of the class.
-
- The current object.
- The error context.
-
-
-
- Get and set values for a using dynamic methods.
-
-
-
-
- Initializes a new instance of the class.
-
- The member info.
-
-
-
- Sets the value.
-
- The target to set the value on.
- The value to set on the target.
-
-
-
- Gets the value.
-
- The target to get the value from.
- The value.
-
-
-
- Provides methods to get attributes.
-
-
-
-
- Returns a collection of all of the attributes, or an empty collection if there are no attributes.
-
- When true, look up the hierarchy chain for the inherited custom attribute.
- A collection of s, or an empty collection.
-
-
-
- Returns a collection of attributes, identified by type, or an empty collection if there are no attributes.
-
- The type of the attributes.
- When true, look up the hierarchy chain for the inherited custom attribute.
- A collection of s, or an empty collection.
-
-
-
- Used by to resolve a for a given .
-
-
-
-
-
-
-
-
- Resolves the contract for a given type.
-
- The type to resolve a contract for.
- The contract for a given type.
-
-
-
- Used to resolve references when serializing and deserializing JSON by the .
-
-
-
-
- Resolves a reference to its object.
-
- The serialization context.
- The reference to resolve.
- The object that was resolved from the reference.
-
-
-
- Gets the reference for the specified object.
-
- The serialization context.
- The object to get a reference for.
- The reference to the object.
-
-
-
- Determines whether the specified object is referenced.
-
- The serialization context.
- The object to test for a reference.
-
- true if the specified object is referenced; otherwise, false.
-
-
-
-
- Adds a reference to the specified object.
-
- The serialization context.
- The reference.
- The object to reference.
-
-
-
- Allows users to control class loading and mandate what class to load.
-
-
-
-
- When implemented, controls the binding of a serialized object to a type.
-
- Specifies the name of the serialized object.
- Specifies the name of the serialized object
- The type of the object the formatter creates a new instance of.
-
-
-
- When implemented, controls the binding of a serialized object to a type.
-
- The type of the object the formatter creates a new instance of.
- Specifies the name of the serialized object.
- Specifies the name of the serialized object.
-
-
-
- Represents a trace writer.
-
-
-
-
- Gets the that will be used to filter the trace messages passed to the writer.
- For example a filter level of will exclude messages and include ,
- and messages.
-
- The that will be used to filter the trace messages passed to the writer.
-
-
-
- Writes the specified trace level, message and optional exception.
-
- The at which to write this trace.
- The trace message.
- The trace exception. This parameter is optional.
-
-
-
- Provides methods to get and set values.
-
-
-
-
- Sets the value.
-
- The target to set the value on.
- The value to set on the target.
-
-
-
- Gets the value.
-
- The target to get the value from.
- The value.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Gets the of the collection items.
-
- The of the collection items.
-
-
-
- Gets a value indicating whether the collection type is a multidimensional array.
-
- true if the collection type is a multidimensional array; otherwise, false.
-
-
-
- Gets or sets the function used to create the object. When set this function will override .
-
- The function used to create the object.
-
-
-
- Gets a value indicating whether the creator has a parameter with the collection values.
-
- true if the creator has a parameter with the collection values; otherwise, false.
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Gets or sets the default collection items .
-
- The converter.
-
-
-
- Gets or sets a value indicating whether the collection items preserve object references.
-
- true if collection items preserve object references; otherwise, false.
-
-
-
- Gets or sets the collection item reference loop handling.
-
- The reference loop handling.
-
-
-
- Gets or sets the collection item type name handling.
-
- The type name handling.
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Handles serialization callback events.
-
- The object that raised the callback event.
- The streaming context.
-
-
-
- Handles serialization error callback events.
-
- The object that raised the callback event.
- The streaming context.
- The error context.
-
-
-
- Sets extension data for an object during deserialization.
-
- The object to set extension data on.
- The extension data key.
- The extension data value.
-
-
-
- Gets extension data for an object during serialization.
-
- The object to set extension data on.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Gets the underlying type for the contract.
-
- The underlying type for the contract.
-
-
-
- Gets or sets the type created during deserialization.
-
- The type created during deserialization.
-
-
-
- Gets or sets whether this type contract is serialized as a reference.
-
- Whether this type contract is serialized as a reference.
-
-
-
- Gets or sets the default for this contract.
-
- The converter.
-
-
-
- Gets the internally resolved for the contract's type.
- This converter is used as a fallback converter when no other converter is resolved.
- Setting will always override this converter.
-
-
-
-
- Gets or sets all methods called immediately after deserialization of the object.
-
- The methods called immediately after deserialization of the object.
-
-
-
- Gets or sets all methods called during deserialization of the object.
-
- The methods called during deserialization of the object.
-
-
-
- Gets or sets all methods called after serialization of the object graph.
-
- The methods called after serialization of the object graph.
-
-
-
- Gets or sets all methods called before serialization of the object.
-
- The methods called before serialization of the object.
-
-
-
- Gets or sets all method called when an error is thrown during the serialization of the object.
-
- The methods called when an error is thrown during the serialization of the object.
-
-
-
- Gets or sets the default creator method used to create the object.
-
- The default creator method used to create the object.
-
-
-
- Gets or sets a value indicating whether the default creator is non-public.
-
- true if the default object creator is non-public; otherwise, false.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Gets or sets the dictionary key resolver.
-
- The dictionary key resolver.
-
-
-
- Gets the of the dictionary keys.
-
- The of the dictionary keys.
-
-
-
- Gets the of the dictionary values.
-
- The of the dictionary values.
-
-
-
- Gets or sets the function used to create the object. When set this function will override .
-
- The function used to create the object.
-
-
-
- Gets a value indicating whether the creator has a parameter with the dictionary values.
-
- true if the creator has a parameter with the dictionary values; otherwise, false.
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Gets the object's properties.
-
- The object's properties.
-
-
-
- Gets or sets the property name resolver.
-
- The property name resolver.
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Gets or sets the object constructor.
-
- The object constructor.
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Gets or sets the object member serialization.
-
- The member object serialization.
-
-
-
- Gets or sets the missing member handling used when deserializing this object.
-
- The missing member handling.
-
-
-
- Gets or sets a value that indicates whether the object's properties are required.
-
-
- A value indicating whether the object's properties are required.
-
-
-
-
- Gets or sets how the object's properties with null values are handled during serialization and deserialization.
-
- How the object's properties with null values are handled during serialization and deserialization.
-
-
-
- Gets the object's properties.
-
- The object's properties.
-
-
-
- Gets a collection of instances that define the parameters used with .
-
-
-
-
- Gets or sets the function used to create the object. When set this function will override .
- This function is called with a collection of arguments which are defined by the collection.
-
- The function used to create the object.
-
-
-
- Gets or sets the extension data setter.
-
-
-
-
- Gets or sets the extension data getter.
-
-
-
-
- Gets or sets the extension data value type.
-
-
-
-
- Gets or sets the extension data name resolver.
-
- The extension data name resolver.
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Maps a JSON property to a .NET member or constructor parameter.
-
-
-
-
- Gets or sets the name of the property.
-
- The name of the property.
-
-
-
- Gets or sets the type that declared this property.
-
- The type that declared this property.
-
-
-
- Gets or sets the order of serialization of a member.
-
- The numeric order of serialization.
-
-
-
- Gets or sets the name of the underlying member or parameter.
-
- The name of the underlying member or parameter.
-
-
-
- Gets the that will get and set the during serialization.
-
- The that will get and set the during serialization.
-
-
-
- Gets or sets the for this property.
-
- The for this property.
-
-
-
- Gets or sets the type of the property.
-
- The type of the property.
-
-
-
- Gets or sets the for the property.
- If set this converter takes precedence over the contract converter for the property type.
-
- The converter.
-
-
-
- Gets or sets the member converter.
-
- The member converter.
-
-
-
- Gets or sets a value indicating whether this is ignored.
-
- true if ignored; otherwise, false.
-
-
-
- Gets or sets a value indicating whether this is readable.
-
- true if readable; otherwise, false.
-
-
-
- Gets or sets a value indicating whether this is writable.
-
- true if writable; otherwise, false.
-
-
-
- Gets or sets a value indicating whether this has a member attribute.
-
- true if has a member attribute; otherwise, false.
-
-
-
- Gets the default value.
-
- The default value.
-
-
-
- Gets or sets a value indicating whether this is required.
-
- A value indicating whether this is required.
-
-
-
- Gets a value indicating whether has a value specified.
-
-
-
-
- Gets or sets a value indicating whether this property preserves object references.
-
-
- true if this instance is reference; otherwise, false.
-
-
-
-
- Gets or sets the property null value handling.
-
- The null value handling.
-
-
-
- Gets or sets the property default value handling.
-
- The default value handling.
-
-
-
- Gets or sets the property reference loop handling.
-
- The reference loop handling.
-
-
-
- Gets or sets the property object creation handling.
-
- The object creation handling.
-
-
-
- Gets or sets or sets the type name handling.
-
- The type name handling.
-
-
-
- Gets or sets a predicate used to determine whether the property should be serialized.
-
- A predicate used to determine whether the property should be serialized.
-
-
-
- Gets or sets a predicate used to determine whether the property should be deserialized.
-
- A predicate used to determine whether the property should be deserialized.
-
-
-
- Gets or sets a predicate used to determine whether the property should be serialized.
-
- A predicate used to determine whether the property should be serialized.
-
-
-
- Gets or sets an action used to set whether the property has been deserialized.
-
- An action used to set whether the property has been deserialized.
-
-
-
- Returns a that represents this instance.
-
-
- A that represents this instance.
-
-
-
-
- Gets or sets the converter used when serializing the property's collection items.
-
- The collection's items converter.
-
-
-
- Gets or sets whether this property's collection items are serialized as a reference.
-
- Whether this property's collection items are serialized as a reference.
-
-
-
- Gets or sets the type name handling used when serializing the property's collection items.
-
- The collection's items type name handling.
-
-
-
- Gets or sets the reference loop handling used when serializing the property's collection items.
-
- The collection's items reference loop handling.
-
-
-
- A collection of objects.
-
-
-
-
- Initializes a new instance of the class.
-
- The type.
-
-
-
- When implemented in a derived class, extracts the key from the specified element.
-
- The element from which to extract the key.
- The key for the specified element.
-
-
-
- Adds a object.
-
- The property to add to the collection.
-
-
-
- Gets the closest matching object.
- First attempts to get an exact case match of and then
- a case insensitive match.
-
- Name of the property.
- A matching property if found.
-
-
-
- Gets a property by property name.
-
- The name of the property to get.
- Type property name string comparison.
- A matching property if found.
-
-
-
- Contract details for a used by the .
-
-
-
-
- Initializes a new instance of the class.
-
- The underlying type for the contract.
-
-
-
- Lookup and create an instance of the type described by the argument.
-
- The type to create.
- Optional arguments to pass to an initializing constructor of the JsonConverter.
- If null, the default constructor is used.
-
-
-
- A kebab case naming strategy.
-
-
-
-
- Initializes a new instance of the class.
-
-
- A flag indicating whether dictionary keys should be processed.
-
-
- A flag indicating whether explicitly specified property names should be processed,
- e.g. a property name customized with a .
-
-
-
-
- Initializes a new instance of the class.
-
-
- A flag indicating whether dictionary keys should be processed.
-
-
- A flag indicating whether explicitly specified property names should be processed,
- e.g. a property name customized with a .
-
-
- A flag indicating whether extension data names should be processed.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Resolves the specified property name.
-
- The property name to resolve.
- The resolved property name.
-
-
-
- Represents a trace writer that writes to memory. When the trace message limit is
- reached then old trace messages will be removed as new messages are added.
-
-
-
-
- Gets the that will be used to filter the trace messages passed to the writer.
- For example a filter level of will exclude messages and include ,
- and messages.
-
-
- The that will be used to filter the trace messages passed to the writer.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Writes the specified trace level, message and optional exception.
-
- The at which to write this trace.
- The trace message.
- The trace exception. This parameter is optional.
-
-
-
- Returns an enumeration of the most recent trace messages.
-
- An enumeration of the most recent trace messages.
-
-
-
- Returns a of the most recent trace messages.
-
-
- A of the most recent trace messages.
-
-
-
-
- A base class for resolving how property names and dictionary keys are serialized.
-
-
-
-
- A flag indicating whether dictionary keys should be processed.
- Defaults to false.
-
-
-
-
- A flag indicating whether extension data names should be processed.
- Defaults to false.
-
-
-
-
- A flag indicating whether explicitly specified property names,
- e.g. a property name customized with a , should be processed.
- Defaults to false.
-
-
-
-
- Gets the serialized name for a given property name.
-
- The initial property name.
- A flag indicating whether the property has had a name explicitly specified.
- The serialized property name.
-
-
-
- Gets the serialized name for a given extension data name.
-
- The initial extension data name.
- The serialized extension data name.
-
-
-
- Gets the serialized key for a given dictionary key.
-
- The initial dictionary key.
- The serialized dictionary key.
-
-
-
- Resolves the specified property name.
-
- The property name to resolve.
- The resolved property name.
-
-
-
- Hash code calculation
-
-
-
-
-
- Object equality implementation
-
-
-
-
-
-
- Compare to another NamingStrategy
-
-
-
-
-
-
- Represents a method that constructs an object.
-
- The object type to create.
-
-
-
- When applied to a method, specifies that the method is called when an error occurs serializing an object.
-
-
-
-
- Provides methods to get attributes from a , , or .
-
-
-
-
- Initializes a new instance of the class.
-
- The instance to get attributes for. This parameter should be a , , or .
-
-
-
- Returns a collection of all of the attributes, or an empty collection if there are no attributes.
-
- When true, look up the hierarchy chain for the inherited custom attribute.
- A collection of s, or an empty collection.
-
-
-
- Returns a collection of attributes, identified by type, or an empty collection if there are no attributes.
-
- The type of the attributes.
- When true, look up the hierarchy chain for the inherited custom attribute.
- A collection of s, or an empty collection.
-
-
-
- Get and set values for a using reflection.
-
-
-
-
- Initializes a new instance of the class.
-
- The member info.
-
-
-
- Sets the value.
-
- The target to set the value on.
- The value to set on the target.
-
-
-
- Gets the value.
-
- The target to get the value from.
- The value.
-
-
-
- A snake case naming strategy.
-
-
-
-
- Initializes a new instance of the class.
-
-
- A flag indicating whether dictionary keys should be processed.
-
-
- A flag indicating whether explicitly specified property names should be processed,
- e.g. a property name customized with a .
-
-
-
-
- Initializes a new instance of the class.
-
-
- A flag indicating whether dictionary keys should be processed.
-
-
- A flag indicating whether explicitly specified property names should be processed,
- e.g. a property name customized with a .
-
-
- A flag indicating whether extension data names should be processed.
-
-
-
-
- Initializes a new instance of the class.
-
-
-
-
- Resolves the specified property name.
-
- The property name to resolve.
- The resolved property name.
-
-
-
- Specifies how strings are escaped when writing JSON text.
-
-
-
-
- Only control characters (e.g. newline) are escaped.
-
-
-
-
- All non-ASCII and control characters (e.g. newline) are escaped.
-
-
-
-
- HTML (<, >, &, ', ") and control characters (e.g. newline) are escaped.
-
-
-
-
- Indicates the method that will be used during deserialization for locating and loading assemblies.
-
-
-
-
- In simple mode, the assembly used during deserialization need not match exactly the assembly used during serialization. Specifically, the version numbers need not match as the LoadWithPartialName method of the class is used to load the assembly.
-
-
-
-
- In full mode, the assembly used during deserialization must match exactly the assembly used during serialization. The Load method of the class is used to load the assembly.
-
-
-
-
- Specifies type name handling options for the .
-
-
- should be used with caution when your application deserializes JSON from an external source.
- Incoming types should be validated with a custom
- when deserializing with a value other than .
-
-
-
-
- Do not include the .NET type name when serializing types.
-
-
-
-
- Include the .NET type name when serializing into a JSON object structure.
-
-
-
-
- Include the .NET type name when serializing into a JSON array structure.
-
-
-
-
- Always include the .NET type name when serializing.
-
-
-
-
- Include the .NET type name when the type of the object being serialized is not the same as its declared type.
- Note that this doesn't include the root serialized object by default. To include the root object's type name in JSON
- you must specify a root type object with
- or .
-
-
-
-
- Determines whether the collection is null or empty.
-
- The collection.
-
- true if the collection is null or empty; otherwise, false.
-
-
-
-
- Adds the elements of the specified collection to the specified generic .
-
- The list to add to.
- The collection of elements to add.
-
-
-
- Converts the value to the specified type. If the value is unable to be converted, the
- value is checked whether it assignable to the specified type.
-
- The value to convert.
- The culture to use when converting.
- The type to convert or cast the value to.
-
- The converted type. If conversion was unsuccessful, the initial value
- is returned if assignable to the target type.
-
-
-
-
- Helper method for generating a MetaObject which calls a
- specific method on Dynamic that returns a result
-
-
-
-
- Helper method for generating a MetaObject which calls a
- specific method on Dynamic, but uses one of the arguments for
- the result.
-
-
-
-
- Helper method for generating a MetaObject which calls a
- specific method on Dynamic, but uses one of the arguments for
- the result.
-
-
-
-
- Returns a Restrictions object which includes our current restrictions merged
- with a restriction limiting our type
-
-
-
-
- Helper class for serializing immutable collections.
- Note that this is used by all builds, even those that don't support immutable collections, in case the DLL is GACed
- https://github.com/JamesNK/Newtonsoft.Json/issues/652
-
-
-
-
- Gets the type of the typed collection's items.
-
- The type.
- The type of the typed collection's items.
-
-
-
- Gets the member's underlying type.
-
- The member.
- The underlying type of the member.
-
-
-
- Determines whether the property is an indexed property.
-
- The property.
-
- true if the property is an indexed property; otherwise, false.
-
-
-
-
- Gets the member's value on the object.
-
- The member.
- The target object.
- The member's value on the object.
-
-
-
- Sets the member's value on the target object.
-
- The member.
- The target.
- The value.
-
-
-
- Determines whether the specified MemberInfo can be read.
-
- The MemberInfo to determine whether can be read.
- /// if set to true then allow the member to be gotten non-publicly.
-
- true if the specified MemberInfo can be read; otherwise, false.
-
-
-
-
- Determines whether the specified MemberInfo can be set.
-
- The MemberInfo to determine whether can be set.
- if set to true then allow the member to be set non-publicly.
- if set to true then allow the member to be set if read-only.
-
- true if the specified MemberInfo can be set; otherwise, false.
-
-
-
-
- Builds a string. Unlike this class lets you reuse its internal buffer.
-
-
-
-
- Determines whether the string is all white space. Empty string will return false.
-
- The string to test whether it is all white space.
-
- true if the string is all white space; otherwise, false.
-
-
-
-
- Specifies the state of the .
-
-
-
-
- An exception has been thrown, which has left the in an invalid state.
- You may call the method to put the in the Closed state.
- Any other method calls result in an being thrown.
-
-
-
-
- The method has been called.
-
-
-
-
- An object is being written.
-
-
-
-
- An array is being written.
-
-
-
-
- A constructor is being written.
-
-
-
-
- A property is being written.
-
-
-
-
- A write method has not been called.
-
-
-
- Specifies that an output will not be null even if the corresponding type allows it.
-
-
- Specifies that when a method returns , the parameter will not be null even if the corresponding type allows it.
-
-
- Initializes the attribute with the specified return value condition.
-
- The return value condition. If the method returns this value, the associated parameter will not be null.
-
-
-
- Gets the return value condition.
-
-
- Specifies that an output may be null even if the corresponding type disallows it.
-
-
- Specifies that null is allowed as an input even if the corresponding type disallows it.
-
-
-
- Specifies that the method will not return if the associated Boolean parameter is passed the specified value.
-
-
-
-
- Initializes a new instance of the class.
-
-
- The condition parameter value. Code after the method will be considered unreachable by diagnostics if the argument to
- the associated parameter matches this value.
-
-
-
- Gets the condition parameter value.
-
-
-
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/ReproductorMusicaTagEditables.application b/ReproductorMusicaTagEditables/bin/x64/Debug/ReproductorMusicaTagEditables.application
deleted file mode 100644
index 8a87b66..0000000
--- a/ReproductorMusicaTagEditables/bin/x64/Debug/ReproductorMusicaTagEditables.application
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- idCwnTLCsIzD1/cDJ8dgp32owuyTF4ZIdyPChXTwGdE=
-
-
-
-
\ No newline at end of file
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/ReproductorMusicaTagEditables.exe b/ReproductorMusicaTagEditables/bin/x64/Debug/ReproductorMusicaTagEditables.exe
deleted file mode 100644
index 7fc937d..0000000
Binary files a/ReproductorMusicaTagEditables/bin/x64/Debug/ReproductorMusicaTagEditables.exe and /dev/null differ
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/ReproductorMusicaTagEditables.pdb b/ReproductorMusicaTagEditables/bin/x64/Debug/ReproductorMusicaTagEditables.pdb
deleted file mode 100644
index fa79d74..0000000
Binary files a/ReproductorMusicaTagEditables/bin/x64/Debug/ReproductorMusicaTagEditables.pdb and /dev/null differ
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/System.Diagnostics.DiagnosticSource.xml b/ReproductorMusicaTagEditables/bin/x64/Debug/System.Diagnostics.DiagnosticSource.xml
deleted file mode 100644
index 31e8220..0000000
--- a/ReproductorMusicaTagEditables/bin/x64/Debug/System.Diagnostics.DiagnosticSource.xml
+++ /dev/null
@@ -1,464 +0,0 @@
-
-
-
- System.Diagnostics.DiagnosticSource
-
-
-
-
- This is the basic API to 'hook' parts of the framework. It is like an EventSource
- (which can also write object), but is intended to log complex objects that can't be serialized.
-
- Please See the DiagnosticSource Users Guide
- https://github.com/dotnet/corefx/blob/master/src/System.Diagnostics.DiagnosticSource/src/DiagnosticSourceUsersGuide.md
- for instructions on its use.
-
-
-
-
- Write is a generic way of logging complex payloads. Each notification
- is given a name, which identifies it as well as a object (typically an anonymous type)
- that gives the information to pass to the notification, which is arbitrary.
-
- The name should be short (so don't use fully qualified names unless you have to
- to avoid ambiguity), but you want the name to be globally unique. Typically your componentName.eventName
- where componentName and eventName are strings less than 10 characters are a good compromise.
- notification names should NOT have '.' in them because component names have dots and for them both
- to have dots would lead to ambiguity. The suggestion is to use _ instead. It is assumed
- that listeners will use string prefixing to filter groups, thus having hierarchy in component
- names is good.
-
- The name of the event being written.
- An object that represent the value being passed as a payload for the event.
- This is often a anonymous type which contains several sub-values.
-
-
-
- Optional: if there is expensive setup for the notification, you can call IsEnabled
- before doing this setup. Consumers should not be assuming that they only get notifications
- for which IsEnabled is true however, it is optional for producers to call this API.
- The name should be the same as what is passed to Write.
-
- The name of the event being written.
-
-
-
- A DiagnosticListener is something that forwards on events written with DiagnosticSource.
- It is an IObservable (has Subscribe method), and it also has a Subscribe overload that
- lets you specify a 'IsEnabled' predicate that users of DiagnosticSource will use for
- 'quick checks'.
-
- The item in the stream is a KeyValuePair[string, object] where the string is the name
- of the diagnostic item and the object is the payload (typically an anonymous type).
-
- There may be many DiagnosticListeners in the system, but we encourage the use of
- The DiagnosticSource.DefaultSource which goes to the DiagnosticListener.DefaultListener.
-
- If you need to see 'everything' you can subscribe to the 'AllListeners' event that
- will fire for every live DiagnosticListener in the appdomain (past or present).
-
- Please See the DiagnosticSource Users Guide
- https://github.com/dotnet/corefx/blob/master/src/System.Diagnostics.DiagnosticSource/src/DiagnosticSourceUsersGuide.md
- for instructions on its use.
-
-
-
-
- When you subscribe to this you get callbacks for all NotificationListeners in the appdomain
- as well as those that occurred in the past, and all future Listeners created in the future.
-
-
-
-
- Add a subscriber (Observer). If 'IsEnabled' == null (or not present), then the Source's IsEnabled
- will always return true.
-
-
-
-
- Same as other Subscribe overload where the predicate is assumed to always return true.
-
-
-
-
- Make a new DiagnosticListener, it is a NotificationSource, which means the returned result can be used to
- log notifications, but it also has a Subscribe method so notifications can be forwarded
- arbitrarily. Thus its job is to forward things from the producer to all the listeners
- (multi-casting). Generally you should not be making your own DiagnosticListener but use the
- DiagnosticListener.Default, so that notifications are as 'public' as possible.
-
-
-
-
- Clean up the NotificationListeners. Notification listeners do NOT DIE ON THEIR OWN
- because they are in a global list (for discoverability). You must dispose them explicitly.
- Note that we do not do the Dispose(bool) pattern because we frankly don't want to support
- subclasses that have non-managed state.
-
-
-
-
- When a DiagnosticListener is created it is given a name. Return this.
-
-
-
-
- Return the name for the ToString() to aid in debugging.
-
-
-
-
-
- Override abstract method
-
-
-
-
- Override abstract method
-
-
-
-
- Logically AllListenerObservable has a very simple task. It has a linked list of subscribers that want
- a callback when a new listener gets created. When a new DiagnosticListener gets created it should call
- OnNewDiagnosticListener so that AllListenerObservable can forward it on to all the subscribers.
-
-
-
-
- Called when a new DiagnosticListener gets created to tell anyone who subscribed that this happened.
-
-
-
-
-
- Remove 'subscription from the list of subscriptions that the observable has. Called when
- subscriptions are disposed. Returns true if the subscription was removed.
-
-
-
-
- One node in the linked list of subscriptions that AllListenerObservable keeps. It is
- IDisposable, and when that is called it removes itself from the list.
-
-
-
-
- DiagnosticSourceEventSource serves two purposes
-
- 1) It allows debuggers to inject code via Function evaluation. This is the purpose of the
- BreakPointWithDebuggerFuncEval function in the 'OnEventCommand' method. Basically even in
- release code, debuggers can place a breakpoint in this method and then trigger the
- DiagnosticSourceEventSource via ETW. Thus from outside the process you can get a hook that
- is guaranteed to happen BEFORE any DiangosticSource events (if the process is just starting)
- or as soon as possible afterward if it is on attach.
-
- 2) It provides a 'bridge' that allows DiagnosticSource messages to be forwarded to EventListers
- or ETW. You can do this by enabling the Microsoft-Diagnostics-DiagnosticSource with the
- 'Events' keyword (for diagnostics purposes, you should also turn on the 'Messages' keyword.
-
- This EventSource defines a EventSource argument called 'FilterAndPayloadSpecs' that defines
- what DiagnsoticSources to enable and what parts of the payload to serialize into the key-value
- list that will be forwarded to the EventSource. If it is empty, all serializable parts of
- every DiagnosticSource event will be forwarded (this is NOT recommended for monitoring but
- can be useful for discovery).
-
- The FilterAndPayloadSpecs is one long string with the following structures
-
- * It is a newline separated list of FILTER_AND_PAYLOAD_SPEC
- * a FILTER_AND_PAYLOAD_SPEC can be
- * EVENT_NAME : TRANSFORM_SPECS
- * EMPTY - turns on all sources with implicit payload elements.
- * an EVENTNAME can be
- * DIAGNOSTIC_SOURCE_NAME / DIAGNOSTC_EVENT_NAME @ EVENT_SOURCE_EVENTNAME - give the name as well as the EventSource event to log it under.
- * DIAGNOSTIC_SOURCE_NAME / DIAGNOSTC_EVENT_NAME
- * DIAGNOSTIC_SOURCE_NAME - which wildcards every event in the Diagnostic source or
- * EMPTY - which turns on all sources
- * TRANSFORM_SPEC is a semicolon separated list of TRANSFORM_SPEC, which can be
- * - TRANSFORM_SPEC - the '-' indicates that implicit payload elements should be suppressed
- * VARIABLE_NAME = PROPERTY_SPEC - indicates that a payload element 'VARIABLE_NAME' is created from PROPERTY_SPEC
- * PROPERTY_SPEC - This is a shortcut where VARIABLE_NAME is the LAST property name
- * a PROPERTY_SPEC is basically a list of names separated by '.'
- * PROPERTY_NAME - fetches a property from the DiagnosticSource payload object
- * PROPERTY_NAME . PROPERTY NAME - fetches a sub-property of the object.
-
- Example1:
-
- "BridgeTestSource1/TestEvent1:cls_Point_X=cls.Point.X;cls_Point_Y=cls.Point.Y\r\n" +
- "BridgeTestSource2/TestEvent2:-cls.Url"
-
- This indicates that two events should be turned on, The 'TestEvent1' event in BridgeTestSource1 and the
- 'TestEvent2' in BridgeTestSource2. In the first case, because the transform did not begin with a -
- any primitive type/string of 'TestEvent1's payload will be serialized into the output. In addition if
- there a property of the payload object called 'cls' which in turn has a property 'Point' which in turn
- has a property 'X' then that data is also put in the output with the name cls_Point_X. Similarly
- if cls.Point.Y exists, then that value will also be put in the output with the name cls_Point_Y.
-
- For the 'BridgeTestSource2/TestEvent2' event, because the - was specified NO implicit fields will be
- generated, but if there is a property call 'cls' which has a property 'Url' then that will be placed in
- the output with the name 'Url' (since that was the last property name used and no Variable= clause was
- specified.
-
- Example:
-
- "BridgeTestSource1\r\n" +
- "BridgeTestSource2"
-
- This will enable all events for the BridgeTestSource1 and BridgeTestSource2 sources. Any string/primitive
- properties of any of the events will be serialized into the output.
-
- Example:
-
- ""
-
- This turns on all DiagnosticSources Any string/primitive properties of any of the events will be serialized
- into the output. This is not likely to be a good idea as it will be very verbose, but is useful to quickly
- discover what is available.
-
-
- * How data is logged in the EventSource
-
- By default all data from Diagnostic sources is logged to the the DiagnosticEventSouce event called 'Event'
- which has three fields
-
- string SourceName,
- string EventName,
- IEnumerable[KeyValuePair[string, string]] Argument
-
- However to support start-stop activity tracking, there are six other events that can be used
-
- Activity1Start
- Activity1Stop
- Activity2Start
- Activity2Stop
- RecursiveActivity1Start
- RecursiveActivity1Stop
-
- By using the SourceName/EventName@EventSourceName syntax, you can force particular DiagnosticSource events to
- be logged with one of these EventSource events. This is useful because the events above have start-stop semantics
- which means that they create activity IDs that are attached to all logging messages between the start and
- the stop (see https://blogs.msdn.microsoft.com/vancem/2015/09/14/exploring-eventsource-activity-correlation-and-causation-features/)
-
- For example the specification
-
- "MyDiagnosticSource/RequestStart@Activity1Start\r\n" +
- "MyDiagnosticSource/RequestStop@Activity1Stop\r\n" +
- "MyDiagnosticSource/SecurityStart@Activity2Start\r\n" +
- "MyDiagnosticSource/SecurityStop@Activity2Stop\r\n"
-
- Defines that RequestStart will be logged with the EventSource Event Activity1Start (and the cooresponding stop) which
- means that all events caused between these two markers will have an activity ID assocatied with this start event.
- Simmilarly SecurityStart is mapped to Activity2Start.
-
- Note you can map many DiangosticSource events to the same EventSource Event (e.g. Activity1Start). As long as the
- activities don't nest, you can reuse the same event name (since the payloads have the DiagnosticSource name which can
- disambiguate). However if they nest you need to use another EventSource event because the rules of EventSource
- activities state that a start of the same event terminates any existing activity of the same name.
-
- As its name suggests RecursiveActivity1Start, is marked as recursive and thus can be used when the activity can nest with
- itself. This should not be a 'top most' activity because it is not 'self healing' (if you miss a stop, then the
- activity NEVER ends).
-
- See the DiagnosticSourceEventSourceBridgeTest.cs for more explicit examples of using this bridge.
-
-
-
-
- Indicates diagnostics messages from DiagnosticSourceEventSource should be included.
-
-
-
-
- Indicates that all events from all diagnostic sources should be forwarded to the EventSource using the 'Event' event.
-
-
-
-
- Used to send ad-hoc diagnostics to humans.
-
-
-
-
- Events from DiagnosticSource can be forwarded to EventSource using this event.
-
-
-
-
- This is only used on V4.5 systems that don't have the ability to log KeyValuePairs directly.
- It will eventually go away, but we should always reserve the ID for this.
-
-
-
-
- Used to mark the beginning of an activity
-
-
-
-
- Used to mark the end of an activity
-
-
-
-
- Used to mark the beginning of an activity
-
-
-
-
- Used to mark the end of an activity that can be recursive.
-
-
-
-
- Used to mark the beginning of an activity
-
-
-
-
- Used to mark the end of an activity that can be recursive.
-
-
-
-
- Fires when a new DiagnosticSource becomes available.
-
-
-
-
-
- This constructor uses EventSourceSettings which is only available on V4.6 and above
- systems. We use the EventSourceSettings to turn on support for complex types.
-
-
-
-
- Called when the EventSource gets a command from a EventListener or ETW.
-
-
-
-
- A function which is fully interruptible even in release code so we can stop here and
- do function evaluation in the debugger. Thus this is just a place that is useful
- for the debugger to place a breakpoint where it can inject code with function evaluation
-
-
-
-
- FilterAndTransform represents on transformation specification from a DiagnosticsSource
- to EventSource's 'Event' method. (e.g. MySource/MyEvent:out=prop1.prop2.prop3).
- Its main method is 'Morph' which takes a DiagnosticSource object and morphs it into
- a list of string,string key value pairs.
-
- This method also contains that static 'Create/Destroy FilterAndTransformList, which
- simply parse a series of transformation specifications.
-
-
-
-
- Parses filterAndPayloadSpecs which is a list of lines each of which has the from
-
- DiagnosticSourceName/EventName:PAYLOAD_SPEC
-
- where PAYLOADSPEC is a semicolon separated list of specifications of the form
-
- OutputName=Prop1.Prop2.PropN
-
- Into linked list of FilterAndTransform that together forward events from the given
- DiagnosticSource's to 'eventSource'. Sets the 'specList' variable to this value
- (destroying anything that was there previously).
-
- By default any serializable properties of the payload object are also included
- in the output payload, however this feature and be tuned off by prefixing the
- PAYLOADSPEC with a '-'.
-
-
-
-
- This destroys (turns off) the FilterAndTransform stopping the forwarding started with CreateFilterAndTransformList
-
-
-
-
-
- Creates one FilterAndTransform specification from filterAndPayloadSpec starting at 'startIdx' and ending just before 'endIdx'.
- This FilterAndTransform will subscribe to DiagnosticSources specified by the specification and forward them to 'eventSource.
- For convenience, the 'Next' field is set to the 'next' parameter, so you can easily form linked lists.
-
-
-
-
- Transform spec represents a string that describes how to extract a piece of data from
- the DiagnosticSource payload. An example string is OUTSTR=EVENT_VALUE.PROP1.PROP2.PROP3
- It has a Next field so they can be chained together in a linked list.
-
-
-
-
- parse the strings 'spec' from startIdx to endIdx (points just beyond the last considered char)
- The syntax is ID1=ID2.ID3.ID4 .... Where ID1= is optional.
-
-
-
-
- Given the DiagnosticSourcePayload 'obj', compute a key-value pair from it. For example
- if the spec is OUTSTR=EVENT_VALUE.PROP1.PROP2.PROP3 and the ultimate value of PROP3 is
- 10 then the return key value pair is KeyValuePair("OUTSTR","10")
-
-
-
-
- A public field that can be used to form a linked list.
-
-
-
-
- A PropertySpec represents information needed to fetch a property from
- and efficiently. Thus it represents a '.PROP' in a TransformSpec
- (and a transformSpec has a list of these).
-
-
-
-
- Make a new PropertySpec for a property named 'propertyName'.
- For convenience you can set he 'next' field to form a linked
- list of PropertySpecs.
-
-
-
-
- Given an object fetch the property that this PropertySpec represents.
-
-
-
-
- A public field that can be used to form a linked list.
-
-
-
-
- PropertyFetch is a helper class. It takes a PropertyInfo and then knows how
- to efficiently fetch that property from a .NET object (See Fetch method).
- It hides some slightly complex generic code.
-
-
-
-
- Create a property fetcher from a .NET Reflection PropertyInfo class that
- represents a property of a particular type.
-
-
-
-
- Given an object, fetch the property that this propertyFech represents.
-
-
-
-
- CallbackObserver is a adapter class that creates an observer (which you can pass
- to IObservable.Subscribe), and calls the given callback every time the 'next'
- operation on the IObserver happens.
-
-
-
-
-
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/TagLibSharp.pdb b/ReproductorMusicaTagEditables/bin/x64/Debug/TagLibSharp.pdb
deleted file mode 100644
index a703ce6..0000000
Binary files a/ReproductorMusicaTagEditables/bin/x64/Debug/TagLibSharp.pdb and /dev/null differ
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/TagLibSharp.xml b/ReproductorMusicaTagEditables/bin/x64/Debug/TagLibSharp.xml
deleted file mode 100644
index c16190a..0000000
--- a/ReproductorMusicaTagEditables/bin/x64/Debug/TagLibSharp.xml
+++ /dev/null
@@ -1,48802 +0,0 @@
-
-
-
- TagLibSharp
-
-
-
-
- This structure implements and provides
- information about an ADTS AAC audio stream.
-
-
-
-
- Contains a sample rate table for ADTS AAC audio.
-
-
-
-
- Contains a channel table for ADTS AAC audio.
-
-
-
-
- Contains the audio stream length.
-
-
-
-
- Contains the audio stream duration.
-
-
-
-
- Contains the number of channels in the audio
-
-
-
-
- Contains the bitrate of the audio stream
-
-
-
-
- Contains the samplerate of the audio stream
-
-
-
-
- An empty and unset header.
-
-
-
-
- Constructs and initializes a new empty instance of
-
-
-
-
- Constructs and initializes a new instance of by populating it with specified
- values.
-
-
- A value indicating the number
- of channels in the audio stream
-
-
- A value indicating the bitrate
- of the audio stream
-
-
- A value indicating the samplerate
- of the audio stream
-
-
- A value indicating the number
- of samples in the audio stream
-
-
- A value indicating the number
- of frames in the audio stream
-
-
-
-
- Gets a text description of the media represented by the
- current instance.
-
-
- A object containing a description
- of the media represented by the current instance.
-
-
-
-
- Gets the types of media represented by the current
- instance.
-
-
- Always .
-
-
-
-
- Gets the duration of the media represented by the current
- instance.
-
-
- A containing the duration of the
- media represented by the current instance.
-
-
- If has not been called, this
- value will not be correct.
-
-
-
-
- Gets the bitrate of the audio represented by the current
- instance.
-
-
- A value containing a bitrate of the
- audio represented by the current instance.
-
-
-
-
- Gets the sample rate of the audio represented by the
- current instance.
-
-
- A value containing the sample rate of
- the audio represented by the current instance.
-
-
-
-
- Gets the number of channels in the audio represented by
- the current instance.
-
-
- A value containing the number of
- channels in the audio represented by the current
- instance.
-
-
-
-
- Sets the length of the audio stream represented by the
- current instance.
-
-
- A value specifying the length in
- bytes of the audio stream represented by the current
- instance.
-
-
- The this value has been set, will
- return an incorrect value.
-
-
-
-
- Searches for an audio header in a starting at a specified position and searching through
- a specified number of bytes.
-
-
- A object in which the found
- header will be stored.
-
-
- A object to search.
-
-
- A value specifying the seek position
- in at which to start searching.
-
-
- A value specifying the maximum number
- of bytes to search before aborting.
-
-
- A value indicating whether or not a
- header was found.
-
-
- is .
-
-
-
-
- Searches for an audio header in a starting at a specified position and searching to the
- end of the file.
-
-
- A object in which the found
- header will be stored.
-
-
- A object to search.
-
-
- A value specifying the seek position
- in at which to start searching.
-
-
- A value indicating whether or not a
- header was found.
-
-
- Searching to the end of the file can be very, very slow
- especially for corrupt or non-MPEG files. It is
- recommended to use
- instead.
-
-
-
-
- This class is used to help reading arbitary number of bits from
- a fixed array of bytes
-
-
-
-
- Construct a new .
-
-
- A , must be 7 bytes long.
-
-
-
-
- Reads an Int32 from the bitstream
-
-
- A value containing the number
- of bits to read from the bitstream
-
-
-
-
- This class extends to
- provide tagging and properties support for ADTS AAC audio files.
-
-
- A and will be added automatically to any
- file that doesn't contain one. This change does not effect the
- file until it is saved and can be reversed using the following
- method:
- file.RemoveTags (file.TagTypes & ~file.TagTypesOnDisk);
-
-
-
-
- Contains the first audio header.
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local
- file system and specified read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local
- file system with an average read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction and
- specified read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction with
- an average read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- is .
-
-
-
-
- Gets a tag of a specified type from the current instance,
- optionally creating a new tag if possible.
-
-
- A value indicating the
- type of tag to read.
-
-
- A value specifying whether or not to
- try and create the tag if one is not found.
-
-
- A object containing the tag that was
- found in or added to the current instance. If no
- matching tag was found and none was created, is returned.
-
-
- If a is added to the
- current instance, it will be placed at the start of the
- file. On the other hand,
- will be added to the end of
- the file. All other tag types will be ignored.
-
-
-
-
- Reads format specific information at the start of the
- file.
-
-
- A value containing the seek position
- at which the tags end and the media data begins.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- This method only searches for an audio header in the
- first 16384 bytes of code to avoid searching forever in
- corrupt files.
-
-
-
-
- Reads format specific information at the end of the
- file.
-
-
- A value containing the seek position
- at which the media data ends and the tags begin.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
-
-
- Reads the audio properties from the file represented by
- the current instance.
-
-
- A value containing the seek position
- at which the tags end and the media data begins.
-
-
- A value containing the seek position
- at which the media data ends and the tags begin.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- A object describing the
- media properties of the file represented by the current
- instance.
-
-
-
-
- This class extends to provide
- support for reading and writing tags and properties for files
- using the AIFF file format.
-
-
-
-
- Contains the address of the AIFF header block.
-
-
-
-
- Contains the Id3v2 tag.
-
-
-
-
- Contains the media properties.
-
-
-
-
- The identifier used to recognize a AIFF files.
-
-
- "FORM"
-
-
-
-
- The identifier used to recognize a AIFF Common chunk.
-
-
- "COMM"
-
-
-
-
- The identifier used to recognize a AIFF Sound Data Chunk.
-
-
- "SSND"
-
-
-
-
- The identifier used to recognize a AIFF ID3 chunk.
-
-
- "ID3 "
-
-
-
-
- The identifier used to recognize a AIFF Form type.
-
-
- "AIFF"
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system and specified read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system with an average read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction and
- specified read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction with an
- average read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- is .
-
-
-
-
- Gets a abstract representation of all tags stored in the
- current instance.
-
-
- A object representing all tags
- stored in the current instance.
-
-
-
-
- Gets the media properties of the file represented by the
- current instance.
-
-
- A object containing the
- media properties of the file represented by the current
- instance.
-
-
-
-
- Saves the changes made in the current instance to the
- file it represents.
-
-
-
-
- Removes a set of tag types from the current instance.
-
-
- A bitwise combined value
- containing tag types to be removed from the file.
-
-
- In order to remove all tags from a file, pass as .
-
-
-
-
- Gets a tag of a specified type from the current instance,
- optionally creating a new tag if possible.
-
-
- A value indicating the
- type of tag to read.
-
-
- A value specifying whether or not to
- try and create the tag if one is not found.
-
-
- A object containing the tag that was
- found in or added to the current instance. If no
- matching tag was found and none was created, is returned.
-
-
-
-
- Search the file for a chunk whose name is given by
- the chunkName parameter, starting from startPos.
- Note that startPos must be a valid position for a
- chunk, or else finding will fail.
-
- Name of the chunk to search for
- Position for starting the search
-
- Position of the chunk in the stream, or -1
- if no chunk was found.
-
-
-
-
- Reads the contents of the current instance determining
- the size of the riff data, the area the tagging is in,
- and optionally reading in the tags and media properties.
-
-
- If , any tags found will be read
- into the current instance.
-
-
- A value specifying how the media
- data is to be read into the current instance.
-
-
- A value reference to be filled with
- the size of the RIFF data as read from the file.
-
-
- A value reference to be filled with
- the absolute seek position at which the tagging data
- starts.
-
-
- A value reference to be filled with
- the absolute seek position at which the tagging data
- ends.
-
-
- The file does not begin with .
-
-
-
-
- This struct implements to provide
- support for reading Apple's AIFF stream properties.
-
-
-
-
- Contains the number of channels.
-
-
- This value is stored in bytes (9,10).
- 1 is monophonic, 2 is stereo, 4 means 4 channels, etc..
- any number of audio channels may be represented
-
-
-
-
- Contains the number of sample frames in the Sound Data chunk.
-
-
- This value is stored in bytes (11-14).
-
-
-
-
- Contains the number of bits per sample.
-
-
- This value is stored in bytes (15,16).
- It can be any number from 1 to 32.
-
-
-
-
- Contains the sample rate.
-
-
- This value is stored in bytes (17-26).
- the sample rate at which the sound is to be played back,
- in sample frames per second
-
-
-
-
- Contains the length of the audio stream.
-
-
- This value is provided by the constructor.
-
-
-
-
- The size of an AIFF Common chunk
-
-
-
-
- The identifier used to recognize a AIFF file.
- Altough an AIFF file start with "FORM2, we're interested
- in the Common chunk only, which contains the properties we need.
-
-
- "COMM"
-
-
-
-
- Constructs and initializes a new instance of for a specified header block and
- stream length.
-
-
- A object containing the stream
- header data.
-
-
- A value containing the length of the
- AIFF Audio stream in bytes.
-
-
- is .
-
-
- does not begin with
-
-
-
-
- Gets the duration of the media represented by the current
- instance.
-
-
- A containing the duration of the
- media represented by the current instance.
-
-
-
-
- Gets the types of media represented by the current
- instance.
-
-
- Always .
-
-
-
-
- Gets a text description of the media represented by the
- current instance.
-
-
- A object containing a description
- of the media represented by the current instance.
-
-
-
-
- Gets the bitrate of the audio represented by the current
- instance.
-
-
- A value containing a bitrate of the
- audio represented by the current instance.
-
-
-
-
- Gets the sample rate of the audio represented by the
- current instance.
-
-
- A value containing the sample rate of
- the audio represented by the current instance.
-
-
-
-
- Gets the number of channels in the audio represented by
- the current instance.
-
-
- A value containing the number of
- channels in the audio represented by the current
- instance.
-
-
-
-
- Gets the number of bits per sample in the audio
- represented by the current instance.
-
-
- A value containing the number of bits
- per sample in the audio represented by the current
- instance.
-
-
-
-
- This class extends to
- provide tagging and properties support for Monkey's Audio APE
- files.
-
-
- A will be added automatically to
- any file that doesn't contain one. This change does not effect
- the physical file until is called and can be
- reversed using the following method:
- file.RemoveTags (file.TagTypes & ~file.TagTypesOnDisk);
-
-
-
-
- Contains the block with the audio header.
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system and specified read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system with an average read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction and
- specified read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction with an
- average read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- is .
-
-
-
-
- Gets a tag of a specified type from the current instance,
- optionally creating a new tag if possible.
-
-
- A value indicating the
- type of tag to read.
-
-
- A value specifying whether or not to
- try and create the tag if one is not found.
-
-
- A object containing the tag that was
- found in or added to the current instance. If no
- matching tag was found and none was created, is returned.
-
-
- If a is added to the
- current instance, it will be placed at the start of the
- file. On the other hand,
- will be added to the end of
- the file. All other tag types will be ignored.
-
-
-
-
- Reads format specific information at the start of the
- file.
-
-
- A value containing the seek position
- at which the tags end and the media data begins.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
-
-
- Reads format specific information at the end of the
- file.
-
-
- A value containing the seek position
- at which the media data ends and the tags begin.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
-
-
- Reads the audio properties from the file represented by
- the current instance.
-
-
- A value containing the seek position
- at which the tags end and the media data begins.
-
-
- A value containing the seek position
- at which the media data ends and the tags begin.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- A object describing the
- media properties of the file represented by the current
- instance.
-
-
-
-
- Indicates the flags applied to a object.
-
-
-
-
- The tag lacks a footer object.
-
-
-
-
- The footer is actually a header.
-
-
-
-
- The tag contains a header.
-
-
-
-
- This structure provides a representation of an APEv2 tag footer
- which can be read from and written to disk.
-
-
-
-
- Contains the APE tag version.
-
-
-
-
- Specifies the size of an APEv2 footer.
-
-
-
-
- Specifies the identifier used find an APEv2 footer in a
- file.
-
-
- "APETAGEX"
-
-
-
-
- Constructs and initializes a new instance of by reading it from raw footer data.
-
-
- A object containing the raw
- data to build the new instance from.
-
-
- is .
-
-
- is smaller than or does not begin with .
-
-
-
-
- Gets the version of APE tag described by the current
- instance.
-
-
- A value containing the version of the
- APE tag described by the current instance.
-
-
-
-
- Gets and sets the flags that apply to the current
- instance.
-
-
- A bitwise combined value
- containing the flags that apply to the current instance.
-
-
-
-
- Gets and sets the number of items in the tag represented
- by the current instance.
-
-
- A value containing the number of
- items in the tag represented by the current instance.
-
-
-
-
- Gets the size of the tag represented by the current
- instance, including the footer but excluding the header
- if applicable.
-
-
- A value containing the size of the
- tag represented by the current instance.
-
-
-
-
- Gets the complete size of the tag represented by the
- current instance, including the header and footer.
-
-
- A value containing the size of the
- tag represented by the current instance.
-
-
-
-
- Renders the current instance as an APE tag footer.
-
-
- A object containing the
- rendered version of the current instance.
-
-
-
-
- Renders the current instance as an APE tag header.
-
-
- A object containing the
- rendered version of the current instance or an empty
- object if
- does not include .
-
-
-
-
- Renders the current instance as either an APE tag header
- or footer.
-
-
- A value indicating whether or not the
- current instance is to be rendered as a header.
-
-
- A object containing the
- rendered version of the current instance.
-
-
-
-
- Generates a hash code for the current instance.
-
-
- A value containing the hash code for
- the current instance.
-
-
-
-
- Checks whether or not the current instance is equal to
- another object.
-
-
- A to compare to the current
- instance.
-
-
- A value indicating whether or not the
- current instance is equal to .
-
-
-
-
-
- Checks whether or not the current instance is equal to
- another instance of .
-
-
- A object to compare to the current
- instance.
-
-
- A value indicating whether or not the
- current instance is equal to .
-
-
-
-
-
- Gets whether or not two instances of are equal to eachother.
-
-
- The first object to compare.
-
-
- The second object to compare.
-
-
- if is
- equal to . Otherwise, .
-
-
-
-
- Gets whether or not two instances of are unequal to eachother.
-
-
- The first object to compare.
-
-
- The second object to compare.
-
-
- if is
- unequal to . Otherwise, .
-
-
-
-
- Indicates the type of data stored in a
- object.
-
-
-
-
- The item contains Unicode text.
-
-
-
-
- The item contains binary data.
-
-
-
-
- The item contains a locator (file path/URL) for external
- information.
-
-
-
-
- This class provides a representation of an APEv2 tag item which
- can be read from and written to disk.
-
-
-
-
- Contains the item value.
-
-
-
-
- Contains the item text.
-
-
-
-
- Constructs and initializes a new instance of by reading in a raw APEv2 item.
-
-
- A object containing the item to
- read.
-
-
- A value specifying the offset in
- at which the item data begins.
-
-
- is .
-
-
- is less than zero.
-
-
- A complete item could not be read.
-
-
-
-
- Constructs and initializes a new instance of with a specified key and value.
-
-
- A object containing the key to use
- for the current instance.
-
-
- A object containing the value to
- store in the new instance.
-
-
- or is
- .
-
-
-
-
- Constructs and initializes a new instance of with a specified key and collection of
- values.
-
-
- A object containing the key to use
- for the current instance.
-
-
- A containing the values to store
- in the new instance.
-
-
- or is
- .
-
-
-
-
- Constructs and initializes a new instance of with a specified key and collection of
- values.
-
-
- A object containing the key to use
- for the current instance.
-
-
- A object containing the
- values to store in the new instance.
-
-
- or is
- .
-
-
-
-
-
- Constructs and initializes a new instance of with a specified key and raw data.
-
-
- A object containing the key to use
- for the current instance.
-
-
- A object containing the
- values to store in the new instance.
-
-
- This constructor automatically marks the new instance as
- .
-
-
- or is
- .
-
-
-
-
-
- Gets the key used to identify the current instance.
-
-
- A object containing the key used to
- identify the current instance.
-
-
- This value is used for specifying the contents of the
- item in a common and consistant fashion. For example,
- "TITLE" specifies that the item contains the title
- of the track.
-
-
-
-
- Gets the binary value stored in the current instance.
-
-
- A object containing the binary
- value stored in the current instance, or if the item contains text.
-
-
-
-
- Gets the size of the current instance as it last appeared
- on disk.
-
-
- A value containing the size of the
- current instance as it last appeared on disk.
-
-
-
-
- Gets and sets the type of value contained in the
- current instance.
-
-
- A value indicating the type of
- value contained in the current instance.
-
-
-
-
- Gets and sets whether or not the current instance is
- flagged as read-only on disk.
-
-
- A value indicating whether or not the
- current instance is flagged as read-only on disk.
-
-
-
-
- Gets whether or not the current instance is empty.
-
-
- A value indicating whether or not the
- current instance contains no value.
-
-
-
-
- Gets the contents of the current instance as a .
-
-
- A object containing the text
- stored in the current instance, or if the item is empty of contains binary data.
- If the current instance contains multiple string
- values, they will be returned as a comma separated
- value.
-
-
-
-
- Gets the contents of the current instance as a array.
-
-
- A containing the text stored in
- the current instance, or an empty array if the item
- contains binary data.
-
-
-
-
- Renders the current instance as an APEv2 item.
-
-
- A object containing the
- rendered version of the current instance.
-
-
-
-
- Populates the current instance by reading in a raw APEv2
- item.
-
-
- A object containing the item to
- read.
-
-
- A value specifying the offset in
- at which the item data begins.
-
-
- is .
-
-
- is less than zero.
-
-
- A complete item could not be read.
-
-
-
-
- Creates a deep copy of the current instance.
-
-
- A new object identical to the current
- instance.
-
-
-
-
- Indicates the compression level used when encoding a Monkey's
- Audio APE file.
-
-
-
-
- The audio is not compressed.
-
-
-
-
- The audio is mildly compressed.
-
-
-
-
- The audio is compressed at a normal level.
-
-
-
-
- The audio is highly compressed.
-
-
-
-
- The audio is extremely highly compressed.
-
-
-
-
- The audio is compressed to an insane level.
-
-
-
-
- This struct implements to provide
- support for reading Monkey's Audio APE stream properties.
-
-
-
-
- Contains the APE version.
-
-
- This value is stored in bytes (4,5) of the file and is
- 1000 times the actual version number, so 3810 indicates
- version 3.81.
-
-
-
-
- Contains the number of audio blocks in one frame.
-
-
- This value is stored in bytes (55-58).
-
-
-
-
- Contains the number of audio blocks in the final frame.
-
-
- This value is stored in bytes (59-62).
-
-
-
-
- Contains the total number of frames.
-
-
- This value is stored in bytes (63-66).
-
-
-
-
- Contains the number of bits per sample.
-
-
- This value is stored in bytes (67,68) and is typically
- 16.
-
-
-
-
- Contains the number of channels.
-
-
- This value is stored in bytes (69,70) and is typically
- 1 or 2.
-
-
-
-
- Contains the sample rate.
-
-
- This value is stored in bytes (71-74) and is typically
- 44100.
-
-
-
-
- Contains the length of the audio stream.
-
-
- This value is provided by the constructor.
-
-
-
-
- The size of a Monkey Audio header.
-
-
-
-
- The identifier used to recognize a WavPack file.
-
-
- "MAC "
-
-
-
-
- Constructs and initializes a new instance of for a specified header block and
- stream length.
-
-
- A object containing the stream
- header data.
-
-
- A value containing the length of the
- Monkey Audio stream in bytes.
-
-
- is .
-
-
- does not begin with or is less than bytes long.
-
-
-
-
- Gets the duration of the media represented by the current
- instance.
-
-
- A containing the duration of the
- media represented by the current instance.
-
-
-
-
- Gets the types of media represented by the current
- instance.
-
-
- Always .
-
-
-
-
- Gets a text description of the media represented by the
- current instance.
-
-
- A object containing a description
- of the media represented by the current instance.
-
-
-
-
- Gets the bitrate of the audio represented by the current
- instance.
-
-
- A value containing a bitrate of the
- audio represented by the current instance.
-
-
-
-
- Gets the sample rate of the audio represented by the
- current instance.
-
-
- A value containing the sample rate of
- the audio represented by the current instance.
-
-
-
-
- Gets the number of channels in the audio represented by
- the current instance.
-
-
- A value containing the number of
- channels in the audio represented by the current
- instance.
-
-
-
-
- Gets the APE version of the audio represented by the
- current instance.
-
-
- A value containing the APE version
- of the audio represented by the current instance.
-
-
-
-
- Gets the number of bits per sample in the audio
- represented by the current instance.
-
-
- A value containing the number of bits
- per sample in the audio represented by the current
- instance.
-
-
-
-
- Gets the level of compression used when encoding the
- audio represented by the current instance.
-
-
- A value indicating the
- level of compression used when encoding the audio
- represented by the current instance.
-
-
-
-
- This class extends and implements to provide a representation of an APEv2
- tag which can be read from and written to disk.
-
-
-
-
- Contains names of picture fields, indexed to correspond
- to their picture item names.
-
-
-
-
- Contains the tag footer.
-
-
-
-
- Contains the items in the tag.
-
-
-
-
- Specifies the identifier used find an APEv2 tag in a
- file.
-
-
- "APETAGEX"
-
-
-
-
- Constructs and initializes a new instance of with no contents.
-
-
-
-
- Constructs and initializes a new instance of by reading the contents from a specified
- position in a specified file.
-
-
- A object containing the file
- from which the contents of the new instance is to be
- read.
-
-
- A value specify at what position to
- read the tag.
-
-
- is .
-
-
- is less than zero or greater
- than the size of the file.
-
-
-
-
- Constructs and initializes a new instance of by reading the contents of a raw tag in a
- specified object.
-
-
- A object containing the raw
- tag.
-
-
- is .
-
-
- is too small to contain a tag,
- has a header where the footer should be, or is smaller
- than the tag it is supposed to contain.
-
-
-
-
- Gets and sets whether or not the current instance has a
- header when rendered.
-
-
- A value indicating whether or not the
- current instance has a header when rendered.
-
-
-
-
- Adds a number to the value stored in a specified item.
-
-
- A object containing the key of the
- item to store the value in.
-
-
- A value containing the number to
- store.
-
-
- A value representing a total which
- is a part of, or zero if
- is not part of a set.
-
-
- If both and are equal to zero, the value will not be
- added. If is zero, by itself will be stored. Otherwise, the
- values will be stored as "/".
-
-
- is .
-
-
-
-
- Stores a number in a specified item.
-
-
- A object containing the key of the
- item to store the value in.
-
-
- A value containing the number to
- store.
-
-
- A value representing a total which
- is a part of, or zero if
- is not part of a set.
-
-
- If both and are equal to zero, the value will be
- cleared. If is zero, by itself will be stored. Otherwise, the
- values will be stored as "/".
-
-
- is .
-
-
-
-
- Adds the contents of a to the value
- stored in a specified item.
-
-
- A object containing the key of the
- item to store the value in.
-
-
- A object containing the text to
- add.
-
-
- If is
- or empty, the value will not be added.
-
-
- is .
-
-
-
-
- Stores the contents of a in a
- specified item.
-
-
- A object containing the key of the
- item to store the value in.
-
-
- A object containing the text to
- store.
-
-
- If is
- or empty, the value will be cleared.
-
-
- is .
-
-
-
-
- Adds the contents of a to the
- value stored in a specified item.
-
-
- A object containing the key of the
- item to store the value in.
-
-
- A containing the text to add.
-
-
- If is
- or empty, the value will not be added.
-
-
- is .
-
-
-
-
- Stores the contents of a in a
- specified item.
-
-
- A object containing the key of the
- item to store the value in.
-
-
- A containing the text to store.
-
-
- If is
- or empty, the value will be cleared.
-
-
- is .
-
-
-
-
- Gets a specified item from the current instance.
-
-
- A object containing the key of the
- item to get from the current instance.
-
-
- The item with the matching name contained in the current
- instance, or if a matching object
- was not found.
-
-
-
-
- Adds an item to the current instance, replacing the
- existing one of the same name.
-
-
- A object to add to the current
- instance.
-
-
-
-
- Removes the item with a specified key from the current
- instance.
-
-
- A object containing the key of the
- item to remove from the current instance.
-
-
-
-
- Checks if an item exists.
-
-
- A object containing the key of the
- item to check.
-
-
- Returns if the
- exists - else is returned.
-
-
- is .
-
-
-
-
- Renders the current instance as a raw APEv2 tag.
-
-
- A object containing the
- rendered tag.
-
-
-
-
- Populates the current instance be reading in a tag from
- a specified position in a specified file.
-
-
- A object to read the tag from.
-
-
- A value specifying the seek position
- at which to read the tag.
-
-
- is .
-
-
- is less than 0 or greater
- than the size of the file.
-
-
-
-
- Populates the current instance by parsing the contents of
- a raw APEv2 tag, minus the header and footer.
-
-
- A object containing the content
- of an APEv2 tag, minus the header and footer.
-
-
- This method must only be called after the internal
- footer has been read from the file, otherwise the data
- cannot be parsed correctly.
-
-
-
-
- Gets the index of an item in the current instance.
-
-
- A object containing the key to look
- for in the current instance.
-
-
- A value containing the index in at which the item appears, or -1 if the
- item was not found.
-
-
- Keys are compared in a case insensitive manner.
-
-
-
-
- Gets the text value from a specified item.
-
-
- A object containing the key of the
- item to get the value from.
-
-
- A object containing the text of the
- specified frame, or if no value
- was found.
-
-
-
-
- Gets the text values from a specified item.
-
-
- A object containing the key of the
- item to get the value from.
-
-
- A containing the text of the
- specified frame, or an empty array if no values were
- found.
-
-
-
-
- Gets an integer value from a "/" delimited list in a
- specified item.
-
-
- A object containing the key of the
- item to get the value from.
-
-
- A value specifying the index in the
- integer list of the value to return.
-
-
- A value read from the list in the
- frame, or 0 if the value wasn't found.
-
-
-
-
- Gets the enumerator for the current instance.
-
-
- A object enumerating through
- the item keys stored in the current instance.
-
-
-
-
- Gets the enumerator for the current instance.
-
-
- A object enumerating through
- the item keys stored in the current instance.
-
-
-
-
- Gets the tag types contained in the current instance.
-
-
- Always .
-
-
-
-
- Gets and sets the title for the media described by the
- current instance.
-
-
- A object containing the title for
- the media described by the current instance or if no value is present.
-
-
- This property is implemented using the "Title" item.
-
-
-
-
- Gets and sets the sort names of the Title of the
- media represented by the current instance.
-
-
- A containing the sort names for
- the Title of the media described by the current instance,
- or null if no value is present.
-
-
- This property is implemented using the "TitleSort" item.
-
-
-
-
- Gets and sets a short description, one-liner.
- It represents the tagline of the Video/music.
-
-
- A containing the subtitle
- the media represented by the current instance
- or an empty array if no value is present.
-
-
- This field gives a nice/short precision to
- the title, which is typically below the title on the
- front cover of a media.
- For example, for "Back to the future", this would be
- "It's About Time".
-
-
-
- This property is implemented using the "Subtitle" item.
-
-
-
-
- Gets and sets a short description of the media.
- For a music, this could be the comment that the artist
- made of its artwork. For a video, this should be a
- short summary of the story/plot, but a spoiler. This
- should give the impression of what to expect in the
- media.
-
-
- A containing the subtitle
- the media represented by the current instance
- or an empty array if no value is present.
-
-
- This is especially relevant for a movie.
- For example, for "Back to the Future 2", this could be
- "After visiting 2015, Marty McFly must repeat his visit
- to 1955 to prevent disastrous changes to 1985...without
- interfering with his first trip".
-
-
-
- This property is implemented using the "Description" item.
-
-
-
-
- Gets and sets the performers or artists who performed in
- the media described by the current instance.
-
-
- A containing the performers or
- artists who performed in the media described by the
- current instance or an empty array if no value is
- present.
-
-
- This property is implemented using the "Artist" item.
-
-
-
-
- Gets and sets the sort names of the performers or artists
- who performed in the media described by the current instance.
-
-
- A array containing the sort names for
- the performers or artists who performed in the media
- described by the current instance, or an empty array if
- no value is present.
-
-
- This property is implemented using the "ArtistSort" field.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the Charaters for a video media, or
- instruments played for music media.
- This should match the array (for
- each person correspond one/more role). Several roles for
- the same artist/actor can be made up with semicolons.
- For example, "Marty McFly; Marty McFly Jr.; Marlene McFly".
-
-
- This is typically usefull for movies, although the
- instrument played by each artist in a music may be of
- relevance.
-
- It is highly important to match each role to the
- performers. This means that a role may be to keep the match between a
- Performers[i] and PerformersRole[i].
-
-
-
- This property is implemented using the "TMCL" Text
- Information Frame: The 'Musician credits list' is
- intended as a mapping between instruments and the
- musician that played it.Every odd field is an
- instrument and every even is an artist or a comma
- delimited list of artists.
-
-
- This property is implemented using the "PerformersRole" field.
-
-
-
-
- Gets and sets the band or artist who is credited in the
- creation of the entire album or collection containing the
- media described by the current instance.
-
-
- A containing the band or artist
- who is credited in the creation of the entire album or
- collection containing the media described by the current
- instance or an empty array if no value is present.
-
-
- This property is implemented using the "Album Artist"
- item, and "AlbumArtist" as a backup property if it exists.
-
-
-
-
- Gets and sets the sort names for the band or artist who
- is credited in the creation of the entire album or
- collection containing the media described by the
- current instance.
-
-
- A array containing the sort names
- for the band or artist who is credited in the creation
- of the entire album or collection containing the media
- described by the current instance or an empty array if
- no value is present.
-
-
- This property is implemented using the "AlbumArtistSort"
- field.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the composers of the media represented by
- the current instance.
-
-
- A containing the composers of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This property is implemented using the "Composer" item.
-
-
-
-
- Gets and sets the sort names for the composers of
- the media described by the current instance.
-
-
- A array containing the sort names
- for the composer of the media described by the current
- instance or an empty array if no value is present.
-
-
- This property is implemented using the "ComposerSort"
- field.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the album of the media represented by the
- current instance.
-
-
- A object containing the album of
- the media represented by the current instance or if no value is present.
-
-
- This property is implemented using the "Album" item.
-
-
-
-
- Gets and sets the sort names for the Album Title of
- the media described by the current instance.
-
-
- A containing the sort name of
- the Album Title of the media described by the current
- instance or null if no value is present.
-
-
- This property is implemented using the "AlbumSort"
- field.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets a user comment on the media represented by
- the current instance.
-
-
- A object containing user comments
- on the media represented by the current instance or if no value is present.
-
-
- This property is implemented using the "Comment" item.
-
-
-
-
- Gets and sets the genres of the media represented by the
- current instance.
-
-
- A containing the genres of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This property is implemented using the "Genre" item.
-
-
-
-
- Gets and sets the year that the media represented by the
- current instance was recorded.
-
-
- A containing the year that the media
- represented by the current instance was created or zero
- if no value is present.
-
-
- This property is implemented using the "Year" item.
-
-
-
-
- Gets and sets the position of the media represented by
- the current instance in its containing album.
-
-
- A containing the position of the
- media represented by the current instance in its
- containing album or zero if not specified.
-
-
- This property is implemented using the "Track" item.
-
-
-
-
- Gets and sets the number of tracks in the album
- containing the media represented by the current instance.
-
-
- A containing the number of tracks in
- the album containing the media represented by the current
- instance or zero if not specified.
-
-
- This property is implemented using the "Track" item.
-
-
-
-
- Gets and sets the number of the disc containing the media
- represented by the current instance in the boxed set.
-
-
- A containing the number of the disc
- containing the media represented by the current instance
- in the boxed set.
-
-
- This property is implemented using the "Disc" item.
-
-
-
-
- Gets and sets the number of discs in the boxed set
- containing the media represented by the current instance.
-
-
- A containing the number of discs in
- the boxed set containing the media represented by the
- current instance or zero if not specified.
-
-
- This property is implemented using the "Disc" item.
-
-
-
-
- Gets and sets the lyrics or script of the media
- represented by the current instance.
-
-
- A object containing the lyrics or
- script of the media represented by the current instance
- or if no value is present.
-
-
- This property is implemented using the "Lyrics" item.
-
-
-
-
- Gets and sets the grouping on the album which the media
- in the current instance belongs to.
-
-
- A object containing the grouping on
- the album which the media in the current instance belongs
- to or if no value is present.
-
-
- This property is implemented using the "Grouping" item.
-
-
-
-
- Gets and sets the number of beats per minute in the audio
- of the media represented by the current instance.
-
-
- A containing the number of beats per
- minute in the audio of the media represented by the
- current instance, or zero if not specified.
-
-
- This property is implemented using the "BPM" item.
-
-
-
-
- Gets and sets the conductor or director of the media
- represented by the current instance.
-
-
- A object containing the conductor
- or director of the media represented by the current
- instance or if no value present.
-
-
- This property is implemented using the "Conductor" item.
-
-
-
-
- Gets and sets the copyright information for the media
- represented by the current instance.
-
-
- A object containing the copyright
- information for the media represented by the current
- instance or if no value present.
-
-
- This property is implemented using the "Copyright" item.
-
-
-
-
- Gets and sets the date at which the tag has been written.
-
-
- A nullable object containing the
- date at which the tag has been written, or if no value present.
-
-
- This property is implemented using the "DateTagged" item.
- Format used is: yyyy-MM-dd HH:mm:ss
-
-
-
-
- Gets and sets the MusicBrainz Artist ID of the media
- represented by the current instance.
-
-
- A object containing the MusicBrainz
- ArtistID for the media represented by the current instance
- or if no value is present.
-
-
- This property is implemented using the "MUSICBRAINZ_ARTISTID" item.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz Release Group ID of the media
- represented by the current instance.
-
-
- A object containing the MusicBrainz
- ReleaseGroupID for the media represented by the current instance
- or if no value is present.
-
-
- This property is implemented using the "MUSICBRAINZ_RELEASEGROUPID" item.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz Release ID of the media
- represented by the current instance.
-
-
- A object containing the MusicBrainz
- ReleaseID for the media represented by the current instance
- or if no value is present.
-
-
- This property is implemented using the "MUSICBRAINZ_ALBUMID" item.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz Release Artist ID of the media
- represented by the current instance.
-
-
- A object containing the MusicBrainz
- ReleaseArtistID for the media represented by the current instance
- or if no value is present.
-
-
- This property is implemented using the "MUSICBRAINZ_ALBUMARTISTID" item.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz Track ID of the media
- represented by the current instance.
-
-
- A object containing the MusicBrainz
- TrackID for the media represented by the current instance
- or if no value is present.
-
-
- This property is implemented using the "MUSICBRAINZ_TRACKID" item.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz Disc ID of the media
- represented by the current instance.
-
-
- A object containing the MusicBrainz
- DiscID for the media represented by the current instance
- or if no value is present.
-
-
- This property is implemented using the "MUSICBRAINZ_DISCID" item.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicIP PUID of the media
- represented by the current instance.
-
-
- A object containing the MusicIPPUID
- for the media represented by the current instance
- or if no value is present.
-
-
- This property is implemented using the "MUSICIP_PUID" item.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the Amazon ID of the media
- represented by the current instance.
-
-
- A object containing the AmazonID
- for the media represented by the current instance
- or if no value is present.
-
-
- This property is implemented using the "ASIN" item.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz Release Status of the media
- represented by the current instance.
-
-
- A object containing the MusicBrainz
- ReleaseStatus for the media represented by the current instance
- or if no value is present.
-
-
- This property is implemented using the "MUSICBRAINZ_ALBUMSTATUS" item.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz Release Type of the media
- represented by the current instance.
-
-
- A object containing the MusicBrainz
- ReleaseType for the media represented by the current instance
- or if no value is present.
-
-
- This property is implemented using the "MUSICBRAINZ_ALBUMTYPE" item.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz ReleaseCountry of the media
- represented by the current instance.
-
-
- A object containing the MusicBrainz
- ReleaseCountry for the media represented by the current instance
- or if no value is present.
-
-
- This property is implemented using the "RELEASECOUNTRY" item.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the ReplayGain track gain in dB.
-
-
- A value in dB for the track gain as
- per the ReplayGain specification.
-
-
- This property is implemented using the
- "REPLAYGAIN_TRACK_GAIN" field. Set the value to double.NaN
- to clear the field.
-
-
-
-
- Gets and sets the ReplayGain track peak sample.
-
-
- A value for the track peak as per the
- ReplayGain specification.
-
-
- This property is implemented using the
- "REPLAYGAIN_TRACK_PEAK" field. Set the value to double.NaN
- to clear the field.
-
-
-
-
- Gets and sets the ReplayGain album gain in dB.
-
-
- A value in dB for the album gain as
- per the ReplayGain specification.
-
-
- This property is implemented using the
- "REPLAYGAIN_ALBUM_GAIN" field. Set the value to double.NaN
- to clear the field.
-
-
-
-
- Gets and sets the ReplayGain album peak sample.
-
-
- A value for the album peak as per the
- ReplayGain specification.
-
-
- This property is implemented using the
- "REPLAYGAIN_ALBUM_PEAK" field. Set the value to double.NaN
- to clear the field.
-
-
-
-
- Gets and sets a collection of pictures associated with
- the media represented by the current instance.
-
-
- A containing a collection of
- pictures associated with the media represented by the
- current instance or an empty array if none are present.
-
-
- This property is implemented using the "Cover Art" items
- and supports only one picture per type.
-
-
-
-
- Gets whether or not the current instance is empty.
-
-
- if the current instance does not
- any values. Otherwise .
-
-
-
-
- Clears the values stored in the current instance.
-
-
-
-
- Copies the values from the current instance to another
- , optionally overwriting
- existing values.
-
-
- A object containing the target
- tag to copy values to.
-
-
- A specifying whether or not to copy
- values over existing one.
-
-
- If is of type a complete copy of all values
- will be performed. Otherwise, only standard values will
- be copied.
-
-
- is .
-
-
-
-
- This class extends to provide a
- representation of an ASF Content Description object which can be
- read from and written to disk.
-
-
-
-
- Contains the media title.
-
-
-
-
- Contains the author/performer.
-
-
-
-
- Contains the copyright information.
-
-
-
-
- Contains the description of the media.
-
-
-
-
- Contains the rating of the media.
-
-
-
-
- Constructs and initializes a new instance of by reading the
- contents from a specified position in a specified file.
-
-
- A object containing the file from
- which the contents of the new instance are to be read.
-
-
- A value specify at what position to
- read the object.
-
-
- is .
-
-
- is less than zero or greater
- than the size of the file.
-
-
- The object read from disk does not have the correct GUID
- or smaller than the minimum size.
-
-
-
-
- Constructs and initializes a new instance of with no contents.
-
-
-
-
- Gets and sets the title of the media described by the
- current instance.
-
-
- A object containing the title of
- the media or if it is not set.
-
-
-
-
- Gets and sets the author or performer of the media
- described by the current instance.
-
-
- A object containing the author of
- the media or if it is not set.
-
-
-
-
- Gets and sets the copyright information for the media
- described by the current instance.
-
-
- A object containing the copyright
- information for the media or if
- it is not set.
-
-
-
-
- Gets and sets the description of the media described by
- the current instance.
-
-
- A object containing a description
- of the media or if it is not set.
-
-
-
-
- Gets and sets the rating of the media described by the
- current instance.
-
-
- A object containing a rating of the
- media or if it is not set.
-
-
-
-
- Gets whether or not the current instance is empty.
-
-
- if all the values are cleared.
- Otherwise .
-
-
-
-
- Renders the current instance as a raw ASF object.
-
-
- A object containing the
- rendered version of the current instance.
-
-
-
-
- Indicates the type of data stored in a or
- object.
-
-
-
-
- The descriptor contains Unicode (UTF-16LE) text.
-
-
-
-
- The descriptor contains binary data.
-
-
-
-
- The descriptor contains a boolean value.
-
-
-
-
- The descriptor contains a 4-byte DWORD value.
-
-
-
-
- The descriptor contains a 8-byte QWORD value.
-
-
-
-
- The descriptor contains a 2-byte WORD value.
-
-
-
-
- The descriptor contains a 16-byte GUID value.
-
-
-
-
- This class provides a representation of an ASF Content
- Descriptor to be used in combination with .
-
-
-
-
- Contains the string value.
-
-
-
-
- Contains the byte value.
-
-
-
-
- Contains the long value.
-
-
-
-
- Constructs and initializes a new instance of with a specified name and
- and value.
-
-
- A object containing the name of the
- new instance.
-
-
- A object containing the value for
- the new instance.
-
-
-
-
- Constructs and initializes a new instance of with a specified name and
- and value.
-
-
- A object containing the name of the
- new instance.
-
-
- A object containing the value
- for the new instance.
-
-
-
-
- Constructs and initializes a new instance of with a specified name and
- and value.
-
-
- A object containing the name of the
- new instance.
-
-
- A value containing the value
- for the new instance.
-
-
-
-
- Constructs and initializes a new instance of with a specified name and
- and value.
-
-
- A object containing the name of the
- new instance.
-
-
- A value containing the value
- for the new instance.
-
-
-
-
- Constructs and initializes a new instance of with a specified name and
- and value.
-
-
- A object containing the name of the
- new instance.
-
-
- A value containing the value
- for the new instance.
-
-
-
-
- Constructs and initializes a new instance of with a specified name and
- and value.
-
-
- A object containing the name of the
- new instance.
-
-
- A value containing the value
- for the new instance.
-
-
-
-
- Constructs and initializes a new instance of by reading its contents from
- a file.
-
-
- A object to read the raw ASF
- Description Record from.
-
-
- is .
-
-
- A valid descriptor could not be read.
-
-
- must be at a seek position at
- which the descriptor can be read.
-
-
-
-
- Gets the name of the current instance.
-
-
- A object containing the name of the
- current instance.
-
-
-
-
- Gets the type of data contained in the current instance.
-
-
- A value indicating type of data
- contained in the current instance.
-
-
-
-
- Gets a string representation of the current instance.
-
-
- A object containing the value of
- the current instance.
-
-
-
-
- Gets the binary contents of the current instance.
-
-
- A object containing the
- contents of the current instance, or if is unequal to .
-
-
-
-
- Gets the boolean value contained in the current instance.
-
-
- A value containing the value of the
- current instance.
-
-
-
-
- Gets the DWORD value contained in the current instance.
-
-
- A value containing the value of the
- current instance.
-
-
-
-
- Gets the QWORD value contained in the current instance.
-
-
- A value containing the value of the
- current instance.
-
-
-
-
- Gets the WORD value contained in the current instance.
-
-
- A value containing the value of the
- current instance.
-
-
-
-
- Renders the current instance as a raw ASF Description
- Record.
-
-
- A object containing the
- rendered version of the current instance.
-
-
-
-
- Populates the current instance by reading in the contents
- from a file.
-
-
- A object to read the raw ASF
- Content Descriptor from.
-
-
- if the data was read correctly.
- Otherwise .
-
-
-
-
- This class provides a representation of an ASF Description Record
- to be used in combination with .
-
-
-
-
- Contains the string value.
-
-
-
-
- Contains the byte value.
-
-
-
-
- Contains the long value.
-
-
-
-
- Contains the GUID value.
-
-
-
-
- Constructs and initializes a new instance of with a specified language,
- stream, name, and value.
-
-
- A value containing the language
- list index of the new instance.
-
-
- A value containing the stream
- number of the new instance.
-
-
- A object containing the name of the
- new instance.
-
-
- A object containing the value for
- the new instance.
-
-
-
-
- Constructs and initializes a new instance of with a specified language,
- stream, name, and value.
-
-
- A value containing the language
- list index of the new instance.
-
-
- A value containing the stream
- number of the new instance.
-
-
- A object containing the name of the
- new instance.
-
-
- A object containing the value
- for the new instance.
-
-
-
-
- Constructs and initializes a new instance of with a specified language,
- stream, name, and value.
-
-
- A value containing the language
- list index of the new instance.
-
-
- A value containing the stream
- number of the new instance.
-
-
- A object containing the name of the
- new instance.
-
-
- A value containing the value
- for the new instance.
-
-
-
-
- Constructs and initializes a new instance of with a specified language,
- stream, name, and value.
-
-
- A value containing the language
- list index of the new instance.
-
-
- A value containing the stream
- number of the new instance.
-
-
- A object containing the name of the
- new instance.
-
-
- A value containing the value
- for the new instance.
-
-
-
-
- Constructs and initializes a new instance of with a specified language,
- stream, name, and value.
-
-
- A value containing the language
- list index of the new instance.
-
-
- A value containing the stream
- number of the new instance.
-
-
- A object containing the name of the
- new instance.
-
-
- A value containing the value
- for the new instance.
-
-
-
-
- Constructs and initializes a new instance of with a specified language,
- stream, name, and value.
-
-
- A value containing the language
- list index of the new instance.
-
-
- A value containing the stream
- number of the new instance.
-
-
- A object containing the name of the
- new instance.
-
-
- A value containing the value
- for the new instance.
-
-
-
-
- Constructs and initializes a new instance of with a specified language,
- stream, name, and value.
-
-
- A value containing the language
- list index of the new instance.
-
-
- A value containing the stream
- number of the new instance.
-
-
- A object containing the name of the
- new instance.
-
-
- A value containing the value
- for the new instance.
-
-
-
-
- Constructs and initializes a new instance of by reading its contents from
- a file.
-
-
- A object to read the raw ASF
- Description Record from.
-
-
- is .
-
-
- A valid record could not be read.
-
-
- must be at a seek position at
- which the record can be read.
-
-
-
-
- Gets the index of the language associated with the
- current instance.
-
-
- A value containing the index of the
- language associated with the current instance.
-
-
-
-
- Gets the index of the stream associated with the current
- instance.
-
-
- A value containing the index of the
- stream associated with the current instance.
-
-
-
-
- Gets the name of the current instance.
-
-
- A object containing the name of the
- current instance.
-
-
-
-
- Gets the type of data contained in the current instance.
-
-
- A value indicating type of data
- contained in the current instance.
-
-
-
-
- Gets a string representation of the current instance.
-
-
- A object containing the value of
- the current instance.
-
-
-
-
- Gets the binary contents of the current instance.
-
-
- A object containing the
- contents of the current instance, or if is unequal to .
-
-
-
-
- Gets the boolean value contained in the current instance.
-
-
- A value containing the value of the
- current instance.
-
-
-
-
- Gets the DWORD value contained in the current instance.
-
-
- A value containing the value of the
- current instance.
-
-
-
-
- Gets the QWORD value contained in the current instance.
-
-
- A value containing the value of the
- current instance.
-
-
-
-
- Gets the WORD value contained in the current instance.
-
-
- A value containing the value of the
- current instance.
-
-
-
-
- Gets the GUID value contained in the current instance.
-
-
- A value containing the value
- of the current instance.
-
-
-
-
- Renders the current instance as a raw ASF Description
- Record.
-
-
- A object containing the
- rendered version of the current instance.
-
-
-
-
- Populates the current instance by reading in the contents
- from a file.
-
-
- A object to read the raw ASF
- Description Record from.
-
-
- if the data was read correctly.
- Otherwise .
-
-
-
-
- This class extends to provide a
- representation of an ASF Extended Content Description object
- which can be read from and written to disk.
-
-
-
-
- Contains the content descriptors.
-
-
-
-
- Constructs and initializes a new instance of by reading the
- contents from a specified position in a specified file.
-
-
- A object containing the file from
- which the contents of the new instance are to be read.
-
-
- A value specify at what position to
- read the object.
-
-
- is .
-
-
- is less than zero or greater
- than the size of the file.
-
-
- The object read from disk does not have the correct GUID
- or smaller than the minimum size.
-
-
-
-
- Constructs and initializes a new instance of with no
- contents.
-
-
-
-
- Gets whether or not the current instance is empty.
-
-
- if the current instance doesn't
- contain any objects.
- Otherwise .
-
-
-
-
- Renders the current instance as a raw ASF object.
-
-
- A object containing the
- rendered version of the current instance.
-
-
-
-
- Removes all descriptors with a given name from the
- current instance.
-
-
- A object containing the name of the
- descriptors to be removed.
-
-
-
-
- Gets all descriptors with any of a collection of names
- from the current instance.
-
-
- A containing the names of the
- descriptors to be retrieved.
-
-
- is .
-
-
- A object enumerating
- through the objects
- retrieved from the current instance.
-
-
-
-
- Adds a descriptor to the current instance.
-
-
- A object to add to the
- current instance.
-
-
- is .
-
-
-
-
- Sets the a collection of desciptors for a given name,
- removing the existing matching records.
-
-
- A object containing the name of the
- descriptors to be added.
-
-
- A containing
- descriptors to add to the new instance.
-
-
- is .
-
-
- All added entries in
- should match but it is not
- verified by the method. The descriptors will be added
- with their own names and not the one provided in this
- method, which are used for removing existing values and
- determining where to position the new objects.
-
-
-
-
- Gets an enumerator for enumerating through the content
- descriptors.
-
-
- A for
- enumerating through the content descriptors.
-
-
-
-
- This class extends to provide tagging
- and properties support for Microsoft's ASF files.
-
-
-
-
- Contains the file's tag.
-
-
-
-
- Contains the file's properties.
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system and specified read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system with an average read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction and
- specified read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction with an
- average read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- is .
-
-
-
-
- Gets a abstract representation of all tags stored in the
- current instance.
-
-
- A object representing all tags
- stored in the current instance.
-
-
-
-
- Gets the media properties of the file represented by the
- current instance.
-
-
- A object containing the
- media properties of the file represented by the current
- instance.
-
-
-
-
- Saves the changes made in the current instance to the
- file it represents.
-
-
-
-
- Gets a tag of a specified type from the current instance,
- optionally creating a new tag if possible.
-
-
- A value indicating the
- type of tag to read.
-
-
- A value specifying whether or not to
- try and create the tag if one is not found.
-
-
- A object containing the tag that was
- found in or added to the current instance. If no
- matching tag was found and none was created, is returned.
-
-
-
-
- Removes a set of tag types from the current instance.
-
-
- A bitwise combined value
- containing tag types to be removed from the file.
-
-
- In order to remove all tags from a file, pass as .
-
-
-
-
- Reads a 2-byte WORD from the current instance.
-
-
- A value containing the WORD read
- from the current instance.
-
-
-
-
- Reads a 4-byte DWORD from the current instance.
-
-
- A value containing the DWORD read
- from the current instance.
-
-
-
-
- Reads a 8-byte QWORD from the current instance.
-
-
- A value containing the QWORD read
- from the current instance.
-
-
-
-
- Reads a 16-byte GUID from the current instance.
-
-
- A value containing the GUID
- read from the current instance.
-
-
-
-
- Reads a Unicode (UTF-16LE) string of specified length
- from the current instance.
-
-
- A value specifying the number of bytes
- to read. This should always be an even number.
-
-
- A object containing the Unicode
- string read from the current instance.
-
-
-
-
- Reads a collection of objects from the current instance.
-
-
- A value specifying the number of
- objects to read.
-
-
- A value specifying the seek position
- at which to start reading.
-
-
- A new object enumerating
- through the objects read from the
- current instance.
-
-
-
-
- Reads a from the current instance.
-
-
- A value specifying the seek position
- at which to start reading.
-
-
- A new object of appropriate type as
- read from the current instance.
-
-
-
-
- Reads the contents of the current instance.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
-
-
- This class extends to provide a
- representation of an ASF File Properties object which can be read
- from and written to disk.
-
-
-
-
- Contains the GUID for the file.
-
-
-
-
- Contains the creation date.
-
-
-
-
- Contains the play duration.
-
-
-
-
- Contains the send duration.
-
-
-
-
- Constructs and initializes a new instance of by reading the contents
- from a specified position in a specified file.
-
-
- A object containing the file from
- which the contents of the new instance are to be read.
-
-
- A value specify at what position to
- read the object.
-
-
- is .
-
-
- is less than zero or greater
- than the size of the file.
-
-
- The object read from disk does not have the correct GUID
- or smaller than the minimum size.
-
-
-
-
- Gets the GUID for the file described by the current
- instance.
-
-
- A value containing the GUID
- for the file described by the current instance.
-
-
-
-
- Gets the size of the file described by the current
- instance.
-
-
- A value containing the size of the
- file described by the current instance.
-
-
-
-
- Gets the creation date of the file described by the
- current instance.
-
-
- A value containing the creation
- date of the file described by the current instance.
-
-
-
-
- Gets the number of data packets in the file described by
- the current instance.
-
-
- A value containing the number of
- data packets in the file described by the current
- instance.
-
-
-
-
- Gets the play duration of the file described by the
- current instance.
-
-
- A value containing the play
- duration of the file described by the current instance.
-
-
-
-
- Gets the send duration of the file described by the
- current instance.
-
-
- A value containing the send
- duration of the file described by the current instance.
-
-
-
-
- Gets the pre-roll of the file described by the current
- instance.
-
-
- A value containing the pre-roll of
- the file described by the current instance.
-
-
-
-
- Gets the flags of the file described by the current
- instance.
-
-
- A value containing the flags of the
- file described by the current instance.
-
-
-
-
- Gets the minimum data packet size of the file described
- by the current instance.
-
-
- A value containing the minimum data
- packet size of the file described by the current
- instance.
-
-
-
-
- Gets the maximum data packet size of the file described
- by the current instance.
-
-
- A value containing the maximum data
- packet size of the file described by the current
- instance.
-
-
-
-
- Gets the maximum bitrate of the file described by the
- current instance.
-
-
- A value containing the maximum
- bitrate of the file described by the current instance.
-
-
-
-
- Renders the current instance as a raw ASF object.
-
-
- A object containing the
- rendered version of the current instance.
-
-
-
-
- This static class contains common
- values used by ASF Objects.
-
-
-
-
- Indicates that an object is a .
-
-
-
-
- Indicates that an object is a .
-
-
-
-
- Indicates that an object is a .
-
-
-
-
- Indicates that an object is a .
-
-
-
-
- Indicates that an object is a .
-
-
-
-
- Indicates that an object is a .
-
-
-
-
- Indicates that an object is a .
-
-
-
-
- Indicates that an object is a .
-
-
-
-
- Indicates that a
- contains information about an audio stream.
-
-
-
-
- Indicates that a
- contains information about an video stream.
-
-
-
-
- Indicates a placeholder portion of a file is correctly
- encoded.
-
-
-
-
- This class extends to provide a
- representation of an ASF Header Extension object which can be
- read from and written to disk.
-
-
-
-
- Contains the child objects.
-
-
-
-
- Constructs and initializes a new instance of by reading the contents
- from a specified position in a specified file.
-
-
- A object containing the file from
- which the contents of the new instance are to be read.
-
-
- A value specify at what position to
- read the object.
-
-
- is .
-
-
- is less than zero or greater
- than the size of the file.
-
-
- The object read from disk does not have the correct GUID
- or contents.
-
-
-
-
- Gets the child objects contained in the current instance.
-
-
- A object enumerating
- through the children of the current instance.
-
-
-
-
- Renders the current instance as a raw ASF object.
-
-
- A object containing the
- rendered version of the current instance.
-
-
-
-
- Adds a child object to the current instance.
-
-
- A object to add to the current
- instance.
-
-
-
-
- Adds a child unique child object to the current instance,
- replacing and existing child if present.
-
-
- A object to add to the current
- instance.
-
-
-
-
- This class extends to provide a
- representation of an ASF Header object which can be read from and
- written to disk.
-
-
-
-
- Contains the reserved header data.
-
-
-
-
- Contains the child objects.
-
-
-
-
- Constructs and initializes a new instance of by reading the contents from a
- specified position in a specified file.
-
-
- A object containing the file from
- which the contents of the new instance are to be read.
-
-
- A value specify at what position to
- read the object.
-
-
- is .
-
-
- is less than zero or greater
- than the size of the file.
-
-
- The object read from disk does not have the correct GUID
- or smaller than the minimum size.
-
-
-
-
- Gets the header extension object contained in the
- current instance.
-
-
- A object containing
- the header extension object.
-
-
-
-
- Gets the child objects contained in the current instance.
-
-
- A object enumerating
- through the children of the current instance.
-
-
-
-
- Gets the media properties contained within the current
- instance.
-
-
- A object containing the media
- properties of the current instance.
-
-
-
-
- Gets whether or not the current instance contains either
- type of content descriptiors.
-
-
- if the current instance contains
- a or a . Otherwise
- .
-
-
-
-
- Renders the current instance as a raw ASF object.
-
-
- A object containing the
- rendered version of the current instance.
-
-
-
-
- Adds a child object to the current instance.
-
-
- A object to add to the current
- instance.
-
-
-
-
- Adds a child unique child object to the current instance,
- replacing and existing child if present.
-
-
- A object to add to the current
- instance.
-
-
-
-
- Removes the content description objects from the current
- instance.
-
-
-
-
- This class extends to provide a
- representation of an ASF Metadata Library object which can be
- read from and written to disk.
-
-
-
-
- Contains the description records.
-
-
-
-
- Constructs and initializes a new instance of by reading the contents
- from a specified position in a specified file.
-
-
- A object containing the file from
- which the contents of the new instance are to be read.
-
-
- A value specify at what position to
- read the object.
-
-
- is .
-
-
- is less than zero or greater
- than the size of the file.
-
-
- The object read from disk does not have the correct GUID
- or smaller than the minimum size.
-
-
-
-
- Constructs and initializes a new instance of with no contents.
-
-
-
-
- Gets whether or not the current instance is empty.
-
-
- if the current instance doesn't
- contain any objects.
- Otherwise .
-
-
-
-
- Renders the current instance as a raw ASF object.
-
-
- A object containing the
- rendered version of the current instance.
-
-
-
-
- Removes all records with a given language, stream, and
- name from the current instance.
-
-
- A value containing the language
- list index of the records to be removed.
-
-
- A value containing the stream
- number of the records to be removed.
-
-
- A object containing the name of the
- records to be removed.
-
-
-
-
- Gets all records with a given language, stream, and any
- of a collection of names from the current instance.
-
-
- A value containing the language
- list index of the records to be retrieved.
-
-
- A value containing the stream
- number of the records to be retrieved.
-
-
- A containing the names of the
- records to be retrieved.
-
-
- A object enumerating
- through the objects
- retrieved from the current instance.
-
-
-
-
- Adds a record to the current instance.
-
-
- A object to add to the
- current instance.
-
-
-
-
- Sets the a collection of records for a given language,
- stream, and name, removing the existing matching records.
-
-
- A value containing the language
- list index of the records to be added.
-
-
- A value containing the stream
- number of the records to be added.
-
-
- A object containing the name of the
- records to be added.
-
-
- A containing records
- to add to the new instance.
-
-
- All added entries in should
- match , and but
- it is not verified by the method. The records will be
- added with their own values and not those provided in
- this method, which are used for removing existing values
- and determining where to position the new object.
-
-
-
-
- Gets an enumerator for enumerating through the
- description records.
-
-
- A for
- enumerating through the description records.
-
-
-
-
- This abstract class provides a basic representation of an ASF
- object which can be read from and written to disk.
-
-
-
-
- Contains the GUID of the object.
-
-
-
-
- Constructs and initializes a new instance of by reading the contents from a
- specified position in a specified file.
-
-
- A object containing the file from
- which the contents of the new instance are to be read.
-
-
- A value specify at what position to
- read the object.
-
-
- is .
-
-
- is less than zero or greater
- than the size of the file.
-
-
-
-
- Constructs and initializes a new instance of with a specified GUID.
-
-
- A value containing the GUID to
- use for the new instance.
-
-
-
-
- Gets the GUID for the current instance.
-
-
- A object containing the GUID
- of the current instance.
-
-
-
-
- Gets the original size of the current instance.
-
-
- A value containing the size of the
- current instance as it originally appeared on disk.
-
-
-
-
- Renders the current instance as a raw ASF object.
-
-
- A object containing the
- rendered version of the current instance.
-
-
-
-
-
- Renders a Unicode (wide) string.
-
-
- A object containing the text to
- render.
-
-
- A object containing the
- rendered value.
-
-
-
-
- Renders a 4-byte DWORD.
-
-
- A value containing the DWORD to
- render.
-
-
- A object containing the
- rendered value.
-
-
-
-
- Renders a 8-byte QWORD.
-
-
- A value containing the QWORD to
- render.
-
-
- A object containing the
- rendered value.
-
-
-
-
- Renders a 2-byte WORD.
-
-
- A value containing the WORD to
- render.
-
-
- A object containing the
- rendered value.
-
-
-
-
- Renders the current instance as a raw ASF object
- containing specified data.
-
-
- A object containing the data to
- contained in the rendered version of the current
- instance.
-
-
- A object containing the
- rendered version of the current instance.
-
-
- Child classes implementing should
- render their contents and then send the data through this
- method to produce the final output.
-
-
-
-
- This class extends to provide a
- representation of an ASF Padding object which can be read from
- and written to disk.
-
-
-
-
- Constructs and initializes a new instance of by reading the contents from a
- specified position in a specified file.
-
-
- A object containing the file from
- which the contents of the new instance are to be read.
-
-
- A value specify at what position to
- read the object.
-
-
- is .
-
-
- is less than zero or greater
- than the size of the file.
-
-
- The object read from disk does not have the correct GUID
- or smaller than the minimum size.
-
-
-
-
- Constructs and initializes a new instance of of a specified size.
-
-
- A value specifying the number of
- bytes the new instance is to take up on disk.
-
-
-
-
- Gets and sets the number of bytes the current instance
- will take up on disk.
-
-
- A value containing the size of the
- current instance on disk.
-
-
-
-
- Renders the current instance as a raw ASF object.
-
-
- A object containing the
- rendered version of the current instance.
-
-
-
-
- This class extends to provide a
- representation of an ASF Stream Properties object which can be
- read from and written to disk.
-
-
-
-
- Contains the time offset of the stream.
-
-
-
-
- Contains the reserved data.
-
-
-
-
- Constructs and initializes a new instance of by reading the contents from a
- specified position in a specified file.
-
-
- A object containing the file from
- which the contents of the new instance are to be read.
-
-
- A value specify at what position to
- read the object.
-
-
- is .
-
-
- is less than zero or greater
- than the size of the file.
-
-
- The object read from disk does not have the correct GUID
- or smaller than the minimum size.
-
-
-
-
- Gets the codec information contained in the current
- instance.
-
-
- A object containing the codec
- information read from or
- if the data could not be decoded.
-
-
-
-
- Gets the stream type GUID of the current instance.
-
-
- A object containing the stream
- type GUID of the current instance.
-
-
-
-
- Gets the error correction type GUID of the current
- instance.
-
-
- A object containing the error
- correction type GUID of the current instance.
-
-
-
-
- Gets the time offset at which the stream described by the
- current instance begins.
-
-
- A value containing the time
- offset at which the stream described by the current
- instance begins.
-
-
-
-
- Gets the flags that apply to the current instance.
-
-
- A value containing the flags that
- apply to the current instance.
-
-
-
-
- Gets the type specific data contained in the current
- instance.
-
-
- A object containing the type
- specific data contained in the current instance.
-
-
- The contents of this value are dependant on the type
- contained in .
-
-
-
-
- Gets the error correction data contained in the current
- instance.
-
-
- A object containing the error
- correction data contained in the current instance.
-
-
- The contents of this value are dependant on the type
- contained in .
-
-
-
-
- Renders the current instance as a raw ASF object.
-
-
- A object containing the
- rendered version of the current instance.
-
-
-
-
- This class extends to provide a
- representation of an ASF tag which can be read from and written
- to disk.
-
-
-
-
- Constructs and initializes a new instance of with no contents.
-
-
-
-
- Constructs and initializes a new instance of using the children of a object.
-
-
- A object whose children are
- are to be used by the new instance.
-
-
- is .
-
-
-
-
- Gets the ASF Content Description object used by the
- current instance.
-
-
- A object
- containing the ASF Content Description object used by the
- current instance.
-
-
-
-
- Gets the ASF Extended Content Description object used by
- the current instance.
-
-
- A object
- containing the ASF Extended Content Description object
- used by the current instance.
-
-
-
-
- Gets the ASF Metadata Library object used by the current
- instance.
-
-
- A object containing
- the ASF Metadata Library object used by the current
- instance.
-
-
-
-
- Gets the string contained in a specific descriptor in the
- current instance.
-
-
- A containing the names of the
- descriptors to look for the value in.
-
-
- is .
-
-
- A object containing the contents of
- the first descriptor found in the current instance.
-
-
-
-
- Gets the strings contained in a specific descriptor in
- the current instance.
-
-
- A containing the names of the
- descriptors to look for the value in.
-
-
- is .
-
-
- A object containing the contents of
- the first descriptor found in the current instance as
- split by ';'.
-
-
-
-
- Sets the string for a collection of descriptors in the
- current instance.
-
-
- A object containing the value to
- store, or to clear the value.
-
-
- A containing the names in which
- the value would be expected. For example, "WM/AlbumTitle"
- and "Album".
-
-
- is .
-
-
- The value will be stored in the first value in and the rest will be cleared.
-
-
-
-
- Sets the strings for a collection of descriptors in the
- current instance.
-
-
- A containing the value to store,
- or to clear the value.
-
-
- A containing the names in which
- the value would be expected. For example, "WM/AlbumTitle"
- and "Album".
-
-
- is .
-
-
- The value will be stored in the first value in and the rest will be cleared.
-
-
-
-
- Removes all descriptors with a specified name from the
- current instance.
-
-
- A object containing the name of the
- descriptor to remove from the current instance.
-
-
- is .
-
-
-
-
- Gets all descriptors with any of a collection of names
- from the current instance.
-
-
- A containing the names of the
- descriptors to be retrieved.
-
-
- is .
-
-
- A object enumerating
- through the objects
- retrieved from the current instance.
-
-
-
-
- Sets the a collection of desciptors for a given name,
- removing the existing matching records.
-
-
- A object containing the name of the
- descriptors to be added.
-
-
- A containing
- descriptors to add to the new instance.
-
-
- is .
-
-
- All added entries in
- should match but it is not
- verified by the method. The descriptors will be added
- with their own names and not the one provided in this
- method, which are used for removing existing values and
- determining where to position the new objects.
-
-
-
-
- Adds a descriptor to the current instance.
-
-
- A object to add to the
- current instance.
-
-
- is .
-
-
-
-
- Converts a raw ASF picture into an object.
-
-
- A object containing raw ASF
- picture data.
-
-
- A object to read from the raw
- data.
-
-
-
-
- Converts a object into raw ASF
- picture data.
-
-
- A object to convert.
-
-
- A object containing raw ASF
- picture data.
-
-
-
-
- Splits a string into a collection of strings by ';'.
-
-
- A object containing the text to
- split.
-
-
- A containing the split text.
-
-
-
-
- Gets an enumerator for enumerating through the content
- descriptors.
-
-
- A for
- enumerating through the content descriptors.
-
-
-
-
- Gets the tag types contained in the current instance.
-
-
- Always .
-
-
-
-
- Gets and sets the title for the media described by the
- current instance.
-
-
- A object containing the title for
- the media described by the current instance or if no value is present.
-
-
- This property is implemented using the title stored in
- the ASF Content Description Object.
-
-
-
-
- Gets and sets a short description, one-liner.
- It represents the tagline of the Video/music.
-
-
- A containing the subtitle
- the media represented by the current instance
- or an empty array if no value is present.
-
-
- This field gives a nice/short precision to
- the title, which is typically below the title on the
- front cover of a media.
- For example, for "Back to the future", this would be
- "It's About Time".
-
-
-
- This property is implemented using the "WM/SubTitle"
- field.
- https://msdn.microsoft.com/en-us/library/windows/desktop/dd757997(v=vs.85).aspx
-
-
-
-
- Gets and sets the sort names for the Track Title of
- the media described by the current instance.
-
-
- A containing the sort name of
- the Track Title of the media described by the current
- instance or null if no value is present.
-
-
- This property is implemented using the "WM/TitleSortOrder"
- field.
- http://msdn.microsoft.com/en-us/library/aa386866(VS.85).aspx
-
-
-
-
- Gets and sets a short description of the media.
- For a music, this could be the comment that the artist
- made of its artwork. For a video, this should be a
- short summary of the story/plot, but a spoiler. This
- should give the impression of what to expect in the
- media.
-
-
- A containing the subtitle
- the media represented by the current instance
- or an empty array if no value is present.
-
-
- This property is implemented using the description stored
- in the ASF Content Description Object.
-
-
-
-
- Gets and sets the performers or artists who performed in
- the media described by the current instance.
-
-
- A containing the performers or
- artists who performed in the media described by the
- current instance or an empty array if no value is
- present.
-
-
- This property is implemented using the author stored in
- the ASF Content Description Object.
-
-
-
-
- Gets and sets the sort names of the performers or artists
- who performed in the media described by the current instance.
-
-
- A containing the sort names for
- the performers or artists who performed in the media
- described by the current instance, or an empty array if
- no value is present.
-
-
- This property is implemented using the "WM/ArtistSortOrder" field.
- http://msdn.microsoft.com/en-us/library/aa386866(VS.85).aspx
-
-
-
-
- Gets and sets the band or artist who is credited in the
- creation of the entire album or collection containing the
- media described by the current instance.
-
-
- A containing the band or artist
- who is credited in the creation of the entire album or
- collection containing the media described by the current
- instance or an empty array if no value is present.
-
-
- This property is implemented using the "WM/AlbumArtist"
- and "AlbumArtist" Content Descriptors.
-
-
-
-
- Gets and sets the sort names for the band or artist who
- is credited in the creation of the entire album or
- collection containing the media described by the
- current instance.
-
-
- A containing the sort names
- for the band or artist who is credited in the creation
- of the entire album or collection containing the media
- described by the current instance or an empty array if
- no value is present.
-
-
- This property is implemented using the "WM/AlbumArtistSortOrder"
- field.
- http://msdn.microsoft.com/en-us/library/aa386866(VS.85).aspx
-
-
-
-
- Gets and sets the composers of the media represented by
- the current instance.
-
-
- A containing the composers of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This property is implemented using the "WM/Composer"
- and "Composer" Content Descriptors.
-
-
-
-
- Gets and sets the album of the media represented by the
- current instance.
-
-
- A object containing the album of
- the media represented by the current instance or if no value is present.
-
-
- This property is implemented using the "WM/AlbumTitle"
- and "Album" Content Descriptors.
-
-
-
-
- Gets and sets the sort names for the Album Title of
- the media described by the current instance.
-
-
- A containing the sort name of
- the Album Title of the media described by the current
- instance or null if no value is present.
-
-
- This property is implemented using the "WM/AlbumSortOrder"
- field.
- http://msdn.microsoft.com/en-us/library/aa386866(VS.85).aspx
-
-
-
-
- Gets and sets a user comment on the media represented by
- the current instance.
-
-
- A object containing user comments
- on the media represented by the current instance or if no value is present.
-
-
- This property is implemented using the "WM/Text" field.
-
-
-
-
- Gets and sets the genres of the media represented by the
- current instance.
-
-
- A containing the genres of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This property is implemented using the "WM/Genre",
- "WM/GenreID", and "Genre" Content Descriptors.
-
-
-
-
- Gets and sets the year that the media represented by the
- current instance was recorded.
-
-
- A containing the year that the media
- represented by the current instance was created or zero
- if no value is present.
-
-
- This property is implemented using the "WM/Year" Content
- Descriptor.
-
-
-
-
- Gets and sets the position of the media represented by
- the current instance in its containing album.
-
-
- A containing the position of the
- media represented by the current instance in its
- containing album or zero if not specified.
-
-
- This property is implemented using the "WM/TrackNumber"
- Content Descriptor.
-
-
-
-
- Gets and sets the number of tracks in the album
- containing the media represented by the current instance.
-
-
- A containing the number of tracks in
- the album containing the media represented by the current
- instance or zero if not specified.
-
-
- This property is implemented using the "TrackTotal"
- Content Descriptor.
-
-
-
-
- Gets and sets the number of the disc containing the media
- represented by the current instance in the boxed set.
-
-
- A containing the number of the disc
- containing the media represented by the current instance
- in the boxed set.
-
-
- This property is implemented using the "WM/PartOfSet"
- Content Descriptor.
-
-
-
-
- Gets and sets the number of discs in the boxed set
- containing the media represented by the current instance.
-
-
- A containing the number of discs in
- the boxed set containing the media represented by the
- current instance or zero if not specified.
-
-
- This property is implemented using the "WM/PartOfSet"
- Content Descriptor.
-
-
-
-
- Gets and sets the lyrics or script of the media
- represented by the current instance.
-
-
- A object containing the lyrics or
- script of the media represented by the current instance
- or if no value is present.
-
-
- This property is implemented using the "WM/Lyrics"
- Content Descriptor.
-
-
-
-
- Gets and sets the grouping on the album which the media
- in the current instance belongs to.
-
-
- A object containing the grouping on
- the album which the media in the current instance belongs
- to or if no value is present.
-
-
- This property is implemented using the
- "WM/ContentGroupDescription" Content Descriptor.
-
-
-
-
- Gets and sets the number of beats per minute in the audio
- of the media represented by the current instance.
-
-
- A containing the number of beats per
- minute in the audio of the media represented by the
- current instance, or zero if not specified.
-
-
- This property is implemented using the
- "WM/BeatsPerMinute" Content Descriptor.
-
-
-
-
- Gets and sets the conductor or director of the media
- represented by the current instance.
-
-
- A object containing the conductor
- or director of the media represented by the current
- instance or if no value present.
-
-
- This property is implemented using the "WM/Conductor"
- Content Descriptor.
-
-
-
-
- Gets and sets the copyright information for the media
- represented by the current instance.
-
-
- A object containing the copyright
- information for the media represented by the current
- instance or if no value present.
-
-
- This property is implemented using the copyright stored
- in the ASF Content Description Object.
-
-
-
-
- Gets and sets the MusicBrainz Artist ID of
- the media described by the current instance.
-
-
- A containing the MusicBrainz
- ArtistID for the media described by the current
- instance or null if no value is present.
-
-
- This property is implemented using the "MusicBrainz/Artist Id"
- field.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz Release Group ID of
- the media described by the current instance.
-
-
- A containing the MusicBrainz
- ReleaseGroupID for the media described by the current
- instance or null if no value is present.
-
-
- This property is implemented using the "MusicBrainz/Release Group Id"
- field.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz Release ID of
- the media described by the current instance.
-
-
- A containing the MusicBrainz
- ReleaseID for the media described by the current
- instance or null if no value is present.
-
-
- This property is implemented using the "MusicBrainz/Album Id"
- field.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz Release Artist ID of
- the media described by the current instance.
-
-
- A containing the MusicBrainz
- ReleaseArtistID for the media described by the current
- instance or null if no value is present.
-
-
- This property is implemented using the "MusicBrainz/Album Artist Id"
- field.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz Track ID of
- the media described by the current instance.
-
-
- A containing the MusicBrainz
- TrackID for the media described by the current
- instance or null if no value is present.
-
-
- This property is implemented using the "MusicBrainz/Track Id"
- field.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz Disc ID of
- the media described by the current instance.
-
-
- A containing the MusicBrainz
- DiscID for the media described by the current
- instance or null if no value is present.
-
-
- This property is implemented using the "MusicBrainz/Disc Id"
- field.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicIP PUID of
- the media described by the current instance.
-
-
- A containing the MusicIPPUID
- for the media described by the current instance or
- null if no value is present.
-
-
- This property is implemented using the "MusicIP/PUID"
- field.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz Release Status of
- the media described by the current instance.
-
-
- A containing the MusicBrainz
- ReleaseStatus for the media described by the current
- instance or null if no value is present.
-
-
- This property is implemented using the "MusicBrainz/Album Status"
- field.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz Release Type of
- the media described by the current instance.
-
-
- A containing the MusicBrainz
- ReleaseType for the media described by the current
- instance or null if no value is present.
-
-
- This property is implemented using the "MusicBrainz/Album Type"
- field.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz Release Country of
- the media described by the current instance.
-
-
- A containing the MusicBrainz
- ReleaseCountry for the media described by the current
- instance or null if no value is present.
-
-
- This property is implemented using the "MusicBrainz/Album Release Country"
- field.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the ReplayGain track gain in dB.
-
-
- A value in dB for the track gain as
- per the ReplayGain specification.
-
-
- This property is implemented using the
- "REPLAYGAIN_TRACK_GAIN" field. Set the value to double.NaN
- to clear the field.
-
-
-
-
- Gets and sets the ReplayGain track peak sample.
-
-
- A value for the track peak as per the
- ReplayGain specification.
-
-
- This property is implemented using the
- "REPLAYGAIN_TRACK_PEAK" field. Set the value to double.NaN
- to clear the field.
-
-
-
-
- Gets and sets the ReplayGain album gain in dB.
-
-
- A value in dB for the album gain as
- per the ReplayGain specification.
-
-
- This property is implemented using the
- "REPLAYGAIN_ALBUM_GAIN" field. Set the value to double.NaN
- to clear the field.
-
-
-
-
- Gets and sets the ReplayGain album peak sample.
-
-
- A value for the album peak as per the
- ReplayGain specification.
-
-
- This property is implemented using the
- "REPLAYGAIN_ALBUM_PEAK" field. Set the value to double.NaN
- to clear the field.
-
-
-
-
- Gets and sets a collection of pictures associated with
- the media represented by the current instance.
-
-
- A containing a collection of
- pictures associated with the media represented by the
- current instance or an empty array if none are present.
-
-
- This property is implemented using the "WM/Picture"
- Content Descriptor and Description Record.
-
-
-
-
- Gets whether or not the current instance is empty.
-
-
- if the current instance does not
- any values. Otherwise .
-
-
-
-
- Clears the values stored in the current instance.
-
-
-
-
- This class extends to provide a
- representation of an unknown object which can be read from and
- written to disk.
-
-
-
-
- Constructs and initializes a new instance of by reading the contents from a
- specified position in a specified file.
-
-
- A object containing the file from
- which the contents of the new instance are to be read.
-
-
- A value specify at what position to
- read the object.
-
-
- is .
-
-
- is less than zero or greater
- than the size of the file.
-
-
-
-
- Gets and sets the data contained in the current instance.
-
-
- A object containing the data
- contained in the current instance.
-
-
-
-
- Renders the current instance as a raw ASF object.
-
-
- A object containing the
- rendered version of the current instance.
-
-
-
-
- This class extends to provide tagging
- and properties support for Audible inc's aa file format.
-
-
-
-
- Contains the tags for the file.
-
-
-
-
- The offset to the tag block.
-
-
-
-
- The offset to the end of tag pointer.
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system and specified read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system with an average read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction and
- specified read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
- The file is not the write length.
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction with an
- average read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- is .
-
-
-
-
- Saves the changes made in the current instance to the
- file it represents.
-
-
- Currently this does not work as there is not enough
- information about the file format
-
-
-
-
- Removes a set of tag types from the current instance.
-
-
- A bitwise combined value
- containing tag types to be removed from the file.
-
-
- In order to remove all tags from a file, pass as .
-
-
- Currently this does not work as there is not enough
- information about the file format
-
-
-
-
- Gets a tag of a specified type from the current instance,
- optionally creating a new tag if possible.
-
-
- A value indicating the
- type of tag to read.
-
-
- A value specifying whether or not to
- try and create the tag if one is not found.
-
-
- A object containing the tag that was
- found in or added to the current instance. If no
- matching tag was found and none was created, is returned.
-
-
-
-
- Gets a abstract representation of all tags stored in the
- current instance.
-
-
- A object representing all tags
- stored in the current instance.
-
-
-
-
- Gets the media properties of the file represented by the
- current instance.
-
-
- A object containing the
- media properties of the file represented by the current
- instance.
-
-
-
-
- This class extends to provide support for
- reading tags stored in the Audible Metadata format.
-
-
-
-
- Constructs and initializes a new instance of with no contents.
-
-
-
-
- Constructs and initializes a new instance of by reading the contents from a specified
- position in a specified file.
-
-
- A object containing the file from
- which the contents of the new instance is to be read.
-
-
- A value specify at what position to
- read the tag.
-
-
- is .
-
-
- is less than zero or greater
- than the size of the file.
-
-
- The file does not contain FileIdentifier
- at the given position.
-
-
-
-
- Constructs and initializes a new instance of by reading the contents from a specified
- object.
-
-
- A object to read the tag from.
-
-
- is .
-
-
- is less than 128 bytes or does
- not start with FileIdentifier.
-
-
-
-
- Populates the current instance by parsing the contents of
- a raw AudibleMetadata tag.
-
-
- A object containing the whole tag
- object
-
-
- is less than 128 bytes or does
- not start with FileIdentifier.
-
-
-
-
- Gets the tag types contained in the current instance.
-
-
- Always .
-
-
-
-
- Get or Set the Author Tag
-
-
-
-
- Get or Set the Copyright Tag
-
-
-
-
- Get or Set the Description Tag
-
-
-
-
- Get or Set the Narrator Tag
-
-
-
-
- Gets the title for the media described by the
- current instance.
-
-
- A object containing the title for
- the media described by the current instance or if no value is present.
-
-
-
-
- Gets the album for the media described by the
- current instance.
-
-
- A object containing the album for
- the media described by the current instance or if no value is present.
-
-
-
-
- Gets the album artist for the media described by the
- current instance.
-
-
- A object containing a single
- artist described by the current instance or if no value is present.
-
-
-
-
- Clears the values stored in the current instance.
-
-
-
-
- Specifies the text encoding used when converting between a and a .
-
-
- This enumeration is used by and .
-
-
-
-
- The string is to be Latin-1 encoded.
-
-
-
-
- The string is to be UTF-16 encoded.
-
-
-
-
- The string is to be UTF-16BE encoded.
-
-
-
-
- The string is to be UTF-8 encoded.
-
-
-
-
- The string is to be UTF-16LE encoded.
-
-
-
-
- This class represents and performs operations on variable length
- list of elements.
-
-
-
-
- Contains values to use in CRC calculation.
-
-
-
-
- Specifies whether or not to use a broken Latin-1
- behavior.
-
-
-
-
- Contains a one byte text delimiter.
-
-
-
-
- Contains a two byte text delimiter.
-
-
-
-
- Contains the last generic UTF-16 encoding read.
-
-
- When reading a collection of UTF-16 strings, sometimes
- only the first one will contain the BOM. In that case,
- this field will inform the file what encoding to use for
- the second string.
-
-
-
-
- Contains the internal byte list.
-
-
-
-
- Constructs and initializes a new instance of with a length of zero.
-
-
-
-
- Constructs and initializes a new instance of by copying the values from another
- instance.
-
-
- A object containing the bytes
- to be stored in the new instance.
-
-
-
-
- Constructs and initializes a new instance of by copying the values from a
- specified .
-
-
- A containing the bytes to be stored
- in the new instance.
-
-
-
-
- Constructs and initializes a new instance of by copying a specified number of
- values from a specified .
-
-
- A containing the bytes to be stored
- in the new instance.
-
-
- A value specifying the number of bytes
- to be copied to the new instance.
-
-
- is less than zero or greater
- than the length of the data.
-
-
-
-
- Constructs and initializes a new instance of of specified size containing bytes
- with a zeroed value.
-
-
- A value specifying the number of bytes
- to be stored in the new instance.
-
-
- Each element of the new instance will have a value of
- 0x00. to fill
- a new instance with a specified value.
-
-
- is less than zero.
-
-
-
-
- Constructs and initializes a new instance of of specified size containing bytes
- of a specified value.
-
-
- A value specifying the number of bytes
- to be stored in the new instance.
-
-
- A value specifying the value to be
- stored in the new instance.
-
-
- is less than zero.
-
-
-
-
- Gets the data stored in the current instance.
-
-
- A containing the data stored in the
- current instance.
-
-
-
-
- Gets whether or not the current instance is empty.
-
-
- A value indicating whether or not the
- current instance is empty.
-
-
-
-
- Gets the CRC-32 checksum of the current instance.
-
-
- A value containing the CRC-32 checksum
- of the current instance.
-
-
-
-
- Gets and sets whether or not to use a broken behavior for
- Latin-1 strings, common to ID3v1 and ID3v2 tags.
-
-
- if the broken behavior is to be
- used. Otherwise, .
-
-
- Many media players and taggers incorrectly treat
- Latin-1 fields as "default encoding" fields. As such, a
- tag may end up with Windows-1250 encoded text. While this
- problem would be apparent when moving a file from one
- computer to another, it would not be apparent on the
- original machine. By setting this property to , your program will behave like Windows
- Media Player and others, who read tags with this broken
- behavior.
- Please note that TagLib# stores tag data in Unicode
- formats at every possible instance to avoid these
- problems in tags it has written.
-
-
-
-
- Creates a new instance of
- containing a specified range of elements from the current
- instance.
-
-
- A value specifying the index at which
- to start copying elements from the current instance.
-
-
- A value specifying the number of
- elements to copy from the current instance.
-
-
- is less than zero or
- greater than or equal to . OR
- is less than zero or greater
- than the amount of available data.
-
-
-
-
- Creates a new instance of
- containing elements from the current instance starting
- from a specified point.
-
-
- A value specifying the index at which
- to start copying elements from the current instance.
-
-
- is less than zero or greater
- than or equal to .
-
-
-
-
- Finds the first byte-aligned occurance of a pattern in
- the current instance, starting at a specified position.
-
-
- A object containing the pattern
- to search for in the current instance.
-
-
- A value specifying the index in the
- current instance at which to start searching.
-
-
- A value specifying the byte alignment
- of the pattern to search for, relative to .
-
-
- A value containing the index at which
- was found in the current
- instance, or -1 if the pattern was not found. The
- difference between the position and will be divisible by .
-
-
- is .
-
-
- is less than zero or
- is less than 1.
-
-
-
-
- Finds the first occurance of a pattern in the current
- instance, starting at a specified position.
-
-
- A object containing the pattern
- to search for in the current instance.
-
-
- A value specifying the index in the
- current instance at which to start searching.
-
-
- A value containing the index at which
- was found in the current
- instance, or -1 if the pattern was not found.
-
-
- is .
-
-
- is less than zero.
-
-
-
-
- Finds the first occurance of a pattern in the current
- instance.
-
-
- A object containing the pattern
- to search for in the current instance.
-
-
- A value containing the index at which
- was found in the current
- instance, or -1 if the pattern was not found.
-
-
- is .
-
-
-
-
- Finds the last byte-aligned occurance of a pattern in
- the current instance, starting before a specified
- position.
-
-
- A object containing the pattern
- to search for in the current instance.
-
-
- A value specifying the index in the
- current instance at which to start searching.
-
-
- A value specifying the byte alignment
- of the pattern to search for, relative to .
-
-
- A value containing the index at which
- was found in the current
- instance, or -1 if the pattern was not found. The
- difference between the position and will be divisible by .
-
-
- is .
-
-
- is less than zero.
-
-
-
-
- Finds the last occurance of a pattern in the current
- instance, starting before a specified position.
-
-
- A object containing the pattern
- to search for in the current instance.
-
-
- A value specifying the index in the
- current instance at which to start searching.
-
-
- A value containing the index at which
- was found in the current
- instance, or -1 if the pattern was not found.
-
-
- is .
-
-
- is less than zero.
-
-
-
-
- Finds the last occurance of a pattern in the current
- instance.
-
-
- A object containing the pattern
- to search for in the current instance.
-
-
- A value containing the index at which
- was found in the current
- instance, or -1 if the pattern was not found.
-
-
- is .
-
-
-
-
- Checks whether or not a pattern appears at a specified
- position in the current instance.
-
-
- A object containing the pattern
- to check for in the current instance.
-
-
- A value specifying the offset in the
- current instance at which to check for the pattern.
-
-
- A value specifying the position in
- at which to start checking.
-
-
- A value specifying the number of bytes
- in to compare.
-
-
- if the pattern was found at the
- specified position. Otherwise, .
-
-
- is .
-
-
-
-
- Checks whether or not a pattern appears at a specified
- position in the current instance.
-
-
- A object containing the pattern
- to check for in the current instance.
-
-
- A value specifying the offset in the
- current instance at which to check for the pattern.
-
-
- A value specifying the position in
- at which to start checking.
-
-
- if the pattern was found at the
- specified position. Otherwise, .
-
-
- is .
-
-
-
-
- Checks whether or not a pattern appears at a specified
- position in the current instance.
-
-
- A object containing the pattern
- to check for in the current instance.
-
-
- A value specifying the offset in the
- current instance at which to check for the pattern.
-
-
- if the pattern was found at the
- specified position. Otherwise, .
-
-
- is .
-
-
-
-
- Checks whether or not a pattern appears at the beginning
- of the current instance.
-
-
- A object containing the pattern
- to check for in the current instance.
-
-
- if the pattern was found at the
- beginning of the current instance. Otherwise, .
-
-
- is .
-
-
-
-
- Checks whether or not a pattern appears at the end of the
- current instance.
-
-
- A object containing the pattern
- to check for in the current instance.
-
-
- if the pattern was found at the
- end of the current instance. Otherwise, .
-
-
- is .
-
-
-
-
- Checks whether or not the current instance ends with part
- of a pattern.
-
-
- A object containing the pattern
- to search for in the current instance.
-
-
- A value containing the index at which
- a partial match was located, or -1 if no match was found.
-
-
- This function is useful for checking for patterns
- across multiple buffers.
-
-
-
-
- Adds the contents of another
- object to the end of the current instance.
-
-
- A object containing data to add
- to the end of the current instance.
-
-
- The current instance is read-only.
-
-
-
-
- Adds the contents of an array to the end of the current
- instance.
-
-
- A containing data to add to the end
- of the current instance.
-
-
- The current instance is read-only.
-
-
-
-
- Inserts the contents of another
- object into the current instance.
-
-
- A value specifying the index at which
- to insert the data.
-
-
- A object containing data to
- insert into the current instance.
-
-
- The current instance is read-only.
-
-
-
-
- Inserts the contents of an array to insert into the
- current instance.
-
-
- A value specifying the index at which
- to insert the data.
-
-
- A containing data to insert into the
- current instance.
-
-
- The current instance is read-only.
-
-
-
-
- Resizes the current instance.
-
-
- A value specifying the new size of the
- current instance.
-
-
- A object containing the padding byte
- to use if the current instance is growing.
-
-
- The current instance.
-
-
- The current instance is read-only.
-
-
-
-
- Resizes the current instance.
-
-
- A value specifying the new size of the
- current instance.
-
-
- The current instance.
-
-
- If the current instance grows, the added bytes are filled
- with '0'. Use to specify
- the padding byte.
-
-
- The current instance is read-only.
-
-
-
-
-
- Removes a range of data from the current instance.
-
-
- A value specifying the index at which
- to start removing data.
-
-
- A value specifying the number of bytes
- to remove.
-
-
- The current instance is read-only.
-
-
-
-
- Converts an first four bytes of the current instance to
- a value.
-
-
- if the most significant byte
- appears first (big endian format), or if the least significant byte appears
- first (little endian format).
-
-
- A value containing the value read from
- the current instance.
-
-
-
-
- Converts an first four bytes of the current instance to
- a value using big-endian format.
-
-
- A value containing the value read from
- the current instance.
-
-
-
-
- Converts an first four bytes of the current instance to
- a value.
-
-
- if the most significant byte
- appears first (big endian format), or if the least significant byte appears
- first (little endian format).
-
-
- A value containing the value read from
- the current instance.
-
-
-
-
- Converts an first four bytes of the current instance to
- a value using big-endian format.
-
-
- A value containing the value read from
- the current instance.
-
-
-
-
- Converts an first two bytes of the current instance to a
- value.
-
-
- if the most significant byte
- appears first (big endian format), or if the least significant byte appears
- first (little endian format).
-
-
- A value containing the value read
- from the current instance.
-
-
-
-
- Converts an first two bytes of the current instance to
- a value using big-endian format.
-
-
- A value containing the value read
- from the current instance.
-
-
-
-
- Converts an first two bytes of the current instance to a
- value.
-
-
- if the most significant byte
- appears first (big endian format), or if the least significant byte appears
- first (little endian format).
-
-
- A value containing the value read
- from the current instance.
-
-
-
-
- Converts an first two bytes of the current instance to
- a value using big-endian format.
-
-
- A value containing the value read
- from the current instance.
-
-
-
-
- Converts an first eight bytes of the current instance to
- a value.
-
-
- if the most significant byte
- appears first (big endian format), or if the least significant byte appears
- first (little endian format).
-
-
- A value containing the value read
- from the current instance.
-
-
-
-
- Converts an first eight bytes of the current instance to
- a value using big-endian format.
-
-
- A value containing the value read
- from the current instance.
-
-
-
-
- Converts an first eight bytes of the current instance to
- a value.
-
-
- if the most significant byte
- appears first (big endian format), or if the least significant byte appears
- first (little endian format).
-
-
- A value containing the value read
- from the current instance.
-
-
-
-
- Converts an first eight bytes of the current instance to
- a value using big-endian format.
-
-
- A value containing the value read
- from the current instance.
-
-
-
-
- Converts an first four bytes of the current instance to
- a value.
-
-
- if the most significant byte
- appears first (big endian format), or if the least significant byte appears
- first (little endian format).
-
-
- A value containing the value read
- from the current instance.
-
-
-
-
- Converts an first four bytes of the current instance to
- a value using big-endian format.
-
-
- A value containing the value read
- from the current instance.
-
-
-
-
- Converts an first eight bytes of the current instance to
- a value.
-
-
- if the most significant byte
- appears first (big endian format), or if the least significant byte appears
- first (little endian format).
-
-
- A value containing the value read
- from the current instance.
-
-
-
-
- Converts an first eight bytes of the current instance to
- a value using big-endian format.
-
-
- A value containing the value read
- from the current instance.
-
-
-
-
- Converts the first 10 bytes of the current instance to an IEEE
- 754 80-bit extended precision floating point number, expressed
- as a .
-
-
- A value containing the value read from the
- current instance.
-
-
-
-
- Converts a portion of the current instance to a object using a specified encoding.
-
-
- A value indicating the encoding
- to use when converting to a object.
-
-
- A value specify the index in the
- current instance at which to start converting.
-
-
- A value specify the number of bytes to
- convert.
-
-
- A object containing the converted
- text.
-
-
- is less than zero or greater
- than the total number of bytes, or is less than zero or greater than the number of bytes
- after .
-
-
-
-
- Converts all data after a specified index in the current
- instance to a object using a
- specified encoding.
-
-
- A value indicating the encoding
- to use when converting to a object.
-
-
- A value specify the index in the
- current instance at which to start converting.
-
-
- A object containing the converted
- text.
-
-
- is less than zero or greater
- than the total number of bytes.
-
-
-
-
- Converts the current instance into a
- object using a specified encoding.
-
-
- A object containing the converted
- text.
-
-
-
-
- Converts the current instance into a
- object using a UTF-8 encoding.
-
-
- A object containing the converted
- text.
-
-
-
-
- Converts the current instance into a starting at a specified offset and using a specified
- encoding, assuming the values are nil separated.
-
-
- A value indicating the encoding
- to use when converting to a object.
-
-
- A value specify the index in the
- current instance at which to start converting.
-
-
- A containing the converted text.
-
-
-
-
- Converts the current instance into a starting at a specified offset and using a specified
- encoding, assuming the values are nil separated and
- limiting it to a specified number of items.
-
-
- A value indicating the encoding
- to use when converting to a object.
-
-
- A value specify the index in the
- current instance at which to start converting.
-
-
- A value specifying a limit to the
- number of strings to create. Once the limit has been
- reached, the last string will be filled by the remainder
- of the data.
-
-
- A containing the converted text.
-
-
-
-
- Determines whether two specified objects are equal.
-
-
- A to compare.
-
-
- A to compare.
-
-
- if and contain the same
- data; otherwise, .
-
-
-
-
- Determines whether two specified objects differ.
-
-
- A to compare.
-
-
- A to compare.
-
-
- if and contain different
- data; otherwise, .
-
-
-
-
- Determines whether or not one
- is less than another.
-
-
- A to compare.
-
-
- A to compare.
-
-
- if is less than ; otherwise,
- .
-
-
- or
- is .
-
-
-
-
- Determines whether or not one
- is less than or equal to another.
-
-
- A to compare.
-
-
- A to compare.
-
-
- if is less than or equal to ;
- otherwise, .
-
-
- or
- is .
-
-
-
-
- Determines whether or not one
- is greater than another.
-
-
- A to compare.
-
-
- A to compare.
-
-
- if is greater than ; otherwise,
- .
-
-
- or
- is .
-
-
-
-
- Determines whether or not one
- is greater than or equal to another.
-
-
- A to compare.
-
-
- A to compare.
-
-
- if is greater than or equal to ; otherwise, .
-
-
- or
- is .
-
-
-
-
- Creates a new object by adding
- two objects together.
-
-
- A to combine.
-
-
- A to combine.
-
-
- A new instance of with the
- contents of followed by the
- contents of .
-
-
-
-
- Converts a to a new object.
-
-
- A to convert.
-
-
- A new instance of containing
- .
-
-
-
-
- Converts a to a new object.
-
-
- A to convert.
-
-
- A new instance of containing
- the contents of .
-
-
-
-
- Converts a to a new object.
-
-
- A to convert.
-
-
- A new instance of containing
- the UTF-8 encoded contents of .
-
-
-
-
- Converts a value into a data representation.
-
-
- A value to convert into bytes.
-
-
- if the most significant byte is
- to appear first (big endian format), or if the least significant byte is to
- appear first (little endian format).
-
-
- A object containing the encoded
- representation of .
-
-
-
-
- Converts an value into a big-endian data representation.
-
-
- A value to convert into bytes.
-
-
- A object containing the encoded
- representation of .
-
-
-
-
- Converts an unsigned value into a data representation.
-
-
- A value to convert into bytes.
-
-
- if the most significant byte is
- to appear first (big endian format), or if the least significant byte is to
- appear first (little endian format).
-
-
- A object containing the encoded
- representation of .
-
-
-
-
- Converts an unsigned value into a big-endian data
- representation.
-
-
- A value to convert into bytes.
-
-
- A object containing the encoded
- representation of .
-
-
-
-
- Converts a value into a data representation.
-
-
- A value to convert into bytes.
-
-
- if the most significant byte is
- to appear first (big endian format), or if the least significant byte is to
- appear first (little endian format).
-
-
- A object containing the encoded
- representation of .
-
-
-
-
- Converts a value into a big-endian data representation.
-
-
- A value to convert into bytes.
-
-
- A object containing the encoded
- representation of .
-
-
-
-
- Converts an unsigned value into a data representation.
-
-
- A value to convert into bytes.
-
-
- if the most significant byte is
- to appear first (big endian format), or if the least significant byte is to
- appear first (little endian format).
-
-
- A object containing the encoded
- representation of .
-
-
-
-
- Converts an unsigned value into a big-endian data
- representation.
-
-
- A value to convert into bytes.
-
-
- A object containing the encoded
- representation of .
-
-
-
-
- Converts a value into a data representation.
-
-
- A value to convert into bytes.
-
-
- if the most significant byte is
- to appear first (big endian format), or if the least significant byte is to
- appear first (little endian format).
-
-
- A object containing the encoded
- representation of .
-
-
-
-
- Converts a value into a big-endian data representation.
-
-
- A value to convert into bytes.
-
-
- A object containing the encoded
- representation of .
-
-
-
-
- Converts an unsigned value into a data representation.
-
-
- A value to convert into bytes.
-
-
- if the most significant byte is
- to appear first (big endian format), or if the least significant byte is to
- appear first (little endian format).
-
-
- A object containing the encoded
- representation of .
-
-
-
-
- Converts an unsigned value into a big-endian data
- representation.
-
-
- A value to convert into bytes.
-
-
- A object containing the encoded
- representation of .
-
-
-
-
- Converts an string into a encoded data representation.
-
-
- A object containing the text to
- convert.
-
-
- A value specifying the encoding
- to use when converting the text.
-
-
- A value specifying the number of
- characters in to encoded.
-
-
- A object containing the encoded
- representation of .
-
-
-
-
- Converts an string into a encoded data representation.
-
-
- A object containing the text to
- convert.
-
-
- A value specifying the encoding
- to use when converting the text.
-
-
- A object containing the encoded
- representation of .
-
-
-
-
- Converts an string into a encoded data representation.
-
-
- A object containing the text to
- convert.
-
-
- A value specifying the number of
- characters in to encoded.
-
-
- A object containing the encoded
- representation of .
-
-
-
-
- Converts an string into a encoded data representation.
-
-
- A object containing the text to
- convert.
-
-
- A object containing the encoded
- representation of .
-
-
-
-
- Creates a new instance of by
- reading in the contents of a specified file.
-
-
- A object containing the path of the
- file to read.
-
-
- A object containing the contents
- of the specified file.
-
-
- is .
-
-
-
-
- Creates a new instance of by
- reading in the contents of a specified file.
-
-
- A object containing the path of the
- file to read.
-
-
- A reference to be filled with the
- first data chunk from the read file.
-
-
- A value specifying whether or not to
- copy the first chunk of the file into .
-
-
- A object containing the contents
- of the specified file.
-
-
- is .
-
-
-
-
- Creates a new instance of by
- reading in the contents of a specified file abstraction.
-
-
- A object containing
- abstraction of the file to read.
-
-
- A object containing the contents
- of the specified file.
-
-
- is .
-
-
-
-
- Creates a new instance of by
- reading in the contents of a specified file abstraction.
-
-
- A object containing
- abstraction of the file to read.
-
-
- A reference to be filled with the
- first data chunk from the read file.
-
-
- A value specifying whether or not to
- copy the first chunk of the file into .
-
-
- A object containing the contents
- of the specified file.
-
-
- is .
-
-
-
-
- Creates a new instance of by
- reading in the contents of a specified stream.
-
-
- A object containing
- the stream to read.
-
-
- A object containing the contents
- of the specified stream.
-
-
- is .
-
-
-
-
- Creates a new instance of by
- reading in the contents of a specified stream.
-
-
- A object containing
- the stream to read.
-
-
- A reference to be filled with the
- first data chunk from the read stream.
-
-
- A value specifying whether or not to
- copy the first chunk of the stream into .
-
-
- A object containing the contents
- of the specified stream.
-
-
- is .
-
-
-
-
- Gets the text delimiter for nil separated string lists of
- a specified encoding.
-
-
- A value specifying the encoding
- to use.
-
-
- A object containing the text
- delimiter.
-
-
-
-
- Gets the to use for a specified
- encoding.
-
-
- A value specifying encoding to
- use.
-
-
- A object containing the first
- two bytes of the data to convert if equals .
-
-
- A object capable of encoding
- and decoding text with the specified type.
-
-
- is used to determine whether the
- encoding is big or little endian. If it does not contain
- BOM data, the previously used endian format is used.
-
-
-
-
- Determines whether another object is equal to the current
- instance.
-
-
- A to compare to the current
- instance.
-
-
- if is not
- , is of type , and is equal to the current
- instance; otherwise .
-
-
-
-
- Determines whether another
- object is equal to the current instance.
-
-
- A object to compare to the
- current instance.
-
-
- if is not
- and equal to the current instance;
- otherwise .
-
-
-
-
- Gets the hash value for the current instance.
-
-
- A value equal to the CRC checksum of
- the current instance.
-
-
-
-
- Compares the current instance to another to determine if
- their order.
-
-
- A object to compare to the
- current instance.
-
-
- A which is less than zero if the
- current instance is less than ,
- zero if it is equal to , and
- greater than zero if the current instance is greater than
- .
-
-
-
-
- Gets an enumerator for enumerating through the the bytes
- in the current instance.
-
-
- A for
- enumerating through the contents of the current instance.
-
-
-
-
- Clears the current instance.
-
-
- The current instance is read-only.
-
-
-
-
- Adds a single byte to the end of the current instance.
-
-
- A to add to the current instance.
-
-
- The current instance is read-only.
-
-
-
-
- Removes the first occurance of a from
- the current instance.
-
-
- A to remove from the current instance.
-
-
- if the value was removed;
- otherwise the value did not appear in the current
- instance and is returned.
-
-
- The current instance is read-only.
-
-
-
-
- Copies the current instance to a
- starting at a specified index.
-
-
- A to copy to.
-
-
- A value indicating the index in
- at which to start copying.
-
-
-
-
- Gets whether or not the current instance contains a
- specified byte.
-
-
- A value to look for in the current
- instance.
-
-
- if the value could be found;
- otherwise .
-
-
-
-
- Gets the number of elements in the current instance.
-
-
- A value containing the number of bytes
- in the current instance.
-
-
-
-
- Gets whether or not the current instance is synchronized.
-
-
- Always .
-
-
-
-
- Gets the object that can be used to synchronize the
- current instance.
-
-
- A that can be used to synchronize
- the current instance.
-
-
-
-
- Removes the byte at the specified index.
-
-
- A value specifying the position at
- which to remove a byte.
-
-
- The current instance is read-only.
-
-
-
-
- Inserts a single byte into the current instance at a
- specified index.
-
-
- A value specifying the position at
- which to insert the value.
-
-
- A value to insert into the current
- instance.
-
-
- The current instance is read-only.
-
-
-
-
- Gets the index of the first occurance of a value.
-
-
- A to find in the current instance.
-
-
- A value containing the first index
- at which the value was found, or -1 if it was not found.
-
-
-
-
- Gets whether or not the current instance is read-only.
-
-
- if the current instance is
- read-only; otherwise .
-
-
-
-
- Gets whether or not the current instance has a fixed
- size.
-
-
- if the current instance has a
- fixed size; otherwise .
-
-
-
-
- Gets and sets the value as a specified index.
-
-
- The current instance is read-only.
-
-
-
-
- This class extends to represent
- a collection of objects.
-
-
-
-
- Constructs and initializes a new instance of with no contents.
-
-
-
-
- Constructs and initializes a new instance of with specified contents.
-
-
- A containing objects to add to
- the current instance.
-
-
-
-
- Constructs and initializes a new instance of with specified contents.
-
-
- A containing objects to add to
- the current instance.
-
-
-
-
- Performs a sorted insert of a
- object into the current instance, optionally only adding
- if the item is unique.
-
-
- A object to add to the current
- instance.
-
-
- If , the object will only be added
- if an identical value is not already contained in the
- current instance.
-
-
- is .
-
-
-
-
- Converts the current instance to a by joining the contents together with a specified
- separator.
-
-
- A object to separate the
- combined contents of the current instance.
-
-
- A new object containing the
- joined contents of the current instance.
-
-
- is .
-
-
-
-
- Splits a object using a
- pattern.
-
-
- A object to split.
-
-
- A object to use to split
- with.
-
-
- A specifying the byte align to use
- when splitting. In order to split when a pattern is
- encountered, the index at which it is found must be
- divisible by .
-
-
- A value specifying the maximum number
- of objects to return, or zero to not to limit the number.
- If that that number is reached, the last value will
- contain the remainder of the file even if it contains
- more instances of .
-
-
- A object containing
- the split contents of the current instance.
-
-
- or
- is .
-
-
- is less than 1.
-
-
-
-
- Splits a object using a
- pattern.
-
-
- A object to split.
-
-
- A object to use to split
- with.
-
-
- A specifying the byte align to use
- when splitting. In order to split when a pattern is
- encountered, the index at which it is found must be
- divisible by .
-
-
- A object containing
- the split contents of the current instance.
-
-
- or
- is .
-
-
- is less than 1.
-
-
-
-
- Splits a object using a
- pattern.
-
-
- A object to split.
-
-
- A object to use to split
- with.
-
-
- A object containing
- the split contents of the current instance.
-
-
- or
- is .
-
-
-
-
- This class combines a collection of tags so that they behave as
- one.
-
-
-
-
- Contains tags to be combined.
-
-
-
-
- Constructs and initializes a new instance of with no internal tags.
-
-
- You can set the tags in the new instance later using
- .
-
-
-
-
- Constructs and initializes a new instance of with a specified collection of
- tags.
-
-
- A containing a collection of tags to
- combine in the new instance.
-
-
-
-
- Gets the tags combined in the current instance.
-
-
- A containing the tags combined in
- the current instance.
-
-
-
-
- Sets the child tags to combine in the current instance.
-
-
- A containing the tags to combine.
-
-
-
-
- Inserts a tag into the collection of tags in the current
- instance.
-
-
- A value specifying the index at which
- to insert the tag.
-
-
- A object to insert into the collection
- of tags.
-
-
- is less than zero or greater
- than the count.
-
-
-
-
- Adds a tag at the end of the collection of tags in the
- current instance.
-
-
- A object to add to the collection of
- tags.
-
-
-
-
- Removes a specified tag from the collection in the
- current instance.
-
-
- A object to remove from the
- collection.
-
-
-
-
- Clears the tag collection in the current instance.
-
-
-
-
- Gets the tag types contained in the current instance.
-
-
- A bitwise combined
- containing the tag types contained in the current
- instance.
-
-
- This value contains a bitwise combined value from all the
- child tags.
-
-
-
-
-
- Gets and sets the title for the media described by the
- current instance.
-
-
- A object containing the title for
- the media described by the current instance or if no value is present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets a short description, one-liner.
- It represents the tagline of the Video/music.
-
-
- A containing the subtitle
- the media represented by the current instance
- or an empty array if no value is present.
-
-
- This field gives a nice/short precision to
- the title, which is typically below the title on the
- front cover of a media.
- For example, for "Back to the future", this would be
- "It's About Time".
-
-
-
-
-
- Gets and sets a short description of the media.
- For a music, this could be the comment that the artist
- made of its artwork. For a video, this should be a
- short summary of the story/plot, but a spoiler. This
- should give the impression of what to expect in the
- media.
-
-
- A containing the subtitle
- the media represented by the current instance
- or an empty array if no value is present.
-
-
- This is especially relevant for a movie.
- For example, for "Back to the Future 2", this could be
- "After visiting 2015, Marty McFly must repeat his visit
- to 1955 to prevent disastrous changes to 1985...without
- interfering with his first trip".
-
-
-
-
-
- Gets and sets the performers or artists who performed in
- the media described by the current instance.
-
-
- A containing the performers or
- artists who performed in the media described by the
- current instance or an empty array if no value is
- present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the sort names of the performers or artists
- who performed in the media described by the current instance.
-
-
- A containing the sort names for
- the performers or artists who performed in the media
- described by the current instance, or an empty array if
- no value is present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the Charaters for a video media, or
- instruments played for music media.
- This should match the array (for
- each person correspond one/more role). Several roles for
- the same artist/actor can be made up with semicolons.
- For example, "Marty McFly; Marty McFly Jr.; Marlene McFly".
-
-
- This is typically usefull for movies, although the
- instrument played by each artist in a music may be of
- relevance.
-
- It is highly important to match each role to the
- performers. This means that a role may be to keep the match between a
- Performers[i] and PerformersRole[i].
-
-
-
-
-
- Gets and sets the sort names for the band or artist who
- is credited in the creation of the entire album or
- collection containing the media described by the
- current instance.
-
-
- A containing the sort names
- for the band or artist who is credited in the creation
- of the entire album or collection containing the media
- described by the current instance or an empty array if
- no value is present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the band or artist who is credited in the
- creation of the entire album or collection containing the
- media described by the current instance.
-
-
- A containing the band or artist
- who is credited in the creation of the entire album or
- collection containing the media described by the current
- instance or an empty array if no value is present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the composers of the media represented by
- the current instance.
-
-
- A containing the composers of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the sort names for the composer of the
- media described by the current instance.
-
-
- A containing the sort names
- for the composers of the media described by the
- current instance or an empty array if no value is present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the sort names for the Track Title of the
- media described by the current instance.
-
-
- A containing the sort names
- for the Track Title of the media described by the
- current instance or null if no value is present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the sort names for the Album Title of the
- media described by the current instance.
-
-
- A containing the sort names
- for the Title of the media described by the
- current instance or null if no value is present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the album of the media represented by the
- current instance.
-
-
- A object containing the album of
- the media represented by the current instance or if no value is present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets a user comment on the media represented by
- the current instance.
-
-
- A object containing user comments
- on the media represented by the current instance or if no value is present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the genres of the media represented by the
- current instance.
-
-
- A containing the genres of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the year that the media represented by the
- current instance was recorded.
-
-
- A containing the year that the media
- represented by the current instance was created or zero
- if no value is present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-zero value is
- returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the position of the media represented by
- the current instance in its containing album.
-
-
- A containing the position of the
- media represented by the current instance in its
- containing album or zero if not specified.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-zero value is
- returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the number of tracks in the album
- containing the media represented by the current instance.
-
-
- A containing the number of tracks in
- the album containing the media represented by the current
- instance or zero if not specified.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-zero value is
- returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the number of the disc containing the media
- represented by the current instance in the boxed set.
-
-
- A containing the number of the disc
- containing the media represented by the current instance
- in the boxed set.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-zero value is
- returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the number of discs in the boxed set
- containing the media represented by the current instance.
-
-
- A containing the number of discs in
- the boxed set containing the media represented by the
- current instance or zero if not specified.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-zero value is
- returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the lyrics or script of the media
- represented by the current instance.
-
-
- A object containing the lyrics or
- script of the media represented by the current instance
- or if no value is present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the grouping on the album which the media
- in the current instance belongs to.
-
-
- A object containing the grouping on
- the album which the media in the current instance belongs
- to or if no value is present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the number of beats per minute in the audio
- of the media represented by the current instance.
-
-
- A containing the number of beats per
- minute in the audio of the media represented by the
- current instance, or zero if not specified.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-zero value is
- returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the conductor or director of the media
- represented by the current instance.
-
-
- A object containing the conductor
- or director of the media represented by the current
- instance or if no value present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the copyright information for the media
- represented by the current instance.
-
-
- A object containing the copyright
- information for the media represented by the current
- instance or if no value present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the date at which the tag has been written.
-
-
- A nullable object containing the
- date at which the tag has been written, or if no value present.
-
-
-
-
- Gets and sets the MusicBrainz Artist ID.
-
-
- A containing the MusicBrainz
- ArtistID for the media described by the
- current instance or null if no value is present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the MusicBrainz Release Group ID.
-
-
- A containing the MusicBrainz
- ReleaseGroupID for the media described by the
- current instance or null if no value is present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the MusicBrainz Release ID.
-
-
- A containing the MusicBrainz
- ReleaseID for the media described by the
- current instance or null if no value is present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the MusicBrainz Release Artist ID.
-
-
- A containing the MusicBrainz
- ReleaseArtistID for the media described by the
- current instance or null if no value is present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the MusicBrainz Track ID.
-
-
- A containing the MusicBrainz
- TrackID for the media described by the
- current instance or null if no value is present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the MusicBrainz Disc ID.
-
-
- A containing the MusicBrainz
- DiscID for the media described by the
- current instance or null if no value is present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the MusicIP PUID.
-
-
- A containing the MusicIP PUID
- for the media described by the
- current instance or null if no value is present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the Amazon ID.
-
-
- A containing the Amazon Id
- for the media described by the
- current instance or null if no value is present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the MusicBrainz Release Status.
-
-
- A containing the MusicBrainz
- ReleaseStatus for the media described by the
- current instance or null if no value is present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the MusicBrainz Release Type.
-
-
- A containing the MusicBrainz
- ReleaseType for the media described by the
- current instance or null if no value is present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the MusicBrainz Release Country.
-
-
- A containing the MusicBrainz
- ReleaseCountry for the media described by the
- current instance or null if no value is present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets a collection of pictures associated with
- the media represented by the current instance.
-
-
- A containing a collection of
- pictures associated with the media represented by the
- current instance or an empty array if none are present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the ReplayGain track gain in dB.
-
-
- A value in dB for the track gain as
- per the ReplayGain specification.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-zero value is
- returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the ReplayGain track peak sample.
-
-
- A value for the track peak as per the
- ReplayGain specification.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-zero value is
- returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the ReplayGain album gain in dB.
-
-
- A value in dB for the album gain as
- per the ReplayGain specification.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-zero value is
- returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the ReplayGain album peak sample.
-
-
- A value for the album peak as per the
- ReplayGain specification.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-zero value is
- returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the initial key of the media
- represented by the current instance.
-
-
- A object containing the initial
- key of the media represented by the current
- instance or if no value present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the remixer of the media
- represented by the current instance.
-
-
- A object containing the remixer
- of the media represented by the current
- instance or if no value present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the publisher of the media
- represented by the current instance.
-
-
- A object containing the
- publisher of the media represented by the current
- instance or if no value present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the ISRC (International Standard Recording Code)
- of the song represented by the current instance.
-
-
- A object containing the ISRC
- of the media represented by the current
- instance or if no value present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets and sets the length of the media
- represented by the current instance.
-
-
- A object containing the
- length of the media represented by the current
- instance or if no value present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- value is returned.
- When setting the value, it is stored in each child
- tag.
-
-
-
-
-
- Gets whether or not the current instance is empty.
-
-
- if all the child tags are empty.
- Otherwise .
-
-
-
-
-
- Clears all of the child tags.
-
-
-
-
- This class extends and is used to
- indicate that a file or tag is corrupt.
-
-
- This exception will be thrown if invalid data interferes with the
- reading of the file or tag. One common example is in the (legal)
- downloading of media files with BitTorrent, in which case large
- portions of the file will contain zeroed bytes.
-
-
- Catching an exception when creating a .
-
- using System;
- using TagLib;
-
- public class ExceptionTest
- {
- public static void Main ()
- {
- try {
- File file = File.Create ("partial.mp3"); // Partial download.
- } catch (CorruptFileException e) {
- Console.WriteLine ("That file is corrupt: {0}", e.ToString ());
- }
- }
- }
-
-
- #using <System.dll>
- #using <taglib-sharp.dll>
-
- using System;
- using TagLib;
-
- void main ()
- {
- try {
- File file = File::Create ("partial.mp3"); // Partial download.
- } catch (CorruptFileException^ e) {
- Console::WriteLine ("That file is corrupt: {0}", e);
- }
- }
-
-
- Imports System
- Imports TagLib
-
- Public Class ExceptionTest
- Public Shared Sub Main ()
- Try
- file As File = File.Create ("partial.mp3") ' Partial download.
- Catch e As CorruptFileException
- Console.WriteLine ("That file is corrupt: {0}", e.ToString ());
- End Try
- End Sub
- End Class
-
-
- import System
- import TagLib
-
- try:
- file As File = File.Create ("partial.mp3") # Partial download.
- catch e as CorruptFileException:
- Console.WriteLine ("That file is corrupt: {0}", e.ToString ());
-
-
-
-
-
- Constructs and initializes a new instance of with a specified
- message.
-
-
- A containing a message explaining
- the reason for the exception.
-
-
-
-
- Constructs and initializes a new instance of with the default
- values.
-
-
-
-
- Constructs and initializes a new instance of with a specified
- message containing a specified exception.
-
-
- A containing a message explaining
- the reason for the exception.
-
-
- A object to be contained in the
- new exception. For example, previously caught exception.
-
-
-
-
- Constructs and initializes a new instance of from a specified
- serialization info and streaming context.
-
-
- A object containing the
- serialized data to be used for the new instance.
-
-
- A object containing the
- streaming context information for the new instance.
-
-
- This constructor is implemented because implements the interface.
-
-
-
-
- This class extends to provide
- support for reading and writing tags and properties for files
- using the AIFF file format.
-
-
-
-
- Contains the address of the DSF header block.
-
-
-
-
- Contains the Id3v2 tag.
-
-
-
-
- Contains the media properties.
-
-
-
-
- Contains the size of the DSF File
-
-
-
-
- Contains the start position of the Tag
-
-
-
-
- Contains the end position of the Tag
-
-
-
-
- The identifier used to recognize a DSF file.
-
-
- "DSD "
-
-
-
-
- The identifier used to recognize a Format chunk.
-
-
- "fmt "
-
-
-
-
- The identifier used to recognize a DSF ID3 chunk.
-
-
- "ID3 "
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system and specified read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system with an average read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction and
- specified read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction with an
- average read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- is .
-
-
-
-
- Gets a abstract representation of all tags stored in the
- current instance.
-
-
- A object representing all tags
- stored in the current instance.
-
-
-
-
- Gets the media properties of the file represented by the
- current instance.
-
-
- A object containing the
- media properties of the file represented by the current
- instance.
-
-
-
-
- Saves the changes made in the current instance to the
- file it represents.
-
-
-
-
- Removes a set of tag types from the current instance.
-
-
- A bitwise combined value
- containing tag types to be removed from the file.
-
-
- In order to remove all tags from a file, pass as .
-
-
-
-
- Gets a tag of a specified type from the current instance,
- optionally creating a new tag if possible.
-
-
- A value indicating the
- type of tag to read.
-
-
- A value specifying whether or not to
- try and create the tag if one is not found.
-
-
- A object containing the tag that was
- found in or added to the current instance. If no
- matching tag was found and none was created, is returned.
-
-
-
-
- Reads the contents of the current instance determining
- the size of the dsf data, the area the tagging is in,
- and optionally reading in the tags and media properties.
-
-
- If , any tags found will be read
- into the current instance.
-
-
- A value specifying how the media
- data is to be read into the current instance.
-
-
- A value reference to be filled with
- the size of the RIFF data as read from the file.
-
-
- A value reference to be filled with
- the absolute seek position at which the tagging data
- starts.
-
-
- A value reference to be filled with
- the absolute seek position at which the tagging data
- ends.
-
-
- The file does not begin with .
-
-
-
-
- This struct implements to provide
- support for reading DSF stream properties.
-
-
-
-
- Contains the version.
-
-
- This value is stored in bytes (12-15).
- Currently only value of 1 is valid.
-
-
-
-
- The Format Id.
-
-
- This value is stored in bytes (16-19).
- 0: DSD Raw
-
-
-
-
- The Channel Type.
-
-
- This value is stored in bytes (20-23).
- 1: mono
- 2:stereo
- 3:3 channels
- 4: quad
- 5: 4 channels
- 6: 5 channels
- 7: 5.1 channels
-
-
-
-
- Contains the number of channels.
-
-
- This value is stored in bytes (24-27).
- 1 is monophonic, 2 is stereo, 4 means 4 channels, etc..
- up to 6 channels may be represented
-
-
-
-
- Contains the sample rate.
-
-
- This value is stored in bytes (28-31).
- the sample rate at which the sound is to be played back,
- in Hz: 2822400, 5644800
-
-
-
-
- Contains the number of bits per sample.
-
-
- This value is stored in bytes (32-35).
- It can be any number from 1 to 8.
-
-
-
-
- Contains the number of sample frames per channel.
-
-
- This value is stored in bytes (36-43).
-
-
-
-
- Contains the Block size per channel.
-
-
- This value is stored in bytes (44-47).
- Always: 4096
-
-
-
-
- Contains the length of the audio stream.
-
-
- This value is provided by the constructor.
-
-
-
-
- The size of an DSF Format chunk
-
-
-
-
- The identifier used to recognize a DSF file.
- Altough an DSF file start with "DSD ", we're interested
- in the Format chunk only, which contains the properties we need.
-
-
- "fmt "
-
-
-
-
- Constructs and initializes a new instance of for a specified header block and
- stream length.
-
-
- A object containing the stream
- header data.
-
-
- A value containing the length of the
- DSF Audio stream in bytes.
-
-
- is .
-
-
- does not begin with
-
-
-
-
- Gets the duration of the media represented by the current
- instance.
-
-
- A containing the duration of the
- media represented by the current instance.
-
-
-
-
- Gets the types of media represented by the current
- instance.
-
-
- Always .
-
-
-
-
- Gets a text description of the media represented by the
- current instance.
-
-
- A object containing a description
- of the media represented by the current instance.
-
-
-
-
- Gets the bitrate of the audio represented by the current
- instance.
-
-
- A value containing a bitrate of the
- audio represented by the current instance.
-
-
-
-
- Gets the sample rate of the audio represented by the
- current instance.
-
-
- A value containing the sample rate of
- the audio represented by the current instance.
-
-
-
-
- Gets the number of channels in the audio represented by
- the current instance.
-
-
- A value containing the number of
- channels in the audio represented by the current
- instance.
-
-
-
-
- Gets the number of bits per sample in the audio
- represented by the current instance.
-
-
- A value containing the number of bits
- per sample in the audio represented by the current
- instance.
-
-
-
-
- Specifies the options to use when reading the media.
-
-
-
-
- The media properties will not be read.
-
-
-
-
- The media properties will be read with average accuracy.
-
-
-
-
- Use the class in the
- the property .
- This will avoid loading picture content when reading the Tag.
- Picture will be read lazily, when the picture content is
- accessed.
-
-
-
-
- This abstract class provides a basic framework for reading from
- and writing to a file, as well as accessing basic tagging and
- media properties.
-
-
- This class is agnostic to all specific media types. Its
- child classes, on the other hand, support the the intricacies of
- different media and tagging formats. For example, supports the MPEG-4 specificication and
- Apple's tagging format.
- Each file type can be created using its format specific
- constructors, ie. , but the
- preferred method is to use or one of its
- variants, as it automatically detects the appropriate class from
- the file extension or provided mime-type.
-
-
-
-
- Specifies the type of file access operations currently
- permitted on an instance of .
-
-
-
-
- Read operations can be performed.
-
-
-
-
- Read and write operations can be performed.
-
-
-
-
- The file is closed for both read and write
- operations.
-
-
-
-
- This delegate is used for intervening in by resolving the file type
- before any standard resolution operations.
-
-
- A object representing the
- file to be read.
-
-
- A object containing the mime-type
- of the file.
-
-
- A value specifying how to read
- media properties from the file.
-
-
- A new instance of or if the resolver could not match it.
-
-
- A is one way of
- altering the behavior of
- .
- When is called, the
- registered resolvers are invoked in the reverse order in
- which they were registered. The resolver may then perform
- any operations necessary, including other type-finding
- methods.
- If the resolver returns a new ,
- it will instantly be returned, by . If it returns , will
- continue to process. If the resolver throws an exception
- it will be uncaught.
- To register a resolver, use .
-
-
-
-
- Contains the current stream used in reading/writing.
-
-
-
-
- Contains the internal file abstraction.
-
-
-
-
- Contains buffer size to use when reading.
-
-
-
-
- Contains the file type resolvers to use in .
-
-
-
-
- The reasons (if any) why this file is marked as corrupt.
-
-
-
-
- The buffer size to use when reading large blocks of data
- in the class.
-
-
- A containing the buffer size to use
- when reading large blocks of data.
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- is .
-
-
-
-
- Gets a abstract representation of all tags stored in the
- current instance.
-
-
- A object representing all tags
- stored in the current instance.
-
-
- This property provides generic and general access
- to the most common tagging features of a file. To access
- or add a specific type of tag in the file, use .
-
-
-
-
- Gets the media properties of the file represented by the
- current instance.
-
-
- A object containing the
- media properties of the file represented by the current
- instance.
-
-
-
-
- Gets the tag types contained in the physical file
- represented by the current instance.
-
-
- A bitwise combined value
- containing the tag types stored in the physical file as
- it was read or last saved.
-
-
-
-
- Gets the tag types contained in the current instance.
-
-
- A bitwise combined value
- containing the tag types stored in the current instance.
-
-
-
-
- Gets the name of the file as stored in its file
- abstraction.
-
-
- A object containing the name of the
- file as stored in the
- object used to create it or the path if created with a
- local path.
-
-
-
-
- Gets the mime-type of the file as determined by if
- that method was used to create the current instance.
-
-
- A object containing the mime-type
- used to create the file or if was
- not used to create the current instance.
-
-
-
-
- Gets the seek position in the internal stream used by the
- current instance.
-
-
- A value representing the seek
- position, or 0 if the file is not open for reading.
-
-
-
-
- Gets the length of the file represented by the current
- instance.
-
-
- A value representing the size of the
- file, or 0 if the file is not open for reading.
-
-
-
-
- Gets the position at which the invariant portion of the
- current instance begins.
-
-
- A value representing the seek
- position at which the file's invariant (media) data
- section begins. If the value could not be determined,
- -1 is returned.
-
-
-
-
- Gets the position at which the invariant portion of the
- current instance ends.
-
-
- A value representing the seek
- position at which the file's invariant (media) data
- section ends. If the value could not be determined,
- -1 is returned.
-
-
-
-
- Gets and sets the file access mode in use by the current
- instance.
-
-
- A value describing the features
- of stream currently in use by the current instance.
-
-
- Changing the value will cause the stream currently in use
- to be closed, except when a change is made from to which has no effect.
-
-
-
-
- Gets the representing the file.
-
-
-
-
- Indicates if tags can be written back to the current file or not
-
-
- A which is true if tags can be written to the
- current file, otherwise false.
-
-
-
-
- Indicates whether or not this file may be corrupt.
-
-
- true if possibly corrupt; otherwise, false.
-
-
- Files with unknown corruptions should not be written.
-
-
-
-
- The reasons for which this file is marked as corrupt.
-
-
-
-
- Mark the file as corrupt.
-
-
- The reason why this file is considered to be corrupt.
-
-
-
-
- Dispose the current file. Equivalent to setting the
- mode to closed
-
-
-
-
- Saves the changes made in the current instance to the
- file it represents.
-
-
-
-
- Removes a set of tag types from the current instance.
-
-
- A bitwise combined value
- containing tag types to be removed from the file.
-
-
- In order to remove all tags from a file, pass as .
-
-
-
-
- Gets a tag of a specified type from the current instance,
- optionally creating a new tag if possible.
-
-
- A value indicating the
- type of tag to read.
-
-
- A value specifying whether or not to
- try and create the tag if one is not found.
-
-
- A object containing the tag that was
- found in or added to the current instance. If no
- matching tag was found and none was created, is returned.
-
-
- Passing to does not guarantee the tag will be
- created. For example, trying to create an ID3v2 tag on an
- OGG Vorbis file will always fail.
- It is safe to assume that if is not returned, the returned tag can be cast to the
- appropriate type.
-
-
- The following example sets the mood of a file to
- several tag types.
- string [] SetMoods (TagLib.File file, params string[] moods)
- {
- TagLib.Id3v2.Tag id3 = file.GetTag (TagLib.TagTypes.Id3v2, true);
- if (id3 != null)
- id3.SetTextFrame ("TMOO", moods);
-
- TagLib.Asf.Tag asf = file.GetTag (TagLib.TagTypes.Asf, true);
- if (asf != null)
- asf.SetDescriptorStrings (moods, "WM/Mood", "Mood");
-
- TagLib.Ape.Tag ape = file.GetTag (TagLib.TagTypes.Ape);
- if (ape != null)
- ape.SetValue ("MOOD", moods);
-
- // Whatever tag types you want...
- }
-
-
-
-
- Gets a tag of a specified type from the current instance.
-
-
- A value indicating the
- type of tag to read.
-
-
- A object containing the tag that was
- found in the current instance. If no matching tag
- was found, is returned.
-
-
- This class merely accesses the tag if it exists.
- provides the option
- of adding the tag to the current instance if it does not
- exist.
- It is safe to assume that if is not returned, the returned tag can be cast to the
- appropriate type.
-
-
- The following example reads the mood of a file from
- several tag types.
- static string [] GetMoods (TagLib.File file)
- {
- TagLib.Id3v2.Tag id3 = file.GetTag (TagLib.TagTypes.Id3v2);
- if (id3 != null) {
- TextIdentificationFrame f = TextIdentificationFrame.Get (this, "TMOO");
- if (f != null)
- return f.FieldList.ToArray ();
- }
-
- TagLib.Asf.Tag asf = file.GetTag (TagLib.TagTypes.Asf);
- if (asf != null) {
- string [] value = asf.GetDescriptorStrings ("WM/Mood", "Mood");
- if (value.Length > 0)
- return value;
- }
-
- TagLib.Ape.Tag ape = file.GetTag (TagLib.TagTypes.Ape);
- if (ape != null) {
- Item item = ape.GetItem ("MOOD");
- if (item != null)
- return item.ToStringArray ();
- }
-
- // Whatever tag types you want...
-
- return new string [] {};
- }
-
-
-
-
- Reads a specified number of bytes at the current seek
- position from the current instance.
-
-
- A value specifying the number of bytes
- to read.
-
-
- A object containing the data
- read from the current instance.
-
-
- This method reads the block of data at the current
- seek position. To change the seek position, use .
-
-
- is less than zero.
-
-
-
-
- Writes a block of data to the file represented by the
- current instance at the current seek position.
-
-
- A object containing data to be
- written to the current instance.
-
-
- This will overwrite any existing data at the seek
- position and append new data to the file if writing past
- the current end.
-
-
- is .
-
-
-
-
- Searches forwards through a file for a specified
- pattern, starting at a specified offset.
-
-
- A object containing a pattern
- to search for in the current instance.
-
-
- A value specifying at what
- seek position to start searching.
-
-
- A object specifying a pattern
- that the searched for pattern must appear before. If this
- pattern is found first, -1 is returned.
-
-
- A value containing the index at which
- the value was found. If not found, -1 is returned.
-
-
- is .
-
-
-
-
- Searches forwards through a file for a specified
- pattern, starting at a specified offset.
-
-
- A object containing a pattern
- to search for in the current instance.
-
-
- A value specifying at what
- seek position to start searching.
-
-
- A value containing the index at which
- the value was found. If not found, -1 is returned.
-
-
- is .
-
-
-
-
- Searches forwards through a file for a specified
- pattern, starting at the beginning of the file.
-
-
- A object containing a pattern
- to search for in the current instance.
-
-
- A value containing the index at which
- the value was found. If not found, -1 is returned.
-
-
- is .
-
-
-
-
- Searches backwards through a file for a specified
- pattern, starting at a specified offset.
-
-
- A object containing a pattern
- to search for in the current instance.
-
-
- A value specifying at what
- seek position to start searching.
-
-
- A object specifying a pattern
- that the searched for pattern must appear after. If this
- pattern is found first, -1 is returned.
-
-
- A value containing the index at which
- the value was found. If not found, -1 is returned.
-
-
- Searching for is not yet
- implemented.
-
-
- is .
-
-
-
-
- Searches backwards through a file for a specified
- pattern, starting at a specified offset.
-
-
- A object containing a pattern
- to search for in the current instance.
-
-
- A value specifying at what
- seek position to start searching.
-
-
- A value containing the index at which
- the value was found. If not found, -1 is returned.
-
-
- is .
-
-
-
-
- Searches backwards through a file for a specified
- pattern, starting at the end of the file.
-
-
- A object containing a pattern
- to search for in the current instance.
-
-
- A value containing the index at which
- the value was found. If not found, -1 is returned.
-
-
- is .
-
-
-
-
- Inserts a specifed block of data into the file repesented
- by the current instance at a specified location,
- replacing a specified number of bytes.
-
-
- A object containing the data to
- insert into the file.
-
-
- A value specifying at which point to
- insert the data.
-
-
- A value specifying the number of
- bytes to replace. Typically this is the original size of
- the data block so that a new block will replace the old
- one.
-
-
- is .
-
-
-
-
- Inserts a specified block of data into the file repesented
- by the current instance at a specified location.
-
-
- A object containing the data to
- insert into the file.
-
-
- A value specifying at which point to
- insert the data.
-
-
- This method inserts a new block of data into the file. To
- replace an existing block, ie. replacing an existing
- tag with a new one of different size, use .
-
-
- is .
-
-
-
-
- Inserts a specified block-size into the file repesented
- by the current instance at a specified location. Former
- data at this location is not overwriten and may then
- contain random content.
-
-
- A value specifying the size in bytes
- of the block to be inserted (reserved).
-
-
- A value specifying at which point to
- insert the data.
-
-
- This method is usefull to reserve some space in the file.
- To insert or replace defined data blocks, use or
-
-
-
-
-
- Removes a specified block of data from the file
- represented by the current instance.
-
-
- A value specifying at which point to
- remove data.
-
-
- A value specifying the number of
- bytes to remove.
-
-
-
-
- Seeks the read/write pointer to a specified offset in the
- current instance, relative to a specified origin.
-
-
- A value indicating the byte offset to
- seek to.
-
-
- A value specifying an
- origin to seek from.
-
-
-
-
- Seeks the read/write pointer to a specified offset in the
- current instance, relative to the beginning of the file.
-
-
- A value indicating the byte offset to
- seek to.
-
-
-
-
- Creates a new instance of a subclass
- for a specified path, guessing the mime-type from the
- file's extension and using the average read style.
-
-
- A object specifying the file to
- read from and write to.
-
-
- A new instance of as read from the
- specified path.
-
-
- The file could not be read due to corruption.
-
-
- The file could not be read because the mime-type could
- not be resolved or the library does not support an
- internal feature of the file crucial to its reading.
-
-
-
-
- Creates a new instance of a subclass
- for a specified file abstraction, guessing the mime-type
- from the file's extension and using the average read
- style.
-
-
- A object to use when
- reading to and writing from the current instance.
-
-
- A new instance of as read from the
- specified abstraction.
-
-
- The file could not be read due to corruption.
-
-
- The file could not be read because the mime-type could
- not be resolved or the library does not support an
- internal feature of the file crucial to its reading.
-
-
-
-
- Creates a new instance of a subclass
- for a specified path and read style, guessing the
- mime-type from the file's extension.
-
-
- A object specifying the file to
- read from and write to.
-
-
- A value specifying the level of
- detail to use when reading the media information from the
- new instance.
-
-
- A new instance of as read from the
- specified path.
-
-
- The file could not be read due to corruption.
-
-
- The file could not be read because the mime-type could
- not be resolved or the library does not support an
- internal feature of the file crucial to its reading.
-
-
-
-
- Creates a new instance of a subclass
- for a specified file abstraction and read style, guessing
- the mime-type from the file's extension.
-
-
- A object to use when
- reading to and writing from the current instance.
-
-
- A value specifying the level of
- detail to use when reading the media information from the
- new instance.
-
-
- A new instance of as read from the
- specified abstraction.
-
-
- The file could not be read due to corruption.
-
-
- The file could not be read because the mime-type could
- not be resolved or the library does not support an
- internal feature of the file crucial to its reading.
-
-
-
-
- Creates a new instance of a subclass
- for a specified path, mime-type, and read style.
-
-
- A object specifying the file to
- read from and write to.
-
-
- A object containing the mime-type
- to use when selecting the appropriate class to use, or
- if the extension in is to be used.
-
-
- A value specifying the level of
- detail to use when reading the media information from the
- new instance.
-
-
- A new instance of as read from the
- specified path.
-
-
- The file could not be read due to corruption.
-
-
- The file could not be read because the mime-type could
- not be resolved or the library does not support an
- internal feature of the file crucial to its reading.
-
-
-
-
- Creates a new instance of a subclass
- for a specified file abstraction, mime-type, and read
- style.
-
-
- A object to use when
- reading to and writing from the current instance.
-
-
- A object containing the mime-type
- to use when selecting the appropriate class to use, or
- if the extension in is to be used.
-
-
- A value specifying the level of
- detail to use when reading the media information from the
- new instance.
-
-
- A new instance of as read from the
- specified abstraction.
-
-
- The file could not be read due to corruption.
-
-
- The file could not be read because the mime-type could
- not be resolved or the library does not support an
- internal feature of the file crucial to its reading.
-
-
-
-
- Adds a to the class. The one added last gets run first.
-
-
- A delegate to add to the
- file type recognition stack.
-
-
- A adds support for
- recognizing a file type outside of the standard mime-type
- methods.
-
-
-
-
- Prepare to Save the file. Thismust be called at the begining
- of every File.Save() method.
-
-
-
-
- Inserts a specified block into the file repesented
- by the current instance at a specified location.
-
-
- A object containing the data to
- insert into the file. if null, no data is writen to the
- file and the block is just inserted without overwriting the
- former data at the given location.
-
-
- A value specifying the size of the block
- to be inserted.
-
-
- A value specifying at which point to
- insert the data.
-
-
- A value specifying the number of
- bytes to replace. Typically this is the original size of
- the data block so that a new block will replace the old
- one.
-
-
- This method inserts a new block of data into the file. To
- replace an existing block, ie. replacing an existing
- tag with a new one of different size, use .
-
-
-
-
- Resized the current instance to a specified number of
- bytes.
-
-
- A value specifying the number of
- bytes to resize the file to.
-
-
-
-
- Causes the original strack trace of the exception to be preserved when it is rethrown
-
-
-
-
-
- This class implements
- to provide support for accessing the local/standard file
- system.
-
-
- This class is used as the standard file abstraction
- throughout the library.
-
-
-
-
- Contains the name used to open the file.
-
-
-
-
- Constructs and initializes a new instance of
- for a
- specified path in the local file system.
-
-
- A object containing the
- path of the file to use in the new instance.
-
-
- is .
-
-
-
-
- Gets the path of the file represented by the
- current instance.
-
-
- A object containing the
- path of the file represented by the current
- instance.
-
-
-
-
- Gets a new readable, seekable stream from the
- file represented by the current instance.
-
-
- A new to be used
- when reading the file represented by the current
- instance.
-
-
-
-
- Gets a new writable, seekable stream from the
- file represented by the current instance.
-
-
- A new to be used
- when writing to the file represented by the
- current instance.
-
-
-
-
- Closes a stream created by the current instance.
-
-
- A object
- created by the current instance.
-
-
-
-
- This interface provides abstracted access to a file. It
- premits access to non-standard file systems and data
- retrieval methods.
-
-
- To use a custom abstraction, use instead of when creating files.
-
-
- The following example uses Gnome VFS to open a file
- and read its title.
- using TagLib;
- using Gnome.Vfs;
-
- public class ReadTitle
- {
- public static void Main (string [] args)
- {
- if (args.Length != 1)
- return;
-
- Gnome.Vfs.Vfs.Initialize ();
-
- try {
- TagLib.File file = TagLib.File.Create (
- new VfsFileAbstraction (args [0]));
- System.Console.WriteLine (file.Tag.Title);
- } finally {
- Vfs.Shutdown()
- }
- }
- }
-
- public class VfsFileAbstraction : TagLib.File.IFileAbstraction
- {
- private string name;
-
- public VfsFileAbstraction (string file)
- {
- name = file;
- }
-
- public string Name {
- get { return name; }
- }
-
- public System.IO.Stream ReadStream {
- get { return new VfsStream(Name, System.IO.FileMode.Open); }
- }
-
- public System.IO.Stream WriteStream {
- get { return new VfsStream(Name, System.IO.FileMode.Open); }
- }
-
- public void CloseStream (System.IO.Stream stream)
- {
- stream.Close ();
- }
- }
- import TagLib from "taglib-sharp.dll"
- import Gnome.Vfs from "gnome-vfs-sharp"
-
- class VfsFileAbstraction (TagLib.File.IFileAbstraction):
-
- _name as string
-
- def constructor(file as string):
- _name = file
-
- Name:
- get:
- return _name
-
- ReadStream:
- get:
- return VfsStream(_name, FileMode.Open)
-
- WriteStream:
- get:
- return VfsStream(_name, FileMode.Open)
-
- if len(argv) == 1:
- Vfs.Initialize()
-
- try:
- file as TagLib.File = TagLib.File.Create (VfsFileAbstraction (argv[0]))
- print file.Tag.Title
- ensure:
- Vfs.Shutdown()
-
-
-
-
- Gets the name or identifier used by the
- implementation.
-
-
- A object containing the
- name or identifier used by the implementation.
-
-
- This value would typically represent a path or
- URL to be used when identifying the file in the
- file system, but it could be any value
- as appropriate for the implementation.
-
-
-
-
- Gets a readable, seekable stream for the file
- referenced by the current instance.
-
-
- A object to be
- used when reading a file.
-
-
- This property is typically used when creating
- constructing an instance of .
- Upon completion of the constructor, will be called to close
- the stream. If the stream is to be reused after
- this point, should be
- implemented in a way to keep it open.
-
-
-
-
- Gets a writable, seekable stream for the file
- referenced by the current instance.
-
-
- A object to be
- used when writing to a file.
-
-
- This property is typically used when saving a
- file with . Upon completion of
- the method, will be
- called to close the stream. If the stream is to
- be reused after this point, should be implemented in a
- way to keep it open.
-
-
-
-
- Closes a stream originating from the current
- instance.
-
-
- A object
- originating from the current instance.
-
-
- If the stream is to be used outside of the scope,
- of TagLib#, this method should perform no action.
- For example, a stream that was created outside of
- the current instance, or a stream that will
- subsequently be used to play the file.
-
-
-
-
- This static class provides a mechanism for registering file
- classes and mime-types, to be used when constructing a class via
- .
-
-
- The default types built into the taglib-sharp.dll assembly
- are registered automatically when the class is initialized. To
- register your own custom types, use .
-
-
-
-
-
- Contains a mapping between mime-types and the subclasses that support them.
-
-
-
-
- Contains a static array of file types contained in the
- TagLib# assembly.
-
-
- A static Type array is used instead of getting types by
- reflecting the executing assembly as Assembly.GetTypes is
- very inefficient and leaks every type instance under
- Mono. Not reflecting taglib-sharp.dll saves about 120KB
- of heap.
-
-
-
-
- Constructs and initializes the
- class by registering the default types.
-
-
-
-
- Initializes the class by registering the default types.
-
-
-
-
- Registers a subclass to be used when
- creating files via .
-
-
- A object for the class to register.
-
-
- In order to register mime-types, the class represented by
- should use the custom attribute.
-
-
-
-
- Gets a dictionary containing all the supported mime-types
- and file classes used by .
-
-
- A object containing the
- supported mime-types.
-
-
-
-
- This class represents a Flac metadata block.
-
-
-
-
- Contains the block header.
-
-
-
-
- Constructs and initializes a new instance of with a specified header and internal
- data.
-
-
- A object containing the
- header to use for the new instance.
-
-
- A object containing the data
- to be contained in the new instance.
-
-
- is .
-
-
- The size of does not match the
- size specified in .
-
-
-
-
- Constructs and initializes a new instance of with of a specified type and internal
- data.
-
-
- A value indicating the type of
- data stored in .
-
-
- A object containing the data
- to be contained in the new instance.
-
-
- is .
-
-
-
-
- Gets the type of data contained in the current instance.
-
-
- A value indicating the type of
- data contained in .
-
-
-
-
- Gets whether or not the block represented by the current
- instance is the last metadata block in the Flac stream.
-
-
- if the block represented by the
- current instance was the last one to appear in the file
- and is followed immediately by the audio data, or if another block appears after the
- current one or the block was not read from disk.
-
-
-
-
- Gets the size of the data contained in the current
- instance.
-
-
-
-
- Gets the total size of the block represented by the
- current instance as it appears on disk.
-
-
-
-
- Gets the data contained in the current instance.
-
-
- A object containing the data
- stored in the current instance.
-
-
-
-
- Renders the current instance as a raw Flac metadata
- block.
-
-
- A value indicating whether or not the
- block is to be marked as the last metadata block.
-
-
- A object containing the
- rendered version of the current instance.
-
-
-
-
- Specifies the contents of a Flac block in .
-
-
-
-
- The block contains stream information.
-
-
-
-
- The block contains padding.
-
-
-
-
- The block contains application data.
-
-
-
-
- The block contains seek table.
-
-
-
-
- The block contains a Xipp comment.
-
-
-
-
- The block contains a cue sheet.
-
-
-
-
- The block contains a picture.
-
-
-
-
- This structure provides a representation of a Flac metadata block
- header structure.
-
-
-
-
- The size of a block header.
-
-
-
-
- Constructs and initializes a new instance of by reading a raw header from a object.
-
-
- A object containing a raw
- block header.
-
-
- is .
-
-
- contains less than 4 bytes.
-
-
-
-
- Constructs and initializes a new instance of for a specified block type and size.
-
-
- A value describing the contents
- of the block.
-
-
- A value containing the block data
- size minus the size of the header.
-
-
-
-
- Renderes the current instance as a raw Flac block header.
-
-
- A value specifying whether or not the
- header is the last header of the file.
-
-
- A object containing the
- rendered header.
-
-
-
-
- Gets the type of block described by the current instance.
-
-
- A value describing the block
- type.
-
-
-
-
- Gets whether or not the block is the last in the file.
-
-
- if the block is the last in the
- file; otherwise .
-
-
-
-
- Gets the size of the block described by the current
- instance, minus the block header.
-
-
- A value containing the size of the
- block, minus the header.
-
-
-
-
- This class extends to
- provide tagging and properties support for Xiph's Flac audio
- files.
-
-
- A will be added
- automatically to any file that doesn't contain one. This change
- does not effect the physical file until is
- called and can be reversed using the following method:
- file.RemoveTags (file.TagTypes & ~file.TagTypesOnDisk);
-
-
-
-
- Contains the Flac metadata tag.
-
-
-
-
- Contains the combination of all file tags.
-
-
-
-
- Contains the Flac header block.
-
-
-
-
- Contains the stream start position.
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system and specified read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system with an average read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction and
- specified read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction with an
- average read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- is .
-
-
-
-
- Gets a abstract representation of all tags stored in the
- current instance.
-
-
- A object representing all tags
- stored in the current instance.
-
-
-
-
- Saves the changes made in the current instance to the
- file it represents.
-
-
-
-
- Gets a tag of a specified type from the current instance,
- optionally creating a new tag if possible.
-
-
- A value indicating the
- type of tag to read.
-
-
- A value specifying whether or not to
- try and create the tag if one is not found.
-
-
- A object containing the tag that was
- found in or added to the current instance. If no
- matching tag was found and none was created, is returned.
-
-
-
-
- Removes a set of tag types from the current instance.
-
-
- A bitwise combined value
- containing tag types to be removed from the file.
-
-
- In order to remove all tags from a file, pass as .
-
-
-
-
- Reads format specific information at the start of the
- file.
-
-
- A value containing the seek position
- at which the tags end and the media data begins.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
-
-
- Reads format specific information at the end of the
- file.
-
-
- A value containing the seek position
- at which the media data ends and the tags begin.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
-
-
- Reads the audio properties from the file represented by
- the current instance.
-
-
- A value containing the seek position
- at which the tags end and the media data begins.
-
-
- A value containing the seek position
- at which the media data ends and the tags begin.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- A object describing the
- media properties of the file represented by the current
- instance.
-
-
-
-
- Indicates whether or not the block types passed into
- are to be white-listed or
- black-listed.
-
-
-
-
- All block types except those provided are to be
- returned.
-
-
-
-
- Only those block types provides should be
- returned.
-
-
-
-
- Reads all metadata blocks starting from the current
- instance, starting at a specified position.
-
-
- A value reference specifying the
- position at which to start searching for the blocks. This
- will be updated to the position of the first block.
-
-
- A value reference updated to the
- position at which the last block ends.
-
-
- A value indicating whether to
- white-list or black-list the contents of .
-
-
- A containing the types to look
- for or not look for as specified by .
-
-
- A object containing the blocks
- read from the current instance.
-
-
- "fLaC" could not be found.
-
-
-
-
- This class extends to provide support
- for reading and writing FLAC metadata boxes.
-
-
- At this point, only Xiph Comments and pictures are supported.
-
-
-
-
- Contains the pictures.
-
-
-
-
- Constructs and initializes a new instance of using a collection of blocks.
-
-
- A object containing objects to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of using a collection of blocks.
-
-
- A object enumerating objects to use in the new instance.
-
-
- is .
-
-
-
-
- Gets the first Xiph comment stored in the current
- instance, optionally creating one if necessary.
-
-
- A value indicating whether or not a
- comment should be added if one cannot be found.
-
-
- A object containing the source tag to
- copy the values from, or to not
- copy values.
-
-
- A object containing the
- tag that was found in or added to the current instance.
- If no matching tag was found and none was created, is returned.
-
-
-
-
- Removes all child Xiph Comments from the current
- instance.
-
-
-
-
- Gets the tag types contained in the current instance.
-
-
- A bitwise combined value
- containing the tag types stored in the current instance.
-
-
-
-
- Gets and sets a collection of pictures associated with
- the media represented by the current instance.
-
-
- A containing a collection of
- pictures associated with the media represented by the
- current instance or an empty array if none are present.
-
-
-
-
- Clears the values stored in the current instance.
-
-
-
-
- This class implements to provide support
- for reading and writing Flac picture metadata.
-
-
-
-
- Constructs and initializes a new instance of by reading the contents of a raw Flac
- image structure.
-
-
- A object containing the raw
- Flac image.
-
-
- is .
-
-
- contains less than 32 bytes.
-
-
-
-
- Constructs and initializes a new instance of by copying the properties of a object.
-
-
- A object to use for the new
- instance.
-
-
- is .
-
-
-
-
- Renders the current instance as a raw Flac picture.
-
-
- A object containing the
- rendered version of the current instance.
-
-
-
-
- Gets and sets the mime-type of the picture data
- stored in the current instance.
-
-
- A object containing the mime-type
- of the picture data stored in the current instance.
-
-
-
-
- Gets and sets the type of content visible in the picture
- stored in the current instance.
-
-
- A containing the type of
- content visible in the picture stored in the current
- instance.
-
-
-
-
- Gets and sets a filename of the picture stored in the
- current instance.
-
-
- A object containing a fielname, with
- extension, of the picture stored in the current instance.
-
-
-
-
- Gets and sets a description of the picture stored in the
- current instance.
-
-
- A object containing a description
- of the picture stored in the current instance.
-
-
-
-
- Gets and sets the picture data stored in the current
- instance.
-
-
- A object containing the picture
- data stored in the current instance.
-
-
-
-
- Gets and sets the width of the picture in the current
- instance.
-
-
- A value containing width of the
- picture stored in the current instance.
-
-
-
-
- Gets and sets the height of the picture in the current
- instance.
-
-
- A value containing height of the
- picture stored in the current instance.
-
-
-
-
- Gets and sets the color depth of the picture in the
- current instance.
-
-
- A value containing color depth of the
- picture stored in the current instance.
-
-
-
-
- Gets and sets the number of indexed colors in the picture
- in the current instance.
-
-
- A value containing number of indexed
- colors in the picture, or zero if the picture is not
- stored in an indexed format.
-
-
-
-
- This structure implements and provides
- information about a Flac audio stream.
-
-
-
-
- Contains the flags.
-
-
-
-
- Contains the low portion of the length.
-
-
-
-
- Contains the stream length.
-
-
-
-
- Constructs and initializes a new instance of by reading a raw stream header
- structure and using the stream length.
-
-
- A object containing the raw
- stream header.
-
-
- A value containing the length of the
- stream.
-
-
- is .
-
-
- contains less than 18 bytes.
-
-
-
-
- Gets the duration of the media represented by the current
- instance.
-
-
- A containing the duration of the
- media represented by the current instance.
-
-
-
-
- Gets the bitrate of the audio represented by the current
- instance.
-
-
- A value containing a bitrate of the
- audio represented by the current instance.
-
-
-
-
- Gets the sample rate of the audio represented by the
- current instance.
-
-
- A value containing the sample rate of
- the audio represented by the current instance.
-
-
-
-
- Gets the number of channels in the audio represented by
- the current instance.
-
-
- A value containing the number of
- channels in the audio represented by the current
- instance.
-
-
-
-
- Gets the types of media represented by the current
- instance.
-
-
- Always .
-
-
-
-
- Gets the sample width of the audio represented by the
- current instance.
-
-
- A value containing the sample width of
- the audio represented by the current instance.
-
-
-
-
- Gets the number of bits per sample in the audio
- represented by the current instance.
-
-
- A value containing the number of bits
- per sample in the audio represented by the current
- instance.
-
-
-
-
- Gets a text description of the media represented by the
- current instance.
-
-
- A object containing a description
- of the media represented by the current instance.
-
-
-
-
- Gets a high portion of the length of the audio
- represented by the current instance.
-
-
- A value containing the high portion
- of the length.
-
-
-
-
- This static class provides convenience functions for converting
- between genres and their respective audio
- and video indices as used by several formats.
-
-
-
-
- Contains a list of ID3v1 audio generes.
-
-
-
-
- Contains a list of DivX audio generes.
-
-
-
-
- Gets a list of standard audio generes.
-
-
- A containing standard audio
- genres.
-
-
- The genres are stored in the same order and with the same
- values as in the ID3v1 format.
-
-
-
-
- Gets a list of standard video generes.
-
-
- A containing standard video
- genres.
-
-
- The genres are stored in the same order and with the same
- values as in the DivX format.
-
-
-
-
- Gets the genre index for a specified audio genre.
-
-
- A object containing the name of the
- genre to look up.
-
-
- A value containing the index of the
- genre in the audio array or 255 if it could not be found.
-
-
-
-
- Gets the genre index for a specified video genre.
-
-
- A object containing the name of the
- genre to look up.
-
-
- A value containing the index of the
- genre in the video array or 255 if it could not be found.
-
-
-
-
- Gets the audio genre from its index in the array.
-
-
- A value containing the index to
- aquire the genre from.
-
-
- A object containing the audio genre
- found at the index, or if it does
- not exist.
-
-
-
-
- Gets the video genre from its index in the array.
-
-
- A value containing the index to
- aquire the genre from.
-
-
- A object containing the video genre
- found at the index, or if it does
- not exist.
-
-
-
-
- Gets the audio genre from its index in the array.
-
-
- A object, either in the format
- "(123)" or "123".
-
-
- A object containing the audio genre
- found at the index, or if it does
- not exist.
-
-
-
-
- Gets the video genre from its index in the array.
-
-
- A object, either in the format
- "(123)" or "123".
-
-
- A object containing the video genre
- found at the index, or if it does
- not exist.
-
-
-
-
- Converts a string, either in the format "(123)" or
- "123" into a byte or equal numeric value.
-
-
- A object, either in the format
- "(123)" or "123", to be converted.
-
-
- A value containing the numeric value
- of or 255 if no numeric value
- could be extracted.
-
-
-
-
- A Gif photo codec. Contains basic photo details.
-
-
-
-
- Gets a text description of the media represented by the
- current instance.
-
-
- A object containing a description
- of the media represented by the current instance.
-
-
-
-
- Constructs a new with the given width
- and height.
-
-
- The width of the photo.
-
-
- The height of the photo.
-
-
- A new instance.
-
-
-
-
- This class extends to provide tagging
- and property support for Gif files.
-
-
-
-
- Gif file signature which occurs at the begin of the file
-
-
-
-
- String which is used to indicate version the gif file format version 87a
-
-
-
-
- String which is used to indicate version the gif file format version 89a
-
-
-
-
- Application Extension Identifier for an XMP Block
-
-
-
-
- Application Authentication Extension Code for an XMP Block
-
-
-
-
- The Magic Trailer for XMP Data
-
-
- The storage of XMP data in GIF does not follow the GIF specification. According to the
- specification, extension data is stored in so-called sub-blocks, which start with a length
- byte which specifies the number of data bytes contained in the sub block. So a block can at
- most contain 256 data bytes. After a sub-block, the next sub-block begins. The sequence ends,
- when a sub-block starts with 0. So readers, which are not aware of the XMP data not following
- this scheme, will get confused by the XMP data. To fix this, this trailer is added to the end.
- It has a length of 258 bytes, so that it is ensured that a reader which tries to skip the
- XMP data reads one of this bytes as length of a sub-block. But, each byte points with its length
- to the last one. Therefoe, independent of the byte, the reader reads as sub-block length, it is
- redirected to the last byte of the trailer and therfore to the end of the XMP data.
-
-
-
-
- The width of the image
-
-
-
-
- The height of the image
-
-
-
-
- The Properties of the image
-
-
-
-
- The version of the file format
-
-
-
-
- The start of the first block in file after the header.
-
-
-
-
- Gets the media properties of the file represented by the
- current instance.
-
-
- A object containing the
- media properties of the file represented by the current
- instance.
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system and specified read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction and
- specified read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- is .
-
-
-
-
- Saves the changes made in the current instance to the
- file it represents.
-
-
-
-
- Reads the information from file with a specified read style.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
-
-
- Reads a single byte form file. This is needed often for Gif files.
-
-
- A with the read data.
-
-
-
-
- Reads the Header and the Logical Screen Descriptor of the GIF file and,
- if there is one, skips the global color table. It also extracts the
- image width and height from it.
-
-
-
-
- Reads the metadata from file. The current position must point to the
- start of the first block after the Header and Logical Screen
- Descriptor (and, if there is one, the Global Color Table)
-
-
-
-
- Reads an Extension Block at the current position. The current position must
- point to the 2nd byte of the comment block. (The other byte is usually
- read before to identify the comment block)
-
-
-
-
- Reads an Application Extension Block at the current position. The current
- position must point to the 3rd byte of the comment block. (The other 2 bytes
- are usually read before to identify the comment block)
-
-
-
-
- Reads a Comment Block at the current position. The current position must
- point to the 3rd byte of the comment block. (The other 2 bytes are usually
- read before to identify the comment block)
-
-
-
-
- Skips the color table if there is one
-
-
- A with the packed data which is
- contained Logical Screen Descriptor or in the Image Descriptor.
-
-
- The data contained in the packed data is different for the Logical
- Screen Descriptor and for the Image Descriptor. But fortunately,
- the bits which are used do identifying the exitstance and the size
- of the color table are at the same position.
-
-
-
-
- Skip over the image data at the current position. The current position must
- point to 2nd byte of the Image Descriptor. (First byte is usually read before
- to identify the image descriptor.)
-
-
-
-
- Reads a sequence of sub-blocks from the current position and concatenates the data
- from the sub-blocks to a string. The current position must point to the size-byte
- of the first subblock to skip.
-
-
- A with the data contained in the sub-blocks.
-
-
-
-
- Skips over a sequence of sub-blocks from the current position in the file.
- The current position must point to the size-byte of the first subblock to skip.
-
-
-
-
- Save the metadata to file.
-
-
-
-
- Renders the XMP data to a Application Extension Block which can be
- embedded in a Gif file.
-
-
- A with the Application Extension Block for the
- XMP data, or if the file does not have XMP data.
-
-
-
-
- Renders the Gif Comment to a Comment Extension Block which can be
- embedded in a Gif file.
-
-
- A with the Comment Extension Block for the
- Gif Comment, or if the file does not have
- a Gif Comment.
-
-
-
-
- Attempts to extract the media properties of the main
- photo.
-
-
- A object with a best effort guess
- at the right values. When no guess at all can be made,
- is returned.
-
-
-
-
- Contains the Gif comment.
-
-
-
-
- Constructor.
-
-
- The value of the comment.
-
-
-
-
- Constructor. Creates a new empty comment.
-
-
-
-
- The value of the comment represented by the current instance.
-
-
-
-
- Gets or sets the comment for the image described
- by the current instance.
-
-
- A containing the comment of the
- current instace.
-
-
-
-
- Gets the tag types contained in the current instance.
-
-
- Always .
-
-
-
-
- Clears the values stored in the current instance.
-
-
-
-
- Indicates the types of media represented by a or object.
-
-
- These values can be bitwise combined to represent multiple media
- types.
-
-
-
-
- No media is present.
-
-
-
-
- Audio is present.
-
-
-
-
- Video is present.
-
-
-
-
- A Photo is present.
-
-
-
-
- Text is present.
-
-
-
-
- This interface provides basic information, common to all media
- codecs.
-
-
-
-
- Gets the duration of the media represented by the current
- instance.
-
-
- A containing the duration of the
- media represented by the current instance.
-
-
-
-
- Gets the types of media represented by the current
- instance.
-
-
- A bitwise combined containing
- the types of media represented by the current instance.
-
-
-
-
- Gets a text description of the media represented by the
- current instance.
-
-
- A object containing a description
- of the media represented by the current instance.
-
-
-
-
- This interface inherits to provide
- information about an audio codec.
-
-
- When dealing with a , if contains , it is safe to assume that the object also inherits and can be recast without issue.
-
-
-
-
- Gets the bitrate of the audio represented by the current
- instance.
-
-
- A value containing a bitrate of the
- audio represented by the current instance.
-
-
-
-
- Gets the sample rate of the audio represented by the
- current instance.
-
-
- A value containing the sample rate of
- the audio represented by the current instance.
-
-
-
-
- Gets the number of channels in the audio represented by
- the current instance.
-
-
- A value containing the number of
- channels in the audio represented by the current
- instance.
-
-
-
-
- This interface provides information specific
- to lossless audio codecs.
-
-
-
-
- Gets the number of bits per sample in the audio
- represented by the current instance.
-
-
- A value containing the number of bits
- per sample in the audio represented by the current
- instance.
-
-
-
-
- This interface inherits to provide
- information about a video codec.
-
-
- When dealing with a , if contains , it is safe to assume that the object also inherits and can be recast without issue.
-
-
-
-
- Gets the width of the video represented by the current
- instance.
-
-
- A value containing the width of the
- video represented by the current instance.
-
-
-
-
- Gets the height of the video represented by the current
- instance.
-
-
- A value containing the height of the
- video represented by the current instance.
-
-
-
-
- This interface inherits to provide
- information about a photo.
-
-
- When dealing with a , if contains , it is safe to assume that the object also inherits and can be recast without issue.
-
-
-
-
- Gets the width of the photo represented by the current
- instance.
-
-
- A value containing the width of the
- photo represented by the current instance.
-
-
-
-
- Gets the height of the photo represented by the current
- instance.
-
-
- A value containing the height of the
- photo represented by the current instance.
-
-
-
-
- Gets the (format specific) quality indicator of the photo
- represented by the current instance.
-
-
- A value indicating the quality. A value
- 0 means that there was no quality indicator for the format
- or the file.
-
-
-
-
- This class provides a mechanism for customizing how Id3v1 text
- is read and written.
-
-
-
-
- Converts raw ID3v1 text data to a
- object.
-
-
- A object containing raw Id3v1
- text data.
-
-
- A object containing the converted
- text.
-
-
-
-
- Converts a object to raw ID3v1 text
- data.
-
-
- A object to convert.
-
-
- A containing the raw ID3v1 text
- data.
-
-
-
-
- This class extends to provide support for
- reading and writing tags stored in the ID3v1.1 format.
-
-
-
-
- Contains the title.
-
-
-
-
- Contains the semicolon separated performers.
-
-
-
-
- Contains the album name.
-
-
-
-
- Contains the 4 digit year.
-
-
-
-
- Contains a comment on track.
-
-
-
-
- Contains the track number in the album.
-
-
-
-
- Contains the genre index.
-
-
-
-
- The size of a ID3v1 tag.
-
-
-
-
- The identifier used to recognize a ID3v1 tags.
-
-
- "TAG"
-
-
-
-
- Constructs and initializes a new instance of with no contents.
-
-
-
-
- Constructs and initializes a new instance of by reading the contents from a specified
- position in a specified file.
-
-
- A object containing the file from
- which the contents of the new instance is to be read.
-
-
- A value specify at what position to
- read the tag.
-
-
- is .
-
-
- is less than zero or greater
- than the size of the file.
-
-
- The file does not contain
- at the given position.
-
-
-
-
- Constructs and initializes a new instance of by reading the contents from a specified
- object.
-
-
- A object to read the tag from.
-
-
- is .
-
-
- is less than 128 bytes or does
- not start with .
-
-
-
-
- Renders the current instance as a raw ID3v1 tag.
-
-
- A object containing the
- rendered tag.
-
-
-
-
- Gets and sets the object
- to use when reading and writing ID3v1 fields.
-
-
- A object to use when
- processing fields.
-
-
-
-
- Populates the current instance by parsing the contents of
- a raw ID3v1 tag.
-
-
- A object containing the
- starting with an ID3v1 tag.
-
-
-
-
- Gets the tag types contained in the current instance.
-
-
- Always .
-
-
-
-
- Gets and sets the title for the media described by the
- current instance.
-
-
- A object containing the title for
- the media described by the current instance or if no value is present.
-
-
- When stored on disk, only the first 30 bytes of the
- Latin-1 encoded value will be stored. This may result in
- lost data.
-
-
-
-
- Gets and sets the performers or artists who performed in
- the media described by the current instance.
-
-
- A containing the performers or
- artists who performed in the media described by the
- current instance or an empty array if no value is
- present.
-
-
- When stored on disk, only the first 30 bytes of the
- Latin-1 encoded value will be stored, minus a byte for
- each additionial performer (i.e. two performers will only
- have 29 bytes and three performers will only have 28
- bytes).This may result in lost data.
-
-
-
-
- Gets and sets the album of the media represented by the
- current instance.
-
-
- A object containing the album of
- the media represented by the current instance or if no value is present.
-
-
- When stored on disk, only the first 30 bytes of the
- Latin-1 encoded value will be stored. This may result in
- lost data.
-
-
-
-
- Gets and sets a user comment on the media represented by
- the current instance.
-
-
- A object containing user comments
- on the media represented by the current instance or if no value is present.
-
-
- When stored on disk, only the first 28 bytes of the
- Latin-1 encoded value will be stored. This may result in
- lost data.
-
-
-
-
- Gets and sets the genres of the media represented by the
- current instance.
-
-
- A containing the genres of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- Only first genre will be stored and only if it is an
- exact match for a value appearing in . All other values will
- result in the property being cleared.
-
-
-
-
- Gets and sets the year that the media represented by the
- current instance was recorded.
-
-
- A containing the year that the media
- represented by the current instance was created or zero
- if no value is present.
-
-
- Only values between 1 and 9999 will be stored, all other
- values will result in the property being zeroed.
-
-
-
-
- Gets and sets the position of the media represented by
- the current instance in its containing album.
-
-
- A containing the position of the
- media represented by the current instance in its
- containing album or zero if not specified.
-
-
- Only values between 1 and 255 will be stored, all other
- values will result in the property being zeroed.
-
-
-
-
- Clears the values stored in the current instance.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Specifies the event type used by a and .
-
-
-
-
- The padding - no meaning
-
-
-
-
- The end of initial silence
-
-
-
-
- The intro start
-
-
-
-
- The main part start
-
-
-
-
- The outro start
-
-
-
-
- The outro end
-
-
-
-
- The verse start
-
-
-
-
- The refrain start
-
-
-
-
- The interlude start
-
-
-
-
- The theme start
-
-
-
-
- The variation start
-
-
-
-
- The key change
-
-
-
-
- The time change
-
-
-
-
- momentary unwanted noise (Snap, Crackle, and Pop)
-
-
-
-
- The sustained noise
-
-
-
-
- The sustained noise end
-
-
-
-
- The intro end
-
-
-
-
- The main part end
-
-
-
-
- The verse end
-
-
-
-
- The refrain end
-
-
-
-
- The theme end
-
-
-
-
- Profanity starts
-
-
-
-
- The profanity end
-
-
-
-
- The audio end
-
-
-
-
- The audio file end
-
-
-
-
- This class is a filler until support for reading and writing the
- ID3v2 extended header is implemented.
-
-
-
-
- Contains the size of the read header.
-
-
-
-
- Constructs and initializes a new instance of with no contents.
-
-
-
-
- Constructs and initializes a new instance of by reading the raw contents from
- a object.
-
-
- A object containing the raw
- extended header structure.
-
-
- A value indicating the ID3v2 version.
-
-
-
-
- Gets the size of the data on disk in bytes.
-
-
- A value containing the size of the
- data on disk.
-
-
-
-
- Populates the current instance with the contents of the
- raw ID3v2 frame.
-
-
- A object containing the raw
- extended header structure.
-
-
- A value indicating the ID3v2 version.
-
-
-
-
- Creates a deep copy of the current instance.
-
-
- A new object identical to
- the current instance.
-
-
-
-
- This structure provides a representation of an ID3v2 tag footer
- which can be read from and written to disk.
-
-
-
-
- Contains the tag's major version.
-
-
-
-
- Contains tag's flags.
-
-
-
-
- The size of a ID3v2 footer.
-
-
-
-
- The identifier used to recognize a ID3v2 footer.
-
-
- "3DI"
-
-
-
-
- Constructs and initializes a new instance of by reading it from raw footer data.
-
-
- A object containing the raw
- data to build the new instance from.
-
-
- is .
-
-
- is smaller than , does not begin with , contains invalid flag data,
- or contains invalid size data.
-
-
-
-
- Constructs and intializes a new instance of by reading in the contents of the header
- object used for the same tag.
-
-
- A object to base the new instance
- off of.
-
-
-
-
- Gets and sets the major version of the tag described by
- the current instance.
-
-
- A value specifying the ID3v2 version
- of tag described by the current instance.
-
-
- When the version is set, unsupported header flags will
- automatically be removed from the tag.
-
-
- is not 4.
-
-
-
-
- Gets and sets the version revision number of the tag
- represented by the current instance.
-
-
- A value containing the version
- revision number of the tag represented by the current
- instance.
-
-
- This value should always be zeroed. A non-zero value
- indicates an experimental or new version of the format
- which may not be completely understood by the current
- implementation. Some software may refuse to read tags
- with a non-zero value.
-
-
-
-
- Gets and sets the flags applied to the current instance.
-
-
- A bitwise combined value
- containing the flags applied to the current instance.
-
-
- contains a flag not supported
- by the the ID3v2 version of the current instance.
-
-
-
-
- Gets and sets the size of the tag described by the
- current instance, minus the header and footer.
-
-
- A value containing the size of the
- tag described by the current instance.
-
-
-
-
- Gets the complete size of the tag described by the
- current instance, including the header and footer.
-
-
- A value containing the complete size
- of the tag described by the current instance.
-
-
-
-
- Renders the current instance as a raw ID3v2 header.
-
-
- A object containing the
- rendered header.
-
-
-
-
- This abstract class provides a basic framework for representing
- ID3v2.4 frames.
-
-
-
-
- Contains the frame's header.
-
-
-
-
- Contains the frame's grouping ID.
-
-
-
-
- Contains the frame's encryption ID.
-
-
-
-
- Constructs and initializes a new instance of by reading the raw header encoded in the
- specified ID3v2 version.
-
-
- A object containing the
- identifier or header data to use for the new instance.
-
-
- A value indicating the ID3v2 version
- which is encoded in.
-
-
- is .
-
-
- does not contain a complete
- identifier.
-
-
-
-
- Constructs and initializes a new instance of with a specified header.
-
-
- A value containing the header
- to use for the new instance.
-
-
-
-
- Gets the frame ID for the current instance.
-
-
- A object containing the
- four-byte ID3v2.4 frame header for the current instance.
-
-
-
-
- Gets the size of the current instance as it was last
- stored on disk.
-
-
- A value containing the size of the
- current instance as it was last stored on disk.
-
-
-
-
- Gets and sets the frame flags applied to the current
- instance.
-
-
- A bitwise combined value
- containing the frame flags applied to the current
- instance.
-
-
- If the value includes either or ,
- will throw a .
-
-
-
-
- Gets and sets the grouping ID applied to the current
- instance.
-
-
- A value containing the grouping
- identifier for the current instance, or -1 if not set.
-
-
- Grouping identifiers can be between 0 and 255. Setting
- any other value will unset the grouping identity and set
- the value to -1.
-
-
-
-
- Gets and sets the encryption ID applied to the current
- instance.
-
-
- A value containing the encryption
- identifier for the current instance, or -1 if not set.
-
-
- Encryption identifiers can be between 0 and 255.
- Setting any other value will unset the grouping identity
- and set the value to -1.
- If set, will throw a .
-
-
-
-
- Renders the current instance, encoded in a specified
- ID3v2 version.
-
-
- A value specifying the version of
- ID3v2 to use when encoding the current instance.
-
-
- A object containing the
- rendered version of the current instance.
-
-
- The current instance uses some feature that cannot be
- implemented in the specified ID3v2 version, or uses a
- feature, such as encryption or compression, which is not
- yet implemented in the library.
-
-
-
-
- Gets the text delimiter for a specified encoding.
-
-
- A value specifying the encoding
- to get the delimiter for.
-
-
- A object containing the
- delimiter for the specified encoding.
-
-
-
-
- Converts an encoding to be a supported encoding for a
- specified tag version.
-
-
- A value containing the original
- encoding.
-
-
- A value containing the ID3v2 version
- to be encoded for.
-
-
- A value containing the correct
- encoding to use, based on and what is supported
- by .
-
-
-
-
- Populates the current instance by reading the raw frame
- from disk, optionally reading the header.
-
-
- A object containing the raw
- ID3v2 frame.
-
-
- A value containing the offset in
- at which the frame begins.
-
-
- A value containing the ID3v2 version
- of the raw frame contained in .
-
-
- A value indicating whether or not to
- read the header into current instance.
-
-
-
-
- Populates the values in the current instance by parsing
- its field data in a specified version.
-
-
- A object containing the
- extracted field data.
-
-
- A indicating the ID3v2 version the
- field data is encoded in.
-
-
-
-
- Renders the values in the current instance into field
- data for a specified version.
-
-
- A indicating the ID3v2 version the
- field data is to be encoded in.
-
-
- A object containing the
- rendered field data.
-
-
-
-
- Extracts the field data from the raw data portion of an
- ID3v2 frame.
-
-
- A object containing fraw frame
- data.
-
-
- A value containing the index at which
- the data is contained.
-
-
- A value containing the ID3v2 version
- of the data.
-
-
- A object containing the
- extracted field data.
-
-
- This method is necessary for extracting extra data
- prepended to the frame such as the grouping ID.
-
-
- is .
-
-
-
-
- Creates a deep copy of the current instance.
-
-
- A new object identical to the
- current instance.
-
-
- This method is implemented by rendering the current
- instance as an ID3v2.4 frame and using to create a new
- frame. As such, this method should be overridden by
- child classes.
-
-
-
-
- This static class performs the necessary operations to determine
- and create the correct child class of for a
- given raw ID3v2 frame.
-
-
- By default, will only load frames
- contained in the library. To add additional frames to the
- process, register a frame creator with .
-
-
-
-
- Creates a frame from a specified block of data, or
- returns if unsupported.
-
-
- A object containing a raw ID3v2
- frame.
-
-
- A value specifying the offset in
- at which the frame data begins.
-
-
- A object for the frame
- contained in .
-
-
- A specifying the version of ID3v2 the
- raw frame data is stored in.
-
-
- A object if the method was able to
- match and create one. Otherwise .
-
-
- Frame creators are used to provide access or
- support for items that are left out of TagLib#.
-
-
-
- public Frame Creator (TagLib.ByteVector data, TagLib.Id3v2.FrameHeader header)
- {
- if (header.FrameId == "RVRB")
- return new ReverbFrame (data, header);
- else
- return null;
- }
- ...
- TagLib.Id3v2.FrameFactor.AddFrameCreator (ReverbFrame.Creator);
-
-
-
-
-
-
- Contains registered frame creators.
-
-
-
-
- Creates a object by reading it from
- raw ID3v2 frame data.
-
-
- A object containing a raw ID3v2
- frame.
-
-
- A object containing
- abstraction of the file to read.
- Ignored if is not null.
-
-
- A value reference specifying at what
- index in , or in
- if not null,
- at which the frame begins. After reading, it contains
- the offset of the next frame to be read.
-
-
- A value specifying the ID3v2 version
- the frame in is encoded in.
-
-
- A value specifying whether the entire
- tag has already been unsynchronized.
-
-
- A object read from the data, or if none is found.
-
-
- The frame contained in the raw data could not be
- converted to ID3v2 or uses encryption or compression.
-
-
-
-
- Adds a curstom frame creator to try before using standard
- frame creation methods.
-
-
- A delegate to be used by the
- frame factory.
-
-
- Frame creators are used before standard methods so custom
- checking can be used and new formats can be added. They
- are executed in the reverse order in which they are
- added.
-
-
- is .
-
-
-
-
- Indicates the flags applied to a
- object.
-
-
-
-
- The header contains no flags.
-
-
-
-
- Indicates that the frame is to be deleted if the tag is
- altered.
-
-
-
-
- Indicates that the frame is to be deleted if the file is
- altered.
-
-
-
-
- Indicates that the frame is read-only and should not be
- altered.
-
-
-
-
- Indicates that the frame has a grouping identity.
-
-
-
-
- Indicates that the frame data is compressed.
-
-
-
-
- Indicates that the frame data is encrypted.
-
-
-
-
- Indicates that the frame data has been unsynchronized.
-
-
-
-
- Indicates that the frame has a data length indicator.
-
-
-
-
- This structure provides a representation of an ID3v2 frame header
- which can be read from and written to disk.
-
-
-
-
- Contains frame's ID.
-
-
-
-
- Contains frame's flags.
-
-
-
-
- Constructs and initializes a new instance of by reading it from raw header data
- of a specified version.
-
-
- A object containing the raw
- data to build the new instance from.
-
-
- A value containing the ID3v2 version
- with which the data in was
- encoded.
-
-
- If the data size is smaller than the size of a full
- header, the data is just treated as a frame identifier
- and the remaining values are zeroed.
-
-
- is .
-
-
- is smaller than the size of a
- frame identifier or is less
- than 2 or more than 4.
-
-
-
-
- Gets and sets the identifier of the frame described by
- the current instance.
-
-
- A object containing the
- identifier of the frame described by the current
- instance.
-
-
- is .
-
-
-
-
- Gets and sets the size of the frame described by the
- current instance, minus the header.
-
-
- A value containing the size of the
- frame described by the current instance.
-
-
-
-
- Gets and sets the flags applied to the current instance.
-
-
- A bitwise combined value
- containing the flags applied to the current instance.
-
-
- contains a either compression
- or encryption, neither of which are supported by the
- library.
-
-
-
-
- Renders the current instance, encoded in a specified
- ID3v2 version.
-
-
- A value specifying the version of
- ID3v2 to use when encoding the current instance.
-
-
- A object containing the
- rendered version of the current instance.
-
-
- The version specified in the current instance is
- unsupported.
-
-
-
-
- Gets the size of a header for a specified ID3v2 version.
-
-
- A value specifying the version of
- ID3v2 to get the size for.
-
-
-
-
- This class extends , implementing support for
- ID3v2 Attached Picture (APIC), ID3v2 General Encapsulated
- Object (GEOB) and Frames.
-
-
- A is used for storing
- any file (picture or other types) that complement.
- This is typically (but not only limited to) the album cover,
- the physical medium, leaflets, file icons or other files and
- object data.
- Additionally, provides a
- generic way or getting and setting pictures/files which is
- preferable to format specific code.
-
-
-
-
- Contains the text encoding to use when rendering.
-
-
-
-
- Contains the mime type of .
-
-
-
-
- Contains the type of picture.
-
-
-
-
- Contains the filename.
-
-
-
-
- Contains the description.
-
-
-
-
- Contains the picture data.
-
-
-
-
- Contains the raw field data of the current instance as
- sent to or if has not
- been called or has been
- called.
-
-
- As this frame takes a while to parse and isn't read in
- all cases, the raw data is stored here until it is
- needed. This speeds up the file read time significantly.
-
-
-
-
- Contains the ID3v2 version is
- stored in.
-
-
-
-
- Stream where the picture is located
-
-
-
-
- Offset from where the picture start in the
-
-
-
-
- Size of the picture in the (-1 = until end of Stream)
-
-
-
-
- Constructs and initializes a new instance of with no contents and the
- default values.
-
-
- When a frame is created, it is not automatically
- added to the tag. Consider using for more
- integrated frame creation.
- Additionally,
- provides a generic way or getting and setting
- attachments which is preferable to format specific
- code.
-
-
-
-
- Constructs and initializes a new instance of by populating it with
- the contents of another object.
-
-
- A object containing values to use
- in the new instance.
-
-
- is .
-
-
- When a frame is created, it is not automatically
- added to the tag. Consider using for more
- integrated frame creation.
- Additionally,
- provides a generic way or getting and setting
- attachments which is preferable to format specific
- code.
-
-
- Add a picture to a file.
-
- using TagLib;
- using TagLib.Id3v2;
-
- public static class AddId3v2Picture
- {
- public static void Main (string [] args)
- {
- if (args.Length != 2)
- throw new ApplicationException (
- "USAGE: AddId3v2Picture.exe AUDIO_FILE PICTURE_FILE");
-
- // Create the file. Can throw file to TagLib# exceptions.
- File file = File.Create (args [0]);
-
- // Get or create the ID3v2 tag.
- TagLib.Id3v2.Tag tag = file.GetTag (TagTypes.Id3v2, true) as TagLib.Id3v2.Tag;
- if (tag == null)
- throw new ApplicationException ("File does not support ID3v2 tags.");
-
- // Create a picture. Can throw file related exceptions.
- TagLib.Picture picture = TagLib.Picture.CreateFromPath (path);
-
- // Add a new picture frame to the tag.
- tag.AddFrame (new AttachedPictureFrame (picture));
-
- // Save the file.
- file.Save ();
- }
- }
-
-
-
-
-
- Constructs and initializes a new instance of by reading its raw data in
- a specified ID3v2 version.
-
-
- A object starting with the raw
- representation of the new frame.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw data
- in a specified ID3v2 version.
-
-
- A object containing the raw
- representation of the new frame.
-
-
- A indicating at what offset in
- the frame actually begins.
-
-
- A containing the header of the
- frame found at in the data.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Constructs a new instance of from a file.
- The content will be lazily loaded.
-
-
- A object containing
- abstraction of the file to read.
-
-
- The position in bytes where the picture is located in the
- .
-
-
- The size in bytes of the picture in the
- (-1 : read all).
-
-
- is .
-
-
- A containing the header of the
- frame found at in the data.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Gets and sets the text encoding to use when storing the
- current instance.
-
-
- A containing the text encoding to
- use when storing the current instance.
-
-
- This encoding is overridden when rendering if is or the render version does not support
- it.
-
-
-
-
- Gets and sets the mime-type of the picture stored in the
- current instance.
-
-
- A containing the mime-type of the
- picture stored in the current instance.
-
-
-
-
- Gets and sets the object type stored in the current
- instance.
-
-
- A containing the object type
- stored in the current instance.
-
-
- For a General Object Frame, use:
- .
- Other types will make it a Picture Frame
-
-
-
-
- Gets and sets a filename of the picture stored in the
- current instance.
-
-
- A object containing a fielname, with
- extension, of the picture stored in the current instance.
-
-
-
-
- Gets and sets the description stored in the current
- instance.
-
-
- A containing the description
- stored in the current instance.
-
-
- There should only be one frame with a matching
- description and type per tag.
-
-
-
-
- Gets and sets the image data stored in the current
- instance.
-
-
- A containing the image data
- stored in the current instance.
-
-
-
-
- Gets an indication whether the object is loaded.
-
-
-
-
- Gets a string representation of the current instance.
-
-
- A representing the current
- instance.
-
-
-
-
- Gets a specified picture frame from the specified tag,
- optionally creating it if it does not exist.
-
-
- A object to search in.
-
-
- A specifying the description to
- match.
-
-
- A specifying whether or not to create
- and add a new frame to the tag if a match is not found.
-
-
- A object containing
- the matching frame, or if a match
- wasn't found and is .
-
-
-
-
- Gets a specified picture frame from the specified tag,
- optionally creating it if it does not exist.
-
-
- A object to search in.
-
-
- A specifying the picture type
- to match.
-
-
- A specifying whether or not to create
- and add a new frame to the tag if a match is not found.
-
-
- A object containing
- the matching frame, or if a match
- wasn't found and is .
-
-
-
-
- Gets a specified attachment frame from the specified tag,
- optionally creating it if it does not exist.
-
-
- A object to search in.
-
-
- A specifying the description to
- match.
-
-
- A specifying the picture type
- to match.
-
-
- A specifying whether or not to create
- and add a new frame to the tag if a match is not found.
-
-
- A object containing
- the matching frame, or if a match
- wasn't found and is .
-
-
- Sets a cover image with a description. Because is used, if
- the program is called again with the same audio file and
- desciption, the picture will be overwritten with the new
- one.
-
- using TagLib;
- using TagLib.Id3v2;
-
- public static class SetId3v2Cover
- {
- public static void Main (string [] args)
- {
- if (args.Length != 3)
- throw new ApplicationException (
- "USAGE: SetId3v2Cover.exe AUDIO_FILE PICTURE_FILE DESCRIPTION");
-
- // Create the file. Can throw file to TagLib# exceptions.
- File file = File.Create (args [0]);
-
- // Get or create the ID3v2 tag.
- TagLib.Id3v2.Tag tag = file.GetTag (TagTypes.Id3v2, true) as TagLib.Id3v2.Tag;
- if (tag == null)
- throw new ApplicationException ("File does not support ID3v2 tags.");
-
- // Create a picture. Can throw file related exceptions.
- TagLib.Picture picture = TagLib.Picture.CreateFromPath (args [1]);
-
- // Get or create the picture frame.
- AttachedPictureFrame frame = AttachedPictureFrame.Get (
- tag, args [2], PictureType.FrontCover, true);
-
- // Set the data from the picture.
- frame.MimeType = picture.MimeType;
- frame.Data = picture.data;
-
- // Save the file.
- file.Save ();
- }
- }
-
-
-
-
-
- Load the picture data from the file,
- if not done yet.
-
-
-
-
- Populates the values in the current instance by parsing
- its field data in a specified version.
-
-
- A object containing the
- extracted field data.
-
-
- A indicating the ID3v2 version the
- field data is encoded in.
-
-
- contains less than 5 bytes.
-
-
-
-
- Performs the actual parsing of the raw data.
-
-
- Because of the high parsing cost and relatively low usage
- of the class, only stores the
- field data so it can be parsed on demand. Whenever a
- property or method is called which requires the data,
- this method is called, and only on the first call does it
- actually parse the data.
-
-
-
-
- Renders the values in the current instance into field
- data for a specified version.
-
-
- A indicating the ID3v2 version the
- field data is to be encoded in.
-
-
- A object containing the
- rendered field data.
-
-
-
-
- Creates a deep copy of the current instance.
-
-
- A new object identical to the
- current instance.
-
-
-
-
- This class extends , implementing support for
- ID3v2 Attached Picture (APIC) Frames.
-
-
- A is used for storing
- pictures that complement the media, including the album cover,
- the physical medium, leaflets, file icons, etc. Other file and
- object data can be encapulsated via .
- Additionally, provides a
- generic way or getting and setting pictures which is preferable
- to format specific code.
-
-
-
-
- Constructs and initializes a new instance of with no contents and the
- default values.
-
-
-
-
- Constructs and initializes a new instance of by populating it with
- the contents of another object.
-
-
- A object containing values to use
- in the new instance.
-
-
- is .
-
-
- Add a picture to a file.
-
- using TagLib;
- using TagLib.Id3v2;
-
- public static class AddId3v2Picture
- {
- public static void Main (string [] args)
- {
- if (args.Length != 2)
- throw new ApplicationException (
- "USAGE: AddId3v2Picture.exe AUDIO_FILE PICTURE_FILE");
-
- // Create the file. Can throw file to TagLib# exceptions.
- File file = File.Create (args [0]);
-
- // Get or create the ID3v2 tag.
- TagLib.Id3v2.Tag tag = file.GetTag (TagTypes.Id3v2, true) as TagLib.Id3v2.Tag;
- if (tag == null)
- throw new ApplicationException ("File does not support ID3v2 tags.");
-
- // Create a picture. Can throw file related exceptions.
- TagLib.Picture picture = TagLib.Picture.CreateFromPath (path);
-
- // Add a new picture frame to the tag.
- tag.AddFrame (new AttachedPictureFrame (picture));
-
- // Save the file.
- file.Save ();
- }
- }
-
-
-
-
-
- Constructs and initializes a new instance of by reading its raw data in
- a specified ID3v2 version.
-
-
- A object starting with the raw
- representation of the new frame.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw data
- in a specified ID3v2 version.
-
-
- A object containing the raw
- representation of the new frame.
-
-
- A indicating at what offset in
- the frame actually begins.
-
-
- A containing the header of the
- frame found at in the data.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- This class extends , implementing support for
- ID3v2 General Encapsulated Object (GEOB) Frames.
-
-
- A should be
- used for storing files and other objects relevant to the file but
- not supported by other frames.
-
-
-
-
- Constructs and initializes a new instance of with no
- contents.
-
-
-
-
- Constructs and initializes a new instance of by reading its
- raw data in a specified ID3v2 version.
-
-
- A object starting with the raw
- representation of the new frame.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Constructs and initializes a new instance of by reading its
- raw data in a specified ID3v2 version.
-
-
- A object containing the raw
- representation of the new frame.
-
-
- A indicating at what offset in
- the frame actually begins.
-
-
- A containing the header of the
- frame found at in the data.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Gets and sets the file name of the object stored in the
- current instance.
-
-
- A containing the file name of the
- object stored in the current instance.
-
-
-
-
- Gets and sets the object data stored in the current
- instance.
-
-
- A containing the object data
- stored in the current instance.
-
-
-
-
- This class extends to provide support for
- Chapter Frames, i.e. "CHAP", (ID3v2 Chapter Frame Addendum 1.0,
- https://id3.org/id3v2-chapters-1.0).
-
-
- The Chapter Frame is special in that it can hold an arbitrary amount
- of sub-frames, which are made available here in the SubFrames list.
-
- Each Chapter Frame must have an identifying string that is unique across
- all s and s
- in the tag. This is the property . It is not intended
- for humans consumption and players will not display it. A chapter can
- be titled by adding a "TIT2" .
-
- There are two ways the Chapter Frame can state a chapter’s beginning
- and end: by milliseconds or by byte offset, accessible here as
- StartMilliseconds/EndMilliseconds and StartByteOffset/EndByteOffset
- respectively. The byte offsets are the zero-based byte positions of
- the first audio frame in the chapter or the first audio frame folliwing
- the chapter, counted from the beginning of the file. The byte offsets
- are to be ignored according to the spec if they are FF FF FF FF. This
- class does not synchronize the two ways in any way, so make sure to set
- both appropriately. The byte offsets are however initialized to be
- ignored, so with blank frames, you can focus on the milliseconds.
-
- According to the spec, chapters may overlap and have gaps.
-
-
-
-
- Constructs and initializes a new empty instance of .
-
-
-
-
- Constructs and initializes a new empty instance of with the given chapter ID.
-
-
-
-
- Constructs and initializes a new instance of
- with the given chapter ID and adds a
- "TIT2" with the given title.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw data in a
- specified ID3v2 version.
-
-
- A object starting with the raw
- representation of the new frame.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw data in a
- specified ID3v2 version.
-
-
- A object containing the raw
- representation of the new frame.
-
-
- A indicating at what offset in
- the frame actually begins.
-
-
- A containing the header of the
- frame found at in the data.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Gets and sets the internal chapter id. This should be
- .
-
-
-
-
- Gets and sets the start time of the chapter in milliseconds.
-
-
-
-
- Gets and sets the end time of the chapter in milliseconds.
-
-
-
-
- Gets and sets the chapter’s first audio frame’s byte position
- from the beginning of the file.
- The spec makes this ignorable if it is FF FF FF FF, which is
- the initial value.
-
-
-
-
- Gets and sets the byte position of the first audio frame following
- the chapter from the beginning of the file.
- The spec makes this ignorable if it is FF FF FF FF, which is
- the initial value.
-
-
-
-
- Gets and sets the descriptive sub-fields for this chapter. It
- is recommended by the spec to have at least a "TIT2"
- with the chapter title, but
- it can contain anything. Particularly, players like to display
- per-chapter "APIC" s and
- s.
-
-
- A List of arbitrary s.
-
-
-
-
- Populates the values in the current instance by parsing
- its field data in a specified version.
-
-
- A object containing the
- extracted field data.
-
-
- A indicating the ID3v2 version the
- field data is encoded in.
-
-
-
-
- Renders the values in the current instance into field
- data for a specified version.
-
-
- A indicating the ID3v2 version the
- field data is to be encoded in.
-
-
- A object containing the
- rendered field data.
-
-
-
-
- Creates a deep copy of the current instance.
-
-
- A new object identical to the
- current instance.
-
-
-
-
- This class extends , implementing support for
- ID3v2 Comments (COMM) Frames.
-
-
- A should be used for storing
- user readable comments on the media file.
- When reading comments from a file, should be used as it gracefully falls back to comments that
- you, as a developer, may not be expecting. When writing comments,
- however, it is best to use as it forces it to
- be written in the exact version you are expecting.
-
-
-
-
- Contains the text encoding to use when rendering the
- current instance.
-
-
- Contains the ISO-639-2 language code of the current
- instance.
-
-
-
-
- Contains the description of the current instance.
-
-
-
-
- Contains the comment text of the current instance.
-
-
-
-
- Constructs and initializes a new instance of with a specified description,
- ISO-639-2 language code, and text encoding.
-
-
- A containing the description of the
- new frame.
-
-
- A containing the ISO-639-2 language
- code of the new frame.
-
-
- A containing the text encoding
- to use when rendering the new frame.
-
-
- When a frame is created, it is not automatically added to
- the tag. Consider using for more
- integrated frame creation.
-
-
-
-
- Constructs and initializes a new instance of with a specified description and
- ISO-639-2 language code.
-
-
- A containing the description of the
- new frame.
-
-
- A containing the ISO-639-2 language
- code of the new frame.
-
-
- When a frame is created, it is not automatically added to
- the tag. Consider using for more
- integrated frame creation.
-
-
-
-
- Constructs and initializes a new instance of with a specified description.
-
-
- A containing the description of the
- new frame.
-
-
- When a frame is created, it is not automatically added to
- the tag. Consider using for more
- integrated frame creation.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw data in a
- specified ID3v2 version.
-
-
- A object starting with the raw
- representation of the new frame.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw data in a
- specified ID3v2 version.
-
-
- A object containing the raw
- representation of the new frame.
-
-
- A indicating at what offset in
- the frame actually begins.
-
-
- A containing the header of the
- frame found at in the data.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Gets and sets the text encoding to use when storing the
- current instance.
-
-
- A containing the text encoding to
- use when storing the current instance.
-
-
- This encoding is overridden when rendering if is or the render version does not support
- it.
-
-
-
-
- Gets and sets the ISO-639-2 language code stored in the
- current instance.
-
-
- A containing the ISO-639-2 language
- code stored in the current instance.
-
-
- There should only be one file with a matching description
- and ISO-639-2 language code per tag.
-
-
-
-
- Gets and sets the description stored in the current
- instance.
-
-
- A containing the description
- stored in the current instance.
-
-
- There should only be one frame with a matching
- description and ISO-639-2 language code per tag.
-
-
-
-
- Gets and sets the comment text stored in the current
- instance.
-
-
- A containing the comment text
- stored in the current instance.
-
-
-
-
- Gets a string representation of the current instance.
-
-
- A containing the comment text.
-
-
-
-
- Gets a specified comments frame from the specified tag,
- optionally creating it if it does not exist.
-
-
- A object to search in.
-
-
- A specifying the description to
- match.
-
-
- A specifying the ISO-639-2 language
- code to match.
-
-
- A specifying whether or not to create
- and add a new frame to the tag if a match is not found.
-
-
- A object containing the
- matching frame, or if a match
- wasn't found and is .
-
-
-
-
- Gets a specified comments frame from the specified tag,
- trying to to match the description and language but
- accepting an incomplete match.
-
-
- A object to search in.
-
-
- A specifying the description to
- match.
-
-
- A specifying the ISO-639-2 language
- code to match.
-
-
- A object containing the
- matching frame, or if a match
- wasn't found.
-
-
- The method tries matching with the following order
- of precidence:
-
- - The first frame with a matching
- description and language.
- - The first frame with a matching
- language.
- - The first frame with a matching
- description.
- - The first frame.
-
-
-
-
-
- Populates the values in the current instance by parsing
- its field data in a specified version.
-
-
- A object containing the
- extracted field data.
-
-
- A indicating the ID3v2 version the
- field data is encoded in.
-
-
-
-
- Renders the values in the current instance into field
- data for a specified version.
-
-
- A indicating the ID3v2 version the
- field data is to be encoded in.
-
-
- A object containing the
- rendered field data.
-
-
-
-
- Creates a deep copy of the current instance.
-
-
- A new object identical to the
- current instance.
-
-
-
-
- This class extends , implementing support for
- ID3v2 Event Time Codes (ETCO) Frames.
-
-
- Event time codes Frames should contain a list of events occurring
- throughout the track such as the start of the main part and the end of it.
- To see all available event types see .
-
-
- Reading the Event Time Codes from a tag.
-
- using TagLib;
- using TagLib.Id3v2;
-
- public static class LookupUtil
- {
- public static ByteVector GetTrackEvents(string filename)
- {
- File file = File.Create (filename, ReadStyle.None);
- Id3v2.Tag tag = file.GetTag (TagTypes.Id3v2, false) as Id3v2.Tag;
- if (tag == null)
- return new ByteVector ();
-
- EventTimeCodesFrame frame = EventTimeCodesFrame.Get (tag, false);
- if (frame == null)
- return new ByteVector ();
-
- return frame.Data;
- }
- }
-
-
- #using <System.dll>
- #using <taglib-sharp.dll>
-
- using System;
- using TagLib;
- using TagLib::Id3v2;
-
- public ref class LookupUtil abstract sealed
- {
- public:
- static ByteVector^ GetTrackEvents (String^ filename)
- {
- File^ file = File::Create (filename, ReadStyle::None);
- Id3v2::Tag^ tag = dynamic_cast<Id3v2::Tag^> (file.GetTag (TagTypes::Id3v2, false));
- if (tag == null)
- return gcnew ByteVector;
-
- EventTimeCodesFrame^ frame = EventTimeCodesFrame::Get (tag, false);
- if (frame == null)
- return gcnew ByteVector;
-
- return frame->Data;
- }
- }
-
-
- Imports TagLib
- Imports TagLib.Id3v2
-
- Public Shared Class LookupUtil
- Public Shared Sub GetTrackEvents (filename As String) As TagLib.ByteVector
- Dim file As File = File.Create (filename, ReadStyle.None)
- Dim tag As Id3v2.Tag = file.GetTag (TagTypes.Id3v2, False)
- If tag Is Nothing Return New ByteVector ()
-
- Dim frame As EventTimeCodesFrame = EventTimeCodesFrame.Get (tag, False)
- If frame Is Nothing Return New ByteVector ()
-
- Return frame.Data
- End Sub
- End Class
-
-
- import TagLib
- import TagLib.Id3v2
-
- public static class LookupUtil:
- static def GetTrackEvents (filename as string) as TagLib.ByteVector:
- file as File = File.Create (filename, ReadStyle.None)
- tag as Id3v2.Tag = file.GetTag (TagTypes.Id3v2, false)
- if tag == null:
- return ByteVector ()
-
- frame as EventTimeCodesFrame = EventTimeCodesFrame.Get (tag, false)
- if frame == null:
- return ByteVector ()
-
- return frame.Data
-
-
-
-
-
- Constructs and initializes a new instance of with empty
- identifier data.
-
-
- When a frame is created, it is not automatically added to
- the tag. Consider using for more
- integrated frame creation.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw data
- in a specified ID3v2 version.
-
-
- A Specifies the time unit to use in this frame.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw data
- in a specified ID3v2 version.
-
-
- A object starting with the raw
- representation of the new frame.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw data
- in a specified ID3v2 version.
-
-
- A containing the header of the frame
-
-
-
-
- Constructs and initializes a new instance of by reading its raw data
- in a specified ID3v2 version.
-
-
- A object containing the raw
- representation of the new frame.
-
-
- A indicating at what offset in
- the frame actually begins.
-
-
- A containing the header of the
- frame found at in the data.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Gets or sets the timestamp format for this frame instance.
-
-
- A that will be used in this frame instance.
-
-
-
-
- Gets or sets the events this frame contains.
- Each represents a single event at a certain point in time.
-
-
- A that are stored in this frame instance.
-
-
-
-
- Gets a play count frame from a specified tag, optionally
- creating it if it does not exist.
-
-
- A object to search in.
-
-
- A specifying whether or not to create
- and add a new frame to the tag if a match is not found.
-
-
- A object containing the
- matching frame, or if a match
- wasn't found and is .
-
-
-
-
- Populates the values in the current instance by parsing
- its field data in a specified version.
-
-
- A object containing the
- extracted field data.
-
-
- A indicating the ID3v2 version the
- field data is encoded in.
-
-
-
-
- Renders the values in the current instance into field
- data for a specified version.
-
-
- A indicating the ID3v2 version the
- field data is to be encoded in.
-
-
- A object containing the
- rendered field data.
-
-
-
-
- Creates a deep copy of the current instance.
-
-
- A new object identical to the
- current instance.
-
-
-
-
- This class extends , implementing support for
- ID3v2 Music CD Identifier (MCDI) Frames.
-
-
- Music CD Identifier Frames should contain the table of
- contents data as stored on the physical CD. It is primarily used
- for track information lookup by through web sources like CDDB.
-
-
- Reading the music CD identifier from a tag.
-
- using TagLib;
- using TagLib.Id3v2;
-
- public static class LookupUtil
- {
- public static ByteVector GetCdIdentifier (string filename)
- {
- File file = File.Create (filename, ReadStyle.None);
- Id3v2.Tag tag = file.GetTag (TagTypes.Id3v2, false) as Id3v2.Tag;
- if (tag == null)
- return new ByteVector ();
-
- MusicCdIdentifierFrame frame = MusicCdIdentifierFrame.Get (tag, false);
- if (frame == null)
- return new ByteVector ();
-
- return frame.Data;
- }
- }
-
-
- #using <System.dll>
- #using <taglib-sharp.dll>
-
- using System;
- using TagLib;
- using TagLib::Id3v2;
-
- public ref class LookupUtil abstract sealed
- {
- public:
- static ByteVector^ GetCdIdentifier (String^ filename)
- {
- File^ file = File::Create (filename, ReadStyle::None);
- Id3v2::Tag^ tag = dynamic_cast<Id3v2::Tag^> (file.GetTag (TagTypes::Id3v2, false));
- if (tag == null)
- return gcnew ByteVector;
-
- MusicCdIdentifierFrame^ frame = MusicCdIdentifierFrame::Get (tag, false);
- if (frame == null)
- return gcnew ByteVector;
-
- return frame->Data;
- }
- }
-
-
- Imports TagLib
- Imports TagLib.Id3v2
-
- Public Shared Class LookupUtil
- Public Shared Sub GetCdIdentifier (filename As String) As TagLib.ByteVector
- Dim file As File = File.Create (filename, ReadStyle.None)
- Dim tag As Id3v2.Tag = file.GetTag (TagTypes.Id3v2, False)
- If tag Is Nothing Return New ByteVector ()
-
- Dim frame As MusicCdIdentifierFrame = MusicCdIdentifierFrame.Get (tag, False)
- If frame Is Nothing Return New ByteVector ()
-
- Return frame.Data
- End Sub
- End Class
-
-
- import TagLib
- import TagLib.Id3v2
-
- public static class LookupUtil:
- static def GetCdIdentifier (filename as string) as TagLib.ByteVector:
- file as File = File.Create (filename, ReadStyle.None)
- tag as Id3v2.Tag = file.GetTag (TagTypes.Id3v2, false)
- if tag == null:
- return ByteVector ()
-
- frame as MusicCdIdentifierFrame = MusicCdIdentifierFrame.Get (tag, false)
- if frame == null:
- return ByteVector ()
-
- return frame.Data
-
-
-
-
-
- Constructs and initializes a new instance of with empty
- identifier data.
-
-
- When a frame is created, it is not automatically added to
- the tag. Consider using for more
- integrated frame creation.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw data
- in a specified ID3v2 version.
-
-
- A object starting with the raw
- representation of the new frame.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw data
- in a specified ID3v2 version.
-
-
- A object containing the raw
- representation of the new frame.
-
-
- A indicating at what offset in
- the frame actually begins.
-
-
- A containing the header of the
- frame found at in the data.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Gets and sets the identifier data stored in the current
- instance.
-
-
- A containing the identifier
- data stored in the current instance.
-
-
-
-
- Gets a music CD identifier frame from a specified tag,
- optionally creating it if it does not exist.
-
-
- A object to search in.
-
-
- A specifying whether or not to create
- and add a new frame to the tag if a match is not found.
-
-
- A object containing
- the matching frame, or if a match
- wasn't found and is .
-
-
-
-
- Populates the values in the current instance by parsing
- its field data in a specified version.
-
-
- A object containing the
- extracted field data.
-
-
- A indicating the ID3v2 version the
- field data is encoded in.
-
-
-
-
- Renders the values in the current instance into field
- data for a specified version.
-
-
- A indicating the ID3v2 version the
- field data is to be encoded in.
-
-
- A object containing the
- rendered field data.
-
-
-
-
- Creates a deep copy of the current instance.
-
-
- A new object identical to the
- current instance.
-
-
-
-
- This class extends , implementing support for
- ID3v2 Play Count (PCNT) Frames.
-
-
- Getting and incrementing the play count of a file.
-
- using TagLib;
- using TagLib.Id3v2;
-
- public static class TrackUtil
- {
- public static int GetPlayCount (string filename)
- {
- File file = File.Create (filename, ReadStyle.None);
- Id3v2.Tag tag = file.GetTag (TagTypes.Id3v2, false) as Id3v2.Tag;
- if (tag == null)
- return 0;
-
- PlayCountFrame frame = PlayCountFrame.Get (tag, false);
- if (frame == null)
- return 0;
-
- return frame.PlayCount;
- }
-
- public static void IncrementPlayCount (string filename)
- {
- File file = File.Create (filename, ReadStyle.None);
- Id3v2.Tag tag = file.GetTag (TagTypes.Id3v2, true) as Id3v2.Tag;
- if (tag == null)
- return;
-
- PlayCountFrame.Get (tag, true).PlayCount ++;
- file.Save ();
- }
- }
-
-
- #using <System.dll>
- #using <taglib-sharp.dll>
-
- using System;
- using TagLib;
- using TagLib::Id3v2;
-
- public ref class TrackUtil abstract sealed
- {
- public:
- static int GetPlayCount (String^ filename)
- {
- File^ file = File.Create (filename, ReadStyle.None);
- Id3v2::Tag^ tag = dynamic_cast<Id3v2::Tag^> (file.GetTag (TagTypes::Id3v2, false));
- if (tag == null)
- return 0;
-
- PlayCountFrame^ frame = PlayCountFrame::Get (tag, false);
- if (frame == null)
- return 0;
-
- return frame->PlayCount;
- }
-
- static void IncrementPlayCount (String^ filename)
- {
- File^ file = File::Create (filename, ReadStyle::None);
- Id3v2.Tag^ tag = dynamic_cast<Id3v2::Tag^> (file.GetTag (TagTypes::Id3v2, true));
- if (tag == null)
- return;
-
- PlayCountFrame::Get (tag, true)->PlayCount ++;
- file->Save ();
- }
- }
-
-
- Imports TagLib
- Imports TagLib.Id3v2
-
- Public Shared Class TrackUtil
- Public Shared Sub GetPlayCount (filename As String) As Integer
- Dim file As File = File.Create (filename, ReadStyle.None)
- Dim tag As Id3v2.Tag = file.GetTag (TagTypes.Id3v2, False)
- If tag Is Nothing Then Return 0
-
- Dim frame As PlayCountFrame = PlayCountFrame.Get (tag, False)
- If frame Is Nothing Then Return 0
-
- Return frame.PlayCount
- End Sub
-
- Public Shared Sub IncrementPlayCount (filename As String)
- Dim file As File = File.Create (filename, ReadStyle.None)
- Dim tag As Id3v2.Tag = file.GetTag (TagTypes.Id3v2, True)
- If tag Is Nothing Then Exit Sub
-
- PlayCountFrame.Get (tag, True).PlayCount += 1
- file.Save ()
- End Sub
- End Class
-
-
- import TagLib
- import TagLib.Id3v2
-
- public static class TrackUtil:
- static def GetPlayCount (filename as string) as int:
- file As File = File.Create (filename, ReadStyle.None)
- tag as Id3v2.Tag = file.GetTag (TagTypes.Id3v2, false)
- if tag == null:
- return 0
-
- frame as PlayCountFrame = PlayCountFrame.Get (tag, false)
- if frame == null:
- return 0
-
- return frame.PlayCount
-
- static def IncrementPlayCount (filename as string):
- file as File = File.Create (filename, ReadStyle.None)
- tag as Id3v2.Tag = file.GetTag (TagTypes.Id3v2, True)
- if tag == null:
- return
-
- PlayCountFrame.Get (tag, true).PlayCount ++
- file.Save ()
-
-
-
-
-
- Constructs and initializes a new instance of with a count of zero.
-
-
- When a frame is created, it is not automatically added to
- the tag. Consider using for more
- integrated frame creation.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw data in a
- specified ID3v2 version.
-
-
- A object starting with the raw
- representation of the new frame.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw data in a
- specified ID3v2 version.
-
-
- A object containing the raw
- representation of the new frame.
-
-
- A indicating at what offset in
- the frame actually begins.
-
-
- A containing the header of the
- frame found at in the data.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Gets and sets the play count of the current instance.
-
-
- A containing the play count of the
- current instance.
-
-
-
-
- Gets a play count frame from a specified tag, optionally
- creating it if it does not exist.
-
-
- A object to search in.
-
-
- A specifying whether or not to create
- and add a new frame to the tag if a match is not found.
-
-
- A object containing the
- matching frame, or if a match
- wasn't found and is .
-
-
-
-
- Populates the values in the current instance by parsing
- its field data in a specified version.
-
-
- A object containing the
- extracted field data.
-
-
- A indicating the ID3v2 version the
- field data is encoded in.
-
-
-
-
- Renders the values in the current instance into field
- data for a specified version.
-
-
- A indicating the ID3v2 version the
- field data is to be encoded in.
-
-
- A object containing the
- rendered field data.
-
-
-
-
- Creates a deep copy of the current instance.
-
-
- A new object identical to the
- current instance.
-
-
-
-
- This class extends , implementing support for
- ID3v2 Popularimeter (POPM) Frames.
-
-
-
-
- Contains the email of the user this frame belongs to.
-
-
-
-
- Constructs and initializes a new instance of for a specified user with a
- rating and play count of zero.
-
-
- When a frame is created, it is not automatically added to
- the tag. Consider using for more
- integrated frame creation.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw data in a
- specified ID3v2 version.
-
-
- A object starting with the raw
- representation of the new frame.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw data in a
- specified ID3v2 version.
-
-
- A object containing the raw
- representation of the new frame.
-
-
- A indicating at what offset in
- the frame actually begins.
-
-
- A containing the header of the
- frame found at in the data.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Gets and sets the user to whom the current instance
- belongs.
-
-
- A containing the user to whom the
- current instance belongs.
-
-
-
-
- Gets and sets the rating of the current instance.
-
-
- A containing the rating of the
- current instance.
-
-
-
-
- Gets and sets the play count of the current instance.
-
-
- A containing the play count of the
- current instance.
-
-
-
-
- Gets a popularimeter frame from a specified tag,
- optionally creating it if it does not exist.
-
-
- A object to search in.
-
-
- A containing the user to search for
- in the current instance.
-
-
- A specifying whether or not to create
- and add a new frame to the tag if a match is not found.
-
-
- A object containing the
- matching frame, or if a match
- wasn't found and is .
-
-
-
-
- Populates the values in the current instance by parsing
- its field data in a specified version.
-
-
- A object containing the
- extracted field data.
-
-
- A indicating the ID3v2 version the
- field data is encoded in.
-
-
-
-
- Renders the values in the current instance into field
- data for a specified version.
-
-
- A indicating the ID3v2 version the
- field data is to be encoded in.
-
-
- A object containing the
- rendered field data.
-
-
-
-
- Creates a deep copy of the current instance.
-
-
- A new object identical to the
- current instance.
-
-
-
-
- This class extends , implementing support for
- ID3v2 Private (PRIV) Frames.
-
-
- A should be used for storing
- values specific to the application that cannot or should not be
- stored in another frame type.
-
-
- Serializing a database entry and storing it in a private
- field.
-
- using System;
- using System.IO;
- using System.Runtime.Serialization;
- using System.Text;
- using System.Xml.Serialization;
- using TagLib.Id3v2;
-
- public static class DbUtil
- {
- public static void StoreDatabaseEntry (Tag tag, ISerializable dbEntry)
- {
- StringWriter data = new StringWriter (new StringBuilder ());
- XmlSerializer serializer = new XmlSerializer (dbEntry.GetType ());
- serializer.Serialize (data, dbEntry);
- PrivateFrame frame = PrivateFrame.Get (tag, "org.MyProgram.DatabaseEntry", true);
- frame.PrivateData = Encoding.UTF8.GetBytes (data.ToString ());
- }
-
- public static object GetDatabaseEntry (Tag tag, Type type)
- {
- PrivateFrame frame = PrivateFrame.Get (tag, "org.MyProgram.DatabaseEntry", false);
- if (frame == null)
- return null;
-
- XmlSerializer serializer = new XmlSerializer (type);
- return serializer.Deserialize (new MemoryStream (frame.PrivateData));
- }
- }
-
-
- #using <System.dll>
- #using <System.Xml.dll>
- #using <taglib-sharp.dll>
-
- using System;
- using System::IO;
- using System::Runtime::Serialization;
- using System::Text;
- using System::Xml::Serialization;
- using TagLib::Id3v2;
-
- public ref class DbUtil abstract sealed
- {
- public:
- static void StoreDatabaseEntry (Tag^ tag, ISerializable^ dbEntry)
- {
- StringWriter^ data = gcnew StringWriter (gcnew StringBuilder);
- XmlSerializer serializer = gcnew XmlSerializer (dbEntry->GetType ());
- serializer->Serialize (data, dbEntry);
- PrivateFrame frame = PrivateFrame::Get (tag, L"org.MyProgram.DatabaseEntry", true);
- frame.PrivateData = Encoding::UTF8->GetBytes (data->ToString ());
- }
-
- static Object^ GetDatabaseEntry (Tag^ tag, Type^ type)
- {
- PrivateFrame^ frame = PrivateFrame::Get (tag, L"org.MyProgram.DatabaseEntry", false);
- if (frame == null)
- return null;
-
- XmlSerializer serializer = gcnew XmlSerializer (type);
- return serializer->Deserialize (gcnew MemoryStream (frame->PrivateData));
- }
- }
-
-
- Imports System
- Imports System.IO
- Imports System.Runtime.Serialization
- Imports System.Text
- Imports System.Xml.Serialization
- Imports TagLib.Id3v2
-
- Public Shared Class DbUtil
- Public Shared Sub StoreDatabaseEntry (tag As Tag, dbEntry As ISerializable)
- Dim data As New StringWriter (New StringBuilder ())
- Dim serializer As New XmlSerializer (dbEntry.GetType ())
- serializer.Serialize (data, dbEntry)
- Dim frame As PrivateFrame = PrivateFrame.Get (tag, "org.MyProgram.DatabaseEntry", True)
- frame.PrivateData = Encoding.UTF8.GetBytes (data.ToString ())
- End Sub
-
- Public Shared Sub GetDatabaseEntry (tag As Tag, type As Type)
- Dim frame As PrivateFrame = PrivateFrame.Get (tag, "org.MyProgram.DatabaseEntry", False)
- If frame Is Nothing Then Return Nothing
-
- Dim serializer As XmlSerializer = New XmlSerializer (type)
- Return serializer.Deserialize (New MemoryStream (frame.PrivateData))
- End Sub
- End Class
-
-
- import System
- import System.IO
- import System.Runtime.Serialization
- import System.Text
- import System.Xml.Serialization
- import TagLib.Id3v2
-
- public static class DbUtil:
- static def StoreDatabaseEntry (tag as Tag, dbEntry as ISerializable):
- data as StringWriter = StringWriter (StringBuilder ())
- serializer as XmlSerializer = XmlSerializer (dbEntry.GetType ())
- serializer.Serialize (data, dbEntry)
- frame as PrivateFrame = PrivateFrame.Get (tag, "org.MyProgram.DatabaseEntry", true)
- frame.PrivateData = Encoding.UTF8.GetBytes (data.ToString ())
-
- static def GetDatabaseEntry (tag As Tag, type As Type):
- frame as PrivateFrame = PrivateFrame.Get (tag, "org.MyProgram.DatabaseEntry", false)
- if frame == null:
- return null
-
- serializer as XmlSerializer = XmlSerializer (type)
- return serializer.Deserialize (MemoryStream (frame.PrivateData))
-
-
-
-
-
- Constructs and initializes a new instance of for a specified owner and data.
-
-
- A containing the owner of the new
- frame.
-
-
- A object containing the data
- for the new frame.
-
-
- When a frame is created, it is not automatically added to
- the tag. Consider using for more
- integrated frame creation.
-
-
-
-
- Constructs and initializes a new instance of without data for a specified
- owner.
-
-
- A containing the owner of the new
- frame.
-
-
- When a frame is created, it is not automatically added to
- the tag. Consider using for more
- integrated frame creation.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw data in a
- specified ID3v2 version.
-
-
- A object starting with the raw
- representation of the new frame.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw data in a
- specified ID3v2 version.
-
-
- A object containing the raw
- representation of the new frame.
-
-
- A indicating at what offset in
- the frame actually begins.
-
-
- A containing the header of the
- frame found at in the data.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Gets the owner of the current instance.
-
-
- A containing the owner of the
- current instance.
-
-
- There should only be one frame with a given owner per
- tag.
-
-
-
-
- Gets and sets the private data stored in the current
- instance.
-
-
- A containing the private data
- stored in the current instance.
-
-
-
-
- Gets a specified private frame from the specified tag,
- optionally creating it if it does not exist.
-
-
- A object to search in.
-
-
- A specifying the owner to match.
-
-
- A specifying whether or not to create
- and add a new frame to the tag if a match is not found.
-
-
- A object containing the
- matching frame, or if a match
- wasn't found and is .
-
-
-
-
- Populates the values in the current instance by parsing
- its field data in a specified version.
-
-
- A object containing the
- extracted field data.
-
-
- A indicating the ID3v2 version the
- field data is encoded in.
-
-
-
-
- Renders the values in the current instance into field
- data for a specified version.
-
-
- A indicating the ID3v2 version the
- field data is to be encoded in.
-
-
- A object containing the
- rendered field data.
-
-
- is less than 3. ID3v2.2 does
- not support this frame.
-
-
-
-
- Creates a deep copy of the current instance.
-
-
- A new object identical to the
- current instance.
-
-
-
-
- Specified the type of channel data to get from or set to a
- object.
-
-
-
-
- The channel data is for some other speaker.
-
-
-
-
- The channel data is for the master volume.
-
-
-
-
- The channel data is for the front right speaker.
-
-
-
-
- The channel data is for the front left speaker.
-
-
-
-
- The channel data is for the back right speaker.
-
-
-
-
- The channel data is for the back left speaker.
-
-
-
-
- The channel data is for the front center speaker.
-
-
-
-
- The channel data is for the back center speaker.
-
-
-
-
- The channel data is for the subwoofer.
-
-
-
-
- This class extends , implementing support for
- ID3v2 Relative Volume (RVA2) Frames.
-
-
-
-
- Contains the channel data.
-
-
-
-
- Constructs and initializes a new instance of with a specified
- identifier.
-
-
- A object containing the
- identification to use for the new frame.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw data in
- a specified ID3v2 version.
-
-
- A object starting with the raw
- representation of the new frame.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw data in
- a specified ID3v2 version.
-
-
- A object containing the raw
- representation of the new frame.
-
-
- A indicating at what offset in
- the frame actually begins.
-
-
- A containing the header of the
- frame found at in the data.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Gets the identification used for the current instance.
-
-
- A object containing the
- identification used for the current instance.
-
-
-
-
- Gets a list of the channels in the current instance that
- contain a value.
-
-
- A containing the channels
- which have a value set in the current instance.
-
-
-
-
- Creates a text description of the current instance.
-
-
- A object containing a description
- of the current instance.
-
-
-
-
- Gets the volume adjustment index for a specified channel.
-
-
- A value specifying which
- channel to get the value for.
-
-
- A value containing the volume
- adjustment index.
-
-
- The volume adjustment index is simply the volume
- adjustment multiplied by 512.
-
-
-
-
-
-
- Sets the volume adjustment index for a specified channel.
-
-
- A value specifying which
- channel to set the value for.
-
-
- A value containing the volume
- adjustment index.
-
-
-
-
-
-
- Gets the volume adjustment for a specified channel.
-
-
- A value specifying which
- channel to get the value for.
-
-
- A value containing the volume
- adjustment in decibles.
-
-
- The value can be between -64dB and +64dB.
-
-
-
-
-
-
- Sets the volume adjustment for a specified channel.
-
-
- A value specifying which
- channel to set the value for.
-
-
- A value containing the volume
- adjustment in decibles.
-
-
- The value can be between -64dB and +64dB.
-
-
-
-
-
-
- Gets the peak volume index for a specified channel.
-
-
- A value specifying which
- channel to get the value for.
-
-
- A value containing the peak volume
- index.
-
-
- The peak volume index is simply the peak volume
- multiplied by 512.
-
-
-
-
-
-
- Sets the peak volume index for a specified channel.
-
-
- A value specifying which
- channel to set the value for.
-
-
- A value containing the peak volume
- index.
-
-
- The peak volume index is simply the peak volume
- multiplied by 512.
-
-
-
-
-
-
- Gets the peak volume for a specified channel.
-
-
- A value specifying which
- channel to get the value for.
-
-
- A value containing the peak volume.
-
-
-
-
-
-
- Sets the peak volume for a specified channel.
-
-
- A value specifying which
- channel to set the value for.
-
-
- A value containing the peak volume.
-
-
-
-
-
-
- Gets a specified volume adjustment frame from the
- specified tag, optionally creating it if it does not
- exist.
-
-
- A object to search in.
-
-
- A specifying the identification to
- match.
-
-
- A specifying whether or not to create
- and add a new frame to the tag if a match is not found.
-
-
- A object containing
- the matching frame, or if a match
- wasn't found and is .
-
-
-
-
- Populates the values in the current instance by parsing
- its field data in a specified version.
-
-
- A object containing the
- extracted field data.
-
-
- A indicating the ID3v2 version the
- field data is encoded in.
-
-
- contains less than 5 bytes.
-
-
-
-
- Renders the values in the current instance into field
- data for a specified version.
-
-
- A indicating the ID3v2 version the
- field data is to be encoded in.
-
-
- A object containing the
- rendered field data.
-
-
-
-
- Creates a deep copy of the current instance.
-
-
- A new object identical to the
- current instance.
-
-
-
-
- This class extends , implementing support for
- ID3v2 Synchronised Lyrics and Text (SYLT) Frames.
-
-
-
-
- Contains the ISO-639-2 language code.
-
-
-
-
- Contains the text.
-
-
-
-
- Constructs and initializes a new instance of with a specified
- description, ISO-639-2 language code, text type, and text
- encoding.
-
-
- A object containing the description
- of the new instnace.
-
-
- A object containing the ISO-639-2
- language code of the new instance.
-
-
- A containing the type of
- text to be stored in the new instance.
-
-
- A containing the text encoding
- to use when rendering the new instance.
-
-
- When a frame is created, it is not automatically added to
- the tag. Consider using for more
- integrated frame creation.
-
-
-
-
- Constructs and initializes a new instance of with a specified
- description, ISO-639-2 language code, and text type.
-
-
- A object containing the description
- of the new instnace.
-
-
- A object containing the ISO-639-2
- language code of the new instance.
-
-
- A containing the type of
- text to be stored in the new instance.
-
-
- When a frame is created, it is not automatically added to
- the tag. Consider using for more
- integrated frame creation.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw data
- in a specified ID3v2 version.
-
-
- A object starting with the raw
- representation of the new instance.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw data
- in a specified ID3v2 version.
-
-
- A object containing the raw
- representation of the new instance.
-
-
- A indicating at what offset in
- the frame actually begins.
-
-
- A containing the header of the
- frame found at in the data.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Gets and sets the text encoding to use when storing the
- current instance.
-
-
- A containing the text encoding to
- use when storing the current instance.
-
-
- This encoding is overridden when rendering if is or the render version does not support
- it.
-
-
-
-
- Gets and sets the ISO-639-2 language code stored in the
- current instance.
-
-
- A containing the ISO-639-2 language
- code stored in the current instance.
-
-
- There should only be one frame with a matching
- description, type, and ISO-639-2 language code per tag.
-
-
-
-
- Gets and sets the description stored in the current
- instance.
-
-
- A containing the description
- stored in the current instance.
-
-
- There should only be one frame with a matching
- description, type, and ISO-639-2 language code per tag.
-
-
-
-
- Gets and sets the timestamp format used by the current
- instance.
-
-
- A value describing the
- timestamp format used by the current instance.
-
-
-
-
- Gets and sets the type of text contained in the current
- instance.
-
-
- A value describing the
- type of text contained in the current instance.
-
-
-
-
- Gets and sets the text contained in the current
- instance.
-
-
- A containing the text
- contained in the current instance.
-
-
-
-
- Gets a specified lyrics frame from the specified tag,
- optionally creating it if it does not exist.
-
-
- A object to search in.
-
-
- A object specifying the description
- to match.
-
-
- A object specifying the ISO-639-2
- language code to match.
-
-
- A value specifying the
- text type to match.
-
-
- A specifying whether or not to create
- and add a new frame to the tag if a match is not found.
-
-
- A object
- containing the matching frame, or
- if a match wasn't found and is
- .
-
-
-
-
- Gets a specified lyrics frame from the specified tag,
- trying to to match the description and language but
- accepting an incomplete match.
-
-
- A object to search in.
-
-
- A object specifying the description
- to match.
-
-
- A object specifying the ISO-639-2
- language code to match.
-
-
- A value specifying the
- text type to match.
-
-
- A object
- containing the matching frame, or
- if a match wasn't found.
-
-
- The method tries matching with the following order
- of precidence:
-
- - The first frame with a matching
- description, language, and type.
- - The first frame with a matching
- description and language.
- - The first frame with a matching
- language.
- - The first frame with a matching
- description.
- - The first frame with a matching
- type.
- - The first frame.
-
-
-
-
-
- Populates the values in the current instance by parsing
- its field data in a specified version.
-
-
- A object containing the
- extracted field data.
-
-
- A indicating the ID3v2 version the
- field data is encoded in.
-
-
-
-
- Renders the values in the current instance into field
- data for a specified version.
-
-
- A indicating the ID3v2 version the
- field data is to be encoded in.
-
-
- A object containing the
- rendered field data.
-
-
-
-
- Creates a deep copy of the current instance.
-
-
- A new object identical to the
- current instance.
-
-
-
-
- This structure contains a single entry in a object.
-
-
-
-
- Constructs and initializes a new instance of with a specified time and text.
-
-
- A value representing an amount of
- time in a format define in the class using it. The
- specific format is specified in .
-
-
- A object containing the text
- for the point in time.
-
-
-
-
- Gets and sets the time offset of the current instance.
-
-
- A value representing an amount of
- time in a format define in the class using it. The
- specific format is specified in .
-
-
-
-
- Gets and sets the text for the point in time represented
- by the current instance.
-
-
- A object containing the text
- for the point in time.
-
-
-
-
- This class extends to provide support for
- Table of Contents Frames, i.e. "CTOC",
- (ID3v2 Chapter Frame Addendum 1.0, https://id3.org/id3v2-chapters-1.0).
-
-
- The is special in that it can hold
- an arbitrary amount of sub-frames, which are made available here as a
- List of s in the property .
-
- A tag may contain multiple s, there
- may however be only one top-level "CTOC" as stated by the
- property .
-
- Each must have an identifying string
- that is unique across all s and
- s in the tag. This is the
- property. It is not intended for humans and players will not display it.
- For humans, add a "TIT2" .
-
-
-
-
- Constructs and initializes a new empty instance of .
-
-
-
-
- Constructs and initializes a new empty instance of with the given TOC Id.
-
-
-
-
- Constructs and initializes a new instance of with the given TOC Id
- and adds a TIT2
- with the given title.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw data in
- a specified ID3v2 version.
-
-
- A object starting with the raw
- representation of the new frame.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw data in a
- specified ID3v2 version.
-
-
- A object containing the raw
- representation of the new frame.
-
-
- A indicating at what offset in
- the frame actually begins.
-
-
- A containing the header of the
- frame found at in the data.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Gets and sets the internal table of contents id.
- This should be
- and must be unique with respect to any other
- "CTOC" or "CHAP" frame in the tag.
-
-
-
-
- Gets and sets the boolean stating that this is the root
- of all "CTOC"s. As such there must be only one
- "CTOC" with this set to true.
-
-
-
-
- Gets and sets the boolean stating that this table of
- contents’ chapters should be played in order.
-
-
-
-
- Gets and sets the list of chapters in this table of contents
- identified by their s.
- Because the number of chapters is stored in this frame using
- only one byte for parsing purposes, this should not contain
- more than 255 chapters.
-
-
-
-
- Gets and sets the descriptive sub-fields for this chapter. It
- is recommended by the spec to have at least a "TIT2"
- with the chapter title, but
- it can contain anything.
-
-
- A List of arbitrary s.
-
-
-
-
- Populates the values in the current instance by parsing
- its field data in a specified version.
-
-
- A object containing the
- extracted field data.
-
-
- A indicating the ID3v2 version the
- field data is encoded in.
-
-
-
-
- Renders the values in the current instance into field
- data for a specified version.
-
-
- A indicating the ID3v2 version the
- field data is to be encoded in.
-
-
- A object containing the
- rendered field data.
-
-
-
-
- Creates a deep copy of the current instance.
-
-
- A new object identical to the
- current instance.
-
-
-
-
- This class extends , implementing support for
- ID3v2 Terms of Use (USER) Frames.
-
-
- This frame contains license text or restrictions on the use of a
- media file.
-
-
-
-
- Contains the ISO-639-2 language code of the current
- instance.
-
-
-
-
- Constructs and intializes a new instance of with a specified language and
- encoding.
-
-
- A containing the ISO-639-2 language
- code of the new frame.
-
-
- A containing the text encoding
- to use when rendering the new frame.
-
-
- When a frame is created, it is not automatically added to
- the tag. Consider using for more
- integrated frame creation.
-
-
-
-
- Constructs and intializes a new instance of with a specified language.
-
-
- A containing the ISO-639-2 language
- code of the new frame.
-
-
- When a frame is created, it is not automatically added to
- the tag. Consider using for more
- integrated frame creation.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw data in a
- specified ID3v2 version.
-
-
- A object starting with the raw
- representation of the new frame.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw data in a
- specified ID3v2 version.
-
-
- A object containing the raw
- representation of the new frame.
-
-
- A indicating at what offset in
- the frame actually begins.
-
-
- A containing the header of the
- frame found at in the data.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Gets and sets the text encoding to use when storing the
- current instance.
-
-
- A containing the text encoding to
- use when storing the current instance.
-
-
- This encoding is overridden when rendering if is or the render version does not support
- it.
-
-
-
-
- Gets and sets the ISO-639-2 language code stored in the
- current instance.
-
-
- A containing the ISO-639-2 language
- code stored in the current instance.
-
-
- There should only be one file with a matching
- ISO-639-2 language code per tag.
-
-
-
-
- Gets and sets the terms of use stored in the current
- instance.
-
-
- A object containing the terms of
- use.
-
-
-
-
- Gets a string representation of the current instance.
-
-
- A containing the terms of use.
-
-
-
-
- Gets a specified terms of use frame from the specified
- tag, optionally creating it if it does not exist.
-
-
- A object to search in.
-
-
- A specifying the ISO-639-2 language
- code to match.
-
-
- A specifying whether or not to create
- and add a new frame to the tag if a match is not found.
-
-
- A object containing the
- matching frame, or if a match
- wasn't found and is .
-
-
-
-
- Gets a specified terms of use frame from the specified
- tag, trying to to match the language but accepting one
- with a different language if a match was not found.
-
-
- A object to search in.
-
-
- A specifying the ISO-639-2 language
- code to match.
-
-
- A object containing the
- matching frame, or if a match
- wasn't found.
-
-
-
-
- Populates the values in the current instance by parsing
- its field data in a specified version.
-
-
- A object containing the
- extracted field data.
-
-
- A indicating the ID3v2 version the
- field data is encoded in.
-
-
-
-
- Renders the values in the current instance into field
- data for a specified version.
-
-
- A indicating the ID3v2 version the
- field data is to be encoded in.
-
-
- A object containing the
- rendered field data.
-
-
-
-
- Creates a deep copy of the current instance.
-
-
- A new object identical to the
- current instance.
-
-
-
-
- This class extends to provide support ID3v2
- Text Information Frames (Section 4.2), covering "T000" to
- "TZZZ", excluding "TXXX".
-
-
- Text Information Frames contain the most commonly used
- values in tagging, including the artist, the track name, and just
- about any value that can be expressed as text.
- The following table contains types and descriptions as
- found in the ID3 2.4.0 native frames specification. (Copyright
- (C) Martin Nilsson 2000.)
-
-
-
- ID
- Description
-
- -
- TIT1
- The 'Content group description' frame is used
- if the sound belongs to a larger category of sounds/music.
- For example, classical music is often sorted in different
- musical sections (e.g. "Piano Concerto", "Weather -
- Hurricane").
-
- -
- TIT2
- The 'Title/Songname/Content description' frame
- is the actual name of the piece (e.g. "Adagio", "Hurricane
- Donna").
-
- -
- TIT3
- The 'Subtitle/Description refinement' frame is
- used for information directly related to the contents title
- (e.g. "Op. 16" or "Performed live at
- Wembley").
-
- -
- TALB
- The 'Album/Movie/Show title' frame is intended
- for the title of the recording (or source of sound) from
- which the audio in the file is taken.
-
- -
- TOAL
- The 'Original album/movie/show title' frame is
- intended for the title of the original recording (or source
- of sound), if for example the music in the file should be a
- cover of a previously released song.
-
- -
- TRCK
- The 'Track number/Position in set' frame is a
- numeric string containing the order number of the
- audio-file on its original recording. This MAY be extended
- with a "/" character and a numeric string containing the
- total number of tracks/elements on the original recording.
- E.g. "4/9".
-
- -
- TPOS
- The 'Part of a set' frame is a numeric string
- that describes which part of a set the audio came from.
- This frame is used if the source described in the "TALB"
- frame is divided into several mediums, e.g. a double CD.
- The value MAY be extended with a "/" character and a
- numeric string containing the total number of parts in the
- set. E.g. "1/2".
-
- -
- TSST
- The 'Set subtitle' frame is intended for the
- subtitle of the part of a set this track belongs
- to.
-
- -
- TSRC
- The 'ISRC' frame should contain the
- International Standard Recording Code [ISRC] (12
- characters).
-
- -
- TPE1
- The
- 'Lead artist/Lead performer/Soloist/Performing group' is
- used for the main artist.
-
- -
- TPE2
- The 'Band/Orchestra/Accompaniment' frame is
- used for additional information about the performers in the
- recording.
-
- -
- TPE3
- The 'Conductor' frame is used for the name of
- the conductor.
-
- -
- TPE4
- The 'Interpreted, remixed, or otherwise
- modified by' frame contains more information about the
- people behind a remix and similar interpretations of
- another existing piece.
-
- -
- TOPE
- The 'Original artist/performer' frame is
- intended for the performer of the original recording, if
- for example the music in the file should be a cover of a
- previously released song.
-
- -
- TEXT
- The 'Lyricist/Text writer' frame is intended
- for the writer of the text or lyrics in the
- recording.
-
- -
- TOLY
- The 'Original lyricist/text writer' frame is
- intended for the text writer of the original recording, if
- for example the music in the file should be a cover of a
- previously released song.
-
- -
- TCOM
- The 'Composer' frame is intended for the name
- of the composer.
-
- -
- TMCL
- The 'Musician credits list' is intended as a
- mapping between instruments and the musician that played
- it. Every odd field is an instrument and every even is an
- artist or a comma delimited list of artists.
-
- -
- TIPL
- The 'Involved people list' is very similar to
- the musician credits list, but maps between functions, like
- producer, and names.
-
- -
- TENC
- The 'Encoded by' frame contains the name of
- the person or organisation that encoded the audio file.
- This field may contain a copyright message, if the audio
- file also is copyrighted by the encoder.
-
- -
- TBPM
- The 'BPM' frame contains the number of beats
- per minute in the main part of the audio. The BPM is an
- integer and represented as a numerical
- string.
-
- -
- TLEN
- The 'Length' frame contains the length of the
- audio file in milliseconds, represented as a numeric
- string.
-
- -
- TKEY
- The 'Initial key' frame contains the musical
- key in which the sound starts. It is represented as a
- string with a maximum length of three characters. The
- ground keys are represented with "A","B","C","D","E", "F"
- and "G" and halfkeys represented with "b" and "#". Minor is
- represented as "m", e.g. "Dbm". Off key is represented with
- an "o" only.
-
- -
- TLAN
- The 'Language' frame should contain the
- languages of the text or lyrics spoken or sung in the
- audio. The language is represented with three characters
- according to ISO-639-2. If more than one language is used
- in the text their language codes should follow according to
- the amount of their usage.
-
- -
- TCON
- The 'Content type', which ID3v1 was stored as
- a one byte numeric value only, is now a string. You may use
- one or several of the ID3v1 types as numerical strings, or,
- since the category list would be impossible to maintain
- with accurate and up to date categories, define your
- own.
-
- -
- TFLT
- The 'File type' frame indicates which type of
- audio this tag defines. (See the specification for more
- details.)
-
- -
- TMED
- The 'Media type' frame describes from which
- media the sound originated. (See the specification for more
- details.)
-
- -
- TMOO
- The 'Mood' frame is intended to reflect the
- mood of the audio with a few keywords, e.g. "Romantic" or
- "Sad".
-
- -
- TCOP
- The 'Copyright message' frame, in which the
- string must begin with a year and a space character (making
- five characters), is intended for the copyright holder of
- the original sound, not the audio file itself. The absence
- of this frame means only that the copyright information is
- unavailable or has been removed, and must not be
- interpreted to mean that the audio is public domain. Every
- time this field is displayed the field must be preceded
- with "Copyright " (C) " ", where (C) is one character
- showing a C in a circle.
-
- -
- TPRO
- The 'Produced notice' frame, in which the
- string must begin with a year and a space character (making
- five characters), is intended for the production copyright
- holder of the original sound, not the audio file itself.
- The absence of this frame means only that the production
- copyright information is unavailable or has been removed,
- and must not be interpreted to mean that the audio is
- public domain. Every time this field is displayed the field
- must be preceded with "Produced " (P) " ", where (P) is one
- character showing a P in a circle.
-
- -
- TPUB
- The 'Publisher' frame simply contains the name
- of the label or publisher.
-
- -
- TOWN
- The 'File owner/licensee' frame contains the
- name of the owner or licensee of the file and it's
- contents.
-
- -
- TRSN
- The 'Internet radio station name' frame
- contains the name of the internet radio station from which
- the audio is streamed.
-
- -
- TRSO
- The 'Internet radio station owner' frame
- contains the name of the owner of the internet radio
- station from which the audio is streamed.
-
- -
- TOFN
- The 'Original filename' frame contains the
- preferred filename for the file, since some media doesn't
- allow the desired length of the filename. The filename is
- case sensitive and includes its suffix.
-
- -
- TDLY
- The 'Playlist delay' defines the numbers of
- milliseconds of silence that should be inserted before this
- audio. The value zero indicates that this is a part of a
- multifile audio track that should be played
- continuously.
-
- -
- TDEN
- The 'Encoding time' frame contains a timestamp
- describing when the audio was encoded. Timestamp format is
- described in the ID3v2 structure document.
-
- -
- TDOR
- The 'Original release time' frame contains a
- timestamp describing when the original recording of the
- audio was released. Timestamp format is described in the
- ID3v2 structure document.
-
- -
- TDRC
- The 'Recording time' frame contains a
- timestamp describing when the audio was recorded. Timestamp
- format is described in the ID3v2 structure
- document.
-
- -
- TDRL
- The 'Release time' frame contains a timestamp
- describing when the audio was first released. Timestamp
- format is described in the ID3v2 structure
- document.
-
- -
- TDTG
- The 'Tagging time' frame contains a timestamp
- describing then the audio was tagged. Timestamp format is
- described in the ID3v2 structure document.
-
- -
- TSSE
- The 'Software/Hardware and settings used for
- encoding' frame includes the used audio encoder and its
- settings when the file was encoded. Hardware refers to
- hardware encoders, not the computer on which a program was
- run.
-
- -
- TSOA
- The 'Album sort order' frame defines a string
- which should be used instead of the album name (TALB) for
- sorting purposes. E.g. an album named "A Soundtrack" might
- preferably be sorted as "Soundtrack".
-
- -
- TSOP
- The 'Performer sort order' frame defines a
- string which should be used instead of the performer (TPE2)
- for sorting purposes.
-
- -
- TSOT
- The 'Title sort order' frame defines a string
- which should be used instead of the title (TIT2) for
- sorting purposes.
-
-
-
-
-
-
- Contains the encoding to use for the text.
-
-
-
-
- Contains the text fields.
-
-
-
-
- Contains the raw data from the frame, or if it has been processed.
-
-
- Rather than processing the data when the frame is loaded,
- it is parsed on demand, reducing the ammount of
- unnecessary conversion.
-
-
-
-
- Contains the ID3v2 version of .
-
-
-
-
- Contains the Encoding of the raw_data
-
-
-
-
- Constructs and initializes a new instance of with a specified
- identifier and text encoding.
-
-
- A object containing an ID3v2.4
- frame identifier.
-
-
- A value specifying the encoding
- to use for the new instance.
-
-
-
-
- Constructs and initializes a new instance of with a specified
- identifer.
-
-
- A object containing an ID3v2.4
- frame identifier.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw
- contents in a specified ID3v2 version.
-
-
- A object starting with the
- frame to read.
-
-
- A value containing the ID3v2 version
- in which is encoded.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw
- contents from a specifed position in a object in a specified ID3v2 version.
-
-
- A object containing the frame
- to read.
-
-
- A value specifying the offset in
- at which the frame begins.
-
-
- A value containing the header
- that would be read in the frame.
-
-
- A value containing the ID3v2 version
- in which is encoded.
-
-
-
-
- Gets the text contained in the current instance.
-
-
- A object containing the
- text contained in the current instance.
-
-
- Modifying the contents of the returned value will not
- modify the contents of the current instance.
-
-
-
-
- Gets and sets the text contained in the current
- instance.
-
-
- A containing the text contained
- in the current instance.
-
-
- Modifying the contents of the returned value will
- not modify the contents of the current instance. The
- value must be reassigned for the value to change.
-
-
- Modifying the values text values of a frame.
- TextInformationFrame frame = TextInformationFrame.Get (myTag, "TPE1", true);
- /* Upper casing all the text: */
- string[] text = frame.Text;
- for (int i = 0; i < text.Length; i++)
- text [i] = text [i].ToUpper ();
- frame.Text = text;
-
- /* Replacing the value completely: */
- frame.Text = new string [] {"DJ Jazzy Jeff"};
-
-
-
-
- Gets and sets the text encoding to use when rendering
- the current instance.
-
-
- A value specifying the encoding
- to use when rendering the current instance.
-
-
- This value will be overwritten if is .
-
-
-
-
- Sets the text contained in the current instance.
-
-
- A object containing text
- to store in the current instance.
-
-
-
-
- Sets the text contained in the current instance.
-
-
- A containing text to store in the
- current instance.
-
-
-
-
- Gets a string representation of the current instance.
-
-
- A containing the joined text.
-
-
-
-
- Renders the current instance, encoded in a specified
- ID3v2 version.
-
-
- A value specifying the version of
- ID3v2 to use when encoding the current instance.
-
-
- A object containing the
- rendered version of the current instance.
-
-
-
-
- Gets a object of a
- specified type from a specified tag, optionally creating
- and adding one with a specified encoding if none is
- found.
-
-
- A object to search for the specified
- tag in.
-
-
- A object containing the frame
- identifer to search for.
-
-
- A value specifying the encoding
- to use if a new frame is created.
-
-
- A value specifying whether or not to
- create a new frame if an existing frame was not found.
-
-
- A object containing
- the frame found in or added to or
- if no value was found is .
-
-
- To create a frame without having to specify the encoding,
- use .
-
-
- or is
- .
-
-
- is not exactly four bytes long.
-
-
-
-
- Gets a object of a
- specified type from a specified tag, optionally creating
- and adding one if none is found.
-
-
- A object to search for the specified
- tag in.
-
-
- A object containing the frame
- identifer to search for.
-
-
- A value specifying whether or not to
- create a new frame if an existing frame was not found.
-
-
- A object containing
- the frame found in or added to or
- if no value was found is .
-
-
- or is
- .
-
-
- is not exactly four bytes long.
-
-
-
-
- Gets a object of a
- specified type from a specified tag.
-
-
- A object to search for the specified
- tag in.
-
-
- A object containing the frame
- identifer to search for.
-
-
- A object containing
- the frame found in or if no value was found.
-
-
- or is
- .
-
-
- is not exactly four bytes long.
-
-
-
-
- Populates the values in the current instance by parsing
- its field data in a specified version.
-
-
- A object containing the
- extracted field data.
-
-
- A indicating the ID3v2 version the
- field data is encoded in.
-
-
-
-
- Performs the actual parsing of the raw data.
-
-
- Because of the high parsing cost and relatively low usage
- of the class, only stores the
- field data so it can be parsed on demand. Whenever a
- property or method is called which requires the data,
- this method is called, and only on the first call does it
- actually parse the data.
-
-
-
-
- Renders the values in the current instance into field
- data for a specified version.
-
-
- A indicating the ID3v2 version the
- field data is to be encoded in.
-
-
- A object containing the
- rendered field data.
-
-
-
-
- Creates a deep copy of the current instance.
-
-
- A new object identical to the
- current instance.
-
-
-
-
- This class extends to provide
- support for ID3v2 User Text Information (TXXX) Frames.
-
-
-
-
- Constructs and initializes a new instance of with a specified
- description and text encoding.
-
-
- A containing the description of the
- new frame.
-
-
- A containing the text encoding
- to use when rendering the new frame.
-
-
- When a frame is created, it is not automatically added to
- the tag. Consider using for more
- integrated frame creation.
-
-
-
-
- Constructs and initializes a new instance of with a specified
- description.
-
-
- A containing the description of the
- new frame.
-
-
- When a frame is created, it is not automatically added to
- the tag. Consider using for more integrated frame
- creation.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw
- data in a specified ID3v2 version.
-
-
- A object starting with the raw
- representation of the new frame.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw
- data in a specified ID3v2 version.
-
-
- A object containing the raw
- representation of the new frame.
-
-
- A indicating at what offset in
- the frame actually begins.
-
-
- A containing the header of the
- frame found at in the data.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Gets and sets the description stored in the current
- instance.
-
-
- A containing the description
- stored in the current instance.
-
-
- There should only be one frame with a matching
- description per tag.
-
-
-
-
- Gets and sets the text contained in the current
- instance.
-
-
- A containing the text contained
- in the current instance.
-
-
- Modifying the contents of the returned value will
- not modify the contents of the current instance. The
- value must be reassigned for the value to change.
-
-
-
-
- Gets a string representation of the current instance.
-
-
- A containing the joined text.
-
-
-
-
- Gets a specified user text frame from the specified tag,
- optionally creating it if it does not exist and optionally
- searching for the frame case-insensitive.
-
-
- A object to search in.
-
-
- A specifying the description to
- match.
-
-
- A specifying the encoding to
- use if creating a new frame.
-
-
- A specifying whether or not to create
- and add a new frame to the tag if a match is not found.
-
-
- A specifying whether or not to search
- for the frame case-sensitive.
-
-
- A object
- containing the matching frame, or
- if a match wasn't found and is
- .
-
-
-
-
- Gets a specified user text frame from the specified tag,
- optionally creating it if it does not exist.
-
-
- A object to search in.
-
-
- A specifying the description to
- match.
-
-
- A specifying the encoding to
- use if creating a new frame.
-
-
- A specifying whether or not to create
- and add a new frame to the tag if a match is not found.
-
-
- A object
- containing the matching frame, or
- if a match wasn't found and is
- .
-
-
-
-
- Gets a specified user text frame from the specified tag,
- optionally creating it if it does not exist.
-
-
- A object to search in.
-
-
- A specifying the description to
- match.
-
-
- A specifying whether or not to create
- and add a new frame to the tag if a match is not found.
-
-
- A object
- containing the matching frame, or
- if a match wasn't found and is
- .
-
-
-
-
- Gets a specified user text frame from the specified tag.
-
-
- A object to search in.
-
-
- A specifying the description to
- match.
-
-
- A object
- containing the matching frame, or
- if a match wasn't found.
-
-
-
-
- This class extends , implementing support for
- ID3v2 Unique File Identifier (UFID) Frames.
-
-
-
-
- Constructs and initializes a new instance of with a specified
- owner and identifier data.
-
-
- A containing the owner of the new
- frame.
-
-
- A object containing the
- identifier for the new frame.
-
-
- When a frame is created, it is not automatically added to
- the tag. Consider using for more integrated frame
- creation.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of with a specified
- owner.
-
-
- A containing the owner of the new
- frame.
-
-
- When a frame is created, it is not automatically added to
- the tag. Consider using for more integrated frame
- creation.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of by reading its raw
- data in a specified ID3v2 version.
-
-
- A object starting with the raw
- representation of the new frame.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw
- data in a specified ID3v2 version.
-
-
- A object containing the raw
- representation of the new frame.
-
-
- A indicating at what offset in
- the frame actually begins.
-
-
- A containing the header of the
- frame found at in the data.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Gets and sets the owner of the current instance.
-
-
- A containing the owner of the
- current instance.
-
-
- There should only be one frame with a matching owner per
- tag.
-
-
-
-
- Gets and sets the identifier data stored in the current
- instance.
-
-
- A object containiner the unique
- file identifier frame.
-
-
-
-
- Gets a specified unique file identifer frame from the
- specified tag, optionally creating it if it does not
- exist.
-
-
- A object to search in.
-
-
- A specifying the owner to match.
-
-
- A specifying whether or not to create
- and add a new frame to the tag if a match is not found.
-
-
- A object
- containing the matching frame, or
- if a match wasn't found and is
- .
-
-
-
-
- Populates the values in the current instance by parsing
- its field data in a specified version.
-
-
- A object containing the
- extracted field data.
-
-
- A indicating the ID3v2 version the
- field data is encoded in.
-
-
-
-
- Renders the values in the current instance into field
- data for a specified version.
-
-
- A indicating the ID3v2 version the
- field data is to be encoded in.
-
-
- A object containing the
- rendered field data.
-
-
-
-
- Creates a deep copy of the current instance.
-
-
- A new object identical to the
- current instance.
-
-
-
-
- This class extends to provide a fallback
- type when no other frame class works for a given frame.
-
-
-
-
- Constructs and initializes a new instance of with a specified type.
-
-
- A object containing an ID3v2.4
- frame identifier.
-
-
- A object containing the contents
- of the frame.
-
-
-
-
- Constructs and initializes a new instance of with a specified type.
-
-
- A object containing an ID3v2.4
- frame identifier.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw data in a
- specified ID3v2 version.
-
-
- A object starting with the raw
- representation of the new frame.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw data in a
- specified ID3v2 version.
-
-
- A object containing the raw
- representation of the new frame.
-
-
- A indicating at what offset in
- the frame actually begins.
-
-
- A containing the header of the
- frame found at in the data.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Gets and sets the field data in the current instance.
-
-
- A containing the field data.
-
-
-
-
- Populates the values in the current instance by parsing
- its field data in a specified version.
-
-
- A object containing the
- extracted field data.
-
-
- A indicating the ID3v2 version the
- field data is encoded in.
-
-
-
-
- Renders the values in the current instance into field
- data for a specified version.
-
-
- A indicating the ID3v2 version the
- field data is to be encoded in.
-
-
- A object containing the
- rendered field data.
-
-
-
-
- This class extends , implementing support for
- ID3v2 Unsynchronised Lyrics (USLT) Frames.
-
-
-
-
- Contains the ISO-639-2 language code of the current
- instance.
-
-
-
-
- Contains the description of the current instance.
-
-
-
-
- Contains the lyrics text of the current instance.
-
-
-
-
- Constructs and initializes a new instance of with a specified
- description, ISO-639-2 language code, and text encoding.
-
-
- A containing the description of the
- new frame.
-
-
- A containing the ISO-639-2 language
- code of the new frame.
-
-
- A containing the text encoding
- to use when rendering the new frame.
-
-
- When a frame is created, it is not automatically added to
- the tag. Consider using for more
- integrated frame creation.
-
-
-
-
- Constructs and initializes a new instance of with a specified
- description and ISO-639-2 language code.
-
-
- A containing the description of the
- new frame.
-
-
- A containing the ISO-639-2 language
- code of the new frame.
-
-
- When a frame is created, it is not automatically added to
- the tag. Consider using for more
- integrated frame creation.
-
-
-
-
- Constructs and initializes a new instance of with a specified
- description.
-
-
- A containing the description of the
- new frame.
-
-
- When a frame is created, it is not automatically added to
- the tag. Consider using for more
- integrated frame creation.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw
- data in a specified ID3v2 version.
-
-
- A object starting with the raw
- representation of the new frame.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw
- data in a specified ID3v2 version.
-
-
- A object containing the raw
- representation of the new frame.
-
-
- A indicating at what offset in
- the frame actually begins.
-
-
- A containing the header of the
- frame found at in the data.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Gets and sets the text encoding to use when storing the
- current instance.
-
-
- A containing the text encoding to
- use when storing the current instance.
-
-
- This encoding is overridden when rendering if is or the render version does not support
- it.
-
-
-
-
- Gets and sets the ISO-639-2 language code stored in the
- current instance.
-
-
- A containing the ISO-639-2 language
- code stored in the current instance.
-
-
- There should only be one file with a matching description
- and ISO-639-2 language code per tag.
-
-
-
-
- Gets and sets the description stored in the current
- instance.
-
-
- A containing the description
- stored in the current instance.
-
-
- There should only be one frame with a matching
- description and ISO-639-2 language code per tag.
-
-
-
-
- Gets and sets the lyrical text stored in the current
- instance.
-
-
- A containing the lyrical text
- stored in the current instance.
-
-
-
-
- Gets a string representation of the current instance.
-
-
- A containing the lyrical text.
-
-
-
-
- Gets a specified lyrics frame from the specified tag,
- optionally creating it if it does not exist.
-
-
- A object to search in.
-
-
- A specifying the description to
- match.
-
-
- A specifying the ISO-639-2 language
- code to match.
-
-
- A specifying whether or not to create
- and add a new frame to the tag if a match is not found.
-
-
- A object
- containing the matching frame, or
- if a match wasn't found and is
- .
-
-
-
-
- Gets a specified comments frame from the specified tag,
- trying to to match the description and language but
- accepting an incomplete match.
-
-
- A object to search in.
-
-
- A specifying the description to
- match.
-
-
- A specifying the ISO-639-2 language
- code to match.
-
-
- A object
- containing the matching frame, or
- if a match wasn't found.
-
-
- The method tries matching with the following order
- of precidence:
-
- - The first frame with a matching
- description and language.
- - The first frame with a matching
- language.
- - The first frame with a matching
- description.
- - The first frame.
-
-
-
-
-
- Populates the values in the current instance by parsing
- its field data in a specified version.
-
-
- A object containing the
- extracted field data.
-
-
- A indicating the ID3v2 version the
- field data is encoded in.
-
-
-
-
- Renders the values in the current instance into field
- data for a specified version.
-
-
- A indicating the ID3v2 version the
- field data is to be encoded in.
-
-
- A object containing the
- rendered field data.
-
-
-
-
- Creates a deep copy of the current instance.
-
-
- A new object identical to the
- current instance.
-
-
-
-
- This class extends to provide support ID3v2
- Url Link Frames (Section 4.3.1), covering "W000" to
- "WZZZ", excluding "WXXX".
-
-
- With these frames dynamic data such as webpages with touring
- information, price information or plain ordinary news can be added to
- the tag. There may only be one URL [URL] link frame of its kind in an
- tag, except when stated otherwise in the frame description. If the
- text string is followed by a string termination, all the following
- information should be ignored and not be displayed.
- The following table contains types and descriptions as
- found in the ID3 2.4.0 native frames specification. (Copyright
- (C) Martin Nilsson 2000.)
-
-
-
- ID
- Description
-
- -
- WCOM
- The 'Commercial information' frame is a URL pointing at a webpage
- with information such as where the album can be bought. There may be
- more than one "WCOM" frame in a tag, but not with the same content.
-
-
- -
- WCOP
- The 'Copyright/Legal information' frame is a URL pointing at a
- webpage where the terms of use and ownership of the file is described.
-
-
- -
- WOAF
- The 'Official audio file webpage' frame is a URL pointing at a file
- specific webpage.
-
-
- -
- WOAR
- The 'Official artist/performer webpage' frame is a URL pointing at
- the artists official webpage. There may be more than one "WOAR" frame
- in a tag if the audio contains more than one performer, but not with
- the same content.
-
-
- -
- WOAS
- The 'Official audio source webpage' frame is a URL pointing at the
- official webpage for the source of the audio file, e.g. a movie.
-
-
- -
- WORS
- The 'Official Internet radio station homepage' contains a URL
- pointing at the homepage of the internet radio station.
-
-
- -
- WPAY
- The 'Payment' frame is a URL pointing at a webpage that will handle
- the process of paying for this file.
-
-
- -
- WPUB
- The 'Publishers official webpage' frame is a URL pointing at the
- official webpage for the publisher.
-
-
-
-
-
-
-
- Contains the encoding to use for the text.
-
-
-
-
- Contains the text fields.
-
-
-
-
- Contains the raw data from the frame, or
- if it has been processed.
-
-
- Rather than processing the data when the frame is loaded,
- it is parsed on demand, reducing the ammount of
- unnecessary conversion.
-
-
-
-
- Contains the ID3v2 version of .
-
-
-
-
- Constructs and initializes a new instance of
- with a specified
- identifier and text encoding.
-
-
- A object containing an ID3v2.4
- frame identifier.
-
-
-
-
- Constructs and initializes a new instance of
- by reading its raw
- contents in a specified ID3v2 version.
-
-
- A object starting with the
- frame to read.
-
-
- A value containing the ID3v2 version
- in which is encoded.
-
-
-
-
- Constructs and initializes a new instance of
- by reading its raw
- contents from a specifed position in a
- object in a specified ID3v2 version.
-
-
- A object containing the frame
- to read.
-
-
- A value specifying the offset in
- at which the frame begins.
-
-
- A value containing the header
- that would be read in the frame.
-
-
- A value containing the ID3v2 version
- in which is encoded.
-
-
-
-
- Gets and sets the text contained in the current
- instance.
-
-
- A containing the text contained
- in the current instance.
-
-
- Modifying the contents of the returned value will
- not modify the contents of the current instance. The
- value must be reassigned for the value to change.
-
-
- Modifying the values text values of a frame.
- UrlLinkFrame frame = UrlLinkFrame.Get (myTag, "WCOP", true);
- /* Upper casing all the text: */
- string[] text = frame.Text;
- for (int i = 0; i < text.Length; i++)
- text [i] = text [i].ToUpper ();
- frame.Text = text;
-
- /* Replacing the value completely: */
- frame.Text = new string [] {"http://www.somewhere.com"};
-
-
-
-
- Gets and sets the text encoding to use when rendering
- the current instance.
-
-
- A value specifying the encoding
- to use when rendering the current instance.
-
-
- This value will be overwritten if
- is
- .
-
-
-
-
- Gets a string representation of the current instance.
-
-
- A containing the joined text.
-
-
-
-
- Gets a object of a
- specified type from a specified tag, optionally creating
- and adding one with a specified encoding if none is
- found.
-
-
- A object to search for the specified
- tag in.
-
-
- A object containing the frame
- identifer to search for.
-
-
- A value specifying whether or not to
- create a new frame if an existing frame was not found.
-
-
- A object containing
- the frame found in or added to or
- if no value was found
- is .
-
-
- To create a frame without having to specify the encoding,
- use .
-
-
- or is
- .
-
-
- is not exactly four bytes long.
-
-
-
-
- Populates the values in the current instance by parsing
- its field data in a specified version.
-
-
- A object containing the
- extracted field data.
-
-
- A indicating the ID3v2 version the
- field data is encoded in.
-
-
-
-
- Performs the actual parsing of the raw data.
-
-
- Because of the high parsing cost and relatively low usage
- of the class, only stores the
- field data so it can be parsed on demand. Whenever a
- property or method is called which requires the data,
- this method is called, and only on the first call does it
- actually parse the data.
-
-
-
-
- Renders the values in the current instance into field
- data for a specified version.
-
-
- A indicating the ID3v2 version the
- field data is to be encoded in.
-
-
- A object containing the
- rendered field data.
-
-
-
-
- Creates a deep copy of the current instance.
-
-
- A new object identical to the
- current instance.
-
-
-
-
- This class extends to provide
- support for ID3v2 User Url Link (WXXX) Frames.
-
-
-
-
- Constructs and initializes a new instance of
- with a specified
- description and text encoding.
-
-
- A containing the description of the
- new frame.
-
-
- A containing the text encoding
- to use when rendering the new frame.
-
-
- When a frame is created, it is not automatically added to
- the tag. Consider using
- for more
- integrated frame creation.
-
-
-
-
- Constructs and initializes a new instance of
- with a specified
- description.
-
-
- A containing the description of the
- new frame.
-
-
- When a frame is created, it is not automatically added to
- the tag. Consider using
- for more integrated frame
- creation.
-
-
-
-
- Constructs and initializes a new instance of
- by reading its raw
- data in a specified ID3v2 version.
-
-
- A object starting with the raw
- representation of the new frame.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Constructs and initializes a new instance of
- by reading its raw
- data in a specified ID3v2 version.
-
-
- A object containing the raw
- representation of the new frame.
-
-
- A indicating at what offset in
- the frame actually begins.
-
-
- A containing the header of the
- frame found at in the data.
-
-
- A indicating the ID3v2 version the
- raw frame is encoded in.
-
-
-
-
- Gets and sets the description stored in the current
- instance.
-
-
- A containing the description
- stored in the current instance.
-
-
- There should only be one frame with a matching
- description per tag.
-
-
-
-
- Gets and sets the text contained in the current
- instance.
-
-
- A containing the text contained
- in the current instance.
-
-
- Modifying the contents of the returned value will
- not modify the contents of the current instance. The
- value must be reassigned for the value to change.
-
-
-
-
- Gets a string representation of the current instance.
-
-
- A containing the joined text.
-
-
-
-
- Gets a specified user text frame from the specified tag,
- optionally creating it if it does not exist.
-
-
- A object to search in.
-
-
- A specifying the description to
- match.
-
-
- A specifying the encoding to
- use if creating a new frame.
-
-
- A specifying whether or not to create
- and add a new frame to the tag if a match is not found.
-
-
- A object
- containing the matching frame, or
- if a match wasn't found and is
- .
-
-
-
-
- Gets a specified user text frame from the specified tag,
- optionally creating it if it does not exist.
-
-
- A object to search in.
-
-
- A specifying the description to
- match.
-
-
- A specifying whether or not to create
- and add a new frame to the tag if a match is not found.
-
-
- A object
- containing the matching frame, or
- if a match wasn't found and is
- .
-
-
-
-
- provides references to different frame
- types used by the library.
-
-
- This class is used to severely reduce the number of times
- these types are created in ,
- greatly improving the speed at which warm files are read. It is,
- however, not necessary for external users to use this class. While
- the library may use GetTextAsString (FrameType.TIT2); an
- external user could use tag.GetTextAsString ("TIT2"); with
- the same result.
-
-
-
-
- Indicates the flags applied to a object.
-
-
-
-
- The header contains no flags.
-
-
-
-
- The tag described by the header has been unsynchronized.
-
-
-
-
- The tag described by the header has contains an extended
- header.
-
-
-
-
- The tag described by the header is experimental.
-
-
-
-
- The tag described by the header contains a footer.
-
-
-
-
- This structure provides a representation of an ID3v2 tag header
- which can be read from and written to disk.
-
-
-
-
- Contains the tag's major version.
-
-
-
-
- Contains tag's flags.
-
-
-
-
- The size of a ID3v2 header.
-
-
-
-
- The identifier used to recognize a ID3v2 headers.
-
-
- "ID3"
-
-
-
-
- Constructs and initializes a new instance of by reading it from raw header data.
-
-
- A object containing the raw
- data to build the new instance from.
-
-
- is .
-
-
- is smaller than , does not begin with , contains invalid flag data,
- or contains invalid size data.
-
-
-
-
- Gets and sets the major version of the tag described by
- the current instance.
-
-
- A value specifying the ID3v2 version
- of tag described by the current instance.
-
-
- When the version is set, unsupported header flags will
- automatically be removed from the tag.
-
-
- is less than 2 or more than 4.
-
-
-
-
- Gets and sets the version revision number of the tag
- represented by the current instance.
-
-
- A value containing the version
- revision number of the tag represented by the current
- instance.
-
-
- This value should always be zeroed. A non-zero value
- indicates an experimental or new version of the format
- which may not be completely understood by the current
- implementation. Some software may refuse to read tags
- with a non-zero value.
-
-
-
-
- Gets and sets the flags applied to the current instance.
-
-
- A bitwise combined value
- containing the flags applied to the current instance.
-
-
- contains a flag not supported
- by the the ID3v2 version of the current instance.
-
-
-
-
- Gets and sets the size of the tag described by the
- current instance, minus the header and footer.
-
-
- A value containing the size of the
- tag described by the current instance.
-
-
-
-
- Gets the complete size of the tag described by the
- current instance, including the header and footer.
-
-
- A value containing the complete size
- of the tag described by the current instance.
-
-
-
-
- Renders the current instance as a raw ID3v2 header.
-
-
- A object containing the
- rendered header.
-
-
-
-
- This static class provides support for encoding and decoding
- unsynchronized data and numbers.
-
-
- Unsynchronization is designed so that portions of the tag won't
- be misinterpreted as MPEG audio stream headers by removing the
- possibility of the synch bytes occuring in the tag.
-
-
-
-
- Decodes synchronized integer data into a value.
-
-
- A object containing the number
- to decode. Only the first 4 bytes of this value will be
- used.
-
-
- A value containing the decoded
- number.
-
-
- is .
-
-
-
-
- Encodes a value as synchronized
- integer data.
-
-
- A value containing the number to
- encode.
-
-
- A object containing the encoded
- number.
-
-
- is greater than 268435455.
-
-
-
-
- Unsynchronizes a object by
- inserting empty bytes where necessary.
-
-
- A object to unsynchronize.
-
-
- is .
-
-
-
-
- Resynchronizes a object by
- removing the added bytes.
-
-
- A object to resynchronize.
-
-
- is .
-
-
-
-
- Specifies the type of text contained in a .
-
-
-
-
- The text is some other type of text.
-
-
-
-
- The text contains lyrical data.
-
-
-
-
- The text contains a transcription.
-
-
-
-
- The text lists the movements in the piece.
-
-
-
-
- The text describes events that occur.
-
-
-
-
- The text contains chord changes that occur in the music.
-
-
-
-
- The text contains trivia or "pop up" information about
- the media.
-
-
-
-
- The text contains URL's for relevant webpages.
-
-
-
-
- The text contains URL's for relevant images.
-
-
-
-
- This class extends and implements to provide support for reading and
- writing ID3v2 tags.
-
-
-
-
- Contains the language to use for language specific
- fields.
-
-
-
-
- Contains the field to use for new tags.
-
-
-
-
- Contains the tag's header.
-
-
-
-
- Contains the tag's extended header.
-
-
-
-
- Contains the tag's frames.
-
-
-
-
- Store the PerformersRole property
-
-
-
-
- Constructs and initializes a new instance of with no contents.
-
-
-
-
- Constructs and initializes a new instance of by reading the contents from a specified
- position in a specified file.
-
-
- A object containing the file from
- which the contents of the new instance is to be read.
-
-
- A value specify at what position to
- read the tag.
-
-
- A value specifying how the media
- data is to be read into the current instance.
-
-
- is .
-
-
- is less than zero or greater
- than the size of the file.
-
-
-
-
- Constructs and initializes a new instance of by reading the contents from a specified
- object.
-
-
- A object to read the tag from.
-
-
- is .
-
-
- does not contain enough data.
-
-
-
-
- Gets the text value from a specified Text Information
- Frame.
-
-
- A object containing the frame
- identifier of the Text Information Frame to get the value
- from.
-
-
- A object containing the text of the
- specified frame, or if no value
- was found.
-
-
-
-
- Gets all frames contained in the current instance.
-
-
- A object enumerating
- through the frames.
-
-
-
-
- Gets all frames with a specified identifier contained in
- the current instance.
-
-
- A object containing the
- identifier of the frames to return.
-
-
- A object enumerating
- through the frames.
-
-
- is .
-
-
- is not exactly four bytes long.
-
-
-
-
- Gets all frames with of a specified type contained in
- the current instance.
-
-
- The type of object, derived from ,
- to return from in the current instance.
-
-
- A object enumerating
- through the frames.
-
-
-
-
- Gets all frames with a of type
- with a specified identifier contained in the current
- instance.
-
-
- The type of object, derived from ,
- to return from in the current instance.
-
-
- A object containing the
- identifier of the frames to return.
-
-
- A object enumerating
- through the frames.
-
-
- is .
-
-
- is not exactly four bytes long.
-
-
-
-
- Adds a frame to the current instance.
-
-
- A object to add to the current
- instance.
-
-
- is .
-
-
-
-
- Replaces an existing frame with a new one in the list
- contained in the current instance, or adds a new one if
- the existing one is not contained.
-
-
- A object to be replaced.
-
-
- A object to add to the current
- instance.
-
-
- or is .
-
-
-
-
- Removes a specified frame from the current instance.
-
-
- A object to remove from the current
- instance.
-
-
- is .
-
-
-
-
- Removes all frames with a specified identifier from the
- current instance.
-
-
- A object containing the
- identifier of the frames to remove.
-
-
- is .
-
-
- is not exactly four bytes long.
-
-
-
-
- Sets the text for a specified Text Information Frame.
-
-
- A object containing the
- identifier of the frame to set the data for.
-
-
- A containing the text to set for
- the specified frame, or to unset
- the value.
-
-
- is .
-
-
- is not exactly four bytes long.
-
-
-
-
- Sets the text for a specified Text Information Frame.
-
-
- A object containing the
- identifier of the frame to set the data for.
-
-
- A object containing the
- text to set for the specified frame, or to unset the value.
-
-
- is .
-
-
- is not exactly four bytes long.
-
-
-
-
- Sets the numeric values for a specified Text Information
- Frame.
-
-
- A object containing the
- identifier of the frame to set the data for.
-
-
- A value containing the number to
- store.
-
-
- A value representing a total which
- is a part of, or zero if
- is not part of a set.
-
-
- A value representing the format
- to be used to repreesent the .
- Default: simple decimal number ("0").
-
-
- If both and are equal to zero, the value will be
- cleared. If is zero, by itself will be stored. Otherwise, the
- values will be stored as "/".
-
-
- is .
-
-
- is not exactly four bytes long.
-
-
-
-
- Renders the current instance as a raw ID3v2 tag.
-
-
- A object containing the
- rendered tag.
-
-
- By default, tags will be rendered in the version they
- were loaded in, and new tags using the version specified
- by . If is ,
- all tags will be rendered in using the version specified
- by , except for tags with
- footers, which must be in version 4.
-
-
-
-
- Gets and sets the header flags applied to the current
- instance.
-
-
- A bitwise combined value
- containing flags applied to the current instance.
-
-
-
-
- Gets and sets the ID3v2 version of the current instance.
-
-
- A value specifying the ID3v2 version
- of the current instance.
-
-
- is less than 2 or more than 4.
-
-
-
-
- Gets and sets the ISO-639-2 language code to use when
- searching for and storing language specific values.
-
-
- A object containing an ISO-639-2
- language code fto use when searching for and storing
- language specific values.
-
-
- If the language is unknown, " " is the appropriate
- filler.
-
-
-
-
- Gets and sets the the default version to use when
- creating new tags.
-
-
- A value specifying the default ID3v2
- version. The default version for this library is 3.
-
-
- If is , all tags will be rendered with this
- version.
-
-
- is less than 2 or more than 4.
-
-
-
-
- Gets and sets whether or not to save all tags in the
- default version rather than their original version.
-
-
- If , tags will be saved in
- rather than their original
- format, with the exception of tags with footers, which
- will be saved in version 4.
-
-
-
-
- Gets and sets the encoding to use when creating new
- frames.
-
-
- A value specifying the encoding
- to use when creating new frames.
-
-
-
-
- Gets and sets whether or not to render all frames with
- the default encoding rather than their original encoding.
-
-
- If , fames will be rendered in
- rather than their original
- encoding.
-
-
-
-
- Gets and sets whether or not to use ID3v1 style numeric
- genres when possible.
-
-
- A value specifying whether or not to
- use genres with numeric values when possible.
-
-
- If , TagLib# will try looking up
- the numeric genre code when storing the value. For
- ID3v2.2 and ID3v2.3, "Rock" would be stored as "(17)" and
- for ID3v2.4 it would be stored as "17".
-
-
-
-
- Populates the current instance be reading in a tag from
- a specified position in a specified file.
-
-
- A object to read the tag from.
-
-
- A value specifying the seek position
- at which to read the tag.
-
-
- A value specifying how the media
- data is to be read into the current instance.
-
-
- is .
-
-
- is less than 0 or greater
- than the size of the file.
-
-
-
-
- Populates the current instance by parsing the contents of
- a raw ID3v2 tag, minus the header.
-
-
- A object containing the content
- of an ID3v2 tag, minus the header.
-
-
- A object containing
- abstraction of the file to read.
- Ignored if is not null.
-
-
- A value reference specifying at what
- index in
- at which the frame begins.
-
-
- A value specifying how the media
- data is to be read into the current instance.
-
-
- This method must only be called after the internal
- header has been read from the file, otherwise the data
- cannot be parsed correctly.
-
-
-
-
- Gets the text values from a specified Text Information
- Frame.
-
-
- A object containing the frame
- identifier of the Text Information Frame to get the value
- from.
-
-
- A containing the text of the
- specified frame, or an empty array if no values were
- found.
-
-
-
-
- Gets an integer value from a "/" delimited list in a
- specified Text Information Frame.
-
-
- A object containing the frame
- identifier of the Text Information Frame to read from.
-
-
- A value specifying the index in the
- integer list of the value to return.
-
-
- A value read from the list in the
- frame, or 0 if the value wasn't found.
-
-
-
-
- Gets a TXXX frame via reference of the description field, optionally searching for the
- frame in a case-sensitive manner.
-
- String containing the description field
- case-sensitive search if true.
- UserTextInformationFrame (TXXX) that corresponds to the description
-
-
-
- Gets a TXXX frame via reference of the description field.
-
- String containing the description field
- UserTextInformationFrame (TXXX) that corresponds to the description
-
-
-
- Creates and/or sets a UserTextInformationFrame (TXXX) with the given
- description and text, optionally searching for the frame in a case-sensitive manner.
-
- String containing the Description field for the
- TXXX frame
- String containing the Text field for the TXXX frame
- case-sensitive search if true.
-
-
-
- Creates and/or sets a UserTextInformationFrame (TXXX) with the given
- description and text.
-
- String containing the Description field for the
- TXXX frame
- String containing the Text field for the TXXX frame
-
-
-
- Gets the text from a particular UFID frame, referenced by the owner field
-
- String containing the "Owner" data
- String containing the text from the UFID frame, or null
-
-
-
- Creates and/or sets the text for a UFID frame, referenced by owner
-
- String containing the Owner field
- String containing the text to set for the frame
-
-
-
- Moves a specified frame so it is the first of its type in
- the tag.
-
-
- A object to make the first of its
- type.
-
-
-
-
- Gets an enumerator for enumerating through the frames.
-
-
- A for
- enumerating through the frames.
-
-
-
-
- Gets the tag types contained in the current instance.
-
-
- Always .
-
-
-
-
- Gets and sets the title for the media described by the
- current instance.
-
-
- A object containing the title for
- the media described by the current instance or if no value is present.
-
-
- This property is implemented using the "TIT2" Text
- Information Frame.
-
-
-
-
- Gets and sets the sort names of the Title of the
- media represented by the current instance.
-
-
- A containing the sort names for
- the Title of the media described by the current instance,
- or null if no value is present.
-
-
- This property is implemented using the "TSOT" Text
- Information Frame.
-
-
-
-
- Gets and sets a short description, one-liner.
- It represents the tagline of the Video/music.
-
-
- A containing the subtitle
- the media represented by the current instance
- or an empty array if no value is present.
-
-
- This field gives a nice/short precision to
- the title, which is typically below the title on the
- front cover of a media.
- For example, for "Back to the future", this would be
- "It's About Time".
-
-
-
- This property is implemented using the "TIT3" Text
- Information Frame.
-
-
-
-
- Gets and sets a short description of the media.
- For a music, this could be the comment that the artist
- made of its artwork. For a video, this should be a
- short summary of the story/plot, but a spoiler. This
- should give the impression of what to expect in the
- media.
-
-
- A containing the subtitle
- the media represented by the current instance
- or an empty array if no value is present.
-
-
- This is especially relevant for a movie.
- For example, for "Back to the Future 2", this could be
- "After visiting 2015, Marty McFly must repeat his visit
- to 1955 to prevent disastrous changes to 1985...without
- interfering with his first trip".
-
-
-
-
-
- Gets and sets the performers or artists who performed in
- the media described by the current instance.
-
-
- A containing the performers or
- artists who performed in the media described by the
- current instance or an empty array if no value is
- present.
-
-
- This property is implemented using the "TPE1" Text
- Information Frame.
-
-
-
-
- Gets and sets the sort names of the performers or artists
- who performed in the media described by the current instance.
-
-
- A containing the sort names for
- the performers or artists who performed in the media
- described by the current instance, or an empty array if
- no value is present.
-
-
- This property is implemented using the "TSOP" Text
- Information Frame. http://www.id3.org/id3v2.4.0-frames
-
-
-
-
- Gets and sets the Charaters for a video media, or
- instruments played for music media.
- This should match the array (for
- each person correspond one/more role). Several roles for
- the same artist/actor can be made up with semicolons.
- For example, "Marty McFly; Marty McFly Jr.; Marlene McFly".
-
-
- This is typically usefull for movies, although the
- instrument played by each artist in a music may be of
- relevance.
-
- It is highly important to match each role to the
- performers. This means that a role may be to keep the match between a
- Performers[i] and PerformersRole[i].
-
-
-
- This property is implemented using the "TMCL" Text
- Information Frame: The 'Musician credits list' is
- intended as a mapping between instruments and the
- musician that played it.Every odd field is an
- instrument and every even is an artist or a comma
- delimited list of artists.
-
-
-
-
- Gets and sets the sort names of the band or artist who is
- credited in the creation of the entire album or collection
- containing the media described by the current instance.
-
-
- A containing the sort names for
- the performers or artists who performed in the media
- described by the current instance, or an empty array if
- no value is present.
-
-
- This property is implemented using the "TSO2" Text
- Information Frame. http://www.id3.org/iTunes
-
-
-
-
- Gets and sets the band or artist who is credited in the
- creation of the entire album or collection containing the
- media described by the current instance.
-
-
- A containing the band or artist
- who is credited in the creation of the entire album or
- collection containing the media described by the current
- instance or an empty array if no value is present.
-
-
- This property is implemented using the "TPE2" Text
- Information Frame.
-
-
-
-
- Gets and sets the composers of the media represented by
- the current instance.
-
-
- A containing the composers of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This property is implemented using the "TCOM" Text
- Information Frame.
-
-
-
-
- Gets and sets the sort names of the composers of the
- media represented by the current instance.
-
-
- A containing the sort names for
- the performers or artists who performed in the media
- described by the current instance, or an empty array if
- no value is present.
-
-
- This property is implemented using the "TSOC" Text
- Information Frame. http://www.id3.org/id3v2.4.0-frames
-
-
-
-
- Gets and sets the album of the media represented by the
- current instance.
-
-
- A object containing the album of
- the media represented by the current instance or if no value is present.
-
-
- This property is implemented using the "TALB" Text
- Information Frame.
-
-
-
-
- Gets and sets the sort names of the Album title of the
- media represented by the current instance.
-
-
- A containing the sort names for
- the Title in the media described by the current instance,
- or null if no value is present.
-
-
- This property is implemented using the "TSOA" Text
- Information Frame. http://www.id3.org/id3v2.4.0-frames
-
-
-
-
- Gets and sets a user comment on the media represented by
- the current instance.
-
-
- A object containing user comments
- on the media represented by the current instance or if no value is present.
-
-
- This property is implemented using the "COMM" Comments
- Frame with an empty description and the language
- specified by .
-
-
-
-
- Gets and sets the genres of the media represented by the
- current instance.
-
-
- A containing the genres of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This property is implemented using the "TCON" Text
- Information Frame.
-
-
-
-
- Gets and sets the year that the media represented by the
- current instance was recorded.
-
-
- A containing the year that the media
- represented by the current instance was created or zero
- if no value is present.
-
-
- This property is implemented using the "TDRC" Text
- Information Frame. If a value greater than 9999 is set,
- this property will be cleared.
-
-
-
-
- Gets and sets the position of the media represented by
- the current instance in its containing album.
-
-
- A containing the position of the
- media represented by the current instance in its
- containing album or zero if not specified.
-
-
- This property is implemented using the "TRCK" Text
- Information Frame.
-
-
-
-
- Gets and sets the number of tracks in the album
- containing the media represented by the current instance.
-
-
- A containing the number of tracks in
- the album containing the media represented by the current
- instance or zero if not specified.
-
-
- This property is implemented using the "TRCK" Text
- Information Frame.
-
-
-
-
- Gets and sets the number of the disc containing the media
- represented by the current instance in the boxed set.
-
-
- A containing the number of the disc
- containing the media represented by the current instance
- in the boxed set.
-
-
- This property is implemented using the "TPOS" Text
- Information Frame.
-
-
-
-
- Gets and sets the number of discs in the boxed set
- containing the media represented by the current instance.
-
-
- A containing the number of discs in
- the boxed set containing the media represented by the
- current instance or zero if not specified.
-
-
- This property is implemented using the "TPOS" Text
- Information Frame.
-
-
-
-
- Gets and sets the lyrics or script of the media
- represented by the current instance.
-
-
- A object containing the lyrics or
- script of the media represented by the current instance
- or if no value is present.
-
-
- This property is implemented using the "USLT"
- Unsynchronized Lyrics Frame with an empty description and
- the language specified by .
-
-
-
-
- Gets and sets the grouping on the album which the media
- in the current instance belongs to.
-
-
- A object containing the grouping on
- the album which the media in the current instance belongs
- to or if no value is present.
-
-
- This property is implemented using the "TIT1" Text
- Information Frame.
-
-
-
-
- Gets and sets the number of beats per minute in the audio
- of the media represented by the current instance.
-
-
- A containing the number of beats per
- minute in the audio of the media represented by the
- current instance, or zero if not specified.
-
-
- This property is implemented using the "TBPM" Text
- Information Frame.
-
-
-
-
- Gets and sets the conductor or director of the media
- represented by the current instance.
-
-
- A object containing the conductor
- or director of the media represented by the current
- instance or if no value present.
-
-
- This property is implemented using the "TPE3" Text
- Information Frame.
-
-
-
-
- Gets and sets the copyright information for the media
- represented by the current instance.
-
-
- A object containing the copyright
- information for the media represented by the current
- instance or if no value present.
-
-
- This property is implemented using the "TCOP" Text
- Information Frame.
-
-
-
-
- Gets and sets the date at which the tag has been written.
-
-
- A nullable object containing the
- date at which the tag has been written, or if no value present.
-
-
- This property is implemented using the "TDTG" Timestamp
- Information Frame.
-
-
-
-
- Gets and sets the MusicBrainz ArtistID
-
-
- A containing the MusicBrainz
- ArtistID for the media described by the current
- instance, or null if no value is present.
-
-
- This property is implemented using the "TXXX:MusicBrainz Artist Id" frame.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz ReleaseGroupID
-
-
- A containing the MusicBrainz
- ReleaseGroupID for the media described by the current
- instance, or null if no value is present.
-
-
- This property is implemented using the "TXXX:MusicBrainz Release Group Id" frame.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz ReleaseID
-
-
- A containing the MusicBrainz
- ReleaseID for the media described by the current
- instance, or null if no value is present.
-
-
- This property is implemented using the "TXXX:MusicBrainz Album Id" frame.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz ReleaseArtistID
-
-
- A containing the MusicBrainz
- ReleaseArtistID for the media described by the current
- instance, or null if no value is present.
-
-
- This property is implemented using the "TXXX:MusicBrainz Album Artist Id" frame.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz TrackID
-
-
- A containing the MusicBrainz
- TrackID for the media described by the current
- instance, or null if no value is present.
-
-
- This property is implemented using the "UFID:http://musicbrainz.org" frame.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz DiscID
-
-
- A containing the MusicBrainz
- DiscID for the media described by the current
- instance, or null if no value is present.
-
-
- This property is implemented using the "TXXX:MusicBrainz Disc Id" frame.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicIP PUID
-
-
- A containing the MusicIP PUID
- for the media described by the current
- instance, or null if no value is present.
-
-
- This property is implemented using the "TXXX:MusicIP PUID" frame.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the Amazon ID (ASIN)
-
-
- A containing the Amazon Id
- for the media described by the current
- instance, or null if no value is present.
-
-
- This property is implemented using the "TXXX:ASIN" frame.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz ReleaseStatus
-
-
- A containing the MusicBrainz
- ReleaseStatus for the media described by the current
- instance, or null if no value is present.
-
-
- This property is implemented using the "TXXX:MusicBrainz Album Status" frame.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz ReleaseType
-
-
- A containing the MusicBrainz
- ReleaseType for the media described by the current
- instance, or null if no value is present.
-
-
- This property is implemented using the "TXXX:MusicBrainz Album Type" frame.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz ReleaseCountry
-
-
- A containing the MusicBrainz
- ReleaseCountry for the media described by the current
- instance, or null if no value is present.
-
-
- This property is implemented using the "TXXX:MusicBrainz Album Release Country" frame.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the ReplayGain track gain in dB.
-
-
- A value in dB for the track gain as
- per the ReplayGain specification.
-
-
- This property is implemented using the "TXXX:REPLAYGAIN_TRACK_GAIN" frame.
- http://wiki.hydrogenaudio.org/index.php?title=ReplayGain_specification#ID3v2
-
-
-
-
- Gets and sets the ReplayGain track peak sample.
-
-
- A value for the track peak as per the
- ReplayGain specification.
-
-
- This property is implemented using the "TXXX:REPLAYGAIN_TRACK_PEAK" frame.
- http://wiki.hydrogenaudio.org/index.php?title=ReplayGain_specification#ID3v2
-
-
-
-
- Gets and sets the ReplayGain album gain in dB.
-
-
- A value in dB for the album gain as
- per the ReplayGain specification.
-
-
- This property is implemented using the "TXXX:REPLAYGAIN_ALBUM_GAIN" frame.
- http://wiki.hydrogenaudio.org/index.php?title=ReplayGain_specification#ID3v2
-
-
-
-
- Gets and sets the ReplayGain album peak sample.
-
-
- A value for the album peak as per the
- ReplayGain specification.
-
-
- This property is implemented using the "TXXX:REPLAYGAIN_ALBUM_PEAK" frame.
- http://wiki.hydrogenaudio.org/index.php?title=ReplayGain_specification#ID3v2
-
-
-
-
- Gets and sets the initial key of the song.
-
-
- A object containing the initial key of the song.
-
-
- This property is implemented using the "TKEY" field.
-
-
-
-
- Gets and sets the remixer of the song.
-
-
- A object containing the remixer of the song.
-
-
- This property is implemented using the "TPE4" field.
-
-
-
-
- Gets and sets the publisher of the song.
-
-
- A object containing the publisher of the song.
-
-
- This property is implemented using the "TPUB" field.
-
-
-
-
- Gets and sets the ISRC (International Standard Recording Code) of the song.
-
-
- A object containing the ISRC of the song.
-
-
- This property is implemented using the "TSRC" field.
-
-
-
-
- Gets and sets the length of the media represented
- by the current instance.
-
-
- A object containing the length of
- the media represented by the current instance or if no value is present.
-
-
- This field represents the label or length of the album the
- media belongs to.
- For example, "00:15:00".
-
-
-
-
- Gets and sets a collection of pictures associated with
- the media represented by the current instance.
-
-
- A containing a collection of
- pictures associated with the media represented by the
- current instance or an empty array if none are present.
-
-
- This property is implemented using the "APIC" Attached
- Picture Frame.
-
-
-
-
- Gets whether or not the current instance is empty.
-
-
- if the current instance does not
- any values. Otherwise .
-
-
-
-
- Clears the values stored in the current instance.
-
-
-
-
- Gets and sets whether or not the album described by the
- current instance is a compilation.
-
-
- A value indicating whether or not the
- album described by the current instance is a compilation.
-
-
- This property is implemented using the "TCMP" Text
- Information Frame to provide support for a feature of the
- Apple iPod and iTunes products.
-
-
-
-
- Copies the values from the current instance to another
- , optionally overwriting
- existing values.
-
-
- A object containing the target
- tag to copy values to.
-
-
- A specifying whether or not to copy
- values over existing one.
-
-
- If is of type a complete copy of all values
- will be performed. Otherwise, only standard values will
- be copied.
-
-
- is .
-
-
-
-
- Creates a deep copy of the current instance.
-
-
- A new object identical to the current
- instance.
-
-
-
-
- Specifies the timestamp format used by a and .
-
-
-
-
- The timestamp is of unknown format.
-
-
-
-
- The timestamp represents the number of MPEG frames since
- the beginning of the audio stream.
-
-
-
-
- The timestamp represents the number of milliseconds since
- the beginning of the audio stream.
-
-
-
-
- Contains a byte value
-
-
-
-
- The ID of the tag, the current instance belongs to
-
-
-
-
- The value which is stored by the current instance
-
-
-
-
- Construcor.
-
-
- A with the tag ID of the entry this instance
- represents
-
-
- A to be stored
-
-
-
-
- Renders the current instance to a
-
-
- A indicating the endianess for rendering.
-
-
- A with the offset, the data is stored.
-
-
- A the ID of the type, which is rendered
-
-
- A with the count of the values which are
- rendered.
-
-
- A with the rendered data.
-
-
-
-
- Contains an BYTE value with a count > 1 (byte sequence).
-
-
-
-
- The ID of the tag, the current instance belongs to
-
-
-
-
- The data which is stored by the current instance
-
-
-
-
- Construcor.
-
-
- A with the tag ID of the entry this instance
- represents
-
-
- A to be stored
-
-
-
-
- Renders the current instance to a
-
-
- A indicating the endianess for rendering.
-
-
- A with the offset, the data is stored.
-
-
- A the ID of the type, which is rendered
-
-
- A with the count of the values which are
- rendered.
-
-
- A with the rendered data.
-
-
-
-
- Contains a LONG value with a count > 1
-
-
-
-
- Construcor.
-
-
- A with the tag ID of the entry this instance
- represents
-
-
- A to be stored
-
-
-
-
- Renders the current instance to a
-
-
- A indicating the endianess for rendering.
-
-
- A with the offset, the data is stored.
-
-
- A the ID of the type, which is rendered
-
-
- A with the count of the values which are
- rendered.
-
-
- A with the rendered data.
-
-
-
-
- Contains a LONG value.
-
-
-
-
- The ID of the tag, the current instance belongs to
-
-
-
-
- The value which is stored by the current instance
-
-
-
-
- Construcor.
-
-
- A with the tag ID of the entry this instance
- represents
-
-
- A to be stored
-
-
-
-
- Renders the current instance to a
-
-
- A indicating the endianess for rendering.
-
-
- A with the offset, the data is stored.
-
-
- A the ID of the type, which is rendered
-
-
- A with the count of the values which are
- rendered.
-
-
- A with the rendered data.
-
-
-
-
- An enum to represent the manufactor of the makernote
- The information of the makernote types is from:
- http://exiv2.org/makernote.html
-
-
-
-
- The manufactor could not be determined
-
-
-
-
- Canon makernote.
- Standard IFD without a special prefix.
-
-
-
-
- Panasonic makernote.
- "Panasonic\0\0\0" prefix and IFD starting at offset 12.
- The next-IFD pointer is missing
-
-
-
-
- Leica makernote.
- "LEICA\0\0\0" prefix and IFD starting at offset 10.
-
-
-
-
- Pentax makernote.
- "AOC\0" + 2 unknown bytes as prefix. The IFD starts at
- offset 6.
-
-
-
-
- Nikon makernote (type 1).
- Standard IFD without a special prefix.
-
-
-
-
- Nikon makernote (type 2).
- "Nikon\0" + 2 unknown bytes prefix. The IFD starts at
- offset 8.
-
-
-
-
- Nikon makernote (type 3).
- "Nikon\0" + 4 bytes with verison code + Tiff header.
- The IFD starts usually at offset 18. The offsets of the IFD
- are relative to start of the Tiff header (byte 10)
-
-
-
-
- Olympus makernote (type 1).
- "OLYMP\0" + 2 unknown bytes as prefix. The IFD starts at
- offset 8.
-
-
-
-
- Olympus makernote (type 2)
- "OLYMPUS\0II" + 2 unknown bytes as prefix. The IFD starts at
- offset 12. The offsets of the IFD are relative to the
- beginning of the makernote.
-
-
-
-
- Sony makernote (type 1).
- "SONY DSC \0\0\0" as prefix. The IFD starts at offset 12. A
- next-IFD pointer is missing.
-
-
-
-
- Contains a Makernote IFD.
-
-
- Makernote IFDs are mostly of the same form. They start with and
- Manufactor specific prefix indicating the type and contain then
- a IFD structure.
- It must be distinguished, where the offsets in the IFD belongs to.
- For some makernotes the offset refers to the beginning of the
- surrounding metadata IFD structure, for others they refer to the
- start of the makernote.
- In addition the endianess of the makernote can be different to the
- endianess of the surrounding metadata.
- This class takes care about all those things.
-
-
-
-
- Stores the prefix of the makernote
-
-
-
-
- Stores the offset of the IFD contained in makernote
-
-
-
-
- Indicates, if the offsets are relative to the current makernote
- or absolut to the base_offset of the surrounding IFD.
-
-
-
-
- Stores, if the makernote is encoded in big- or little endian.
- If the field is , the endianess of the
- surrounding IFD is used.
-
-
-
-
- The ID of the tag, the current instance belongs to
-
-
-
-
- The type of the makernote the current instance represents
-
-
-
-
- The pure which is stored by the
- makernote.
-
-
-
-
- Construcor.
-
-
- A with the tag ID of the entry this instance
- represents
-
-
- A with the IFD structure, which is stored by this
- instance
-
-
- A with the type of the makernote.
-
-
- A containing the prefix, which should be rendered
- before the real IFD.
-
-
- A with the offset in addition to the relative
- offsets in the IFD
-
-
- A indicating if the offsets of the IFD are relative
- to the , or absolut to the base offset of the
- surrounding IFD.
-
-
- A indicating if the current IFD is encoded in
- big- or little endian. It it is , the endianess of the
- surrounding IFD is used.
-
-
-
-
- Constructor. Creates a makernote instance just containing an IFD and
- without any special prefix or offset behavior.
-
-
- A with the tag ID of the entry this instance
- represents
-
-
- A with the IFD structure, which is stored by this
- instance
-
-
- A with the type of the makernote.
-
-
-
-
- Renders the current instance to a
-
-
- A indicating the endianess for rendering.
-
-
- A with the offset, the data is stored.
-
-
- A the ID of the type, which is rendered
-
-
- A with the count of the values which are
- rendered.
-
-
- A with the rendered data.
-
-
-
-
- Representation of an unsigned rational value
-
-
-
-
- The denominator of the rational value
-
-
-
-
- Creates a new Rational value
-
-
- A with the numerator of the
- rational value
-
-
- A with the denominator of the
- rational value. It must be not 0.
-
-
-
-
- Returns a rational value with reduced nominator and denominator
-
-
- A
-
-
-
-
- Formatprovider to allow formatting of a value.
-
-
- A .
-
-
- A .
-
-
- A formated according to the given parameter
-
-
-
-
- Converts the value to a .
-
-
- A with the current value.
-
-
-
-
- The numerator of the rational value
-
-
-
-
- The denominator of the rational value
-
-
- Cannot be 0.
-
-
-
-
- Cast the value to a .
-
-
- A with the value to cast.
-
-
- A with the double.
-
-
-
-
- Contains a RATIONAL value with a count > 1
-
-
-
-
- Construcor.
-
-
- A with the tag ID of the entry this instance
- represents
-
-
- A to be stored
-
-
-
-
- Renders the current instance to a
-
-
- A indicating the endianess for rendering.
-
-
- A with the offset, the data is stored.
-
-
- A the ID of the type, which is rendered
-
-
- A with the count of the values which are
- rendered.
-
-
- A with the rendered data.
-
-
-
-
- Contains a RATIONAL value.
-
-
-
-
- The ID of the tag, the current instance belongs to
-
-
-
-
- The value which is stored by the current instance
-
-
-
-
- Construcor.
-
-
- A with the tag ID of the entry this instance
- represents
-
-
- A
-
-
-
-
- Renders the current instance to a
-
-
- A indicating the endianess for rendering.
-
-
- A with the offset, the data is stored.
-
-
- A the ID of the type, which is rendered
-
-
- A with the count of the values which are
- rendered.
-
-
- A with the rendered data.
-
-
-
-
- Contains a signed byte value
-
-
-
-
- The ID of the tag, the current instance belongs to
-
-
-
-
- The value which is stored by the current instance
-
-
-
-
- Construcor.
-
-
- A with the tag ID of the entry this instance
- represents
-
-
- A to be stored
-
-
-
-
- Renders the current instance to a
-
-
- A indicating the endianess for rendering.
-
-
- A with the offset, the data is stored.
-
-
- A the ID of the type, which is rendered
-
-
- A with the count of the values which are
- rendered.
-
-
- A with the rendered data.
-
-
-
-
- Contains a SHORT value with a count > 1
-
-
-
-
- Construcor.
-
-
- A with the tag ID of the entry this instance
- represents
-
-
- A to be stored
-
-
-
-
- Renders the current instance to a
-
-
- A indicating the endianess for rendering.
-
-
- A with the offset, the data is stored.
-
-
- A the ID of the type, which is rendered
-
-
- A with the count of the values which are
- rendered.
-
-
- A with the rendered data.
-
-
-
-
- Contains a SHORT value.
-
-
-
-
- The ID of the tag, the current instance belongs to
-
-
-
-
- The value which is stored by the current instance
-
-
-
-
- Construcor.
-
-
- A with the tag ID of the entry this instance
- represents
-
-
- A to be stored
-
-
-
-
- Renders the current instance to a
-
-
- A indicating the endianess for rendering.
-
-
- A with the offset, the data is stored.
-
-
- A the ID of the type, which is rendered
-
-
- A with the count of the values which are
- rendered.
-
-
- A with the rendered data.
-
-
-
-
- Contains a SLONG value with a count > 1
-
-
-
-
- Construcor.
-
-
- A with the tag ID of the entry this instance
- represents
-
-
- A to be stored
-
-
-
-
- Renders the current instance to a
-
-
- A indicating the endianess for rendering.
-
-
- A with the offset, the data is stored.
-
-
- A the ID of the type, which is rendered
-
-
- A with the count of the values which are
- rendered.
-
-
- A with the rendered data.
-
-
-
-
- Contains a signed LONG value.
-
-
-
-
- The ID of the tag, the current instance belongs to
-
-
-
-
- The value which is stored by the current instance
-
-
-
-
- Construcor.
-
-
- A with the tag ID of the entry this instance
- represents
-
-
- A to be stored
-
-
-
-
- Renders the current instance to a
-
-
- A indicating the endianess for rendering.
-
-
- A with the offset, the data is stored.
-
-
- A the ID of the type, which is rendered
-
-
- A with the count of the values which are
- rendered.
-
-
- A with the rendered data.
-
-
-
-
- Representation of a signed rational value
-
-
-
-
- The denominator of the rational value
-
-
-
-
- Creates a new Rational value
-
-
- A with the numerator of the
- rational value
-
-
- A with the denominator of the
- rational value. It must be not 0.
-
-
-
-
- Returns a rational value with reduced nominator and denominator
-
-
- A
-
-
-
-
- Formatprovider to allow formatting of a value.
-
-
- A .
-
-
- A .
-
-
- A formated according to the given parameter
-
-
-
-
- Converts the value to a .
-
-
- A with the current value.
-
-
-
-
- The numerator of the rational value
-
-
-
-
- The denominator of the rational value
-
-
- Cannot be 0.
-
-
-
-
- Cast the value to a .
-
-
- A with the value to cast.
-
-
- A with the double.
-
-
-
-
- Contains a SRATIONAL value with a count > 1
-
-
-
-
- Construcor.
-
-
- A with the tag ID of the entry this instance
- represents
-
-
- A to be stored
-
-
-
-
- Renders the current instance to a
-
-
- A indicating the endianess for rendering.
-
-
- A with the offset, the data is stored.
-
-
- A the ID of the type, which is rendered
-
-
- A with the count of the values which are
- rendered.
-
-
- A with the rendered data.
-
-
-
-
- Contains a SRATIONAL value.
-
-
-
-
- The ID of the tag, the current instance belongs to
-
-
-
-
- The value which is stored by the current instance
-
-
-
-
- Construcor.
-
-
- A with the tag ID of the entry this instance
- represents
-
-
- A to be stored
-
-
-
-
- Renders the current instance to a
-
-
- A indicating the endianess for rendering.
-
-
- A with the offset, the data is stored.
-
-
- A the ID of the type, which is rendered
-
-
- A with the count of the values which are
- rendered.
-
-
- A with the rendered data.
-
-
-
-
- Contains a SSHORT value with a count > 1
-
-
-
-
- Construcor.
-
-
- A with the tag ID of the entry this instance
- represents
-
-
- A to be stored
-
-
-
-
- Renders the current instance to a
-
-
- A indicating the endianess for rendering.
-
-
- A with the offset, the data is stored.
-
-
- A the ID of the type, which is rendered
-
-
- A with the count of the values which are
- rendered.
-
-
- A with the rendered data.
-
-
-
-
- Contains a Signed SHORT value.
-
-
-
-
- The ID of the tag, the current instance belongs to
-
-
-
-
- The value which is stored by the current instance
-
-
-
-
- Construcor.
-
-
- A with the tag ID of the entry this instance
- represents
-
-
- A to be stored
-
-
-
-
- Renders the current instance to a
-
-
- A indicating the endianess for rendering.
-
-
- A with the offset, the data is stored.
-
-
- A the ID of the type, which is rendered
-
-
- A with the count of the values which are
- rendered.
-
-
- A with the rendered data.
-
-
-
-
- Contains an ASCII STRING value.
-
-
-
-
- The ID of the tag, the current instance belongs to
-
-
-
-
- The value which is stored by the current instance
-
-
-
-
- Construcor.
-
-
- A with the tag ID of the entry this instance
- represents
-
-
- A to be stored
-
-
-
-
- Renders the current instance to a
-
-
- A indicating the endianess for rendering.
-
-
- A with the offset, the data is stored.
-
-
- A the ID of the type, which is rendered
-
-
- A with the count of the values which are
- rendered.
-
-
- A with the rendered data.
-
-
-
-
- Contains the offsets to the image data strips.
-
-
-
-
- Store the strip length to read them before writing.
-
-
-
-
- The file the offsets belong to
-
-
-
-
- Constructor.
-
-
- A with the tag ID of the entry this instance
- represents
-
-
- A with the strip offsets.
-
-
- The length of the strips.
-
-
- The file from which the strips will be read.
-
-
-
-
- Renders the current instance to a
-
-
- A indicating the endianess for rendering.
-
-
- A with the offset, the data is stored.
-
-
- A the ID of the type, which is rendered
-
-
- A with the count of the values which are
- rendered.
-
-
- A with the rendered data.
-
-
-
-
- Contains the SubIFDs IFD entry.
-
-
-
-
- The ID of the tag, the current instance belongs to
-
-
-
-
- The structures of the IFDs to which this entry points.
-
-
-
-
- Constructor.
-
-
- A with the tag ID of the entry this instance
- represents
-
-
- A set of ifd structures.
-
-
-
-
- Renders the current instance to a
-
-
- A indicating the endianess for rendering.
-
-
- A with the offset, the data is stored.
-
-
- A the ID of the type, which is rendered
-
-
- A with the count of the values which are
- rendered.
-
-
- A with the rendered data.
-
-
-
-
- Contains a Sub IFD.
-
-
-
-
- The ID of the tag, the current instance belongs to
-
-
-
-
- The type of the IFD entry.
-
-
-
-
- The count of the IFD entry.
-
-
-
-
- The structure of the sub-ifd which is stored by the current
- instance
-
-
-
-
- The number of entries in the entire IFD.
-
-
-
-
- Construcor.
-
-
- A with the tag ID of the entry this instance
- represents
-
-
- A with the type of the IFD entry.
-
-
- A with the count of the IFD entry.
-
-
- A to be stored
-
-
-
-
- Renders the current instance to a
-
-
- A indicating the endianess for rendering.
-
-
- A with the offset, the data is stored.
-
-
- A the ID of the type, which is rendered
-
-
- A with the count of the values which are
- rendered.
-
-
- A with the rendered data.
-
-
-
-
- Contains the data of a Thumbnail. Since the thumbnail is
- referenced by two long entries (offset to the data and length)
- we need to take care of this special case.
- This entry acts as the offset-entry but holds also the
- thumbail data. When rendering the entry, we have to render the
- data but write a long entry.
-
-
-
-
- The ID of the tag, the current instance belongs to
-
-
-
-
- The data of the thumbnail which is stored by the current instance
-
-
-
-
- Construcor.
-
-
- A with the tag ID of the entry this instance
- represents
-
-
- A with the thumbnail data to be stored
-
-
-
-
- Renders the current instance to a
-
-
- A indicating the endianess for rendering.
-
-
- A with the offset, the data is stored.
-
-
- A the ID of the type, which is rendered
-
-
- A with the count of the values which are
- rendered.
-
-
- A with the rendered data.
-
-
-
-
- Contains an Undefined value type, represented by a byte vector
-
-
-
-
- The ID of the tag, the current instance belongs to
-
-
-
-
- The data which is stored by the current instance
-
-
-
-
- Construcor.
-
-
- A with the tag ID of the entry this instance
- represents
-
-
- A to be stored
-
-
-
-
- Renders the current instance to a
-
-
- A indicating the endianess for rendering.
-
-
- A with the offset, the data is stored.
-
-
- A the ID of the type, which is rendered
-
-
- A with the count of the values which are
- rendered.
-
-
- A with the rendered data.
-
-
-
-
- Contains an ASCII STRING value.
-
-
-
-
- Marker for an ASCII-encoded UserComment tag.
-
-
-
-
- Marker for a JIS-encoded UserComment tag.
-
-
-
-
- Marker for a UNICODE-encoded UserComment tag.
-
-
-
-
- Corrupt marker that seems to be resembling unicode.
-
-
-
-
- Marker for a UserComment tag with undefined encoding.
-
-
-
-
- The ID of the tag, the current instance belongs to
-
-
-
-
- The value which is stored by the current instance
-
-
-
-
- Construcor.
-
-
- A with the tag ID of the entry this instance
- represents
-
-
- A to be stored
-
-
-
-
- Construcor.
-
-
- A with the tag ID of the entry this instance
- represents
-
-
- A to be stored
-
-
- The file that's currently being parsed, used for reporting corruptions.
-
-
-
-
- Renders the current instance to a
-
-
- A indicating the endianess for rendering.
-
-
- A with the offset, the data is stored.
-
-
- A the ID of the type, which is rendered
-
-
- A with the count of the values which are
- rendered.
-
-
- A with the rendered data.
-
-
-
-
- Contains the entries in this IFD.
-
-
-
-
- An IFD entry, which is a key/value pair inside an IFD.
-
-
-
-
- The ID of the tag, the current instance belongs to
-
-
-
-
- Renders the current instance to a
-
-
- A indicating the endianess for rendering.
-
-
- A with the offset, the data is stored.
-
-
- A the ID of the type, which is rendered
-
-
- A with the count of the values which are
- rendered.
-
-
- A with the rendered data.
-
-
-
-
- This class abstracts common stuff for array IFD entries
-
-
-
-
- The ID of the tag, the current instance belongs to
-
-
-
-
- The values stored by the current instance.
-
-
-
-
- Constructor.
-
-
- A with the tag ID of the entry this instance
- represents
-
-
-
-
- Renders the current instance to a
-
-
- A indicating the endianess for rendering.
-
-
- A with the offset, the data is stored.
-
-
- A the ID of the type, which is rendered
-
-
- A with the count of the values which are
- rendered.
-
-
- A with the rendered data.
-
-
-
-
- A type indicator, which identifies how the corresponding value
- field should be interpreted.
-
-
-
-
- Unknown (shouldn't occur)
-
-
-
-
- 8-bit unsigned integer.
-
-
-
-
- 8-bit byte that contains a 7-bit ASCII code; the last byte
- must be NUL (binary zero).
-
-
-
-
- 16-bit (2-byte) unsigned integer.
-
-
-
-
- 32-bit (4-byte) unsigned integer.
-
-
-
-
- Two LONGs: the first represents the numerator of a
- fraction; the second, the denominator.
-
-
-
-
- An 8-bit signed (twos-complement) integer.
-
-
-
-
- An 8-bit byte that may contain anything, depending on
- the definition of the field.
-
-
-
-
- A 16-bit (2-byte) signed (twos-complement) integer.
-
-
-
-
- A 32-bit (4-byte) signed (twos-complement) integer.
-
-
-
-
- Two SLONG’s: the first represents the numerator of a
- fraction, the second the denominator.
-
-
-
-
- Single precision (4-byte) IEEE format.
-
-
-
-
- Double precision (8-byte) IEEE format.
-
-
-
-
- IFD
-
-
-
-
- This class contains all the IFD reading and parsing code.
-
-
-
-
- The where this IFD is found in.
-
-
-
-
- If IFD is encoded in BigEndian or not
-
-
-
-
- The IFD structure that will be populated
-
-
-
-
- A value describing the base were the IFD offsets
- refer to. E.g. in Jpegs the IFD are located in an Segment and the offsets
- inside the IFD refer from the beginning of this segment. So base_offset must
- contain the beginning of the segment.
-
-
-
-
- A value with the beginning of the IFD relative to
- base_offset.
-
-
-
-
- A with the maximal offset, which should occur in the
- IFD. Greater offsets, would reference beyond the considered data.
-
-
-
-
- Whether or not the makernote should be parsed.
-
-
-
-
- Whether or not the makernote should be parsed.
-
-
-
-
- Constructor. Reads an IFD from given file, using the given endianness.
-
-
- A to read from.
-
-
- A , it must be true, if the data of the IFD should be
- read as bigendian, otherwise false.
-
-
- A that will be populated.
-
-
- A value describing the base were the IFD offsets
- refer to. E.g. in Jpegs the IFD are located in an Segment and the offsets
- inside the IFD refer from the beginning of this segment. So must contain the beginning of the segment.
-
-
- A value with the beginning of the IFD relative to
- .
-
-
- A value with maximal possible offset. This is to limit
- the size of the possible data;
-
-
-
-
- Read all IFD segments from the file.
-
-
-
-
- Read IFD segments from the file.
-
-
- The number of IFDs that may be read can be restricted using the count
- parameter. This might be needed for fiels that have invalid next-ifd
- pointers (such as some IFDs in the Nikon Makernote). This condition is
- tested in the Nikon2 unit test, which contains such a file.
-
-
- A with the maximal number of IFDs to read.
- Passing -1 means unlimited.
-
-
-
-
- Add to the reference count for the IFD loop detection.
-
-
-
-
- Attempts to detect whether or not this file has an endless IFD loop.
-
-
- A with the offset at which the next IFD
- can be found.
-
-
- True if we have gone into a loop, false otherwise.
-
-
-
-
- End the IFD loop detection, cleanup if we're the last.
-
-
-
-
- Reads an IFD from file at position relative
- to .
-
-
- A with the base offset which every offset
- in IFD is relative to.
-
-
- A with the offset of the IFD relative to
-
-
-
- A with the maximal offset to consider for
- the IFD.
-
-
- A with the offset of the next IFD, the
- offset is also relative to
-
-
-
-
- Creates an IFDEntry from the given values. This method is used for
- every entry. Custom parsing can be hooked in by overriding the
- method.
-
-
- A with the tag of the entry.
-
-
- A with the type of the entry.
-
-
- A with the data count of the entry.
-
-
- A with the base offset which every
- offsets in the IFD are relative to.
-
-
- A containing exactly 4 byte with the data
- of the offset of the entry. Since this field isn't interpreted as
- an offset if the data can be directly stored in the 4 byte, we
- pass the to easier interpret it.
-
-
- A with the maximal offset to consider for
- the IFD.
-
-
- A with the given parameter.
-
-
-
-
- Reads a 2-byte signed short from the current file.
-
-
- A value containing the short read
- from the current instance.
-
-
-
-
- Reads a 2-byte unsigned short from the current file.
-
-
- A value containing the short read
- from the current instance.
-
-
-
-
- Reads a 4-byte int from the current file.
-
-
- A value containing the int read
- from the current instance.
-
-
-
-
- Reads a 4-byte unsigned int from the current file.
-
-
- A value containing the int read
- from the current instance.
-
-
-
-
- Reads a by two following unsigned
- int from the current file.
-
-
- A value created by the read values.
-
-
-
-
- Reads a by two following unsigned
- int from the current file.
-
-
- A value created by the read values.
-
-
-
-
- Reads an array of 2-byte shorts from the current file.
-
-
- An array of values containing the
- shorts read from the current instance.
-
-
-
-
- Reads an array of 2-byte signed shorts from the current file.
-
-
- An array of values containing the
- shorts read from the current instance.
-
-
-
-
- Reads an array of 4-byte int from the current file.
-
-
- An array of values containing the
- shorts read from the current instance.
-
-
-
-
- Reads an array of 4-byte unsigned int from the current file.
-
-
- An array of values containing the
- shorts read from the current instance.
-
-
-
-
- Reads an ASCII string from the current file.
-
-
- A read from the current instance.
-
-
- The exif standard allows to store multiple string separated
- by '\0' in one ASCII-field. On the other hand some programs
- (e.g. CanonZoomBrowser) fill some ASCII fields by trailing
- '\0's.
- We follow the Adobe practice as described in XMP Specification
- Part 3 (Storeage in Files), and process the ASCII string only
- to the first '\0'.
-
-
-
-
- Performs some fixups to a read . For some
- special cases multiple instances contained
- in the directory are needed. Therfore, we do the fixups after reading the
- whole directory to be sure, all entries are present.
-
-
- A value with the base offset, all offsets in the
- directory refers to.
-
-
- A instance which was read and needs fixes.
-
-
-
-
- Try to parse the given IFD entry, used to discover format-specific entries.
-
-
- A with the tag of the entry.
-
-
- A with the type of the entry.
-
-
- A with the data count of the entry.
-
-
- A with the base offset which every offsets in the
- IFD are relative to.
-
-
- A with the offset of the entry.
-
-
- A with the given parameters, or null if none was parsed, after
- which the normal TIFF parsing is used.
-
-
-
-
- Create a reader for Sub IFD entries.
-
-
- A to read from.
-
-
- A , it must be true, if the data of the IFD should be
- read as bigendian, otherwise false.
-
-
- A that will be populated.
-
-
- A with the base offset which every offsets in the
- IFD are relative to.
-
-
- A with the offset of the entry.
-
-
- A with the maximal offset to consider for
- the IFD.
-
-
- A which can be used to read the specified sub IFD.
-
-
-
-
- This class contains all the IFD rendering code.
-
-
-
-
- The IFD structure that will be rendered.
-
-
-
-
- If IFD should be encoded in BigEndian or not.
-
-
-
-
- A value with the offset of the
- current IFD. All offsets inside the IFD must be adjusted
- according to this given offset.
-
-
-
-
- Constructor. Will render the given IFD structure.
-
-
- If IFD should be encoded in BigEndian or not.
-
-
- The IFD structure that will be rendered.
-
-
- A value with the offset of the
- current IFD. All offsets inside the IFD must be adjusted
- according to this given offset.
-
-
-
-
- Renders the current instance to a .
-
-
- A containing the rendered IFD.
-
-
-
-
- Renders the IFD to an ByteVector where the offset of the IFD
- itself is and all offsets
- contained in the IFD are adjusted accroding it.
-
-
- A with the directory to render.
-
-
- A with the offset of the IFD
-
-
- A which is true, if the IFD is
- the last one, i.e. the offset to the next IFD, which is
- stored inside the IFD, is 0. If the value is false, the
- offset to the next IFD is set that it starts directly after
- the current one.
-
-
- A with the rendered IFD.
-
-
-
-
- Adds the data of a single entry to .
-
-
- A to add the entry to.
-
-
- A with the tag of the entry.
-
-
- A with the type of the entry.
-
-
- A with the data count of the entry,
-
-
- A with the offset field of the entry.
-
-
-
-
- Renders a complete entry together with the data. The entry itself
- is stored in and the data of the
- entry is stored in if it cannot be
- stored in the offset. This method is called for every of this IFD and can be overwritten in subclasses
- to provide special behavior.
-
-
- A with the entry to render.
-
-
- A to add the entry to.
-
-
- A to add the entry data to if it cannot be
- stored in the offset field.
-
-
- A with the offset, were the data of the
- entries starts. It is needed to adjust the offsets of the entries
- itself.
-
-
-
-
- Constructs a new IFD Renderer used to render a .
-
-
- If IFD should be encoded in BigEndian or not.
-
-
- The IFD structure that will be rendered.
-
-
- A value with the offset of the
- current IFD. All offsets inside the IFD must be adjusted
- according to this given offset.
-
-
-
-
- This class resembles the structure of a TIFF file. It can either be a
- top-level IFD, or a nested IFD (in the case of Exif).
-
-
-
-
- Contains the IFD directories in this tag.
-
-
-
-
- Gets the IFD directories contained in the current instance.
-
-
- An array of instances.
-
-
-
-
- Checks, if a value for the given tag is contained in the IFD.
-
-
- A value with the directory index that
- contains the tag.
-
-
- A value with the tag.
-
-
- A , which is true, if the tag is already
- contained in the IFD, otherwise false.
-
-
-
-
- Removes a given tag from the IFD.
-
-
- A value with the directory index that
- contains the tag to remove.
-
-
- A value with the tag to remove.
-
-
-
-
- Removes a given tag from the IFD.
-
-
- A value with the directory index that
- contains the tag to remove.
-
-
- A value with the tag to remove.
-
-
-
-
- Adds an to the IFD, if it is not already
- contained in, it fails otherwise.
-
-
- A value with the directory index that
- should contain the tag that will be added.
-
-
- A to add to the IFD.
-
-
-
-
- Adds an to the IFD. If it is already contained
- in the IFD, it is overwritten.
-
-
- A value with the directory index that
- contains the tag that will be set.
-
-
- A to add to the IFD.
-
-
-
-
- Returns the belonging to the given tag.
-
-
- A with the directory that contains
- the wanted tag.
-
-
- A with the tag to get.
-
-
- A belonging to the given tag, or
- null, if no such tag is contained in the IFD.
-
-
-
-
- Returns the belonging to the given tag.
-
-
- A with the directory that contains
- the wanted tag.
-
-
- A with the tag to get.
-
-
- A belonging to the given tag, or
- null, if no such tag is contained in the IFD.
-
-
-
-
- Returns the stored in the
- entry defined by .
-
-
- A with the number of the directory
- to search for the entry.
-
-
- A with the tag of the entry
-
-
- A with the value stored in the entry
- or if no such entry is contained or it
- does not contain a value.
-
-
-
-
- Returns a containing the
- stored in the entry defined
- by .
-
-
- A with the number of the directory
- to search for the entry.
-
-
- A with the tag of the entry
-
-
- A containing the
- stored in the entry, or
- if no such entry is contained or it
- does not contain a value.
-
-
-
-
- Returns a containing the
- stored in the entry defined
- by .
-
-
- A with the number of the directory
- to search for the entry.
-
-
- A with the tag of the entry
-
-
- A containing the
- stored in the entry, or
- if no such entry is contained or it
- does not contain a value.
-
-
-
-
- Returns a containing the
- stored in the entry defined
- by . The entry can be of type
- or
-
-
-
- A with the number of the directory
- to search for the entry.
-
-
- A with the tag of the entry
-
-
- A containing the
- stored in the entry, or
- if no such entry is contained.
-
-
-
-
- Returns a containing the
- stored in the entry defined
- by . The entry must be of type
- and contain an datestring
- according to the Exif specification.
-
-
- A with the number of the directory
- to search for the entry.
-
-
- A with the tag of the entry
-
-
- A containing the
- stored in the entry, or
- if no such entry is contained or it
- does not contain a valid value.
-
-
-
-
- Adds a to the directory with tag
- given by and value given by
-
-
- A with the number of the directory
- to add the entry to.
-
-
- A with the tag of the entry
-
-
- A with the value to add. If it is
- an possibly already contained entry is removed for given tag.
-
-
-
-
- Adds a to the directory with tag
- given by and value given by
-
-
- A with the number of the directory
- to add the entry to.
-
-
- A with the tag of the entry
-
-
- A with the value to add.
-
-
-
-
- Adds a to the directory with tag
- given by and value given by
-
-
- A with the number of the directory
- to add the entry to.
-
-
- A with the tag of the entry
-
-
- A with the value to add.
-
-
-
-
- Adds a to the directory with tag
- given by and value given by
-
-
- A with the number of the directory
- to add the entry to.
-
-
- A with the tag of the entry
-
-
- A with the value to add. It must be possible to
- represent the value by a .
-
-
-
-
- Adds a to the directory with tag
- given by and value given by .
- The value is stored as a date string according to the Exif specification.
-
-
- A with the number of the directory
- to add the entry to.
-
-
- A with the tag of the entry
-
-
- A with the value to add.
-
-
-
-
- Contains the metadata for one IFD (Image File Directory).
-
-
-
-
- A reference to the Exif IFD (which can be found by following the
- pointer in IFD0, ExifIFD tag). This variable should not be used
- directly, use the property instead.
-
-
-
-
- A reference to the GPS IFD (which can be found by following the
- pointer in IFD0, GPSIFD tag). This variable should not be used
- directly, use the property instead.
-
-
-
-
- The IFD structure referenced by the current instance
-
-
-
-
- The Exif IFD. Will create one if the file doesn't alread have it.
-
-
- Note how this also creates an empty IFD for exif, even if
- you don't set a value. That's okay, empty nested IFDs get ignored
- when rendering.
-
-
-
-
- The GPS IFD. Will create one if the file doesn't alread have it.
-
-
- Note how this also creates an empty IFD for GPS, even if
- you don't set a value. That's okay, empty nested IFDs get ignored
- when rendering.
-
-
-
-
- Gets the tag types contained in the current instance.
-
-
- Always .
-
-
-
-
- Constructor. Creates an empty IFD tag. Can be populated manually, or via
- .
-
-
-
-
- Clears the values stored in the current instance.
-
-
-
-
- Gets or sets the comment for the image described
- by the current instance.
-
-
- A containing the comment of the
- current instace.
-
-
-
-
- Gets and sets the copyright information for the media
- represented by the current instance.
-
-
- A object containing the copyright
- information for the media represented by the current
- instance or if no value present.
-
-
-
-
- Gets or sets the creator of the image.
-
-
- A with the name of the creator.
-
-
-
-
- Gets or sets the software the image, the current instance
- belongs to, was created with.
-
-
- A containing the name of the
- software the current instace was created with.
-
-
-
-
- Gets or sets the time when the image, the current instance
- belongs to, was taken.
-
-
- A with the time the image was taken.
-
-
-
-
- The time of capturing.
-
-
- A with the time of capturing.
-
-
-
-
- The time of digitization.
-
-
- A with the time of digitization.
-
-
-
-
- Gets or sets the latitude of the GPS coordinate the current
- image was taken.
-
-
- A with the latitude ranging from -90.0
- to +90.0 degrees.
-
-
-
-
- Gets or sets the longitude of the GPS coordinate the current
- image was taken.
-
-
- A with the longitude ranging from -180.0
- to +180.0 degrees.
-
-
-
-
- Gets or sets the altitude of the GPS coordinate the current
- image was taken. The unit is meter.
-
-
- A with the altitude. A positive value
- is above sea level, a negative one below sea level. The unit is meter.
-
-
-
-
- Gets the exposure time the image, the current instance belongs
- to, was taken with.
-
-
- A with the exposure time in seconds.
-
-
-
-
- Gets the FNumber the image, the current instance belongs
- to, was taken with.
-
-
- A with the FNumber.
-
-
-
-
- Gets the ISO speed the image, the current instance belongs
- to, was taken with.
-
-
- A with the ISO speed as defined in ISO 12232.
-
-
-
-
- Gets the focal length the image, the current instance belongs
- to, was taken with.
-
-
- A with the focal length in millimeters.
-
-
-
-
- Gets the focal length the image, the current instance belongs
- to, was taken with, assuming a 35mm film camera.
-
-
- A with the focal length in 35mm equivalent in millimeters.
-
-
-
-
- Gets or sets the orientation of the image described
- by the current instance.
-
-
- A containing the orientation of the
- image
-
-
-
-
- Gets the manufacture of the recording equipment the image, the
- current instance belongs to, was taken with.
-
-
- A with the manufacture name.
-
-
-
-
- Gets the model name of the recording equipment the image, the
- current instance belongs to, was taken with.
-
-
- A with the model name.
-
-
-
-
- Initilazies the GPS IFD with some basic entries.
-
-
-
-
- Converts a given (positive) angle value to three rationals like they
- are used to store an angle for GPS data.
-
-
- A between 0.0d and 180.0d with the angle
- in degrees
-
-
- A representing the same angle by degree, minutes
- and seconds of the angle.
-
-
-
-
- This class contains Nikon3 makernote specific reading logic.
-
-
-
-
- Constructor. Reads an IFD from given file, using the given endianness.
-
-
- A to read from.
-
-
- A , it must be true, if the data of the IFD should be
- read as bigendian, otherwise false.
-
-
- A that will be populated.
-
-
- A value describing the base were the IFD offsets
- refer to. E.g. in Jpegs the IFD are located in an Segment and the offsets
- inside the IFD refer from the beginning of this segment. So must contain the beginning of the segment.
-
-
- A value with the beginning of the IFD relative to
- .
-
-
- A value with maximal possible offset. This is to limit
- the size of the possible data;
-
-
-
-
- Try to parse the given IFD entry, used to discover format-specific entries.
-
-
- A with the tag of the entry.
-
-
- A with the type of the entry.
-
-
- A with the data count of the entry.
-
-
- A with the base offset which every offsets in the
- IFD are relative to.
-
-
- A with the offset of the entry.
-
-
- A with the given parameters, or null if none was parsed, after
- which the normal TIFF parsing is used.
-
-
-
-
- Label tags for Canon File Info.
- Based on http://www.exiv2.org/tags-canon.html
-
-
-
-
- File Number. (Hex: 0X0001)
-
-
-
-
- Bracket Mode. (Hex: 0X0003)
-
-
-
-
- Bracket Value. (Hex: 0X0004)
-
-
-
-
- Bracket Shot Number. (Hex: 0X0005)
-
-
-
-
- Raw Jpg Quality. (Hex: 0X0006)
-
-
-
-
- Raw Jpg Size. (Hex: 0X0007)
-
-
-
-
- Noise Reduction. (Hex: 0X0008)
-
-
-
-
- WB Bracket Mode. (Hex: 0X0009)
-
-
-
-
- WB Bracket Value AB. (Hex: 0X000C)
-
-
-
-
- WB Bracket Value GM. (Hex: 0X000D)
-
-
-
-
- Filter Effect. (Hex: 0X000E)
-
-
-
-
- Toning Effect. (Hex: 0X000F)
-
-
-
-
- Label tags for Canon Makernote.
- Based on http://www.burren.cx/david/canon.html and http://www.exiv2.org/tags-canon.html
-
-
-
-
- Unknown field at tag 0x0000. (Hex: 0x0000)
-
-
-
-
- Camera Settings. (Hex: 0x0001)
-
-
-
-
- Focal Length. (Hex: 0x0002)
-
-
-
-
- Unknown field at tag 0x0000. (Hex: 0x0003)
-
-
-
-
- Shot Information. (Hex: 0x0004)
-
-
-
-
- Panorama. (Hex: 0x0005)
-
-
-
-
- Image Type. (Hex: 0x0006)
-
-
-
-
- Firmware Version. (Hex: 0x0007)
-
-
-
-
- Image Number. (Hex: 0x0008)
-
-
-
-
- Owner Name. (Hex: 0x0009)
-
-
-
-
- Serial Number. (Hex: 0x000C)
-
-
-
-
- Unknown field at tag 0x0000. (Hex: 0x000D)
-
-
-
-
- Custom Functions. (Hex: 0x000F)
-
-
-
-
- Model ID. (Hex: 0x0010)
-
-
-
-
- Picture Info. (Hex: 0x0012)
-
-
-
-
- Serial Number Format. (Hex: 0x0015)
-
-
-
-
- Canon File Info. (Hex: 0x0093)
-
-
-
-
- Lens Model. (Hex: 0x0095)
-
-
-
-
- Serial Info. (Hex: 0x0096)
-
-
-
-
- Processing Info. (Hex: 0x00A0)
-
-
-
-
- White Balance Table. (Hex: 0x00A9)
-
-
-
-
- Measured Color. (Hex: 0x00AA)
-
-
-
-
- Color Space. (Hex: 0x00B4)
-
-
-
-
- Sensor Info. (Hex: 0x00E0)
-
-
-
-
- Black Level. (Hex: 0x4008)
-
-
-
-
- Label tags for Canon Picture Info.
- Based on http://www.exiv2.org/tags-canon.html
-
-
-
-
- Image width. (Hex: 0X0002)
-
-
-
-
- Image height. (Hex: 0X0003)
-
-
-
-
- Image width (as shot). (Hex: 0X0004)
-
-
-
-
- Image height (as shot). (Hex: 0X0005)
-
-
-
-
- AF points used. (Hex: 0X0016)
-
-
-
-
- AF points used (20D). (Hex: 0X001A)
-
-
-
-
- Entry tags occuring in the Exif IFD
- The complete overview can be obtained at:
- http://www.awaresystems.be/imaging/tiff.html
-
-
-
-
- Contains two values representing the minimum rows and columns
- to define the repeating patterns of the color filter array.
- (Hex: 0x828D)
-
-
-
-
- Contains two values representing the minimum rows and columns
- to define the repeating patterns of the color filter array.
- (Hex: 0x828E)
-
-
-
-
- Exposure time, given in seconds. (Hex: 0x829A)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/exposuretime.html
-
-
-
-
- The F number. (Hex: 0x829D)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/fnumber.html
-
-
-
-
- The class of the program used by the camera to set exposure when the picture is taken. (Hex: 0x8822)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/exposureprogram.html
-
-
-
-
- Indicates the spectral sensitivity of each channel of the camera used. (Hex: 0x8824)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/spectralsensitivity.html
-
-
-
-
- Indicates the ISO Speed and ISO Latitude of the camera or input device as specified in ISO 12232. (Hex: 0x8827)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/isospeedratings.html
-
-
-
-
- Indicates the Opto-Electric Conversion Function (OECF) specified in ISO 14524. (Hex: 0x8828)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/oecf.html
-
-
-
-
- The version of the supported Exif standard. (Hex: 0x9000)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/exifversion.html
-
-
-
-
- The date and time when the original image data was generated. (Hex: 0x9003)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/datetimeoriginal.html
-
-
-
-
- The date and time when the image was stored as digital data. (Hex: 0x9004)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/datetimedigitized.html
-
-
-
-
- Specific to compressed data; specifies the channels and complements PhotometricInterpretation (Hex: 0x9101)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/componentsconfiguration.html
-
-
-
-
- Specific to compressed data; states the compressed bits per pixel. (Hex: 0x9102)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/compressedbitsperpixel.html
-
-
-
-
- Shutter speed. (Hex: 0x9201)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/shutterspeedvalue.html
-
-
-
-
- The lens aperture. (Hex: 0x9202)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/aperturevalue.html
-
-
-
-
- The value of brightness. (Hex: 0x9203)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/brightnessvalue.html
-
-
-
-
- The exposure bias. (Hex: 0x9204)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/exposurebiasvalue.html
-
-
-
-
- The smallest F number of the lens. (Hex: 0x9205)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/maxaperturevalue.html
-
-
-
-
- The distance to the subject, given in meters. (Hex: 0x9206)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/subjectdistance.html
-
-
-
-
- The metering mode. (Hex: 0x9207)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/meteringmode.html
-
-
-
-
- The kind of light source. (Hex: 0x9208)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/lightsource.html
-
-
-
-
- Indicates the status of flash when the image was shot. (Hex: 0x9209)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/flash.html
-
-
-
-
- The actual focal length of the lens, in mm. (Hex: 0x920A)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/focallength.html
-
-
-
-
- Indicates the location and area of the main subject in the overall scene. (Hex: 0x9214)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/subjectarea.html
-
-
-
-
- Manufacturer specific information. (Hex: 0x927C)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/makernote.html
-
-
-
-
- Keywords or comments on the image; complements ImageDescription. (Hex: 0x9286)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/usercomment.html
-
-
-
-
- A tag used to record fractions of seconds for the DateTime tag. (Hex: 0x9290)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/subsectime.html
-
-
-
-
- A tag used to record fractions of seconds for the DateTimeOriginal tag. (Hex: 0x9291)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/subsectimeoriginal.html
-
-
-
-
- A tag used to record fractions of seconds for the DateTimeDigitized tag. (Hex: 0x9292)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/subsectimedigitized.html
-
-
-
-
- The Flashpix format version supported by a FPXR file. (Hex: 0xA000)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/flashpixversion.html
-
-
-
-
- The color space information tag is always recorded as the color space specifier. (Hex: 0xA001)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/colorspace.html
-
-
-
-
- Specific to compressed data; the valid width of the meaningful image. (Hex: 0xA002)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/pixelxdimension.html
-
-
-
-
- Specific to compressed data; the valid height of the meaningful image. (Hex: 0xA003)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/pixelydimension.html
-
-
-
-
- Used to record the name of an audio file related to the image data. (Hex: 0xA004)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/relatedsoundfile.html
-
-
-
-
- Indicates the strobe energy at the time the image is captured, as measured in Beam Candle Power Seconds (Hex: 0xA20B)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/flashenergy.html
-
-
-
-
- Records the camera or input device spatial frequency table and SFR values in the direction of image width, image height, and diagonal direction, as specified in ISO 12233. (Hex: 0xA20C)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/spatialfrequencyresponse.html
-
-
-
-
- Indicates the number of pixels in the image width (X) direction per FocalPlaneResolutionUnit on the camera focal plane. (Hex: 0xA20E)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/focalplanexresolution.html
-
-
-
-
- Indicates the number of pixels in the image height (Y) direction per FocalPlaneResolutionUnit on the camera focal plane. (Hex: 0xA20F)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/focalplaneyresolution.html
-
-
-
-
- Indicates the unit for measuring FocalPlaneXResolution and FocalPlaneYResolution. (Hex: 0xA210)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/focalplaneresolutionunit.html
-
-
-
-
- Indicates the location of the main subject in the scene. (Hex: 0xA214)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/subjectlocation.html
-
-
-
-
- Indicates the exposure index selected on the camera or input device at the time the image is captured. (Hex: 0xA215)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/exposureindex.html
-
-
-
-
- Indicates the image sensor type on the camera or input device. (Hex: 0xA217)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/sensingmethod.html
-
-
-
-
- Indicates the image source. (Hex: 0xA300)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/filesource.html
-
-
-
-
- Indicates the type of scene. (Hex: 0xA301)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/scenetype.html
-
-
-
-
- Indicates the color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used. (Hex: 0xA302)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/cfapattern.html
-
-
-
-
- Indicates the use of special processing on image data, such as rendering geared to output. (Hex: 0xA401)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/customrendered.html
-
-
-
-
- Indicates the exposure mode set when the image was shot. (Hex: 0xA402)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/exposuremode.html
-
-
-
-
- Indicates the white balance mode set when the image was shot. (Hex: 0xA403)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/whitebalance.html
-
-
-
-
- Indicates the digital zoom ratio when the image was shot. (Hex: 0xA404)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/digitalzoomratio.html
-
-
-
-
- Indicates the equivalent focal length assuming a 35mm film camera, in mm. (Hex: 0xA405)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/focallengthin35mmfilm.html
-
-
-
-
- Indicates the type of scene that was shot. (Hex: 0xA406)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/scenecapturetype.html
-
-
-
-
- Indicates the degree of overall image gain adjustment. (Hex: 0xA407)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/gaincontrol.html
-
-
-
-
- Indicates the direction of contrast processing applied by the camera when the image was shot. (Hex: 0xA408)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/contrast.html
-
-
-
-
- Indicates the direction of saturation processing applied by the camera when the image was shot. (Hex: 0xA409)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/saturation.html
-
-
-
-
- Indicates the direction of sharpness processing applied by the camera when the image was shot. (Hex: 0xA40A)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/sharpness.html
-
-
-
-
- This tag indicates information on the picture-taking conditions of a particular camera model. (Hex: 0xA40B)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/devicesettingdescription.html
-
-
-
-
- Indicates the distance to the subject. (Hex: 0xA40C)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/subjectdistancerange.html
-
-
-
-
- Indicates an identifier assigned uniquely to each image. (Hex: 0xA420)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/imageuniqueid.html
-
-
-
-
- Entry tags occuring in the GPS IFD
- The complete overview can be obtained at:
- http://www.awaresystems.be/imaging/tiff.html
-
-
-
-
- Indicates the version of GPSInfoIFD. (Hex: 0x0000)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpsversionid.html
-
-
-
-
- Indicates whether the latitude is north or south latitude. (Hex: 0x0001)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpslatituderef.html
-
-
-
-
- Indicates the latitude. (Hex: 0x0002)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpslatitude.html
-
-
-
-
- Indicates whether the longitude is east or west longitude. (Hex: 0x0003)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpslongituderef.html
-
-
-
-
- Indicates the longitude. (Hex: 0x0004)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpslongitude.html
-
-
-
-
- Indicates the altitude used as the reference altitude. (Hex: 0x0005)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpsaltituderef.html
-
-
-
-
- Indicates the altitude based on the reference in GPSAltitudeRef. (Hex: 0x0006)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpsaltitude.html
-
-
-
-
- Indicates the time as UTC (Coordinated Universal Time). (Hex: 0x0007)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpstimestamp.html
-
-
-
-
- Indicates the GPS satellites used for measurements. (Hex: 0x0008)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpssatellites.html
-
-
-
-
- Indicates the status of the GPS receiver when the image is recorded. (Hex: 0x0009)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpsstatus.html
-
-
-
-
- Indicates the GPS measurement mode. (Hex: 0x000A)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpsmeasuremode.html
-
-
-
-
- Indicates the GPS DOP (data degree of precision). (Hex: 0x000B)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpsdop.html
-
-
-
-
- Indicates the unit used to express the GPS receiver speed of movement. (Hex: 0x000C)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpsspeedref.html
-
-
-
-
- Indicates the speed of GPS receiver movement. (Hex: 0x000D)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpsspeed.html
-
-
-
-
- Indicates the reference for giving the direction of GPS receiver movement. (Hex: 0x000E)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpstrackref.html
-
-
-
-
- Indicates the direction of GPS receiver movement. (Hex: 0x000F)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpstrack.html
-
-
-
-
- Indicates the reference for giving the direction of the image when it is captured. (Hex: 0x0010)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpsimgdirectionref.html
-
-
-
-
- Indicates the direction of the image when it was captured. (Hex: 0x0011)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpsimgdirection.html
-
-
-
-
- Indicates the geodetic survey data used by the GPS receiver. (Hex: 0x0012)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpsmapdatum.html
-
-
-
-
- Indicates whether the latitude of the destination point is north or south latitude. (Hex: 0x0013)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpsdestlatituderef.html
-
-
-
-
- Indicates the latitude of the destination point. (Hex: 0x0014)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpsdestlatitude.html
-
-
-
-
- Indicates whether the longitude of the destination point is east or west longitude. (Hex: 0x0015)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpsdestlongituderef.html
-
-
-
-
- Indicates the longitude of the destination point. (Hex: 0x0016)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpsdestlongitude.html
-
-
-
-
- Indicates the reference used for giving the bearing to the destination point. (Hex: 0x0017)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpsdestbearingref.html
-
-
-
-
- Indicates the bearing to the destination point. (Hex: 0x0018)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpsdestbearing.html
-
-
-
-
- Indicates the unit used to express the distance to the destination point. (Hex: 0x0019)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpsdestdistanceref.html
-
-
-
-
- Indicates the distance to the destination point. (Hex: 0x001A)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpsdestdistance.html
-
-
-
-
- A character string recording the name of the method used for location finding. (Hex: 0x001B)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpsprocessingmethod.html
-
-
-
-
- A character string recording the name of the GPS area. (Hex: 0x001C)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpsareainformation.html
-
-
-
-
- A character string recording date and time information relative to UTC (Coordinated Universal Time). (Hex: 0x001D)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpsdatestamp.html
-
-
-
-
- Indicates whether differential correction is applied to the GPS receiver. (Hex: 0x001E)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/gps/gpsdifferential.html
-
-
-
-
- Entry tags occuring in a Tiff IFD, or IFD0 for Jpegs. They are mostly
- defined by the TIFF specification:
- http://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf
- The complete overview can be obtained at:
- http://www.awaresystems.be/imaging/tiff.html
-
-
-
-
- A general indication of the kind of data contained in this subfile. (Hex: 0x00FE)
- http://www.awaresystems.be/imaging/tiff/tifftags/newsubfiletype.html
-
-
-
-
- A general indication of the kind of data contained in this subfile. (Hex: 0x00FF)
- http://www.awaresystems.be/imaging/tiff/tifftags/subfiletype.html
-
-
-
-
- The number of columns in the image, i.e., the number of pixels per row. (Hex: 0x0100)
- http://www.awaresystems.be/imaging/tiff/tifftags/imagewidth.html
-
-
-
-
- The number of rows of pixels in the image. (Hex: 0x0101)
- http://www.awaresystems.be/imaging/tiff/tifftags/imagelength.html
-
-
-
-
- Number of bits per component. (Hex: 0x0102)
- http://www.awaresystems.be/imaging/tiff/tifftags/bitspersample.html
-
-
-
-
- Compression scheme used on the image data. (Hex: 0x0103)
- http://www.awaresystems.be/imaging/tiff/tifftags/compression.html
-
-
-
-
- The color space of the image data. (Hex: 0x0106)
- http://www.awaresystems.be/imaging/tiff/tifftags/photometricinterpretation.html
-
-
-
-
- For black and white TIFF files that represent shades of gray, the technique used to convert from gray to black and white pixels. (Hex: 0x0107)
- http://www.awaresystems.be/imaging/tiff/tifftags/threshholding.html
-
-
-
-
- The width of the dithering or halftoning matrix used to create a dithered or halftoned bilevel file. (Hex: 0x0108)
- http://www.awaresystems.be/imaging/tiff/tifftags/cellwidth.html
-
-
-
-
- The length of the dithering or halftoning matrix used to create a dithered or halftoned bilevel file. (Hex: 0x0109)
- http://www.awaresystems.be/imaging/tiff/tifftags/celllength.html
-
-
-
-
- The logical order of bits within a byte. (Hex: 0x010A)
- http://www.awaresystems.be/imaging/tiff/tifftags/fillorder.html
-
-
-
-
- The name of the document from which this image was scanned. (Hex: 0x010D)
- http://www.awaresystems.be/imaging/tiff/tifftags/documentname.html
-
-
-
-
- A string that describes the subject of the image. (Hex: 0x010E)
- http://www.awaresystems.be/imaging/tiff/tifftags/imagedescription.html
-
-
-
-
- The scanner manufacturer. (Hex: 0x010F)
- http://www.awaresystems.be/imaging/tiff/tifftags/make.html
-
-
-
-
- The scanner model name or number. (Hex: 0x0110)
- http://www.awaresystems.be/imaging/tiff/tifftags/model.html
-
-
-
-
- For each strip, the byte offset of that strip. (Hex: 0x0111)
- http://www.awaresystems.be/imaging/tiff/tifftags/stripoffsets.html
-
-
-
-
- The orientation of the image with respect to the rows and columns. (Hex: 0x0112)
- http://www.awaresystems.be/imaging/tiff/tifftags/orientation.html
-
-
-
-
- The number of components per pixel. (Hex: 0x0115)
- http://www.awaresystems.be/imaging/tiff/tifftags/samplesperpixel.html
-
-
-
-
- The number of rows per strip. (Hex: 0x0116)
- http://www.awaresystems.be/imaging/tiff/tifftags/rowsperstrip.html
-
-
-
-
- For each strip, the number of bytes in the strip after compression. (Hex: 0x0117)
- http://www.awaresystems.be/imaging/tiff/tifftags/stripbytecounts.html
-
-
-
-
- The minimum component value used. (Hex: 0x0118)
- http://www.awaresystems.be/imaging/tiff/tifftags/minsamplevalue.html
-
-
-
-
- The maximum component value used. (Hex: 0x0119)
- http://www.awaresystems.be/imaging/tiff/tifftags/maxsamplevalue.html
-
-
-
-
- The number of pixels per ResolutionUnit in the ImageWidth direction. (Hex: 0x011A)
- http://www.awaresystems.be/imaging/tiff/tifftags/xresolution.html
-
-
-
-
- The number of pixels per ResolutionUnit in the ImageLength direction. (Hex: 0x011B)
- http://www.awaresystems.be/imaging/tiff/tifftags/yresolution.html
-
-
-
-
- How the components of each pixel are stored. (Hex: 0x011C)
- http://www.awaresystems.be/imaging/tiff/tifftags/planarconfiguration.html
-
-
-
-
- The name of the page from which this image was scanned. (Hex: 0x011D)
- http://www.awaresystems.be/imaging/tiff/tifftags/pagename.html
-
-
-
-
- X position of the image. (Hex: 0x011E)
- http://www.awaresystems.be/imaging/tiff/tifftags/xposition.html
-
-
-
-
- Y position of the image. (Hex: 0x011F)
- http://www.awaresystems.be/imaging/tiff/tifftags/yposition.html
-
-
-
-
- For each string of contiguous unused bytes in a TIFF file, the byte offset of the string. (Hex: 0x0120)
- http://www.awaresystems.be/imaging/tiff/tifftags/freeoffsets.html
-
-
-
-
- For each string of contiguous unused bytes in a TIFF file, the number of bytes in the string. (Hex: 0x0121)
- http://www.awaresystems.be/imaging/tiff/tifftags/freebytecounts.html
-
-
-
-
- The precision of the information contained in the GrayResponseCurve. (Hex: 0x0122)
- http://www.awaresystems.be/imaging/tiff/tifftags/grayresponseunit.html
-
-
-
-
- For grayscale data, the optical density of each possible pixel value. (Hex: 0x0123)
- http://www.awaresystems.be/imaging/tiff/tifftags/grayresponsecurve.html
-
-
-
-
- Options for Group 3 Fax compression (Hex: 0x0124)
- http://www.awaresystems.be/imaging/tiff/tifftags/t4options.html
-
-
-
-
- Options for Group 4 Fax compression (Hex: 0x0125)
- http://www.awaresystems.be/imaging/tiff/tifftags/t6options.html
-
-
-
-
- The unit of measurement for XResolution and YResolution. (Hex: 0x0128)
- http://www.awaresystems.be/imaging/tiff/tifftags/resolutionunit.html
-
-
-
-
- The page number of the page from which this image was scanned. (Hex: 0x0129)
- http://www.awaresystems.be/imaging/tiff/tifftags/pagenumber.html
-
-
-
-
- Describes a transfer function for the image in tabular style. (Hex: 0x012D)
- http://www.awaresystems.be/imaging/tiff/tifftags/transferfunction.html
-
-
-
-
- Name and version number of the software package(s) used to create the image. (Hex: 0x0131)
- http://www.awaresystems.be/imaging/tiff/tifftags/software.html
-
-
-
-
- Date and time of image creation. (Hex: 0x0132)
- http://www.awaresystems.be/imaging/tiff/tifftags/datetime.html
-
-
-
-
- Person who created the image. (Hex: 0x013B)
- http://www.awaresystems.be/imaging/tiff/tifftags/artist.html
-
-
-
-
- The computer and/or operating system in use at the time of image creation. (Hex: 0x013C)
- http://www.awaresystems.be/imaging/tiff/tifftags/hostcomputer.html
-
-
-
-
- A mathematical operator that is applied to the image data before an encoding scheme is applied. (Hex: 0x013D)
- http://www.awaresystems.be/imaging/tiff/tifftags/predictor.html
-
-
-
-
- The chromaticity of the white point of the image. (Hex: 0x013E)
- http://www.awaresystems.be/imaging/tiff/tifftags/whitepoint.html
-
-
-
-
- The chromaticities of the primaries of the image. (Hex: 0x013F)
- http://www.awaresystems.be/imaging/tiff/tifftags/primarychromaticities.html
-
-
-
-
- A color map for palette color images. (Hex: 0x0140)
- http://www.awaresystems.be/imaging/tiff/tifftags/colormap.html
-
-
-
-
- Conveys to the halftone function the range of gray levels within a colorimetrically-specified image that should retain tonal detail. (Hex: 0x0141)
- http://www.awaresystems.be/imaging/tiff/tifftags/halftonehints.html
-
-
-
-
- The tile width in pixels. This is the number of columns in each tile. (Hex: 0x0142)
- http://www.awaresystems.be/imaging/tiff/tifftags/tilewidth.html
-
-
-
-
- The tile length (height) in pixels. This is the number of rows in each tile. (Hex: 0x0143)
- http://www.awaresystems.be/imaging/tiff/tifftags/tilelength.html
-
-
-
-
- For each tile, the byte offset of that tile, as compressed and stored on disk. (Hex: 0x0144)
- http://www.awaresystems.be/imaging/tiff/tifftags/tileoffsets.html
-
-
-
-
- For each tile, the number of (compressed) bytes in that tile. (Hex: 0x0145)
- http://www.awaresystems.be/imaging/tiff/tifftags/tilebytecounts.html
-
-
-
-
- Used in the TIFF-F standard, denotes the number of 'bad' scan lines encountered by the facsimile device. (Hex: 0x0146)
- http://www.awaresystems.be/imaging/tiff/tifftags/badfaxlines.html
-
-
-
-
- Used in the TIFF-F standard, indicates if 'bad' lines encountered during reception are stored in the data, or if 'bad' lines have been replaced by the receiver. (Hex: 0x0147)
- http://www.awaresystems.be/imaging/tiff/tifftags/cleanfaxdata.html
-
-
-
-
- Used in the TIFF-F standard, denotes the maximum number of consecutive 'bad' scanlines received. (Hex: 0x0148)
- http://www.awaresystems.be/imaging/tiff/tifftags/consecutivebadfaxlines.html
-
-
-
-
- Offset to child IFDs. (Hex: 0x014A)
- http://www.awaresystems.be/imaging/tiff/tifftags/subifds.html
-
-
-
-
- The set of inks used in a separated (PhotometricInterpretation=5) image. (Hex: 0x014C)
- http://www.awaresystems.be/imaging/tiff/tifftags/inkset.html
-
-
-
-
- The name of each ink used in a separated image. (Hex: 0x014D)
- http://www.awaresystems.be/imaging/tiff/tifftags/inknames.html
-
-
-
-
- The number of inks. (Hex: 0x014E)
- http://www.awaresystems.be/imaging/tiff/tifftags/numberofinks.html
-
-
-
-
- The component values that correspond to a 0% dot and 100% dot. (Hex: 0x0150)
- http://www.awaresystems.be/imaging/tiff/tifftags/dotrange.html
-
-
-
-
- A description of the printing environment for which this separation is intended. (Hex: 0x0151)
- http://www.awaresystems.be/imaging/tiff/tifftags/targetprinter.html
-
-
-
-
- Description of extra components. (Hex: 0x0152)
- http://www.awaresystems.be/imaging/tiff/tifftags/extrasamples.html
-
-
-
-
- Specifies how to interpret each data sample in a pixel. (Hex: 0x0153)
- http://www.awaresystems.be/imaging/tiff/tifftags/sampleformat.html
-
-
-
-
- Specifies the minimum sample value. (Hex: 0x0154)
- http://www.awaresystems.be/imaging/tiff/tifftags/sminsamplevalue.html
-
-
-
-
- Specifies the maximum sample value. (Hex: 0x0155)
- http://www.awaresystems.be/imaging/tiff/tifftags/smaxsamplevalue.html
-
-
-
-
- Expands the range of the TransferFunction. (Hex: 0x0156)
- http://www.awaresystems.be/imaging/tiff/tifftags/transferrange.html
-
-
-
-
- Mirrors the essentials of PostScript's path creation functionality. (Hex: 0x0157)
- http://www.awaresystems.be/imaging/tiff/tifftags/clippath.html
-
-
-
-
- The number of units that span the width of the image, in terms of integer ClipPath coordinates. (Hex: 0x0158)
- http://www.awaresystems.be/imaging/tiff/tifftags/xclippathunits.html
-
-
-
-
- The number of units that span the height of the image, in terms of integer ClipPath coordinates. (Hex: 0x0159)
- http://www.awaresystems.be/imaging/tiff/tifftags/yclippathunits.html
-
-
-
-
- Aims to broaden the support for indexed images to include support for any color space. (Hex: 0x015A)
- http://www.awaresystems.be/imaging/tiff/tifftags/indexed.html
-
-
-
-
- JPEG quantization and/or Huffman tables. (Hex: 0x015B)
- http://www.awaresystems.be/imaging/tiff/tifftags/jpegtables.html
-
-
-
-
- OPI-related. (Hex: 0x015F)
- http://www.awaresystems.be/imaging/tiff/tifftags/opiproxy.html
-
-
-
-
- Used in the TIFF-FX standard to point to an IFD containing tags that are globally applicable to the complete TIFF file. (Hex: 0x0190)
- http://www.awaresystems.be/imaging/tiff/tifftags/globalparametersifd.html
-
-
-
-
- Used in the TIFF-FX standard, denotes the type of data stored in this file or IFD. (Hex: 0x0191)
- http://www.awaresystems.be/imaging/tiff/tifftags/profiletype.html
-
-
-
-
- Used in the TIFF-FX standard, denotes the 'profile' that applies to this file. (Hex: 0x0192)
- http://www.awaresystems.be/imaging/tiff/tifftags/faxprofile.html
-
-
-
-
- Used in the TIFF-FX standard, indicates which coding methods are used in the file. (Hex: 0x0193)
- http://www.awaresystems.be/imaging/tiff/tifftags/codingmethods.html
-
-
-
-
- Used in the TIFF-FX standard, denotes the year of the standard specified by the FaxProfile field. (Hex: 0x0194)
- http://www.awaresystems.be/imaging/tiff/tifftags/versionyear.html
-
-
-
-
- Used in the TIFF-FX standard, denotes the mode of the standard specified by the FaxProfile field. (Hex: 0x0195)
- http://www.awaresystems.be/imaging/tiff/tifftags/modenumber.html
-
-
-
-
- Used in the TIFF-F and TIFF-FX standards, holds information about the ITULAB (PhotometricInterpretation = 10) encoding. (Hex: 0x01B1)
- http://www.awaresystems.be/imaging/tiff/tifftags/decode.html
-
-
-
-
- Defined in the Mixed Raster Content part of RFC 2301, is the default color needed in areas where no image is available. (Hex: 0x01B2)
- http://www.awaresystems.be/imaging/tiff/tifftags/defaultimagecolor.html
-
-
-
-
- Old-style JPEG compression field. TechNote2 invalidates this part of the specification. (Hex: 0x0200)
- http://www.awaresystems.be/imaging/tiff/tifftags/jpegproc.html
-
-
-
-
- Old-style JPEG compression field. TechNote2 invalidates this part of the specification. (Hex: 0x0201)
- http://www.awaresystems.be/imaging/tiff/tifftags/jpeginterchangeformat.html
-
-
-
-
- Old-style JPEG compression field. TechNote2 invalidates this part of the specification. (Hex: 0x0202)
- http://www.awaresystems.be/imaging/tiff/tifftags/jpeginterchangeformatlength.html
-
-
-
-
- Old-style JPEG compression field. TechNote2 invalidates this part of the specification. (Hex: 0x0203)
- http://www.awaresystems.be/imaging/tiff/tifftags/jpegrestartinterval.html
-
-
-
-
- Old-style JPEG compression field. TechNote2 invalidates this part of the specification. (Hex: 0x0205)
- http://www.awaresystems.be/imaging/tiff/tifftags/jpeglosslesspredictors.html
-
-
-
-
- Old-style JPEG compression field. TechNote2 invalidates this part of the specification. (Hex: 0x0206)
- http://www.awaresystems.be/imaging/tiff/tifftags/jpegpointtransforms.html
-
-
-
-
- Old-style JPEG compression field. TechNote2 invalidates this part of the specification. (Hex: 0x0207)
- http://www.awaresystems.be/imaging/tiff/tifftags/jpegqtables.html
-
-
-
-
- Old-style JPEG compression field. TechNote2 invalidates this part of the specification. (Hex: 0x0208)
- http://www.awaresystems.be/imaging/tiff/tifftags/jpegdctables.html
-
-
-
-
- Old-style JPEG compression field. TechNote2 invalidates this part of the specification. (Hex: 0x0209)
- http://www.awaresystems.be/imaging/tiff/tifftags/jpegactables.html
-
-
-
-
- The transformation from RGB to YCbCr image data. (Hex: 0x0211)
- http://www.awaresystems.be/imaging/tiff/tifftags/ycbcrcoefficients.html
-
-
-
-
- Specifies the subsampling factors used for the chrominance components of a YCbCr image. (Hex: 0x0212)
- http://www.awaresystems.be/imaging/tiff/tifftags/ycbcrsubsampling.html
-
-
-
-
- Specifies the positioning of subsampled chrominance components relative to luminance samples. (Hex: 0x0213)
- http://www.awaresystems.be/imaging/tiff/tifftags/ycbcrpositioning.html
-
-
-
-
- Specifies a pair of headroom and footroom image data values (codes) for each pixel component. (Hex: 0x0214)
- http://www.awaresystems.be/imaging/tiff/tifftags/referenceblackwhite.html
-
-
-
-
- Defined in the Mixed Raster Content part of RFC 2301, used to replace RowsPerStrip for IFDs with variable-sized strips. (Hex: 0x022F)
- http://www.awaresystems.be/imaging/tiff/tifftags/striprowcounts.html
-
-
-
-
- XML packet containing XMP metadata (Hex: 0x02BC)
- http://www.awaresystems.be/imaging/tiff/tifftags/xmp.html
-
-
-
-
- Rating tag used by Windows (Hex: 0x4746)
-
-
-
-
- Rating tag used by Windows, value in percent (Hex: 0x4749)
-
-
-
-
- OPI-related. (Hex: 0x800D)
- http://www.awaresystems.be/imaging/tiff/tifftags/imageid.html
-
-
-
-
- Annotation data, as used in 'Imaging for Windows'. (Hex: 0x80A4)
- http://www.awaresystems.be/imaging/tiff/tifftags/wangannotation.html
-
-
-
-
- Copyright notice. (Hex: 0x8298)
- http://www.awaresystems.be/imaging/tiff/tifftags/copyright.html
-
-
-
-
- Specifies the pixel data format encoding in the Molecular Dynamics GEL file format. (Hex: 0x82A5)
- http://www.awaresystems.be/imaging/tiff/tifftags/mdfiletag.html
-
-
-
-
- Specifies a scale factor in the Molecular Dynamics GEL file format. (Hex: 0x82A6)
- http://www.awaresystems.be/imaging/tiff/tifftags/mdscalepixel.html
-
-
-
-
- Used to specify the conversion from 16bit to 8bit in the Molecular Dynamics GEL file format. (Hex: 0x82A7)
- http://www.awaresystems.be/imaging/tiff/tifftags/mdcolortable.html
-
-
-
-
- Name of the lab that scanned this file, as used in the Molecular Dynamics GEL file format. (Hex: 0x82A8)
- http://www.awaresystems.be/imaging/tiff/tifftags/mdlabname.html
-
-
-
-
- Information about the sample, as used in the Molecular Dynamics GEL file format. (Hex: 0x82A9)
- http://www.awaresystems.be/imaging/tiff/tifftags/mdsampleinfo.html
-
-
-
-
- Date the sample was prepared, as used in the Molecular Dynamics GEL file format. (Hex: 0x82AA)
- http://www.awaresystems.be/imaging/tiff/tifftags/mdprepdate.html
-
-
-
-
- Time the sample was prepared, as used in the Molecular Dynamics GEL file format. (Hex: 0x82AB)
- http://www.awaresystems.be/imaging/tiff/tifftags/mdpreptime.html
-
-
-
-
- Units for data in this file, as used in the Molecular Dynamics GEL file format. (Hex: 0x82AC)
- http://www.awaresystems.be/imaging/tiff/tifftags/mdfileunits.html
-
-
-
-
- Used in interchangeable GeoTIFF files. (Hex: 0x830E)
- http://www.awaresystems.be/imaging/tiff/tifftags/modelpixelscaletag.html
-
-
-
-
- IPTC (International Press Telecommunications Council) metadata. (Hex: 0x83BB)
- http://www.awaresystems.be/imaging/tiff/tifftags/iptc.html
-
-
-
-
- Intergraph Application specific storage. (Hex: 0x847E)
- http://www.awaresystems.be/imaging/tiff/tifftags/ingrpacketdatatag.html
-
-
-
-
- Intergraph Application specific flags. (Hex: 0x847F)
- http://www.awaresystems.be/imaging/tiff/tifftags/ingrflagregisters.html
-
-
-
-
- Originally part of Intergraph's GeoTIFF tags, but likely understood by IrasB only. (Hex: 0x8480)
- http://www.awaresystems.be/imaging/tiff/tifftags/irasbtransformationmatrix.html
-
-
-
-
- Originally part of Intergraph's GeoTIFF tags, but now used in interchangeable GeoTIFF files. (Hex: 0x8482)
- http://www.awaresystems.be/imaging/tiff/tifftags/modeltiepointtag.html
-
-
-
-
- Used in interchangeable GeoTIFF files. (Hex: 0x85D8)
- http://www.awaresystems.be/imaging/tiff/tifftags/modeltransformationtag.html
-
-
-
-
- Collection of Photoshop 'Image Resource Blocks'. (Hex: 0x8649)
- http://www.awaresystems.be/imaging/tiff/tifftags/photoshop.html
-
-
-
-
- A pointer to the Exif IFD. (Hex: 0x8769)
- http://www.awaresystems.be/imaging/tiff/tifftags/exififd.html
-
-
-
-
- ICC profile data. (Hex: 0x8773)
- http://www.awaresystems.be/imaging/tiff/tifftags/iccprofile.html
-
-
-
-
- Defined in the Mixed Raster Content part of RFC 2301, used to denote the particular function of this Image in the mixed raster scheme. (Hex: 0x87AC)
- http://www.awaresystems.be/imaging/tiff/tifftags/imagelayer.html
-
-
-
-
- Used in interchangeable GeoTIFF files. (Hex: 0x87AF)
- http://www.awaresystems.be/imaging/tiff/tifftags/geokeydirectorytag.html
-
-
-
-
- Used in interchangeable GeoTIFF files. (Hex: 0x87B0)
- http://www.awaresystems.be/imaging/tiff/tifftags/geodoubleparamstag.html
-
-
-
-
- Used in interchangeable GeoTIFF files. (Hex: 0x87B1)
- http://www.awaresystems.be/imaging/tiff/tifftags/geoasciiparamstag.html
-
-
-
-
- A pointer to the Exif-related GPS Info IFD. (Hex: 0x8825)
- http://www.awaresystems.be/imaging/tiff/tifftags/gpsifd.html
-
-
-
-
- Used by HylaFAX. (Hex: 0x885C)
- http://www.awaresystems.be/imaging/tiff/tifftags/hylafaxfaxrecvparams.html
-
-
-
-
- Used by HylaFAX. (Hex: 0x885D)
- http://www.awaresystems.be/imaging/tiff/tifftags/hylafaxfaxsubaddress.html
-
-
-
-
- Used by HylaFAX. (Hex: 0x885E)
- http://www.awaresystems.be/imaging/tiff/tifftags/hylafaxfaxrecvtime.html
-
-
-
-
- Used by Adobe Photoshop. (Hex: 0x935C)
- http://www.awaresystems.be/imaging/tiff/tifftags/imagesourcedata.html
-
-
-
-
- A pointer to the Exif-related Interoperability IFD. (Hex: 0xA005)
- http://www.awaresystems.be/imaging/tiff/tifftags/interoperabilityifd.html
-
-
-
-
- Used by the GDAL library, holds an XML list of name=value 'metadata' values about the image as a whole, and about specific samples. (Hex: 0xA480)
- http://www.awaresystems.be/imaging/tiff/tifftags/gdal_metadata.html
-
-
-
-
- Used by the GDAL library, contains an ASCII encoded nodata or background pixel value. (Hex: 0xA481)
- http://www.awaresystems.be/imaging/tiff/tifftags/gdal_nodata.html
-
-
-
-
- Used in the Oce scanning process. (Hex: 0xC427)
- http://www.awaresystems.be/imaging/tiff/tifftags/ocescanjobdescription.html
-
-
-
-
- Used in the Oce scanning process. (Hex: 0xC428)
- http://www.awaresystems.be/imaging/tiff/tifftags/oceapplicationselector.html
-
-
-
-
- Used in the Oce scanning process. (Hex: 0xC429)
- http://www.awaresystems.be/imaging/tiff/tifftags/oceidentificationnumber.html
-
-
-
-
- Used in the Oce scanning process. (Hex: 0xC42A)
- http://www.awaresystems.be/imaging/tiff/tifftags/oceimagelogiccharacteristics.html
-
-
-
-
- Used in IFD 0 of DNG files. (Hex: 0xC612)
- http://www.awaresystems.be/imaging/tiff/tifftags/dngversion.html
-
-
-
-
- Used in IFD 0 of DNG files. (Hex: 0xC613)
- http://www.awaresystems.be/imaging/tiff/tifftags/dngbackwardversion.html
-
-
-
-
- Used in IFD 0 of DNG files. (Hex: 0xC614)
- http://www.awaresystems.be/imaging/tiff/tifftags/uniquecameramodel.html
-
-
-
-
- Used in IFD 0 of DNG files. (Hex: 0xC615)
- http://www.awaresystems.be/imaging/tiff/tifftags/localizedcameramodel.html
-
-
-
-
- Used in Raw IFD of DNG files. (Hex: 0xC616)
- http://www.awaresystems.be/imaging/tiff/tifftags/cfaplanecolor.html
-
-
-
-
- Used in Raw IFD of DNG files. (Hex: 0xC617)
- http://www.awaresystems.be/imaging/tiff/tifftags/cfalayout.html
-
-
-
-
- Used in Raw IFD of DNG files. (Hex: 0xC618)
- http://www.awaresystems.be/imaging/tiff/tifftags/linearizationtable.html
-
-
-
-
- Used in Raw IFD of DNG files. (Hex: 0xC619)
- http://www.awaresystems.be/imaging/tiff/tifftags/blacklevelrepeatdim.html
-
-
-
-
- Used in Raw IFD of DNG files. (Hex: 0xC61A)
- http://www.awaresystems.be/imaging/tiff/tifftags/blacklevel.html
-
-
-
-
- Used in Raw IFD of DNG files. (Hex: 0xC61B)
- http://www.awaresystems.be/imaging/tiff/tifftags/blackleveldeltah.html
-
-
-
-
- Used in Raw IFD of DNG files. (Hex: 0xC61C)
- http://www.awaresystems.be/imaging/tiff/tifftags/blackleveldeltav.html
-
-
-
-
- Used in Raw IFD of DNG files. (Hex: 0xC61D)
- http://www.awaresystems.be/imaging/tiff/tifftags/whitelevel.html
-
-
-
-
- Used in Raw IFD of DNG files. (Hex: 0xC61E)
- http://www.awaresystems.be/imaging/tiff/tifftags/defaultscale.html
-
-
-
-
- Used in Raw IFD of DNG files. (Hex: 0xC61F)
- http://www.awaresystems.be/imaging/tiff/tifftags/defaultcroporigin.html
-
-
-
-
- Used in Raw IFD of DNG files. (Hex: 0xC620)
- http://www.awaresystems.be/imaging/tiff/tifftags/defaultcropsize.html
-
-
-
-
- Used in IFD 0 of DNG files. (Hex: 0xC621)
- http://www.awaresystems.be/imaging/tiff/tifftags/colormatrix1.html
-
-
-
-
- Used in IFD 0 of DNG files. (Hex: 0xC622)
- http://www.awaresystems.be/imaging/tiff/tifftags/colormatrix2.html
-
-
-
-
- Used in IFD 0 of DNG files. (Hex: 0xC623)
- http://www.awaresystems.be/imaging/tiff/tifftags/cameracalibration1.html
-
-
-
-
- Used in IFD 0 of DNG files. (Hex: 0xC624)
- http://www.awaresystems.be/imaging/tiff/tifftags/cameracalibration2.html
-
-
-
-
- Used in IFD 0 of DNG files. (Hex: 0xC625)
- http://www.awaresystems.be/imaging/tiff/tifftags/reductionmatrix1.html
-
-
-
-
- Used in IFD 0 of DNG files. (Hex: 0xC626)
- http://www.awaresystems.be/imaging/tiff/tifftags/reductionmatrix2.html
-
-
-
-
- Used in IFD 0 of DNG files. (Hex: 0xC627)
- http://www.awaresystems.be/imaging/tiff/tifftags/analogbalance.html
-
-
-
-
- Used in IFD 0 of DNG files. (Hex: 0xC628)
- http://www.awaresystems.be/imaging/tiff/tifftags/asshotneutral.html
-
-
-
-
- Used in IFD 0 of DNG files. (Hex: 0xC629)
- http://www.awaresystems.be/imaging/tiff/tifftags/asshotwhitexy.html
-
-
-
-
- Used in IFD 0 of DNG files. (Hex: 0xC62A)
- http://www.awaresystems.be/imaging/tiff/tifftags/baselineexposure.html
-
-
-
-
- Used in IFD 0 of DNG files. (Hex: 0xC62B)
- http://www.awaresystems.be/imaging/tiff/tifftags/baselinenoise.html
-
-
-
-
- Used in IFD 0 of DNG files. (Hex: 0xC62C)
- http://www.awaresystems.be/imaging/tiff/tifftags/baselinesharpness.html
-
-
-
-
- Used in Raw IFD of DNG files. (Hex: 0xC62D)
- http://www.awaresystems.be/imaging/tiff/tifftags/bayergreensplit.html
-
-
-
-
- Used in IFD 0 of DNG files. (Hex: 0xC62E)
- http://www.awaresystems.be/imaging/tiff/tifftags/linearresponselimit.html
-
-
-
-
- Used in IFD 0 of DNG files. (Hex: 0xC62F)
- http://www.awaresystems.be/imaging/tiff/tifftags/cameraserialnumber.html
-
-
-
-
- Used in IFD 0 of DNG files. (Hex: 0xC630)
- http://www.awaresystems.be/imaging/tiff/tifftags/lensinfo.html
-
-
-
-
- Used in Raw IFD of DNG files. (Hex: 0xC631)
- http://www.awaresystems.be/imaging/tiff/tifftags/chromablurradius.html
-
-
-
-
- Used in Raw IFD of DNG files. (Hex: 0xC632)
- http://www.awaresystems.be/imaging/tiff/tifftags/antialiasstrength.html
-
-
-
-
- Used in IFD 0 of DNG files. (Hex: 0xC634)
- http://www.awaresystems.be/imaging/tiff/tifftags/dngprivatedata.html
-
-
-
-
- Used in IFD 0 of DNG files. (Hex: 0xC635)
- http://www.awaresystems.be/imaging/tiff/tifftags/makernotesafety.html
-
-
-
-
- Used in IFD 0 of DNG files. (Hex: 0xC65A)
- http://www.awaresystems.be/imaging/tiff/tifftags/calibrationilluminant1.html
-
-
-
-
- Used in IFD 0 of DNG files. (Hex: 0xC65B)
- http://www.awaresystems.be/imaging/tiff/tifftags/calibrationilluminant2.html
-
-
-
-
- Used in Raw IFD of DNG files. (Hex: 0xC65C)
- http://www.awaresystems.be/imaging/tiff/tifftags/bestqualityscale.html
-
-
-
-
- Alias Sketchbook Pro layer usage description. (Hex: 0xC660)
- http://www.awaresystems.be/imaging/tiff/tifftags/aliaslayermetadata.html
-
-
-
-
- Entry tags occuring in the Interoperability IFD
- The complete overview can be obtained at:
- http://www.awaresystems.be/imaging/tiff.html
-
-
-
-
- Indicates the identification of the Interoperability rule. (Hex: 0x0001)
- http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/interoperability/interoperabilityindex.html
-
-
-
-
- Interoperability version. (Hex: 0x0002)
-
-
-
-
- File format of image file. (Hex: 0x1000)
-
-
-
-
- Image Width. (Hex: 0x1001)
-
-
-
-
- Image Height. (Hex: 0x1002)
-
-
-
-
- Nikon format 3 makernote tags.
- Based on http://www.exiv2.org/tags-nikon.html and
- http://park2.wakwak.com/~tsuruzoh/Computer/Digicams/exif-e.html
-
-
-
-
- Makernote version. (Hex: 0x0001)
-
-
-
-
- ISO speed setting. (Hex: 0X0002)
-
-
-
-
- Color mode. (Hex: 0X0003)
-
-
-
-
- Image quality setting. (Hex: 0X0004)
-
-
-
-
- White balance. (Hex: 0X0005)
-
-
-
-
- Image sharpening setting. (Hex: 0X0006)
-
-
-
-
- Focus mode. (Hex: 0X0007)
-
-
-
-
- Flash setting. (Hex: 0X0008)
-
-
-
-
- Flash device. (Hex: 0X0009)
-
-
-
-
- Unknown. (Hex: 0X000A)
-
-
-
-
- White balance bias. (Hex: 0X000B)
-
-
-
-
- WB RB levels. (Hex: 0X000C)
-
-
-
-
- Program shift. (Hex: 0X000D)
-
-
-
-
- Exposure difference. (Hex: 0X000E)
-
-
-
-
- ISO selection. (Hex: 0X000F)
-
-
-
-
- Data dump. (Hex: 0X0010)
-
-
-
-
- Offset to an IFD containing a preview image. (Hex: 0x0011)
-
-
-
-
- Flash compensation setting. (Hex: 0X0012)
-
-
-
-
- ISO setting. (Hex: 0X0013)
-
-
-
-
- Image boundary. (Hex: 0X0016)
-
-
-
-
- Unknown. (Hex: 0X0017)
-
-
-
-
- Flash bracket compensation applied. (Hex: 0X0018)
-
-
-
-
- AE bracket compensation applied. (Hex: 0X0019)
-
-
-
-
- Image processing. (Hex: 0X001A)
-
-
-
-
- Crop high speed. (Hex: 0X001B)
-
-
-
-
- Serial Number. (Hex: 0X001D)
-
-
-
-
- Color space. (Hex: 0X001E)
-
-
-
-
- VR info. (Hex: 0X001F)
-
-
-
-
- Image authentication. (Hex: 0X0020)
-
-
-
-
- ActiveD-lighting. (Hex: 0X0022)
-
-
-
-
- Picture control. (Hex: 0X0023)
-
-
-
-
- World time. (Hex: 0X0024)
-
-
-
-
- ISO info. (Hex: 0X0025)
-
-
-
-
- Vignette control. (Hex: 0X002A)
-
-
-
-
- Image adjustment setting. (Hex: 0X0080)
-
-
-
-
- Tone compensation. (Hex: 0X0081)
-
-
-
-
- Auxiliary lens (adapter). (Hex: 0X0082)
-
-
-
-
- Lens type. (Hex: 0X0083)
-
-
-
-
- Lens. (Hex: 0X0084)
-
-
-
-
- Manual focus distance. (Hex: 0X0085)
-
-
-
-
- Digital zoom setting. (Hex: 0X0086)
-
-
-
-
- Mode of flash used. (Hex: 0X0087)
-
-
-
-
- AF info. (Hex: 0X0088)
-
-
-
-
- Shooting mode. (Hex: 0X0089)
-
-
-
-
- Auto bracket release. (Hex: 0X008A)
-
-
-
-
- Lens FStops. (Hex: 0X008B)
-
-
-
-
- Contrast curve. (Hex: 0X008C)
-
-
-
-
- Color hue. (Hex: 0X008D)
-
-
-
-
- Scene mode. (Hex: 0X008F)
-
-
-
-
- Light source. (Hex: 0X0090)
-
-
-
-
- Shot info. (Hex: 0X0091)
-
-
-
-
- Hue adjustment. (Hex: 0X0092)
-
-
-
-
- NEF compression. (Hex: 0X0093)
-
-
-
-
- Saturation. (Hex: 0X0094)
-
-
-
-
- Noise reduction. (Hex: 0X0095)
-
-
-
-
- Linearization table. (Hex: 0X0096)
-
-
-
-
- Color balance. (Hex: 0X0097)
-
-
-
-
- Lens data settings. (Hex: 0X0098)
-
-
-
-
- Raw image center. (Hex: 0X0099)
-
-
-
-
- Sensor pixel size. (Hex: 0X009A)
-
-
-
-
- Unknown. (Hex: 0X009B)
-
-
-
-
- Scene assist. (Hex: 0X009C)
-
-
-
-
- Retouch history. (Hex: 0X009E)
-
-
-
-
- Unknown. (Hex: 0X009F)
-
-
-
-
- Camera serial number, usually starts with "NO= ". (Hex: 0X00A0)
-
-
-
-
- Image data size. (Hex: 0X00A2)
-
-
-
-
- Unknown. (Hex: 0X00A3)
-
-
-
-
- Image count. (Hex: 0X00A5)
-
-
-
-
- Deleted image count. (Hex: 0X00A6)
-
-
-
-
- Number of shots taken by camera. (Hex: 0X00A7)
-
-
-
-
- Flash info. (Hex: 0X00A8)
-
-
-
-
- Image optimization. (Hex: 0X00A9)
-
-
-
-
- Saturation. (Hex: 0X00AA)
-
-
-
-
- Program variation. (Hex: 0X00AB)
-
-
-
-
- Image stabilization. (Hex: 0X00AC)
-
-
-
-
- AF response. (Hex: 0X00AD)
-
-
-
-
- Multi exposure. (Hex: 0X00B0)
-
-
-
-
- High ISO Noise Reduction. (Hex: 0X00B1)
-
-
-
-
- Toning effect. (Hex: 0X00B3)
-
-
-
-
- AF info 2. (Hex: 0X00B7)
-
-
-
-
- File info. (Hex: 0X00B8)
-
-
-
-
- PrintIM information. (Hex: 0X0E00)
-
-
-
-
- Capture data. (Hex: 0X0E01)
-
-
-
-
- Capture version. (Hex: 0X0E09)
-
-
-
-
- Capture offsets. (Hex: 0X0E0E)
-
-
-
-
- Scan IFD. (Hex: 0X0E10)
-
-
-
-
- ICC profile. (Hex: 0X0E1D)
-
-
-
-
- Capture output. (Hex: 0X0E1E)
-
-
-
-
- Nikon Iso Info entry tags.
- Based on:
- http://exiv2.org/tags-nikon.html
-
-
-
-
- ISO. (Hex: 0X0000)
-
-
-
-
- ISO expansion. (Hex: 0X0004)
-
-
-
-
- ISO 2. (Hex: 0X0006)
-
-
-
-
- ISO expansion 2. (Hex: 0X000A)
-
-
-
-
- Nikon lens data entry tags.
- Based on:
- http://exiv2.org/tags-nikon.html
-
-
-
-
- Version. (Hex: 0X0000)
-
-
-
-
- Exit pupil position. (Hex: 0X0004)
-
-
-
-
- AF aperture. (Hex: 0X0005)
-
-
-
-
- Focus position. (Hex: 0X0008)
-
-
-
-
- Focus distance. (Hex: 0X000A)
-
-
-
-
- Focal length. (Hex: 0X000B)
-
-
-
-
- Lens ID number. (Hex: 0X000C)
-
-
-
-
- Lens F-stops. (Hex: 0X000D)
-
-
-
-
- Min focal length. (Hex: 0X000E)
-
-
-
-
- Max focal length. (Hex: 0X000F)
-
-
-
-
- Max aperture at min focal length. (Hex: 0X0010)
-
-
-
-
- Max aperture at max focal length. (Hex: 0X0011)
-
-
-
-
- MCU version. (Hex: 0X0012)
-
-
-
-
- Effective max aperture. (Hex: 0X0013)
-
-
-
-
- Nikon picture control entry tags.
- Based on:
- http://exiv2.org/tags-nikon.html
-
-
-
-
- Version. (Hex: 0X0000)
-
-
-
-
- Name. (Hex: 0X0004)
-
-
-
-
- Base. (Hex: 0X0018)
-
-
-
-
- Adjust. (Hex: 0X0030)
-
-
-
-
- Quick adjust. (Hex: 0X0031)
-
-
-
-
- Sharpness. (Hex: 0X0032)
-
-
-
-
- Contrast. (Hex: 0X0033)
-
-
-
-
- Brightness. (Hex: 0X0034)
-
-
-
-
- Saturation. (Hex: 0X0035)
-
-
-
-
- Hue adjustment. (Hex: 0X0036)
-
-
-
-
- Filter effect. (Hex: 0X0037)
-
-
-
-
- Toning effect. (Hex: 0X0038)
-
-
-
-
- Toning saturation. (Hex: 0X0039)
-
-
-
-
- Nikon makernote preview image tags
- The preview image is contained in a sub-IFD stored by the tag
- Nikon3MakerNoteEntryTag.Preview.
- Based on:
- http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/Nikon.html#PreviewImage
-
-
-
-
- Compression scheme used on the image data. (Hex: 0x0103)
- http://www.awaresystems.be/imaging/tiff/tifftags/compression.html
-
-
-
-
- The number of pixels per ResolutionUnit in the ImageWidth direction. (Hex: 0x011A)
- http://www.awaresystems.be/imaging/tiff/tifftags/xresolution.html
-
-
-
-
- The number of pixels per ResolutionUnit in the ImageLength direction. (Hex: 0x011B)
- http://www.awaresystems.be/imaging/tiff/tifftags/yresolution.html
-
-
-
-
- The unit of measurement for XResolution and YResolution. (Hex: 0x0128)
- http://www.awaresystems.be/imaging/tiff/tifftags/resolutionunit.html
-
-
-
-
- Start of the preview image data. (Hex: 0x0201)
- http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/Nikon.html#PreviewImage
-
-
-
-
- Length of the preview image data. (Hex: 0x0202)
- http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/Nikon.html#PreviewImage
-
-
-
-
- Specifies the positioning of subsampled chrominance components relative to luminance samples. (Hex: 0x0213)
- http://www.awaresystems.be/imaging/tiff/tifftags/ycbcrpositioning.html
-
-
-
-
- Nikon shot info entry tags.
- Based on:
- http://exiv2.org/tags-nikon.html
-
-
-
-
- Version. (Hex: 0X0000)
-
-
-
-
- Shutter count 1. (Hex: 0X006A)
-
-
-
-
- Deleted image count. (Hex: 0X006E)
-
-
-
-
- Vibration reduction. (Hex: 0X0075)
-
-
-
-
- . (Hex: 0X0082)
-
-
-
-
- Shutter count 2. (Hex: 0X0157)
-
-
-
-
- Vibration reduction 2. (Hex: 0X01AE)
-
-
-
-
- ISO. (Hex: 0X0256)
-
-
-
-
- Shutter count. (Hex: 0X0276)
-
-
-
-
- Nikon vibration reduction entry tags.
- Based on:
- http://exiv2.org/tags-nikon.html
-
-
-
-
- Version. (Hex: 0X0000)
-
-
-
-
- Vibration reduction. (Hex: 0X0004)
-
-
-
-
- Nikon world time entry tags.
- Based on:
- http://exiv2.org/tags-nikon.html
-
-
-
-
- Timezone. (Hex: 0X0000)
-
-
-
-
- Daylight savings. (Hex: 0X0002)
-
-
-
-
- Date display format. (Hex: 0X0003)
-
-
-
-
- Olympus makernote tags.
- Based on http://www.exiv2.org/tags-olympus.html
-
-
-
-
- Thumbnail image. (Hex: 0X0100)
-
-
-
-
- Picture taking mode. (Hex: 0X0200)
-
-
-
-
- Image quality setting. (Hex: 0X0201)
-
-
-
-
- Macro mode. (Hex: 0X0202)
-
-
-
-
- Black and white mode. (Hex: 0X0203)
-
-
-
-
- Digital zoom ratio. (Hex: 0X0204)
-
-
-
-
- Focal plane diagonal. (Hex: 0X0205)
-
-
-
-
- Lens distortion parameters. (Hex: 0X0206)
-
-
-
-
- Software firmware version. (Hex: 0X0207)
-
-
-
-
- ASCII format data such as [PictureInfo]. (Hex: 0X0208)
-
-
-
-
- Camera ID data. (Hex: 0X0209)
-
-
-
-
- Pre-capture frames. (Hex: 0X0300)
-
-
-
-
- One touch white balance. (Hex: 0X0302)
-
-
-
-
- Serial number. (Hex: 0X0404)
-
-
-
-
- PrintIM information. (Hex: 0X0E00)
-
-
-
-
- Various camera settings 1. (Hex: 0X0F00)
-
-
-
-
- Various camera settings 2. (Hex: 0X0F01)
-
-
-
-
- Shutter speed value. (Hex: 0X1000)
-
-
-
-
- ISO speed value. (Hex: 0X1001)
-
-
-
-
- Aperture value. (Hex: 0X1002)
-
-
-
-
- Brightness value. (Hex: 0X1003)
-
-
-
-
- Flash mode. (Hex: 0X1004)
-
-
-
-
- Flash device. (Hex: 0X1005)
-
-
-
-
- Exposure compensation value. (Hex: 0X1006)
-
-
-
-
- Sensor temperature. (Hex: 0X1007)
-
-
-
-
- Lens temperature. (Hex: 0X1008)
-
-
-
-
- Focus mode. (Hex: 0X100B)
-
-
-
-
- Manual focus distance. (Hex: 0X100C)
-
-
-
-
- Zoom step count. (Hex: 0X100D)
-
-
-
-
- Macro focus step count. (Hex: 0X100E)
-
-
-
-
- Sharpness factor. (Hex: 0X100F)
-
-
-
-
- Flash charge level. (Hex: 0X1010)
-
-
-
-
- Color matrix. (Hex: 0X1011)
-
-
-
-
- Black level. (Hex: 0X1012)
-
-
-
-
- White balance mode. (Hex: 0X1015)
-
-
-
-
- Red balance. (Hex: 0X1017)
-
-
-
-
- Blue balance. (Hex: 0X1018)
-
-
-
-
- Serial number 2. (Hex: 0X101A)
-
-
-
-
- Flash exposure compensation. (Hex: 0X1023)
-
-
-
-
- External flash bounce. (Hex: 0X1026)
-
-
-
-
- External flash zoom. (Hex: 0X1027)
-
-
-
-
- External flash mode. (Hex: 0X1028)
-
-
-
-
- Contrast setting. (Hex: 0X1029)
-
-
-
-
- Sharpness factor. (Hex: 0X102A)
-
-
-
-
- Color control. (Hex: 0X102B)
-
-
-
-
- Valid bits. (Hex: 0X102C)
-
-
-
-
- Coring filter. (Hex: 0X102D)
-
-
-
-
- Image width. (Hex: 0X102E)
-
-
-
-
- Image height. (Hex: 0X102F)
-
-
-
-
- Compression ratio. (Hex: 0X1034)
-
-
-
-
- Preview image embedded. (Hex: 0X1035)
-
-
-
-
- Offset of the preview image. (Hex: 0X1036)
-
-
-
-
- Size of the preview image. (Hex: 0X1037)
-
-
-
-
- CCD scan mode. (Hex: 0X1039)
-
-
-
-
- Noise reduction. (Hex: 0X103A)
-
-
-
-
- Infinity lens step. (Hex: 0X103B)
-
-
-
-
- Near lens step. (Hex: 0X103C)
-
-
-
-
- Camera equipment sub-IFD. (Hex: 0X2010)
-
-
-
-
- Camera Settings sub-IFD. (Hex: 0X2020)
-
-
-
-
- Raw development sub-IFD. (Hex: 0X2030)
-
-
-
-
- Raw development 2 sub-IFD. (Hex: 0X2031)
-
-
-
-
- Image processing sub-IFD. (Hex: 0X2040)
-
-
-
-
- Focus sub-IFD. (Hex: 0X2050)
-
-
-
-
- Raw sub-IFD. (Hex: 0X3000)
-
-
-
-
- Panasonic makernote tags.
- Based on http://www.exiv2.org/tags-panasonic.html
-
-
-
-
- Image Quality. (Hex: 0x0001)
-
-
-
-
- Firmware version. (Hex: 0X0002)
-
-
-
-
- White balance setting. (Hex: 0X0003)
-
-
-
-
- Unknown. (Hex: 0X0004)
-
-
-
-
- Focus mode. (Hex: 0X0007)
-
-
-
-
- AF mode. (Hex: 0X000F)
-
-
-
-
- ISO Speed. (Hex: 0X0017)
-
-
-
-
- Image stabilization. (Hex: 0X001A)
-
-
-
-
- Macro mode. (Hex: 0X001C)
-
-
-
-
- Shooting mode. (Hex: 0X001F)
-
-
-
-
- Audio. (Hex: 0X0020)
-
-
-
-
- Data dump. (Hex: 0X0021)
-
-
-
-
- Unknown. (Hex: 0X0022)
-
-
-
-
- White balance adjustment. (Hex: 0X0023)
-
-
-
-
- Flash bias. (Hex: 0X0024)
-
-
-
-
- This number is unique, and contains the date of manufacture, but
- is not the same as the number printed on the camera body.
- (Hex: 0X0025)
-
-
-
-
- Exif version. (Hex: 0X0026)
-
-
-
-
- Unknown. (Hex: 0X0027)
-
-
-
-
- Color effect. (Hex: 0X0028)
-
-
-
-
- Time in 1/100s from when the camera was powered on to when the
- image is written to memory card. (Hex: 0X0029)
-
-
-
-
- Burst mode. (Hex: 0X002A)
-
-
-
-
- Sequence number. (Hex: 0X002B)
-
-
-
-
- Contrast setting. (Hex: 0X002C)
-
-
-
-
- Noise reduction. (Hex: 0X002D)
-
-
-
-
- Self timer. (Hex: 0X002E)
-
-
-
-
- Unknown. (Hex: 0X002F)
-
-
-
-
- Rotation. (Hex: 0X0030)
-
-
-
-
- Unknown. (Hex: 0X0031)
-
-
-
-
- Color mode. (Hex: 0X0032)
-
-
-
-
- Baby (or pet) age. (Hex: 0X0033)
-
-
-
-
- Optical zoom mode. (Hex: 0X0034)
-
-
-
-
- Conversion lens. (Hex: 0X0035)
-
-
-
-
- Travel day. (Hex: 0X0036)
-
-
-
-
- Contrast. (Hex: 0X0039)
-
-
-
-
- World time location. (Hex: 0X003A)
-
-
-
-
- Program ISO. (Hex: 0X003C)
-
-
-
-
- Saturation. (Hex: 0X0040)
-
-
-
-
- Sharpness. (Hex: 0X0041)
-
-
-
-
- Film mode. (Hex: 0X0042)
-
-
-
-
- WB adjust AB. Positive is a shift toward blue. (Hex: 0X0046)
-
-
-
-
- WBAdjustGM. Positive is a shift toward green. (Hex: 0X0047)
-
-
-
-
- Lens type. (Hex: 0X0051)
-
-
-
-
- Lens serial number. (Hex: 0X0052)
-
-
-
-
- Accessory type. (Hex: 0X0053)
-
-
-
-
- PrintIM information. (Hex: 0X0E00)
-
-
-
-
- Unknown. (Hex: 0X4449)
-
-
-
-
- MakerNote version. (Hex: 0X8000)
-
-
-
-
- Scene mode. (Hex: 0X8001)
-
-
-
-
- WB red level. (Hex: 0X8004)
-
-
-
-
- WB green level. (Hex: 0X8005)
-
-
-
-
- WB blue level. (Hex: 0X8006)
-
-
-
-
- Baby (or pet) age. (Hex: 0X8010)
-
-
-
-
- Pentax makernote tags.
- Based on http://www.exiv2.org/tags-pentax.html
-
-
-
-
- Pentax Makernote version. (Hex: 0X0000)
-
-
-
-
- Camera shooting mode. (Hex: 0X0001)
-
-
-
-
- Resolution of a preview image. (Hex: 0X0002)
-
-
-
-
- Size of an IFD containing a preview image. (Hex: 0X0003)
-
-
-
-
- Offset to an IFD containing a preview image. (Hex: 0X0004)
-
-
-
-
- Pentax model idenfication. (Hex: 0X0005)
-
-
-
-
- Date. (Hex: 0X0006)
-
-
-
-
- Time. (Hex: 0X0007)
-
-
-
-
- Image quality settings. (Hex: 0X0008)
-
-
-
-
- Image size settings. (Hex: 0X0009)
-
-
-
-
- Flash mode settings. (Hex: 0X000C)
-
-
-
-
- Focus mode settings. (Hex: 0X000D)
-
-
-
-
- Selected AF point. (Hex: 0X000E)
-
-
-
-
- AF point in focus. (Hex: 0X000F)
-
-
-
-
- Exposure time. (Hex: 0X0012)
-
-
-
-
- F-Number. (Hex: 0X0013)
-
-
-
-
- ISO sensitivity settings. (Hex: 0X0014)
-
-
-
-
- Exposure compensation. (Hex: 0X0016)
-
-
-
-
- MeteringMode. (Hex: 0X0017)
-
-
-
-
- AutoBracketing. (Hex: 0X0018)
-
-
-
-
- White ballance. (Hex: 0X0019)
-
-
-
-
- White ballance mode. (Hex: 0X001A)
-
-
-
-
- Blue color balance. (Hex: 0X001B)
-
-
-
-
- Red color balance. (Hex: 0X001C)
-
-
-
-
- FocalLength. (Hex: 0X001D)
-
-
-
-
- Digital zoom. (Hex: 0X001E)
-
-
-
-
- Saturation. (Hex: 0X001F)
-
-
-
-
- Contrast. (Hex: 0X0020)
-
-
-
-
- Sharpness. (Hex: 0X0021)
-
-
-
-
- Location. (Hex: 0X0022)
-
-
-
-
- Home town. (Hex: 0X0023)
-
-
-
-
- Destination. (Hex: 0X0024)
-
-
-
-
- Whether day saving time is active in home town. (Hex: 0X0025)
-
-
-
-
- Whether day saving time is active in destination. (Hex: 0X0026)
-
-
-
-
- DSPFirmwareVersion. (Hex: 0X0027)
-
-
-
-
- CPUFirmwareVersion. (Hex: 0X0028)
-
-
-
-
- Frame number. (Hex: 0X0029)
-
-
-
-
- Camera calculated light value, includes exposure compensation. (Hex: 0X002D)
-
-
-
-
- Image processing. (Hex: 0X0032)
-
-
-
-
- Picture mode. (Hex: 0X0033)
-
-
-
-
- Drive mode. (Hex: 0X0034)
-
-
-
-
- Color space. (Hex: 0X0037)
-
-
-
-
- Image area offset. (Hex: 0X0038)
-
-
-
-
- Raw image size. (Hex: 0X0039)
-
-
-
-
- Preview image borders. (Hex: 0X003E)
-
-
-
-
- Lens type. (Hex: 0X003F)
-
-
-
-
- Sensitivity adjust. (Hex: 0X0040)
-
-
-
-
- Digital filter. (Hex: 0X0041)
-
-
-
-
- Camera temperature. (Hex: 0X0047)
-
-
-
-
- AE lock. (Hex: 0X0048)
-
-
-
-
- Noise reduction. (Hex: 0X0049)
-
-
-
-
- Flash exposure compensation. (Hex: 0X004D)
-
-
-
-
- Image tone. (Hex: 0X004F)
-
-
-
-
- Colort temperature. (Hex: 0X0050)
-
-
-
-
- Shake reduction information. (Hex: 0X005C)
-
-
-
-
- Shutter count. (Hex: 0X005D)
-
-
-
-
- Dynamic range expansion. (Hex: 0X0069)
-
-
-
-
- High ISO noise reduction. (Hex: 0X0071)
-
-
-
-
- AF Adjustment. (Hex: 0X0072)
-
-
-
-
- Black point. (Hex: 0X0200)
-
-
-
-
- White point. (Hex: 0X0201)
-
-
-
-
- ShotInfo. (Hex: 0X0205)
-
-
-
-
- AEInfo. (Hex: 0X0206)
-
-
-
-
- LensInfo. (Hex: 0X0207)
-
-
-
-
- FlashInfo. (Hex: 0X0208)
-
-
-
-
- AEMeteringSegments. (Hex: 0X0209)
-
-
-
-
- FlashADump. (Hex: 0X020A)
-
-
-
-
- FlashBDump. (Hex: 0X020B)
-
-
-
-
- WB_RGGBLevelsDaylight. (Hex: 0X020D)
-
-
-
-
- WB_RGGBLevelsShade. (Hex: 0X020E)
-
-
-
-
- WB_RGGBLevelsCloudy. (Hex: 0X020F)
-
-
-
-
- WB_RGGBLevelsTungsten. (Hex: 0X0210)
-
-
-
-
- WB_RGGBLevelsFluorescentD. (Hex: 0X0211)
-
-
-
-
- WB_RGGBLevelsFluorescentN. (Hex: 0X0212)
-
-
-
-
- WB_RGGBLevelsFluorescentW. (Hex: 0X0213)
-
-
-
-
- WB_RGGBLevelsFlash. (Hex: 0X0214)
-
-
-
-
- CameraInfo. (Hex: 0X0215)
-
-
-
-
- BatteryInfo. (Hex: 0X0216)
-
-
-
-
- AFInfo. (Hex: 0X021F)
-
-
-
-
- ColorInfo. (Hex: 0X0222)
-
-
-
-
- Serial Number. (Hex: 0X0229)
-
-
-
-
- Label tags for Sony Makernote.
- Based on http://www.exiv2.org/tags-sony.html
-
-
-
-
- Image quality. (Hex: 0X0102)
-
-
-
-
- Flash exposure compensation in EV. (Hex: 0X0104)
-
-
-
-
- Teleconverter Model. (Hex: 0X0105)
-
-
-
-
- White Balance Fine Tune Value. (Hex: 0X0112)
-
-
-
-
- Camera Settings. (Hex: 0X0114)
-
-
-
-
- White balance. (Hex: 0X0115)
-
-
-
-
- PrintIM information. (Hex: 0X0E00)
-
-
-
-
- Multi Burst Mode. (Hex: 0X1000)
-
-
-
-
- Multi Burst Image Width. (Hex: 0X1001)
-
-
-
-
- Multi Burst Image Height. (Hex: 0X1002)
-
-
-
-
- Panorama. (Hex: 0X1003)
-
-
-
-
- Preview Image. (Hex: 0X2001)
-
-
-
-
- Auto High Definition Range. (Hex: 0X200A)
-
-
-
-
- Shot Information. (Hex: 0X3000)
-
-
-
-
- File Format. (Hex: 0XB000)
-
-
-
-
- Sony Model ID. (Hex: 0XB001)
-
-
-
-
- Color Reproduction. (Hex: 0XB020)
-
-
-
-
- Color Temperature. (Hex: 0XB021)
-
-
-
-
- Color Compensation Filter: negative is green, positive is magenta. (Hex: 0XB022)
-
-
-
-
- Scene Mode. (Hex: 0XB023)
-
-
-
-
- Zone Matching. (Hex: 0XB024)
-
-
-
-
- Dynamic Range Optimizer. (Hex: 0XB025)
-
-
-
-
- Image stabilization. (Hex: 0XB026)
-
-
-
-
- Lens identifier. (Hex: 0XB027)
-
-
-
-
- Minolta MakerNote. (Hex: 0XB028)
-
-
-
-
- Color Mode. (Hex: 0XB029)
-
-
-
-
- Full Image Size. (Hex: 0XB02B)
-
-
-
-
- Preview Image Size. (Hex: 0XB02C)
-
-
-
-
- Macro. (Hex: 0XB040)
-
-
-
-
- Exposure Mode. (Hex: 0XB041)
-
-
-
-
- Focus mode. (Hex: 0XB042)
-
-
-
-
- AF Mode. (Hex: 0XB043)
-
-
-
-
- AF Illuminator. (Hex: 0XB044)
-
-
-
-
- Quality. (Hex: 0XB047)
-
-
-
-
- Flash Level. (Hex: 0XB048)
-
-
-
-
- Release Mode. (Hex: 0XB049)
-
-
-
-
- Shot number in continous burst mode. (Hex: 0XB04A)
-
-
-
-
- Anti-Blur. (Hex: 0XB04B)
-
-
-
-
- Long Exposure Noise Reduction. (Hex: 0XB04E)
-
-
-
-
- Dynamic Range Optimizer. (Hex: 0XB04F)
-
-
-
-
- Intelligent Auto. (Hex: 0XB052)
-
-
-
-
- White Balance. (Hex: 0XB054)
-
-
-
-
- Processes all IPTC-IIM segments
-
-
-
-
- The magic bytes that start a new IPTC-IIM segment
-
-
-
-
- Constructor
-
- Bytes contained in the reader
-
-
-
- Proceed with the reading of the IIM
-
-
-
-
-
- Represents an IIM Tag
-
-
-
-
- Constructor
-
-
-
-
- Defines the supported TagType
-
-
-
-
- Clear IIM content
-
-
-
-
- Get or Set the Title Tag
-
-
-
-
- Get or Set the Creator Tag
-
-
-
-
- Get or Set the Copyright Tag
-
-
-
-
- Get or Set the comment Tag
-
-
-
-
- Get or Set the Keywords Tag
-
-
-
-
- This interface provides generic information about ab object,
- from which the content can be load only on demand.
-
-
-
-
- Gets an indication whether the object is loaded.
-
-
-
-
- Load the object data if not done yet.
-
-
-
-
- A photo codec. Contains basic photo details.
-
-
-
-
- Gets the duration of the media represented by the current
- instance.
-
-
- A containing the duration of the
- media represented by the current instance.
-
-
-
-
- Gets the types of media represented by the current
- instance.
-
-
- A bitwise combined containing
- the types of media represented by the current instance.
-
-
-
-
- Gets a text description of the media represented by the
- current instance.
-
-
- A object containing a description
- of the media represented by the current instance.
-
-
-
-
- Gets the width of the photo represented by the current
- instance.
-
-
- A value containing the width of the
- photo represented by the current instance.
-
-
-
-
- Gets the height of the photo represented by the current
- instance.
-
-
- A value containing the height of the
- photo represented by the current instance.
-
-
-
-
- Gets the (format specific) quality indicator of the photo
- represented by the current instance.
-
-
- A value indicating the quality. A value
- 0 means that there was no quality indicator for the format
- or the file.
-
-
-
-
- Constructs a new with the given width
- and height.
-
-
- The width of the photo.
-
-
- The height of the photo.
-
-
- A new instance.
-
-
-
-
- Constructs a new with the given width
- and height.
-
-
- The width of the photo.
-
-
- The height of the photo.
-
-
- The quality indicator for the photo, if the format supports it.
-
-
- A new instance.
-
-
-
-
- Combines some instance to behave as one.
-
-
-
-
- Direct access to the Exif (IFD) tag (if any)
-
-
-
-
- Direct access to the Xmp tag (if any)
-
-
-
-
- Other image tags available in this tag.
-
-
-
-
- Stores the types of the tags, which are allowed for
- the current instance.
-
-
-
-
- Returns all image tags in this tag, with XMP
- and Exif first.
-
-
-
-
- Constructs and initializes a new instance of with a restriction on the
- allowed tag types contained in this combined tag.
-
-
- A value, which restricts the
- types of metadata that can be contained in this
- combined tag.
-
-
-
-
- Gets the tag types contained in the current instance.
-
-
- A bitwise combined
- containing the tag types contained in the current
- instance.
-
-
-
-
- Clears all of the child tags.
-
-
-
-
- Gets or sets the keywords for the image described
- by the current instance.
-
-
- A containing the keywords of the
- current instace.
-
-
-
-
- Gets or sets the rating for the image described
- by the current instance.
-
-
- A containing the rating of the
- current instace.
-
-
-
-
- Gets or sets the time when the image, the current instance
- belongs to, was taken.
-
-
- A with the time the image was taken.
-
-
-
-
- Gets or sets the orientation of the image described
- by the current instance.
-
-
- A containing the orienatation of the
- image
-
-
-
-
- Gets or sets the software the image, the current instance
- belongs to, was created with.
-
-
- A containing the name of the
- software the current instace was created with.
-
-
-
-
- Gets or sets the latitude of the GPS coordinate the current
- image was taken.
-
-
- A with the latitude ranging from -90.0
- to +90.0 degrees.
-
-
-
-
- Gets or sets the longitude of the GPS coordinate the current
- image was taken.
-
-
- A with the longitude ranging from -180.0
- to +180.0 degrees.
-
-
-
-
- Gets or sets the altitude of the GPS coordinate the current
- image was taken. The unit is meter.
-
-
- A with the altitude. A positive value
- is above sea level, a negative one below sea level. The unit is meter.
-
-
-
-
- Gets the exposure time the image, the current instance belongs
- to, was taken with.
-
-
- A with the exposure time in seconds.
-
-
-
-
- Gets the FNumber the image, the current instance belongs
- to, was taken with.
-
-
- A with the FNumber.
-
-
-
-
- Gets the ISO speed the image, the current instance belongs
- to, was taken with.
-
-
- A with the ISO speed as defined in ISO 12232.
-
-
-
-
- Gets the focal length the image, the current instance belongs
- to, was taken with.
-
-
- A with the focal length in millimeters.
-
-
-
-
- Gets the focal length the image, the current instance belongs
- to, was taken with, assuming a 35mm film camera.
-
-
- A with the focal length in 35mm equivalent in millimeters.
-
-
-
-
- Gets the manufacture of the recording equipment the image, the
- current instance belongs to, was taken with.
-
-
- A with the manufacture name.
-
-
-
-
- Gets the model name of the recording equipment the image, the
- current instance belongs to, was taken with.
-
-
- A with the model name.
-
-
-
-
- Gets or sets the creator of the image.
-
-
- A with the name of the creator.
-
-
-
-
- Gets and sets the title for the media described by the
- current instance.
-
-
- A object containing the title for
- the media described by the current instance or if no value is present.
-
-
-
-
- Gets and sets a user comment on the media represented by
- the current instance.
-
-
- A object containing user comments
- on the media represented by the current instance or if no value is present.
-
-
-
-
- Gets and sets the copyright information for the media
- represented by the current instance.
-
-
- A object containing the copyright
- information for the media represented by the current
- instance or if no value present.
-
-
-
-
- This class extends to provide basic
- functionality common to all image types.
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- is .
-
-
-
-
- Gets a abstract representation of all tags stored in the
- current instance.
-
-
- A object representing all tags
- stored in the current instance.
-
-
-
-
- Gets a abstract representation of all tags stored in the
- current instance.
-
-
- A object
- representing all image tags stored in the current instance.
-
-
-
-
- The method creates all tags which are allowed for the current
- instance of the image file. This method can be used to ensure,
- that all tags are in place and properties can be safely used
- to set values.
-
-
-
-
- Removes a set of tag types from the current instance.
-
-
- A bitwise combined value
- containing tag types to be removed from the file.
-
-
- In order to remove all tags from a file, pass as .
-
-
-
-
- Gets a tag of a specified type from the current instance,
- optionally creating a new tag if possible.
-
-
- A value indicating the
- type of tag to read.
-
-
- A value specifying whether or not to
- try and create the tag if one is not found.
-
-
- A object containing the tag that was
- found in or added to the current instance. If no
- matching tag was found and none was created, is returned.
-
-
-
-
- Copies metadata from the given file..
-
-
- File to copy metadata from.
-
-
-
-
- Some image file formats are organized as a sequence of mostly
- independent data blocks whose order can be changed. Metadata is
- stored in some of those blocks and when metadata is saved, often the
- same task remains: Delete some blocks which contain metadata and
- overwrite some blocks with other metadata.
- This class extends to provide this
- functionality. Blocks can be marked as metadata and when metadata is
- saved their space is used or they are deleted.
-
-
-
-
- This class represents a metadata block to overwrite.
-
-
-
-
- The start index
-
-
-
-
- The length of the block
-
-
-
-
- Constructor
-
-
- A with the start of the block
-
-
- A with the length of the block
-
-
-
-
- Constructor. Creates a new instance with an empty block
-
-
-
-
- Checks if the given block overlaps with this instance.
-
-
- A with the block to check
- overlapping.
-
-
- A which is true, if the given
- block overlapps with the current instance.
-
-
- Overlapping means here also that blocks directly follow.
-
-
-
-
- Adds the given block to the current instance, if this is possible.
-
-
- A with the block to add.
-
-
-
-
- Checks, if the one block is before the other. That means,
- if the current instance ends before the given block starts.
-
-
- A to compare with.
-
-
- A which is true if the current
- instance is before the given block.
-
-
-
-
- Provides a readable for
- the current instance.
-
-
- A representing the current
- instance.
-
-
-
-
- An odered list of the metadata blocks. The blocks do not overlap.
-
-
-
-
- Adds a range to be treated as metadata.
-
-
- A with the start index of the metadata block
-
-
- A with the length of the metadata block
-
-
-
-
- Saves the given data at the given position. All metadata blocks are
- either deleted or overwritten.
-
-
- A with the metadata to write.
-
-
- A with the index to save the metadata at.
-
-
-
-
- Constructs and initializes a new instance for a specified
- path in the local file system.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance for a specified
- file abstraction.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- is .
-
-
-
-
- 1 2 3 4 5 6 7 8
-
- 888888 888888 88 88 8888888888 88 88 8888888888
- 88 88 88 88 88 88 88 88 88 88 88 88
- 8888 8888 8888 8888 88 8888888888 8888888888 88
- 88 88 88 88
- 88 88 888888 888888
-
- t-l t-r b-r b-l l-t r-t r-b l-b
-
- *
-
- Describes the orientation of an image.
- Values are viewed in terms of rows and columns.
-
-
-
-
- No value is known.
-
-
-
-
- No need to do any transformations.
-
-
-
-
- Mirror image vertically.
-
-
-
-
- Rotate image 180 degrees.
-
-
-
-
- Mirror image horizontally
-
-
-
-
- Mirror image horizontally and rotate 90 degrees clockwise.
-
-
-
-
- Rotate image 90 degrees clockwise.
-
-
-
-
- Mirror image vertically and rotate 90 degrees clockwise.
-
-
-
-
- Rotate image 270 degrees clockwise.
-
-
-
-
- A class to abstract the image tags. It extends the
- class and adds some image specific propties.
-
-
-
-
- Gets or sets the keywords for the image described
- by the current instance.
-
-
- A containing the keywords of the
- current instace.
-
-
-
-
- Gets or sets the rating for the image described
- by the current instance.
-
-
- A containing the rating of the
- current instace.
-
-
-
-
- Gets or sets the time when the image, the current instance
- belongs to, was taken.
-
-
- A with the time the image was taken.
-
-
-
-
- Gets or sets the orientation of the image described
- by the current instance.
-
-
- A containing the orientation of the
- image
-
-
-
-
- Gets or sets the software the image, the current instance
- belongs to, was created with.
-
-
- A containing the name of the
- software the current instace was created with.
-
-
-
-
- Gets or sets the latitude of the GPS coordinate the current
- image was taken.
-
-
- A with the latitude ranging from -90.0
- to +90.0 degrees.
-
-
-
-
- Gets or sets the longitude of the GPS coordinate the current
- image was taken.
-
-
- A with the longitude ranging from -180.0
- to +180.0 degrees.
-
-
-
-
- Gets or sets the altitude of the GPS coordinate the current
- image was taken. The unit is meter.
-
-
- A with the altitude. A positive value
- is above sea level, a negative one below sea level. The unit is meter.
-
-
-
-
- Gets the exposure time the image, the current instance belongs
- to, was taken with.
-
-
- A with the exposure time in seconds.
-
-
-
-
- Gets the FNumber the image, the current instance belongs
- to, was taken with.
-
-
- A with the FNumber.
-
-
-
-
- Gets the ISO speed the image, the current instance belongs
- to, was taken with.
-
-
- A with the ISO speed as defined in ISO 12232.
-
-
-
-
- Gets the focal length the image, the current instance belongs
- to, was taken with.
-
-
- A with the focal length in millimeters.
-
-
-
-
- Gets the focal length the image, the current instance belongs
- to, was taken with, assuming a 35mm film camera.
-
-
- A with the focal length in 35mm equivalent in millimeters.
-
-
-
-
- Gets the manufacture of the recording equipment the image, the
- current instance belongs to, was taken with.
-
-
- A with the manufacture name.
-
-
-
-
- Gets the model name of the recording equipment the image, the
- current instance belongs to, was taken with.
-
-
- A with the model name.
-
-
-
-
- Gets or sets the creator of the image.
-
-
- A with the name of the creator.
-
-
-
-
- This class extends to provide tagging
- some sort of support for files that don't support metadata. You
- obviously can't write to them, but you can populate an XMP tag, for
- sidecar purposes.
-
-
-
-
- Gets the media properties of the file represented by the
- current instance.
-
-
- A object containing the
- media properties of the file represented by the current
- instance.
-
-
-
-
- Indicates if tags can be written back to the current file or not
-
-
- A which is true if tags can be written to the
- current file, otherwise false.
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system and specified read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction and
- specified read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- is .
-
-
-
-
- Saves the changes made in the current instance to the
- file it represents.
-
-
-
-
- A Jpeg photo codec. Contains basic photo details.
-
-
-
-
- Gets a text description of the media represented by the
- current instance.
-
-
- A object containing a description
- of the media represented by the current instance.
-
-
-
-
- Constructs a new with the given width
- and height.
-
-
- The width of the photo.
-
-
- The height of the photo.
-
-
- The quality of the photo.
-
-
- A new instance.
-
-
-
-
- This class extends to provide tagging
- and properties support for Jpeg files.
-
-
-
-
- The magic bits used to recognize an Exif segment
-
-
-
-
- The magic strings used to identifiy an IPTC-IIM section
-
-
-
-
- Standard (empty) JFIF header to add, if no one is contained
-
-
-
-
- Contains the media properties.
-
-
-
-
- For now, we do not allow to change the jfif header. As long as this is
- the case, the header is kept as it is.
-
-
-
-
- The image width, as parsed from the Frame
-
-
-
-
- The image height, as parsed from the Frame
-
-
-
-
- Quality of the image, stored as we parse the file
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system and specified read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction and
- specified read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- is .
-
-
-
-
- Gets the media properties of the file represented by the
- current instance.
-
-
- A object containing the
- media properties of the file represented by the current
- instance.
-
-
-
-
- Gets a tag of a specified type from the current instance, optionally creating a
- new tag if possible.
-
-
-
-
- Saves the changes made in the current instance to the
- file it represents.
-
-
-
-
- Reads the information from file with a specified read style.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
-
-
- Attempts to extract the media properties of the main
- photo.
-
-
- A object with a best effort guess
- at the right values. When no guess at all can be made,
- is returned.
-
-
-
-
- Validates if the opened file is actually a JPEG.
-
-
-
-
- Reads a segment marker for a segment starting at current position.
- The second byte of the marker is returned, since the first is equal
- to 0xFF in every case.
-
-
- A with the second byte of the segment marker.
-
-
-
-
- Reads the size of a segment at the current position.
-
-
- A with the size of the current segment.
-
-
-
-
- Extracts the metadata from the current file by reading every segment in file.
- Method should be called with read position at first segment marker.
-
-
-
-
- Reads a JFIF header at current position
-
-
-
-
- Reads an APP1 segment to find EXIF or XMP metadata.
-
-
- The length of the segment that will be read.
-
-
-
-
- Reads an APP13 segment to find IPTC-IIM metadata.
-
-
- The length of the segment that will be read.
-
- More info and specs for IPTC-IIM:
- - Guidelines for Handling Image Metadata (http://www.metadataworkinggroup.org/specs/)
- - IPTC Standard Photo Metadata (July 2010) (http://www.iptc.org/std/photometadata/specification/IPTC-PhotoMetadata-201007_1.pdf)
- - Extracting IPTC header information from JPEG images (http://www.codeproject.com/KB/graphics/iptc.aspx?fid=2301&df=90&mpp=25&noise=3&prof=False&sort=Position&view=Quick&fr=51#xx0xx)
- - Reading IPTC APP14 Segment Header Information from JPEG Images (http://www.codeproject.com/KB/graphics/ReadingIPTCAPP14.aspx?q=iptc)
-
-
-
-
- Writes the metadata back to file. All metadata is stored in the first segments
- of the file.
-
-
-
-
- Creates a for the Exif segment of this file
-
-
- A with the whole Exif segment, if exif tags
- exists, otherwise null.
-
-
-
-
- Creates a for the Xmp segment of this file
-
-
- A with the whole Xmp segment, if xmp tags
- exists, otherwise null.
-
-
-
-
- Reads a COM segment to find the JPEG comment.
-
-
- The length of the segment that will be read.
-
-
-
-
- Creates a for the comment segment of this file
-
-
- A with the whole comment segment, if a comment tag
- exists, otherwise null.
-
-
-
-
- Reads and parse a SOF segment
-
-
- The length of the segment that will be read.
-
-
- The SOFx marker.
-
-
-
-
- Reads the DQT Segment, and Guesstimate the image quality from it
-
-
- The length of the segment that will be read
-
-
-
-
- Contains the JPEG comment.
-
-
-
-
- Constructor.
-
-
- The value of the comment.
-
-
-
-
- Constructor. Creates a new empty comment.
-
-
-
-
- The value of the comment represented by the current instance.
-
-
-
-
- Gets or sets the comment for the image described
- by the current instance.
-
-
- A containing the comment of the
- current instace.
-
-
-
-
- Gets the tag types contained in the current instance.
-
-
- Always .
-
-
-
-
- Clears the values stored in the current instance.
-
-
-
-
- This enum defines the different markers used in JPEG segments.
-
- See CCITT Rec. T.81 (1992 E), Table B.1 (p.32)
-
-
-
-
- Start Of Frame marker, non-differential, Huffman coding, Baseline DCT
-
-
-
-
- Start Of Frame marker, non-differential, Huffman coding, Extended Sequential DCT
-
-
-
-
- Start Of Frame marker, non-differential, Huffman coding, Progressive DCT
-
-
-
-
- Start Of Frame marker, non-differential, Huffman coding, Lossless (sequential)
-
-
-
-
- Start Of Frame marker, differential, Huffman coding, Differential Sequential DCT
-
-
-
-
- Start Of Frame marker, differential, Huffman coding, Differential Progressive DCT
-
-
-
-
- Start Of Frame marker, differential, Huffman coding, Differential Lossless (sequential)
-
-
-
-
- Reserved for JPG extensions
-
-
-
-
- Start Of Frame marker, non-differential, arithmetic coding, Extended Sequential DCT
-
-
-
-
- Start Of Frame marker, non-differential, arithmetic coding, Progressive DCT
-
-
-
-
- Start Of Frame marker, non-differential, arithmetic coding, Lossless (sequential)
-
-
-
-
- Start Of Frame marker, differential, arithmetic coding, Differential Sequential DCT
-
-
-
-
- Start Of Frame marker, differential, arithmetic coding, Differential Progressive DCT
-
-
-
-
- Start Of Frame marker, differential, arithmetic coding, Differential Lossless (sequential)
-
-
-
-
- Define Huffman table(s)
-
-
-
-
- Define arithmetic coding conditioning(s)
-
-
-
-
- Restart
-
-
-
-
- Restart
-
-
-
-
- Restart
-
-
-
-
- Restart
-
-
-
-
- Restart
-
-
-
-
- Restart
-
-
-
-
- Restart
-
-
-
-
- Restart
-
-
-
-
- Start of Image
-
-
-
-
- End of Image
-
-
-
-
- Start of scan
-
-
-
-
- Define quantization table (s)
-
-
-
-
- Define number of lines
-
-
-
-
- Define restart interval
-
-
-
-
- Define hierarchical progression
-
-
-
-
- Define reference component
-
-
-
-
- Reserved for application segment
-
-
-
-
- Reserved for application segment
-
-
-
-
- Reserved for application segment
-
-
-
-
- Reserved for application segment
-
-
-
-
- Reserved for application segment
-
-
-
-
- Reserved for application segment
-
-
-
-
- Reserved for application segment
-
-
-
-
- Reserved for application segment
-
-
-
-
- Reserved for application segment
-
-
-
-
- Reserved for application segment
-
-
-
-
- Reserved for application segment
-
-
-
-
- Reserved for application segment
-
-
-
-
- Reserved for application segment
-
-
-
-
- Reserved for application segment
-
-
-
-
- Reserved for application segment
-
-
-
-
- Reserved for application segment
-
-
-
-
- Reserved for JPEG extension
-
-
-
-
- Reserved for JPEG extension
-
-
-
-
- Reserved for JPEG extension
-
-
-
-
- Reserved for JPEG extension
-
-
-
-
- Reserved for JPEG extension
-
-
-
-
- Reserved for JPEG extension
-
-
-
-
- Reserved for JPEG extension
-
-
-
-
- Reserved for JPEG extension
-
-
-
-
- Reserved for JPEG extension
-
-
-
-
- Reserved for JPEG extension
-
-
-
-
- Reserved for JPEG extension
-
-
-
-
- Reserved for JPEG extension
-
-
-
-
- Reserved for JPEG extension
-
-
-
-
- Reserved for JPEG extension
-
-
-
-
- Comment
-
-
-
-
- Contains static predefined tables and helpers
-
-
-
-
- Standard Luminance Quantization table
-
- See CCIT Rec. T.81 (1992 E), K.1 (p143)
-
-
-
-
- Standard Chrominance Quantization table
-
- See CCIT Rec. T.81 (1992 E), K.1 (p143)
-
-
-
-
- This class implements
- for objects that implement ,
- providing extra features used in lists in TagLib#.
-
-
-
-
- Contains the internal list.
-
-
-
-
- Constructs and initializes a new instance of with no contents.
-
-
-
-
- Constructs and initializes a new instance of with specified contents.
-
-
- A containing objects to add to the current instance.
-
-
-
-
- Constructs and initializes a new instance of with specified contents.
-
-
- A containing objects to add to
- the current instance.
-
-
-
-
- Gets whether or not the current instance is empty.
-
-
- if the current instance is empty;
- otherwise .
-
-
-
-
- Adds a collection of elements to the current instance.
-
-
- A object containing
- elements to add to the current instance.
-
-
-
-
- Adds a collection of elements to the current instance.
-
-
- A object containing
- elements to add to the current instance.
-
-
-
-
- Adds a collection of elements to the current instance.
-
-
- An array containing elements to add to the current
- instance.
-
-
-
-
- Performs a sorted insert of an object into the current
- instance, optionally only adding if the item is unique.
-
-
- An object to add to the current instance.
-
-
- If , the object will only be added
- if an identical value is not already contained in the
- current instance.
-
-
- is .
-
-
-
-
- Performs a sorted insert of an object into the current
- instance.
-
-
- An object to add to the current instance.
-
-
- is .
-
-
-
-
- Converts the current instance to an array.
-
-
- A containing the contents of
- the current instance.
-
-
-
-
- Gets whether or not the current instance is read-only.
-
-
- Always .
-
-
-
-
- Gets whether or not the current instance has a fixed
- size.
-
-
- Always .
-
-
-
-
- Gets and sets the value as a specified index.
-
-
-
-
- Adds a single item to end of the current instance.
-
-
- An object to add to the end of the current instance.
-
-
-
-
- Clears the contents of the current instance.
-
-
-
-
- Gets whether or not the current instance contains a
- specified object.
-
-
- An object to look for in the current instance.
-
-
- if the item could be found;
- otherwise .
-
-
-
-
- Gets the index of the first occurance of a value.
-
-
- A object to find in the current instance.
-
-
- A value containing the first index
- at which the value was found, or -1 if it was not found.
-
-
-
-
- Inserts a single value into the current instance at a
- specified index.
-
-
- A value specifying the position at
- which to insert the value.
-
-
- An object to insert into the current instance.
-
-
-
-
- Removes the first occurance of an object from the current
- instance.
-
-
- An object to remove from the current instance.
-
-
- if the value was removed;
- otherwise the value did not appear in the current
- instance and is returned.
-
-
-
-
- Removes the item at the specified index.
-
-
- A value specifying the position at
- which to remove an item.
-
-
-
-
- Gets a string representation of the contents of the
- current instance, joined by a separator.
-
-
- A object to separate the items
- with.
-
-
- A object containing the contents
- of the current instance.
-
-
-
-
- Gets a string representation of the contents of the
- current instance, joined by commas.
-
-
- A object containing the contents
- of the current instance.
-
-
-
-
- Gets the number of elements in the current instance.
-
-
- A value containing the number of
- elements in the current instance.
-
-
-
-
- Gets whether or not the current instance is synchronized.
-
-
- Always .
-
-
-
-
- Gets the object that can be used to synchronize the
- current instance.
-
-
- A that can be used to synchronize
- the current instance.
-
-
-
-
- Copies the current instance to an array, starting at a
- specified index.
-
-
- An array to copy to.
-
-
- A value indicating the index in
- at which to start copying.
-
-
-
-
- Gets an enumerator for enumerating through the elements
- in the current instance.
-
-
- A for
- enumerating through the tag's data boxes.
-
-
-
-
- Describes a Matroska Attachment.
- Attachments may be pictures, but also any other content type.
-
-
-
-
- Constructs and initializes a new instance of with no data or values.
-
-
-
-
- Constructs and initializes a new instance of by reading in the contents of a
- specified file.
-
-
- A object containing the path of the
- file to read.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of by reading in the contents of a
- specified file abstraction.
-
-
- A object containing
- abstraction of the file to read.
-
-
- The position in bytes where the picture is located in the
- .
-
-
- The size in bytes of the picture in the
- (default: read all).
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of by using the contents of a object.
-
-
- A object containing picture data
- to use.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of by doing a shallow copy of .
-
-
- A object containing picture data
- to convert to an Attachment.
-
-
-
-
- Derive the Picture-type from the the file-name.
- It change the from the .
-
-
-
-
- Derive thefile-name from the the Piture type.
- It change the from the if required,
- but not if the filename already matches the type.
-
- true if changed
-
-
-
- Unique ID representing the element, as random as possible (setting zero will generate automatically a new one).
-
-
-
-
- Get the Tag type the UID should be represented by, or 0 if undefined
-
-
-
-
- Describes a Matroska Audio track.
-
-
-
-
- Construct a reading information from
- provided file data.
- Parsing will be done reading from _file at position references by
- parent element's data section.
-
- instance to read from.
- Parent .
-
-
-
- List of unknown elements encountered while parsing.
-
-
-
-
- This type of track only has audio media type.
-
-
-
-
- Audio track bitrate.
-
-
-
-
- Audio track sampling rate.
-
-
-
-
- Number of audio channels in this track.
-
-
-
-
- Represent a generic EBML Element and its content.
-
-
-
-
- Constructs an empty .
-
-
-
-
- Construct a to contain children elements.
-
- EBML ID of the element to be created.
-
-
-
- Construct a to contain data.
-
- EBML ID of the element to be created.
- EBML data of the element to be created.
-
-
-
- Construct to contain data.
-
- EBML ID of the element to be created.
- EBML data as an value.
-
-
-
- EBML Element Identifier.
-
-
-
-
- Get or set the data represented by the EBML
-
-
-
-
- Get or set the element embedded in the EBML
-
-
-
-
- Get or set whether the EBML should have a size of one byte more
- than the optimal size.
-
-
-
-
- EBML Element size in bytes.
-
-
-
-
- Get the size of the EBML ID, in bytes
-
-
-
-
- Get the size of the EBML data-size, in bytes
-
-
-
-
- EBML Element data/content size in bytes.
-
-
-
-
- Try to increase the size of the EBML by 1 byte.
-
- True if successfully increased size, false if failed.
-
-
-
- Get the EBML ID and data-size as a vector of bytes.
-
-
-
-
- Get the byte-size required to encode an EBML value with the leading 1.
-
- Encoded value
- size in bytes
-
-
-
- Get a string from EBML Element's data section (UTF-8).
- Handle null-termination.
-
- a string object containing the parsed value.
-
-
-
- Get a boolean from EBML Element's data section.
-
- a bool containing the parsed value.
-
-
-
- Get a double from EBML Element's data section.
-
- a double containing the parsed value.
-
-
-
- Get an unsigned integer (any size from 1 to 8 bytes) from EBML Element's data section.
-
- a ulong containing the parsed value.
-
-
-
- Get a bytes vector from EBML Element's data section.
-
- a containing the parsed value.
-
-
-
- Set data content as to the EBML file
-
- data as
-
-
-
- Set data content as to the EBML file
-
- unsigned long number to write
-
-
-
- Write the EMBL (and all its data/content) to a file.
-
- A representing the file to write to.
- The byte-position in the file to write the EBML to.
- The reserved size in bytes that the EBML may overwrite from the given position. (Default: 0, insert)
-
-
-
- Public enumeration listing the possible EBML element identifiers.
-
-
-
-
- Indicates an EBML Header element.
-
-
-
-
- Indicates an EBML Version element.
-
-
-
-
- Indicates an EBML Read Version element.
-
-
-
-
- Indicates an EBML Max ID Length element.
-
-
-
-
- Indicates an EBML Max Size Length element.
-
-
-
-
- Indicates an EBML Doc Type element.
-
-
-
-
- Indicates an EBML Doc Type Version element.
-
-
-
-
- Indicates an EBML Doc Type Read Version element.
-
-
-
-
- Indicates an EBML Void element.
-
-
-
-
- Read a Matroska EBML element from a file, but also provides basic modifications to an
- EBML element directly on the file (write). This can also represent an abstract EBML
- on the file (placeholder).
-
-
- This was intitialy called , but this was in fact a file-reader.
- The name correspond more to the class which has been created to
- represent an EBML structure (regardless of file-issues) to support the EBML writing to file.
-
-
-
-
- Constructs a root instance, by reading from
- the provided file position.
-
- File instance to read from.
- Position in the file to start reading from.
-
-
-
- Constructs a child reading the data from the
- EBML parent at the provided file position.
-
- The that contains the instance to be created.
- Position in the file to start reading from.
-
-
-
- Create a new abstract with arbitrary attributes,
- without reading its information on the file.
-
- The that contains the instance to be described.
- Position in the file.
- EBML ID of the element
- Total size of the EBML, in bytes
-
-
-
- EBML Element Identifier.
-
-
-
-
- EBML Parent instance.
-
-
-
-
- EBML Element size in bytes.
-
-
-
-
- EBML Element data size in bytes.
-
-
-
-
- EBML Element data offset position in file in bytes.
-
-
-
-
- EBML Element offset position in file in bytes.
-
-
-
-
- Defines that the EBML element is not read-out from file,
- but is an abstract representation of an element on the disk.
-
-
-
-
- Read EBML header and data-size if it is an abstract one.
- It then becomes a non abstract EBML.
-
- Throw exception on invalid EBML read if true (Default: false).
- True if successful.
-
-
-
- Reads a vector of bytes (raw data) from EBML Element's data section.
-
- a containing the parsed value.
-
-
-
- Reads a string from EBML Element's data section (UTF-8).
-
- a string object containing the parsed value.
-
-
-
- Reads a boolean from EBML Element's data section.
-
- a bool containing the parsed value.
-
-
-
- Reads a double from EBML Element's data section.
-
- a double containing the parsed value.
-
-
-
- Reads an unsigned integer (any size from 1 to 8 bytes) from EBML Element's data section.
-
- a ulong containing the parsed value.
-
-
-
- Write the to the EBML file.
- Resize the data-size length to 8 bytes.
- This will *not* insert extra bytes, but overwrite next contiguous bytes.
- It will claim the size added on the value of the data-size.
-
- Offset created in Writing the new data-size
-
-
-
- Change an EBML element to a Abstract Void element, but do not write to the file.
-
-
- To do a real conversion to Void EBML element on the file, use .
-
-
-
-
- Change an EBML element to a Void element directly on the file.
-
-
-
-
- Remove the EBML element from the file
-
- Size difference compare to previous EBML size
-
-
-
- Enumeration listing supported Matroska track types.
-
-
-
-
- Video track type.
-
-
-
-
- Audio track type.
-
-
-
-
- Complex track type.
-
-
-
-
- Logo track type.
-
-
-
-
- Subtitle track type.
-
-
-
-
- Buttons track type.
-
-
-
-
- Control track type.
-
-
-
-
- This class extends to provide tagging
- and properties support for Matroska files.
-
-
-
-
- Contains the tags for the file.
-
-
-
-
- Contains the media properties.
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system and specified read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system with an average read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction and
- specified read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction with an
- average read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- is .
-
-
-
-
- Saves the changes made in the current instance to the
- file it represents.
-
-
-
-
- Removes a set of tag types from the current instance.
-
-
- A bitwise combined value
- containing tag types to be removed from the file.
-
-
- In order to remove all tags from a file, pass as .
-
-
-
-
- Gets a tag of a specified type from the current instance,
- optionally creating a new tag if possible.
-
-
- A value indicating the
- type of tag to read.
-
-
- A value specifying whether or not to
- try and create the tag if one is not found.
-
-
- A object containing the tag that was
- found in or added to the current instance. If no
- matching tag was found and none was created, is returned.
-
-
-
-
- Gets a abstract representation of all tags stored in the
- current instance.
-
-
- A object representing all tags
- stored in the current instance.
-
-
-
-
- Gets the media properties of the file represented by the
- current instance.
-
-
- A object containing the
- media properties of the file represented by the current
- instance.
-
-
-
-
- Reads (and Write, if file Mode is Write) the file with a specified read style.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
-
-
- Central point for the Writing, after the master elements of the EBML Segment have been referenced.
-
- EBML Segment containing the EBML to be written
- EBML SegmentInfo
- description of the mapping of EBML level 1 in the EBML Segment, ordered
-
-
-
- Make sure there is a Void at the begining of a Segment EBML, big enough to contain the reserved (leading) space.
- This is the longest part of the Write if space must be reserved.
-
- EBML Segment containing the EBML to be written
- description of the mapping of EBML level 1 in the EBML Segment, ordered
- Size to be reserved. A Margin will be added to it.
-
-
-
-
- Write an EMBL in an existing Void or at the end of the
-
- EBML to write
- EBML Segment containing the EBML to be written
- description of the mapping of EBML level 1 in the EBML Segment, ordered
- Reserved space at the Segment, do not write there
-
-
-
- This tries to create a sensible map of the Voids between the other master element of the Segment.
- It will try to identify Voids hidden after a meaningful EBML. It will merge contiguous Voids as one.
-
- EBML Segment containing the EBML to be written
- description of the mapping of EBML level 1 in the EBML Segment, ordered
-
-
-
- Represent a Matroska element that has an Unique Identifier, and can be tagged.
-
-
-
-
- Unique ID representing the file, as random as possible (setting zero will generate automatically a new one).
-
-
-
-
- Get the Tag type the UID should be represented by, or 0 if undefined
-
-
-
-
- Represent a basic Matroska UID element
-
-
-
-
- Create a UIDElement Stub
-
- Tag-type the UID represents
- UID of the element
-
-
-
- Generate a new random UID
-
- Value of the UID to be generated. A zero value will randomize it.
- Generated UID.
-
-
-
- Unique ID representing the element, as random as possible (setting zero will generate automatically a new one).
-
-
-
-
- Get the Tag type the UID should be represented by, or 0 if undefined
-
-
-
-
- Public enumeration listing Matroska specific EBML Identifiers.
-
-
-
-
- Indicates a Matroska Segment EBML element.
-
-
-
-
- Indicates a Matroska Segment Info EBML element.
-
-
-
-
- Indicates a Matroska Tracks EBML Element.
-
-
-
-
- Indicates a Matroska Cues EBML element.
-
-
-
-
- Indicates a Matroska Tags EBML element.
-
-
-
-
- Indicates a Matroska Seek Head EBML element.
-
-
-
-
- Indicates a Matroska Cluster EBML element.
-
-
-
-
- Indicates a Matroska Attachments EBML element.
-
-
-
-
- Indicates a Matroska Chapters EBML element.
-
-
-
-
- Indicate a Matroska Code Scale EBML element.
-
-
-
-
- Indicates a Matroska Duration EBML element.
-
-
-
-
- Indicates a Matroska Writing App EBML element.
-
-
-
-
- Indicates a Matroska Muxing App EBML element.
-
-
-
-
- Indicate a Matroska Date UTC EBML element.
-
-
-
-
- Indicate a Matroska Segment UID EBML element.
-
-
-
-
- Indicate a Matroska Segment File Name EBML element.
-
-
-
-
- Indicate a Matroska Prev UID EBML element.
-
-
-
-
- Indicate a Matroska Prev File Name EBML element.
-
-
-
-
- Indicate a Matroska Nex UID EBML element.
-
-
-
-
- Indicate a Matroska Nex File Name EBML element.
-
-
-
-
- Indicate a Matroska Title EBML element.
-
-
-
-
- Indicate a Matroska Segment Family EBML element.
-
-
-
-
- Indicate a Matroska Chapter Translate EBML element.
-
-
-
-
- Indicate a Matroska Track Entry EBML element.
-
-
-
-
- Indicate a Matroska Track Number EBML element.
-
-
-
-
- Indicate a Matroska Track UID EBML element.
-
-
-
-
- Indicate a Matroska Track Type EBML element.
-
-
-
-
- Indicate a Matroska Track Audio EBML element.
-
-
-
-
- Indicate a Matroska Track Video EBML element.
-
-
-
-
- Indicate a Matroska Void EBML element.
-
-
-
-
- Indicate a Matroska CRC-32 EBML element.
-
-
- The CRC is computed on all the data of the Master-element it's in.
- The CRC Element should be the first in it's parent master for easier reading.
- All level 1 Elements should include a CRC-32. The CRC in use is the IEEE CRC32 Little Endian.
-
-
-
-
- Indicate a Matroska Track Encoding EBML element.
-
-
-
-
- Indicate a Matroska Codec ID EBML element.
-
-
-
-
- Indicate a Matroska Codec Private EBML element.
-
-
-
-
- Indicate a Matroska Codec Name EBML element.
-
-
-
-
- Indicate a Matroska Track Name EBML element.
-
-
-
-
- Indicate a Matroska Track Language EBML element.
-
-
-
-
- Indicate a Matroska Track Enabled EBML element.
-
-
-
-
- Indicate a Matroska Track Flag Default EBML element.
-
-
-
-
- Indicate a Matroska Track Flag Forced EBML element.
-
-
-
-
- Indicate a Matroska Track Flag Lacing EBML element.
-
-
-
-
- Indicate a Matroska Track Min Cache EBML element.
-
-
-
-
- Indicate a Matroska Track Max Cache EBML element.
-
-
-
-
- Indicate a Matroska Track Default Duration EBML element.
-
-
-
-
- Indicate a Matroska Track Time Code Scale EBML element.
-
-
-
-
- Indicate a Matroska Track Max Block Addition EBML element.
-
-
-
-
- Indicate a Matroska Track Attachment Link EBML element.
-
-
-
-
- Indicate a Matroska Track Overlay EBML element.
-
-
-
-
- Indicate a Matroska Track Translate EBML element.
-
-
-
-
- Indicate a Matroska Track Offset element.
-
-
-
-
- Indicate a Matroska Codec Settings EBML element.
-
-
-
-
- Indicate a Matroska Codec Info URL EBML element.
-
-
-
-
- Indicate a Matroska Codec Download URL EBML element.
-
-
-
-
- Indicate a Matroska Codec Decode All EBML element.
-
-
-
-
- Indicate a Matroska Video Frame Rate EBML element.
-
-
-
-
- Indicate a Matroska Video Display Width EBML element.
-
-
-
-
- Indicate a Matroska Video Display Height EBML element.
-
-
-
-
- Indicate a Matroska Video Display Unit EBML element.
-
-
-
-
- Indicate a Matroska Video Pixel Width EBML element.
-
-
-
-
- Indicate a Matroska Video Pixel Height EBML element.
-
-
-
-
- Indicate a Matroska Video Pixel Crop Bottom EBML element.
-
-
-
-
- Indicate a Matroska Video Pixel Crop Top EBML element.
-
-
-
-
- Indicate a Matroska Video Pixel Crop Left EBML element.
-
-
-
-
- Indicate a Matroska Video Pixel Crop Right EBML element.
-
-
-
-
- Indicate a Matroska Video Flag Interlaced EBML element.
-
-
-
-
- Indicate a Matroska Video Stereo Mode EBML element.
-
-
-
-
- Indicate a Matroska Video Aspect Ratio Type EBML element.
-
-
-
-
- Indicate a Matroska Video Colour Space EBML element.
-
-
-
-
- Indicate a Matroska Video Gamma Value EBML element.
-
-
-
-
- Indicate a Matroska Seek Entry (Master).
-
-
-
-
- Indicate a Matroska Seek ID (Binary).
-
-
-
-
- Indicate a Matroska Seek Position (uint).
-
-
-
-
- Indicate a Matroska Audio Sampling Freq EBML element.
-
-
-
-
- Indicate a Matroska Audio Bit Depth EBML element.
-
-
-
-
- Indicate a Matroska Audio Channels EBML element.
-
-
-
-
- Indicate a Matroska Audio Channels Position EBML element.
-
-
-
-
- Indicate a Matroska Audio Output Sampling Freq EBML element.
-
-
-
-
- Indicate a Matroska Tag EBML element.
-
-
-
-
- Indicate a Matroska Simple Tag EBML element.
-
-
-
-
- Indicate a Matroska Targets EBML element.
-
-
-
-
- Indicate a Matroska Tag Name EBML element.
-
-
-
-
- Indicate a Matroska Tag String EBML element.
-
-
-
-
- Indicate a Matroska Tag Language EBML element.
-
-
-
-
- Indicate a Matroska Tag Default EBML element.
-
-
-
-
- Indicate a Matroska Tag Binary EBML element.
-
-
-
-
- Indicate a Matroska Target Type Value EBML element (UINT).
-
-
-
-
- Indicate a Matroska Target Type EBML element (string).
-
-
-
-
- Indicate a Matroska Target Tag Track UID EBML element (UINT).
-
-
-
-
- Indicate a Matroska Target Tag Edition UID EBML element (UINT).
-
-
-
-
- Indicate a Matroska Target Tag Chapter UID EBML element (UINT).
-
-
-
-
- Indicate a Matroska Target Tag Attachment UID EBML element (UINT).
-
-
-
-
- Indicate a Matroska attached file.
-
-
-
-
- Indicate a Matroska human-friendly name for the attached file.
-
-
-
-
- Indicate a Matroska Filename of the attached file.
-
-
-
-
- Indicate a Matroska MIME type of the file.
-
-
-
-
- Indicate a Matroska data of the file.
-
-
-
-
- Indicate a Matroska Unique ID representing the file, as random as possible.
-
-
-
-
- Describes a SimpleTag content. The TagName property is not part of the SimpleTag.
- A object may contain several .
- A object may contains several .
-
-
-
-
- Constructor
-
-
-
-
- Construct from value
-
-
-
-
- Indicate if the content of the SimpleTag is in binary (true) or as a string (false).
-
-
-
-
- Indication to know if this is the default/original language to use for the given tag.
-
-
-
-
- Specifies the language of the tag, as a string.
-
-
-
-
- Specifies the language of the tag.
-
-
-
-
- Get/Set the data contained in the SimpleTag
-
-
-
-
- Children SimpleTag nested inside this SimpleTag
-
-
-
-
- Convert a SimpleTag to a String in the Default encoding
-
-
-
-
-
- Describes a Matroska Subtitle Track.
-
-
-
-
- Constructs a parsing from provided
- file data.
- Parsing will be done reading from _file at position references by
- parent element's data section.
-
- instance to read from.
- Parent .
-
-
-
- List of unknown elements encountered while parsing.
-
-
-
-
- This type of track only has text media type.
-
-
-
-
- Describes a Matroska Tag.
- A object may contain several .
-
-
-
-
- Define if this represent a video content (true), or an audio content (false)
-
-
-
-
- Constructor
-
- The Tags object this Tag should be added to.
- the Target Type ValueTags this Tag represents.
- The UID element that should be represented by this tag.
-
-
-
- Create a TargetType from a given TargetTypeValue, depending on the media-type
-
- TargetTypeValue to be converted to TargetType (text)
- Representation of the TargetTypeValue
-
-
-
- Return a Tag of a certain Target type.
-
- Create one if it doesn't exist yet.
- Target Type Value.
- the Tag representing the collection
-
-
-
- Return the Tag representing the Album the medium belongs to.
-
- Create one if it doesn't exist yet.
- the Tag representing the collection
-
-
-
- Remove a Tag
-
- Tag Name
- Nested SimpleTag to find (if non null) Tag name
-
-
-
- Set a Tag value. A null value removes the Tag.
-
- Tag Name
- Nested SimpleTag to find (if non null) Tag name
- value to be set. A list can be passed for a subtag by separating the values by ';'
-
-
-
- Set a Tag value as unsigned integer. Please note that a value zero removes the Tag.
-
- Tag Name
- Nested SimpleTag to find (if non null) Tag name
- unsigned integer value to be set
- Format for string convertion to be used (default: null)
-
-
-
- Create or overwrite the actual tags of a given name/sub-name by new values.
-
- Tag Name
- Nested SimpleTag to find (if non null) Tag name
- Array of values. for each subtag value, a list can be passed by separating the values by ';'
-
-
-
- Retrieve a Tag list. If there are multiple tag inside a SimpleTag (when
- accessing a sub-key), these sub-list are represented as semicolon-separated
- values.
-
- Tag name
- Nested SimpleTag to find (if non null) Tag name
- Also search in parent Tag if true (default: true)
- Array of values. Nested sub-list are represented by a semicolon-
- separated string
-
-
-
-
- Retrieve a Tag value as string
-
- Tag name
- Nested SimpleTag to find (if non null) Tag name
- Also search in parent Tag if true (default: true)
- Tag value
-
-
-
- Retrieve a Tag value as unsigned integer
-
- Tag name
- Nested SimpleTag to find (if non null) Tag name
- Also search in parent Tag if true (default: false)
- Tag value as unsigned integer
-
-
-
- Retrieve a list of Matroska Tags
-
-
-
-
- Retrieve the parent Tag, of higher TargetTypeValue (if any, null if none).
- This will only match the tag applying to the same target as the current tag, or to more elements.
-
-
-
-
- Gets the Matroska Target Type Value of this Tag.
- This value can be change with the property.
-
-
-
-
- Get or set the Matroska Target Type of this Tag.
-
-
-
-
- Array of UID elements the tag applies to. If null, the tag apply to all elements.
-
-
-
-
- List SimpleTag contained in the current Tag (must never be null)
-
-
-
-
- Gets the tag types contained in the current instance.
-
-
- Always .
-
-
-
-
- Gets and sets the title for the media described by the
- current instance.
-
-
- A object containing the title for
- the media described by the current instance or if no value is present.
-
-
- This property is implemented using the TITLE tag and the Segment Title.
-
-
-
-
- Gets and sets the sort names for the Track Title of
- the media described by the current instance.
-
-
- A containing the sort name of
- the Track Title of the media described by the current
- instance or null if no value is present.
-
-
- This property is implemented using the nested Matroska
- SimpleTag "SORT_WITH" inside the "TITLE" SimpleTag.
-
-
-
-
- Gets and sets a short description, one-liner.
- It represents the tagline of the Video/music.
-
-
- A containing the subtitle
- the media represented by the current instance
- or an empty array if no value is present.
-
-
- This property is implemented using the Matroska
- SimpleTag "SUBTITLE".
-
-
-
-
- Gets and sets a short description of the media.
- For a music, this could be the comment that the artist
- made of its artwork. For a video, this should be a
- short summary of the story/plot, but a spoiler. This
- should give the impression of what to expect in the
- media.
-
-
- A containing the subtitle
- the media represented by the current instance
- or an empty array if no value is present.
-
-
- This property is implemented using the Matroska
- SimpleTag "SUMMARY" (note that this is not the
- "DESCRIPTION" tag).
-
-
-
-
- Gets and sets the performers or artists who performed in
- the media described by the current instance.
-
-
- A containing the performers or
- artists who performed in the media described by the
- current instance or an empty array if no value is
- present.
-
-
- This property is implemented using the ACTOR/PERFORMER stored in
- the MKV Tag element.
-
-
-
-
- Gets and sets the sort names of the performers or artists
- who performed in the media described by the current instance.
-
-
- A containing the sort names for
- the performers or artists who performed in the media
- described by the current instance, or an empty array if
- no value is present.
-
-
- This property is implemented using the nested Matroska
- SimpleTag "SORT_WITH" inside the "ACTOR" or "PERFORMER" SimpleTag.
-
-
-
-
- Gets and sets the role of the performers or artists
- who performed in the media described by the current instance.
- For an movie, this represents a character of an actor.
- For a music, this may represent the instrument of the artist.
-
-
- A containing the roles for
- the performers or artists who performed in the media
- described by the current instance, or an empty array if
- no value is present.
-
-
- This property is implemented using the nested Matroska
- SimpleTag "CHARACTER" or "INSTRUMENTS" inside the
- "ACTOR" or "PERFORMER" SimpleTag.
-
-
-
-
- Gets and sets the band or artist who is credited in the
- creation of the entire album or collection containing the
- media described by the current instance.
-
-
- A containing the band or artist
- who is credited in the creation of the entire album or
- collection containing the media described by the current
- instance or an empty array if no value is present.
-
-
- This property is implemented using the "ARTIST" Tag.
-
-
-
-
- Gets and sets the sort names for the band or artist who
- is credited in the creation of the entire album or
- collection containing the media described by the
- current instance.
-
-
- A containing the sort names
- for the band or artist who is credited in the creation
- of the entire album or collection containing the media
- described by the current instance or an empty array if
- no value is present.
-
-
- This property is implemented using the nested Matroska
- SimpleTag "SORT_WITH" inside the "ARTIST" SimpleTag.
-
-
-
-
- Gets and sets the composers of the media represented by
- the current instance.
-
-
- A containing the composers of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This property is implemented using the "COMPOSER" Tag.
-
-
-
-
- Gets and sets the sort names for the composers of the
- media represented by the current instance.
-
-
- A containing the sort names
- for the composers of the media represented by the
- current instance or an empty array if no value is present.
-
-
- This field is typically optional but aids in the
- sorting of compilations or albums with multiple Composers.
-
- As this value is to be used as a sorting key, it
- should be used with less variation than . Where performers can be broken into
- muliple artist it is best to stick with a single composer.
- For example, "McCartney, Paul".
-
-
- This property is implemented using the nested Matroska
- SimpleTag "SORT_WITH" inside the "COMPOSER" SimpleTag.
-
-
-
-
- Gets and sets the album of the media represented by the
- current instance.
-
-
- A object containing the album of
- the media represented by the current instance or if no value is present.
-
-
- This property is implemented using the "TITLE" Tag in the Collection Tags.
-
-
-
-
- Gets and sets the sort names for the Album Title of
- the media described by the current instance.
-
-
- A containing the sort name of
- the Album Title of the media described by the current
- instance or null if no value is present.
-
-
- This property is implemented using the nested Matroska
- SimpleTag "SORT_WITH" inside the "TITLE" SimpleTag.
-
-
-
-
- Gets and sets a user comment on the media represented by
- the current instance.
-
-
- A object containing user comments
- on the media represented by the current instance or if no value is present.
-
-
- This property is implemented using the "COMMENT" Tag.
-
-
-
-
- Gets and sets the genres of the media represented by the
- current instance.
-
-
- A containing the genres of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This property is implemented using the "GENRE" Tag.
-
-
-
-
- Gets and sets the year that the media represented by the
- current instance was recorded.
-
-
- A containing the year that the media
- represented by the current instance was created or zero
- if no value is present.
-
-
-
-
- Gets and sets the position of the media represented by
- the current instance in its containing item (album, disc, episode, collection...).
-
-
- A containing the position of the
- media represented by the current instance in its
- containing album or zero if not specified.
-
-
- This property is implemented using the "PART_NUMBER" Tag.
-
-
-
-
- Gets and sets the number of items contained in the parent Tag (album, disc, episode, collection...)
- the media represented by the current instance belongs to.
-
-
- A containing the number of tracks in
- the album containing the media represented by the current
- instance or zero if not specified.
-
-
- This property is implemented using the "TOTAL_PARTS" Tag
- in the parent tag (one level up).
-
-
-
-
- Gets and sets the number of the disc containing the media
- represented by the current instance in the boxed set.
-
-
- A containing the number of the disc
- containing the media represented by the current instance
- in the boxed set.
-
-
- This property is implemented using the "PART_NUMBER" Tag in
- a parent tag (VOLUME for video, PART for audio).
-
-
-
-
- Gets and sets the number of discs in the boxed set
- containing the media represented by the current instance.
-
-
- A containing the number of discs in
- the boxed set containing the media represented by the
- current instance or zero if not specified.
-
-
- This property is implemented using the "TOTAL_PARTS" Tag in
- a parent tag (COLLECTION for video, ALBUM for audio).
-
-
-
-
- Gets and sets the lyrics or script of the media
- represented by the current instance.
-
-
- A object containing the lyrics or
- script of the media represented by the current instance
- or if no value is present.
-
-
-
-
- Gets and sets the grouping on the album which the media
- in the current instance belongs to.
-
-
- A object containing the grouping on
- the album which the media in the current instance belongs
- to or if no value is present.
-
-
-
-
- Gets and sets the number of beats per minute in the audio
- of the media represented by the current instance.
-
-
- A containing the number of beats per
- minute in the audio of the media represented by the
- current instance, or zero if not specified.
-
-
-
-
- Gets and sets the conductor or director of the media
- represented by the current instance.
-
-
- A object containing the conductor
- or director of the media represented by the current
- instance or if no value present.
-
-
-
-
- Gets and sets the copyright information for the media
- represented by the current instance.
-
-
- A object containing the copyright
- information for the media represented by the current
- instance or if no value present.
-
-
- This property is implemented using the "COPYRIGHT" Tag.
-
-
-
-
- Gets and sets the date at which the tag has been written.
-
-
- A nullable object containing the
- date at which the tag has been written, or if no value present.
-
-
- This property is implemented using the "DATE_TAGGED" Tag.
-
-
-
-
- Gets and sets the MusicBrainz Artist ID of
- the media described by the current instance.
-
-
- A containing the MusicBrainz
- ArtistID for the media described by the current
- instance or null if no value is present.
-
-
-
-
- Gets and sets the MusicBrainz Release Group ID of
- the media described by the current instance.
-
-
- A containing the MusicBrainz
- ReleaseGroupID for the media described by the current
- instance or null if no value is present.
-
-
-
-
- Gets and sets the MusicBrainz Release ID of
- the media described by the current instance.
-
-
- A containing the MusicBrainz
- ReleaseID for the media described by the current
- instance or null if no value is present.
-
-
-
-
- Gets and sets the MusicBrainz Release Artist ID of
- the media described by the current instance.
-
-
- A containing the MusicBrainz
- ReleaseArtistID for the media described by the current
- instance or null if no value is present.
-
-
-
-
- Gets and sets the MusicBrainz Track ID of
- the media described by the current instance.
-
-
- A containing the MusicBrainz
- TrackID for the media described by the current
- instance or null if no value is present.
-
-
-
-
- Gets and sets the MusicBrainz Disc ID of
- the media described by the current instance.
-
-
- A containing the MusicBrainz
- DiscID for the media described by the current
- instance or null if no value is present.
-
-
-
-
- Gets and sets the MusicIP PUID of
- the media described by the current instance.
-
-
- A containing the MusicIPPUID
- for the media described by the current instance or
- null if no value is present.
-
-
-
-
- Gets and sets the MusicBrainz Release Status of
- the media described by the current instance.
-
-
- A containing the MusicBrainz
- ReleaseStatus for the media described by the current
- instance or null if no value is present.
-
-
-
-
- Gets and sets the MusicBrainz Release Type of
- the media described by the current instance.
-
-
- A containing the MusicBrainz
- ReleaseType for the media described by the current
- instance or null if no value is present.
-
-
-
-
- Gets and sets the MusicBrainz Release Country of
- the media described by the current instance.
-
-
- A containing the MusicBrainz
- ReleaseCountry for the media described by the current
- instance or null if no value is present.
-
-
-
-
- Gets and sets a collection of pictures associated with
- the media represented by the current instance.
-
-
- A containing a collection of
- pictures associated with the media represented by the
- current instance or an empty array if none are present.
-
-
-
-
- Gets whether or not the current instance is empty.
-
-
- if the current instance does not
- any values. Otherwise .
-
-
-
-
- Clears the values stored in the current instance.
-
-
-
-
- Describes all the Matroska Tags in a file as a list, ordered from higher TargetTypeValue to lower.
- A object contains several
-
-
-
-
- Constructor
-
- List of Matroska tracks
-
-
-
- Try to Insert an element to the Tag list at a given index, but can insert it at another index if the
- index doesn't keep this list sorted by descending TargetTypeValue
-
- index at which the Tag element should be preferably inserted
- Tag element to be inserted in the Tag list
-
-
-
- Replace a tag in the list.
-
- Index of the lement to be replaced
- tag to replace the older one
-
-
-
- Clears the values stored in the current Tags and Children.
-
-
-
-
- Find the first Tag of a given TargetTypeValue
-
- TargetTypeValue to find
- null: any kind, true: represent the current medium, false: represent a sub-element
- the Tag if match found, null otherwise
-
-
-
- Find the first Tag applying to an object (Matroska UID), matching a TargetTypeValue
-
- Matroska Track, Edition, Chapter or Attachment (element having an UID)
- TargetTypeValue to match (default: match any)
- the first matching Tag representing the UID, or null if not found.
-
-
-
- Define if this represent a video content (true), or an audio content (false)
-
-
-
-
- Title of the medium, from the Segment
-
-
-
-
- Get/set the Tag that represents the current medium (file)
-
-
-
-
- Get/set the Tag that represents the Collection the current medium (file) belongs to.
- For Audio, this should be an Album, type 50 (itself if the mka file represents an album).
- For Video, this should be a Collection, type 70.
-
-
-
-
- Gets and sets a collection of Attachments associated with
- the media represented by the current instance.
-
-
- A containing a collection of
- attachments associated with the media represented by the
- current instance or an empty array if none are present.
-
-
-
-
- Get direct access to the Matroska Tracks.
-
-
-
-
- Represents a Matroska TargetType.
- The TargetType element allows tagging of different parts that are inside or outside a given file.
- For example in an audio file with one song you could have information about the album it comes
- from and even the CD set even if it's not found in the file.
-
-
-
-
- Audio/Video: The high hierarchy consisting of many different lower items
-
-
-
-
- Audio/Video: a list of lower levels grouped together
-
-
-
-
- Audio: a list of lower levels grouped together
-
-
-
-
-
- Audio: a list of lower levels grouped together
-
-
-
-
- Audio: a list of lower levels grouped together
-
-
-
-
- Video: a list of lower levels grouped together
-
-
-
-
- Video: a list of lower levels grouped together
-
-
-
-
- Audio: the most common grouping level of music and video (equals to an episode for TV series)
-
-
-
-
- Audio: the most common grouping level of music and video (equals to an episode for TV series)
-
-
-
-
- Audio/Video: the most common grouping level of music and video (equals to an episode for TV series)
-
-
-
-
- Video: the most common grouping level of music and video (equals to an episode for TV series)
-
-
-
-
- Video: the most common grouping level of music and video (equals to an episode for TV series)
-
-
-
-
- Represent the default TargetType (an empty Targets), i.e. targets everything in the segment.
-
-
-
-
- Audio/Video: when an album or episode has different logical parts
-
-
-
-
- Audio/Video: when an album or episode has different logical parts
-
-
-
-
- Audio: the common parts of an album or a movie
-
-
-
-
- Audio: the common parts of an album or a movie
-
-
-
-
- Video: the common parts of an album or a movie
-
-
-
-
- Audio: corresponds to parts of a track for audio (like a movement)
-
-
-
-
- Audio: corresponds to parts of a track for audio (like a movement)
-
-
-
-
- Video: corresponds to parts of a track for audio (like a movement)
-
-
-
-
- Video: the lowest hierarchy found in music or movies
-
-
-
-
- Describes a Matroska Track.
-
-
-
-
- Constructs a parsing from provided
- file data.
- Parsing will be done reading from _file at position references by
- parent element's data section.
-
- instance to read from.
- Parent .
-
-
-
- List of unknown elements encountered while parsing.
-
-
-
-
- Describes track duration.
-
-
-
-
- Describes track media types.
-
-
-
-
- Track description.
-
-
-
-
- Unique ID representing the element, as random as possible (setting zero will generate automatically a new one).
-
-
-
-
- Get the Tag type the UID should be represented by, or 0 if undefined
-
-
-
-
- Enumeration describing supported Video Aspect Ratio types.
-
-
-
-
- Free Aspect Ratio.
-
-
-
-
- Keep Aspect Ratio.
-
-
-
-
- Fixed Aspect Ratio.
-
-
-
-
- Describes a Matroska Video Track.
-
-
-
-
- Constructs a parsing from provided
- file data.
- Parsing will be done reading from _file at position references by
- parent element's data section.
-
- instance to read from.
- Parent .
-
-
-
- List of unknown elements encountered while parsing.
-
-
-
-
- This type of track only has video media type.
-
-
-
-
- Describes video track width in pixels.
-
-
-
-
- Describes video track height in pixels.
-
-
-
-
- This class extends to
- provide tagging and properties support for MusePack files.
-
-
- A will be added automatically to
- any file that doesn't contain one. This change does not effect
- the file and can be reversed using the following method:
- file.RemoveTags (file.TagTypes & ~file.TagTypesOnDisk);
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system and specified read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system with an average read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction and
- specified read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction with an
- average read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- is .
-
-
-
-
- Gets a tag of a specified type from the current instance,
- optionally creating a new tag if possible.
-
-
- A value indicating the
- type of tag to read.
-
-
- A value specifying whether or not to
- try and create the tag if one is not found.
-
-
- A object containing the tag that was
- found in or added to the current instance. If no
- matching tag was found and none was created, is returned.
-
-
- If a is added to the
- current instance, it will be placed at the start of the
- file. On the other hand,
- will be added to the end of
- the file. All other tag types will be ignored.
-
-
-
-
- Reads format specific information at the end of the
- file.
-
-
- A value containing the seek position
- at which the media data ends and the tags begin.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
-
-
- Reads the audio properties from the file represented by
- the current instance.
-
-
- A value containing the seek position
- at which the tags end and the media data begins.
-
-
- A value containing the seek position
- at which the media data ends and the tags begin.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- A object describing the
- media properties of the file represented by the current
- instance.
-
-
-
-
- This struct implements to provide
- support for reading MusePack audio properties.
-
-
-
-
- Contains the number of bytes in the stream.
-
-
-
-
- Contains the MusePack version.
-
-
-
-
- Contains additional header information.
-
-
-
-
- Contains the sample rate of the stream.
-
-
-
-
- Contains the number of frames in the stream.
-
-
-
-
- Contains the number of channels in the stream.
-
-
-
-
- Contains the count of frames in the stream.
-
-
-
-
- The size of a MusePack SV7 header.
-
-
-
-
- The identifier used to recognize a Musepack SV7 file.
-
-
- "MP+"
-
-
-
-
- The identifier used to recognize a Musepack SV8 file.
-
-
- "MPCK"
-
-
-
-
- Constructs and initializes a new instance of for a specified header block and
- stream length.
-
-
- A object containing the stream
- header data.
-
-
- A value containing the length of the
- MusePAck stream in bytes.
-
-
- is .
-
-
- does not begin with or with or is less than
- bytes long.
-
-
-
-
- Gets the duration of the media represented by the current
- instance.
-
-
- A containing the duration of the
- media represented by the current instance.
-
-
-
-
- Gets the types of media represented by the current
- instance.
-
-
- Always .
-
-
-
-
- Gets a text description of the media represented by the
- current instance.
-
-
- A object containing a description
- of the media represented by the current instance.
-
-
-
-
- Gets the bitrate of the audio represented by the current
- instance.
-
-
- A value containing a bitrate of the
- audio represented by the current instance.
-
-
-
-
- Gets the sample rate of the audio represented by the
- current instance.
-
-
- A value containing the sample rate of
- the audio represented by the current instance.
-
-
-
-
- Gets the number of channels in the audio represented by
- the current instance.
-
-
- A value containing the number of
- channels in the audio represented by the current
- instance.
-
-
-
-
- Gets the WavPack version of the audio represented by the
- current instance.
-
-
- A value containing the WavPack version
- of the audio represented by the current instance.
-
-
-
-
- Generates a hash code for the current instance.
-
-
- A value containing the hash code for
- the current instance.
-
-
-
-
- Checks whether or not the current instance is equal to
- another object.
-
-
- A to compare to the current
- instance.
-
-
- A value indicating whether or not the
- current instance is equal to .
-
-
-
-
-
- Checks whether or not the current instance is equal to
- another instance of .
-
-
- A object to compare to the
- current instance.
-
-
- A value indicating whether or not the
- current instance is equal to .
-
-
-
-
-
- Gets whether or not two instances of are equal to eachother.
-
-
- A object to compare.
-
-
- A object to compare.
-
-
- if is
- equal to . Otherwise, .
-
-
-
-
- Gets whether or not two instances of differ.
-
-
- A object to compare.
-
-
- A object to compare.
-
-
- if is
- unequal to . Otherwise, .
-
-
-
-
- This class extends to provide support
- for processing Apple "ilst" tags.
-
-
-
-
- Contains the ISO meta box in which that tag will be
- stored.
-
-
-
-
- Contains the ILST box which holds all the values.
-
-
-
-
- Constructs and initializes a new instance of for a specified ISO user data box.
-
-
- A from which the tag is to
- be read.
-
-
-
-
- Gets and sets whether or not the album described by the
- current instance is a compilation.
-
-
- A value indicating whether or not the
- album described by the current instance is a compilation.
-
-
- This property is implemented using the "cpil" data box.
-
-
-
-
- Gets all data boxes that match any of the provided types.
-
-
- A object enumerating a list
- of box types to match.
-
-
- A object enumerating the
- matching boxes.
-
-
-
-
- Gets all data boxes that match any of the provided types.
-
-
- A containing list of box
- types to match.
-
-
- A object enumerating the
- matching boxes.
-
-
-
-
- Gets all custom data boxes that match the specified mean
- and name pair.
-
-
- A object containing the "mean" to
- match.
-
-
- A object containing the name to
- match.
-
-
- A object enumerating the
- matching boxes.
-
-
-
-
- Gets all text values contained in a specified box type.
-
-
- A object containing the box
- type to match.
-
-
- A containing text from all
- matching boxes.
-
-
-
-
- Sets the data for a specified box type to a collection of
- boxes.
-
-
- A object containing the type to
- add to the new instance.
-
-
- A containing boxes to add
- for the specified type.
-
-
-
-
- Sets the data for a specified box type using values from
- a object.
-
-
- A object containing the type to
- add to the new instance.
-
-
- A object containing
- data to add for the specified type.
-
-
- A value containing flags to use for
- the added boxes.
-
-
-
-
- Sets the data for a specified box type using a single
- object.
-
-
- A object containing the type to
- add to the new instance.
-
-
- A object containing data to add
- for the specified type.
-
-
- A value containing flags to use for
- the added box.
-
-
-
-
- Sets the text for a specified box type.
-
-
- A object containing the type to
- add to the new instance.
-
-
- A containing text to store.
-
-
-
-
- Sets the text for a specified box type.
-
-
- A object containing the type to
- add to the new instance.
-
-
- A object containing text to store.
-
-
-
-
- Clears all data for a specified box type.
-
-
- A object containing the type of
- box to remove from the current instance.
-
-
-
-
- Detaches the internal "ilst" box from its parent element.
-
-
-
-
- Gets the text string from a specific data box in a Dash (----) atom
-
- String specifying text from mean box
- String specifying text from name box
- Text string from data box
-
-
-
- Gets the text strings from a specific data boxes in Dash (----) atoms
-
- String specifying text from mean box
- String specifying text from name box
- Text string from data box
-
-
-
- Sets a specific strings in Dash (----) atom. This method updates
- and existing atom, or creates a new one. If an empty datastring is
- specified, the Dash box and its children are removed.
-
- String specifying text for mean box
- String specifying text for name box
- String specifying text for data box
-
-
-
- Sets specific strings in Dash (----) atom. This method updates
- existing atoms, or creates new one. If an empty datastring is
- specified, the Dash boxes and its children are removed.
-
- String specifying text for mean box
- String specifying text for name box
- String values specifying text for data boxes
-
-
-
- Gets the AppleDataBox that corresponds to the specified mean and name values.
-
- String specifying text for mean box
- String specifying text for name box
- Existing AppleDataBox or null if one does not exist
-
-
-
- Gets the AppleDataBox that corresponds to the specified mean and name values.
-
- String specifying text for mean box
- String specifying text for name box
- Existing AppleDataBox or null if one does not exist
-
-
-
- Returns the Parent Dash box object for a given mean/name combination
-
- String specifying text for mean box
- String specifying text for name box
- AppleAnnotationBox object that is the parent for the mean/name combination
-
-
-
- Converts the provided ID into a readonly ID and fixes a
- 3 byte ID.
-
-
- A object containing an ID to
- fix.
-
-
- A fixed or if the ID could not be fixed.
-
-
-
-
- Gets an enumerator for enumerating through the tag's data
- boxes.
-
-
- A for
- enumerating through the tag's data boxes.
-
-
-
-
- Gets the tag types contained in the current instance.
-
-
- Always .
-
-
-
-
- Gets and sets the title for the media described by the
- current instance.
-
-
- A object containing the title for
- the media described by the current instance or if no value is present.
-
-
- This property is implemented using the "@nam" data box.
-
-
-
-
- Gets and sets a short description, one-liner.
- It represents the tagline of the Video/music.
-
-
- A containing the subtitle
- the media represented by the current instance
- or an empty array if no value is present.
-
-
- This property is implemented using the "Subt" data box.
- Should be: ----:com.apple.iTunes:SUBTITLE
-
-
-
-
- Gets and sets a short description of the media.
- For a music, this could be the comment that the artist
- made of its artwork. For a video, this should be a
- short summary of the story/plot, but a spoiler. This
- should give the impression of what to expect in the
- media.
-
-
- A containing the subtitle
- the media represented by the current instance
- or an empty array if no value is present.
-
-
- This property is implemented using the "Desc" data box.
-
-
-
-
- Gets and sets the performers or artists who performed in
- the media described by the current instance.
-
-
- A containing the performers or
- artists who performed in the media described by the
- current instance or an empty array if no value is
- present.
-
-
- This property is implemented using the "@ART" data box.
-
-
-
-
- Gets and sets the Charaters for a video media, or
- instruments played for music media.
- This should match the array (for
- each person correspond one/more role). Several roles for
- the same artist/actor can be made up with semicolons.
- For example, "Marty McFly; Marty McFly Jr.; Marlene McFly".
-
-
- This property is implemented using the "role" data box.
-
-
-
-
- Gets and sets the band or artist who is credited in the
- creation of the entire album or collection containing the
- media described by the current instance.
-
-
- A containing the band or artist
- who is credited in the creation of the entire album or
- collection containing the media described by the current
- instance or an empty array if no value is present.
-
-
- This property is implemented using the "aART" data box.
-
-
-
-
- Gets and sets the composers of the media represented by
- the current instance.
-
-
- A containing the composers of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This property is implemented using the "@wrt" data box.
-
-
-
-
- Gets and sets the album of the media represented by the
- current instance.
-
-
- A object containing the album of
- the media represented by the current instance or if no value is present.
-
-
- This property is implemented using the "@alb" data box.
-
-
-
-
- Gets and sets a user comment on the media represented by
- the current instance.
-
-
- A object containing user comments
- on the media represented by the current instance or if no value is present.
-
-
- This property is implemented using the "@cmt" data box.
-
-
-
-
- Gets and sets the genres of the media represented by the
- current instance.
-
-
- A containing the genres of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This property is implemented using the "@gen" and "gnre"
- data boxes.
-
-
-
-
- Gets and sets the year that the media represented by the
- current instance was recorded.
-
-
- A containing the year that the media
- represented by the current instance was created or zero
- if no value is present.
-
-
- This property is implemented using the "@day" data box.
-
-
-
-
- Gets and sets the position of the media represented by
- the current instance in its containing album.
-
-
- A containing the position of the
- media represented by the current instance in its
- containing album or zero if not specified.
-
-
- This property is implemented using the "trkn" data box.
-
-
-
-
- Gets and sets the number of tracks in the album
- containing the media represented by the current instance.
-
-
- A containing the number of tracks in
- the album containing the media represented by the current
- instance or zero if not specified.
-
-
- This property is implemented using the "trkn" data box.
-
-
-
-
- Gets and sets the number of the disc containing the media
- represented by the current instance in the boxed set.
-
-
- A containing the number of the disc
- containing the media represented by the current instance
- in the boxed set.
-
-
- This property is implemented using the "disk" data box.
-
-
-
-
- Gets and sets the number of discs in the boxed set
- containing the media represented by the current instance.
-
-
- A containing the number of discs in
- the boxed set containing the media represented by the
- current instance or zero if not specified.
-
-
- This property is implemented using the "disk" data box.
-
-
-
-
- Gets and sets the lyrics or script of the media
- represented by the current instance.
-
-
- A object containing the lyrics or
- script of the media represented by the current instance
- or if no value is present.
-
-
- This property is implemented using the "@lyr" data box.
-
-
-
-
- Gets and sets the grouping on the album which the media
- in the current instance belongs to.
-
-
- A object containing the grouping on
- the album which the media in the current instance belongs
- to or if no value is present.
-
-
- This property is implemented using the "@grp" data box.
-
-
-
-
- Gets and sets the number of beats per minute in the audio
- of the media represented by the current instance.
-
-
- A containing the number of beats per
- minute in the audio of the media represented by the
- current instance, or zero if not specified.
-
-
- This property is implemented using the "tmpo" data box.
-
-
-
-
- Gets and sets the conductor or director of the media
- represented by the current instance.
-
-
- A object containing the conductor
- or director of the media represented by the current
- instance or if no value present.
-
-
- This property is implemented using the "cond" data box.
-
-
-
-
- Gets and sets the copyright information for the media
- represented by the current instance.
-
-
- A object containing the copyright
- information for the media represented by the current
- instance or if no value present.
-
-
- This property is implemented using the "cprt" data box.
-
-
-
-
- Gets and sets the date at which the tag has been written.
-
-
- A nullable object containing the
- date at which the tag has been written, or if no value present.
-
-
- This property is implemented using the "dtag" data box.
-
-
-
-
- Gets and sets the sort names for the band or artist who
- is credited in the creation of the entire album or
- collection containing the media described by the
- current instance.
-
-
- A containing the sort names
- for the band or artist who is credited in the creation
- of the entire album or collection containing the media
- described by the current instance or an empty array if
- no value is present.
-
-
- This property is implemented using the "soaa"
- Box type.
- http://musicbrainz.org/doc/PicardTagMapping
- http://code.google.com/p/mp4v2/wiki/iTunesMetadata
-
-
-
-
- Gets and sets the sort names of the performers or artists
- who performed in the media described by the current instance.
-
-
- A containing the sort names for
- the performers or artists who performed in the media
- described by the current instance, or an empty array if
- no value is present.
-
-
- This property is implemented using the "soar" box type.
- http://musicbrainz.org/doc/PicardTagMapping
- http://code.google.com/p/mp4v2/wiki/iTunesMetadata
-
-
-
-
- Gets and sets the sort names of the Composer credited
- in the media described by the current instance.
-
-
- A containing the sort names for
- the Composers in the media described by the current instance,
- or an empty array if no value is present.
-
-
- This property is implemented using the "soar" box type.
- http://musicbrainz.org/doc/PicardTagMapping
- http://code.google.com/p/mp4v2/wiki/iTunesMetadata
-
-
-
-
- Gets and sets the sort names of the Album Title of
- the media described by the current instance.
-
-
- A containing the sort names for
- the Album Title in the media described by the current
- instance, or null if no value is present.
-
-
- This property is implemented using the "soal" box type.
- http://musicbrainz.org/doc/PicardTagMapping
- http://code.google.com/p/mp4v2/wiki/iTunesMetadata
-
-
-
-
- Gets and sets the sort names of the Track Title in the
- media described by the current instance.
-
-
- A containing the sort names for
- the Track Title in the media described by the current
- instance, or null if no value is present.
-
-
- This property is implemented using the "sonm" box type.
- http://musicbrainz.org/doc/PicardTagMapping
- http://code.google.com/p/mp4v2/wiki/iTunesMetadata
-
-
-
-
- Gets and sets the MusicBrainz ArtistID
-
-
- A containing the MusicBrainz
- ArtistID for the media described by the current
- instance, or null if no value is present.
-
-
- This property is implemented using the "dash"/"----" box type.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz ReleaseGroupID
-
-
- A containing the MusicBrainz
- ReleaseGroupID for the media described by the current
- instance, or null if no value is present.
-
-
- This property is implemented using the "dash"/"----" box type.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz ReleaseID
-
-
- A containing the MusicBrainz
- ReleaseID for the media described by the current
- instance, or null if no value is present.
-
-
- This property is implemented using the "dash"/"----" box type.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz ReleaseArtistID
-
-
- A containing the MusicBrainz
- ReleaseArtistID for the media described by the current
- instance, or null if no value is present.
-
-
- This property is implemented using the "dash"/"----" box type.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz TrackID
-
-
- A containing the MusicBrainz
- TrackID for the media described by the current
- instance, or null if no value is present.
-
-
- This property is implemented using the "dash"/"----" box type.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz DiscID
-
-
- A containing the MusicBrainz
- DiscID for the media described by the current
- instance, or null if no value is present.
-
-
- This property is implemented using the "dash"/"----" box type.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicIP PUID
-
-
- A containing the MusicIP Puid
- for the media described by the current
- instance, or null if no value is present.
-
-
- This property is implemented using the "dash"/"----" box type.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the AmazonID
-
-
- A containing the AmazonID
- for the media described by the current
- instance, or null if no value is present.
-
-
- This property is implemented using the "dash"/"----" box type.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz ReleaseStatus
-
-
- A containing the MusicBrainz
- ReleaseStatus for the media described by the current
- instance, or null if no value is present.
-
-
- This property is implemented using the "dash"/"----" box type.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz ReleaseType
-
-
- A containing the MusicBrainz
- ReleaseType for the media described by the current
- instance, or null if no value is present.
-
-
- This property is implemented using the "dash"/"----" box type.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the MusicBrainz Release Country
-
-
- A containing the MusicBrainz
- ReleaseCountry for the media described by the current
- instance, or null if no value is present.
-
-
- This property is implemented using the "dash"/"----" box type.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the ReplayGain Track Value of the media represented by
- the current instance.
-
-
- A containing the ReplayGain Track Value of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This property is implemented using the "dash"/"----" box type.
-
-
-
-
- Gets and sets the ReplayGain Peak Value of the media represented by
- the current instance.
-
-
- A containing the ReplayGain Peak Value of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This property is implemented using the "dash"/"----" box type.
-
-
-
-
- Gets and sets the ReplayGain Album Value of the media represented by
- the current instance.
-
-
- A containing the ReplayGain Album Value of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This property is implemented using the "dash"/"----" box type.
-
-
-
-
- Gets and sets the ReplayGain Album Peak Value of the media represented by
- the current instance.
-
-
- A containing the ReplayGain Album Peak Value of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This property is implemented using the "dash"/"----" box type.
-
-
-
-
- Gets and sets the InitialKey
-
-
- A containing the InitialKey
- for the media described by the current instance,
- or null if no value is present.
-
-
- This property is implemented using the "dash"/"----" box type.
-
-
-
-
- Gets and sets the ISRC
-
-
- A containing the ISRC
- for the media described by the current instance,
- or null if no value is present.
-
-
- This property is implemented using the "dash"/"----" box type.
-
-
-
-
- Gets and sets the Publisher
-
-
- A containing the Publisher
- for the media described by the current instance,
- or null if no value is present.
-
-
- This property is implemented using the "dash"/"----" box type.
-
-
-
-
- Gets and sets the Remixer
-
-
- A containing the Remixer
- for the media described by the current instance,
- or null if no value is present.
-
-
- This property is implemented using the "dash"/"----" box type.
-
-
-
-
- Gets and sets a collection of pictures associated with
- the media represented by the current instance.
-
-
- A containing a collection of
- pictures associated with the media represented by the
- current instance or an empty array if none are present.
-
-
- This property is implemented using the "covr" data box.
-
-
-
-
- Gets whether or not the current instance is empty.
-
-
- if the current instance does not
- any values. Otherwise .
-
-
-
-
- Clears the values stored in the current instance.
-
-
-
-
- This abstract class provides a generic implementation of a
- ISO/IEC 14496-12 box.
-
-
-
-
- Contains the box header.
-
-
-
-
- Contains the position of the box data.
-
-
-
-
- Constructs and initializes a new instance of with a specified header and handler.
-
-
- A object describing the new
- instance.
-
-
- A object containing the
- handler that applies to the new instance, or if no handler applies.
-
-
-
-
- Constructs and initializes a new instance of with a specified header.
-
-
- A object describing the new
- instance.
-
-
-
-
- Constructs and initializes a new instance of with a specified box type.
-
-
- A object containing the box
- type to use for the new instance.
-
-
-
-
- Gets the MPEG-4 box type of the current instance.
-
-
- A object containing the four
- byte box type of the current instance.
-
-
-
-
- Gets the total size of the current instance as it last
- appeared on disk.
-
-
- A value containing the total size of
- the current instance as it last appeared on disk.
-
-
-
-
- Gets and sets the data contained in the current instance.
-
-
- A object containing the data
- contained in the current instance.
-
-
-
-
- Gets the children of the current instance.
-
-
- A object enumerating the
- children of the current instance.
-
-
-
-
- Gets the handler box that applies to the current
- instance.
-
-
- A object containing the
- handler that applies to the current instance, or if no handler applies.
-
-
-
-
- Renders the current instance, including its children, to
- a new object.
-
-
- A object containing the
- rendered version of the current instance.
-
-
-
-
- Gets a child box from the current instance by finding
- a matching box type.
-
-
- A object containing the box
- type to match.
-
-
- A object containing the matched box,
- or if no matching box was found.
-
-
-
-
- Gets all child boxes from the current instance by finding
- a matching box type.
-
-
- A object containing the box
- type to match.
-
-
- A List of objects containing the matched box,
- or if no matching boxes was found.
-
-
-
-
- Gets a child box from the current instance by finding
- a matching box type, searching recursively.
-
-
- A object containing the box
- type to match.
-
-
- A object containing the matched box,
- or if no matching box was found.
-
-
-
-
- Removes all children with a specified box type from the
- current instance.
-
-
- A object containing the box
- type to remove.
-
-
-
-
- Removes a specified box from the current instance.
-
-
- A object to remove from the current
- instance.
-
-
-
-
- Adds a specified box to the current instance.
-
-
- A object to add to the current
- instance.
-
-
-
-
- Removes all children from the current instance.
-
-
-
-
- Gets whether or not the current instance has children.
-
-
- A value indicating whether or not the
- current instance has any children.
-
-
-
-
- Gets the size of the data contained in the current
- instance, minux the size of any box specific headers.
-
-
- A value containing the size of
- the data contained in the current instance.
-
-
-
-
- Gets the position of the data contained in the current
- instance, after any box specific headers.
-
-
- A value containing the position of
- the data contained in the current instance.
-
-
-
-
- Gets the header of the current instance.
-
-
- A object containing the header
- of the current instance.
-
-
-
-
- Loads the children of the current instance from a
- specified file using the internal data position and size.
-
-
- The from which the current
- instance was read and from which to read the children.
-
-
- A object enumerating the
- boxes read from the file.
-
-
- is .
-
-
-
-
- Loads the data of the current instance from a specified
- file using the internal data position and size.
-
-
- The from which the current
- instance was read and from which to read the data.
-
-
- A object containing the data
- read from the file.
-
-
- is .
-
-
-
-
- Renders the current instance, including its children, to
- a new object, preceeding the
- contents with a specified block of data.
-
-
- A object containing box
- specific header data to preceed the content.
-
-
- A object containing the
- rendered version of the current instance.
-
-
-
-
- This class extends to provide an
- implementation of an Apple AdditionalInfoBox.
-
-
-
-
- Contains the box data.
-
-
-
-
- Constructs and initializes a new instance of with a provided header
- and handler by reading the contents from a specified
- file.
-
-
- A object containing the header
- to use for the new instance.
-
-
- A object to read the contents
- of the box from.
-
-
- A object containing the
- handler that applies to the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of using specified header, version and flags
-
- defines the header data
-
-
-
-
-
- Gets and sets the data contained in the current instance.
-
-
- A object containing the data
- contained in the current instance.
-
-
-
-
- Gets and sets the text contained in the current instance.
-
-
- A object containing the text
- contained in the current instance.
-
-
-
-
- This class extends to provide an
- implementation of an Apple AnnotationBox.
-
-
-
-
- Constructs and initializes a new instance of with a provided header and
- handler by reading the contents from a specified file.
-
-
- A object containing the header
- to use for the new instance.
-
-
- A object to read the contents
- of the box from.
-
-
- A object containing the
- handler that applies to the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of of specified type with no
- children.
-
-
- A object containing a 4-byte
- box type.
-
-
-
-
- Gets the children of the current instance.
-
-
- A object enumerating the
- children of the current instance.
-
-
-
-
- This class extends to provide an
- implementation of an Apple DataBox.
-
-
-
-
- Specifies the type of data contained in a box.
-
-
-
-
- The box contains UTF-8 text.
-
-
-
-
- The box contains binary data.
-
-
-
-
- The box contains data for a tempo box.
-
-
-
-
- The box contains a raw JPEG image.
-
-
-
-
- The box contains a raw PNG image.
-
-
-
-
- The box contains a raw BMP image.
-
-
-
-
- Contains the box data.
-
-
-
-
- Constructs and initializes a new instance of with a provided header and handler
- by reading the contents from a specified file.
-
-
- A object containing the header
- to use for the new instance.
-
-
- A object to read the contents
- of the box from.
-
-
- A object containing the
- handler that applies to the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of with specified data and flags.
-
-
- A object containing the data to
- store in the new instance.
-
-
- A value containing flags to use for
- the new instance.
-
-
-
-
- Gets the position of the data contained in the current
- instance, after any box specific headers.
-
-
- A value containing the position of
- the data contained in the current instance.
-
-
-
-
- Gets and sets the data contained in the current instance.
-
-
- A object containing the data
- contained in the current instance.
-
-
-
-
- Gets and sets the text contained in the current instance.
-
-
- A object containing the text
- contained in the current instance, or if the box is not flagged as
- containing text.
-
-
-
-
- Renders the current instance, including its children, to
- a new object, preceeding the
- contents with a specified block of data.
-
-
- A object containing box
- specific header data to preceed the content.
-
-
- A object containing the
- rendered version of the current instance.
-
-
-
-
- This class extends to provide an
- implementation of an Apple ElementaryStreamDescriptor.
-
-
- This box may appear as a child of a and provided further information
- about an audio stream.
-
-
-
-
- Descriptor Tags
-
-
-
-
- the ES_ID of another elementary stream on which this elementary stream depends
-
-
-
-
- Indicates that a dependsOn_ES_ID will follow
-
-
-
-
- OCR Stream Flag
-
-
-
-
- OCR ES_ID
-
-
-
-
- Indicates that a URLstring will follow
-
-
-
-
- Length of URL String
-
-
-
-
- URL String of URLlength, contains a URL that shall point to the location of an SL-packetized stream by name
-
-
-
-
- Indicates that this stream is used for upstream information
-
-
-
-
- Contains the maximum bitrate.
-
-
-
-
- Contains the average bitrate.
-
-
-
-
- Constructs and initializes a new instance of with a provided
- header and handler by reading the contents from a
- specified file.
-
-
- A object containing the header
- to use for the new instance.
-
-
- A object to read the contents
- of the box from.
-
-
- A object containing the
- handler that applies to the new instance.
-
-
- is .
-
-
- Valid data could not be read.
-
-
-
-
- Gets the ID of the stream described by the current
- instance.
-
-
- A value containing the ID of the
- stream described by the current instance.
-
-
-
-
- Gets the priority of the stream described by the current
- instance.
-
-
- A value containing the priority of
- the stream described by the current instance.
-
-
-
-
- Gets the object type ID of the stream described by the
- current instance.
-
-
- A value containing the object type ID
- of the stream described by the current instance.
-
-
-
-
- Gets the type the stream described by the current
- instance.
-
-
- A value containing the type the
- stream described by the current instance.
-
-
-
-
- Gets the buffer size DB value the stream described by the
- current instance.
-
-
- A value containing the buffer size DB
- value the stream described by the current instance.
-
-
-
-
- Gets the maximum bitrate the stream described by the
- current instance.
-
-
- A value containing the maximum
- bitrate the stream described by the current instance.
-
-
-
-
- Gets the maximum average the stream described by the
- current instance.
-
-
- A value containing the average
- bitrate the stream described by the current instance.
-
-
-
-
- Gets the decoder config data of stream described by the
- current instance.
-
-
- A object containing the decoder
- config data of the stream described by the current
- instance.
-
-
-
-
- Reads a section length and updates the offset to the end
- of of the length block.
-
-
- A object to read from.
-
-
- A value reference specifying the
- offset at which to read. This value gets updated to the
- position following the size data.
-
-
- A value containing the length that
- was read.
-
-
-
-
- This class extends to provide an
- implementation of an Apple ItemListBox.
-
-
-
-
- Constructs and initializes a new instance of with a provided header and
- handler by reading the contents from a specified file.
-
-
- A object containing the header
- to use for the new instance.
-
-
- A object to read the contents
- of the box from.
-
-
- A object containing the
- handler that applies to the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of with no children.
-
-
-
-
- Gets the children of the current instance.
-
-
- A object enumerating the
- children of the current instance.
-
-
-
-
- This class extends to provide an
- implementation of a ISO/IEC 14496-12 FullBox.
-
-
-
-
- Contains the box version.
-
-
-
-
- Constructs and initializes a new instance of with a provided header and handler by
- reading the contents from a specified file.
-
-
- A object containing the header
- to use for the new instance.
-
-
- A object to read the contents
- of the box from.
-
-
- A object containing the
- handler that applies to the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of with a provided header, version, and
- flags.
-
-
- A object containing the header
- to use for the new instance.
-
-
- A value containing the version of the
- new instance.
-
-
- A value containing the flags for the
- new instance.
-
-
-
-
- Constructs and initializes a new instance of with a provided header, version, and
- flags.
-
-
- A object containing the four
- byte box type.
-
-
- A value containing the version of the
- new instance.
-
-
- A value containing the flags for the
- new instance.
-
-
- is of
- equal to "uuid".
-
-
- isn't exactly 4 bytes long.
-
-
-
-
- Gets the position of the data contained in the current
- instance, after any box specific headers.
-
-
- A value containing the position of
- the data contained in the current instance.
-
-
-
-
- Gets and sets the version number of the current instance.
-
-
- A value containing the version
- number of the current instance.
-
-
-
-
- Gets and sets the flags that apply to the current
- instance.
-
-
- A value containing the flags that
- apply to the current instance.
-
-
-
-
- Renders the current instance, including its children, to
- a new object, preceeding the
- contents with a specified block of data.
-
-
- A object containing box
- specific header data to preceed the content.
-
-
- A object containing the
- rendered version of the current instance.
-
-
-
-
- This class extends and implements
- to provide an implementation of a
- ISO/IEC 14496-12 AudioSampleEntry and support for reading MPEG-4
- video properties.
-
-
-
-
- Contains the channel count.
-
-
-
-
- Contains the sample size.
-
-
-
-
- Contains the sample rate.
-
-
-
-
- Contains the children of the box.
-
-
-
-
- Constructs and initializes a new instance of with a provided header and
- handler by reading the contents from a specified file.
-
-
- A object containing the header
- to use for the new instance.
-
-
- A object to read the contents
- of the box from.
-
-
- A object containing the
- handler that applies to the new instance.
-
-
- is .
-
-
-
-
- Gets the position of the data contained in the current
- instance, after any box specific headers.
-
-
- A value containing the position of
- the data contained in the current instance.
-
-
-
-
- Gets the children of the current instance.
-
-
- A object enumerating the
- children of the current instance.
-
-
-
-
- Gets the duration of the media represented by the current
- instance.
-
-
- Always .
-
-
-
-
- Gets the types of media represented by the current
- instance.
-
-
- Always .
-
-
-
-
- Gets a text description of the media represented by the
- current instance.
-
-
- A object containing a description
- of the media represented by the current instance.
-
-
-
-
- Gets the bitrate of the audio represented by the current
- instance.
-
-
- A value containing a bitrate of the
- audio represented by the current instance.
-
-
-
-
- Gets the sample rate of the audio represented by the
- current instance.
-
-
- A value containing the sample rate of
- the audio represented by the current instance.
-
-
-
-
- Gets the number of channels in the audio represented by
- the current instance.
-
-
- A value containing the number of
- channels in the audio represented by the current
- instance.
-
-
-
-
- Gets the sample size of the audio represented by the
- current instance.
-
-
- A value containing the sample size of
- the audio represented by the current instance.
-
-
-
-
- This class extends to provide an
- implementation of a ISO/IEC 14496-12 ChunkLargeOffsetBox.
-
-
- and contain offsets of media data
- within the file. As such, if the file changes by even one byte,
- these values are devalidatated and the box will have to be
- overwritten to maintain playability.
-
-
-
-
- Constructs and initializes a new instance of with a provided header
- and handler by reading the contents from a specified
- file.
-
-
- A object containing the header
- to use for the new instance.
-
-
- A object to read the contents
- of the box from.
-
-
- A object containing the
- handler that applies to the new instance.
-
-
-
-
- Gets and sets the data contained in the current instance.
-
-
- A object containing the data
- contained in the current instance.
-
-
-
-
- Gets the offset table contained in the current instance.
-
-
- A containing the offset table
- contained in the current instance.
-
-
-
-
- Overwrites the existing box in the file after updating
- the table for a size change.
-
-
- A object containing the file to which
- the current instance belongs and wo which modifications
- must be applied.
-
-
- A value containing the size
- change that occurred in the file.
-
-
- A value containing the position in
- the file after which offsets will be invalidated. If an
- offset is before this point, it won't be updated.
-
-
- is .
-
-
-
-
- Renders the current instance after updating the table for
- a size change.
-
-
- A value containing the size
- change that occurred in the file.
-
-
- A value containing the position in
- the file after which offsets will be invalidated. If an
- offset is before this point, it won't be updated.
-
-
- A object containing the
- rendered version of the file.
-
-
-
-
- This class extends to provide an
- implementation of a ISO/IEC 14496-12 ChunkOffsetBox.
-
-
- and contain offsets of media data
- within the file. As such, if the file changes by even one byte,
- these values are devalidatated and the box will have to be
- overwritten to maintain playability.
-
-
-
-
- Constructs and initializes a new instance of with a provided header and
- handler by reading the contents from a specified file.
-
-
- A object containing the header
- to use for the new instance.
-
-
- A object to read the contents
- of the box from.
-
-
- A object containing the
- handler that applies to the new instance.
-
-
-
-
- Gets and sets the data contained in the current instance.
-
-
- A object containing the data
- contained in the current instance.
-
-
-
-
- Gets the offset table contained in the current instance.
-
-
- A containing the offset table
- contained in the current instance.
-
-
-
-
- Overwrites the existing box in the file after updating
- the table for a size change.
-
-
- A object containing the file to which
- the current instance belongs and wo which modifications
- must be applied.
-
-
- A value containing the size
- change that occurred in the file.
-
-
- A value containing the position in
- the file after which offsets will be invalidated. If an
- offset is before this point, it won't be updated.
-
-
- is .
-
-
-
-
- Renders the current instance after updating the table for
- a size change.
-
-
- A value containing the size
- change that occurred in the file.
-
-
- A value containing the position in
- the file after which offsets will be invalidated. If an
- offset is before this point, it won't be updated.
-
-
- A object containing the
- rendered version of the file.
-
-
-
-
- This class extends to provide an
- implementation of a ISO/IEC 14496-12 FreeSpaceBox.
-
-
-
-
- Contains the size of the padding.
-
-
-
-
- Constructs and initializes a new instance of with a provided header and
- handler by reading the contents from a specified file.
-
-
- A object containing the header
- to use for the new instance.
-
-
- A object to read the contents
- of the box from.
-
-
- A object containing the
- handler that applies to the new instance.
-
-
-
-
- Constructs and initializes a new instance of to occupy a specified number of
- bytes.
-
-
- A value specifying the number of
- bytes the new instance should occupy when rendered.
-
-
-
-
- Gets and sets the data contained in the current instance.
-
-
- A object containing the data
- contained in the current instance.
-
-
-
-
- Gets and sets the size the current instance will occupy
- when rendered.
-
-
- A value containing the size the
- current instance will occupy when rendered.
-
-
-
-
- This class extends to provide an
- implementation of a ISO/IEC 14496-12 FullBox.
-
-
-
-
- Constructs and initializes a new instance of with a provided header and
- handler by reading the contents from a specified file.
-
-
- A object containing the header
- to use for the new instance.
-
-
- A object to read the contents
- of the box from.
-
-
- A object containing the
- handler that applies to the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of with a specified type and name.
-
-
- A object specifying a 4 byte
- handler type.
-
-
- A object specifying the handler
- name.
-
-
- is .
-
-
- is less than 4 bytes
- long.
-
-
-
-
- Gets the data contained in the current instance.
-
-
- A object containing the
- rendered version of the data contained in the current
- instance.
-
-
-
-
- Gets the handler type of the current instance.
-
-
- A object containing the
- handler type of the current instance.
-
-
-
-
- Gets the name of the current instance.
-
-
- A object containing the name of the
- current instance.
-
-
-
-
- This class extends to provide an
- implementation of a ISO/IEC 14496-12 MetaBox.
-
-
-
-
- Constructs and initializes a new instance of with a provided header and
- handler by reading the contents from a specified file.
-
-
- A object containing the header
- to use for the new instance.
-
-
- A object to read the contents
- of the box from.
-
-
- A object containing the
- handler that applies to the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of with a specified handler.
-
-
- A object specifying a 4 byte
- handler type.
-
-
- A object specifying the handler
- name.
-
-
- is .
-
-
- is less than 4 bytes
- long.
-
-
-
-
- Gets the children of the current instance.
-
-
- A object enumerating the
- children of the current instance.
-
-
-
-
- This class extends to provide an
- implementation of a ISO/IEC 14496-12 MovieHeaderBox.
-
-
-
-
- Contains the creation time of the movie.
-
-
-
-
- Contains the modification time of the movie.
-
-
-
-
- Contains the timescale.
-
-
-
-
- Contains the duration.
-
-
-
-
- Contains the rate.
-
-
-
-
- Contains the volume.
-
-
-
-
- Constructs and initializes a new instance of with a provided header and
- handler by reading the contents from a specified file.
-
-
- A object containing the header
- to use for the new instance.
-
-
- A object to read the contents
- of the box from.
-
-
- A object containing the
- handler that applies to the new instance.
-
-
- is .
-
-
-
-
- Gets the creation time of movie represented by the
- current instance.
-
-
- A value containing the creation
- time of the movie represented by the current instance.
-
-
-
-
- Gets the modification time of movie represented by the
- current instance.
-
-
- A value containing the
- modification time of the movie represented by the current
- instance.
-
-
-
-
- Gets the duration of the movie represented by the current
- instance.
-
-
- A value containing the duration
- of the movie represented by the current instance.
-
-
-
-
- Gets the playback rate of the movie represented by the
- current instance.
-
-
- A value containing the playback
- rate of the movie represented by the current instance.
-
-
-
-
- Gets the playback volume of the movie represented by the
- current instance.
-
-
- A value containing the playback
- volume of the movie represented by the current instance.
-
-
-
-
- Gets the ID of the next track in the movie represented by
- the current instance.
-
-
- A value containing the ID of the next
- track in the movie represented by the current instance.
-
-
-
-
- This class extends to provide an
- implementation of a ISO/IEC 14496-12 SampleDescriptionBox.
-
-
-
-
- Constructs and initializes a new instance of with a provided header
- and handler by reading the contents from a specified
- file.
-
-
- A object containing the header
- to use for the new instance.
-
-
- A object to read the contents
- of the box from.
-
-
- A object containing the
- handler that applies to the new instance.
-
-
- is .
-
-
-
-
- Gets the position of the data contained in the current
- instance, after any box specific headers.
-
-
- A value containing the position of
- the data contained in the current instance.
-
-
-
-
- Gets the number of boxes at the begining of the children
- that will be stored as
- of objects, depending
- on the handler.
-
-
- A value containing the number of
- children that will appear as sample entries.
-
-
-
-
- Gets the children of the current instance.
-
-
- A object enumerating the
- children of the current instance.
-
-
-
-
- This class extends to provide an
- implementation of a ISO/IEC 14496-12 SampleEntry.
-
-
-
-
- Constructs and initializes a new instance of with a provided header and
- handler by reading the contents from a specified file.
-
-
- A object containing the header
- to use for the new instance.
-
-
- A object to read the contents
- of the box from.
-
-
- A object containing the
- handler that applies to the new instance.
-
-
- is .
-
-
-
-
- Gets the position of the data contained in the current
- instance, after any box specific headers.
-
-
- A value containing the position of
- the data contained in the current instance.
-
-
-
-
- Gets the data reference index of the current instance.
-
-
- A value containing the data
- reference index of the current instance.
-
-
-
-
- This class extends to provide an
- implementation of a ISO/IEC 14496-12 SampleTableBox.
-
-
-
-
- Constructs and initializes a new instance of with a provided header and
- handler by reading the contents from a specified file.
-
-
- A object containing the header
- to use for the new instance.
-
-
- A object to read the contents
- of the box from.
-
-
- A object containing the
- handler that applies to the new instance.
-
-
- is .
-
-
-
-
- Gets the children of the current instance.
-
-
- A object enumerating the
- children of the current instance.
-
-
-
-
- This class extends to provide an
- implementation of a ISO/IEC 14496-12 UserDataBox.
-
-
-
-
- Constructs and initializes a new instance of with a provided header and
- handler by reading the contents from a specified file.
-
-
- A object containing the header
- to use for the new instance.
-
-
- A object to read the contents
- of the box from.
-
-
- A object containing the
- handler that applies to the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of with no children.
-
-
-
-
- Gets the children of the current instance.
-
-
- A object enumerating the
- children of the current instance.
-
-
-
-
- Gets the box headers for the current "udta" box and
- all parent boxes up to the top of the file.
-
-
- A containing the headers for
- the current "udta" box and its parent boxes up to
- the top of the file, in the order they appear, or if none is present.
-
-
-
-
- This class extends and implements
- to provide an implementation of a
- ISO/IEC 14496-12 VisualSampleEntry and support for reading MPEG-4
- video properties.
-
-
-
-
- Contains the width of the visual.
-
-
-
-
- Contains the height of the visual.
-
-
-
-
- Constructs and initializes a new instance of with a provided header and
- handler by reading the contents from a specified file.
-
-
- A object containing the header
- to use for the new instance.
-
-
- A object to read the contents
- of the box from.
-
-
- A object containing the
- handler that applies to the new instance.
-
-
- is .
-
-
-
-
- Gets the position of the data contained in the current
- instance, after any box specific headers.
-
-
- A value containing the position of
- the data contained in the current instance.
-
-
-
-
- Gets the duration of the media represented by the current
- instance.
-
-
- Always .
-
-
-
-
- Gets the types of media represented by the current
- instance.
-
-
- Always .
-
-
-
-
- Gets a text description of the media represented by the
- current instance.
-
-
- A object containing a description
- of the media represented by the current instance.
-
-
-
-
- Gets the width of the video represented by the current
- instance.
-
-
- A containing the width of the video
- represented by the current instance.
-
-
-
-
- Gets the height of the video represented by the current
- instance.
-
-
- A containing the height of the video
- represented by the current instance.
-
-
-
-
- This class extends to provide a simple
- implementation of a box of unknown type.
-
-
-
-
- Contains the box's data.
-
-
-
-
- Constructs and initializes a new instance of with a provided header and handler
- by reading the contents from a specified file.
-
-
- A object containing the header
- to use for the new instance.
-
-
- A object to read the contents
- of the box from.
-
-
- A object containing the
- handler that applies to the new instance.
-
-
- is .
-
-
-
-
- Gets and sets the box data contained in the current
- instance.
-
-
- A object containing the box
- data contained in the current instance.
-
-
-
-
- This static class provides support for reading boxes from a file.
-
-
-
-
- Creates a box by reading it from a file given its header,
- parent header, handler, and index in its parent.
-
-
- A object containing the file
- to read from.
-
-
- A object containing the header
- of the box to create.
-
-
- A object containing the header
- of the parent box.
-
-
- A object containing the
- handler that applies to the new box.
-
-
- A value containing the index of the
- new box in its parent.
-
-
- A newly created object.
-
-
-
-
- Creates a box by reading it from a file given its
- position in the file, parent header, handler, and index
- in its parent.
-
-
- A object containing the file
- to read from.
-
-
- A value specifying at what seek
- position in to start reading.
-
-
- A object containing the header
- of the parent box.
-
-
- A object containing the
- handler that applies to the new box.
-
-
- A value containing the index of the
- new box in its parent.
-
-
- A newly created object.
-
-
-
-
- Creates a box by reading it from a file given its
- position in the file and handler.
-
-
- A object containing the file
- to read from.
-
-
- A value specifying at what seek
- position in to start reading.
-
-
- A object containing the
- handler that applies to the new box.
-
-
- A newly created object.
-
-
-
-
- Creates a box by reading it from a file given its
- position in the file.
-
-
- A object containing the file
- to read from.
-
-
- A value specifying at what seek
- position in to start reading.
-
-
- A newly created object.
-
-
-
-
- Creates a box by reading it from a file given its header
- and handler.
-
-
- A object containing the file
- to read from.
-
-
- A object containing the header
- of the box to create.
-
-
- A object containing the
- handler that applies to the new box.
-
-
- A newly created object.
-
-
-
-
- Creates a box by reading it from a file given its header
- and handler.
-
-
- A object containing the file
- to read from.
-
-
- A object containing the header
- of the box to create.
-
-
- A newly created object.
-
-
-
-
- This structure provides support for reading and writing headers
- for ISO/IEC 14496-12 boxes.
-
-
-
-
- Contains the box size.
-
-
-
-
- Contains the header size.
-
-
-
-
- Contains the position of the header.
-
-
-
-
- Indicated that the header was read from a file.
-
-
-
-
- An empty box header.
-
-
-
-
- Constructs and initializes a new instance of by reading it from a specified seek
- position in a specified file.
-
-
- A object to read the new
- instance from.
-
-
- A value specifiying the seek position
- in at which to start reading.
-
-
- is .
-
-
- There isn't enough data in the file to read the complete
- header.
-
-
-
-
- Constructs and initializes a new instance of with a specified box type.
-
-
- A object containing the four
- byte box type.
-
-
- must be
- used to create a header of type "uuid".
-
-
- is or is
- equal to "uuid".
-
-
- isn't exactly 4 bytes long.
-
-
-
-
- Constructs and initializes a new instance of with a specified box type and
- optionally extended type.
-
-
- A object containing the four
- byte box type.
-
-
- A object containing the four
- byte box type.
-
-
- is - or -
- is equal to "uuid" and
- is .
-
-
- isn't exactly 4 bytes long - or
- - isn't "uuid" but
- isn't - or - paramref name="type" /> is
- "uuid" but isn't
- exactly 16 bytes long.
-
-
-
-
- Gets the type of box represented by the current instance.
-
-
- A object containing the 4 byte
- box type.
-
-
-
-
- Gets the extended type of the box represented by the
- current instance.
-
-
- A object containing the 16 byte
- extended type, or if is not "uuid".
-
-
-
-
- Gets the size of the header represented by the current
- instance.
-
-
- A value containing the size of the
- header represented by the current instance.
-
-
-
-
- Gets and sets the size of the data in the box described
- by the current instance.
-
-
- A value containing the size of the
- data in the box described by the current instance.
-
-
-
-
- Gets the offset of the box data from the position of the
- header.
-
-
- A value containing the offset of the
- box data from the position of the header.
-
-
-
-
- Gets the total size of the box described by the current
- instance.
-
-
- A value containing the total size of
- the box described by the current instance.
-
-
-
-
- Gets the position box represented by the current instance
- in the file it comes from.
-
-
- A value containing the position box
- represented by the current instance in the file it comes
- from.
-
-
-
-
- Overwrites the header on disk, updating it to include a
- change in the size of the box.
-
-
- A object containing the file
- from which the box originates.
-
-
- A value indicating the change in the
- size of the box described by the current instance.
-
-
- The size change encountered by the box that parents the
- box described the the current instance, equal to the
- size change of the box plus any size change that should
- happen in the header.
-
-
-
-
- Renders the header represented by the current instance.
-
-
- A object containing the
- rendered version of the current instance.
-
-
-
-
- Gets and sets the box represented by the current instance
- as a means of temporary storage for internal uses.
-
-
-
-
- provides references to different box types
- used by the library.
-
-
- This class is used to severely reduce the number of times
- these types are created in , greatly
- improving the speed at which warm files are read.
- The reason it is marked as internal is because I'm not sure
- I like the way the fields are named, and it is really
- unneccessary for external uses. While the library may use
- DataBoxes (BoxType.Gen, BoxType.Gnre);, an external user
- could use tag.DataBoxes ("gen", "gnre"); with the same
- result.
-
-
-
-
-
- This class extends to provide tagging
- and properties support for MPEG-4 files.
-
-
-
-
- Contains the Apple tag.
-
-
-
-
- Contains the combined tag.
-
-
- TODO: Add support for ID3v2 tags.
-
-
-
-
- Contains the media properties.
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system and specified read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system with an average read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction and
- specified read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction with an
- average read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- is .
-
-
-
-
- Gets a abstract representation of all tags stored in the
- current instance.
-
-
- A object representing all tags
- stored in the current instance.
-
-
-
-
- Gets the media properties of the file represented by the
- current instance.
-
-
- A object containing the
- media properties of the file represented by the current
- instance.
-
-
-
-
- Get the UDTA Boxes
-
-
-
-
- Saves the changes made in the current instance to the
- file it represents.
-
-
-
-
- Gets a tag of a specified type from the current instance,
- optionally creating a new tag if possible.
-
-
- A value indicating the
- type of tag to read.
-
-
- A value specifying whether or not to
- try and create the tag if one is not found.
-
-
- A object containing the tag that was
- found in or added to the current instance. If no
- matching tag was found and none was created, is returned.
-
-
- At the time of this writing, only
- is supported. All other tag types will be ignored.
-
-
-
-
- Removes a set of tag types from the current instance.
-
-
- A bitwise combined value
- containing tag types to be removed from the file.
-
-
- In order to remove all tags from a file, pass as .
-
-
-
-
- Reads the file with a specified read style.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
-
-
- Find the udta box within our collection that contains the Apple ILST data.
-
-
- If there is a single udta in a file, we return that.
- If there are multiple udtas, we search for the one that contains the ILST box.
-
-
-
-
- Returns true if there is a udta with ILST present in our collection
-
-
-
-
- This class provides methods for reading important information
- from an MPEG-4 file.
-
-
-
-
- Contains the file to read from.
-
-
-
-
- Contains the first header found in the file.
-
-
-
-
- Contains the ISO movie header box.
-
-
-
-
- Contains the ISO user data boxes.
-
-
-
-
- Contains the box headers from the top of the file to the
- "moov" box.
-
-
-
-
- Contains the box headers from the top of the file to the
- "udta" box.
-
-
-
-
- Contains the "stco" boxes found in the file.
-
-
-
-
- Contains the "stsd" boxes found in the file.
-
-
-
-
- Contains the position at which the "mdat" box starts.
-
-
-
-
- Contains the position at which the "mdat" box ends.
-
-
-
-
- Constructs and initializes a new instance of for a specified file.
-
-
- A object to perform operations
- on.
-
-
- is .
-
-
- does not start with a
- "ftyp" box.
-
-
-
-
- Gets the movie header box read by the current instance.
-
-
- A object read by the
- current instance, or if not found.
-
-
- This value will only be set by calling .
-
-
-
-
- Gets all user data boxes read by the current instance.
-
-
- A array read by the
- current instance.
-
-
- This value will only be set by calling and .
-
-
-
-
- Get the User Data Box
-
-
-
-
- Gets the audio sample entry read by the current instance.
-
-
- A object read by the
- current instance, or if not found.
-
-
- This value will only be set by calling .
-
-
-
-
- Gets the visual sample entry read by the current
- instance.
-
-
- A object read by the
- current instance, or if not found.
-
-
- This value will only be set by calling .
-
-
-
-
- Gets the box headers for the first "moov" box and
- all parent boxes up to the top of the file as read by the
- current instance.
-
-
- A containing the headers for
- the first "moov" box and its parent boxes up to
- the top of the file, in the order they appear, or if none is present.
-
-
- This value is useful for overwriting box headers, and is
- only be set by calling .
-
-
-
-
- Gets the box headers for the first "udta" box and
- all parent boxes up to the top of the file as read by the
- current instance.
-
-
- A containing the headers for
- the first "udta" box and its parent boxes up to
- the top of the file, in the order they appear, or if none is present.
-
-
- This value is useful for overwriting box headers, and is
- only be set by calling .
-
-
-
-
- Gets all chunk offset boxes read by the current instance.
-
-
- A containing all chunk offset boxes
- read by the current instance.
-
-
- These boxes contain offset information for media data in
- the current instance and can be devalidated by size
- change operations, in which case they need to be
- corrected. This value will only be set by calling .
-
-
-
-
- Gets the position at which the "mdat" box starts.
-
-
- A value containing the seek position
- at which the "mdat" box starts.
-
-
- The "mdat" box contains the media data for the
- file and is used for estimating the invariant data
- portion of the file.
-
-
-
-
- Gets the position at which the "mdat" box ends.
-
-
- A value containing the seek position
- at which the "mdat" box ends.
-
-
- The "mdat" box contains the media data for the
- file and is used for estimating the invariant data
- portion of the file.
-
-
-
-
- Parses the file referenced by the current instance,
- searching for box headers that will be useful in saving
- the file.
-
-
-
-
- Parses the file referenced by the current instance,
- searching for tags.
-
-
-
-
- Parses the file referenced by the current instance,
- searching for tags and properties.
-
-
-
-
- Parses the file referenced by the current instance,
- searching for chunk offset boxes.
-
-
-
-
- Parses boxes for a specified range, looking for headers.
-
-
- A value specifying the seek position
- at which to start reading.
-
-
- A value specifying the seek position
- at which to stop reading.
-
-
- A object containing all the parent
- handlers that apply to the range.
-
-
-
-
- Parses boxes for a specified range, looking for tags.
-
-
- A value specifying the seek position
- at which to start reading.
-
-
- A value specifying the seek position
- at which to stop reading.
-
-
- A of parents.
-
-
-
-
- Parses boxes for a specified range, looking for tags and
- properties.
-
-
- A value specifying the seek position
- at which to start reading.
-
-
- A value specifying the seek position
- at which to stop reading.
-
-
- A object that applied to the
- range being searched.
-
-
- A of parents.
-
-
-
-
- Parses boxes for a specified range, looking for chunk
- offset boxes.
-
-
- A value specifying the seek position
- at which to start reading.
-
-
- A value specifying the seek position
- at which to stop reading.
-
-
-
-
- Resets all internal fields.
-
-
-
-
- Adds a parent to the end of an existing list of parents.
-
-
- A object containing an existing
- list of parents.
-
-
- A object to add to the list.
-
-
- A new object containing the list
- of parents, including the added header.
-
-
-
-
- Represent an MP4 text box
-
-
-
-
- Contains the box's data.
-
-
-
-
- Constructs and initializes a new instance of with a provided header and handler
- by reading the contents from a specified file.
-
-
- A object containing the header
- to use for the new instance.
-
-
- A object to read the contents
- of the box from.
-
-
- A object containing the
- handler that applies to the new instance.
-
-
- is .
-
-
-
-
- Gets and sets the box data contained in the current
- instance.
-
-
- A object containing the box
- data contained in the current instance.
-
-
-
-
- Represent a MP4 URL box
-
-
-
-
- Contains the box's data.
-
-
-
-
- Constructs and initializes a new instance of with a provided header and handler
- by reading the contents from a specified file.
-
-
- A object containing the header
- to use for the new instance.
-
-
- A object to read the contents
- of the box from.
-
-
- A object containing the
- handler that applies to the new instance.
-
-
- is .
-
-
-
-
- Gets and sets the box data contained in the current
- instance.
-
-
- A object containing the box
- data contained in the current instance.
-
-
-
-
- This class extends to
- provide tagging and properties support for MPEG-1, MPEG-2, and
- MPEG-2.5 audio files.
-
-
- A and will be added automatically to any
- file that doesn't contain one. This change does not effect the
- file until it is saved and can be reversed using the following
- method:
- file.RemoveTags (file.TagTypes & ~file.TagTypesOnDisk);
-
-
-
-
- Contains the first audio header.
-
-
-
-
- Specifies whether or not to create ID3v1 and
- ID3v2 tags when they don't exist..
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local
- file system and specified read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local
- file system with an average read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction and
- specified read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction with
- an average read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- is .
-
-
-
-
- Gets and sets whether or not to create ID3v1 and
- ID3v2 tags automatically when they are not existing.
-
-
- if tags to be created automatically.
- Otherwise, .
-
-
- Sometimes a MP3 file should only contain ID3v1 and no
- ID3v2 Tags. Or instead of ID3v2 Tags APE Tags should be used.
- By setting this property to ,
- no ID3v1 and Id3v2 Tags will be created when creating the file,
- if they don't exist.
- They need to be created explicitly if needed.
- The default is which means that
- ID3v1 and Id3v2 tags are created when they don't exist.
-
-
-
-
- Gets a tag of a specified type from the current instance,
- optionally creating a new tag if possible.
-
-
- A value indicating the
- type of tag to read.
-
-
- A value specifying whether or not to
- try and create the tag if one is not found.
-
-
- A object containing the tag that was
- found in or added to the current instance. If no
- matching tag was found and none was created, is returned.
-
-
- If a is added to the
- current instance, it will be placed at the start of the
- file. On the other hand,
- will be added to the end of
- the file. All other tag types will be ignored.
-
-
-
-
- Reads format specific information at the start of the
- file.
-
-
- A value containing the seek position
- at which the tags end and the media data begins.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- This method only searches for an audio header in the
- first 16384 bytes of code to avoid searching forever in
- corrupt files.
-
-
-
-
- Reads format specific information at the end of the
- file.
-
-
- A value containing the seek position
- at which the media data ends and the tags begin.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
-
-
- Reads the audio properties from the file represented by
- the current instance.
-
-
- A value containing the seek position
- at which the tags end and the media data begins.
-
-
- A value containing the seek position
- at which the media data ends and the tags begin.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- A object describing the
- media properties of the file represented by the current
- instance.
-
-
-
-
- Indicates the MPEG version of a file or stream.
-
-
-
-
- Unknown version.
-
-
-
-
- MPEG-1
-
-
-
-
- MPEG-2
-
-
-
-
- MPEG-2.5
-
-
-
-
- Indicates the MPEG audio channel mode of a file or stream.
-
-
-
-
- Stereo
-
-
-
-
- Joint Stereo
-
-
-
-
- Dual Channel Mono
-
-
-
-
- Single Channel Mono
-
-
-
-
- This structure implements and provides
- information about an MPEG audio stream.
-
-
-
-
- Contains a sample rate table for MPEG audio.
-
-
-
-
- Contains a block size table for MPEG audio.
-
-
-
-
- Contains a bitrate table for MPEG audio.
-
-
-
-
- Contains the header flags.
-
-
-
-
- Contains the audio stream length.
-
-
-
-
- Contains the associated Xing header.
-
-
-
-
- Contains the associated VBRI header.
-
-
-
-
- Contains the audio stream duration.
-
-
-
-
- An empty and unset header.
-
-
-
-
- Constructs and initializes a new instance of by populating it with specified
- values.
-
-
- A value specifying flags for the new
- instance.
-
-
- A value specifying the stream length
- of the new instance.
-
-
- A object representing the Xing
- header associated with the new instance.
-
-
- A object representing the VBRI
- header associated with the new instance.
-
-
-
-
- Constructs and initializes a new instance of by reading its contents from a
- object and its Xing Header from
- the appropriate location in the specified file.
-
-
- A object containing the header
- to read.
-
-
- A object to read the Xing
- header from.
-
-
- A value indicating the position in
- at which the header begins.
-
-
- is less than 4 bytes long,
- does not begin with a MPEG audio synch, has a negative
- bitrate, or has a sample rate of zero.
-
-
-
-
- Gets the MPEG version used to encode the audio
- represented by the current instance.
-
-
- A value indicating the MPEG
- version used to encode the audio represented by the
- current instance.
-
-
-
-
- Gets the MPEG audio layer used to encode the audio
- represented by the current instance.
-
-
- A value indicating the MPEG audio
- layer used to encode the audio represented by the current
- instance.
-
-
-
-
- Gets the bitrate of the audio represented by the current
- instance.
-
-
- A value containing a bitrate of the
- audio represented by the current instance.
-
-
-
-
- Gets the sample rate of the audio represented by the
- current instance.
-
-
- A value containing the sample rate of
- the audio represented by the current instance.
-
-
-
-
- Gets the number of channels in the audio represented by
- the current instance.
-
-
- A value containing the number of
- channels in the audio represented by the current
- instance.
-
-
-
-
- Gets the length of the frames in the audio represented by
- the current instance.
-
-
- A value containing the length of the
- frames in the audio represented by the current instance.
-
-
-
-
- Gets the duration of the media represented by the current
- instance.
-
-
- A containing the duration of the
- media represented by the current instance.
-
-
- If is equal to and has not been called, this value
- will not be correct.
- If is equal to and has not been called, this value
- will not be correct.
-
-
-
-
- Gets a text description of the media represented by the
- current instance.
-
-
- A object containing a description
- of the media represented by the current instance.
-
-
-
-
- Gets the types of media represented by the current
- instance.
-
-
- Always .
-
-
-
-
- Gets whether or not the audio represented by the current
- instance is protected.
-
-
- A value indicating whether or not the
- audio represented by the current instance is protected.
-
-
-
-
- Gets whether or not the audio represented by the current
- instance is padded.
-
-
- A value indicating whether or not the
- audio represented by the current instance is padded.
-
-
-
-
- Gets whether or not the audio represented by the current
- instance is copyrighted.
-
-
- A value indicating whether or not the
- audio represented by the current instance is copyrighted.
-
-
-
-
- Gets whether or not the audio represented by the current
- instance is original.
-
-
- A value indicating whether or not the
- audio represented by the current instance is original.
-
-
-
-
- Gets the MPEG audio channel mode of the audio represented
- by the current instance.
-
-
- A value indicating the MPEG
- audio channel mode of the audio represented by the
- current instance.
-
-
-
-
- Gets the Xing header found in the audio represented by
- the current instance.
-
-
- A object containing the Xing
- header found in the audio represented by the current
- instance, or if no
- header was found.
-
-
-
-
- Gets the VBRI header found in the audio represented by
- the current instance.
-
-
- A object containing the VBRI
- header found in the audio represented by the current
- instance, or if no
- header was found.
-
-
-
-
- Sets the length of the audio stream represented by the
- current instance.
-
-
- A value specifying the length in
- bytes of the audio stream represented by the current
- instance.
-
-
- The this value has been set, will
- return an incorrect value.
-
-
-
-
- Searches for an audio header in a starting at a specified position and searching through
- a specified number of bytes.
-
-
- A object in which the found
- header will be stored.
-
-
- A object to search.
-
-
- A value specifying the seek position
- in at which to start searching.
-
-
- A value specifying the maximum number
- of bytes to search before aborting.
-
-
- A value indicating whether or not a
- header was found.
-
-
- is .
-
-
-
-
- Searches for an audio header in a starting at a specified position and searching to the
- end of the file.
-
-
- A object in which the found
- header will be stored.
-
-
- A object to search.
-
-
- A value specifying the seek position
- in at which to start searching.
-
-
- A value indicating whether or not a
- header was found.
-
-
- Searching to the end of the file can be very, very slow
- especially for corrupt or non-MPEG files. It is
- recommended to use
- instead.
-
-
-
-
- Indicates the type of marker found in a MPEG file.
-
-
-
-
- An invalid marker.
-
-
-
-
- A zero value marker.
-
-
-
-
- A marker indicating a system sync packet.
-
-
-
-
- A marker indicating a video sync packet.
-
-
-
-
- A marker indicating a system packet.
-
-
-
-
- A marker indicating a padding packet.
-
-
-
-
- A marker indicating a audio packet.
-
-
-
-
- A marker indicating a video packet.
-
-
-
-
- A marker indicating the end of a stream.
-
-
-
-
- This class extends to
- provide tagging and properties support for MPEG-1, MPEG-2, and
- MPEG-2.5 video files.
-
-
- A and will be added automatically to any
- file that doesn't contain one. This change does not effect the
- file until it is saved and can be reversed using the following
- method:
- file.RemoveTags (file.TagTypes & ~file.TagTypesOnDisk);
-
-
-
-
- Contains the MPEG version.
-
-
-
-
- Contains the first audio header.
-
-
-
-
- Contains the first video header.
-
-
-
-
- Indicates whether or not audio was found.
-
-
-
-
- Indicates whether or not video was found.
-
-
-
-
- Contains the start time of the file.
-
-
-
-
- Contains the end time of the file.
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system and specified read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system with an average read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction and
- specified read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction with an
- average read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- is .
-
-
-
-
- Gets a tag of a specified type from the current instance,
- optionally creating a new tag if possible.
-
-
- A value indicating the
- type of tag to read.
-
-
- A value specifying whether or not to
- try and create the tag if one is not found.
-
-
- A object containing the tag that was
- found in or added to the current instance. If no
- matching tag was found and none was created, is returned.
-
-
- If a is added to the
- current instance, it will be placed at the start of the
- file. On the other hand,
- will be added to the end of
- the file. All other tag types will be ignored.
-
-
-
-
- Reads format specific information at the start of the
- file.
-
-
- A value containing the seek position
- at which the tags end and the media data begins.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
-
-
- Reads format specific information at the end of the
- file.
-
-
- A value containing the seek position
- at which the media data ends and the tags begin.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
-
-
- Reads the audio properties from the file represented by
- the current instance.
-
-
- A value containing the seek position
- at which the tags end and the media data begins.
-
-
- A value containing the seek position
- at which the media data ends and the tags begin.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- A object describing the
- media properties of the file represented by the current
- instance.
-
-
-
-
- Gets the marker at a specified position.
-
-
- A value specifying the postion in the
- file represented by the current instance at which to
- read.
-
-
- A value containing the type of
- marker found at the specified position.
-
-
- A valid marker does not exist at the specified position.
-
-
-
-
- Finds the next marker starting at a specified position.
-
-
- A value reference specifying the
- position at which to start searching. This value
- is updated to the position of the found marker.
-
-
- A value containing the type of
- marker found at the specified position.
-
-
- A valid marker could not be found.
-
-
-
-
- Finds the next marker of a specified type, starting at a
- specified position.
-
-
- A value reference specifying the
- position at which to start searching. This value
- is updated to the position of the found marker.
-
-
- A value specifying the type of
- marker to search for.
-
-
- A valid marker could not be found.
-
-
-
-
- Finds the previous marker of a specified type, starting
- at a specified position.
-
-
- A value reference specifying the
- position at which to start searching. This value
- is updated to the position of the found marker.
-
-
- A value specifying the type of
- marker to search for.
-
-
- A valid marker could not be found.
-
-
-
-
- Reads the contents of the file as a system file, starting
- at a specified position.
-
-
- A value specifying the postion in the
- file represented by the current instance at which to
- start reading.
-
-
- This method will stop when it has read both an audio and
- a video header, or once it's read 100 packets. This is to
- prevent the entire file from being read if it lacks one
- type of stream.
-
-
-
-
- Reads an audio packet, assigning the audio header and
- advancing the position to the next packet position.
-
-
- A value reference specifying the
- position at which to start reading the packet. This value
- is updated to the position of the next packet.
-
-
-
-
- Reads a video packet, assigning the video header and
- advancing the position to the next packet position.
-
-
- A value reference specifying the
- position at which to start reading the packet. This value
- is updated to the position of the next packet.
-
-
-
-
- Reads a system sync packet, filling in version
- information and the first timestamp value, advancing the
- position to the next packet position.
-
-
- A value reference specifying the
- position at which to start reading the packet. If the
- method is called without exception, this is updated to
- the position of the next packet.
-
-
- The MPEG version contained in the packet is unknown.
-
-
-
-
- Reads an MPEG timestamp from a specified position in the
- file represented by the current instance.
-
-
- A value containing the position in
- the file at which to read. This should be immediately
- following a system sync packet marker.
-
-
- A value containing the read time in
- seconds.
-
-
-
-
- This structure provides information about a variable bitrate MPEG
- audio stream encoded by the Fraunhofer Encoder.
-
-
-
-
- Contains te VBRI identifier.
-
-
- "VBRI"
-
-
-
-
- An empty and unset VBRI header.
-
-
-
-
- Constructs and initializes a new instance of with a specified frame count and
- size.
-
-
- A value specifying the frame count of
- the audio represented by the new instance.
-
-
- A value specifying the stream size of
- the audio represented by the new instance.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw contents.
-
-
- A object containing the raw
- VBRI header.
-
-
- is .
-
-
- does not start with .
-
-
-
-
- Gets the total number of frames in the file, as indicated
- by the current instance.
-
-
- A value containing the number of
- frames in the file, or 0 if not specified.
-
-
-
-
- Gets the total size of the file, as indicated by the
- current instance.
-
-
- A value containing the total size of
- the file, or 0 if not specified.
-
-
-
-
- Gets whether or not a physical VBRI header is present in
- the file.
-
-
- A value indicating whether or not the
- current instance represents a physical VBRI header.
-
-
-
-
- Gets the offset at which a VBRI header would appear in an
- MPEG audio packet.
- Always 32 bytes after the end of the first MPEG Header.
-
-
- A value indicating the offset in an
- MPEG audio packet at which the VBRI header would appear.
-
-
-
-
- This structure implements and provides
- information about an MPEG video stream.
-
-
-
-
- Contains frame rate values.
-
-
-
-
- Contains the index in of the
- video frame rate.
-
-
-
-
- Constructs and initializes a new instance of by reading it from a specified
- location in a specified file.
-
-
- A object to read from.
-
-
- A value indicating the position in
- at which the header begins.
-
-
- is .
-
-
- Insufficient data could be read for the header.
-
-
-
-
- Gets the duration of the media represented by the current
- instance.
-
-
- Always .
-
-
-
-
- Gets the types of media represented by the current
- instance.
-
-
- Always .
-
-
-
-
- Gets a text description of the media represented by the
- current instance.
-
-
- A object containing a description
- of the media represented by the current instance.
-
-
-
-
- Gets the width of the video represented by the current
- instance.
-
-
- A value containing the width of the
- video represented by the current instance.
-
-
-
-
- Gets the height of the video represented by the current
- instance.
-
-
- A value containing the height of the
- video represented by the current instance.
-
-
-
-
- Gets the frame rate of the video represented by the
- current instance.
-
-
- A value containing the frame rate
- of the video represented by the current instance.
-
-
-
-
- Gets the bitrate of the video represented by the current
- instance.
-
-
- A value containing a bitrate of the
- video represented by the current instance.
-
-
-
-
- This structure provides information about a variable bitrate MPEG
- audio stream.
-
-
-
-
- Contains te Xing identifier.
-
-
- "Xing"
-
-
-
-
- An empty and unset Xing header.
-
-
-
-
- Constructs and initializes a new instance of with a specified frame count and
- size.
-
-
- A value specifying the frame count of
- the audio represented by the new instance.
-
-
- A value specifying the stream size of
- the audio represented by the new instance.
-
-
-
-
- Constructs and initializes a new instance of by reading its raw contents.
-
-
- A object containing the raw
- Xing header.
-
-
- is .
-
-
- does not start with .
-
-
-
-
- Gets the total number of frames in the file, as indicated
- by the current instance.
-
-
- A value containing the number of
- frames in the file, or 0 if not specified.
-
-
-
-
- Gets the total size of the file, as indicated by the
- current instance.
-
-
- A value containing the total size of
- the file, or 0 if not specified.
-
-
-
-
- Gets whether or not a physical Xing header is present in
- the file.
-
-
- A value indicating whether or not the
- current instance represents a physical Xing header.
-
-
-
-
- Gets the offset at which a Xing header would appear in an
- MPEG audio packet based on the version and channel mode.
-
-
- A value specifying the version of
- the MPEG audio packet.
-
-
- A value specifying the channel
- mode of the MPEG audio packet.
-
-
- A value indicating the offset in an
- MPEG audio packet at which the Xing header would appear.
-
-
-
-
- This class extends , providing support
- for accessing and modifying a collection of tags appearing at the
- end of a file.
-
-
- This class is used by to read all the tags appearing at the end of the file but
- could be used by other classes. It currently supports ID3v1,
- ID3v2, and APE tags.
-
-
-
-
- Contains the file to operate on.
-
-
-
-
- Contains the number of bytes that must be read to
- hold all applicable indicators.
-
-
-
-
- Constructs and initializes a new instance of for a specified .
-
-
- A object on which the new
- instance will perform its operations.
-
-
- Constructing a new instance does not automatically read
- the contents from the disk. must be
- called to read the tags.
-
-
-
-
- Gets the total size of the tags located at the end of the
- file by reading from the file.
-
-
-
-
- Reads the tags stored at the end of the file into the
- current instance.
-
-
- A value indicating the seek position
- in the file at which the read tags begin. This also
- marks the seek position at which the media ends.
-
-
-
-
- Renders the tags contained in the current instance.
-
-
- A object containing the
- physical representation of the tags stored in the current
- instance.
-
-
- The tags are rendered in the order that they are stored
- in the current instance.
-
-
-
-
- Writes the tags contained in the current instance to the
- end of the file that created it, overwriting the existing
- tags.
-
-
- A value indicating the seek position
- in the file at which the written tags begin. This also
- marks the seek position at which the media ends.
-
-
-
-
- Removes a set of tag types from the current instance.
-
-
- A bitwise combined value
- containing tag types to be removed from the file.
-
-
- In order to remove all tags from a file, pass as .
-
-
-
-
- Adds a tag of a specified type to the current instance,
- optionally copying values from an existing type.
-
-
- A value specifying the type of
- tag to add to the current instance. At the time of this
- writing, this is limited to ,
- , and .
-
-
- A to copy values from using
- , or if no tag is to be copied.
-
-
- The object added to the current
- instance, or if it couldn't be
- created.
-
-
- ID3v2 tags are added at the end of the current instance,
- while other tags are added to the beginning.
-
-
-
-
- Reads a tag ending at a specified position and moves the
- cursor to its start position.
-
-
- A value reference specifying at what
- position the potential tag ends at. If a tag is found,
- this value will be updated to the position at which the
- found tag starts.
-
-
- A value specifying how the media
- data is to be read into the current instance.
-
-
- A object representing the tag
- found at the specified position, or if no tag was found.
-
-
-
-
- Looks for a tag ending at a specified position and moves
- the cursor to its start position.
-
-
- A value reference specifying at what
- position the potential tag ends. If a tag is found,
- this value will be updated to the position at which the
- found tag starts.
-
-
- A value specifying the
- type of tag found at the specified position, or if no tag was found.
-
-
-
-
- This abstract class extends to provide
- tagging and properties for files that contain an indeterminite
- number of tags at their beginning or end.
-
-
- When extending this class, , , and should be
- overrided methods that read the format specific information from
- the file.
- The file is read upon construction in the following
- manner:
-
- - The file is opened for reading.
- - The tags at the start of the file are
- read.
- - is called.
- - The tags at the end of the file are
- read.
- - is called.
- - If reading with a style other than , is
- called.
- - The file is closed.
-
-
-
-
-
- Contains the tags.
-
-
-
-
- Contains the media properties.
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system and specified read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system with an average read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction and
- specified read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction with an
- average read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- is .
-
-
-
-
- Gets a abstract representation of all tags stored in the
- current instance.
-
-
- A object representing all tags
- stored in the current instance.
-
-
-
-
- Gets the media properties of the file represented by the
- current instance.
-
-
- A object containing the
- media properties of the file represented by the current
- instance.
-
-
-
-
- Saves the changes made in the current instance to the
- file it represents.
-
-
-
-
- Removes a set of tag types from the current instance.
-
-
- A bitwise combined value
- containing tag types to be removed from the file.
-
-
- In order to remove all tags from a file, pass as .
-
-
-
-
- Gets the collection of tags appearing at the start of the
- file.
-
-
- A storing the
- tags for the start of the file.
-
-
-
-
- Gets the collection of tags appearing at the end of the
- file.
-
-
- A storing the
- tags for the end of the file.
-
-
-
-
- Reads format specific information at the start of the
- file.
-
-
- A value containing the seek position
- at which the tags end and the media data begins.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- This method is called by the constructor immediately
- after the tags at the start of the file have been read
- and as such (so the internal seek mechanism is close to
- the start). It should be used for reading any content
- specific information, such as an audio header from the
- start of the file.
-
-
-
-
- Reads format specific information at the end of the
- file.
-
-
- A value containing the seek position
- at which the media data ends and the tags begin.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- This method is called by the constructor immediately
- after the tags at the end of the file have been read
- and as such (so the internal seek mechanism is close to
- the end). It should be used for reading any content
- specific information, such as an audio header from the
- end of the file.
-
-
-
-
- Reads the audio properties from the file represented by
- the current instance.
-
-
- A value containing the seek position
- at which the tags end and the media data begins.
-
-
- A value containing the seek position
- at which the media data ends and the tags begin.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- A object describing the
- media properties of the file represented by the current
- instance.
-
-
- This method is called ONLY IF the file is constructed
- with a read style other than , and as such MUST NOT return .
- It is guaranteed that and will have been called first and this
- method should be strictly used to perform final
- processing on already read data.
-
-
-
-
- Reads the file with a specified read style.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
-
-
- This class extends , providing support
- for accessing and modifying a collection of tags appearing at the
- start of a file.
-
-
- This class is used by to read all the tags appearing at the start of the file but
- could be used by other classes. It currently supports ID3v2
- and APE tags.
-
-
-
-
- Contains the file to operate on.
-
-
-
-
- Contains the number of bytes that must be read to
- hold all applicable indicators.
-
-
-
-
- Constructs and initializes a new instance of for a specified .
-
-
- A object on which the new
- instance will perform its operations.
-
-
- Constructing a new instance does not automatically read
- the contents from the disk. must be
- called to read the tags.
-
-
-
-
- Gets the total size of the tags located at the end of the
- file by reading from the file.
-
-
-
-
- Reads the tags stored at the start of the file into the
- current instance.
-
-
- A value indicating the seek position
- in the file at which the read tags end. This also
- marks the seek position at which the media begins.
-
-
-
-
- Renders the tags contained in the current instance.
-
-
- A object containing the
- physical representation of the tags stored in the current
- instance.
-
-
- The tags are rendered in the order that they are stored
- in the current instance.
-
-
-
-
- Writes the tags contained in the current instance to the
- beginning of the file that created it, overwriting the
- existing tags.
-
-
- A value indicating the seek position
- in the file at which the written tags end. This also
- marks the seek position at which the media begins.
-
-
-
-
- Removes a set of tag types from the current instance.
-
-
- A bitwise combined value
- containing tag types to be removed from the file.
-
-
- In order to remove all tags from a file, pass as .
-
-
-
-
- Adds a tag of a specified type to the current instance,
- optionally copying values from an existing type.
-
-
- A value specifying the type of
- tag to add to the current instance. At the time of this
- writing, this is limited to
- and .
-
-
- A to copy values from using
- , or if no tag is to be copied.
-
-
- The object added to the current
- instance, or if it couldn't be
- created.
-
-
- ID3v2 tags are added at the end of the current instance,
- while other tags are added to the beginning.
-
-
-
-
- Reads a tag starting at a specified position and moves the
- cursor to its start position.
-
-
- A value reference specifying at what
- position the potential tag starts. If a tag is found,
- this value will be updated to the position at which the
- found tag ends.
-
-
- A value specifying how the media
- data is to be read into the current instance.
-
-
- A object representing the tag
- found at the specified position, or if no tag was found.
-
-
-
-
- Looks for a tag starting at a specified position and moves
- the cursor to its start position.
-
-
- A value reference specifying at what
- position the potential tag starts. If a tag is found,
- this value will be updated to the position at which the
- found tag ends.
-
-
- A value specifying the
- type of tag found at the specified position, or if no tag was found.
-
-
-
-
- This class extends , combining and in such a way as
- their children appear as its children.
-
-
-
-
- Constructs and initializes a new instance of for a specified .
-
-
- A object on which the new
- instance will perform its operations.
-
-
- Constructing a new instance does not automatically read
- the contents from the disk. must be
- called to read the tags.
-
-
-
-
- Gets the collection of tags appearing at the start of the
- file.
-
-
- A storing the
- tags for the start of the file.
-
-
-
-
- Gets the collection of tags appearing at the end of the
- file.
-
-
- A storing the
- tags for the end of the file.
-
-
-
-
- Gets the tag types contained in the current instance.
-
-
- A bitwise combined
- containing the tag types contained in the current
- instance.
-
-
-
-
- Gets the tags combined in the current instance.
-
-
- A containing the tags combined in
- the current instance.
-
-
- This contains the combined children of and .
-
-
-
-
- Gets a tag of a specified type from the current instance.
-
-
- A value indicating the
- type of tag to read.
-
-
- A object containing the tag that was
- found in the current instance. If no
- matching tag was found and none was created, is returned.
-
-
-
-
- Removes a set of tag types from the current instance.
-
-
- A bitwise combined value
- containing tag types to be removed from the file.
-
-
- In order to remove all tags from a file, pass as .
-
-
-
-
- Reads the tags at the start and end of the file.
-
-
- A value reference which will be set
- to contain the seek position in the file at which the
- tags at the start end. This also marks the seek position
- at which the media begins.
-
-
- A value reference which will be set
- to contain the seek position in the file at which the
- tags at the end begin. This also marks the seek position
- at which the media ends.
-
-
-
-
- Reads the tags stored at the start of the file into the
- current instance.
-
-
- A value indicating the seek position
- in the file at which the read tags end. This also
- marks the seek position at which the media begins.
-
-
-
-
- Reads the tags stored at the end of the file into the
- current instance.
-
-
- A value indicating the seek position
- in the file at which the read tags begin. This also
- marks the seek position at which the media ends.
-
-
-
-
- Writes the tags to the start and end of the file.
-
-
- A value reference which will be set
- to contain the new seek position in the file at which the
- tags at the start end. This also marks the seek position
- at which the media begins.
-
-
- A value reference which will be set
- to contain the new seek position in the file at which the
- tags at the end begin. This also marks the seek position
- at which the media ends.
-
-
-
-
- This class accepts a sequence of pages belonging to a single
- logical bitstream, processes them, and extracts the tagging and
- media information.
-
-
-
-
- Contains the last packet of the previous page in case it
- is continued in the next frame.
-
-
-
-
- Contains the index of the next packet to be processed.
-
-
-
-
- Contains the absolute granular position of the first
- page.
-
-
-
-
- Constructs and initializes a new instance of capable of processing a specified
- page.
-
-
- The first object of the stream to be
- processed by the new instance.
-
-
- The constructor only sets the new instance up to read the
- packet, but doesn't actually read it.
-
-
- is .
-
-
- No registered codec capable of processing could be found.
-
-
-
-
- Reads the next logical page in the stream.
-
-
- The next logical object in the
- stream.
-
-
- if the codec has read all the
- necessary packets for the stream and does not need to be
- called again, typically once the Xiph comment has been
- found. Otherwise .
-
-
- is .
-
-
-
-
- Gets the duration of the stream represented by the
- current instance.
-
-
- A value containing the absolute
- granular position of the last page in the bitstream.
-
-
- A object containing the duration
- of the stream represented by the current instance.
-
-
-
-
- Gets the codec object used to interpret the stream
- represented by the current instance.
-
-
- The object used by the current
- instance.
-
-
-
-
- Sents a packet to the codec processor to read it.
-
-
- A object containing the next
- packet in the stream.
-
-
- if the codec has read all the
- necessary packets for the stream and does not need to be
- called again, typically once the Xiph comment has been
- found. Otherwise .
-
-
-
-
- This abstract class implements to provide
- support for processing packets from an Ogg logical bitstream.
-
-
- Unsupported Ogg codecs can be added by creating child classes and
- registering them using .
-
-
-
-
-
-
- Represents a method capable of checking an Ogg header
- packet to see it is matches a given codec.
-
-
- A object containing an Ogg
- header packet.
-
-
- A object capable of processing the
- stream from which the packet was generated; otherwise
- .
-
-
- In order to add support for a new Ogg codec in
- TagLib#, a derivative class of needs
- to be created. The class then needs to be added to the
- codec detection system by creating a and registering it with .
- A method implementing
- should read to determine if
- it's subclass can handle the data. If it can, it should
- return a new instance of that class, but in no way act
- upon the data. If the class cannot be used to read the
- packet, indicates to the system
- that it needs to try anther codec provider.
-
-
- The following example would check for a Speex
- packet and return a Speex codec:
-
- Codec.AddCodecProvider (delegate (ByteVector packet) {
- return packet.StartsWith ("Speex ") ? new MySpeexCodec () : null;
- });
-
-
-
-
-
- Contains registered codec providers.
-
-
-
-
- Determines the correct codec to use for a stream header
- packet.
-
-
- A object containing the first
- packet of an Ogg logical bitstream.
-
-
- A object capable of handling
- and subsequent packets from
- the same stream.
-
-
- No registered codec capable of processing could be found.
-
-
- This method will first use
- delegates registered with
- and then attempt to use the built-in codecs.
-
-
-
-
- Adds a codec
-
-
- A
-
-
- A delegate is used to add
- support for new subclasses in .
-
-
-
-
-
- Gets a text description of the media represented by the
- current instance.
-
-
- A object containing a description
- of the media represented by the current instance.
-
-
-
-
- Gets the types of media represented by the current
- instance.
-
-
- A bitwise combined containing
- the types of media represented by the current instance.
-
-
-
-
- Gets the raw Xiph comment data contained in the codec.
-
-
- A object containing a raw Xiph
- comment or if none was found.
-
-
-
-
- Gets the duration of the media represented by the current
- instance.
-
-
- Always .
-
-
- In order to determine the duration of an Ogg stream, the
- first and last granular positions will be passed to .
-
-
-
-
- Reads a Ogg packet that has been encountered in the
- stream.
-
-
- A object containing a packet to
- be read by the current instance.
-
-
- A value containing the index of the
- packet in the stream.
-
-
- if the codec has read all the
- necessary packets for the stream and does not need to be
- called again, typically once the Xiph comment has been
- found. Otherwise .
-
-
- is .
-
-
- is less than zero.
-
-
- The data does not conform to the specificiation for the
- codec represented by the current instance.
-
-
-
-
- Computes the duration of the stream using the first and
- last granular positions of the stream.
-
-
- A value containing the first granular
- position of the stream.
-
-
- A value containing the last granular
- position of the stream.
-
-
- A value containing the duration
- of the stream.
-
-
-
-
- Replaces the comment packet in a collection of packets
- with the rendered version of a Xiph comment or inserts a
- comment packet if the stream lacks one.
-
-
- A object containing
- a collection of packets.
-
-
- A object to store the rendered
- version of in .
-
-
- or is .
-
-
-
-
- This class extends and implements to provide support for processing Ogg
- Opus bitstreams.
-
-
-
-
- Contains the file identifier.
-
-
-
-
- Contains the header packet.
-
-
-
-
- Contains the comment data.
-
-
-
-
- Constructs and initializes a new instance of .
-
-
-
-
- Reads a Ogg packet that has been encountered in the
- stream.
-
-
- A object containing a packet to
- be read by the current instance.
-
-
- A value containing the index of the
- packet in the stream.
-
-
- if the codec has read all the
- necessary packets for the stream and does not need to be
- called again, typically once the Xiph comment has been
- found. Otherwise .
-
-
- is .
-
-
- is less than zero.
-
-
- The data does not conform to the specificiation for the
- codec represented by the current instance.
-
-
-
-
- Computes the duration of the stream using the first and
- last granular positions of the stream.
-
-
- A value containing the first granular
- position of the stream.
-
-
- A value containing the last granular
- position of the stream.
-
-
- A value containing the duration
- of the stream.
-
-
-
-
- Replaces the comment packet in a collection of packets
- with the rendered version of a Xiph comment or inserts a
- comment packet if the stream lacks one.
-
-
- A object containing
- a collection of packets.
-
-
- A object to store the rendered
- version of in .
-
-
- or is .
-
-
-
-
- Gets the bitrate of the audio represented by the current
- instance.
-
-
- A value containing a bitrate of the
- audio represented by the current instance.
-
-
- Always returns zero, since bitrate is variable and no
- information is stored in the Ogg header (unlike e.g. Vorbis).
-
-
-
-
- Gets the sample rate of the audio represented by the
- current instance.
-
-
- A value containing the original
- sample rate of the audio represented by the current instance.
-
-
-
-
- Gets the number of channels in the audio represented by
- the current instance.
-
-
- A value containing the number of
- channels in the audio represented by the current
- instance.
-
-
-
-
- Gets the types of media represented by the current
- instance.
-
-
- Always .
-
-
-
-
- Gets the raw Xiph comment data contained in the codec.
-
-
- A object containing a raw Xiph
- comment or if none was found.
-
-
-
-
- Gets a text description of the media represented by the
- current instance.
-
-
- A object containing a description
- of the media represented by the current instance.
-
-
-
-
- Implements the delegate to
- provide support for recognizing a Opus stream from the
- header packet.
-
-
- A object containing the stream
- header packet.
-
-
- A object containing a codec capable
- of parsing the stream of if the
- stream is not a Opus stream.
-
-
-
-
- Gets the magic signature for a specified Opus packet.
-
-
- A object containing a Opus
- packet.
-
-
- A value containing the magic
- signature or null if the packet is invalid.
-
-
-
-
- This structure represents a Opus header packet.
-
-
-
-
- This class extends and implements to provide support for processing Ogg
- Theora bitstreams.
-
-
-
-
- Contains the file identifier.
-
-
-
-
- Contains the header packet.
-
-
-
-
- Contains the comment data.
-
-
-
-
- Constructs and initializes a new instance of .
-
-
-
-
- Reads a Ogg packet that has been encountered in the
- stream.
-
-
- A object containing a packet to
- be read by the current instance.
-
-
- A value containing the index of the
- packet in the stream.
-
-
- if the codec has read all the
- necessary packets for the stream and does not need to be
- called again, typically once the Xiph comment has been
- found. Otherwise .
-
-
- is .
-
-
- is less than zero.
-
-
- The data does not conform to the specificiation for the
- codec represented by the current instance.
-
-
-
-
- Computes the duration of the stream using the first and
- last granular positions of the stream.
-
-
- A value containing the first granular
- position of the stream.
-
-
- A value containing the last granular
- position of the stream.
-
-
- A value containing the duration
- of the stream.
-
-
-
-
- Replaces the comment packet in a collection of packets
- with the rendered version of a Xiph comment or inserts a
- comment packet if the stream lacks one.
-
-
- A object containing
- a collection of packets.
-
-
- A object to store the rendered
- version of in .
-
-
- or is .
-
-
-
-
- Gets the width of the video represented by the current
- instance.
-
-
- A value containing the width of the
- video represented by the current instance.
-
-
-
-
- Gets the height of the video represented by the current
- instance.
-
-
- A value containing the height of the
- video represented by the current instance.
-
-
-
-
- Gets the types of media represented by the current
- instance.
-
-
- Always .
-
-
-
-
- Gets the raw Xiph comment data contained in the codec.
-
-
- A object containing a raw Xiph
- comment or if none was found.
-
-
-
-
- Gets a text description of the media represented by the
- current instance.
-
-
- A object containing a description
- of the media represented by the current instance.
-
-
-
-
- Implements the delegate to
- provide support for recognizing a Theora stream from the
- header packet.
-
-
- A object containing the stream
- header packet.
-
-
- A object containing a codec capable
- of parsing the stream of if the
- stream is not a Theora stream.
-
-
-
-
- Gets the packet type for a specified Theora packet.
-
-
- A object containing a Theora
- packet.
-
-
- A value containing the packet type or
- -1 if the packet is invalid.
-
-
-
-
- This structure represents a Theora header packet.
-
-
-
-
- Converts an absolute granular position into a
- seconds.
-
-
- A value containing the
- absolute granular position.
-
-
- A value containing the time
- at in
- seconds.
-
- Many thanks to the good people at
- irc://irc.freenode.net#theora for making this
- code a reality.
-
-
-
-
- This class extends and implements to provide support for processing Ogg
- Vorbis bitstreams.
-
-
-
-
- Contains the file identifier.
-
-
-
-
- Contains the header packet.
-
-
-
-
- Contains the comment data.
-
-
-
-
- Constructs and initializes a new instance of .
-
-
-
-
- Reads a Ogg packet that has been encountered in the
- stream.
-
-
- A object containing a packet to
- be read by the current instance.
-
-
- A value containing the index of the
- packet in the stream.
-
-
- if the codec has read all the
- necessary packets for the stream and does not need to be
- called again, typically once the Xiph comment has been
- found. Otherwise .
-
-
- is .
-
-
- is less than zero.
-
-
- The data does not conform to the specificiation for the
- codec represented by the current instance.
-
-
-
-
- Computes the duration of the stream using the first and
- last granular positions of the stream.
-
-
- A value containing the first granular
- position of the stream.
-
-
- A value containing the last granular
- position of the stream.
-
-
- A value containing the duration
- of the stream.
-
-
-
-
- Replaces the comment packet in a collection of packets
- with the rendered version of a Xiph comment or inserts a
- comment packet if the stream lacks one.
-
-
- A object containing
- a collection of packets.
-
-
- A object to store the rendered
- version of in .
-
-
- or is .
-
-
-
-
- Gets the bitrate of the audio represented by the current
- instance.
-
-
- A value containing a bitrate of the
- audio represented by the current instance.
-
-
-
-
- Gets the sample rate of the audio represented by the
- current instance.
-
-
- A value containing the sample rate of
- the audio represented by the current instance.
-
-
-
-
- Gets the number of channels in the audio represented by
- the current instance.
-
-
- A value containing the number of
- channels in the audio represented by the current
- instance.
-
-
-
-
- Gets the types of media represented by the current
- instance.
-
-
- Always .
-
-
-
-
- Gets the raw Xiph comment data contained in the codec.
-
-
- A object containing a raw Xiph
- comment or if none was found.
-
-
-
-
- Gets a text description of the media represented by the
- current instance.
-
-
- A object containing a description
- of the media represented by the current instance.
-
-
-
-
- Implements the delegate to
- provide support for recognizing a Vorbis stream from the
- header packet.
-
-
- A object containing the stream
- header packet.
-
-
- A object containing a codec capable
- of parsing the stream of if the
- stream is not a Vorbis stream.
-
-
-
-
- Gets the packet type for a specified Vorbis packet.
-
-
- A object containing a Vorbis
- packet.
-
-
- A value containing the packet type or
- -1 if the packet is invalid.
-
-
-
-
- This structure represents a Vorbis header packet.
-
-
-
-
- This class extends to provide tagging
- and properties support for Ogg files.
-
-
-
-
- Contains the tags for the file.
-
-
-
-
- Contains the media properties.
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system and specified read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system with an average read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction and
- specified read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction with an
- average read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- is .
-
-
-
-
- Saves the changes made in the current instance to the
- file it represents.
-
-
-
-
- Removes a set of tag types from the current instance.
-
-
- A bitwise combined value
- containing tag types to be removed from the file.
-
-
- In order to remove all tags from a file, pass as .
-
-
-
-
- Gets a tag of a specified type from the current instance,
- optionally creating a new tag if possible.
-
-
- A value indicating the
- type of tag to read.
-
-
- A value specifying whether or not to
- try and create the tag if one is not found.
-
-
- A object containing the tag that was
- found in or added to the current instance. If no
- matching tag was found and none was created, is returned.
-
-
-
-
- Gets a abstract representation of all tags stored in the
- current instance.
-
-
- A object representing all tags
- stored in the current instance.
-
-
-
-
- Gets the media properties of the file represented by the
- current instance.
-
-
- A object containing the
- media properties of the file represented by the current
- instance.
-
-
-
-
- Reads the file with a specified read style.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
-
-
- Reads the file until all streams have finished their
- property and tagging data.
-
-
- A
- object to be filled with objects as
- they are read, or if the pages
- are not to be stored.
-
-
- A value reference to be updated to
- the postion of the first page not read by the current
- instance.
-
-
- A object containing stream serial numbers as the keys
- objects as the values.
-
-
-
-
- Gets the last page header in the file.
-
-
- A object containing the last
- page header in the file.
-
-
- The last page header is used to determine the last
- absolute granular position of a stream so the duration
- can be calculated.
-
-
-
-
- This class combines a collection of
- objects so that properties can be read from each but are only set
- to the first comment of the file.
-
-
-
-
- Contains a mapping between stream serial numbers and
- comments.
-
-
-
-
- Contains comments in the order they are added.
-
-
-
-
- Constructs and initializes a new instance of with now contents.
-
-
-
-
- Gets an enumeration of the comments in the current
- instance, in the order they were added.
-
-
- A object enumerating through the objects contained in the current instance.
-
-
-
-
- Gets a comment in the current instance for a specified
- stream.
-
-
- A value containing the serial number
- of the stream of the comment to get.
-
-
- A with the matching serial
- number.
-
-
-
-
- Adds a Xiph comment to the current instance.
-
-
- A value containing the serial number
- of the stream containing the comment.
-
-
- A object to add to the current
- instance.
-
-
-
-
- Adds a Xiph comment to the current instance.
-
-
- A value containing the serial number
- of the stream containing the comment.
-
-
- A object containing the raw Xiph
- comment to add to the current instance.
-
-
-
-
- Gets the tag types contained in the current instance.
-
-
- A bitwise combined
- containing the tag types contained in the current
- instance.
-
-
- This value contains a bitwise combined value from all the
- child tags.
-
-
-
-
-
- Gets and sets the title for the media described by the
- current instance.
-
-
- A object containing the title for
- the media described by the current instance or if no value is present.
-
-
- When getting the value, the child comments are
- looped through in order and the first non- value is returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the sort names for the individual track title of
- the media described by the current instance.
-
-
- A containing the sort name
- for the track title of the media described by the current
- instance or null if no value is present.
-
-
- When getting the value, the child comments are
- looped through in order and the first non-empty value is
- returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets a short description, one-liner.
- It represents the tagline of the Video/music.
-
-
- A containing the subtitle
- the media represented by the current instance
- or an empty array if no value is present.
-
-
- When getting the value, the child comments are
- looped through in order and the first non-empty value is
- returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets a short description of the media.
- For a music, this could be the comment that the artist
- made of its artwork. For a video, this should be a
- short summary of the story/plot, but a spoiler. This
- should give the impression of what to expect in the
- media.
-
-
- A containing the subtitle
- the media represented by the current instance
- or an empty array if no value is present.
-
-
- When getting the value, the child comments are
- looped through in order and the first non-empty value is
- returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the performers or artists who performed in
- the media described by the current instance.
-
-
- A array containing the performers or
- artists who performed in the media described by the
- current instance or an empty array if no value is
- present.
-
-
- When getting the value, the child comments are
- looped through in order and the first non-empty value is
- returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the sort names of the performers or artists
- who performed in the media described by the current instance.
-
-
- A containing the sort names for
- the performers or artists who performed in the media
- described by the current instance, or an empty array if
- no value is present.
-
-
- When getting the value, the child comments are
- looped through in order and the first non-empty value is
- returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the Charaters for a video media, or
- instruments played for music media.
- This should match the array (for
- each person correspond one/more role). Several roles for
- the same artist/actor can be made up with semicolons.
- For example, "Marty McFly; Marty McFly Jr.; Marlene McFly".
-
-
- When getting the value, the child comments are
- looped through in order and the first non-empty value is
- returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the band or artist who is credited in the
- creation of the entire album or collection containing the
- media described by the current instance.
-
-
- A array containing the band or artist
- who is credited in the creation of the entire album or
- collection containing the media described by the current
- instance or an empty array if no value is present.
-
-
- When getting the value, the child comments are
- looped through in order and the first non-empty value is
- returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the sort names for the band or artist who
- is credited in the creation of the entire album or
- collection containing the media described by the
- current instance.
-
-
- A containing the sort names
- for the band or artist who is credited in the creation
- of the entire album or collection containing the media
- described by the current instance or an empty array if
- no value is present.
-
-
- When getting the value, the child comments are
- looped through in order and the first non-empty value is
- returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the composers of the media represented by
- the current instance.
-
-
- A array containing the composers of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- When getting the value, the child comments are
- looped through in order and the first non-empty value is
- returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the sort names for the composer of
- the media described by the current instance.
-
-
- A containing the sort names
- for the composer of the media described by the current
- instance or an empty array if no value is present.
-
-
- When getting the value, the child comments are
- looped through in order and the first non-empty value is
- returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the album of the media represented by the
- current instance.
-
-
- A object containing the album of
- the media represented by the current instance or if no value is present.
-
-
- When getting the value, the child comments are
- looped through in order and the first non- value is returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the sort names for the album title of
- the media described by the current instance.
-
-
- A containing the sort names
- for the album title of the media described by the
- current instance or null if no value is present.
-
-
- When getting the value, the child comments are
- looped through in order and the first non-empty value is
- returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets a user comment on the media represented by
- the current instance.
-
-
- A object containing user comments
- on the media represented by the current instance or if no value is present.
-
-
- When getting the value, the child comments are
- looped through in order and the first non- value is returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the genres of the media represented by the
- current instance.
-
-
- A array containing the genres of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- When getting the value, the child comments are
- looped through in order and the first non-empty value is
- returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the year that the media represented by the
- current instance was recorded.
-
-
- A containing the year that the media
- represented by the current instance was created or zero
- if no value is present.
-
-
- When getting the value, the child comments are
- looped through in order and the first non- value is returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the position of the media represented by
- the current instance in its containing album.
-
-
- A containing the position of the
- media represented by the current instance in its
- containing album or zero if not specified.
-
-
- When getting the value, the child comments are
- looped through in order and the first non-zero value is
- returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the number of tracks in the album
- containing the media represented by the current instance.
-
-
- A containing the number of tracks in
- the album containing the media represented by the current
- instance or zero if not specified.
-
-
- When getting the value, the child comments are
- looped through in order and the first non-zero value is
- returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the number of the disc containing the media
- represented by the current instance in the boxed set.
-
-
- A containing the number of the disc
- containing the media represented by the current instance
- in the boxed set.
-
-
- When getting the value, the child comments are
- looped through in order and the first non-zero value is
- returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the number of discs in the boxed set
- containing the media represented by the current instance.
-
-
- A containing the number of discs in
- the boxed set containing the media represented by the
- current instance or zero if not specified.
-
-
- When getting the value, the child comments are
- looped through in order and the first non-zero value is
- returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the lyrics or script of the media
- represented by the current instance.
-
-
- A object containing the lyrics or
- script of the media represented by the current instance
- or if no value is present.
-
-
- When getting the value, the child comments are
- looped through in order and the first non- value is returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the grouping on the album which the media
- in the current instance belongs to.
-
-
- A object containing the grouping on
- the album which the media in the current instance belongs
- to or if no value is present.
-
-
- When getting the value, the child comments are
- looped through in order and the first non- value is returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the number of beats per minute in the audio
- of the media represented by the current instance.
-
-
- A containing the number of beats per
- minute in the audio of the media represented by the
- current instance, or zero if not specified.
-
-
- When getting the value, the child comments are
- looped through in order and the first non-zero value is
- returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the conductor or director of the media
- represented by the current instance.
-
-
- A object containing the conductor
- or director of the media represented by the current
- instance or if no value present.
-
-
- When getting the value, the child comments are
- looped through in order and the first non- value is returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the copyright information for the media
- represented by the current instance.
-
-
- A object containing the copyright
- information for the media represented by the current
- instance or if no value present.
-
-
- When getting the value, the child comments are
- looped through in order and the first non- value is returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the date at which the tag has been written.
-
-
- A nullable object containing the
- date at which the tag has been written, or if no value present.
-
-
- When getting the value, the child comments are
- looped through in order and the first non- value is returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the MusicBrainz Artist ID.
-
-
- A containing the MusicBrainz
- ArtistID for the media described by the
- current instance or null if no value is present.
-
-
- When getting the value, the child comments are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the MusicBrainz Release Group ID.
-
-
- A containing the MusicBrainz
- ReleaseGroupID for the media described by the
- current instance or null if no value is present.
-
-
- When getting the value, the child comments are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the MusicBrainz Release ID.
-
-
- A containing the MusicBrainz
- ReleaseID for the media described by the
- current instance or null if no value is present.
-
-
- When getting the value, the child comments are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the MusicBrainz Release Artist ID.
-
-
- A containing the MusicBrainz
- ReleaseArtistID for the media described by the
- current instance or null if no value is present.
-
-
- When getting the value, the child comments are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the MusicBrainz Track ID.
-
-
- A containing the MusicBrainz
- TrackID for the media described by the
- current instance or null if no value is present.
-
-
- When getting the value, the child comments are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the MusicBrainz Disc ID.
-
-
- A containing the MusicBrainz
- DiscID for the media described by the
- current instance or null if no value is present.
-
-
- When getting the value, the child comments are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the MusicIP PUID.
-
-
- A containing the MusicIP PUID
- for the media described by the
- current instance or null if no value is present.
-
-
- When getting the value, the child comments are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the Amazon ID.
-
-
- A containing the Amazon ID
- for the media described by the
- current instance or null if no value is present.
-
-
- When getting the value, the child comments are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the MusicBrainz Release Status.
-
-
- A containing the MusicBrainz
- Release Status for the media described by the
- current instance or null if no value is present.
-
-
- When getting the value, the child comments are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the MusicBrainz Release Type.
-
-
- A containing the MusicBrainz
- Release Type for the media described by the
- current instance or null if no value is present.
-
-
- When getting the value, the child comments are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the MusicBrainz Release Country.
-
-
- A containing the MusicBrainz
- Release Country for the media described by the
- current instance or null if no value is present.
-
-
- When getting the value, the child comments are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the ReplayGain Track Value of the media represented by
- the current instance.
-
-
- A containing the ReplayGain Track Value of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the ReplayGain Peak Value of the media represented by
- the current instance.
-
-
- A containing the ReplayGain Peak Value of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the ReplayGain Album Value of the media represented by
- the current instance.
-
-
- A containing the ReplayGain Album Value of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets the ReplayGain Album Peak Value of the media represented by
- the current instance.
-
-
- A containing the ReplayGain Album Peak Value of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- When getting the value, the child tags are looped
- through in order and the first non-
- and non-empty value is returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets and sets a collection of pictures associated with
- the media represented by the current instance.
-
-
- A containing a collection of
- pictures associated with the media represented by the
- current instance or an empty array if none are present.
-
-
- When getting the value, the child comments are
- looped through in order and the first non-empty value is
- returned.
- When setting the value, it is stored in the first
- comment.
-
-
-
-
-
- Gets whether or not the current instance is empty.
-
-
- if all the comments tags are
- empty; otherwise .
-
-
-
-
-
- Clears all of the child tags.
-
-
-
-
- This class provides a representation of an Ogg page.
-
-
-
-
- Contains the packets.
-
-
-
-
- Constructs and intializes a new instance of with a specified header and no packets.
-
-
- A object to use as the header of
- the new instance.
-
-
-
-
- Constructs and initializes a new instance of by reading a raw Ogg page from a specified
- position in a specified file.
-
-
- A object containing the file from
- which the contents of the new instance are to be read.
-
-
- A value specify at what position to
- read.
-
-
- is .
-
-
- is less than zero or greater
- than the size of the file.
-
-
- The Ogg identifier could not be found at the correct
- location.
-
-
-
-
- Constructs and initializes a new instance of with a specified header and packets.
-
-
- A object containing
- packets to use for the new instance.
-
-
- A object to use as the header of
- the new instance.
-
-
- is .
-
-
-
-
- Renders the current instance as a raw Ogg page.
-
-
- A object containing the
- rendered version of the current instance.
-
-
-
-
- Gets the header of the current instance.
-
-
- A object that applies to the
- current instance.
-
-
-
-
- Gets the packets contained in the current instance.
-
-
- A containing the packets
- contained in the current instance.
-
-
-
-
- Gets the total size of the current instance as it
- appeared on disk.
-
-
- A value containing the size of the
- page, including the header, as it appeared on disk.
-
-
-
-
- Overwrites all page headers in a file starting at a
- specified position, shifting the page sequence numbers
- a set amount.
-
-
- A object containing the file to
- update.
-
-
- A value specify at what position to
- start updating.
-
-
- A object where the key is the serial number of the
- stream to update and the value is the amount to offset
- the page sequence numbers in the stream.
-
-
- or is .
-
-
- When the number of pages in a stream changes, all
- subsequent pages in the stream need to have their page
- sequence number update in order to remain valid.
- Additionally, when the page sequence number changes, the
- page needs to have its checksum recomputed. This makes
- for a costly recalculation if large comment data is
- added.
-
-
-
-
- Indicates the special properties of a .
-
-
-
-
- The page is a normal page.
-
-
-
-
- The first packet of the page is continued from the
- previous page.
-
-
-
-
- The page is the first page of the stream.
-
-
-
-
- The page is the last page of the stream.
-
-
-
-
- This structure provides a representation of an Ogg page header.
-
-
-
-
- Contains the sizes of the packets contained in the
- current instance.
-
-
-
-
- Contains the OGG version.
-
-
-
-
- Contains the page absolute granular postion.
-
-
-
-
- Constructs and initializes a new instance of with a given serial number, page
- number, and flags.
-
-
- A value containing the serial number
- for the stream containing the page described by the new
- instance.
-
-
- A value containing the index of the
- page described by the new instance in the stream.
-
-
- A object containing the flags
- that apply to the page described by the new instance.
-
-
-
-
- Constructs and initializes a new instance of by reading a raw Ogg page header
- from a specified position in a specified file.
-
-
- A object containing the file from
- which the contents of the new instance are to be read.
-
-
- A value specify at what position to
- read.
-
-
- is .
-
-
- is less than zero or greater
- than the size of the file.
-
-
- The Ogg identifier could not be found at the correct
- location.
-
-
-
-
- Constructs and initializes a new instance of by copying the values from another
- instance, offsetting the page number and applying new
- flags.
-
-
- A object to copy the values
- from.
-
-
- A value specifying how much to offset
- the page sequence number in the new instance.
-
-
- A value specifying the flags to
- use in the new instance.
-
-
-
-
- Gets and sets the sizes for the packets in the page
- described by the current instance.
-
-
- A containing the packet sizes.
-
-
-
-
- Indicates whether the final packet is continued on the next page
-
-
- true if the final packet is complete and not continued on the next page
-
-
-
-
- Gets the flags for the page described by the current
- instance.
-
-
- A value containing the page
- flags.
-
-
-
-
- Gets the absolute granular position of the page described
- by the current instance.
-
-
- A value containing the absolute
- granular position of the page.
-
-
-
-
- Gets the sequence number of the page described by the
- current instance.
-
-
- A value containing the sequence
- number of the page.
-
-
-
-
- Gets the serial number of stream that the page described
- by the current instance belongs to.
-
-
- A value containing the stream serial
- number.
-
-
-
-
- Gets the size of the header as it appeared on disk.
-
-
- A value containing the header size.
-
-
-
-
- Gets the size of the data portion of the page described
- by the current instance as it appeared on disk.
-
-
- A value containing the data size.
-
-
-
-
- Renders the current instance as a raw Ogg page header.
-
-
- A object containing the
- rendered version of the current instance.
-
-
-
-
- Gets the rendered lacing values for the current instance.
-
-
- A object containing the
- rendered lacing values.
-
-
-
-
- Generates a hash code for the current instance.
-
-
- A value containing the hash code for
- the current instance.
-
-
-
-
- Checks whether or not the current instance is equal to
- another object.
-
-
- A to compare to the current
- instance.
-
-
- A value indicating whether or not the
- current instance is equal to .
-
-
-
-
-
- Checks whether or not the current instance is equal to
- another instance of .
-
-
- A object to compare to the
- current instance.
-
-
- A value indicating whether or not the
- current instance is equal to .
-
-
-
-
-
- Gets whether or not two instances of are equal to eachother.
-
-
- A object to compare.
-
-
- A object to compare.
-
-
- if is
- equal to . Otherwise, .
-
-
-
-
- Gets whether or not two instances of differ.
-
-
- A object to compare.
-
-
- A object to compare.
-
-
- if is
- unequal to . Otherwise, .
-
-
-
-
- This class accepts a sequence of pages for a single Ogg stream,
- accepts changes, and produces a new sequence of pages to write to
- disk.
-
-
-
-
- Contains the packets to paginate.
-
-
-
-
- Contains the first page header.
-
-
-
-
- Contains the codec to use.
-
-
-
-
- contains the number of pages read.
-
-
-
-
- Constructs and initializes a new instance of for a given
- object.
-
-
- A object to use when processing
- packets.
-
-
-
-
- Adds the next page to the current instance.
-
-
- The next object found in the stream.
-
-
-
-
- Stores a Xiph comment in the codec-specific comment
- packet.
-
-
- A object to store in the
- comment packet.
-
-
-
-
- Repaginates the pages passed into the current instance to
- handle changes made to the Xiph comment.
-
-
- A containing the new page
- collection.
-
-
-
-
- Repaginates the pages passed into the current instance to
- handle changes made to the Xiph comment.
-
-
- A value reference containing the
- the difference between the number of pages returned and
- the number of pages that were added to the class.
-
-
- A containing the new page
- collection.
-
-
-
-
- Gets the number of lacing value bytes that would be
- required for a given packet.
-
-
- A object containing
- the packet.
-
-
- A value containing the index of the
- packet to compute.
-
-
- A value containing the number of bytes
- needed to store the length.
-
-
-
-
- This class extends and implements to provide
- support for reading and writing Xiph comments.
-
-
-
-
- Contains the comment fields.
-
-
-
-
- Contains the vendor ID.
-
-
-
-
- Saves BeatsPerMinute tag as either "Tempo" or "BPM"
- based on which was last read.
-
-
-
-
- Picture instances parsed from the fields.
-
-
-
-
- true if the picture fields in
- should be updated from the array.
-
-
-
-
- Name of picture fields as defined in the norm.
-
-
-
-
- Cached empty pictures array.
-
-
-
-
- Constructs and initializes a new instance of with no contents.
-
-
-
-
- Constructs and initializes a new instance of by reading the contents of a raw
- Xiph Comment from a object.
-
-
- A object containing a raw Xiph
- comment.
-
-
- is .
-
-
-
-
- Gets the field data for a given field identifier.
-
-
- A object containing the field
- identifier.
-
-
- A containing the field data or an
- empty array if the field was not found.
-
-
- is .
-
-
-
-
- Gets the first field for a given field identifier.
-
-
- A object containing the field
- identifier.
-
-
- A containing the field data or if the field was not found.
-
-
- is .
-
-
-
-
- Sets the contents of a specified field to a number.
-
-
- A object containing the field
- identifier.
-
-
- A value to set the field to.
-
-
- A value representing the format
- to be used to repreesent the .
- Default: simple decimal number ("0").
-
-
- is .
-
-
-
-
- Sets the contents of a specified field to the contents of
- a .
-
-
- A object containing the field
- identifier.
-
-
- A containing the values to store
- in the current instance.
-
-
- is .
-
-
-
-
- Removes a field and all its values from the current
- instance.
-
-
- A object containing the field
- identifier.
-
-
- is .
-
-
-
-
- Renders the current instance as a raw Xiph comment,
- optionally adding a framing bit.
-
-
- If , a framing bit will be added to
- the end of the content.
-
-
- A object containing the rendered
- version of the current instance.
-
-
-
-
- Gets the number of fields contained in the current
- instance.
-
-
- A value containing the number of
- fields in the current instance.
-
-
-
-
- Gets the vendor ID for the current instance.
-
-
- A object containing the vendor ID
- for current instance.
-
-
-
-
- Populates and initializes a new instance of by reading the contents of a raw
- Xiph Comment from a object.
-
-
- A object containing a raw Xiph
- comment.
-
-
- is .
-
-
-
-
- If needed, update the pictures field from the value of the
- pictures array.
-
-
- Name of the field being queried by the user.
- If the field name is not a picture field name, no update will take place.
-
-
-
-
- Parses the pictures from the COVERART and METADATA_BLOCK_PICTURE
- fields contained in the variable.
-
-
-
-
- Stores the pictures in the pictures array in the
- METADATA_BLOCK_PICTURE field. Conversion to Flac.Picture is done
- as needed.
-
-
-
-
- If the given parameter represents a Xiph field containing
- picture information, clear the currently parsed pictures
- array, so it will be loaded from the field value again
- when the Pictures property is accessed.
-
- Name of the Xiph field being changed
-
-
-
- Returns a value indicating if a field name is a picture field.
-
- Name of the field
-
- true if the field represents a field that contains picture art data,
- false otherwise.
-
-
-
-
- Gets an enumerator for enumerating through the the field
- identifiers.
-
-
- A for
- enumerating through the field identifiers.
-
-
-
-
- Gets the tag types contained in the current instance.
-
-
- Always .
-
-
-
-
- Gets and sets the title for the media described by the
- current instance.
-
-
- A object containing the title for
- the media described by the current instance or if no value is present.
-
-
- This property is implemented using the "TITLE" field.
-
-
-
-
- Gets and sets the sort names for the Track Title of
- the media described by the current instance.
-
-
- A containing the sort name of
- the Track Title of the media described by the current
- instance or null if no value is present.
-
-
- This property is implemented using the "TITLESORT"
- field.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets a short description, one-liner.
- It represents the tagline of the Video/music.
-
-
- A containing the subtitle
- the media represented by the current instance
- or an empty array if no value is present.
-
-
- This field gives a nice/short precision to
- the title, which is typically below the title on the
- front cover of a media.
- For example, for "Back to the future", this would be
- "It's About Time".
-
-
-
- This property is implemented using the "SUBTITLE"
- non-standard field.
-
-
-
-
- Gets and sets a short description of the media.
- For a music, this could be the comment that the artist
- made of its artwork. For a video, this should be a
- short summary of the story/plot, but a spoiler. This
- should give the impression of what to expect in the
- media.
-
-
- A containing the subtitle
- the media represented by the current instance
- or an empty array if no value is present.
-
-
- This property is implemented using the "DESCRIPTION"
- field.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the performers or artists who performed in
- the media described by the current instance.
-
-
- A containing the performers or
- artists who performed in the media described by the
- current instance or an empty array if no value is
- present.
-
-
- This property is implemented using the "ARTIST" field.
-
-
-
-
- Gets and sets the sort names of the performers or artists
- who performed in the media described by the current instance.
-
-
- A containing the sort names for
- the performers or artists who performed in the media
- described by the current instance, or an empty array if
- no value is present.
-
-
- This property is implemented using the "ARTISTSORT" field.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the Charaters for a video media, or
- instruments played for music media.
- This should match the array (for
- each person correspond one/more role). Several roles for
- the same artist/actor can be made up with semicolons.
- For example, "Marty McFly; Marty McFly Jr.; Marlene McFly".
-
-
- This is typically usefull for movies, although the
- instrument played by each artist in a music may be of
- relevance.
-
- It is highly important to match each role to the
- performers. This means that a role may be to keep the match between a
- Performers[i] and PerformersRole[i].
-
-
-
- This property is implemented using the "ARTISTROLE"
- non-standard field.
-
-
-
-
- Gets and sets the band or artist who is credited in the
- creation of the entire album or collection containing the
- media described by the current instance.
-
-
- A containing the band or artist
- who is credited in the creation of the entire album or
- collection containing the media described by the current
- instance or an empty array if no value is present.
-
-
- This property is implemented using the "ALBUMARTIST"
- field.
-
-
-
-
- Gets and sets the sort names for the band or artist who
- is credited in the creation of the entire album or
- collection containing the media described by the
- current instance.
-
-
- A containing the sort names
- for the band or artist who is credited in the creation
- of the entire album or collection containing the media
- described by the current instance or an empty array if
- no value is present.
-
-
- This property is implemented using the "ALBUMARTISTSORT"
- field.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the composers of the media represented by
- the current instance.
-
-
- A containing the composers of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This property is implemented using the "COMPOSER" field.
-
-
-
-
- Gets and sets the sort names for the composers of
- the media described by the current instance.
-
-
- A containing the sort names
- for the composer of the media described by the current
- instance or an empty array if no value is present.
-
-
- This property is implemented using the "COMPOSERSORT"
- field.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets the album of the media represented by the
- current instance.
-
-
- A object containing the album of
- the media represented by the current instance or if no value is present.
-
-
- This property is implemented using the "ALBUM" field.
-
-
-
-
- Gets and sets the sort names for the Album Title of
- the media described by the current instance.
-
-
- A containing the sort name of
- the Album Title of the media described by the current
- instance or null if no value is present.
-
-
- This property is implemented using the "ALBUMSORT"
- field.
- http://musicbrainz.org/doc/PicardTagMapping
-
-
-
-
- Gets and sets a user comment on the media represented by
- the current instance.
-
-
- A object containing user comments
- on the media represented by the current instance or if no value is present.
-
-
- This property is implemented using the "COMMENT" field.
-
-
-
-
- Gets and sets the genres of the media represented by the
- current instance.
-
-
- A containing the genres of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This property is implemented using the "GENRE" field.
-
-
-
-
- Gets and sets the year that the media represented by the
- current instance was recorded.
-
-
- A containing the year that the media
- represented by the current instance was created or zero
- if no value is present.
-
-
- This property is implemented using the "DATE" field. If a
- value greater than 9999 is set, this property will be
- cleared.
-
-
-
-
- Gets and sets the position of the media represented by
- the current instance in its containing album.
-
-
- A containing the position of the
- media represented by the current instance in its
- containing album or zero if not specified.
-
-
- This property is implemented using the "TRACKNUMER"
- field.
-
-
-
-
- Gets and sets the number of tracks in the album
- containing the media represented by the current instance.
-
-
- A containing the number of tracks in
- the album containing the media represented by the current
- instance or zero if not specified.
-
-
- This property is implemented using the "TRACKTOTAL" field
- but is capable of reading from "TRACKNUMBER" if the total
- is stored in {track}/{count} format.
-
-
-
-
- Gets and sets the number of the disc containing the media
- represented by the current instance in the boxed set.
-
-
- A containing the number of the disc
- containing the media represented by the current instance
- in the boxed set.
-
-
- This property is implemented using the "DISCNUMBER"
- field.
-
-
-
-
- Gets and sets the number of discs in the boxed set
- containing the media represented by the current instance.
-
-
- A containing the number of discs in
- the boxed set containing the media represented by the
- current instance or zero if not specified.
-
-
- This property is implemented using the "DISCTOTAL" field
- but is capable of reading from "DISCNUMBER" if the total
- is stored in {disc}/{count} format.
-
-
-
-
- Gets and sets the lyrics or script of the media
- represented by the current instance.
-
-
- A object containing the lyrics or
- script of the media represented by the current instance
- or if no value is present.
-
-
- This property is implemented using the "LYRICS" field.
-
-
-
-
- Gets and sets the grouping on the album which the media
- in the current instance belongs to.
-
-
- A object containing the grouping on
- the album which the media in the current instance belongs
- to or if no value is present.
-
-
- This property is implemented using the "GROUPING" field.
-
-
-
-
- Gets and sets the number of beats per minute in the audio
- of the media represented by the current instance.
-
-
- A containing the number of beats per
- minute in the audio of the media represented by the
- current instance, or zero if not specified.
-
-
- This property is implemented using the "TEMPO" field.
- Since there is no official definition, this property is
- also implemented using the "BPM" field.
-
-
-
-
- Gets and sets the conductor or director of the media
- represented by the current instance.
-
-
- A object containing the conductor
- or director of the media represented by the current
- instance or if no value present.
-
-
- This property is implemented using the "CONDUCTOR" field.
-
-
-
-
- Gets and sets the copyright information for the media
- represented by the current instance.
-
-
- A object containing the copyright
- information for the media represented by the current
- instance or if no value present.
-
-
- This property is implemented using the "COPYRIGHT" field.
-
-
-
-
- Gets and sets the date at which the tag has been written.
-
-
- A nullable object containing the
- date at which the tag has been written, or if no value present.
-
-
- This property is implemented using the "DATETAGGED"
- non-standard field. It used the the ISO 8601 standard:
- YYYY-MM-DDTHH:MM:SS
-
-
-
-
-
- Gets and sets the MusicBrainz Artist ID for the media
- represented by the current instance.
-
-
- A object containing the MusicBrainz
- ArtistID for the media represented by the current
- instance or if no value present.
-
-
- This property is implemented using the "MUSICBRAINZ_ARTISTID" field.
-
-
-
-
- Gets and sets the MusicBrainz Release Group ID for the media
- represented by the current instance.
-
-
- A object containing the MusicBrainz
- ReleaseGroupID for the media represented by the current
- instance or if no value present.
-
-
- This property is implemented using the "MUSICBRAINZ_RELEASEGROUPID" field.
-
-
-
-
- Gets and sets the MusicBrainz Release ID for the media
- represented by the current instance.
-
-
- A object containing the MusicBrainz
- ReleaseID for the media represented by the current
- instance or if no value present.
-
-
- This property is implemented using the "MUSICBRAINZ_ALBUMID" field.
-
-
-
-
- Gets and sets the MusicBrainz Release Artist ID for the media
- represented by the current instance.
-
-
- A object containing the MusicBrainz
- ReleaseArtistID for the media represented by the current
- instance or if no value present.
-
-
- This property is implemented using the "MUSICBRAINZ_ALBUMARTISTID" field.
-
-
-
-
- Gets and sets the MusicBrainz Track ID for the media
- represented by the current instance.
-
-
- A object containing the MusicBrainz
- TrackID for the media represented by the current
- instance or if no value present.
-
-
- This property is implemented using the "MUSICBRAINZ_TRACKID" field.
-
-
-
-
- Gets and sets the MusicBrainz Disc ID for the media
- represented by the current instance.
-
-
- A object containing the MusicBrainz
- DiscID for the media represented by the current
- instance or if no value present.
-
-
- This property is implemented using the "MUSICBRAINZ_DISCID" field.
-
-
-
-
- Gets and sets the MusicIP PUID for the media
- represented by the current instance.
-
-
- A object containing the MusicIP PUID
- for the media represented by the current
- instance or if no value present.
-
-
- This property is implemented using the "MUSICIP_PUID" field.
-
-
-
-
- Gets and sets the Amazon ID for the media
- represented by the current instance.
-
-
- A object containing the AmazonID
- for the media represented by the current
- instance or if no value present.
-
-
- This property is implemented using the "ASIN" field.
-
-
-
-
- Gets and sets the MusicBrainz Release Status for the media
- represented by the current instance.
-
-
- A object containing the MusicBrainz
- ReleaseStatus for the media represented by the current
- instance or if no value present.
-
-
- This property is implemented using the "MUSICBRAINZ_ALBUMSTATUS" field.
-
-
-
-
- Gets and sets the MusicBrainz Release Type for the media
- represented by the current instance.
-
-
- A object containing the MusicBrainz
- ReleaseType for the media represented by the current
- instance or if no value present.
-
-
- This property is implemented using the "MUSICBRAINZ_ALBUMTYPE" field.
-
-
-
-
- Gets and sets the MusicBrainz Release Country for the media
- represented by the current instance.
-
-
- A object containing the MusicBrainz
- ReleaseCountry for the media represented by the current
- instance or if no value present.
-
-
- This property is implemented using the "RELEASECOUNTRY" field.
-
-
-
-
- Gets and sets a collection of pictures associated with
- the media represented by the current instance.
-
-
- A containing a collection of
- pictures associated with the media represented by the
- current instance or an empty array if none are present.
-
-
- This property is implemented using the COVERART
- field.
-
-
-
-
- Gets and sets whether or not the album described by the
- current instance is a compilation.
-
-
- A value indicating whether or not the
- album described by the current instance is a compilation.
-
-
- This property is implemented using the "COMPILATION" field.
-
-
-
-
- Gets and sets the ReplayGain track gain in dB.
-
-
- A value in dB for the track gain as
- per the ReplayGain specification.
-
-
- This property is implemented using the
- "REPLAYGAIN_TRACK_GAIN" field. Set the value to double.NaN
- to clear the field.
-
-
-
-
- Gets and sets the ReplayGain track peak sample.
-
-
- A value for the track peak as per the
- ReplayGain specification.
-
-
- This property is implemented using the
- "REPLAYGAIN_TRACK_PEAK" field. Set the value to double.NaN
- to clear the field.
-
-
-
-
- Gets and sets the ReplayGain album gain in dB.
-
-
- A value in dB for the album gain as
- per the ReplayGain specification.
-
-
- This property is implemented using the
- "REPLAYGAIN_ALBUM_GAIN" field. Set the value to double.NaN
- to clear the field.
-
-
-
-
- Gets and sets the ReplayGain album peak sample.
-
-
- A value for the album peak as per the
- ReplayGain specification.
-
-
- This property is implemented using the
- "REPLAYGAIN_ALBUM_PEAK" field. Set the value to double.NaN
- to clear the field.
-
-
-
-
- Gets and sets the initial key of the song.
-
-
- A object containing the initial key of the song.
-
-
- This property is implemented using the "INITIALKEY" field.
-
-
-
-
- Gets and sets the remixer of the song.
-
-
- A object containing the remixer of the song.
-
-
- This property is implemented using the "REMIXEDBY" field.
-
-
-
-
- Gets and sets the publisher of the song.
-
-
- A object containing the publisher of the song.
-
-
- This property is implemented using the "ORGANIZATION" field.
-
-
-
-
- Gets and sets the ISRC (International Standard Recording Code) of the song.
-
-
- A object containing the ISRC of the song.
-
-
- This property is implemented using the "ISRC" field.
-
-
-
-
- Gets whether or not the current instance is empty.
-
-
- if the current instance does not
- any values. Otherwise .
-
-
-
-
- Clears the values stored in the current instance.
-
-
-
-
- Specifies the type of content appearing in the picture.
-
-
-
-
- The picture is of a type other than those specified.
-
-
-
-
- The picture is a 32x32 PNG image that should be used when
- displaying the file in a browser.
-
-
-
-
- The picture is of an icon different from .
-
-
-
-
- The picture is of the front cover of the album.
-
-
-
-
- The picture is of the back cover of the album.
-
-
-
-
- The picture is of a leaflet page including with the
- album.
-
-
-
-
- The picture is of the album or disc itself.
-
-
-
-
- The picture is of the lead artist or soloist.
-
-
-
-
- The picture is of the artist or performer.
-
-
-
-
- The picture is of the conductor.
-
-
-
-
- The picture is of the band or orchestra.
-
-
-
-
- The picture is of the composer.
-
-
-
-
- The picture is of the lyricist or text writer.
-
-
-
-
- The picture is of the recording location or studio.
-
-
-
-
- The picture is one taken during the track's recording.
-
-
-
-
- The picture is one taken during the track's performance.
-
-
-
-
- The picture is a capture from a movie screen.
-
-
-
-
- The picture is of a large, colored fish.
-
-
-
-
- The picture is an illustration related to the track.
-
-
-
-
- The picture contains the logo of the band or performer.
-
-
-
-
- The picture is the logo of the publisher or record
- company.
-
-
-
-
- In fact, this is not a Picture, but another file-type.
-
-
-
-
- This interface provides generic information about a picture,
- including its contents, as used by various formats.
-
-
-
-
- Gets and sets the mime-type of the picture data
- stored in the current instance.
-
-
- A object containing the mime-type
- of the picture data stored in the current instance.
-
-
-
-
- Gets and sets the type of content visible in the picture
- stored in the current instance.
-
-
- A containing the type of
- content visible in the picture stored in the current
- instance.
-
-
-
-
- Gets and sets a filename of the picture stored in the
- current instance.
-
-
- A object containing the filename,
- with its extension, of the picture stored in the current
- instance.
-
-
-
-
- Gets and sets a description of the picture stored in the
- current instance.
-
-
- A object containing a description
- of the picture stored in the current instance.
-
-
-
-
- Gets and sets the picture data stored in the current
- instance.
-
-
- A object containing the picture
- data stored in the current instance.
-
-
-
-
- This class implements and provides
- mechanisms for loading pictures from files.
-
-
-
-
- Look-Up-Table associating a file-extension to
- a Mime-Type
-
-
-
-
- Constructs and initializes a new instance of with no data or values.
-
-
-
-
- Constructs and initializes a new instance of by reading in the contents of a
- specified file.
-
-
- A object containing the path of the
- file to read.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of by reading in the contents of a
- specified file abstraction.
-
-
- A object containing
- abstraction of the file to read.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of by using the contents of a object.
-
-
- A object containing picture data
- to use.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of by doing a shallow copy of .
-
-
- A object containing picture data
- to convert to an Picture.
-
-
-
-
- Creates a new , populating it with
- the contents of a file.
-
-
- A object containing the path to a
- file to read the picture from.
-
-
- A new object containing the
- contents of the file and with a mime-type guessed from
- the file's contents.
-
-
-
-
- Creates a new , populating it with
- the contents of a file.
-
-
- A object containing
- the file abstraction to read the picture from.
-
-
- A new object containing the
- contents of the file and with a mime-type guessed from
- the file's contents.
-
-
-
-
- Gets and sets the mime-type of the picture data
- stored in the current instance.
-
-
- A object containing the mime-type
- of the picture data stored in the current instance.
-
-
-
-
- Gets and sets the type of content visible in the picture
- stored in the current instance.
-
-
- A containing the type of
- content visible in the picture stored in the current
- instance.
-
-
-
-
- Gets and sets a filename of the picture stored in the
- current instance.
-
-
- A object containing a fielname, with
- extension, of the picture stored in the current instance.
-
-
-
-
- Gets and sets a description of the picture stored in the
- current instance.
-
-
- A object containing a description
- of the picture stored in the current instance.
-
-
-
-
- Gets and sets the picture data stored in the current
- instance.
-
-
- A object containing the picture
- data stored in the current instance.
-
-
-
-
- Retrieve a mime type from raw file data by reading
- the first few bytes of the file.
- Less accurate than .
-
-
- file name with extension, or just extension of a file
-
- File-extension as , or null if
- not identified
-
-
-
- Gets the file-extension that fits a mime-type.
- More accurate than .
-
-
- Mime-type as .
-
- File-extension as , or null if
- not identified
-
-
-
- Gets the mime type of from a file-name (it's extensions).
- If the format cannot be identified, it assumed to be a Binary file.
-
-
- file name with extension, or just extension of a file
-
- Mime-type as
-
-
-
- This class implements and provides
- mechanisms for loading pictures from files.
- Contrary to , a reference to a file
- where the picture is located can be given and the picture
- is lazily loaded from the file, meaning that it will be
- read from the file only when needed. This saves time and
- memory if the picture loading is not required.
-
-
-
-
- Contains the mime-type.
-
-
-
-
- Contains the content type.
-
-
-
-
- Contains the filename.
-
-
-
-
- Contains the picture data.
-
-
-
-
- Stream where the picture is located
-
-
-
-
- Offset from where the picture start in the
-
-
-
-
- Size of the picture in the (-1 = until end of Stream)
-
-
-
-
- Constructs and initializes a new instance of with no data or values.
-
-
-
-
- Constructs and initializes a new instance of from a file.
- The content will be lazily loaded.
-
-
- A object containing the path of the
- file to read.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of from a file abstraction.
- The content will be lazily loaded.
-
-
- A object containing
- abstraction of the file to read.
-
-
- The position in bytes where the picture is located in the
- .
-
-
- The size in bytes of the picture in the
- (default: read all).
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of by using the contents of a object.
- The content will not be lazily loaded.
-
-
- A object containing picture data
- to use.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of by doing a shallow copy of .
- The content will not be lazily loaded.
-
-
- A object containing picture data
- to convert to an Picture.
-
-
-
-
- Load the picture data from the file,
- if not done yet.
-
-
-
-
- Gets and sets the mime-type of the picture data
- stored in the current instance.
-
-
- A object containing the mime-type
- of the picture data stored in the current instance.
-
-
-
-
- Gets and sets the type of content visible in the picture
- stored in the current instance.
-
-
- A containing the type of
- content visible in the picture stored in the current
- instance.
-
-
-
-
- Gets and sets a filename of the picture stored in the
- current instance.
-
-
- A object containing a fielname, with
- extension, of the picture stored in the current instance.
-
-
-
-
- Gets and sets a description of the picture stored in the
- current instance.
-
-
- A object containing a description
- of the picture stored in the current instance.
-
-
-
-
- Gets and sets the picture data stored in the current
- instance.
-
-
- A object containing the picture
- data stored in the current instance.
-
-
-
-
- Gets an indication whether the picture is loaded.
-
-
-
-
- A Png photo codec. Contains basic photo details.
-
-
-
-
- Gets a text description of the media represented by the
- current instance.
-
-
- A object containing a description
- of the media represented by the current instance.
-
-
-
-
- Constructs a new with the given width
- and height.
-
-
- The width of the photo.
-
-
- The height of the photo.
-
-
- A new instance.
-
-
-
-
- This class extends to provide tagging
- for PNG image files.
-
-
- This implementation is based on http://www.w3.org/TR/PNG
-
-
-
-
- The PNG Header every png file starts with.
-
-
-
-
- byte sequence to indicate a IHDR Chunk
-
-
-
-
- byte sequence to indicate a IEND Chunk
-
-
-
-
- byte sequence to indicate a iTXt Chunk
-
-
-
-
- byte sequence to indicate a tEXt Chunk
-
-
-
-
- byte sequence to indicate a zTXt Chunk
-
-
-
-
- header of a iTXt which contains XMP data.
-
-
-
-
- The height of the image
-
-
-
-
- The width of the image
-
-
-
-
- The Properties of the image
-
-
-
-
- Gets the media properties of the file represented by the
- current instance.
-
-
- A object containing the
- media properties of the file represented by the current
- instance.
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system and specified read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction and
- specified read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- is .
-
-
-
-
- Saves the changes made in the current instance to the
- file it represents.
-
-
-
-
- Reads the information from file with a specified read style.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
-
-
- Validates the header of a PNG file. Therfore, the current position to
- read must be the start of the file.
-
-
-
-
- Reads the length of data of a chunk from the current position
-
-
- A with the length of data.
-
-
- The length is stored in a 4-byte unsigned integer in the file,
- but due to the PNG specification this value does not exceed
- 2^31-1 and can therfore be safely returned as an signed integer.
- This prevents unsafe casts for using the length as parameter
- for other methods.
-
-
-
-
- Reads the type of a chunk from the current position.
-
-
- A with 4 bytes containing the type of
- the Chunk.
-
-
-
-
- Reads the CRC value for a chunk from the current position.
-
-
- A with 4 bytes with the CRC value.
-
-
-
-
- Reads the whole Chunk data starting from the current position.
-
-
- A with the length of the Chunk Data.
-
-
- A with the Chunk Data which is read.
-
-
-
-
- Reads a null terminated string from the given data from given position.
-
-
- A with teh data to read the string from
-
-
- A with the index to start reading
-
-
- A with the index of the null byte
-
-
- A with the read string. The null byte
- is not included.
-
-
-
-
- Reads a null terminated keyword from he given data from given position.
-
-
- A with teh data to read the string from
-
-
- A with the index to start reading
-
-
- A with the index of the null byte
-
-
- A with the read keyword. The null byte
- is not included.
-
-
-
-
- Skips the Chunk Data and CRC Data. The read position must be at the
- beginning of the Chunk data.
-
-
- A with the length of the chunk data read
- before.
-
-
-
-
- Reads the whole metadata from file. The current position must be set to
- the first Chunk which is contained in the file.
-
-
-
-
- Reads the IHDR Chunk from file and extracts some image information
- like width and height. The current position must be set to the start
- of the Chunk Data.
-
-
- A with the length of the Chunk Data.
-
-
-
-
- Reads an iTXt Chunk from file. The current position must be set
- to the start of the Chunk Data. Such a Chunk may contain XMP data
- or translated keywords.
-
-
- A with the length of the Chunk Data.
-
-
-
-
- Reads an tEXt Chunk from file. The current position must be set
- to the start of the Chunk Data. Such a Chunk contains plain
- keywords.
-
-
- A with the length of the Chunk Data.
-
-
-
-
- Reads an zTXt Chunk from file. The current position must be set
- to the start of the Chunk Data. Such a Chunk contains compressed
- keywords.
-
-
- A with the length of the Chunk Data.
-
-
- The Chunk may also contain compressed Exif data which is written
- by other tools. But, since the PNG specification does not support
- Exif data, we ignore it here.
-
-
-
-
- Save the metadata to file.
-
-
-
-
- Creates a Chunk containing the XMP data.
-
-
- A with the XMP data chunk
- or if no XMP data is contained.
-
-
-
-
- Creates a list of Chunks containing the PNG keywords
-
-
- A with the list of chunks, or
- or if no PNG Keywords are contained.
-
-
-
-
- Attempts to extract the media properties of the main
- photo.
-
-
- A object with a best effort guess
- at the right values. When no guess at all can be made,
- is returned.
-
-
-
-
- Checks the CRC for a Chunk.
-
-
- A whith the Chunk type
-
-
- A with the Chunk data.
-
-
- A with the read CRC data.
-
-
-
-
- Computes a 32bit CRC for the given data.
-
-
- A with data to compute
- the CRC for.
-
-
- A with 4 bytes (32bit) containing the CRC.
-
-
-
-
- Table for faster computation of CRC.
-
-
-
-
- Initializes the CRC Table.
-
-
-
-
- Native Png Keywords
-
-
-
-
- Short (one line) title or caption for image
-
-
-
-
- Name of image's creator
-
-
-
-
- Description of image (possibly long)
-
-
-
-
- Copyright notice
-
-
-
-
- Time of original image creation
-
-
-
-
- Software used to create the image
-
-
-
-
- Legal disclaimer
-
-
-
-
- Warning of nature of content
-
-
-
-
- Device used to create the image
-
-
-
-
- Miscellaneous comment
-
-
-
-
- Store the keywords with their values
-
-
-
-
- Constructor.
-
-
-
-
- Gets or sets the comment for the image described
- by the current instance.
-
-
- A containing the comment of the
- current instace.
-
-
- We use here both keywords Description and Comment of the
- PNG specification to store the comment.
-
-
-
-
- Gets and sets the title for the media described by the
- current instance.
-
-
- A object containing the title for
- the media described by the current instance or if no value is present.
-
-
-
-
- Gets or sets the creator of the image.
-
-
- A with the name of the creator.
-
-
-
-
- Gets and sets the copyright information for the media
- represented by the current instance.
-
-
- A object containing the copyright
- information for the media represented by the current
- instance or if no value present.
-
-
-
-
- Gets or sets the software the image, the current instance
- belongs to, was created with.
-
-
- A containing the name of the
- software the current instace was created with.
-
-
-
-
- Gets or sets the time when the image, the current instance
- belongs to, was taken.
-
-
- A with the time the image was taken.
-
-
-
-
- Sets a keyword of to the given value.
-
-
- A with the keyword to set.
-
-
- A with the value.
-
-
-
-
- Gets a value of a keyword.
-
-
- A with the keyword to get the value for.
-
-
- A with the value or
- if the keyword is not contained.
-
-
-
-
- Gets the tag types contained in the current instance.
-
-
- Always .
-
-
-
-
- Clears the values stored in the current instance.
-
-
-
-
- Returns an enumerator to enumerate all keywords.
-
-
- A to enumerate
- the keywords.
-
-
-
-
- This class implements , and
- and combines codecs to create generic media properties
- for a file.
-
-
-
-
- Contains the codecs.
-
-
-
-
- Contains the duration.
-
-
-
-
- Constructs and initializes a new instance of with no codecs or duration.
-
-
- This constructor is used when media properties are
- not read.
-
-
-
-
- Constructs and initializes a new instance of with a specified duration and array
- of codecs.
-
-
- A containing the duration of the
- media, or if the duration is
- to be read from the codecs.
-
-
- A containing the codecs to be
- used in the new instance.
-
-
-
-
- Constructs and initializes a new instance of with a specified duration and
- enumaration of codecs.
-
-
- A containing the duration of the
- media, or if the duration is
- to be read from the codecs.
-
-
- A object containing the
- codec to be used in the new instance.
-
-
-
-
- Gets the codecs contained in the current instance.
-
-
- A object containing the
- objects contained in the current
- instance.
-
-
-
-
- Gets the duration of the media represented by the current
- instance.
-
-
- A containing the duration of the
- media represented by the current instance.
-
-
- If the duration was set in the constructor, that value is
- returned. Otherwise, the longest codec duration is used.
-
-
-
-
- Gets the types of media represented by the current
- instance.
-
-
- A bitwise combined containing
- the types of media represented by the current instance.
-
-
-
-
- Gets a string description of the media represented by the
- current instance.
-
-
- A object containing a description
- of the media represented by the current instance.
-
-
- The value contains the descriptions of the codecs joined
- by colons.
-
-
-
-
- Gets the bitrate of the audio represented by the current
- instance.
-
-
- A containing the bitrate of the audio
- represented by the current instance.
-
-
- This value is equal to the first non-zero audio bitrate.
-
-
-
-
- Gets the sample rate of the audio represented by the
- current instance.
-
-
- A containing the sample rate of the
- audio represented by the current instance.
-
-
- This value is equal to the first non-zero audio sample
- rate.
-
-
-
-
- Gets the number of bits per sample in the audio
- represented by the current instance.
-
-
- A value containing the number of bits
- per sample in the audio represented by the current
- instance.
-
-
- This value is equal to the first non-zero quantization.
-
-
-
-
- Gets the number of channels in the audio represented by
- the current instance.
-
-
- A object containing the number of
- channels in the audio represented by the current
- instance.
-
-
- This value is equal to the first non-zero audio channel
- count.
-
-
-
-
- Gets the width of the video represented by the current
- instance.
-
-
- A containing the width of the video
- represented by the current instance.
-
-
- This value is equal to the first non-zero video width.
-
-
-
-
- Gets the height of the video represented by the current
- instance.
-
-
- A containing the height of the video
- represented by the current instance.
-
-
- This value is equal to the first non-zero video height.
-
-
-
-
- Gets the width of the photo represented by the current
- instance.
-
-
- A value containing the width of the
- photo represented by the current instance.
-
-
-
-
- Gets the height of the photo represented by the current
- instance.
-
-
- A value containing the height of the
- photo represented by the current instance.
-
-
-
-
- Gets the (format specific) quality indicator of the photo
- represented by the current instance.
-
-
- A value indicating the quality. A value
- 0 means that there was no quality indicator for the format
- or the file.
-
-
-
-
- This class extends to provide an
- immutable version.
-
-
-
-
- Constructs and initializes a new instance of with no contents.
-
-
-
-
- Constructs and initializes a new instance of of a specified length filled
- with bytes of a specified value.
-
-
- A specifying the number of bytes to
- add to the new instance.
-
-
- A specifying the value to use for the
- bytes added to the new instance.
-
-
-
-
- Constructs and initializes a new instance of of a specified length filled
- with bytes with a value of zero.
-
-
- A specifying the number of bytes to
- add to the new instance.
-
-
- To specify the value to fill the new instance with,
- use .
-
-
-
-
- Constructs and initializes a new instance of by copying the contents from
- another instance.
-
-
- A object to copy the values
- from.
-
-
-
-
- Constructs and initializes a new instance of by copying a specified
- number of bytes from an array.
-
-
- A to copy values from.
-
-
- A specifying the number of bytes to
- copy.
-
-
- If copying the entire contents of an array, use
- .
-
-
-
-
- Constructs and initializes a new instance of by copying the contents of a
- specified array.
-
-
- A to copy values from.
-
-
- To copy only part of the array, use .
-
-
-
-
- Implicitly converts a to a new
- .
-
-
- A object to convert.
-
-
- A equivalent to
- .
-
-
-
-
- Implicitly converts a to a new
- .
-
-
- A object to convert.
-
-
- A equivalent to
- .
-
-
-
-
- Implicitly converts a object to a
- new using the UTF-8
- encoding.
-
-
- A object to convert.
-
-
- A equivalent to
- .
-
-
-
-
- Gets whether or not the current instance is read-only.
-
-
- Always .
-
-
-
-
- Gets whether or not the current instance is fixed size.
-
-
- Always .
-
-
-
-
- This class provides support for reading an AVI header list to
- extract stream information.
-
-
-
-
- Contains the AVI codec information.
-
-
-
-
- Constructs and initializes a new instance of by reading the contents of a raw
- RIFF list from a specified position in a .
-
-
- A object containing the file
- from which the contents of the new instance is to be
- read.
-
-
- A value specify at what position to
- read the list.
-
-
- A value specifying the number of bytes
- to read.
-
-
- is .
-
-
- is less than zero or greater
- than the size of the file.
-
-
- The list does not contain an AVI header or the AVI header
- is the wrong length.
-
-
-
-
- Gets the header for the current instance.
-
-
- A object containing the header
- for the current instance.
-
-
-
-
- Gets the codecs contained in the current instance.
-
-
- A containing the codecs contained
- in the current instance.
-
-
-
-
- This structure provides a representation of a Microsoft
- AviMainHeader structure, minus the first 8 bytes.
-
-
-
-
- Constructs and initializes a new instance of by reading the raw structure from the
- beginning of a object.
-
-
- A object containing the raw
- data structure.
-
-
- is .
-
-
- contains less than 40 bytes.
-
-
-
-
- Constructs and initializes a new instance of by reading the raw structure
- from a specified position in a
- object.
-
-
- A object containing the raw
- data structure.
-
-
- A value specifying the index in
- at which the structure begins.
-
-
- is .
-
-
- is less than zero.
-
-
- contains less than 40 bytes at
- .
-
-
-
-
- Gets the number of microseconds per frame.
-
-
- A value specifying number of
- microseconds per frame.
-
-
-
-
- Gets the maximum number of bytes per second.
-
-
- A value specifying maximum number of
- bytes per second.
-
-
-
-
- Gets the file flags.
-
-
- A value specifying file flags.
-
-
-
-
- Gets the number of frames in the file.
-
-
- A value specifying the number of
- frames in the file.
-
-
-
-
- Gets how far ahead audio is from video.
-
-
- A value specifying how far ahead
- audio is from video.
-
-
-
-
- Gets the number of streams in the file.
-
-
- A value specifying the number of
- streams in the file.
-
-
-
-
- Gets the suggested buffer size for the file.
-
-
- A value specifying the buffer size.
-
-
-
-
- Gets the width of the video in the file.
-
-
- A value containing the width of the
- video.
-
-
-
-
- Gets the height of the video in the file.
-
-
- A value containing the height of the
- video.
-
-
-
-
- Gets the duration of the media in the file.
-
-
- A value containing the duration
- of the file.
-
-
-
-
- This abstract class provides basic support for parsing a raw AVI
- stream list.
-
-
-
-
- Constructs and intializes a new instance of with a specified stream header.
-
-
- A object containing the
- stream's header.
-
-
-
-
- Parses a stream list item.
-
-
- A object containing the item's
- ID.
-
-
- A object containing the item's
- data.
-
-
- A value specifying the index in
- at which the item data begins.
-
-
- A value specifying the length of the
- item.
-
-
-
-
- Gets the stream header.
-
-
- A object containing the
- header information for the stream.
-
-
-
-
- Gets the codec information.
-
-
- A object containing the codec
- information for the stream.
-
-
-
-
- Parses a raw AVI stream list and returns the stream
- information.
-
-
- A object containing raw stream
- list.
-
-
- A object containing stream
- information.
-
-
-
-
- This class extends to provide support
- for reading audio stream data.
-
-
-
-
- Constructs and intializes a new instance of with a specified stream header.
-
-
- A object containing the
- stream's header.
-
-
-
-
- Parses a stream list item.
-
-
- A object containing the item's
- ID.
-
-
- A object containing the item's
- data.
-
-
- A value specifying the index in
- at which the item data begins.
-
-
- A value specifying the length of the
- item.
-
-
-
-
- This class extends to provide support
- for reading video stream data.
-
-
-
-
- Constructs and intializes a new instance of with a specified stream header.
-
-
- A object containing the
- stream's header.
-
-
-
-
- Parses a stream list item.
-
-
- A object containing the item's
- ID.
-
-
- A object containing the item's
- data.
-
-
- A value specifying the index in
- at which the item data begins.
-
-
- A value specifying the length of the
- item.
-
-
-
-
- This structure provides a representation of a Microsoft
- AviStreamHeader structure, minus the first 8 bytes.
-
-
-
-
- Constructs and initializes a new instance of by reading the raw structure
- from the beginning of a object.
-
-
- A object containing the raw
- data structure.
-
-
- is .
-
-
- contains less than 56 bytes.
-
-
-
-
- Constructs and initializes a new instance of by reading the raw structure
- from a specified position in a
- object.
-
-
- A object containing the raw
- data structure.
-
-
- A value specifying the index in
- at which the structure begins.
-
-
- is .
-
-
- is less than zero.
-
-
- contains less than 56 bytes at
- .
-
-
-
-
- Gets the stream type.
-
-
- A four-byte object specifying
- stream type.
-
-
-
-
- Gets the stream handler (codec) ID.
-
-
- A four-byte object specifying
- stream handler ID.
-
-
-
-
- Gets the stream flags.
-
-
- A value specifying stream flags.
-
-
-
-
- Gets the stream priority.
-
-
- A value specifying stream priority.
-
-
-
-
- Gets how far ahead audio is from video.
-
-
- A value specifying how far ahead
- audio is from video.
-
-
-
-
- Gets the scale of the stream.
-
-
- A value specifying the scale of the
- stream.
-
-
- Dividing by gives
- the number of samples per second.
-
-
-
-
- Gets the rate of the stream.
-
-
- A value specifying the rate of the
- stream.
-
-
- Dividing by gives
- the number of samples per second.
-
-
-
-
- Gets the start delay of the stream.
-
-
- A value specifying the start delay of
- the stream.
-
-
-
-
- Gets the length of the stream.
-
-
- A value specifying the length of the
- stream.
-
-
-
-
- Gets the suggested buffer size for the stream.
-
-
- A value specifying the buffer size.
-
-
-
-
- Gets the quality of the stream data.
-
-
- A value specifying the quality of the
- stream data between 0 and 10,000.
-
-
-
-
- Gets the sample size of the stream data.
-
-
- A value specifying the sample size.
-
-
-
-
- Gets the position at which the left of the video is to
- be displayed in the rectangle whose width is given in the
- the file's .
-
-
- A value specifying the left
- position.
-
-
-
-
- Gets the position at which the top of the video is to be
- displayed in the rectangle whose height is given in the
- the file's .
-
-
- A value specifying the top
- position.
-
-
-
-
- Gets the position at which the right of the video is to
- be displayed in the rectangle whose width is given in the
- the file's .
-
-
- A value specifying the right
- position.
-
-
-
-
- Gets the position at which the bottom of the video is
- to be displayed in the rectangle whose height is given in
- the file's .
-
-
- A value specifying the bottom
- position.
-
-
-
-
- This structure provides a representation of a Microsoft
- BitmapInfoHeader structure.
-
-
-
-
- Contains the video width.
-
-
-
-
- Contains the video height.
-
-
-
-
- Constructs and initializes a new instance of by reading the raw structure
- from the beginning of a object.
-
-
- A object containing the raw
- data structure.
-
-
- is .
-
-
- contains less than 40 bytes.
-
-
-
-
- Constructs and initializes a new instance of by reading the raw structure
- from a specified position in a
- object.
-
-
- A object containing the raw
- data structure.
-
-
- A value specifying the index in
- at which the structure begins.
-
-
- is .
-
-
- is less than zero.
-
-
- contains less than 16 bytes at
- .
-
-
-
-
- Gets the size of the structure in bytes.
-
-
- A value containing the number of
- bytes in the structure.
-
-
-
-
- Gets the number of planes in the image.
-
-
- A value containing the number of
- planes.
-
-
-
-
- Gets the number of bits per pixel.
-
-
- A value containing the number of
- bits per pixel, equivalent to the log base 2 of the
- maximum number of colors.
-
-
-
-
- Gets the compression ID for image.
-
-
- A four-byte object containing
- the ID of the compression system (codec) used by the
- image.
-
-
-
-
- Gets the size of the image in bytes.
-
-
- A value containing the number of
- bytes in the image.
-
-
-
-
- Gets the horizontal resolution of the target device.
-
-
- A value containing the number of
- pixels-per-meter in the hoizontal direction for the
- target device.
-
-
-
-
- Gets the vertical resolution of the target device.
-
-
- A value containing the number of
- pixels-per-meter in the vertical direction for the
- target device.
-
-
-
-
- Gets the number of colors in the image.
-
-
- A value containing the number of
- colors.
-
-
-
-
- Gets the number of colors important in displaying the
- image.
-
-
- A value containing the number of
- important colors.
-
-
-
-
- Gets the width of the video represented by the current
- instance.
-
-
- A value containing the width of the
- video represented by the current instance.
-
-
-
-
- Gets the height of the video represented by the current
- instance.
-
-
- A value containing the height of the
- video represented by the current instance.
-
-
-
-
- Gets the types of media represented by the current
- instance.
-
-
- Always .
-
-
-
-
- Gets the duration of the media represented by the current
- instance.
-
-
- Always .
-
-
-
-
- Gets a text description of the media represented by the
- current instance.
-
-
- A object containing a description
- of the media represented by the current instance.
-
-
-
-
- Generates a hash code for the current instance.
-
-
- A value containing the hash code for
- the current instance.
-
-
-
-
- Checks whether or not the current instance is equal to
- another object.
-
-
- A to compare to the current
- instance.
-
-
- A value indicating whether or not the
- current instance is equal to .
-
-
-
-
-
- Checks whether or not the current instance is equal to
- another instance of .
-
-
- A object to compare to
- the current instance.
-
-
- A value indicating whether or not the
- current instance is equal to .
-
-
-
-
-
- Gets whether or not two instances of are equal to eachother.
-
-
- A object to compare.
-
-
- A object to compare.
-
-
- if is
- equal to . Otherwise, .
-
-
-
-
- Gets whether or not two instances of differ.
-
-
- A object to compare.
-
-
- A object to compare.
-
-
- if is
- unequal to . Otherwise, .
-
-
-
-
- This class extends to provide support for
- reading and writing tags stored in the DivX format.
-
-
-
-
- Contains the title.
-
-
-
-
- Contains the semicolon separated performers.
-
-
-
-
- Contains the 4 digit year.
-
-
-
-
- Contains a comment on track.
-
-
-
-
- Contains the genre index.
-
-
-
-
- Contains the extra 6 bytes at the end of the tag.
-
-
-
-
- The size of a DivX tag.
-
-
-
-
- The identifier used to recognize a DivX tags.
-
-
- "DIVXTAG"
-
-
-
-
- Constructs and initializes a new instance of with no contents.
-
-
-
-
- Constructs and initializes a new instance of by reading the contents from a
- specified position in a specified file.
-
-
- A object containing the file from
- which the contents of the new instance is to be read.
-
-
- A value specify at what position to
- read the tag.
-
-
- is .
-
-
- is less than zero or greater
- than the size of the file.
-
-
- The file does not contain the file identifier at the
- correct offset from the given position.
-
-
-
-
- Constructs and initializes a new instance of by reading the contents raw tag data
- stored in a specified object.
-
-
- A containing a raw DivX tag to
- read into the new instance.
-
-
- is .
-
-
- The file does not contain the file identifier at the
- correct offset from the given position.
-
-
-
-
- Renders the current instance as a raw DivX tag.
-
-
- A object containing the
- rendered tag.
-
-
-
-
- Populates the current instance by parsing the contents of
- a raw DivX tag.
-
-
- A object containing the
- starting with an DivX tag.
-
-
-
-
- Gets the tag types contained in the current instance.
-
-
- Always .
-
-
-
-
- Gets and sets the title for the media described by the
- current instance.
-
-
- A object containing the title for
- the media described by the current instance or if no value is present.
-
-
- When stored on disk, only the first 32 bytes of the
- Latin-1 encoded value will be stored. This may result in
- lost data.
-
-
-
-
- Gets and sets the performers or artists who performed in
- the media described by the current instance.
-
-
- A containing the performers or
- artists who performed in the media described by the
- current instance or an empty array if no value is
- present.
-
-
- When stored on disk, only the first 28 bytes of the
- Latin-1 encoded value will be stored, minus a byte for
- each additionial performer (i.e. two performers will only
- have 27 bytes and three performers will only have 26
- bytes).This may result in lost data.
-
-
-
-
- Gets and sets a user comment on the media represented by
- the current instance.
-
-
- A object containing user comments
- on the media represented by the current instance or if no value is present.
-
-
- When stored on disk, only the first 48 bytes of the
- Latin-1 encoded value will be stored. This may result in
- lost data.
-
-
-
-
- Gets and sets the genres of the media represented by the
- current instance.
-
-
- A containing the genres of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- Only first genre will be stored and only if it is an
- exact match for a value appearing in . All other values will
- result in the property being cleared.
-
-
-
-
- Gets and sets the year that the media represented by the
- current instance was recorded.
-
-
- A containing the year that the media
- represented by the current instance was created or zero
- if no value is present.
-
-
- Only values between 1 and 9999 will be stored, all other
- values will result in the property being zeroed.
-
-
-
-
- Clears the values stored in the current instance.
-
-
-
-
- This class extends to provide
- support for reading and writing tags and properties for files
- using the RIFF file format such as AVI and Wave files.
-
-
-
-
- Contains all the tags of the file.
-
-
-
-
- Contains the INFO tag.
-
-
-
-
- Contains the MovieID tag.
-
-
-
-
- Contains the DivX tag.
-
-
-
-
- Contains the Id3v2 tag.
-
-
-
-
- Contains the media properties.
-
-
-
-
- The identifier used to recognize a RIFF files.
-
-
- "RIFF"
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system and specified read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system with an average read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction and
- specified read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction with an
- average read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- is .
-
-
-
-
- Gets a abstract representation of all tags stored in the
- current instance.
-
-
- A object representing all tags
- stored in the current instance.
-
-
-
-
- Gets the media properties of the file represented by the
- current instance.
-
-
- A object containing the
- media properties of the file represented by the current
- instance.
-
-
-
-
- Saves the changes made in the current instance to the
- file it represents.
-
-
-
-
- Removes a set of tag types from the current instance.
-
-
- A bitwise combined value
- containing tag types to be removed from the file.
-
-
- In order to remove all tags from a file, pass as .
-
-
-
-
- Gets a tag of a specified type from the current instance,
- optionally creating a new tag if possible.
-
-
- A value indicating the
- type of tag to read.
-
-
- A value specifying whether or not to
- try and create the tag if one is not found.
-
-
- A object containing the tag that was
- found in or added to the current instance. If no
- matching tag was found and none was created, is returned.
-
-
-
-
- Reads the contents of the current instance determining
- the size of the riff data, the area the tagging is in,
- and optionally reading in the tags and media properties.
-
-
- If , any tags found will be read
- into the current instance.
-
-
- A value specifying how the media
- data is to be read into the current instance.
-
-
- A value reference to be filled with
- the size of the RIFF data as read from the file.
-
-
- A value reference to be filled with
- the absolute seek position at which the tagging data
- starts.
-
-
- A value reference to be filled with
- the absolute seek position at which the tagging data
- ends.
-
-
- The file does not begin with .
-
-
-
-
- This class extends to provide support for
- reading and writing standard INFO tags.
-
-
-
-
- Constructs and initializes a new instance of with no contents.
-
-
-
-
- Constructs and initializes a new instance of by reading the contents of a raw
- RIFF list stored in a object.
-
-
- A containing a raw RIFF list to
- read into the new instance.
-
-
-
-
- Constructs and initializes a new instance of by reading the contents of a raw RIFF
- list from a specified position in a .
-
-
- A object containing the file
- from which the contents of the new instance is to be
- read.
-
-
- A value specify at what position to
- read the list.
-
-
- A value specifying the number of bytes
- to read.
-
-
- is .
-
-
- is less than zero or greater
- than the size of the file.
-
-
-
-
- Renders the current instance enclosed in a "INFO" item.
-
-
- A object containing the rendered
- version of the current instance.
-
-
-
-
- Gets the tag types contained in the current instance.
-
-
- Always .
-
-
-
-
- Gets and sets the title for the media described by the
- current instance.
-
-
- A object containing the title for
- the media described by the current instance or if no value is present.
-
-
- This property is implemented using the "INAM" item.
-
-
-
-
- Gets and sets a short description of the media.
- For a music, this could be the comment that the artist
- made of its artwork. For a video, this should be a
- short summary of the story/plot, but a spoiler. This
- should give the impression of what to expect in the
- media.
-
-
- A containing the subtitle
- the media represented by the current instance
- or an empty array if no value is present.
-
-
- This property is implemented using the "ISBJ" item.
-
-
-
-
- Gets and sets the performers or artists who performed in
- the media described by the current instance.
-
-
- A containing the performers or
- artists who performed in the media described by the
- current instance or an empty array if no value is
- present.
-
-
- This property is implemented using the "ISTR" item.
-
-
-
-
- Gets and sets the band or artist who is credited in the
- creation of the entire album or collection containing the
- media described by the current instance.
-
-
- A containing the band or artist
- who is credited in the creation of the entire album or
- collection containing the media described by the current
- instance or an empty array if no value is present.
-
-
- This property is implemented using the "IART" item.
-
-
-
-
- Gets and sets the composers of the media represented by
- the current instance.
-
-
- A containing the composers of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This property is implemented using the "IWRI" item.
-
-
-
-
- Gets and sets the album of the media represented by the
- current instance.
-
-
- A object containing the album of
- the media represented by the current instance or if no value is present.
-
-
- This property is implemented using the non-standard
- "DIRC" (Directory) item.
-
-
-
-
- Gets and sets the conductor or director of the media
- represented by the current instance.
-
-
- A object containing the conductor
- or director of the media represented by the current
- instance or if no value present.
-
-
- This property is implemented using the "ICNM"
- (Cinematographer) non-standard item.
-
-
-
-
- Gets and sets a user comment on the media represented by
- the current instance.
-
-
- A object containing user comments
- on the media represented by the current instance or if no value is present.
-
-
- This property is implemented using the "ICMT" item.
-
-
-
-
- Gets and sets the genres of the media represented by the
- current instance.
-
-
- A containing the genres of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This property is implemented using the "IGNR" item.
-
-
-
-
- Gets and sets the year that the media represented by the
- current instance was recorded.
-
-
- A containing the year that the media
- represented by the current instance was created or zero
- if no value is present.
-
-
- This property is implemented using the "ICRD" item.
-
-
-
-
- Gets and sets the position of the media represented by
- the current instance in its containing album.
-
-
- A containing the position of the
- media represented by the current instance in its
- containing album or zero if not specified.
-
-
- This property is implemented using the "IPRT" item.
-
-
-
-
- Gets and sets the number of tracks in the album
- containing the media represented by the current instance.
-
-
- A containing the number of tracks in
- the album containing the media represented by the current
- instance or zero if not specified.
-
-
- This property is implemented using the "IFRM" item.
-
-
-
-
- Gets and sets the copyright information for the media
- represented by the current instance.
-
-
- A object containing the copyright
- information for the media represented by the current
- instance or if no value present.
-
-
- This property is implemented using the "ICOP" item.
-
-
-
-
- This class extends to provide
- support for reading and writing RIFF lists.
-
-
-
-
- Contains the value used for parsing
- and rendering the contents of this list.
-
-
-
-
- Constructs and initializes a new instance of with no contents.
-
-
-
-
- Constructs and initializes a new instance of by reading the contents of a raw RIFF
- list stored in a object.
-
-
- A containing a raw RIFF list to
- read into the new instance.
-
-
-
-
- Constructs and initializes a new instance of by reading the contents of a raw RIFF list
- from a specified position in a .
-
-
- A object containing the file
- from which the contents of the new instance is to be
- read.
-
-
- A value specify at what position to
- read the list.
-
-
- A value specifying the number of bytes
- to read.
-
-
- is .
-
-
- is less than zero or greater
- than the size of the file.
-
-
-
-
- Constructs and initializes a new instance of from a specified serialization info and
- streaming context.
-
-
- A object containing the
- serialized data to be used for the new instance.
-
-
- A object containing the
- streaming context information for the new instance.
-
-
- This constructor is implemented because implements the interface.
-
-
-
-
- Gets or sets the value used for parsing
- and rendering the contents of this list.
-
-
- The value must be StringType.Latin1 or StringType.UTF8.
-
-
-
-
- Renders the current instance as a raw RIFF list.
-
-
- A object containing the rendered
- version of the current instance.
-
-
-
-
- Renders the current instance enclosed in an item with a
- specified ID.
-
-
- A object containing the ID of
- the item to enclose the current instance in.
-
-
- A object containing the rendered
- version of the current instance.
-
-
- is .
-
-
- isn't exactly four bytes long.
-
-
-
-
- Gets the values for a specified item in the current
- instance as a .
-
-
- A object containing the ID of
- the item to set.
-
-
- A object containing
- the values of the specified item.
-
-
- is .
-
-
- isn't exactly four bytes long.
-
-
-
-
- Gets the values for a specified item in the current
- instance as a .
-
-
- A object containing the ID of
- the item to set.
-
-
- A containing the values of the
- specified item.
-
-
- is .
-
-
- isn't exactly four bytes long.
-
-
-
-
- Gets the values for a specified item in the current
- instance as a .
-
-
- A object containing the ID of
- the item to set.
-
-
- A object containing the
- values of the specified item.
-
-
- is .
-
-
- isn't exactly four bytes long.
-
-
-
-
- Gets the value for a specified item in the current
- instance as a .
-
-
- A object containing the ID of
- the item to set.
-
-
- A value containing the first value
- with the specified ID that could be converted to an
- integer, or zero if none could be found.
-
-
- is .
-
-
- isn't exactly four bytes long.
-
-
-
-
- Sets the value for a specified item in the current
- instance to the contents of a .
-
-
- A object containing the ID of
- the item to set.
-
-
- A containing the objects to
- store in the specified item.
-
-
- is .
-
-
- isn't exactly four bytes long.
-
-
-
-
- Sets the value for a specified item in the current
- instance to the contents of a .
-
-
- A object containing the ID of
- the item to set.
-
-
- A containing the values to
- store in the specified item.
-
-
- is .
-
-
- isn't exactly four bytes long.
-
-
-
-
- Sets the value for a specified item in the current
- instance to the value of a .
-
-
- A object containing the ID of
- the item to set.
-
-
- A value to store in the specified
- item.
-
-
- is .
-
-
- isn't exactly four bytes long.
-
-
-
-
- Sets the value for a specified item in the current
- instance to the contents of a .
-
-
- A object containing the ID of
- the item to set.
-
-
- A containing the objects to store
- in the specified item.
-
-
- is .
-
-
- isn't exactly four bytes long.
-
-
-
-
- Sets the value for a specified item in the current
- instance to the contents of a .
-
-
- A object containing the ID of
- the item to set.
-
-
- A containing the values to store
- in the specified item.
-
-
- is .
-
-
- isn't exactly four bytes long.
-
-
-
-
- Removes the item with the specified ID from the current
- instance.
-
-
- A object containing the ID of
- the item to remove from the current instance.
-
-
- is .
-
-
- isn't exactly four bytes long.
-
-
-
-
- Populates the current instance by reading in the contents
- of a raw RIFF list stored in a
- object.
-
-
- A containing a raw RIFF list to
- read into the current instance.
-
-
-
-
- This abstract class extends to provide support
- for reading and writing tags stored in the RIFF list format.
-
-
-
-
- Contains the object.
-
-
-
-
- Constructs and initializes a new instance of with no contents.
-
-
-
-
- Constructs and initializes a new instance of using a specified RIFF list.
-
-
- A object to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of by reading the contents of a raw
- RIFF list stored in a object.
-
-
- A containing a raw RIFF list to
- read into the new instance.
-
-
-
-
- Constructs and initializes a new instance of by reading the contents of a raw RIFF
- list from a specified position in a .
-
-
- A object containing the file
- from which the contents of the new instance is to be
- read.
-
-
- A value specify at what position to
- read the list.
-
-
- A value specifying the number of bytes
- to read.
-
-
- is .
-
-
- is less than zero or greater
- than the size of the file.
-
-
-
-
- Gets or sets the value used for parsing
- and rendering the contents of this tag.
-
-
- The value must be StringType.Latin1 or StringType.UTF8.
-
-
-
-
- Renders the current instance enclosed in the appropriate
- item.
-
-
- A object containing the rendered
- version of the current instance.
-
-
-
-
- Renders the current instance enclosed in an item with a
- specified ID.
-
-
- A object containing the ID of
- the item to enclose the current instance in.
-
-
- A object containing the rendered
- version of the current instance.
-
-
- is .
-
-
- isn't exactly four bytes long.
-
-
-
-
- Renders the current instance as a raw RIFF list.
-
-
- A object containing the rendered
- version of the current instance.
-
-
-
-
- Gets the values for a specified item in the current
- instance as a .
-
-
- A object containing the ID of
- the item to set.
-
-
- A object containing
- the values of the specified item.
-
-
- is .
-
-
- isn't exactly four bytes long.
-
-
-
-
- Gets the values for a specified item in the current
- instance as a .
-
-
- A object containing the ID of
- the item to set.
-
-
- A containing the values of the
- specified item.
-
-
- is .
-
-
- isn't exactly four bytes long.
-
-
-
-
- Gets the values for a specified item in the current
- instance as a .
-
-
- A object containing the ID of
- the item to set.
-
-
- A object containing the
- values of the specified item.
-
-
- is .
-
-
- isn't exactly four bytes long.
-
-
-
-
- Gets the value for a specified item in the current
- instance as a .
-
-
- A object containing the ID of
- the item to set.
-
-
- A value containing the first value
- with the specified ID that could be converted to an
- integer, or zero if none could be found.
-
-
- is .
-
-
- isn't exactly four bytes long.
-
-
-
-
- Sets the value for a specified item in the current
- instance to the contents of a .
-
-
- A object containing the ID of
- the item to set.
-
-
- A containing the values to
- store in the specified item.
-
-
- is .
-
-
- isn't exactly four bytes long.
-
-
-
-
- Sets the value for a specified item in the current
- instance to the contents of a .
-
-
- A object containing the ID of
- the item to set.
-
-
- A object containing
- the values to store in the specified item.
-
-
- is .
-
-
- isn't exactly four bytes long.
-
-
-
-
- Sets the value for a specified item in the current
- instance to the value of a .
-
-
- A object containing the ID of
- the item to set.
-
-
- A value to store in the specified
- item.
-
-
- is .
-
-
- isn't exactly four bytes long.
-
-
-
-
- Sets the value for a specified item in the current
- instance to the contents of a .
-
-
- A object containing the ID of
- the item to set.
-
-
- A object containing the
- values to store in the specified item.
-
-
- is .
-
-
- isn't exactly four bytes long.
-
-
-
-
- Sets the value for a specified item in the current
- instance to the contents of a .
-
-
- A object containing the ID of
- the item to set.
-
-
- A containing the values to store
- in the specified item.
-
-
- is .
-
-
- isn't exactly four bytes long.
-
-
-
-
- Removes the item with the specified ID from the current
- instance.
-
-
- A object containing the ID of
- the item to remove from the current instance.
-
-
- is .
-
-
- isn't exactly four bytes long.
-
-
-
-
- Gets whether or not the current instance is empty.
-
-
- if the current instance does not
- any values. Otherwise .
-
-
-
-
- Clears the values stored in the current instance.
-
-
-
-
- This class extends to provide support for
- reading and writing MovieID tags.
-
-
-
-
- Constructs and initializes a new instance of with no contents.
-
-
-
-
- Constructs and initializes a new instance of by reading the contents of a raw
- RIFF list stored in a object.
-
-
- A containing a raw RIFF list to
- read into the new instance.
-
-
-
-
- Constructs and initializes a new instance of by reading the contents of a raw
- RIFF list from a specified position in a .
-
-
- A object containing the file
- from which the contents of the new instance is to be
- read.
-
-
- A value specify at what position to
- read the list.
-
-
- A value specifying the number of bytes
- to read.
-
-
- is .
-
-
- is less than zero or greater
- than the size of the file.
-
-
-
-
- Renders the current instance enclosed in a "MID " item.
-
-
- A object containing the rendered
- version of the current instance.
-
-
-
-
- Gets the tag types contained in the current instance.
-
-
- Always .
-
-
-
-
- Gets and sets the title for the media described by the
- current instance.
-
-
- A object containing the title for
- the media described by the current instance or if no value is present.
-
-
- This property is implemented using the "TITL" item.
-
-
-
-
- Gets and sets the performers or artists who performed in
- the media described by the current instance.
-
-
- A containing the performers or
- artists who performed in the media described by the
- current instance or an empty array if no value is
- present.
-
-
- This property is implemented using the "IART" item.
-
-
-
-
- Gets and sets a user comment on the media represented by
- the current instance.
-
-
- A object containing user comments
- on the media represented by the current instance or if no value is present.
-
-
- This property is implemented using the "COMM" item.
-
-
-
-
- Gets and sets the genres of the media represented by the
- current instance.
-
-
- A containing the genres of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This property is implemented using the "GENR" item.
-
-
-
-
- Gets and sets the position of the media represented by
- the current instance in its containing album.
-
-
- A containing the position of the
- media represented by the current instance in its
- containing album or zero if not specified.
-
-
- This property is implemented using the "PRT1" item.
-
-
-
-
- Gets and sets the number of tracks in the album
- containing the media represented by the current instance.
-
-
- A containing the number of tracks in
- the album containing the media represented by the current
- instance or zero if not specified.
-
-
- This property is implemented using the "PRT2" item.
-
-
-
-
- This structure provides a representation of a Microsoft
- WaveFormatEx structure.
-
-
-
-
- Contains the number of audio channels.
-
-
-
-
- Contains the number of samples per second.
-
-
-
-
- Constructs and initializes a new instance of by reading the raw structure from
- the beginning of a object.
-
-
- A object containing the raw
- data structure.
-
-
- is .
-
-
- contains less than 16 bytes.
-
-
-
-
- Constructs and initializes a new instance of by reading the raw structure from
- a specified position in a
- object.
-
-
- A object containing the raw
- data structure.
-
-
- A value specifying the index in
- at which the structure begins.
-
-
- is .
-
-
- is less than zero.
-
-
- contains less than 16 bytes at
- .
-
-
-
-
- Gets the format tag of the audio described by the
- current instance.
-
-
- A value containing the format tag
- of the audio.
-
-
- Format tags indicate the codec of the audio contained in
- the file and are contained in a Microsoft registry. For
- a description of the format, use .
-
-
-
-
- Gets the average bytes per second of the audio described
- by the current instance.
-
-
- A value containing the average
- bytes per second of the audio.
-
-
-
-
- Gets the bits per sample of the audio described by the
- current instance.
-
-
- A value containing the bits per
- sample of the audio.
-
-
-
-
- Gets the bitrate of the audio represented by the current
- instance.
-
-
- A value containing a bitrate of the
- audio represented by the current instance.
-
-
-
-
- Gets the sample rate of the audio represented by the
- current instance.
-
-
- A value containing the sample rate of
- the audio represented by the current instance.
-
-
-
-
- Gets the number of channels in the audio represented by
- the current instance.
-
-
- A value containing the number of
- channels in the audio represented by the current
- instance.
-
-
-
-
- Gets the types of media represented by the current
- instance.
-
-
- Always .
-
-
-
-
- Gets the duration of the media represented by the current
- instance.
-
-
- Always .
-
-
-
-
- Gets a text description of the media represented by the
- current instance.
-
-
- A object containing a description
- of the media represented by the current instance.
-
-
-
-
- Generates a hash code for the current instance.
-
-
- A value containing the hash code for
- the current instance.
-
-
-
-
- Checks whether or not the current instance is equal to
- another object.
-
-
- A to compare to the current
- instance.
-
-
- A value indicating whether or not the
- current instance is equal to .
-
-
-
-
-
- Checks whether or not the current instance is equal to
- another instance of .
-
-
- A object to compare to the
- current instance.
-
-
- A value indicating whether or not the
- current instance is equal to .
-
-
-
-
-
- Gets whether or not two instances of are equal to eachother.
-
-
- A object to compare.
-
-
- A object to compare.
-
-
- if is
- equal to . Otherwise, .
-
-
-
-
- Gets whether or not two instances of differ.
-
-
- A object to compare.
-
-
- A object to compare.
-
-
- if is
- unequal to . Otherwise, .
-
-
-
-
- This class extends for a collection of
- objects.
-
-
-
-
- Constructs and initializes a new instance of with no contents.
-
-
-
-
- Constructs and initializes a new instance of with the contents of another
- instance.
-
-
- A object whose values are
- to be added to the new instance.
-
-
-
-
- Constructs and initializes a new instance of with the contents of a
- specified array.
-
-
- A whose values are to be added to
- the new instance.
-
-
-
-
- Constructs and initializes a new instance of by converting a collection of
- objects to strings with a
- specified encoding.
-
-
- A object containing
- values to convert and add to the new instance.
-
-
- A specifying what encoding to
- use when converting the data to strings.
-
-
-
-
- Constructs and initializes a new instance of by converting a collection of
- objects to strings using the
- UTF-8 encoding.
-
-
- A object containing
- values to convert and add to the new instance.
-
-
-
-
- Splits a single into a using a pattern.
-
-
- A object to split.
-
-
- A object containing a pattern to
- use to split .
-
-
- A object containing the
- split values.
-
-
- or
- is .
-
-
-
-
- This class provides an attribute for listing supported mime-types
- for classes that extend .
-
-
- When classes that extend are registered with
- , its attributes are read.
-
-
- using TagLib;
-
- [SupportedMimeType("taglib/wv", "wv")]
- [SupportedMimeType("audio/x-wavpack")]
- public class MyFile : File {
- ...
- }
-
-
-
-
- Contains the registered
- objects.
-
-
-
-
- Constructs and initializes the class by initializing the
- class.
-
-
-
-
- Constructs and initializes a new instance of the attribute for a specified
- mime-type.
-
-
- A object containing a standard
- mime-type.
-
-
- Standard practice is to use to register standard
- mime-types, like "audio/mp3" and "video/mpeg" and to use
- strictly
- to register extensions, using "taglib/ext" for the mime
- type. Eg. SupportedMimeType("taglib/mp3",
- "mp3").
-
-
-
-
- Constructs and initializes a new instance of the attribute for a specified
- mime-type and extension.
-
-
- A object containing a standard
- mime-type.
-
-
- A object containing a file
- extension.
-
-
- Standard practice is to use to register standard
- mime-types, like "audio/mp3" and "video/mpeg" and to use
- strictly
- to register extensions, using "taglib/ext" for the mime
- type. Eg. SupportedMimeType("taglib/mp3",
- "mp3").
-
-
-
-
- Gets the mime-type registered by the current instance.
-
-
- A object containing the mime-type
- registered by the current instance.
-
-
- The value is in the format "generic/specific". For
- example, "video/mp4".
-
-
-
-
- Gets the extension registered by the current instance.
-
-
- A object containing the extension
- registered by the current instance, or if not specified.
-
-
- The value is the file extension minus the preceding
- ".". For example, "m4v".
-
-
-
-
- Gets all the mime-types that have been registered with
- .
-
-
- A object containing all the
- mime-types that have been registered with .
-
-
- These values are used by to
- match file types.
-
-
-
-
- Gets all the extensions that have been registered with
- .
-
-
- A object containing all the
- extensions that have been registered with .
-
-
- These values are currently not used in file type
- recognition.
-
-
-
-
- Indicates the tag types used by a file.
-
-
-
-
- No tag types.
-
-
-
-
- Xiph's Vorbis Comment
-
-
-
-
- ID3v1 Tag
-
-
-
-
- ID3v2 Tag
-
-
-
-
- APE Tag
-
-
-
-
- Apple's ILST Tag Format
-
-
-
-
- ASF Tag
-
-
-
-
- Standard RIFF INFO List Tag
-
-
-
-
- RIFF Movie ID List Tag
-
-
-
-
- DivX Tag
-
-
-
-
- FLAC Metadata Blocks Tag
-
-
-
-
- TIFF IFD Tag
-
-
-
-
- XMP Tag
-
-
-
-
- Jpeg Comment Tag
-
-
-
-
- Gif Comment Tag
-
-
-
-
- native PNG keywords
-
-
-
-
- IPTC-IIM tag
-
-
-
-
- Audible Metadata Blocks Tag
-
-
-
-
- Matroska native tag
-
-
-
-
- All tag types.
-
-
-
-
- This abstract class provides generic access to standard tag
- features. All tag types will extend this class.
-
-
- Because not every tag type supports the same features, it may be
- useful to check that the value is stored by re-reading the
- property after it is stored.
-
-
-
-
- Gets the tag types contained in the current instance.
-
-
- A bitwise combined
- containing the tag types contained in the current
- instance.
-
-
- For a standard tag, the value should be intuitive. For
- example, objects have a
- value of . However,
- for tags of type may
- contain multiple or no types.
-
-
-
-
- Gets and sets the title for the media described by the
- current instance.
-
-
- A object containing the title for
- the media described by the current instance or if no value is present.
-
-
- The title is most commonly the name of the song or
- episode or a movie title. For example, "Daydream
- Believer" (a song by the Monkies), "Space Seed" (an
- episode of Star Trek), or "Harold and Kumar Go To White
- Castle" (a movie).
-
-
-
-
- Gets and sets the sort name for the title of the media
- described by the current instance.
-
-
- A object containing the sort name for
- the title of the media described by the current instance or if no value is present.
-
-
- Possibly used to sort compilations, or episodic content.
-
-
-
-
- Gets and sets a short description, one-liner.
- It represents the tagline of the Video/music.
-
-
- A containing the subtitle
- the media represented by the current instance
- or an empty array if no value is present.
-
-
- This field gives a nice/short precision to
- the title, which is typically below the title on the
- front cover of a media.
- For example, for "Back to the future", this would be
- "It's About Time".
-
-
-
-
-
- Gets and sets a short description of the media.
- For a music, this could be the comment that the artist
- made of its artwork. For a video, this should be a
- short summary of the story/plot, but a spoiler. This
- should give the impression of what to expect in the
- media.
-
-
- A containing the subtitle
- the media represented by the current instance
- or an empty array if no value is present.
-
-
- This is especially relevant for a movie.
- For example, for "Back to the Future 2", this could be
- "After visiting 2015, Marty McFly must repeat his visit
- to 1955 to prevent disastrous changes to 1985...without
- interfering with his first trip".
-
-
-
-
-
- Gets and sets the performers or artists who performed in
- the media described by the current instance.
-
-
- A containing the performers or
- artists who performed in the media described by the
- current instance or an empty array if no value is
- present.
-
-
- This field is most commonly called "Artists" in
- Audio media, or "Actor" in Video media, and should be
- used to represent each artist/actor appearing in the
- media. It can be simple in the form of "The Beatles"
- or more complicated in the form of "John Lennon,
- Paul McCartney, George Harrison, Pete Best", depending
- on the preferences of the listener/spectator
- and the degree to which they organize their media
- collection.
- As the preference of the user may vary,
- applications should not try to limit the user in what
- choice they may make.
-
-
-
-
- Gets and sets the sort names of the performers or artists
- who performed in the media described by the current instance.
-
-
- A containing the sort names for
- the performers or artists who performed in the media
- described by the current instance, or an empty array if
- no value is present.
-
-
- This is used to provide more control over how tracks
- are sorted. Typical uses are to skip common prefixes or
- sort by last name. For example, "The Beatles" might be
- sorted as "Beatles, The".
-
-
-
-
-
- Gets and sets the Charaters for a video media, or
- instruments played for music media.
- This should match the array (for
- each person correspond one/more role). Several roles for
- the same artist/actor can be made up with semicolons.
- For example, "Marty McFly; Marty McFly Jr.; Marlene McFly".
-
-
- This is typically usefull for movies, although the
- instrument played by each artist in a music may be of
- relevance.
-
- It is highly important to match each role to the
- performers. This means that a role may be to keep the match between a
- Performers[i] and PerformersRole[i].
-
-
-
-
-
- Gets and sets the band or artist who is credited in the
- creation of the entire album or collection containing the
- media described by the current instance.
-
-
- A containing the band or artist
- who is credited in the creation of the entire album or
- collection containing the media described by the current
- instance or an empty array if no value is present.
-
-
- This field is typically optional but aids in the
- sorting of compilations or albums with multiple artists.
- For example, if an album has several artists, sorting by
- artist will split up the album and sorting by album will
- split up albums by the same artist. Having a single album
- artist for an entire album will solve this
- problem.
- As this value is to be used as a sorting key, it
- should be used with less variation than . Where performers can be broken into
- muliple artist it is best to stick with a single band
- name. For example, "The Beatles".
-
-
-
-
- Gets and sets the sort names for the band or artist who
- is credited in the creation of the entire album or
- collection containing the media described by the
- current instance.
-
-
- A containing the sort names
- for the band or artist who is credited in the creation
- of the entire album or collection containing the media
- described by the current instance or an empty array if
- no value is present.
-
-
- This field is typically optional but aids in the
- sorting of compilations or albums with multiple artists.
- For example, if an album has several artists, sorting by
- artist will split up the album and sorting by album will
- split up albums by the same artist. Having a single album
- artist for an entire album will solve this
- problem.
- As this value is to be used as a sorting key, it
- should be used with less variation than . Where performers can be broken into
- muliple artist it is best to stick with a single band
- name. For example, "Beatles, The".
-
-
-
-
- Gets and sets the composers of the media represented by
- the current instance.
-
-
- A containing the composers of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This field represents the composers, song writers,
- script writers, or persons who claim authorship of the
- media.
-
-
-
-
- Gets and sets the sort names for the composers of the
- media represented by the current instance.
-
-
- A containing the sort names
- for the composers of the media represented by the
- current instance or an empty array if no value is present.
-
-
- This field is typically optional but aids in the
- sorting of compilations or albums with multiple Composers.
-
- As this value is to be used as a sorting key, it
- should be used with less variation than . Where performers can be broken into
- muliple artist it is best to stick with a single composer.
- For example, "McCartney, Paul".
-
-
-
-
- Gets and sets the album of the media represented by the
- current instance. For a video media, this represent the
- collection the video belongs to.
-
-
- A object containing the album of
- the media represented by the current instance or if no value is present.
-
-
- This field represents the name of the album the
- media belongs to. In the case of a boxed set, it should
- be the name of the entire set rather than the individual
- disc. In case of a Serie, this should be name of the serie,
- rather than the season of a serie.
- For example, "Rubber Soul" (an album by the
- Beatles), "The Sopranos: Complete First Season" (a boxed
- set of TV episodes), "Back To The Future" (a
- serie of movies/sequels), or "Game of Thrones" (a serie
- with several seasons).
-
-
-
-
- Gets and sets the sort names for the Album Title of the
- media represented by the current instance.
-
-
- A containing the sort names
- for the Album Title of the media represented by the
- current instance or an empty array if no value is present.
-
-
- This field is typically optional but aids in the
- sorting of compilations or albums with Similar Titles.
-
-
-
-
-
- Gets and sets a user comment on the media represented by
- the current instance.
-
-
- A object containing user comments
- on the media represented by the current instance or if no value is present.
-
-
- This field should be used to store user notes and
- comments. There is no constraint on what text can be
- stored here, but it should not contain program
- information.
- Because this field contains notes that the user
- might think of while listening to the media, it may be
- useful for an application to make this field easily
- accessible, perhaps even including it in the main
- interface.
-
-
-
-
- Gets and sets the genres of the media represented by the
- current instance.
-
-
- A containing the genres of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This field represents genres that apply to the song,
- album or video. This is often used for filtering media.
-
- A list of common audio genres as popularized by
- ID3v1, are stored in .
- Additionally, contains video
- genres as used by DivX.
-
-
-
-
- Gets and sets the year that the media represented by the
- current instance was recorded.
-
-
- A containing the year that the media
- represented by the current instance was created or zero
- if no value is present.
-
-
- Years greater than 9999 cannot be stored by most
- tagging formats and will be cleared if a higher value is
- set.
- Some tagging formats store higher precision dates
- which will be truncated when this property is set. Format
- specific implementations are necessary access the higher
- precision values.
-
-
-
-
- Gets and sets the position of the media represented by
- the current instance in its containing album, or season
- (for series).
-
-
- A containing the position of the
- media represented by the current instance in its
- containing album or zero if not specified.
-
-
- This value should be the same as is listed on the
- album cover and no more than if is non-zero.
- Most tagging formats store this as a string. To
- help sorting, a two-digit zero-filled value is used
- in the resulting tag.
- For a serie, this property represents the episode
- in a season of the serie.
-
-
-
-
-
- Gets and sets the number of tracks in the album, or the
- number of episodes in a serie, of the media represented
- by the current instance.
-
-
- A containing the number of tracks in
- the album, or the number of episodes in a serie, of the
- media represented by the current instance or zero if not
- specified.
-
-
- If non-zero, this value should be at least equal to
- . If is zero,
- this value should also be zero.
-
-
-
-
- Gets and sets the number of the disc containing the media
- represented by the current instance in the boxed set. For
- a serie, this represents the season number.
-
-
- A containing the number of the disc
- or season of the media represented by the current instance
- in the boxed set.
-
-
- This value should be the same as is number that
- appears on the disc. For example, if the disc is the
- first of three, the value should be 1. It should
- be no more than if is non-zero.
-
-
-
-
- Gets and sets the number of discs or seasons in the
- boxed set containing the media represented by the
- current instance.
-
-
- A containing the number of discs
- or seasons in the boxed set containing the media
- represented by the current instance or zero if not
- specified.
-
-
- If non-zero, this value should be at least equal to
- . If is zero,
- this value should also be zero.
-
-
-
-
- Gets and sets the lyrics or script of the media
- represented by the current instance.
-
-
- A object containing the lyrics or
- script of the media represented by the current instance
- or if no value is present.
-
-
- This field contains a plain text representation of
- the lyrics or scripts with line breaks and whitespace
- being the only formatting marks.
- Some formats support more advances lyrics, like
- synchronized lyrics, but those must be accessed using
- format specific implementations.
-
-
-
-
- Gets and sets the grouping on the album which the media
- in the current instance belongs to.
-
-
- A object containing the grouping on
- the album which the media in the current instance belongs
- to or if no value is present.
-
-
- This field contains a non-physical grouping to
- which the track belongs. In classical music, this could
- be a movement. It could also be parts of a series like
- "Introduction", "Closing Remarks", etc.
-
-
-
-
- Gets and sets the number of beats per minute in the audio
- of the media represented by the current instance.
-
-
- A containing the number of beats per
- minute in the audio of the media represented by the
- current instance, or zero if not specified.
-
-
- This field is useful for DJ's who are trying to
- match songs. It should be calculated from the audio or
- pulled from a database.
-
-
-
-
- Gets and sets the conductor or director of the media
- represented by the current instance.
-
-
- A object containing the conductor
- or director of the media represented by the current
- instance or if no value present.
-
-
- This field is most useful for organizing classical
- music and movies.
-
-
-
-
- Gets and sets the copyright information for the media
- represented by the current instance.
-
-
- A object containing the copyright
- information for the media represented by the current
- instance or if no value present.
-
-
- This field should be used for storing copyright
- information. It may be useful to show this information
- somewhere in the program while the media is
- playing.
- Players should not support editing this field, but
- media creation tools should definitely allow
- modification.
-
-
-
-
- Gets and sets the date at which the tag has been written.
-
-
- A nullable object containing the
- date at which the tag has been written, or if no value present.
-
-
-
-
- Gets and sets the MusicBrainz Artist ID of the media represented by
- the current instance.
-
-
- A containing the MusicBrainz ArtistID of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This field represents the MusicBrainz ArtistID, and is used
- to uniquely identify a particular Artist of the track.
-
-
-
-
- Gets and sets the MusicBrainz Release Group ID of the media represented by
- the current instance.
-
-
- A containing the MusicBrainz ReleaseGroupID of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This field represents the MusicBrainz ReleaseGroupID, and is used
- to uniquely identify a particular Release Group to which this track belongs.
-
-
-
-
- Gets and sets the MusicBrainz Release ID of the media represented by
- the current instance.
-
-
- A containing the MusicBrainz ReleaseID of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This field represents the MusicBrainz ReleaseID, and is used
- to uniquely identify a particular Release to which this track belongs.
-
-
-
-
- Gets and sets the MusicBrainz Release Artist ID of the media represented by
- the current instance.
-
-
- A containing the MusicBrainz ReleaseArtistID of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This field represents the MusicBrainz Release ArtistID, and is used
- to uniquely identify a particular Album Artist credited with the Album.
-
-
-
-
- Gets and sets the MusicBrainz Track ID of the media represented by
- the current instance.
-
-
- A containing the MusicBrainz TrackID of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This field represents the MusicBrainz TrackID, and is used
- to uniquely identify a particular track.
-
-
-
-
- Gets and sets the MusicBrainz Disc ID of the media represented by
- the current instance.
-
-
- A containing the MusicBrainz DiscID of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This field represents the MusicBrainz DiscID, and is used
- to uniquely identify the particular Released Media associated with
- this track.
-
-
-
-
- Gets and sets the MusicIP PUID of the media represented by
- the current instance.
-
-
- A containing the MusicIP PUID of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This field represents the MusicIP PUID, and is an acoustic
- fingerprint identifier. It Identifies what this track "Sounds Like".
-
-
-
-
- Gets and sets the Amazon ID of the media represented by
- the current instance.
-
-
- A containing the AmazonID of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This field represents the AmazonID, and is used
- to identify the particular track or album in the Amazon Catalog.
-
-
-
-
- Gets and sets the MusicBrainz Release Status of the media represented by
- the current instance.
-
-
- A containing the MusicBrainz ReleaseStatus of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This field represents the MusicBrainz ReleaseStatus, and is used
- to describes how 'official' a Release is. Common Status are: Official, Promotion,
- Bootleg, Pseudo-release.
-
-
-
-
- Gets and sets the MusicBrainz Release Type of the media represented by
- the current instance.
-
-
- A containing the MusicBrainz ReleaseType of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This field represents the MusicBrainz ReleaseType, that describes
- what kind of release a Release is.. Common Status are: Single, Album,
- EP, Compilation, Soundtrack, SpokenWord, Interview, Audiobook, Live, Remix,
- and Other. Careful thought must be given when using this field to decide if
- a particular track "Is a Compilation".
-
-
-
-
- Gets and sets the MusicBrainz Release Country of the media represented by
- the current instance.
-
-
- A containing the MusicBrainz ReleaseCountry of the
- media represented by the current instance or an empty
- array if no value is present.
-
-
- This field represents the MusicBrainz ReleaseCountry, that describes
- the country in which an album was released. Note that the ReleaseCountry
- of an album is not necessarily the country in which it was produced. The
- label itself will typically be more relevant. eg, a release on "Foo Records UK"
- that has "Made in Austria" printed on it, will likely be a UK release.
-
-
-
-
- Gets and sets the ReplayGain track gain in dB.
-
-
- A value in dB for the track gain as
- per the ReplayGain specification.
-
-
-
-
- Gets and sets the ReplayGain track peak sample.
-
-
- A value for the track peak as per the
- ReplayGain specification.
-
-
-
-
- Gets and sets the ReplayGain album gain in dB.
-
-
- A value in dB for the album gain as
- per the ReplayGain specification.
-
-
-
-
- Gets and sets the ReplayGain album peak sample.
-
-
- A value for the album peak as per the
- ReplayGain specification.
-
-
-
-
- Gets and sets the initial key of the song.
-
-
- A value for the initial key
- of the song.
-
-
-
-
- Gets and sets the remixer of the song.
-
-
- A value for the remixer
- of the song.
-
-
-
-
- Gets and sets the publisher of the song.
-
-
- A value for the publisher
- of the song.
-
-
-
-
- Gets and sets the ISRC (International Standard Recording Code) of the song.
-
-
- A value containing the ISRC of the song.
-
-
-
-
- Gets and sets the Length of the media represented
- by the current instance.
-
-
- A object containing the length of
- the media represented by the current instance or if no value is present.
-
-
- This field represents the label or length of the album the
- media belongs to.
- For example, "00:15:00".
-
-
-
-
- Gets and sets a collection of pictures associated with
- the media represented by the current instance.
-
-
- A containing a collection of
- pictures associated with the media represented by the
- current instance or an empty array if none are present.
-
-
- Typically, this value is used to store an album
- cover or icon to use for the file, but it is capable of
- holding any type of image, including pictures of the
- band, the recording studio, the concert, etc.
-
-
-
-
- Gets and sets the same value as .
-
-
- The same value as .
-
-
- This property exists to aleviate confusion. Use for track artists and for album artists.
-
-
-
-
- Gets the same value as .
-
-
- The same value as .
-
-
- This property exists to aleviate confusion. Use for track artists and for album artists.
-
-
-
-
- Gets the first value contained in .
-
-
- The first object in , or is it
- contains no values.
-
-
- This property is provided for convenience. Use to set the value.
-
-
-
-
- Gets the first value contained in .
-
-
- The first object in , or is it
- contains no values.
-
-
- This property is provided for convenience. Use to set the value.
-
-
-
-
- Gets the first value contained in .
-
-
- The first object in , or is it
- contains no values.
-
-
- This property is provided for convenience. Use to set the value.
-
-
-
-
- Gets the first value contained in .
-
-
- The first object in , or is it
- contains no values.
-
-
- This property is provided for convenience. Use to set the value.
-
-
-
-
- Gets the first value contained in .
-
-
- The first object in , or is it
- contains no values.
-
-
- This property is provided for convenience. Use to set the value.
-
-
-
-
- Gets the first value contained in .
-
-
- The first object in , or is it
- contains no values.
-
-
- This property is provided for convenience. Use to set the value.
-
-
-
-
- Gets the first value contained in .
-
-
- The first object in , or is it
- contains no values.
-
-
- This property is provided for convenience. Use to set the value.
-
-
-
-
- Gets the same value as .
-
-
- The same value as .
-
-
- This property exists to aleviate confusion. Use for track artists and for album artists.
-
-
-
-
- Gets a semicolon separated string containing the values
- in .
-
-
- A semicolon separated object
- containing the values in .
-
-
- This property is provided for convenience. Use to set the value.
-
-
-
-
- Gets a semicolon separated string containing the values
- in .
-
-
- A semicolon separated object
- containing the values in .
-
-
- This property is provided for convenience. Use to set the value.
-
-
-
-
- Gets a semicolon separated string containing the values
- in .
-
-
- A semicolon separated object
- containing the values in .
-
-
- This property is provided for convenience. Use to set the value.
-
-
-
-
- Gets a semicolon separated string containing the values
- in .
-
-
- A semicolon separated object
- containing the values in .
-
-
- This property is provided for convenience. Use to set the value.
-
-
-
-
- Gets a semicolon separated string containing the values
- in .
-
-
- A semicolon separated object
- containing the values in .
-
-
- This property is provided for convenience. Use to set the value.
-
-
-
-
- Gets the first string in an array.
-
-
- A to get the first string from.
-
-
- The first object contained in
- , or if
- the array is or empty.
-
-
-
-
- Joins a array of strings into a single, semicolon
- separated, string.
-
-
- A containing values to combine.
-
-
- A semicolon separated object
- containing the values from .
-
-
-
-
- Gets whether or not the current instance is empty.
-
-
- if the current instance does not
- any values. Otherwise .
-
-
- In the default implementation, this checks the values
- supported by , but it may be extended
- by child classes to support other values.
-
-
-
-
- Clears the values stored in the current instance.
-
-
- The clearing procedure is format specific and should
- clear all values.
-
-
-
-
- Set the Tags that represent the Tagger software
- (TagLib#) itself.
-
-
- This is typically a method to call just before
- saving a tag.
-
-
-
-
- Copies all standard values from one tag to another,
- optionally overwriting existing values.
-
-
- A object containing the source tag to
- copy the values from.
-
-
- A object containing the target tag to
- copy values to.
-
-
- A specifying whether or not to copy
- values over existing one.
-
-
- This method only copies the most basic values,
- those contained in this class, between tags. To copy
- format specific tags, or additional details, additional
- implementations need to be applied. For example, copying
- from one to another:
- foreach (TagLib.Id3v2.Frame frame in old_tag)
- new_tag.AddFrame (frame);
-
-
- or
- is .
-
-
-
-
- Copies the values from the current instance to another
- , optionally overwriting
- existing values.
-
-
- A object containing the target tag to
- copy values to.
-
-
- A specifying whether or not to copy
- values over existing one.
-
-
- This method only copies the most basic values when
- copying between different tag formats, however, if
- is of the same type as the
- current instance, more advanced copying may be done.
- For example, will copy
- all of its frames to another tag.
-
-
- is .
-
-
-
-
- Checks if a is or contains only whitespace characters.
-
-
- A object to check.
-
-
- if the string is or contains only whitespace
- characters. Otherwise .
-
-
-
-
- Checks if all the strings in the array return with or if the array is
- or is empty.
-
-
- A to check the contents of.
-
-
- if the array is or empty, or all elements return for . Otherwise .
-
-
-
-
- This class extends to provide tagging
- for ARW image files.
-
-
-
-
- Indicates if tags can be written back to the current file or not
-
-
- A which is true if tags can be written to the
- current file, otherwise false.
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system and specified read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction and
- specified read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- is .
-
-
-
-
- Saves the changes made in the current instance to the
- file it represents.
-
-
-
-
- Create a codec that describes the photo properties.
-
-
- A object.
-
-
-
-
- This class extends to provide some basic behavior
- for Tiff based file formats.
-
-
-
-
- Indicates if the current file is in big endian or little endian format.
-
-
- The method must be called from a subclass to
- properly initialize this property.
-
-
-
-
- The identifier used to recognize the file. This is 42 for most TIFF files.
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- is .
-
-
-
-
- Reads and validates the TIFF header at the current position.
-
-
- A with the offset value to the first
- IFD contained in the file.
-
-
- This method should only be called, when the current read position is
- the beginning of the file.
-
-
-
-
- Reads IFDs starting from the given offset.
-
-
- A with the IFD offset to start
- reading from.
-
-
-
-
- Reads a certain number of IFDs starting from the given offset.
-
-
- A with the IFD offset to start
- reading from.
-
-
- A with the number of IFDs to read.
-
-
-
-
- Creates an IFD reader to parse the file.
-
-
- A to read from.
-
-
- A , it must be true, if the data of the IFD should be
- read as bigendian, otherwise false.
-
-
- A that will be populated.
-
-
- A value describing the base were the IFD offsets
- refer to. E.g. in Jpegs the IFD are located in an Segment and the offsets
- inside the IFD refer from the beginning of this segment. So must contain the beginning of the segment.
-
-
- A value with the beginning of the IFD relative to
- .
-
-
- A value with maximal possible offset. This is to limit
- the size of the possible data;
-
-
-
-
- Renders a TIFF header with the given offset to the first IFD.
- The returned data has length 8.
-
-
- A with the offset to the first IFD
- to be included in the header.
-
-
- A with the rendered header of length 8.
-
-
-
-
- A TIFF photo codec. Contains basic photo details.
-
-
-
-
- Gets a text description of the media represented by the
- current instance.
-
-
- A object containing a description
- of the media represented by the current instance.
-
-
-
-
- Constructs a new with the given width
- and height.
-
-
- The width of the photo.
-
-
- The height of the photo.
-
-
- A new instance.
-
-
-
-
- Constructs a new with the given width
- and height.
-
-
- The width of the photo.
-
-
- The height of the photo.
-
-
- The description of the photo type.
-
-
- A new instance.
-
-
-
-
- This class extends to provide tagging
- for CR2 image files.
-
-
-
-
- The Properties of the image
-
-
-
-
- Gets the media properties of the file represented by the
- current instance.
-
-
- A object containing the
- media properties of the file represented by the current
- instance.
-
-
-
-
- Indicates if tags can be written back to the current file or not
-
-
- A which is true if tags can be written to the
- current file, otherwise false.
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system and specified read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction and
- specified read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- is .
-
-
-
-
- Saves the changes made in the current instance to the
- file it represents.
-
-
-
-
- Reads the information from file with a specified read style.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
-
-
- Parses the CR2 file
-
-
-
-
- Reads and validates the CR2 header started at the current position.
-
-
- A with the offset to the IFD with the RAW data.
-
-
-
-
- Attempts to extract the media properties of the main
- photo.
-
-
- A object with a best effort guess
- at the right values. When no guess at all can be made,
- is returned.
-
-
-
-
- This class extends to provide tagging
- for DNG image files.
-
-
-
-
- Indicates if tags can be written back to the current file or not
-
-
- A which is true if tags can be written to the
- current file, otherwise false.
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system and specified read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction and
- specified read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- is .
-
-
-
-
- Saves the changes made in the current instance to the
- file it represents.
-
-
-
-
- Attempts to extract the media properties of the main
- photo.
-
-
- A object with a best effort guess
- at the right values. When no guess at all can be made,
- is returned.
-
-
-
-
- Create a codec that describes the photo properties.
-
-
- A object.
-
-
-
-
- This class extends to provide tagging
- and properties support for Tiff files.
-
-
-
-
- Contains the media properties.
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system and specified read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction and
- specified read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- is .
-
-
-
-
- Gets the media properties of the file represented by the
- current instance.
-
-
- A object containing the
- media properties of the file represented by the current
- instance.
-
-
-
-
- Saves the changes made in the current instance to the
- file it represents.
-
-
-
-
- Render the whole file and write it back.
-
-
-
-
- Update the XMP stored in the Tiff IFD
-
-
- A The Tiff IFD to update the entries
-
-
-
-
- Reads the file with a specified read style.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
-
-
- Attempts to extract the media properties of the main
- photo.
-
-
- A object with a best effort guess
- at the right values. When no guess at all can be made,
- is returned.
-
-
-
-
- Create a codec that describes the photo properties.
-
-
- A object.
-
-
-
-
- This class extends to provide tagging
- for NEF image files.
-
-
-
-
- Indicates if tags can be written back to the current file or not
-
-
- A which is true if tags can be written to the
- current file, otherwise false.
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system and specified read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction and
- specified read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- is .
-
-
-
-
- Saves the changes made in the current instance to the
- file it represents.
-
-
-
-
- Create a codec that describes the photo properties.
-
-
- A object.
-
-
-
-
- This class extends to provide tagging
- for PEF image files.
-
-
-
-
- Indicates if tags can be written back to the current file or not
-
-
- A which is true if tags can be written to the
- current file, otherwise false.
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system and specified read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction and
- specified read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- is .
-
-
-
-
- Saves the changes made in the current instance to the
- file it represents.
-
-
-
-
- Create a codec that describes the photo properties.
-
-
- A object.
-
-
-
-
- This class extends to provide tagging
- for RW2 image files.
-
-
-
-
- The Properties of the image
-
-
-
-
- Gets the media properties of the file represented by the
- current instance.
-
-
- A object containing the
- media properties of the file represented by the current
- instance.
-
-
-
-
- Indicates if tags can be written back to the current file or not
-
-
- A which is true if tags can be written to the
- current file, otherwise false.
-
-
-
-
- The JPEG file that's embedded in the RAW file.
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system and specified read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction and
- specified read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- is .
-
-
-
-
- Saves the changes made in the current instance to the
- file it represents.
-
-
-
-
- Gets a tag of a specified type from the current instance,
- optionally creating a new tag if possible.
-
-
- A value indicating the
- type of tag to read.
-
-
- A value specifying whether or not to
- try and create the tag if one is not found.
-
-
- A object containing the tag that was
- found in or added to the current instance. If no
- matching tag was found and none was created, is returned.
-
-
-
-
- Reads the information from file with a specified read style.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
-
-
- Parses the RW2 file
-
-
-
-
- Reads and validates the RW2 header started at the current position.
-
-
- A with the offset to the IFD with the RAW data.
-
-
-
-
- Attempts to extract the media properties of the main
- photo.
-
-
- A object with a best effort guess
- at the right values. When no guess at all can be made,
- is returned.
-
-
-
-
- Creates an IFD reader to parse the file.
-
-
- A to read from.
-
-
- A , it must be true, if the data of the IFD should be
- read as bigendian, otherwise false.
-
-
- A that will be populated.
-
-
- A value describing the base were the IFD offsets
- refer to. E.g. in Jpegs the IFD are located in an Segment and the offsets
- inside the IFD refer from the beginning of this segment. So must contain the beginning of the segment.
-
-
- A value with the beginning of the IFD relative to
- .
-
-
- A value with maximal possible offset. This is to limit
- the size of the possible data;
-
-
-
-
- Panasonic Rw2-specific IFD reader
-
-
-
-
- Constructor. Reads an IFD from given file, using the given endianness.
-
-
- A to read from.
-
-
- A , it must be true, if the data of the IFD should be
- read as bigendian, otherwise false.
-
-
- A that will be populated.
-
-
- A value describing the base were the IFD offsets
- refer to. E.g. in Jpegs the IFD are located in an Segment and the offsets
- inside the IFD refer from the beginning of this segment. So must contain the beginning of the segment.
-
-
- A value with the beginning of the IFD relative to
- .
-
-
- A value with maximal possible offset. This is to limit
- the size of the possible data;
-
-
-
-
- Try to parse the given IFD entry, used to discover format-specific entries.
-
-
- A with the tag of the entry.
-
-
- A with the type of the entry.
-
-
- A with the data count of the entry.
-
-
- A with the base offset which every offsets in the
- IFD are relative to.
-
-
- A with the offset of the entry.
-
-
- A with the given parameters, or null if none was parsed, after
- which the normal TIFF parsing is used.
-
-
-
-
- Handles the weird structure of Panasonic metadata.
-
-
-
-
- Gets the ISO speed the image, the current instance belongs
- to, was taken with.
-
-
- A with the ISO speed as defined in ISO 12232.
-
-
- Panasonic stores these in a somewhat unstandard location.
-
-
-
-
- Gets the focal length the image, the current instance belongs
- to, was taken with, assuming a 35mm film camera.
-
-
- A with the focal length in 35mm equivalent in millimeters.
-
-
- Panasonic stores these in a somewhat unstandard location.
-
-
-
-
- This class extends and is used to
- indicate that a file or tag is stored in an unsupported format
- and cannot be read or written by the current implementation.
-
-
- Catching an exception when creating a .
-
- using System;
- using TagLib;
-
- public class ExceptionTest
- {
- public static void Main ()
- {
- try {
- File file = File.Create ("myfile.flv"); // Not supported, YET!
- } catch (UnsupportedFormatException e) {
- Console.WriteLine ("That file format is not supported: {0}", e.ToString ());
- }
- }
- }
-
-
- #using <System.dll>
- #using <taglib-sharp.dll>
-
- using System;
- using TagLib;
-
- void main ()
- {
- try {
- File file = File::Create ("myfile.flv"); // Not supported, YET!
- } catch (UnsupportedFormatException^ e) {
- Console::WriteLine ("That file format is not supported: {0}", e);
- }
- }
-
-
- Imports System
- Imports TagLib
-
- Public Class ExceptionTest
- Public Shared Sub Main ()
- Try
- file As File = File.Create ("myfile.flv") ' Not supported, YET!
- Catch e As UnsupportedFormatException
- Console.WriteLine ("That file format is not supported: {0}", e.ToString ());
- End Try
- End Sub
- End Class
-
-
- import System
- import TagLib
-
- try:
- file As File = File.Create ("myfile.flv") # Not supported, YET!
- catch e as UnsupportedFormatException:
- Console.WriteLine ("That file format is not supported: {0}", e.ToString ());
-
-
-
-
-
- Constructs and initializes a new instance of with a specified
- message.
-
-
- A containing a message explaining
- the reason for the exception.
-
-
-
-
- Constructs and initializes a new instance of with the default
- values.
-
-
-
-
- Constructs and initializes a new instance of with a specified
- message containing a specified exception.
-
-
- A containing a message explaining
- the reason for the exception.
-
-
- A object to be contained in the
- new exception. For example, previously caught exception.
-
-
-
-
- Constructs and initializes a new instance of from a specified
- serialization info and streaming context.
-
-
- A object containing the
- serialized data to be used for the new instance.
-
-
- A object containing the
- streaming context information for the new instance.
-
-
- This constructor is implemented because implements the interface.
-
-
-
-
- This class extends to
- provide tagging and properties support for WavPack files.
-
-
- A will be added automatically to
- any file that doesn't contain one. This change does not effect
- the file and can be reversed using the following method:
- file.RemoveTags (file.TagTypes & ~file.TagTypesOnDisk);
-
-
-
-
- Contains the block with the audio header.
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system and specified read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified path in the local file
- system with an average read style.
-
-
- A object containing the path of the
- file to use in the new instance.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction and
- specified read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- is .
-
-
-
-
- Constructs and initializes a new instance of for a specified file abstraction with an
- average read style.
-
-
- A object to use when
- reading from and writing to the file.
-
-
- is .
-
-
-
-
- Gets a tag of a specified type from the current instance,
- optionally creating a new tag if possible.
-
-
- A value indicating the
- type of tag to read.
-
-
- A value specifying whether or not to
- try and create the tag if one is not found.
-
-
- A object containing the tag that was
- found in or added to the current instance. If no
- matching tag was found and none was created, is returned.
-
-
- If a is added to the
- current instance, it will be placed at the start of the
- file. On the other hand,
- will be added to the end of
- the file. All other tag types will be ignored.
-
-
-
-
- Reads format specific information at the start of the
- file.
-
-
- A value containing the seek position
- at which the tags end and the media data begins.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
-
-
- Reads format specific information at the end of the
- file.
-
-
- A value containing the seek position
- at which the media data ends and the tags begin.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
-
-
- Reads the audio properties from the file represented by
- the current instance.
-
-
- A value containing the seek position
- at which the tags end and the media data begins.
-
-
- A value containing the seek position
- at which the media data ends and the tags begin.
-
-
- A value specifying at what level
- of accuracy to read the media properties, or to ignore the properties.
-
-
- A object describing the
- media properties of the file represented by the current
- instance.
-
-
-
-
- This struct implements to provide
- support for reading WavPack audio properties.
-
-
-
-
- Contains the number of bytes in the stream.
-
-
-
-
- Contains the WavPack version.
-
-
-
-
- Contains the flags.
-
-
-
-
- Contains the sample count.
-
-
-
-
- The size of a WavPack header.
-
-
-
-
- The identifier used to recognize a WavPack file.
-
-
- "wvpk"
-
-
-
-
- Constructs and initializes a new instance of for a specified header block and
- stream length.
-
-
- A object containing the stream
- header data.
-
-
- A value containing the length of the
- WavPack stream in bytes.
-
-
- is .
-
-
- does not begin with or is less than bytes long.
-
-
-
-
- Gets the duration of the media represented by the current
- instance.
-
-
- A containing the duration of the
- media represented by the current instance.
-
-
-
-
- Gets the types of media represented by the current
- instance.
-
-
- Always .
-
-
-
-
- Gets a text description of the media represented by the
- current instance.
-
-
- A object containing a description
- of the media represented by the current instance.
-
-
-
-
- Gets the bitrate of the audio represented by the current
- instance.
-
-
- A value containing a bitrate of the
- audio represented by the current instance.
-
-
-
-
- Gets the sample rate of the audio represented by the
- current instance.
-
-
- A value containing the sample rate of
- the audio represented by the current instance.
-
-
-
-
- Gets the number of channels in the audio represented by
- the current instance.
-
-
- A value containing the number of
- channels in the audio represented by the current
- instance.
-
-
-
-
- Gets the WavPack version of the audio represented by the
- current instance.
-
-
- A value containing the WavPack version
- of the audio represented by the current instance.
-
-
-
-
- Gets the number of bits per sample in the audio
- represented by the current instance.
-
-
- A value containing the number of bits
- per sample in the audio represented by the current
- instance.
-
-
-
-
- Generates a hash code for the current instance.
-
-
- A value containing the hash code for
- the current instance.
-
-
-
-
- Checks whether or not the current instance is equal to
- another object.
-
-
- A to compare to the current
- instance.
-
-
- A value indicating whether or not the
- current instance is equal to .
-
-
-
-
-
- Checks whether or not the current instance is equal to
- another instance of .
-
-
- A object to compare to the
- current instance.
-
-
- A value indicating whether or not the
- current instance is equal to .
-
-
-
-
-
- Gets whether or not two instances of are equal to eachother.
-
-
- The first object to compare.
-
-
- The second object to compare.
-
-
- if is
- equal to . Otherwise, .
-
-
-
-
- Gets whether or not two instances of are unequal to eachother.
-
-
- The first object to compare.
-
-
- The second object to compare.
-
-
- if is
- unequal to . Otherwise, .
-
-
-
-
- An represents a node in the XMP document.
- This is any valid XMP element.
-
-
-
-
- The children of the current node
-
-
-
-
- The qualifiers of the current node
-
-
-
-
- The name of the current node
-
-
-
-
- The namespace the current instance belongs to
-
-
-
-
- The name of the current node instance
-
-
-
-
- The text value of the current node
-
-
-
-
- The type of the current node
-
-
-
-
- The number of qualifiers of the current instance
-
-
-
-
- The children of the current instance.
-
-
-
-
- Constructor.
-
-
- A with the namespace of the new instance.
-
-
- A with the name of the new instance.
-
-
-
-
- Constructor.
-
-
- A with the namespace of the new instance.
-
-
- A with the name of the new instance.
-
-
- A with the txt value of the new instance.
-
-
-
-
- Adds a node as child of the current node
-
-
- A to be add as child
-
-
-
-
- Removes the given node as child of the current instance
-
-
- A to remove as child
-
-
-
-
- Get a named child from the current node
-
-
- The namespace of the child node.
-
-
- The name of the child node.
-
-
- A with the given name and namespace.
-
-
-
-
- Adds a node as qualifier of the current instance
-
-
- A to add as qualifier
-
-
-
-
- Returns the qualifier associated with the given namespace
- and name
-
-
- A with the namespace of the qualifier
-
-
- A with the name of the qualifier
-
-
- A with the qualifier
-
-
-
-
- Print a debug output of the node.
-
-
-
-
- Calls the Visitor for this node and every child node.
-
-
- A to access the node and the children.
-
-
-
-
- Renders the current instance as child of the given node to the
- given
-
-
- A to render the current instance as child of.
-
-
-
-
- Is this a node that we can transform into an attribute of the
- parent node? Yes if it has no qualifiers or children, nor is
- it part of a list.
-
-
-
-
- Is this the root node of the tree?
-
-
-
-
- Denotes the type of a node.
-
-
-
-
- Unstructured (simple) value node.
-
-
-
-
- Structured value node.
-
-
-
-
- Ordered array.
-
-
-
-
- Language alternative.
-
-
-
-
- Unordered structured value.
-
-
-
-
- A visitor that walks the XMP node tree. This can be used to
- perform cleanups of XMP data. See the Visitor pattern for
- more info if you don't know how to use this.
-
-
-
-
- Visit an .
-
-
- The that is being visited.
-
-
-
-
- Holds XMP (Extensible Metadata Platform) metadata.
-
-
-
-
- Adobe namespace
-
-
-
-
- Camera Raw Settings namespace
-
-
-
-
- Dublin Core namespace
-
-
-
-
- Exif namespace
-
-
-
-
- Exif aux namespace
-
-
-
-
- JOB namespace
-
-
-
-
- Microsoft Photo namespace
-
-
-
-
- Photoshop namespace
-
-
-
-
- Prism namespace
-
-
-
-
- RDF namespace
-
-
-
-
- STDIM namespace
-
-
-
-
- TIFF namespace
-
-
-
-
- XAP (XMP's previous name) namespace
-
-
-
-
- XAP bj namespace
-
-
-
-
- XAP mm namespace
-
-
-
-
- XAP rights namespace
-
-
-
-
- XML namespace
-
-
-
-
- XMLNS namespace
-
-
-
-
- XMP TPg (XMP Paged-Text) namespace
-
-
-
-
- Mapping between full namespaces and their short prefix. Needs to be public for the unit test generator.
-
-
-
-
- Construct a new empty .
-
-
-
-
- Construct a new , using the data parsed from the given string.
-
-
- A containing an XMP packet. This should be a valid
- XMP block.
-
-
- The file that's currently being parsed, used for reporting corruptions.
-
-
-
-
- Accept visitors to touch up the node tree.
-
-
-
-
- Gets the tag types contained in the current instance.
-
-
- Always .
-
-
-
-
- Get the tree of nodes. These contain the values
- parsed from the XMP file.
-
-
-
-
- Replace the current tag with the given one.
-
-
- The tag from which the data should be copied.
-
-
-
-
- Clears the values stored in the current instance.
-
-
-
-
- Finds the node associated with the namespace and the name
- .
-
-
- A with the namespace of the node.
-
-
- A with the name of the node.
-
-
- A with the found node, or
- if no node was found.
-
-
-
-
- Returns the text of the node associated with the namespace
- and the name .
-
-
- A with the namespace of the node.
-
-
- A with the name of the node.
-
-
- A with the text of the node, or
- if no such node exists, or if it is not
- a text node.
-
-
-
-
- Creates a new text node associated with the namespace
- and the name .
-
-
- A with the namespace of the node.
-
-
- A with the name of the node.
-
-
- A with the value for the new node.
- If is given, a possibly existing node will
- be deleted.
-
-
-
-
- Searches for a node holding language alternatives. The return value
- is the value of the default language stored by the node. The node is
- identified by the namespace and the name
- . If the default language is not set, an arbitrary
- one is chosen.
- It is also tried to return the value a simple text node, if no
- associated alt-node exists.
-
-
- A with the namespace of the node.
-
-
- A with the name of the node.
-
-
- A with the value stored as default language
- for the referenced node.
-
-
-
-
- Stores a the given as the default language
- value for the alt-node associated with the namespace
- and the name .
- All other alternatives set, are deleted by this method.
-
-
- A with the namespace of the node.
-
-
- A with the name of the node.
-
-
- A with the value for the default language
- to set. If is given, a possibly existing node
- will be deleted.
-
-
-
-
- The method returns an array of values
- which are the stored text of the child nodes of the node associated
- with the namespace and the name .
-
-
- A with the namespace of the node.
-
-
- A with the name of the node.
-
-
- A with the text stored in the child nodes.
-
-
-
-
- Sets a as texts to the children of the
- node associated with the namespace and the name
- .
-
-
- A with the namespace of the node.
-
-
- A with the name of the node.
-
-
- A with the values to set for the children.
-
-
- A with the type of the parent node.
-
-
-
-
- Returns the rational value of the node associated with the namespace
- and the name .
-
-
- A with the namespace of the node.
-
-
- A with the name of the node.
-
-
- A double? with the read value, or
- if no such node exists, or if it is in wrong
- format.
-
-
- Rational nodes only used in EXIF schema.
-
-
-
-
- Creates a new rational node with the namespace
- and the name .
-
-
- A with the namespace of the node.
-
-
- A with the name of the node.
-
-
- A with the value of the node.
-
-
-
-
- Returns the unsigned integer value of the node associated with the
- namespace and the name .
-
-
- A with the namespace of the node.
-
-
- A with the name of the node.
-
-
- A uint? with the read value, or
- if no such node exists, or if it is in wrong
- format.
-
-
-
-
- Renders the current instance to an XMP .
-
-
- A with the XMP structure.
-
-
-
-
- Make sure there's a suitable prefix mapped for the given namespace URI.
-
-
- A with the namespace that will be rendered.
-
-
-
-
- Gets or sets the comment for the image described
- by the current instance.
-
-
- A containing the comment of the
- current instace.
-
-
-
-
- Gets or sets the keywords for the image described
- by the current instance.
-
-
- A containing the keywords of the
- current instace.
-
-
-
-
- Gets or sets the rating for the image described
- by the current instance.
-
-
- A containing the rating of the
- current instace.
-
-
-
-
- Gets or sets the time when the image, the current instance
- belongs to, was taken.
-
-
- A with the time the image was taken.
-
-
-
-
- Gets or sets the orientation of the image described
- by the current instance.
-
-
- A containing the orientation of the
- image
-
-
-
-
- Gets or sets the software the image, the current instance
- belongs to, was created with.
-
-
- A containing the name of the
- software the current instace was created with.
-
-
-
-
- Gets or sets the latitude of the GPS coordinate the current
- image was taken.
-
-
- A with the latitude ranging from -90.0
- to +90.0 degrees.
-
-
-
-
- Gets or sets the longitude of the GPS coordinate the current
- image was taken.
-
-
- A with the longitude ranging from -180.0
- to +180.0 degrees.
-
-
-
-
- Gets or sets the altitude of the GPS coordinate the current
- image was taken. The unit is meter.
-
-
- A with the altitude. A positive value
- is above sea level, a negative one below sea level. The unit is meter.
-
-
-
-
- Gets the exposure time the image, the current instance belongs
- to, was taken with.
-
-
- A with the exposure time in seconds.
-
-
-
-
- Gets the FNumber the image, the current instance belongs
- to, was taken with.
-
-
- A with the FNumber.
-
-
- Bibble wrongly tends to put this into tiff:FNumber so we
- use that as a fallback and correct it if needed.
-
-
-
-
- Gets the ISO speed the image, the current instance belongs
- to, was taken with.
-
-
- A with the ISO speed as defined in ISO 12232.
-
-
- Bibble writes ISOSpeedRating instead of ISOSpeedRatings.
-
-
-
-
- Gets the focal length the image, the current instance belongs
- to, was taken with.
-
-
- A with the focal length in millimeters.
-
-
-
-
- Gets the focal length the image, the current instance belongs
- to, was taken with, assuming a 35mm film camera.
-
-
- A with the focal length in 35mm equivalent in millimeters.
-
-
-
-
- Gets the manufacture of the recording equipment the image, the
- current instance belongs to, was taken with.
-
-
- A with the manufacture name.
-
-
-
-
- Gets the model name of the recording equipment the image, the
- current instance belongs to, was taken with.
-
-
- A with the model name.
-
-
-
-
- Gets or sets the creator of the image.
-
-
- A with the name of the creator.
-
-
-
-
- Gets and sets the title for the media described by the
- current instance.
-
-
- A object containing the title for
- the media described by the current instance or if no value is present.
-
-
-
-
- Gets and sets the copyright information for the media
- represented by the current instance.
-
-
- A object containing the copyright
- information for the media represented by the current
- instance or if no value present.
-
-
-
-
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/Usuario/Navegacion.json b/ReproductorMusicaTagEditables/bin/x64/Debug/Usuario/Navegacion.json
deleted file mode 100644
index 891cca5..0000000
--- a/ReproductorMusicaTagEditables/bin/x64/Debug/Usuario/Navegacion.json
+++ /dev/null
@@ -1,35213 +0,0 @@
-{
- "CancionActual": {
- "Index": 7,
- "Cancion": {
- "Numero": "8",
- "Titulo": "Shoot to Thrill",
- "Artista": "ACDC",
- "Album": "BACK IN BLACK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Back in black\\Shoot to Thrill.mp3",
- "Duracion": "05:25",
- "FechaLanzamiento": "1980",
- "EstadoColor": "red",
- "DuracionLong": 3256195512,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.5449876-03:00"
- }
- },
- "PaginaActual": 0,
- "CancionesFiltradas": [
- {
- "Numero": "1",
- "Titulo": "Back In Black",
- "Artista": "ACDC",
- "Album": "BACK IN BLACK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Back in black\\Back In Black.mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2620951282,
- "Imagen": null,
- "Cantidad": 1,
- "UltimaReproduccion": "2023-12-17T05:15:49.8909503-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Givin the Dog a Bone",
- "Artista": "ACDC",
- "Album": "BACK IN BLACK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Back in black\\Givin the Dog a Bone.mp3",
- "Duracion": "03:37",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2172449358,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.4589045-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Have a Drink on Me",
- "Artista": "ACDC",
- "Album": "BACK IN BLACK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Back in black\\Have a Drink on Me.mp3",
- "Duracion": "04:04",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2445998076,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.4725682-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Hells Bells",
- "Artista": "ACDC",
- "Album": "BACK IN BLACK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Back in black\\Hells Bells.mp3",
- "Duracion": "05:20",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 3203415384,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.4871233-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Let Me Put My Love Into You",
- "Artista": "ACDC",
- "Album": "BACK IN BLACK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Back in black\\Let Me Put My Love Into You.mp3",
- "Duracion": "04:21",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2618540384,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.5051243-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Rock and Roll Ain't Noise Pollution",
- "Artista": "ACDC",
- "Album": "BACK IN BLACK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Back in black\\Rock and Roll Ain't Noise Pollution.mp3",
- "Duracion": "04:32",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2729192307,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.5211665-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Shake a Leg",
- "Artista": "ACDC",
- "Album": "BACK IN BLACK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Back in black\\Shake a Leg.mp3",
- "Duracion": "04:11",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2519944871,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.5341663-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Shoot to Thrill",
- "Artista": "ACDC",
- "Album": "BACK IN BLACK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Back in black\\Shoot to Thrill.mp3",
- "Duracion": "05:25",
- "FechaLanzamiento": "1980",
- "EstadoColor": "red",
- "DuracionLong": 3256195512,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.5449876-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "What Do You Do for Money Honey",
- "Artista": "ACDC",
- "Album": "BACK IN BLACK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Back in black\\What Do You Do for Money Honey.mp3",
- "Duracion": "03:41",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2211030128,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.5568116-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "You Shook Me All Night Long",
- "Artista": "ACDC",
- "Album": "BACK IN BLACK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Back in black\\You Shook Me All Night Long.mp3",
- "Duracion": "03:35",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2156105769,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.5688119-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Hard as a Rock",
- "Artista": "ACDC",
- "Album": "BALLBREAKER",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Ballbreaker\\01 Hard as a Rock.mp3",
- "Duracion": "04:31",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2710726530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.5980237-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Cover You in Oil",
- "Artista": "ACDC",
- "Album": "BALLBREAKER",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Ballbreaker\\02 Cover You in Oil.mp3",
- "Duracion": "04:32",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2726922448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.6352301-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "The Furor",
- "Artista": "ACDC",
- "Album": "BALLBREAKER",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Ballbreaker\\03 The Furor.mp3",
- "Duracion": "04:10",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2508016326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.670599-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Boogie Man",
- "Artista": "ACDC",
- "Album": "BALLBREAKER",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Ballbreaker\\04 Boogie Man.mp3",
- "Duracion": "04:07",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2470138775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.7025457-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Burnin' Alive",
- "Artista": "ACDC",
- "Album": "BALLBREAKER",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Ballbreaker\\06 Burnin' Alive.mp3",
- "Duracion": "05:05",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3055804081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.7342941-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Hail Caesar",
- "Artista": "ACDC",
- "Album": "BALLBREAKER",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Ballbreaker\\07 Hail Caesar.mp3",
- "Duracion": "05:14",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3144620408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.7683219-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Love Bomb",
- "Artista": "ACDC",
- "Album": "BALLBREAKER",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Ballbreaker\\08 Love Bomb.mp3",
- "Duracion": "03:14",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 1942204081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.8000801-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Caught with Your Pants Down",
- "Artista": "ACDC",
- "Album": "BALLBREAKER",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Ballbreaker\\09 Caught with Your Pants Down.mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2545632653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.837756-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Whiskey on the Rocks",
- "Artista": "ACDC",
- "Album": "BALLBREAKER",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Ballbreaker\\10 Whiskey on the Rocks.mp3",
- "Duracion": "04:35",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2751738775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.8741058-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Ballbreaker",
- "Artista": "ACDC",
- "Album": "BALLBREAKER",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Ballbreaker\\11 Ballbreaker.mp3",
- "Duracion": "04:30",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2708114285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.9122906-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Rock N Roll Train",
- "Artista": "ACDC",
- "Album": "BLACK ICE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Black ice\\01 Rock N Roll Train.mp3",
- "Duracion": "04:21",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2615902040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.947674-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Skies on Fire",
- "Artista": "ACDC",
- "Album": "BLACK ICE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Black ice\\02 Skies on Fire.mp3",
- "Duracion": "03:34",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2142302040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.9644666-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Big Jack",
- "Artista": "ACDC",
- "Album": "BLACK ICE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Black ice\\03 Big Jack.mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2370873469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.9834613-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Anything Goes",
- "Artista": "ACDC",
- "Album": "BLACK ICE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Black ice\\04 Anything Goes.mp3",
- "Duracion": "03:22",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2022138775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:43.9984934-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "War Machine",
- "Artista": "ACDC",
- "Album": "BLACK ICE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Black ice\\05 War Machine.mp3",
- "Duracion": "03:09",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 1898579591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.0198743-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Smash N Grab",
- "Artista": "ACDC",
- "Album": "BLACK ICE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Black ice\\06 Smash N Grab.mp3",
- "Duracion": "04:06",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2464391836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.0369638-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Spoilin' for a Fight",
- "Artista": "ACDC",
- "Album": "BLACK ICE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Black ice\\07 Spoilin' for a Fight.mp3",
- "Duracion": "03:17",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 1971200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.0593123-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Wheels",
- "Artista": "ACDC",
- "Album": "BLACK ICE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Black ice\\08 Wheels.mp3",
- "Duracion": "03:28",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2085355102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.0806605-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Decibel",
- "Artista": "ACDC",
- "Album": "BLACK ICE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Black ice\\09 Decibel.mp3",
- "Duracion": "03:33",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2139428571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.0967528-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Stormy May Day",
- "Artista": "ACDC",
- "Album": "BLACK ICE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Black ice\\10 Stormy May Day.mp3",
- "Duracion": "03:10",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 1903020408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.1119423-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "She Likes Rock N Roll",
- "Artista": "ACDC",
- "Album": "BLACK ICE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Black ice\\11 She Likes Rock N Roll.mp3",
- "Duracion": "03:52",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2329861224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.128919-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Money Made",
- "Artista": "ACDC",
- "Album": "BLACK ICE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Black ice\\12 Money Made.mp3",
- "Duracion": "04:15",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2554775510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.1454341-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Rock N Roll Dream",
- "Artista": "ACDC",
- "Album": "BLACK ICE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Black ice\\13 Rock N Roll Dream.mp3",
- "Duracion": "04:40",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2809208163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.1634099-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Rocking All the Way",
- "Artista": "ACDC",
- "Album": "BLACK ICE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Black ice\\14 Rocking All the Way.mp3",
- "Duracion": "03:22",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2025795918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.1846979-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Black Ice",
- "Artista": "ACDC",
- "Album": "BLACK ICE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Black ice\\15 Black Ice.mp3",
- "Duracion": "03:25",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2051395918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.2036374-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Highway to Hell",
- "Artista": "ACDC",
- "Album": "HIGHWAY TO HELL",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Highway to hell\\01 Highway to Hell.mp3",
- "Duracion": "03:28",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2084832653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.2246844-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Girls Got Rhythm",
- "Artista": "ACDC",
- "Album": "HIGHWAY TO HELL",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Highway to hell\\02 Girls Got Rhythm.mp3",
- "Duracion": "03:23",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2033632653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.2462754-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Walk All Over You",
- "Artista": "ACDC",
- "Album": "HIGHWAY TO HELL",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Highway to hell\\03 Walk All Over You.mp3",
- "Duracion": "05:10",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 3100995918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.2685615-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Touch Too Much",
- "Artista": "ACDC",
- "Album": "HIGHWAY TO HELL",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Highway to hell\\04 Touch Too Much.mp3",
- "Duracion": "04:26",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2663444897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.2928099-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Beating Around the Bush",
- "Artista": "ACDC",
- "Album": "HIGHWAY TO HELL",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Highway to hell\\05 Beating Around the Bush.mp3",
- "Duracion": "03:55",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2357289795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.3146547-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Shot Down in Flames",
- "Artista": "ACDC",
- "Album": "HIGHWAY TO HELL",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Highway to hell\\06 Shot Down in Flames.mp3",
- "Duracion": "03:22",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2029453061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.3364941-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Get It Hot",
- "Artista": "ACDC",
- "Album": "HIGHWAY TO HELL",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Highway to hell\\07 Get It Hot.mp3",
- "Duracion": "02:34",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1545142857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.3567438-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "If You Want Blood (You've Got It)",
- "Artista": "ACDC",
- "Album": "HIGHWAY TO HELL",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Highway to hell\\08 If You Want Blood (You've Got It).mp3",
- "Duracion": "04:34",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2743118367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.3796608-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Love Hungry Man",
- "Artista": "ACDC",
- "Album": "HIGHWAY TO HELL",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Highway to hell\\09 Love Hungry Man.mp3",
- "Duracion": "04:17",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2572016326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.3980387-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Night Prowler",
- "Artista": "ACDC",
- "Album": "HIGHWAY TO HELL",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Highway to hell\\10 Night Prowler.mp3",
- "Duracion": "06:29",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 3895902040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.4211048-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Shoot to Thrill",
- "Artista": "ACDC",
- "Album": "IRON MAN 2",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Iron 2\\01 Shoot to Thrill.m4a",
- "Duracion": "05:17",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 3178120000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.4907137-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Rock 'N' Roll Damnation",
- "Artista": "ACDC",
- "Album": "IRON MAN 2",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Iron 2\\02 Rock 'N' Roll Damnation.m4a",
- "Duracion": "03:36",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2169210000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.546123-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Guns for Hire",
- "Artista": "ACDC",
- "Album": "IRON MAN 2",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Iron 2\\03 Guns for Hire.m4a",
- "Duracion": "03:24",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2046840000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.5595385-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Cold Hearted Man",
- "Artista": "ACDC",
- "Album": "IRON MAN 2",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Iron 2\\04 Cold Hearted Man.m4a",
- "Duracion": "03:34",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2143670000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.5752204-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Back In Black",
- "Artista": "ACDC",
- "Album": "IRON MAN 2",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Iron 2\\05 Back In Black.m4a",
- "Duracion": "04:15",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2556520000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.590559-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "If You Want Blood (You've Got It)",
- "Artista": "ACDC",
- "Album": "IRON MAN 2",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Iron 2\\07 If You Want Blood (You've Got It).m4a",
- "Duracion": "04:33",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2738100000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.6084018-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Evil Walks",
- "Artista": "ACDC",
- "Album": "IRON MAN 2",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Iron 2\\08 Evil Walks.m4a",
- "Duracion": "04:23",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2637790000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.6255583-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "T.N.T.",
- "Artista": "ACDC",
- "Album": "IRON MAN 2",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Iron 2\\09 T.N.T..m4a",
- "Duracion": "03:33",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2139720000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.6417689-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Hell Ain't a Bad Place to Be",
- "Artista": "ACDC",
- "Album": "IRON MAN 2",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Iron 2\\10 Hell Ain't a Bad Place to Be.m4a",
- "Duracion": "04:13",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2536090000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.6583412-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Have a Drink on Me",
- "Artista": "ACDC",
- "Album": "IRON MAN 2",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Iron 2\\11 Have a Drink on Me.m4a",
- "Duracion": "03:58",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2388870000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.6747224-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "The Razors Edge",
- "Artista": "ACDC",
- "Album": "IRON MAN 2",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Iron 2\\12 The Razors Edge.m4a",
- "Duracion": "04:22",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2625250000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.6923947-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Let There Be Rock",
- "Artista": "ACDC",
- "Album": "IRON MAN 2",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Iron 2\\13 Let There Be Rock.m4a",
- "Duracion": "06:06",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 3664110000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.7088774-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "War Machine",
- "Artista": "ACDC",
- "Album": "IRON MAN 2",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Iron 2\\14 War Machine.m4a",
- "Duracion": "03:09",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 1897310000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.7251758-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Highway to Hell",
- "Artista": "ACDC",
- "Album": "IRON MAN 2",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Iron 2\\15 Highway to Hell.m4a",
- "Duracion": "03:28",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2089570000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.7414917-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Go Down",
- "Artista": "ACDC",
- "Album": "LET THERE BE ROCK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Let there be rock\\1 Go Down.mp3",
- "Duracion": "05:31",
- "FechaLanzamiento": "1977",
- "EstadoColor": "White",
- "DuracionLong": 3315722448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.7588624-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Dog Eat Dog",
- "Artista": "ACDC",
- "Album": "LET THERE BE ROCK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Let there be rock\\2 Dog Eat Dog.mp3",
- "Duracion": "03:34",
- "FechaLanzamiento": "1977",
- "EstadoColor": "White",
- "DuracionLong": 2148832653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.7801465-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Let There Be Rock",
- "Artista": "ACDC",
- "Album": "LET THERE BE ROCK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Let there be rock\\3 Let There Be Rock.mp3",
- "Duracion": "06:06",
- "FechaLanzamiento": "1977",
- "EstadoColor": "White",
- "DuracionLong": 3664195918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.7982183-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Bad Boy Boogie",
- "Artista": "ACDC",
- "Album": "LET THERE BE ROCK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Let there be rock\\4 Bad Boy Boogie.mp3",
- "Duracion": "04:27",
- "FechaLanzamiento": "1977",
- "EstadoColor": "White",
- "DuracionLong": 2676506122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.8194023-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Problem Child",
- "Artista": "ACDC",
- "Album": "LET THERE BE ROCK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Let there be rock\\5 Problem Child.mp3",
- "Duracion": "05:24",
- "FechaLanzamiento": "1977",
- "EstadoColor": "White",
- "DuracionLong": 3247804081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.8456816-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Overdose",
- "Artista": "ACDC",
- "Album": "LET THERE BE ROCK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Let there be rock\\6 Overdose.mp3",
- "Duracion": "06:09",
- "FechaLanzamiento": "1977",
- "EstadoColor": "White",
- "DuracionLong": 3691363265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.8635892-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Hell Ain't a Bad Place to Be",
- "Artista": "ACDC",
- "Album": "LET THERE BE ROCK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Let there be rock\\7 Hell Ain't a Bad Place to Be.mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "1977",
- "EstadoColor": "White",
- "DuracionLong": 2541714285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.883442-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Whole Lotta Rosie",
- "Artista": "ACDC",
- "Album": "LET THERE BE ROCK",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Let there be rock\\8 Whole Lotta Rosie.mp3",
- "Duracion": "05:33",
- "FechaLanzamiento": "1977",
- "EstadoColor": "White",
- "DuracionLong": 3338971428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.9057505-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Thunderstruck",
- "Artista": "ACDC",
- "Album": "LIVE ACDC",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Live 1992\\01 Thunderstruck (Live - 1991).mp3",
- "Duracion": "06:35",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 3952326530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.9405842-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Shoot to Thrill",
- "Artista": "ACDC",
- "Album": "LIVE ACDC",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Live 1992\\02 Shoot to Thrill (Live - 1991).mp3",
- "Duracion": "05:20",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 3204963265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.9619777-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Back In Black",
- "Artista": "ACDC",
- "Album": "LIVE ACDC",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Live 1992\\03 Back In Black (Live - 1991).mp3",
- "Duracion": "04:26",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2666318367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:44.9829414-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Who Made Who",
- "Artista": "ACDC",
- "Album": "LIVE ACDC",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Live 1992\\04 Who Made Who (Live - 1991).mp3",
- "Duracion": "05:15",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 3150367346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.0001593-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Heatseeker",
- "Artista": "ACDC",
- "Album": "LIVE ACDC",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Live 1992\\05 Heatseeker (Live - 1991).mp3",
- "Duracion": "03:35",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2159542857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.0179535-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "The Jack",
- "Artista": "ACDC",
- "Album": "LIVE ACDC",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Live 1992\\06 The Jack (Live - 1991).mp3",
- "Duracion": "06:56",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 4166530612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.0359159-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Moneytalks",
- "Artista": "ACDC",
- "Album": "LIVE ACDC",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Live 1992\\07 Moneytalks (Live - 1991).mp3",
- "Duracion": "04:18",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2582987755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.0524983-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Hells Bells",
- "Artista": "ACDC",
- "Album": "LIVE ACDC",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Live 1992\\08 Hells Bells (Live - 1991).mp3",
- "Duracion": "06:00",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 3604114285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.0742105-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Dirty Deeds Done",
- "Artista": "ACDC",
- "Album": "LIVE ACDC",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Live 1992\\09 Dirty Deeds Done Dirt Cheap (Live - 1991).mp3",
- "Duracion": "05:02",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 3021322448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.0945801-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Whole Lotta Rosie...",
- "Artista": "ACDC",
- "Album": "LIVE ACDC",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Live 1992\\10 Whole Lotta Rosie (Live - 1991).mp3",
- "Duracion": "04:30",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2700277551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.11008-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "You Shook Me All Long",
- "Artista": "ACDC",
- "Album": "LIVE ACDC",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Live 1992\\11 You Shook Me All Night Long (Live - 1991).mp3",
- "Duracion": "03:52",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2326465306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.1277961-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Highway to Hell",
- "Artista": "ACDC",
- "Album": "LIVE ACDC",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Live 1992\\12 Highway to Hell (Live - 1991).mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2372440816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.143305-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "T.N.T.",
- "Artista": "ACDC",
- "Album": "LIVE ACDC",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Live 1992\\13 T.N.T. (Live - 1991).mp3",
- "Duracion": "03:47",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2277355102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.1589372-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "For Those About t...",
- "Artista": "ACDC",
- "Album": "LIVE ACDC",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Live 1992\\14 For Those About to Rock (We Salute You) (Live - 1991).mp3",
- "Duracion": "07:17",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 4376816326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.1781086-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Thunderstruck",
- "Artista": "ACDC",
- "Album": "THE RAZORS EDGE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\The razors edge\\01 Thunderstruck.mp3",
- "Duracion": "04:52",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2929632653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.1926989-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Fire Your Guns",
- "Artista": "ACDC",
- "Album": "THE RAZORS EDGE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\The razors edge\\02 Fire Your Guns.mp3",
- "Duracion": "02:53",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 1737665306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.20778-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Moneytalks",
- "Artista": "ACDC",
- "Album": "THE RAZORS EDGE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\The razors edge\\03 Moneytalks.mp3",
- "Duracion": "03:46",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2260375510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.2274962-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "The Razors Edge",
- "Artista": "ACDC",
- "Album": "THE RAZORS EDGE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\The razors edge\\04 The Razors Edge.mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2626089795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.2419625-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Mistress for Christmas",
- "Artista": "ACDC",
- "Album": "THE RAZORS EDGE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\The razors edge\\05 Mistress for Christmas.mp3",
- "Duracion": "03:59",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2395951020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.2579112-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Rock Your Heart Out",
- "Artista": "ACDC",
- "Album": "THE RAZORS EDGE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\The razors edge\\06 Rock Your Heart Out.mp3",
- "Duracion": "04:06",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2467787755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.2762771-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Are You Ready",
- "Artista": "ACDC",
- "Album": "THE RAZORS EDGE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\The razors edge\\07 Are You Ready.mp3",
- "Duracion": "04:10",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2504097959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.2944098-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Got You by the Balls",
- "Artista": "ACDC",
- "Album": "THE RAZORS EDGE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\The razors edge\\08 Got You by the Balls.mp3",
- "Duracion": "04:30",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2702889795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.3124342-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Shot of Love",
- "Artista": "ACDC",
- "Album": "THE RAZORS EDGE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\The razors edge\\09 Shot of Love.mp3",
- "Duracion": "03:56",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2365910204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.3270163-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Let's Make It",
- "Artista": "ACDC",
- "Album": "THE RAZORS EDGE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\The razors edge\\10 Let's Make It.mp3",
- "Duracion": "03:32",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2123493877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.343259-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Goodbye and Good Riddance to Bad Luck",
- "Artista": "ACDC",
- "Album": "THE RAZORS EDGE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\The razors edge\\11 Goodbye and Good Riddance to Bad Luck.mp3",
- "Duracion": "03:13",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 1936457142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.3593551-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "If You Dare",
- "Artista": "ACDC",
- "Album": "THE RAZORS EDGE",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\The razors edge\\12 If You Dare.mp3",
- "Duracion": "03:18",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 1984000000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.3740624-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Who Made Who",
- "Artista": "ACDC",
- "Album": "WHO MADE WHO",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Who made who\\1 Who Made Who.mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 2072293877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.3938082-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "You Shook Me All Night Long",
- "Artista": "ACDC",
- "Album": "WHO MADE WHO",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Who made who\\2 You Shook Me All Night Long.mp3",
- "Duracion": "03:30",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 2109126530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.408825-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "D.T.",
- "Artista": "ACDC",
- "Album": "WHO MADE WHO",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Who made who\\3 D.T..mp3",
- "Duracion": "02:53",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 1737404081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.4262798-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Sink the Pink",
- "Artista": "ACDC",
- "Album": "WHO MADE WHO",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Who made who\\4 Sink the Pink.mp3",
- "Duracion": "04:13",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 2534661224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.4404846-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Ride On",
- "Artista": "ACDC",
- "Album": "WHO MADE WHO",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Who made who\\5 Ride On.mp3",
- "Duracion": "05:49",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3499624489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.459602-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Hells Bells",
- "Artista": "ACDC",
- "Album": "WHO MADE WHO",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Who made who\\6 Hells Bells.mp3",
- "Duracion": "05:12",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3129208163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.4737079-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Shake Your Foundations",
- "Artista": "ACDC",
- "Album": "WHO MADE WHO",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Who made who\\7 Shake Your Foundations.mp3",
- "Duracion": "03:51",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 2318106122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.4895201-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Chase the Ace",
- "Artista": "ACDC",
- "Album": "WHO MADE WHO",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Who made who\\8 Chase the Ace.mp3",
- "Duracion": "03:01",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 1814465306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.5094358-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "For Those About to Rock (We Salute You)",
- "Artista": "ACDC",
- "Album": "WHO MADE WHO",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Acdc\\Who made who\\9 For Those About to Rock (We Salute You).mp3",
- "Duracion": "05:53",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3537240816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.5215201-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Nuevas Versiones",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Angel Attaque 77 Nuevas Versiones.mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2480024358,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.5388292-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Ojos De Perro",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\ataque 77 ojos de perro.mp3",
- "Duracion": "04:32",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2729192307,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.5603851-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Arrancacorazones",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Attaque 77 - Arrancacorazones.mp3",
- "Duracion": "04:41",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2813319871,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.5763874-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Beatle",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Attaque 77 - Beatle (Official Video).mp3",
- "Duracion": "03:45",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2258184615,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.5900645-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Cartonero",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Attaque 77 - Cartonero.mp3",
- "Duracion": "04:07",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2476541025,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.6087036-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Chance",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Attaque 77 - Chance - Videoclip Oficial.mp3",
- "Duracion": "05:51",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 3511526282,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.6246954-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Donde las aguilas se atreven",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Attaque 77 - Donde las aguilas se atreven.mp3",
- "Duracion": "04:11",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2518069230,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.6399232-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Hacelo por mi",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Attaque 77 - Hacelo por mi.mp3",
- "Duracion": "03:45",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2251218589,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.656819-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "La gente que habla sola",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Attaque 77 - La gente que habla sola.mp3",
- "Duracion": "05:28",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 3286203205,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.6731734-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Por Que Te Vas",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Attaque 77 - Por Que Te Vas.mp3",
- "Duracion": "02:59",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 1792267307,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.6887387-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Setentista",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Attaque 77 - Setentista (Official Video).mp3",
- "Duracion": "03:48",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2287655769,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.704849-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Gente que no (Todos tus muertos)",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\ATTAQUE 77 - Solo covers! 27_7_2012 - Gente que no (Todos tus muertos).mp3",
- "Duracion": "03:21",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2010623717,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.7249192-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Western",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Attaque 77 - Western.mp3",
- "Duracion": "04:30",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2706150641,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.7395913-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "77 Nuevas Versiones",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Cambios Attaque 77 Nuevas Versiones.mp3",
- "Duracion": "02:19",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 1397349358,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.7572858-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Cancion Inutil",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Cancion Inutil Attaque 77 Nuevas Versiones.mp3",
- "Duracion": "05:00",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 3006224358,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.7739082-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Chicos y Perros",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\chicos y perros attaque 77 Nuevas Versiones.mp3",
- "Duracion": "04:06",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2464484615,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.7905542-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Crecer",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Crecer __ Attaque 77 __ Obras Cumbres.mp3",
- "Duracion": "04:44",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2844666666,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.8073342-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "El Perro attaque",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\El Perro attaque 77 Nuevas Versiones.mp3",
- "Duracion": "02:34",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 1544974358,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.8236726-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "Exodo-Ska",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Exodo-Ska __ Attaque 77 __ Obras Cumbres.mp3",
- "Duracion": "03:35",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2153962179,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.8393822-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "Gil",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Gil attaque 77 Nuevas Versiones.mp3",
- "Duracion": "02:11",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 1315364743,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.8593655-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "San Fermin",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\San Fermin __ Attaque 77 __ Obras Cumbres.mp3",
- "Duracion": "02:59",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 1797357692,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.8746594-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "Todo esta al revez attaque",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Todo esta al revez attaque 77 Nuevas Versiones.mp3",
- "Duracion": "02:41",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 1614634615,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.8942467-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "Vuelve a casa attaque",
- "Artista": "ATTAQUE 77",
- "Album": "BEST ATTAQUE 77",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Attaque77\\Vuelve a casa attaque 77 Nuevas Versiones.mp3",
- "Duracion": "03:09",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 1896757051,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.9028862-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Bye bye",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\BYE BYE.mp3",
- "Duracion": "04:38",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2788320000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.9198748-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Celofán",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Celofán.mp3",
- "Duracion": "03:12",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1928097959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.9435337-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Como Eran Las Cosas",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Como Eran Las Cosas.mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2405877551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.9601177-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Deléctrico",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Deléctrico.mp3",
- "Duracion": "03:08",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1886302040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.9748712-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Deshoras",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Deshoras.mp3",
- "Duracion": "04:20",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2606236734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:45.9924434-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "El Colmo",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\El Colmo.mp3",
- "Duracion": "02:40",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1609665306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.0147475-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "El loco",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\El loco.mp3",
- "Duracion": "03:07",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1874808163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.031736-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Fizz",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Fizz.mp3",
- "Duracion": "02:48",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1682024489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.0481746-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "La Lanza",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\La Lanza.mp3",
- "Duracion": "03:17",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1971722448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.0673261-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "La Pregunta",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\La Pregunta.mp3",
- "Duracion": "05:03",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3038824489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.0852279-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Las Demás",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Las Demás.mp3",
- "Duracion": "02:38",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1581975510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.1066801-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Los Calientes",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Los Calientes.mp3",
- "Duracion": "03:44",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2242873469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.1292367-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Microdancing",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Microdancing.mp3",
- "Duracion": "03:35",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2152228571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.1477342-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Paradoja",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Paradoja.mp3",
- "Duracion": "02:59",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1791216326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.1675822-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Pijamas",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Pijamas.mp3",
- "Duracion": "03:28",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2083004081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.1859829-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Puesto - Babasonicos",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Puesto - Babasonicos.mp3",
- "Duracion": "03:25",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2053224489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.2060665-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Putita",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Putita.mp3",
- "Duracion": "03:53",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2334563265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.2244494-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "Risa",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Risa.mp3",
- "Duracion": "03:07",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1878204081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.241678-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "Sin mi diablo",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Sin mi diablo.mp3",
- "Duracion": "03:01",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1811069387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.2559278-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "Tormento",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Tormento.mp3",
- "Duracion": "03:33",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2135771428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.2715361-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "Vampi",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Vampi.mp3",
- "Duracion": "03:19",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1997322448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.2880094-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "Y Qué",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Y Qué.mp3",
- "Duracion": "03:47",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2270302040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.3091416-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "Yegua",
- "Artista": "BABASONICOS",
- "Album": "BEST BABASONICOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Compilado\\Yegua.mp3",
- "Duracion": "02:32",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1525812244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.3222714-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Irresponsables",
- "Artista": "BABASONICOS",
- "Album": "INFAME",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Infame\\01 Irresponsables.mp3",
- "Duracion": "02:36",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1562906122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.3404433-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Risa",
- "Artista": "BABASONICOS",
- "Album": "INFAME",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Infame\\02 Risa.mp3",
- "Duracion": "03:07",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1872195918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.3556957-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Pistero",
- "Artista": "BABASONICOS",
- "Album": "INFAME",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Infame\\03 Pistero.mp3",
- "Duracion": "02:58",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1786253061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.3714919-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Estertor",
- "Artista": "BABASONICOS",
- "Album": "INFAME",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Infame\\04 Estertor.mp3",
- "Duracion": "03:03",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1831706122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.3861011-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Putita",
- "Artista": "BABASONICOS",
- "Album": "INFAME",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Infame\\05 Putita.mp3",
- "Duracion": "03:45",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2257763265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.4021234-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Suturno",
- "Artista": "BABASONICOS",
- "Album": "INFAME",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Infame\\06 Suturno.mp3",
- "Duracion": "03:53",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2339265306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.4175544-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Mareo",
- "Artista": "BABASONICOS",
- "Album": "INFAME",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Infame\\07 Mareo.mp3",
- "Duracion": "03:32",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2124000000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.4355867-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Sin mi diablo",
- "Artista": "BABASONICOS",
- "Album": "INFAME",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Infame\\08 Sin mi diablo.mp3",
- "Duracion": "03:01",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1811069387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.4490064-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Curtis",
- "Artista": "BABASONICOS",
- "Album": "INFAME",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Infame\\09 Curtis.mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2071680000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.4664765-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Y qué",
- "Artista": "BABASONICOS",
- "Album": "INFAME",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Infame\\10 Y qué.mp3",
- "Duracion": "03:07",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1875591836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.4827757-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "La Puntita",
- "Artista": "BABASONICOS",
- "Album": "INFAME",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Infame\\11 La Puntita.mp3",
- "Duracion": "03:13",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1933844897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.4986879-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Fan de Scorpions",
- "Artista": "BABASONICOS",
- "Album": "INFAME",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Infame\\12 Fan de Scorpions.mp3",
- "Duracion": "02:15",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1350530612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.5123715-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Gratis",
- "Artista": "BABASONICOS",
- "Album": "INFAME",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Infame\\13 Gratis.mp3",
- "Duracion": "03:05",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1852080000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.5264011-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Once",
- "Artista": "BABASONICOS",
- "Album": "INFAME",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Babasonicos\\Infame\\14 Once.mp3",
- "Duracion": "02:33",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1531297959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.5408033-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Nothing Compares 2 U",
- "Artista": "SINÉAD O'CONNOR",
- "Album": "BALADAS 80 90",
- "Genero": "BALADAS",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Baladas 80 90\\01 Sinéad O'Connor - Nothing Compares 2 U (Official Music Video).mp3",
- "Duracion": "05:08",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3081926530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.5560233-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Total Eclipse of the Heart",
- "Artista": "BONNIE TAYLER",
- "Album": "BALADAS 80 90",
- "Genero": "BALADAS",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Baladas 80 90\\02 Bonnie Tyler - Total Eclipse of the Heart (Video).mp3",
- "Duracion": "05:33",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3339755102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.5730816-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Hard To Say I'm Sorry",
- "Artista": "CHICAGO",
- "Album": "BALADAS 80 90",
- "Genero": "BALADAS",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Baladas 80 90\\03 Chicago - Hard To Say I'm Sorry Subtitulado Español Ingles.mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2185142857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.5871638-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Stand By Me ",
- "Artista": "JOHN LENNON",
- "Album": "BALADAS 80 90",
- "Genero": "BALADAS",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Baladas 80 90\\04 ♥ Stand By Me ♥ Quédate Conmigo - Ben E King ~ Subtitulada inglés_español.mp3",
- "Duracion": "02:51",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1717028571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.6040258-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Stand by me",
- "Artista": "JOHN LENNON",
- "Album": "BALADAS 80 90",
- "Genero": "BALADAS",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Baladas 80 90\\05 STAND BY ME. (Ultimate Mix, 2020) - John Lennon (official music video HD).mp3",
- "Duracion": "03:32",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2121404081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.6195628-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "I will be right here waiting for you",
- "Artista": "VARIOS",
- "Album": "BALADAS 80 90",
- "Genero": "BALADAS",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Baladas 80 90\\06 I will be right here waiting for you - Richard Marx with lyrics.mp3",
- "Duracion": "04:28",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2686171428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.6348373-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Waiting for a Girl Like You",
- "Artista": "VARIOS",
- "Album": "BALADAS 80 90",
- "Genero": "BALADAS",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Baladas 80 90\\07 Foreigner - Waiting for a Girl Like You [Lyrics].mp3",
- "Duracion": "04:49",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2894628571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.6513026-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Another day in paradise",
- "Artista": "PHILL COLLINS",
- "Album": "BALADAS 80 90",
- "Genero": "BALADAS",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Baladas 80 90\\08 Phil Collins Another day in paradise..mp3",
- "Duracion": "05:23",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3231346938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.6687676-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "I ll Never Let You Go",
- "Artista": "VARIOS",
- "Album": "BALADAS 80 90",
- "Genero": "BALADAS",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Baladas 80 90\\09 Steelheart - I'll Never Let You Go (Official Video).mp3",
- "Duracion": "04:31",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2715167346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.6847302-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Journey - Faithfully",
- "Artista": "VARIOS",
- "Album": "BALADAS 80 90",
- "Genero": "BALADAS",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Baladas 80 90\\10 Journey - Faithfully (Official Video).mp3",
- "Duracion": "04:25",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2655085714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.7023418-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Can't Fight This Feeling",
- "Artista": "REO SPEEDWAGON",
- "Album": "BALADAS 80 90",
- "Genero": "BALADAS",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Baladas 80 90\\11 REO Speedwagon - Can't Fight This Feeling (Official HD Video).mp3",
- "Duracion": "04:51",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2916048979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.7188059-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Heart - Alone",
- "Artista": "VARIOS",
- "Album": "BALADAS 80 90",
- "Genero": "BALADAS",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Baladas 80 90\\12 Heart - Alone.mp3",
- "Duracion": "03:37",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2176783673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.7350187-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "More Than Words",
- "Artista": "EXTREME",
- "Album": "BALADAS 80 90",
- "Genero": "BALADAS",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Baladas 80 90\\13 Extreme - More Than Words (Official Music Video).mp3",
- "Duracion": "04:15",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2556081632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.749488-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Sacrifice",
- "Artista": "ELTON JOHN",
- "Album": "BALADAS 80 90",
- "Genero": "BALADAS",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Baladas 80 90\\14 Sacrifice - Elton John (Subtitulado Español).mp3",
- "Duracion": "05:08",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3086106122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.7639944-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Danza De Los Muertos Pobres",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\01 - Danza De Los Muertos Pobres.mp3",
- "Duracion": "04:31",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2713920000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.7830538-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "De La Cabeza",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\02 - De La Cabeza.mp3",
- "Duracion": "30",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 304560000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.7979184-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Diez Mil",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\03 - Diez Mil.mp3",
- "Duracion": "09:21",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 5610579591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.8124509-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "El Tiempo No Para",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\04 - El Tiempo No Para.mp3",
- "Duracion": "05:21",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 3216720000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.8274013-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "El Viejo De Arriba",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\05 - El Viejo De Arriba.mp3",
- "Duracion": "03:58",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2380560000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.8446301-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Espíritu De Esta Selva",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\06 - Espíritu De Esta Selva.mp3",
- "Duracion": "03:55",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2357040000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.8573485-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "La Bolsa",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\07 - La Bolsa.mp3",
- "Duracion": "04:24",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2641240816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.8718667-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Mi Caramelo",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\08 - Mi Caramelo.mp3",
- "Duracion": "03:29",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2099280000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.891068-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Murguita Del Sur",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\09 - Murguita Del Sur.mp3",
- "Duracion": "05:03",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 3037200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.9036549-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Perro Amor Explota",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\10 - Perro Amor Explota.mp3",
- "Duracion": "04:28",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2688720000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.9203069-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Se Viene",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\11 - Se Viene.mp3",
- "Duracion": "03:40",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2204212244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.9352715-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Señor Cobranza",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\12 - Señor Cobranza.mp3",
- "Duracion": "04:16",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2566008163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.9517934-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Tuyú",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\13 - Tuyú.mp3",
- "Duracion": "05:21",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 3212160000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.9668266-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Un Pacto",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\14 - Un Pacto.mp3",
- "Duracion": "04:55",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2952000000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:46.9832579-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Vuelos",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\15 - Vuelos.mp3",
- "Duracion": "05:45",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 3450000000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.002229-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Yo Tomo",
- "Artista": "BERSUIT",
- "Album": "DE LA CABEZA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\De La Cabeza\\16 - Yo Tomo.mp3",
- "Duracion": "03:46",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2262726530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.0182399-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Abundancia",
- "Artista": "BERSUIT",
- "Album": "DON LEOPARDO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Don Leopardo\\01 Abundancia.mp3",
- "Duracion": "01:06",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 669518367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.0349786-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Bolero Militar",
- "Artista": "BERSUIT",
- "Album": "DON LEOPARDO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Don Leopardo\\02 Bolero Militar.mp3",
- "Duracion": "03:28",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2086320000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.0524298-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Bolivian Surf",
- "Artista": "BERSUIT",
- "Album": "DON LEOPARDO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Don Leopardo\\03 Bolivian Surf.mp3",
- "Duracion": "03:00",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 1801680000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.0695323-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Cajón Cinco Estrellas",
- "Artista": "BERSUIT",
- "Album": "DON LEOPARDO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Don Leopardo\\04 Cajón Cinco Estrellas.mp3",
- "Duracion": "03:10",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 1902000000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.085514-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Cielo Trucho",
- "Artista": "BERSUIT",
- "Album": "DON LEOPARDO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Don Leopardo\\05 Cielo Trucho.mp3",
- "Duracion": "03:06",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 1865520000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.1017767-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Espiritu De Esta Selva",
- "Artista": "BERSUIT",
- "Album": "DON LEOPARDO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Don Leopardo\\06 Espiritu De Esta Selva.mp3",
- "Duracion": "03:47",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2275200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.1190171-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "La Mujer Perfecta",
- "Artista": "BERSUIT",
- "Album": "DON LEOPARDO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Don Leopardo\\07 La Mujer Perfecta.mp3",
- "Duracion": "11:56",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 7169760000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.135454-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Madrugón",
- "Artista": "BERSUIT",
- "Album": "DON LEOPARDO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Don Leopardo\\08 Madrugón.mp3",
- "Duracion": "04:03",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2439120000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.1516637-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Mi Caramelo",
- "Artista": "BERSUIT",
- "Album": "DON LEOPARDO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Don Leopardo\\09 Mi Caramelo.mp3",
- "Duracion": "03:23",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2035200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.1689448-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Ojo Por Ojo",
- "Artista": "BERSUIT",
- "Album": "DON LEOPARDO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Don Leopardo\\10 Ojo Por Ojo.mp3",
- "Duracion": "02:55",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 1758720000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.1862221-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Querubín",
- "Artista": "BERSUIT",
- "Album": "DON LEOPARDO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Don Leopardo\\11 Querubín.mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2454480000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.2021372-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Ruego",
- "Artista": "BERSUIT",
- "Album": "DON LEOPARDO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Don Leopardo\\12 Ruego.mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2480160000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.2211948-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Un Pacto Para Vivir...La Bersu",
- "Artista": "BERSUIT",
- "Album": "DON LEOPARDO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Don Leopardo\\13 Un Pacto Para Vivir...La Bersu.mp3",
- "Duracion": "04:55",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2952720000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.2355717-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Yo No Fui",
- "Artista": "BERSUIT",
- "Album": "DON LEOPARDO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Don Leopardo\\14 Yo No Fui.mp3",
- "Duracion": "05:01",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 3018960000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.2494659-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Canción De Juan",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\01 - Canción De Juan.mp3",
- "Duracion": "05:38",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 3383520000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.263738-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Caroncha",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\02 - Caroncha.mp3",
- "Duracion": "05:06",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 3060240000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.281502-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Desconexión Sideral",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\03 - Desconexión Sideral.mp3",
- "Duracion": "04:51",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2915280000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.3039915-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "El Gordo Motoneta",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\04 - El Gordo Motoneta.mp3",
- "Duracion": "03:54",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2349600000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.3185371-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "El Viejo De Arriba",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\05 - El Viejo De Arriba.mp3",
- "Duracion": "03:28",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2086138775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.3336109-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Es Importante",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\06 - Es Importante.mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2110800000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.3482214-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Grasun",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\07 - Grasun.mp3",
- "Duracion": "03:59",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2398563265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.3646948-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "La Bolsa",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\08 - La Bolsa.mp3",
- "Duracion": "03:32",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2129502040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.6003931-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "La Del Toro",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\09 - La Del Toro.mp3",
- "Duracion": "04:07",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2470560000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.6311041-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "La Petisita Culona",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\10 - La Petisita Culona.mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2183040000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.6653223-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "La Vida Boba",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\11 - La Vida Boba.mp3",
- "Duracion": "04:58",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2989453061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.6824242-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Negra Murguera",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\12 - Negra Murguera.mp3",
- "Duracion": "05:50",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 3508080000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.7005318-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Porteño De Ley",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\13 - Porteño De Ley.mp3",
- "Duracion": "03:47",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2278080000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.717349-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Toco Y Me Voy",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\14 - Toco Y Me Voy.mp3",
- "Duracion": "04:09",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2499600000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.7372935-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Veneno De Humanidad",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\15 - Veneno De Humanidad.mp3",
- "Duracion": "05:17",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 3175920000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.7543077-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Es Importante",
- "Artista": "BERSUIT",
- "Album": "HIJOS DEL CULO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Hijos Del Culo\\Es Importante.mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2110800000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.7716617-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Ades Tiempo",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Ades Tiempo.mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2181746938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.7858719-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Al Olor Del Hogar",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Al Olor Del Hogar.mp3",
- "Duracion": "03:18",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1981387755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.800377-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Coger No Es Amor",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Coger No Es Amor.mp3",
- "Duracion": "04:06",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2469355102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.8195533-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Como Un Bolu",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Como Un Bolu.mp3",
- "Duracion": "02:16",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1364636734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.8349515-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Convalescencia En Va...",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Convalescencia En Valencia.mp3",
- "Duracion": "04:57",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2977436734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.8518864-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "El Baile De La Gambe...",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\El Baile De La Gambeta.mp3",
- "Duracion": "03:59",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2395428571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.8688848-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "El Viento Trae Una C...",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\El Viento Trae Una Copla.mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2488946938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.8832927-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Fisurar",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Fisurar.mp3",
- "Duracion": "03:19",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1997844897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.8992503-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Hecho En Buenos Aire...",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Hecho En Buenos Aires.mp3",
- "Duracion": "04:49",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2894400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.9190824-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "La Argentinidad Al P...",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\La Argentinidad Al Palo.mp3",
- "Duracion": "05:29",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 3298220408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.9379976-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "La Calavera",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\La Calavera.mp3",
- "Duracion": "05:43",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 3434579591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.9533227-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "La Oveja Negra",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\La Oveja Negra.mp3",
- "Duracion": "04:19",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2595360000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.9692636-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "La Soledad",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\La Soledad.mp3",
- "Duracion": "04:24",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2643069387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:47.9883792-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Mariscal Tito",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Mariscal Tito.mp3",
- "Duracion": "04:50",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2901120000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.0024702-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Murga De La Limousin...",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Murga De La Limousine.mp3",
- "Duracion": "02:56",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1762742857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.020775-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "No Seas Parca",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\No Seas Parca.mp3",
- "Duracion": "03:43",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2232946938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.0364113-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Otra Sudestada",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Otra Sudestada.mp3",
- "Duracion": "06:25",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 3856800000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.0522136-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "Pajaro Negro",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Pajaro Negro.mp3",
- "Duracion": "04:31",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2712960000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.0666419-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "Porno Star",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Porno Star.mp3",
- "Duracion": "03:52",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2325600000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.0864879-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "Shit Shit Money Mone...",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Shit Shit Money Money.mp3",
- "Duracion": "05:10",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 3102040816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.1019876-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "Va Por Chapultepec",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Va Por Chapultepec.mp3",
- "Duracion": "03:58",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2383412244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.1190869-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "Y No Está Solo",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Y No Está Solo.mp3",
- "Duracion": "06:45",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 4056240000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.1342778-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "Zi Zi Zi",
- "Artista": "BERSUIT",
- "Album": "LA ARGENTINIDAD AL PALO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\La Argentinidad\\Zi Zi Zi.mp3",
- "Duracion": "03:30",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2109840000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.1497396-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "A Los Tambores",
- "Artista": "BERSUIT",
- "Album": "LIBERTINAJE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Libertinaje\\A Los Tambores.mp3",
- "Duracion": "03:22",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2028669387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.1667785-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "A Marca Di Deux",
- "Artista": "BERSUIT",
- "Album": "LIBERTINAJE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Libertinaje\\A Marca Di Deux.mp3",
- "Duracion": "05:19",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 3197648979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.1837026-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "C.S.M.",
- "Artista": "BERSUIT",
- "Album": "LIBERTINAJE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Libertinaje\\C.S.M..mp3",
- "Duracion": "02:40",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 1607836734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.2003926-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "De Onda",
- "Artista": "BERSUIT",
- "Album": "LIBERTINAJE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Libertinaje\\De Onda.mp3",
- "Duracion": "03:01",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 1813159183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.2184035-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Gente De Mierda",
- "Artista": "BERSUIT",
- "Album": "LIBERTINAJE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Libertinaje\\Gente De Mierda.mp3",
- "Duracion": "02:46",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 1668963265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.2338624-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Murguita Del Sur",
- "Artista": "BERSUIT",
- "Album": "LIBERTINAJE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Libertinaje\\Murguita Del Sur.mp3",
- "Duracion": "04:17",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2570710204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.2519139-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Se Viene",
- "Artista": "BERSUIT",
- "Album": "LIBERTINAJE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Libertinaje\\Se Viene.mp3",
- "Duracion": "03:26",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2060277551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.2661026-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Sr. Cobranza",
- "Artista": "BERSUIT",
- "Album": "LIBERTINAJE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Libertinaje\\Sr. Cobranza.mp3",
- "Duracion": "04:19",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2598922448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.2855738-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Vuelos",
- "Artista": "BERSUIT",
- "Album": "LIBERTINAJE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Libertinaje\\Vuelos.mp3",
- "Duracion": "04:24",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2646726530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.3014232-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Yo Tomo",
- "Artista": "BERSUIT",
- "Album": "LIBERTINAJE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Libertinaje\\Yo Tomo.mp3",
- "Duracion": "03:32",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2126367346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.3204866-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Andan Yugando",
- "Artista": "BERSUIT",
- "Album": "TESTOSTERONA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Testosterona\\Andan Yugando.mp3",
- "Duracion": "03:21",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2012499358,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.3484364-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Barriletes",
- "Artista": "BERSUIT",
- "Album": "TESTOSTERONA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Testosterona\\Barriletes.mp3",
- "Duracion": "04:57",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2974073076,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.3723082-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "En La Ribera",
- "Artista": "BERSUIT",
- "Album": "TESTOSTERONA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Testosterona\\En La Ribera.mp3",
- "Duracion": "05:04",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 3044537179,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.3903004-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Esperando El Impacto",
- "Artista": "BERSUIT",
- "Album": "TESTOSTERONA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Testosterona\\Esperando El Impacto.mp3",
- "Duracion": "03:42",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2228712820,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.410983-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Inundación",
- "Artista": "BERSUIT",
- "Album": "TESTOSTERONA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Testosterona\\Inundación.mp3",
- "Duracion": "04:43",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2839844230,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.4315362-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "La Flor De Mis Heridas",
- "Artista": "BERSUIT",
- "Album": "TESTOSTERONA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Testosterona\\La Flor De Mis Heridas.mp3",
- "Duracion": "04:26",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2663015384,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.4502871-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Madre Hay Una Sola",
- "Artista": "BERSUIT",
- "Album": "TESTOSTERONA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Testosterona\\Madre Hay Una Sola.mp3",
- "Duracion": "04:20",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2609698717,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.4733226-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Me Duele Festejar",
- "Artista": "BERSUIT",
- "Album": "TESTOSTERONA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Testosterona\\Me Duele Festejar.mp3",
- "Duracion": "03:03",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 1834330769,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.4956205-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "O Vas A Misa ...",
- "Artista": "BERSUIT",
- "Album": "TESTOSTERONA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Testosterona\\O Vas A Misa ....mp3",
- "Duracion": "03:28",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2082962820,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.5126018-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Sencillamente",
- "Artista": "BERSUIT",
- "Album": "TESTOSTERONA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Testosterona\\Sencillamente.mp3",
- "Duracion": "05:15",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 3152241666,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.5305176-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Vamo' En La Salud",
- "Artista": "BERSUIT",
- "Album": "TESTOSTERONA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Testosterona\\Vamo' En La Salud.mp3",
- "Duracion": "02:57",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 1777263461,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.550802-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Y Llegará La Paz",
- "Artista": "BERSUIT",
- "Album": "TESTOSTERONA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Testosterona\\Y Llegará La Paz.mp3",
- "Duracion": "04:50",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2909771794,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.5743321-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Yo",
- "Artista": "BERSUIT",
- "Album": "TESTOSTERONA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Testosterona\\Yo.mp3",
- "Duracion": "03:30",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2105736538,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.5980352-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Como Nada Puedo Hacer",
- "Artista": "BERSUIT",
- "Album": "Y PUNTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Y Punto\\01 Como Nada Puedo Hacer.mp3",
- "Duracion": "05:37",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 3370578750,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.6210548-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Diez Mil",
- "Artista": "BERSUIT",
- "Album": "Y PUNTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Y Punto\\02 Diez Mil.mp3",
- "Duracion": "04:18",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2587166250,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.6413116-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "El Tiempo No Para",
- "Artista": "BERSUIT",
- "Album": "Y PUNTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Y Punto\\03 El Tiempo No Para.mp3",
- "Duracion": "04:23",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2630268571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.6606721-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Hociquito de Ratón",
- "Artista": "BERSUIT",
- "Album": "Y PUNTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Y Punto\\04 Hociquito de Ratón.mp3",
- "Duracion": "02:35",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 1554023750,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.6804612-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Homenaje a los Locos del Borda",
- "Artista": "BERSUIT",
- "Album": "Y PUNTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Y Punto\\05 Homenaje a los Locos del Borda.mp3",
- "Duracion": "05:44",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 3441109375,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.7053936-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "La Logia (iambo-Iombo)",
- "Artista": "BERSUIT",
- "Album": "Y PUNTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Y Punto\\06 La Logia (iambo-Iombo).mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2379754375,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.7286331-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "La Papita",
- "Artista": "BERSUIT",
- "Album": "Y PUNTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Y Punto\\07 La Papita.mp3",
- "Duracion": "03:17",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 1972243750,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.7468031-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Sistema al Mejor Postor",
- "Artista": "BERSUIT",
- "Album": "Y PUNTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Y Punto\\08 Sistema al Mejor Postor.mp3",
- "Duracion": "05:08",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 3086627500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.7643477-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Tuyú",
- "Artista": "BERSUIT",
- "Album": "Y PUNTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Y Punto\\09 Tuyú.mp3",
- "Duracion": "04:45",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2858578750,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.7819696-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Venganza de los Muertos Pobres",
- "Artista": "BERSUIT",
- "Album": "Y PUNTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Bersuit\\Y Punto\\10 Venganza de los Muertos Pobres.mp3",
- "Duracion": "05:33",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 3335051875,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.7986069-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "01 Paranoid (2009 - Remaster)",
- "Artista": "BLACK SABBATH",
- "Album": "BEST BLACK SABBATH",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Black Sabbath\\01 Paranoid (2009 - Remaster).mp3",
- "Duracion": "02:48",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1683591836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.8153616-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "02 Iron Man (2009 - Remaster)",
- "Artista": "BLACK SABBATH",
- "Album": "BEST BLACK SABBATH",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Black Sabbath\\02 Iron Man (2009 - Remaster).mp3",
- "Duracion": "05:53",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3536979591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.8294206-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "03 Changes (2009 - Remaster)",
- "Artista": "BLACK SABBATH",
- "Album": "BEST BLACK SABBATH",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Black Sabbath\\03 Changes (2009 - Remaster).mp3",
- "Duracion": "04:41",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2813648979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.8446806-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "04 Fairies Wear Boots (2009 - Remaster)",
- "Artista": "BLACK SABBATH",
- "Album": "BEST BLACK SABBATH",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Black Sabbath\\04 Fairies Wear Boots (2009 - Remaster).mp3",
- "Duracion": "06:13",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3732636734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.8607458-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "06 Never Say Die (2009 - Remaster)",
- "Artista": "BLACK SABBATH",
- "Album": "BEST BLACK SABBATH",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Black Sabbath\\06 Never Say Die (2009 - Remaster).mp3",
- "Duracion": "03:47",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2276310204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.875789-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "07 Children of the Grave (2009 - Remaster)",
- "Artista": "BLACK SABBATH",
- "Album": "BEST BLACK SABBATH",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Black Sabbath\\07 Children of the Grave (2009 - Remaster).mp3",
- "Duracion": "05:15",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3158465306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.8910084-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "08 The Wizard (2009 - Remaster)",
- "Artista": "BLACK SABBATH",
- "Album": "BEST BLACK SABBATH",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Black Sabbath\\08 The Wizard (2009 - Remaster).mp3",
- "Duracion": "04:21",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2611200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.9067457-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "09 Snowblind (2009 - Remaster)",
- "Artista": "BLACK SABBATH",
- "Album": "BEST BLACK SABBATH",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Black Sabbath\\09 Snowblind (2009 - Remaster).mp3",
- "Duracion": "05:27",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3274187755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.9296189-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "10 Sweet Leaf (2009 - Remaster)",
- "Artista": "BLACK SABBATH",
- "Album": "BEST BLACK SABBATH",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Black Sabbath\\10 Sweet Leaf (2009 - Remaster).mp3",
- "Duracion": "05:03",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3032032653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.9473218-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "11 Evil Woman, Don't Play Your Games with Me (2009 - Remaster)",
- "Artista": "BLACK SABBATH",
- "Album": "BEST BLACK SABBATH",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Black Sabbath\\11 Evil Woman, Don't Play Your Games with Me (2009 - Remaster).mp3",
- "Duracion": "03:21",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2012212244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.9642211-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "13 Black Sabbath (2009 - Remaster)",
- "Artista": "BLACK SABBATH",
- "Album": "BEST BLACK SABBATH",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Black Sabbath\\13 Black Sabbath (2009 - Remaster).mp3",
- "Duracion": "06:16",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3766073469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.9822429-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "14 N.I.B. (2009 - Remaster)",
- "Artista": "BLACK SABBATH",
- "Album": "BEST BLACK SABBATH",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Black Sabbath\\14 N.I.B. (2009 - Remaster).mp3",
- "Duracion": "06:06",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3663412244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:48.9973359-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Rompiendo espejos (Adelantos)",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\01 Rompiendo espejos (Adelantos).mp3",
- "Duracion": "05:06",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 3067325625,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.0164699-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "A tinto regalado (Adelantos)",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\02 A tinto regalado (Adelantos).mp3",
- "Duracion": "03:22",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2020337500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.043645-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Palo borracho (Adelantos)",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\03 Palo borracho (Adelantos).mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2375080625,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.0638879-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Teatro (Adelantos)",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\04 Teatro (Adelantos).mp3",
- "Duracion": "02:32",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 1527145625,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.0804494-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Pensar en nada (Adelantos)",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\05 Pensar en nada (Adelantos).mp3",
- "Duracion": "05:00",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 3002019375,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.0968447-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Los invisibles (Adelantos)",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\06 Los invisibles (Adelantos).mp3",
- "Duracion": "03:59",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2397545625,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.1136198-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "La buena vida (Adelantos)",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\07 La buena vida (Adelantos).mp3",
- "Duracion": "03:43",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2231145625,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.1302055-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Ancho de espalda",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\08 Ancho de espalda.mp3",
- "Duracion": "04:45",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2851265000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.1524434-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "No somos nadie",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\09 No somos nadie.mp3",
- "Duracion": "03:05",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 1857828125,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.1745716-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Lejos del cielo",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\10 Lejos del cielo.mp3",
- "Duracion": "02:28",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 1487411875,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.1961308-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Un monarca",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\11 Un monarca.mp3",
- "Duracion": "02:40",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 1603134375,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.2126898-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "La cuadra",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\12 La cuadra.mp3",
- "Duracion": "03:15",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 1952652500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.2300922-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Brillan",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\13 Brillan.mp3",
- "Duracion": "03:45",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2256979062,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.2503671-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "No volvieron ma",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\14 No volvieron ma.mp3",
- "Duracion": "04:25",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2655607812,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.2676245-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Puñales",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\15 Puñales.mp3",
- "Duracion": "03:03",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 1838497500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.2849824-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Pichones",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\16 Pichones.mp3",
- "Duracion": "02:45",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 1652244375,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.2994074-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Brillan los fantasmas",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\17 Brillan los fantasmas.mp3",
- "Duracion": "03:26",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2068897500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.316738-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "Armar de nuevo",
- "Artista": "CALLEJEROS",
- "Album": "DEMOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\DEMOS\\18 Armar de nuevo.mp3",
- "Duracion": "04:18",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2588211875,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.3415518-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Canción de Cuna para Julieta",
- "Artista": "CALLEJEROS",
- "Album": "ESCULTURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\Escultura\\01 Canción de Cuna para Julieta.mp3",
- "Duracion": "03:43",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2233991836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.365809-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "El Espejo",
- "Artista": "CALLEJEROS",
- "Album": "ESCULTURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\Escultura\\02 El Espejo.mp3",
- "Duracion": "05:00",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 3008261224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.3883384-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "El Ignorante",
- "Artista": "CALLEJEROS",
- "Album": "ESCULTURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\Escultura\\03 El Ignorante.mp3",
- "Duracion": "06:19",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 3795591836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.409851-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Esa Invisible Línea",
- "Artista": "CALLEJEROS",
- "Album": "ESCULTURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\Escultura\\04 Esa Invisible Línea.mp3",
- "Duracion": "03:02",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 1829877551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.4296278-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Guiños",
- "Artista": "CALLEJEROS",
- "Album": "ESCULTURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\Escultura\\05 Guiños.mp3",
- "Duracion": "03:58",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2389420408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.4547508-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "La Canción",
- "Artista": "CALLEJEROS",
- "Album": "ESCULTURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\Escultura\\06 La Canción.mp3",
- "Duracion": "04:44",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2842644897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.4744794-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Lo Que Hay",
- "Artista": "CALLEJEROS",
- "Album": "ESCULTURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\Escultura\\07 Lo Que Hay.mp3",
- "Duracion": "03:07",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 1871673469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.4932029-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Más Allá",
- "Artista": "CALLEJEROS",
- "Album": "ESCULTURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\Escultura\\08 Más Allá.mp3",
- "Duracion": "04:33",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2738677551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.5114894-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Pompeya",
- "Artista": "CALLEJEROS",
- "Album": "ESCULTURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\Escultura\\09 Pompeya.mp3",
- "Duracion": "02:19",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 1393371428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.5422074-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Quedó",
- "Artista": "CALLEJEROS",
- "Album": "ESCULTURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\Escultura\\10 Quedó.mp3",
- "Duracion": "03:16",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 1961795918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.5694116-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Rehén",
- "Artista": "CALLEJEROS",
- "Album": "ESCULTURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\Escultura\\11 Rehén.mp3",
- "Duracion": "05:05",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 3050579591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.5928245-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Si Queres Que Sea Yo",
- "Artista": "CALLEJEROS",
- "Album": "ESCULTURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\Escultura\\12 Si Queres Que Sea Yo.mp3",
- "Duracion": "04:18",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2587167346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.6091832-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Siempre un Poco Más",
- "Artista": "CALLEJEROS",
- "Album": "ESCULTURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\Escultura\\13 Siempre un Poco Más.mp3",
- "Duracion": "03:29",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2090057142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.6284559-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Otro Viento Mejor",
- "Artista": "CALLEJEROS",
- "Album": "PRESION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\PRESION\\01 Otro Viento Mejor.m4a",
- "Duracion": "04:17",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2576490000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.6514531-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Presión",
- "Artista": "CALLEJEROS",
- "Album": "PRESION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\PRESION\\02 Presión.m4a",
- "Duracion": "03:58",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2383300000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.6673462-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Tres",
- "Artista": "CALLEJEROS",
- "Album": "PRESION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\PRESION\\03 Tres.m4a",
- "Duracion": "04:14",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2545610000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.6829084-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Una Nueva Noche F...",
- "Artista": "CALLEJEROS",
- "Album": "PRESION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\PRESION\\04 Una Nueva Noche Fría.m4a",
- "Duracion": "04:37",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2776180000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.6989029-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Fantasía y Realid...",
- "Artista": "CALLEJEROS",
- "Album": "PRESION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\PRESION\\05 Fantasía y Realidad.m4a",
- "Duracion": "02:55",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1754500000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.7133845-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Morir",
- "Artista": "CALLEJEROS",
- "Album": "PRESION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\PRESION\\06 Morir.m4a",
- "Duracion": "05:13",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 3139110000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.7300795-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Cristal",
- "Artista": "CALLEJEROS",
- "Album": "PRESION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\PRESION\\07 Cristal.m4a",
- "Duracion": "04:13",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2532610000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.7467709-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Imposible",
- "Artista": "CALLEJEROS",
- "Album": "PRESION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\PRESION\\08 Imposible.m4a",
- "Duracion": "04:08",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2480130000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.7644661-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Callejero de Boed...",
- "Artista": "CALLEJEROS",
- "Album": "PRESION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\PRESION\\09 Callejero de Boedo.m4a",
- "Duracion": "04:59",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2990500000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.7834275-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Si Me Cansé",
- "Artista": "CALLEJEROS",
- "Album": "PRESION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\PRESION\\10 Si Me Cansé.m4a",
- "Duracion": "03:38",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2180130000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.799422-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Ahogados de Razón",
- "Artista": "CALLEJEROS",
- "Album": "PRESION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\PRESION\\11 Ahogados de Razón.m4a",
- "Duracion": "04:07",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2472930000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.8172087-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Tiempo Perdido",
- "Artista": "CALLEJEROS",
- "Album": "PRESION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\PRESION\\12 Tiempo Perdido.m4a",
- "Duracion": "04:16",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2563720000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.8321361-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "El Duende del Árbol",
- "Artista": "CALLEJEROS",
- "Album": "PRESION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\PRESION\\13 El Duende del Árbol.mp3",
- "Duracion": "05:17",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 3179885714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.8497531-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Ilusión",
- "Artista": "CALLEJEROS",
- "Album": "PRESION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\PRESION\\14 Ilusión.m4a",
- "Duracion": "02:38",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1584070000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.869408-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Distinto",
- "Artista": "CALLEJEROS",
- "Album": "RNR SIN DESTINO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\RNR SIN DESTINO\\01 Distinto.mp3",
- "Duracion": "03:15",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1952130612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.8888122-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Sé Que No Sé",
- "Artista": "CALLEJEROS",
- "Album": "RNR SIN DESTINO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\RNR SIN DESTINO\\02 Sé Que No Sé.mp3",
- "Duracion": "04:27",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2672848979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.9130976-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Sería una Pena",
- "Artista": "CALLEJEROS",
- "Album": "RNR SIN DESTINO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\RNR SIN DESTINO\\03 Sería una Pena.mp3",
- "Duracion": "05:23",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 3236048979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.9365151-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Algo Mejor Algo Peor",
- "Artista": "CALLEJEROS",
- "Album": "RNR SIN DESTINO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\RNR SIN DESTINO\\04 Algo Mejor Algo Peor.mp3",
- "Duracion": "03:32",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2129502040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.9559863-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Rebelde Agitador y Revoluciona",
- "Artista": "CALLEJEROS",
- "Album": "RNR SIN DESTINO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\RNR SIN DESTINO\\05 Rebelde Agitador y Revoluciona.mp3",
- "Duracion": "03:24",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2049828571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.9747456-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Un Lugar Perfecto",
- "Artista": "CALLEJEROS",
- "Album": "RNR SIN DESTINO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\RNR SIN DESTINO\\06 Un Lugar Perfecto.mp3",
- "Duracion": "02:59",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1798269387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:49.9971366-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Todo Eso",
- "Artista": "CALLEJEROS",
- "Album": "RNR SIN DESTINO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\RNR SIN DESTINO\\07 Todo Eso.mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2487118367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.0128253-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Prohibido",
- "Artista": "CALLEJEROS",
- "Album": "RNR SIN DESTINO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\RNR SIN DESTINO\\08 Prohibido.mp3",
- "Duracion": "03:30",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2101028571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.0334176-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Tan Perfecto Que Asusta",
- "Artista": "CALLEJEROS",
- "Album": "RNR SIN DESTINO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\RNR SIN DESTINO\\09 Tan Perfecto Que Asusta.mp3",
- "Duracion": "04:35",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2756702040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.0498855-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Tratando de Olvidar",
- "Artista": "CALLEJEROS",
- "Album": "RNR SIN DESTINO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\RNR SIN DESTINO\\10 Tratando de Olvidar.mp3",
- "Duracion": "02:58",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1788604081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.0722027-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Rocanroles Sin Destino",
- "Artista": "CALLEJEROS",
- "Album": "RNR SIN DESTINO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\RNR SIN DESTINO\\11 Rocanroles Sin Destino.mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2404571428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.0928623-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "La llave",
- "Artista": "CALLEJEROS",
- "Album": "RNR SIN DESTINO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\RNR SIN DESTINO\\12 La llave.mp3",
- "Duracion": "03:45",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2257240816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.1144116-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Parte Menor",
- "Artista": "CALLEJEROS",
- "Album": "RNR SIN DESTINO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\RNR SIN DESTINO\\13 Parte Menor.mp3",
- "Duracion": "03:02",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1826742857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.1345945-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Canciones y Almas",
- "Artista": "CALLEJEROS",
- "Album": "RNR SIN DESTINO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\RNR SIN DESTINO\\14 Canciones y Almas.mp3",
- "Duracion": "02:40",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1607575510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.150532-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Los Invisibles",
- "Artista": "CALLEJEROS",
- "Album": "SED",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SED\\01 Los Invisibles.m4a",
- "Duracion": "04:10",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2504510000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.1712215-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Rompiendo Espejos",
- "Artista": "CALLEJEROS",
- "Album": "SED",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SED\\02 Rompiendo Espejos.m4a",
- "Duracion": "04:31",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2718830000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.1932114-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "El Nudo",
- "Artista": "CALLEJEROS",
- "Album": "SED",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SED\\03 El Nudo.m4a",
- "Duracion": "03:25",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2050560000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.2197813-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Milonga del Rocanrol",
- "Artista": "CALLEJEROS",
- "Album": "SED",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SED\\04 Milonga del Rocanrol.m4a",
- "Duracion": "03:31",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2118830000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.2378673-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Jugando",
- "Artista": "CALLEJEROS",
- "Album": "SED",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SED\\05 Jugando.m4a",
- "Duracion": "04:53",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2931760000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.2564352-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Vicioso Jugador y Mujeriego",
- "Artista": "CALLEJEROS",
- "Album": "SED",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SED\\06 Vicioso Jugador y Mujeriego.m4a",
- "Duracion": "03:55",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2359620000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.2766699-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Palo Borracho",
- "Artista": "CALLEJEROS",
- "Album": "SED",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SED\\07 Palo Borracho.m4a",
- "Duracion": "03:50",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2301330000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.2993916-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Sonando",
- "Artista": "CALLEJEROS",
- "Album": "SED",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SED\\08 Sonando.m4a",
- "Duracion": "03:18",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1987400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.3167111-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Tiempo de Estar",
- "Artista": "CALLEJEROS",
- "Album": "SED",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SED\\09 Tiempo de Estar.m4a",
- "Duracion": "04:16",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2565810000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.3325886-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Teatro",
- "Artista": "CALLEJEROS",
- "Album": "SED",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SED\\10 Teatro.m4a",
- "Duracion": "02:39",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1594520000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.3544729-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Sed",
- "Artista": "CALLEJEROS",
- "Album": "SED",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SED\\11 Sed.m4a",
- "Duracion": "03:24",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2048470000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.3746655-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Ojalá Se Lo Lleve",
- "Artista": "CALLEJEROS",
- "Album": "SED",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SED\\12 Ojalá Se Lo Lleve.m4a",
- "Duracion": "03:57",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2374010000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.3994549-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Daños",
- "Artista": "CALLEJEROS",
- "Album": "SEÑALES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SEÑALES\\01 Daños.mp3",
- "Duracion": "04:55",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2958367346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.4145628-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Puede",
- "Artista": "CALLEJEROS",
- "Album": "SEÑALES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SEÑALES\\02 Puede.mp3",
- "Duracion": "05:00",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 3000685714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.4345837-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Limites",
- "Artista": "CALLEJEROS",
- "Album": "SEÑALES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SEÑALES\\03 Limites.mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2183053061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.4526081-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Creo",
- "Artista": "CALLEJEROS",
- "Album": "SEÑALES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SEÑALES\\04 Creo.mp3",
- "Duracion": "04:49",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2898546938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.470133-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Frente al Río",
- "Artista": "CALLEJEROS",
- "Album": "SEÑALES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SEÑALES\\05 Frente al Río.mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2402220408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.4869543-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Día a Día",
- "Artista": "CALLEJEROS",
- "Album": "SEÑALES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SEÑALES\\07 Día a Día.mp3",
- "Duracion": "05:37",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 3375542857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.5026219-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Sin Paciencia",
- "Artista": "CALLEJEROS",
- "Album": "SEÑALES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SEÑALES\\07 Sin Paciencia.mp3",
- "Duracion": "02:52",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 1729828571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.5203606-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Sueño",
- "Artista": "CALLEJEROS",
- "Album": "SEÑALES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SEÑALES\\08 Sueño.mp3",
- "Duracion": "05:01",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 3012179591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.5375745-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Hoy",
- "Artista": "CALLEJEROS",
- "Album": "SEÑALES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SEÑALES\\09 Hoy.mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2484506122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.5568294-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "9 de Julio",
- "Artista": "CALLEJEROS",
- "Album": "SEÑALES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SEÑALES\\10 9 de Julio.mp3",
- "Duracion": "03:46",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2268212244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.5716155-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Sen\u0003ales",
- "Artista": "CALLEJEROS",
- "Album": "SEÑALES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SEÑALES\\11 Señales.mp3",
- "Duracion": "05:57",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 3571722448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.5883671-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Desencuentro",
- "Artista": "CALLEJEROS",
- "Album": "SEÑALES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Callejeros\\SEÑALES\\12 Desencuentro.mp3",
- "Duracion": "02:21",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 1419755102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.6080558-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Corazón Delator",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-Corazón Delator (Remasterizado) (2007).m4a",
- "Duracion": "05:15",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 3150490000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.6306598-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Cuando Pase El Temblor",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-Cuando Pase El Temblor (Remasterizado) (2007).m4a",
- "Duracion": "03:51",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2310620000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.6843398-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "De Música Ligera",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-De Música Ligera (Remasterizado) (2007).m4a",
- "Duracion": "03:37",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2170610000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.7144516-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Ella Usó Mi Cabeza Como Un Revólver",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-Ella Usó Mi Cabeza Como Un Revólver (Remasterizado) (2007).m4a",
- "Duracion": "04:33",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2730440000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.7468548-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "En La Ciudad De La Furia",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-En La Ciudad De La Furia (Remasterizado) (2007).m4a",
- "Duracion": "05:50",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 3500410000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.7769213-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "En Remolinos",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-En Remolinos (Remasterizado) (2007).m4a",
- "Duracion": "04:34",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2742980000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.8114775-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Juego De Seducción",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-Juego De Seducción (Remasterizado) (2007).m4a",
- "Duracion": "03:23",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2030360000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.8453619-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Nada Personal",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-Nada Personal (Remasterizado) (2007).m4a",
- "Duracion": "04:54",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2940350000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.8754307-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Persiana Americana",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-Persiana Americana (Remasterizado) (2007).m4a",
- "Duracion": "04:54",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2940350000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.9092736-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Picnic En El 4°B",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-Picnic En El 4°B (Remasterizado) (2007).m4a",
- "Duracion": "03:44",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2240500000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.9452158-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Primavera 0",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-Primavera 0 (Remasterizado) (2007).m4a",
- "Duracion": "03:44",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2240500000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:50.9750871-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Prófugos",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-Prófugos (Remasterizado) (2007).m4a",
- "Duracion": "05:22",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 3220150000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.007813-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Signos",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-Signos (Remasterizado) (2007).m4a",
- "Duracion": "05:15",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 3150490000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.0408886-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Sobredosis De T.V.",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-Sobredosis De T.V. (Remasterizado) (2007).m4a",
- "Duracion": "04:12",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2520530000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.0755692-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Trátame Suavemente",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-Trátame Suavemente (Remasterizado) (2007).m4a",
- "Duracion": "03:23",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2030360000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.1125203-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Un Millón De Años Luz",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-Un Millón De Años Luz (Remasterizado) (2007).m4a",
- "Duracion": "05:08",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 3080360000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.1441412-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Zona De Promesas",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-Zona De Promesas (Remasterizado) (2007).m4a",
- "Duracion": "04:05",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2450410000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.1789416-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "Zoom",
- "Artista": "SODA STEREO",
- "Album": "HITS SODA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Cerati\\Soda Stereo-Zoom (Remasterizado) (2007).m4a",
- "Duracion": "03:30",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2100710000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.210701-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Bad Moon Rising",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\01 Bad Moon Rising (Remastered 1985).mp3",
- "Duracion": "02:20",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1402514285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.2361335-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Born On The Bayou",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\02 Born On The Bayou.mp3",
- "Duracion": "05:14",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 3143053061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.2521628-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Proud Mary",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\03 Proud Mary.mp3",
- "Duracion": "03:06",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1865404081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.2719675-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Travelin' Band",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\04 Travelin' Band.mp3",
- "Duracion": "02:07",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1278955102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.2892756-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Have You Ever Seen The Rain",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\05 Have You Ever Seen The Rain.mp3",
- "Duracion": "02:39",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1597387755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.3035308-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Green River",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\06 Green River (Remastered 1985).mp3",
- "Duracion": "02:31",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1513795918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.3173913-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Down On The Corner",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\07 Down On The Corner.mp3",
- "Duracion": "02:43",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1632391836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.3355525-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Lodi",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\08 Lodi (Remastered 1985).mp3",
- "Duracion": "03:09",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1898318367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.353988-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Fortunate Son",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\09 Fortunate Son.mp3",
- "Duracion": "02:17",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1378742857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.3717035-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Lookin' Out My Back Door",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\10 Lookin' Out My Back Door.mp3",
- "Duracion": "02:32",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1524506122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.389814-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Run Through The Jungle",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\11 Run Through The Jungle.mp3",
- "Duracion": "03:04",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1847379591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.4066424-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "I Put A Spell On You",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\12 I Put A Spell On You.mp3",
- "Duracion": "04:30",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 2704195918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.4236408-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Susie Q",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\13 Susie Q (Pt. 2).mp3",
- "Duracion": "04:34",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 2748342857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.4412474-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Sweet Hitch-Hiker",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\14 Sweet Hitch-Hiker.mp3",
- "Duracion": "02:55",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1752555102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.4604933-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "It Came Out Of The Sky",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\15 It Came Out Of The Sky.mp3",
- "Duracion": "02:54",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1742367346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.4792235-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Who'll Stop The Rain",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\16 Who'll Stop The Rain.mp3",
- "Duracion": "02:27",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1474873469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.494956-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "I Heard It Through The Grapevine",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\17 I Heard It Through The Grapevine (Edit).mp3",
- "Duracion": "03:53",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 2331428571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.5095724-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "Hey Tonight",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\18 Hey Tonight.mp3",
- "Duracion": "02:42",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1624816326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.5239118-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "Cotton Fields (The Cotton Song)",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\19 Cotton Fields (The Cotton Song).mp3",
- "Duracion": "02:55",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1759608163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.5409666-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "Long As I Can See The Light",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\20 Long As I Can See The Light.mp3",
- "Duracion": "03:32",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 2124538775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.5580655-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "Molina",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\21 Molina.mp3",
- "Duracion": "02:08",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1283395918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.5775904-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "Hello Mary Lou",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\22 Hello Mary Lou.mp3",
- "Duracion": "02:12",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 1329371428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.5940589-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "The Midnight Special",
- "Artista": "CREEDENCE",
- "Album": "CLEAR WATHER REVIVAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\CREEDENCE\\23 The Midnight Special.mp3",
- "Duracion": "04:12",
- "FechaLanzamiento": "1975",
- "EstadoColor": "White",
- "DuracionLong": 2524473469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.6069509-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "After The Love",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\After The Love (10 Glorious Years Edit).mp3",
- "Duracion": "04:31",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2716867948,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.6250895-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Bow Down Mister",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\Bow Down Mister (A Small Portion 2 B Polite Mix).mp3",
- "Duracion": "03:51",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2311500641,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.6446066-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Church Of The Poison Mind",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\Church Of The Poison Mind (Remastered 2002).mp3",
- "Duracion": "03:37",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2179147435,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.6582017-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Move away",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\Culture Club - Move away (1986).mp3",
- "Duracion": "05:04",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 3042125641,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.6751837-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Do You Really Want To Hurt Me",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\Do You Really Want To Hurt Me.mp3",
- "Duracion": "04:28",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2689807692,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.6953399-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Don't Cry",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\Don't Cry (Edit).mp3",
- "Duracion": "04:13",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2536287820,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.7114842-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Everything I Own",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\Everything I Own.mp3",
- "Duracion": "04:03",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2433405769,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.7294813-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Generations Of Love",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\Generations Of Love (La La Gone Gaga Mix).mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2456446794,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.7459359-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "I'll Tumble 4 Ya",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\I'll Tumble 4 Ya (Remastered 2002).mp3",
- "Duracion": "02:40",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 1605257051,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.7674282-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Its A Miracle",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\Its A Miracle (Remastered 2012).mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2114845512,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.7871659-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Karma Chameleon",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\Karma Chameleon (Remastered 2002).mp3",
- "Duracion": "04:19",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2599250000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.8030826-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Love Hurts",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\Love Hurts.mp3",
- "Duracion": "04:34",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2741784615,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.8184387-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Miss Me Blind",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\Miss Me Blind (Remastered 2003).mp3",
- "Duracion": "04:39",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2794565384,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.8339183-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "More Than Likely",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\More Than Likely.mp3",
- "Duracion": "03:58",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2382500641,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.850942-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Sweet Toxic Love",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\Sweet Toxic Love (Deliverance Mix).mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2482971153,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.8677356-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "The Crying Game",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\The Crying Game.mp3",
- "Duracion": "03:28",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2081087820,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.8862683-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Time (Clock Of The Heart)",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\Time (Clock Of The Heart) (Remastered 2003).mp3",
- "Duracion": "03:50",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2302927564,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.9059247-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "Victims",
- "Artista": "CULTURE CLUB",
- "Album": "BEST CULTURE CLUB",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Culture Club\\Victims (Remastered 2002).mp3",
- "Duracion": "05:03",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 3035159615,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.9277446-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Black Night",
- "Artista": "DEEP PURPLE",
- "Album": "BEST DEEP PURPLE",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Deep Purple\\01 Black Night.mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2071248979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.9483295-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Speed King",
- "Artista": "DEEP PURPLE",
- "Album": "BEST DEEP PURPLE",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Deep Purple\\02 Speed King.mp3",
- "Duracion": "05:49",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3491787755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.9649835-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Fireball",
- "Artista": "DEEP PURPLE",
- "Album": "BEST DEEP PURPLE",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Deep Purple\\03 Fireball.mp3",
- "Duracion": "03:23",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2030497959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:51.9835375-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Strange Kind Of W...",
- "Artista": "DEEP PURPLE",
- "Album": "BEST DEEP PURPLE",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Deep Purple\\04 Strange Kind Of Woman.mp3",
- "Duracion": "03:53",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2338742857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.0027001-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Child in Time",
- "Artista": "DEEP PURPLE",
- "Album": "BEST DEEP PURPLE",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Deep Purple\\05 Child in Time.mp3",
- "Duracion": "10:19",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 6193632653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.0193977-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Woman From Tokyo",
- "Artista": "DEEP PURPLE",
- "Album": "BEST DEEP PURPLE",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Deep Purple\\06 Woman From Tokyo.mp3",
- "Duracion": "05:46",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3466187755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.0348011-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Highway Star",
- "Artista": "DEEP PURPLE",
- "Album": "BEST DEEP PURPLE",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Deep Purple\\07 Highway Star.mp3",
- "Duracion": "06:08",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3680391836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.051587-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Space Truckin'",
- "Artista": "DEEP PURPLE",
- "Album": "BEST DEEP PURPLE",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Deep Purple\\08 Space Truckin'.mp3",
- "Duracion": "04:32",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2726400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.0679281-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Burn (2004 Remast...",
- "Artista": "DEEP PURPLE",
- "Album": "BEST DEEP PURPLE",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Deep Purple\\09 Burn (2004 Remaster).mp3",
- "Duracion": "04:30",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2706808163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.0836383-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Stormbringer (200...",
- "Artista": "DEEP PURPLE",
- "Album": "BEST DEEP PURPLE",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Deep Purple\\10 Stormbringer (2009 Remaster).mp3",
- "Duracion": "04:04",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2447934693,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.1004966-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Demon's Eye",
- "Artista": "DEEP PURPLE",
- "Album": "BEST DEEP PURPLE",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Deep Purple\\11 Demon's Eye.mp3",
- "Duracion": "05:23",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3230040816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.1186773-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Smoke on the Wate...",
- "Artista": "DEEP PURPLE",
- "Album": "BEST DEEP PURPLE",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Deep Purple\\12 Smoke on the Water.mp3",
- "Duracion": "05:37",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3377110204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.137737-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Amores Lejanos",
- "Artista": "ENANITOS VERDES",
- "Album": "BEST ENANITOS VERDES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Enanitos Verdes\\Amores Lejanos.mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2457518589,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.1570289-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Mariposas",
- "Artista": "ENANITOS VERDES",
- "Album": "BEST ENANITOS VERDES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Enanitos Verdes\\Enanitos Verdes - Mariposas.mp3",
- "Duracion": "03:46",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2264346794,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.1769094-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Tu Carcel",
- "Artista": "ENANITOS VERDES",
- "Album": "BEST ENANITOS VERDES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Enanitos Verdes\\Enanitos Verdes - Tu Carcel (En Vivo Desde Mexico 2004).mp3",
- "Duracion": "04:12",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2520212820,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.1918658-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Por el Resto",
- "Artista": "ENANITOS VERDES",
- "Album": "BEST ENANITOS VERDES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Enanitos Verdes\\Los Enanitos Verdes - Por el Resto (Official Audio).mp3",
- "Duracion": "04:34",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2746071153,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.207105-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Luz De Dia",
- "Artista": "ENANITOS VERDES",
- "Album": "BEST ENANITOS VERDES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Enanitos Verdes\\Luz De Dia.mp3",
- "Duracion": "04:35",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2757859615,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.2250757-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Mi Primer Dia Sin Ti",
- "Artista": "ENANITOS VERDES",
- "Album": "BEST ENANITOS VERDES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Enanitos Verdes\\Mi Primer Dia Sin Ti.mp3",
- "Duracion": "04:35",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2755448717,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.2411665-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "La Muralla Verde",
- "Artista": "ENANITOS VERDES",
- "Album": "BEST ENANITOS VERDES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Enanitos Verdes\\_LA MURALLA VERDE_ - ENANITOS VERDES - 1986 (RM).mp3",
- "Duracion": "02:51",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 1713498076,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.2600277-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Lamento Boliviano",
- "Artista": "ENANITOS VERDES",
- "Album": "BEST ENANITOS VERDES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Enanitos Verdes\\_LAMENTO BOLIVIANO_ - ENANITOS VERDES - 1994.mp3",
- "Duracion": "03:53",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2330523717,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.2746713-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "2000 Light Years Away",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\01 2000 Light Years Away.mp3",
- "Duracion": "02:24",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1447183673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.2884645-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Longview",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\02 Longview.mp3",
- "Duracion": "03:47",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2271085714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.3055815-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Welcome to Paradise",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\03 Welcome to Paradise.mp3",
- "Duracion": "03:44",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2242351020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.3286076-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Basket Case",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\04 Basket Case.mp3",
- "Duracion": "03:01",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1816293877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.3512701-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "When I Come Around",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\05 When I Come Around.mp3",
- "Duracion": "02:58",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1780506122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.372888-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "She",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\06 She.mp3",
- "Duracion": "02:14",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1343216326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.3929677-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Brain Stew",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\07 Brain Stew.mp3",
- "Duracion": "03:13",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1930971428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.4083324-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Hitchin' a Ride",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\08 Hitchin' a Ride.mp3",
- "Duracion": "02:51",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1714938775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.426846-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Good Riddance (Time of Your Life)",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\09 Good Riddance (Time of Your Life).mp3",
- "Duracion": "02:33",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1534955102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.4440274-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Minority",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\10 Minority.mp3",
- "Duracion": "02:48",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1682546938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.4637025-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Warning",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\11 Warning.mp3",
- "Duracion": "03:41",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2217012244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.4803616-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "American Idiot",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\12 American Idiot.mp3",
- "Duracion": "02:54",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1743934693,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.498447-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Holiday",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\13 Holiday.mp3",
- "Duracion": "03:52",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2327771428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.5201718-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Boulevard of Broken Dreams",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\14 Boulevard of Broken Dreams.mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2624261224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.5415761-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Wake Me up When September Ends",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\15 Wake Me up When September Ends.mp3",
- "Duracion": "04:45",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2857012244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.5610785-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Know Your Enemy",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\16 Know Your Enemy.mp3",
- "Duracion": "03:11",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1918171428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.5758744-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "21 Guns",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\17 21 Guns.mp3",
- "Duracion": "05:22",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 3220897959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.5899815-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "Oh Love",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\18 Oh Love.mp3",
- "Duracion": "05:03",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 3033338775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.6054395-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "Bang Bang",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\19 Bang Bang.mp3",
- "Duracion": "03:25",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2054791836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.6208787-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "Ordinary World (feat. Miranda Lambert)",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\21 Ordinary World (feat. Miranda Lambert).mp3",
- "Duracion": "03:01",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1814987755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.6362875-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "Back in the USA",
- "Artista": "GREEN DAY",
- "Album": "BEST GREEN DAY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Green Day\\22 Back in the USA.mp3",
- "Duracion": "02:36",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1563428571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.6525471-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Welcome To The Jungle",
- "Artista": "GUNS AND ROSES",
- "Album": "AFD",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Appetite for Destruction\\01 Welcome To The Jungle.mp3",
- "Duracion": "04:31",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2710987500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.6695925-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "It's So Easy",
- "Artista": "GUNS AND ROSES",
- "Album": "AFD",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Appetite for Destruction\\02 It's So Easy.mp3",
- "Duracion": "03:21",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2015608333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.6932066-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Nightrain",
- "Artista": "GUNS AND ROSES",
- "Album": "AFD",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Appetite for Destruction\\03 Nightrain.mp3",
- "Duracion": "04:26",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2662660833,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.7166726-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Out ta Get Me",
- "Artista": "GUNS AND ROSES",
- "Album": "AFD",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Appetite for Destruction\\04 Out ta Get Me.mp3",
- "Duracion": "04:20",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2600228333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.7416753-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Mr. Brownstone",
- "Artista": "GUNS AND ROSES",
- "Album": "AFD",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Appetite for Destruction\\05 Mr. Brownstone.mp3",
- "Duracion": "03:45",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2257763333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.7693563-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Paradise City",
- "Artista": "GUNS AND ROSES",
- "Album": "AFD",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Appetite for Destruction\\06 Paradise City.mp3",
- "Duracion": "06:45",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 4059167500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.7974079-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "My Michelle",
- "Artista": "GUNS AND ROSES",
- "Album": "AFD",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Appetite for Destruction\\07 My Michelle.mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2188800000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.8220561-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Think About You",
- "Artista": "GUNS AND ROSES",
- "Album": "AFD",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Appetite for Destruction\\08 Think About You.mp3",
- "Duracion": "03:50",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2302432500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.8423129-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Sweet Child O'Mine",
- "Artista": "GUNS AND ROSES",
- "Album": "AFD",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Appetite for Destruction\\09 Sweet Child O'Mine.mp3",
- "Duracion": "05:54",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 3546905833,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.8605703-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "You're Crazy",
- "Artista": "GUNS AND ROSES",
- "Album": "AFD",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Appetite for Destruction\\10 You're Crazy.mp3",
- "Duracion": "03:15",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 1957877500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.8805006-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Anything Goes",
- "Artista": "GUNS AND ROSES",
- "Album": "AFD",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Appetite for Destruction\\11 Anything Goes.mp3",
- "Duracion": "03:25",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2052180000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.9038829-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Rocket Queen",
- "Artista": "GUNS AND ROSES",
- "Album": "AFD",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Appetite for Destruction\\12 Rocket Queen.mp3",
- "Duracion": "06:13",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 3734204166,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.9307475-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Reckless Life",
- "Artista": "GUNS AND ROSES",
- "Album": "LIES",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\G N' R Lies\\01 Reckless Life.mp3",
- "Duracion": "03:21",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2012212500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.9539986-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Nice Boys",
- "Artista": "GUNS AND ROSES",
- "Album": "LIES",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\G N' R Lies\\02 Nice Boys.mp3",
- "Duracion": "03:04",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 1843200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.9689084-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Move to the City",
- "Artista": "GUNS AND ROSES",
- "Album": "LIES",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\G N' R Lies\\03 Move to the City.mp3",
- "Duracion": "03:43",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2233469166,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:52.9856719-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Mama Kin",
- "Artista": "GUNS AND ROSES",
- "Album": "LIES",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\G N' R Lies\\04 Mama Kin.mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2379494166,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.0014203-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Patience",
- "Artista": "GUNS AND ROSES",
- "Album": "LIES",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\G N' R Lies\\05 Patience.mp3",
- "Duracion": "05:56",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 3569110000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.0193094-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Used to Love Her",
- "Artista": "GUNS AND ROSES",
- "Album": "LIES",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\G N' R Lies\\06 Used to Love Her.mp3",
- "Duracion": "03:13",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 1936980000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.0362179-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "You're Crazy",
- "Artista": "GUNS AND ROSES",
- "Album": "LIES",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\G N' R Lies\\07 You're Crazy.mp3",
- "Duracion": "04:10",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2507494166,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.053121-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "One in a Million",
- "Artista": "GUNS AND ROSES",
- "Album": "LIES",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\G N' R Lies\\08 One in a Million.mp3",
- "Duracion": "06:09",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 3691885833,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.0698711-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Since I Don't Have You",
- "Artista": "GUNS AND ROSES",
- "Album": "THE SPAGHETTI INCIDENT",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\The Spaghetti Incident\\01. Since I Don't Have You.mp3",
- "Duracion": "04:20",
- "FechaLanzamiento": "1993",
- "EstadoColor": "White",
- "DuracionLong": 2605453333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.0862965-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "New Rose",
- "Artista": "GUNS AND ROSES",
- "Album": "THE SPAGHETTI INCIDENT",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\The Spaghetti Incident\\02. New Rose.mp3",
- "Duracion": "02:39",
- "FechaLanzamiento": "1993",
- "EstadoColor": "White",
- "DuracionLong": 1590073333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.1081254-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Down On The Farm",
- "Artista": "GUNS AND ROSES",
- "Album": "THE SPAGHETTI INCIDENT",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\The Spaghetti Incident\\03. Down On The Farm.mp3",
- "Duracion": "03:29",
- "FechaLanzamiento": "1993",
- "EstadoColor": "White",
- "DuracionLong": 2091363333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.1308431-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Human Being",
- "Artista": "GUNS AND ROSES",
- "Album": "THE SPAGHETTI INCIDENT",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\The Spaghetti Incident\\04. Human Being.mp3",
- "Duracion": "06:48",
- "FechaLanzamiento": "1993",
- "EstadoColor": "White",
- "DuracionLong": 4089730833,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.1477879-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Raw Power",
- "Artista": "GUNS AND ROSES",
- "Album": "THE SPAGHETTI INCIDENT",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\The Spaghetti Incident\\05. Raw Power.mp3",
- "Duracion": "03:12",
- "FechaLanzamiento": "1993",
- "EstadoColor": "White",
- "DuracionLong": 1924701666,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.1669587-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Ain't It Fun",
- "Artista": "GUNS AND ROSES",
- "Album": "THE SPAGHETTI INCIDENT",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\The Spaghetti Incident\\06. Ain't It Fun.mp3",
- "Duracion": "05:06",
- "FechaLanzamiento": "1993",
- "EstadoColor": "White",
- "DuracionLong": 3064424166,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.1851544-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Buick Makane",
- "Artista": "GUNS AND ROSES",
- "Album": "THE SPAGHETTI INCIDENT",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\The Spaghetti Incident\\07. Buick Makane.mp3",
- "Duracion": "02:40",
- "FechaLanzamiento": "1993",
- "EstadoColor": "White",
- "DuracionLong": 1604440833,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.2032121-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Hair Of The Dog",
- "Artista": "GUNS AND ROSES",
- "Album": "THE SPAGHETTI INCIDENT",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\The Spaghetti Incident\\08. Hair Of The Dog.mp3",
- "Duracion": "03:55",
- "FechaLanzamiento": "1993",
- "EstadoColor": "White",
- "DuracionLong": 2355460833,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.2201121-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Attitude",
- "Artista": "GUNS AND ROSES",
- "Album": "THE SPAGHETTI INCIDENT",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\The Spaghetti Incident\\09. Attitude.mp3",
- "Duracion": "01:27",
- "FechaLanzamiento": "1993",
- "EstadoColor": "White",
- "DuracionLong": 876408333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.2359143-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Black Leather",
- "Artista": "GUNS AND ROSES",
- "Album": "THE SPAGHETTI INCIDENT",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\The Spaghetti Incident\\10. Black Leather.mp3",
- "Duracion": "04:09",
- "FechaLanzamiento": "1993",
- "EstadoColor": "White",
- "DuracionLong": 2491298333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.2532163-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "You Can't Put Your Arms Around",
- "Artista": "GUNS AND ROSES",
- "Album": "THE SPAGHETTI INCIDENT",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\The Spaghetti Incident\\11. You Can't Put Your Arms Around A Memory.mp3",
- "Duracion": "03:35",
- "FechaLanzamiento": "1993",
- "EstadoColor": "White",
- "DuracionLong": 2157191666,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.2708268-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "I Don't Care About You",
- "Artista": "GUNS AND ROSES",
- "Album": "THE SPAGHETTI INCIDENT",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\The Spaghetti Incident\\12. I Don't Care About You.mp3",
- "Duracion": "04:52",
- "FechaLanzamiento": "1993",
- "EstadoColor": "White",
- "DuracionLong": 2920228333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.2896922-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Right Next Door To Hell",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\01 Right Next Door To Hell.mp3",
- "Duracion": "03:02",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 1829877500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.3039395-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Dust N' Bones",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\02 Dust N' Bones.mp3",
- "Duracion": "04:58",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2989975833,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.3202045-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Live And Let Die",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\03 Live And Let Die.mp3",
- "Duracion": "03:04",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 1846857500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.3372337-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Don't Cry (Original)",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\04 Don't Cry (Original).mp3",
- "Duracion": "04:45",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2854922500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.3528212-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Perfect Crime",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\05 Perfect Crime.mp3",
- "Duracion": "02:24",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 1443004166,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.3698504-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "You Ain't The First",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\06 You Ain't The First.mp3",
- "Duracion": "02:36",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 1568130833,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.3875085-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Bad Obsession",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\07 Bad Obsession.mp3",
- "Duracion": "05:29",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 3290383333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.4037484-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Back Off Bitch",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\08 Back Off Bitch.mp3",
- "Duracion": "05:04",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 3041698333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.4219548-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Double Talkin' Jive",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\09 Double Talkin' Jive.mp3",
- "Duracion": "03:24",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2043298333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.437829-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "November Rain",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\10 November Rain.mp3",
- "Duracion": "08:58",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 5381485833,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.4525445-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "The Garden",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\11 The Garden.mp3",
- "Duracion": "05:22",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 3229257500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.4684063-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Garden Of Eden",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\12 Garden Of Eden.mp3",
- "Duracion": "02:42",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 1623249166,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.4852511-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Don't Damn Me",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\13 Don't Damn Me.mp3",
- "Duracion": "05:19",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 3195298333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.5025135-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Bad apples",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\14 Bad Apples.mp3",
- "Duracion": "04:28",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2689828333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.5184835-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Dead horse",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\15 Dead Horse.mp3",
- "Duracion": "04:18",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2583510000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.536694-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Coma",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION I",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion I\\16 Coma.mp3",
- "Duracion": "10:14",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 6146612500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.5522161-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Civil War",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION II",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion II\\01 Civil War.mp3",
- "Duracion": "07:43",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 4631510000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.568914-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "14 Years",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION II",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion II\\02 14 Years.mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2620342500,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.5851434-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Yesterdays",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION II",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion II\\03 Yesterdays.mp3",
- "Duracion": "03:16",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 1969110000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.6035304-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Knockin' On Heaven's Door",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION II",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion II\\04 Knockin' On Heaven's Door.mp3",
- "Duracion": "05:36",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3367445000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.6227103-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Get In The Ring",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION II",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion II\\05 Get In The Ring.mp3",
- "Duracion": "05:41",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3419690000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.6384284-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Shotgun Blues",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION II",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion II\\06 Shotgun Blues.mp3",
- "Duracion": "03:23",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2037028333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.6530703-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Breakdown",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION II",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion II\\07 Breakdown.mp3",
- "Duracion": "07:05",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 4251950833,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.66909-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Pretty Tied Up",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION II",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion II\\08 Pretty Tied Up.mp3",
- "Duracion": "04:48",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2886269166,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.6884561-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Locomotive",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION II",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion II\\09 Locomotive.mp3",
- "Duracion": "08:42",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 5227885833,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.7035793-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "So Fine",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION II",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion II\\10 So Fine.mp3",
- "Duracion": "04:07",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2470139166,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.721567-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Estranged",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION II",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion II\\11 Estranged.mp3",
- "Duracion": "09:24",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 5645845000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.7368534-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "You Could Be Mine",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION II",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion II\\12 You Could Be Mine.mp3",
- "Duracion": "05:44",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3443460833,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.7535232-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Don't Cry",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION II",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion II\\13 Don't Cry.mp3",
- "Duracion": "04:44",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2849698333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.7722501-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "My World",
- "Artista": "GUNS AND ROSES",
- "Album": "USE YOUR ILLUSION II",
- "Genero": "HARD ROCK",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\GunsNRoses\\Use Your Illusion II\\14 My World.mp3",
- "Duracion": "01:24",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 848718333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.7917804-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Be Quick or Be Dead",
- "Artista": "IRON MAIDEN",
- "Album": "FEAR",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Fear\\01 Be Quick or Be Dead (2015 Remaster).mp3",
- "Duracion": "03:23",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2037551020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.8092501-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "From Here to Eternity",
- "Artista": "IRON MAIDEN",
- "Album": "FEAR",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Fear\\02 From Here to Eternity (2015 Remaster).mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2182008163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.8283954-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Afraid to Shoot Strangers ",
- "Artista": "IRON MAIDEN",
- "Album": "FEAR",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Fear\\03 Afraid to Shoot Strangers (2015 Remaster).mp3",
- "Duracion": "06:56",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 4166530612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.8503174-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Fear Is the Key",
- "Artista": "IRON MAIDEN",
- "Album": "FEAR",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Fear\\04 Fear Is the Key (2015 Remaster).mp3",
- "Duracion": "05:34",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 3348897959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.8705822-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Chains of Misery",
- "Artista": "IRON MAIDEN",
- "Album": "FEAR",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Fear\\05 Chains of Misery (2015 Remaster).mp3",
- "Duracion": "03:37",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2173387755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.8908746-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Wasting Love",
- "Artista": "IRON MAIDEN",
- "Album": "FEAR",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Fear\\06 Wasting Love (2015 Remaster).mp3",
- "Duracion": "05:51",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 3511118367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.9107654-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "The Fugitive",
- "Artista": "IRON MAIDEN",
- "Album": "FEAR",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Fear\\07 The Fugitive (2015 Remaster).mp3",
- "Duracion": "04:53",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2939820408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.9289064-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Childhood's End",
- "Artista": "IRON MAIDEN",
- "Album": "FEAR",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Fear\\08 Childhood's End (2015 Remaster).mp3",
- "Duracion": "04:40",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2809730612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.9469359-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "The Apparition",
- "Artista": "IRON MAIDEN",
- "Album": "FEAR",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Fear\\09 The Apparition (2015 Remaster).mp3",
- "Duracion": "03:54",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2348146938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.9690218-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Judas Be My Guide",
- "Artista": "IRON MAIDEN",
- "Album": "FEAR",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Fear\\10 Judas Be My Guide (2015 Remaster).mp3",
- "Duracion": "03:08",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 1888391836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:53.9872942-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Weekend Warrior",
- "Artista": "IRON MAIDEN",
- "Album": "FEAR",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Fear\\11 Weekend Warrior (2015 Remaster).mp3",
- "Duracion": "05:39",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 3395395918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.0046168-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Fear of the Dark",
- "Artista": "IRON MAIDEN",
- "Album": "FEAR",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Fear\\12 Fear of the Dark (2015 Remaster).mp3",
- "Duracion": "07:18",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 4382040816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.0246829-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Prowler",
- "Artista": "IRON MAIDEN",
- "Album": "IRON MAIDEN",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Iron Maiden\\1 Prowler (2015 Remaster).mp3",
- "Duracion": "03:55",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2354416326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.0423026-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Remember Tomorrow",
- "Artista": "IRON MAIDEN",
- "Album": "IRON MAIDEN",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Iron Maiden\\2 Remember Tomorrow (2015 Remaster).mp3",
- "Duracion": "05:28",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 3289600000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.076403-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Running Free",
- "Artista": "IRON MAIDEN",
- "Album": "IRON MAIDEN",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Iron Maiden\\3 Running Free (2015 Remaster).mp3",
- "Duracion": "03:17",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 1976163265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.1082425-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Phantom of the Opera",
- "Artista": "IRON MAIDEN",
- "Album": "IRON MAIDEN",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Iron Maiden\\4 Phantom of the Opera (2015 Remaster).mp3",
- "Duracion": "07:21",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 4415477551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.1390291-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Transylvania",
- "Artista": "IRON MAIDEN",
- "Album": "IRON MAIDEN",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Iron Maiden\\5 Transylvania (2015 Remaster).mp3",
- "Duracion": "04:04",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2448979591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.1698628-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Strange World",
- "Artista": "IRON MAIDEN",
- "Album": "IRON MAIDEN",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Iron Maiden\\6 Strange World (2015 Remaster).mp3",
- "Duracion": "05:47",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 3473502040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.1981731-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Charlotte the Harlot",
- "Artista": "IRON MAIDEN",
- "Album": "IRON MAIDEN",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Iron Maiden\\7 Charlotte the Harlot (2015 Remaster).mp3",
- "Duracion": "04:13",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2531004081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.2302691-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Iron Maiden",
- "Artista": "IRON MAIDEN",
- "Album": "IRON MAIDEN",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Iron Maiden\\8 Iron Maiden (2015 Remaster).mp3",
- "Duracion": "03:34",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2144130612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.2653708-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Senjutsu",
- "Artista": "IRON MAIDEN",
- "Album": "SENJUTSU",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Senjutsu\\01 Senjutsu.mp3",
- "Duracion": "08:20",
- "FechaLanzamiento": "2019",
- "EstadoColor": "White",
- "DuracionLong": 5002710204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.2940661-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Stratego",
- "Artista": "IRON MAIDEN",
- "Album": "SENJUTSU",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Senjutsu\\02 Stratego.mp3",
- "Duracion": "05:00",
- "FechaLanzamiento": "2019",
- "EstadoColor": "White",
- "DuracionLong": 3000424489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.3098797-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "The Writing On The Wall",
- "Artista": "IRON MAIDEN",
- "Album": "SENJUTSU",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Senjutsu\\03 The Writing On The Wall.mp3",
- "Duracion": "06:13",
- "FechaLanzamiento": "2019",
- "EstadoColor": "White",
- "DuracionLong": 3739951020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.3230295-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Lost In A Lost World",
- "Artista": "IRON MAIDEN",
- "Album": "SENJUTSU",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Senjutsu\\04 Lost In A Lost World.mp3",
- "Duracion": "09:31",
- "FechaLanzamiento": "2019",
- "EstadoColor": "White",
- "DuracionLong": 5716636734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.3354568-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Days Of Future Past",
- "Artista": "IRON MAIDEN",
- "Album": "SENJUTSU",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Senjutsu\\05 Days Of Future Past.mp3",
- "Duracion": "04:03",
- "FechaLanzamiento": "2019",
- "EstadoColor": "White",
- "DuracionLong": 2438530612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.3497632-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "The Time Machine",
- "Artista": "IRON MAIDEN",
- "Album": "SENJUTSU",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Senjutsu\\06 The Time Machine.mp3",
- "Duracion": "07:09",
- "FechaLanzamiento": "2019",
- "EstadoColor": "White",
- "DuracionLong": 4295314285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.3648368-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Darkest Hour",
- "Artista": "IRON MAIDEN",
- "Album": "SENJUTSU",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Senjutsu\\07 Darkest Hour.mp3",
- "Duracion": "07:20",
- "FechaLanzamiento": "2019",
- "EstadoColor": "White",
- "DuracionLong": 4405551020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.3808401-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Death Of The Celts",
- "Artista": "IRON MAIDEN",
- "Album": "SENJUTSU",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Senjutsu\\08 Death Of The Celts.mp3",
- "Duracion": "10:20",
- "FechaLanzamiento": "2019",
- "EstadoColor": "White",
- "DuracionLong": 6204865306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.3967656-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "The Parchment",
- "Artista": "IRON MAIDEN",
- "Album": "SENJUTSU",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Senjutsu\\09 The Parchment.mp3",
- "Duracion": "12:39",
- "FechaLanzamiento": "2019",
- "EstadoColor": "White",
- "DuracionLong": 7590661224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.4109703-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Hell On Earth",
- "Artista": "IRON MAIDEN",
- "Album": "SENJUTSU",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Senjutsu\\10 Hell On Earth.mp3",
- "Duracion": "11:19",
- "FechaLanzamiento": "2019",
- "EstadoColor": "White",
- "DuracionLong": 6792097959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.4273571-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Caught Somewhere in Time (2015 Remaster)",
- "Artista": "IRON MAIDEN",
- "Album": "SOMEWHERE IN TIME",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Somewhere in time\\1 Caught Somewhere in Time (2015 Remaster).mp3",
- "Duracion": "07:27",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 4474253061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.4446814-03:00"
- },
- {
- "Numero": "",
- "Titulo": "2 Wasted Years (2015 Remaster)",
- "Artista": "IRON MAIDEN",
- "Album": "SOMEWHERE IN TIME",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Somewhere in time\\2 Wasted Years (2015 Remaster).mp3",
- "Duracion": "05:09",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3097338775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.4740907-03:00"
- },
- {
- "Numero": "",
- "Titulo": "3 Sea of Madness (2015 Remaster)",
- "Artista": "IRON MAIDEN",
- "Album": "SOMEWHERE IN TIME",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Somewhere in time\\3 Sea of Madness (2015 Remaster).mp3",
- "Duracion": "05:44",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3440326530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.5079223-03:00"
- },
- {
- "Numero": "",
- "Titulo": "4 Heaven Can Wait (2015 Remaster)",
- "Artista": "IRON MAIDEN",
- "Album": "SOMEWHERE IN TIME",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Somewhere in time\\4 Heaven Can Wait (2015 Remaster).mp3",
- "Duracion": "07:23",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 4436636734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.5364715-03:00"
- },
- {
- "Numero": "",
- "Titulo": "5 The Loneliness of the Long Distance Runner (2015 Remaster)",
- "Artista": "IRON MAIDEN",
- "Album": "SOMEWHERE IN TIME",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Somewhere in time\\5 The Loneliness of the Long Distance Runner (2015 Remaster).mp3",
- "Duracion": "06:33",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3933779591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.5658853-03:00"
- },
- {
- "Numero": "",
- "Titulo": "6 Stranger in a Strange Land (2015 Remaster)",
- "Artista": "IRON MAIDEN",
- "Album": "SOMEWHERE IN TIME",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Somewhere in time\\6 Stranger in a Strange Land (2015 Remaster).mp3",
- "Duracion": "05:46",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3466971428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.5921166-03:00"
- },
- {
- "Numero": "",
- "Titulo": "7 Deja Vu (2015 Remaster)",
- "Artista": "IRON MAIDEN",
- "Album": "SOMEWHERE IN TIME",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Iron Maiden\\Somewhere in time\\7 Deja Vu (2015 Remaster).mp3",
- "Duracion": "04:58",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 2985795918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.6196239-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Imagine",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\01 Imagine (Ultimate Mix).mp3",
- "Duracion": "03:06",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1863053061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.6464416-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Crippled Inside",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\02 Crippled Inside (Ultimate Mix).mp3",
- "Duracion": "03:51",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2311575510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.6644721-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Jealous Guy",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\03 Jealous Guy (Ultimate Mix).mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2545110204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.688609-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "It's So Hard",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\04 It's So Hard (Ultimate Mix).mp3",
- "Duracion": "02:29",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1492114285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.7072577-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "I Don’t Wanna Be A Soldier Mama I Don’t Wanna Die",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\05 I Don’t Wanna Be A Soldier Mama I Don’t Wanna Die (Ultimate Mix).mp3",
- "Duracion": "06:08",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 3682481632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.7229754-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Gimme Some Truth",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\06 Gimme Some Truth (Ultimate Mix).mp3",
- "Duracion": "03:18",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1983477551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.7448662-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Oh My Love",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\07 Oh My Love (Ultimate Mix).mp3",
- "Duracion": "02:47",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1673665306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.7650655-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "How Do You Sleep",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\08 How Do You Sleep (Ultimate Mix).mp3",
- "Duracion": "05:39",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 3392261224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.7865886-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "How",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\09 How (Ultimate Mix).mp3",
- "Duracion": "03:45",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2256457142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.8069559-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Oh Yoko!",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\10 Oh Yoko! (Ultimate Mix).mp3",
- "Duracion": "04:20",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2609371428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.8269793-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Power To The People",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\11 Power To The People (Ultimate Mix).mp3",
- "Duracion": "03:26",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2064718367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.8475484-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Well",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\12 Well (Baby Please Don't Go).mp3",
- "Duracion": "04:07",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2475624489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.8672309-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "God Save Us",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\13 God Save Us (Ultimate Mix).mp3",
- "Duracion": "03:15",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1952130612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.88338-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Do The Oz",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\14 Do The Oz (Ultimate Mix).mp3",
- "Duracion": "03:12",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1921567346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.9063833-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "God Save Oz",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\15 God Save Oz (Ultimate Mix).mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2114089795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.9235745-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Happy Xmas",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\16 Happy Xmas (War Is Over).mp3",
- "Duracion": "03:35",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2157975510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.9423917-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Imagine (Elements Mix)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\17 Imagine (Elements Mix).mp3",
- "Duracion": "02:14",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1347657142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.962862-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "Jealous Guy",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\18 Jealous Guy (Elements Mix).mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2547722448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.9811336-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "Oh My Love",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\19 Oh My Love (Elements Mix).mp3",
- "Duracion": "01:57",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1177600000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:54.9969376-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "How",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\20 How (Elements Mix).mp3",
- "Duracion": "03:37",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2179395918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.0153805-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "Imagine (Demo)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\21 Imagine (Demo).mp3",
- "Duracion": "03:18",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1987657142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.0311877-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "Imagine (Take 1)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\22 Imagine (Take 1).mp3",
- "Duracion": "03:06",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1864359183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.0506337-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "Crippled Inside (Take 3)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\23 Crippled Inside (Take 3).mp3",
- "Duracion": "03:52",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2321502040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.0660724-03:00"
- },
- {
- "Numero": "24",
- "Titulo": "Crippled Inside (Take 6)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\24 Crippled Inside (Take 6 _ Alternate Guitar Solo).mp3",
- "Duracion": "03:48",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2289371428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.0823508-03:00"
- },
- {
- "Numero": "25",
- "Titulo": "Jealous Guy (Take 9)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\25 Jealous Guy (Take 9).mp3",
- "Duracion": "02:18",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1380048979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.0979756-03:00"
- },
- {
- "Numero": "26",
- "Titulo": "It's So Hard (Take 6)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\26 It's So Hard (Take 6).mp3",
- "Duracion": "02:32",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1529991836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.1204052-03:00"
- },
- {
- "Numero": "27",
- "Titulo": "I Don’t Wanna Be A Soldier Mama I Don’t Wanna Die (Take 11)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\27 I Don’t Wanna Be A Soldier Mama I Don’t Wanna Die (Take 11).mp3",
- "Duracion": "04:36",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2761665306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.1368211-03:00"
- },
- {
- "Numero": "28",
- "Titulo": "Gimme Some Truth (Take 4)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\28 Gimme Some Truth (Take 4).mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2182008163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.1519743-03:00"
- },
- {
- "Numero": "29",
- "Titulo": "Oh My Love (Take 6)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\29 Oh My Love (Take 6).mp3",
- "Duracion": "02:49",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1699526530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.1678805-03:00"
- },
- {
- "Numero": "30",
- "Titulo": "How Do You Sleep (Takes 1 & 2)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\30 How Do You Sleep (Takes 1 & 2).mp3",
- "Duracion": "05:59",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 3592620408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.1836353-03:00"
- },
- {
- "Numero": "31",
- "Titulo": "Oh Yoko! (Bahamas, 1969)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\32 Oh Yoko! (Bahamas, 1969).mp3",
- "Duracion": "05:02",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 3020277551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.1988863-03:00"
- },
- {
- "Numero": "32",
- "Titulo": "Power To The People (Take 7)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\33 Power To The People (Take 7).mp3",
- "Duracion": "03:28",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2085616326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.2143223-03:00"
- },
- {
- "Numero": "33",
- "Titulo": "God Save Us (Demo)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\34 God Save Us (Demo).mp3",
- "Duracion": "02:58",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1780767346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.2296438-03:00"
- },
- {
- "Numero": "34",
- "Titulo": "Do The Oz (Take 3)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\35 Do The Oz (Take 3).mp3",
- "Duracion": "06:50",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 4106971428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.2480536-03:00"
- },
- {
- "Numero": "35",
- "Titulo": "Happy Xmas (War Is Over)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\36 Happy Xmas (War Is Over).mp3",
- "Duracion": "03:23",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2031542857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.2643276-03:00"
- },
- {
- "Numero": "36",
- "Titulo": "Imagine (Take 10)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\37 Imagine (Take 10 _ Raw Studio Mix).mp3",
- "Duracion": "03:12",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1921044897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.2792058-03:00"
- },
- {
- "Numero": "37",
- "Titulo": "Crippled Inside (Take 6)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\38 Crippled Inside (Take 6 _ Raw Studio Mix).mp3",
- "Duracion": "03:50",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2302955102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.2946541-03:00"
- },
- {
- "Numero": "38",
- "Titulo": "Jealous Guy (Take 29)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\39 Jealous Guy (Take 29 _ Raw Studio Mix).mp3",
- "Duracion": "04:21",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2615902040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.31113-03:00"
- },
- {
- "Numero": "39",
- "Titulo": "It's So Hard (Take 11)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\40 It's So Hard (Take 11 _ Raw Studio Mix).mp3",
- "Duracion": "02:42",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1624032653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.3291033-03:00"
- },
- {
- "Numero": "40",
- "Titulo": "I Don’t Wanna Be A Soldier Mama I Don’t Wanna Die (Take 4)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\41 I Don’t Wanna Be A Soldier Mama I Don’t Wanna Die (Take 4 _ Extended _ Raw Studio Mix).mp3",
- "Duracion": "07:56",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 4761861224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.3464638-03:00"
- },
- {
- "Numero": "41",
- "Titulo": "Oh My Love (Take 20)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\43 Oh My Love (Take 20 _ Raw Studio Mix).mp3",
- "Duracion": "02:47",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 1676800000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.3629103-03:00"
- },
- {
- "Numero": "42",
- "Titulo": "How Do You Sleep (Take 11)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\44 How Do You Sleep (Take 11 _ Extended _ Raw Studio Mix).mp3",
- "Duracion": "06:00",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 3603069387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.3790918-03:00"
- },
- {
- "Numero": "43",
- "Titulo": "How (Take 40)",
- "Artista": "JOHN LENNON",
- "Album": "IMAGINE THE ULTIMATE",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\John Lennon\\45 How (Take 40 _ Raw Studio Mix).mp3",
- "Duracion": "03:55",
- "FechaLanzamiento": "1979",
- "EstadoColor": "White",
- "DuracionLong": 2352065306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.3962627-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Breaking the Law",
- "Artista": "JUDAS PRIEST",
- "Album": "BEST JUDAS PRIEST",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Judas Priest\\01 Breaking the Law.mp3",
- "Duracion": "02:33",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1539134693,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.4162042-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Hell Bent for Leather",
- "Artista": "JUDAS PRIEST",
- "Album": "BEST JUDAS PRIEST",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Judas Priest\\02 Hell Bent for Leather.mp3",
- "Duracion": "02:38",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1586938775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.433202-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Victim Of Changes",
- "Artista": "JUDAS PRIEST",
- "Album": "BEST JUDAS PRIEST",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Judas Priest\\03 Victim Of Changes.mp3",
- "Duracion": "07:45",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 4652669387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.4475153-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Metal Gods",
- "Artista": "JUDAS PRIEST",
- "Album": "BEST JUDAS PRIEST",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Judas Priest\\04 Metal Gods.mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2457861224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.4632077-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Living After Midnight",
- "Artista": "JUDAS PRIEST",
- "Album": "BEST JUDAS PRIEST",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Judas Priest\\05 Living After Midnight.mp3",
- "Duracion": "03:30",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2102334693,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.482389-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Painkiller",
- "Artista": "JUDAS PRIEST",
- "Album": "BEST JUDAS PRIEST",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Judas Priest\\06 Painkiller.mp3",
- "Duracion": "06:08",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3684571428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.4978905-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Beyond the Realms of Death",
- "Artista": "JUDAS PRIEST",
- "Album": "BEST JUDAS PRIEST",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Judas Priest\\07 Beyond the Realms of Death.mp3",
- "Duracion": "06:49",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 4098873469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.5136729-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Turbo Lover (Remastered)",
- "Artista": "JUDAS PRIEST",
- "Album": "BEST JUDAS PRIEST",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Judas Priest\\08 Turbo Lover (Remastered).mp3",
- "Duracion": "05:34",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3340800000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.5320424-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "The Ripper",
- "Artista": "JUDAS PRIEST",
- "Album": "BEST JUDAS PRIEST",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Judas Priest\\09 The Ripper.mp3",
- "Duracion": "02:50",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1709191836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.5518583-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Diamonds and Rust",
- "Artista": "JUDAS PRIEST",
- "Album": "BEST JUDAS PRIEST",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Judas Priest\\10 Diamonds and Rust.mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2075167346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.5659159-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "The Sentinel with lyrics",
- "Artista": "JUDAS PRIEST",
- "Album": "BEST JUDAS PRIEST",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Judas Priest\\11 The Sentinel with lyrics.mp3",
- "Duracion": "05:06",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3063902040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.5827498-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Triste Canción De Amor",
- "Artista": "LA RENGA",
- "Album": "A DONDE ME LLEVA LA VIDA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A Donde Me Lleva la vida\\01 Triste Canción De Amor.mp3",
- "Duracion": "05:07",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 3074160000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.5963058-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Pis y Caca",
- "Artista": "LA RENGA",
- "Album": "A DONDE ME LLEVA LA VIDA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A Donde Me Lleva la vida\\02 Pis y Caca.mp3",
- "Duracion": "02:11",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 1310563265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.6137879-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "El rito de los corazones sangr",
- "Artista": "LA RENGA",
- "Album": "A DONDE ME LLEVA LA VIDA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A Donde Me Lleva la vida\\03 El rito de los corazones sangr.mp3",
- "Duracion": "03:56",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2366880000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.636384-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "El Circo Romano.",
- "Artista": "LA RENGA",
- "Album": "A DONDE ME LLEVA LA VIDA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A Donde Me Lleva la vida\\04 El Circo Romano..mp3",
- "Duracion": "03:59",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2393280000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.6526501-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "El Sátiro De La Mala Leche",
- "Artista": "LA RENGA",
- "Album": "A DONDE ME LLEVA LA VIDA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A Donde Me Lleva la vida\\05 El Sátiro De La Mala Leche.mp3",
- "Duracion": "02:10",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 1309920000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.6678122-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "El Mambo De La Botella",
- "Artista": "LA RENGA",
- "Album": "A DONDE ME LLEVA LA VIDA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A Donde Me Lleva la vida\\06 El Mambo De La Botella.mp3",
- "Duracion": "04:06",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2460212244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.6857938-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "El Circo Romano",
- "Artista": "LA RENGA",
- "Album": "A DONDE ME LLEVA LA VIDA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A Donde Me Lleva la vida\\07 El Circo Romano.mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2379840000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.7011544-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "El Camino Del Deshielo",
- "Artista": "LA RENGA",
- "Album": "A DONDE ME LLEVA LA VIDA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A Donde Me Lleva la vida\\08 El Camino Del Deshielo.mp3",
- "Duracion": "04:28",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2680424489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.7195233-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Cortala y Olvidala",
- "Artista": "LA RENGA",
- "Album": "A DONDE ME LLEVA LA VIDA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A Donde Me Lleva la vida\\09 Cortala y Olvidala.mp3",
- "Duracion": "03:18",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 1981126530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.7363851-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Blues Cardíaco",
- "Artista": "LA RENGA",
- "Album": "A DONDE ME LLEVA LA VIDA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A Donde Me Lleva la vida\\10 Blues Cardíaco.mp3",
- "Duracion": "04:53",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2930416326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.7563953-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "2+2=3",
- "Artista": "LA RENGA",
- "Album": "A DONDE ME LLEVA LA VIDA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A Donde Me Lleva la vida\\11 2+2=3.mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2409840000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.7743048-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Bien Alto",
- "Artista": "LA RENGA",
- "Album": "A SECAS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A secas\\01 Bien Alto.mp3",
- "Duracion": "03:26",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2064720000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.792039-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "El Hombre De La Estrella",
- "Artista": "LA RENGA",
- "Album": "A SECAS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A secas\\02 El Hombre De La Estrella.mp3",
- "Duracion": "03:21",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2016653061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.8068775-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "El Terco",
- "Artista": "LA RENGA",
- "Album": "A SECAS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A secas\\03 El Terco.mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2698710204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.8221078-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Cuando Estés Acá",
- "Artista": "LA RENGA",
- "Album": "A SECAS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A secas\\04 Cuando Estés Acá.mp3",
- "Duracion": "04:56",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2967840000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.8401532-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "El Revelde",
- "Artista": "LA RENGA",
- "Album": "A SECAS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A secas\\05 El Revelde.mp3",
- "Duracion": "03:34",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2140473469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.8594064-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "El Twist Del Pibe",
- "Artista": "LA RENGA",
- "Album": "A SECAS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A secas\\06 El Twist Del Pibe.mp3",
- "Duracion": "02:58",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 1784424489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.8772508-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Me Hice Canción",
- "Artista": "LA RENGA",
- "Album": "A SECAS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A secas\\07 Me Hice Canción.mp3",
- "Duracion": "03:46",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2268473469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.89471-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Ser Yo",
- "Artista": "LA RENGA",
- "Album": "A SECAS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A secas\\08 Ser Yo.mp3",
- "Duracion": "03:37",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2172240000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.9119118-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Tripa Y Corazón",
- "Artista": "LA RENGA",
- "Album": "A SECAS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A secas\\09 Tripa Y Corazón.mp3",
- "Duracion": "02:51",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 1713893877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.9281756-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Vende Patria Clon",
- "Artista": "LA RENGA",
- "Album": "A SECAS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\A secas\\10 Vende Patria Clon.mp3",
- "Duracion": "02:36",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 1567346938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.9421703-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Buseca y Vino Tinto (Live)",
- "Artista": "LA RENGA",
- "Album": "BAILANDO EN UNA PATA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Bailando en una pata\\01 Buseca y Vino Tinto (Live).mp3",
- "Duracion": "03:50",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2302171428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.9600153-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Moscas Verdes Para El Charlatán (Live)",
- "Artista": "LA RENGA",
- "Album": "BAILANDO EN UNA PATA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Bailando en una pata\\02 Moscas Verdes Para El Charlatán (Live).mp3",
- "Duracion": "05:17",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3179102040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.9766515-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Embrolos, Fatos y Paquetes (Live)",
- "Artista": "LA RENGA",
- "Album": "BAILANDO EN UNA PATA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Bailando en una pata\\03 Embrolos, Fatos y Paquetes (Live).mp3",
- "Duracion": "05:11",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3113795918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:55.9907624-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "El Viento Que Todo Empuja (Live)",
- "Artista": "LA RENGA",
- "Album": "BAILANDO EN UNA PATA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Bailando en una pata\\04 El Viento Que Todo Empuja (Live).mp3",
- "Duracion": "06:19",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3796897959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.0033311-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "El Juicio Del Ganso (Live)",
- "Artista": "LA RENGA",
- "Album": "BAILANDO EN UNA PATA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Bailando en una pata\\05 El Juicio Del Ganso (Live).mp3",
- "Duracion": "05:33",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3331134693,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.0178129-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Nacido Para Ser Salvaje (Live)",
- "Artista": "LA RENGA",
- "Album": "BAILANDO EN UNA PATA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Bailando en una pata\\06 Nacido Para Ser Salvaje (Live).mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2482155102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.033591-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Intervalo (Live)",
- "Artista": "LA RENGA",
- "Album": "BAILANDO EN UNA PATA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Bailando en una pata\\07 Intervalo (Live).mp3",
- "Duracion": "01:25",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 853681632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.0521388-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Negra Mi Alma, Negro Mi Corazón (Live)",
- "Artista": "LA RENGA",
- "Album": "BAILANDO EN UNA PATA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Bailando en una pata\\08 Negra Mi Alma, Negro Mi Corazón (Live).mp3",
- "Duracion": "04:59",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2997551020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.0665539-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Luciendo Mi Saquito Blusero (Live)",
- "Artista": "LA RENGA",
- "Album": "BAILANDO EN UNA PATA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Bailando en una pata\\09 Luciendo Mi Saquito Blusero (Live).mp3",
- "Duracion": "03:43",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2238693877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.0802919-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Blues De Bolivia (Live)",
- "Artista": "LA RENGA",
- "Album": "BAILANDO EN UNA PATA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Bailando en una pata\\10 Blues De Bolivia (Live).mp3",
- "Duracion": "08:58",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 5380963265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.0939016-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Somos Los Mismos De Siempre (Live)",
- "Artista": "LA RENGA",
- "Album": "BAILANDO EN UNA PATA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Bailando en una pata\\11 Somos Los Mismos De Siempre (Live).mp3",
- "Duracion": "03:20",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2002024489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.1073218-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Voy A Bailar A La Nave Del Olvido (Live)",
- "Artista": "LA RENGA",
- "Album": "BAILANDO EN UNA PATA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Bailando en una pata\\12 Voy A Bailar A La Nave Del Olvido (Live).mp3",
- "Duracion": "05:06",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3068865306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.1226506-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Bailando En Una Pata (Live)",
- "Artista": "LA RENGA",
- "Album": "BAILANDO EN UNA PATA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Bailando en una pata\\13 Bailando En Una Pata (Live).mp3",
- "Duracion": "01:50",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 1103412244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.1374416-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Cantito Popular (Live)",
- "Artista": "LA RENGA",
- "Album": "BAILANDO EN UNA PATA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Bailando en una pata\\14 Cantito Popular (Live).mp3",
- "Duracion": "01:57",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 1171330612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.1544469-03:00"
- },
- {
- "Numero": "1",
- "Titulo": " A tu lado",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\ A tu lado - Detonador de Sueños - 2003.mp3",
- "Duracion": "03:40",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2209436734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.1734469-03:00"
- },
- {
- "Numero": "2",
- "Titulo": " Cuando Estés Acá",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\ Cuando Estés Acá (InsoportablemENte VIVO).mp3",
- "Duracion": "06:50",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 4102008163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.1890237-03:00"
- },
- {
- "Numero": "3",
- "Titulo": " El Cielo Del Desengaño",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\ El Cielo Del Desengaño.mp3",
- "Duracion": "04:28",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2681991836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.2050577-03:00"
- },
- {
- "Numero": "4",
- "Titulo": " El final es en donde partí",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\ El final es en donde partí.mp3",
- "Duracion": "04:36",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2768979591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.2206226-03:00"
- },
- {
- "Numero": "5",
- "Titulo": " Llegó la hora",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\ Llegó la hora.mp3",
- "Duracion": "04:09",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2494693877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.2372575-03:00"
- },
- {
- "Numero": "6",
- "Titulo": " Sabes que",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\ Sabes que - Pesados Vestigios.mp3",
- "Duracion": "04:58",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2987885714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.2552773-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "A La Carga Mi Rock'n Roll",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\A La Carga Mi Rock'n Roll.mp3",
- "Duracion": "03:47",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2274742857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.271561-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Balada Del Diablo y La Muerte",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\Balada Del Diablo y La Muerte.mp3",
- "Duracion": "05:37",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3379461224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.287297-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Buena Pipa",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\Buena Pipa.mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2483722448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.3014188-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Corazón Fugitivo",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\Corazón Fugitivo - Pesados Vestigios.mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2400914285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.3164034-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "El Revelde",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\El Revelde.mp3",
- "Duracion": "03:34",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2140473469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.3291148-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "El Rey De La Triste Felicidad",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\El Rey De La Triste Felicidad.mp3",
- "Duracion": "04:18",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2582204081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.3423899-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "El Terco",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\El Terco.mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2698710204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.357171-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "El Twist Del Pibe",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\El Twist Del Pibe.mp3",
- "Duracion": "02:58",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1784424489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.3708694-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "El Viento Que Todo Empuja",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\El Viento Que Todo Empuja.mp3",
- "Duracion": "05:23",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3239183673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.3854815-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "En El Baldío",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\En El Baldío.mp3",
- "Duracion": "04:04",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2443755102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.3987124-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Hablando De La Libertad",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\Hablando De La Libertad.mp3",
- "Duracion": "06:11",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3711738775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.4116121-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "La razón que te demora",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\La razón que te demora, Detonador de sueños.mp3",
- "Duracion": "04:46",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2866938775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.428662-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "Las Cosas Que Hace",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\Las Cosas Que Hace.mp3",
- "Duracion": "04:19",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2599967346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.4508184-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "Lo Frágil De La Locura",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\Lo Frágil De La Locura.mp3",
- "Duracion": "04:21",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2616163265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.4715177-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "Oscuro Diamante",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\Oscuro Diamante.mp3",
- "Duracion": "03:42",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2228767346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.4900144-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "Panic Show",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\Panic Show.mp3",
- "Duracion": "03:00",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1805061224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.507865-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "Parece un caso perdido",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\Parece un caso perdido.mp3",
- "Duracion": "03:40",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2207608163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.5247957-03:00"
- },
- {
- "Numero": "24",
- "Titulo": "Triste Canción De Amor",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\Triste Canción De Amor.mp3",
- "Duracion": "05:07",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3074612244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.5433071-03:00"
- },
- {
- "Numero": "25",
- "Titulo": "Veneno",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\Veneno.mp3",
- "Duracion": "04:10",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2504359183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.5599332-03:00"
- },
- {
- "Numero": "26",
- "Titulo": "Voy A Bailar A La Nave Del Olvido",
- "Artista": "LA RENGA",
- "Album": "BEST LA RENGA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Compilado\\Voy A Bailar A La Nave Del Olvido.mp3",
- "Duracion": "05:09",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3094465306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.575362-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Desnudo Para Siempre",
- "Artista": "LA RENGA",
- "Album": "DESPEDAZADO POR MIL PARTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Despedazado por mil partes\\01 Desnudo Para Siempre.mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2483722448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.5950804-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "A La Carga Mi Rock'n Roll",
- "Artista": "LA RENGA",
- "Album": "DESPEDAZADO POR MIL PARTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Despedazado por mil partes\\02 A La Carga Mi Rock'n Roll.mp3",
- "Duracion": "03:46",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2262987755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.6124894-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "El Final Es En Donde Partí",
- "Artista": "LA RENGA",
- "Album": "DESPEDAZADO POR MIL PARTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Despedazado por mil partes\\03 El Final Es En Donde Partí.mp3",
- "Duracion": "04:36",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2766628571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.6284007-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Balada Del Diablo y La Muerte",
- "Artista": "LA RENGA",
- "Album": "DESPEDAZADO POR MIL PARTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Despedazado por mil partes\\04 Balada Del Diablo y La Muerte.mp3",
- "Duracion": "05:36",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 3364571428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.6465853-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Cuándo Vendrán",
- "Artista": "LA RENGA",
- "Album": "DESPEDAZADO POR MIL PARTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Despedazado por mil partes\\05 Cuándo Vendrán.mp3",
- "Duracion": "04:21",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2616163265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.6620626-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Psilosibe Mexicana",
- "Artista": "LA RENGA",
- "Album": "DESPEDAZADO POR MIL PARTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Despedazado por mil partes\\06 Psilosibe Mexicana.mp3",
- "Duracion": "05:34",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 3341322448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.6773668-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Paja Brava",
- "Artista": "LA RENGA",
- "Album": "DESPEDAZADO POR MIL PARTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Despedazado por mil partes\\07 Paja Brava.mp3",
- "Duracion": "06:00",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 3608555102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.6941259-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Lo Frágil De La Locura",
- "Artista": "LA RENGA",
- "Album": "DESPEDAZADO POR MIL PARTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Despedazado por mil partes\\08 Lo Frágil De La Locura.mp3",
- "Duracion": "04:19",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2596048979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.7141036-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Veneno",
- "Artista": "LA RENGA",
- "Album": "DESPEDAZADO POR MIL PARTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Despedazado por mil partes\\09 Veneno.mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2485028571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.732632-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "El Viento Que Todo Empuja",
- "Artista": "LA RENGA",
- "Album": "DESPEDAZADO POR MIL PARTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Despedazado por mil partes\\10 El Viento Que Todo Empuja.mp3",
- "Duracion": "05:21",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 3218808163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.7519494-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Hablando De La Libertad",
- "Artista": "LA RENGA",
- "Album": "DESPEDAZADO POR MIL PARTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Despedazado por mil partes\\11 Hablando De La Libertad.mp3",
- "Duracion": "06:11",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 3711738775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.7696985-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "A Tu Lado",
- "Artista": "LA RENGA",
- "Album": "DETONADOR DE SUEÑOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Detonador de sueños\\01 A Tu Lado.mp3",
- "Duracion": "03:16",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 1966236734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.7872334-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Detonador de Sueños",
- "Artista": "LA RENGA",
- "Album": "DETONADOR DE SUEÑOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Detonador de sueños\\02 Detonador de Sueños.mp3",
- "Duracion": "02:10",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 1306383673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.806542-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "El Ojo del Huracán",
- "Artista": "LA RENGA",
- "Album": "DETONADOR DE SUEÑOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Detonador de sueños\\03 El Ojo del Huracán.mp3",
- "Duracion": "03:54",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2347102040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.8257116-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "La Razón Que Te Demora",
- "Artista": "LA RENGA",
- "Album": "DETONADOR DE SUEÑOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Detonador de sueños\\04 La Razón Que Te Demora.mp3",
- "Duracion": "04:24",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2649338775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.8460293-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Dementes en el Espacio",
- "Artista": "LA RENGA",
- "Album": "DETONADOR DE SUEÑOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Detonador de sueños\\05 Dementes en el Espacio.mp3",
- "Duracion": "03:22",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2022922448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.8625004-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Estado",
- "Artista": "LA RENGA",
- "Album": "DETONADOR DE SUEÑOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Detonador de sueños\\06 Estado.mp3",
- "Duracion": "03:04",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 1842416326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.8792204-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Las Cosas Que Hace",
- "Artista": "LA RENGA",
- "Album": "DETONADOR DE SUEÑOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Detonador de sueños\\07 Las Cosas Que Hace.mp3",
- "Duracion": "04:19",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2599967346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.8973735-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Noche Vudú",
- "Artista": "LA RENGA",
- "Album": "DETONADOR DE SUEÑOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Detonador de sueños\\08 Noche Vudú.mp3",
- "Duracion": "03:20",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2005159183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.9202385-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "En los Brazos del Sol",
- "Artista": "LA RENGA",
- "Album": "DETONADOR DE SUEÑOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Detonador de sueños\\09 En los Brazos del Sol.mp3",
- "Duracion": "05:06",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 3068865306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.9394875-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Míralos",
- "Artista": "LA RENGA",
- "Album": "DETONADOR DE SUEÑOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Detonador de sueños\\10 Míralos.mp3",
- "Duracion": "04:51",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2919706122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.9600799-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "El Rastro de la Conciencia",
- "Artista": "LA RENGA",
- "Album": "DETONADOR DE SUEÑOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Detonador de sueños\\11 El Rastro de la Conciencia.mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2075428571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:56.9778599-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Hielasangre",
- "Artista": "LA RENGA",
- "Album": "DETONADOR DE SUEÑOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Detonador de sueños\\12 Hielasangre.mp3",
- "Duracion": "04:02",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2422073469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.000072-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "A Tu Lado",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\01 A Tu Lado.mp3",
- "Duracion": "03:14",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 1941942857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.0213633-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Tripa y Corazón",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\02 Tripa y Corazón.mp3",
- "Duracion": "03:15",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 1950824489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.0375215-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Las Cosas que Hace",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\03 Las Cosas que Hace.mp3",
- "Duracion": "04:35",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2752522448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.0558331-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "En el Baldío",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\04 En el Baldío.mp3",
- "Duracion": "04:50",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2908473469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.0733109-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Detonador De Sueños",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\05 Detonador De Sueños.mp3",
- "Duracion": "02:22",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 1429681632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.0895077-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Estalla",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\06 Estalla.mp3",
- "Duracion": "08:10",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 4900048979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.1055293-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Míralos",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\07 Míralos.mp3",
- "Duracion": "05:24",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 3242840816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.1238791-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "A la Carga Mi Rocanrol",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\08 A la Carga Mi Rocanrol.mp3",
- "Duracion": "03:54",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2343706122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.1404273-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "La Trifásica",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\09 La Trifásica (Dementes en el Espacio, La Vida la Mismas Calles, El Camino del Deshielo).mp3",
- "Duracion": "06:02",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 3621877551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.1555172-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Oportunidad Oportuna",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\10 Oportunidad Oportuna.mp3",
- "Duracion": "02:12",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 1320228571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.1722481-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "El Ojo del Huracán",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\11 El Ojo del Huracán.mp3",
- "Duracion": "03:56",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2364865306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.1899786-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "El Viento que Todo Empuja",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\12 El Viento que Todo Empuja.mp3",
- "Duracion": "06:23",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 3835036734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.2055637-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Triste Canción de Amor",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\13 Triste Canción de Amor.mp3",
- "Duracion": "04:47",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2870595918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.2232296-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Voy a Bailar a la Nave del Olvido",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\14 Voy a Bailar a la Nave del Olvido.mp3",
- "Duracion": "09:15",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 5550236734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.2420109-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "La Balada del Diablo y la Muerte",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\15 La Balada del Diablo y la Muerte.mp3",
- "Duracion": "09:42",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 5821387755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.2587391-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Hielasangre",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\16 Hielasangre.mp3",
- "Duracion": "04:47",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2876342857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.2742094-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "El Final Es en Donde Partí",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\17 El Final Es en Donde Partí.mp3",
- "Duracion": "04:48",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2886269387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.2913123-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "La Razón que Te Demora",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\18 La Razón que Te Demora.mp3",
- "Duracion": "04:49",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2896195918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.3090933-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "Popurock",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\19 Popurock (Panic Show, Somos los Mismos de Siempre, Buseca y Vino Tinto, Noche Vudú, El Revelde).mp3",
- "Duracion": "11:45",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 7056979591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.3409722-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "Hey Hey My My",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\20 Hey Hey My My.mp3",
- "Duracion": "08:43",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 5233110204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.3728999-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "El Rey de la Triste Felicidad",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\21 El Rey de la Triste Felicidad.mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2546416326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.4136204-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "Hablando de la Libertad",
- "Artista": "LA RENGA",
- "Album": "EN EL OJO DEL HURACAN",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\En el ojo del huracan\\22 Hablando de la Libertad.mp3",
- "Duracion": "08:56",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 5363722448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.4458389-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Somos Los Mismos De Siempre",
- "Artista": "LA RENGA",
- "Album": "ESQUIVANDO CHARCOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Esqivando charcos\\01 Somos Los Mismos De Siempre.mp3",
- "Duracion": "03:12",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 1924963265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.4717577-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Moscas Verdes Para El Charlatá",
- "Artista": "LA RENGA",
- "Album": "ESQUIVANDO CHARCOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Esqivando charcos\\02 Moscas Verdes Para El Charlatá.mp3",
- "Duracion": "04:10",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2504620408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.4872315-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Embrolos, Fatos y Paquetes",
- "Artista": "LA RENGA",
- "Album": "ESQUIVANDO CHARCOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Esqivando charcos\\03 Embrolos, Fatos y Paquetes.mp3",
- "Duracion": "04:31",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2710465306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.502348-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Luciendo Mi Saquito Blusero",
- "Artista": "LA RENGA",
- "Album": "ESQUIVANDO CHARCOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Esqivando charcos\\04 Luciendo Mi Saquito Blusero.mp3",
- "Duracion": "03:08",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 1888130612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.5175605-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Voy A Bailar A La Nave Del Olv",
- "Artista": "LA RENGA",
- "Album": "ESQUIVANDO CHARCOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Esqivando charcos\\05 Voy A Bailar A La Nave Del Olv.mp3",
- "Duracion": "03:58",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2386285714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.5474544-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Buseca y Vino Tinto",
- "Artista": "LA RENGA",
- "Album": "ESQUIVANDO CHARCOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Esqivando charcos\\06 Buseca y Vino Tinto.mp3",
- "Duracion": "03:03",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 1831706122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.5761122-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "El Juicio Del Ganso",
- "Artista": "LA RENGA",
- "Album": "ESQUIVANDO CHARCOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Esqivando charcos\\07 El Juicio Del Ganso.mp3",
- "Duracion": "04:55",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2956016326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.598223-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Negra Mi Alma, Negro Mi Corazó",
- "Artista": "LA RENGA",
- "Album": "ESQUIVANDO CHARCOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Esqivando charcos\\08 Negra Mi Alma, Negro Mi Corazó.mp3",
- "Duracion": "04:04",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2444800000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.6190156-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Blues De Bolivia",
- "Artista": "LA RENGA",
- "Album": "ESQUIVANDO CHARCOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Esqivando charcos\\09 Blues De Bolivia.mp3",
- "Duracion": "04:42",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2823575510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.6418989-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "La Vida, Las Mismas Calles",
- "Artista": "LA RENGA",
- "Album": "ESQUINA DEL INFINITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\La esquina del infinito\\01 La Vida, Las Mismas Calles.mp3",
- "Duracion": "02:50",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1700571428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.6864691-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Motoralmaisangre",
- "Artista": "LA RENGA",
- "Album": "ESQUINA DEL INFINITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\La esquina del infinito\\02 Motoralmaisangre.mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2372440816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.7163934-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Al Que He Sangrado",
- "Artista": "LA RENGA",
- "Album": "ESQUINA DEL INFINITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\La esquina del infinito\\03 Al Que He Sangrado.mp3",
- "Duracion": "02:35",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1556636734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.7429506-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Panic Show",
- "Artista": "LA RENGA",
- "Album": "ESQUINA DEL INFINITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\La esquina del infinito\\04 Panic Show.mp3",
- "Duracion": "03:02",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1824653061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.7825574-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "El Cielo Del Desengaño",
- "Artista": "LA RENGA",
- "Album": "ESQUINA DEL INFINITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\La esquina del infinito\\05 El Cielo Del Desengaño.mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2699232653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.81381-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Arte Infernal",
- "Artista": "LA RENGA",
- "Album": "ESQUINA DEL INFINITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\La esquina del infinito\\06 Arte Infernal.mp3",
- "Duracion": "03:09",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1898840816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.8476953-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "En El Baldío",
- "Artista": "LA RENGA",
- "Album": "ESQUINA DEL INFINITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\La esquina del infinito\\07 En El Baldío.mp3",
- "Duracion": "04:02",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2429126530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.8766018-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "En Pie",
- "Artista": "LA RENGA",
- "Album": "ESQUINA DEL INFINITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\La esquina del infinito\\08 En Pie.mp3",
- "Duracion": "04:13",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2537273469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.9066045-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "El Rey De La Triste Felicidad",
- "Artista": "LA RENGA",
- "Album": "ESQUINA DEL INFINITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\La esquina del infinito\\09 El Rey De La Triste Felicidad.mp3",
- "Duracion": "04:18",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2582204081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.9331165-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Estalla",
- "Artista": "LA RENGA",
- "Album": "ESQUINA DEL INFINITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\La esquina del infinito\\10 Estalla.mp3",
- "Duracion": "04:43",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2832195918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.9593395-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Hey Hey My My",
- "Artista": "LA RENGA",
- "Album": "ESQUINA DEL INFINITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\La esquina del infinito\\11 Hey Hey My My.mp3",
- "Duracion": "04:36",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2761926530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:57.9844742-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "2 + 2 = 3",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\01 2 + 2 = 3.mp3",
- "Duracion": "04:50",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2907689795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.0078158-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Al Que He Sangrado",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\02 Al Que He Sangrado.mp3",
- "Duracion": "02:32",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1527118367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.028421-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Arte Infernal",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\03 Arte Infernal.mp3",
- "Duracion": "03:17",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1970155102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.0517917-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Balada Del Diablo Y La Muerte",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\04 Balada Del Diablo Y La Muerte.mp3",
- "Duracion": "06:58",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 4184400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.077119-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Bien Alto",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\05 Bien Alto.mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2070726530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.1012253-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Blues Cardíaco",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\06 Blues Cardíaco.mp3",
- "Duracion": "05:46",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 3464881632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.1231609-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Cuando Estés Acá",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\07 Cuando Estés Acá.mp3",
- "Duracion": "06:30",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 3909840000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.1465181-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Cuando Vendran",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\08 Cuando Vendran.mp3",
- "Duracion": "04:25",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2652473469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.1704837-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "El Cielo Del Desengaño",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\09 El Cielo Del Desengaño.mp3",
- "Duracion": "04:43",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2835330612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.2014715-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "El Circo Romano",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\10 El Circo Romano.mp3",
- "Duracion": "05:32",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 3320163265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.2274376-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "El Final Es En Donde Partí",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\11 El Final Es En Donde Partí.mp3",
- "Duracion": "04:56",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2962808163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.2506385-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "El Hombre De La Estrella",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\12 El Hombre De La Estrella.mp3",
- "Duracion": "09:28",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 5688163265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.2732859-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "El Mambo De La Botella",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\13 El Mambo De La Botella.mp3",
- "Duracion": "04:59",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2992326530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.2993096-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "El Revelde",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\14 El Revelde.mp3",
- "Duracion": "03:58",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2387069387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.3188473-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "El Rey De La Triste Felicidad",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\15 El Rey De La Triste Felicidad.mp3",
- "Duracion": "04:16",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2560000000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.3409847-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "El Terco",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\16 El Terco.mp3",
- "Duracion": "05:34",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 3349681632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.3617977-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "El Twist Del Pibe",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\17 El Twist Del Pibe.mp3",
- "Duracion": "03:04",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1842938775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.3831006-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "En El Baldío",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\18 En El Baldío.mp3",
- "Duracion": "04:13",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2534922448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.4042068-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "En Pie",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\19 En Pie.mp3",
- "Duracion": "04:33",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2737893877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.4249739-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "Estalla",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\20 Estalla.mp3",
- "Duracion": "05:09",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 3093420408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.443809-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "Hablando De La Libertad",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\21 Hablando De La Libertad.mp3",
- "Duracion": "07:44",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 4640391836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.4638619-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "Hey Hey, My My",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\22 Hey Hey, My My.mp3",
- "Duracion": "05:31",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 3318595918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.4854465-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "La Vida, Las Mismas Calles",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\23 La Vida, Las Mismas Calles.mp3",
- "Duracion": "03:15",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1959967346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.5097258-03:00"
- },
- {
- "Numero": "24",
- "Titulo": "Lo Frágil De La Locura",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\24 Lo Frágil De La Locura.mp3",
- "Duracion": "04:44",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2840293877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.538081-03:00"
- },
- {
- "Numero": "25",
- "Titulo": "Me Hice Canción",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\25 Me Hice Canción.mp3",
- "Duracion": "03:30",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2102857142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.563521-03:00"
- },
- {
- "Numero": "26",
- "Titulo": "Motoralmaisangre",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\26 Motoralmaisangre.mp3",
- "Duracion": "03:56",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2367216326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.5851309-03:00"
- },
- {
- "Numero": "27",
- "Titulo": "Oportunidad Oportuna",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\27 Oportunidad Oportuna.mp3",
- "Duracion": "03:42",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2222497959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.6064078-03:00"
- },
- {
- "Numero": "28",
- "Titulo": "Paja Brava",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\28 Paja Brava.mp3",
- "Duracion": "07:12",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 4327183673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.6339869-03:00"
- },
- {
- "Numero": "29",
- "Titulo": "Panic Show",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\29 Panic Show.mp3",
- "Duracion": "03:39",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2190367346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.6551438-03:00"
- },
- {
- "Numero": "30",
- "Titulo": "Psilocybe Mexicana",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\30 Psilocybe Mexicana.mp3",
- "Duracion": "05:38",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 3385991836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.676432-03:00"
- },
- {
- "Numero": "31",
- "Titulo": "Un Tiempo Fuera De Casa",
- "Artista": "LA RENGA",
- "Album": "INSOPORTABLEMENTE VIVO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\LIVE\\31 Un Tiempo Fuera De Casa.mp3",
- "Duracion": "02:53",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1738187755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.7104772-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "El Monstruo Que Crece",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\01 El Monstruo Que Crece.mp3",
- "Duracion": "02:58",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 1784685714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.7320825-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Almohada de Piedra",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\02 Almohada de Piedra.mp3",
- "Duracion": "03:45",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2255673469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.7627281-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Ruta 40",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\03 Ruta 40.mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2073600000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.7894474-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Montaña Roja",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\05 Montaña Roja.mp3",
- "Duracion": "03:45",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2254889795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.8145118-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Palabras Estorbantes",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\06 Palabras Estorbantes.mp3",
- "Duracion": "06:10",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 3701289795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.8358263-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Cualquier Historia",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\07 Cualquier Historia.mp3",
- "Duracion": "03:47",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2270824489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.8619017-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Mujer del Caleidoscopio",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\08 Mujer del Caleidoscopio.mp3",
- "Duracion": "05:24",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 3242840816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.8835438-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Llenado de Llorar",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\09 Llenado de Llorar.mp3",
- "Duracion": "03:20",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2005159183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.9099699-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Oscuro Diamante",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\10 Oscuro Diamante.mp3",
- "Duracion": "03:42",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2227983673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.9416228-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Entre la Niebla",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\11 Entre la Niebla.mp3",
- "Duracion": "03:54",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2346579591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:58.9688984-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Cuadrado Obviado",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\12 Cuadrado Obviado.mp3",
- "Duracion": "03:06",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 1867755102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.0040282-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Alunizando al Unísono",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\13 Alunizando al Unísono.mp3",
- "Duracion": "09:58",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 5982563265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.0280287-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Sustancia Entre las Plantas",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\14 Sustancia Entre las Plantas.mp3",
- "Duracion": "08:36",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 5161273469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.0510212-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Truenotierra",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\15 Truenotierra.mp3",
- "Duracion": "05:24",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 3243624489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.0716099-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Anaximandro",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\16 Anaximandro.mp3",
- "Duracion": "15:00",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 9002057142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.1003511-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Neuronas Abrazadas",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\17 Neuronas Abrazadas.mp3",
- "Duracion": "07:57",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 4779624489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.1282574-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "La Boca Del Lobo",
- "Artista": "LA RENGA",
- "Album": "TRUENO TIERRA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Renga\\Trueno Tierra\\NA La Renga - La Boca Del Lobo - Truenotierra.mp3",
- "Duracion": "03:25",
- "FechaLanzamiento": "2006",
- "EstadoColor": "White",
- "DuracionLong": 2053746938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.1606391-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Haciendose Pasar Por Luz",
- "Artista": "LA VELA PUERCA",
- "Album": "A CONTRALUZ",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Vela Puerca\\A Contraluz\\La Vela Puerca - Haciendose Pasar Por Luz.mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2111094871,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.199635-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "A Lo Verde",
- "Artista": "LA VELA PUERCA",
- "Album": "A CONTRALUZ",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Vela Puerca\\A Contraluz\\La Vela Puerca - A Lo Verde.mp3",
- "Duracion": "03:19",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1999907051,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.2300487-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Caldo Precoz",
- "Artista": "LA VELA PUERCA",
- "Album": "A CONTRALUZ",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Vela Puerca\\A Contraluz\\La Vela Puerca - Caldo Precoz.mp3",
- "Duracion": "03:34",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2141905769,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.2575831-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "De Atar",
- "Artista": "LA VELA PUERCA",
- "Album": "A CONTRALUZ",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Vela Puerca\\A Contraluz\\La Vela Puerca - De Atar.mp3",
- "Duracion": "04:11",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2514853846,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.2955395-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Dice",
- "Artista": "LA VELA PUERCA",
- "Album": "A CONTRALUZ",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Vela Puerca\\A Contraluz\\La Vela Puerca - Dice.mp3",
- "Duracion": "05:15",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 3151169871,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.3361321-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Doble Filo",
- "Artista": "LA VELA PUERCA",
- "Album": "A CONTRALUZ",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Vela Puerca\\A Contraluz\\La Vela Puerca - Doble Filo.mp3",
- "Duracion": "03:13",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 1938552564,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.3653456-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Escobas",
- "Artista": "LA VELA PUERCA",
- "Album": "A CONTRALUZ",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Vela Puerca\\A Contraluz\\La Vela Puerca - Escobas.mp3",
- "Duracion": "04:06",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2463144871,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.3942069-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Sin Palabras",
- "Artista": "LA VELA PUERCA",
- "Album": "A CONTRALUZ",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Vela Puerca\\A Contraluz\\La Vela Puerca - Sin Palabras.mp3",
- "Duracion": "03:28",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2083230769,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.4249249-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Un Frasco",
- "Artista": "LA VELA PUERCA",
- "Album": "A CONTRALUZ",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Vela Puerca\\A Contraluz\\La Vela Puerca - Un Frasco.mp3",
- "Duracion": "04:49",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2897179487,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.4595212-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Clarobscuro",
- "Artista": "LA VELA PUERCA",
- "Album": "A CONTRALUZ",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Vela Puerca\\A Contraluz\\La Vela Puerca _ Clarobscuro _ A Contraluz.mp3",
- "Duracion": "05:17",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 3176623076,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.4926132-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "En El Limbo",
- "Artista": "LA VELA PUERCA",
- "Album": "A CONTRALUZ",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Vela Puerca\\A Contraluz\\La Vela Puerca _ En El Limbo _ A Contraluz.mp3",
- "Duracion": "04:50",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2907360897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.5191918-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Llenos de Magia",
- "Artista": "LA VELA PUERCA",
- "Album": "A CONTRALUZ",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Vela Puerca\\A Contraluz\\La Vela Puerca _ Llenos de Magia _ A Contraluz.mp3",
- "Duracion": "03:58",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2380892948,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.5472488-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Va A Escampar",
- "Artista": "LA VELA PUERCA",
- "Album": "A CONTRALUZ",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Vela Puerca\\A Contraluz\\La Vela Puerca _ Va A Escampar _ A Contraluz.mp3",
- "Duracion": "04:49",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2898251282,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.5748046-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Zafar",
- "Artista": "LA VELA PUERCA",
- "Album": "A CONTRALUZ",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\La Vela Puerca\\A Contraluz\\La Vela Puerca _ Zafar _ A Contraluz.mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "2004",
- "EstadoColor": "White",
- "DuracionLong": 2698113461,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.6000788-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Good Times Bad Times",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin\\1 Good Times Bad Times (Remaster).mp3",
- "Duracion": "02:46",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 1661910204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.6279235-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Babe I'm Gonna Leave You (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin\\2 Babe I'm Gonna Leave You (Remaster).mp3",
- "Duracion": "06:42",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 4028604081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.6579044-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "You Shook Me (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin\\3 You Shook Me (Remaster).mp3",
- "Duracion": "06:28",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 3885453061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.6879716-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Dazed and Confused (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin\\4 Dazed and Confused (Remaster).mp3",
- "Duracion": "06:28",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 3887542857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.7182964-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Your Time Is Gonna Come (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin\\5 Your Time Is Gonna Come (Remaster).mp3",
- "Duracion": "04:34",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 2747820408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.7482968-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Black Mountain Side (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin\\6 Black Mountain Side (Remaster).mp3",
- "Duracion": "02:12",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 1326759183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.7826354-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Communication Breakdown (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin\\7 Communication Breakdown (Remaster).mp3",
- "Duracion": "02:30",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 1502824489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.8163709-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "I Can't Quit You Baby (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin\\8 I Can't Quit You Baby (Remaster).mp3",
- "Duracion": "04:42",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 2828016326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.8498593-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "How Many More Times (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin\\9 How Many More Times (Remaster).mp3",
- "Duracion": "08:27",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 5078465306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.8816647-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "01 Whole Lotta Love (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\01 Whole Lotta Love (Remaster).mp3",
- "Duracion": "05:34",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 3346285714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.9143638-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "02 What Is and What Should Never Be (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\02 What Is and What Should Never Be (Remaster).mp3",
- "Duracion": "04:46",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 2863281632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.9392173-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "03 The Lemon Song (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\03 The Lemon Song (Remaster).mp3",
- "Duracion": "06:19",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 3794808163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.9605522-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "04 Thank You (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\04 Thank You (Remaster).mp3",
- "Duracion": "04:49",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 2895673469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:06:59.9808808-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "05 Heartbreaker (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\05 Heartbreaker (Remaster).mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 2541453061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.0084826-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "06 Living Loving Maid (She's Just a Woman) (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\06 Living Loving Maid (She's Just a Woman) (Remaster).mp3",
- "Duracion": "02:39",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 1593991836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.0348089-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "07 Ramble On (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\07 Ramble On (Remaster).mp3",
- "Duracion": "04:34",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 2741028571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.0606545-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "08 Moby Dick (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\08 Moby Dick (Remaster).mp3",
- "Duracion": "04:21",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 2610155102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.0840317-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "09 Bring It on Home (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\09 Bring It on Home (Remaster).mp3",
- "Duracion": "04:19",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 2598138775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.1079206-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "10 Whole Lotta Love (Rough Mix with Vocal)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\10 Whole Lotta Love (Rough Mix with Vocal).mp3",
- "Duracion": "05:40",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 3403493877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.1626048-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "11 What Is and What Should Never Be (Rough Mix with Vocal)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\11 What Is and What Should Never Be (Rough Mix with Vocal).mp3",
- "Duracion": "04:33",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 2739983673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.1909043-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "12 Thank You (Backing Track)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\12 Thank You (Backing Track).mp3",
- "Duracion": "04:20",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 2607542857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.2265888-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "13 Heartbreaker (Rough Mix with Vocal)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\13 Heartbreaker (Rough Mix with Vocal).mp3",
- "Duracion": "04:25",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 2654040816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.2540315-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "14 Living Loving Maid (She's Just a Woman) (Backing Track)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\14 Living Loving Maid (She's Just a Woman) (Backing Track).mp3",
- "Duracion": "03:11",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 1912163265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.2804898-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "15 Ramble On (Rough Mix with Vocal)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\15 Ramble On (Rough Mix with Vocal).mp3",
- "Duracion": "04:44",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 2848653061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.3021545-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "16 Moby Dick (Intro _ Outro Rough Mix)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\16 Moby Dick (Intro _ Outro Rough Mix).mp3",
- "Duracion": "01:38",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 984293877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.3273092-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "17 La La (Backing Track)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 2",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 2\\17 La La (Backing Track).mp3",
- "Duracion": "04:09",
- "FechaLanzamiento": "1969",
- "EstadoColor": "White",
- "DuracionLong": 2499918367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.3492692-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "01 Immigrant Song (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 3",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 3\\01 Immigrant Song (Remaster).mp3",
- "Duracion": "02:26",
- "FechaLanzamiento": "1970",
- "EstadoColor": "White",
- "DuracionLong": 1463379591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.3771434-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "02 Friends (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 3",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 3\\02 Friends (Remaster).mp3",
- "Duracion": "03:53",
- "FechaLanzamiento": "1970",
- "EstadoColor": "White",
- "DuracionLong": 2339787755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.4031413-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "03 Celebration Day (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 3",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 3\\03 Celebration Day (Remaster).mp3",
- "Duracion": "03:30",
- "FechaLanzamiento": "1970",
- "EstadoColor": "White",
- "DuracionLong": 2103118367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.4325264-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "04 Since I've Been Loving You (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 3",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 3\\04 Since I've Been Loving You (Remaster).mp3",
- "Duracion": "07:24",
- "FechaLanzamiento": "1970",
- "EstadoColor": "White",
- "DuracionLong": 4442383673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.4557914-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "05 Out on the Tiles (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 3",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 3\\05 Out on the Tiles (Remaster).mp3",
- "Duracion": "04:07",
- "FechaLanzamiento": "1970",
- "EstadoColor": "White",
- "DuracionLong": 2474318367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.4797154-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "06 Gallows Pole (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 3",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 3\\06 Gallows Pole (Remaster).mp3",
- "Duracion": "04:58",
- "FechaLanzamiento": "1970",
- "EstadoColor": "White",
- "DuracionLong": 2980310204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.5035729-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "07 Tangerine (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 3",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 3\\07 Tangerine (Remaster).mp3",
- "Duracion": "03:11",
- "FechaLanzamiento": "1970",
- "EstadoColor": "White",
- "DuracionLong": 1918955102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.5310013-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "08 That's the Way (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 3",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 3\\08 That's the Way (Remaster).mp3",
- "Duracion": "05:37",
- "FechaLanzamiento": "1970",
- "EstadoColor": "White",
- "DuracionLong": 3371885714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.556032-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "09 Bron-Y-Aur Stomp (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 3",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 3\\09 Bron-Y-Aur Stomp (Remaster).mp3",
- "Duracion": "04:17",
- "FechaLanzamiento": "1970",
- "EstadoColor": "White",
- "DuracionLong": 2574367346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.5812695-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "10 Hats off To (Roy) Harper (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 3",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 3\\10 Hats off To (Roy) Harper (Remaster).mp3",
- "Duracion": "03:42",
- "FechaLanzamiento": "1970",
- "EstadoColor": "White",
- "DuracionLong": 2224326530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.6067163-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Black Dog",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 4\\1 Black Dog (Remaster).mp3",
- "Duracion": "04:55",
- "FechaLanzamiento": "1971",
- "EstadoColor": "White",
- "DuracionLong": 2954710204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.6312429-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Rock and Roll",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 4\\2 Rock and Roll (Remaster).mp3",
- "Duracion": "03:40",
- "FechaLanzamiento": "1971",
- "EstadoColor": "White",
- "DuracionLong": 2206563265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.663773-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "The Battle of Evermore",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 4\\3 The Battle of Evermore (Remaster).mp3",
- "Duracion": "05:51",
- "FechaLanzamiento": "1971",
- "EstadoColor": "White",
- "DuracionLong": 3517648979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.6992928-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Stairway to Heaven",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 4\\4 Stairway to Heaven (Remaster).mp3",
- "Duracion": "08:02",
- "FechaLanzamiento": "1971",
- "EstadoColor": "White",
- "DuracionLong": 4829257142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.7289131-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Misty Mountain Hop",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 4\\5 Misty Mountain Hop (Remaster).mp3",
- "Duracion": "04:39",
- "FechaLanzamiento": "1971",
- "EstadoColor": "White",
- "DuracionLong": 2790138775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.7590148-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Four Sticks",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 4\\6 Four Sticks (Remaster).mp3",
- "Duracion": "04:45",
- "FechaLanzamiento": "1971",
- "EstadoColor": "White",
- "DuracionLong": 2853093877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.7881105-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Going to California",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 4\\7 Going to California (Remaster).mp3",
- "Duracion": "03:32",
- "FechaLanzamiento": "1971",
- "EstadoColor": "White",
- "DuracionLong": 2122448979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.8149881-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "When the Levee Breaks",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin 4\\8 When the Levee Breaks (Remaster).mp3",
- "Duracion": "07:08",
- "FechaLanzamiento": "1971",
- "EstadoColor": "White",
- "DuracionLong": 4289306122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.8466809-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "01 Immigrant Song (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\01 Immigrant Song (Remaster).mp3",
- "Duracion": "02:26",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 1463379591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.8737072-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "02 Rock and Roll (Sunset Sound Mix)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\02 Rock and Roll (Sunset Sound Mix).mp3",
- "Duracion": "03:43",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2232424489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.8960677-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "03 Whole Lotta Love (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\03 Whole Lotta Love (Remaster).mp3",
- "Duracion": "05:34",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 3346285714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.9232788-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "04 Black Dog (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\04 Black Dog (Remaster).mp3",
- "Duracion": "04:55",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2954710204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.9473479-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "05 Stairway to Heaven (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\05 Stairway to Heaven (Remaster).mp3",
- "Duracion": "08:02",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 4829257142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.9700552-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "06 Good Times Bad Times (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\06 Good Times Bad Times (Remaster).mp3",
- "Duracion": "02:46",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 1661910204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:00.9953479-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "07 Going to California (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\07 Going to California (Remaster).mp3",
- "Duracion": "03:32",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2122448979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.0176076-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "08 Ramble On (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\08 Ramble On (Remaster).mp3",
- "Duracion": "04:34",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2741028571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.0402368-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "09 Kashmir (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\09 Kashmir (Remaster).mp3",
- "Duracion": "08:37",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 5172244897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.0638394-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "10 Over the Hills and Far Away (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\10 Over the Hills and Far Away (Remaster).mp3",
- "Duracion": "04:51",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2910302040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.0867263-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "11 Hey, Hey, What Can I Do (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\11 Hey, Hey, What Can I Do (Remaster).mp3",
- "Duracion": "03:56",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2368261224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.1334128-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "12 D'yer Mak'er (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\12 D'yer Mak'er (Remaster).mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2628440816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.1861781-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "13 When the Levee Breaks (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\13 When the Levee Breaks (Remaster).mp3",
- "Duracion": "07:08",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 4289306122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.2130637-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "14 All My Love (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\14 All My Love (Remaster).mp3",
- "Duracion": "05:53",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 3538285714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.2425092-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "15 Babe I'm Gonna Leave You (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\15 Babe I'm Gonna Leave You (Remaster).mp3",
- "Duracion": "06:42",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 4028604081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.2717793-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "16 Heartbreaker (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\16 Heartbreaker (Remaster).mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2541453061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.2947496-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "17 Dazed and Confused (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\17 Dazed and Confused (Remaster).mp3",
- "Duracion": "06:28",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 3887542857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.3253333-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "18 The Song Remains the Same (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\18 The Song Remains the Same (Remaster).mp3",
- "Duracion": "05:29",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 3291689795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.3681633-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "19 Fool in the Rain (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\19 Fool in the Rain (Remaster).mp3",
- "Duracion": "06:10",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 3709910204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.4008205-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "20 The Ocean (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\20 The Ocean (Remaster).mp3",
- "Duracion": "04:31",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2714906122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.5443927-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "21 What Is and What Should Never Be (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\21 What Is and What Should Never Be (Remaster).mp3",
- "Duracion": "04:46",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2863281632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.6487201-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "22 Houses of the Holy (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\22 Houses of the Holy (Remaster).mp3",
- "Duracion": "04:04",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2447412244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.7310537-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "23 Since I've Been Loving You (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\23 Since I've Been Loving You (Remaster).mp3",
- "Duracion": "07:24",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 4442383673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.7714153-03:00"
- },
- {
- "Numero": "24",
- "Titulo": "24 Misty Mountain Hop (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\24 Misty Mountain Hop (Remaster).mp3",
- "Duracion": "04:38",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2789355102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.8351992-03:00"
- },
- {
- "Numero": "25",
- "Titulo": "25 Communication Breakdown (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\25 Communication Breakdown (Remaster).mp3",
- "Duracion": "02:30",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 1502563265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.8798393-03:00"
- },
- {
- "Numero": "26",
- "Titulo": "26 Thank You (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\26 Thank You (Remaster).mp3",
- "Duracion": "04:49",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2895673469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.9040367-03:00"
- },
- {
- "Numero": "27",
- "Titulo": "27 No Quarter (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\27 No Quarter (Remaster).mp3",
- "Duracion": "07:02",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 4225828571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.9281086-03:00"
- },
- {
- "Numero": "28",
- "Titulo": "28 Trampled Under Foot (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\28 Trampled Under Foot (Remaster).mp3",
- "Duracion": "05:36",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 3368489795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.9629966-03:00"
- },
- {
- "Numero": "29",
- "Titulo": "29 I Can't Quit You Baby (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\29 I Can't Quit You Baby (Remaster).mp3",
- "Duracion": "04:42",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2827755102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:01.9983101-03:00"
- },
- {
- "Numero": "30",
- "Titulo": "30 In the Evening (Remaster)",
- "Artista": "LED ZEPPELIN",
- "Album": "LED ZEPPELIN X LED ZEPPELIN",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\Led Zeppelin x Led Zeppelin\\30 In the Evening (Remaster).mp3",
- "Duracion": "06:54",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 4140146938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.0201126-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Achilles Last Stand",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Achilles Last Stand (Remaster).mp3",
- "Duracion": "10:47",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 6471266666,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.060951-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "All My Love",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\All My Love (Remaster).mp3",
- "Duracion": "06:05",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 3650577564,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.0865485-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Babe I'm Gonna Leave You",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Babe I'm Gonna Leave You (Remaster).mp3",
- "Duracion": "06:53",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 4133106410,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.1508019-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Black Dog",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Black Dog (Remaster).mp3",
- "Duracion": "05:03",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 3031141025,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.1777885-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Communication Breakdown",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Communication Breakdown (Remaster).mp3",
- "Duracion": "02:32",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 1524344230,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.2041654-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "D'yer Mak'er",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\D'yer Mak'er (Remaster).mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2695701923,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.2388294-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Dazed and Confused",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Dazed and Confused (Remaster).mp3",
- "Duracion": "06:38",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 3984677564,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.2808888-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Good Times Bad Times",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Good Times Bad Times (Remaster).mp3",
- "Duracion": "02:52",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 1720999358,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.3305426-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Heartbreaker",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Heartbreaker (Remaster).mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2620951282,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.3600232-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Houses of the Holy",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Houses of the Holy (Remaster).mp3",
- "Duracion": "04:11",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2510299358,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.3956239-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Immigrant Song",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Immigrant Song (Remaster).mp3",
- "Duracion": "02:30",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 1505321794,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.4435954-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "In the Evening",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\In the Evening (Remaster).mp3",
- "Duracion": "07:04",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 4246169871,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.4765833-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Kashmir",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Kashmir (Remaster).mp3",
- "Duracion": "08:50",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 5304463461,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.5133932-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "No Quarter",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\No Quarter (Remaster).mp3",
- "Duracion": "07:13",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 4335923717,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.5477439-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Nobody's Fault but Mine",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Nobody's Fault but Mine (Remaster).mp3",
- "Duracion": "06:38",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 3987892307,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.5804307-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Over the Hills and Far Away",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Over the Hills and Far Away (Remaster).mp3",
- "Duracion": "04:58",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2984254487,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.6102603-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Ramble On",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Ramble On (Remaster).mp3",
- "Duracion": "04:35",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2758395512,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.6402469-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "Rock and Roll",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Rock and Roll (Remaster).mp3",
- "Duracion": "03:46",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2265953846,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.6658072-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "Since I've Been Loving You",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Since I've Been Loving You (Remaster).mp3",
- "Duracion": "07:36",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 4562585897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.6926168-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "Stairway to Heaven",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Stairway to Heaven (Remaster).mp3",
- "Duracion": "08:17",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 4975187179,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.7184544-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "The Song Remains the Same",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\The Song Remains the Same (Remaster).mp3",
- "Duracion": "05:39",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 3399266666,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.747887-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "Trampled Under Foot",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Trampled Under Foot (Remaster).mp3",
- "Duracion": "05:45",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 3453386538,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.7715123-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "When the Levee Breaks",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\When the Levee Breaks (Remaster).mp3",
- "Duracion": "07:21",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 4414157051,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.794936-03:00"
- },
- {
- "Numero": "24",
- "Titulo": "Whole Lotta Love",
- "Artista": "LED ZEPPELIN",
- "Album": "MOTHERSHIP",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\LED ZEPPELIN\\MOTHERSHIP\\Whole Lotta Love (Remaster).mp3",
- "Duracion": "05:38",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 3382655128,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.8196031-03:00"
- },
- {
- "Numero": "",
- "Titulo": "01 Papercut",
- "Artista": "LINKIN PARK",
- "Album": "HYBRID THEORY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Hybrid Theory\\01 Papercut.mp3",
- "Duracion": "03:04",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1849730612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.8418876-03:00"
- },
- {
- "Numero": "",
- "Titulo": "02 One Step Closer",
- "Artista": "LINKIN PARK",
- "Album": "HYBRID THEORY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Hybrid Theory\\02 One Step Closer.mp3",
- "Duracion": "02:37",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1574138775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.8618873-03:00"
- },
- {
- "Numero": "",
- "Titulo": "03 With You",
- "Artista": "LINKIN PARK",
- "Album": "HYBRID THEORY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Hybrid Theory\\03 With You.mp3",
- "Duracion": "03:23",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2033632653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.9049878-03:00"
- },
- {
- "Numero": "",
- "Titulo": "04 Points of Authority",
- "Artista": "LINKIN PARK",
- "Album": "HYBRID THEORY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Hybrid Theory\\04 Points of Authority.mp3",
- "Duracion": "03:20",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2003330612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:02.9692987-03:00"
- },
- {
- "Numero": "",
- "Titulo": "05 Crawling",
- "Artista": "LINKIN PARK",
- "Album": "HYBRID THEORY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Hybrid Theory\\05 Crawling.mp3",
- "Duracion": "03:29",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2090318367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.0135329-03:00"
- },
- {
- "Numero": "",
- "Titulo": "06 Runaway",
- "Artista": "LINKIN PARK",
- "Album": "HYBRID THEORY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Hybrid Theory\\06 Runaway.mp3",
- "Duracion": "03:04",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1840587755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.0305503-03:00"
- },
- {
- "Numero": "",
- "Titulo": "07 By Myself",
- "Artista": "LINKIN PARK",
- "Album": "HYBRID THEORY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Hybrid Theory\\07 By Myself.mp3",
- "Duracion": "03:09",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1898840816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.0481863-03:00"
- },
- {
- "Numero": "",
- "Titulo": "08 In the End",
- "Artista": "LINKIN PARK",
- "Album": "HYBRID THEORY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Hybrid Theory\\08 In the End.mp3",
- "Duracion": "03:36",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2169469387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.0708506-03:00"
- },
- {
- "Numero": "",
- "Titulo": "09 A Place for My Head",
- "Artista": "LINKIN PARK",
- "Album": "HYBRID THEORY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Hybrid Theory\\09 A Place for My Head.mp3",
- "Duracion": "03:04",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1847379591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.0913217-03:00"
- },
- {
- "Numero": "",
- "Titulo": "10 Forgotten",
- "Artista": "LINKIN PARK",
- "Album": "HYBRID THEORY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Hybrid Theory\\10 Forgotten.mp3",
- "Duracion": "03:14",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1945077551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.1133561-03:00"
- },
- {
- "Numero": "",
- "Titulo": "11 Cure for the Itch",
- "Artista": "LINKIN PARK",
- "Album": "HYBRID THEORY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Hybrid Theory\\11 Cure for the Itch.mp3",
- "Duracion": "02:37",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1572048979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.1356002-03:00"
- },
- {
- "Numero": "",
- "Titulo": "12 Pushing Me Away",
- "Artista": "LINKIN PARK",
- "Album": "HYBRID THEORY",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Hybrid Theory\\12 Pushing Me Away.mp3",
- "Duracion": "03:11",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1915297959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.1607462-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Foreword",
- "Artista": "LINKIN PARK",
- "Album": "METEORA",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Meteora\\01 Foreword.mp3",
- "Duracion": "13",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 134791836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.1805429-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Don't Stay",
- "Artista": "LINKIN PARK",
- "Album": "METEORA",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Meteora\\02 Don't Stay.mp3",
- "Duracion": "03:07",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 1879771428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.201089-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Somewhere I Belon...",
- "Artista": "LINKIN PARK",
- "Album": "METEORA",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Meteora\\03 Somewhere I Belong.mp3",
- "Duracion": "03:34",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2140212244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.2210607-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Lying from You",
- "Artista": "LINKIN PARK",
- "Album": "METEORA",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Meteora\\04 Lying from You.mp3",
- "Duracion": "02:55",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 1754644897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.2415004-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Hit the Floor",
- "Artista": "LINKIN PARK",
- "Album": "METEORA",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Meteora\\05 Hit the Floor.mp3",
- "Duracion": "02:44",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 1642579591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.261178-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Easier to Run",
- "Artista": "LINKIN PARK",
- "Album": "METEORA",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Meteora\\06 Easier to Run.mp3",
- "Duracion": "03:24",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2042514285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.2783926-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Faint",
- "Artista": "LINKIN PARK",
- "Album": "METEORA",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Meteora\\07 Faint.mp3",
- "Duracion": "02:42",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 1626906122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.2970215-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Figure.09",
- "Artista": "LINKIN PARK",
- "Album": "METEORA",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Meteora\\08 Figure.09.mp3",
- "Duracion": "03:17",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 1975118367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.3154242-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Breaking the Habi...",
- "Artista": "LINKIN PARK",
- "Album": "METEORA",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Meteora\\09 Breaking the Habit.mp3",
- "Duracion": "03:16",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 1969893877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.3337217-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "From the Inside",
- "Artista": "LINKIN PARK",
- "Album": "METEORA",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Meteora\\10 From the Inside.mp3",
- "Duracion": "02:53",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 1739755102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.3537464-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Nobody's Listenin...",
- "Artista": "LINKIN PARK",
- "Album": "METEORA",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Meteora\\11 Nobody's Listening.mp3",
- "Duracion": "02:58",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 1788865306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.3698812-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Session",
- "Artista": "LINKIN PARK",
- "Album": "METEORA",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Meteora\\12 Session.mp3",
- "Duracion": "02:23",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 1438302040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.3879795-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Numb",
- "Artista": "LINKIN PARK",
- "Album": "METEORA",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\Meteora\\13 Numb.mp3",
- "Duracion": "03:05",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 1856783673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.4022917-03:00"
- },
- {
- "Numero": "",
- "Titulo": "01 Nobody Can Save Me",
- "Artista": "LINKIN PARK",
- "Album": "ONE MORE LIGHT",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\One More light\\01 Nobody Can Save Me.mp3",
- "Duracion": "03:45",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2256457142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.4175955-03:00"
- },
- {
- "Numero": "",
- "Titulo": "02 Good Goodbye (feat. Pusha T and Stormzy)",
- "Artista": "LINKIN PARK",
- "Album": "ONE MORE LIGHT",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\One More light\\02 Good Goodbye (feat. Pusha T and Stormzy).mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2115134693,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.4322092-03:00"
- },
- {
- "Numero": "",
- "Titulo": "03 Talking to Myself",
- "Artista": "LINKIN PARK",
- "Album": "ONE MORE LIGHT",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\One More light\\03 Talking to Myself.mp3",
- "Duracion": "03:51",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2313926530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.4501792-03:00"
- },
- {
- "Numero": "",
- "Titulo": "04 Battle Symphony",
- "Artista": "LINKIN PARK",
- "Album": "ONE MORE LIGHT",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\One More light\\04 Battle Symphony.mp3",
- "Duracion": "03:36",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2163722448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.4668767-03:00"
- },
- {
- "Numero": "",
- "Titulo": "05 Invisible",
- "Artista": "LINKIN PARK",
- "Album": "ONE MORE LIGHT",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\One More light\\05 Invisible.mp3",
- "Duracion": "03:34",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2144391836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.4791809-03:00"
- },
- {
- "Numero": "",
- "Titulo": "06 Heavy (feat. Kiiara)",
- "Artista": "LINKIN PARK",
- "Album": "ONE MORE LIGHT",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\One More light\\06 Heavy (feat. Kiiara).mp3",
- "Duracion": "02:49",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 1699004081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.4977312-03:00"
- },
- {
- "Numero": "",
- "Titulo": "07 Sorry for Now",
- "Artista": "LINKIN PARK",
- "Album": "ONE MORE LIGHT",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\One More light\\07 Sorry for Now.mp3",
- "Duracion": "03:23",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2037551020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.5182506-03:00"
- },
- {
- "Numero": "",
- "Titulo": "08 Halfway Right",
- "Artista": "LINKIN PARK",
- "Album": "ONE MORE LIGHT",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\One More light\\08 Halfway Right.mp3",
- "Duracion": "03:37",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2171559183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.5372526-03:00"
- },
- {
- "Numero": "",
- "Titulo": "09 One More Light",
- "Artista": "LINKIN PARK",
- "Album": "ONE MORE LIGHT",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\One More light\\09 One More Light.mp3",
- "Duracion": "04:15",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2551640816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.5610487-03:00"
- },
- {
- "Numero": "",
- "Titulo": "10 Sharp Edges",
- "Artista": "LINKIN PARK",
- "Album": "ONE MORE LIGHT",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Linkin Park\\One More light\\10 Sharp Edges.mp3",
- "Duracion": "02:58",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 1782857142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.5822513-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Al Atardecer",
- "Artista": "LOS PIOJOS",
- "Album": "3 ARCO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\3 Arco\\Al Atardecer.mp3",
- "Duracion": "04:47",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2873208163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.6029134-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Don't Say Tomorrow",
- "Artista": "LOS PIOJOS",
- "Album": "3 ARCO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\3 Arco\\Don't Say Tomorrow.mp3",
- "Duracion": "03:42",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2223804081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.6294065-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "El Farolito",
- "Artista": "LOS PIOJOS",
- "Album": "3 ARCO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\3 Arco\\El Farolito.mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2540146938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.6569715-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Esquina Libertad",
- "Artista": "LOS PIOJOS",
- "Album": "3 ARCO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\3 Arco\\Esquina Libertad.mp3",
- "Duracion": "04:41",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2811559183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.6773594-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Gris",
- "Artista": "LOS PIOJOS",
- "Album": "3 ARCO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\3 Arco\\Gris.mp3",
- "Duracion": "05:09",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 3097600000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.7008593-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Intro Marado",
- "Artista": "LOS PIOJOS",
- "Album": "3 ARCO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\3 Arco\\Intro Marado.mp3",
- "Duracion": "48",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 487183673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.7232518-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Marado",
- "Artista": "LOS PIOJOS",
- "Album": "3 ARCO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\3 Arco\\Marado.mp3",
- "Duracion": "04:02",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2429910204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.7465258-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Muévelo",
- "Artista": "LOS PIOJOS",
- "Album": "3 ARCO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\3 Arco\\Muévelo.mp3",
- "Duracion": "04:21",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2612244897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.7693487-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Que Decís",
- "Artista": "LOS PIOJOS",
- "Album": "3 ARCO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\3 Arco\\Que Decís.mp3",
- "Duracion": "04:27",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2677551020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.7903421-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Shup Shup",
- "Artista": "LOS PIOJOS",
- "Album": "3 ARCO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\3 Arco\\Shup Shup.mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2114873469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.8105037-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Taxi Boy",
- "Artista": "LOS PIOJOS",
- "Album": "3 ARCO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\3 Arco\\Taxi Boy.mp3",
- "Duracion": "04:09",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2493126530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.8356398-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Todo Pasa",
- "Artista": "LOS PIOJOS",
- "Album": "3 ARCO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\3 Arco\\Todo Pasa.mp3",
- "Duracion": "05:38",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 3381028571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.8589563-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Verano del 92",
- "Artista": "LOS PIOJOS",
- "Album": "3 ARCO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\3 Arco\\Verano del 92.mp3",
- "Duracion": "07:11",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 4310465306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.8852126-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Ando Ganas (Llora Llora)",
- "Artista": "LOS PIOJOS",
- "Album": "AY AY AY",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\ay ay ay\\Ando Ganas (Llora Llora).mp3",
- "Duracion": "05:30",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 3309191836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.908525-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Angelito",
- "Artista": "LOS PIOJOS",
- "Album": "AY AY AY",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\ay ay ay\\Angelito.mp3",
- "Duracion": "05:30",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 3302138775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.9270299-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Arco II",
- "Artista": "LOS PIOJOS",
- "Album": "AY AY AY",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\ay ay ay\\Arco II.mp3",
- "Duracion": "02:24",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 1445616326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.9420349-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Arco",
- "Artista": "LOS PIOJOS",
- "Album": "AY AY AY",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\ay ay ay\\Arco.mp3",
- "Duracion": "04:10",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2509583673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.9659509-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Ay Ay Ay",
- "Artista": "LOS PIOJOS",
- "Album": "AY AY AY",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\ay ay ay\\Ay Ay Ay.mp3",
- "Duracion": "05:19",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 3190073469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:03.9873021-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Es Sentir",
- "Artista": "LOS PIOJOS",
- "Album": "AY AY AY",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\ay ay ay\\Es Sentir.mp3",
- "Duracion": "04:28",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2684865306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.0069706-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Fumigator",
- "Artista": "LOS PIOJOS",
- "Album": "AY AY AY",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\ay ay ay\\Fumigator.mp3",
- "Duracion": "04:31",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2714122448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.0242479-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Manise",
- "Artista": "LOS PIOJOS",
- "Album": "AY AY AY",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\ay ay ay\\Manise.mp3",
- "Duracion": "03:53",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2334824489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.0412815-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Muy Despacito",
- "Artista": "LOS PIOJOS",
- "Album": "AY AY AY",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\ay ay ay\\Muy Despacito.mp3",
- "Duracion": "06:02",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 3628146938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.0590748-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Pistolas",
- "Artista": "LOS PIOJOS",
- "Album": "AY AY AY",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\ay ay ay\\Pistolas.mp3",
- "Duracion": "04:55",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2953404081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.0760766-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Te Diría",
- "Artista": "LOS PIOJOS",
- "Album": "AY AY AY",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\ay ay ay\\Te Diría.mp3",
- "Duracion": "05:16",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 3168391836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.0934836-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Ximenita",
- "Artista": "LOS PIOJOS",
- "Album": "AY AY AY",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\ay ay ay\\Ximenita.mp3",
- "Duracion": "01:51",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 1118302040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.1092556-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "A Ver Cuando",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\A Ver Cuando.mp3",
- "Duracion": "05:00",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 3007477551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.124876-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Agua",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\Agua.mp3",
- "Duracion": "05:00",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 3000163265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.1434959-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Buenos Tiempos",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\Buenos Tiempos.mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2408489795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.160317-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Desde Lejos No Se Ve",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\Desde Lejos No Se Ve.mp3",
- "Duracion": "04:41",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2818089795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.1829413-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "El Balneario de los Doctores Crotos",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\El Balneario de los Doctores Crotos.mp3",
- "Duracion": "04:04",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2441404081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.199872-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "El Rey del Blues",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\El Rey del Blues.mp3",
- "Duracion": "04:03",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2439575510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.2184079-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Finale",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\Finale.mp3",
- "Duracion": "01:27",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 870922448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.2539621-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Genius",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\Genius.mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2547200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.272737-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Go Negro Go",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\Go Negro Go.mp3",
- "Duracion": "05:08",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 3080620408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.2900512-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Murguita",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\Murguita.mp3",
- "Duracion": "03:32",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2121404081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.3108687-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Olvidate",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\Olvidate.mp3",
- "Duracion": "04:17",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2576457142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.3267916-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Quemado",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\Quemado.mp3",
- "Duracion": "05:41",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 3418122448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.3431232-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Sucio Can",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\Sucio Can.mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2119836734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.3577559-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Uoh Pa Pa Pa",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\Uoh Pa Pa Pa.mp3",
- "Duracion": "03:05",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 1854432653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.3737195-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Vals Inicial",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\Vals Inicial.mp3",
- "Duracion": "06:00",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 3606204081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.3938728-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Y Quemás",
- "Artista": "LOS PIOJOS",
- "Album": "AZUL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Azul\\Y Quemás.mp3",
- "Duracion": "04:52",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2924930612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.4097039-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Blues del Traje Gris",
- "Artista": "LOS PIOJOS",
- "Album": "CHAC TO CHAC",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Chac to Chac\\Blues del Traje Gris.mp3",
- "Duracion": "02:55",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 1753600000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.4240409-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Cancheros",
- "Artista": "LOS PIOJOS",
- "Album": "CHAC TO CHAC",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Chac to Chac\\Cancheros.mp3",
- "Duracion": "04:52",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2921795918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.4380279-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Chac Tu Chac",
- "Artista": "LOS PIOJOS",
- "Album": "CHAC TO CHAC",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Chac to Chac\\Chac Tu Chac.mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2186187755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.4552789-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Cruel",
- "Artista": "LOS PIOJOS",
- "Album": "CHAC TO CHAC",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Chac to Chac\\Cruel.mp3",
- "Duracion": "04:06",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2464391836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.4730629-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Llevátelo",
- "Artista": "LOS PIOJOS",
- "Album": "CHAC TO CHAC",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Chac to Chac\\Llevátelo.mp3",
- "Duracion": "05:35",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 3356473469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.4881105-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Los Mocosos",
- "Artista": "LOS PIOJOS",
- "Album": "CHAC TO CHAC",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Chac to Chac\\Los Mocosos.mp3",
- "Duracion": "05:00",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 3007477551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.503899-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Pega Pega",
- "Artista": "LOS PIOJOS",
- "Album": "CHAC TO CHAC",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Chac to Chac\\Pega Pega.mp3",
- "Duracion": "03:40",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2208130612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.5198942-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Siempre Bajando",
- "Artista": "LOS PIOJOS",
- "Album": "CHAC TO CHAC",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Chac to Chac\\Siempre Bajando.mp3",
- "Duracion": "04:47",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2872163265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.5371354-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Tan Solo",
- "Artista": "LOS PIOJOS",
- "Album": "CHAC TO CHAC",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Chac to Chac\\Tan Solo.mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "1992",
- "EstadoColor": "White",
- "DuracionLong": 2401175510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.5497065-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Basta de Penas",
- "Artista": "LOS PIOJOS",
- "Album": "CIVILIZACION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Civilizacion\\Basta de Penas.mp3",
- "Duracion": "04:10",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2505665306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.5655298-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Bicho de Ciudad",
- "Artista": "LOS PIOJOS",
- "Album": "CIVILIZACION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Civilizacion\\Bicho de Ciudad.mp3",
- "Duracion": "05:20",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 3208359183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.5815893-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Buenos Días Palomar",
- "Artista": "LOS PIOJOS",
- "Album": "CIVILIZACION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Civilizacion\\Buenos Días Palomar.mp3",
- "Duracion": "05:56",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 3562840816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.595914-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Civilización",
- "Artista": "LOS PIOJOS",
- "Album": "CIVILIZACION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Civilizacion\\Civilización.mp3",
- "Duracion": "04:25",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2656130612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.6156069-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Cruces y Flores",
- "Artista": "LOS PIOJOS",
- "Album": "CIVILIZACION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Civilizacion\\Cruces y Flores.mp3",
- "Duracion": "03:47",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2277877551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.6302702-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Difícil",
- "Artista": "LOS PIOJOS",
- "Album": "CIVILIZACION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Civilizacion\\Difícil.mp3",
- "Duracion": "05:09",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 3091853061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.6461526-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Hoy Es Hoy",
- "Artista": "LOS PIOJOS",
- "Album": "CIVILIZACION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Civilizacion\\Hoy Es Hoy.mp3",
- "Duracion": "04:27",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2673110204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.6651111-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Manjar",
- "Artista": "LOS PIOJOS",
- "Album": "CIVILIZACION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Civilizacion\\Manjar.mp3",
- "Duracion": "04:32",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2720914285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.6818695-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Pacífico",
- "Artista": "LOS PIOJOS",
- "Album": "CIVILIZACION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Civilizacion\\Pacífico.mp3",
- "Duracion": "04:42",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2829844897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.7124938-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Pollo Viejo",
- "Artista": "LOS PIOJOS",
- "Album": "CIVILIZACION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Civilizacion\\Pollo Viejo.mp3",
- "Duracion": "04:36",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2762710204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.7302816-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Salitral",
- "Artista": "LOS PIOJOS",
- "Album": "CIVILIZACION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Civilizacion\\Salitral.mp3",
- "Duracion": "03:52",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2327771428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.7522584-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Un Buen Día",
- "Artista": "LOS PIOJOS",
- "Album": "CIVILIZACION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Civilizacion\\Un Buen Día.mp3",
- "Duracion": "03:02",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 1823608163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.7740183-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Unbekannt",
- "Artista": "LOS PIOJOS",
- "Album": "CIVILIZACION",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Civilizacion\\Unbekannt.mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2696097959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.7913803-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Al desierto",
- "Artista": "LOS PIOJOS",
- "Album": "MAQUINA DE SANGRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Maquina de sangre\\Los Piojos - Al desierto (Con letra).mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2485650641,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.8114899-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Amor de perros",
- "Artista": "LOS PIOJOS",
- "Album": "MAQUINA DE SANGRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Maquina de sangre\\Los Piojos - Amor de perros (Con letra).mp3",
- "Duracion": "04:30",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2703203846,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.8363576-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Canción de cuna",
- "Artista": "LOS PIOJOS",
- "Album": "MAQUINA DE SANGRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Maquina de sangre\\Los Piojos - Canción de cuna (Con letra).mp3",
- "Duracion": "05:49",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3497326282,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.8559638-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Como Alí",
- "Artista": "LOS PIOJOS",
- "Album": "MAQUINA DE SANGRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Maquina de sangre\\Los Piojos - Como Alí (Con letra).mp3",
- "Duracion": "03:37",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2171645512,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.8745041-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Dientes de cordero",
- "Artista": "LOS PIOJOS",
- "Album": "MAQUINA DE SANGRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Maquina de sangre\\Los Piojos - Dientes de cordero (Con letra).mp3",
- "Duracion": "05:00",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3007563461,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.8982709-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Entrando en tu Ciudad",
- "Artista": "LOS PIOJOS",
- "Album": "MAQUINA DE SANGRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Maquina de sangre\\Los Piojos - Entrando en tu Ciudad (Con letra).mp3",
- "Duracion": "03:50",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2301855769,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.9178721-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Fantasma",
- "Artista": "LOS PIOJOS",
- "Album": "MAQUINA DE SANGRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Maquina de sangre\\Los Piojos - Fantasma (Con letra).mp3",
- "Duracion": "05:12",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3126789102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.9382345-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Guadalupe",
- "Artista": "LOS PIOJOS",
- "Album": "MAQUINA DE SANGRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Maquina de sangre\\Los Piojos - Guadalupe (Con letra).mp3",
- "Duracion": "04:48",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2881104487,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.9547208-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Langostas",
- "Artista": "LOS PIOJOS",
- "Album": "MAQUINA DE SANGRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Maquina de sangre\\Los Piojos - Langostas (Con letra).mp3",
- "Duracion": "06:57",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 4171419230,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.973098-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Motumbo",
- "Artista": "LOS PIOJOS",
- "Album": "MAQUINA DE SANGRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Maquina de sangre\\Los Piojos - Motumbo (Con letra).mp3",
- "Duracion": "03:43",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2231392307,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:04.9908014-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "No pares",
- "Artista": "LOS PIOJOS",
- "Album": "MAQUINA DE SANGRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Maquina de sangre\\Los Piojos - No pares (Con letra).mp3",
- "Duracion": "05:11",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3115268589,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.0049689-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Solo y en paz",
- "Artista": "LOS PIOJOS",
- "Album": "MAQUINA DE SANGRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Maquina de sangre\\Los Piojos - Solo y en paz (Con letra).mp3",
- "Duracion": "04:17",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2570314102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.0243021-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Sudestada",
- "Artista": "LOS PIOJOS",
- "Album": "MAQUINA DE SANGRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Maquina de sangre\\Los Piojos - Sudestada (Con letra).mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2480292307,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.0425471-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Maquina de Sangre",
- "Artista": "LOS PIOJOS",
- "Album": "MAQUINA DE SANGRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Maquina de sangre\\Maquina de Sangre (2003) - Los Piojos.mp3",
- "Duracion": "03",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 31748076,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.0553934-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Fijate",
- "Artista": "LOS PIOJOS",
- "Album": "VERDE PAISAJE AL INFIERNO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Verde Paisaje al Infierno\\Fijate.mp3",
- "Duracion": "03:52",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2328293877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.0713207-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Globalización",
- "Artista": "LOS PIOJOS",
- "Album": "VERDE PAISAJE AL INFIERNO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Verde Paisaje al Infierno\\Globalización.mp3",
- "Duracion": "03:43",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2232163265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.0873662-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Labios de Seda",
- "Artista": "LOS PIOJOS",
- "Album": "VERDE PAISAJE AL INFIERNO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Verde Paisaje al Infierno\\Labios de Seda.mp3",
- "Duracion": "04:10",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2503836734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.1062009-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Luz de Marfil",
- "Artista": "LOS PIOJOS",
- "Album": "VERDE PAISAJE AL INFIERNO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Verde Paisaje al Infierno\\Luz de Marfil.mp3",
- "Duracion": "05:24",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 3248587755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.1242827-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "María y José",
- "Artista": "LOS PIOJOS",
- "Album": "VERDE PAISAJE AL INFIERNO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Verde Paisaje al Infierno\\María y José.mp3",
- "Duracion": "04:38",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2781779591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.1385755-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Media Caña",
- "Artista": "LOS PIOJOS",
- "Album": "VERDE PAISAJE AL INFIERNO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Verde Paisaje al Infierno\\Media Caña.mp3",
- "Duracion": "05:15",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 3150106122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.156029-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Merecido",
- "Artista": "LOS PIOJOS",
- "Album": "VERDE PAISAJE AL INFIERNO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Verde Paisaje al Infierno\\Merecido.mp3",
- "Duracion": "04:13",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2536228571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.1727851-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Mi Babe",
- "Artista": "LOS PIOJOS",
- "Album": "VERDE PAISAJE AL INFIERNO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Verde Paisaje al Infierno\\Mi Babe.mp3",
- "Duracion": "04:42",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2825665306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.1884508-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Morella",
- "Artista": "LOS PIOJOS",
- "Album": "VERDE PAISAJE AL INFIERNO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Verde Paisaje al Infierno\\Morella.mp3",
- "Duracion": "04:12",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2526563265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.2038077-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Ruleta",
- "Artista": "LOS PIOJOS",
- "Album": "VERDE PAISAJE AL INFIERNO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Verde Paisaje al Infierno\\Ruleta.mp3",
- "Duracion": "04:16",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2564702040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.2252553-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "San Jauretche",
- "Artista": "LOS PIOJOS",
- "Album": "VERDE PAISAJE AL INFIERNO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Verde Paisaje al Infierno\\San Jauretche.mp3",
- "Duracion": "05:00",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 3009567346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.2480455-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Vine Hasta Aquí",
- "Artista": "LOS PIOJOS",
- "Album": "VERDE PAISAJE AL INFIERNO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Los Piojos\\Verde Paisaje al Infierno\\Vine Hasta Aquí.mp3",
- "Duracion": "04:38",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2784653061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.2680722-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "The Ballad of Curtis...",
- "Artista": "LYNYRD SKYNYRD",
- "Album": "BEST LYNYRD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Lynyrd Skynyrd\\01 Lynyrd Skynyrd-The Ballad of Curtis Loew.mp3",
- "Duracion": "04:51",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2914742857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.2856815-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Gimme Three Steps...",
- "Artista": "LYNYRD SKYNYRD",
- "Album": "BEST LYNYRD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Lynyrd Skynyrd\\03 Gimme Three Steps-Lynyrd Skynyrd.mp3",
- "Duracion": "04:30",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2705240816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.3032991-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Don't ask me no que...",
- "Artista": "LYNYRD SKYNYRD",
- "Album": "BEST LYNYRD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Lynyrd Skynyrd\\04 Lynyrd Skynyrd - Don't ask me no questions.mp3",
- "Duracion": "03:26",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2062628571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.3229467-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "On The Hunt",
- "Artista": "LYNYRD SKYNYRD",
- "Album": "BEST LYNYRD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Lynyrd Skynyrd\\05 On The Hunt - Lynyrd Skynyrd.mp3",
- "Duracion": "05:27",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3277061224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.3397806-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "I need you",
- "Artista": "LYNYRD SKYNYRD",
- "Album": "BEST LYNYRD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Lynyrd Skynyrd\\07 Lynyrd Skynyrd - I need you.mp3",
- "Duracion": "06:53",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 4135706122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.3547112-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "I Know A Little b...",
- "Artista": "LYNYRD SKYNYRD",
- "Album": "BEST LYNYRD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Lynyrd Skynyrd\\08 I Know A Little by Lynyrd Skynyrd.mp3",
- "Duracion": "03:29",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2090840816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.3731692-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "What's Your Name",
- "Artista": "LYNYRD SKYNYRD",
- "Album": "BEST LYNYRD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Lynyrd Skynyrd\\10 Lynyrd Skynyrd - What's Your Name.mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2116702040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.389495-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Was I Right or Wrong",
- "Artista": "LYNYRD SKYNYRD",
- "Album": "BEST LYNYRD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Lynyrd Skynyrd\\12 Lynyrd Skynyrd- Was I Right or Wrong.mp3",
- "Duracion": "05:25",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3250155102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.4061945-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Simple Man",
- "Artista": "LYNYRD SKYNYRD",
- "Album": "BEST LYNYRD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Lynyrd Skynyrd\\13 Simple Man - Lynyrd Skynyrd - Lyrics HD.mp3",
- "Duracion": "05:50",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3501453061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.4229209-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Free Bird",
- "Artista": "LYNYRD SKYNYRD",
- "Album": "BEST LYNYRD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Lynyrd Skynyrd\\14 Free Bird.mp3",
- "Duracion": "09:07",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 5471869387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.4432205-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Sweet Home Alabam...",
- "Artista": "LYNYRD SKYNYRD",
- "Album": "BEST LYNYRD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Lynyrd Skynyrd\\15 Sweet Home Alabama.mp3",
- "Duracion": "04:44",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2842906122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.4611275-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Enter Sandman",
- "Artista": "METALLICA",
- "Album": "BLACK",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Black\\01 Enter Sandman.m4a",
- "Duracion": "05:31",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3315810000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.4791894-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Sad But True",
- "Artista": "METALLICA",
- "Album": "BLACK",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Black\\02 Sad But True.m4a",
- "Duracion": "05:27",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3278660000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.4978791-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Holier Than Thou",
- "Artista": "METALLICA",
- "Album": "BLACK",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Black\\03 Holier Than Thou.m4a",
- "Duracion": "03:47",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2277420000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.5143611-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "The Unforgiven",
- "Artista": "METALLICA",
- "Album": "BLACK",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Black\\04 The Unforgiven.m4a",
- "Duracion": "06:27",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3871240000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.5289882-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Wherever I May Roam",
- "Artista": "METALLICA",
- "Album": "BLACK",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Black\\05 Wherever I May Roam.m4a",
- "Duracion": "06:44",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 4042600000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.5473809-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Don't Tread On Me",
- "Artista": "METALLICA",
- "Album": "BLACK",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Black\\06 Don't Tread On Me.m4a",
- "Duracion": "04:00",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2402810000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.5646931-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Through The Never",
- "Artista": "METALLICA",
- "Album": "BLACK",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Black\\07 Through The Never.m4a",
- "Duracion": "04:04",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2444140000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.5817098-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Nothing Else Matters",
- "Artista": "METALLICA",
- "Album": "BLACK",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Black\\08 Nothing Else Matters.m4a",
- "Duracion": "06:28",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3887260000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.6102827-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Of Wolf And Man",
- "Artista": "METALLICA",
- "Album": "BLACK",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Black\\09 Of Wolf And Man.m4a",
- "Duracion": "04:16",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2566040000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.6391283-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "The God That Failed",
- "Artista": "METALLICA",
- "Album": "BLACK",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Black\\10 The God That Failed.m4a",
- "Duracion": "05:08",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3085240000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.6568449-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "My Friend Of Misery",
- "Artista": "METALLICA",
- "Album": "BLACK",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Black\\11 My Friend Of Misery.m4a",
- "Duracion": "06:49",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 4096470000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.6713653-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "The Struggle Within",
- "Artista": "METALLICA",
- "Album": "BLACK",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Black\\12 The Struggle Within.m4a",
- "Duracion": "03:53",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2338950000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.6888523-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "001 Hit The Lights (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\001 Hit The Lights (Remastered).mp3",
- "Duracion": "04:15",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2558955102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.7035999-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "002 The Four Horsemen (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\002 The Four Horsemen (Remastered).mp3",
- "Duracion": "07:12",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4325877551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.7212465-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "003 Motorbreath (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\003 Motorbreath (Remastered).mp3",
- "Duracion": "03:07",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1878987755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.7369884-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "004 Jump In The Fire (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\004 Jump In The Fire (Remastered).mp3",
- "Duracion": "04:41",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2813126530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.7516555-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "005 [Anesthesia] --Pulling Teeth (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\005 [Anesthesia] --Pulling Teeth (Remastered).mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2545893877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.770223-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "006 Whiplash (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\006 Whiplash (Remastered).mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2485551020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.7862407-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "007 Phantom Lord (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\007 Phantom Lord (Remastered).mp3",
- "Duracion": "05:01",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3013485714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.804197-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "008 No Remorse (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\008 No Remorse (Remastered).mp3",
- "Duracion": "06:26",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3866122448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.8203674-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "009 Seek & Destroy (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\009 Seek & Destroy (Remastered).mp3",
- "Duracion": "06:54",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4147722448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.841362-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "010 Metal Militia (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\010 Metal Militia (Remastered).mp3",
- "Duracion": "05:11",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3114840816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.8590941-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "011 Fight Fire With Fire (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\011 Fight Fire With Fire (Remastered).mp3",
- "Duracion": "04:44",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2845257142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.8739259-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "012 Ride The Lightning (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\012 Ride The Lightning (Remastered).mp3",
- "Duracion": "06:37",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3970089795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.8881713-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "013 For Whom The Bell Tolls (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\013 For Whom The Bell Tolls (Remastered).mp3",
- "Duracion": "05:09",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3099951020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.9028032-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "015 Trapped Under Ice (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\015 Trapped Under Ice (Remastered).mp3",
- "Duracion": "04:04",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2440881632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.917198-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "016 Escape (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\016 Escape (Remastered).mp3",
- "Duracion": "04:23",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2638889795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.9334152-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "017 Creeping Death (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\017 Creeping Death (Remastered).mp3",
- "Duracion": "06:35",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3957289795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.9488148-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "018 The Call Of Ktulu (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\018 The Call Of Ktulu (Remastered).mp3",
- "Duracion": "08:53",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5335510204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.9636682-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "019 Battery (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\019 Battery (Remastered).mp3",
- "Duracion": "05:12",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3124244897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.9803528-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "020 Master Of Puppets (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\020 Master Of Puppets (Remastered).mp3",
- "Duracion": "08:35",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5153959183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:05.9977391-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "021 The Thing That Should Not Be (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\021 The Thing That Should Not Be (Remastered).mp3",
- "Duracion": "06:36",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3961208163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.0141885-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "022 Welcome Home (Sanitarium) (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\022 Welcome Home (Sanitarium) (Remastered).mp3",
- "Duracion": "06:27",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3872391836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.0306477-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "023 Disposable Heroes (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\023 Disposable Heroes (Remastered).mp3",
- "Duracion": "08:16",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4966400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.0466195-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "024 Leper Messiah (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\024 Leper Messiah (Remastered).mp3",
- "Duracion": "05:39",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3399314285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.0671976-03:00"
- },
- {
- "Numero": "24",
- "Titulo": "025 Orion (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\025 Orion (Remastered).mp3",
- "Duracion": "08:27",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5072457142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.083036-03:00"
- },
- {
- "Numero": "25",
- "Titulo": "026 Damage, Inc. (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\026 Damage, Inc. (Remastered).mp3",
- "Duracion": "05:32",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3324865306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.0991716-03:00"
- },
- {
- "Numero": "26",
- "Titulo": "027 Blackened (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\027 Blackened (Remastered).mp3",
- "Duracion": "06:41",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4011363265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.1174905-03:00"
- },
- {
- "Numero": "27",
- "Titulo": "028 And Justice for All (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\028 And Justice for All (Remastered).mp3",
- "Duracion": "09:46",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5865273469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.1331679-03:00"
- },
- {
- "Numero": "28",
- "Titulo": "029 Eye of the Beholder (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\029 Eye of the Beholder (Remastered).mp3",
- "Duracion": "06:30",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3900342857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.1502696-03:00"
- },
- {
- "Numero": "29",
- "Titulo": "030 One (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\030 One (Remastered).mp3",
- "Duracion": "07:27",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4474775510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.1702199-03:00"
- },
- {
- "Numero": "30",
- "Titulo": "031 The Shortest Straw (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\031 The Shortest Straw (Remastered).mp3",
- "Duracion": "06:36",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3960163265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.1855506-03:00"
- },
- {
- "Numero": "31",
- "Titulo": "032 Harvester of Sorrow (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\032 Harvester of Sorrow (Remastered).mp3",
- "Duracion": "05:43",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3439281632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.199739-03:00"
- },
- {
- "Numero": "32",
- "Titulo": "033 The Frayed Ends of Sanity (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\033 The Frayed Ends of Sanity (Remastered).mp3",
- "Duracion": "07:44",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4640391836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.214878-03:00"
- },
- {
- "Numero": "33",
- "Titulo": "034 To Live Is to Die (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\034 To Live Is to Die (Remastered).mp3",
- "Duracion": "09:48",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5889567346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.2302196-03:00"
- },
- {
- "Numero": "34",
- "Titulo": "035 Dyers Eve (Remastered)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\035 Dyers Eve (Remastered).mp3",
- "Duracion": "05:13",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3134171428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.2461186-03:00"
- },
- {
- "Numero": "35",
- "Titulo": "036 Enter Sandman",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\036 Enter Sandman.mp3",
- "Duracion": "05:31",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3316244897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.2640845-03:00"
- },
- {
- "Numero": "36",
- "Titulo": "037 Sad But True",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\037 Sad But True.mp3",
- "Duracion": "05:24",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3245975510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.2831533-03:00"
- },
- {
- "Numero": "37",
- "Titulo": "039 The Unforgiven",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\039 The Unforgiven.mp3",
- "Duracion": "06:27",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3871608163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.2998406-03:00"
- },
- {
- "Numero": "38",
- "Titulo": "040 Wherever I May Roam",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\040 Wherever I May Roam.mp3",
- "Duracion": "06:44",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4042971428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.3153362-03:00"
- },
- {
- "Numero": "39",
- "Titulo": "041 Don't Tread On Me",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\041 Don't Tread On Me.mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2403265306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.3304015-03:00"
- },
- {
- "Numero": "40",
- "Titulo": "044 Of Wolf And Man",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\044 Of Wolf And Man.mp3",
- "Duracion": "04:16",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2566530612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.3473144-03:00"
- },
- {
- "Numero": "41",
- "Titulo": "045 The God That Failed",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\045 The God That Failed.mp3",
- "Duracion": "05:08",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3085583673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.3643024-03:00"
- },
- {
- "Numero": "42",
- "Titulo": "046 My Friend Of Misery",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\046 My Friend Of Misery.mp3",
- "Duracion": "06:49",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4096783673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.381245-03:00"
- },
- {
- "Numero": "43",
- "Titulo": "047 The Struggle Within",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\047 The Struggle Within.mp3",
- "Duracion": "03:53",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2339265306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.3992908-03:00"
- },
- {
- "Numero": "44",
- "Titulo": "048 Ain't My B_tch",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\048 Ain't My B_tch.mp3",
- "Duracion": "05:04",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3042220408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.414678-03:00"
- },
- {
- "Numero": "45",
- "Titulo": "049 2 X 4",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\049 2 X 4.mp3",
- "Duracion": "05:28",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3282546938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.4301554-03:00"
- },
- {
- "Numero": "46",
- "Titulo": "050 The House Jack Built",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\050 The House Jack Built.mp3",
- "Duracion": "06:38",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3989942857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.4471581-03:00"
- },
- {
- "Numero": "47",
- "Titulo": "051 Until It Sleeps",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\051 Until It Sleeps.mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2696097959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.4709765-03:00"
- },
- {
- "Numero": "48",
- "Titulo": "052 King Nothing",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\052 King Nothing.mp3",
- "Duracion": "05:28",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3281502040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.5029766-03:00"
- },
- {
- "Numero": "49",
- "Titulo": "053 Hero Of The Day",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\053 Hero Of The Day.mp3",
- "Duracion": "04:21",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2617208163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.5274075-03:00"
- },
- {
- "Numero": "50",
- "Titulo": "054 Bleeding Me",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\054 Bleeding Me.mp3",
- "Duracion": "08:18",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4981812244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.5511411-03:00"
- },
- {
- "Numero": "51",
- "Titulo": "056 Poor Twisted Me",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\056 Poor Twisted Me.mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2400391836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.5716484-03:00"
- },
- {
- "Numero": "52",
- "Titulo": "057 Wasting My Hate",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\057 Wasting My Hate.mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2374791836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.590309-03:00"
- },
- {
- "Numero": "53",
- "Titulo": "058 Mama Said",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\058 Mama Said.mp3",
- "Duracion": "05:19",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3196604081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.6083713-03:00"
- },
- {
- "Numero": "54",
- "Titulo": "059 Thorn Within",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\059 Thorn Within.mp3",
- "Duracion": "05:51",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3516081632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.6244958-03:00"
- },
- {
- "Numero": "55",
- "Titulo": "060 Ronnie",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\060 Ronnie.mp3",
- "Duracion": "05:17",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3172571428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.6418463-03:00"
- },
- {
- "Numero": "56",
- "Titulo": "061 The Outlaw Torn",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\061 The Outlaw Torn.mp3",
- "Duracion": "09:48",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5886432653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.662252-03:00"
- },
- {
- "Numero": "57",
- "Titulo": "062 Fuel",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\062 Fuel.mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2697665306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.6816773-03:00"
- },
- {
- "Numero": "58",
- "Titulo": "063 The Memory Remains",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\063 The Memory Remains.mp3",
- "Duracion": "04:39",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2792751020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.7017156-03:00"
- },
- {
- "Numero": "59",
- "Titulo": "065 The Unforgiven II",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\065 The Unforgiven II.mp3",
- "Duracion": "06:36",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3964865306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.719294-03:00"
- },
- {
- "Numero": "60",
- "Titulo": "066 Better Than You",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\066 Better Than You.mp3",
- "Duracion": "05:21",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3216457142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.7371095-03:00"
- },
- {
- "Numero": "61",
- "Titulo": "067 Slither",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\067 Slither.mp3",
- "Duracion": "05:13",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3132604081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.7522645-03:00"
- },
- {
- "Numero": "62",
- "Titulo": "068 Carpe Diem Baby",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\068 Carpe Diem Baby.mp3",
- "Duracion": "06:12",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3722448979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.7674815-03:00"
- },
- {
- "Numero": "63",
- "Titulo": "069 Bad Seed",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\069 Bad Seed.mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2453681632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.7827225-03:00"
- },
- {
- "Numero": "64",
- "Titulo": "070 Where The Wild Things Are",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\070 Where The Wild Things Are.mp3",
- "Duracion": "06:54",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4141714285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.7994186-03:00"
- },
- {
- "Numero": "65",
- "Titulo": "071 Prince Charming",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\071 Prince Charming.mp3",
- "Duracion": "06:05",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3652440816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.8149888-03:00"
- },
- {
- "Numero": "66",
- "Titulo": "072 Low Man's Lyric",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\072 Low Man's Lyric.mp3",
- "Duracion": "07:37",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4572734693,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.8317363-03:00"
- },
- {
- "Numero": "67",
- "Titulo": "073 Attitude",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\073 Attitude.mp3",
- "Duracion": "05:16",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3162906122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.847827-03:00"
- },
- {
- "Numero": "68",
- "Titulo": "074 Fixxxer",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\074 Fixxxer.mp3",
- "Duracion": "08:15",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4952555102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.8652651-03:00"
- },
- {
- "Numero": "69",
- "Titulo": "076 It's Electric",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\076 It's Electric.mp3",
- "Duracion": "03:33",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2139689795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.883089-03:00"
- },
- {
- "Numero": "70",
- "Titulo": "077 Sabbra Cadabra",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\077 Sabbra Cadabra.mp3",
- "Duracion": "06:20",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3802906122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.8999175-03:00"
- },
- {
- "Numero": "71",
- "Titulo": "078 Turn The Page",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\078 Turn The Page.mp3",
- "Duracion": "06:06",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3664457142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.9197897-03:00"
- },
- {
- "Numero": "72",
- "Titulo": "079 Die, Die My Darling",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\079 Die, Die My Darling.mp3",
- "Duracion": "02:29",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1493681632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.9392126-03:00"
- },
- {
- "Numero": "73",
- "Titulo": "080 Loverman",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\080 Loverman.mp3",
- "Duracion": "07:52",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4727379591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.9706806-03:00"
- },
- {
- "Numero": "74",
- "Titulo": "081 Mercyful Fate",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\081 Mercyful Fate.mp3",
- "Duracion": "11:11",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 6716081632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:06.9927467-03:00"
- },
- {
- "Numero": "75",
- "Titulo": "082 Astronomy",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\082 Astronomy.mp3",
- "Duracion": "06:37",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3975575510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.0124138-03:00"
- },
- {
- "Numero": "76",
- "Titulo": "083 Whiskey In The Jar",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\083 Whiskey In The Jar.mp3",
- "Duracion": "05:04",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3049273469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.0302174-03:00"
- },
- {
- "Numero": "77",
- "Titulo": "084 Tuesday's Gone",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\084 Tuesday's Gone.mp3",
- "Duracion": "09:05",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5457763265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.0497118-03:00"
- },
- {
- "Numero": "78",
- "Titulo": "085 The More I See",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\085 The More I See.mp3",
- "Duracion": "04:48",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2887836734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.0667944-03:00"
- },
- {
- "Numero": "79",
- "Titulo": "086 Helpless",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\086 Helpless.mp3",
- "Duracion": "06:38",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3983673469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.0845324-03:00"
- },
- {
- "Numero": "80",
- "Titulo": "087 The Small Hours",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\087 The Small Hours.mp3",
- "Duracion": "06:43",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4033044897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.1008843-03:00"
- },
- {
- "Numero": "81",
- "Titulo": "088 The Wait",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\088 The Wait.mp3",
- "Duracion": "04:55",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2952881632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.1145719-03:00"
- },
- {
- "Numero": "82",
- "Titulo": "089 Crash Course In Brain Surgery",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\089 Crash Course In Brain Surgery.mp3",
- "Duracion": "03:10",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1903804081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.136829-03:00"
- },
- {
- "Numero": "83",
- "Titulo": "090 Last Caress _ Green Hell",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\090 Last Caress _ Green Hell.mp3",
- "Duracion": "03:29",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2098416326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.1485303-03:00"
- },
- {
- "Numero": "84",
- "Titulo": "091 Am I Evil",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\091 Am I Evil.mp3",
- "Duracion": "07:50",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4701779591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.1622225-03:00"
- },
- {
- "Numero": "85",
- "Titulo": "092 Blitzkrieg",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\092 Blitzkrieg.mp3",
- "Duracion": "03:36",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2168424489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.1755901-03:00"
- },
- {
- "Numero": "86",
- "Titulo": "093 Breadfan",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\093 Breadfan.mp3",
- "Duracion": "05:41",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3412897959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.1903525-03:00"
- },
- {
- "Numero": "87",
- "Titulo": "094 The Prince",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\094 The Prince.mp3",
- "Duracion": "04:25",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2656914285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.204246-03:00"
- },
- {
- "Numero": "88",
- "Titulo": "095 Stone Cold Crazy",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\095 Stone Cold Crazy.mp3",
- "Duracion": "02:17",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1376391836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.2162464-03:00"
- },
- {
- "Numero": "89",
- "Titulo": "096 So What",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\096 So What.mp3",
- "Duracion": "03:08",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1889959183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.2330655-03:00"
- },
- {
- "Numero": "90",
- "Titulo": "097 Killing Time",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\097 Killing Time.mp3",
- "Duracion": "03:03",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1837714285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.2473419-03:00"
- },
- {
- "Numero": "91",
- "Titulo": "098 Overkill",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\098 Overkill.mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2450024489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.2623301-03:00"
- },
- {
- "Numero": "92",
- "Titulo": "099 Damage Case",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\099 Damage Case.mp3",
- "Duracion": "03:40",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2203167346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.2771759-03:00"
- },
- {
- "Numero": "93",
- "Titulo": "100 Stone Dead Forever",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\100 Stone Dead Forever.mp3",
- "Duracion": "04:51",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2919706122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.2943124-03:00"
- },
- {
- "Numero": "94",
- "Titulo": "101 Too Late Too Late",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\101 Too Late Too Late.mp3",
- "Duracion": "03:12",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1921567346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.3092207-03:00"
- },
- {
- "Numero": "95",
- "Titulo": "102 The Ecstasy Of Gold (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\102 The Ecstasy Of Gold (Live with the SFSO).mp3",
- "Duracion": "02:30",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1506481632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.3260764-03:00"
- },
- {
- "Numero": "96",
- "Titulo": "103 The Call Of Ktulu (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\103 The Call Of Ktulu (Live with the SFSO).mp3",
- "Duracion": "09:34",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5743020408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.3451511-03:00"
- },
- {
- "Numero": "97",
- "Titulo": "104 Master Of Puppets (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\104 Master Of Puppets (Live with the SFSO).mp3",
- "Duracion": "08:54",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5348048979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.3609157-03:00"
- },
- {
- "Numero": "98",
- "Titulo": "105 Of Wolf And Man (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\105 Of Wolf And Man (Live with the SFSO).mp3",
- "Duracion": "04:18",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2588995918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.3774111-03:00"
- },
- {
- "Numero": "99",
- "Titulo": "106 The Thing That Should Not Be (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\106 The Thing That Should Not Be (Live with the SFSO).mp3",
- "Duracion": "07:26",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4466938775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.3944237-03:00"
- },
- {
- "Numero": "100",
- "Titulo": "107 Fuel (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\107 Fuel (Live with the SFSO).mp3",
- "Duracion": "04:35",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2759314285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.4117617-03:00"
- },
- {
- "Numero": "101",
- "Titulo": "108 The Memory Remains (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\108 The Memory Remains (Live with the SFSO).mp3",
- "Duracion": "04:42",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2824097959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.5507646-03:00"
- },
- {
- "Numero": "102",
- "Titulo": "109 No Leaf Clover (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\109 No Leaf Clover (Live with the SFSO).mp3",
- "Duracion": "05:43",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3432489795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.5739637-03:00"
- },
- {
- "Numero": "103",
- "Titulo": "110 Hero Of The Day (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\110 Hero Of The Day (Live with the SFSO).mp3",
- "Duracion": "04:44",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2846563265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.5931898-03:00"
- },
- {
- "Numero": "104",
- "Titulo": "111 Devil's Dance (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\111 Devil's Dance (Live with the SFSO).mp3",
- "Duracion": "05:26",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3260342857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.6111958-03:00"
- },
- {
- "Numero": "105",
- "Titulo": "112 Bleeding Me (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\112 Bleeding Me (Live with the SFSO).mp3",
- "Duracion": "09:01",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5417012244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.6304335-03:00"
- },
- {
- "Numero": "106",
- "Titulo": "113 Nothing Else Matters (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\113 Nothing Else Matters (Live with the SFSO).mp3",
- "Duracion": "06:47",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4073012244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.6503987-03:00"
- },
- {
- "Numero": "107",
- "Titulo": "114 Until It Sleeps (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\114 Until It Sleeps (Live with the SFSO).mp3",
- "Duracion": "04:30",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2700277551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.6661352-03:00"
- },
- {
- "Numero": "108",
- "Titulo": "115 For Whom The Bell Tolls (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\115 For Whom The Bell Tolls (Live with the SFSO).mp3",
- "Duracion": "04:52",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2922057142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.6841767-03:00"
- },
- {
- "Numero": "109",
- "Titulo": "116 Human (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\116 Human (Live with the SFSO).mp3",
- "Duracion": "04:19",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2598400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.7056066-03:00"
- },
- {
- "Numero": "110",
- "Titulo": "117 Wherever I May Roam (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\117 Wherever I May Roam (Live with the SFSO).mp3",
- "Duracion": "07:01",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4214857142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.7250228-03:00"
- },
- {
- "Numero": "111",
- "Titulo": "118 The Outlaw Torn (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\118 The Outlaw Torn (Live with the SFSO).mp3",
- "Duracion": "09:58",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5989355102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.7437521-03:00"
- },
- {
- "Numero": "112",
- "Titulo": "119 Sad But True (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\119 Sad But True (Live with the SFSO).mp3",
- "Duracion": "05:46",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3463053061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.7690119-03:00"
- },
- {
- "Numero": "113",
- "Titulo": "120 One (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\120 One (Live with the SFSO).mp3",
- "Duracion": "07:53",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4731036734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.7868979-03:00"
- },
- {
- "Numero": "114",
- "Titulo": "121 Enter Sandman (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\121 Enter Sandman (Live with the SFSO).mp3",
- "Duracion": "07:39",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4591542857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.8062766-03:00"
- },
- {
- "Numero": "115",
- "Titulo": "122 Battery (Live with the SFSO)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\122 Battery (Live with the SFSO).mp3",
- "Duracion": "07:24",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4447085714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.8256125-03:00"
- },
- {
- "Numero": "116",
- "Titulo": "123 I Disappear",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\123 I Disappear.mp3",
- "Duracion": "04:26",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2662922448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.8389927-03:00"
- },
- {
- "Numero": "117",
- "Titulo": "124 Frantic",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\124 Frantic.mp3",
- "Duracion": "05:50",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3504065306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.8557538-03:00"
- },
- {
- "Numero": "118",
- "Titulo": "125 St. Anger",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\125 St. Anger.mp3",
- "Duracion": "07:21",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4411820408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.8732062-03:00"
- },
- {
- "Numero": "119",
- "Titulo": "126 Some Kind Of Monster",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\126 Some Kind Of Monster.mp3",
- "Duracion": "08:25",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5055477551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.8983267-03:00"
- },
- {
- "Numero": "120",
- "Titulo": "127 Dirty Window",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\127 Dirty Window.mp3",
- "Duracion": "05:24",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3249371428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.9174882-03:00"
- },
- {
- "Numero": "121",
- "Titulo": "128 Invisible Kid",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\128 Invisible Kid.mp3",
- "Duracion": "08:30",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5101453061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.9373027-03:00"
- },
- {
- "Numero": "122",
- "Titulo": "129 My World",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\129 My World.mp3",
- "Duracion": "05:45",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3455738775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.959837-03:00"
- },
- {
- "Numero": "123",
- "Titulo": "130 Shoot Me Again",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\130 Shoot Me Again.mp3",
- "Duracion": "07:10",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4301322448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:07.9801052-03:00"
- },
- {
- "Numero": "124",
- "Titulo": "131 Sweet Amber",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\131 Sweet Amber.mp3",
- "Duracion": "05:27",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3271575510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.0003077-03:00"
- },
- {
- "Numero": "125",
- "Titulo": "132 The Unnamed Feeling",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\132 The Unnamed Feeling.mp3",
- "Duracion": "07:07",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4279379591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.017754-03:00"
- },
- {
- "Numero": "126",
- "Titulo": "133 Purify",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\133 Purify.mp3",
- "Duracion": "05:13",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3139657142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.0384647-03:00"
- },
- {
- "Numero": "127",
- "Titulo": "134 All Within My Hands",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\134 All Within My Hands.mp3",
- "Duracion": "08:45",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5259232653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.0583345-03:00"
- },
- {
- "Numero": "128",
- "Titulo": "135 The Four Horsemen (Live)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\135 The Four Horsemen (Live).mp3",
- "Duracion": "05:20",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3206008163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.0776671-03:00"
- },
- {
- "Numero": "129",
- "Titulo": "136 Damage, Inc. (Live)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\136 Damage, Inc. (Live).mp3",
- "Duracion": "04:59",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2992848979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.0978751-03:00"
- },
- {
- "Numero": "130",
- "Titulo": "137 Leper Messiah (Live)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\137 Leper Messiah (Live).mp3",
- "Duracion": "05:55",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3557093877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.1200036-03:00"
- },
- {
- "Numero": "131",
- "Titulo": "138 Motorbreath (Live)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\138 Motorbreath (Live).mp3",
- "Duracion": "03:19",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1999673469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.1385788-03:00"
- },
- {
- "Numero": "132",
- "Titulo": "139 Ride The Lightning (Live)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\139 Ride The Lightning (Live).mp3",
- "Duracion": "06:40",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4009795918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.1529002-03:00"
- },
- {
- "Numero": "133",
- "Titulo": "140 Hit The Lights (Live)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\140 Hit The Lights (Live).mp3",
- "Duracion": "04:12",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2524212244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.1706169-03:00"
- },
- {
- "Numero": "134",
- "Titulo": "141 Some Kind Of Monster (Edit)",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\141 Some Kind Of Monster (Edit).mp3",
- "Duracion": "04:16",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2567836734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.1866581-03:00"
- },
- {
- "Numero": "135",
- "Titulo": "142 That Was Just Your Life",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\142 That Was Just Your Life.mp3",
- "Duracion": "07:08",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4283820408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.2024538-03:00"
- },
- {
- "Numero": "136",
- "Titulo": "143 The End Of The Line",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\143 The End Of The Line.mp3",
- "Duracion": "07:52",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 4723983673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.2200959-03:00"
- },
- {
- "Numero": "137",
- "Titulo": "144 Broken, Beat & Scarred",
- "Artista": "METALLICA",
- "Album": "COLLECTION",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Collection\\144 Broken, Beat & Scarred.mp3",
- "Duracion": "06:25",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3854889795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.2380113-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "That Was Just Your Life",
- "Artista": "METALLICA",
- "Album": "DEATH MAGNETIC",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Death Magnetic\\01 That Was Just Your Life.mp3",
- "Duracion": "07:08",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 4283820408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.2562081-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "The End Of The Line",
- "Artista": "METALLICA",
- "Album": "DEATH MAGNETIC",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Death Magnetic\\02 The End Of The Line.mp3",
- "Duracion": "07:52",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 4723983673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.2789307-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Broken, Beat & Scarred",
- "Artista": "METALLICA",
- "Album": "DEATH MAGNETIC",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Death Magnetic\\03 Broken, Beat & Scarred.mp3",
- "Duracion": "06:25",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 3854889795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.2980126-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "The Day That Never Comes",
- "Artista": "METALLICA",
- "Album": "DEATH MAGNETIC",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Death Magnetic\\04 The Day That Never Comes.mp3",
- "Duracion": "07:56",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 4762906122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.3239078-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "All Nightmare Long",
- "Artista": "METALLICA",
- "Album": "DEATH MAGNETIC",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Death Magnetic\\05 All Nightmare Long.mp3",
- "Duracion": "07:57",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 4770481632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.3474485-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Cyanide",
- "Artista": "METALLICA",
- "Album": "DEATH MAGNETIC",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Death Magnetic\\06 Cyanide.mp3",
- "Duracion": "06:39",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 3995689795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.3701038-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "The Unforgiven III",
- "Artista": "METALLICA",
- "Album": "DEATH MAGNETIC",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Death Magnetic\\07 The Unforgiven III.mp3",
- "Duracion": "07:46",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 4666253061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.3897885-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "The Judas Kiss",
- "Artista": "METALLICA",
- "Album": "DEATH MAGNETIC",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Death Magnetic\\08 The Judas Kiss.mp3",
- "Duracion": "08:00",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 4808097959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.4122677-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Suicide & Redemption",
- "Artista": "METALLICA",
- "Album": "DEATH MAGNETIC",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Death Magnetic\\09 Suicide & Redemption.mp3",
- "Duracion": "09:57",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 5977600000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.4458195-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "My Apocalypse",
- "Artista": "METALLICA",
- "Album": "DEATH MAGNETIC",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Death Magnetic\\10 My Apocalypse.mp3",
- "Duracion": "05:01",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 3010351020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.4787237-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Battery (R)",
- "Artista": "METALLICA",
- "Album": "BEST-METALLICA",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Grandes Exitos Metallica\\Battery (R).mp3",
- "Duracion": "05:16",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3164734693,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.4978829-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Enter Sandman (R)",
- "Artista": "METALLICA",
- "Album": "BEST-METALLICA",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Grandes Exitos Metallica\\Enter Sandman (R).mp3",
- "Duracion": "05:40",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3401404081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.5129324-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Fade To Black (R)",
- "Artista": "METALLICA",
- "Album": "BEST-METALLICA",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Grandes Exitos Metallica\\Fade To Black (R).mp3",
- "Duracion": "06:57",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 4173322448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.5283404-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Fuel (R)",
- "Artista": "METALLICA",
- "Album": "BEST-METALLICA",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Grandes Exitos Metallica\\Fuel (R).mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2695314285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.5466818-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Master Of Puppets (R)",
- "Artista": "METALLICA",
- "Album": "BEST-METALLICA",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Grandes Exitos Metallica\\Master Of Puppets (R).mp3",
- "Duracion": "08:35",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 5152653061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.5644483-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Nothing Else Matters (R)",
- "Artista": "METALLICA",
- "Album": "BEST-METALLICA",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Grandes Exitos Metallica\\Nothing Else Matters (R).mp3",
- "Duracion": "06:29",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3898514285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.5809924-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "One (R)",
- "Artista": "METALLICA",
- "Album": "BEST-METALLICA",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Grandes Exitos Metallica\\One (R).mp3",
- "Duracion": "07:26",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 4462236734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.5940298-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "One (R2)",
- "Artista": "METALLICA",
- "Album": "BEST-METALLICA",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Grandes Exitos Metallica\\One (R2).mp3",
- "Duracion": "07:25",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 4458840816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.6130078-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Orion (R)",
- "Artista": "METALLICA",
- "Album": "BEST-METALLICA",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Grandes Exitos Metallica\\Orion (R).mp3",
- "Duracion": "08:23",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 5032228571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.6297719-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Sad But True (R)",
- "Artista": "METALLICA",
- "Album": "BEST-METALLICA",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Grandes Exitos Metallica\\Sad But True (R).mp3",
- "Duracion": "05:31",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3314677551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.6451031-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Seek & Destroy (R)",
- "Artista": "METALLICA",
- "Album": "BEST-METALLICA",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Grandes Exitos Metallica\\Seek & Destroy (R).mp3",
- "Duracion": "06:55",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 4156081632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.6618437-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "The Unforgiven (R)",
- "Artista": "METALLICA",
- "Album": "BEST-METALLICA",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Grandes Exitos Metallica\\The Unforgiven (R).mp3",
- "Duracion": "06:27",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3878922448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.6772296-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Blackened",
- "Artista": "METALLICA",
- "Album": "AND JUSTICE FOR ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Justice for All\\1 Blackened (Remastered).m4a",
- "Duracion": "06:41",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 4011019999,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.6967193-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "And Justice for All",
- "Artista": "METALLICA",
- "Album": "AND JUSTICE FOR ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Justice for All\\2 And Justice for All (Remastered).m4a",
- "Duracion": "09:46",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 5864900000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.7177761-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Eye of the Beholder",
- "Artista": "METALLICA",
- "Album": "AND JUSTICE FOR ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Justice for All\\3 Eye of the Beholder (Remastered).m4a",
- "Duracion": "06:30",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 3900030000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.7379965-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "One",
- "Artista": "METALLICA",
- "Album": "AND JUSTICE FOR ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Justice for All\\4 One (Remastered).m4a",
- "Duracion": "07:27",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 4474490000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.7590406-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "The Shortest Straw",
- "Artista": "METALLICA",
- "Album": "AND JUSTICE FOR ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Justice for All\\5 The Shortest Straw (Remastered).m4a",
- "Duracion": "06:35",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 3959700000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.7790304-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Harvester of Sorrow",
- "Artista": "METALLICA",
- "Album": "AND JUSTICE FOR ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Justice for All\\6 Harvester of Sorrow (Remastered).m4a",
- "Duracion": "05:43",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 3438880000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.7982279-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "The Frayed Ends of Sanity",
- "Artista": "METALLICA",
- "Album": "AND JUSTICE FOR ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Justice for All\\7 The Frayed Ends of Sanity (Remastered).m4a",
- "Duracion": "07:44",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 4640050000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.8145472-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "To Live Is to Die",
- "Artista": "METALLICA",
- "Album": "AND JUSTICE FOR ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Justice for All\\8 To Live Is to Die (Remastered).m4a",
- "Duracion": "09:48",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 5889280000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.8368755-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Dyers Eve",
- "Artista": "METALLICA",
- "Album": "AND JUSTICE FOR ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Justice for All\\9 Dyers Eve (Remastered).m4a",
- "Duracion": "05:13",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 3133770000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.8566072-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Hit The Lights",
- "Artista": "METALLICA",
- "Album": "KILL EM ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\kill 'Em All\\01 Hit The Lights.mp3",
- "Duracion": "04:15",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 2558171428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.873021-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "The Four Horsemen",
- "Artista": "METALLICA",
- "Album": "KILL EM ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\kill 'Em All\\02 The Four Horsemen.mp3",
- "Duracion": "07:12",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 4324310204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.8881229-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Motorbreath",
- "Artista": "METALLICA",
- "Album": "KILL EM ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\kill 'Em All\\03 Motorbreath.mp3",
- "Duracion": "03:07",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 1876897959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.9018026-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Jump In The Fire",
- "Artista": "METALLICA",
- "Album": "KILL EM ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\kill 'Em All\\04 Jump In The Fire.mp3",
- "Duracion": "04:41",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 2812865306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.9153981-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Whiplash",
- "Artista": "METALLICA",
- "Album": "KILL EM ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\kill 'Em All\\06 Whiplash.mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 2485028571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.9288792-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Phantom Lord",
- "Artista": "METALLICA",
- "Album": "KILL EM ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\kill 'Em All\\07 Phantom Lord.mp3",
- "Duracion": "05:01",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 3013224489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.9415518-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "No Remorse",
- "Artista": "METALLICA",
- "Album": "KILL EM ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\kill 'Em All\\08 No Remorse.mp3",
- "Duracion": "06:26",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 3865338775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.9592199-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Seek & Destroy",
- "Artista": "METALLICA",
- "Album": "KILL EM ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\kill 'Em All\\09 Seek & Destroy.mp3",
- "Duracion": "06:54",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 4147461224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.9729763-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Metal Militia",
- "Artista": "METALLICA",
- "Album": "KILL EM ALL",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\kill 'Em All\\10 Metal Militia.mp3",
- "Duracion": "05:11",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 3114318367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:08.9875378-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Breadfan",
- "Artista": "METALLICA",
- "Album": "LIVE-METALLICA 1994",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live 1994\\01 Breadfan (Live).mp3",
- "Duracion": "04:30",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2702367346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.0013299-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Master Of Puppets...",
- "Artista": "METALLICA",
- "Album": "LIVE-METALLICA 1994",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live 1994\\02 Master Of Puppets (Live).mp3",
- "Duracion": "03:19",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 1998367346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.0152583-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Wherever I May Ro...",
- "Artista": "METALLICA",
- "Album": "LIVE-METALLICA 1994",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live 1994\\03 Wherever I May Roam (Live).mp3",
- "Duracion": "07:30",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 4507951020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.0303291-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Harvester Of Sorr...",
- "Artista": "METALLICA",
- "Album": "LIVE-METALLICA 1994",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live 1994\\04 Harvester Of Sorrow (Live).mp3",
- "Duracion": "06:48",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 4083983673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.0440763-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Fade To Black",
- "Artista": "METALLICA",
- "Album": "LIVE-METALLICA 1994",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live 1994\\05 Fade To Black (Live).mp3",
- "Duracion": "07:36",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 4567248979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.0583282-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "For Whom The Bell...",
- "Artista": "METALLICA",
- "Album": "LIVE-METALLICA 1994",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live 1994\\06 For Whom The Bell Tolls (Live).mp3",
- "Duracion": "07:53",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 4739395918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.0716308-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Seek & Destroy",
- "Artista": "METALLICA",
- "Album": "LIVE-METALLICA 1994",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live 1994\\07 Seek & Destroy (Live).mp3",
- "Duracion": "10:37",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 6376751020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.0868274-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Nothing Else Matt...",
- "Artista": "METALLICA",
- "Album": "LIVE-METALLICA 1994",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live 1994\\08 Nothing Else Matters (Live).mp3",
- "Duracion": "08:39",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 5198367346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.1030156-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Creeping Death",
- "Artista": "METALLICA",
- "Album": "LIVE-METALLICA 1994",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live 1994\\09 Creeping Death (Live).mp3",
- "Duracion": "07:06",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 4265534693,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.1172195-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Whiplash",
- "Artista": "METALLICA",
- "Album": "LIVE-METALLICA 1994",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live 1994\\10 Whiplash (Live).mp3",
- "Duracion": "04:37",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2778383673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.1311308-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Sad But True",
- "Artista": "METALLICA",
- "Album": "LIVE-METALLICA 1994",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live 1994\\11 Sad But True (Live).mp3",
- "Duracion": "08:25",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 5058873469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.1507956-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "One",
- "Artista": "METALLICA",
- "Album": "LIVE-METALLICA 1994",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live 1994\\12 One (Live).mp3",
- "Duracion": "07:00",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 4205191836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.165193-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "13 Enter Sandman",
- "Artista": "METALLICA",
- "Album": "LIVE-METALLICA 1994",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live 1994\\13 Enter Sandman (Live).mp3",
- "Duracion": "06:45",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 4055771428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.1794177-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "So What",
- "Artista": "METALLICA",
- "Album": "LIVE-METALLICA 1994",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live 1994\\14 So What (Live).mp3",
- "Duracion": "03:21",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2014040816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.1923375-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "All Nightmare Long",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\All Nightmare Long (Live In Buenos Aires, Argentina - January 21st, 2010).m4a",
- "Duracion": "07:52",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 4721320000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.2142235-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Creeping Death",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\Creeping Death (Live In Buenos Aires, Argentina - March 30th, 2014).m4a",
- "Duracion": "06:30",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 3906300000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.2504621-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Cyanide",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\Cyanide (Live In Buenos Aires, Argentina - January 21st, 2010).m4a",
- "Duracion": "06:30",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 3908159999,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.2809413-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Damage, Inc.",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\Damage, Inc. (Live In Cordoba, Argentina - January 24th, 2010).m4a",
- "Duracion": "05:24",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 3249640000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.3123389-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Enter Sandman",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\Enter Sandman (Live In Buenos Aires, Argentina - January 21st, 2010).m4a",
- "Duracion": "08:04",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 4849960000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.3447901-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Fade To Black",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\Fade To Black (Live In Buenos Aires, Argentina - March 30th, 2014).m4a",
- "Duracion": "07:23",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 4433860000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.3830677-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Fuel",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\Fuel (Live In Buenos Aires, Argentina - March 29th, 2014).m4a",
- "Duracion": "03:58",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2380280000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.4192251-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Hardwired",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\Hardwired (Live In Buenos Aires, Argentina - March 31st, 2017).m4a",
- "Duracion": "03:51",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2315270000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.447385-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Holier Than Thou",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\Holier Than Thou (Live In Cordoba, Argentina - January 24th, 2010).m4a",
- "Duracion": "04:21",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2619450000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.4804219-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Master Of Puppets",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\Master Of Puppets (Live In Cordoba, Argentina - January 24th, 2010).m4a",
- "Duracion": "08:00",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 4804450000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.5110004-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "No Remorse",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\No Remorse (Live In Cordoba, Argentina - January 24th, 2010).m4a",
- "Duracion": "04:10",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2505670000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.5459299-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Nothing Else Matters",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\Nothing Else Matters (Live In Buenos Aires, Argentina - March 31st, 2017).m4a",
- "Duracion": "06:20",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 3809240000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.5737738-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Now That We're Dead",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\Now That We're Dead (Live In Buenos Aires, Argentina - March 31st, 2017).m4a",
- "Duracion": "07:47",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 4672560000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.6061366-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Of Wolf And Man",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\Of Wolf And Man (Live In Buenos Aires, Argentina - May 14th, 1999).m4a",
- "Duracion": "04:11",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2514960000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.6445055-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "One",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\One (Live In Buenos Aires, Argentina - January 22nd, 2010).m4a",
- "Duracion": "08:36",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 5162030000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.6810137-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Sad But True",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\Sad But True (Live In Buenos Aires, Argentina - March 29th, 2014).m4a",
- "Duracion": "06:40",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 4009390000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.7333475-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "The Unforgiven",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\The Unforgiven (Live In Buenos Aires, Argentina - May 8th, 1993).m4a",
- "Duracion": "06:47",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 4077660000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.7698032-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "…And Justice For All",
- "Artista": "METALLICA",
- "Album": "LIVE METALLICA ARG",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Live Argentina 1993 2017\\…And Justice For All (Live In Buenos Aires, Argentina - March 29th, 2014).m4a",
- "Duracion": "09:16",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 5569310000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.8029893-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Ain't My B_tch",
- "Artista": "METALLICA",
- "Album": "LOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Load\\01 Ain't My B_tch.mp3",
- "Duracion": "05:04",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3042220408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.8381821-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "2 X 4",
- "Artista": "METALLICA",
- "Album": "LOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Load\\02 2 X 4.mp3",
- "Duracion": "05:28",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3282546938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.8551303-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "The House Jack Built",
- "Artista": "METALLICA",
- "Album": "LOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Load\\03 The House Jack Built.mp3",
- "Duracion": "06:38",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3989942857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.8724246-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Until It Sleeps",
- "Artista": "METALLICA",
- "Album": "LOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Load\\04 Until It Sleeps.mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2696097959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.8911025-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "King Nothing",
- "Artista": "METALLICA",
- "Album": "LOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Load\\05 King Nothing.mp3",
- "Duracion": "05:28",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3281502040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.9099263-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Hero Of The Day",
- "Artista": "METALLICA",
- "Album": "LOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Load\\06 Hero Of The Day.mp3",
- "Duracion": "04:21",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2617208163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.9252077-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Bleeding Me",
- "Artista": "METALLICA",
- "Album": "LOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Load\\07 Bleeding Me.mp3",
- "Duracion": "08:18",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 4981812244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.9399631-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Cure",
- "Artista": "METALLICA",
- "Album": "LOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Load\\08 Cure.mp3",
- "Duracion": "04:54",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2942693877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.9566592-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Poor Twisted Me",
- "Artista": "METALLICA",
- "Album": "LOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Load\\09 Poor Twisted Me.mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2400391836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.9726877-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Wasting My Hate",
- "Artista": "METALLICA",
- "Album": "LOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Load\\10 Wasting My Hate.mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2374791836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:09.9889138-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Mama Said",
- "Artista": "METALLICA",
- "Album": "LOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Load\\11 Mama Said.mp3",
- "Duracion": "05:19",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3196604081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.0048473-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Thorn Within",
- "Artista": "METALLICA",
- "Album": "LOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Load\\12 Thorn Within.mp3",
- "Duracion": "05:51",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3516081632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.0207788-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Ronnie",
- "Artista": "METALLICA",
- "Album": "LOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Load\\13 Ronnie.mp3",
- "Duracion": "05:17",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3172571428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.038042-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "The Outlaw Torn",
- "Artista": "METALLICA",
- "Album": "LOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Load\\14 The Outlaw Torn.mp3",
- "Duracion": "09:48",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 5886432653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.0563178-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Battery",
- "Artista": "METALLICA",
- "Album": "MASTER OF PUPPETS",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Master Of Puppets\\1 Battery (Remastered).mp3",
- "Duracion": "05:12",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3124244897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.0732495-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Master Of Puppets",
- "Artista": "METALLICA",
- "Album": "MASTER OF PUPPETS",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Master Of Puppets\\2 Master Of Puppets (Remastered).mp3",
- "Duracion": "08:35",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 5153959183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.0934519-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "The Thing That Should Not Be",
- "Artista": "METALLICA",
- "Album": "MASTER OF PUPPETS",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Master Of Puppets\\3 The Thing That Should Not Be (Remastered).mp3",
- "Duracion": "06:36",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3961208163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.109833-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Welcome Home",
- "Artista": "METALLICA",
- "Album": "MASTER OF PUPPETS",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Master Of Puppets\\4 Welcome Home (Sanitarium) (Remastered).mp3",
- "Duracion": "06:27",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3871608163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.1325843-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Disposable Heroes",
- "Artista": "METALLICA",
- "Album": "MASTER OF PUPPETS",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Master Of Puppets\\5 Disposable Heroes (Remastered).mp3",
- "Duracion": "08:16",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 4966400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.1509581-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Leper Messiah",
- "Artista": "METALLICA",
- "Album": "MASTER OF PUPPETS",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Master Of Puppets\\6 Leper Messiah (Remastered).mp3",
- "Duracion": "05:39",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3399314285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.1675629-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Orion",
- "Artista": "METALLICA",
- "Album": "MASTER OF PUPPETS",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Master Of Puppets\\7 Orion (Remastered).mp3",
- "Duracion": "08:27",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 5072457142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.1878588-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Damage, Inc.",
- "Artista": "METALLICA",
- "Album": "MASTER OF PUPPETS",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Master Of Puppets\\8 Damage, Inc. (Remastered).mp3",
- "Duracion": "05:32",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3324865306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.2069989-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Fuel",
- "Artista": "METALLICA",
- "Album": "RELOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Reload\\01 Fuel.mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2697665306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.2228892-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "The Memory Remains",
- "Artista": "METALLICA",
- "Album": "RELOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Reload\\02 The Memory Remains.mp3",
- "Duracion": "04:39",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2792751020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.239571-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Devil's Dance",
- "Artista": "METALLICA",
- "Album": "RELOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Reload\\03 Devil's Dance.mp3",
- "Duracion": "05:18",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 3189551020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.25764-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "The Unforgiven II",
- "Artista": "METALLICA",
- "Album": "RELOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Reload\\04 The Unforgiven II.mp3",
- "Duracion": "06:36",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 3964865306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.274233-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Better Than You",
- "Artista": "METALLICA",
- "Album": "RELOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Reload\\05 Better Than You.mp3",
- "Duracion": "05:21",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 3216457142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.2903932-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Slither",
- "Artista": "METALLICA",
- "Album": "RELOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Reload\\06 Slither.mp3",
- "Duracion": "05:13",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 3132604081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.3065145-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Carpe Diem Baby",
- "Artista": "METALLICA",
- "Album": "RELOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Reload\\07 Carpe Diem Baby.mp3",
- "Duracion": "06:12",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 3722448979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.3233748-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Bad Seed",
- "Artista": "METALLICA",
- "Album": "RELOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Reload\\08 Bad Seed.mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2453681632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.3427422-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Where The Wild Things Are",
- "Artista": "METALLICA",
- "Album": "RELOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Reload\\09 Where The Wild Things Are.mp3",
- "Duracion": "06:54",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 4141714285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.3553602-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Prince Charming",
- "Artista": "METALLICA",
- "Album": "RELOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Reload\\10 Prince Charming.mp3",
- "Duracion": "06:05",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 3652440816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.3736987-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Low Man's Lyric",
- "Artista": "METALLICA",
- "Album": "RELOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Reload\\11 Low Man's Lyric.mp3",
- "Duracion": "07:37",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 4572734693,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.3900507-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "12 Attitude",
- "Artista": "METALLICA",
- "Album": "RELOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Reload\\12 Attitude.mp3",
- "Duracion": "05:16",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 3165779591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.4052632-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "13 Fixxxer",
- "Artista": "METALLICA",
- "Album": "RELOAD",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Reload\\13 Fixxxer.mp3",
- "Duracion": "08:15",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 4952555102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.4229176-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Creeping Death",
- "Artista": "METALLICA",
- "Album": "RIDE THE LIGHTNING",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Ride the Lightning (1984)\\Metallica - Creeping Death (Studio Version).m4a",
- "Duracion": "06:36",
- "FechaLanzamiento": "1984",
- "EstadoColor": "White",
- "DuracionLong": 3962260000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.4472718-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Escape",
- "Artista": "METALLICA",
- "Album": "RIDE THE LIGHTNING",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Ride the Lightning (1984)\\Metallica - Escape (Studio Version).m4a",
- "Duracion": "04:24",
- "FechaLanzamiento": "1984",
- "EstadoColor": "White",
- "DuracionLong": 2643600000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.4909229-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Fade To Black",
- "Artista": "METALLICA",
- "Album": "RIDE THE LIGHTNING",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Ride the Lightning (1984)\\Metallica - Fade To Black (Studio Version).m4a",
- "Duracion": "06:55",
- "FechaLanzamiento": "1984",
- "EstadoColor": "White",
- "DuracionLong": 4152660000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.5216989-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Fight Fire With Fire",
- "Artista": "METALLICA",
- "Album": "RIDE THE LIGHTNING",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Ride the Lightning (1984)\\Metallica - Fight Fire With Fire (Studio Version).m4a",
- "Duracion": "04:44",
- "FechaLanzamiento": "1984",
- "EstadoColor": "White",
- "DuracionLong": 2849560000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.5645463-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "For Whom The Bell Tolls",
- "Artista": "METALLICA",
- "Album": "RIDE THE LIGHTNING",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Ride the Lightning (1984)\\Metallica - For Whom The Bell Tolls (Studio Version).m4a",
- "Duracion": "05:11",
- "FechaLanzamiento": "1984",
- "EstadoColor": "White",
- "DuracionLong": 3112640000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.5956923-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Ride The Lightning",
- "Artista": "METALLICA",
- "Album": "RIDE THE LIGHTNING",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Ride the Lightning (1984)\\Metallica - Ride The Lightning (Studio Version).m4a",
- "Duracion": "06:37",
- "FechaLanzamiento": "1984",
- "EstadoColor": "White",
- "DuracionLong": 3978050000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.6279619-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "The Call Of Ktulu",
- "Artista": "METALLICA",
- "Album": "RIDE THE LIGHTNING",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Ride the Lightning (1984)\\Metallica - The Call Of Ktulu (Studio Version).m4a",
- "Duracion": "08:55",
- "FechaLanzamiento": "1984",
- "EstadoColor": "White",
- "DuracionLong": 5352670000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.6642267-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Trapped Under Ice",
- "Artista": "METALLICA",
- "Album": "RIDE THE LIGHTNING",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\Ride the Lightning (1984)\\Metallica - Trapped Under Ice (Studio Version).m4a",
- "Duracion": "04:04",
- "FechaLanzamiento": "1984",
- "EstadoColor": "White",
- "DuracionLong": 2444830000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.7101157-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Frantic",
- "Artista": "METALLICA",
- "Album": "ST. ANGER",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\St. Anger\\01 Frantic.mp3",
- "Duracion": "05:50",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3504065306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.7344941-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "St. Anger",
- "Artista": "METALLICA",
- "Album": "ST. ANGER",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\St. Anger\\02 St. Anger.mp3",
- "Duracion": "07:21",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 4411820408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.7508055-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Some Kind Of Monster",
- "Artista": "METALLICA",
- "Album": "ST. ANGER",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\St. Anger\\03 Some Kind Of Monster.mp3",
- "Duracion": "08:25",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 5055477551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.7678484-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Dirty Window",
- "Artista": "METALLICA",
- "Album": "ST. ANGER",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\St. Anger\\04 Dirty Window.mp3",
- "Duracion": "05:24",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3249371428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.7848937-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Invisible Kid",
- "Artista": "METALLICA",
- "Album": "ST. ANGER",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\St. Anger\\05 Invisible Kid.mp3",
- "Duracion": "08:30",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 5101453061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.802301-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "My World",
- "Artista": "METALLICA",
- "Album": "ST. ANGER",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\St. Anger\\06 My World.mp3",
- "Duracion": "05:45",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3455738775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.821309-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Shoot Me Again",
- "Artista": "METALLICA",
- "Album": "ST. ANGER",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\St. Anger\\07 Shoot Me Again.mp3",
- "Duracion": "07:10",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 4301322448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.8389521-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Sweet Amber",
- "Artista": "METALLICA",
- "Album": "ST. ANGER",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\St. Anger\\08 Sweet Amber.mp3",
- "Duracion": "05:27",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3271575510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.8577725-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "The Unnamed Feeling",
- "Artista": "METALLICA",
- "Album": "ST. ANGER",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\St. Anger\\09 The Unnamed Feeling.mp3",
- "Duracion": "07:07",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 4279379591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.8731828-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Purify",
- "Artista": "METALLICA",
- "Album": "ST. ANGER",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\St. Anger\\10 Purify.mp3",
- "Duracion": "05:13",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3139657142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.8908917-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "All Within My Hands",
- "Artista": "METALLICA",
- "Album": "ST. ANGER",
- "Genero": "HEAVY METAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Metallica\\St. Anger\\11 All Within My Hands.mp3",
- "Duracion": "08:45",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 5259232653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.9049372-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Smells Like Teen Spirit",
- "Artista": "NIRVANA",
- "Album": "NEVERMIND",
- "Genero": "GRUNCH",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Nirvana\\Nevermind\\01 Smells Like Teen Spirit.mp3",
- "Duracion": "05:02",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3020016326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.9240997-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "In Bloom",
- "Artista": "NIRVANA",
- "Album": "NEVERMIND",
- "Genero": "GRUNCH",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Nirvana\\Nevermind\\02 In Bloom.mp3",
- "Duracion": "04:15",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2551640816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.9490828-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Come As You Are",
- "Artista": "NIRVANA",
- "Album": "NEVERMIND",
- "Genero": "GRUNCH",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Nirvana\\Nevermind\\03 Come As You Are.mp3",
- "Duracion": "03:39",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2190106122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.974154-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Breed",
- "Artista": "NIRVANA",
- "Album": "NEVERMIND",
- "Genero": "GRUNCH",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Nirvana\\Nevermind\\04 Breed.mp3",
- "Duracion": "03:04",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 1841371428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:10.9992321-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Lithium",
- "Artista": "NIRVANA",
- "Album": "NEVERMIND",
- "Genero": "GRUNCH",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Nirvana\\Nevermind\\05 Lithium.mp3",
- "Duracion": "04:17",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2571232653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.0217777-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Polly",
- "Artista": "NIRVANA",
- "Album": "NEVERMIND",
- "Genero": "GRUNCH",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Nirvana\\Nevermind\\06 Polly.mp3",
- "Duracion": "02:53",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 1739232653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.0513813-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Territorial Pissings",
- "Artista": "NIRVANA",
- "Album": "NEVERMIND",
- "Genero": "GRUNCH",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Nirvana\\Nevermind\\07 Territorial Pissings.mp3",
- "Duracion": "02:23",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 1430204081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.0799708-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Drain You",
- "Artista": "NIRVANA",
- "Album": "NEVERMIND",
- "Genero": "GRUNCH",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Nirvana\\Nevermind\\08 Drain You.mp3",
- "Duracion": "03:43",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2239738775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.1059349-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Lounge Act",
- "Artista": "NIRVANA",
- "Album": "NEVERMIND",
- "Genero": "GRUNCH",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Nirvana\\Nevermind\\09 Lounge Act.mp3",
- "Duracion": "02:36",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 1565257142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.130111-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Stay Away",
- "Artista": "NIRVANA",
- "Album": "NEVERMIND",
- "Genero": "GRUNCH",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Nirvana\\Nevermind\\10 Stay Away.mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2115134693,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.1522097-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "On A Plain",
- "Artista": "NIRVANA",
- "Album": "NEVERMIND",
- "Genero": "GRUNCH",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Nirvana\\Nevermind\\11 On A Plain.mp3",
- "Duracion": "03:14",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 1945077551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.1830897-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Something In The Way",
- "Artista": "NIRVANA",
- "Album": "NEVERMIND",
- "Genero": "GRUNCH",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Nirvana\\Nevermind\\12 Something In The Way.mp3",
- "Duracion": "03:52",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2322285714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.2090898-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Endless, Nameless",
- "Artista": "NIRVANA",
- "Album": "NEVERMIND",
- "Genero": "GRUNCH",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Nirvana\\Nevermind\\13 Endless, Nameless.mp3",
- "Duracion": "06:43",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 4033567346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.2317237-03:00"
- },
- {
- "Numero": "",
- "Titulo": "01 Rock 'N' Roll Star",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\01 Rock 'N' Roll Star.m4a",
- "Duracion": "05:20",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 3209230000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.2544346-03:00"
- },
- {
- "Numero": "",
- "Titulo": "02 Some Might Say",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\02 Some Might Say.m4a",
- "Duracion": "04:21",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2616200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.2749121-03:00"
- },
- {
- "Numero": "",
- "Titulo": "03 Talk Tonight",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\03 Talk Tonight.m4a",
- "Duracion": "04:21",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2616200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.2917959-03:00"
- },
- {
- "Numero": "",
- "Titulo": "04 Lyla",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\04 Lyla.m4a",
- "Duracion": "05:10",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 3104510000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.3104963-03:00"
- },
- {
- "Numero": "",
- "Titulo": "05 The Importance Of Being Idle",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\05 The Importance Of Being Idle.m4a",
- "Duracion": "03:39",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2198010000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.3277569-03:00"
- },
- {
- "Numero": "",
- "Titulo": "06 Wonderwall",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\06 Wonderwall.m4a",
- "Duracion": "04:19",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2591820000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.3458964-03:00"
- },
- {
- "Numero": "",
- "Titulo": "07 Slide Away",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\07 Slide Away.m4a",
- "Duracion": "06:32",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 3923020000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.3643595-03:00"
- },
- {
- "Numero": "",
- "Titulo": "08 Cigarettes & Alcohol",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\08 Cigarettes & Alcohol.m4a",
- "Duracion": "04:50",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2900410000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.3828789-03:00"
- },
- {
- "Numero": "",
- "Titulo": "09 The Masterplan",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\09 The Masterplan.m4a",
- "Duracion": "05:22",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 3226420000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.4054321-03:00"
- },
- {
- "Numero": "",
- "Titulo": "10 Live Forever",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\10 Live Forever.m4a",
- "Duracion": "04:36",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2766429999,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.4242611-03:00"
- },
- {
- "Numero": "",
- "Titulo": "11 Acquiesce",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\11 Acquiesce.m4a",
- "Duracion": "04:24",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2644529999,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.4390352-03:00"
- },
- {
- "Numero": "",
- "Titulo": "12 Supersonic",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\12 Supersonic.m4a",
- "Duracion": "04:46",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2862559999,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.4561859-03:00"
- },
- {
- "Numero": "",
- "Titulo": "13 Half The World Away",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\13 Half The World Away.m4a",
- "Duracion": "04:21",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2618050000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.471708-03:00"
- },
- {
- "Numero": "",
- "Titulo": "14 Go Let It Out",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\14 Go Let It Out.m4a",
- "Duracion": "04:41",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2811710000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.4876591-03:00"
- },
- {
- "Numero": "",
- "Titulo": "15 Songbird",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\15 Songbird.m4a",
- "Duracion": "02:07",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1275710000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.5052559-03:00"
- },
- {
- "Numero": "",
- "Titulo": "16 Morning Glory",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\16 Morning Glory.m4a",
- "Duracion": "05:01",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 3019300000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.534312-03:00"
- },
- {
- "Numero": "",
- "Titulo": "17 Champagne Supernova",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\17 Champagne Supernova.m4a",
- "Duracion": "07:29",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 4493300000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.5654684-03:00"
- },
- {
- "Numero": "",
- "Titulo": "18 Don't Look Back In Anger",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\18 Don't Look Back In Anger.m4a",
- "Duracion": "04:48",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2883690000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.5990771-03:00"
- },
- {
- "Numero": "",
- "Titulo": "19 Stand By Me (Mustique Demo)",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\19 Stand By Me (Mustique Demo).m4a",
- "Duracion": "06:00",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 3609310000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.6342029-03:00"
- },
- {
- "Numero": "",
- "Titulo": "20 Stand by Me (Remastered)",
- "Artista": "OASIS",
- "Album": "DELUXE EDITION",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Deluxe\\20 Stand by Me (Remastered).m4a",
- "Duracion": "05:55",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 3559160000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.6653985-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "01 Go Let It Out (Live from Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS I",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm1\\01 Go Let It Out (Live from Wembley Stadium, 2000).mp3",
- "Duracion": "05:51",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3510073469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.6958526-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "02 Who Feels Love (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS I",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm1\\02 Who Feels Love (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "06:00",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3603069387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.7279154-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "03 Supersonic (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS I",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm1\\03 Supersonic (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2698187755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.7572055-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "04 Shakermaker (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS I",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm1\\04 Shakermaker (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "05:13",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3132604081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.7885193-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "05 Acquiesce (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS I",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm1\\05 Acquiesce (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "04:06",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2466742857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.8219201-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "06 Gas Panic! (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS I",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm1\\06 Gas Panic! (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "08:01",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 4813322448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.8474324-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "07 Roll with It (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS I",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm1\\07 Roll with It (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "04:43",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2833763265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.8657056-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "08 Wonderwall (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS I",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm1\\08 Wonderwall (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "04:33",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2739722448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.8849972-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "09 Cigarettes & Alcohol (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS I",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm1\\09 Cigarettes & Alcohol (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "06:52",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 4125518367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.9035206-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "10 Don't Look Back in Anger (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS I",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm1\\10 Don't Look Back in Anger (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "05:09",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3092897959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.9188109-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "11 Live Forever (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS I",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm1\\11 Live Forever (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "04:52",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2926497959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.9357303-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "12 Champagne Supernova (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS I",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm1\\12 Champagne Supernova (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "06:31",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3913404081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.9563638-03:00"
- },
- {
- "Numero": "26",
- "Titulo": "13 Rock 'n' Roll Star (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS I",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm1\\13 Rock 'n' Roll Star (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "06:24",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3842089795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.9716288-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "01 Fuckin' in the Bushes (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\01 Fuckin' in the Bushes (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "03:04",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 1843722448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:11.987849-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "02 Go Let It Out (Live from Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\02 Go Let It Out (Live from Wembley Stadium, 2000).mp3",
- "Duracion": "05:32",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3323036734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.0056022-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "03 Who Feels Love (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\03 Who Feels Love (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "05:59",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3598106122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.0200468-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "04 Supersonic (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\04 Supersonic (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "04:30",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2703673469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.0392501-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "05 Shakermaker (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\05 Shakermaker (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "05:13",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3130514285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.056186-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "06 Acquiesce (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\06 Acquiesce (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "04:18",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2585077551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.074704-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "07 Step Out (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\07 Step Out (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2455248979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.0923008-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "08 Gas Panic! (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\08 Gas Panic! (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "08:01",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 4815673469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.1084983-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "09 Roll with It (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\09 Roll with It (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "04:43",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2837420408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.1250823-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "10 Stand by Me (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\10 Stand by Me (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "05:49",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3490481632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.1440014-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "11 Wonderwall (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\11 Wonderwall (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "04:46",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2864848979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.1655787-03:00"
- },
- {
- "Numero": "24",
- "Titulo": "12 Cigarettes & Alcohol (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\12 Cigarettes & Alcohol (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "06:52",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 4120555102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.1842404-03:00"
- },
- {
- "Numero": "25",
- "Titulo": "13 Don't Look Back in Anger (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\13 Don't Look Back in Anger (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "05:27",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3276538775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.2051698-03:00"
- },
- {
- "Numero": "27",
- "Titulo": "14 Live Forever (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\14 Live Forever (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "05:09",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3099428571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.2203221-03:00"
- },
- {
- "Numero": "28",
- "Titulo": "15 Hey Hey, My, My (Into the Black) (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\15 Hey Hey, My, My (Into the Black) (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "03:45",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2254628571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.2364538-03:00"
- },
- {
- "Numero": "29",
- "Titulo": "16 Champagne Supernova (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\16 Champagne Supernova (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "06:32",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3920718367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.2520458-03:00"
- },
- {
- "Numero": "30",
- "Titulo": "17 Rock 'n' Roll Star (Live at Wembley Stadium, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\17 Rock 'n' Roll Star (Live at Wembley Stadium, 2000).mp3",
- "Duracion": "07:26",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 4468767346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.270712-03:00"
- },
- {
- "Numero": "31",
- "Titulo": "18 Helter Skelter (Live for SFX Radio, 2000)",
- "Artista": "OASIS",
- "Album": "FAMILIAR TO MILLONS II",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\fm2\\18 Helter Skelter (Live for SFX Radio, 2000).mp3",
- "Duracion": "06:32",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3926204081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.2864577-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "The Hindu Times",
- "Artista": "OASIS",
- "Album": "HEATHEN CHEMISTRY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\HEATHEN CHEMISTRY\\01 The Hindu Times.m4a",
- "Duracion": "03:46",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2264180000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.3041762-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Force Of Nature",
- "Artista": "OASIS",
- "Album": "HEATHEN CHEMISTRY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\HEATHEN CHEMISTRY\\02 Force Of Nature.m4a",
- "Duracion": "04:51",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2916900000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.3227828-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Hung In A Bad Place",
- "Artista": "OASIS",
- "Album": "HEATHEN CHEMISTRY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\HEATHEN CHEMISTRY\\03 Hung In A Bad Place.m4a",
- "Duracion": "03:28",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2086550000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.3392547-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Stop Crying Your Heart Out",
- "Artista": "OASIS",
- "Album": "HEATHEN CHEMISTRY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\HEATHEN CHEMISTRY\\04 Stop Crying Your Heart Out.m4a",
- "Duracion": "05:03",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 3031830000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.3709171-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Songbird",
- "Artista": "OASIS",
- "Album": "HEATHEN CHEMISTRY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\HEATHEN CHEMISTRY\\05 Songbird.m4a",
- "Duracion": "02:07",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 1275710000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.401034-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Little By Little",
- "Artista": "OASIS",
- "Album": "HEATHEN CHEMISTRY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\HEATHEN CHEMISTRY\\06 Little By Little.m4a",
- "Duracion": "04:52",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2929200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.4635551-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "[Probably] All In The Mind",
- "Artista": "OASIS",
- "Album": "HEATHEN CHEMISTRY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\HEATHEN CHEMISTRY\\08 [Probably] All In The Mind.m4a",
- "Duracion": "04:02",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2420220000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.4956892-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "She Is Love",
- "Artista": "OASIS",
- "Album": "HEATHEN CHEMISTRY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\HEATHEN CHEMISTRY\\09 She Is Love.m4a",
- "Duracion": "03:11",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 1916579999,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.5124626-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Born On A Different Cloud",
- "Artista": "OASIS",
- "Album": "HEATHEN CHEMISTRY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\HEATHEN CHEMISTRY\\10 Born On A Different Cloud.m4a",
- "Duracion": "06:08",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 3689420000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.5292024-03:00"
- },
- {
- "Numero": "",
- "Titulo": "01 Hello (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\01 Hello (Remastered).mp3",
- "Duracion": "03:23",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2032065306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.5459685-03:00"
- },
- {
- "Numero": "",
- "Titulo": "02 Roll With It (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\02 Roll With It (Remastered).mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2401436734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.5629243-03:00"
- },
- {
- "Numero": "",
- "Titulo": "04 Don't Look Back In Anger (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\04 Don't Look Back In Anger (Remastered).mp3",
- "Duracion": "04:49",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2896457142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.5794662-03:00"
- },
- {
- "Numero": "",
- "Titulo": "05 Hey Now! (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\05 Hey Now! (Remastered).mp3",
- "Duracion": "05:41",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3419951020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.5988208-03:00"
- },
- {
- "Numero": "",
- "Titulo": "07 Some Might Say (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\07 Some Might Say (Remastered).mp3",
- "Duracion": "05:27",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3279673469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.615586-03:00"
- },
- {
- "Numero": "",
- "Titulo": "08 Cast No Shadow (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\08 Cast No Shadow (Remastered).mp3",
- "Duracion": "04:54",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2948440816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.6327306-03:00"
- },
- {
- "Numero": "",
- "Titulo": "09 She's Electric (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\09 She's Electric (Remastered).mp3",
- "Duracion": "03:40",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2209697959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.6497833-03:00"
- },
- {
- "Numero": "",
- "Titulo": "10 Morning Glory (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\10 Morning Glory (Remastered).mp3",
- "Duracion": "05:03",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3034122448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.6683017-03:00"
- },
- {
- "Numero": "",
- "Titulo": "12 Champagne Supernova (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\12 Champagne Supernova (Remastered).mp3",
- "Duracion": "07:31",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 4514220408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.68671-03:00"
- },
- {
- "Numero": "",
- "Titulo": "13 Talk Tonight (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\13 Talk Tonight (Remastered).mp3",
- "Duracion": "04:23",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2638367346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.7040257-03:00"
- },
- {
- "Numero": "",
- "Titulo": "14 Acquiesce (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\14 Acquiesce (Remastered).mp3",
- "Duracion": "04:28",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2680163265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.7193124-03:00"
- },
- {
- "Numero": "",
- "Titulo": "15 Headshrinker (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\15 Headshrinker (Remastered).mp3",
- "Duracion": "04:41",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2818612244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.7340452-03:00"
- },
- {
- "Numero": "",
- "Titulo": "16 It's Better People (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\16 It's Better People (Remastered).mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2401697959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.7502026-03:00"
- },
- {
- "Numero": "",
- "Titulo": "17 Rockin' Chair (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\17 Rockin' Chair (Remastered).mp3",
- "Duracion": "04:39",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2792751020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.7683714-03:00"
- },
- {
- "Numero": "",
- "Titulo": "18 Step Out (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\18 Step Out (Remastered).mp3",
- "Duracion": "03:44",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2244702040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.787623-03:00"
- },
- {
- "Numero": "",
- "Titulo": "19 Underneath The Sky (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\19 Underneath The Sky (Remastered).mp3",
- "Duracion": "03:24",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2047477551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.8029903-03:00"
- },
- {
- "Numero": "",
- "Titulo": "20 Cum On Feel The Noize (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\20 Cum On Feel The Noize (Remastered).mp3",
- "Duracion": "05:12",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3122155102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.8192066-03:00"
- },
- {
- "Numero": "",
- "Titulo": "21 Round Are Way (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\21 Round Are Way (Remastered).mp3",
- "Duracion": "05:44",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3444767346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.833862-03:00"
- },
- {
- "Numero": "",
- "Titulo": "22 The Swamp Song (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\22 The Swamp Song (Remastered).mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2624000000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.8490272-03:00"
- },
- {
- "Numero": "",
- "Titulo": "23 The Masterplan (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\23 The Masterplan (Remastered).mp3",
- "Duracion": "05:25",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3252767346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.8654505-03:00"
- },
- {
- "Numero": "",
- "Titulo": "24 Bonehead's Bank Holiday (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\24 Bonehead's Bank Holiday (Remastered).mp3",
- "Duracion": "04:03",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2430171428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.8889222-03:00"
- },
- {
- "Numero": "",
- "Titulo": "25 Champagne Supernova (Brendan Lynch Mix)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\25 Champagne Supernova (Brendan Lynch Mix).mp3",
- "Duracion": "06:58",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 4180375510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.9051761-03:00"
- },
- {
- "Numero": "",
- "Titulo": "26 You've Got To Hide Your Love Away (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\26 You've Got To Hide Your Love Away (Remastered).mp3",
- "Duracion": "02:17",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 1372995918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.9207736-03:00"
- },
- {
- "Numero": "",
- "Titulo": "27 Acquiesce (Live At Earls Court)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\27 Acquiesce (Live At Earls Court).mp3",
- "Duracion": "03:54",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2345012244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.9357177-03:00"
- },
- {
- "Numero": "",
- "Titulo": "28 Some Might Say (Demo)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\28 Some Might Say (Demo).mp3",
- "Duracion": "04:03",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2439053061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.9494381-03:00"
- },
- {
- "Numero": "",
- "Titulo": "29 Some Might Say (Live at Roskilde)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\29 Some Might Say (Live at Roskilde).mp3",
- "Duracion": "05:06",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3061028571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.9659133-03:00"
- },
- {
- "Numero": "",
- "Titulo": "3 Wonderwall (Remastered)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\3 Wonderwall (Remastered).mp3",
- "Duracion": "04:18",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2588473469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:12.9814064-03:00"
- },
- {
- "Numero": "",
- "Titulo": "30 She’s Electric (Demo)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\30 She’s Electric (Demo).mp3",
- "Duracion": "03:02",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 1829093877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.0014335-03:00"
- },
- {
- "Numero": "",
- "Titulo": "31 Talk Tonight (Live At Bath Pavilion)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\31 Talk Tonight (Live At Bath Pavilion).mp3",
- "Duracion": "03:42",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2221975510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.0184041-03:00"
- },
- {
- "Numero": "",
- "Titulo": "32 Rockin’ Chair (Demo)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\32 Rockin’ Chair (Demo).mp3",
- "Duracion": "04:04",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2446106122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.0323644-03:00"
- },
- {
- "Numero": "",
- "Titulo": "33 Hello (Live At Roskilde)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\33 Hello (Live At Roskilde).mp3",
- "Duracion": "03:23",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2038857142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.0472891-03:00"
- },
- {
- "Numero": "",
- "Titulo": "34 Roll With It (Live At Roskilde)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\34 Roll With It (Live At Roskilde).mp3",
- "Duracion": "04:07",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2477191836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.0637022-03:00"
- },
- {
- "Numero": "",
- "Titulo": "35 Morning Glory (Live At Roskilde)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\35 Morning Glory (Live At Roskilde).mp3",
- "Duracion": "04:47",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2872946938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.0804695-03:00"
- },
- {
- "Numero": "",
- "Titulo": "36 Hey Now (Demo)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\36 Hey Now (Demo).mp3",
- "Duracion": "03:07",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 1879771428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.1009375-03:00"
- },
- {
- "Numero": "",
- "Titulo": "37 Bonehead’s Bank Holiday (Demo)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\37 Bonehead’s Bank Holiday (Demo).mp3",
- "Duracion": "02:08",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 1287314285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.114912-03:00"
- },
- {
- "Numero": "",
- "Titulo": "38 Round Are Way (MTV Unplugged)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\38 Round Are Way (MTV Unplugged).mp3",
- "Duracion": "04:51",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2913436734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.1308542-03:00"
- },
- {
- "Numero": "",
- "Titulo": "39 Cast No Shadow (Live At Maine Road)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\39 Cast No Shadow (Live At Maine Road).mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2455248979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.149664-03:00"
- },
- {
- "Numero": "",
- "Titulo": "40 The Masterplan (Live At Knebworth Park)",
- "Artista": "OASIS",
- "Album": "WHATS THE STORY? MORNING GLORY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Oasis\\Whats the Story\\40 The Masterplan (Live At Knebworth Park).mp3",
- "Duracion": "04:55",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2952097959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.164603-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "01 In The Air Tonight",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\01 In The Air Tonight.mp3",
- "Duracion": "04:53",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2935640816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.1818045-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "02 Sussudio",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\02 Sussudio.mp3",
- "Duracion": "05:16",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3161600000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.211587-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "03 Another Day In Paradise",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\03 Another Day In Paradise.mp3",
- "Duracion": "04:50",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2900375510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.2392265-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "04 You Can't Hurry Love",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\04 You Can't Hurry Love.mp3",
- "Duracion": "02:52",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1720946938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.2643241-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "05 Easy Lover",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\05 Easy Lover.mp3",
- "Duracion": "05:02",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3028375510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.2878105-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "06 Something Happened On The Way To Heaven",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\06 Something Happened On The Way To Heaven.mp3",
- "Duracion": "06:00",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3605159183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.3167802-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "07 Two Hearts",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\07 Two Hearts.mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2549289795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.3430377-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "08 One More Night",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\08 One More Night.mp3",
- "Duracion": "05:19",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3197387755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.3680507-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "09 07 Against All Odds",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\09 07 Against All Odds.mp3",
- "Duracion": "03:25",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2053746938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.3910621-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "10 Take Me Home",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\10 Take Me Home.mp3",
- "Duracion": "06:13",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3736816326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.4137714-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "11 I Wish It Would Rain Down",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\11 I Wish It Would Rain Down.mp3",
- "Duracion": "08:34",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 5147689795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.439608-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "12 A Groovy Kind Of Love",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\12 A Groovy Kind Of Love.mp3",
- "Duracion": "04:01",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2410579591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.4684288-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "13 You'll Be In My Heart",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\13 You'll Be In My Heart.mp3",
- "Duracion": "04:16",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2568359183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.502348-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "14 Don't Lose My Number",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\14 Don't Lose My Number.mp3",
- "Duracion": "04:48",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2889665306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.5474102-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "15 Separate Lives",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\15 Separate Lives.mp3",
- "Duracion": "04:23",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2632620408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.5754925-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "16 Both Sides Of The Story",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\16 Both Sides Of The Story.mp3",
- "Duracion": "06:41",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 4019983673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.6002087-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "17 Thru' These Walls",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\17 Thru' These Walls.mp3",
- "Duracion": "05:03",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3035428571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.6264728-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "18 Dance Into The Light",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\18 Dance Into The Light.mp3",
- "Duracion": "04:44",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2841338775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.6549375-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "19 Hang In Long Enough",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\19 Hang In Long Enough.mp3",
- "Duracion": "04:44",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2845518367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.6847828-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "20 Who Said I Would",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\20 Who Said I Would.mp3",
- "Duracion": "04:01",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2417632653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.7118842-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "21 I Missed Again",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\21 I Missed Again.mp3",
- "Duracion": "03:55",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2354416326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.7390078-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "22 I Don't Care Anymore",
- "Artista": "PHILL COLLINS",
- "Album": "LISTA YOUTUBE",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Phill Collins\\22 I Don't Care Anymore.mp3",
- "Duracion": "05:10",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3104391836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.7631827-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Coming Back To Life",
- "Artista": "PINK FLOYD",
- "Album": "BEST-PINK FLOYD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Pink Floyd\\Coming Back To Life.mp3",
- "Duracion": "07:06",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 4267335256,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.7925141-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Learning To Fly",
- "Artista": "PINK FLOYD",
- "Album": "BEST-PINK FLOYD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Pink Floyd\\Learning To Fly.mp3",
- "Duracion": "05:23",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 3239584615,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.8098039-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Money",
- "Artista": "PINK FLOYD",
- "Album": "BEST-PINK FLOYD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Pink Floyd\\Money.mp3",
- "Duracion": "09:07",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 5479149358,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.8287938-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Another Brick In The Wall",
- "Artista": "PINK FLOYD",
- "Album": "BEST-PINK FLOYD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Pink Floyd\\pink floyd - another brick in the wall.mp3",
- "Duracion": "03:54",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2349546153,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.8473189-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Comfortably Numb",
- "Artista": "PINK FLOYD",
- "Album": "BEST-PINK FLOYD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Pink Floyd\\Pink Floyd - Comfortably numb.mp3",
- "Duracion": "07:04",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 4245633974,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.8617972-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Shine On You Crazy Diamond",
- "Artista": "PINK FLOYD",
- "Album": "BEST-PINK FLOYD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Pink Floyd\\Pink Floyd - Shine On You Crazy Diamond [Official].mp3",
- "Duracion": "10:15",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 6159940384,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.88214-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Shine On You Crazy Diamond 2",
- "Artista": "PINK FLOYD",
- "Album": "BEST-PINK FLOYD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Pink Floyd\\Pink Floyd - Shine On You Crazy Diamond [Official Music Video].mp3",
- "Duracion": "13:42",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 8228570512,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.9028411-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Time",
- "Artista": "PINK FLOYD",
- "Album": "BEST-PINK FLOYD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Pink Floyd\\Pink Floyd - Time.mp3",
- "Duracion": "07:11",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 4316633333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.9187429-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Wish You Were Here",
- "Artista": "PINK FLOYD",
- "Album": "BEST-PINK FLOYD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Pink Floyd\\Pink Floyd - Wish You Were Here (Legendado) (Into the Wild).mp3",
- "Duracion": "05:16",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 3161887179,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.9346318-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Hey You",
- "Artista": "PINK FLOYD",
- "Album": "BEST-PINK FLOYD",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Pink Floyd\\Pink Floyd - _Hey You_.mp3",
- "Duracion": "04:48",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2887534615,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.9498315-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Bohemian Rhapsody",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\01 Bohemian Rhapsody (Remastered 2011).mp3",
- "Duracion": "05:55",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 3555004081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.9674023-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Another One Bites The Dust",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\02 Another One Bites The Dust (Remastered 2011).mp3",
- "Duracion": "03:35",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 2153795918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:13.9863743-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Killer Queen",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\03 Killer Queen (Remastered 2011).mp3",
- "Duracion": "02:59",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 1796702040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.0070759-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Fat Bottomed Girls",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\04 Fat Bottomed Girls (Remastered 2011).mp3",
- "Duracion": "03:22",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 2025273469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.0266078-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Bicycle Race",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\05 Bicycle Race (Remastered 2011).mp3",
- "Duracion": "03:00",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 1808718367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.052654-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "You're My Best Friend",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\06 You're My Best Friend (Remastered 2011).mp3",
- "Duracion": "02:50",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 1708930612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.0719436-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Don't Stop Me Now",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\07 Don't Stop Me Now (Remastered 2011).mp3",
- "Duracion": "03:29",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 2097110204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.0931733-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Save Me",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\08 Save Me (Remastered 2011).mp3",
- "Duracion": "03:48",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 2281012244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.1117993-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Crazy Little Thing Called Love",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\09 Crazy Little Thing Called Love (Remastered 2011).mp3",
- "Duracion": "02:43",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 1634220408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.1303826-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Somebody To Love",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\10 Somebody To Love (Remastered 2011).mp3",
- "Duracion": "04:56",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 2965420408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.1490627-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Now I'm Here",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\11 Now I'm Here (Remastered 2011).mp3",
- "Duracion": "04:13",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 2534138775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.175459-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Good Old-Fashioned Lover Boy",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\12 Good Old-Fashioned Lover Boy (Remastered 2011).mp3",
- "Duracion": "02:53",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 1731134693,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.1976059-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Play The Game",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\13 Play The Game (Remastered 2011).mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 2119053061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.2206387-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Flash",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\14 Flash (Remastered 2011).mp3",
- "Duracion": "02:47",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 1674187755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.2433494-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "We Will Rock You",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\16 We Will Rock You (Remastered 2011).mp3",
- "Duracion": "02:01",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 1218612244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.2658801-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "We Are The Champions",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 1\\17 We Are The Champions (Remastered 2011).mp3",
- "Duracion": "03:06",
- "FechaLanzamiento": "1981",
- "EstadoColor": "White",
- "DuracionLong": 1869583673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.2909954-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "A Kind Of Magic",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\01 A Kind Of Magic (Remastered 2011).mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2622955102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.3132978-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Under Pressure",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\02 Under Pressure (Remastered 2011).mp3",
- "Duracion": "03:56",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2365910204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.3309899-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Radio Ga Ga",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\03 Radio Ga Ga (Remastered 2011).mp3",
- "Duracion": "05:43",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3433795918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.3463386-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "I Want It All",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\04 I Want It All (Remastered 2011).mp3",
- "Duracion": "04:01",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2412930612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.3616763-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "I Want To Break Free",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\05 I Want To Break Free (Remastered 2011).mp3",
- "Duracion": "04:18",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2580897959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.3789608-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Innuendo",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\06 Innuendo (Remastered 2011).mp3",
- "Duracion": "06:28",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3883102040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.3936664-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "It's A Hard Life",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\07 It's A Hard Life (Remastered 2011).mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2488685714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.4130183-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Breakthru",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\08 Breakthru (Remastered 2011).mp3",
- "Duracion": "04:09",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2491820408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.4313133-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Who Wants To Live Forever",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\09 Who Wants To Live Forever (Remastered 2011).mp3",
- "Duracion": "04:55",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2953926530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.4516468-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Headlong",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\10 Headlong (Remastered 2011).mp3",
- "Duracion": "04:31",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2710726530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.4691285-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "The Miracle",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\11 The Miracle (Remastered 2011).mp3",
- "Duracion": "04:54",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2948963265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.4840251-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "I'm Going Slightly Mad",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\12 I'm Going Slightly Mad (Remastered 2011).mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2487118367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.4973879-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "The Invisible Man",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\13 The Invisible Man (Remastered 2011).mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2378971428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.5111133-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Hammer To Fall",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\14 Hammer To Fall (Remastered 2011).mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2184097959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.5272461-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Friends Will Be Friends",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\15 Friends Will Be Friends (Remastered 2011).mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2487118367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.5430108-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "The Show Must Go On",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\16 The Show Must Go On (Remastered 2011).mp3",
- "Duracion": "04:23",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2637322448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.5617427-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "One Vision",
- "Artista": "QUEEN",
- "Album": "GRATEST HITS II",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 2\\17 One Vision (Remastered 2011).mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2451069387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.5766038-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "The Show Must Go On",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\01 The Show Must Go On (Live _ Theatre National de Chaillot, Paris _ 1997).mp3",
- "Duracion": "04:35",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 2754351020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.5967105-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Under Pressure",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\02 Under Pressure (Rah Mix).mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 2487118367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.612078-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Barcelona",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\03 Barcelona.mp3",
- "Duracion": "04:25",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 2654824489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.6280528-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Too Much Love Will Kill You",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\04 Too Much Love Will Kill You.mp3",
- "Duracion": "04:18",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 2588473469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.6438253-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Somebody To Love (Live At The Freddie Mercury Tribute Concert For AIDS Awareness, Wembley _ 1992)",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\05 Somebody To Love (Live At The Freddie Mercury Tribute Concert For AIDS Awareness, Wembley _ 1992).mp3",
- "Duracion": "05:07",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 3074351020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.6639617-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "You Don't Fool Me",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\06 You Don't Fool Me.mp3",
- "Duracion": "05:22",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 3226906122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.6819489-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Heaven For Everyone",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\07 Heaven For Everyone.mp3",
- "Duracion": "04:37",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 2776555102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.6965041-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Las Palabras De Amor (The Words Of Love)",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\08 Las Palabras De Amor (The Words Of Love).mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 2692440816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.7136311-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Driven By You",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\09 Driven By You.mp3",
- "Duracion": "04:09",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 2498351020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.7281622-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Living on My Own (Julian Raymond Album Mix)",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\10 Living on My Own (Julian Raymond Album Mix).mp3",
- "Duracion": "03:37",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 2172865306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.7438547-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Let Me Live",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\11 Let Me Live.mp3",
- "Duracion": "04:45",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 2858318367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.7601838-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "The Great Pretender",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\12 The Great Pretender.mp3",
- "Duracion": "03:26",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 2060538775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.7781519-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Princes Of The Universe",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\13 Princes Of The Universe.mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 2116702040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.7932125-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Another One Bites The Dust (Remix)",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\14 Another One Bites The Dust (Remix).mp3",
- "Duracion": "04:20",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 2608326530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.817059-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "No One But You (Only The Good Die Young)",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\15 No One But You (Only The Good Die Young).mp3",
- "Duracion": "04:11",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 2513763265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.8297294-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "These Are The Days Of Our Lives",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\16 These Are The Days Of Our Lives.mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 2622955102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.8432054-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Thank God It's Christmas",
- "Artista": "QUEEN",
- "Album": "GREATEST HITS III",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Queen\\Queen GH 3\\17 Thank God It's Christmas.mp3",
- "Duracion": "04:19",
- "FechaLanzamiento": "1999",
- "EstadoColor": "White",
- "DuracionLong": 2593175510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.8629295-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "El amo del camino",
- "Artista": "RATA BLANCA",
- "Album": "EL CAMINO DEL FUEGO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El camino del fuego\\01 El amo del camino.mp3",
- "Duracion": "04:11",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2515853061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.8788482-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Volviendo a casa",
- "Artista": "RATA BLANCA",
- "Album": "EL CAMINO DEL FUEGO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El camino del fuego\\02 Volviendo a casa.mp3",
- "Duracion": "05:29",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 3297697959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.8967094-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "La canción del guerrero",
- "Artista": "RATA BLANCA",
- "Album": "EL CAMINO DEL FUEGO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El camino del fuego\\03 La canción del guerrero.mp3",
- "Duracion": "05:05",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 3053453061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.9111368-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Abeja Reina",
- "Artista": "RATA BLANCA",
- "Album": "EL CAMINO DEL FUEGO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El camino del fuego\\04 Abeja Reina.mp3",
- "Duracion": "04:21",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2611200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.9289397-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Lluvia Púrpura",
- "Artista": "RATA BLANCA",
- "Album": "EL CAMINO DEL FUEGO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El camino del fuego\\05 Lluvia Púrpura.mp3",
- "Duracion": "04:40",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2804244897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.9475949-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Señora Furia",
- "Artista": "RATA BLANCA",
- "Album": "EL CAMINO DEL FUEGO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El camino del fuego\\06 Señora Furia.mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2545893877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.9617231-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Sinfonía Fantástica",
- "Artista": "RATA BLANCA",
- "Album": "EL CAMINO DEL FUEGO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El camino del fuego\\07 Sinfonía Fantástica.mp3",
- "Duracion": "09:33",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 5739624489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.9785381-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Cuando la luz oscurece",
- "Artista": "RATA BLANCA",
- "Album": "EL CAMINO DEL FUEGO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El camino del fuego\\08 Cuando la luz oscurece.mp3",
- "Duracion": "07:48",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 4680881632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:14.9991638-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "En nombre de Dios",
- "Artista": "RATA BLANCA",
- "Album": "EL CAMINO DEL FUEGO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El camino del fuego\\09 En nombre de Dios.mp3",
- "Duracion": "05:26",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 3260081632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.0140237-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Caballo Salvaje",
- "Artista": "RATA BLANCA",
- "Album": "EL CAMINO DEL FUEGO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El camino del fuego\\10 Caballo Salvaje.mp3",
- "Duracion": "04:27",
- "FechaLanzamiento": "2002",
- "EstadoColor": "White",
- "DuracionLong": 2671542857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.0339025-03:00"
- },
- {
- "Numero": "",
- "Titulo": "1 Hombre De Hielo",
- "Artista": "RATA BLANCA",
- "Album": "GUERRERO DEL ARCO IRIS",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El guerrero del arco iris\\1 Hombre De Hielo.mp3",
- "Duracion": "05:14",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3146187755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.0504738-03:00"
- },
- {
- "Numero": "",
- "Titulo": "2 Angeles De Acero",
- "Artista": "RATA BLANCA",
- "Album": "GUERRERO DEL ARCO IRIS",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El guerrero del arco iris\\2 Angeles De Acero.mp3",
- "Duracion": "03:50",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2301126530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.0720862-03:00"
- },
- {
- "Numero": "",
- "Titulo": "3 Noches Sin Sueño",
- "Artista": "RATA BLANCA",
- "Album": "GUERRERO DEL ARCO IRIS",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El guerrero del arco iris\\3 Noches Sin Sueño.mp3",
- "Duracion": "06:10",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3709126530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.094724-03:00"
- },
- {
- "Numero": "",
- "Titulo": "4 La Boca Del Lobo",
- "Artista": "RATA BLANCA",
- "Album": "GUERRERO DEL ARCO IRIS",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El guerrero del arco iris\\4 La Boca Del Lobo.mp3",
- "Duracion": "03:41",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2218840816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.1171122-03:00"
- },
- {
- "Numero": "",
- "Titulo": "5 Quizá Empieces Otra Vez",
- "Artista": "RATA BLANCA",
- "Album": "GUERRERO DEL ARCO IRIS",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El guerrero del arco iris\\5 Quizá Empieces Otra Vez.mp3",
- "Duracion": "06:17",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3774171428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.1428861-03:00"
- },
- {
- "Numero": "",
- "Titulo": "6 Guerrero Del Arco Iris",
- "Artista": "RATA BLANCA",
- "Album": "GUERRERO DEL ARCO IRIS",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El guerrero del arco iris\\6 Guerrero Del Arco Iris.mp3",
- "Duracion": "05:04",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3046400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.1665623-03:00"
- },
- {
- "Numero": "",
- "Titulo": "7 Abrazando El Rock & Roll",
- "Artista": "RATA BLANCA",
- "Album": "GUERRERO DEL ARCO IRIS",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El guerrero del arco iris\\7 Abrazando El Rock & Roll.mp3",
- "Duracion": "06:15",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3752751020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.1865488-03:00"
- },
- {
- "Numero": "",
- "Titulo": "8 Los Ojos Del Dragón",
- "Artista": "RATA BLANCA",
- "Album": "GUERRERO DEL ARCO IRIS",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El guerrero del arco iris\\8 Los Ojos Del Dragón.mp3",
- "Duracion": "04:47",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2879738775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.2069511-03:00"
- },
- {
- "Numero": "",
- "Titulo": "9 Nada Es Fácil Sin Tu Amor",
- "Artista": "RATA BLANCA",
- "Album": "GUERRERO DEL ARCO IRIS",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\El guerrero del arco iris\\9 Nada Es Fácil Sin Tu Amor.mp3",
- "Duracion": "07:31",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 4514742857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.2259325-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "En el Bajo Flores",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\01 En el Bajo Flores.mp3",
- "Duracion": "06:21",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 3812310204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.250856-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Bajo Control",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\02 Bajo Control.mp3",
- "Duracion": "05:04",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 3044048979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.2665633-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "03 Jerusalén",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL INFIERNO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\03 Jerusalén.mp3",
- "Duracion": "07:35",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 4550530612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.2812406-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Sombra Inerte del Amor",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\04 Sombra Inerte del Amor.mp3",
- "Duracion": "05:22",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 3225338775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.2945402-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Obsesión",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\05 Obsesión.mp3",
- "Duracion": "03:34",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2146481632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.3130862-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Patria",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\06 Patria.mp3",
- "Duracion": "07:20",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 4408424489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.3256388-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Herederos de la Fe",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\07 Herederos de la Fe.mp3",
- "Duracion": "04:42",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2829322448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.3454688-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Sin Tu Amor Nada Existe",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\08 Sin Tu Amor Nada Existe.mp3",
- "Duracion": "05:54",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 3542465306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.3612909-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Máquina",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\09 Máquina.mp3",
- "Duracion": "06:27",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 3876571428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.3791692-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Fantasma Azul",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\10 Fantasma Azul.mp3",
- "Duracion": "05:13",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 3130775510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.4001465-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Banda Viajera",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\11 Banda Viajera.mp3",
- "Duracion": "02:00",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 1204767346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.4162076-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Basura",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\12 Basura.mp3",
- "Duracion": "06:16",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 3766073469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.4360209-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Asesinos",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\13 Asesinos.mp3",
- "Duracion": "05:19",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 3197910204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.4517163-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Cuarto Poder",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\14 Cuarto Poder.mp3",
- "Duracion": "03:48",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2286759183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.4721734-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Lejos de Casa",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\15 Lejos de Casa.mp3",
- "Duracion": "03:45",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2259330612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.4911285-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Agord, la Bruja",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\16 Agord, la Bruja.mp3",
- "Duracion": "04:17",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2579069387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.5080336-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Breaking Away",
- "Artista": "RATA BLANCA",
- "Album": "ENTRE EL CIELO Y EL ...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Entre el cielo y el infierno\\17 Breaking Away.mp3",
- "Duracion": "04:58",
- "FechaLanzamiento": "1994",
- "EstadoColor": "White",
- "DuracionLong": 2988669387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.5249554-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Intro",
- "Artista": "RATA BLANCA",
- "Album": "LA LLAVE DE LA PUERT...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\La llave de la puerta secreta\\01 Intro.mp3",
- "Duracion": "01:46",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 1069714285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.5457272-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "La Llave De La Puerta Secreta",
- "Artista": "RATA BLANCA",
- "Album": "LA LLAVE DE LA PUERT...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\La llave de la puerta secreta\\02 La Llave De La Puerta Secreta.mp3",
- "Duracion": "05:53",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3539330612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.5649465-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "La Otra Cara De La Moneda",
- "Artista": "RATA BLANCA",
- "Album": "LA LLAVE DE LA PUERT...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\La llave de la puerta secreta\\03 La Otra Cara De La Moneda.mp3",
- "Duracion": "05:17",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3172571428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.5867991-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Aún Estás En Mis Sueños",
- "Artista": "RATA BLANCA",
- "Album": "LA LLAVE DE LA PUERT...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\La llave de la puerta secreta\\04 Aún Estás En Mis Sueños.mp3",
- "Duracion": "05:03",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3031510204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.6068368-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Indigo",
- "Artista": "RATA BLANCA",
- "Album": "LA LLAVE DE LA PUERT...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\La llave de la puerta secreta\\05 Indigo.mp3",
- "Duracion": "05:22",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3224032653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.627622-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Bajo El Poder Del Sol",
- "Artista": "RATA BLANCA",
- "Album": "LA LLAVE DE LA PUERT...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\La llave de la puerta secreta\\06 Bajo El Poder Del Sol.mp3",
- "Duracion": "05:19",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3198432653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.652126-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Blues",
- "Artista": "RATA BLANCA",
- "Album": "LA LLAVE DE LA PUERT...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\La llave de la puerta secreta\\07 Blues.mp3",
- "Duracion": "08:46",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 5265240816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.6757149-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "El Gran Rey Del Rock And Roll",
- "Artista": "RATA BLANCA",
- "Album": "LA LLAVE DE LA PUERT...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\La llave de la puerta secreta\\08 El Gran Rey Del Rock And Roll.mp3",
- "Duracion": "05:25",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3255640816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.6988375-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Guitarra Española",
- "Artista": "RATA BLANCA",
- "Album": "LA LLAVE DE LA PUERT...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\La llave de la puerta secreta\\09 Guitarra Española.mp3",
- "Duracion": "07:44",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 4641697959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.7184365-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Michell, Odia La Oscuridad",
- "Artista": "RATA BLANCA",
- "Album": "LA LLAVE DE LA PUERT...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\La llave de la puerta secreta\\10 Michell, Odia La Oscuridad.mp3",
- "Duracion": "04:38",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2787265306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.7410393-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Mamma",
- "Artista": "RATA BLANCA",
- "Album": "LA LLAVE DE LA PUERT...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\La llave de la puerta secreta\\11 Mamma.mp3",
- "Duracion": "06:08",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3682220408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.7607565-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "La Leyenda Del Hada Y El Mago",
- "Artista": "RATA BLANCA",
- "Album": "MAGOS, ESPADAS Y ROS...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Magos, espadas y rosas\\1 La Leyenda Del Hada Y El Mago.mp3",
- "Duracion": "05:22",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 3224816326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.7777046-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Mujer Amante",
- "Artista": "RATA BLANCA",
- "Album": "MAGOS, ESPADAS Y ROS...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Magos, espadas y rosas\\2 Mujer Amante.mp3",
- "Duracion": "06:03",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 3632065306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.7950825-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "El Beso De La Bruja",
- "Artista": "RATA BLANCA",
- "Album": "MAGOS, ESPADAS Y ROS...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Magos, espadas y rosas\\3 El Beso De La Bruja.mp3",
- "Duracion": "04:17",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2571755102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.8102327-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "El Camino Del Sol",
- "Artista": "RATA BLANCA",
- "Album": "MAGOS, ESPADAS Y ROS...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Magos, espadas y rosas\\4 El Camino Del Sol.mp3",
- "Duracion": "09:26",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 5668048979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.8279943-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Haz Tu Jugada",
- "Artista": "RATA BLANCA",
- "Album": "MAGOS, ESPADAS Y ROS...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Magos, espadas y rosas\\5 Haz Tu Jugada.mp3",
- "Duracion": "06:19",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 3790367346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.8430189-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Dias Duros",
- "Artista": "RATA BLANCA",
- "Album": "MAGOS, ESPADAS Y ROS...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Magos, espadas y rosas\\6 Dias Duros.mp3",
- "Duracion": "07:21",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 4410253061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.8595892-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Por Que Es Tan Dificil Amar",
- "Artista": "RATA BLANCA",
- "Album": "MAGOS, ESPADAS Y ROS...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Magos, espadas y rosas\\7 Por Que Es Tan Dificil Amar.mp3",
- "Duracion": "05:30",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 3304489795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.8743304-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Preludio Obsesivo",
- "Artista": "RATA BLANCA",
- "Album": "MAGOS, ESPADAS Y ROS...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Magos, espadas y rosas\\8 Preludio Obsesivo.mp3",
- "Duracion": "03:37",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2177044897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.8935072-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Otoño Medieval",
- "Artista": "RATA BLANCA",
- "Album": "MAGOS, ESPADAS Y ROS...",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Magos, espadas y rosas\\9 Otoño Medieval.mp3",
- "Duracion": "02:34",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 1547232653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.905712-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "03 Gente Del Sur",
- "Artista": "RATA BLANCA",
- "Album": "RATA BLANCA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Rata blanca\\03 Gente Del Sur.mp3",
- "Duracion": "07:59",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 4798693877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.9242722-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Chico Callejero",
- "Artista": "RATA BLANCA",
- "Album": "RATA BLANCA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Rata blanca\\06 Chico Callejero.mp3",
- "Duracion": "05:07",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 3077224489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.9402572-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "La Misma Mujer",
- "Artista": "RATA BLANCA",
- "Album": "RATA BLANCA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Rata blanca\\1 La Misma Mujer.mp3",
- "Duracion": "07:27",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 4471640816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.9599462-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Sólo Para Amarte",
- "Artista": "RATA BLANCA",
- "Album": "RATA BLANCA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Rata blanca\\2 Sólo Para Amarte.mp3",
- "Duracion": "05:42",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 3422040816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.9751137-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Rompe El Hechizo",
- "Artista": "RATA BLANCA",
- "Album": "RATA BLANCA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Rata blanca\\4 Rompe El Hechizo.mp3",
- "Duracion": "06:22",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 3823804081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:15.9928876-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "El SueñoDe La Gitana",
- "Artista": "RATA BLANCA",
- "Album": "RATA BLANCA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Rata blanca\\5 El SueñoDe La Gitana.mp3",
- "Duracion": "07:12",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 4329534693,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.0095076-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Preludio Obsesivo",
- "Artista": "RATA BLANCA",
- "Album": "RATA BLANCA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Rata blanca\\7 Preludio Obsesivo.mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2189844897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.0271429-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "El Ultimo Ataque",
- "Artista": "RATA BLANCA",
- "Album": "RATA BLANCA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Rata blanca\\8 El Ultimo Ataque.mp3",
- "Duracion": "08:07",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 4878367346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.0435406-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Otoño Medieval",
- "Artista": "RATA BLANCA",
- "Album": "RATA BLANCA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Rata blanca\\9 Otoño Medieval.mp3",
- "Duracion": "02:34",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 1542269387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.0592614-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Las Voces Del Mar",
- "Artista": "RATA BLANCA",
- "Album": "REINO OLVIDADO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Reino olvidado\\01 Las Voces Del Mar (Intro).mp3",
- "Duracion": "01:51",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 1118824489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.0751008-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "El Reino Olvidado",
- "Artista": "RATA BLANCA",
- "Album": "REINO OLVIDADO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Reino olvidado\\02 El Reino Olvidado.mp3",
- "Duracion": "05:36",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 3366922448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.0985237-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "71-06",
- "Artista": "RATA BLANCA",
- "Album": "REINO OLVIDADO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Reino olvidado\\03 71-06 (Endorfina).mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2485551020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.1250036-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Talismán",
- "Artista": "RATA BLANCA",
- "Album": "REINO OLVIDADO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Reino olvidado\\04 Talismán.mp3",
- "Duracion": "05:15",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 3157942857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.141679-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "El Círculo De Fuego",
- "Artista": "RATA BLANCA",
- "Album": "REINO OLVIDADO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Reino olvidado\\05 El Círculo De Fuego.mp3",
- "Duracion": "04:57",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2970906122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.1600336-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Diario De Una Sombra",
- "Artista": "RATA BLANCA",
- "Album": "REINO OLVIDADO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Reino olvidado\\06 Diario De Una Sombra.mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2621126530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.1782376-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Madre Tierra",
- "Artista": "RATA BLANCA",
- "Album": "REINO OLVIDADO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Reino olvidado\\07 Madre Tierra (Instrumental).mp3",
- "Duracion": "04:16",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2560522448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.1985135-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "El Guardián De La Luz",
- "Artista": "RATA BLANCA",
- "Album": "REINO OLVIDADO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Reino olvidado\\08 El Guardián De La Luz.mp3",
- "Duracion": "06:10",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 3702857142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.2191789-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Un Día Más, Un Día Menos",
- "Artista": "RATA BLANCA",
- "Album": "REINO OLVIDADO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Reino olvidado\\09 Un Día Más, Un Día Menos.mp3",
- "Duracion": "05:46",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 3461746938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.2419326-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "No Es Nada Fácil (Ser Vos)",
- "Artista": "RATA BLANCA",
- "Album": "REINO OLVIDADO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Reino olvidado\\10 No Es Nada Fácil (Ser Vos).mp3",
- "Duracion": "04:01",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2413453061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.2599437-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Si Eres Hijo Del Rock",
- "Artista": "RATA BLANCA",
- "Album": "REINO OLVIDADO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Reino olvidado\\11 Si Eres Hijo Del Rock.mp3",
- "Duracion": "04:36",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2762448979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.2793567-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Cuando Hoy Es Ayer",
- "Artista": "RATA BLANCA",
- "Album": "REINO OLVIDADO",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Reino olvidado\\12 Cuando Hoy Es Ayer.mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "2008",
- "EstadoColor": "White",
- "DuracionLong": 2542497959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.2972598-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Tormenta Eléctrica",
- "Artista": "RATA BLANCA",
- "Album": "TORMENTA ELECTRICA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Tormenta electrica\\01 Tormenta Eléctrica.mp3",
- "Duracion": "06:10",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 3707297959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.3166341-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Los Chicos Quieren Rock",
- "Artista": "RATA BLANCA",
- "Album": "TORMENTA ELECTRICA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Tormenta electrica\\02 Los Chicos Quieren Rock.mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2371657142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.3332808-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Tan Lejos de Aquel Sueño",
- "Artista": "RATA BLANCA",
- "Album": "TORMENTA ELECTRICA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Tormenta electrica\\03 Tan Lejos de Aquel Sueño.mp3",
- "Duracion": "05:34",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 3343673469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.3495855-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Rock and Roll Hotel",
- "Artista": "RATA BLANCA",
- "Album": "TORMENTA ELECTRICA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Tormenta electrica\\04 Rock and Roll Hotel.mp3",
- "Duracion": "04:27",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2672587755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.3655047-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Buscando Pelea",
- "Artista": "RATA BLANCA",
- "Album": "TORMENTA ELECTRICA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Tormenta electrica\\05 Buscando Pelea.mp3",
- "Duracion": "04:35",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2758530612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.3814202-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Rebelde y Solitario",
- "Artista": "RATA BLANCA",
- "Album": "TORMENTA ELECTRICA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Tormenta electrica\\06 Rebelde y Solitario.mp3",
- "Duracion": "06:11",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 3711477551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.3963604-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "El Jugador",
- "Artista": "RATA BLANCA",
- "Album": "TORMENTA ELECTRICA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Tormenta electrica\\07 El Jugador.mp3",
- "Duracion": "04:35",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2751738775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.4093245-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Señor Espectro",
- "Artista": "RATA BLANCA",
- "Album": "TORMENTA ELECTRICA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Tormenta electrica\\08 Señor Espectro.mp3",
- "Duracion": "04:58",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2988669387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.4231039-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Pequeño Ángel Oscuro",
- "Artista": "RATA BLANCA",
- "Album": "TORMENTA ELECTRICA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Tormenta electrica\\09 Pequeño Ángel Oscuro.mp3",
- "Duracion": "04:54",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2945306122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.4386133-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Batalla Persa",
- "Artista": "RATA BLANCA",
- "Album": "TORMENTA ELECTRICA",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\Tormenta electrica\\10 Batalla Persa.mp3",
- "Duracion": "04:48",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2884440816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.4547713-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Madame X",
- "Artista": "RATA BLANCA",
- "Album": "VII",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\VII\\01 Madame X.mp3",
- "Duracion": "05:20",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 3206008163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.4713409-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Rey de la revolución",
- "Artista": "RATA BLANCA",
- "Album": "VII",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\VII\\02 Rey de la revolución (Jesús en el barrio).mp3",
- "Duracion": "04:50",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2900897959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.5059147-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Pastel de Rocas",
- "Artista": "RATA BLANCA",
- "Album": "VII",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\VII\\03 Pastel de Rocas.mp3",
- "Duracion": "04:43",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2836114285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.5248161-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "La historia de un muchacho",
- "Artista": "RATA BLANCA",
- "Album": "VII",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\VII\\04 La historia de un muchacho.mp3",
- "Duracion": "03:54",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2342922448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.5506663-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "La canción del sol",
- "Artista": "RATA BLANCA",
- "Album": "VII",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\VII\\05 La canción del sol.mp3",
- "Duracion": "04:17",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2572800000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.5665775-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Heróes",
- "Artista": "RATA BLANCA",
- "Album": "VII",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\VII\\06 Heróes.mp3",
- "Duracion": "03:44",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2244179591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.5912975-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Vuelo Nocturno",
- "Artista": "RATA BLANCA",
- "Album": "VII",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\VII\\07 Vuelo Nocturno.mp3",
- "Duracion": "04:33",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2738416326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.6192836-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "La Caja",
- "Artista": "RATA BLANCA",
- "Album": "VII",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\VII\\08 La Caja.mp3",
- "Duracion": "04:57",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2972473469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.6516018-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Ella",
- "Artista": "RATA BLANCA",
- "Album": "VII",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\VII\\09 Ella.mp3",
- "Duracion": "04:09",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2491820408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.6830167-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Mr. Cósmico",
- "Artista": "RATA BLANCA",
- "Album": "VII",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\VII\\10 Mr. Cósmico.mp3",
- "Duracion": "07:09",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 4297142857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.7124567-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Vieja Lucy",
- "Artista": "RATA BLANCA",
- "Album": "VII",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\VII\\11 Vieja Lucy.mp3",
- "Duracion": "05:16",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 3168130612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.7484045-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Viejo Amigo",
- "Artista": "RATA BLANCA",
- "Album": "VII",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\VII\\12 Viejo Amigo.mp3",
- "Duracion": "02:56",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 1763004081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.7653086-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Anarquía",
- "Artista": "RATA BLANCA",
- "Album": "VII",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\VII\\13 Anarquía.mp3",
- "Duracion": "04:23",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 2638889795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.7816316-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Líbranos del mal",
- "Artista": "RATA BLANCA",
- "Album": "VII",
- "Genero": "HEAVY METAL CLASICO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rata Blanca\\VII\\14 Líbranos del mal.mp3",
- "Duracion": "02:32",
- "FechaLanzamiento": "1997",
- "EstadoColor": "White",
- "DuracionLong": 1528946938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.7971025-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Under the Bridge",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\01 Under the Bridge.mp3",
- "Duracion": "04:25",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2655346938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.8130279-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Give It Away",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\02 Give It Away.mp3",
- "Duracion": "04:44",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2842906122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.8280714-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Californication",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\03 Californication.mp3",
- "Duracion": "05:29",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 3297959183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.8428799-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Scar Tissue",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\04 Scar Tissue.mp3",
- "Duracion": "03:35",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2159281632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.858442-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Soul to Squeeze",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\05 Soul to Squeeze.mp3",
- "Duracion": "04:49",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2896195918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.8718199-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Otherside",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\06 Otherside.mp3",
- "Duracion": "04:15",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2554514285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.8942978-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Suck My Kiss",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\07 Suck My Kiss.mp3",
- "Duracion": "03:35",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2150922448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.9078232-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "By the Way",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\08 By the Way.mp3",
- "Duracion": "03:35",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2157453061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.920685-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Parallel Universe",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\09 Parallel Universe.mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2694008163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.9349596-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Breaking the Girl",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\10 Breaking the Girl.mp3",
- "Duracion": "04:54",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2946612244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.9538733-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "My Friends",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\11 My Friends.mp3",
- "Duracion": "04:09",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2493648979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.9690423-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Higher Ground",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\12 Higher Ground.mp3",
- "Duracion": "03:23",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2035461224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:16.9874463-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Universally Speaking",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\13 Universally Speaking.mp3",
- "Duracion": "04:16",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2569665306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.0043652-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Road Trippin'",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\14 Road Trippin'.mp3",
- "Duracion": "03:25",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2050089795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.0206746-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Fortune Faded",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\15 Fortune Faded.mp3",
- "Duracion": "03:21",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2013518367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.0364248-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Save the Population",
- "Artista": "RED HOT",
- "Album": "BEST RED HOT",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\RED HOT\\16 Save the Population.mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "2003",
- "EstadoColor": "White",
- "DuracionLong": 2457077551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.0521608-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Esa Estrella Era Mi Lujo",
- "Artista": "PATRICIO REY",
- "Album": "BANG BANG",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\BangBang\\Esa Estrella Era Mi Lujo.m4a",
- "Duracion": "02:56",
- "FechaLanzamiento": "1989",
- "EstadoColor": "White",
- "DuracionLong": 1762170000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.0703521-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Héroe del Whisky",
- "Artista": "PATRICIO REY",
- "Album": "BANG BANG",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\BangBang\\Héroe del Whisky.m4a",
- "Duracion": "03:42",
- "FechaLanzamiento": "1989",
- "EstadoColor": "White",
- "DuracionLong": 2226100000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.0919846-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "La Parabellum del Buen Psicópata",
- "Artista": "PATRICIO REY",
- "Album": "BANG BANG",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\BangBang\\La Parabellum del Buen Psicópata.m4a",
- "Duracion": "05:53",
- "FechaLanzamiento": "1989",
- "EstadoColor": "White",
- "DuracionLong": 3539649999,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.1081344-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Maldición Va a Ser un Día Hermoso",
- "Artista": "PATRICIO REY",
- "Album": "BANG BANG",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\BangBang\\Maldición Va a Ser un Día Hermoso.m4a",
- "Duracion": "02:27",
- "FechaLanzamiento": "1989",
- "EstadoColor": "White",
- "DuracionLong": 1477720000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.1250017-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Nadie Es Perfecto",
- "Artista": "PATRICIO REY",
- "Album": "BANG BANG",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\BangBang\\Nadie Es Perfecto.m4a",
- "Duracion": "02:22",
- "FechaLanzamiento": "1989",
- "EstadoColor": "White",
- "DuracionLong": 1429660000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.1397159-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Nuestro Amo Juega al Esclavo",
- "Artista": "PATRICIO REY",
- "Album": "BANG BANG",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\BangBang\\Nuestro Amo Juega al Esclavo.m4a",
- "Duracion": "03:59",
- "FechaLanzamiento": "1989",
- "EstadoColor": "White",
- "DuracionLong": 2398860000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.1618914-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Rock para los Dientes",
- "Artista": "PATRICIO REY",
- "Album": "BANG BANG",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\BangBang\\Rock para los Dientes.m4a",
- "Duracion": "03:29",
- "FechaLanzamiento": "1989",
- "EstadoColor": "White",
- "DuracionLong": 2097930000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.1777763-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Ropa Sucia",
- "Artista": "PATRICIO REY",
- "Album": "BANG BANG",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\BangBang\\Ropa Sucia.m4a",
- "Duracion": "04:24",
- "FechaLanzamiento": "1989",
- "EstadoColor": "White",
- "DuracionLong": 2641270000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.1984915-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Un Pacman en el Savoy",
- "Artista": "PATRICIO REY",
- "Album": "BANG BANG",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\BangBang\\Un Pacman en el Savoy.m4a",
- "Duracion": "03:32",
- "FechaLanzamiento": "1989",
- "EstadoColor": "White",
- "DuracionLong": 2120220000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.2175553-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Yo Caníbal",
- "Artista": "PATRICIO REY",
- "Album": "CORDERO ATADO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\CorderoAtado\\01 Yo Caníbal.m4a",
- "Duracion": "02:56",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 1768440000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.2334304-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Ladrón de Mi Cerebro",
- "Artista": "PATRICIO REY",
- "Album": "CORDERO ATADO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\CorderoAtado\\02 Ladrón de Mi Cerebro.m4a",
- "Duracion": "03:34",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2140420000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.2501407-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "¡Es Hora de Levantarse Querido! (¿Dormiste Bien)",
- "Artista": "PATRICIO REY",
- "Album": "CORDERO ATADO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\CorderoAtado\\03 ¡Es Hora de Levantarse Querido! (¿Dormiste Bien).m4a",
- "Duracion": "03:36",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2162940000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.2674784-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Perdiendo el Tiempo",
- "Artista": "PATRICIO REY",
- "Album": "CORDERO ATADO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\CorderoAtado\\04 Perdiendo el Tiempo.m4a",
- "Duracion": "03:52",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2322460000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.2851969-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Caña Seca y un Membrillo",
- "Artista": "PATRICIO REY",
- "Album": "CORDERO ATADO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\CorderoAtado\\05 Caña Seca y un Membrillo.m4a",
- "Duracion": "04:28",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2682840000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.3023336-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Soga de Caín",
- "Artista": "PATRICIO REY",
- "Album": "CORDERO ATADO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\CorderoAtado\\06 Soga de Caín.m4a",
- "Duracion": "01:20",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 802490000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.3201758-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Lavi-Rap",
- "Artista": "PATRICIO REY",
- "Album": "CORDERO ATADO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\CorderoAtado\\07 Lavi-Rap.m4a",
- "Duracion": "04:11",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2518440000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.3387035-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "El Arte del Buen Comer",
- "Artista": "PATRICIO REY",
- "Album": "CORDERO ATADO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\CorderoAtado\\08 El Arte del Buen Comer.m4a",
- "Duracion": "04:36",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2764110000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.3566039-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "¡Lobo ¿Estás!",
- "Artista": "PATRICIO REY",
- "Album": "CORDERO ATADO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\CorderoAtado\\09 ¡Lobo ¿Estás!.m4a",
- "Duracion": "03:01",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 1816040000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.3747165-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Botija Rapado",
- "Artista": "PATRICIO REY",
- "Album": "CORDERO ATADO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\CorderoAtado\\10 Botija Rapado.m4a",
- "Duracion": "02:48",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 1689019999,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.3886608-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "San Telmo",
- "Artista": "PATRICIO REY",
- "Album": "CORDERO ATADO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\CorderoAtado\\11 San Telmo.m4a",
- "Duracion": "42",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 423300000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.4032689-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Etiqueta Negra",
- "Artista": "PATRICIO REY",
- "Album": "CORDERO ATADO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\CorderoAtado\\12 Etiqueta Negra.m4a",
- "Duracion": "05:36",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3365270000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.4181931-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Nuestro Amo Juega al Esclavo (En Vivo)",
- "Artista": "PATRICIO REY",
- "Album": "EN DIRECTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Directo\\01 Nuestro Amo Juega al Esclavo (En Vivo).m4a",
- "Duracion": "04:00",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2406990000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.4366567-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Barbazul Versus el Amor Letal (En Vivo)",
- "Artista": "PATRICIO REY",
- "Album": "EN DIRECTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Directo\\02 Barbazul Versus el Amor Letal (En Vivo).m4a",
- "Duracion": "03:44",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2242590000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.4610773-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Yo no me cai del Cielo",
- "Artista": "PATRICIO REY",
- "Album": "EN DIRECTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Directo\\03 Yo no me cai del Cielo.m4a",
- "Duracion": "03:27",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2073779999,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.4802869-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Héroe del Whisky (En Vivo)",
- "Artista": "PATRICIO REY",
- "Album": "EN DIRECTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Directo\\04 Héroe del Whisky (En Vivo).m4a",
- "Duracion": "03:36",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2162480000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.5002334-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "La Parabellum del Buen Psicópata (En Vivo)",
- "Artista": "PATRICIO REY",
- "Album": "EN DIRECTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Directo\\05 La Parabellum del Buen Psicópata (En Vivo).m4a",
- "Duracion": "06:21",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 3818060000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.5203802-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Maldición Va a Ser un Día Hermoso (En Vivo)",
- "Artista": "PATRICIO REY",
- "Album": "EN DIRECTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Directo\\06 Maldición Va a Ser un Día Hermoso (En Vivo).m4a",
- "Duracion": "03:51",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2319210000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.540779-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "El Blues del Noticiero (En Vivo)",
- "Artista": "PATRICIO REY",
- "Album": "EN DIRECTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Directo\\07 El Blues del Noticiero (En Vivo).m4a",
- "Duracion": "03:53",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2334070000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.5680181-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Todo un Palo (En Vivo)",
- "Artista": "PATRICIO REY",
- "Album": "EN DIRECTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Directo\\08 Todo un Palo (En Vivo).m4a",
- "Duracion": "07:41",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 4612420000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.5912465-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Unos Pocos Peligros Sensatos",
- "Artista": "PATRICIO REY",
- "Album": "EN DIRECTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Directo\\09 Unos Pocos Peligros Sensatos.m4a",
- "Duracion": "03:11",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 1917280000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.6172717-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Criminal Mambo (En Vivo)",
- "Artista": "PATRICIO REY",
- "Album": "EN DIRECTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Directo\\10 Criminal Mambo (En Vivo).m4a",
- "Duracion": "05:29",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 3290970000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.6380283-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Rock para los Dientes (En Vivo)",
- "Artista": "PATRICIO REY",
- "Album": "EN DIRECTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Directo\\11 Rock para los Dientes (En Vivo).m4a",
- "Duracion": "03:32",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2123009999,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.6610959-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Vamos las Bandas (En Vivo)",
- "Artista": "PATRICIO REY",
- "Album": "EN DIRECTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Directo\\12 Vamos las Bandas (En Vivo).m4a",
- "Duracion": "03:48",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2283690000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.681037-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Barbazul Versus el Amor Letal",
- "Artista": "PATRICIO REY",
- "Album": "GULP !",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Gulp\\01 Barbazul Versus el Amor Letal.m4a",
- "Duracion": "04:19",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2596690000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.702433-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "La Bestia Pop",
- "Artista": "PATRICIO REY",
- "Album": "GULP !",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Gulp\\02 La Bestia Pop.m4a",
- "Duracion": "04:07",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2471070000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.721852-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Roto y Mal Parado",
- "Artista": "PATRICIO REY",
- "Album": "GULP !",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Gulp\\03 Roto y Mal Parado.m4a",
- "Duracion": "04:35",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2757610000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.7362112-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Pierre, El Vitricida",
- "Artista": "PATRICIO REY",
- "Album": "GULP !",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Gulp\\04 Pierre, El Vitricida.m4a",
- "Duracion": "01:05",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 654580000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.7532754-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Unos Pocos Peligros Sensatos",
- "Artista": "PATRICIO REY",
- "Album": "GULP !",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Gulp\\05 Unos Pocos Peligros Sensatos.m4a",
- "Duracion": "03:05",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 1852960000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.7680656-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Yo No Me Caí del Cielo",
- "Artista": "PATRICIO REY",
- "Album": "GULP !",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Gulp\\06 Yo No Me Caí del Cielo.m4a",
- "Duracion": "03:04",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 1846220000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.7849991-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Te Voy a Atornillar",
- "Artista": "PATRICIO REY",
- "Album": "GULP !",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Gulp\\07 Te Voy a Atornillar.m4a",
- "Duracion": "03:33",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2136470000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.7995447-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Superlógico",
- "Artista": "PATRICIO REY",
- "Album": "GULP !",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Gulp\\08 Superlógico.m4a",
- "Duracion": "03:04",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 1848550000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.814013-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Ñam Fri Fruli Fali Fru",
- "Artista": "PATRICIO REY",
- "Album": "GULP !",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Gulp\\09 Ñam Fri Fruli Fali Fru.m4a",
- "Duracion": "02:40",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 1602410000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.8313414-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "El Infierno Está Encantador Esta Noche",
- "Artista": "PATRICIO REY",
- "Album": "GULP !",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Gulp\\10 El Infierno Está Encantador Esta Noche.m4a",
- "Duracion": "04:52",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2924090000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.8473704-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Criminal Mambo",
- "Artista": "PATRICIO REY",
- "Album": "GULP !",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Gulp\\11 Criminal Mambo.m4a",
- "Duracion": "04:52",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2926880000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.8725274-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Toxi taxi",
- "Artista": "PATRICIO REY",
- "Album": "LA MOSCA Y LA SOPA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LaMoscaYLaSopa\\01 Toxi-Taxi.m4a",
- "Duracion": "03:39",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2193360000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.8911071-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Fusilados por la Cruz Roja",
- "Artista": "PATRICIO REY",
- "Album": "LA MOSCA Y LA SOPA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LaMoscaYLaSopa\\02 Fusilados por la Cruz Roja.m4a",
- "Duracion": "04:15",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2550020000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.9053386-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Un Poco de Amor Francés",
- "Artista": "PATRICIO REY",
- "Album": "LA MOSCA Y LA SOPA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LaMoscaYLaSopa\\03 Un Poco de Amor Francés.m4a",
- "Duracion": "03:26",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2062400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.9185852-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Mi Perro Dinamita",
- "Artista": "PATRICIO REY",
- "Album": "LA MOSCA Y LA SOPA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LaMoscaYLaSopa\\04 Mi Perro Dinamita.m4a",
- "Duracion": "02:35",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 1558990000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.9346573-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Blues de la Artillería",
- "Artista": "PATRICIO REY",
- "Album": "LA MOSCA Y LA SOPA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LaMoscaYLaSopa\\05 Blues de la Artillería.m4a",
- "Duracion": "04:29",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2698159999,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.9516324-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Tarea Fina",
- "Artista": "PATRICIO REY",
- "Album": "LA MOSCA Y LA SOPA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LaMoscaYLaSopa\\06 Tarea Fina.m4a",
- "Duracion": "03:43",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2230980000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.9711801-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "El Pibe de los Astilleros",
- "Artista": "PATRICIO REY",
- "Album": "LA MOSCA Y LA SOPA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LaMoscaYLaSopa\\07 El Pibe de los Astilleros.m4a",
- "Duracion": "03:32",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2124400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:17.9862764-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Nueva Roma",
- "Artista": "PATRICIO REY",
- "Album": "LA MOSCA Y LA SOPA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LaMoscaYLaSopa\\08 Nueva Roma.m4a",
- "Duracion": "03:12",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 1920060000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.0040461-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Salando las Heridas",
- "Artista": "PATRICIO REY",
- "Album": "LA MOSCA Y LA SOPA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LaMoscaYLaSopa\\09 Salando las Heridas.m4a",
- "Duracion": "05:02",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 3022550000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.0187866-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Queso Ruso",
- "Artista": "PATRICIO REY",
- "Album": "LA MOSCA Y LA SOPA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LaMoscaYLaSopa\\10 Queso Ruso.m4a",
- "Duracion": "04:52",
- "FechaLanzamiento": "1991",
- "EstadoColor": "White",
- "DuracionLong": 2925490000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.0383391-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Y mientras tanto el sol se muere - Estadio Unico de La Plata",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\01 Y mientras tanto el sol se muere... - Estadio Único de La Plata - Indio en Concierto [2008] Full HD.mp3",
- "Duracion": "04:31",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2719346938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.0552034-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "La bestia pop Racing 19-12-1998",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\02 La bestia pop (Estadio Racing, 19-12-1998) - Patricio Rey y sus Redonditos de Ricota.mp3",
- "Duracion": "06:03",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3637289795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.0687665-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Un poco de amor frances - Estadio Unico de La Plata",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\03 Un poco de amor francés - Estadio Único de La Plata - Indio en Concierto [2008] Full HD.mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2113044897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.0870756-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Un angel para tu soledad - Estadio Unico",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\04 Un ángel para tu soledad - Estadio Único de La Plata - Indio en Concierto [2008] Full HD.mp3",
- "Duracion": "03:54",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2348146938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.1013821-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "El Tesoro de los inocentes - Estadio Unico",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\05 El Tesoro de los inocentes - Estadio Único de La Plata - Indio en Concierto [2008] Full HD.mp3",
- "Duracion": "04:26",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2663967346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.116782-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "El infierno está encantador esta noche - Estadio Único de La Plata",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\06 El infierno está encantador esta noche - Estadio Único de La Plata -Indio en Concierto [2008] FullHD.mp3",
- "Duracion": "05:11",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3115624489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.1321436-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Juguetes perdidos - Estadio Único de La Plata - Indio en Concierto [",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\07 Juguetes perdidos - Estadio Único de La Plata - Indio en Concierto [2008] Full HD.mp3",
- "Duracion": "07:01",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 4219036734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.1497157-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Tatuaje - Estadio Único de La Plata - Indio en Concierto",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\08 Tatuaje - Estadio Único de La Plata - Indio en Concierto [2008] Full HD.mp3",
- "Duracion": "04:57",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2973518367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.1668775-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "El Charro Chino - Indio",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\09 El Charro Chino - Indio y Los Fundamentalistas del Aire Acondicionado - Tandil 2016.mp3",
- "Duracion": "04:43",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2830889795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.1829973-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Vencedores Vencidos - Desde los Satélites - Los Fundamentalistas - EN VIVO -",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\10 Vencedores Vencidos - Desde los Satélites - Los Fundamentalistas - EN VIVO - 26_9.mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2074122448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.2026179-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Me Matan Limón - Desde los Satélites - Los Fundamentalistas del Aire Acondicionado - EN VIVO -",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\11 Me Matan Limón - Desde los Satélites - Los Fundamentalistas del Aire Acondicionado - EN VIVO - 26_9.mp3",
- "Duracion": "03:33",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2132375510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.2193107-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Adieu! Bye bye! Aufwiedersehen! - LFDAA - A los pájaros - Epecuén",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\12 Adieu! Bye bye! Aufwiedersehen! - LFDAA - A los pájaros - Epecuén 17_04_21.mp3",
- "Duracion": "03:47",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2274481632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.2343331-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Ji Ji Ji - Estadio Único de La Plata - Indio en Concierto",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\13 Ji Ji Ji - Estadio Único de La Plata - Indio en Concierto [2008] Full HD.mp3",
- "Duracion": "05:40",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3407934693,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.2506293-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Flight 956 Live",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\14 Flight 956 - Estadio Único de La Plata - Indio en Concierto [2008] Full HD.mp3",
- "Duracion": "05:10",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3105959183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.2664066-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Pabellón Séptimo (Relato de Horacio) - Estadio Único de La Plata - Indio en Concierto [",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\15 Pabellón Séptimo (Relato de Horacio) - Estadio Único de La Plata - Indio en Concierto [2008] Full HD.mp3",
- "Duracion": "05:15",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3158465306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.284205-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Nuestro amo juega al esclavo - Indio y Los Fundamentalistas del Aire Acondicionado - Tandil",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\16 Nuestro amo juega al esclavo - Indio y Los Fundamentalistas del Aire Acondicionado - Tandil 2016.mp3",
- "Duracion": "05:10",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3104653061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.2994732-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Fusilados por la Cruz Roja - Estadio Único de La Plata - Indio en Concierto [",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\17 Fusilados por la Cruz Roja - Estadio Único de La Plata - Indio en Concierto [2008] Full HD.mp3",
- "Duracion": "04:19",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2596048979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.3179481-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "Un tal Brigitte Bardot - LFDAA - A los Pájaros - Epecuen",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\18 Un tal Brigitte Bardot - LFDAA - A los Pájaros - Epecuen 17_04_21.mp3",
- "Duracion": "03:02",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1827265306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.3366864-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "El Tesoro de los Inocentes - LFDAA - A los Pájaros - Epecuen",
- "Artista": "PATRICIO REY",
- "Album": "LIVE REDONDOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Live\\19 El Tesoro de los Inocentes - LFDAA - A los Pájaros - Epecuen 17_04_21.mp3",
- "Duracion": "04:26",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2661616326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.3521071-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Invocación",
- "Artista": "PATRICIO REY",
- "Album": "LOBO SUELTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LoboSuelto\\01 Invocación.m4a",
- "Duracion": "59",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 599310000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.3713298-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Rock para el Negro Atila",
- "Artista": "PATRICIO REY",
- "Album": "LOBO SUELTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LoboSuelto\\02 Rock para el Negro Atila.m4a",
- "Duracion": "04:00",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2401640000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.385951-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Sorpresa de Shangai",
- "Artista": "PATRICIO REY",
- "Album": "LOBO SUELTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LoboSuelto\\03 Sorpresa de Shangai.m4a",
- "Duracion": "03:39",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2192200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.4061652-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Shopping Disco-Zen",
- "Artista": "PATRICIO REY",
- "Album": "LOBO SUELTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LoboSuelto\\04 Shopping Disco-Zen.m4a",
- "Duracion": "02:47",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 1676020000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.4252869-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Un Ángel para Tu Soledad",
- "Artista": "PATRICIO REY",
- "Album": "LOBO SUELTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LoboSuelto\\05 Un Ángel para Tu Soledad.m4a",
- "Duracion": "03:51",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2315730000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.4414276-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Buenas Noticias",
- "Artista": "PATRICIO REY",
- "Album": "LOBO SUELTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LoboSuelto\\06 Buenas Noticias.m4a",
- "Duracion": "03:43",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2237250000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.4553609-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Susanita",
- "Artista": "PATRICIO REY",
- "Album": "LOBO SUELTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LoboSuelto\\07 Susanita.m4a",
- "Duracion": "03:44",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2242120000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.471363-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Capricho Magyar",
- "Artista": "PATRICIO REY",
- "Album": "LOBO SUELTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LoboSuelto\\08 Capricho Magyar.m4a",
- "Duracion": "57",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 578880000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.4846548-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Espejismo",
- "Artista": "PATRICIO REY",
- "Album": "LOBO SUELTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LoboSuelto\\09 Espejismo.m4a",
- "Duracion": "05:33",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 3332070000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.4989184-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Gran Lady",
- "Artista": "PATRICIO REY",
- "Album": "LOBO SUELTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LoboSuelto\\10 Gran Lady.m4a",
- "Duracion": "03:30",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2103270000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.5151503-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "La Hija del Fletero",
- "Artista": "PATRICIO REY",
- "Album": "LOBO SUELTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LoboSuelto\\11 La Hija del Fletero.m4a",
- "Duracion": "03:15",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 1952110000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.5314492-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "El Lobo Caído",
- "Artista": "PATRICIO REY",
- "Album": "LOBO SUELTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LoboSuelto\\12 El Lobo Caído.m4a",
- "Duracion": "03:36",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 2162940000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.5466061-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Sushi",
- "Artista": "PATRICIO REY",
- "Album": "LOBO SUELTO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\LoboSuelto\\13 Sushi.m4a",
- "Duracion": "01:05",
- "FechaLanzamiento": "1995",
- "EstadoColor": "White",
- "DuracionLong": 655270000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.5612328-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Luzbelito y las Sirenas",
- "Artista": "PATRICIO REY",
- "Album": "LUZBELITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Luzbelito\\01 Luzbelito y las Sirenas.m4a",
- "Duracion": "04:06",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2462480000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.576903-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Cruz Diablo!",
- "Artista": "PATRICIO REY",
- "Album": "LUZBELITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Luzbelito\\02 Cruz Diablo!.m4a",
- "Duracion": "04:13",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2538870000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.5939953-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Ella Baila Con Todos",
- "Artista": "PATRICIO REY",
- "Album": "LUZBELITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Luzbelito\\03 Ella Baila Con Todos.m4a",
- "Duracion": "04:59",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2991660000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.6117107-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Fanfarria del Cabrio",
- "Artista": "PATRICIO REY",
- "Album": "LUZBELITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Luzbelito\\04 Fanfarria del Cabrio.m4a",
- "Duracion": "05:08",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 3088260000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.6324844-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Nuotatori Professionisti",
- "Artista": "PATRICIO REY",
- "Album": "LUZBELITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Luzbelito\\05 Nuotatori Professionisti.m4a",
- "Duracion": "04:41",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2815659999,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.6498578-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Blues de la Libertad",
- "Artista": "PATRICIO REY",
- "Album": "LUZBELITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Luzbelito\\06 Blues de la Libertad.m4a",
- "Duracion": "05:00",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 3009310000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.6696926-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "La Dicha No Es una Cosa Alegre",
- "Artista": "PATRICIO REY",
- "Album": "LUZBELITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Luzbelito\\07 La Dicha No Es una Cosa Alegre.m4a",
- "Duracion": "05:37",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 3377120000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.6895145-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Me Matan Limón!",
- "Artista": "PATRICIO REY",
- "Album": "LUZBELITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Luzbelito\\08 Me Matan Limón!.m4a",
- "Duracion": "03:35",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2153660000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.7050555-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Rock Yugular",
- "Artista": "PATRICIO REY",
- "Album": "LUZBELITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Luzbelito\\09 Rock Yugular.m4a",
- "Duracion": "07:04",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 4244610000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.7201829-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Mariposa Pontiac - Rock del País",
- "Artista": "PATRICIO REY",
- "Album": "LUZBELITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Luzbelito\\10 Mariposa Pontiac - Rock del País.m4a",
- "Duracion": "04:49",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 2896690000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.7380376-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Juguetes Perdidos",
- "Artista": "PATRICIO REY",
- "Album": "LUZBELITO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Luzbelito\\11 Juguetes Perdidos.m4a",
- "Duracion": "07:09",
- "FechaLanzamiento": "1996",
- "EstadoColor": "White",
- "DuracionLong": 4294070000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.7548056-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Morta Punto Com",
- "Artista": "PATRICIO REY",
- "Album": "MOMO SAMPLER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\MomoSampler\\02 Morta Punto Com.m4a",
- "Duracion": "03:15",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1956980000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.7727293-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "La Murga de los Renegados",
- "Artista": "PATRICIO REY",
- "Album": "MOMO SAMPLER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\MomoSampler\\03 La Murga de los Renegados.m4a",
- "Duracion": "04:47",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2878120000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.7877232-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Dr. Saturno",
- "Artista": "PATRICIO REY",
- "Album": "MOMO SAMPLER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\MomoSampler\\04 Dr. Saturno.m4a",
- "Duracion": "05:28",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 3289340000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.8029445-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "La Murga de la Virgencita",
- "Artista": "PATRICIO REY",
- "Album": "MOMO SAMPLER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\MomoSampler\\05 La Murga de la Virgencita.m4a",
- "Duracion": "04:54",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2947310000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.8189475-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Pool, Averna y Papusa",
- "Artista": "PATRICIO REY",
- "Album": "MOMO SAMPLER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\MomoSampler\\06 Pool, Averna y Papusa.m4a",
- "Duracion": "04:56",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2960080000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.8342046-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Murga Purga",
- "Artista": "PATRICIO REY",
- "Album": "MOMO SAMPLER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\MomoSampler\\07 Murga Purga.m4a",
- "Duracion": "03:24",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2045220000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.8521953-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Sheriff",
- "Artista": "PATRICIO REY",
- "Album": "MOMO SAMPLER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\MomoSampler\\08 Sheriff.m4a",
- "Duracion": "06:00",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 3602580000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.8672315-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Pensando Como una Acelga",
- "Artista": "PATRICIO REY",
- "Album": "MOMO SAMPLER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\MomoSampler\\09 Pensando Como una Acelga.m4a",
- "Duracion": "04:40",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2801260000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.8865127-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Una Piba Con la Remera de Greenpeace",
- "Artista": "PATRICIO REY",
- "Album": "MOMO SAMPLER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\MomoSampler\\10 Una Piba Con la Remera de Greenpeace.m4a",
- "Duracion": "03:40",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2205200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.902496-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Rato Molhado",
- "Artista": "PATRICIO REY",
- "Album": "MOMO SAMPLER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\MomoSampler\\11 Rato Molhado.m4a",
- "Duracion": "04:12",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2523780000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.9178087-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Fuegos de Octubre",
- "Artista": "PATRICIO REY",
- "Album": "OKTUBRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Oktubre\\1 Fuegos de Octubre.m4a",
- "Duracion": "03:37",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 2175710000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.9329329-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Preso en Mi Ciudad",
- "Artista": "PATRICIO REY",
- "Album": "OKTUBRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Oktubre\\2 Preso en Mi Ciudad.m4a",
- "Duracion": "04:03",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 2430900000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.9520211-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Música para Pastillas",
- "Artista": "PATRICIO REY",
- "Album": "OKTUBRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Oktubre\\3 Música para Pastillas.m4a",
- "Duracion": "04:34",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 2748780000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.9666814-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Semen-Up",
- "Artista": "PATRICIO REY",
- "Album": "OKTUBRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Oktubre\\4 Semen-Up.m4a",
- "Duracion": "05:21",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3217830000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:18.9838537-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Divina Tv. Führer",
- "Artista": "PATRICIO REY",
- "Album": "OKTUBRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Oktubre\\5 Divina Tv. Führer.m4a",
- "Duracion": "03:01",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 1813020000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.0001381-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Motor Psico",
- "Artista": "PATRICIO REY",
- "Album": "OKTUBRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Oktubre\\6 Motor Psico.m4a",
- "Duracion": "04:56",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 2961710000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.0152009-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Ji Ji Ji",
- "Artista": "PATRICIO REY",
- "Album": "OKTUBRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Oktubre\\7 Ji Ji Ji.m4a",
- "Duracion": "05:34",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3346460000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.0341689-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Canción para Naufragios",
- "Artista": "PATRICIO REY",
- "Album": "OKTUBRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Oktubre\\8 Canción para Naufragios.m4a",
- "Duracion": "06:01",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3613730000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.0527824-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Ya Nadie Va a Escuchar Tu Remera",
- "Artista": "PATRICIO REY",
- "Album": "OKTUBRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Oktubre\\9 Ya Nadie Va a Escuchar Tu Remera.m4a",
- "Duracion": "03:58",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 2381210000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.0697914-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "A los Pájaros Que Cantan Sobre las Selvas de Internet",
- "Artista": "INDIO SOLARI",
- "Album": "PAJARITOS, BRAVOS MUCHACHITOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Pajaritos bravos\\01 A los Pájaros Que Cantan Sobre las Selvas de Internet.m4a",
- "Duracion": "03:56",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2366580000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.0840402-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Beemedobleve",
- "Artista": "INDIO SOLARI",
- "Album": "PAJARITOS, BRAVOS MUCHACHITOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Pajaritos bravos\\02 Beemedobleve.m4a",
- "Duracion": "03:16",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 1963250000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.0991418-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "A la Luz de la Luna",
- "Artista": "INDIO SOLARI",
- "Album": "PAJARITOS, BRAVOS MUCHACHITOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Pajaritos bravos\\03 A la Luz de la Luna.m4a",
- "Duracion": "04:38",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2780830000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.1143511-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Las Supersticiones Traen Mala Suerte",
- "Artista": "INDIO SOLARI",
- "Album": "PAJARITOS, BRAVOS MUCHACHITOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Pajaritos bravos\\04 Las Supersticiones Traen Mala Suerte.m4a",
- "Duracion": "04:16",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2561630000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.1310097-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Amok! Amok!",
- "Artista": "INDIO SOLARI",
- "Album": "PAJARITOS, BRAVOS MUCHACHITOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Pajaritos bravos\\05 Amok! Amok!.m4a",
- "Duracion": "05:09",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 3099400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.1495252-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Chau Mohicano",
- "Artista": "INDIO SOLARI",
- "Album": "PAJARITOS, BRAVOS MUCHACHITOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Pajaritos bravos\\06 Chau Mohicano.m4a",
- "Duracion": "03:33",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2138100000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.1664221-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Arca Monster",
- "Artista": "INDIO SOLARI",
- "Album": "PAJARITOS, BRAVOS MUCHACHITOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Pajaritos bravos\\07 Arca Monster.m4a",
- "Duracion": "03:34",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2148550000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.1815516-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Cada Pequeña Muerte",
- "Artista": "INDIO SOLARI",
- "Album": "PAJARITOS, BRAVOS MUCHACHITOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Pajaritos bravos\\08 Cada Pequeña Muerte.m4a",
- "Duracion": "03:16",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 1961390000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.1982803-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Babas del Diablo",
- "Artista": "INDIO SOLARI",
- "Album": "PAJARITOS, BRAVOS MUCHACHITOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Pajaritos bravos\\09 Babas del Diablo.m4a",
- "Duracion": "04:05",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2451800000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.2165284-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Había una Vez…",
- "Artista": "INDIO SOLARI",
- "Album": "PAJARITOS, BRAVOS MUCHACHITOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Pajaritos bravos\\10 Había una Vez….m4a",
- "Duracion": "04:28",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2682610000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.2335158-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Un Par de Fantasmas",
- "Artista": "INDIO SOLARI",
- "Album": "PAJARITOS, BRAVOS MUCHACHITOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Pajaritos bravos\\11 Un Par de Fantasmas.m4a",
- "Duracion": "04:24",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2649400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.2490856-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "La Pajarita Pechiblanca (scherzo)",
- "Artista": "INDIO SOLARI",
- "Album": "PAJARITOS, BRAVOS MUCHACHITOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Pajaritos bravos\\12 La Pajarita Pechiblanca (scherzo).m4a",
- "Duracion": "03:26",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2069830000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.2647207-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Todos a los botes!",
- "Artista": "INDIO SOLARI",
- "Album": "PERFUME DE LA TEMPESTAD",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Perfume de la tempestad\\01 Todos a los botes!.mp3",
- "Duracion": "04:38",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2783869387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.2832545-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "No es dios todo lo que reluce",
- "Artista": "INDIO SOLARI",
- "Album": "PERFUME DE LA TEMPESTAD",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Perfume de la tempestad\\02 No es dios todo lo que reluce.mp3",
- "Duracion": "04:45",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2856228571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.300911-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Ceremonia durante la tormenta",
- "Artista": "INDIO SOLARI",
- "Album": "PERFUME DE LA TEMPESTAD",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Perfume de la tempestad\\03 Ceremonia durante la tormenta.mp3",
- "Duracion": "04:20",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2609760000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.3157763-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Torito es muerto",
- "Artista": "INDIO SOLARI",
- "Album": "PERFUME DE LA TEMPESTAD",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Perfume de la tempestad\\04 Torito es muerto.mp3",
- "Duracion": "05:35",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 3356473469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.3358389-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Satelital",
- "Artista": "INDIO SOLARI",
- "Album": "PERFUME DE LA TEMPESTAD",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Perfume de la tempestad\\05 Satelital.mp3",
- "Duracion": "02:37",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 1570481632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.3535075-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Chante noire",
- "Artista": "INDIO SOLARI",
- "Album": "PERFUME DE LA TEMPESTAD",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Perfume de la tempestad\\06 Chante noire.mp3",
- "Duracion": "03:51",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2310530612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.373288-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Vino mariani",
- "Artista": "INDIO SOLARI",
- "Album": "PERFUME DE LA TEMPESTAD",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Perfume de la tempestad\\07 Vino mariani.mp3",
- "Duracion": "04:40",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2800848979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.3904028-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Zzzzzzzzzz.....",
- "Artista": "INDIO SOLARI",
- "Album": "PERFUME DE LA TEMPESTAD",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Perfume de la tempestad\\08 Zzzzzzzzzz......mp3",
- "Duracion": "03:16",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 1966759183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.407239-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "El tabano en la oreja",
- "Artista": "INDIO SOLARI",
- "Album": "PERFUME DE LA TEMPESTAD",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Perfume de la tempestad\\09 El tabano en la oreja.mp3",
- "Duracion": "03:48",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2284930612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.4241594-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Submarino",
- "Artista": "INDIO SOLARI",
- "Album": "PERFUME DE LA TEMPESTAD",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Perfume de la tempestad\\10 Submarino.mp3",
- "Duracion": "03:58",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2387040000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.4407628-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Black russian",
- "Artista": "INDIO SOLARI",
- "Album": "PERFUME DE LA TEMPESTAD",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Perfume de la tempestad\\11 Black russian.mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2546155102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.4577623-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Una rata muerta",
- "Artista": "INDIO SOLARI",
- "Album": "PERFUME DE LA TEMPESTAD",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Perfume de la tempestad\\12 Una rata muerta.mp3",
- "Duracion": "04:25",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2656130612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.4745773-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Rail traffic in Serbia",
- "Artista": "INDIO SOLARI",
- "Album": "PERFUME DE LA TEMPESTAD",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Perfume de la tempestad\\13 Rail traffic in Serbia.mp3",
- "Duracion": "41:17",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 24772963265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.4933252-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Pedía Siempre Temas en la Radi",
- "Artista": "INDIO SOLARI",
- "Album": "PORCO REX",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Porco Rex\\01 Pedía Siempre Temas en la Radi.mp3",
- "Duracion": "03:48",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2288587755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.5112629-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Ramas Desnudas",
- "Artista": "INDIO SOLARI",
- "Album": "PORCO REX",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Porco Rex\\02 Ramas Desnudas.mp3",
- "Duracion": "04:54",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2945044897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.5258118-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Sopa de Lágrimas ",
- "Artista": "INDIO SOLARI",
- "Album": "PORCO REX",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Porco Rex\\03 Sopa de Lágrimas.mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2374008163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.5417128-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Te Estás Quedando Sin Balas",
- "Artista": "INDIO SOLARI",
- "Album": "PORCO REX",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Porco Rex\\04 Te Estás Quedando Sin Balas.mp3",
- "Duracion": "05:02",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 3020800000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.5575824-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Tatuaje",
- "Artista": "INDIO SOLARI",
- "Album": "PORCO REX",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Porco Rex\\05 Tatuaje.mp3",
- "Duracion": "04:32",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2727444897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.5722656-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Porco Rex",
- "Artista": "INDIO SOLARI",
- "Album": "PORCO REX",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Porco Rex\\06 Porco Rex.mp3",
- "Duracion": "03:42",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2220930612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.5861663-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Veneno Paciente",
- "Artista": "INDIO SOLARI",
- "Album": "PORCO REX",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Porco Rex\\07 Veneno Paciente.mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2624522448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.5979742-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Por Qué Será Que Dios",
- "Artista": "INDIO SOLARI",
- "Album": "PORCO REX",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Porco Rex\\08 Por Qué Será Que Dios.mp3",
- "Duracion": "03:58",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2380016326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.6169788-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Y Mientras Tanto el Sol Se Mue",
- "Artista": "INDIO SOLARI",
- "Album": "PORCO REX",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Porco Rex\\09 Y Mientras Tanto el Sol Se Mue.mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2408751020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.6312138-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Martinis y Tafiroles",
- "Artista": "INDIO SOLARI",
- "Album": "PORCO REX",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Porco Rex\\10 Martinis y Tafiroles.mp3",
- "Duracion": "03:00",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 1804277551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.64633-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Flight 956",
- "Artista": "INDIO SOLARI",
- "Album": "PORCO REX",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Porco Rex\\11 Flight 956.mp3",
- "Duracion": "05:07",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 3071738775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.6653936-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Vuelo a Sidney",
- "Artista": "INDIO SOLARI",
- "Album": "PORCO REX",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Porco Rex\\12 Vuelo a Sidney.mp3",
- "Duracion": "04:10",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2505404081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.680031-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Bebamos de las Copas Lindas",
- "Artista": "INDIO SOLARI",
- "Album": "PORCO REX",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Porco Rex\\13 Bebamos de las Copas Lindas.mp3",
- "Duracion": "04:06",
- "FechaLanzamiento": "2007",
- "EstadoColor": "White",
- "DuracionLong": 2461518367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.6952895-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Recital - Patricio Rey",
- "Artista": "PATRICIO REY",
- "Album": "RECITAL RACING",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Racing 1998\\Los Redondos en Racing 98 Completo.mp3",
- "Duracion": "02:17:07",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 82278613461,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.7182633-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Pinturas de Guerra",
- "Artista": "INDIO SOLARI",
- "Album": "RUISEÑOR, EL AMOR Y LA MUERTE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Ruiseñor amor y muerte\\01 Pinturas de Guerra.mp3",
- "Duracion": "02:44",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 1644669387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.7369187-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "La Oscuridad",
- "Artista": "INDIO SOLARI",
- "Album": "RUISEÑOR, EL AMOR Y LA MUERTE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Ruiseñor amor y muerte\\02 La Oscuridad.mp3",
- "Duracion": "03:50",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2301600000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.7567726-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "El Callejon de los Milagros",
- "Artista": "INDIO SOLARI",
- "Album": "RUISEÑOR, EL AMOR Y LA MUERTE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Ruiseñor amor y muerte\\03 El Callejon de los Milagros.mp3",
- "Duracion": "02:58",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 1787820408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.7754786-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "El Ruiseñor",
- "Artista": "INDIO SOLARI",
- "Album": "RUISEÑOR, EL AMOR Y LA MUERTE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Ruiseñor amor y muerte\\04 El Ruiseñor.mp3",
- "Duracion": "05:10",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 3104160000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.7934579-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Stragendanger",
- "Artista": "INDIO SOLARI",
- "Album": "RUISEÑOR, EL AMOR Y LA MUERTE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Ruiseñor amor y muerte\\05 Stragendanger.mp3",
- "Duracion": "02:53",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 1733746938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.813283-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "El Martillo de las Brujas",
- "Artista": "INDIO SOLARI",
- "Album": "RUISEÑOR, EL AMOR Y LA MUERTE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Ruiseñor amor y muerte\\06 El Martillo de las Brujas.mp3",
- "Duracion": "03:47",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2273280000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.832991-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "El Tio Alberto",
- "Artista": "INDIO SOLARI",
- "Album": "RUISEÑOR, EL AMOR Y LA MUERTE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Ruiseñor amor y muerte\\07 El Tio Alberto.mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2400240000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.8537231-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Cancion Para un Terrorista",
- "Artista": "INDIO SOLARI",
- "Album": "RUISEÑOR, EL AMOR Y LA MUERTE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Ruiseñor amor y muerte\\08 Cancion Para un Terrorista.mp3",
- "Duracion": "03:25",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2054880000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.8710088-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Pequeña Mamba",
- "Artista": "INDIO SOLARI",
- "Album": "RUISEÑOR, EL AMOR Y LA MUERTE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Ruiseñor amor y muerte\\09 Pequeña Mamba.mp3",
- "Duracion": "04:07",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2472240000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.8866279-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "La Moda no es Vanguardia",
- "Artista": "INDIO SOLARI",
- "Album": "RUISEÑOR, EL AMOR Y LA MUERTE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Ruiseñor amor y muerte\\10 La Moda no es Vanguardia.mp3",
- "Duracion": "03:53",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2332560000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.9109258-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "A Bailar que no hay Infierno",
- "Artista": "INDIO SOLARI",
- "Album": "RUISEÑOR, EL AMOR Y LA MUERTE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Ruiseñor amor y muerte\\11 A Bailar que no hay Infierno.mp3",
- "Duracion": "04:24",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2640240000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.9295422-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "La Ciudad de los Encandilados",
- "Artista": "INDIO SOLARI",
- "Album": "RUISEÑOR, EL AMOR Y LA MUERTE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Ruiseñor amor y muerte\\12 La Ciudad de los Encandilados.mp3",
- "Duracion": "02:28",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 1483440000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.9478581-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Ostende Hotel",
- "Artista": "INDIO SOLARI",
- "Album": "RUISEÑOR, EL AMOR Y LA MUERTE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Ruiseñor amor y muerte\\13 Ostende Hotel.mp3",
- "Duracion": "03:32",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2120160000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.9641342-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Panasonic y el Mundo",
- "Artista": "INDIO SOLARI",
- "Album": "RUISEÑOR, EL AMOR Y LA MUERTE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Ruiseñor amor y muerte\\14 Panasonic y el Mundo.mp3",
- "Duracion": "03:29",
- "FechaLanzamiento": "2018",
- "EstadoColor": "White",
- "DuracionLong": 2097632653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.982347-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Nike Es la Cultura",
- "Artista": "INDIO SOLARI",
- "Album": "TESORO DE LOS INOCENTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Tesoro de los Inocentes\\01 Nike Es la Cultura.m4a",
- "Duracion": "06:30",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3909780000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:19.9989575-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Amnesia",
- "Artista": "INDIO SOLARI",
- "Album": "TESORO DE LOS INOCENTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Tesoro de los Inocentes\\02 Amnesia.m4a",
- "Duracion": "05:26",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3268210000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.01395-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "El Tesoro de los Inocentes",
- "Artista": "INDIO SOLARI",
- "Album": "TESORO DE LOS INOCENTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Tesoro de los Inocentes\\03 El Tesoro de los Inocentes.m4a",
- "Duracion": "04:18",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2588570000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.0345658-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "La Piba de Blockbuster",
- "Artista": "INDIO SOLARI",
- "Album": "TESORO DE LOS INOCENTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Tesoro de los Inocentes\\04 La Piba de Blockbuster.m4a",
- "Duracion": "05:11",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3117750000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.0519086-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Tomasito Podés Oírme Tomasito Podés Verme",
- "Artista": "INDIO SOLARI",
- "Album": "TESORO DE LOS INOCENTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Tesoro de los Inocentes\\05 Tomasito Podés Oírme Tomasito Podés Verme.m4a",
- "Duracion": "04:28",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2682610000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.0672572-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Mi Caramel Machiato",
- "Artista": "INDIO SOLARI",
- "Album": "TESORO DE LOS INOCENTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Tesoro de los Inocentes\\06 Mi Caramel Machiato.m4a",
- "Duracion": "03:40",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2202880000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.0837997-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "La Muerte y Yo",
- "Artista": "INDIO SOLARI",
- "Album": "TESORO DE LOS INOCENTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Tesoro de los Inocentes\\07 La Muerte y Yo.m4a",
- "Duracion": "03:30",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2101639999,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.0972997-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Adieu! Bye Bye! Aufwiedersehen!",
- "Artista": "INDIO SOLARI",
- "Album": "TESORO DE LOS INOCENTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Tesoro de los Inocentes\\08 Adieu! Bye Bye! Aufwiedersehen!.m4a",
- "Duracion": "03:51",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2315270000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.1130588-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Pabellón Séptimo (Relato de Horacio)",
- "Artista": "INDIO SOLARI",
- "Album": "TESORO DE LOS INOCENTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Tesoro de los Inocentes\\09 Pabellón Séptimo (Relato de Horacio).m4a",
- "Duracion": "04:46",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2861400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.1321488-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "El Charro Chino",
- "Artista": "INDIO SOLARI",
- "Album": "TESORO DE LOS INOCENTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Tesoro de los Inocentes\\10 El Charro Chino.m4a",
- "Duracion": "04:26",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2664960000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.149297-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Canción para un Goldfish",
- "Artista": "INDIO SOLARI",
- "Album": "TESORO DE LOS INOCENTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Tesoro de los Inocentes\\11 Canción para un Goldfish.m4a",
- "Duracion": "04:35",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2751800000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.1658523-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Tsunami",
- "Artista": "INDIO SOLARI",
- "Album": "TESORO DE LOS INOCENTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Tesoro de los Inocentes\\12 Tsunami.m4a",
- "Duracion": "04:17",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2578120000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.1806978-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "To Beef Or Not To Beef",
- "Artista": "INDIO SOLARI",
- "Album": "TESORO DE LOS INOCENTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Tesoro de los Inocentes\\13 To Beef Or Not To Beef.m4a",
- "Duracion": "04:39",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2794990000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.1957323-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Ciudad Baigón",
- "Artista": "INDIO SOLARI",
- "Album": "TESORO DE LOS INOCENTES",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\Tesoro de los Inocentes\\14 Ciudad Baigón.m4a",
- "Duracion": "05:27",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3272860000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.2127356-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Las Increíbles Andanzas del Capitán Buscapina en Cybersiberia",
- "Artista": "PATRICIO REY",
- "Album": "ULTIMO BONDI FINISHTERRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UltimoBondi\\01 Las Increíbles Andanzas del Capitán Buscapina en Cybersiberia.m4a",
- "Duracion": "04:44",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2845380000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.2323348-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Estás Frito Angelito",
- "Artista": "PATRICIO REY",
- "Album": "ULTIMO BONDI FINISHTERRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UltimoBondi\\02 Estás Frito Angelito.m4a",
- "Duracion": "04:34",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2741820000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.250929-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "El Árbol del Gran Bonete",
- "Artista": "PATRICIO REY",
- "Album": "ULTIMO BONDI FINISHTERRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UltimoBondi\\03 El Árbol del Gran Bonete.m4a",
- "Duracion": "05:12",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 3122160000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.2670527-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Gualicho",
- "Artista": "PATRICIO REY",
- "Album": "ULTIMO BONDI FINISHTERRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UltimoBondi\\04 Gualicho.m4a",
- "Duracion": "04:47",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2878809999,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.2856439-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Pogo",
- "Artista": "PATRICIO REY",
- "Album": "ULTIMO BONDI FINISHTERRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UltimoBondi\\05 Pogo.m4a",
- "Duracion": "04:46",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2865810000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.3014713-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Alien Duce",
- "Artista": "PATRICIO REY",
- "Album": "ULTIMO BONDI FINISHTERRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UltimoBondi\\06 Alien Duce.m4a",
- "Duracion": "03:14",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 1944910000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.3199241-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "La Pequeña Novia del Carioca",
- "Artista": "PATRICIO REY",
- "Album": "ULTIMO BONDI FINISHTERRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UltimoBondi\\07 La Pequeña Novia del Carioca.m4a",
- "Duracion": "04:50",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2906210000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.3390775-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Drogocop",
- "Artista": "PATRICIO REY",
- "Album": "ULTIMO BONDI FINISHTERRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UltimoBondi\\08 Drogocop.m4a",
- "Duracion": "03:06",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 1862940000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.3604675-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Scaramanzia",
- "Artista": "PATRICIO REY",
- "Album": "ULTIMO BONDI FINISHTERRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UltimoBondi\\09 Scaramanzia.m4a",
- "Duracion": "05:29",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 3292130000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.3789945-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Esto Es To-To-Todo Amigos!",
- "Artista": "PATRICIO REY",
- "Album": "ULTIMO BONDI FINISHTERRE",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UltimoBondi\\10 Esto Es To-To-Todo Amigos!.m4a",
- "Duracion": "03:37",
- "FechaLanzamiento": "1998",
- "EstadoColor": "White",
- "DuracionLong": 2176180000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.3981575-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Vamos las Bandas",
- "Artista": "PATRICIO REY",
- "Album": "UN BAION PARA EL OJO IDIOTA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UnBaion\\06 Vamos las Bandas.m4a",
- "Duracion": "03:48",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2282760000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.4135817-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Masacre en el Puticlub",
- "Artista": "PATRICIO REY",
- "Album": "UN BAION PARA EL OJO IDIOTA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UnBaion\\1 Masacre en el Puticlub.m4a",
- "Duracion": "04:45",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2854900000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.4287519-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Noticias de Ayer",
- "Artista": "PATRICIO REY",
- "Album": "UN BAION PARA EL OJO IDIOTA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UnBaion\\2 Noticias de Ayer.m4a",
- "Duracion": "04:23",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2634540000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.4458944-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Aquella Solitaria Vaca Cubana",
- "Artista": "PATRICIO REY",
- "Album": "UN BAION PARA EL OJO IDIOTA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UnBaion\\3 Aquella Solitaria Vaca Cubana.m4a",
- "Duracion": "04:15",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2558610000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.4644061-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Todo Preso Es Político",
- "Artista": "PATRICIO REY",
- "Album": "UN BAION PARA EL OJO IDIOTA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UnBaion\\4 Todo Preso Es Político.m4a",
- "Duracion": "05:48",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 3485779999,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.480792-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Vencedores Vencidos",
- "Artista": "PATRICIO REY",
- "Album": "UN BAION PARA EL OJO IDIOTA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UnBaion\\5 Vencedores Vencidos.m4a",
- "Duracion": "03:28",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2084460000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.4999695-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Ella Debe Estar Tan Linda",
- "Artista": "PATRICIO REY",
- "Album": "UN BAION PARA EL OJO IDIOTA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UnBaion\\7 Ella Debe Estar Tan Linda.m4a",
- "Duracion": "04:01",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2413020000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.514391-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Todo un Palo",
- "Artista": "PATRICIO REY",
- "Album": "UN BAION PARA EL OJO IDIOTA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Redondos\\UnBaion\\8 Todo un Palo.m4a",
- "Duracion": "07:20",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 4405760000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.5312799-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Donde Estés Llegaré",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Alexis y Fido - Donde Estés Llegaré.mp3",
- "Duracion": "04:33",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2732942948,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.5498885-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Mis Ojos Lloran Por Ti (Lyrics)",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Big Boy - Mis Ojos Lloran Por Ti (Lyrics).mp3",
- "Duracion": "05:02",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 3023103205,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.5746047-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Tocarte Toa",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Big Yamo Ft. Natya - Tocarte Toa (Video Oficial).mp3",
- "Duracion": "03:26",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2068762820,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.5993201-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Rompe",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Daddy Yankee Rompe Official HD Music Video.mp3",
- "Duracion": "06:38",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 3989232051,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.6170292-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Gasolina",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Daddy Yankee - Gasolina (Video Oficial).mp3",
- "Duracion": "04:20",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2604072435,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.6361352-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Dile",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Don Omar - Dile.mp3",
- "Duracion": "04:01",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2414383333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.6577994-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Dutty Love ft. Natti Natasha",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Don Omar - Dutty Love (Lyric Video) ft. Natti Natasha.mp3",
- "Duracion": "04:53",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2936028205,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.6776845-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Hasta Abajo",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Don Omar - Hasta Abajo.mp3",
- "Duracion": "06:09",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 3697196153,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.7034293-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Salio El Sol",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Don Omar - Salio El Sol (Official Music Video).mp3",
- "Duracion": "05:39",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 3390960897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.7283489-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Taboo",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Don Omar - Taboo.mp3",
- "Duracion": "04:59",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2998990384,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.7513029-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Bandolero",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Don Omar ft. Tego Calderon - Bandolero.mp3",
- "Duracion": "05:13",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 3138577564,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.7749381-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Dile",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Don Omar _ Dile (Video Oficial ).mp3",
- "Duracion": "04:01",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2414919230,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.8110373-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Pobre Diabla",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Don Omar _ Pobre Diabla (Video Oficial) ❌.mp3",
- "Duracion": "05:00",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 3009171153,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.8325527-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Sin Ti",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\INNA - Sin Ti _ Official Music Video.mp3",
- "Duracion": "02:48",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 1688312820,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.854831-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Yo Quiero Bailar",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Ivy Queen - Yo Quiero Bailar ORIGINAL [!!!].mp3",
- "Duracion": "03:15",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 1954628205,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.8772059-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Perdoname",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\La Factoria - Perdoname ft. Eddy Lover.mp3",
- "Duracion": "03:52",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2323825641,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.9008342-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Mariola ",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Minelli - Mariola _ Official Video.mp3",
- "Duracion": "03:10",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 1907473717,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.9245906-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "Noche de Entierro",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Noche de Entierro - Los Benjamins, Wisin & Yandel, Daddy Yankee & Hector _El Father_.mp3",
- "Duracion": "04:24",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2645332692,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.9451258-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "Es un secreto",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Plan B - Es un secreto [Official Video].mp3",
- "Duracion": "03:39",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2198973717,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.9665774-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "Guatauba",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Plan B - Guatauba [ClasicoReggaetonero].mp3",
- "Duracion": "02:46",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 1667415384,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:20.9893505-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "Si no le contesto",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Plan B - Si no le contesto ft. Tony Dize and Zion y Lennox (Remix) [Official Video].mp3",
- "Duracion": "04:38",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2785991666,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.0101248-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "Propuesta Indecente",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Romeo Santos - Propuesta Indecente (Official Video).mp3",
- "Duracion": "04:34",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2749822435,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.0338427-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "Patrón",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Tito _El Bambino_ El Patrón - Flow Natural ft. Beenie Man, Ines.mp3",
- "Duracion": "03:03",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 1837278205,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.0556102-03:00"
- },
- {
- "Numero": "24",
- "Titulo": "Abusadora",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Wisin & Yandel - Abusadora (Official Video).mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2111630769,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.0824149-03:00"
- },
- {
- "Numero": "25",
- "Titulo": "Me Estás Tentando",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Wisin & Yandel - Me Estás Tentando (Official Video).mp3",
- "Duracion": "03:58",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2385447435,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.1008135-03:00"
- },
- {
- "Numero": "26",
- "Titulo": "Sexy Movimiento",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Wisin & Yandel - Sexy Movimiento (Official Video).mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2694898076,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.1222203-03:00"
- },
- {
- "Numero": "27",
- "Titulo": "Llámame",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\wrs - Llámame _ official music video.mp3",
- "Duracion": "03:13",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 1939624358,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.1419251-03:00"
- },
- {
- "Numero": "28",
- "Titulo": "Yo Voy",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Yo Voy (feat. Daddy Yankee).mp3",
- "Duracion": "03:56",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2369908333,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.162553-03:00"
- },
- {
- "Numero": "29",
- "Titulo": "Zun Da Da",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Zion - Zun Da Da (Official Video).mp3",
- "Duracion": "04:06",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2467432051,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.1815654-03:00"
- },
- {
- "Numero": "30",
- "Titulo": "Baila Morena",
- "Artista": "VARIOS REGUETON",
- "Album": "REGUETON VIEJO",
- "Genero": "REGUETON",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Regueton\\Zucchero - Baila Morena.mp3",
- "Duracion": "04:15",
- "FechaLanzamiento": "2013",
- "EstadoColor": "White",
- "DuracionLong": 2551559615,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.1983367-03:00"
- },
- {
- "Numero": "",
- "Titulo": "001 Guns N' Roses - November Rain",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\001 Guns N' Roses - November Rain.mp3",
- "Duracion": "09:16",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 5569044897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.2193734-03:00"
- },
- {
- "Numero": "",
- "Titulo": "002 Numb [Official Music Video] - Linkin Park",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\002 Numb [Official Music Video] - Linkin Park.mp3",
- "Duracion": "03:06",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1862400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.2356288-03:00"
- },
- {
- "Numero": "",
- "Titulo": "003 Berilo - Miracle (Um Rock no Estúdio)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\003 Berilo - Miracle (Um Rock no Estúdio).mp3",
- "Duracion": "02:54",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1743412244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.2529244-03:00"
- },
- {
- "Numero": "",
- "Titulo": "004 Nirvana - Smells Like Teen Spirit (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\004 Nirvana - Smells Like Teen Spirit (Official Music Video).mp3",
- "Duracion": "04:38",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2784240000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.2698214-03:00"
- },
- {
- "Numero": "",
- "Titulo": "005 Queen – Bohemian Rhapsody (Official Video Remastered)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\005 Queen – Bohemian Rhapsody (Official Video Remastered).mp3",
- "Duracion": "05:59",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3595200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.2852327-03:00"
- },
- {
- "Numero": "",
- "Titulo": "006 grandma - God Hired You To Be My Baby (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\006 grandma - God Hired You To Be My Baby (Official Video).mp3",
- "Duracion": "03:19",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1999151020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.2979017-03:00"
- },
- {
- "Numero": "",
- "Titulo": "007 Guns N' Roses - Sweet Child O' Mine (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\007 Guns N' Roses - Sweet Child O' Mine (Official Music Video).mp3",
- "Duracion": "05:03",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3030000000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.3109035-03:00"
- },
- {
- "Numero": "",
- "Titulo": "008 In The End [Official HD Music Video] - Linkin Park",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\008 In The End [Official HD Music Video] - Linkin Park.mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2183053061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.3281194-03:00"
- },
- {
- "Numero": "",
- "Titulo": "009 poptropicaslutz! - '1000 peaceful ways to die'",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\009 poptropicaslutz! - '1000 peaceful ways to die'.mp3",
- "Duracion": "02:31",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1511967346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.3441273-03:00"
- },
- {
- "Numero": "",
- "Titulo": "010 Arctic Monkeys - Do I Wanna Know (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\010 Arctic Monkeys - Do I Wanna Know (Official Video).mp3",
- "Duracion": "04:25",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2657520000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.3586742-03:00"
- },
- {
- "Numero": "",
- "Titulo": "011 4 Non Blondes - What's Up (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\011 4 Non Blondes - What's Up (Official Music Video).mp3",
- "Duracion": "04:52",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2925840000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.3734415-03:00"
- },
- {
- "Numero": "",
- "Titulo": "012 The Northwest - Unsober October",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\012 The Northwest - Unsober October.mp3",
- "Duracion": "03:58",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2380016326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.3888399-03:00"
- },
- {
- "Numero": "",
- "Titulo": "013 The Cranberries - Zombie (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\013 The Cranberries - Zombie (Official Music Video).mp3",
- "Duracion": "05:07",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3072261224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.4050416-03:00"
- },
- {
- "Numero": "",
- "Titulo": "014 System Of A Down - Chop Suey! (Official HD Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\014 System Of A Down - Chop Suey! (Official HD Video).mp3",
- "Duracion": "03:28",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2087183673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.4228404-03:00"
- },
- {
- "Numero": "",
- "Titulo": "015 Bon Jovi - It's My Life (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\015 Bon Jovi - It's My Life (Official Music Video).mp3",
- "Duracion": "04:27",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2670236734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.4373844-03:00"
- },
- {
- "Numero": "",
- "Titulo": "016 Metallica - Nothing Else Matters (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\016 Metallica - Nothing Else Matters (Official Music Video).mp3",
- "Duracion": "06:25",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3858024489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.457037-03:00"
- },
- {
- "Numero": "",
- "Titulo": "017 430 Steps - I'm So Tired (Fugazi Cover)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\017 430 Steps - I'm So Tired (Fugazi Cover).mp3",
- "Duracion": "02:00",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1208424489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.4710916-03:00"
- },
- {
- "Numero": "",
- "Titulo": "018 AC_DC - Thunderstruck (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\018 AC_DC - Thunderstruck (Official Video).mp3",
- "Duracion": "04:53",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2930160000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.487121-03:00"
- },
- {
- "Numero": "",
- "Titulo": "019 Evanescence - Bring Me To Life (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\019 Evanescence - Bring Me To Life (Official Music Video).mp3",
- "Duracion": "04:13",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2539680000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.501421-03:00"
- },
- {
- "Numero": "",
- "Titulo": "020 JAWNY - strawberry chainsaw [Official Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\020 JAWNY - strawberry chainsaw [Official Music Video].mp3",
- "Duracion": "02:56",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1765616326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.5158067-03:00"
- },
- {
- "Numero": "",
- "Titulo": "021 Europe - The Final Countdown (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\021 Europe - The Final Countdown (Official Video).mp3",
- "Duracion": "04:56",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2962285714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.5283101-03:00"
- },
- {
- "Numero": "",
- "Titulo": "022 Imagine Dragons - Demons (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\022 Imagine Dragons - Demons (Official Music Video).mp3",
- "Duracion": "03:56",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2362253061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.5436156-03:00"
- },
- {
- "Numero": "",
- "Titulo": "023 Sunsleeper - Stay Home (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\023 Sunsleeper - Stay Home (Official Music Video).mp3",
- "Duracion": "03:53",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2337840000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.5591787-03:00"
- },
- {
- "Numero": "",
- "Titulo": "024 R.E.M. - Losing My Religion (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\024 R.E.M. - Losing My Religion (Official Music Video).mp3",
- "Duracion": "04:54",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2940865306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.5746371-03:00"
- },
- {
- "Numero": "",
- "Titulo": "025 The Police - Every Breath You Take (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\025 The Police - Every Breath You Take (Official Video).mp3",
- "Duracion": "03:48",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2289893877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.5908795-03:00"
- },
- {
- "Numero": "",
- "Titulo": "026 What You Got (music video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\026 What You Got (music video).mp3",
- "Duracion": "04:17",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2574889795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.6075979-03:00"
- },
- {
- "Numero": "",
- "Titulo": "027 Audioslave - Like a Stone (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\027 Audioslave - Like a Stone (Official Video).mp3",
- "Duracion": "05:01",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3017404081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.6230663-03:00"
- },
- {
- "Numero": "",
- "Titulo": "028 Red Hot Chili Peppers - Californication [Official Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\028 Red Hot Chili Peppers - Californication [Official Music Video].mp3",
- "Duracion": "05:21",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3211232653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.6414199-03:00"
- },
- {
- "Numero": "",
- "Titulo": "029 poptropicaslutz! - 'something about the sky'",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\029 poptropicaslutz! - 'something about the sky'.mp3",
- "Duracion": "03:40",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2200555102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.6582715-03:00"
- },
- {
- "Numero": "",
- "Titulo": "030 Scorpions - Wind Of Change (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\030 Scorpions - Wind Of Change (Official Music Video).mp3",
- "Duracion": "04:42",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2828277551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.6748871-03:00"
- },
- {
- "Numero": "",
- "Titulo": "031 Bon Jovi - Livin' On A Prayer",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\031 Bon Jovi - Livin' On A Prayer.mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2488946938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.6911803-03:00"
- },
- {
- "Numero": "",
- "Titulo": "032 LAND BACK ⊕ official video ⊕",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\032 LAND BACK ⊕ official video ⊕.mp3",
- "Duracion": "03:47",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2279967346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.7051462-03:00"
- },
- {
- "Numero": "",
- "Titulo": "033 No Doubt - Don't Speak (Official 4K Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\033 No Doubt - Don't Speak (Official 4K Music Video).mp3",
- "Duracion": "05:01",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3010612244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.720715-03:00"
- },
- {
- "Numero": "",
- "Titulo": "034 Hoobastank - The Reason (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\034 Hoobastank - The Reason (Official Music Video).mp3",
- "Duracion": "04:10",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2505926530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.7382224-03:00"
- },
- {
- "Numero": "",
- "Titulo": "035 PINK TURNS BLUE - Not Gonna Take It",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\035 PINK TURNS BLUE - Not Gonna Take It.mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2186971428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.7544902-03:00"
- },
- {
- "Numero": "",
- "Titulo": "036 AC_DC - Back In Black (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\036 AC_DC - Back In Black (Official Video).mp3",
- "Duracion": "04:13",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2539200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.7670824-03:00"
- },
- {
- "Numero": "",
- "Titulo": "037 Bon Jovi - Always (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\037 Bon Jovi - Always (Official Music Video).mp3",
- "Duracion": "06:05",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3658971428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.7794642-03:00"
- },
- {
- "Numero": "",
- "Titulo": "038 The Dangerous Summer - Sideways (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\038 The Dangerous Summer - Sideways (Official Video).mp3",
- "Duracion": "02:58",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1783640816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.7960644-03:00"
- },
- {
- "Numero": "",
- "Titulo": "039 Evanescence - My Immortal (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\039 Evanescence - My Immortal (Official Music Video).mp3",
- "Duracion": "04:32",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2721959183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.8095653-03:00"
- },
- {
- "Numero": "",
- "Titulo": "040 Disturbed - The Sound Of Silence [Official Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\040 Disturbed - The Sound Of Silence [Official Music Video].mp3",
- "Duracion": "04:19",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2592130612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.826375-03:00"
- },
- {
- "Numero": "",
- "Titulo": "041 Racewall Mosquitoes - Same for Yesterday [Official Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\041 Racewall Mosquitoes - Same for Yesterday [Official Music Video].mp3",
- "Duracion": "04:18",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2580114285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.8442119-03:00"
- },
- {
- "Numero": "",
- "Titulo": "042 The Verve - Bitter Sweet Symphony (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\042 The Verve - Bitter Sweet Symphony (Official Music Video).mp3",
- "Duracion": "04:35",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2754873469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.8570809-03:00"
- },
- {
- "Numero": "",
- "Titulo": "043 Survivor - Eye Of The Tiger (Official HD Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\043 Survivor - Eye Of The Tiger (Official HD Video).mp3",
- "Duracion": "04:04",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2449240816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.8700459-03:00"
- },
- {
- "Numero": "",
- "Titulo": "044 Toto - Africa (Official HD Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\044 Toto - Africa (Official HD Video).mp3",
- "Duracion": "04:31",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2714400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.8868943-03:00"
- },
- {
- "Numero": "",
- "Titulo": "045 Ravery Moore - Kimberly Olivar (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\045 Ravery Moore - Kimberly Olivar (Official Music Video).mp3",
- "Duracion": "03:23",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2031020408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.902555-03:00"
- },
- {
- "Numero": "",
- "Titulo": "046 Queen - Don't Stop Me Now (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\046 Queen - Don't Stop Me Now (Official Video).mp3",
- "Duracion": "03:32",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2121120000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.9170559-03:00"
- },
- {
- "Numero": "",
- "Titulo": "047 3 Doors Down - Here Without You (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\047 3 Doors Down - Here Without You (Official Music Video).mp3",
- "Duracion": "03:55",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2358857142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.9317842-03:00"
- },
- {
- "Numero": "",
- "Titulo": "048 Papi Shiitake - Mexican Moonlight",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\048 Papi Shiitake - Mexican Moonlight.mp3",
- "Duracion": "02:45",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1651200000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.9448164-03:00"
- },
- {
- "Numero": "",
- "Titulo": "049 Guns N' Roses - Paradise City (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\049 Guns N' Roses - Paradise City (Official Music Video).mp3",
- "Duracion": "06:48",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 4082677551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.9601573-03:00"
- },
- {
- "Numero": "",
- "Titulo": "050 Radiohead - Creep",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\050 Radiohead - Creep.mp3",
- "Duracion": "03:56",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2366640000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.9765382-03:00"
- },
- {
- "Numero": "",
- "Titulo": "051 George Collins Band It's Been a Long Time (Official Lyric Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\051 George Collins Band It's Been a Long Time (Official Lyric Video).mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2455771428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:21.9916987-03:00"
- },
- {
- "Numero": "",
- "Titulo": "052 Guns N' Roses - Patience",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\052 Guns N' Roses - Patience.mp3",
- "Duracion": "05:56",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3563624489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.0079668-03:00"
- },
- {
- "Numero": "",
- "Titulo": "053 System Of A Down - Toxicity (Official HD Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\053 System Of A Down - Toxicity (Official HD Video).mp3",
- "Duracion": "03:44",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2244702040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.0225485-03:00"
- },
- {
- "Numero": "",
- "Titulo": "054 Guns N' Roses - Don't Cry",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\054 Guns N' Roses - Don't Cry.mp3",
- "Duracion": "05:13",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3131036734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.0361239-03:00"
- },
- {
- "Numero": "",
- "Titulo": "055 Bryan Adams - Please Forgive Me",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\055 Bryan Adams - Please Forgive Me.mp3",
- "Duracion": "05:30",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3305273469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.0481943-03:00"
- },
- {
- "Numero": "",
- "Titulo": "056 Kjersti Long - Boys In Jersey (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\056 Kjersti Long - Boys In Jersey (Official Music Video).mp3",
- "Duracion": "02:36",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1568914285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.0644055-03:00"
- },
- {
- "Numero": "",
- "Titulo": "057 Green Day - Boulevard Of Broken Dreams [Official Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\057 Green Day - Boulevard Of Broken Dreams [Official Music Video].mp3",
- "Duracion": "04:47",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2877387755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.077051-03:00"
- },
- {
- "Numero": "",
- "Titulo": "058 Red Hot Chili Peppers - Otherside [Official Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\058 Red Hot Chili Peppers - Otherside [Official Music Video].mp3",
- "Duracion": "04:15",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2557910204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.0936652-03:00"
- },
- {
- "Numero": "",
- "Titulo": "059 Sundressed - Winner feat. You, Me, And Everyone We Know (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\059 Sundressed - Winner feat. You, Me, And Everyone We Know (Official Music Video).mp3",
- "Duracion": "03:11",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1919477551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.1069159-03:00"
- },
- {
- "Numero": "",
- "Titulo": "060 Roxette - It Must Have Been Love (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\060 Roxette - It Must Have Been Love (Official Music Video).mp3",
- "Duracion": "04:15",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2558171428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.1243105-03:00"
- },
- {
- "Numero": "",
- "Titulo": "061 Extreme - More Than Words (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\061 Extreme - More Than Words (Official Music Video).mp3",
- "Duracion": "04:15",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2556081632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.13955-03:00"
- },
- {
- "Numero": "",
- "Titulo": "062 Hurricane On Saturn (feat. Deuce) - Monsters",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\062 Hurricane On Saturn (feat. Deuce) - Monsters.mp3",
- "Duracion": "04:21",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2617440000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.1555022-03:00"
- },
- {
- "Numero": "",
- "Titulo": "063 Aerosmith - Crazy (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\063 Aerosmith - Crazy (Official Music Video).mp3",
- "Duracion": "06:13",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3732636734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.1720797-03:00"
- },
- {
- "Numero": "",
- "Titulo": "064 Avril Lavigne - Girlfriend (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\064 Avril Lavigne - Girlfriend (Official Video).mp3",
- "Duracion": "03:47",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2275004081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.1892875-03:00"
- },
- {
- "Numero": "",
- "Titulo": "065 MONTE- T.D.T.T.M. (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\065 MONTE- T.D.T.T.M. (Official Music Video).mp3",
- "Duracion": "04:16",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2569926530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.2048057-03:00"
- },
- {
- "Numero": "",
- "Titulo": "066 What I've Done [Official Music Video] - Linkin Park",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\066 What I've Done [Official Music Video] - Linkin Park.mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2074644897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.2218437-03:00"
- },
- {
- "Numero": "",
- "Titulo": "067 AC_DC - Highway to Hell (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\067 AC_DC - Highway to Hell (Official Video).mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2071248979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.2363007-03:00"
- },
- {
- "Numero": "",
- "Titulo": "068 George Collins Band - Toward the Light (Official Lyric Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\068 George Collins Band - Toward the Light (Official Lyric Video).mp3",
- "Duracion": "06:07",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3673338775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.2519356-03:00"
- },
- {
- "Numero": "",
- "Titulo": "069 Queen - Another One Bites the Dust (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\069 Queen - Another One Bites the Dust (Official Video).mp3",
- "Duracion": "03:42",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2227440000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.2703534-03:00"
- },
- {
- "Numero": "",
- "Titulo": "070 Metallica - Enter Sandman (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\070 Metallica - Enter Sandman (Official Music Video).mp3",
- "Duracion": "05:31",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3310497959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.2872467-03:00"
- },
- {
- "Numero": "",
- "Titulo": "071 SUNVOLUME - Fever In The Funkhouse [Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\071 SUNVOLUME - Fever In The Funkhouse [Music Video].mp3",
- "Duracion": "03:13",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1934889795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.3029473-03:00"
- },
- {
- "Numero": "",
- "Titulo": "072 Queen - We Will Rock You (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\072 Queen - We Will Rock You (Official Video).mp3",
- "Duracion": "02:14",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1345828571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.3182254-03:00"
- },
- {
- "Numero": "",
- "Titulo": "073 CASTLE OF GLASS [Official Music Video] - Linkin Park",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\073 CASTLE OF GLASS [Official Music Video] - Linkin Park.mp3",
- "Duracion": "04:49",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2896718367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.3331787-03:00"
- },
- {
- "Numero": "",
- "Titulo": "074 Mitch & Millie - White Rabbit",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\074 Mitch & Millie - White Rabbit.mp3",
- "Duracion": "02:47",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1673926530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.3487309-03:00"
- },
- {
- "Numero": "",
- "Titulo": "075 Nickelback - How You Remind Me",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\075 Nickelback - How You Remind Me.mp3",
- "Duracion": "03:48",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2284408163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.3629213-03:00"
- },
- {
- "Numero": "",
- "Titulo": "076 New Divide [Official Music Video] - Linkin Park",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\076 New Divide [Official Music Video] - Linkin Park.mp3",
- "Duracion": "04:28",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2682514285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.376374-03:00"
- },
- {
- "Numero": "",
- "Titulo": "077 OKKUPADO - COMEDOWN",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\077 OKKUPADO - COMEDOWN.mp3",
- "Duracion": "02:36",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1566824489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.3885726-03:00"
- },
- {
- "Numero": "",
- "Titulo": "078 Queen - I Want To Break Free (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\078 Queen - I Want To Break Free (Official Video).mp3",
- "Duracion": "04:31",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2714644897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.4041217-03:00"
- },
- {
- "Numero": "",
- "Titulo": "079 Aerosmith - I Don't Want to Miss a Thing (Official HD Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\079 Aerosmith - I Don't Want to Miss a Thing (Official HD Video).mp3",
- "Duracion": "04:52",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2928326530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.4195566-03:00"
- },
- {
- "Numero": "",
- "Titulo": "080 Tenside - Aim For Paradise (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\080 Tenside - Aim For Paradise (Official Music Video).mp3",
- "Duracion": "04:01",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2419722448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.4364075-03:00"
- },
- {
- "Numero": "",
- "Titulo": "081 Guns N' Roses - Welcome To The Jungle",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\081 Guns N' Roses - Welcome To The Jungle.mp3",
- "Duracion": "04:39",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2792228571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.4521808-03:00"
- },
- {
- "Numero": "",
- "Titulo": "082 Foo Fighters - The Pretender",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\082 Foo Fighters - The Pretender.mp3",
- "Duracion": "04:30",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2703673469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.4687037-03:00"
- },
- {
- "Numero": "",
- "Titulo": "083 Dali Van Gogh - Out For Blood (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\083 Dali Van Gogh - Out For Blood (Official Music Video).mp3",
- "Duracion": "04:25",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2656130612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.4843467-03:00"
- },
- {
- "Numero": "",
- "Titulo": "084 The Calling - Wherever You Will Go (First Video- in Tijuana)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\084 The Calling - Wherever You Will Go (First Video- in Tijuana).mp3",
- "Duracion": "03:26",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2067330612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.4999292-03:00"
- },
- {
- "Numero": "",
- "Titulo": "085 The White Stripes - Seven Nation Army (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\085 The White Stripes - Seven Nation Army (Official Music Video).mp3",
- "Duracion": "03:58",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2384195918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.514591-03:00"
- },
- {
- "Numero": "",
- "Titulo": "086 Tenside - DUST OF THE BEREAVED (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\086 Tenside - DUST OF THE BEREAVED (Official Music Video).mp3",
- "Duracion": "04:49",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2896718367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.5284177-03:00"
- },
- {
- "Numero": "",
- "Titulo": "087 The Killers - Mr. Brightside (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\087 The Killers - Mr. Brightside (Official Music Video).mp3",
- "Duracion": "03:47",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2275787755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.5403351-03:00"
- },
- {
- "Numero": "",
- "Titulo": "088 The Outfield - Your Love (Official HD Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\088 The Outfield - Your Love (Official HD Video).mp3",
- "Duracion": "04:12",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2525518367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.5580257-03:00"
- },
- {
- "Numero": "",
- "Titulo": "089 KALEO - Way Down We Go (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\089 KALEO - Way Down We Go (Official Music Video).mp3",
- "Duracion": "03:34",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2142240000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.5720816-03:00"
- },
- {
- "Numero": "",
- "Titulo": "090 Bad Wolves - Zombie (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\090 Bad Wolves - Zombie (Official Video).mp3",
- "Duracion": "04:35",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2754089795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.5887102-03:00"
- },
- {
- "Numero": "",
- "Titulo": "091 SUNVOLUME - Crystallizer [Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\091 SUNVOLUME - Crystallizer [Music Video].mp3",
- "Duracion": "02:56",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1761175510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.6038921-03:00"
- },
- {
- "Numero": "",
- "Titulo": "092 Nirvana - Come As You Are (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\092 Nirvana - Come As You Are (Official Music Video).mp3",
- "Duracion": "03:44",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2242612244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.621095-03:00"
- },
- {
- "Numero": "",
- "Titulo": "093 Rammstein - Du Hast (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\093 Rammstein - Du Hast (Official Video).mp3",
- "Duracion": "03:55",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2353371428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.6373116-03:00"
- },
- {
- "Numero": "",
- "Titulo": "094 Love Ghost - 'Pulp' (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\094 Love Ghost - 'Pulp' (Official Music Video).mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2480880000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.6542474-03:00"
- },
- {
- "Numero": "",
- "Titulo": "095 Kings Of Leon - Sex on Fire (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\095 Kings Of Leon - Sex on Fire (Official Video).mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2071248979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.6696232-03:00"
- },
- {
- "Numero": "",
- "Titulo": "096 Green Day - 21 Guns [Official Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\096 Green Day - 21 Guns [Official Music Video].mp3",
- "Duracion": "05:26",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3261648979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.6864594-03:00"
- },
- {
- "Numero": "",
- "Titulo": "097 Bring It Around- (music video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\097 Bring It Around- (music video).mp3",
- "Duracion": "05:00",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3005126530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.7037046-03:00"
- },
- {
- "Numero": "",
- "Titulo": "098 Kiss - I Was Made For Lovin' You",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\098 Kiss - I Was Made For Lovin' You.mp3",
- "Duracion": "03:58",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2382240000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.7189528-03:00"
- },
- {
- "Numero": "",
- "Titulo": "099 Queen - Somebody To Love (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\099 Queen - Somebody To Love (Official Video).mp3",
- "Duracion": "05:09",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3095510204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.733938-03:00"
- },
- {
- "Numero": "",
- "Titulo": "100 Joe Hertler & The Rainbow Seekers - HELP (Dancing Ghost Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\100 Joe Hertler & The Rainbow Seekers - HELP (Dancing Ghost Music Video).mp3",
- "Duracion": "03:24",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2040424489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.7493013-03:00"
- },
- {
- "Numero": "",
- "Titulo": "101 Nirvana - The Man Who Sold The World (MTV Unplugged)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\101 Nirvana - The Man Who Sold The World (MTV Unplugged).mp3",
- "Duracion": "03:37",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2179920000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.7640941-03:00"
- },
- {
- "Numero": "",
- "Titulo": "102 Red Hot Chili Peppers - Dark Necessities [Official Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\102 Red Hot Chili Peppers - Dark Necessities [Official Music Video].mp3",
- "Duracion": "05:03",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3037920000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.7772463-03:00"
- },
- {
- "Numero": "",
- "Titulo": "103 XAR - Hot Girl Shit Ft. Adam Warner, Josh Gallagher, Taylor Goyette (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\103 XAR - Hot Girl Shit Ft. Adam Warner, Josh Gallagher, Taylor Goyette (Official Video).mp3",
- "Duracion": "02:15",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1358628571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.7892568-03:00"
- },
- {
- "Numero": "",
- "Titulo": "104 Metallica - The Unforgiven (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\104 Metallica - The Unforgiven (Official Music Video).mp3",
- "Duracion": "06:23",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3835036734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.8032291-03:00"
- },
- {
- "Numero": "",
- "Titulo": "105 Red Hot Chili Peppers - Scar Tissue [Official Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\105 Red Hot Chili Peppers - Scar Tissue [Official Music Video].mp3",
- "Duracion": "03:40",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2208653061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.8182053-03:00"
- },
- {
- "Numero": "",
- "Titulo": "106 TALK - Run Away to Mars (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\106 TALK - Run Away to Mars (Official Video).mp3",
- "Duracion": "03:51",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2313665306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.832977-03:00"
- },
- {
- "Numero": "",
- "Titulo": "107 Paramore - Decode [OFFICIAL VIDEO]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\107 Paramore - Decode [OFFICIAL VIDEO].mp3",
- "Duracion": "04:13",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2535444897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.8480174-03:00"
- },
- {
- "Numero": "",
- "Titulo": "108 Smash Mouth - All Star (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\108 Smash Mouth - All Star (Official Music Video).mp3",
- "Duracion": "03:56",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2367738775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.8621905-03:00"
- },
- {
- "Numero": "",
- "Titulo": "109 Paint It, Black",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\109 Paint It, Black.mp3",
- "Duracion": "03:22",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2023444897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.8750772-03:00"
- },
- {
- "Numero": "",
- "Titulo": "110 Fall Out Boy - Centuries (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\110 Fall Out Boy - Centuries (Official Music Video).mp3",
- "Duracion": "04:31",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2718040816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.8888001-03:00"
- },
- {
- "Numero": "",
- "Titulo": "111 The Beatles - Don't Let Me Down",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\111 The Beatles - Don't Let Me Down.mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2113044897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.9074646-03:00"
- },
- {
- "Numero": "",
- "Titulo": "112 Richard Marx - Right Here Waiting (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\112 Richard Marx - Right Here Waiting (Official Music Video).mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2628179591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.9198899-03:00"
- },
- {
- "Numero": "",
- "Titulo": "113 WALK THE MOON - Shut Up and Dance (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\113 WALK THE MOON - Shut Up and Dance (Official Video).mp3",
- "Duracion": "04:06",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2462563265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.9347151-03:00"
- },
- {
- "Numero": "",
- "Titulo": "114 Skillet - Monster (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\114 Skillet - Monster (Official Video).mp3",
- "Duracion": "03:06",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1869844897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.9494766-03:00"
- },
- {
- "Numero": "",
- "Titulo": "115 Alphaville - Forever Young (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\115 Alphaville - Forever Young (Official Music Video).mp3",
- "Duracion": "03:42",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2228506122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.9635521-03:00"
- },
- {
- "Numero": "",
- "Titulo": "116 Five Finger Death Punch - Wrong Side Of Heaven",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\116 Five Finger Death Punch - Wrong Side Of Heaven.mp3",
- "Duracion": "07:12",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 4324048979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.9768556-03:00"
- },
- {
- "Numero": "",
- "Titulo": "117 3 Doors Down - Kryptonite (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\117 3 Doors Down - Kryptonite (Official Video).mp3",
- "Duracion": "03:54",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2343183673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:22.9888298-03:00"
- },
- {
- "Numero": "",
- "Titulo": "118 (Everything I Do) I Do It For You (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\118 (Everything I Do) I Do It For You (Official Music Video).mp3",
- "Duracion": "06:32",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3928293877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.0049488-03:00"
- },
- {
- "Numero": "",
- "Titulo": "119 The Cranberries - Linger",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\119 The Cranberries - Linger.mp3",
- "Duracion": "04:37",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2774987755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.0197172-03:00"
- },
- {
- "Numero": "",
- "Titulo": "120 Goo Goo Dolls - Iris [Official Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\120 Goo Goo Dolls - Iris [Official Music Video].mp3",
- "Duracion": "03:35",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2156930612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.0371526-03:00"
- },
- {
- "Numero": "",
- "Titulo": "121 Panic! At The Disco - I Write Sins Not Tragedies [OFFICIAL VIDEO]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\121 Panic! At The Disco - I Write Sins Not Tragedies [OFFICIAL VIDEO].mp3",
- "Duracion": "03:05",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1855738775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.0533961-03:00"
- },
- {
- "Numero": "",
- "Titulo": "122 Faint [Official Music Video] - Linkin Park",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\122 Faint [Official Music Video] - Linkin Park.mp3",
- "Duracion": "02:47",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1676277551,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.0684639-03:00"
- },
- {
- "Numero": "",
- "Titulo": "123 STARSET - My Demons (OFFICIAL)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\123 STARSET - My Demons (OFFICIAL).mp3",
- "Duracion": "03:49",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2298253061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.0855317-03:00"
- },
- {
- "Numero": "",
- "Titulo": "124 BURN IT DOWN [Official Music Video] - Linkin Park",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\124 BURN IT DOWN [Official Music Video] - Linkin Park.mp3",
- "Duracion": "03:53",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2334563265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.100997-03:00"
- },
- {
- "Numero": "",
- "Titulo": "125 Of Monsters And Men - Little Talks (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\125 Of Monsters And Men - Little Talks (Official Video).mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2542497959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.1208479-03:00"
- },
- {
- "Numero": "",
- "Titulo": "126 blink-182 - I Miss You (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\126 blink-182 - I Miss You (Official Video).mp3",
- "Duracion": "03:49",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2299559183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.1357832-03:00"
- },
- {
- "Numero": "",
- "Titulo": "127 Bon Jovi - You Give Love A Bad Name (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\127 Bon Jovi - You Give Love A Bad Name (Official Music Video).mp3",
- "Duracion": "03:50",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2306612244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.1532135-03:00"
- },
- {
- "Numero": "",
- "Titulo": "128 The Beatles - Hey Jude",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\128 The Beatles - Hey Jude.mp3",
- "Duracion": "08:09",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 4895608163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.1686733-03:00"
- },
- {
- "Numero": "",
- "Titulo": "129 t.A.T.u. - All The Things She Said (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\129 t.A.T.u. - All The Things She Said (Official Music Video).mp3",
- "Duracion": "03:46",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2262204081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.1840505-03:00"
- },
- {
- "Numero": "",
- "Titulo": "130 Three Days Grace - I Hate Everything About You (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\130 Three Days Grace - I Hate Everything About You (Official Video).mp3",
- "Duracion": "03:39",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2198204081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.1995172-03:00"
- },
- {
- "Numero": "",
- "Titulo": "131 blink-182 - All The Small Things (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\131 blink-182 - All The Small Things (Official Music Video).mp3",
- "Duracion": "02:50",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1706840816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.214115-03:00"
- },
- {
- "Numero": "",
- "Titulo": "132 Red Hot Chili Peppers - Can't Stop [Official Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\132 Red Hot Chili Peppers - Can't Stop [Official Music Video].mp3",
- "Duracion": "04:38",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2780473469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.2290071-03:00"
- },
- {
- "Numero": "",
- "Titulo": "133 Seether - Broken ft. Amy Lee",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\133 Seether - Broken ft. Amy Lee.mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2624000000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.2410636-03:00"
- },
- {
- "Numero": "",
- "Titulo": "134 Red Hot Chili Peppers - Dani California [Official Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\134 Red Hot Chili Peppers - Dani California [Official Music Video].mp3",
- "Duracion": "04:47",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2877126530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.2540543-03:00"
- },
- {
- "Numero": "",
- "Titulo": "135 Scorpions - Send Me An Angel",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\135 Scorpions - Send Me An Angel.mp3",
- "Duracion": "04:28",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2689828571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.2711921-03:00"
- },
- {
- "Numero": "",
- "Titulo": "136 Red Hot Chili Peppers - Snow (Hey Oh) (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\136 Red Hot Chili Peppers - Snow (Hey Oh) (Official Music Video).mp3",
- "Duracion": "05:49",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3494138775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.2860223-03:00"
- },
- {
- "Numero": "",
- "Titulo": "137 Bon Jovi - Bed Of Roses (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\137 Bon Jovi - Bed Of Roses (Official Music Video).mp3",
- "Duracion": "06:42",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 4021028571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.3037166-03:00"
- },
- {
- "Numero": "",
- "Titulo": "138 Snow Patrol - Chasing Cars (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\138 Snow Patrol - Chasing Cars (Official Video).mp3",
- "Duracion": "03:41",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2212310204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.3229425-03:00"
- },
- {
- "Numero": "",
- "Titulo": "139 Avenged Sevenfold - So Far Away [Official Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\139 Avenged Sevenfold - So Far Away [Official Music Video].mp3",
- "Duracion": "05:28",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3288816326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.3397524-03:00"
- },
- {
- "Numero": "",
- "Titulo": "140 Aerosmith - Cryin' (Official Music Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\140 Aerosmith - Cryin' (Official Music Video).mp3",
- "Duracion": "05:30",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3302400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.3533352-03:00"
- },
- {
- "Numero": "",
- "Titulo": "141 Skillet - Hero (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\141 Skillet - Hero (Official Video).mp3",
- "Duracion": "03:16",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1968587755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.3690769-03:00"
- },
- {
- "Numero": "",
- "Titulo": "142 Green Day - Basket Case [Official Music Video]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\142 Green Day - Basket Case [Official Music Video].mp3",
- "Duracion": "03:12",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1925760000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.3851237-03:00"
- },
- {
- "Numero": "",
- "Titulo": "143 Kings Of Leon - Use Somebody (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\143 Kings Of Leon - Use Somebody (Official Video).mp3",
- "Duracion": "03:50",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2305306122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.3997275-03:00"
- },
- {
- "Numero": "",
- "Titulo": "144 Arctic Monkeys - R U Mine (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\144 Arctic Monkeys - R U Mine (Official Video).mp3",
- "Duracion": "03:44",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2240000000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.4164698-03:00"
- },
- {
- "Numero": "",
- "Titulo": "145 Starship - Nothing's Gonna Stop Us Now (Official Music Video) [HD]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\145 Starship - Nothing's Gonna Stop Us Now (Official Music Video) [HD].mp3",
- "Duracion": "04:27",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2677289795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.4324582-03:00"
- },
- {
- "Numero": "",
- "Titulo": "146 Rod Stewart - Have You Ever Seen The Rain (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\146 Rod Stewart - Have You Ever Seen The Rain (Official Video).mp3",
- "Duracion": "03:12",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1926791836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.4474275-03:00"
- },
- {
- "Numero": "",
- "Titulo": "147 Ram Jam - Black Betty",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\147 Ram Jam - Black Betty.mp3",
- "Duracion": "02:24",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1444571428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.4616734-03:00"
- },
- {
- "Numero": "",
- "Titulo": "148 Heart - Alone",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\148 Heart - Alone.mp3",
- "Duracion": "03:37",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2176783673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.4735524-03:00"
- },
- {
- "Numero": "",
- "Titulo": "149 Queen - Radio Ga Ga (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\149 Queen - Radio Ga Ga (Official Video).mp3",
- "Duracion": "05:53",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3531755102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.4858364-03:00"
- },
- {
- "Numero": "",
- "Titulo": "150 Count Pariah - Paranoia (Official Lyric Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK INTERNACIONAL",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Internacional\\150 Count Pariah - Paranoia (Official Lyric Video).mp3",
- "Duracion": "04:09",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2491820408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.5034948-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "01 No Te Va Gustar ft. Julieta Venegas - Chau (Acústico) [Otras Canciones 2019]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\01 No Te Va Gustar ft. Julieta Venegas - Chau (Acústico) [Otras Canciones 2019].mp3",
- "Duracion": "05:28",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 3288555102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.5195652-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "02 Ciro y Los Persas _ PISTOLAS ft.WOS _ MASTAI 2019",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\02 Ciro y Los Persas _ PISTOLAS ft.WOS _ MASTAI 2019.mp3",
- "Duracion": "07:06",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 4262138775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.5430186-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "03 No Te Va Gustar ft. Jorge Drexler - De Nada Sirve (Acústico) [Otras Canciones 2019]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\03 No Te Va Gustar ft. Jorge Drexler - De Nada Sirve (Acústico) [Otras Canciones 2019].mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2451591836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.5630776-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "04 El Cuarteto de Nos - Mario Neta (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\04 El Cuarteto de Nos - Mario Neta (Official Video).mp3",
- "Duracion": "03:54",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2346057142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.5815973-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "06 AIRBAG - Perdido - Video Oficial",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\06 AIRBAG - Perdido - Video Oficial.mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2487379591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.6013466-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "07 Surfistas Del Sistema - Te Miro Para Ver Si Me Ves Mirarte (Lyric Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\07 Surfistas Del Sistema - Te Miro Para Ver Si Me Ves Mirarte (Lyric Video).mp3",
- "Duracion": "04:35",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2756440816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.6171764-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "08 No Te Va Gustar - A Las Nueve (Acústico) [Otras Canciones 2019]",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\08 No Te Va Gustar - A Las Nueve (Acústico) [Otras Canciones 2019].mp3",
- "Duracion": "03:21",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2014563265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.6390258-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "09 Los Gardelitos - Intro _ Sortilegio de Arrabal _ Puño y Letra (en vivo)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\09 Los Gardelitos - Intro _ Sortilegio de Arrabal _ Puño y Letra (en vivo).mp3",
- "Duracion": "08:20",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 5003755102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.6570781-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "10 David Lebón - Mundo Agradable (Official Video) ft. Ricardo Mollo",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\10 David Lebón - Mundo Agradable (Official Video) ft. Ricardo Mollo.mp3",
- "Duracion": "04:28",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2680800000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.6720304-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "11 Cruzando el Charco I Lo Nuestro Tiene Magia",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\11 Cruzando el Charco I Lo Nuestro Tiene Magia.mp3",
- "Duracion": "03:25",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2052179591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.6908378-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "12 El Cuarteto de Nos - Punta Cana (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\12 El Cuarteto de Nos - Punta Cana (Official Video).mp3",
- "Duracion": "03:15",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1958138775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.7053671-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "13 Conociendo Rusia - 'Quiero que me llames' (Video Oficial)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\13 Conociendo Rusia - 'Quiero que me llames' (Video Oficial).mp3",
- "Duracion": "04:40",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2801893877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.7215584-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "14 Bersuit Vergarabat feat. Andrés Calamaro - Tuyo Siempre",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\14 Bersuit Vergarabat feat. Andrés Calamaro - Tuyo Siempre.mp3",
- "Duracion": "03:22",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2025273469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.7395277-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "16 La Beriso - Incendiémonos (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\16 La Beriso - Incendiémonos (Official Video).mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2453159183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.7550295-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "17 Departamento",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\17 Departamento.mp3",
- "Duracion": "03:54",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2348930612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.7723084-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "18 Vicentico - FREAK (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\18 Vicentico - FREAK (Official Video).mp3",
- "Duracion": "04:17",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2576979591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.7872187-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "19 Cruzando el Charco│Soy",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\19 Cruzando el Charco│Soy.mp3",
- "Duracion": "03:12",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 1921306122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.8035523-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "20 Jóvenes Pordioseros ft Manuel Moretti - Todavía no puedo olvidarte (Viva el Rock and Roll - EN VIVO)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\20 Jóvenes Pordioseros ft Manuel Moretti - Todavía no puedo olvidarte (Viva el Rock and Roll - EN VIVO).mp3",
- "Duracion": "04:04",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2448457142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.8206403-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "21 La Renga - Parece un caso perdido",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\21 La Renga - Parece un caso perdido.mp3",
- "Duracion": "03:40",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2207608163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.8371988-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "22 Estelares - Rios de lava (video oficial)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\22 Estelares - Rios de lava (video oficial).mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2184097959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.8555647-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "23 Salvapantallas - CHHKP (Video Oficial)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\23 Salvapantallas - CHHKP (Video Oficial).mp3",
- "Duracion": "03:35",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2159804081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.8707586-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "24 La Beriso - Inmortal (Official Video)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\24 La Beriso - Inmortal (Official Video).mp3",
- "Duracion": "03:34",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2147265306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.890204-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "25 Las Pelotas - Nadie Fue (video oficial)",
- "Artista": "VARIOS",
- "Album": "COMPILADO ROCK NACIONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rock Nacional\\25 Las Pelotas - Nadie Fue (video oficial).mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "2022",
- "EstadoColor": "White",
- "DuracionLong": 2405355102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.9074428-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Burning Heart ",
- "Artista": "SURVIVOR",
- "Album": "ROCKY 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rocky4\\BURNING HEART - SURVIVOR.mp3",
- "Duracion": "04:03",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2432601923,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.9248391-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Double Or Nothing",
- "Artista": "Kenny Loggins & Gladys Knight",
- "Album": "ROCKY 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rocky4\\DOUBLE OR NOTHING - Kenny Loggins & Gladys Knight.mp3",
- "Duracion": "03:53",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2338292948,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.9422914-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Eye Of The Tiger",
- "Artista": "SURVIVOR",
- "Album": "ROCKY 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rocky4\\EYE OF THE TIGER - SURVIVOR.mp3",
- "Duracion": "03:59",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2394289102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.9556003-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Heart's On Fire",
- "Artista": "John Cafferty",
- "Album": "ROCKY 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rocky4\\HEART'S ON FIRE - John Cafferty.mp3",
- "Duracion": "04:19",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2593623076,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.9685472-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Heart's on Fire",
- "Artista": "John Cafferty & Vinc...",
- "Album": "ROCKY 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rocky4\\John Cafferty & Vince DiCola - Heart's on Fire_Up the Mountain (Movie Version - Fan Edit).mp3",
- "Duracion": "05:19",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 3199128205,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:23.9897199-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Living In America ",
- "Artista": "James Brown",
- "Album": "ROCKY 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rocky4\\LIVING IN AMERICA - James Brown.mp3",
- "Duracion": "04:56",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2962552564,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.0040493-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "No Easy Way Out",
- "Artista": "Robert Tepper",
- "Album": "ROCKY 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rocky4\\NO EASY WAY OUT - Robert Tepper.mp3",
- "Duracion": "04:34",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2747410897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.0195416-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "One Way Street",
- "Artista": "GO WEST",
- "Album": "ROCKY 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rocky4\\ONE WAY STREET - GO WEST.mp3",
- "Duracion": "04:45",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2852972435,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.0346913-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Man Against The World",
- "Artista": "SURVIVOR",
- "Album": "ROCKY 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rocky4\\Survivor - Man Against The World.mp3",
- "Duracion": "03:46",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2266757692,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.0517768-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "The Sweetest Victory",
- "Artista": "TOUCH",
- "Album": "ROCKY 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rocky4\\THE SWEETEST VICTORY - TOUCH.mp3",
- "Duracion": "04:36",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2769380769,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.067752-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Training Montage",
- "Artista": "Vince DiCola",
- "Album": "ROCKY 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rocky4\\TRAINING MONTAGE - Vince DiCola.mp3",
- "Duracion": "03:48",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 2282297435,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.0842868-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "War",
- "Artista": "Vince DiCola",
- "Album": "ROCKY 4",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Rocky4\\WAR - Vince DiCola.mp3",
- "Duracion": "06:08",
- "FechaLanzamiento": "1988",
- "EstadoColor": "White",
- "DuracionLong": 3689426282,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.1021124-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "The Look",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\01 The Look.mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2373746938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.1213822-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Dressed for Success",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\02 Dressed for Success (US Single Mix).mp3",
- "Duracion": "04:11",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2517159183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.136196-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Dangerous",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\03 Dangerous.mp3",
- "Duracion": "03:50",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2300081632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.1541363-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "It Must Have Been Love",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\04 It Must Have Been Love (From the Film 'Pretty Woman').mp3",
- "Duracion": "04:18",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2587951020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.1696863-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "How Do You Do!",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\05 How Do You Do!.mp3",
- "Duracion": "03:09",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1891265306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.1871587-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Wish I Could Fly",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\06 Wish I Could Fly.mp3",
- "Duracion": "04:39",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2799281632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.2057383-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Spending My Time",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\07 Spending My Time.mp3",
- "Duracion": "04:35",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2757485714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.2206505-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Almost Unreal",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\08 Almost Unreal.mp3",
- "Duracion": "03:54",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2348408163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.2368136-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "The Big L.",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\09 The Big L..mp3",
- "Duracion": "04:25",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2657697959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.2518159-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Fading Like A Flower",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\10 Fading Like A Flower (Every Time You Leave).mp3",
- "Duracion": "03:50",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2307395918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.2673299-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Crash! Boom! Bang!",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\11 Crash! Boom! Bang! (Radio Edit).mp3",
- "Duracion": "04:26",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2666057142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.2859211-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "June Afternoon",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\12 June Afternoon.mp3",
- "Duracion": "04:11",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2510889795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.3017958-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Queen of Rain",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\13 Queen of Rain.mp3",
- "Duracion": "04:55",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2959673469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.3184098-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Opportunity Nox",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\14 Opportunity Nox.mp3",
- "Duracion": "02:59",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1790432653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.3342764-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Perfect Day",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\15 Perfect Day.mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2450024489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.3524051-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Joyride",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\16 Joyride.mp3",
- "Duracion": "04:01",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2417893877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.3662687-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Listen to Your Heart",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\18 Listen to Your Heart (Swedish Single Edit).mp3",
- "Duracion": "05:14",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 3149322448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.3871128-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "Run to You (G.M. Remaster '03)",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\19 Run to You (G.M. Remaster '03).mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2188800000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.4070887-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "Real Sugar (G.M. Remaster '03)",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\20 Real Sugar (G.M. Remaster '03).mp3",
- "Duracion": "03:14",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1949779591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.4222383-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "Milk and Toast and Honey",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\21 Milk and Toast and Honey.mp3",
- "Duracion": "04:04",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2449502040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.4431286-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "Stars",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\22 Stars (2003 Remaster).mp3",
- "Duracion": "03:58",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2381322448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.4735192-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "Vulnerable",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\23 Vulnerable.mp3",
- "Duracion": "05:01",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 3010612244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.503446-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "The Centre Of The Heart",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\24 The Centre Of The Heart (2003 Remaster).mp3",
- "Duracion": "03:23",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2031281632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.5346832-03:00"
- },
- {
- "Numero": "24",
- "Titulo": "You Don't Understand Me",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\27 You Don't Understand Me.mp3",
- "Duracion": "04:28",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2689828571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.5632658-03:00"
- },
- {
- "Numero": "25",
- "Titulo": "She's Got Nothing on",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\28 She's Got Nothing on (But the Radio).mp3",
- "Duracion": "03:34",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2143608163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.5932819-03:00"
- },
- {
- "Numero": "26",
- "Titulo": "[Do You Get] Excited",
- "Artista": "ROXETTE",
- "Album": "30 BIGGEST HITS",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\30 BIGGEST HITS\\29 [Do You Get] Excited.mp3",
- "Duracion": "04:16",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2560000000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.623753-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Fading Like a Flower",
- "Artista": "ROXETTE",
- "Album": "FADING LIKE A FLAWER...",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\Fading Like a Flowers\\1 Fading Like a Flower.mp3",
- "Duracion": "03:05",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 1852865306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.6521917-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Fading Like a Flower (Hardino Mix)",
- "Artista": "ROXETTE",
- "Album": "FADING LIKE A FLAWER...",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\Fading Like a Flowers\\2 Fading Like a Flower (Hardino Mix).mp3",
- "Duracion": "06:05",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3654008163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.6844222-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Fading Like a Flower (Extended Mix) (Dancing DJ's vs. Roxette)",
- "Artista": "ROXETTE",
- "Album": "FADING LIKE A FLAWER...",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\Fading Like a Flowers\\3 Fading Like a Flower (Extended Mix) (Dancing DJ's vs. Roxette).mp3",
- "Duracion": "06:10",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3708604081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.7171475-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Fading Like a Flower (Alex K Mix) (Dancing DJ's vs. Roxette)",
- "Artista": "ROXETTE",
- "Album": "FADING LIKE A FLAWER...",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\Fading Like a Flowers\\4 Fading Like a Flower (Alex K Mix) (Dancing DJ's vs. Roxette).mp3",
- "Duracion": "06:08",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3688228571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.749411-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Fading Like a Flower (Discode Remix) (Dancing DJ's vs. Roxette)",
- "Artista": "ROXETTE",
- "Album": "FADING LIKE A FLAWER...",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\Fading Like a Flowers\\5 Fading Like a Flower (Discode Remix) (Dancing DJ's vs. Roxette).mp3",
- "Duracion": "06:30",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3901648979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.7808754-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Fading Like a Flower (Alex K Bounce Remix)",
- "Artista": "ROXETTE",
- "Album": "FADING LIKE A FLAWER...",
- "Genero": "POP",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Roxette\\Fading Like a Flowers\\6 Fading Like a Flower (Alex K Bounce Remix).mp3",
- "Duracion": "05:46",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3469061224,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.8136348-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Believe In Love",
- "Artista": "SCORPIONS",
- "Album": "BEST SCORPIONS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Scorpions\\Believe In Love.mp3",
- "Duracion": "05:25",
- "FechaLanzamiento": "2011",
- "EstadoColor": "White",
- "DuracionLong": 3259297959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.8506483-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Big City Nights",
- "Artista": "SCORPIONS",
- "Album": "BEST SCORPIONS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Scorpions\\Big City Nights.mp3",
- "Duracion": "04:11",
- "FechaLanzamiento": "2011",
- "EstadoColor": "White",
- "DuracionLong": 2518987755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.8647509-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "I Can't Explain",
- "Artista": "SCORPIONS",
- "Album": "BEST SCORPIONS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Scorpions\\I Can't Explain.mp3",
- "Duracion": "03:25",
- "FechaLanzamiento": "2011",
- "EstadoColor": "White",
- "DuracionLong": 2054008163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.880702-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Loving You Sunday Mo...",
- "Artista": "SCORPIONS",
- "Album": "BEST SCORPIONS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Scorpions\\Loving You Sunday Morning.mp3",
- "Duracion": "05:39",
- "FechaLanzamiento": "2011",
- "EstadoColor": "White",
- "DuracionLong": 3392000000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.8965798-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "No One Like You",
- "Artista": "SCORPIONS",
- "Album": "BEST SCORPIONS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Scorpions\\No One Like You.mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "2011",
- "EstadoColor": "White",
- "DuracionLong": 2403787755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.9107554-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Rhythm Of Love",
- "Artista": "SCORPIONS",
- "Album": "BEST SCORPIONS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Scorpions\\Rhythm Of Love.mp3",
- "Duracion": "03:51",
- "FechaLanzamiento": "2011",
- "EstadoColor": "White",
- "DuracionLong": 2313665306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.9266577-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Rock You Like A Hurr...",
- "Artista": "SCORPIONS",
- "Album": "BEST SCORPIONS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Scorpions\\Rock You Like A Hurricane (Live).mp3",
- "Duracion": "04:15",
- "FechaLanzamiento": "2011",
- "EstadoColor": "White",
- "DuracionLong": 2558171428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.9405659-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Send Me An Angel",
- "Artista": "SCORPIONS",
- "Album": "BEST SCORPIONS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Scorpions\\Send Me An Angel.mp3",
- "Duracion": "04:33",
- "FechaLanzamiento": "2011",
- "EstadoColor": "White",
- "DuracionLong": 2730840816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.951381-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Still Loving You",
- "Artista": "SCORPIONS",
- "Album": "BEST SCORPIONS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Scorpions\\Still Loving You.mp3",
- "Duracion": "06:30",
- "FechaLanzamiento": "2011",
- "EstadoColor": "White",
- "DuracionLong": 3907395918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.9659235-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Tease Me Please Me",
- "Artista": "SCORPIONS",
- "Album": "BEST SCORPIONS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Scorpions\\Tease Me Please Me.mp3",
- "Duracion": "04:47",
- "FechaLanzamiento": "2011",
- "EstadoColor": "White",
- "DuracionLong": 2872946938,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.9800535-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "The Zoo",
- "Artista": "SCORPIONS",
- "Album": "BEST SCORPIONS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Scorpions\\The Zoo.mp3",
- "Duracion": "05:32",
- "FechaLanzamiento": "2011",
- "EstadoColor": "White",
- "DuracionLong": 3328000000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:24.995351-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Wind Of Change",
- "Artista": "SCORPIONS",
- "Album": "BEST SCORPIONS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Scorpions\\Wind Of Change.mp3",
- "Duracion": "05:15",
- "FechaLanzamiento": "2011",
- "EstadoColor": "White",
- "DuracionLong": 3153763265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.0100616-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "A Change Is Gonna Come",
- "Artista": "SEAL",
- "Album": "HITS SEAL",
- "Genero": "SOUL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Seal\\A Change Is Gonna Come.mp3",
- "Duracion": "03:59",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2396700000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.0257942-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Crazy",
- "Artista": "SEAL",
- "Album": "HITS SEAL",
- "Genero": "SOUL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Seal\\Crazy.mp3",
- "Duracion": "04:36",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2766969230,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.0405758-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Don't Cry",
- "Artista": "SEAL",
- "Album": "HITS SEAL",
- "Genero": "SOUL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Seal\\Don't Cry.mp3",
- "Duracion": "04:37",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2773667307,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.0585829-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Fly Like an Eagle",
- "Artista": "SEAL",
- "Album": "HITS SEAL",
- "Genero": "SOUL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Seal\\Fly Like an Eagle.mp3",
- "Duracion": "04:21",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2613449358,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.0753685-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Killer",
- "Artista": "SEAL",
- "Album": "HITS SEAL",
- "Genero": "SOUL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Seal\\Killer.mp3",
- "Duracion": "04:24",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2648815384,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.0921677-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Kiss from a Rose",
- "Artista": "SEAL",
- "Album": "HITS SEAL",
- "Genero": "SOUL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Seal\\Kiss from a Rose.mp3",
- "Duracion": "04:55",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2956122435,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.1108372-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "My Girl",
- "Artista": "SEAL",
- "Album": "HITS SEAL",
- "Genero": "SOUL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Seal\\My Girl.mp3",
- "Duracion": "03:19",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 1990261538,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.1281431-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Prayer for the Dying",
- "Artista": "SEAL",
- "Album": "HITS SEAL",
- "Genero": "SOUL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Seal\\Prayer for the Dying.mp3",
- "Duracion": "04:21",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2614521153,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.14503-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Thank You",
- "Artista": "SEAL",
- "Album": "HITS SEAL",
- "Genero": "SOUL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Seal\\Thank You.mp3",
- "Duracion": "03:53",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2331862820,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.161183-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "The Beginning",
- "Artista": "SEAL",
- "Album": "HITS SEAL",
- "Genero": "SOUL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Seal\\The Beginning.mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2548344230,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.1761888-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Waiting for You",
- "Artista": "SEAL",
- "Album": "HITS SEAL",
- "Genero": "SOUL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Seal\\Waiting for You.mp3",
- "Duracion": "03:50",
- "FechaLanzamiento": "2015",
- "EstadoColor": "White",
- "DuracionLong": 2300783974,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.1933955-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "01 [En] El Séptimo Día (Remasterizado 2007)",
- "Artista": "SODA STEREO",
- "Album": "CANCION ANIMAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Cancion Animal\\01 [En] El Séptimo Día (Remasterizado 2007).mp3",
- "Duracion": "04:23",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2633665306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.2080239-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "02 Un Millón De Años Luz (Remasterizado 2007)",
- "Artista": "SODA STEREO",
- "Album": "CANCION ANIMAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Cancion Animal\\02 Un Millón De Años Luz (Remasterizado 2007).mp3",
- "Duracion": "05:04",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 3041436734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.2236935-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "03 Canción Animal (Remasterizado 2007)",
- "Artista": "SODA STEREO",
- "Album": "CANCION ANIMAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Cancion Animal\\03 Canción Animal (Remasterizado 2007).mp3",
- "Duracion": "04:07",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2474840816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.2398611-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "04 1990 (Mil Nueve Noventa) (Remasterizado 2007)",
- "Artista": "SODA STEREO",
- "Album": "CANCION ANIMAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Cancion Animal\\04 1990 (Mil Nueve Noventa) (Remasterizado 2007).mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2187755102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.2537747-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "05 Sueles Dejarme Solo (Remasterizado 2007)",
- "Artista": "SODA STEREO",
- "Album": "CANCION ANIMAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Cancion Animal\\05 Sueles Dejarme Solo (Remasterizado 2007).mp3",
- "Duracion": "03:46",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2269779591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.2743975-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "06 De Música Ligera (Remasterizado 2007)",
- "Artista": "SODA STEREO",
- "Album": "CANCION ANIMAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Cancion Animal\\06 De Música Ligera (Remasterizado 2007).mp3",
- "Duracion": "03:32",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2128195918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.2915713-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "07 Hombre Al Agua (Remasterizado 2007)",
- "Artista": "SODA STEREO",
- "Album": "CANCION ANIMAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Cancion Animal\\07 Hombre Al Agua (Remasterizado 2007).mp3",
- "Duracion": "05:55",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 3551608163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.3124986-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "08 Entre Caníbales (Remasterizado 2007)",
- "Artista": "SODA STEREO",
- "Album": "CANCION ANIMAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Cancion Animal\\08 Entre Caníbales (Remasterizado 2007).mp3",
- "Duracion": "04:06",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2467787755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.3280991-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "09 Té Para 3 (Remasterizado 2007)",
- "Artista": "SODA STEREO",
- "Album": "CANCION ANIMAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Cancion Animal\\09 Té Para 3 (Remasterizado 2007).mp3",
- "Duracion": "02:25",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 1455281632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.3463371-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "10 Cae El Sol (Remasterizado 2007)",
- "Artista": "SODA STEREO",
- "Album": "CANCION ANIMAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Cancion Animal\\10 Cae El Sol (Remasterizado 2007).mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "1990",
- "EstadoColor": "White",
- "DuracionLong": 2627657142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.3644991-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Nada Personal",
- "Artista": "SODA STEREO",
- "Album": "NADA PERSONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Nada Personal\\01 Nada Personal (Remasterizado 2007).mp3",
- "Duracion": "04:52",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2926497959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.3816645-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Si No Fuera Por...",
- "Artista": "SODA STEREO",
- "Album": "NADA PERSONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Nada Personal\\02 Si No Fuera Por... (Remasterizado 2007).mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2076995918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.4018563-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Cuando Pase El Temblor",
- "Artista": "SODA STEREO",
- "Album": "NADA PERSONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Nada Personal\\03 Cuando Pase El Temblor (Remasterizado 2007).mp3",
- "Duracion": "03:49",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2292506122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.4167622-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Danza Rota",
- "Artista": "SODA STEREO",
- "Album": "NADA PERSONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Nada Personal\\04 Danza Rota (Remasterizado 2007).mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2117485714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.434788-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "El Cuerpo Del Delito",
- "Artista": "SODA STEREO",
- "Album": "NADA PERSONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Nada Personal\\05 El Cuerpo Del Delito (Remasterizado 2007).mp3",
- "Duracion": "03:46",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2266906122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.4516043-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Juegos De Seducción",
- "Artista": "SODA STEREO",
- "Album": "NADA PERSONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Nada Personal\\06 Juegos De Seducción (Remasterizado 2007).mp3",
- "Duracion": "03:18",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 1981387755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.469935-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Estoy Azulado",
- "Artista": "SODA STEREO",
- "Album": "NADA PERSONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Nada Personal\\07 Estoy Azulado (Remasterizado 2007).mp3",
- "Duracion": "05:17",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 3170481632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.4849847-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Observándonos",
- "Artista": "SODA STEREO",
- "Album": "NADA PERSONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Nada Personal\\08 Observándonos (Satélites) (Remasterizado 2007).mp3",
- "Duracion": "03:06",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 1869322448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.4995293-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Imágenes Retro",
- "Artista": "SODA STEREO",
- "Album": "NADA PERSONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Nada Personal\\09 Imágenes Retro (Remasterizado 2007).mp3",
- "Duracion": "03:49",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2298514285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.5171086-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Ecos",
- "Artista": "SODA STEREO",
- "Album": "NADA PERSONAL",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Nada Personal\\10 Ecos (Remasterizado 2007).mp3",
- "Duracion": "04:57",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2977697959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.5310776-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Sin Sobresaltos",
- "Artista": "SODA STEREO",
- "Album": "SIGNOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Signos\\1 Sin Sobresaltos (Remasterizado 2007).mp3",
- "Duracion": "04:22",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 2624000000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.5463955-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "El Rito",
- "Artista": "SODA STEREO",
- "Album": "SIGNOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Signos\\2 El Rito (Remasterizado 2007).mp3",
- "Duracion": "06:06",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3663673469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.5613565-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Prófugos",
- "Artista": "SODA STEREO",
- "Album": "SIGNOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Signos\\3 Prófugos (Remasterizado 2007).mp3",
- "Duracion": "05:17",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3177012244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.578874-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "No Existes",
- "Artista": "SODA STEREO",
- "Album": "SIGNOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Signos\\4 No Existes (Remasterizado 2007).mp3",
- "Duracion": "04:43",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 2836897959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.5958562-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Persiana Americana",
- "Artista": "SODA STEREO",
- "Album": "SIGNOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Signos\\5 Persiana Americana (Remasterizado 2007).mp3",
- "Duracion": "04:52",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 2923624489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.6132236-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "En Camino",
- "Artista": "SODA STEREO",
- "Album": "SIGNOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Signos\\6 En Camino (Remasterizado 2007).mp3",
- "Duracion": "04:29",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 2697665306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.6309009-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Signos",
- "Artista": "SODA STEREO",
- "Album": "SIGNOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Signos\\7 Signos (Remasterizado 2007).mp3",
- "Duracion": "05:15",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3154285714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.6495384-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Final Caja Negra",
- "Artista": "SODA STEREO",
- "Album": "SIGNOS",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Signos\\8 Final Caja Negra (Remasterizado 2007).mp3",
- "Duracion": "05:43",
- "FechaLanzamiento": "1986",
- "EstadoColor": "White",
- "DuracionLong": 3438759183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.6714228-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Por Qué No Puedo Ser Del Jet Set",
- "Artista": "SODA STEREO",
- "Album": "SODA STEREO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Soda Stereo\\01 Por Qué No Puedo Ser Del Jet Set (Remasterizado 2007).mp3",
- "Duracion": "02:20",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 1404342857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.6992567-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Sobredosis de T.V.",
- "Artista": "SODA STEREO",
- "Album": "SODA STEREO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Soda Stereo\\02 Sobredosis de T.V. (Remasterizado 2007).mp3",
- "Duracion": "04:09",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2491036734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.7209363-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Te Hacen Falta Vitaminas",
- "Artista": "SODA STEREO",
- "Album": "SODA STEREO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Soda Stereo\\03 Te Hacen Falta Vitaminas (Remasterizado 2007).mp3",
- "Duracion": "02:38",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 1583281632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.7387239-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Trátame Suavemente",
- "Artista": "SODA STEREO",
- "Album": "SODA STEREO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Soda Stereo\\04 Trátame Suavemente (Remasterizado 2007).mp3",
- "Duracion": "03:20",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2008816326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.7586075-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Dietético",
- "Artista": "SODA STEREO",
- "Album": "SODA STEREO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Soda Stereo\\05 Dietético (Remasterizado 2007).mp3",
- "Duracion": "03:46",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2267689795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.7811465-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Tele-Ka",
- "Artista": "SODA STEREO",
- "Album": "SODA STEREO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Soda Stereo\\06 Tele-Ka (Remasterizado 2007).mp3",
- "Duracion": "02:25",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 1454236734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.8011356-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Ni Un Segundo",
- "Artista": "SODA STEREO",
- "Album": "SODA STEREO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Soda Stereo\\07 Ni Un Segundo (Remasterizado 2007).mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2073338775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.8180934-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Un Misil En Mi Placard",
- "Artista": "SODA STEREO",
- "Album": "SODA STEREO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Soda Stereo\\08 Un Misil En Mi Placard (Remasterizado 2007).mp3",
- "Duracion": "03:07",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 1873240816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.83383-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "El Tiempo Es Dinero",
- "Artista": "SODA STEREO",
- "Album": "SODA STEREO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Soda Stereo\\09 El Tiempo Es Dinero (Remasterizado 2007).mp3",
- "Duracion": "02:57",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 1772930612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.8486136-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Afrodisíacos",
- "Artista": "SODA STEREO",
- "Album": "SODA STEREO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Soda Stereo\\10 Afrodisíacos (Remasterizado 2007).mp3",
- "Duracion": "04:23",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2639412244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.864201-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Mi Novia Tiene Bíceps",
- "Artista": "SODA STEREO",
- "Album": "SODA STEREO",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Soda Stereo\\Soda Stereo\\11 Mi Novia Tiene Bíceps (Remasterizado 2007).mp3",
- "Duracion": "02:25",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 1455804081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.8818965-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Be With You",
- "Artista": "THE BANGLES",
- "Album": "BEST THE BANGLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Bangles\\The Bangles - Be With You (Official Video).mp3",
- "Duracion": "03:13",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 1931586538,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.9070719-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Eternal Flame (Official Audio)",
- "Artista": "THE BANGLES",
- "Album": "BEST THE BANGLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Bangles\\The Bangles - Eternal Flame (Official Audio).mp3",
- "Duracion": "04:03",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2433405769,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.9280248-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Eternal Flame",
- "Artista": "THE BANGLES",
- "Album": "BEST THE BANGLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Bangles\\The Bangles - Eternal Flame (Official Video).mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2481096153,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.9449794-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Going Down to Liverpool",
- "Artista": "THE BANGLES",
- "Album": "BEST THE BANGLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Bangles\\The Bangles - Going Down to Liverpool (Official Video).mp3",
- "Duracion": "03:50",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2302123717,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.9663355-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Hazy Shade Of Winter",
- "Artista": "THE BANGLES",
- "Album": "BEST THE BANGLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Bangles\\The Bangles - Hazy Shade Of Winter (Official Audio).mp3",
- "Duracion": "02:52",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 1724482692,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:25.9819479-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Hazy Shade of Winter",
- "Artista": "THE BANGLES",
- "Album": "BEST THE BANGLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Bangles\\The Bangles - Hazy Shade of Winter (Official Video).mp3",
- "Duracion": "02:51",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 1710014743,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.0033786-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Hero Takes A Fall",
- "Artista": "THE BANGLES",
- "Album": "BEST THE BANGLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Bangles\\The Bangles - Hero Takes A Fall (Official Video).mp3",
- "Duracion": "03:00",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 1808610256,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.0198196-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "If She Knew What She Wants",
- "Artista": "THE BANGLES",
- "Album": "BEST THE BANGLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Bangles\\The Bangles - If She Knew What She Wants (Official Video).mp3",
- "Duracion": "03:53",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2336953846,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.040244-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "In Your Room",
- "Artista": "THE BANGLES",
- "Album": "BEST THE BANGLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Bangles\\The Bangles - In Your Room (Official Video).mp3",
- "Duracion": "03:32",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2124758974,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.0619307-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Manic Monday",
- "Artista": "THE BANGLES",
- "Album": "BEST THE BANGLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Bangles\\The Bangles - Manic Monday (Official Video).mp3",
- "Duracion": "03:16",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 1961862179,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.0772307-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Walk Like an Egyptian",
- "Artista": "THE BANGLES",
- "Album": "BEST THE BANGLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Bangles\\The Bangles - Walk Like an Egyptian (Official Video).mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2076264743,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.0969225-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Walking Down Your Street",
- "Artista": "THE BANGLES",
- "Album": "BEST THE BANGLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Bangles\\The Bangles - Walking Down Your Street (Official Video).mp3",
- "Duracion": "04:04",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2443586538,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.1122057-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "A Hard Day's Night (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\A Hard Day's Night (Remastered 2015).mp3",
- "Duracion": "02:32",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1529991836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.130746-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "All You Need Is Love (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\All You Need Is Love (Remastered 2015).mp3",
- "Duracion": "03:47",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2278400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.1440833-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Can't Buy Me Love (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Can't Buy Me Love (Remastered 2015).mp3",
- "Duracion": "02:11",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1312653061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.1568675-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Come Together (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Come Together (Remastered 2015).mp3",
- "Duracion": "04:18",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2587689795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.1728608-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Eight Days A Week (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Eight Days A Week (Remastered 2015).mp3",
- "Duracion": "02:43",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1634220408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.1874974-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Eleanor Rigby (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Eleanor Rigby (Remastered 2015).mp3",
- "Duracion": "02:05",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1259624489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.2006558-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Get Back (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Get Back (Remastered 2015).mp3",
- "Duracion": "03:11",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1918693877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.2161473-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Hello, Goodbye (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Hello, Goodbye (Remastered 2015).mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2078824489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.2308493-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Help! (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Help! (Remastered 2015).mp3",
- "Duracion": "02:19",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1393371428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.2463254-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Hey Jude (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Hey Jude (Remastered 2015).mp3",
- "Duracion": "07:05",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 4257175510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.2602065-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "I Feel Fine (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\I Feel Fine (Remastered 2015).mp3",
- "Duracion": "02:19",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1394155102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.2741956-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "I Want To Hold Your Hand (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\I Want To Hold Your Hand (Remastered 2015).mp3",
- "Duracion": "02:25",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1458416326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.2879564-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Let It Be (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Let It Be (Remastered 2015).mp3",
- "Duracion": "03:50",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2305306122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.3002318-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Love Me Do (Mono _ Remastered)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Love Me Do (Mono _ Remastered).mp3",
- "Duracion": "02:20",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1402514285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.3126432-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Paperback Writer (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Paperback Writer (Remastered 2015).mp3",
- "Duracion": "02:18",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1382922448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.329703-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Penny Lane (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Penny Lane (Remastered 2015).mp3",
- "Duracion": "03:00",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1805844897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.3458411-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "She Loves You (Mono _ Remastered)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\She Loves You (Mono _ Remastered).mp3",
- "Duracion": "02:21",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1410089795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.3612267-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "Something (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Something (Remastered 2015).mp3",
- "Duracion": "03:01",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1814987755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.3779633-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "The Ballad Of John And Yoko (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\The Ballad Of John And Yoko (Remastered 2015).mp3",
- "Duracion": "02:59",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1795657142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.3938932-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "The Long And Winding Road (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\The Long And Winding Road (Remastered 2015).mp3",
- "Duracion": "03:39",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 2195330612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.4106302-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "Ticket To Ride (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Ticket To Ride (Remastered 2015).mp3",
- "Duracion": "03:10",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1901975510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.4260704-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "We Can Work It Out (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\We Can Work It Out (Remastered 2015).mp3",
- "Duracion": "02:15",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1357844897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.4427902-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "Yellow Submarine (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Yellow Submarine (Remastered 2015).mp3",
- "Duracion": "02:38",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1588767346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.4605035-03:00"
- },
- {
- "Numero": "24",
- "Titulo": "Yesterday (Remastered 2015)",
- "Artista": "THE BEATLES",
- "Album": "BEST THE BEATLES",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Beatles\\Yesterday (Remastered 2015).mp3",
- "Duracion": "02:05",
- "FechaLanzamiento": "2000",
- "EstadoColor": "White",
- "DuracionLong": 1254138775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.4780104-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Animal Instinct",
- "Artista": "THE CRANBERRIES",
- "Album": "SOMETHING ELSE",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Something else\\Animal Instinct (Acoustic Version).mp3",
- "Duracion": "03:44",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2247467307,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.4966456-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Dreams",
- "Artista": "THE CRANBERRIES",
- "Album": "SOMETHING ELSE",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Something else\\Dreams (Acoustic Version).mp3",
- "Duracion": "04:31",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2711776923,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.5123151-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Free to Decide",
- "Artista": "THE CRANBERRIES",
- "Album": "SOMETHING ELSE",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Something else\\Free to Decide (Acoustic Version).mp3",
- "Duracion": "03:22",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2022144230,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.5330744-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Just My Imagination",
- "Artista": "THE CRANBERRIES",
- "Album": "SOMETHING ELSE",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Something else\\Just My Imagination (Acoustic Version).mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2487794230,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.5479455-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Linger",
- "Artista": "THE CRANBERRIES",
- "Album": "SOMETHING ELSE",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Something else\\Linger (Acoustic Version).mp3",
- "Duracion": "05:03",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 3034891666,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.5690549-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Ode to My Family",
- "Artista": "THE CRANBERRIES",
- "Album": "SOMETHING ELSE",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Something else\\Ode to My Family (Acoustic Version).mp3",
- "Duracion": "04:50",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2904681410,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.5855614-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Ridiculous Thoughts",
- "Artista": "THE CRANBERRIES",
- "Album": "SOMETHING ELSE",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Something else\\Ridiculous Thoughts (Acoustic Version).mp3",
- "Duracion": "03:12",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 1925692307,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.6015554-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Rupture",
- "Artista": "THE CRANBERRIES",
- "Album": "SOMETHING ELSE",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Something else\\Rupture.mp3",
- "Duracion": "04:23",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2632472435,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.6163364-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "The Glory",
- "Artista": "THE CRANBERRIES",
- "Album": "SOMETHING ELSE",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Something else\\The Glory.mp3",
- "Duracion": "05:22",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 3228332051,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.630994-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "When You're Gone",
- "Artista": "THE CRANBERRIES",
- "Album": "SOMETHING ELSE",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Something else\\When You're Gone (Acoustic Version).mp3",
- "Duracion": "04:17",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2570582051,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.6491166-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Why",
- "Artista": "THE CRANBERRIES",
- "Album": "SOMETHING ELSE",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Something else\\Why.mp3",
- "Duracion": "05:09",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 3096514102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.665576-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "You & Me",
- "Artista": "THE CRANBERRIES",
- "Album": "SOMETHING ELSE",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Something else\\You & Me (Acoustic Version).mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2188524358,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.6822347-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Zombie",
- "Artista": "THE CRANBERRIES",
- "Album": "SOMETHING ELSE",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Something else\\Zombie (Acoustic Version).mp3",
- "Duracion": "04:07",
- "FechaLanzamiento": "2017",
- "EstadoColor": "White",
- "DuracionLong": 2478416666,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.6988454-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Dreams",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\01 Dreams.mp3",
- "Duracion": "04:15",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2551379591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.7152376-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Linger",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\02 Linger.mp3",
- "Duracion": "04:34",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2748342857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.7322125-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "Zombie",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\03 Zombie.mp3",
- "Duracion": "05:06",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3067036734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.7474538-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "Ode To My Family",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\04 Ode To My Family.mp3",
- "Duracion": "04:30",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2707330612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.7646569-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "I Can't Be With You",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\05 I Can't Be With You.mp3",
- "Duracion": "03:07",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 1879771428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.7852779-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Ridiculous Thoughts",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\06 Ridiculous Thoughts.mp3",
- "Duracion": "03:36",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2162155102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.8017843-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Salvation",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\07 Salvation.mp3",
- "Duracion": "02:24",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 1441959183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.817337-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Free To Decide",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\08 Free To Decide.mp3",
- "Duracion": "03:21",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2010644897,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.8326642-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "When You're Gone",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\09 When You're Gone.mp3",
- "Duracion": "03:52",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2322808163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.8468445-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "Promises (Radio Edit)",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\11 Promises (Radio Edit).mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2110693877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.866706-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Animal Instinct",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\12 Animal Instinct.mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2119836734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.8845253-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Just My Imagination",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\13 Just My Imagination.mp3",
- "Duracion": "03:12",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 1922873469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.9001893-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "You And Me",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\14 You And Me (Edit).mp3",
- "Duracion": "03:16",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 1968587755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.9170859-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Analyse",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\15 Analyse.mp3",
- "Duracion": "04:06",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2468571428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.9302253-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Time Is Ticking Out",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\16 Time Is Ticking Out.mp3",
- "Duracion": "03:01",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 1811069387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.9476506-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "This Is The Day",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\17 This Is The Day.mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2544848979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.961272-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Daffodil Lament",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\18 Daffodil Lament.mp3",
- "Duracion": "06:06",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 3664979591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:26.9804672-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "New New York",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\19 New New York.mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2485812244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.0011233-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "20 Stars",
- "Artista": "THE CRANBERRIES",
- "Album": "STARS",
- "Genero": "ROCK ALTERNATIVO",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Cranberries\\Stars\\20 Stars.mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "2005",
- "EstadoColor": "White",
- "DuracionLong": 2112522448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.0145469-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "Break on Through",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\01 Break on Through (To the Other Side) (New Stereo Mix).mp3",
- "Duracion": "02:26",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1461028571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.0300665-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "Strange Days",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\02 Strange Days (New Stereo Mix).mp3",
- "Duracion": "03:08",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1886040816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.0442878-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "Alabama Song",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\03 Alabama Song (Whisky Bar).mp3",
- "Duracion": "03:15",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1953436734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.0613262-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "Love Me Two Times",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\04 Love Me Two Times (New Stereo Mix).mp3",
- "Duracion": "03:15",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1953175510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.0761686-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "Light My Fire",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\05 Light My Fire (New Stereo Mix).mp3",
- "Duracion": "06:58",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 4184555102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.0925233-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "Spanish Caravan",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\06 Spanish Caravan (New Stereo Mix).mp3",
- "Duracion": "02:59",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1797485714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.109611-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "The Crystal Ship",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\07 The Crystal Ship (New Stereo Mix).mp3",
- "Duracion": "02:33",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1532604081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.1254882-03:00"
- },
- {
- "Numero": "24",
- "Titulo": "The Unknown Soldier",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\08 The Unknown Soldier (New Stereo Mix).mp3",
- "Duracion": "03:24",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2046171428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.1432374-03:00"
- },
- {
- "Numero": "25",
- "Titulo": "People Are Strange",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\10 People Are Strange (New Stereo Mix).mp3",
- "Duracion": "02:10",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1308473469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.1603468-03:00"
- },
- {
- "Numero": "26",
- "Titulo": "Back Door Man",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\11 Back Door Man (New Stereo Mix).mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2119314285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.1753457-03:00"
- },
- {
- "Numero": "27",
- "Titulo": "Moonlight Drive",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\12 Moonlight Drive (New Stereo Mix).mp3",
- "Duracion": "03:02",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1827526530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.1924243-03:00"
- },
- {
- "Numero": "28",
- "Titulo": "End of the Night",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\13 End of the Night (New Stereo Mix).mp3",
- "Duracion": "02:49",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1695869387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.2095578-03:00"
- },
- {
- "Numero": "29",
- "Titulo": "Five to One",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\14 Five to One (New Stereo Mix).mp3",
- "Duracion": "04:32",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2729012244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.2273238-03:00"
- },
- {
- "Numero": "30",
- "Titulo": "When the Music's Over",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\15 When the Music's Over (New Stereo Mix).mp3",
- "Duracion": "11:05",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 6657567346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.2435402-03:00"
- },
- {
- "Numero": "31",
- "Titulo": "Twentieth Century Fox",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\16 Twentieth Century Fox (New Stereo Mix).mp3",
- "Duracion": "02:32",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1523722448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.2607741-03:00"
- },
- {
- "Numero": "32",
- "Titulo": "Love Her Madly",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\17 Love Her Madly (New Stereo Mix).mp3",
- "Duracion": "03:38",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2184881632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.2763272-03:00"
- },
- {
- "Numero": "33",
- "Titulo": "Riders on the Storm",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\18 Riders on the Storm (New Stereo Mix).mp3",
- "Duracion": "07:07",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 4273632653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.2953982-03:00"
- },
- {
- "Numero": "34",
- "Titulo": "My Eyes Have Seen You",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\19 My Eyes Have Seen You (New Stereo Mix).mp3",
- "Duracion": "02:31",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1518497959,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.3125316-03:00"
- },
- {
- "Numero": "35",
- "Titulo": "Tell All the People",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\20 Tell All the People (New Stereo Mix).mp3",
- "Duracion": "03:21",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2016653061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.3292915-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Hello, I Love You (New Stereo Mix)",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\21 Hello, I Love You (New Stereo Mix).mp3",
- "Duracion": "02:39",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1594253061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.345566-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "The WASP (Texas Radio and the Big Beat) (New Stereo Mix)",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\22 The WASP (Texas Radio and the Big Beat) (New Stereo Mix).mp3",
- "Duracion": "04:13",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2537012244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.3609399-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Not to Touch the Earth (New Stereo Mix)",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\23 Not to Touch the Earth (New Stereo Mix).mp3",
- "Duracion": "04:00",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2405355102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.3769035-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Soul Kitchen (New Stereo Mix)",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\24 Soul Kitchen (New Stereo Mix).mp3",
- "Duracion": "03:31",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2115395918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.4001222-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Peace Frog (New Stereo Mix)",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\25 Peace Frog (New Stereo Mix).mp3",
- "Duracion": "02:56",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1769012244,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.4216166-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "L.A. Woman (New Stereo Mix)",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\26 L.A. Woman (New Stereo Mix).mp3",
- "Duracion": "07:58",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 4781714285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.4370174-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Waiting for the Sun (New Stereo Mix)",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\27 Waiting for the Sun (New Stereo Mix).mp3",
- "Duracion": "04:02",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2426253061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.4521034-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "The Changeling (New Stereo Mix)",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\29 The Changeling (New Stereo Mix).mp3",
- "Duracion": "04:24",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2649338775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.4680433-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Wishful Sinful (New Stereo Mix)",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\30 Wishful Sinful (New Stereo Mix).mp3",
- "Duracion": "02:58",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1782073469,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.4821558-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Love Street (New Stereo Mix)",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\31 Love Street (New Stereo Mix).mp3",
- "Duracion": "02:55",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1753600000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.4966688-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Ghost Song",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\32 Ghost Song.mp3",
- "Duracion": "04:12",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2528653061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.5096319-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Roadhouse Blues (New Stereo Mix)",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\34 Roadhouse Blues (New Stereo Mix).mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2482416326,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.5269829-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "L.A. Woman (Paul Oakenfold Remix)",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\35 L.A. Woman (Paul Oakenfold Remix).mp3",
- "Duracion": "04:19",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2596571428,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.543802-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Hello, I Love You (Adam Freeland Fabric Mix)",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\36 Hello, I Love You (Adam Freeland Fabric Mix).mp3",
- "Duracion": "07:35",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 4554448979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.5581187-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Maggie M'Gill (John Densmore _ FredWreck Remix)",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\37 Maggie M'Gill (John Densmore _ FredWreck Remix).mp3",
- "Duracion": "04:55",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2952881632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.574013-03:00"
- },
- {
- "Numero": "36",
- "Titulo": "You Make Me Real",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\38 You Make Me Real (2Manzarek2 Remix).mp3",
- "Duracion": "03:19",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 1997322448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.5897759-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Roadhouse Blues (Crystal Method Remix)",
- "Artista": "THE DOORS",
- "Album": "BEST THE DOORS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Doors\\39 Roadhouse Blues (Crystal Method Remix).mp3",
- "Duracion": "04:57",
- "FechaLanzamiento": "2001",
- "EstadoColor": "White",
- "DuracionLong": 2971428571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.6068141-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Roxanne",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\01 Roxanne.mp3",
- "Duracion": "03:12",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 1927575510,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.6232841-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Can't Stand Losing You",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\02 Can't Stand Losing You.mp3",
- "Duracion": "02:48",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 1688555102,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.6441882-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "So Lonely",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\03 So Lonely.mp3",
- "Duracion": "04:48",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2881567346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.6589794-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Message In A Bottle",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\04 Message In A Bottle.mp3",
- "Duracion": "04:49",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2899069387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.6750158-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Walking On The Moon",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\05 Walking On The Moon.mp3",
- "Duracion": "05:01",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 3011657142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.6913106-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "The Bed's Too Big Without You",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\06 The Bed's Too Big Without You.mp3",
- "Duracion": "04:24",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2648293877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.7100263-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Don't Stand So Close To Me",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\07 Don't Stand So Close To Me.mp3",
- "Duracion": "04:02",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2420767346,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.7286847-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "De Do Do Do, De Da Da Da",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\08 De Do Do Do, De Da Da Da.mp3",
- "Duracion": "04:07",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2475624489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.74483-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Every Little Thing She Does Is Magic",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\09 Every Little Thing She Does Is Magic.mp3",
- "Duracion": "04:20",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2601534693,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.7616728-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Invisible Sun",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\10 Invisible Sun.mp3",
- "Duracion": "03:43",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2237910204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.7771291-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Spirits In The Material World",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\11 Spirits In The Material World.mp3",
- "Duracion": "02:58",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 1785469387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.7947021-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "12 Synchronicity II",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\12 Synchronicity II.mp3",
- "Duracion": "05:00",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 3008783673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.8083608-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Every Breath You Take",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\13 Every Breath You Take.mp3",
- "Duracion": "04:12",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2527869387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.8244016-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "King Of Pain",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\14 King Of Pain.mp3",
- "Duracion": "04:57",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2976914285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.8436788-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Wrapped Around Your Finger",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\15 Wrapped Around Your Finger.mp3",
- "Duracion": "05:14",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 3144359183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.8601095-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Tea In The Sahara",
- "Artista": "THE POLICE",
- "Album": "GRANDES HITS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Hits\\16 Tea In The Sahara.mp3",
- "Duracion": "04:14",
- "FechaLanzamiento": "2010",
- "EstadoColor": "White",
- "DuracionLong": 2544326530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.8761452-03:00"
- },
- {
- "Numero": "",
- "Titulo": "01 Next To You",
- "Artista": "THE POLICE",
- "Album": "OUTLANDOS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Outlandos\\01 Next To You.mp3",
- "Duracion": "02:52",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 1720163265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.9004832-03:00"
- },
- {
- "Numero": "",
- "Titulo": "02 So Lonely",
- "Artista": "THE POLICE",
- "Album": "OUTLANDOS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Outlandos\\02 So Lonely.mp3",
- "Duracion": "04:49",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 2896718367,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.9298778-03:00"
- },
- {
- "Numero": "",
- "Titulo": "03 Roxanne",
- "Artista": "THE POLICE",
- "Album": "OUTLANDOS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Outlandos\\03 Roxanne.mp3",
- "Duracion": "03:12",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 1920522448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.9536731-03:00"
- },
- {
- "Numero": "",
- "Titulo": "04 Hole In My Life",
- "Artista": "THE POLICE",
- "Album": "OUTLANDOS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Outlandos\\04 Hole In My Life.mp3",
- "Duracion": "04:50",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 2901420408,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:27.9820174-03:00"
- },
- {
- "Numero": "",
- "Titulo": "05 Peanuts",
- "Artista": "THE POLICE",
- "Album": "OUTLANDOS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Outlandos\\05 Peanuts.mp3",
- "Duracion": "03:54",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 2348408163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.0032972-03:00"
- },
- {
- "Numero": "",
- "Titulo": "06 Can't Stand Losing You",
- "Artista": "THE POLICE",
- "Album": "OUTLANDOS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Outlandos\\06 Can't Stand Losing You.mp3",
- "Duracion": "02:58",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 1788342857,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.024267-03:00"
- },
- {
- "Numero": "",
- "Titulo": "07 Truth Hits Everybody",
- "Artista": "THE POLICE",
- "Album": "OUTLANDOS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Outlandos\\07 Truth Hits Everybody.mp3",
- "Duracion": "02:55",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 1750204081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.0459161-03:00"
- },
- {
- "Numero": "",
- "Titulo": "08 Born In The 50's",
- "Artista": "THE POLICE",
- "Album": "OUTLANDOS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Outlandos\\08 Born In The 50's.mp3",
- "Duracion": "03:42",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 2224848979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.0712082-03:00"
- },
- {
- "Numero": "",
- "Titulo": "09 Be My Girl - Sally",
- "Artista": "THE POLICE",
- "Album": "OUTLANDOS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Outlandos\\09 Be My Girl - Sally.mp3",
- "Duracion": "03:24",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 2040424489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.0918206-03:00"
- },
- {
- "Numero": "",
- "Titulo": "10 Masoko Tanga",
- "Artista": "THE POLICE",
- "Album": "OUTLANDOS",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Outlandos\\10 Masoko Tanga.mp3",
- "Duracion": "05:42",
- "FechaLanzamiento": "1983",
- "EstadoColor": "White",
- "DuracionLong": 3423085714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.1123787-03:00"
- },
- {
- "Numero": "",
- "Titulo": "01 Synchronicity I",
- "Artista": "THE POLICE",
- "Album": "SYNCHRONICITY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Synchronicity\\01 Synchronicity I.mp3",
- "Duracion": "03:23",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2030759183,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.1354606-03:00"
- },
- {
- "Numero": "",
- "Titulo": "02 Walking In Your Footsteps",
- "Artista": "THE POLICE",
- "Album": "SYNCHRONICITY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Synchronicity\\02 Walking In Your Footsteps.mp3",
- "Duracion": "03:36",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2168685714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.1552758-03:00"
- },
- {
- "Numero": "",
- "Titulo": "03 O My God",
- "Artista": "THE POLICE",
- "Album": "SYNCHRONICITY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Synchronicity\\03 O My God.mp3",
- "Duracion": "04:02",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2423640816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.1766648-03:00"
- },
- {
- "Numero": "",
- "Titulo": "04 Mother",
- "Artista": "THE POLICE",
- "Album": "SYNCHRONICITY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Synchronicity\\04 Mother.mp3",
- "Duracion": "03:05",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 1856000000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.1925344-03:00"
- },
- {
- "Numero": "",
- "Titulo": "05 Miss Gradenko",
- "Artista": "THE POLICE",
- "Album": "SYNCHRONICITY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Synchronicity\\05 Miss Gradenko.mp3",
- "Duracion": "01:59",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 1199804081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.2125929-03:00"
- },
- {
- "Numero": "",
- "Titulo": "06 Synchronicity II",
- "Artista": "THE POLICE",
- "Album": "SYNCHRONICITY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Synchronicity\\06 Synchronicity II.mp3",
- "Duracion": "05:00",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 3005126530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.2302994-03:00"
- },
- {
- "Numero": "",
- "Titulo": "07 Every Breath You Take",
- "Artista": "THE POLICE",
- "Album": "SYNCHRONICITY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Synchronicity\\07 Every Breath You Take.mp3",
- "Duracion": "04:13",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2539885714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.2438752-03:00"
- },
- {
- "Numero": "",
- "Titulo": "08 King Of Pain",
- "Artista": "THE POLICE",
- "Album": "SYNCHRONICITY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Synchronicity\\08 King Of Pain.mp3",
- "Duracion": "04:59",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2991281632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.2567537-03:00"
- },
- {
- "Numero": "",
- "Titulo": "09 Wrapped Around Your Finger",
- "Artista": "THE POLICE",
- "Album": "SYNCHRONICITY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Synchronicity\\09 Wrapped Around Your Finger.mp3",
- "Duracion": "05:13",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 3137828571,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.2758083-03:00"
- },
- {
- "Numero": "",
- "Titulo": "10 Tea In The Sahara",
- "Artista": "THE POLICE",
- "Album": "SYNCHRONICITY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Synchronicity\\10 Tea In The Sahara.mp3",
- "Duracion": "04:19",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2595526530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.2927754-03:00"
- },
- {
- "Numero": "",
- "Titulo": "11 Murder By Numbers",
- "Artista": "THE POLICE",
- "Album": "SYNCHRONICITY",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Police\\Synchronicity\\11 Murder By Numbers.mp3",
- "Duracion": "04:36",
- "FechaLanzamiento": "1980",
- "EstadoColor": "White",
- "DuracionLong": 2761665306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.3066554-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "I Can't Explain (Mono)",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\01 I Can't Explain (Mono).mp3",
- "Duracion": "02:05",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1259885714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.3264601-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "My Generation",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\02 My Generation (Original Mono Version).mp3",
- "Duracion": "03:17",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1978253061,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.340865-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "The Kids Are Alright",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\03 The Kids Are Alright (Mono_Stereo Version).mp3",
- "Duracion": "03:07",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1870889795,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.3557437-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Happy Jack",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\05 Happy Jack.mp3",
- "Duracion": "02:11",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1318400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.3736108-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Pictures Of Lily",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\06 Pictures Of Lily.mp3",
- "Duracion": "02:44",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1642057142,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.3907275-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "I Can See For Miles",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\07 I Can See For Miles.mp3",
- "Duracion": "04:08",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2483983673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.4085599-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Magic Bus",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\08 Magic Bus (Original Stereo Version).mp3",
- "Duracion": "03:16",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1963363265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.4242512-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Behind Blue Eyes",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\10 Behind Blue Eyes.mp3",
- "Duracion": "03:43",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2233730612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.441775-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Baba O'Riley",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\11 Baba O'Riley.mp3",
- "Duracion": "05:01",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3012440816,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.4574689-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Won't Get Fooled Again",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\12 Won't Get Fooled Again.mp3",
- "Duracion": "08:33",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5135151020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.4731562-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Love Reign O'er Me (5.1 Mix)",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\13 Love Reign O'er Me (5.1 Mix).mp3",
- "Duracion": "05:55",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3550824489,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.4898428-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Squeeze Box",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\14 Squeeze Box.mp3",
- "Duracion": "02:43",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1630302040,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.5094094-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Who Are You (US Edit Version)",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\15 Who Are You (US Edit Version).mp3",
- "Duracion": "03:27",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2077779591,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.5234532-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "You Better You Bet",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\16 You Better You Bet.mp3",
- "Duracion": "05:38",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3388604081,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.5406325-03:00"
- },
- {
- "Numero": "15",
- "Titulo": "Eminence Front",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\17 Eminence Front.mp3",
- "Duracion": "05:43",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3430400000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.5557052-03:00"
- },
- {
- "Numero": "16",
- "Titulo": "Real Good Looking Boy",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\18 Real Good Looking Boy.mp3",
- "Duracion": "05:43",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3433795918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.5729792-03:00"
- },
- {
- "Numero": "17",
- "Titulo": "It's Not Enough",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\19 It's Not Enough.mp3",
- "Duracion": "04:05",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2451069387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.5888821-03:00"
- },
- {
- "Numero": "18",
- "Titulo": "I Can't Explain",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\20 I Can't Explain (Live At San Francisco Civic Auditorium, 1971).mp3",
- "Duracion": "02:32",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1529730612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.6046282-03:00"
- },
- {
- "Numero": "19",
- "Titulo": "Substitute (Live At San Francisco Civic Auditorium, 1971)",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\21 Substitute (Live At San Francisco Civic Auditorium, 1971).mp3",
- "Duracion": "02:10",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1302987755,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.6202421-03:00"
- },
- {
- "Numero": "20",
- "Titulo": "Happy Jack (Live At City Hall, Hull, 1970)",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\22 Happy Jack (Live At City Hall, Hull, 1970).mp3",
- "Duracion": "02:12",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1324930612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.6367896-03:00"
- },
- {
- "Numero": "21",
- "Titulo": "Behind Blue Eyes (Live At San Francisco Civic Auditorium, 1971)",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\24 Behind Blue Eyes (Live At San Francisco Civic Auditorium, 1971).mp3",
- "Duracion": "03:39",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2198465306,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.6540366-03:00"
- },
- {
- "Numero": "22",
- "Titulo": "Pinball Wizard (Live In Swansea, 1976)",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\25 Pinball Wizard (Live In Swansea, 1976).mp3",
- "Duracion": "02:48",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1686726530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.6712274-03:00"
- },
- {
- "Numero": "23",
- "Titulo": "I'm Free (Live In Swansea, 1976)",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\26 I'm Free (Live In Swansea, 1976).mp3",
- "Duracion": "01:44",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1043069387,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.6870839-03:00"
- },
- {
- "Numero": "24",
- "Titulo": "Squeeze Box (Live In Swansea, 1976)",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\27 Squeeze Box (Live In Swansea, 1976).mp3",
- "Duracion": "02:51",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 1713893877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.703869-03:00"
- },
- {
- "Numero": "25",
- "Titulo": "Naked Eye_Let's See Action_My Generation",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\28 Naked Eye_Let's See Action_My Generation (Medley).mp3",
- "Duracion": "14:19",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 8598726530,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.723166-03:00"
- },
- {
- "Numero": "26",
- "Titulo": "5.15 (Live At The Capital Centre, Largo, 1973)",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\29 5.15 (Live At The Capital Centre, Largo, 1973).mp3",
- "Duracion": "05:53",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3531232653,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.7379702-03:00"
- },
- {
- "Numero": "27",
- "Titulo": "Won't Get Fooled Again",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\30 Won't Get Fooled Again (Live At The Capital Centre, Largo, 1973).mp3",
- "Duracion": "08:38",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 5189485714,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.7579348-03:00"
- },
- {
- "Numero": "28",
- "Titulo": "My Generation",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\32 My Generation (Live At The BBC, 1965).mp3",
- "Duracion": "03:24",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2048783673,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.7816489-03:00"
- },
- {
- "Numero": "29",
- "Titulo": "Who Are You",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\34 Who Are You (Live At Universal Amphitheatre, 1989).mp3",
- "Duracion": "06:21",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 3814138775,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.7990667-03:00"
- },
- {
- "Numero": "30",
- "Titulo": "A Man In A Purple Dress",
- "Artista": "THE WHO",
- "Album": "BEST THE WHO",
- "Genero": "ROCK INTERNACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\The Who\\35 A Man In A Purple Dress (Live At Nassau Coliseum, 2007).mp3",
- "Duracion": "04:30",
- "FechaLanzamiento": "2020",
- "EstadoColor": "White",
- "DuracionLong": 2706808163,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.8164643-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Auto Rojo",
- "Artista": "VILMA PALMA",
- "Album": "BEST VILMA PALMA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Vilma Palma\\Auto Rojo - Vilma Palma - Grandes Éxitos.mp3",
- "Duracion": "05:07",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 3075616025,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.8341649-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "Bye Bye",
- "Artista": "VILMA PALMA",
- "Album": "BEST VILMA PALMA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Vilma Palma\\Bye Bye - Vilma Palma - Grandes Éxitos.mp3",
- "Duracion": "05:53",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 3538318589,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.8522604-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Cumbia",
- "Artista": "VILMA PALMA",
- "Album": "BEST VILMA PALMA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Vilma Palma\\Cumbia - Vilma Palma - Grandes Éxitos.mp3",
- "Duracion": "03:09",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 1898900000,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.8684824-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "Fernet Con Coca",
- "Artista": "VILMA PALMA",
- "Album": "BEST VILMA PALMA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Vilma Palma\\Fernet Con Coca - Vilma Palma - Grandes Éxitos.mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2370711538,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.8863168-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "Fondo Profundo",
- "Artista": "VILMA PALMA",
- "Album": "BEST VILMA PALMA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Vilma Palma\\Fondo Profundo - Vilma Palma - Grandes Éxitos.mp3",
- "Duracion": "03:53",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2335346153,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.9087705-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "La Pachanga",
- "Artista": "VILMA PALMA",
- "Album": "BEST VILMA PALMA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Vilma Palma\\La Pachanga - Vilma Palma - Grandes Éxitos.mp3",
- "Duracion": "04:43",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2831806410,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.9258816-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "Me Vuelvo Loco Por Vos",
- "Artista": "VILMA PALMA",
- "Album": "BEST VILMA PALMA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Vilma Palma\\Me Vuelvo Loco Por Vos - Vilma Palma - Grandes Éxitos.mp3",
- "Duracion": "04:56",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2962016666,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.9479259-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "Mojada",
- "Artista": "VILMA PALMA",
- "Album": "BEST VILMA PALMA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Vilma Palma\\Mojada - Vilma Palma - Grandes Éxitos.mp3",
- "Duracion": "06:14",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 3747833974,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.9701414-03:00"
- },
- {
- "Numero": "9",
- "Titulo": "Te Quiero Tanto",
- "Artista": "VILMA PALMA",
- "Album": "BEST VILMA PALMA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Vilma Palma\\Te Quiero Tanto - Vilma Palma - Grandes Éxitos.mp3",
- "Duracion": "03:29",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2095019230,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:28.9898944-03:00"
- },
- {
- "Numero": "10",
- "Titulo": "Todo Lo Que Fue",
- "Artista": "VILMA PALMA",
- "Album": "BEST VILMA PALMA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Vilma Palma\\Todo Lo Que Fue - Vilma Palma - Grandes Éxitos.mp3",
- "Duracion": "05:27",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 3277629487,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.0096029-03:00"
- },
- {
- "Numero": "11",
- "Titulo": "Travestis",
- "Artista": "VILMA PALMA",
- "Album": "BEST VILMA PALMA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Vilma Palma\\Travestis - Vilma Palma - Grandes Éxitos.mp3",
- "Duracion": "03:55",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 2350617307,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.03293-03:00"
- },
- {
- "Numero": "12",
- "Titulo": "Un Camino Hasta Vos",
- "Artista": "VILMA PALMA",
- "Album": "BEST VILMA PALMA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Vilma Palma\\Un Camino Hasta Vos - Vilma Palma - Grandes Éxitos.mp3",
- "Duracion": "05:41",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 3413198717,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.0525113-03:00"
- },
- {
- "Numero": "13",
- "Titulo": "Verano Traidor",
- "Artista": "VILMA PALMA",
- "Album": "BEST VILMA PALMA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Vilma Palma\\Verano Traidor - Vilma Palma - Grandes Éxitos.mp3",
- "Duracion": "06:59",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 4194996153,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.0730918-03:00"
- },
- {
- "Numero": "14",
- "Titulo": "Voy A Vos",
- "Artista": "VILMA PALMA",
- "Album": "BEST VILMA PALMA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Vilma Palma\\Voy A Vos - Vilma Palma - Grandes Éxitos.mp3",
- "Duracion": "05:50",
- "FechaLanzamiento": "2023",
- "EstadoColor": "White",
- "DuracionLong": 3504828205,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.0937986-03:00"
- },
- {
- "Numero": "1",
- "Titulo": "Pronta Entrega",
- "Artista": "VIRUS",
- "Album": "LOCURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Locura\\1 Pronta Entrega.mp3",
- "Duracion": "04:33",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2733714285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.1088134-03:00"
- },
- {
- "Numero": "2",
- "Titulo": "2 Tomo Lo Que Encuentro",
- "Artista": "VIRUS",
- "Album": "LOCURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Locura\\2 Tomo Lo Que Encuentro.mp3",
- "Duracion": "04:15",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2555036734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.1404265-03:00"
- },
- {
- "Numero": "3",
- "Titulo": "Pecados para Dos",
- "Artista": "VIRUS",
- "Album": "LOCURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Locura\\3 Pecados para Dos.mp3",
- "Duracion": "03:56",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2368522448,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.173518-03:00"
- },
- {
- "Numero": "4",
- "Titulo": "4 Destino Circular",
- "Artista": "VIRUS",
- "Album": "LOCURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Locura\\4 Destino Circular.mp3",
- "Duracion": "03:42",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2224848979,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.2029292-03:00"
- },
- {
- "Numero": "5",
- "Titulo": "5 Luna de Miel en la Mano",
- "Artista": "VIRUS",
- "Album": "LOCURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Locura\\5 Luna de Miel en la Mano.mp3",
- "Duracion": "05:16",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 3164995918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.2340524-03:00"
- },
- {
- "Numero": "6",
- "Titulo": "6 Dicha Feliz",
- "Artista": "VIRUS",
- "Album": "LOCURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Locura\\6 Dicha Feliz.mp3",
- "Duracion": "03:33",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 2131330612,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.2662578-03:00"
- },
- {
- "Numero": "7",
- "Titulo": "7 Sin Disfraz",
- "Artista": "VIRUS",
- "Album": "LOCURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Locura\\7 Sin Disfraz.mp3",
- "Duracion": "05:28",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 3288293877,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.2983664-03:00"
- },
- {
- "Numero": "8",
- "Titulo": "8 Lugares Comunes",
- "Artista": "VIRUS",
- "Album": "LOCURA",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Locura\\8 Lugares Comunes.mp3",
- "Duracion": "03:12",
- "FechaLanzamiento": "1985",
- "EstadoColor": "White",
- "DuracionLong": 1927314285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.3277943-03:00"
- },
- {
- "Numero": "",
- "Titulo": "01 Mirada Speed",
- "Artista": "VIRUS",
- "Album": "SUPERFICIES DE PLACER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Superficies de placer\\01 Mirada Speed.mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2371395918,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.3564484-03:00"
- },
- {
- "Numero": "",
- "Titulo": "02 Danza Narcótica",
- "Artista": "VIRUS",
- "Album": "SUPERFICIES DE PLACER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Superficies de placer\\02 Danza Narcótica.mp3",
- "Duracion": "03:57",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2374791836,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.3698262-03:00"
- },
- {
- "Numero": "",
- "Titulo": "03 Ausencia",
- "Artista": "VIRUS",
- "Album": "SUPERFICIES DE PLACER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Superficies de placer\\03 Ausencia.mp3",
- "Duracion": "03:44",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2247314285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.3833553-03:00"
- },
- {
- "Numero": "",
- "Titulo": "04 Rumbos Secretos",
- "Artista": "VIRUS",
- "Album": "SUPERFICIES DE PLACER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Superficies de placer\\04 Rumbos Secretos.mp3",
- "Duracion": "03:24",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2042514285,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.3991483-03:00"
- },
- {
- "Numero": "",
- "Titulo": "05 Epocalipsis",
- "Artista": "VIRUS",
- "Album": "SUPERFICIES DE PLACER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Superficies de placer\\05 Epocalipsis.mp3",
- "Duracion": "03:46",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2267951020,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.4138337-03:00"
- },
- {
- "Numero": "",
- "Titulo": "06 Polvos de una Relación",
- "Artista": "VIRUS",
- "Album": "SUPERFICIES DE PLACER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Superficies de placer\\06 Polvos de una Relación.mp3",
- "Duracion": "03:37",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2177306122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.4290184-03:00"
- },
- {
- "Numero": "",
- "Titulo": "07 Encuentro en el Río",
- "Artista": "VIRUS",
- "Album": "SUPERFICIES DE PLACER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Superficies de placer\\07 Encuentro en el Río.mp3",
- "Duracion": "05:05",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 3051363265,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.4422682-03:00"
- },
- {
- "Numero": "",
- "Titulo": "08 Amores Perpetuos",
- "Artista": "VIRUS",
- "Album": "SUPERFICIES DE PLACER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Superficies de placer\\08 Amores Perpetuos.mp3",
- "Duracion": "04:27",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2673110204,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.4569466-03:00"
- },
- {
- "Numero": "",
- "Titulo": "09 Superficies de Placer",
- "Artista": "VIRUS",
- "Album": "SUPERFICIES DE PLACER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Superficies de placer\\09 Superficies de Placer.mp3",
- "Duracion": "04:27",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 2670236734,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.4697182-03:00"
- },
- {
- "Numero": "",
- "Titulo": "10 Transeúnte Sin Identidad",
- "Artista": "VIRUS",
- "Album": "SUPERFICIES DE PLACER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Superficies de placer\\10 Transeúnte Sin Identidad.mp3",
- "Duracion": "05:04",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 3042481632,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.4873641-03:00"
- },
- {
- "Numero": "",
- "Titulo": "11 Impulsos Aleatorios",
- "Artista": "VIRUS",
- "Album": "SUPERFICIES DE PLACER",
- "Genero": "ROCK NACIONAL",
- "Path": "C:\\Users\\feder\\Music\\MUSICA\\Virus\\Superficies de placer\\11 Impulsos Aleatorios.mp3",
- "Duracion": "03:12",
- "FechaLanzamiento": "1987",
- "EstadoColor": "White",
- "DuracionLong": 1921306122,
- "Imagen": null,
- "Cantidad": 0,
- "UltimaReproduccion": "2023-12-17T05:07:29.5025368-03:00"
- }
- ]
-}
\ No newline at end of file
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/app.publish/ReproductorMusicaTagEditables.exe b/ReproductorMusicaTagEditables/bin/x64/Debug/app.publish/ReproductorMusicaTagEditables.exe
deleted file mode 100644
index c1f0229..0000000
Binary files a/ReproductorMusicaTagEditables/bin/x64/Debug/app.publish/ReproductorMusicaTagEditables.exe and /dev/null differ
diff --git a/ReproductorMusicaTagEditables/bin/x64/Release/ReproductorMusicaTagEditables.application b/ReproductorMusicaTagEditables/bin/x64/Release/ReproductorMusicaTagEditables.application
index 268cb26..fd3e51b 100644
--- a/ReproductorMusicaTagEditables/bin/x64/Release/ReproductorMusicaTagEditables.application
+++ b/ReproductorMusicaTagEditables/bin/x64/Release/ReproductorMusicaTagEditables.application
@@ -1,6 +1,6 @@
-
+
@@ -8,13 +8,13 @@
-
+
- u0HnHs8dyPi2kCr6/b3k93DxJ6JCy+1Pv3Sh3cwJVmE=
+ ipnXNDGbofonJlUkkddVb1R/x6dAwbWWk5xNQ03xF/c=
diff --git a/ReproductorMusicaTagEditables/bin/x64/Release/ReproductorMusicaTagEditables.exe b/ReproductorMusicaTagEditables/bin/x64/Release/ReproductorMusicaTagEditables.exe
index e2a76e9..da029a6 100644
Binary files a/ReproductorMusicaTagEditables/bin/x64/Release/ReproductorMusicaTagEditables.exe and b/ReproductorMusicaTagEditables/bin/x64/Release/ReproductorMusicaTagEditables.exe differ
diff --git a/ReproductorMusicaTagEditables/bin/x64/Release/ReproductorMusicaTagEditables.exe.manifest b/ReproductorMusicaTagEditables/bin/x64/Release/ReproductorMusicaTagEditables.exe.manifest
index 9b7b05c..9086d54 100644
--- a/ReproductorMusicaTagEditables/bin/x64/Release/ReproductorMusicaTagEditables.exe.manifest
+++ b/ReproductorMusicaTagEditables/bin/x64/Release/ReproductorMusicaTagEditables.exe.manifest
@@ -1,6 +1,6 @@
-
+
@@ -206,7 +206,7 @@
- 5Ud4kEPd27fDJ5Pb5CEFnZnqUaZVjMcNbLaONrVt6mM=
+ lN04cVjeBF8GyzKQyMr0oa8tZrtmXeI7DLSRBSZ5V8I=
diff --git a/ReproductorMusicaTagEditables/bin/x64/Release/ReproductorMusicaTagEditables.pdb b/ReproductorMusicaTagEditables/bin/x64/Release/ReproductorMusicaTagEditables.pdb
index ed2c65c..ed5a049 100644
Binary files a/ReproductorMusicaTagEditables/bin/x64/Release/ReproductorMusicaTagEditables.pdb and b/ReproductorMusicaTagEditables/bin/x64/Release/ReproductorMusicaTagEditables.pdb differ
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/ControlTiempoMultimedia.dll b/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/ControlTiempoMultimedia.dll.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Debug/ControlTiempoMultimedia.dll
rename to ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/ControlTiempoMultimedia.dll.deploy
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/ControlzEx.dll b/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/ControlzEx.dll.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Debug/ControlzEx.dll
rename to ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/ControlzEx.dll.deploy
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/FontAwesome.WPF.dll b/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/FontAwesome.WPF.dll.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Debug/FontAwesome.WPF.dll
rename to ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/FontAwesome.WPF.dll.deploy
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/MahApps.Metro.IconPacks.Core.dll b/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/MahApps.Metro.IconPacks.Core.dll.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Debug/MahApps.Metro.IconPacks.Core.dll
rename to ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/MahApps.Metro.IconPacks.Core.dll.deploy
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/MahApps.Metro.IconPacks.FontAwesome.dll b/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/MahApps.Metro.IconPacks.FontAwesome.dll.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Debug/MahApps.Metro.IconPacks.FontAwesome.dll
rename to ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/MahApps.Metro.IconPacks.FontAwesome.dll.deploy
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/MahApps.Metro.dll b/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/MahApps.Metro.dll.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Debug/MahApps.Metro.dll
rename to ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/MahApps.Metro.dll.deploy
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/MediaToolkit.dll b/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/MediaToolkit.dll.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Debug/MediaToolkit.dll
rename to ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/MediaToolkit.dll.deploy
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/Microsoft.WindowsAPICodePack.Shell.dll b/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/Microsoft.WindowsAPICodePack.Shell.dll.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Debug/Microsoft.WindowsAPICodePack.Shell.dll
rename to ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/Microsoft.WindowsAPICodePack.Shell.dll.deploy
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/Microsoft.WindowsAPICodePack.dll b/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/Microsoft.WindowsAPICodePack.dll.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Debug/Microsoft.WindowsAPICodePack.dll
rename to ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/Microsoft.WindowsAPICodePack.dll.deploy
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/Microsoft.Xaml.Behaviors.dll b/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/Microsoft.Xaml.Behaviors.dll.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Debug/Microsoft.Xaml.Behaviors.dll
rename to ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/Microsoft.Xaml.Behaviors.dll.deploy
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/Newtonsoft.Json.dll b/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/Newtonsoft.Json.dll.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Debug/Newtonsoft.Json.dll
rename to ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/Newtonsoft.Json.dll.deploy
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/ReproductorMusicaTagEditables.exe.config b/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/ReproductorMusicaTagEditables.exe.config.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Debug/ReproductorMusicaTagEditables.exe.config
rename to ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/ReproductorMusicaTagEditables.exe.config.deploy
diff --git a/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/ReproductorMusicaTagEditables.exe.deploy b/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/ReproductorMusicaTagEditables.exe.deploy
similarity index 90%
rename from ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/ReproductorMusicaTagEditables.exe.deploy
rename to ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/ReproductorMusicaTagEditables.exe.deploy
index 6a6f9cc..c3f2809 100644
Binary files a/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/ReproductorMusicaTagEditables.exe.deploy and b/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/ReproductorMusicaTagEditables.exe.deploy differ
diff --git a/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/ReproductorMusicaTagEditables.exe.manifest b/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/ReproductorMusicaTagEditables.exe.manifest
similarity index 94%
rename from ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/ReproductorMusicaTagEditables.exe.manifest
rename to ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/ReproductorMusicaTagEditables.exe.manifest
index 932b509..0d2e8db 100644
--- a/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_46/ReproductorMusicaTagEditables.exe.manifest
+++ b/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/ReproductorMusicaTagEditables.exe.manifest
@@ -1,6 +1,6 @@
-
+
@@ -206,7 +206,7 @@
- 5Ud4kEPd27fDJ5Pb5CEFnZnqUaZVjMcNbLaONrVt6mM=
+ lN04cVjeBF8GyzKQyMr0oa8tZrtmXeI7DLSRBSZ5V8I=
@@ -252,4 +252,4 @@
FihlZtVNgcNyH37Pf0Jtll3jZOm+L55ijXNjtoS2/mo=
-0s7/4UWs/4mKnzUSCffDCyqANgglyEkSQUwgUikgr54=Ccy/ggBJM6rcWZHX811MjGWcZO3yL7CUoCHH6c67KjwfhaTV7TiSrY4fxkQ2y0P9nnypKlDQHgTaet53IoTL0Hg9l50bIPAlLh2Npgyg0IjQ15+lHDDcbchJE/KvBoesHv7DYDu0H+AddUSZhcD9XAJ8Kd6pKZFaR3u/awEOjx4=4iNq24i3Z6luLkrIqFFkoG5+wr96eH1pXaHsfIKoSR92kh23+6PLMS6HN4i/TC7ZbFaEg4lz5DnX4QYiJLxJR+69D0omATm5QUaYmGGrZSWGZeqc9ErSkVfXBVEZ0RY508VUCyklm/BHS2StXri+GjwKB64MS/LINcoR9U3phSk=AQABCN=FEDERICO\federRMC6T2PfdbuPwqM4UVApzNjU0CfpErKAco9w4vr2jKs=JO97DqugtwnesbGw5grKrTnXu5j8h5VVVVhxWWE4V7AuVqM5O3pHfuBDm0jnBj5VqCGaEfNTwAGr0Au4xSf/ASwWPF6gYQGQf1NOOJJYIWQ0wAxd/fCYHXLz3qwUMtc7rEayKWmQLmq7LJOoOeKGBNFcZgz+ALRacqPjqPJQMtA=4iNq24i3Z6luLkrIqFFkoG5+wr96eH1pXaHsfIKoSR92kh23+6PLMS6HN4i/TC7ZbFaEg4lz5DnX4QYiJLxJR+69D0omATm5QUaYmGGrZSWGZeqc9ErSkVfXBVEZ0RY508VUCyklm/BHS2StXri+GjwKB64MS/LINcoR9U3phSk=AQABMIIB0TCCATqgAwIBAgIQG4l23l3ktbJLEMkkVAaIUDANBgkqhkiG9w0BAQsFADAnMSUwIwYDVQQDHhwARgBFAEQARQBSAEkAQwBPAFwAZgBlAGQAZQByMB4XDTIzMTIwMzA5MjgyOVoXDTI0MTIwMjE1MjgyOVowJzElMCMGA1UEAx4cAEYARQBEAEUAUgBJAEMATwBcAGYAZQBkAGUAcjCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA4iNq24i3Z6luLkrIqFFkoG5+wr96eH1pXaHsfIKoSR92kh23+6PLMS6HN4i/TC7ZbFaEg4lz5DnX4QYiJLxJR+69D0omATm5QUaYmGGrZSWGZeqc9ErSkVfXBVEZ0RY508VUCyklm/BHS2StXri+GjwKB64MS/LINcoR9U3phSkCAwEAATANBgkqhkiG9w0BAQsFAAOBgQDUfmsJLlMicMn1yGIgTb0Rl5wj033vgvIyS53Ip2kACMXmGrdszx8SPN4D9ZVf0AgUw5Jk0MU3RYioz633lXqo7luZZWC8Pk01Fm4s9qgGnJKn3wahUQUGmrkeEvjHwzalf3xdmJPPJVRd/ZmvWX+YdNStNEizngQRyNcH+wrgkw==
\ No newline at end of file
+rU5w8GtirAor54G349msAbMYHTxodc+8zG5ROMG7D/Y=awS7L+NsxU6bciPSf8zICp8U8t0bSinbW7M9p/mkz1ncLd0ltPCuilN1AgpjA7A8eKjdhyDR+vesnWfbpHgEvELAde4BT9VrwRXiGz9umWPa0r2S7RY1QRK7EQf7hahJKN4M9PeZwMsE//OmqDReb9bzvpT7h29EbjPTFTd2tr4=4iNq24i3Z6luLkrIqFFkoG5+wr96eH1pXaHsfIKoSR92kh23+6PLMS6HN4i/TC7ZbFaEg4lz5DnX4QYiJLxJR+69D0omATm5QUaYmGGrZSWGZeqc9ErSkVfXBVEZ0RY508VUCyklm/BHS2StXri+GjwKB64MS/LINcoR9U3phSk=AQABCN=FEDERICO\federM+yRciy2bmpUTjqI7d+xl8ehKRuKnPVKdQba5dPrkck=j2alamqK+HG8PNJxt97vum+QE2K7Rt/Wjef7e4RrxVmI9Bqu2v9u6KrTb0tFXwQUlFvEcLgBH8eQii0fAM5zGECp3gwygVzaWhZaGc7Ko9OzFveJDPnhKNent8LzIzPhB1ag5qrC6A7ioTJ0iCLVWaurL1UPZB5UqtfCMkumNqs=4iNq24i3Z6luLkrIqFFkoG5+wr96eH1pXaHsfIKoSR92kh23+6PLMS6HN4i/TC7ZbFaEg4lz5DnX4QYiJLxJR+69D0omATm5QUaYmGGrZSWGZeqc9ErSkVfXBVEZ0RY508VUCyklm/BHS2StXri+GjwKB64MS/LINcoR9U3phSk=AQABMIIB0TCCATqgAwIBAgIQG4l23l3ktbJLEMkkVAaIUDANBgkqhkiG9w0BAQsFADAnMSUwIwYDVQQDHhwARgBFAEQARQBSAEkAQwBPAFwAZgBlAGQAZQByMB4XDTIzMTIwMzA5MjgyOVoXDTI0MTIwMjE1MjgyOVowJzElMCMGA1UEAx4cAEYARQBEAEUAUgBJAEMATwBcAGYAZQBkAGUAcjCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA4iNq24i3Z6luLkrIqFFkoG5+wr96eH1pXaHsfIKoSR92kh23+6PLMS6HN4i/TC7ZbFaEg4lz5DnX4QYiJLxJR+69D0omATm5QUaYmGGrZSWGZeqc9ErSkVfXBVEZ0RY508VUCyklm/BHS2StXri+GjwKB64MS/LINcoR9U3phSkCAwEAATANBgkqhkiG9w0BAQsFAAOBgQDUfmsJLlMicMn1yGIgTb0Rl5wj033vgvIyS53Ip2kACMXmGrdszx8SPN4D9ZVf0AgUw5Jk0MU3RYioz633lXqo7luZZWC8Pk01Fm4s9qgGnJKn3wahUQUGmrkeEvjHwzalf3xdmJPPJVRd/ZmvWX+YdNStNEizngQRyNcH+wrgkw==
\ No newline at end of file
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/System.Diagnostics.DiagnosticSource.dll b/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/System.Diagnostics.DiagnosticSource.dll.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Debug/System.Diagnostics.DiagnosticSource.dll
rename to ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/System.Diagnostics.DiagnosticSource.dll.deploy
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/TagLibSharp.dll b/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/TagLibSharp.dll.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Debug/TagLibSharp.dll
rename to ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/TagLibSharp.dll.deploy
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/de/MahApps.Metro.resources.dll b/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/de/MahApps.Metro.resources.dll.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Debug/de/MahApps.Metro.resources.dll
rename to ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/de/MahApps.Metro.resources.dll.deploy
diff --git a/ReproductorMusicaTagEditables/bin/x64/Debug/libvideo.dll b/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/libvideo.dll.deploy
similarity index 100%
rename from ReproductorMusicaTagEditables/bin/x64/Debug/libvideo.dll
rename to ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/libvideo.dll.deploy
diff --git a/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/nota-musical.ico.deploy b/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/nota-musical.ico.deploy
new file mode 100644
index 0000000..617a5ec
Binary files /dev/null and b/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/Application Files/ReproductorMusicaTagEditables_1_0_0_48/nota-musical.ico.deploy differ
diff --git a/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/ReproductorMusicaTagEditables.application b/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/ReproductorMusicaTagEditables.application
index 0fb9598..ff4b5ba 100644
--- a/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/ReproductorMusicaTagEditables.application
+++ b/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/ReproductorMusicaTagEditables.application
@@ -1,21 +1,21 @@
-
+
-
-
+
+
- A7eD7yQvdzMHbxt9y82pG+tW27HegcBGYc6vZdb6k60=
+ pY7bURdtuUju3bB+7CYk5twWYr9b+0vKn7GJo44o2xw=
-YXv0HS6b0YeS0bKkjFrel1STJdmJQhzy0ktgC2xLhek=IV8oKlU/H+TjO5LooAafKb8sTSd7IU43YwwXbTgtDqSIC1GwveB8MKGhxj8K6a+Yu2E37xPj2o5FJvmOKRjsy81rlcZsT2huBkmcTQJN61R5zThkan9c42jigZ5QnO8Q4TVQuz4W4qig/Yay2edf4V/MOGQvBVFgYvcoQECvEaY=4iNq24i3Z6luLkrIqFFkoG5+wr96eH1pXaHsfIKoSR92kh23+6PLMS6HN4i/TC7ZbFaEg4lz5DnX4QYiJLxJR+69D0omATm5QUaYmGGrZSWGZeqc9ErSkVfXBVEZ0RY508VUCyklm/BHS2StXri+GjwKB64MS/LINcoR9U3phSk=AQABCN=FEDERICO\federTawXz0PAcEl70g32QXcLXfu2fyAvNmyR/vi1uk46eDQ=hw67YZDiH4Ga5ryQwNmMND6Q4hZkZ2S+9AXkK/+jKoq7064VRKNlG3Z9wgeXNNF3iTFOJSKTPCyW8KkUL6yBmxqC3Tyem1adgybJljaZBoqBO+hXlAQFLgSC+CSMK5x/Cf59EBaEdNRs+Rjmg4P70675n7y27EnYZkpaKCs/kXE=4iNq24i3Z6luLkrIqFFkoG5+wr96eH1pXaHsfIKoSR92kh23+6PLMS6HN4i/TC7ZbFaEg4lz5DnX4QYiJLxJR+69D0omATm5QUaYmGGrZSWGZeqc9ErSkVfXBVEZ0RY508VUCyklm/BHS2StXri+GjwKB64MS/LINcoR9U3phSk=AQABMIIB0TCCATqgAwIBAgIQG4l23l3ktbJLEMkkVAaIUDANBgkqhkiG9w0BAQsFADAnMSUwIwYDVQQDHhwARgBFAEQARQBSAEkAQwBPAFwAZgBlAGQAZQByMB4XDTIzMTIwMzA5MjgyOVoXDTI0MTIwMjE1MjgyOVowJzElMCMGA1UEAx4cAEYARQBEAEUAUgBJAEMATwBcAGYAZQBkAGUAcjCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA4iNq24i3Z6luLkrIqFFkoG5+wr96eH1pXaHsfIKoSR92kh23+6PLMS6HN4i/TC7ZbFaEg4lz5DnX4QYiJLxJR+69D0omATm5QUaYmGGrZSWGZeqc9ErSkVfXBVEZ0RY508VUCyklm/BHS2StXri+GjwKB64MS/LINcoR9U3phSkCAwEAATANBgkqhkiG9w0BAQsFAAOBgQDUfmsJLlMicMn1yGIgTb0Rl5wj033vgvIyS53Ip2kACMXmGrdszx8SPN4D9ZVf0AgUw5Jk0MU3RYioz633lXqo7luZZWC8Pk01Fm4s9qgGnJKn3wahUQUGmrkeEvjHwzalf3xdmJPPJVRd/ZmvWX+YdNStNEizngQRyNcH+wrgkw==
\ No newline at end of file
+gxlkdgNwxuJGn4R3qZkV2Fxc6MQJRaur1/gGE80T6dU=PqiNu1vc5lyhjQRQheQXEPiifkNP5TRr6HIKP+nw3/MARSD3DkGwbJdyx9E0+gN6CmoWIiZPtRzvj8ppPnu1IsYSKLuHmt86dwaCJ9o6CvFNTZtsO6964BdtiEctdAY05on4LQ3uNt4fpZ5KEQr52+Zo5jOkCMTFMftbiH3XZi8=4iNq24i3Z6luLkrIqFFkoG5+wr96eH1pXaHsfIKoSR92kh23+6PLMS6HN4i/TC7ZbFaEg4lz5DnX4QYiJLxJR+69D0omATm5QUaYmGGrZSWGZeqc9ErSkVfXBVEZ0RY508VUCyklm/BHS2StXri+GjwKB64MS/LINcoR9U3phSk=AQABCN=FEDERICO\federpP6nsqa3GKBp6+45I6czD/kJyPw2mTkUS/04vYgARN4=zvkk4mZJfEWuV/oepSdnMaE630EDHXHSeFvEo9k5iiQmdyg7z0dbuu7TGIEBtCQgKFcvYbgEpt2Rt+9i0GElLxhc76Vgk6xXcEI8G1YjzIGOYiO3XrUT5+g/xdNNlMif9dkhnV+9vwFaAyBKBsGkY58Mz1oC/kn/7a6H7nofTtk=4iNq24i3Z6luLkrIqFFkoG5+wr96eH1pXaHsfIKoSR92kh23+6PLMS6HN4i/TC7ZbFaEg4lz5DnX4QYiJLxJR+69D0omATm5QUaYmGGrZSWGZeqc9ErSkVfXBVEZ0RY508VUCyklm/BHS2StXri+GjwKB64MS/LINcoR9U3phSk=AQABMIIB0TCCATqgAwIBAgIQG4l23l3ktbJLEMkkVAaIUDANBgkqhkiG9w0BAQsFADAnMSUwIwYDVQQDHhwARgBFAEQARQBSAEkAQwBPAFwAZgBlAGQAZQByMB4XDTIzMTIwMzA5MjgyOVoXDTI0MTIwMjE1MjgyOVowJzElMCMGA1UEAx4cAEYARQBEAEUAUgBJAEMATwBcAGYAZQBkAGUAcjCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEA4iNq24i3Z6luLkrIqFFkoG5+wr96eH1pXaHsfIKoSR92kh23+6PLMS6HN4i/TC7ZbFaEg4lz5DnX4QYiJLxJR+69D0omATm5QUaYmGGrZSWGZeqc9ErSkVfXBVEZ0RY508VUCyklm/BHS2StXri+GjwKB64MS/LINcoR9U3phSkCAwEAATANBgkqhkiG9w0BAQsFAAOBgQDUfmsJLlMicMn1yGIgTb0Rl5wj033vgvIyS53Ip2kACMXmGrdszx8SPN4D9ZVf0AgUw5Jk0MU3RYioz633lXqo7luZZWC8Pk01Fm4s9qgGnJKn3wahUQUGmrkeEvjHwzalf3xdmJPPJVRd/ZmvWX+YdNStNEizngQRyNcH+wrgkw==
\ No newline at end of file
diff --git a/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/ReproductorMusicaTagEditables.exe b/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/ReproductorMusicaTagEditables.exe
index 6a6f9cc..c3f2809 100644
Binary files a/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/ReproductorMusicaTagEditables.exe and b/ReproductorMusicaTagEditables/bin/x64/Release/app.publish/ReproductorMusicaTagEditables.exe differ
diff --git a/ReproductorMusicaTagEditables/obj/Release/Controls/Menu/Menu.baml b/ReproductorMusicaTagEditables/obj/Release/Controls/Menu/Menu.baml
index 59dd879..1144a97 100644
Binary files a/ReproductorMusicaTagEditables/obj/Release/Controls/Menu/Menu.baml and b/ReproductorMusicaTagEditables/obj/Release/Controls/Menu/Menu.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/Release/Controls/Menu/Menu.g.cs b/ReproductorMusicaTagEditables/obj/Release/Controls/Menu/Menu.g.cs
index 2dd5a47..170a4df 100644
--- a/ReproductorMusicaTagEditables/obj/Release/Controls/Menu/Menu.g.cs
+++ b/ReproductorMusicaTagEditables/obj/Release/Controls/Menu/Menu.g.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\..\..\Controls\Menu\Menu.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "E902E897F6383035AA9A739B5D5CAB3165A6AAE534A00440618483A662BB7832"
+#pragma checksum "..\..\..\..\Controls\Menu\Menu.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "158718E33D3BBBF7975AE721AE90C05E67210B76B14925B809348A296EA555F7"
//------------------------------------------------------------------------------
//
// Este código fue generado por una herramienta.
@@ -84,7 +84,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
return;
case 2:
- #line 121 "..\..\..\..\Controls\Menu\Menu.xaml"
+ #line 122 "..\..\..\..\Controls\Menu\Menu.xaml"
((System.Windows.Controls.RadioButton)(target)).Click += new System.Windows.RoutedEventHandler(this.OnClickDoc);
#line default
diff --git a/ReproductorMusicaTagEditables/obj/Release/Controls/Menu/Menu.g.i.cs b/ReproductorMusicaTagEditables/obj/Release/Controls/Menu/Menu.g.i.cs
index 2dd5a47..170a4df 100644
--- a/ReproductorMusicaTagEditables/obj/Release/Controls/Menu/Menu.g.i.cs
+++ b/ReproductorMusicaTagEditables/obj/Release/Controls/Menu/Menu.g.i.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\..\..\Controls\Menu\Menu.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "E902E897F6383035AA9A739B5D5CAB3165A6AAE534A00440618483A662BB7832"
+#pragma checksum "..\..\..\..\Controls\Menu\Menu.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "158718E33D3BBBF7975AE721AE90C05E67210B76B14925B809348A296EA555F7"
//------------------------------------------------------------------------------
//
// Este código fue generado por una herramienta.
@@ -84,7 +84,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
return;
case 2:
- #line 121 "..\..\..\..\Controls\Menu\Menu.xaml"
+ #line 122 "..\..\..\..\Controls\Menu\Menu.xaml"
((System.Windows.Controls.RadioButton)(target)).Click += new System.Windows.RoutedEventHandler(this.OnClickDoc);
#line default
diff --git a/ReproductorMusicaTagEditables/obj/Release/Controls/Menu/MenuPrincipalTheme.baml b/ReproductorMusicaTagEditables/obj/Release/Controls/Menu/MenuPrincipalTheme.baml
index 6c34d5e..3473364 100644
Binary files a/ReproductorMusicaTagEditables/obj/Release/Controls/Menu/MenuPrincipalTheme.baml and b/ReproductorMusicaTagEditables/obj/Release/Controls/Menu/MenuPrincipalTheme.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/Release/Controls/Paginador/BotonPaginador.baml b/ReproductorMusicaTagEditables/obj/Release/Controls/Paginador/BotonPaginador.baml
index 930ca09..179f0c7 100644
Binary files a/ReproductorMusicaTagEditables/obj/Release/Controls/Paginador/BotonPaginador.baml and b/ReproductorMusicaTagEditables/obj/Release/Controls/Paginador/BotonPaginador.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/Release/Controls/Paginador/BotonPaginador.g.cs b/ReproductorMusicaTagEditables/obj/Release/Controls/Paginador/BotonPaginador.g.cs
index 33102fa..1fccc8b 100644
--- a/ReproductorMusicaTagEditables/obj/Release/Controls/Paginador/BotonPaginador.g.cs
+++ b/ReproductorMusicaTagEditables/obj/Release/Controls/Paginador/BotonPaginador.g.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\..\..\Controls\Paginador\BotonPaginador.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "9C1FA27A9C3B5BA66944FADC855E65E7431391A924B45FA33BEECB44814F3B40"
+#pragma checksum "..\..\..\..\Controls\Paginador\BotonPaginador.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B8C7EB7C1B07ACCD1AF673292CB0F1719A221ACD028169A73D6889A8D78EEB86"
//------------------------------------------------------------------------------
//
// Este código fue generado por una herramienta.
@@ -9,7 +9,6 @@
//
//------------------------------------------------------------------------------
-using ReproductorMusicaTagEditables.Controls.Paginador;
using System;
using System.Diagnostics;
using System.Windows;
@@ -41,7 +40,7 @@ namespace ReproductorMusicaTagEditables.Controls.Paginador {
public partial class BotonPaginador : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
- #line 8 "..\..\..\..\Controls\Paginador\BotonPaginador.xaml"
+ #line 7 "..\..\..\..\Controls\Paginador\BotonPaginador.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal ReproductorMusicaTagEditables.Controls.Paginador.BotonPaginador botonPaginado;
@@ -83,7 +82,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
return;
case 2:
- #line 16 "..\..\..\..\Controls\Paginador\BotonPaginador.xaml"
+ #line 15 "..\..\..\..\Controls\Paginador\BotonPaginador.xaml"
((System.Windows.Controls.RadioButton)(target)).Click += new System.Windows.RoutedEventHandler(this.OnDarClick);
#line default
diff --git a/ReproductorMusicaTagEditables/obj/Release/Controls/Paginador/BotonPaginador.g.i.cs b/ReproductorMusicaTagEditables/obj/Release/Controls/Paginador/BotonPaginador.g.i.cs
index 33102fa..1fccc8b 100644
--- a/ReproductorMusicaTagEditables/obj/Release/Controls/Paginador/BotonPaginador.g.i.cs
+++ b/ReproductorMusicaTagEditables/obj/Release/Controls/Paginador/BotonPaginador.g.i.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\..\..\Controls\Paginador\BotonPaginador.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "9C1FA27A9C3B5BA66944FADC855E65E7431391A924B45FA33BEECB44814F3B40"
+#pragma checksum "..\..\..\..\Controls\Paginador\BotonPaginador.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B8C7EB7C1B07ACCD1AF673292CB0F1719A221ACD028169A73D6889A8D78EEB86"
//------------------------------------------------------------------------------
//
// Este código fue generado por una herramienta.
@@ -9,7 +9,6 @@
//
//------------------------------------------------------------------------------
-using ReproductorMusicaTagEditables.Controls.Paginador;
using System;
using System.Diagnostics;
using System.Windows;
@@ -41,7 +40,7 @@ namespace ReproductorMusicaTagEditables.Controls.Paginador {
public partial class BotonPaginador : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector {
- #line 8 "..\..\..\..\Controls\Paginador\BotonPaginador.xaml"
+ #line 7 "..\..\..\..\Controls\Paginador\BotonPaginador.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal ReproductorMusicaTagEditables.Controls.Paginador.BotonPaginador botonPaginado;
@@ -83,7 +82,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
return;
case 2:
- #line 16 "..\..\..\..\Controls\Paginador\BotonPaginador.xaml"
+ #line 15 "..\..\..\..\Controls\Paginador\BotonPaginador.xaml"
((System.Windows.Controls.RadioButton)(target)).Click += new System.Windows.RoutedEventHandler(this.OnDarClick);
#line default
diff --git a/ReproductorMusicaTagEditables/obj/Release/Controls/Regalos/RegalosControl.baml b/ReproductorMusicaTagEditables/obj/Release/Controls/Regalos/RegalosControl.baml
index 52836af..8003b4f 100644
Binary files a/ReproductorMusicaTagEditables/obj/Release/Controls/Regalos/RegalosControl.baml and b/ReproductorMusicaTagEditables/obj/Release/Controls/Regalos/RegalosControl.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/Release/Controls/Regalos/RegalosControl.g.cs b/ReproductorMusicaTagEditables/obj/Release/Controls/Regalos/RegalosControl.g.cs
index 9b6ba73..e8a5259 100644
--- a/ReproductorMusicaTagEditables/obj/Release/Controls/Regalos/RegalosControl.g.cs
+++ b/ReproductorMusicaTagEditables/obj/Release/Controls/Regalos/RegalosControl.g.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\..\..\Controls\Regalos\RegalosControl.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "6DD4599B49240533710D9C2842180417EF1C806FFBA4EC22FED273405B2F6278"
+#pragma checksum "..\..\..\..\Controls\Regalos\RegalosControl.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "0383AD8BB4C9AAD15978D5A140A12E9C1886AC6AB6BCE6FD1C19F5F8111CBC0A"
//------------------------------------------------------------------------------
//
// Este código fue generado por una herramienta.
@@ -82,6 +82,14 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
case 1:
this.regalos = ((ReproductorMusicaTagEditables.Controls.Regalos.RegalosControl)(target));
return;
+ case 2:
+
+ #line 71 "..\..\..\..\Controls\Regalos\RegalosControl.xaml"
+ ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.Eliminar_Regalo);
+
+ #line default
+ #line hidden
+ return;
}
this._contentLoaded = true;
}
diff --git a/ReproductorMusicaTagEditables/obj/Release/Controls/Regalos/RegalosControl.g.i.cs b/ReproductorMusicaTagEditables/obj/Release/Controls/Regalos/RegalosControl.g.i.cs
index 9b6ba73..e8a5259 100644
--- a/ReproductorMusicaTagEditables/obj/Release/Controls/Regalos/RegalosControl.g.i.cs
+++ b/ReproductorMusicaTagEditables/obj/Release/Controls/Regalos/RegalosControl.g.i.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\..\..\Controls\Regalos\RegalosControl.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "6DD4599B49240533710D9C2842180417EF1C806FFBA4EC22FED273405B2F6278"
+#pragma checksum "..\..\..\..\Controls\Regalos\RegalosControl.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "0383AD8BB4C9AAD15978D5A140A12E9C1886AC6AB6BCE6FD1C19F5F8111CBC0A"
//------------------------------------------------------------------------------
//
// Este código fue generado por una herramienta.
@@ -82,6 +82,14 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
case 1:
this.regalos = ((ReproductorMusicaTagEditables.Controls.Regalos.RegalosControl)(target));
return;
+ case 2:
+
+ #line 71 "..\..\..\..\Controls\Regalos\RegalosControl.xaml"
+ ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.Eliminar_Regalo);
+
+ #line default
+ #line hidden
+ return;
}
this._contentLoaded = true;
}
diff --git a/ReproductorMusicaTagEditables/obj/Release/MainWindow.g.cs b/ReproductorMusicaTagEditables/obj/Release/MainWindow.g.cs
index d105922..ce883d7 100644
--- a/ReproductorMusicaTagEditables/obj/Release/MainWindow.g.cs
+++ b/ReproductorMusicaTagEditables/obj/Release/MainWindow.g.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "2A2BB23F0FA43E3292B4AB0B56E70B34449DBDD56B57E122BF93BCB2B1852BEC"
+#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "8A0BAF7AC91F475F088D009187D72B8E78575FDDBFCBE6DC223FFD6D74412D7F"
//------------------------------------------------------------------------------
//
// Este código fue generado por una herramienta.
@@ -55,7 +55,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I
#line hidden
- #line 126 "..\..\MainWindow.xaml"
+ #line 125 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal ReproductorMusicaTagEditables.Controls.InfoArtista.InfoArtista infoArtista;
@@ -63,7 +63,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I
#line hidden
- #line 135 "..\..\MainWindow.xaml"
+ #line 134 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal ReproductorMusicaTagEditables.Controls.PanelControlTrack.PanelControlMusica panelControlMusica;
@@ -71,7 +71,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I
#line hidden
- #line 146 "..\..\MainWindow.xaml"
+ #line 145 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider sliderLineTime;
@@ -79,7 +79,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I
#line hidden
- #line 162 "..\..\MainWindow.xaml"
+ #line 161 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal ReproductorMusicaTagEditables.Controls.TiempoTrack.TiempoTrack controlTiempo;
@@ -87,7 +87,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I
#line hidden
- #line 166 "..\..\MainWindow.xaml"
+ #line 165 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.MediaElement mediaReproductor;
@@ -157,25 +157,25 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
case 5:
this.sliderLineTime = ((System.Windows.Controls.Slider)(target));
- #line 155 "..\..\MainWindow.xaml"
+ #line 154 "..\..\MainWindow.xaml"
this.sliderLineTime.AddHandler(System.Windows.Controls.Primitives.Thumb.DragStartedEvent, new System.Windows.Controls.Primitives.DragStartedEventHandler(this.Comenzar_Arrastre_Slider_TimeLineSlider));
#line default
#line hidden
- #line 156 "..\..\MainWindow.xaml"
+ #line 155 "..\..\MainWindow.xaml"
this.sliderLineTime.AddHandler(System.Windows.Controls.Primitives.Thumb.DragCompletedEvent, new System.Windows.Controls.Primitives.DragCompletedEventHandler(this.Finalizar_Arrastre_Slider_TimeLineSlider));
#line default
#line hidden
- #line 157 "..\..\MainWindow.xaml"
+ #line 156 "..\..\MainWindow.xaml"
this.sliderLineTime.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.sliderLineTime_MouseLeftButtonUp);
#line default
#line hidden
- #line 158 "..\..\MainWindow.xaml"
+ #line 157 "..\..\MainWindow.xaml"
this.sliderLineTime.PreviewMouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.sliderLineTime_MouseLeftButtonDown);
#line default
@@ -187,13 +187,13 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
case 7:
this.mediaReproductor = ((System.Windows.Controls.MediaElement)(target));
- #line 173 "..\..\MainWindow.xaml"
+ #line 172 "..\..\MainWindow.xaml"
this.mediaReproductor.MediaOpened += new System.Windows.RoutedEventHandler(this.Inicio_Track);
#line default
#line hidden
- #line 174 "..\..\MainWindow.xaml"
+ #line 173 "..\..\MainWindow.xaml"
this.mediaReproductor.MediaEnded += new System.Windows.RoutedEventHandler(this.Final_Track);
#line default
diff --git a/ReproductorMusicaTagEditables/obj/Release/MainWindow.g.i.cs b/ReproductorMusicaTagEditables/obj/Release/MainWindow.g.i.cs
index d105922..ce883d7 100644
--- a/ReproductorMusicaTagEditables/obj/Release/MainWindow.g.i.cs
+++ b/ReproductorMusicaTagEditables/obj/Release/MainWindow.g.i.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "2A2BB23F0FA43E3292B4AB0B56E70B34449DBDD56B57E122BF93BCB2B1852BEC"
+#pragma checksum "..\..\MainWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "8A0BAF7AC91F475F088D009187D72B8E78575FDDBFCBE6DC223FFD6D74412D7F"
//------------------------------------------------------------------------------
//
// Este código fue generado por una herramienta.
@@ -55,7 +55,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I
#line hidden
- #line 126 "..\..\MainWindow.xaml"
+ #line 125 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal ReproductorMusicaTagEditables.Controls.InfoArtista.InfoArtista infoArtista;
@@ -63,7 +63,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I
#line hidden
- #line 135 "..\..\MainWindow.xaml"
+ #line 134 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal ReproductorMusicaTagEditables.Controls.PanelControlTrack.PanelControlMusica panelControlMusica;
@@ -71,7 +71,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I
#line hidden
- #line 146 "..\..\MainWindow.xaml"
+ #line 145 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.Slider sliderLineTime;
@@ -79,7 +79,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I
#line hidden
- #line 162 "..\..\MainWindow.xaml"
+ #line 161 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal ReproductorMusicaTagEditables.Controls.TiempoTrack.TiempoTrack controlTiempo;
@@ -87,7 +87,7 @@ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.I
#line hidden
- #line 166 "..\..\MainWindow.xaml"
+ #line 165 "..\..\MainWindow.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.MediaElement mediaReproductor;
@@ -157,25 +157,25 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
case 5:
this.sliderLineTime = ((System.Windows.Controls.Slider)(target));
- #line 155 "..\..\MainWindow.xaml"
+ #line 154 "..\..\MainWindow.xaml"
this.sliderLineTime.AddHandler(System.Windows.Controls.Primitives.Thumb.DragStartedEvent, new System.Windows.Controls.Primitives.DragStartedEventHandler(this.Comenzar_Arrastre_Slider_TimeLineSlider));
#line default
#line hidden
- #line 156 "..\..\MainWindow.xaml"
+ #line 155 "..\..\MainWindow.xaml"
this.sliderLineTime.AddHandler(System.Windows.Controls.Primitives.Thumb.DragCompletedEvent, new System.Windows.Controls.Primitives.DragCompletedEventHandler(this.Finalizar_Arrastre_Slider_TimeLineSlider));
#line default
#line hidden
- #line 157 "..\..\MainWindow.xaml"
+ #line 156 "..\..\MainWindow.xaml"
this.sliderLineTime.MouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.sliderLineTime_MouseLeftButtonUp);
#line default
#line hidden
- #line 158 "..\..\MainWindow.xaml"
+ #line 157 "..\..\MainWindow.xaml"
this.sliderLineTime.PreviewMouseLeftButtonUp += new System.Windows.Input.MouseButtonEventHandler(this.sliderLineTime_MouseLeftButtonDown);
#line default
@@ -187,13 +187,13 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
case 7:
this.mediaReproductor = ((System.Windows.Controls.MediaElement)(target));
- #line 173 "..\..\MainWindow.xaml"
+ #line 172 "..\..\MainWindow.xaml"
this.mediaReproductor.MediaOpened += new System.Windows.RoutedEventHandler(this.Inicio_Track);
#line default
#line hidden
- #line 174 "..\..\MainWindow.xaml"
+ #line 173 "..\..\MainWindow.xaml"
this.mediaReproductor.MediaEnded += new System.Windows.RoutedEventHandler(this.Final_Track);
#line default
diff --git a/ReproductorMusicaTagEditables/obj/Release/MediaPlayer.csproj.CoreCompileInputs.cache b/ReproductorMusicaTagEditables/obj/Release/MediaPlayer.csproj.CoreCompileInputs.cache
index 1e6c620..1303a59 100644
--- a/ReproductorMusicaTagEditables/obj/Release/MediaPlayer.csproj.CoreCompileInputs.cache
+++ b/ReproductorMusicaTagEditables/obj/Release/MediaPlayer.csproj.CoreCompileInputs.cache
@@ -1 +1 @@
-9a06db2220c7aa3e97dc4de48000073d507ab735ba2d3f25f9768cc808ba975a
+dd652a7aeee5a65793d842600b803468e42c7763893dc4e2da347205dafa6e5b
diff --git a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/DescargasPage.baml b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/DescargasPage.baml
index 794946d..fa4d487 100644
Binary files a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/DescargasPage.baml and b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/DescargasPage.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/DescargasPage.g.cs b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/DescargasPage.g.cs
index ecca084..fddf1f5 100644
--- a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/DescargasPage.g.cs
+++ b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/DescargasPage.g.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "5DE06E1E990CC1B2DE6FBF58CFF679BB9560B7D903675B4BF9AF4E8DC2BFBF8C"
+#pragma checksum "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "F1F9167F55AE9537200F725F44B528B07996608CEC9E30ED0777CB5CA07306E2"
//------------------------------------------------------------------------------
//
// Este código fue generado por una herramienta.
@@ -62,7 +62,7 @@ public partial class DescargasPage : System.Windows.Controls.Page, System.Window
#line hidden
- #line 71 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
+ #line 72 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.StackPanel selectores;
@@ -70,7 +70,7 @@ public partial class DescargasPage : System.Windows.Controls.Page, System.Window
#line hidden
- #line 73 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
+ #line 74 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.RadioButton mp3;
@@ -78,7 +78,7 @@ public partial class DescargasPage : System.Windows.Controls.Page, System.Window
#line hidden
- #line 80 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
+ #line 81 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal MahApps.Metro.IconPacks.PackIconFontAwesome iconMp3;
@@ -86,7 +86,7 @@ public partial class DescargasPage : System.Windows.Controls.Page, System.Window
#line hidden
- #line 88 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
+ #line 89 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.RadioButton wav;
@@ -94,7 +94,7 @@ public partial class DescargasPage : System.Windows.Controls.Page, System.Window
#line hidden
- #line 96 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
+ #line 97 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal MahApps.Metro.IconPacks.PackIconFontAwesome iconWav;
@@ -102,7 +102,7 @@ public partial class DescargasPage : System.Windows.Controls.Page, System.Window
#line hidden
- #line 104 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
+ #line 105 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.RadioButton m4a;
@@ -110,7 +110,7 @@ public partial class DescargasPage : System.Windows.Controls.Page, System.Window
#line hidden
- #line 112 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
+ #line 113 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal MahApps.Metro.IconPacks.PackIconFontAwesome iconM4a;
@@ -118,7 +118,7 @@ public partial class DescargasPage : System.Windows.Controls.Page, System.Window
#line hidden
- #line 145 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
+ #line 146 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ItemsControl itemDescargas;
@@ -164,7 +164,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
case 3:
this.mp3 = ((System.Windows.Controls.RadioButton)(target));
- #line 76 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
+ #line 77 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
this.mp3.Click += new System.Windows.RoutedEventHandler(this.RadioButton_Click);
#line default
@@ -176,7 +176,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
case 5:
this.wav = ((System.Windows.Controls.RadioButton)(target));
- #line 92 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
+ #line 93 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
this.wav.Click += new System.Windows.RoutedEventHandler(this.RadioButton_Click);
#line default
@@ -188,7 +188,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
case 7:
this.m4a = ((System.Windows.Controls.RadioButton)(target));
- #line 108 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
+ #line 109 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
this.m4a.Click += new System.Windows.RoutedEventHandler(this.RadioButton_Click);
#line default
@@ -202,7 +202,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
return;
case 10:
- #line 160 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
+ #line 161 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Editar_Tags_Canciones);
#line default
@@ -210,7 +210,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
return;
case 11:
- #line 173 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
+ #line 174 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Mover_Archivos);
#line default
@@ -218,7 +218,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
return;
case 12:
- #line 184 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
+ #line 185 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Borrar_Todos_Archivos);
#line default
diff --git a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/DescargasPage.g.i.cs b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/DescargasPage.g.i.cs
index ecca084..fddf1f5 100644
--- a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/DescargasPage.g.i.cs
+++ b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/DescargasPage.g.i.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "5DE06E1E990CC1B2DE6FBF58CFF679BB9560B7D903675B4BF9AF4E8DC2BFBF8C"
+#pragma checksum "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "F1F9167F55AE9537200F725F44B528B07996608CEC9E30ED0777CB5CA07306E2"
//------------------------------------------------------------------------------
//
// Este código fue generado por una herramienta.
@@ -62,7 +62,7 @@ public partial class DescargasPage : System.Windows.Controls.Page, System.Window
#line hidden
- #line 71 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
+ #line 72 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.StackPanel selectores;
@@ -70,7 +70,7 @@ public partial class DescargasPage : System.Windows.Controls.Page, System.Window
#line hidden
- #line 73 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
+ #line 74 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.RadioButton mp3;
@@ -78,7 +78,7 @@ public partial class DescargasPage : System.Windows.Controls.Page, System.Window
#line hidden
- #line 80 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
+ #line 81 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal MahApps.Metro.IconPacks.PackIconFontAwesome iconMp3;
@@ -86,7 +86,7 @@ public partial class DescargasPage : System.Windows.Controls.Page, System.Window
#line hidden
- #line 88 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
+ #line 89 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.RadioButton wav;
@@ -94,7 +94,7 @@ public partial class DescargasPage : System.Windows.Controls.Page, System.Window
#line hidden
- #line 96 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
+ #line 97 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal MahApps.Metro.IconPacks.PackIconFontAwesome iconWav;
@@ -102,7 +102,7 @@ public partial class DescargasPage : System.Windows.Controls.Page, System.Window
#line hidden
- #line 104 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
+ #line 105 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.RadioButton m4a;
@@ -110,7 +110,7 @@ public partial class DescargasPage : System.Windows.Controls.Page, System.Window
#line hidden
- #line 112 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
+ #line 113 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal MahApps.Metro.IconPacks.PackIconFontAwesome iconM4a;
@@ -118,7 +118,7 @@ public partial class DescargasPage : System.Windows.Controls.Page, System.Window
#line hidden
- #line 145 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
+ #line 146 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ItemsControl itemDescargas;
@@ -164,7 +164,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
case 3:
this.mp3 = ((System.Windows.Controls.RadioButton)(target));
- #line 76 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
+ #line 77 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
this.mp3.Click += new System.Windows.RoutedEventHandler(this.RadioButton_Click);
#line default
@@ -176,7 +176,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
case 5:
this.wav = ((System.Windows.Controls.RadioButton)(target));
- #line 92 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
+ #line 93 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
this.wav.Click += new System.Windows.RoutedEventHandler(this.RadioButton_Click);
#line default
@@ -188,7 +188,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
case 7:
this.m4a = ((System.Windows.Controls.RadioButton)(target));
- #line 108 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
+ #line 109 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
this.m4a.Click += new System.Windows.RoutedEventHandler(this.RadioButton_Click);
#line default
@@ -202,7 +202,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
return;
case 10:
- #line 160 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
+ #line 161 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Editar_Tags_Canciones);
#line default
@@ -210,7 +210,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
return;
case 11:
- #line 173 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
+ #line 174 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Mover_Archivos);
#line default
@@ -218,7 +218,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
return;
case 12:
- #line 184 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
+ #line 185 "..\..\..\..\..\Mvvm\View\Pages\DescargasPage.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Borrar_Todos_Archivos);
#line default
diff --git a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/HistorialPage.baml b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/HistorialPage.baml
index 8b7f7de..202c5e2 100644
Binary files a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/HistorialPage.baml and b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/HistorialPage.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/HistorialPage.g.cs b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/HistorialPage.g.cs
index ca78f71..401cac8 100644
--- a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/HistorialPage.g.cs
+++ b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/HistorialPage.g.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\..\..\..\Mvvm\View\Pages\HistorialPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "EDE7C9C3A589BE20BA55BA0A167B64B73564E6809BDC3A253A04BBCE750A04DD"
+#pragma checksum "..\..\..\..\..\Mvvm\View\Pages\HistorialPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "6B8F219C5AD6827A5E6BC79D3B924DFE429387D583CB4ADC8DEFC79622DE3673"
//------------------------------------------------------------------------------
//
// Este código fue generado por una herramienta.
@@ -52,7 +52,7 @@ public partial class HistorialPage : System.Windows.Controls.Page, System.Window
#line hidden
- #line 57 "..\..\..\..\..\Mvvm\View\Pages\HistorialPage.xaml"
+ #line 58 "..\..\..\..\..\Mvvm\View\Pages\HistorialPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock albumesVacio;
@@ -60,7 +60,7 @@ public partial class HistorialPage : System.Windows.Controls.Page, System.Window
#line hidden
- #line 58 "..\..\..\..\..\Mvvm\View\Pages\HistorialPage.xaml"
+ #line 59 "..\..\..\..\..\Mvvm\View\Pages\HistorialPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ScrollViewer itemsAlbumes;
@@ -68,7 +68,7 @@ public partial class HistorialPage : System.Windows.Controls.Page, System.Window
#line hidden
- #line 81 "..\..\..\..\..\Mvvm\View\Pages\HistorialPage.xaml"
+ #line 82 "..\..\..\..\..\Mvvm\View\Pages\HistorialPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock listasVacio;
@@ -76,7 +76,7 @@ public partial class HistorialPage : System.Windows.Controls.Page, System.Window
#line hidden
- #line 82 "..\..\..\..\..\Mvvm\View\Pages\HistorialPage.xaml"
+ #line 83 "..\..\..\..\..\Mvvm\View\Pages\HistorialPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ScrollViewer listasRepro;
@@ -140,7 +140,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
return;
case 4:
- #line 43 "..\..\..\..\..\Mvvm\View\Pages\HistorialPage.xaml"
+ #line 44 "..\..\..\..\..\Mvvm\View\Pages\HistorialPage.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Eliminar_Historial);
#line default
diff --git a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/HistorialPage.g.i.cs b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/HistorialPage.g.i.cs
index ca78f71..401cac8 100644
--- a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/HistorialPage.g.i.cs
+++ b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/HistorialPage.g.i.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\..\..\..\Mvvm\View\Pages\HistorialPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "EDE7C9C3A589BE20BA55BA0A167B64B73564E6809BDC3A253A04BBCE750A04DD"
+#pragma checksum "..\..\..\..\..\Mvvm\View\Pages\HistorialPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "6B8F219C5AD6827A5E6BC79D3B924DFE429387D583CB4ADC8DEFC79622DE3673"
//------------------------------------------------------------------------------
//
// Este código fue generado por una herramienta.
@@ -52,7 +52,7 @@ public partial class HistorialPage : System.Windows.Controls.Page, System.Window
#line hidden
- #line 57 "..\..\..\..\..\Mvvm\View\Pages\HistorialPage.xaml"
+ #line 58 "..\..\..\..\..\Mvvm\View\Pages\HistorialPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock albumesVacio;
@@ -60,7 +60,7 @@ public partial class HistorialPage : System.Windows.Controls.Page, System.Window
#line hidden
- #line 58 "..\..\..\..\..\Mvvm\View\Pages\HistorialPage.xaml"
+ #line 59 "..\..\..\..\..\Mvvm\View\Pages\HistorialPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ScrollViewer itemsAlbumes;
@@ -68,7 +68,7 @@ public partial class HistorialPage : System.Windows.Controls.Page, System.Window
#line hidden
- #line 81 "..\..\..\..\..\Mvvm\View\Pages\HistorialPage.xaml"
+ #line 82 "..\..\..\..\..\Mvvm\View\Pages\HistorialPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock listasVacio;
@@ -76,7 +76,7 @@ public partial class HistorialPage : System.Windows.Controls.Page, System.Window
#line hidden
- #line 82 "..\..\..\..\..\Mvvm\View\Pages\HistorialPage.xaml"
+ #line 83 "..\..\..\..\..\Mvvm\View\Pages\HistorialPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ScrollViewer listasRepro;
@@ -140,7 +140,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
return;
case 4:
- #line 43 "..\..\..\..\..\Mvvm\View\Pages\HistorialPage.xaml"
+ #line 44 "..\..\..\..\..\Mvvm\View\Pages\HistorialPage.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Eliminar_Historial);
#line default
diff --git a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/ListasPage.baml b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/ListasPage.baml
index 0c5ae71..7dcd8e8 100644
Binary files a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/ListasPage.baml and b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/ListasPage.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/ListasPage.g.cs b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/ListasPage.g.cs
index 05d4793..1c96994 100644
--- a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/ListasPage.g.cs
+++ b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/ListasPage.g.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\..\..\..\Mvvm\View\Pages\ListasPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "27BC848F4E2DFC4F1BA4490173DDE37CAF271F8E522F9FAF801571A53740E2A3"
+#pragma checksum "..\..\..\..\..\Mvvm\View\Pages\ListasPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "4CBC6B52338A450B9831BE4A648D9C4961B21951E63E60F1DF4D4B8BB23A6E72"
//------------------------------------------------------------------------------
//
// Este código fue generado por una herramienta.
@@ -53,7 +53,7 @@ public partial class ListasPage : System.Windows.Controls.Page, System.Windows.M
#line hidden
- #line 61 "..\..\..\..\..\Mvvm\View\Pages\ListasPage.xaml"
+ #line 62 "..\..\..\..\..\Mvvm\View\Pages\ListasPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock txtSinCanciones;
@@ -109,7 +109,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
return;
case 3:
- #line 46 "..\..\..\..\..\Mvvm\View\Pages\ListasPage.xaml"
+ #line 47 "..\..\..\..\..\Mvvm\View\Pages\ListasPage.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
#line default
diff --git a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/ListasPage.g.i.cs b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/ListasPage.g.i.cs
index 05d4793..1c96994 100644
--- a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/ListasPage.g.i.cs
+++ b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/ListasPage.g.i.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\..\..\..\Mvvm\View\Pages\ListasPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "27BC848F4E2DFC4F1BA4490173DDE37CAF271F8E522F9FAF801571A53740E2A3"
+#pragma checksum "..\..\..\..\..\Mvvm\View\Pages\ListasPage.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "4CBC6B52338A450B9831BE4A648D9C4961B21951E63E60F1DF4D4B8BB23A6E72"
//------------------------------------------------------------------------------
//
// Este código fue generado por una herramienta.
@@ -53,7 +53,7 @@ public partial class ListasPage : System.Windows.Controls.Page, System.Windows.M
#line hidden
- #line 61 "..\..\..\..\..\Mvvm\View\Pages\ListasPage.xaml"
+ #line 62 "..\..\..\..\..\Mvvm\View\Pages\ListasPage.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock txtSinCanciones;
@@ -109,7 +109,7 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
return;
case 3:
- #line 46 "..\..\..\..\..\Mvvm\View\Pages\ListasPage.xaml"
+ #line 47 "..\..\..\..\..\Mvvm\View\Pages\ListasPage.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
#line default
diff --git a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/Theme/GeneralesPageTheme.baml b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/Theme/GeneralesPageTheme.baml
index 6bab79d..4506c01 100644
Binary files a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/Theme/GeneralesPageTheme.baml and b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/Theme/GeneralesPageTheme.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodasLasCanciones.baml b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodasLasCanciones.baml
index 53160ab..5208abd 100644
Binary files a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodasLasCanciones.baml and b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodasLasCanciones.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodasLasCanciones.g.cs b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodasLasCanciones.g.cs
index 526fdb8..f2ea860 100644
--- a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodasLasCanciones.g.cs
+++ b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodasLasCanciones.g.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B314CD702B4C16EE6B06CB85697B7913BA4456D48AECA78D3AED32CC0716BD26"
+#pragma checksum "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "5177CF4B82147FC41D3C88EECB9FF70544365235B5EA8D4D898D4BF7C2DCD4F3"
//------------------------------------------------------------------------------
//
// Este código fue generado por una herramienta.
@@ -23,7 +23,6 @@
using MahApps.Metro.Theming;
using MahApps.Metro.ValueBoxes;
using ReproductorMusicaTagEditables.Controls.AgregarALista;
-using ReproductorMusicaTagEditables.Controls.CampoTexto;
using ReproductorMusicaTagEditables.Controls.InfoCancionTabla;
using ReproductorMusicaTagEditables.Mvvm.ViewModel;
using System;
@@ -57,7 +56,7 @@ namespace ReproductorMusicaTagEditables.Mvvm.View.Pages {
public partial class TodasLasCanciones : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector {
- #line 21 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
+ #line 20 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal ReproductorMusicaTagEditables.Mvvm.ViewModel.PrincipalViewModel panelPrincipal;
@@ -65,7 +64,7 @@ public partial class TodasLasCanciones : System.Windows.Controls.Page, System.Wi
#line hidden
- #line 124 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
+ #line 154 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal ReproductorMusicaTagEditables.Controls.AgregarALista.AgregarAListaControl agregarControl;
@@ -73,7 +72,7 @@ public partial class TodasLasCanciones : System.Windows.Controls.Page, System.Wi
#line hidden
- #line 137 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
+ #line 167 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock txtSinCanciones;
@@ -81,7 +80,7 @@ public partial class TodasLasCanciones : System.Windows.Controls.Page, System.Wi
#line hidden
- #line 146 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
+ #line 176 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ScrollViewer scrollCanciones;
@@ -89,7 +88,7 @@ public partial class TodasLasCanciones : System.Windows.Controls.Page, System.Wi
#line hidden
- #line 151 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
+ #line 181 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ItemsControl itemList;
@@ -138,44 +137,60 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
return;
case 2:
- #line 61 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
- ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
+ #line 75 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
+ ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Respaldar_Datos);
#line default
#line hidden
return;
case 3:
+ #line 88 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
+ ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Recuperar_Respaldo);
+
+ #line default
+ #line hidden
+ return;
+ case 4:
+
#line 102 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
+ ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
+
+ #line default
+ #line hidden
+ return;
+ case 5:
+
+ #line 132 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Ver_Historial);
#line default
#line hidden
return;
- case 4:
+ case 6:
- #line 110 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
+ #line 140 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Ver_Regalos);
#line default
#line hidden
return;
- case 5:
+ case 7:
this.agregarControl = ((ReproductorMusicaTagEditables.Controls.AgregarALista.AgregarAListaControl)(target));
return;
- case 6:
+ case 8:
this.txtSinCanciones = ((System.Windows.Controls.TextBlock)(target));
return;
- case 7:
+ case 9:
this.scrollCanciones = ((System.Windows.Controls.ScrollViewer)(target));
- #line 149 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
+ #line 179 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
this.scrollCanciones.IsMouseCaptureWithinChanged += new System.Windows.DependencyPropertyChangedEventHandler(this.Actualiza_El_Listado_Canciones);
#line default
#line hidden
return;
- case 8:
+ case 10:
this.itemList = ((System.Windows.Controls.ItemsControl)(target));
return;
}
diff --git a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodasLasCanciones.g.i.cs b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodasLasCanciones.g.i.cs
index 526fdb8..f2ea860 100644
--- a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodasLasCanciones.g.i.cs
+++ b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodasLasCanciones.g.i.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B314CD702B4C16EE6B06CB85697B7913BA4456D48AECA78D3AED32CC0716BD26"
+#pragma checksum "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "5177CF4B82147FC41D3C88EECB9FF70544365235B5EA8D4D898D4BF7C2DCD4F3"
//------------------------------------------------------------------------------
//
// Este código fue generado por una herramienta.
@@ -23,7 +23,6 @@
using MahApps.Metro.Theming;
using MahApps.Metro.ValueBoxes;
using ReproductorMusicaTagEditables.Controls.AgregarALista;
-using ReproductorMusicaTagEditables.Controls.CampoTexto;
using ReproductorMusicaTagEditables.Controls.InfoCancionTabla;
using ReproductorMusicaTagEditables.Mvvm.ViewModel;
using System;
@@ -57,7 +56,7 @@ namespace ReproductorMusicaTagEditables.Mvvm.View.Pages {
public partial class TodasLasCanciones : System.Windows.Controls.Page, System.Windows.Markup.IComponentConnector {
- #line 21 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
+ #line 20 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal ReproductorMusicaTagEditables.Mvvm.ViewModel.PrincipalViewModel panelPrincipal;
@@ -65,7 +64,7 @@ public partial class TodasLasCanciones : System.Windows.Controls.Page, System.Wi
#line hidden
- #line 124 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
+ #line 154 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal ReproductorMusicaTagEditables.Controls.AgregarALista.AgregarAListaControl agregarControl;
@@ -73,7 +72,7 @@ public partial class TodasLasCanciones : System.Windows.Controls.Page, System.Wi
#line hidden
- #line 137 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
+ #line 167 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock txtSinCanciones;
@@ -81,7 +80,7 @@ public partial class TodasLasCanciones : System.Windows.Controls.Page, System.Wi
#line hidden
- #line 146 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
+ #line 176 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ScrollViewer scrollCanciones;
@@ -89,7 +88,7 @@ public partial class TodasLasCanciones : System.Windows.Controls.Page, System.Wi
#line hidden
- #line 151 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
+ #line 181 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ItemsControl itemList;
@@ -138,44 +137,60 @@ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object
return;
case 2:
- #line 61 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
- ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
+ #line 75 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
+ ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Respaldar_Datos);
#line default
#line hidden
return;
case 3:
+ #line 88 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
+ ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Recuperar_Respaldo);
+
+ #line default
+ #line hidden
+ return;
+ case 4:
+
#line 102 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
+ ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
+
+ #line default
+ #line hidden
+ return;
+ case 5:
+
+ #line 132 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Ver_Historial);
#line default
#line hidden
return;
- case 4:
+ case 6:
- #line 110 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
+ #line 140 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Ver_Regalos);
#line default
#line hidden
return;
- case 5:
+ case 7:
this.agregarControl = ((ReproductorMusicaTagEditables.Controls.AgregarALista.AgregarAListaControl)(target));
return;
- case 6:
+ case 8:
this.txtSinCanciones = ((System.Windows.Controls.TextBlock)(target));
return;
- case 7:
+ case 9:
this.scrollCanciones = ((System.Windows.Controls.ScrollViewer)(target));
- #line 149 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
+ #line 179 "..\..\..\..\..\Mvvm\View\Pages\TodasLasCanciones.xaml"
this.scrollCanciones.IsMouseCaptureWithinChanged += new System.Windows.DependencyPropertyChangedEventHandler(this.Actualiza_El_Listado_Canciones);
#line default
#line hidden
return;
- case 8:
+ case 10:
this.itemList = ((System.Windows.Controls.ItemsControl)(target));
return;
}
diff --git a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosAlbumes.baml b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosAlbumes.baml
index 87899f7..d84d66c 100644
Binary files a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosAlbumes.baml and b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosAlbumes.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosAlbumes.g.cs b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosAlbumes.g.cs
index 025456b..b1d22f0 100644
--- a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosAlbumes.g.cs
+++ b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosAlbumes.g.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\..\..\..\Mvvm\View\Pages\TodosLosAlbumes.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "7082780DDAADE8EACEED9E46B0C2D3B6B714C6FCB38EEDA2D98AD70DE76AFE7A"
+#pragma checksum "..\..\..\..\..\Mvvm\View\Pages\TodosLosAlbumes.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "BE5FE634BDBAA32600FBCC0CD380CA92D146835FA8DA4FE9FF913924BFC12E2B"
//------------------------------------------------------------------------------
//
// Este código fue generado por una herramienta.
@@ -51,7 +51,7 @@ public partial class TodosLosAlbumes : System.Windows.Controls.Page, System.Wind
#line hidden
- #line 30 "..\..\..\..\..\Mvvm\View\Pages\TodosLosAlbumes.xaml"
+ #line 31 "..\..\..\..\..\Mvvm\View\Pages\TodosLosAlbumes.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock txtSinCanciones;
diff --git a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosAlbumes.g.i.cs b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosAlbumes.g.i.cs
index 025456b..b1d22f0 100644
--- a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosAlbumes.g.i.cs
+++ b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosAlbumes.g.i.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\..\..\..\Mvvm\View\Pages\TodosLosAlbumes.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "7082780DDAADE8EACEED9E46B0C2D3B6B714C6FCB38EEDA2D98AD70DE76AFE7A"
+#pragma checksum "..\..\..\..\..\Mvvm\View\Pages\TodosLosAlbumes.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "BE5FE634BDBAA32600FBCC0CD380CA92D146835FA8DA4FE9FF913924BFC12E2B"
//------------------------------------------------------------------------------
//
// Este código fue generado por una herramienta.
@@ -51,7 +51,7 @@ public partial class TodosLosAlbumes : System.Windows.Controls.Page, System.Wind
#line hidden
- #line 30 "..\..\..\..\..\Mvvm\View\Pages\TodosLosAlbumes.xaml"
+ #line 31 "..\..\..\..\..\Mvvm\View\Pages\TodosLosAlbumes.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock txtSinCanciones;
diff --git a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosArtistas.baml b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosArtistas.baml
index f93a731..0538db9 100644
Binary files a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosArtistas.baml and b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosArtistas.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosArtistas.g.cs b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosArtistas.g.cs
index fbea4bb..fbec97e 100644
--- a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosArtistas.g.cs
+++ b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosArtistas.g.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\..\..\..\Mvvm\View\Pages\TodosLosArtistas.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "451A9CD6F0CF1A8F00E1D75C3059D61590E97CAF4D584D57A12B378C4D1F1512"
+#pragma checksum "..\..\..\..\..\Mvvm\View\Pages\TodosLosArtistas.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "4D0C52122A821C56AA18DFD6D4F72B7741F739A15FD9705A0632B26208C0F251"
//------------------------------------------------------------------------------
//
// Este código fue generado por una herramienta.
@@ -52,7 +52,7 @@ public partial class TodosLosArtistas : System.Windows.Controls.Page, System.Win
#line hidden
- #line 34 "..\..\..\..\..\Mvvm\View\Pages\TodosLosArtistas.xaml"
+ #line 35 "..\..\..\..\..\Mvvm\View\Pages\TodosLosArtistas.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock txtSinCanciones;
@@ -60,7 +60,7 @@ public partial class TodosLosArtistas : System.Windows.Controls.Page, System.Win
#line hidden
- #line 45 "..\..\..\..\..\Mvvm\View\Pages\TodosLosArtistas.xaml"
+ #line 46 "..\..\..\..\..\Mvvm\View\Pages\TodosLosArtistas.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ItemsControl itemsArtistas;
diff --git a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosArtistas.g.i.cs b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosArtistas.g.i.cs
index fbea4bb..fbec97e 100644
--- a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosArtistas.g.i.cs
+++ b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosArtistas.g.i.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\..\..\..\Mvvm\View\Pages\TodosLosArtistas.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "451A9CD6F0CF1A8F00E1D75C3059D61590E97CAF4D584D57A12B378C4D1F1512"
+#pragma checksum "..\..\..\..\..\Mvvm\View\Pages\TodosLosArtistas.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "4D0C52122A821C56AA18DFD6D4F72B7741F739A15FD9705A0632B26208C0F251"
//------------------------------------------------------------------------------
//
// Este código fue generado por una herramienta.
@@ -52,7 +52,7 @@ public partial class TodosLosArtistas : System.Windows.Controls.Page, System.Win
#line hidden
- #line 34 "..\..\..\..\..\Mvvm\View\Pages\TodosLosArtistas.xaml"
+ #line 35 "..\..\..\..\..\Mvvm\View\Pages\TodosLosArtistas.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock txtSinCanciones;
@@ -60,7 +60,7 @@ public partial class TodosLosArtistas : System.Windows.Controls.Page, System.Win
#line hidden
- #line 45 "..\..\..\..\..\Mvvm\View\Pages\TodosLosArtistas.xaml"
+ #line 46 "..\..\..\..\..\Mvvm\View\Pages\TodosLosArtistas.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ItemsControl itemsArtistas;
diff --git a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosGeneros.baml b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosGeneros.baml
index 45647f3..151fb71 100644
Binary files a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosGeneros.baml and b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosGeneros.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosGeneros.g.cs b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosGeneros.g.cs
index 84e630f..4518015 100644
--- a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosGeneros.g.cs
+++ b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosGeneros.g.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\..\..\..\Mvvm\View\Pages\TodosLosGeneros.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B1308EDF91B15F0634B8E6EDBCFBDB5609C6401C79DC0446ACD3A7A79CFEF989"
+#pragma checksum "..\..\..\..\..\Mvvm\View\Pages\TodosLosGeneros.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "30654D03F2AD9055D0C5257F3369F670213352D150A9C870813BCCB94DCA729F"
//------------------------------------------------------------------------------
//
// Este código fue generado por una herramienta.
@@ -51,7 +51,7 @@ public partial class TodosLosGeneros : System.Windows.Controls.Page, System.Wind
#line hidden
- #line 36 "..\..\..\..\..\Mvvm\View\Pages\TodosLosGeneros.xaml"
+ #line 37 "..\..\..\..\..\Mvvm\View\Pages\TodosLosGeneros.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock txtSinCanciones;
@@ -59,7 +59,7 @@ public partial class TodosLosGeneros : System.Windows.Controls.Page, System.Wind
#line hidden
- #line 47 "..\..\..\..\..\Mvvm\View\Pages\TodosLosGeneros.xaml"
+ #line 48 "..\..\..\..\..\Mvvm\View\Pages\TodosLosGeneros.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ItemsControl itemsArtistas;
diff --git a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosGeneros.g.i.cs b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosGeneros.g.i.cs
index 84e630f..4518015 100644
--- a/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosGeneros.g.i.cs
+++ b/ReproductorMusicaTagEditables/obj/Release/Mvvm/View/Pages/TodosLosGeneros.g.i.cs
@@ -1,4 +1,4 @@
-#pragma checksum "..\..\..\..\..\Mvvm\View\Pages\TodosLosGeneros.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "B1308EDF91B15F0634B8E6EDBCFBDB5609C6401C79DC0446ACD3A7A79CFEF989"
+#pragma checksum "..\..\..\..\..\Mvvm\View\Pages\TodosLosGeneros.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "30654D03F2AD9055D0C5257F3369F670213352D150A9C870813BCCB94DCA729F"
//------------------------------------------------------------------------------
//
// Este código fue generado por una herramienta.
@@ -51,7 +51,7 @@ public partial class TodosLosGeneros : System.Windows.Controls.Page, System.Wind
#line hidden
- #line 36 "..\..\..\..\..\Mvvm\View\Pages\TodosLosGeneros.xaml"
+ #line 37 "..\..\..\..\..\Mvvm\View\Pages\TodosLosGeneros.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.TextBlock txtSinCanciones;
@@ -59,7 +59,7 @@ public partial class TodosLosGeneros : System.Windows.Controls.Page, System.Wind
#line hidden
- #line 47 "..\..\..\..\..\Mvvm\View\Pages\TodosLosGeneros.xaml"
+ #line 48 "..\..\..\..\..\Mvvm\View\Pages\TodosLosGeneros.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal System.Windows.Controls.ItemsControl itemsArtistas;
diff --git a/ReproductorMusicaTagEditables/obj/Release/ReproductorMusicaTagEditables.application b/ReproductorMusicaTagEditables/obj/Release/ReproductorMusicaTagEditables.application
index 3204f5b..63af646 100644
--- a/ReproductorMusicaTagEditables/obj/Release/ReproductorMusicaTagEditables.application
+++ b/ReproductorMusicaTagEditables/obj/Release/ReproductorMusicaTagEditables.application
@@ -1,20 +1,20 @@
-
+
-
-
+
+
- NaMZRtrENRKTrvnzJy2osHdpTAZQFVlKDnLT21y1M/A=
+ ehc9ltBNwHoluA4EDQll6CZ1m9X4uyHfPfXVVkkzK8M=
diff --git a/ReproductorMusicaTagEditables/obj/Release/ReproductorMusicaTagEditables.exe b/ReproductorMusicaTagEditables/obj/Release/ReproductorMusicaTagEditables.exe
index 2bea854..cb0dd90 100644
Binary files a/ReproductorMusicaTagEditables/obj/Release/ReproductorMusicaTagEditables.exe and b/ReproductorMusicaTagEditables/obj/Release/ReproductorMusicaTagEditables.exe differ
diff --git a/ReproductorMusicaTagEditables/obj/Release/ReproductorMusicaTagEditables.exe.manifest b/ReproductorMusicaTagEditables/obj/Release/ReproductorMusicaTagEditables.exe.manifest
index a4cf094..a1ddea2 100644
--- a/ReproductorMusicaTagEditables/obj/Release/ReproductorMusicaTagEditables.exe.manifest
+++ b/ReproductorMusicaTagEditables/obj/Release/ReproductorMusicaTagEditables.exe.manifest
@@ -1,6 +1,6 @@
-
+
@@ -199,14 +199,14 @@
-
+
- Y8yUulYVq8DvCacq1DFHN+zGb3cSkpHR0Xmu5NXDn7M=
+ BJ1w5rM0T/m0ZCXxSvbi7UcKPhZFdtaFfh/Fi1zNVjc=
diff --git a/ReproductorMusicaTagEditables/obj/Release/ReproductorMusicaTagEditables.g.resources b/ReproductorMusicaTagEditables/obj/Release/ReproductorMusicaTagEditables.g.resources
index 0b9e12c..be66759 100644
Binary files a/ReproductorMusicaTagEditables/obj/Release/ReproductorMusicaTagEditables.g.resources and b/ReproductorMusicaTagEditables/obj/Release/ReproductorMusicaTagEditables.g.resources differ
diff --git a/ReproductorMusicaTagEditables/obj/Release/ReproductorMusicaTagEditables.pdb b/ReproductorMusicaTagEditables/obj/Release/ReproductorMusicaTagEditables.pdb
index 8ae3fbf..1c3708a 100644
Binary files a/ReproductorMusicaTagEditables/obj/Release/ReproductorMusicaTagEditables.pdb and b/ReproductorMusicaTagEditables/obj/Release/ReproductorMusicaTagEditables.pdb differ
diff --git a/ReproductorMusicaTagEditables/obj/Release/ReproductorMusicaTagEditables_MarkupCompile.cache b/ReproductorMusicaTagEditables/obj/Release/ReproductorMusicaTagEditables_MarkupCompile.cache
index 2404788..82f61ee 100644
--- a/ReproductorMusicaTagEditables/obj/Release/ReproductorMusicaTagEditables_MarkupCompile.cache
+++ b/ReproductorMusicaTagEditables/obj/Release/ReproductorMusicaTagEditables_MarkupCompile.cache
@@ -12,7 +12,7 @@ TRACE
C:\Users\feder\source\repos\ReproductorMusicaTagEditables\ReproductorMusicaTagEditables\App.xaml
65194877912
-115-972303875
+116-718082823
141520656930
Controls\AgregarALista\AgregarAListaControl.xaml;Controls\AvatarAlbum\AvatarAlbumControl.xaml;Controls\AvatarArtista\AvatarArtistaControl.xaml;Controls\CampoBuscador\CampoBuscadorControl.xaml;Controls\CampoTexto\CampoTextoControl.xaml;Controls\CampoTexto\CampoTextoTheme.xaml;Controls\DescargarCancion\DescargarCancionControl.xaml;Controls\Historial\AlbumHistorialControl.xaml;Controls\Historial\ListasHistorialControl.xaml;Controls\InfoAlbumPagina\InfoAlbumPaginaControl.xaml;Controls\InfoAlbumPagina\InfoAlbumPaginaTheme.xaml;Controls\InfoAlbum\InfoAlbumControl.xaml;Controls\InfoAlbum\InfoAlbumTheme.xaml;Controls\InfoArtistaPagina\InfoArtistaPageControl.xaml;Controls\InfoArtistaPagina\InfoArtistaPageTheme.xaml;Controls\InfoArtista\InfoArtista.xaml;Controls\InfoArtista\InfoArtistaTheme.xaml;Controls\InfoCancionTablaTags\InfoCancionTablaTagsControl.xaml;Controls\InfoCancionTabla\InfoCancionTabla.xaml;Controls\InfoCancionTabla\InfoCancionTheme.xaml;Controls\InfoListaPagina\InfoListaPaginaControl.xaml;Controls\ListaAvatar\ListaAvatarControl.xaml;Controls\ManejadorVentana\ManejadorVentana.xaml;Controls\ManejadorVentana\ManejadorVentanaTheme.xaml;Controls\Menu\MenuPrincipalTheme.xaml;Controls\Menu\Menu.xaml;Controls\Paginador\BotonPaginador.xaml;Controls\Paginador\PaginacionTheme.xaml;Controls\PanelControlTrack\PanelControlMusica.xaml;Controls\PanelControlTrack\PanelControlTheme.xaml;Controls\Regalos\RegalosControl.xaml;Controls\TiempoTrack\TiempoTrack.xaml;Controls\TiempoTrack\TiempoTrackTheme.xaml;MainWindow.xaml;Mvvm\VentanasUtilitarias\AgregarCancionesListas.xaml;Mvvm\VentanasUtilitarias\CrearListaReproduccion.xaml;Mvvm\VentanasUtilitarias\EditarTags.xaml;Mvvm\VentanasUtilitarias\TagsThemes.xaml;Mvvm\View\AlbumesView.xaml;Mvvm\View\ArtistaView.xaml;Mvvm\View\DescargasView.xaml;Mvvm\View\FavoritosView.xaml;Mvvm\View\GenerosView.xaml;Mvvm\View\HistorialView.xaml;Mvvm\View\ListasView.xaml;Mvvm\View\Pages\DescargasPage.xaml;Mvvm\View\Pages\FavoritosPage.xaml;Mvvm\View\Pages\HistorialPage.xaml;Mvvm\View\Pages\Internas\InfoAlbumPage.xaml;Mvvm\View\Pages\Internas\InfoArtistaPage.xaml;Mvvm\View\Pages\Internas\InfoGeneroPage.xaml;Mvvm\View\Pages\Internas\InfoListasPage.xaml;Mvvm\View\Pages\Internas\RegaloListaPage.xaml;Mvvm\View\Pages\Internas\RegalosPage.xaml;Mvvm\View\Pages\ListasPage.xaml;Mvvm\View\Pages\Theme\GeneralesPageTheme.xaml;Mvvm\View\Pages\TodasLasCanciones.xaml;Mvvm\View\Pages\TodosLosAlbumes.xaml;Mvvm\View\Pages\TodosLosArtistas.xaml;Mvvm\View\Pages\TodosLosGeneros.xaml;Mvvm\View\PrincipalView.xaml;Themes\BotonNavegacionTheme.xaml;Themes\CamposTexto.xaml;Themes\General.xaml;Themes\SliderEstilos.xaml;
diff --git a/ReproductorMusicaTagEditables/obj/Release/ReproductorMusicaTagEditables_MarkupCompile.lref b/ReproductorMusicaTagEditables/obj/Release/ReproductorMusicaTagEditables_MarkupCompile.lref
index 97316ab..b34a716 100644
--- a/ReproductorMusicaTagEditables/obj/Release/ReproductorMusicaTagEditables_MarkupCompile.lref
+++ b/ReproductorMusicaTagEditables/obj/Release/ReproductorMusicaTagEditables_MarkupCompile.lref
@@ -4,7 +4,6 @@ FC:\Users\feder\source\repos\ReproductorMusicaTagEditables\ReproductorMusicaTagE
FC:\Users\feder\source\repos\ReproductorMusicaTagEditables\ReproductorMusicaTagEditables\Controls\InfoCancionTablaTags\InfoCancionTablaTagsControl.xaml;;
FC:\Users\feder\source\repos\ReproductorMusicaTagEditables\ReproductorMusicaTagEditables\Controls\InfoListaPagina\InfoListaPaginaControl.xaml;;
FC:\Users\feder\source\repos\ReproductorMusicaTagEditables\ReproductorMusicaTagEditables\Controls\ManejadorVentana\ManejadorVentana.xaml;;
-FC:\Users\feder\source\repos\ReproductorMusicaTagEditables\ReproductorMusicaTagEditables\Controls\Paginador\BotonPaginador.xaml;;
FC:\Users\feder\source\repos\ReproductorMusicaTagEditables\ReproductorMusicaTagEditables\Controls\PanelControlTrack\PanelControlMusica.xaml;;
FC:\Users\feder\source\repos\ReproductorMusicaTagEditables\ReproductorMusicaTagEditables\Controls\TiempoTrack\TiempoTrack.xaml;;
FC:\Users\feder\source\repos\ReproductorMusicaTagEditables\ReproductorMusicaTagEditables\MainWindow.xaml;;
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/Controls/DescargarCancion/DescargarCancionControl.baml b/ReproductorMusicaTagEditables/obj/x64/Release/Controls/DescargarCancion/DescargarCancionControl.baml
new file mode 100644
index 0000000..fca79fc
Binary files /dev/null and b/ReproductorMusicaTagEditables/obj/x64/Release/Controls/DescargarCancion/DescargarCancionControl.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/Controls/InfoCancionTablaTags/InfoCancionTablaTagsControl.baml b/ReproductorMusicaTagEditables/obj/x64/Release/Controls/InfoCancionTablaTags/InfoCancionTablaTagsControl.baml
new file mode 100644
index 0000000..1330b80
Binary files /dev/null and b/ReproductorMusicaTagEditables/obj/x64/Release/Controls/InfoCancionTablaTags/InfoCancionTablaTagsControl.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/Controls/InfoListaPagina/InfoListaPaginaControl.baml b/ReproductorMusicaTagEditables/obj/x64/Release/Controls/InfoListaPagina/InfoListaPaginaControl.baml
new file mode 100644
index 0000000..60ebeaa
Binary files /dev/null and b/ReproductorMusicaTagEditables/obj/x64/Release/Controls/InfoListaPagina/InfoListaPaginaControl.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/Controls/ManejadorVentana/ManejadorVentana.baml b/ReproductorMusicaTagEditables/obj/x64/Release/Controls/ManejadorVentana/ManejadorVentana.baml
new file mode 100644
index 0000000..294ab11
Binary files /dev/null and b/ReproductorMusicaTagEditables/obj/x64/Release/Controls/ManejadorVentana/ManejadorVentana.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/Controls/PanelControlTrack/PanelControlMusica.baml b/ReproductorMusicaTagEditables/obj/x64/Release/Controls/PanelControlTrack/PanelControlMusica.baml
new file mode 100644
index 0000000..0d820d2
Binary files /dev/null and b/ReproductorMusicaTagEditables/obj/x64/Release/Controls/PanelControlTrack/PanelControlMusica.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/Controls/TiempoTrack/TiempoTrack.baml b/ReproductorMusicaTagEditables/obj/x64/Release/Controls/TiempoTrack/TiempoTrack.baml
new file mode 100644
index 0000000..607d5c7
Binary files /dev/null and b/ReproductorMusicaTagEditables/obj/x64/Release/Controls/TiempoTrack/TiempoTrack.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/MainWindow.baml b/ReproductorMusicaTagEditables/obj/x64/Release/MainWindow.baml
new file mode 100644
index 0000000..5627a04
Binary files /dev/null and b/ReproductorMusicaTagEditables/obj/x64/Release/MainWindow.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/MediaPlayer.csproj.AssemblyReference.cache b/ReproductorMusicaTagEditables/obj/x64/Release/MediaPlayer.csproj.AssemblyReference.cache
index 9db539b..9e6c0f0 100644
Binary files a/ReproductorMusicaTagEditables/obj/x64/Release/MediaPlayer.csproj.AssemblyReference.cache and b/ReproductorMusicaTagEditables/obj/x64/Release/MediaPlayer.csproj.AssemblyReference.cache differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/VentanasUtilitarias/CrearListaReproduccion.baml b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/VentanasUtilitarias/CrearListaReproduccion.baml
new file mode 100644
index 0000000..3cd7df5
Binary files /dev/null and b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/VentanasUtilitarias/CrearListaReproduccion.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/VentanasUtilitarias/EditarTags.baml b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/VentanasUtilitarias/EditarTags.baml
new file mode 100644
index 0000000..0650527
Binary files /dev/null and b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/VentanasUtilitarias/EditarTags.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/VentanasUtilitarias/TagsThemes.baml b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/VentanasUtilitarias/TagsThemes.baml
new file mode 100644
index 0000000..a4fdbf4
Binary files /dev/null and b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/VentanasUtilitarias/TagsThemes.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/ArtistaView.baml b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/ArtistaView.baml
new file mode 100644
index 0000000..24a2fd2
Binary files /dev/null and b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/ArtistaView.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/DescargasView.baml b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/DescargasView.baml
new file mode 100644
index 0000000..1476ab5
Binary files /dev/null and b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/DescargasView.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/FavoritosView.baml b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/FavoritosView.baml
new file mode 100644
index 0000000..ef5ae32
Binary files /dev/null and b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/FavoritosView.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/GenerosView.baml b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/GenerosView.baml
new file mode 100644
index 0000000..54d94c7
Binary files /dev/null and b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/GenerosView.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/HistorialView.baml b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/HistorialView.baml
new file mode 100644
index 0000000..6f66568
Binary files /dev/null and b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/HistorialView.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/DescargasPage.baml b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/DescargasPage.baml
new file mode 100644
index 0000000..fa4d487
Binary files /dev/null and b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/DescargasPage.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/FavoritosPage.baml b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/FavoritosPage.baml
new file mode 100644
index 0000000..543ac88
Binary files /dev/null and b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/FavoritosPage.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/HistorialPage.baml b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/HistorialPage.baml
new file mode 100644
index 0000000..202c5e2
Binary files /dev/null and b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/HistorialPage.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/Internas/InfoAlbumPage.baml b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/Internas/InfoAlbumPage.baml
new file mode 100644
index 0000000..9341786
Binary files /dev/null and b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/Internas/InfoAlbumPage.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/Internas/InfoArtistaPage.baml b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/Internas/InfoArtistaPage.baml
new file mode 100644
index 0000000..89753aa
Binary files /dev/null and b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/Internas/InfoArtistaPage.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/Internas/InfoGeneroPage.baml b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/Internas/InfoGeneroPage.baml
new file mode 100644
index 0000000..acf3b9d
Binary files /dev/null and b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/Internas/InfoGeneroPage.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/Internas/InfoListasPage.baml b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/Internas/InfoListasPage.baml
new file mode 100644
index 0000000..0fc873f
Binary files /dev/null and b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/Internas/InfoListasPage.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/Internas/RegaloListaPage.baml b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/Internas/RegaloListaPage.baml
new file mode 100644
index 0000000..8708959
Binary files /dev/null and b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/Internas/RegaloListaPage.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/Internas/RegalosPage.baml b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/Internas/RegalosPage.baml
new file mode 100644
index 0000000..ca9c7e3
Binary files /dev/null and b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/Internas/RegalosPage.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/ListasPage.baml b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/ListasPage.baml
new file mode 100644
index 0000000..7dcd8e8
Binary files /dev/null and b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/ListasPage.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/TodasLasCanciones.baml b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/TodasLasCanciones.baml
new file mode 100644
index 0000000..5208abd
Binary files /dev/null and b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/TodasLasCanciones.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/TodosLosAlbumes.baml b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/TodosLosAlbumes.baml
new file mode 100644
index 0000000..d84d66c
Binary files /dev/null and b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/TodosLosAlbumes.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/TodosLosArtistas.baml b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/TodosLosArtistas.baml
new file mode 100644
index 0000000..0538db9
Binary files /dev/null and b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/TodosLosArtistas.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/TodosLosGeneros.baml b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/TodosLosGeneros.baml
new file mode 100644
index 0000000..151fb71
Binary files /dev/null and b/ReproductorMusicaTagEditables/obj/x64/Release/Mvvm/View/Pages/TodosLosGeneros.baml differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/ReproductorMusicaTagEditables.application b/ReproductorMusicaTagEditables/obj/x64/Release/ReproductorMusicaTagEditables.application
index 268cb26..fd3e51b 100644
--- a/ReproductorMusicaTagEditables/obj/x64/Release/ReproductorMusicaTagEditables.application
+++ b/ReproductorMusicaTagEditables/obj/x64/Release/ReproductorMusicaTagEditables.application
@@ -1,6 +1,6 @@
-
+
@@ -8,13 +8,13 @@
-
+
- u0HnHs8dyPi2kCr6/b3k93DxJ6JCy+1Pv3Sh3cwJVmE=
+ ipnXNDGbofonJlUkkddVb1R/x6dAwbWWk5xNQ03xF/c=
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/ReproductorMusicaTagEditables.exe b/ReproductorMusicaTagEditables/obj/x64/Release/ReproductorMusicaTagEditables.exe
index e2a76e9..da029a6 100644
Binary files a/ReproductorMusicaTagEditables/obj/x64/Release/ReproductorMusicaTagEditables.exe and b/ReproductorMusicaTagEditables/obj/x64/Release/ReproductorMusicaTagEditables.exe differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/ReproductorMusicaTagEditables.exe.manifest b/ReproductorMusicaTagEditables/obj/x64/Release/ReproductorMusicaTagEditables.exe.manifest
index 9b7b05c..9086d54 100644
--- a/ReproductorMusicaTagEditables/obj/x64/Release/ReproductorMusicaTagEditables.exe.manifest
+++ b/ReproductorMusicaTagEditables/obj/x64/Release/ReproductorMusicaTagEditables.exe.manifest
@@ -1,6 +1,6 @@
-
+
@@ -206,7 +206,7 @@
- 5Ud4kEPd27fDJ5Pb5CEFnZnqUaZVjMcNbLaONrVt6mM=
+ lN04cVjeBF8GyzKQyMr0oa8tZrtmXeI7DLSRBSZ5V8I=
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/ReproductorMusicaTagEditables.pdb b/ReproductorMusicaTagEditables/obj/x64/Release/ReproductorMusicaTagEditables.pdb
index ed2c65c..ed5a049 100644
Binary files a/ReproductorMusicaTagEditables/obj/x64/Release/ReproductorMusicaTagEditables.pdb and b/ReproductorMusicaTagEditables/obj/x64/Release/ReproductorMusicaTagEditables.pdb differ
diff --git a/ReproductorMusicaTagEditables/obj/x64/Release/ReproductorMusicaTagEditables_MarkupCompile.cache b/ReproductorMusicaTagEditables/obj/x64/Release/ReproductorMusicaTagEditables_MarkupCompile.cache
index 7194b32..4cb255a 100644
--- a/ReproductorMusicaTagEditables/obj/x64/Release/ReproductorMusicaTagEditables_MarkupCompile.cache
+++ b/ReproductorMusicaTagEditables/obj/x64/Release/ReproductorMusicaTagEditables_MarkupCompile.cache
@@ -12,9 +12,9 @@ TRACE
C:\Users\feder\source\repos\ReproductorMusicaTagEditables\ReproductorMusicaTagEditables\App.xaml
65194877912
-1172117797428
+116-718082823
141520656930
Controls\AgregarALista\AgregarAListaControl.xaml;Controls\AvatarAlbum\AvatarAlbumControl.xaml;Controls\AvatarArtista\AvatarArtistaControl.xaml;Controls\CampoBuscador\CampoBuscadorControl.xaml;Controls\CampoTexto\CampoTextoControl.xaml;Controls\CampoTexto\CampoTextoTheme.xaml;Controls\DescargarCancion\DescargarCancionControl.xaml;Controls\Historial\AlbumHistorialControl.xaml;Controls\Historial\ListasHistorialControl.xaml;Controls\InfoAlbumPagina\InfoAlbumPaginaControl.xaml;Controls\InfoAlbumPagina\InfoAlbumPaginaTheme.xaml;Controls\InfoAlbum\InfoAlbumControl.xaml;Controls\InfoAlbum\InfoAlbumTheme.xaml;Controls\InfoArtistaPagina\InfoArtistaPageControl.xaml;Controls\InfoArtistaPagina\InfoArtistaPageTheme.xaml;Controls\InfoArtista\InfoArtista.xaml;Controls\InfoArtista\InfoArtistaTheme.xaml;Controls\InfoCancionTablaTags\InfoCancionTablaTagsControl.xaml;Controls\InfoCancionTabla\InfoCancionTabla.xaml;Controls\InfoCancionTabla\InfoCancionTheme.xaml;Controls\InfoListaPagina\InfoListaPaginaControl.xaml;Controls\ListaAvatar\ListaAvatarControl.xaml;Controls\ManejadorVentana\ManejadorVentana.xaml;Controls\ManejadorVentana\ManejadorVentanaTheme.xaml;Controls\Menu\MenuPrincipalTheme.xaml;Controls\Menu\Menu.xaml;Controls\Paginador\BotonPaginador.xaml;Controls\Paginador\PaginacionTheme.xaml;Controls\PanelControlTrack\PanelControlMusica.xaml;Controls\PanelControlTrack\PanelControlTheme.xaml;Controls\Regalos\RegalosControl.xaml;Controls\TiempoTrack\TiempoTrack.xaml;Controls\TiempoTrack\TiempoTrackTheme.xaml;MainWindow.xaml;Mvvm\VentanasUtilitarias\AgregarCancionesListas.xaml;Mvvm\VentanasUtilitarias\CrearListaReproduccion.xaml;Mvvm\VentanasUtilitarias\EditarTags.xaml;Mvvm\VentanasUtilitarias\TagsThemes.xaml;Mvvm\View\AlbumesView.xaml;Mvvm\View\ArtistaView.xaml;Mvvm\View\DescargasView.xaml;Mvvm\View\FavoritosView.xaml;Mvvm\View\GenerosView.xaml;Mvvm\View\HistorialView.xaml;Mvvm\View\ListasView.xaml;Mvvm\View\Pages\DescargasPage.xaml;Mvvm\View\Pages\FavoritosPage.xaml;Mvvm\View\Pages\HistorialPage.xaml;Mvvm\View\Pages\Internas\InfoAlbumPage.xaml;Mvvm\View\Pages\Internas\InfoArtistaPage.xaml;Mvvm\View\Pages\Internas\InfoGeneroPage.xaml;Mvvm\View\Pages\Internas\InfoListasPage.xaml;Mvvm\View\Pages\Internas\RegaloListaPage.xaml;Mvvm\View\Pages\Internas\RegalosPage.xaml;Mvvm\View\Pages\ListasPage.xaml;Mvvm\View\Pages\Theme\GeneralesPageTheme.xaml;Mvvm\View\Pages\TodasLasCanciones.xaml;Mvvm\View\Pages\TodosLosAlbumes.xaml;Mvvm\View\Pages\TodosLosArtistas.xaml;Mvvm\View\Pages\TodosLosGeneros.xaml;Mvvm\View\PrincipalView.xaml;Themes\BotonNavegacionTheme.xaml;Themes\CamposTexto.xaml;Themes\General.xaml;Themes\SliderEstilos.xaml;
-True
+False