diff --git a/.gitignore b/.gitignore index a084f073..79a59a44 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ ## User settings xcuserdata/ +*.xcworkspace ## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) *.xcscmblueprint diff --git a/Ruddarr.xcodeproj/project.pbxproj b/Ruddarr.xcodeproj/project.pbxproj index 32194856..68191c29 100644 --- a/Ruddarr.xcodeproj/project.pbxproj +++ b/Ruddarr.xcodeproj/project.pbxproj @@ -19,6 +19,58 @@ 798010BD2B6268D200BBC056 /* RawRepresentable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 798010BC2B6268D200BBC056 /* RawRepresentable.swift */; }; 798010BF2B6268DE00BBC056 /* MovieSort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 798010BE2B6268DE00BBC056 /* MovieSort.swift */; }; 79B761CB2B7115EC001DD30E /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79B761CA2B7115EC001DD30E /* Toast.swift */; }; + 802930702FAEF65C00BD78FE /* artist-albums.json in Resources */ = {isa = PBXBuildFile; fileRef = 8029306E2FAEF65C00BD78FE /* artist-albums.json */; }; + 802930712FAEF65C00BD78FE /* artists.json in Resources */ = {isa = PBXBuildFile; fileRef = 8029306F2FAEF65C00BD78FE /* artists.json */; }; + 802930732FAEF6BA00BD78FE /* ArtistGridPoster.swift in Sources */ = {isa = PBXBuildFile; fileRef = 802930722FAEF6BA00BD78FE /* ArtistGridPoster.swift */; }; + 802930752FAEFE4400BD78FE /* album-track-files.json in Resources */ = {isa = PBXBuildFile; fileRef = 802930742FAEFE4400BD78FE /* album-track-files.json */; }; + 802930772FAF013F00BD78FE /* ArtistContextMenu.swift in Sources */ = {isa = PBXBuildFile; fileRef = 802930762FAF013F00BD78FE /* ArtistContextMenu.swift */; }; + 802930792FAF024300BD78FE /* ArtistsLinks.swift in Sources */ = {isa = PBXBuildFile; fileRef = 802930782FAF024000BD78FE /* ArtistsLinks.swift */; }; + 8029307B2FAF08D100BD78FE /* ArtistsGridCard.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8029307A2FAF08D000BD78FE /* ArtistsGridCard.swift */; }; + 8029307D2FB020F700BD78FE /* ArtistSearchView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8029307C2FB020F700BD78FE /* ArtistSearchView.swift */; }; + 8029307F2FB0210100BD78FE /* ArtistItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8029307E2FB0210100BD78FE /* ArtistItemView.swift */; }; + 802930812FB0211200BD78FE /* ArtistEditView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 802930802FB0211200BD78FE /* ArtistEditView.swift */; }; + 802930832FB0211A00BD78FE /* AlbumReleasesView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 802930822FB0211A00BD78FE /* AlbumReleasesView.swift */; }; + 802930852FB0212600BD78FE /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 802930842FB0212600BD78FE /* AlbumView.swift */; }; + 802930872FB0212E00BD78FE /* AlbumTrackView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 802930862FB0212E00BD78FE /* AlbumTrackView.swift */; }; + 802930892FB0215300BD78FE /* ArtistPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 802930882FB0215300BD78FE /* ArtistPreviewView.swift */; }; + 8029308D2FB0242B00BD78FE /* ArtistDefaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8029308C2FB0242600BD78FE /* ArtistDefaults.swift */; }; + 8029308F2FB0288900BD78FE /* ArtistDetails.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8029308E2FB0288900BD78FE /* ArtistDetails.swift */; }; + 802930912FB0289500BD78FE /* ArtistForm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 802930902FB0289500BD78FE /* ArtistForm.swift */; }; + 802930932FB02B2000BD78FE /* ArtistLookup.swift in Sources */ = {isa = PBXBuildFile; fileRef = 802930922FB02B2000BD78FE /* ArtistLookup.swift */; }; + 802930952FB02F5100BD78FE /* ArtistRelease.swift in Sources */ = {isa = PBXBuildFile; fileRef = 802930942FB02F5100BD78FE /* ArtistRelease.swift */; }; + 802930972FB0316800BD78FE /* AudioMediaQuality.swift in Sources */ = {isa = PBXBuildFile; fileRef = 802930962FB0316500BD78FE /* AudioMediaQuality.swift */; }; + 802930992FB0379200BD78FE /* artist-releases.json in Resources */ = {isa = PBXBuildFile; fileRef = 802930982FB0379200BD78FE /* artist-releases.json */; }; + 804994C52FBD8A56004BF48E /* calendar-albums.json in Sources */ = {isa = PBXBuildFile; fileRef = 804994C42FBD8A53004BF48E /* calendar-albums.json */; }; + 8099E39E2FB753C70013E14B /* AlbumTrackModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8099E39D2FB753C70013E14B /* AlbumTrackModel.swift */; }; + 8099E3A02FB754970013E14B /* AlbumTrack.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8099E39F2FB754900013E14B /* AlbumTrack.swift */; }; + 8099E3A22FB75CBA0013E14B /* album-tracks.json in Resources */ = {isa = PBXBuildFile; fileRef = 8099E3A12FB75CBA0013E14B /* album-tracks.json */; }; + 8099E3A42FB7E2CD0013E14B /* artist-history.json in Resources */ = {isa = PBXBuildFile; fileRef = 8099E3A32FB7E2CD0013E14B /* artist-history.json */; }; + 8099E3A62FB7E3500013E14B /* album-history.json in Resources */ = {isa = PBXBuildFile; fileRef = 8099E3A52FB7E3500013E14B /* album-history.json */; }; + 8099E3A82FB818170013E14B /* AlbumView+Track.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8099E3A72FB818120013E14B /* AlbumView+Track.swift */; }; + 8099E3AA2FB87BEB0013E14B /* artist-tracks.json in Resources */ = {isa = PBXBuildFile; fileRef = 8099E3A92FB87BEB0013E14B /* artist-tracks.json */; }; + 8099E3AE2FB975AA0013E14B /* AudioMediaFileSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8099E3AD2FB975A90013E14B /* AudioMediaFileSheet.swift */; }; + 8099E3B02FB9EE3B0013E14B /* AlbumReleaseRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8099E3AF2FB9EE330013E14B /* AlbumReleaseRow.swift */; }; + 8099E3B22FB9EE440013E14B /* AlbumReleaseSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8099E3B12FB9EE410013E14B /* AlbumReleaseSheet.swift */; }; + 809CDA2A2FADD5A60040E02A /* ArtistsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 809CDA292FADD5A20040E02A /* ArtistsView.swift */; }; + 809CDA2D2FADE69E0040E02A /* ArtistModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 809CDA2C2FADE69C0040E02A /* ArtistModel.swift */; }; + 809CDA2F2FADE7FC0040E02A /* ArtistSort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 809CDA2E2FADE7FB0040E02A /* ArtistSort.swift */; }; + 809CDA312FAE06AD0040E02A /* ArtistsView+Toolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 809CDA302FAE06AD0040E02A /* ArtistsView+Toolbar.swift */; }; + 809CDA332FAE072D0040E02A /* ArtistsView+Overlay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 809CDA322FAE072D0040E02A /* ArtistsView+Overlay.swift */; }; + 80BE51022FB1FA3800B60BE1 /* AlbumTrackFileModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80BE51012FB1FA3400B60BE1 /* AlbumTrackFileModel.swift */; }; + 80BE51042FB1FD5600B60BE1 /* AlbumTrackFile.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80BE51032FB1FD5300B60BE1 /* AlbumTrackFile.swift */; }; + 80D706472FB2E3DB009D1CDB /* artist-track-files.json in Resources */ = {isa = PBXBuildFile; fileRef = 80D706462FB2E3DB009D1CDB /* artist-track-files.json */; }; + 80D706492FB40DFE009D1CDB /* AlbumModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80D706482FB40DFC009D1CDB /* AlbumModel.swift */; }; + 80D7064D2FB45C01009D1CDB /* metadata-profiles.json in Resources */ = {isa = PBXBuildFile; fileRef = 80D7064C2FB45C01009D1CDB /* metadata-profiles.json */; }; + 80D7064F2FB55810009D1CDB /* artist-lookup.json in Resources */ = {isa = PBXBuildFile; fileRef = 80D7064E2FB55810009D1CDB /* artist-lookup.json */; }; + 80D706512FB5586F009D1CDB /* ArtistDetails+Overlay.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80D706502FB5586B009D1CDB /* ArtistDetails+Overlay.swift */; }; + 80D706552FB5A102009D1CDB /* AlbumCard.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80D706542FB5A0FF009D1CDB /* AlbumCard.swift */; }; + 80D706572FB5B898009D1CDB /* ArtistReleaseSort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80D706562FB5B896009D1CDB /* ArtistReleaseSort.swift */; }; + 80D706592FB5C238009D1CDB /* lidarr-manual-import.json in Resources */ = {isa = PBXBuildFile; fileRef = 80D706582FB5C238009D1CDB /* lidarr-manual-import.json */; }; + 80D7065B2FB5C246009D1CDB /* lidarr-history.json in Resources */ = {isa = PBXBuildFile; fileRef = 80D7065A2FB5C246009D1CDB /* lidarr-history.json */; }; + 80D7065D2FB5C26D009D1CDB /* artist-queue.json in Resources */ = {isa = PBXBuildFile; fileRef = 80D7065C2FB5C26D009D1CDB /* artist-queue.json */; }; + 96D15BDF2FAACBF700F67348 /* LidarrInstance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96D15BDE2FAACBF700F67348 /* LidarrInstance.swift */; }; + 96D15BE32FAACC6900F67348 /* Artist.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96D15BE22FAACC6600F67348 /* Artist.swift */; }; + 96D15BE72FAD81DF00F67348 /* Album.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96D15BE62FAD81DA00F67348 /* Album.swift */; }; BB000000000000000000AAA1 /* RuddarrTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB000000000000000000AAA3 /* RuddarrTests.swift */; }; BB01B1F42B6465730025FAF4 /* View.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB01B1F32B6465730025FAF4 /* View.swift */; }; BB035A442C1D3B71005DFD45 /* Spotlight.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB035A432C1D3B71005DFD45 /* Spotlight.swift */; }; @@ -273,6 +325,59 @@ 798010BC2B6268D200BBC056 /* RawRepresentable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RawRepresentable.swift; sourceTree = ""; }; 798010BE2B6268DE00BBC056 /* MovieSort.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MovieSort.swift; sourceTree = ""; }; 79B761CA2B7115EC001DD30E /* Toast.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Toast.swift; sourceTree = ""; }; + 8029306E2FAEF65C00BD78FE /* artist-albums.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "artist-albums.json"; sourceTree = ""; }; + 8029306F2FAEF65C00BD78FE /* artists.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = artists.json; sourceTree = ""; }; + 802930722FAEF6BA00BD78FE /* ArtistGridPoster.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArtistGridPoster.swift; sourceTree = ""; }; + 802930742FAEFE4400BD78FE /* album-track-files.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "album-track-files.json"; sourceTree = ""; }; + 802930762FAF013F00BD78FE /* ArtistContextMenu.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArtistContextMenu.swift; sourceTree = ""; }; + 802930782FAF024000BD78FE /* ArtistsLinks.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArtistsLinks.swift; sourceTree = ""; }; + 8029307A2FAF08D000BD78FE /* ArtistsGridCard.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArtistsGridCard.swift; sourceTree = ""; }; + 8029307C2FB020F700BD78FE /* ArtistSearchView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArtistSearchView.swift; sourceTree = ""; }; + 8029307E2FB0210100BD78FE /* ArtistItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArtistItemView.swift; sourceTree = ""; }; + 802930802FB0211200BD78FE /* ArtistEditView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArtistEditView.swift; sourceTree = ""; }; + 802930822FB0211A00BD78FE /* AlbumReleasesView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlbumReleasesView.swift; sourceTree = ""; }; + 802930842FB0212600BD78FE /* AlbumView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlbumView.swift; sourceTree = ""; }; + 802930862FB0212E00BD78FE /* AlbumTrackView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlbumTrackView.swift; sourceTree = ""; }; + 802930882FB0215300BD78FE /* ArtistPreviewView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArtistPreviewView.swift; sourceTree = ""; }; + 8029308C2FB0242600BD78FE /* ArtistDefaults.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArtistDefaults.swift; sourceTree = ""; }; + 8029308E2FB0288900BD78FE /* ArtistDetails.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArtistDetails.swift; sourceTree = ""; }; + 802930902FB0289500BD78FE /* ArtistForm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArtistForm.swift; sourceTree = ""; }; + 802930922FB02B2000BD78FE /* ArtistLookup.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArtistLookup.swift; sourceTree = ""; }; + 802930942FB02F5100BD78FE /* ArtistRelease.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArtistRelease.swift; sourceTree = ""; }; + 802930962FB0316500BD78FE /* AudioMediaQuality.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AudioMediaQuality.swift; sourceTree = ""; }; + 802930982FB0379200BD78FE /* artist-releases.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "artist-releases.json"; sourceTree = ""; }; + 804994C42FBD8A53004BF48E /* calendar-albums.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "calendar-albums.json"; sourceTree = ""; }; + 8099E39D2FB753C70013E14B /* AlbumTrackModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlbumTrackModel.swift; sourceTree = ""; }; + 8099E39F2FB754900013E14B /* AlbumTrack.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlbumTrack.swift; sourceTree = ""; }; + 8099E3A12FB75CBA0013E14B /* album-tracks.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "album-tracks.json"; sourceTree = ""; }; + 8099E3A32FB7E2CD0013E14B /* artist-history.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "artist-history.json"; sourceTree = ""; }; + 8099E3A52FB7E3500013E14B /* album-history.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "album-history.json"; sourceTree = ""; }; + 8099E3A72FB818120013E14B /* AlbumView+Track.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "AlbumView+Track.swift"; sourceTree = ""; }; + 8099E3A92FB87BEB0013E14B /* artist-tracks.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "artist-tracks.json"; sourceTree = ""; }; + 8099E3AD2FB975A90013E14B /* AudioMediaFileSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AudioMediaFileSheet.swift; sourceTree = ""; }; + 8099E3AF2FB9EE330013E14B /* AlbumReleaseRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlbumReleaseRow.swift; sourceTree = ""; }; + 8099E3B12FB9EE410013E14B /* AlbumReleaseSheet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlbumReleaseSheet.swift; sourceTree = ""; }; + 809CDA292FADD5A20040E02A /* ArtistsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArtistsView.swift; sourceTree = ""; }; + 809CDA2C2FADE69C0040E02A /* ArtistModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArtistModel.swift; sourceTree = ""; }; + 809CDA2E2FADE7FB0040E02A /* ArtistSort.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArtistSort.swift; sourceTree = ""; }; + 809CDA302FAE06AD0040E02A /* ArtistsView+Toolbar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ArtistsView+Toolbar.swift"; sourceTree = ""; }; + 809CDA322FAE072D0040E02A /* ArtistsView+Overlay.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ArtistsView+Overlay.swift"; sourceTree = ""; }; + 80BE51012FB1FA3400B60BE1 /* AlbumTrackFileModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlbumTrackFileModel.swift; sourceTree = ""; }; + 80BE51032FB1FD5300B60BE1 /* AlbumTrackFile.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlbumTrackFile.swift; sourceTree = ""; }; + 80D706462FB2E3DB009D1CDB /* artist-track-files.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "artist-track-files.json"; sourceTree = ""; }; + 80D706482FB40DFC009D1CDB /* AlbumModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlbumModel.swift; sourceTree = ""; }; + 80D7064C2FB45C01009D1CDB /* metadata-profiles.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "metadata-profiles.json"; sourceTree = ""; }; + 80D7064E2FB55810009D1CDB /* artist-lookup.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "artist-lookup.json"; sourceTree = ""; }; + 80D706502FB5586B009D1CDB /* ArtistDetails+Overlay.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ArtistDetails+Overlay.swift"; sourceTree = ""; }; + 80D706532FB55873009D1CDB /* ArtistDetails+Information.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ArtistDetails+Information.swift"; sourceTree = ""; }; + 80D706542FB5A0FF009D1CDB /* AlbumCard.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlbumCard.swift; sourceTree = ""; }; + 80D706562FB5B896009D1CDB /* ArtistReleaseSort.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArtistReleaseSort.swift; sourceTree = ""; }; + 80D706582FB5C238009D1CDB /* lidarr-manual-import.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "lidarr-manual-import.json"; sourceTree = ""; }; + 80D7065A2FB5C246009D1CDB /* lidarr-history.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "lidarr-history.json"; sourceTree = ""; }; + 80D7065C2FB5C26D009D1CDB /* artist-queue.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = "artist-queue.json"; sourceTree = ""; }; + 96D15BDE2FAACBF700F67348 /* LidarrInstance.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LidarrInstance.swift; sourceTree = ""; }; + 96D15BE22FAACC6600F67348 /* Artist.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Artist.swift; sourceTree = ""; }; + 96D15BE62FAD81DA00F67348 /* Album.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Album.swift; sourceTree = ""; }; BB000000000000000000AAA2 /* Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; BB000000000000000000AAA3 /* RuddarrTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RuddarrTests.swift; sourceTree = ""; }; BB01B1F32B6465730025FAF4 /* View.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = View.swift; sourceTree = ""; }; @@ -547,6 +652,71 @@ path = API; sourceTree = ""; }; + 8029308A2FB0218000BD78FE /* Search */ = { + isa = PBXGroup; + children = ( + 8029307C2FB020F700BD78FE /* ArtistSearchView.swift */, + 802930882FB0215300BD78FE /* ArtistPreviewView.swift */, + ); + path = Search; + sourceTree = ""; + }; + 8029308B2FB0218F00BD78FE /* Albums */ = { + isa = PBXGroup; + children = ( + 802930822FB0211A00BD78FE /* AlbumReleasesView.swift */, + 8099E3AF2FB9EE330013E14B /* AlbumReleaseRow.swift */, + 8099E3B12FB9EE410013E14B /* AlbumReleaseSheet.swift */, + ); + path = Albums; + sourceTree = ""; + }; + 809CDA2B2FADD6EC0040E02A /* Artists */ = { + isa = PBXGroup; + children = ( + 8029308B2FB0218F00BD78FE /* Albums */, + 8029308A2FB0218000BD78FE /* Search */, + 8029307E2FB0210100BD78FE /* ArtistItemView.swift */, + 802930802FB0211200BD78FE /* ArtistEditView.swift */, + 802930722FAEF6BA00BD78FE /* ArtistGridPoster.swift */, + 8029307A2FAF08D000BD78FE /* ArtistsGridCard.swift */, + 802930782FAF024000BD78FE /* ArtistsLinks.swift */, + 802930902FB0289500BD78FE /* ArtistForm.swift */, + 8029308E2FB0288900BD78FE /* ArtistDetails.swift */, + 80D706502FB5586B009D1CDB /* ArtistDetails+Overlay.swift */, + 80D706532FB55873009D1CDB /* ArtistDetails+Information.swift */, + 809CDA322FAE072D0040E02A /* ArtistsView+Overlay.swift */, + 809CDA302FAE06AD0040E02A /* ArtistsView+Toolbar.swift */, + 802930842FB0212600BD78FE /* AlbumView.swift */, + 8099E3A72FB818120013E14B /* AlbumView+Track.swift */, + 802930862FB0212E00BD78FE /* AlbumTrackView.swift */, + 80D706542FB5A0FF009D1CDB /* AlbumCard.swift */, + 8099E3AD2FB975A90013E14B /* AudioMediaFileSheet.swift */, + 802930762FAF013F00BD78FE /* ArtistContextMenu.swift */, + ); + path = Artists; + sourceTree = ""; + }; + 96D15BE12FAACC3100F67348 /* Artists */ = { + isa = PBXGroup; + children = ( + 8029308C2FB0242600BD78FE /* ArtistDefaults.swift */, + 802930922FB02B2000BD78FE /* ArtistLookup.swift */, + 809CDA2C2FADE69C0040E02A /* ArtistModel.swift */, + 80D706482FB40DFC009D1CDB /* AlbumModel.swift */, + 8099E39D2FB753C70013E14B /* AlbumTrackModel.swift */, + 80BE51012FB1FA3400B60BE1 /* AlbumTrackFileModel.swift */, + 96D15BE22FAACC6600F67348 /* Artist.swift */, + 809CDA2E2FADE7FB0040E02A /* ArtistSort.swift */, + 802930942FB02F5100BD78FE /* ArtistRelease.swift */, + 80D706562FB5B896009D1CDB /* ArtistReleaseSort.swift */, + 96D15BE62FAD81DA00F67348 /* Album.swift */, + 8099E39F2FB754900013E14B /* AlbumTrack.swift */, + 80BE51032FB1FD5300B60BE1 /* AlbumTrackFile.swift */, + ); + path = Artists; + sourceTree = ""; + }; BB000000000000000000AAA4 /* Tests */ = { isa = PBXGroup; children = ( @@ -903,15 +1073,30 @@ BB6A5D372E3ABB23002E036D /* tags.json */, BB8B3DF32B617FE800B80E2D /* root-folders.json */, BB7602742B62027C006E5A1F /* quality-profiles.json */, + 80D7064C2FB45C01009D1CDB /* metadata-profiles.json */, BB94F1BA2B7E8A190050F6A0 /* notifications.json */, BBF583C12BACBE1400AFA7FB /* calendar-movies.json */, BBF583C32BACBE5000AFA7FB /* calendar-episodes.json */, + 804994C42FBD8A53004BF48E /* calendar-albums.json */, BB8100092CD5976B00499666 /* radarr-history.json */, BB2370D72DCE657700261710 /* radarr-manual-import.json */, 2B949CE42CC92C970088B1A8 /* sonarr-history.json */, BB2370D92DCE657800261710 /* sonarr-manual-import.json */, + 80D7065A2FB5C246009D1CDB /* lidarr-history.json */, + 80D706582FB5C238009D1CDB /* lidarr-manual-import.json */, BBA06B582F47D4B600A5F9B4 /* popular-movies.json */, BB181D6E2F48E8DF00981037 /* popular-series.json */, + 8029306F2FAEF65C00BD78FE /* artists.json */, + 80D7064E2FB55810009D1CDB /* artist-lookup.json */, + 80D7065C2FB5C26D009D1CDB /* artist-queue.json */, + 8099E3A92FB87BEB0013E14B /* artist-tracks.json */, + 80D706462FB2E3DB009D1CDB /* artist-track-files.json */, + 8029306E2FAEF65C00BD78FE /* artist-albums.json */, + 8099E3A32FB7E2CD0013E14B /* artist-history.json */, + 802930982FB0379200BD78FE /* artist-releases.json */, + 8099E3A12FB75CBA0013E14B /* album-tracks.json */, + 802930742FAEFE4400BD78FE /* album-track-files.json */, + 8099E3A52FB7E3500013E14B /* album-history.json */, ); path = "Preview Content"; sourceTree = ""; @@ -919,6 +1104,7 @@ BBF477A62B4F8AA300C2DED3 /* Models */ = { isa = PBXGroup; children = ( + 96D15BE12FAACC3100F67348 /* Artists */, BB2370DC2DCE76A600261710 /* Queue */, BBF583C02BACA40D00AFA7FB /* Movies */, BB507D202BD9702B00EC4016 /* Series */, @@ -927,6 +1113,7 @@ 2B949CE62CC92F320088B1A8 /* History.swift */, BB7666CE2BA51F49009D4F68 /* Calendar.swift */, BBC6CEF62BE69BEE00F71839 /* MediaFile.swift */, + 802930962FB0316500BD78FE /* AudioMediaQuality.swift */, BBD3F2D52BFA55FE00DE5D8E /* MediaQuality.swift */, BBD3F2D72BFA578000DE5D8E /* MediaHistory.swift */, ); @@ -937,6 +1124,7 @@ isa = PBXGroup; children = ( BBB8AED22C10DA0F00AA2D9C /* Activity */, + 809CDA2B2FADD6EC0040E02A /* Artists */, BB25DC622B62ED2E00FE55A0 /* Movies */, BB507D192BD96DDC00EC4016 /* Series */, BBF583B72BAC99B700AFA7FB /* Calendar */, @@ -946,6 +1134,7 @@ BB92AE312F24495B0048FC16 /* ContentViewMac.swift */, BBE828672B4F320F00C1E1D9 /* MoviesView.swift */, BBE828692B4F325400C1E1D9 /* SeriesView.swift */, + 809CDA292FADD5A20040E02A /* ArtistsView.swift */, BBD5D80D2C0135F9008E3B3F /* ActivityView.swift */, BB581D192BA0ED5E0070DFFC /* CalendarView.swift */, BBF477A82B4FA20B00C2DED3 /* SettingsView.swift */, @@ -969,6 +1158,7 @@ BB83AFA42CB2080C00349997 /* InstanceCommand.swift */, BB94F1B82B7E7B870050F6A0 /* InstanceWebhook.swift */, BB8A60252B93DE020039CFF6 /* InstanceNotification.swift */, + 96D15BDE2FAACBF700F67348 /* LidarrInstance.swift */, BBE7F8A82B6424350014DD57 /* RadarrInstance.swift */, BB507D1E2BD96EEB00EC4016 /* SonarrInstance.swift */, ); @@ -1150,24 +1340,35 @@ BBA50F532D7621F5008A16FA /* elevator.mp3 in Resources */, BB94F1BB2B7E8A190050F6A0 /* notifications.json in Resources */, BBA733692BB6070900A5022B /* movie-extra-files.json in Resources */, + 802930992FB0379200BD78FE /* artist-releases.json in Resources */, + 80D7065D2FB5C26D009D1CDB /* artist-queue.json in Resources */, BBF583C42BACBE5000AFA7FB /* calendar-episodes.json in Resources */, BBF583B62BABDB1300AFA7FB /* series.json in Resources */, BBE1E4432B51FA0200946222 /* movie-lookup.json in Resources */, BB2370D82DCE657700261710 /* radarr-manual-import.json in Resources */, + 80D7064D2FB45C01009D1CDB /* metadata-profiles.json in Resources */, BB81000A2CD5977600499666 /* radarr-history.json in Resources */, BBC0E6202C02458E009543E3 /* series-queue.json in Resources */, BBA7336B2BB6261D00A5022B /* movie-files.json in Resources */, + 802930702FAEF65C00BD78FE /* artist-albums.json in Resources */, + 8099E3A62FB7E3500013E14B /* album-history.json in Resources */, + 802930712FAEF65C00BD78FE /* artists.json in Resources */, BB6A5D382E3ABB23002E036D /* tags.json in Resources */, + 8099E3A42FB7E2CD0013E14B /* artist-history.json in Resources */, BBB869212B6CB0AC009C1A54 /* movie-releases.json in Resources */, BB0FE1132BED33A800D1D847 /* series-episode-files.json in Resources */, BB47E17F2D8F40AC00B8850A /* ci_pre_xcodebuild.sh in Resources */, BB7602752B62027C006E5A1F /* quality-profiles.json in Resources */, + 80D706472FB2E3DB009D1CDB /* artist-track-files.json in Resources */, BBF583C22BACBE1400AFA7FB /* calendar-movies.json in Resources */, BB8B3DF42B617FE800B80E2D /* root-folders.json in Resources */, BB19BF872BE3E3E900F3E7AC /* Settings.bundle in Resources */, BBA06B592F47D4B600A5F9B4 /* popular-movies.json in Resources */, BBD3F2D42BFA520700DE5D8E /* series-episode-history.json in Resources */, BB54D0232E90932400F5CF42 /* AppIcon.icon in Resources */, + 80D7064F2FB55810009D1CDB /* artist-lookup.json in Resources */, + 80D706592FB5C238009D1CDB /* lidarr-manual-import.json in Resources */, + 802930752FAEFE4400BD78FE /* album-track-files.json in Resources */, BB54D0242E90932400F5CF42 /* AppIconBarbie.icon in Resources */, BB54D0252E90932400F5CF42 /* AppIconBooks.icon in Resources */, BB54D0262E90932400F5CF42 /* AppIconMono.icon in Resources */, @@ -1181,12 +1382,15 @@ BBA733672BB5278800A5022B /* movie-history.json in Resources */, BB456D272B58E4B900C29B00 /* system-status.json in Resources */, BB96C32D2BE8351800E24C1C /* series-releases.json in Resources */, + 8099E3AA2FB87BEB0013E14B /* artist-tracks.json in Resources */, 2B949CE52CC92CA20088B1A8 /* sonarr-history.json in Resources */, BB47E1832D8F43F500B8850A /* ci_post_clone.sh in Resources */, BB2370DA2DCE657800261710 /* sonarr-manual-import.json in Resources */, BBE1E4412B51F9DC00946222 /* movies.json in Resources */, BBE8285F2B4F2C7100C1E1D9 /* Preview Assets.xcassets in Resources */, BB507D2A2BD9799300EC4016 /* series-lookup.json in Resources */, + 8099E3A22FB75CBA0013E14B /* album-tracks.json in Resources */, + 80D7065B2FB5C246009D1CDB /* lidarr-history.json in Resources */, BBE8285B2B4F2C7100C1E1D9 /* Assets.xcassets in Resources */, BB5379D02C3DD38500B65E95 /* Localizable.xcstrings in Resources */, BB336F882B98F61B000904FA /* Ruddarr.storekit in Resources */, @@ -1217,16 +1421,20 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 80D706512FB5586F009D1CDB /* ArtistDetails+Overlay.swift in Sources */, BB09B9B42B9FABE700FA6586 /* MoviesView+Toolbar.swift in Sources */, BBF477A92B4FA20B00C2DED3 /* SettingsView.swift in Sources */, BB50F2252C39BFDA005E14CA /* MediaHistoryItem.swift in Sources */, + 80D706572FB5B898009D1CDB /* ArtistReleaseSort.swift in Sources */, BB25DC682B630B9000FE55A0 /* MovieDetails.swift in Sources */, BB96C32F2BE8889E00E24C1C /* SeriesEditView.swift in Sources */, BB96C3232BE7DEAF00E24C1C /* EpisodeView.swift in Sources */, BBE7CE032B91745100431801 /* MovieDetails+Information.swift in Sources */, + 809CDA2A2FADD5A60040E02A /* ArtistsView.swift in Sources */, 2B949CEB2CCBC8690088B1A8 /* HistoryView.swift in Sources */, 79159D6E2B5953E800F7F997 /* API.swift in Sources */, BB05C9052B86D0EC009B6444 /* Languages.swift in Sources */, + 8099E3B22FB9EE440013E14B /* AlbumReleaseSheet.swift in Sources */, BBC136A42B62DD780074C7AA /* Network.swift in Sources */, BB89ABC62B756B91009FB62D /* MovieReleaseRow.swift in Sources */, BB77C2CC2C19F41800125852 /* SeriesDefaults.swift in Sources */, @@ -1239,6 +1447,7 @@ BBF706BC2B6220BF00B2B504 /* Sentry.swift in Sources */, BB0C3EC72BF90C5900632CB1 /* NoInstance.swift in Sources */, BB3B4BF92CE13437001A8896 /* LabeledGroupBox.swift in Sources */, + 8099E3B02FB9EE3B0013E14B /* AlbumReleaseRow.swift in Sources */, BBC94DE92B5F63A000504568 /* Telemetry.swift in Sources */, BBBCA05C2BE958F300BAE374 /* Toolbar.swift in Sources */, BB9DC2252BA920AF00459FFF /* API+Error.swift in Sources */, @@ -1248,21 +1457,29 @@ BBF583B42BABD75300AFA7FB /* Episode.swift in Sources */, BB507D222BD9705E00EC4016 /* SeriesModel.swift in Sources */, BB4E441E2B842C0A00E0BC73 /* MovieContextMenu.swift in Sources */, + 8099E3A82FB818170013E14B /* AlbumView+Track.swift in Sources */, BB25DC612B62ECF700FE55A0 /* InstanceRow.swift in Sources */, BB8A60262B93DE020039CFF6 /* InstanceNotification.swift in Sources */, + 8029307D2FB020F700BD78FE /* ArtistSearchView.swift in Sources */, 796C766D2B62A3B700EF3DB8 /* Store.swift in Sources */, + 802930872FB0212E00BD78FE /* AlbumTrackView.swift in Sources */, BBFB1F8B2B782D1000181233 /* SettingsPreferencesSection.swift in Sources */, + 802930952FB02F5100BD78FE /* ArtistRelease.swift in Sources */, BB507D262BD9718F00EC4016 /* SeriesLookup.swift in Sources */, BBE828682B4F320F00C1E1D9 /* MoviesView.swift in Sources */, BB351D7E2CB4A7CF002AAEBF /* SeriesLinks.swift in Sources */, BBE640D32BE4554500B436CC /* SeasonView.swift in Sources */, + 809CDA2D2FADE69E0040E02A /* ArtistModel.swift in Sources */, + 802930892FB0215300BD78FE /* ArtistPreviewView.swift in Sources */, BBE1068D2D84FC8D007CB2D9 /* Events.swift in Sources */, BB79FB912CAF3C16002F8C0F /* Tips.swift in Sources */, + 802930772FAF013F00BD78FE /* ArtistContextMenu.swift in Sources */, BB2370E42DCE76F600261710 /* ImportableFile.swift in Sources */, BB507D242BD9709F00EC4016 /* SeriesSort.swift in Sources */, BB581D1A2BA0ED5E0070DFFC /* CalendarView.swift in Sources */, BBE828572B4F2C7000C1E1D9 /* Ruddarr.swift in Sources */, BB507D2E2BD991E100EC4016 /* SeriesContextMenu.swift in Sources */, + 809CDA332FAE072D0040E02A /* ArtistsView+Overlay.swift in Sources */, BBAFC7E72BB733E800245D10 /* MediaEventSheet.swift in Sources */, BBCC2E5D2C1FA72000EF159F /* Images.swift in Sources */, BBC6CEF52BE69B1600F71839 /* Media.swift in Sources */, @@ -1272,27 +1489,37 @@ 798010BD2B6268D200BBC056 /* RawRepresentable.swift in Sources */, BB25DC662B62EDC700FE55A0 /* MovieGridPoster.swift in Sources */, BB507D282BD9736600EC4016 /* SeriesGridPoster.swift in Sources */, + 80BE51042FB1FD5600B60BE1 /* AlbumTrackFile.swift in Sources */, BB507D1F2BD96EEB00EC4016 /* SonarrInstance.swift in Sources */, 798010BA2B61719C00BBC056 /* Router.swift in Sources */, BB0FE1152BED3E3700D1D847 /* MediaFileSheet.swift in Sources */, BB6F23AD2B6ABBBD00A4347A /* SettingsSystemSection.swift in Sources */, BB0FE1112BED30D100D1D847 /* SeriesFiles.swift in Sources */, + 802930932FB02B2000BD78FE /* ArtistLookup.swift in Sources */, + 802930832FB0211A00BD78FE /* AlbumReleasesView.swift in Sources */, BB8A56792C0004D500199DB7 /* Reviews.swift in Sources */, BBD5D8122C014538008E3B3F /* Queue.swift in Sources */, BBC309D82BED584C004080FD /* Platform.swift in Sources */, BB96C32B2BE833AD00E24C1C /* SeriesForm.swift in Sources */, + 809CDA2F2FADE7FC0040E02A /* ArtistSort.swift in Sources */, BBF583B22BABAE8C00AFA7FB /* Loading.swift in Sources */, BB6F23A92B6A039400A4347A /* MovieReleasesView.swift in Sources */, BB7666CF2BA51F49009D4F68 /* Calendar.swift in Sources */, BBD3F2D82BFA578000DE5D8E /* MediaHistory.swift in Sources */, + 8099E39E2FB753C70013E14B /* AlbumTrackModel.swift in Sources */, BBA50F4F2D760CAA008A16FA /* SettingsIconLabelStyle.swift in Sources */, BBE1E43F2B51F61700946222 /* MovieLookup.swift in Sources */, BBE564DF2DC99A8C005C26B6 /* MovieGridCard.swift in Sources */, 2B949CE72CC92F370088B1A8 /* History.swift in Sources */, BBAED12D2B72D444006C6CF2 /* ButtonLabel.swift in Sources */, + 8029308F2FB0288900BD78FE /* ArtistDetails.swift in Sources */, + 80D706552FB5A102009D1CDB /* AlbumCard.swift in Sources */, BBC6CEF72BE69BEE00F71839 /* MediaFile.swift in Sources */, + 96D15BE72FAD81DF00F67348 /* Album.swift in Sources */, BB4140C62B71CA89007C7DA4 /* MovieReleaseSort.swift in Sources */, + 8099E3AE2FB975AA0013E14B /* AudioMediaFileSheet.swift in Sources */, BB204F592CBCE2CD00ACDC0B /* LinkContextMenu.swift in Sources */, + 8029307B2FAF08D100BD78FE /* ArtistsGridCard.swift in Sources */, BBF7BFDE2BE4971D00B485FA /* InformationList.swift in Sources */, BB94F1B92B7E7B870050F6A0 /* InstanceWebhook.swift in Sources */, 798010BF2B6268DE00BBC056 /* MovieSort.swift in Sources */, @@ -1301,16 +1528,21 @@ BBAED12B2B7205A9006C6CF2 /* Helpers.swift in Sources */, BB96C3292BE8337300E24C1C /* SeriesPreviewView.swift in Sources */, BBD3F2D62BFA55FE00DE5D8E /* MediaQuality.swift in Sources */, + 802930732FAEF6BA00BD78FE /* ArtistGridPoster.swift in Sources */, + 802930792FAF024300BD78FE /* ArtistsLinks.swift in Sources */, 79159D712B5955A800F7F997 /* API+Mock.swift in Sources */, BBE7F8A92B6424350014DD57 /* RadarrInstance.swift in Sources */, BBB1A4C42E21DD7C000ADA39 /* TagList.swift in Sources */, + 80BE51022FB1FA3800B60BE1 /* AlbumTrackFileModel.swift in Sources */, BBE7F8A72B6423A60014DD57 /* Movies.swift in Sources */, BB30A44E2DCFA7BA005ACC0D /* SeriesGridCard.swift in Sources */, + 802930852FB0212600BD78FE /* AlbumView.swift in Sources */, BB01B1F42B6465730025FAF4 /* View.swift in Sources */, BB865E612B83C11E00ADCEFE /* Error.swift in Sources */, BBF94F652B50C88300300EBA /* Instance.swift in Sources */, BBE8286A2B4F325400C1E1D9 /* SeriesView.swift in Sources */, BB585E892BF55EF400A9AF25 /* EpisodeContextMenu.swift in Sources */, + 802930972FB0316800BD78FE /* AudioMediaQuality.swift in Sources */, BBAFC7EC2BB8704000245D10 /* CustomFormat.swift in Sources */, BBA50F512D761754008A16FA /* SearchingIndicator.swift in Sources */, BB1273D22D9317DB004F6E23 /* Formatters.swift in Sources */, @@ -1319,6 +1551,7 @@ BB09B9B62B9FAF6D00FA6586 /* MoviePreviewView.swift in Sources */, BB50F2292C3B3322005E14CA /* ActivityView+Toolbar.swift in Sources */, BBB3C9142F47E68F001BDDF8 /* MediaGrid+Content.swift in Sources */, + 96D15BDF2FAACBF700F67348 /* LidarrInstance.swift in Sources */, BBA733632BB4C1F400A5022B /* MovieMetadataView.swift in Sources */, BBBB08D42B77FBC700BADBA1 /* IconsView.swift in Sources */, BBF583BD2BACA3B200AFA7FB /* Series.swift in Sources */, @@ -1328,6 +1561,7 @@ BBB574B02F4CEFD1009B1DD0 /* Links.swift in Sources */, BB89058B2E41359E0057C62B /* SeasonCard.swift in Sources */, BB2370E22DCE76F500261710 /* QueueItem.swift in Sources */, + 8029307F2FB0210100BD78FE /* ArtistItemView.swift in Sources */, BB6EB88B2BF00FA900066FB4 /* DateDecodingStrategy.swift in Sources */, 79159D6C2B5953D700F7F997 /* Dependencies.swift in Sources */, BBB8AED42C10DA1A00AA2D9C /* QueueItemSheet.swift in Sources */, @@ -1335,6 +1569,7 @@ BBD3F7D82BE9AD9E0050D9A0 /* SeriesReleaseRow.swift in Sources */, BBF94F632B508F8B00300EBA /* MovieView.swift in Sources */, BBFDEB842BD5B78B009F002F /* SettingsLinksSection.swift in Sources */, + 8099E3A02FB754970013E14B /* AlbumTrack.swift in Sources */, BB8A602A2B97840F0039CFF6 /* InstanceView+Notifications.swift in Sources */, BBBCA0582BE936F300BAE374 /* Season.swift in Sources */, BB507D322BD99C0300EC4016 /* SeriesDetails+Overview.swift in Sources */, @@ -1346,12 +1581,17 @@ BBC77E242B7AAD3300573EBD /* InstanceView.swift in Sources */, BBC309DA2BED7FE4004080FD /* Environment.swift in Sources */, BBD3F7D22BE9A6320050D9A0 /* SeriesReleasesView.swift in Sources */, + 809CDA312FAE06AD0040E02A /* ArtistsView+Toolbar.swift in Sources */, + 96D15BE32FAACC6900F67348 /* Artist.swift in Sources */, BB63E1F02C17DE1A00BCCA94 /* Intents.swift in Sources */, BBF583B92BAC99CA00AFA7FB /* CalendarDate.swift in Sources */, + 802930912FB0289500BD78FE /* ArtistForm.swift in Sources */, BB25DC6A2B63161E00FE55A0 /* MovieForm.swift in Sources */, BB507D2C2BD9909D00EC4016 /* SeriesItemView.swift in Sources */, + 802930812FB0211200BD78FE /* ArtistEditView.swift in Sources */, BB05C9072B86E247009B6444 /* MovieRatings.swift in Sources */, BB50F2272C3B06AD005E14CA /* QueueListItem.swift in Sources */, + 80D706492FB40DFE009D1CDB /* AlbumModel.swift in Sources */, BBD3F7D42BE9A8410050D9A0 /* SeriesReleases.swift in Sources */, BB96C3272BE8327500E24C1C /* SeriesSearchView.swift in Sources */, BBBCA05A2BE93FDF00BAE374 /* SeasonView+Episode.swift in Sources */, @@ -1368,6 +1608,7 @@ BBF583BB2BAC9A0A00AFA7FB /* CalendarMedia.swift in Sources */, BBD3F7DA2BE9E31F0050D9A0 /* SeriesReleaseSheet.swift in Sources */, BB3CC7212C192C980024FA90 /* MovieDefaults.swift in Sources */, + 8029308D2FB0242B00BD78FE /* ArtistDefaults.swift in Sources */, BB89BCA82CAB853E006F8728 /* HiddenReleases.swift in Sources */, BBC309DC2BED95DF004080FD /* AppDelegateMac.swift in Sources */, BB8A60282B952D710039CFF6 /* Subscription.swift in Sources */, @@ -1378,6 +1619,7 @@ BBB8691F2B6CAE26009C1A54 /* MovieReleases.swift in Sources */, BB6942EA2D8A0BBC00ED7288 /* API+Live.swift in Sources */, BB6F23AB2B6ABB8700A4347A /* SettingsAboutSection.swift in Sources */, + 804994C52FBD8A56004BF48E /* calendar-albums.json in Sources */, BB42B7CB2DCD26AB00DA73A3 /* TaskImportView.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -1455,7 +1697,7 @@ "@executable_path/../../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 26.0; - MARKETING_VERSION = 1.8.3; + MARKETING_VERSION = 1.9; PRODUCT_BUNDLE_IDENTIFIER = com.ruddarr.notifications; PRODUCT_NAME = "$(TARGET_NAME)"; REGISTER_APP_GROUPS = YES; @@ -1492,7 +1734,7 @@ "@executable_path/../../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 26.0; - MARKETING_VERSION = 1.8.3; + MARKETING_VERSION = 1.9; PRODUCT_BUNDLE_IDENTIFIER = com.ruddarr.notifications; PRODUCT_NAME = "$(TARGET_NAME)"; REGISTER_APP_GROUPS = YES; @@ -1672,7 +1914,7 @@ LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; MACOSX_DEPLOYMENT_TARGET = 26.0; - MARKETING_VERSION = 1.8.3; + MARKETING_VERSION = 1.9; PRODUCT_BUNDLE_IDENTIFIER = com.ruddarr; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -1737,7 +1979,7 @@ LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks"; "LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks"; MACOSX_DEPLOYMENT_TARGET = 26.0; - MARKETING_VERSION = 1.8.3; + MARKETING_VERSION = 1.9; PRODUCT_BUNDLE_IDENTIFIER = com.ruddarr; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/Ruddarr/AppShortcuts.xcstrings b/Ruddarr/AppShortcuts.xcstrings index 09f4e79a..09f93c68 100644 --- a/Ruddarr/AppShortcuts.xcstrings +++ b/Ruddarr/AppShortcuts.xcstrings @@ -18,6 +18,20 @@ } } }, + "Search for artist in ${applicationName}" : { + "extractionState" : "extracted_with_value", + "localizations" : { + "en" : { + "stringSet" : { + "state" : "new", + "values" : [ + "Search for artist in ${applicationName}", + "Add artist to ${applicationName}" + ] + } + } + } + }, "Search for movie in ${applicationName}" : { "extractionState" : "extracted_with_value", "localizations" : { diff --git a/Ruddarr/Dependencies/API/API+Live.swift b/Ruddarr/Dependencies/API/API+Live.swift index 694c7553..1550d769 100644 --- a/Ruddarr/Dependencies/API/API+Live.swift +++ b/Ruddarr/Dependencies/API/API+Live.swift @@ -2,319 +2,558 @@ import Foundation extension API { static var live: Self { - .init(fetchMovies: { instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/movie") - - var movies: [Movie] = try await request(url: url, headers: instance.auth, timeout: instance.timeout(.slow)) - for i in movies.indices { movies[i].instanceId = instance.id } - return movies - }, lookupMovies: { instance, query in - let url = try instance.baseURL() - .appending(path: "/api/v3/movie/lookup") - .appending(queryItems: [.init(name: "term", value: query)]) - - return try await request(url: url, headers: instance.auth) - }, lookupMovieReleases: { movieId, instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/release") - .appending(queryItems: [.init(name: "movieId", value: String(movieId))]) - - return try await request(url: url, headers: instance.auth, timeout: instance.timeout(.releaseSearch)) - }, getMovie: { movieId, instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/movie") - .appending(path: String(movieId)) - - return try await request(url: url, headers: instance.auth) - }, getMovieHistory: { movieId, instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/history/movie") - .appending(queryItems: [.init(name: "movieId", value: String(movieId))]) - - return try await request(url: url, headers: instance.auth) - }, getMovieFiles: { movieId, instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/moviefile") - .appending(queryItems: [.init(name: "movieId", value: String(movieId))]) - - return try await request(url: url, headers: instance.auth) - }, getMovieExtraFiles: { movieId, instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/extrafile") - .appending(queryItems: [.init(name: "movieId", value: String(movieId))]) - - return try await request(url: url, headers: instance.auth) - }, addMovie: { movie, instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/movie") - - return try await request(method: .post, url: url, headers: instance.auth, body: movie) - }, updateMovie: { movie, moveFiles, instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/movie/editor") - - let body = MovieEditorResource( - movieIds: [movie.id], - monitored: movie.monitored, - qualityProfileId: movie.qualityProfileId, - minimumAvailability: movie.minimumAvailability, - rootFolderPath: movie.rootFolderPath, - tags: movie.tags, - applyTags: "replace", - moveFiles: moveFiles ? true : nil - ) - - return try await request(method: .put, url: url, headers: instance.auth, body: body) - }, deleteMovie: { movie, addExclusion, deleteFildes, instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/movie") - .appending(path: String(movie.id)) - .appending(queryItems: [ - .init(name: "deleteFiles", value: deleteFildes ? "true" : "false"), - .init(name: "addImportExclusion", value: addExclusion ? "true" : "false"), - ]) - - return try await request(method: .delete, url: url, headers: instance.auth) - }, deleteMovieFile: { file, instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/moviefile") - .appending(path: String(file.id)) - - return try await request(method: .delete, url: url, headers: instance.auth) - }, fetchSeries: { instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/series") - - var series: [Series] = try await request(url: url, headers: instance.auth, timeout: instance.timeout(.slow)) - for i in series.indices { series[i].instanceId = instance.id } - return series - }, fetchEpisodes: { seriesId, instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/episode") - .appending(queryItems: [.init(name: "seriesId", value: String(seriesId))]) - - var episodes: [Episode] = try await request(url: url, headers: instance.auth) - for i in episodes.indices { episodes[i].instanceId = instance.id } - return episodes - }, fetchEpisodeFiles: { seriesId, instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/episodeFile") - .appending(queryItems: [.init(name: "seriesId", value: String(seriesId))]) - - return try await request(url: url, headers: instance.auth) - }, lookupSeries: { instance, query in - let url = try instance.baseURL() - .appending(path: "/api/v3/series/lookup") - .appending(queryItems: [.init(name: "term", value: query)]) - - return try await request(url: url, headers: instance.auth, timeout: instance.timeout(.slow)) - }, lookupSeriesReleases: { seriesId, seasonId, episodeId, instance in - var url = URL(string: instance.url)! - .appending(path: "/api/v3/release") - - if let episode = episodeId { - url = url.appending(queryItems: [.init(name: "episodeId", value: String(episode))]) - } else { - url = url.appending(queryItems: [.init(name: "seriesId", value: String(seriesId!)), .init(name: "seasonNumber", value: String(seasonId!))]) - } - - return try await request(url: url, headers: instance.auth, timeout: instance.timeout(.releaseSearch)) - }, getSeries: { series, instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/series") - .appending(path: String(series)) - - return try await request(url: url, headers: instance.auth) - }, addSeries: { series, instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/series") - - return try await request(method: .post, url: url, headers: instance.auth, body: series) - }, pushSeries: { series, instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/series") - .appending(path: String(series.id)) - - return try await request(method: .put, url: url, headers: instance.auth, body: series) - }, updateSeries: { series, moveFiles, instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/series/editor") - - let body = SeriesEditorResource( - seriesIds: [series.id], - monitored: series.monitored, - monitorNewItems: series.monitorNewItems ?? .none, - seriesType: series.seriesType, - seasonFolder: series.seasonFolder, - qualityProfileId: series.qualityProfileId, - rootFolderPath: series.rootFolderPath, - tags: series.tags, - applyTags: "replace", - moveFiles: moveFiles ? true : nil - ) - - return try await request(method: .put, url: url, headers: instance.auth, body: body) - }, deleteSeries: { series, addExclusion, deleteFiles, instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/series") - .appending(path: String(series.id)) - .appending(queryItems: [ - .init(name: "deleteFiles", value: deleteFiles ? "true" : "false"), - .init(name: "addImportListExclusion", value: addExclusion ? "true" : "false"), - ]) - - return try await request(method: .delete, url: url, headers: instance.auth) - }, monitorEpisode: { ids, monitored, instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/episode/monitor") - - let body = EpisodesMonitorResource(episodeIds: ids, monitored: monitored) - - return try await request(method: .put, url: url, headers: instance.auth, body: body) - }, getEpisodeHistory: { id, instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/history") - .appending(queryItems: [.init(name: "episodeId", value: String(id))]) - - return try await request(url: url, headers: instance.auth) - }, deleteEpisodeFile: { file, instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/episodefile") - .appending(path: String(file.id)) - - return try await request(method: .delete, url: url, headers: instance.auth) - }, deleteEpisodeFiles: { files, instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/episodefile/bulk") - - let body = EpisodeDeleteResource(episodeFileIds: files.map(\.id)) - - return try await request(method: .delete, url: url, headers: instance.auth, body: body) - }, movieCalendar: { start, end, instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/calendar") - .appending(queryItems: [ - .init(name: "unmonitored", value: "true"), - .init(name: "start", value: start.formatted(.iso8601)), - .init(name: "end", value: end.formatted(.iso8601)), - ]) - - var movies: [Movie] = try await request(url: url, headers: instance.auth, timeout: instance.timeout(.slow)) - for i in movies.indices { movies[i].instanceId = instance.id } - return movies - }, episodeCalendar: { start, end, instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/calendar") - .appending(queryItems: [ - .init(name: "unmonitored", value: "true"), - .init(name: "includeSeries", value: "true"), - .init(name: "start", value: start.formatted(.iso8601)), - .init(name: "end", value: end.formatted(.iso8601)), - ]) - - var episodes: [Episode] = try await request(url: url, headers: instance.auth, timeout: instance.timeout(.slow)) - for i in episodes.indices { episodes[i].instanceId = instance.id } - return episodes - }, command: { command, instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/command") - - return try await request(method: .post, url: url, headers: instance.auth, body: command.payload) - }, downloadRelease: { payload, instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/release") - - return try await request(method: .post, url: url, headers: instance.auth, body: payload, timeout: instance.timeout(.releaseDownload)) - }, systemStatus: { instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/system/status") - - return try await request(url: url, headers: instance.auth) - }, rootFolders: { instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/rootfolder") - - return try await request(url: url, headers: instance.auth, timeout: instance.timeout(.slow)) - }, qualityProfiles: { instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/qualityprofile") - return try await request(url: url, headers: instance.auth) - }, getTags: { instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/tag") - - return try await request(url: url, headers: instance.auth) - }, fetchQueueTasks: { instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/queue") - .appending(queryItems: [ - .init(name: "includeMovie", value: "true"), - .init(name: "includeSeries", value: "true"), - .init(name: "includeEpisode", value: "true"), - .init(name: "pageSize", value: "100"), - ]) - - var items: QueueItems = try await request(url: url, headers: instance.auth) - for i in items.records.indices { items.records[i].instanceId = instance.id } - return items - }, deleteQueueTask: { task, remove, block, search, instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/queue") - .appending(path: String(task)) - .appending(queryItems: [ - .init(name: "removeFromClient", value: remove ? "true" : "false"), - .init(name: "blocklist", value: block ? "true" : "false"), - .init(name: "skipRedownload", value: search ? "false" : "true"), - ]) - - return try await request(method: .delete, url: url, headers: instance.auth) - }, fetchImportableFiles: { downloadId, instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/manualimport") - .appending(queryItems: [ - .init(name: "downloadId", value: downloadId), - .init(name: "filterExistingFiles", value: "false"), - ]) - - return try await request(url: url, headers: instance.auth) - }, fetchHistory: { type, page, limit, instance in - var url = URL(string: instance.url)! - .appending(path: "/api/v3/history") - .appending(queryItems: [ - .init(name: "page", value: String(page)), - .init(name: "pageSize", value: String(limit)), - ]) - - if let type { - url = url.appending(queryItems: [.init(name: "eventType", value: String(type))]) - } - - var history: MediaHistory = try await request(url: url, headers: instance.auth) - for i in history.records.indices { history.records[i].instanceId = instance.id } - return history - }, fetchNotifications: { instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/notification") - - return try await request(url: url, headers: instance.auth) - }, createNotification: { model, instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/notification") - - return try await request(method: .post, url: url, headers: instance.auth, body: model) - }, updateNotification: { model, instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/notification") - .appending(path: String(model.id ?? 0)) - - return try await request(method: .put, url: url, headers: instance.auth, body: model) - }, deleteNotification: { model, instance in - let url = try instance.baseURL() - .appending(path: "/api/v3/notification") - .appending(path: String(model.id ?? 0)) - - return try await request(method: .delete, url: url, headers: instance.auth) - }) + .init( + // Start Radarr suite + fetchMovies: { instance in + let url = try instance.baseURL() + .appending(path: "/api/v3/movie") + + var movies: [Movie] = try await request(url: url, headers: instance.auth, timeout: instance.timeout(.slow)) + for i in movies.indices { movies[i].instanceId = instance.id } + return movies + }, lookupMovies: { instance, query in + let url = try instance.baseURL() + .appending(path: "/api/v3/movie/lookup") + .appending(queryItems: [.init(name: "term", value: query)]) + + return try await request(url: url, headers: instance.auth) + }, lookupMovieReleases: { movieId, instance in + let url = try instance.baseURL() + .appending(path: "/api/v3/release") + .appending(queryItems: [.init(name: "movieId", value: String(movieId))]) + + return try await request(url: url, headers: instance.auth, timeout: instance.timeout(.releaseSearch)) + }, getMovie: { movieId, instance in + let url = try instance.baseURL() + .appending(path: "/api/v3/movie") + .appending(path: String(movieId)) + + return try await request(url: url, headers: instance.auth) + }, getMovieHistory: { movieId, instance in + let url = try instance.baseURL() + .appending(path: "/api/v3/history/movie") + .appending(queryItems: [.init(name: "movieId", value: String(movieId))]) + + return try await request(url: url, headers: instance.auth) + }, getMovieFiles: { movieId, instance in + let url = try instance.baseURL() + .appending(path: "/api/v3/moviefile") + .appending(queryItems: [.init(name: "movieId", value: String(movieId))]) + + return try await request(url: url, headers: instance.auth) + }, getMovieExtraFiles: { movieId, instance in + let url = try instance.baseURL() + .appending(path: "/api/v3/extrafile") + .appending(queryItems: [.init(name: "movieId", value: String(movieId))]) + + return try await request(url: url, headers: instance.auth) + }, addMovie: { movie, instance in + let url = try instance.baseURL() + .appending(path: "/api/v3/movie") + + return try await request(method: .post, url: url, headers: instance.auth, body: movie) + }, updateMovie: { movie, moveFiles, instance in + let url = try instance.baseURL() + .appending(path: "/api/v3/movie/editor") + + let body = MovieEditorResource( + movieIds: [movie.id], + monitored: movie.monitored, + qualityProfileId: movie.qualityProfileId, + minimumAvailability: movie.minimumAvailability, + rootFolderPath: movie.rootFolderPath, + tags: movie.tags, + applyTags: "replace", + moveFiles: moveFiles ? true : nil + ) + + return try await request(method: .put, url: url, headers: instance.auth, body: body) + }, deleteMovie: { movie, addExclusion, deleteFildes, instance in + let url = try instance.baseURL() + .appending(path: "/api/v3/movie") + .appending(path: String(movie.id)) + .appending(queryItems: [ + .init(name: "deleteFiles", value: deleteFildes ? "true" : "false"), + .init(name: "addImportExclusion", value: addExclusion ? "true" : "false"), + ]) + + return try await request(method: .delete, url: url, headers: instance.auth) + }, deleteMovieFile: { file, instance in + let url = try instance.baseURL() + .appending(path: "/api/v3/moviefile") + .appending(path: String(file.id)) + + return try await request(method: .delete, url: url, headers: instance.auth) + }, + + // Start Lidarr suite + fetchArtists: { instance in + let url = try instance.baseURL() + .appending(path: "/api/v1/artist") + + var artists: [Artist] = try await request(url: url, headers: instance.auth, timeout: instance.timeout(.slow)) + for i in artists.indices { artists[i].instanceId = instance.id } + return artists + }, fetchAlbums: { artistId, instance in + let url = try instance.baseURL() + .appending(path: "/api/v1/album") + .appending(queryItems: [ + .init(name: "artistId", value: "\(artistId)") + ]) + + var albums: [Album] = try await request(url: url, headers: instance.auth, timeout: instance.timeout(.slow)) + for i in albums.indices { albums[i].instanceId = instance.id } + return albums + }, fetchAlbumTracks: { albumId, instance in + let url = try instance.baseURL() + .appending(path: "/api/v1/track") + .appending(queryItems: [ + .init(name: "albumId", value: String(albumId)) + ]) + + return try await request(url: url, headers: instance.auth, timeout: instance.timeout(.slow)) + }, fetchArtistTracks: { artistId, instance in + let url = try instance.baseURL() + .appending(path: "/api/v1/track") + .appending(queryItems: [ + .init(name: "artistId", value: String(artistId)) + ]) + + return try await request(url: url, headers: instance.auth, timeout: instance.timeout(.slow)) + }, fetchArtistTrackFiles: { artistId, instance in + let url = try instance.baseURL() + .appending(path: "/api/v1/trackfile") + .appending(queryItems: [ + .init(name: "artistId", value: String(artistId)) + ]) + + return try await request(url: url, headers: instance.auth, timeout: instance.timeout(.slow)) + }, lookupArtists: { instance, query in + let url = try instance.baseURL() + .appending(path: "/api/v1/artist/lookup") + .appending(queryItems: [.init(name: "term", value: query)]) + + return try await request(url: url, headers: instance.auth, timeout: instance.timeout(.slow)) + }, lookupArtistReleases: { artistId, albumId, instance in + var url = URL(string: instance.url)! + .appending(path: "/api/v1/release") + + if let album = albumId { + url = url.appending(queryItems: [.init(name: "albumId", value: String(album))]) + } else { + url = url.appending(queryItems: [.init(name: "artistId", value: String(artistId!))]) + } + + return try await request(url: url, headers: instance.auth, timeout: instance.timeout(.releaseSearch)) + }, getArtist: { artistId, instance in + let url = try instance.baseURL() + .appending(path: "/api/v1/artist") + .appending(path: String(artistId)) + + return try await request(url: url, headers: instance.auth) + }, getArtistHistory: { artistId, instance in + let url = try instance.baseURL() + .appending(path: "/api/v1/history/artist") + .appending(queryItems: [ + .init(name: "artistId", value: String(artistId)), + .init(name: "includeArtist", value: "true"), + .init(name: "includeAlbum", value: "true"), + .init(name: "includeTrack", value: "true"), + ]) + + return try await request(url: url, headers: instance.auth) + }, addArtist: { artist, instance in + let url = try instance.baseURL() + .appending(path: "/api/v1/artist") + + return try await request(method: .post, url: url, headers: instance.auth, body: artist) + }, pushArtist: { artist, instance in + let url = try instance.baseURL() + .appending(path: "/api/v1/artist") + .appending(path: String(artist.id)) + + let body = ArtistUpdateResource( + id: artist.id, + monitored: artist.monitored, + monitorNewItems: artist.monitorNewItems ?? .none, + qualityProfileId: artist.qualityProfileId, + metadataProfileId: artist.metadataProfileId, + path: artist.path, + rootFolderPath: artist.rootFolderPath, + ) + + return try await request(method: .put, url: url, headers: instance.auth, body: body) + }, updateArtist: { artist, moveFiles, instance in + let url = try instance.baseURL() + .appending(path: "/api/v1/artist") + .appending(queryItems: [ + .init(name: "moveFiles", value: moveFiles ? "true" : "false") + ]) + + let body = ArtistUpdateResource( + id: artist.id, + monitored: artist.monitored, + monitorNewItems: artist.monitorNewItems ?? .none, + qualityProfileId: artist.qualityProfileId, + metadataProfileId: artist.metadataProfileId, + path: artist.path, + rootFolderPath: artist.rootFolderPath, + ) + + return try await request(method: .put, url: url, headers: instance.auth, body: body) + }, deleteArtist: { artist, addExclusion, deleteFiles, instance in + let url = try instance.baseURL() + .appending(path: "/api/v1/artist") + .appending(path: String(artist.id)) + .appending(queryItems: [ + .init(name: "deleteFiles", value: deleteFiles ? "true" : "false"), + .init(name: "addImportListExclusion", value: addExclusion ? "true" : "false"), + ]) + + return try await request(method: .delete, url: url, headers: instance.auth) + }, getAlbum: { album, instance in + let url = try instance.baseURL() + .appending(path: "/api/v1/album") + .appending(path: String(album.id)) + + return try await request(url: url, headers: instance.auth) + }, getAlbumHistory: { artistId, albumId, instance in + let url = try instance.baseURL() + .appending(path: "/api/v1/history") + .appending(queryItems: [ + .init(name: "artistIds", value: String(artistId)), + .init(name: "albumId", value: String(albumId)), + .init(name: "includeArtist", value: "true"), + .init(name: "includeAlbum", value: "true"), + .init(name: "includeTrack", value: "true"), + ]) + + return try await request(url: url, headers: instance.auth) + }, addAlbum: { album, instance in + let url = try instance.baseURL() + .appending(path: "/api/v1/album") + .appending(path: String(album.id)) + + return try await request(url: url, headers: instance.auth) + }, monitorAlbum: { ids, monitored, instance in + let url = try instance.baseURL() + .appending(path: "/api/v1/album/monitor") + + let body = AlbumMonitorResource( + albumIds: ids, + monitored: monitored + ) + + return try await request(method: .put, url: url, headers: instance.auth, body: body) + }, pushAlbum: { album, instance in + let url = try instance.baseURL() + .appending(path: "/api/v1/album/monitor") + + let body = AlbumMonitorResource( + albumIds: [album.id], + monitored: album.monitored + ) + + return try await request(method: .put, url: url, headers: instance.auth, body: body) + }, deleteAlbum: { album, addExclusion, deleteFiles, instance in + let url = try instance.baseURL() + .appending(path: "/api/v1/album") + .appending(path: String(album.id)) + .appending(queryItems: [ + .init(name: "deleteFiles", value: deleteFiles ? "true" : "false"), + .init(name: "addImportListExclusion", value: addExclusion ? "true" : "false"), + ]) + + return try await request(method: .delete, url: url, headers: instance.auth) + }, deleteTrackFile: { track, instance in + let url = try instance.baseURL() + .appending(path: "/api/v1/trackfile") + .appending(path: String(track.id)) + + return try await request(method: .delete, url: url, headers: instance.auth) + }, deleteTrackFiles: { files, instance in + let url = try instance.baseURL() + .appending(path: "/api/v1/trackfile/bulk") + + let body = ArtistDeleteResource(trackFileIds: files.map(\.id)) + + return try await request(method: .delete, url: url, headers: instance.auth, body: body) + }, + + // Start Sonarr suite + fetchSeries: { instance in + let url = try instance.baseURL() + .appending(path: "/api/v3/series") + + var series: [Series] = try await request(url: url, headers: instance.auth, timeout: instance.timeout(.slow)) + for i in series.indices { series[i].instanceId = instance.id } + return series + }, fetchEpisodes: { seriesId, instance in + let url = try instance.baseURL() + .appending(path: "/api/v3/episode") + .appending(queryItems: [.init(name: "seriesId", value: String(seriesId))]) + + var episodes: [Episode] = try await request(url: url, headers: instance.auth) + for i in episodes.indices { episodes[i].instanceId = instance.id } + return episodes + }, fetchEpisodeFiles: { seriesId, instance in + let url = try instance.baseURL() + .appending(path: "/api/v3/episodeFile") + .appending(queryItems: [.init(name: "seriesId", value: String(seriesId))]) + + return try await request(url: url, headers: instance.auth) + }, lookupSeries: { instance, query in + let url = try instance.baseURL() + .appending(path: "/api/v3/series/lookup") + .appending(queryItems: [.init(name: "term", value: query)]) + + return try await request(url: url, headers: instance.auth, timeout: instance.timeout(.slow)) + }, lookupSeriesReleases: { seriesId, seasonId, episodeId, instance in + var url = URL(string: instance.url)! + .appending(path: "/api/v3/release") + + if let episode = episodeId { + url = url.appending(queryItems: [.init(name: "episodeId", value: String(episode))]) + } else { + url = url.appending(queryItems: [.init(name: "seriesId", value: String(seriesId!)), .init(name: "seasonNumber", value: String(seasonId!))]) + } + + return try await request(url: url, headers: instance.auth, timeout: instance.timeout(.releaseSearch)) + }, getSeries: { series, instance in + let url = try instance.baseURL() + .appending(path: "/api/v3/series") + .appending(path: String(series)) + + return try await request(url: url, headers: instance.auth) + }, addSeries: { series, instance in + let url = try instance.baseURL() + .appending(path: "/api/v3/series") + + return try await request(method: .post, url: url, headers: instance.auth, body: series) + }, pushSeries: { series, instance in + let url = try instance.baseURL() + .appending(path: "/api/v3/series") + .appending(path: String(series.id)) + + return try await request(method: .put, url: url, headers: instance.auth, body: series) + }, updateSeries: { series, moveFiles, instance in + let url = try instance.baseURL() + .appending(path: "/api/v3/series/editor") + + let body = SeriesEditorResource( + seriesIds: [series.id], + monitored: series.monitored, + monitorNewItems: series.monitorNewItems ?? .none, + seriesType: series.seriesType, + seasonFolder: series.seasonFolder, + qualityProfileId: series.qualityProfileId, + rootFolderPath: series.rootFolderPath, + tags: series.tags, + applyTags: "replace", + moveFiles: moveFiles ? true : nil + ) + + return try await request(method: .put, url: url, headers: instance.auth, body: body) + }, deleteSeries: { series, addExclusion, deleteFiles, instance in + let url = try instance.baseURL() + .appending(path: "/api/v3/series") + .appending(path: String(series.id)) + .appending(queryItems: [ + .init(name: "deleteFiles", value: deleteFiles ? "true" : "false"), + .init(name: "addImportListExclusion", value: addExclusion ? "true" : "false"), + ]) + + return try await request(method: .delete, url: url, headers: instance.auth) + }, monitorEpisode: { ids, monitored, instance in + let url = try instance.baseURL() + .appending(path: "/api/v3/episode/monitor") + + let body = EpisodesMonitorResource(episodeIds: ids, monitored: monitored) + + return try await request(method: .put, url: url, headers: instance.auth, body: body) + }, getEpisodeHistory: { id, instance in + let url = try instance.baseURL() + .appending(path: "/api/v3/history") + .appending(queryItems: [.init(name: "episodeId", value: String(id))]) + + return try await request(url: url, headers: instance.auth) + }, deleteEpisodeFile: { file, instance in + let url = try instance.baseURL() + .appending(path: "/api/v3/episodefile") + .appending(path: String(file.id)) + + return try await request(method: .delete, url: url, headers: instance.auth) + }, deleteEpisodeFiles: { files, instance in + let url = try instance.baseURL() + .appending(path: "/api/v3/episodefile/bulk") + + let body = EpisodeDeleteResource(episodeFileIds: files.map(\.id)) + + return try await request(method: .delete, url: url, headers: instance.auth, body: body) + }, + + // Instance calendars + albumCalendar: { start, end, instance in + let url = try instance.baseURL() + .appending(path: "/api/v1/calendar") + .appending(queryItems: [ + .init(name: "unmonitored", value: "true"), + .init(name: "start", value: start.formatted(.iso8601)), + .init(name: "end", value: end.formatted(.iso8601)), + ]) + + var albums: [Album] = try await request(url: url, headers: instance.auth, timeout: instance.timeout(.slow)) + for i in albums.indices { albums[i].instanceId = instance.id } + return albums + }, movieCalendar: { start, end, instance in + let url = try instance.baseURL() + .appending(path: "/api/v3/calendar") + .appending(queryItems: [ + .init(name: "unmonitored", value: "true"), + .init(name: "start", value: start.formatted(.iso8601)), + .init(name: "end", value: end.formatted(.iso8601)), + ]) + + var movies: [Movie] = try await request(url: url, headers: instance.auth, timeout: instance.timeout(.slow)) + for i in movies.indices { movies[i].instanceId = instance.id } + return movies + }, episodeCalendar: { start, end, instance in + let url = try instance.baseURL() + .appending(path: "/api/v3/calendar") + .appending(queryItems: [ + .init(name: "unmonitored", value: "true"), + .init(name: "includeSeries", value: "true"), + .init(name: "start", value: start.formatted(.iso8601)), + .init(name: "end", value: end.formatted(.iso8601)), + ]) + + var episodes: [Episode] = try await request(url: url, headers: instance.auth, timeout: instance.timeout(.slow)) + for i in episodes.indices { episodes[i].instanceId = instance.id } + return episodes + }, + + // Generic instance requests + command: { command, instance in + let apiVersion = instance.type == .lidarr ? "v1" : "v3" + let url = try instance.baseURL() + .appending(path: "/api/\(apiVersion)/command") + + return try await request(method: .post, url: url, headers: instance.auth, body: command.payload) + }, downloadRelease: { payload, instance in + let apiVersion = instance.type == .lidarr ? "v1" : "v3" + let url = try instance.baseURL() + .appending(path: "/api/\(apiVersion)/release") + + return try await request(method: .post, url: url, headers: instance.auth, body: payload, timeout: instance.timeout(.releaseDownload)) + }, systemStatus: { instance in + let apiVersion = instance.type == .lidarr ? "v1" : "v3" + let url = try instance.baseURL() + .appending(path: "/api/\(apiVersion)/system/status") + + return try await request(url: url, headers: instance.auth) + }, rootFolders: { instance in + let apiVersion = instance.type == .lidarr ? "v1" : "v3" + let url = try instance.baseURL() + .appending(path: "/api/\(apiVersion)/rootfolder") + + return try await request(url: url, headers: instance.auth, timeout: instance.timeout(.slow)) + }, qualityProfiles: { instance in + let apiVersion = instance.type == .lidarr ? "v1" : "v3" + let url = try instance.baseURL() + .appending(path: "/api/\(apiVersion)/qualityprofile") + return try await request(url: url, headers: instance.auth) + }, metadataProfiles: { instance in + // Only supported by Lidarr + let url = try instance.baseURL() + .appending(path: "/api/v1/metadataprofile") + return try await request(url: url, headers: instance.auth) + }, getTags: { instance in + let apiVersion = instance.type == .lidarr ? "v1" : "v3" + let url = try instance.baseURL() + .appending(path: "/api/\(apiVersion)/tag") + + return try await request(url: url, headers: instance.auth) + }, fetchQueueTasks: { instance in + let apiVersion = instance.type == .lidarr ? "v1" : "v3" + let url = try instance.baseURL() + .appending(path: "/api/\(apiVersion)/queue") + .appending(queryItems: [ + .init(name: "includeMovie", value: "true"), + .init(name: "includeSeries", value: "true"), + .init(name: "includeEpisode", value: "true"), + .init(name: "includeArtist", value: "true"), + .init(name: "includeAlbum", value: "true"), + .init(name: "includeUnknownArtistItems", value: "true"), + .init(name: "pageSize", value: "100"), + ]) + + var items: QueueItems = try await request(url: url, headers: instance.auth) + for i in items.records.indices { items.records[i].instanceId = instance.id } + return items + }, deleteQueueTask: { task, remove, block, search, instance in + let apiVersion = instance.type == .lidarr ? "v1" : "v3" + let url = try instance.baseURL() + .appending(path: "/api/\(apiVersion)/queue") + .appending(path: String(task)) + .appending(queryItems: [ + .init(name: "removeFromClient", value: remove ? "true" : "false"), + .init(name: "blocklist", value: block ? "true" : "false"), + .init(name: "skipRedownload", value: search ? "false" : "true"), + ]) + + return try await request(method: .delete, url: url, headers: instance.auth) + }, fetchImportableFiles: { downloadId, instance in + let apiVersion = instance.type == .lidarr ? "v1" : "v3" + let url = try instance.baseURL() + .appending(path: "/api/\(apiVersion)/manualimport") + .appending(queryItems: [ + .init(name: "downloadId", value: downloadId), + .init(name: "filterExistingFiles", value: "false"), + ]) + + return try await request(url: url, headers: instance.auth) + }, fetchHistory: { type, page, limit, instance in + let apiVersion = instance.type == .lidarr ? "v1" : "v3" + var url = URL(string: instance.url)! + .appending(path: "/api/\(apiVersion)/history") + .appending(queryItems: [ + .init(name: "page", value: String(page)), + .init(name: "pageSize", value: String(limit)), + ]) + + if let type { + url = url.appending(queryItems: [.init(name: "eventType", value: String(type))]) + } + + var history: MediaHistory = try await request(url: url, headers: instance.auth) + for i in history.records.indices { history.records[i].instanceId = instance.id } + return history + }, fetchNotifications: { instance in + let apiVersion = instance.type == .lidarr ? "v1" : "v3" + let url = try instance.baseURL() + .appending(path: "/api/\(apiVersion)/notification") + + return try await request(url: url, headers: instance.auth) + }, createNotification: { model, instance in + let apiVersion = instance.type == .lidarr ? "v1" : "v3" + let url = try instance.baseURL() + .appending(path: "/api/\(apiVersion)/notification") + + return try await request(method: .post, url: url, headers: instance.auth, body: model) + }, updateNotification: { model, instance in + let apiVersion = instance.type == .lidarr ? "v1" : "v3" + let url = try instance.baseURL() + .appending(path: "/api/\(apiVersion)/notification") + .appending(path: String(model.id ?? 0)) + + return try await request(method: .put, url: url, headers: instance.auth, body: model) + }, deleteNotification: { model, instance in + let apiVersion = instance.type == .lidarr ? "v1" : "v3" + let url = try instance.baseURL() + .appending(path: "/api/\(apiVersion)/notification") + .appending(path: String(model.id ?? 0)) + + return try await request(method: .delete, url: url, headers: instance.auth) + }) } } diff --git a/Ruddarr/Dependencies/API/API+Mock.swift b/Ruddarr/Dependencies/API/API+Mock.swift index d2c13f27..1f8f0e89 100644 --- a/Ruddarr/Dependencies/API/API+Mock.swift +++ b/Ruddarr/Dependencies/API/API+Mock.swift @@ -2,207 +2,342 @@ import Foundation extension API { static var mock: Self { - .init(fetchMovies: { _ in - try await Task.sleep(for: .seconds(1)) + .init( + // Start Radarr suite + fetchMovies: { _ in + try await Task.sleep(for: .seconds(1)) + + return loadPreviewData(filename: "movies") + }, lookupMovies: { _, query in + let movies: [Movie] = loadPreviewData(filename: "movie-lookup") + try await Task.sleep(for: .seconds(1)) + + return movies.filter { + $0.title.localizedCaseInsensitiveContains(query) + } + }, lookupMovieReleases: { _, _ in + try await Task.sleep(for: .seconds(1)) + + return loadPreviewData(filename: "movie-releases") + }, getMovie: { movieId, _ in + let movies: [Movie] = loadPreviewData(filename: "movies") + try await Task.sleep(for: .seconds(2)) + + return movies.first(where: { $0.guid == movieId })! + }, getMovieHistory: { _, _ in + let events: [MediaHistoryEvent] = loadPreviewData(filename: "movie-history") + try await Task.sleep(for: .seconds(1)) + + return events + }, getMovieFiles: { _, _ in + let files: [MediaFile] = loadPreviewData(filename: "movie-files") + try await Task.sleep(for: .seconds(1)) + + return files + }, getMovieExtraFiles: { _, _ in + let files: [MovieExtraFile] = loadPreviewData(filename: "movie-extra-files") + // try await Task.sleep(for: .seconds(1)) + + return files + }, addMovie: { _, _ in + let movies: [Movie] = loadPreviewData(filename: "movies") + try await Task.sleep(for: .seconds(2)) + + return movies[0] + }, updateMovie: { _, _, _ in + try await Task.sleep(for: .seconds(2)) + + return Empty() + }, deleteMovie: { _, _, _, _ in + try await Task.sleep(for: .seconds(2)) + + return Empty() + }, deleteMovieFile: { _, _ in + try await Task.sleep(for: .seconds(2)) + + return Empty() + }, + + // Start Lidarr suite + fetchArtists: { _ in + try await Task.sleep(for: .seconds(2)) + + return loadPreviewData(filename: "artists") + }, fetchAlbums: { _, _ in + try await Task.sleep(for: .seconds(2)) + + return loadPreviewData(filename: "artist-albums") + }, fetchAlbumTracks: { _, _ in + try await Task.sleep(for: .seconds(2)) + + return loadPreviewData(filename: "album-tracks") + }, fetchArtistTracks: { _, _ in + try await Task.sleep(for: .seconds(2)) + + return loadPreviewData(filename: "artist-tracks") + }, fetchArtistTrackFiles: { _, _ in + try await Task.sleep(for: .seconds(2)) + + return loadPreviewData(filename: "artist-track-files") + }, lookupArtists: { _, _ in + try await Task.sleep(for: .seconds(2)) + + return loadPreviewData(filename: "artists") + }, lookupArtistReleases: { _, _, _ in + try await Task.sleep(for: .seconds(1)) + + return loadPreviewData(filename: "artist-releases") + }, getArtist: { _, _ in + let artists: [Artist] = loadPreviewData(filename: "artists") + try await Task.sleep(for: .seconds(2)) + + return artists[0] + }, getArtistHistory: { _, _ in + let events: MediaHistory = loadPreviewData(filename: "artist-history") + try await Task.sleep(for: .seconds(1)) + + return events + }, addArtist: { _, _ in + let artists: [Artist] = loadPreviewData(filename: "artists") + try await Task.sleep(for: .seconds(2)) + + return artists[0] + }, pushArtist: { _, _ in + let artists: [Artist] = loadPreviewData(filename: "artists") + try await Task.sleep(for: .seconds(2)) + + return artists[0] + }, updateArtist: { _, _, _ in + try await Task.sleep(for: .seconds(2)) + + return Empty() + }, deleteArtist: { _, _, _, _ in + try await Task.sleep(for: .seconds(2)) + + return Empty() + }, getAlbum: { _, _ in + let albums: [Album] = loadPreviewData(filename: "artist-albums") + try await Task.sleep(for: .seconds(2)) + + return albums[0] + }, getAlbumHistory: { _, _, _ in + let events: MediaHistory = loadPreviewData(filename: "album-history") + try await Task.sleep(for: .seconds(1)) + + return events + }, addAlbum: { _, _ in + let albums: [Album] = loadPreviewData(filename: "artist-albums") + try await Task.sleep(for: .seconds(2)) + + return albums[0] + }, monitorAlbum: { _, _, _ in + try await Task.sleep(for: .seconds(2)) + + return Empty() + }, pushAlbum: { _, _ in + let albums: [Album] = loadPreviewData(filename: "artist-albums") + try await Task.sleep(for: .seconds(2)) + + return albums[0] + }, deleteAlbum: { _, _, _, _ in + try await Task.sleep(for: .seconds(2)) + + return Empty() + }, deleteTrackFile: { _, _ in + try await Task.sleep(for: .seconds(2)) + + return Empty() + }, deleteTrackFiles: { _, _ in + try await Task.sleep(for: .seconds(2)) + + return Empty() + }, + + // Start Sonarr suite + fetchSeries: { _ in + try await Task.sleep(for: .seconds(1)) + + return loadPreviewData(filename: "series") + }, fetchEpisodes: { _, _ in + try await Task.sleep(for: .seconds(2)) + + return loadPreviewData(filename: "series-episodes") + }, fetchEpisodeFiles: { _, _ in + try await Task.sleep(for: .seconds(1)) + + return loadPreviewData(filename: "series-episode-files") + }, lookupSeries: { _, _ in + try await Task.sleep(for: .seconds(1)) + + return loadPreviewData(filename: "series-lookup") + }, lookupSeriesReleases: { _, _, _, _ in + try await Task.sleep(for: .seconds(1)) + + return loadPreviewData(filename: "series-releases") + }, getSeries: { _, _ in + let series: [Series] = loadPreviewData(filename: "series") + try await Task.sleep(for: .seconds(1)) + + return series[0] + }, addSeries: { _, _ in + let series: [Series] = loadPreviewData(filename: "series") + try await Task.sleep(for: .seconds(2)) + + return series[0] + }, pushSeries: { _, _ in + let series: [Series] = loadPreviewData(filename: "series") + try await Task.sleep(for: .seconds(2)) + + return series[0] + }, updateSeries: { _, _, _ in + try await Task.sleep(for: .seconds(2)) + + return Empty() + }, deleteSeries: { _, _, _, _ in + try await Task.sleep(for: .seconds(2)) + + return Empty() + }, monitorEpisode: { _, _, _ in + try await Task.sleep(for: .seconds(2)) + + return Empty() + }, getEpisodeHistory: { _, _ in + let events: MediaHistory = loadPreviewData(filename: "series-episode-history") + try await Task.sleep(for: .seconds(2)) + + return events + }, deleteEpisodeFile: { _, _ in + try await Task.sleep(for: .seconds(2)) + + return Empty() + }, deleteEpisodeFiles: { _, _ in + try await Task.sleep(for: .seconds(2)) + + return Empty() + }, + + // Instance calendars + + albumCalendar: { _, _, instance in + try await Task.sleep(for: .seconds(2)) + let albums: [Album] = loadPreviewData(filename: "calendar-albums") + + return modifyCalendarAlbum(albums, instance) + }, movieCalendar: { _, _, instance in + try await Task.sleep(for: .seconds(2)) + let movies: [Movie] = loadPreviewData(filename: "calendar-movies") + + return modifyCalendarMovies(movies, instance) + }, episodeCalendar: { _, _, instance in + try await Task.sleep(for: .seconds(3)) + let episodes: [Episode] = loadPreviewData(filename: "calendar-episodes") + + return modifyCalendarEpisodes(episodes, instance) + }, + + // Generic instance requests + command: { _, _ in + try await Task.sleep(for: .seconds(2)) + + return Empty() + }, downloadRelease: { _, _ in + try await Task.sleep(for: .seconds(1)) + + return Empty() + }, systemStatus: { instance in + try await Task.sleep(for: .seconds(2)) + + return InstanceStatus( + appName: instance.type.rawValue.capitalized, + instanceName: "Synology", + version: "5.2.6.8376" + ) + }, rootFolders: { _ in + try await Task.sleep(for: .seconds(1)) + + return loadPreviewData(filename: "root-folders") + }, qualityProfiles: { _ in + try await Task.sleep(for: .seconds(1)) + + return loadPreviewData(filename: "quality-profiles") + }, metadataProfiles: { _ in + try await Task.sleep(for: .seconds(1)) + + return loadPreviewData(filename: "metadata-profiles") + }, getTags: { _ in + try await Task.sleep(for: .seconds(1)) + let tags: [Tag] = loadPreviewData(filename: "tags") + return tags + }, fetchQueueTasks: { instance in + try await Task.sleep(for: .seconds(1)) + + let queuePrefix = switch instance.type { + case .sonarr: "series" + case .radarr: "movie" + case .lidarr: "artist" + } - return loadPreviewData(filename: "movies") - }, lookupMovies: { _, query in - let movies: [Movie] = loadPreviewData(filename: "movie-lookup") - try await Task.sleep(for: .seconds(1)) + let items: QueueItems = loadPreviewData( + filename: "\(queuePrefix)-queue" + ) - return movies.filter { - $0.title.localizedCaseInsensitiveContains(query) - } - }, lookupMovieReleases: { _, _ in - try await Task.sleep(for: .seconds(1)) - - return loadPreviewData(filename: "movie-releases") - }, getMovie: { movieId, _ in - let movies: [Movie] = loadPreviewData(filename: "movies") - try await Task.sleep(for: .seconds(2)) - - return movies.first(where: { $0.guid == movieId })! - }, getMovieHistory: { _, _ in - let events: [MediaHistoryEvent] = loadPreviewData(filename: "movie-history") - try await Task.sleep(for: .seconds(1)) - - return events - }, getMovieFiles: { _, _ in - let files: [MediaFile] = loadPreviewData(filename: "movie-files") - try await Task.sleep(for: .seconds(1)) - - return files - }, getMovieExtraFiles: { _, _ in - let files: [MovieExtraFile] = loadPreviewData(filename: "movie-extra-files") - // try await Task.sleep(for: .seconds(1)) - - return files - }, addMovie: { _, _ in - let movies: [Movie] = loadPreviewData(filename: "movies") - try await Task.sleep(for: .seconds(2)) - - return movies[0] - }, updateMovie: { _, _, _ in - try await Task.sleep(for: .seconds(2)) - - return Empty() - }, deleteMovie: { _, _, _, _ in - try await Task.sleep(for: .seconds(2)) - - return Empty() - }, deleteMovieFile: { _, _ in - try await Task.sleep(for: .seconds(2)) - - return Empty() - }, fetchSeries: { _ in - try await Task.sleep(for: .seconds(1)) - - return loadPreviewData(filename: "series") - }, fetchEpisodes: { _, _ in - try await Task.sleep(for: .seconds(2)) - - return loadPreviewData(filename: "series-episodes") - }, fetchEpisodeFiles: { _, _ in - try await Task.sleep(for: .seconds(1)) - - return loadPreviewData(filename: "series-episode-files") - }, lookupSeries: { _, _ in - try await Task.sleep(for: .seconds(1)) - - return loadPreviewData(filename: "series-lookup") - }, lookupSeriesReleases: { _, _, _, _ in - try await Task.sleep(for: .seconds(1)) - - return loadPreviewData(filename: "series-releases") - }, getSeries: { _, _ in - let series: [Series] = loadPreviewData(filename: "series") - try await Task.sleep(for: .seconds(1)) - - return series[0] - }, addSeries: { _, _ in - let series: [Series] = loadPreviewData(filename: "series") - try await Task.sleep(for: .seconds(2)) - - return series[0] - }, pushSeries: { _, _ in - let series: [Series] = loadPreviewData(filename: "series") - try await Task.sleep(for: .seconds(2)) - - return series[0] - }, updateSeries: { _, _, _ in - try await Task.sleep(for: .seconds(2)) - - return Empty() - }, deleteSeries: { _, _, _, _ in - try await Task.sleep(for: .seconds(2)) - - return Empty() - }, monitorEpisode: { _, _, _ in - try await Task.sleep(for: .seconds(2)) - - return Empty() - }, getEpisodeHistory: { _, _ in - let events: MediaHistory = loadPreviewData(filename: "series-episode-history") - try await Task.sleep(for: .seconds(2)) - - return events - }, deleteEpisodeFile: { _, _ in - try await Task.sleep(for: .seconds(2)) - - return Empty() - }, deleteEpisodeFiles: { _, _ in - try await Task.sleep(for: .seconds(2)) - - return Empty() - }, movieCalendar: { _, _, instance in - try await Task.sleep(for: .seconds(2)) - let movies: [Movie] = loadPreviewData(filename: "calendar-movies") - - return modifyCalendarMovies(movies, instance) - }, episodeCalendar: { _, _, instance in - try await Task.sleep(for: .seconds(3)) - let episodes: [Episode] = loadPreviewData(filename: "calendar-episodes") - - return modifyCalendarEpisodes(episodes, instance) - }, command: { _, _ in - try await Task.sleep(for: .seconds(2)) - - return Empty() - }, downloadRelease: { _, _ in - try await Task.sleep(for: .seconds(1)) - - return Empty() - }, systemStatus: { instance in - try await Task.sleep(for: .seconds(2)) - - return InstanceStatus( - appName: instance.type.rawValue.capitalized, - instanceName: "Synology", - version: "5.2.6.8376" - ) - }, rootFolders: { _ in - try await Task.sleep(for: .seconds(1)) - - return loadPreviewData(filename: "root-folders") - }, qualityProfiles: { _ in - try await Task.sleep(for: .seconds(1)) - - return loadPreviewData(filename: "quality-profiles") - }, getTags: { _ in - try await Task.sleep(for: .seconds(1)) - let tags: [Tag] = loadPreviewData(filename: "tags") - return tags - }, fetchQueueTasks: { instance in - try await Task.sleep(for: .seconds(1)) - - let items: QueueItems = loadPreviewData( - filename: instance.type == .sonarr ? "series-queue" : "movie-queue" - ) - - return modifyQueueItems(items, instance) - }, deleteQueueTask: { _, _, _, _, _ in - try await Task.sleep(for: .seconds(3)) - - return Empty() - }, fetchImportableFiles: { _, instance in - try await Task.sleep(for: .seconds(1)) - - let files: [ImportableFile] = loadPreviewData( - filename: instance.type == .sonarr ? "sonarr-manual-import" : "radarr-manual-import" - ) - - return files - }, fetchHistory: { _, _, _, instance in - try await Task.sleep(for: .seconds(2)) - - let events: MediaHistory = loadPreviewData( - filename: instance.type == .sonarr ? "sonarr-history" : "radarr-history" - ) - - return events - }, fetchNotifications: { _ in - try await Task.sleep(for: .seconds(2)) - - return loadPreviewData(filename: "notifications") - }, createNotification: { _, _ in - let notifications: [InstanceNotification] = loadPreviewData(filename: "notifications") - try await Task.sleep(for: .seconds(2)) - - return notifications[0] - }, updateNotification: { _, _ in - let notifications: [InstanceNotification] = loadPreviewData(filename: "notifications") - try await Task.sleep(for: .seconds(2)) - - return notifications[0] - }, deleteNotification: { _, _ in - try await Task.sleep(for: .seconds(2)) - - return Empty() - }) + return modifyQueueItems(items, instance) + }, deleteQueueTask: { _, _, _, _, _ in + try await Task.sleep(for: .seconds(3)) + + return Empty() + }, fetchImportableFiles: { _, instance in + try await Task.sleep(for: .seconds(1)) + + let filePrefix = getFilePrefix(for: instance.type) + let files: [ImportableFile] = loadPreviewData( + filename: "\(filePrefix)-manual-import" + ) + + return files + }, fetchHistory: { _, _, _, instance in + try await Task.sleep(for: .seconds(2)) + + let filePrefix = getFilePrefix(for: instance.type) + let events: MediaHistory = loadPreviewData( + filename: "\(filePrefix)-history" + ) + + return events + }, fetchNotifications: { _ in + try await Task.sleep(for: .seconds(2)) + + return loadPreviewData(filename: "notifications") + }, createNotification: { _, _ in + let notifications: [InstanceNotification] = loadPreviewData(filename: "notifications") + try await Task.sleep(for: .seconds(2)) + + return notifications[0] + }, updateNotification: { _, _ in + let notifications: [InstanceNotification] = loadPreviewData(filename: "notifications") + try await Task.sleep(for: .seconds(2)) + + return notifications[0] + }, deleteNotification: { _, _ in + try await Task.sleep(for: .seconds(2)) + + return Empty() + }) } } fileprivate extension API { + static func getFilePrefix(for instanceType: InstanceType) -> String { + switch instanceType { + case .lidarr: + "lidarr" + case .radarr: + "radarr" + case .sonarr: + "sonarr" + } + } + static func loadPreviewData(filename: String) -> Model { if let path = Bundle.main.path(forResource: filename, ofType: "json") { do { @@ -244,6 +379,20 @@ private func modifyQueueItems(_ items: QueueItems, _ instance: Instance) -> Queu return modifiedItems } +private func modifyCalendarAlbum(_ items: [Album], _ instance: Instance) -> [Album] { + let date = Calendar.current.date(from: DateComponents(year: 2_026, month: 1, day: 30, hour: 12)) + let days = Calendar.current.dateComponents([.day], from: date!, to: .now).day! + + return items.map { item in + var album = item + + album.instanceId = instance.id + album.releaseDate = Calendar.current.date(byAdding: .day, value: Int(days), to: album.releaseDate ?? Date.now) + + return album + } +} + private func modifyCalendarMovies(_ items: [Movie], _ instance: Instance) -> [Movie] { let date = Calendar.current.date(from: DateComponents(year: 2_026, month: 1, day: 30, hour: 12)) let days = Calendar.current.dateComponents([.day], from: date!, to: .now).day! diff --git a/Ruddarr/Dependencies/API/API.swift b/Ruddarr/Dependencies/API/API.swift index 34f5a4d7..7bb95159 100644 --- a/Ruddarr/Dependencies/API/API.swift +++ b/Ruddarr/Dependencies/API/API.swift @@ -15,6 +15,29 @@ struct API { var deleteMovie: (Movie, Bool, Bool, Instance) async throws -> Empty var deleteMovieFile: (MediaFile, Instance) async throws -> Empty + var fetchArtists: (Instance) async throws -> [Artist] + var fetchAlbums: (Artist.ID, Instance) async throws -> [Album] + var fetchAlbumTracks: (Album.ID, Instance) async throws -> [AlbumTrack] + var fetchArtistTracks: (Artist.ID, Instance) async throws -> [AlbumTrack] + var fetchArtistTrackFiles: (Artist.ID, Instance) async throws -> [AlbumTrackFile] + var lookupArtists: (_ instance: Instance, _ query: String) async throws -> [Artist] + var lookupArtistReleases: (Artist.ID?, Album.ID?, Instance) async throws -> [ArtistRelease] + + var getArtist: (Artist.ID, Instance) async throws -> Artist + var getArtistHistory: (Artist.ID, Instance) async throws -> MediaHistory + var addArtist: (Artist, Instance) async throws -> Artist + var pushArtist: (Artist, Instance) async throws -> Artist + var updateArtist: (Artist, Bool, Instance) async throws -> Empty + var deleteArtist: (Artist, Bool, Bool, Instance) async throws -> Empty + var getAlbum: (Album, Instance) async throws -> Album + var getAlbumHistory: (Artist.ID, Album.ID, Instance) async throws -> MediaHistory + var addAlbum: (Album, Instance) async throws -> Album + var monitorAlbum: ([Album.ID], Bool, Instance) async throws -> Empty + var pushAlbum: (Album, Instance) async throws -> Album + var deleteAlbum: (Album, Bool, Bool, Instance) async throws -> Empty + var deleteTrackFile: (AlbumTrackFile, Instance) async throws -> Empty + var deleteTrackFiles: ([AlbumTrackFile], Instance) async throws -> Empty + var fetchSeries: (Instance) async throws -> [Series] var fetchEpisodes: (Series.ID, Instance) async throws -> [Episode] var fetchEpisodeFiles: (Series.ID, Instance) async throws -> [MediaFile] @@ -32,6 +55,7 @@ struct API { var deleteEpisodeFile: (MediaFile, Instance) async throws -> Empty var deleteEpisodeFiles: ([MediaFile], Instance) async throws -> Empty + var albumCalendar: (Date, Date, Instance) async throws -> [Album] var movieCalendar: (Date, Date, Instance) async throws -> [Movie] var episodeCalendar: (Date, Date, Instance) async throws -> [Episode] @@ -41,6 +65,7 @@ struct API { var systemStatus: (Instance) async throws -> InstanceStatus var rootFolders: (Instance) async throws -> [InstanceRootFolder] var qualityProfiles: (Instance) async throws -> [InstanceQualityProfile] + var metadataProfiles: (Instance) async throws -> [InstanceMetadataProfile] var getTags: (Instance) async throws -> [Tag] var fetchQueueTasks: (Instance) async throws -> QueueItems diff --git a/Ruddarr/Dependencies/Dependencies.swift b/Ruddarr/Dependencies/Dependencies.swift index 61a5aff8..4ee801a4 100644 --- a/Ruddarr/Dependencies/Dependencies.swift +++ b/Ruddarr/Dependencies/Dependencies.swift @@ -27,4 +27,11 @@ extension Dependencies { } } +@MainActor +class ObservedDependencies: ObservableObject { + static let shared = ObservedDependencies() + + @Published var showSettings: Bool = false +} + nonisolated(unsafe) var dependencies: Dependencies = .live diff --git a/Ruddarr/Dependencies/QuickActions.swift b/Ruddarr/Dependencies/QuickActions.swift index 47500cd6..01aa3574 100644 --- a/Ruddarr/Dependencies/QuickActions.swift +++ b/Ruddarr/Dependencies/QuickActions.swift @@ -14,6 +14,10 @@ import Combine [public] ruddarr://series/search/{query?} [private] ruddarr://series/open/{id}?instance={instanceIdOrName?} [private] ruddarr://series/open/{id}/?season={seasonId}&episode={episodeId}&instance={instanceIdOrName?} +[public] ruddarr://artists +[public] ruddarr://artists/search +[public] ruddarr://artists/search/{query?} +[private] ruddarr://artists/open/{id}?album={albumId}&track={trackId}&instance={instanceIdOrName?} */ struct QuickActions { let moviePublisher = PassthroughSubject() @@ -22,6 +26,9 @@ struct QuickActions { let seriesPublisher = PassthroughSubject<(Series.ID, Season.ID?, Episode.ID?), Never>() var seriesPublisherPending: (Series.ID, Season.ID?, Episode.ID?)? + let artistPublisher = PassthroughSubject<(Artist.ID, Album.ID?, AlbumTrackFile.ID?), Never>() + var artistPublisherPending: (Artist.ID, Album.ID?, AlbumTrackFile.ID?)? + private var timer: Timer? var registerShortcutItems: @MainActor () -> Void = { @@ -100,6 +107,37 @@ struct QuickActions { } } + var openArtists: () -> Void = { + dependencies.router.selectedTab = .artists + } + + var openArtistSearch: (String) -> Void = { query in + var searchText: String = query + + if let mbId = extractMbId(query) { + searchText = "mb:\(mbId)" + } + + dependencies.router.selectedTab = .artists + dependencies.router.artistsPath = .init([ArtistsPath.search(searchText)]) + } + + func openArtist(_ id: Artist.ID, _ albumId: Album.ID?, _ trackId: AlbumTrackFile.ID?, _ instance: String?) { + dependencies.router.switchToLidarrInstance = instance + dependencies.router.selectedTab = .artists + dependencies.router.artistsPath = .init() + + dependencies.quickActions.artistPublisherPending = (id, albumId, trackId) + + dependencies.quickActions.timer = Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { _ in + if let ids = dependencies.quickActions.artistPublisherPending { + dependencies.quickActions.artistPublisher.send(ids) + } else { + dependencies.quickActions.clearTimer() + } + } + } + func clearTimer() { dependencies.quickActions.timer?.invalidate() dependencies.quickActions.timer = nil @@ -118,9 +156,13 @@ extension QuickActions { case openMovie(_ id: Movie.ID, _ instance: String?) case addMovie(_ query: String = "") case openSeries - case openSeriesItem(_ id: Movie.ID, _ season: Season.ID?, _ episode: Episode.ID?, _ instance: String?) + case openSeriesItem(_ id: Series.ID, _ season: Season.ID?, _ episode: Episode.ID?, _ instance: String?) case addSeries(_ query: String = "") + case openArtists + case openArtist(_ id: Artist.ID, _ albumId: Album.ID?, _ trackId: AlbumTrackFile.ID?, _ instance: String?) + case addArtist(_ query: String = "") + // swiftlint:disable:next cyclomatic_complexity func callAsFunction() { switch self { case .openApp: @@ -141,6 +183,12 @@ extension QuickActions { dependencies.quickActions.openSeries(series, season, episode, instance) case .addSeries(let query): dependencies.quickActions.openSeriesSearch(query) + case .openArtists: + dependencies.quickActions.openArtists() + case .openArtist(let artist, let album, let track, let instance): + dependencies.quickActions.openArtist(artist, album, track, instance) + case .addArtist(let query): + dependencies.quickActions.openArtistSearch(query) } } } @@ -187,6 +235,18 @@ extension QuickActions.Deeplink { let episodeId = components.queryItems?.first { $0.name == "episode" }?.value let instance = components.queryItems?.first { $0.name == "instance" }?.value self = .openSeriesItem(id, Int(seasonId ?? ""), Int(episodeId ?? ""), instance) + case "artists": + self = .openArtists + case "artists/search": + self = .addArtist() + case _ where action.hasPrefix("artists/search/"): + self = .addArtist(value) + case _ where action.hasPrefix("artists/open/"): + guard let id = Artist.ID(value) else { throw unsupportedURL } + let albumId = components.queryItems?.first { $0.name == "album" }?.value + let trackId = components.queryItems?.first { $0.name == "track" }?.value + let instance = components.queryItems?.first { $0.name == "instance" }?.value + self = .openArtist(id, Int(albumId ?? ""), Int(trackId ?? ""), instance) default: throw unsupportedURL } @@ -198,11 +258,13 @@ extension QuickActions { enum ShortcutItem: String, CaseIterable { case addMovie case addSeries + case addArtist var title: String { switch self { case .addMovie: String(localized: "Add Movie") case .addSeries: String(localized: "Add Series") + case .addArtist: String(localized: "Add Artist") } } @@ -210,6 +272,7 @@ extension QuickActions { switch self { case .addMovie: UIApplicationShortcutIcon(type: .add) case .addSeries: UIApplicationShortcutIcon(type: .add) + case .addArtist: UIApplicationShortcutIcon(type: .add) } } @@ -217,6 +280,7 @@ extension QuickActions { switch self { case .addMovie: dependencies.quickActions.openMovieSearch("") case .addSeries: dependencies.quickActions.openSeriesSearch("") + case .addArtist: dependencies.quickActions.openArtistSearch("") } } } diff --git a/Ruddarr/Dependencies/Router.swift b/Ruddarr/Dependencies/Router.swift index f833dba3..60cf1aec 100644 --- a/Ruddarr/Dependencies/Router.swift +++ b/Ruddarr/Dependencies/Router.swift @@ -6,17 +6,20 @@ import AppIntents class Router { var selectedTab: TabItem = .movies + var switchToLidarrInstance: String? var switchToRadarrInstance: String? var switchToSonarrInstance: String? var moviesPath: NavigationPath = .init() var seriesPath: NavigationPath = .init() + var artistsPath: NavigationPath = .init() var calendarPath: NavigationPath = .init() var settingsPath: NavigationPath = .init() func reset() { moviesPath = .init() seriesPath = .init() + artistsPath = .init() calendarPath = .init() } } @@ -26,6 +29,7 @@ enum TabItem: String, Identifiable, Hashable, Sendable { case movies case series + case artists case calendar case activity @@ -38,6 +42,7 @@ enum TabItem: String, Identifiable, Hashable, Sendable { enum Openable: String, CaseIterable { case movies case series + case artists case calendar case activity } @@ -46,6 +51,7 @@ enum TabItem: String, Identifiable, Hashable, Sendable { switch self { case .movies: String(localized: "Movies", comment: "Plural. Tab/sidebar menu item") case .series: String(localized: "Series", comment: "Plural. Tab/sidebar menu item") + case .artists: String(localized: "Artists", comment: "Plural. Tab/sidebar menu item") case .calendar: String(localized: "Calendar", comment: "Tab/sidebar menu item") case .activity: String(localized: "Activity", comment: "Tab/sidebar menu item") case .settings: String(localized: "Settings", comment: "Tab/sidebar menu item") @@ -60,6 +66,7 @@ enum TabItem: String, Identifiable, Hashable, Sendable { switch self { case .movies: "movies" case .series: "series" + case .artists: "music.note.list" case .calendar: "calendar" case .activity: "waveform.path.ecg" case .settings: "gear" @@ -83,6 +90,7 @@ extension TabItem.Openable: AppEnum { switch self { case .movies: .movies case .series: .series + case .artists: .artists case .calendar: .calendar case .activity: .activity } @@ -101,6 +109,11 @@ extension TabItem.Openable: AppEnum { subtitle: nil, image: DisplayRepresentation.Image(systemName: "tv") ), + .artists: DisplayRepresentation( + title: "Artists", + subtitle: nil, + image: DisplayRepresentation.Image(systemName: "music.note.list") + ), .calendar: DisplayRepresentation( title: "Calendar", subtitle: nil, diff --git a/Ruddarr/Dependencies/Toast.swift b/Ruddarr/Dependencies/Toast.swift index 1a8cb182..790804f8 100644 --- a/Ruddarr/Dependencies/Toast.swift +++ b/Ruddarr/Dependencies/Toast.swift @@ -79,10 +79,14 @@ extension Toast { case movieSearchQueued case seasonSearchQueued case episodeSearchQueued + case artistSearchQueued + case albumSearchQueued case monitoredSearchQueued case movieDeleted case seriesDeleted case seasonDeleted + case artistDeleted + case albumDeleted case fileDeleted case linkCopied case reportSent @@ -108,6 +112,10 @@ extension Toast { notice(text: String(localized: "Season Search Queued"), icon: "checkmark.circle.fill") case .episodeSearchQueued: notice(text: String(localized: "Episode Search Queued"), icon: "checkmark.circle.fill") + case .artistSearchQueued: + notice(text: String(localized: "Artist Search Queued"), icon: "checkmark.circle.fill") + case .albumSearchQueued: + notice(text: String(localized: "Album Search Queued"), icon: "checkmark.circle.fill") case .monitoredSearchQueued: notice(text: String(localized: "Monitored Search Queued"), icon: "checkmark.circle.fill") case .movieDeleted: @@ -116,6 +124,10 @@ extension Toast { notice(text: String(localized: "Series Deleted"), icon: "checkmark.circle.fill") case .seasonDeleted: notice(text: String(localized: "Season Files Deleted"), icon: "checkmark.circle.fill") + case .artistDeleted: + notice(text: String(localized: "Artist Deleted"), icon: "checkmark.circle.fill") + case .albumDeleted: + notice(text: String(localized: "Album Files Deleted"), icon: "checkmark.circle.fill") case .fileDeleted: notice(text: String(localized: "File Deleted"), icon: "checkmark.circle.fill") case .linkCopied: diff --git a/Ruddarr/Localizable.xcstrings b/Ruddarr/Localizable.xcstrings index 0e13d4d2..3eb54da8 100644 --- a/Ruddarr/Localizable.xcstrings +++ b/Ruddarr/Localizable.xcstrings @@ -33,6 +33,18 @@ } } }, + "%@" : { + "comment" : "A section header that shows the album type.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@" + } + } + } + }, "%@ at %@" : { "comment" : "(Today/Tomorrow/Yesterday) at (time)", "localizations" : { @@ -65,6 +77,17 @@ } } }, + "%@s" : { + "comment" : "Album type collective name", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@s" + } + } + } + }, "%1$@ downloaded successfully and imported from %2$@." : { "localizations" : { "en" : { @@ -183,6 +206,30 @@ } } }, + "%lld Album" : { + "comment" : "A list of the number of albums and tracks for an artist.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%d Album" + } + } + } + }, + "%lld Albums" : { + "comment" : "A label showing the number of albums and size of an artist.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%d Albums" + } + } + } + }, "%lld Season" : { "localizations" : { "en" : { @@ -271,6 +318,30 @@ } } }, + "%lld Track" : { + "comment" : "A description of an album, including the artist, title, and the number of tracks.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "%d Track" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%d Tracks" + } + } + } + } + } + } + }, "+%lld more..." : { "localizations" : { "en" : { @@ -336,6 +407,18 @@ } } }, + "Add Artist" : { + "comment" : "Title of a shortcut item to add an artist.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add Artist" + } + } + } + }, "Add Authentication" : { "comment" : "Add Basic HTTP Authentication to instance", "localizations" : { @@ -431,6 +514,52 @@ } } }, + "Album" : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Album" + } + } + } + }, + "Album Files Deleted" : { + "comment" : "A notification that an album's files have been deleted.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Album Files Deleted" + } + } + } + }, + "Album Search Queued" : { + "comment" : "A notification that a search for an album has been queued.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Album Search Queued" + } + } + } + }, + "Albums" : { + "comment" : "A label for albums.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Albums" + } + } + } + }, "Alias" : { "comment" : "Match type of the release", "localizations" : { @@ -442,6 +571,28 @@ } } }, + "All Albums" : { + "comment" : "Artists monitoring option", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "All Albums" + } + } + } + }, + "All Artists" : { + "comment" : "Media grid filter", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "All Artists" + } + } + } + }, "All Episodes" : { "comment" : "Series monitoring option", "localizations" : { @@ -485,6 +636,17 @@ } } }, + "All Releases" : { + "comment" : "Artists monitoring option", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "All Releases" + } + } + } + }, "All TV Series" : { "localizations" : { "en" : { @@ -740,6 +902,76 @@ } } }, + "Artist Deleted" : { + "comment" : "A notification that an artist has been deleted.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Artist Deleted" + } + } + } + }, + "Artist imported from folder." : { + "comment" : "Text displayed in a notification when an artist is imported from a folder.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Artist imported from folder." + } + } + } + }, + "Artist Name" : { + "comment" : "Media grid sorting", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Artist Name" + } + } + } + }, + "Artist Search Queued" : { + "comment" : "A notification that a search for an artist has been queued.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Artist Search Queued" + } + } + } + }, + "Artist Type" : { + "comment" : "Label for the artist type.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Artist Type" + } + } + } + }, + "Artists" : { + "comment" : "Plural. Tab/sidebar menu item", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Artists" + } + } + } + }, "Ascending" : { "localizations" : { "en" : { @@ -782,7 +1014,7 @@ } }, "Automatic" : { - "comment" : "Appearance that adapts to the system", + "comment" : "Album add option\nAppearance that adapts to the system", "localizations" : { "en" : { "stringUnit" : { @@ -854,6 +1086,17 @@ } } }, + "Bit Depth" : { + "comment" : "Audio bit depth", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bit Depth" + } + } + } + }, "Bitrate" : { "comment" : "Audio/video bitrate", "localizations" : { @@ -949,6 +1192,18 @@ } } }, + "Check the spelling or try [adding the artist](%@)." : { + "comment" : "A description of an error that might occur when searching for artists. The argument is the string “#view”.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Check the spelling or try [adding the artist](%@)." + } + } + } + }, "Check the spelling or try [adding the movie](%@)." : { "localizations" : { "en" : { @@ -1093,7 +1348,7 @@ } }, "Continuing" : { - "comment" : "(Single word) Series status", + "comment" : "(Single word) Artists status\n(Single word) Series status\nMedia grid filter", "localizations" : { "en" : { "stringUnit" : { @@ -1198,6 +1453,18 @@ } } }, + "Date Released" : { + "comment" : "Media grid sorting", + "extractionState" : "stale", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Date Released" + } + } + } + }, "Default" : { "comment" : "Default app icon name", "localizations" : { @@ -1219,6 +1486,18 @@ } } }, + "Delete Artist" : { + "comment" : "Button title for deleting an artist.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Delete Artist" + } + } + } + }, "Delete File" : { "localizations" : { "en" : { @@ -1280,7 +1559,7 @@ } }, "Deleted" : { - "comment" : "(Short) History event filter\n(Short) Title of history event\n(Single word) Series status\nMedia status label", + "comment" : "(Short) History event filter\n(Short) Title of history event\n(Single word) Artists status\n(Single word) Series status\nMedia status label", "localizations" : { "en" : { "stringUnit" : { @@ -1342,6 +1621,30 @@ } } }, + "Disambiguation" : { + "comment" : "Label for the disambiguation of an artist.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Disambiguation" + } + } + } + }, + "Disc %lld" : { + "comment" : "A label that shows the disc number of a track. The argument is the disc number.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Disc %lld" + } + } + } + }, "Discovering new ways of making you wait." : { "comment" : "Release search taunt", "localizations" : { @@ -1430,6 +1733,17 @@ } } }, + "Download Imported" : { + "comment" : "Title of history event type", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Downloaded Imported" + } + } + } + }, "Download Queued" : { "localizations" : { "en" : { @@ -1451,7 +1765,7 @@ } }, "Downloaded" : { - "comment" : "(Single word) Episode status label\nMedia grid filter\nState of media item", + "comment" : "(Single word) Episode status label\n(Single word) Track status label\nMedia grid filter\nState of media item", "localizations" : { "en" : { "stringUnit" : { @@ -1514,7 +1828,7 @@ } }, "Ended" : { - "comment" : "(Single word) Series status", + "comment" : "(Single word) Artists status\n(Single word) Series status\nMedia grid filter", "localizations" : { "en" : { "stringUnit" : { @@ -1628,7 +1942,7 @@ } }, "Everything" : { - "comment" : "Movies and series filter option", + "comment" : "Movies series and albums filter option", "localizations" : { "en" : { "stringUnit" : { @@ -1649,6 +1963,17 @@ } } }, + "Existing Releases" : { + "comment" : "Artists monitoring option", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Existing Releases" + } + } + } + }, "Expired" : { "comment" : "Status of the app subscription", "localizations" : { @@ -1742,6 +2067,16 @@ } } }, + "File was not found on disk so it was unlinked from the album in the database." : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "File was not found on disk so it was unlinked from the album in the database." + } + } + } + }, "File was not found on disk so it was unlinked from the episode in the database." : { "localizations" : { "en" : { @@ -1792,6 +2127,17 @@ } } }, + "First Release" : { + "comment" : "Artists monitoring option", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "First Release" + } + } + } + }, "First Season" : { "comment" : "Series monitoring option", "localizations" : { @@ -1869,8 +2215,19 @@ } } }, + "Future Releases" : { + "comment" : "Artists monitoring option", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Future Releases" + } + } + } + }, "Genre" : { - "comment" : "Genres of the movie/series", + "comment" : "Genres of the movie/series\nGenres of the movie/series/artist", "localizations" : { "en" : { "stringUnit" : { @@ -2473,6 +2830,18 @@ } } }, + "Looking to [add a new artist](%@)?" : { + "comment" : "A description of an action to take when an artist suggestion is selected. The argument is the string “#view”.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Looking to [add a new artist](%@)?" + } + } + } + }, "Looking to [add a new movie](%@)?" : { "localizations" : { "en" : { @@ -2504,6 +2873,17 @@ } } }, + "Manual" : { + "comment" : "Album add option", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Manual" + } + } + } + }, "Manual Import" : { "localizations" : { "en" : { @@ -2546,7 +2926,7 @@ } }, "Metadata" : { - "comment" : "Type of the extra movie file", + "comment" : "Short version of Metadata Profile\nType of the extra movie file", "localizations" : { "en" : { "stringUnit" : { @@ -2556,6 +2936,18 @@ } } }, + "Metadata Profile" : { + "comment" : "A label for the metadata profile picker.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Metadata Profile" + } + } + } + }, "Midseason Finale" : { "localizations" : { "en" : { @@ -2588,7 +2980,7 @@ } }, "Missing" : { - "comment" : "(Single word) Episode status label\nMedia grid filter\nState of media item", + "comment" : "(Single word) Episode status label\n(Single word) Track status label\nMedia grid filter\nState of media item", "localizations" : { "en" : { "stringUnit" : { @@ -2609,6 +3001,17 @@ } } }, + "Missing Releases" : { + "comment" : "Artists monitoring option", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Missing Releases" + } + } + } + }, "Monitor" : { "comment" : "Label of picker of what to monitor (movie, collection, episodes, etc.)", "localizations" : { @@ -2620,6 +3023,18 @@ } } }, + "Monitor New Releases" : { + "comment" : "A toggle that allows the user to choose whether to monitor new releases.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Monitor New Releases" + } + } + } + }, "Monitor New Seasons" : { "localizations" : { "en" : { @@ -2683,6 +3098,18 @@ } } }, + "Move the artist files to \"%@\"?" : { + "comment" : "A confirmation dialog that asks the user whether they want to move the artist's files to the new root folder.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Move the artist files to \"%@\"?" + } + } + } + }, "Move the movie files to \"%@\"?" : { "localizations" : { "en" : { @@ -2898,6 +3325,17 @@ } } }, + "New Albums" : { + "comment" : "Artists monitoring option", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "New Albums" + } + } + } + }, "New Seasons" : { "localizations" : { "en" : { @@ -2913,263 +3351,466 @@ "en" : { "stringUnit" : { "state" : "translated", - "value" : "Next Airing" + "value" : "Next Airing" + } + } + } + }, + "No" : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No" + } + } + } + }, + "No %@ Instance" : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No %@ Instance" + } + } + } + }, + "No Albums" : { + "comment" : "Artists monitoring option", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No Albums" + } + } + } + }, + "No Artists Match" : { + "comment" : "A label displayed when no artists match the selected filters.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No Artists Match" + } + } + } + }, + "No artists match the selected filters." : { + "comment" : "A message displayed when no artists match the selected filters.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No artists match the selected filters." + } + } + } + }, + "No Automatic Search" : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No Automatic Search" + } + } + } + }, + "No Events" : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No Events" + } + } + } + }, + "No Events Match" : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No Events Match" + } + } + } + }, + "No events match the selected filters." : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No events match the selected filters." + } + } + } + }, + "No importable files found." : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No importable files found." + } + } + } + }, + "No Instance" : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No Instance" + } + } + } + }, + "No Internet Connection" : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No Internet Connection" + } + } + } + }, + "No Movies Match" : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No Movies Match" + } + } + } + }, + "No movies match the selected filters." : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No movies match the selected filters." + } + } + } + }, + "No Releases Found" : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No Releases Found" + } + } + } + }, + "No releases found for \"%@\"." : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No releases found for \"%@\"." + } + } + } + }, + "No Releases Match" : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No Releases Match" } } } }, - "No" : { + "No releases match \"%@\"." : { "localizations" : { "en" : { "stringUnit" : { "state" : "translated", - "value" : "No" + "value" : "No releases match \"%@\"." } } } }, - "No %@ Instance" : { + "No releases match the selected filters and \"%@\"." : { "localizations" : { "en" : { "stringUnit" : { "state" : "translated", - "value" : "No %@ Instance" + "value" : "No releases match the selected filters and \"%@\"." } } } }, - "No Automatic Search" : { + "No releases match the selected filters." : { "localizations" : { "en" : { "stringUnit" : { "state" : "translated", - "value" : "No Automatic Search" + "value" : "No releases match the selected filters." } } } }, - "No Events" : { + "No Results for \"%@\"" : { "localizations" : { "en" : { "stringUnit" : { "state" : "translated", - "value" : "No Events" + "value" : "No Results for \"%@\"" } } } }, - "No Events Match" : { + "No Series Match" : { + "extractionState" : "manual", "localizations" : { "en" : { "stringUnit" : { "state" : "translated", - "value" : "No Events Match" + "value" : "No Series Match" } } } }, - "No events match the selected filters." : { + "No series match the selected filters." : { "localizations" : { "en" : { "stringUnit" : { "state" : "translated", - "value" : "No events match the selected filters." + "value" : "No series match the selected filters." } } } }, - "No importable files found." : { + "None" : { + "comment" : "Artists monitoring option\nMovie monitoring option\nSeries monitoring option", "localizations" : { "en" : { "stringUnit" : { "state" : "translated", - "value" : "No importable files found." + "value" : "None" } } } }, - "No Instance" : { + "Not Subscribed" : { + "comment" : "Status of the app subscription", "localizations" : { "en" : { "stringUnit" : { "state" : "translated", - "value" : "No Instance" + "value" : "Not Subscribed" } } } }, - "No Internet Connection" : { + "Notes" : { + "comment" : "Localized name of Apple's Notes app", "localizations" : { "en" : { "stringUnit" : { "state" : "translated", - "value" : "No Internet Connection" + "value" : "Notes" } } } }, - "No Movies Match" : { + "Notification settings for each instance are shared between devices. To disable notifications for a specific device go to %@." : { "localizations" : { "en" : { "stringUnit" : { "state" : "translated", - "value" : "No Movies Match" + "value" : "Notification settings for each instance are shared between devices. To disable notifications for a specific device go to %@." } } } }, - "No movies match the selected filters." : { + "NOTIFICATION_ALBUM_DOWNLOAD" : { + "comment" : "Notification title (instance name)", + "extractionState" : "manual", "localizations" : { "en" : { "stringUnit" : { "state" : "translated", - "value" : "No movies match the selected filters." + "value" : "Album Downloaded on %@" } } } }, - "No Releases Found" : { + "NOTIFICATION_ALBUM_DOWNLOAD_BODY" : { + "comment" : "Notification body (album, artist)", + "extractionState" : "manual", "localizations" : { "en" : { "stringUnit" : { "state" : "translated", - "value" : "No Releases Found" + "value" : "%@ (%@)" } } } }, - "No releases found for \"%@\"." : { + "NOTIFICATION_ALBUM_FILES_DELETED" : { + "comment" : "Notification title (instance name)", + "extractionState" : "manual", "localizations" : { "en" : { "stringUnit" : { "state" : "translated", - "value" : "No releases found for \"%@\"." + "value" : "Album Files Deleted on %@" } } } }, - "No Releases Match" : { + "NOTIFICATION_ALBUM_FILES_DELETED_BODY" : { + "comment" : "Notification body (album, artist)", + "extractionState" : "manual", "localizations" : { "en" : { "stringUnit" : { "state" : "translated", - "value" : "No Releases Match" + "value" : "%@ (%@)" } } } }, - "No releases match \"%@\"." : { + "NOTIFICATION_ALBUM_GRAB" : { + "comment" : "Notification title (instance name)", + "extractionState" : "manual", "localizations" : { "en" : { "stringUnit" : { "state" : "translated", - "value" : "No releases match \"%@\"." + "value" : "Album Downloading on %@" } } } }, - "No releases match the selected filters and \"%@\"." : { + "NOTIFICATION_ALBUM_GRAB_BODY" : { + "comment" : "Notification body (quality, indexer)", + "extractionState" : "manual", "localizations" : { "en" : { "stringUnit" : { "state" : "translated", - "value" : "No releases match the selected filters and \"%@\"." + "value" : "Downloading %@ from %@" } } } }, - "No releases match the selected filters." : { + "NOTIFICATION_ALBUM_GRAB_SUBTITLE" : { + "comment" : "Notification subtitle (album, artist)", + "extractionState" : "manual", "localizations" : { "en" : { "stringUnit" : { "state" : "translated", - "value" : "No releases match the selected filters." + "value" : "%@ (%@)" } } } }, - "No Results for \"%@\"" : { + "NOTIFICATION_ALBUM_UPGRADE" : { + "comment" : "Notification title (instance name)", + "extractionState" : "manual", "localizations" : { "en" : { "stringUnit" : { "state" : "translated", - "value" : "No Results for \"%@\"" + "value" : "Album Upgraded on %@" } } } }, - "No Series Match" : { + "NOTIFICATION_ALBUM_UPGRADE_BODY" : { + "comment" : "Notification body (old quality, new quality)", "extractionState" : "manual", "localizations" : { "en" : { "stringUnit" : { "state" : "translated", - "value" : "No Series Match" + "value" : "Upgraded from %1$@ to %2$@" } } } }, - "No series match the selected filters." : { + "NOTIFICATION_ALBUM_UPGRADE_SUBTITLE" : { + "comment" : "Notification subtitle (album, artist)", + "extractionState" : "manual", "localizations" : { "en" : { "stringUnit" : { "state" : "translated", - "value" : "No series match the selected filters." + "value" : "%@ (%@)" } } } }, - "None" : { - "comment" : "Movie monitoring option\nSeries monitoring option", + "NOTIFICATION_APPLICATION_UPDATE" : { + "comment" : "Notification title (instance name)", + "extractionState" : "manual", "localizations" : { "en" : { "stringUnit" : { "state" : "translated", - "value" : "None" + "value" : "%@ Updated" } } } }, - "Not Subscribed" : { - "comment" : "Status of the app subscription", + "NOTIFICATION_ARTIST_ADDED" : { + "comment" : "Notification title (instance name)", + "extractionState" : "manual", "localizations" : { "en" : { "stringUnit" : { "state" : "translated", - "value" : "Not Subscribed" + "value" : "Artist Added on %@" } } } }, - "Notes" : { - "comment" : "Localized name of Apple's Notes app", + "NOTIFICATION_ARTIST_ADDED_BODY" : { + "comment" : "Notification body (artist name)", + "extractionState" : "manual", "localizations" : { "en" : { "stringUnit" : { "state" : "translated", - "value" : "Notes" + "value" : "%@" } } } }, - "Notification settings for each instance are shared between devices. To disable notifications for a specific device go to %@." : { + "NOTIFICATION_ARTIST_DELETED" : { + "comment" : "Notification title (instance name)", + "extractionState" : "manual", "localizations" : { "en" : { "stringUnit" : { "state" : "translated", - "value" : "Notification settings for each instance are shared between devices. To disable notifications for a specific device go to %@." + "value" : "Artist Deleted on %@" } } } }, - "NOTIFICATION_APPLICATION_UPDATE" : { - "comment" : "Notification title (instance name)", + "NOTIFICATION_ARTIST_DELETED_BODY" : { + "comment" : "Notification body (artist)", "extractionState" : "manual", "localizations" : { "en" : { "stringUnit" : { "state" : "translated", - "value" : "%@ Updated" + "value" : "%@" } } } @@ -4177,6 +4818,18 @@ } } }, + "Releases" : { + "comment" : "Label for the number of releases.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Releases" + } + } + } + }, "Relevant" : { "comment" : "Media search scope", "localizations" : { @@ -4293,6 +4946,17 @@ } } }, + "Retagged" : { + "comment" : "(Short) Title of history event", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Retagged" + } + } + } + }, "Retry" : { "localizations" : { "en" : { @@ -4335,6 +4999,17 @@ } } }, + "Sample Rate" : { + "comment" : "Audio sample rate", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sample Rate" + } + } + } + }, "Save" : { "localizations" : { "en" : { @@ -4378,6 +5053,28 @@ } } }, + "Search for Artist" : { + "comment" : "Intent to search for an artist.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Search for Artist" + } + } + } + }, + "Search for artist with ${name}" : { + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Search for artist with ${name}" + } + } + } + }, "Search for Movie" : { "localizations" : { "en" : { @@ -5014,6 +5711,18 @@ } } }, + "This will permanently erase all track files of this album." : { + "comment" : "A confirmation dialog message for deleting an album.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "This will permanently erase all track files of this album." + } + } + } + }, "This will permanently erase the episode file." : { "localizations" : { "en" : { @@ -5034,6 +5743,18 @@ } } }, + "This will permanently erase the track file." : { + "comment" : "A message displayed when the user is about to delete a track.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "This will permanently erase the track file." + } + } + } + }, "Time flies when you're having fun." : { "comment" : "Release search taunt", "localizations" : { @@ -5096,6 +5817,98 @@ } } }, + "Track Deleted" : { + "comment" : "Title of history event type", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Track Deleted" + } + } + } + }, + "Track file was renamed." : { + "comment" : "Description of a media history event when a track file is renamed.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Track file was renamed" + } + } + } + }, + "Track file was retagged." : { + "comment" : "A message describing that a track file was retagged.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Track file was retagged" + } + } + } + }, + "Track Imported" : { + "comment" : "Title of history event type", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Track Imported" + } + } + } + }, + "Track imported from folder." : { + "comment" : "A description of a media history event when a track is imported from a folder.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Track imported from folder." + } + } + } + }, + "Track Renamed" : { + "comment" : "Title of history event type", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Track Renamed" + } + } + } + }, + "Track Retagged" : { + "comment" : "Title of history event type", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Track Retagged" + } + } + } + }, + "Tracks" : { + "comment" : "A heading for the tracks of an album.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tracks" + } + } + } + }, "Trailer" : { "localizations" : { "en" : { @@ -5214,6 +6027,17 @@ } } }, + "Unknown Album Type" : { + "comment" : "Unknown album type section label", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unknown Type" + } + } + } + }, "Unknown Event" : { "comment" : "Title of history event type", "localizations" : { @@ -5300,6 +6124,18 @@ } } }, + "Up to Date" : { + "comment" : "Label for an artist's state when it is monitored and is up to date.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Update to Date" + } + } + } + }, "Upcoming" : { "comment" : "(Single word) Series status", "localizations" : { @@ -5311,6 +6147,18 @@ } } }, + "Upgrade to Lidarr v3.0.0 or newer." : { + "comment" : "Error message displayed when the user is not connected to a Lidarr server and tries to navigate to an artist.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Upgrade to Lidarr v3.0.0 or newer." + } + } + } + }, "Upgrade to Sonarr v4.0.5 or newer." : { "localizations" : { "en" : { @@ -5592,5 +6440,5 @@ } } }, - "version" : "1.0" + "version" : "1.1" } \ No newline at end of file diff --git a/Ruddarr/Models/Artists/Album.swift b/Ruddarr/Models/Artists/Album.swift new file mode 100644 index 00000000..ff36c893 --- /dev/null +++ b/Ruddarr/Models/Artists/Album.swift @@ -0,0 +1,248 @@ +// +// Albums.swift +// Ruddarr +// +// Created by Tulus on 8/5/2026. +// +import SwiftUI +import CoreSpotlight + +struct Album: Media, Identifiable, Equatable, Codable { + let id: Int + + // used by deeplinks to switch instances + var instanceId: Instance.ID? + + let artistId: Int + let foreignAlbumId: String? + + let title: String + let disambiguation: String? + let overview: String? + + var monitored: Bool + let anyReleaseOk: Bool + let profileId: Int + + let albumType: String? + let secondaryTypes: [String] + + var releaseDate: Date? + let releases: [AlbumRelease] + let genres: [String] + + let duration: Int + let mediumCount: Int + let media: [AlbumMedium] + let artist: Artist? + + let images: [MediaImage] + let remoteCover: String? + + let links: [AlbumLink] + let lastSearchTime: Date? + + let addOptions: AlbumAddOptions? + + let ratings: AlbumRatings? + let statistics: AlbumStatistics? + + enum CodingKeys: String, CodingKey { + case id + case artistId + case foreignAlbumId + case title + case disambiguation + case overview + case monitored + case anyReleaseOk + case profileId + case albumType + case secondaryTypes + case releaseDate + case releases + case genres + case duration + case mediumCount + case media + case artist + case remoteCover + case images + case links + case lastSearchTime + case addOptions + case ratings + case statistics + } + + var albumCover: String? { + images.first(where: { $0.coverType == "cover" })?.remoteURL + } + + var remotePoster: String? { + remoteCover + } + + var trackCount: Int { + statistics?.trackCount ?? 0 + } + + var trackFileCount: Int { + statistics?.trackFileCount ?? 0 + } + + var percentOfTracks: Float { + statistics?.percentOfTracks ?? 0 + } + + var sizeOnDisk: Int { + statistics?.sizeOnDisk ?? 0 + } + + var progressLabel: String? { + guard let stats = statistics else { return nil } + return "\(stats.trackFileCount) / \(stats.totalTrackCount)" + } + + var ratingScore: Float { + guard let votes = ratings?.votes, votes > 0 else { return 0 } + guard let rating = ratings?.value else { return 0 } + + return rating * log(Float(votes) + 1) + } + + var sizeLabel: String? { + guard let bytes = statistics?.sizeOnDisk, bytes > 0 else { return nil } + return formatBytes(bytes) + } + +} + +extension Album { + func searchableItem(poster: URL?) -> CSSearchableItem { + let attributes = CSSearchableItemAttributeSet(contentType: UTType.mp3) + attributes.artist = artist?.artistName + attributes.genre = genres.first + attributes.addedDate = releaseDate + attributes.thumbnailURL = poster + attributes.userCurated = NSNumber(value: monitored) + attributes.userOwned = NSNumber(value: (statistics?.percentOfTracks ?? 0) > 0) + + attributes.contentDescription = [title, overview, artist?.artistName, String(localized: "\(mediumCount) Track")] + .compactMap { $0 } + .joined(separator: " · ") + + return CSSearchableItem( + uniqueIdentifier: "albums:\(id):\(instanceId?.uuidString ?? "")", + domainIdentifier: instanceId?.uuidString, + attributeSet: attributes + ) + } + + var searchableHash: String { + "\(id):\(String(describing: title)):\(String(describing: artist?.artistName)):\(String(describing: releaseDate?.formatted(Date.FormatStyle().year())))" + } +} + +struct AlbumRelease: Identifiable, Equatable, Codable { + let id: Int + let albumId: Int + let foreignReleaseId: String? + + let title: String? + let status: String? + + let duration: Int + let trackCount: Int + + let media: [AlbumMedium] + let mediumCount: Int + + let disambiguation: String? + let country: [String] + let label: [String] + let format: String? + + let monitored: Bool +} + +struct AlbumLink: Equatable, Codable { + let url: String? + let name: String? +} + +struct AlbumRatings: Equatable, Codable { + let votes: Int + let value: Float +} + +struct AlbumStatistics: Equatable, Codable { + let trackFileCount: Int + let trackCount: Int + let totalTrackCount: Int + let sizeOnDisk: Int + let percentOfTracks: Float +} + +struct AlbumAddOptions: Equatable, Codable { + let addType: ArtistMonitorType + let searchForNewAlbum: Bool +} + +struct AlbumMonitorResource: Equatable, Codable { + let albumIds: [Int] + let monitored: Bool +} + +enum AlbumAddType: String, Codable { + var id: Self { self } + + case automatic + case manual + + var label: String { + switch self { + case .automatic: String(localized: "Automatic", comment: "Album add option") + case .manual: String(localized: "Manual", comment: "Album add option") + } + } +} + +struct AlbumMedium: Equatable, Codable { + let mediumNumber: Int + let mediumName: String? + let mediumFormat: String? +} + +extension Album { + static var void: Self { + .init( + id: 0, + instanceId: nil, + artistId: 0, + foreignAlbumId: nil, + title: "", + disambiguation: nil, + overview: nil, + monitored: false, + anyReleaseOk: false, + profileId: 0, + albumType: nil, + secondaryTypes: [], + releaseDate: nil, + releases: [], + genres: [], + duration: 0, + mediumCount: 0, + media: [], + artist: nil, + images: [], + remoteCover: nil, + links: [], + lastSearchTime: nil, + addOptions: nil, + ratings: nil, + statistics: nil + ) + } +} diff --git a/Ruddarr/Models/Artists/AlbumModel.swift b/Ruddarr/Models/Artists/AlbumModel.swift new file mode 100644 index 00000000..86109793 --- /dev/null +++ b/Ruddarr/Models/Artists/AlbumModel.swift @@ -0,0 +1,314 @@ +import os +import SwiftUI + +@MainActor +@Observable +class AlbumModel { + var instance: Instance + + var items: [Album] = [] + var itemsCount: Int = 0 + var history: [MediaHistoryEvent] = [] + + var cachedItems: [Album] = [] + + var error: API.Error? + var errorBinding: Binding { .init(get: { self.error != nil }, set: { _ in }) } + + var isWorking: Bool = false + var isFetching: Bool = false + var isMonitoring: Album.ID = 0 + + private var alternateTitles: [Album.ID: String] = [:] + private var sortAndFilterTask: Task? + + enum Operation { + case fetch(Artist) + case get(Album) + case add(Album) + case push(Album) + case delete(Album, Bool, Bool) + case download(String, Int, Int?) + case command(InstanceCommand) + } + + init(_ instance: Instance) { + self.instance = instance + } + + func updateCachedItems(_ searchQuery: String) { + sortAndFilterTask?.cancel() + + sortAndFilterTask = Task { @MainActor in + let items = self.items + let alternateTitles = self.alternateTitles + + cachedItems = await Task.detached(priority: .userInitiated) { + Self.filterAndSortItems(items, alternateTitles, searchQuery) + }.result.get() + } + } + + func byId(_ id: Album.ID) -> Album? { + self.items.first(where: { $0.id == id }) + } + + func byId(_ id: Album.ID) -> Binding { + Binding( + get: { [weak self] in + guard let self, let index = self.items.firstIndex(where: { $0.id == id }) else { + // item will be removed while still displayed briefly before navigation occurs + return .void + } + + return self.items[index] + }, + set: { [weak self] newValue in + guard let index = self?.items.firstIndex(where: { $0.id == id }) else { + self?.items.append(newValue) + return + } + + self?.items[index] = newValue + } + ) + } + + func byArtistId(_ artistId: Artist.ID) -> [Album] { + self.items.filter { $0.artistId == artistId } + } + + func byArtistId(_ id: Artist.ID) -> Binding<[Album]> { + Binding( + get: { [weak self] in + guard let self else { + // item will be removed while still displayed briefly before navigation occurs + return [] + } + + return self.items.filter { $0.artistId == id } + }, + set: { [weak self] newValue in + guard let self else { return } + // Replace all albums for this artist with the new value + self.items.removeAll(where: { $0.artistId == id }) + self.items.append(contentsOf: newValue) + } + ) + } + + func byForeignAlbumId(_ foreignId: String) -> Album? { + self.items.first(where: { $0.foreignAlbumId == foreignId }) + } + +// func fetch(_ artist: Artist) async -> Bool { +// await request(.fetch(artist)) +// } + + func get(_ album: Album) async -> Bool { + await request(.get(album)) + } + + func add(_ album: Album) async -> Bool { + await request(.add(album)) + } + + func push(_ album: Album) async -> Bool { + await request(.push(album)) + } + + func delete(_ album: Album, addExclusion: Bool, deleteFiles: Bool) async -> Bool { + await request(.delete(album, addExclusion, deleteFiles)) + } + + func download(guid: String, indexerId: Int, albumId: Int?) async -> Bool { + await request(.download(guid, indexerId, albumId)) + } + + func command(_ command: InstanceCommand) async -> Bool { + await request(.command(command)) + } + + func fetched(_ artist: Artist) -> Bool { + items.contains { $0.artistId == artist.id } + } + + func maybeFetch(_ artist: Artist) async { + let force = abs(artist.added.timeIntervalSinceNow) < 30 + + if !fetched(artist) || force { + await fetch(artist) + } + } + + func fetch(_ artist: Artist) async { + error = nil + isFetching = true + + if let album = items.first, + album.artistId != artist.id, + album.instanceId != artist.instanceId + { + items = [] + } + + do { + let newItems = try await dependencies.api.fetchAlbums(artist.id, instance) + + if items != newItems { + items = newItems + } + } catch is CancellationError { + // do nothing + } catch let apiError as API.Error { + error = apiError + + leaveBreadcrumb(.error, category: "artist.episodes", message: "Album fetch failed", data: ["error": apiError]) + } catch { + self.error = API.Error(from: error) + } + + isFetching = false + } + + func monitor(_ albums: [Album.ID], _ monitored: Bool) async -> Bool { + error = nil + isMonitoring = albums[0] + + do { + _ = try await dependencies.api.monitorAlbum(albums, monitored, instance) + } catch is CancellationError { + // do nothing + } catch let apiError as API.Error { + error = apiError + + leaveBreadcrumb(.error, category: "artist.albums", message: "Album monitor failed", data: ["error": apiError]) + } catch { + self.error = API.Error(from: error) + } + + isMonitoring = 0 + + return error == nil + } + + func fetchHistory(for album: Album) async { + do { + history = try await dependencies.api.getAlbumHistory(album.artistId, album.id, instance).records + } catch is CancellationError { + // do nothing + } catch let apiError as API.Error { + error = apiError + + leaveBreadcrumb(.error, category: "artist.albums", message: "Album history fetch failed", data: ["error": apiError]) + } catch { + self.error = API.Error(from: error) + } + } + + func request(_ operation: Operation) async -> Bool { + error = nil + isWorking = true + + do { + try await performOperation(operation) + } catch is CancellationError { + // do nothing + } catch let apiError as API.Error { + error = apiError + + leaveBreadcrumb(.error, category: "Albums", message: "Request failed", data: ["operation": operation, "error": apiError]) + } catch { + self.error = API.Error(from: error) + } + + isWorking = false + + return error == nil + } + + private func performOperation(_ operation: Operation) async throws { + switch operation { + case .fetch(let artist): + items = try await dependencies.api.fetchAlbums(artist.id, instance) + itemsCount = items.count + computeAlternateTitles() + await Spotlight(instance.id).index(items, delay: .seconds(5)) + + leaveBreadcrumb(.info, category: "Albums", message: "Fetched Albums", data: ["count": items.count]) + + case .get(let album): + if let index = items.firstIndex(where: { $0.id == album.id }) { + let item = try await dependencies.api.getAlbum(album, instance) + + if items[index] != item { + items[index] = item + } + } + + case .add(let album): + items.append(try await dependencies.api.addAlbum(album, instance)) + + case .push(let album): + _ = try await dependencies.api.pushAlbum(album, instance) + + case .delete(let album, let addExclusion, let deleteFiles): + _ = try await dependencies.api.deleteAlbum(album, addExclusion, deleteFiles, instance) + items.removeAll(where: { $0.id == album.id }) + + case .download(let guid, let indexerId, let artistId): + let payload = DownloadReleaseCommand(guid: guid, indexerId: indexerId, artistId: artistId) + _ = try await dependencies.api.downloadRelease(payload, instance) + + case .command(let command): + _ = try await dependencies.api.command(command, instance) + } + } + + func fetchHistory(_ artist: Artist, _ album: Album) async { + do { + history = try await dependencies.api.getAlbumHistory(artist.id, album.id, instance).records + } catch is CancellationError { + // do nothing + } catch let apiError as API.Error { + error = apiError + + leaveBreadcrumb(.error, category: "albums.history", message: "Album history fetch failed", data: ["error": apiError]) + } catch { + self.error = API.Error(from: error) + } + } + + nonisolated private static func filterAndSortItems( + _ items: [Album], + _ alternateTitles: [Album.ID: String], + _ searchQuery: String + ) -> [Album] { + let query = searchQuery.trimmed() + + return items + .filter { + guard !query.isEmpty else { return true } + return $0.title.localizedCaseInsensitiveContains(query) + || alternateTitles[$0.id]?.localizedCaseInsensitiveContains(query) ?? false + } + } + + private func computeAlternateTitles() { + if alternateTitles.count == items.count { + return + } + + Task.detached(priority: .background) { + let titles: [Artist.ID: String] = await Dictionary( + uniqueKeysWithValues: self.items.map { item in + (item.id, item.title) + } + ) + + await MainActor.run { + self.alternateTitles = titles + } + } + } +} diff --git a/Ruddarr/Models/Artists/AlbumTrack.swift b/Ruddarr/Models/Artists/AlbumTrack.swift new file mode 100644 index 00000000..2afb32da --- /dev/null +++ b/Ruddarr/Models/Artists/AlbumTrack.swift @@ -0,0 +1,75 @@ +import SwiftUI + +struct AlbumTrack: Identifiable, Codable, Equatable { + let id: Int + + // used by deeplinks to switch instances + var instanceId: Instance.ID? + + let artistId: Int + let foreignTrackId: String? + let trackFileId: Int + let albumId: Int + + let explicit: Bool + + let absoluteTrackNumber: Int + let trackNumber: String? + let title: String? + let duration: Int + let trackFile: AlbumTrackFile? + + let mediumNumber: Int + let hasFile: Bool + let artist: Artist? + + let ratings: AlbumTrackRatings? + + var runtime: Int { + duration / 60_000 + } + + var numberLabel: String { + trackNumber ?? "\(String(absoluteTrackNumber))" + } + + var titleLabel: String { + title ?? String(localized: "Unannounced", comment: "Missing media title") + } + + var statusLabel: String { + if hasFile { + return String(localized: "Downloaded", comment: "(Single word) Track status label") + } + + return String(localized: "Missing", comment: "(Single word) Track status label") + } +} + +struct AlbumTrackRatings: Codable, Equatable { + let votes: Int + let value: Double +} + +extension AlbumTrack { + static var void: Self { + .init( + id: 0, + instanceId: nil, + artistId: 0, + foreignTrackId: nil, + trackFileId: 0, + albumId: 0, + explicit: false, + absoluteTrackNumber: 1, + trackNumber: "1", + title: nil, + duration: 0, + trackFile: nil, + mediumNumber: 0, + hasFile: false, + artist: nil, + ratings: nil + ) + } +} diff --git a/Ruddarr/Models/Artists/AlbumTrackFile.swift b/Ruddarr/Models/Artists/AlbumTrackFile.swift new file mode 100644 index 00000000..69999535 --- /dev/null +++ b/Ruddarr/Models/Artists/AlbumTrackFile.swift @@ -0,0 +1,151 @@ +import Foundation + +struct AlbumTrackFile: Identifiable, Equatable, Codable { + let id: Int + let size: Int + + // used by deeplinks to switch instances + var instanceId: Instance.ID? + + let artistId: Artist.ID + let albumId: Album.ID? + let path: String? + let dateAdded: Date? + let sceneName: String? + let releaseGroup: String? + let quality: MediaQuality? + let qualityWeight: Int + + let customFormats: [MediaQualityDetails]? + let customFormatScore: Int? + + let indexerFlags: Int? + let mediaInfo: TrackMediaInfo? + let qualityCutoffNotMet: Bool + let audioTags: TrackFileInfo? + + enum CodingKeys: String, CodingKey { + case id + case size + case artistId + case albumId + case path + case dateAdded + case sceneName + case releaseGroup + case quality + case qualityWeight + case customFormats + case customFormatScore + case indexerFlags + case mediaInfo + case qualityCutoffNotMet + case audioTags + } + + var filenameLabel: String { + path?.components(separatedBy: "/").last?.breakable() ?? "--" + } + + var sizeLabel: String { + formatBytes(size) + } + + var scoreLabel: String { + formatCustomScore(customFormatScore ?? 0) + } + + var customFormatsList: [String]? { + guard let formats = customFormats, !formats.isEmpty else { + return nil + } + + return formats.map { $0.label } + } + + func bitrateLabel(_ runtime: Int) -> String? { + guard runtime > 0 else { return nil } + + guard let bitrate = calculateBitrate(runtime * 60, size) else { return nil } + guard let label = formatBitrate(bitrate) else { return nil } + + return String(format: "~%@", label) + } +} + +struct TrackFileInfo: Equatable, Codable { + let title: String? + let cleanTitle: String? + let artistTitle: String? + let albumTitle: String? + let artistTitleInfo: TrackArtistTitleInfo? + let artistMBId: String? + let albumMBId: String? + let releaseMBId: String? + let recordingMBId: String? + let trackMBId: String? + + let discNumber: Int? + let discCount: Int? + + let country: TrackMediaCountry? + + let year: Int + + let label: String? + let catalogNumber: String? + + let disambiguation: String? + + let duration: DateInterval? + + let quality: MediaQuality? + let mediaInfo: TrackMediaInfo? + let trackNumbers: [Int?] + + let releaseGroup: String? + let releaseHash: String? +} + +struct TrackMediaCountry: Equatable, Codable { + let twoLetterCode: String? + let name: String? +} + +struct TrackArtistTitleInfo: Equatable, Codable { + let title: String? + let titleWithoutYear: String? + let year: Int +} + +struct TrackMediaInfo: Equatable, Codable { + let audioCodec: String? + let audioBitRate: String? + let audioChannels: Int? + let audioBits: String? + let audioSampleRate: String? +} + +extension AlbumTrackFile { + static var void: Self { + .init( + id: 0, + size: 0, + instanceId: nil, + artistId: 0, + albumId: 0, + path: nil, + dateAdded: nil, + sceneName: nil, + releaseGroup: nil, + quality: nil, + qualityWeight: 0, + customFormats: [], + customFormatScore: 0, + indexerFlags: nil, + mediaInfo: nil, + qualityCutoffNotMet: false, + audioTags: nil + ) + } +} diff --git a/Ruddarr/Models/Artists/AlbumTrackFileModel.swift b/Ruddarr/Models/Artists/AlbumTrackFileModel.swift new file mode 100644 index 00000000..3e4b76b7 --- /dev/null +++ b/Ruddarr/Models/Artists/AlbumTrackFileModel.swift @@ -0,0 +1,170 @@ +import os +import SwiftUI + +@MainActor +@Observable +class AlbumTrackFileModel { + var instance: Instance + + var items: [AlbumTrackFile] = [] + + var error: API.Error? + var errorBinding: Binding { .init(get: { self.error != nil }, set: { _ in }) } + + var isFetching: Bool = false + + init(_ instance: Instance) { + self.instance = instance + } + + func byId(_ id: AlbumTrackFile.ID) -> AlbumTrackFile? { + self.items.first(where: { $0.id == id }) + } + + func byId(_ id: AlbumTrackFile.ID) -> Binding { + Binding( + get: { [weak self] in + guard let self, let index = self.items.firstIndex(where: { $0.id == id }) else { + // item will be removed while still displayed briefly before navigation occurs + return .void + } + + return self.items[index] + }, + set: { [weak self] newValue in + guard let index = self?.items.firstIndex(where: { $0.id == id }) else { + self?.items.append(newValue) + return + } + + self?.items[index] = newValue + } + ) + } + + func byAlbumId(_ id: Album.ID) -> [AlbumTrackFile] { + self.items.filter { $0.albumId == id } + } + + func byAlbumId(_ id: Album.ID) -> Binding<[AlbumTrackFile]> { + Binding( + get: { [weak self] in + guard let self else { + // item will be removed while still displayed briefly before navigation occurs + return [] + } + + return self.items.filter { $0.albumId == id } + }, + set: { [weak self] newValue in + guard let self else { return } + // Replace all albums for this artist with the new value + self.items.removeAll(where: { $0.albumId == id }) + self.items.append(contentsOf: newValue) + } + ) + } + + func byArtistId(_ id: Artist.ID) -> [AlbumTrackFile] { + self.items.filter { $0.artistId == id } + } + + func byArtistId(_ id: Artist.ID) -> Binding<[AlbumTrackFile]> { + Binding( + get: { [weak self] in + guard let self else { + // item will be removed while still displayed briefly before navigation occurs + return [] + } + + return self.items.filter { $0.artistId == id } + }, + set: { [weak self] newValue in + guard let self else { return } + // Replace all albums for this artist with the new value + self.items.removeAll(where: { $0.artistId == id }) + self.items.append(contentsOf: newValue) + } + ) + } + + func fetched(_ artist: Artist) -> Bool { + items.contains { $0.artistId == artist.id } + } + + func maybeFetch(_ artist: Artist) async { + guard !fetched(artist) else { return } + await fetch(artist) + } + + func fetch(_ artist: Artist) async { + error = nil + isFetching = true + + if let track = items.first, track.artistId != artist.id { + items = [] + } + + do { + let newItems = try await dependencies.api.fetchArtistTrackFiles(artist.id, instance) + + if items != newItems { + items = newItems + } + } catch is CancellationError { + // do nothing + } catch let apiError as API.Error { + error = apiError + + leaveBreadcrumb(.error, category: "artist.tracks", message: "Artist files fetch failed", data: ["error": apiError]) + } catch { + self.error = API.Error(from: error) + } + + isFetching = false + } + + func delete(_ track: AlbumTrackFile) async -> Bool { + error = nil + + do { + _ = try await dependencies.api.deleteTrackFile(track, instance) + + if let index = items.firstIndex(where: { $0.id == track.id }) { + items.remove(at: index) + } + } catch is CancellationError { + // do nothing + } catch let apiError as API.Error { + error = apiError + + leaveBreadcrumb(.error, category: "artist.tracks", message: "Artist file deletion failed", data: ["error": apiError]) + } catch { + self.error = API.Error(from: error) + } + + return error == nil + } + + func delete(_ tracks: [AlbumTrackFile]) async -> Bool { + error = nil + + do { + _ = try await dependencies.api.deleteTrackFiles(tracks, instance) + + let deleted = Set(tracks.map(\.id)) + items.removeAll { deleted.contains($0.id) } + } catch is CancellationError { + // do nothing + } catch let apiError as API.Error { + error = apiError + + leaveBreadcrumb(.error, category: "artist.tracks", message: "Artist file deletion failed", data: ["error": apiError]) + } catch { + self.error = API.Error(from: error) + } + + return error == nil + } + +} diff --git a/Ruddarr/Models/Artists/AlbumTrackModel.swift b/Ruddarr/Models/Artists/AlbumTrackModel.swift new file mode 100644 index 00000000..dabdd0b2 --- /dev/null +++ b/Ruddarr/Models/Artists/AlbumTrackModel.swift @@ -0,0 +1,69 @@ +import os +import SwiftUI + +@MainActor +@Observable +class AlbumTrackModel { + var instance: Instance + + var items: [AlbumTrack] = [] + + var error: API.Error? + var errorBinding: Binding { .init(get: { self.error != nil }, set: { _ in }) } + + var isFetching: Bool = false + + init(_ instance: Instance) { + self.instance = instance + } + + func byId(_ id: AlbumTrack.ID) -> AlbumTrack? { + items.first { $0.id == id } + } + + func byAlbumId(_ album: Album.ID) -> [AlbumTrack] { + items.filter { $0.albumId == album } + } + + func fetched(_ artist: Artist) -> Bool { + items.contains { $0.artistId == artist.id } + } + + func maybeFetch(_ artist: Artist) async { + let force = abs(artist.added.timeIntervalSinceNow) < 30 + + if !fetched(artist) || force { + await fetch(artist) + } + } + + func fetch(_ artist: Artist) async { + error = nil + isFetching = true + + if let track = items.first, + track.artistId != artist.id, + track.instanceId != artist.instanceId + { + items = [] + } + + do { + let newItems = try await dependencies.api.fetchArtistTracks(artist.id, instance) + + if items != newItems { + items = newItems + } + } catch is CancellationError { + // do nothing + } catch let apiError as API.Error { + error = apiError + + leaveBreadcrumb(.error, category: "artist.tracks", message: "Tracks fetch failed", data: ["error": apiError]) + } catch { + self.error = API.Error(from: error) + } + + isFetching = false + } +} diff --git a/Ruddarr/Models/Artists/Artist.swift b/Ruddarr/Models/Artists/Artist.swift new file mode 100644 index 00000000..45db92ec --- /dev/null +++ b/Ruddarr/Models/Artists/Artist.swift @@ -0,0 +1,344 @@ +import SwiftUI +import CoreSpotlight + +struct Artist: Media, Identifiable, Equatable, Codable { + // artists only have an `id` after being added + var id: Int { guid ?? abs((foreignArtistId ?? UUID().uuidString).hashValue) } + + // the remapped `id` field + var guid: Int? + + // used by deeplinks to switch instances + var instanceId: Instance.ID? + + let tadbId: Int? + let mbId: String? + let foreignArtistId: String? + let discogsId: Int? + let allMusicId: Int? + + var title: String { artistName } + let artistName: String + let sortName: String? + let cleanName: String? + let artistType: String? + + let status: ArtistStatus + + let ended: Bool + let overview: String? + let disambiguation: String? + +// let nextAlbum: Album? +// let lastAlbum: Album? + + var remotePoster: String? { + (images.first { $0.coverType == "poster" } ?? images.first)?.remoteURL + } + let images: [MediaImage] + let members: [ArtistMember]? + let links: [ArtistLink] + + let path: String? + let folder: String? + var rootFolderPath: String? + var qualityProfileId: Int? + var metadataProfileId: Int? + + var monitored: Bool + var monitorNewItems: ArtistMonitorNewItems? + + let genres: [String] + var tags: [Int] + + let added: Date + var addOptions: ArtistAddOptions? + + let ratings: ArtistRatings? + var statistics: ArtistStatistics? + + enum CodingKeys: String, CodingKey { + case guid = "id" + case tadbId + case mbId + case foreignArtistId + case discogsId + case allMusicId + case artistName + case sortName + case cleanName + case status + case ended + case overview + case artistType + case disambiguation + case links +// case nextAlbum +// case lastAlbum + case images + case members + case path + case qualityProfileId + case metadataProfileId + case monitored + case monitorNewItems + case rootFolderPath + case folder + case genres + case tags + case added + case addOptions + case ratings + case statistics + } + + var exists: Bool { + guid ?? 0 > 0 + } + + var albumCount: Int { + statistics?.albumCount ?? 0 + } + + var trackCount: Int { + statistics?.trackCount ?? 0 + } + + var trackFileCount: Int { + statistics?.trackFileCount ?? 0 + } + + var sizeOnDisk: Int { + statistics?.sizeOnDisk ?? 0 + } + + var percentOfTracks: Float { + statistics?.percentOfTracks ?? 0 + } + + var genreLabel: String { + genres.prefix(3) + .map { $0 } + .formattedList() + } + + var stateLabel: LocalizedStringKey { + if monitored && percentOfTracks < 100 { + return trackFileCount == 0 ? "Missing" : "Missing Releases" + } + + if monitored && percentOfTracks == 100 { + return "Up to Date" + } + + return "Unwanted" + } + + var ratingScore: Float { + guard let votes = ratings?.votes, votes > 0 else { return 0 } + guard let rating = ratings?.value else { return 0 } + + return rating * log(Float(votes) + 1) + } + + var sizeLabel: String? { + guard let bytes = statistics?.sizeOnDisk, bytes > 0 else { return nil } + return formatBytes(bytes) + } +} + +extension Artist { + func searchableItem(poster: URL?) -> CSSearchableItem { + let attributes = CSSearchableItemAttributeSet(contentType: UTType.mp3) + attributes.artist = artistName + attributes.genre = genres.first + attributes.addedDate = added + attributes.thumbnailURL = poster + attributes.userCurated = NSNumber(value: monitored) + attributes.userOwned = NSNumber(value: (statistics?.percentOfTracks ?? 0) > 0) + + attributes.contentDescription = [String(localized: "\(albumCount) Album"), String(localized: "\(trackCount) Track")] + .compactMap { $0 } + .joined(separator: " · ") + + return CSSearchableItem( + uniqueIdentifier: "artists:\(id):\(instanceId?.uuidString ?? "")", + domainIdentifier: instanceId?.uuidString, + attributeSet: attributes + ) + } + + var searchableHash: String { + "\(id):\(artistName)" + } +} + +enum ArtistStatus: String, Equatable, Codable { + case continuing + case ended + case deleted + + var label: String { + switch self { + case .continuing: String(localized: "Continuing", comment: "(Single word) Artists status") + case .ended: String(localized: "Ended", comment: "(Single word) Artists status") + case .deleted: String(localized: "Deleted", comment: "(Single word) Artists status") + } + } + + var icon: Image { + switch self { + case .continuing: Image(systemName: "play.fill") + case .ended: Image(systemName: "stop.fill") + case .deleted: Image(systemName: "xmark.circle") + } + } +} + +struct ArtistLink: Equatable, Codable, Hashable, Identifiable { + var id: UUID { UUID() } + + let url: String? + let name: String? + + enum CodingKeys: String, CodingKey { + case url + case name + } +} + +struct ArtistMember: Equatable, Codable { + let name: String? + let instrument: String? + let images: [MediaImage] +} + +struct ArtistRatings: Equatable, Codable { + let votes: Int + let value: Float +} + +struct ArtistStatistics: Equatable, Codable { + let sizeOnDisk: Int + let albumCount: Int + let trackCount: Int + let trackFileCount: Int + let totalTrackCount: Int + let percentOfTracks: Float +} + +struct ArtistAddOptions: Equatable, Codable { + var monitor: ArtistMonitorType +// let albumsToMonitor: [String]? +// let monitored: Bool? +// let searchForMissingAlbums: Bool? +} + +enum ArtistMonitorNewItems: String, Codable, Identifiable, CaseIterable { + var id: Self { self } + + case all + case new + case none + + var label: String { + switch self { + case .all: String(localized: "All Albums", comment: "Artists monitoring option") + case .new: String(localized: "New Albums", comment: "Artists monitoring option") + case .none: String(localized: "No Albums", comment: "Artists monitoring option") + } + } +} + +enum ArtistMonitorType: String, Codable, Identifiable, CaseIterable { + var id: Self { self } + + case unknown + case all + case future + case missing + case existing + case latest + case first + case none + + var label: String { + switch self { + case .unknown: String(localized: "Unknown") + case .all: String(localized: "All Releases", comment: "Artists monitoring option") + case .future: String(localized: "Future Releases", comment: "Artists monitoring option") + case .missing: String(localized: "Missing Releases", comment: "Artists monitoring option") + case .existing: String(localized: "Existing Releases", comment: "Artists monitoring option") + case .first: String(localized: "First Release", comment: "Artists monitoring option") + case .latest: "" + case .none: String(localized: "None", comment: "Artists monitoring option") + } + } +} + +struct ArtistUpdateResource: Codable { + let id: Artist.ID + let monitored: Bool? + let monitorNewItems: ArtistMonitorNewItems + let qualityProfileId: Int? + let metadataProfileId: Int? + let path: String? + let rootFolderPath: String? +} + +struct ArtistEditorResource: Codable { + let artistsIds: [Int] + let monitored: Bool? + let monitorNewItems: ArtistMonitorNewItems + let qualityProfileId: Int? + let metadataProfileId: Int? + let rootFolderPath: String? + let tags: [Int] + let applyTags: String + let moveFiles: Bool? +} + +struct ArtistDeleteResource: Codable { + let trackFileIds: [Int] +} + +extension Artist { + static var void: Self { + .init( + guid: nil, + instanceId: nil, + tadbId: 0, + mbId: nil, + foreignArtistId: nil, + discogsId: nil, + allMusicId: nil, + artistName: "", + sortName: "", + cleanName: nil, + artistType: nil, + status: .continuing, + ended: false, + overview: nil, + disambiguation: nil, +// nextAlbum: nil, +// lastAlbum: nil, +// remotePoster: nil, + images: [], + members: [], + links: [], + path: nil, + folder: nil, + rootFolderPath: nil, + qualityProfileId: 0, + metadataProfileId: 0, + monitored: false, + monitorNewItems: .all, + genres: [], + tags: [], + added: .now, + addOptions: nil, + ratings: nil, + statistics: nil + ) + } +} diff --git a/Ruddarr/Models/Artists/ArtistDefaults.swift b/Ruddarr/Models/Artists/ArtistDefaults.swift new file mode 100644 index 00000000..06cfb3d5 --- /dev/null +++ b/Ruddarr/Models/Artists/ArtistDefaults.swift @@ -0,0 +1,67 @@ +import Foundation + +struct ArtistDefaults { + let monitor: ArtistMonitorType + let rootFolder: String + let qualityProfile: Int + let metadataProfile: Int + + init( + monitor: ArtistMonitorType = .none, + rootFolder: String = "", + qualityProfile: Int = -1, + metadataProfile: Int = -1 + ) { + self.monitor = monitor + self.rootFolder = rootFolder + self.qualityProfile = qualityProfile + self.metadataProfile = metadataProfile + } + + init(from artist: Artist) { + monitor = artist.addOptions?.monitor ?? .none + rootFolder = artist.rootFolderPath ?? "" + qualityProfile = artist.qualityProfileId ?? -1 + metadataProfile = artist.metadataProfileId ?? -1 + } +} + +extension ArtistDefaults: Codable { + enum CodingKeys: String, CodingKey { + case monitor + case rootFolder + case qualityProfile + case metadataProfile + } + + init(from decoder: any Decoder) throws { + let values = try decoder.container(keyedBy: CodingKeys.self) + monitor = try values.decode(ArtistMonitorType.self, forKey: .monitor) + rootFolder = try values.decode(String.self, forKey: .rootFolder) + qualityProfile = try values.decode(Int.self, forKey: .qualityProfile) + metadataProfile = try values.decode(Int.self, forKey: .metadataProfile) + } + + func encode(to encoder: any Encoder) throws { + var container = encoder.container(keyedBy: CodingKeys.self) + try container.encode(monitor, forKey: .monitor) + try container.encode(rootFolder, forKey: .rootFolder) + try container.encode(qualityProfile, forKey: .qualityProfile) + try container.encode(metadataProfile, forKey: .metadataProfile) + } +} + +extension ArtistDefaults: RawRepresentable { + typealias RawValue = String + + init?(rawValue: RawValue) { + guard let data = rawValue.data(using: .utf8) else { return nil } + guard let decoded = try? JSONDecoder().decode(ArtistDefaults.self, from: data) else { return nil } + self = decoded + } + + var rawValue: RawValue { + guard let data = try? JSONEncoder().encode(self) else { return "{}" } + return String(data: data, encoding: .utf8) ?? "{}" + } +} diff --git a/Ruddarr/Models/Artists/ArtistFiles.swift b/Ruddarr/Models/Artists/ArtistFiles.swift new file mode 100644 index 00000000..411bbc54 --- /dev/null +++ b/Ruddarr/Models/Artists/ArtistFiles.swift @@ -0,0 +1,99 @@ +import os +import SwiftUI + +@MainActor +@Observable +class ArtistTracks { + var instance: Instance + + var items: [AlbumTrack] = [] + + var error: API.Error? + var errorBinding: Binding { .init(get: { self.error != nil }, set: { _ in }) } + + var isFetching: Bool = false + + init(_ instance: Instance) { + self.instance = instance + } + + func fetched(_ artist: Artist) -> Bool { + items.contains { $0.artistId == artist.id } + } + + func maybeFetch(_ artist: Artist) async { + guard !fetched(artist) else { return } + await fetch(artist) + } + + func fetch(_ artist: Artist) async { + error = nil + isFetching = true + + if let file = items.first, file.artistId != artist.id { + items = [] + } + + do { + let newItems = try await dependencies.api.fetchArtistFiles(artist.id, instance) + + if items != newItems { + items = newItems + } + } catch is CancellationError { + // do nothing + } catch let apiError as API.Error { + error = apiError + + leaveBreadcrumb(.error, category: "artist.files", message: "Artist files fetch failed", data: ["error": apiError]) + } catch { + self.error = API.Error(from: error) + } + + isFetching = false + } + + func delete(_ file: AlbumTrack) async -> Bool { + error = nil + + do { + _ = try await dependencies.api.deleteArtistFile(file, instance) + + if let index = items.firstIndex(where: { $0.id == file.id }) { + items.remove(at: index) + } + } catch is CancellationError { + // do nothing + } catch let apiError as API.Error { + error = apiError + + leaveBreadcrumb(.error, category: "artist.files", message: "Artist file deletion failed", data: ["error": apiError]) + } catch { + self.error = API.Error(from: error) + } + + return error == nil + } + + func delete(_ files: [AlbumTrack]) async -> Bool { + error = nil + + do { + _ = try await dependencies.api.deleteArtistFiles(files, instance) + + let deleted = Set(files.map(\.id)) + items.removeAll { deleted.contains($0.id) } + } catch is CancellationError { + // do nothing + } catch let apiError as API.Error { + error = apiError + + leaveBreadcrumb(.error, category: "artist.files", message: "Artist file deletion failed", data: ["error": apiError]) + } catch { + self.error = API.Error(from: error) + } + + return error == nil + } + +} diff --git a/Ruddarr/Models/Artists/ArtistLookup.swift b/Ruddarr/Models/Artists/ArtistLookup.swift new file mode 100644 index 00000000..ab48e51e --- /dev/null +++ b/Ruddarr/Models/Artists/ArtistLookup.swift @@ -0,0 +1,141 @@ +import os +import SwiftUI + +@MainActor +@Observable +class ArtistLookup { + var instance: Instance + + var items: [Artist]? + var sort: SortOption = .byRelevance + + var error: API.Error? + var errorBinding: Binding { .init(get: { self.error != nil }, set: { _ in }) } + + var isSearching: Bool { searchTask != nil } + var searchedQuery: String = "" + + private var queries: [String: Artist] = [:] + private var searchTask: Task? + private var searchTaskQuery: String = "" + + init(_ instance: Instance) { + self.instance = instance + } + + enum SortOption: Identifiable, CaseIterable { + var id: Self { self } + + case byRelevance + case byRating + + var label: String { + switch self { + case .byRelevance: String(localized: "Relevant", comment: "Media search scope") + case .byRating: String(localized: "Rating", comment: "Media search scope") + } + } + } + + func reset() { + items = nil + } + + func isEmpty() -> Bool { + items == nil || items?.count == 0 + } + + func noResults(_ query: String) -> Bool { + if isSearching || query.isEmpty { + return false + } + + return searchedQuery == query && isEmpty() + } + + func search(query: String) async { + if searchedQuery == query || searchTaskQuery == query { + return + } + + searchTask?.cancel() + + error = nil + items = [] + + guard !query.isEmpty else { + items = [] + return + } + + searchTask = Task { + do { + searchTaskQuery = query + items = try await dependencies.api.lookupArtists(instance, query) + searchedQuery = query + } catch is CancellationError { + // do nothing + } catch let apiError as API.Error { + error = apiError + + leaveBreadcrumb(.error, category: "artist.lookup", message: "Artist lookup failed", data: ["query": query, "error": apiError]) + } catch { + self.error = API.Error(from: error) + } + + if !Task.isCancelled { + searchTask = nil + searchTaskQuery = "" + } + } + } + + func fetch(id: Int) async throws -> Artist? { + let query = "\(id)" + if let cached = queries[query] { + return cached + } + + let results = try await dependencies.api.lookupArtists(instance, query) + + if let result = results.first { + queries[query] = result + } + + return queries[query] ?? nil + } + + func fetch(mbId: String) async throws -> Artist? { + let query = "mb:\(mbId)" + + if let cached = queries[query] { + return cached + } + + let results = try await dependencies.api.lookupArtists(instance, query) + + if let result = results.first { + queries[query] = result + } + + return queries[query] ?? nil + } + + // consider caching this for performance + var sortedItems: [Artist] { + let items = items ?? [] + + guard sort != .byRelevance else { + return items + } + + return items.sorted { + switch sort { + case .byRelevance: + false // see `.byRelevance` guard above + case .byRating: + $0.ratingScore > $1.ratingScore + } + } + } +} diff --git a/Ruddarr/Models/Artists/ArtistModel.swift b/Ruddarr/Models/Artists/ArtistModel.swift new file mode 100644 index 00000000..6f52275a --- /dev/null +++ b/Ruddarr/Models/Artists/ArtistModel.swift @@ -0,0 +1,227 @@ +import os +import SwiftUI + +@MainActor +@Observable +class ArtistModel { + var instance: Instance + + var items: [Artist] = [] + var itemsCount: Int = 0 + + var cachedItems: [Artist] = [] + + var error: API.Error? + var errorBinding: Binding { .init(get: { self.error != nil }, set: { _ in }) } + + var isWorking: Bool = false + + private var alternateTitles: [Artist.ID: String] = [:] + private var sortAndFilterTask: Task? + + enum Operation { + case fetch + case get(Artist) + case add(Artist) + case push(Artist) + case update(Artist, Bool) + case delete(Artist, Bool, Bool) + case download(String, Int, Int?) + case command(InstanceCommand) + } + + init(_ instance: Instance) { + self.instance = instance + } + + func updateCachedItems(_ sort: ArtistSort, _ searchQuery: String) { + sortAndFilterTask?.cancel() + + sortAndFilterTask = Task { @MainActor in + let items = self.items + let alternateTitles = self.alternateTitles + + cachedItems = await Task.detached(priority: .userInitiated) { + Self.filterAndSortItems(items, alternateTitles, sort, searchQuery) + }.result.get() + } + } + + func byId(_ id: Artist.ID) -> Artist? { + self.items.first { $0.guid == id } + } + + func byId(_ id: Artist.ID) -> Binding { + Binding( + get: { [weak self] in + guard let self, let index = self.items.firstIndex(where: { $0.guid == id }) else { + // item will be removed while still displayed briefly before navigation occurs + return .void + } + + return self.items[index] + }, + set: { [weak self] newValue in + guard let index = self?.items.firstIndex(where: { $0.guid == id }) else { + self?.items.append(newValue) + return + } + + self?.items[index] = newValue + } + ) + } + + func byTadbId(_ tadbId: Int) -> Artist? { + items.first(where: { $0.tadbId == tadbId }) + } + + func byMbId(_ mbId: String?) -> Artist? { + items.first(where: { $0.mbId == mbId }) + } + + func byForeignId(_ foreignId: String?) -> Artist? { + items.first(where: { $0.foreignArtistId == foreignId }) + } + + func fetch() async -> Bool { + await request(.fetch) + } + + func get(_ artist: Artist, silent: Bool = false) async -> Bool { + await request(.get(artist), silent: silent) + } + + func add(_ artist: Artist) async -> Bool { + await request(.add(artist)) + } + + func push(_ artist: Artist) async -> Bool { + await request(.push(artist)) + } + + func update(_ artist: Artist, moveFiles: Bool = false) async -> Bool { + await request(.update(artist, moveFiles)) + } + + func delete(_ artist: Artist, addExclusion: Bool, deleteFiles: Bool) async -> Bool { + await request(.delete(artist, addExclusion, deleteFiles)) + } + + func download(guid: String, indexerId: Int, artistId: Int?) async -> Bool { + await request(.download(guid, indexerId, artistId)) + } + + func command(_ command: InstanceCommand) async -> Bool { + await request(.command(command)) + } + + func request(_ operation: Operation, silent: Bool = false) async -> Bool { + if !silent { + error = nil + isWorking = true + } + + do { + try await performOperation(operation) + } catch is CancellationError { + // do nothing + } catch let apiError as API.Error { + if !silent { + error = apiError + } + + leaveBreadcrumb(.error, category: "Artists", message: "Request failed", data: ["operation": operation, "error": apiError]) + } catch { + if !silent { + self.error = API.Error(from: error) + } + } + + if !silent { + isWorking = false + } + + return error == nil + } + + private func performOperation(_ operation: Operation) async throws { + switch operation { + case .fetch: + items = try await dependencies.api.fetchArtists(instance) + itemsCount = items.count + computeAlternateTitles() + await Spotlight(instance.id).index(items, delay: .seconds(5)) + + leaveBreadcrumb(.info, category: "Artists", message: "Fetched Artists", data: ["count": items.count]) + + case .get(let artist): + if let index = items.firstIndex(where: { $0.id == artist.id }) { + let item = try await dependencies.api.getArtist(artist.id, instance) + + if items[index] != item { + items[index] = item + } + } + + case .add(let artist): + items.append(try await dependencies.api.addArtist(artist, instance)) + + case .push(let artist): + _ = try await dependencies.api.pushArtist(artist, instance) + + case .update(let artist, let moveFiles): + _ = try await dependencies.api.updateArtist(artist, moveFiles, instance) + + case .delete(let artist, let addExclusion, let deleteFiles): + _ = try await dependencies.api.deleteArtist(artist, addExclusion, deleteFiles, instance) + items.removeAll(where: { $0.guid == artist.guid }) + + case .download(let guid, let indexerId, let artistId): + let payload = DownloadReleaseCommand(guid: guid, indexerId: indexerId, artistId: artistId) + _ = try await dependencies.api.downloadRelease(payload, instance) + + case .command(let command): + _ = try await dependencies.api.command(command, instance) + } + } + + nonisolated private static func filterAndSortItems( + _ items: [Artist], + _ alternateTitles: [Artist.ID: String], + _ sort: ArtistSort, + _ searchQuery: String + ) -> [Artist] { + let query = searchQuery.trimmed() + let comparator = sort.option.compare + + return items + .filter(sort.filter) + .filter { + guard !query.isEmpty else { return true } + return $0.title.localizedCaseInsensitiveContains(query) + || alternateTitles[$0.id]?.localizedCaseInsensitiveContains(query) ?? false + } + .sorted { lhs, rhs in + sort.isAscending ? comparator(lhs, rhs) : comparator(rhs, lhs) + } + } + + private func computeAlternateTitles() { + if alternateTitles.count == items.count { + return + } + + Task.detached(priority: .background) { + let titles: [Artist.ID: String] = await Dictionary( + uniqueKeysWithValues: self.items.map { item in + (item.id, item.title) + } + ) + + await MainActor.run { + self.alternateTitles = titles + } + } + } +} diff --git a/Ruddarr/Models/Artists/ArtistRelease.swift b/Ruddarr/Models/Artists/ArtistRelease.swift new file mode 100644 index 00000000..53839eb4 --- /dev/null +++ b/Ruddarr/Models/Artists/ArtistRelease.swift @@ -0,0 +1,278 @@ +import os +import SwiftUI + +@MainActor +@Observable +class ArtistReleases { + var instance: Instance + + var items: [ArtistRelease] = [] + + var error: API.Error? + var errorBinding: Binding { .init(get: { self.error != nil }, set: { _ in }) } + + var isFetching: Bool = false + var isSearching: Bool = false + + var indexers: [String] = [] + var qualities: [String] = [] + var protocols: [String] = [] + var languages: [String] = [] + var customFormats: [String] = [] + + init(_ instance: Instance) { + self.instance = instance + } + + func byId(_ id: ArtistRelease.ID) -> ArtistRelease? { + items.first { $0.id == id } + } + + func fetched(_ artist: Artist) -> Bool { + items.contains { $0.artistId == artist.id } + } + +// func maybeFetch(_ artist: Artist) async { +// let force = abs(artist.added.timeIntervalSinceNow) < 30 +// +// if !fetched(artist) || force { +// await fetch(artist) +// } +// } + + func search(_ artist: Artist, _ album: Album.ID?) async { + items = [] + error = nil + isSearching = true + setFilterData() + + do { + items = try await dependencies.api.lookupArtistReleases(artist.id, album, instance) + setFilterData() + } catch is CancellationError { + // do nothing + } catch let apiError as API.Error { + error = apiError + + leaveBreadcrumb(.error, category: "artist.releases", message: "Artist releases lookup failed", data: ["error": apiError]) + } catch { + self.error = API.Error(from: error) + } + + isSearching = false + } + + func setFilterData() { + setIndexers() + setQualities() + setProtocols() + setCustomFormats() + } + + func setIndexers() { + var seen: Set = [] + + indexers = items + .map { $0.indexerLabel } + .filter { seen.insert($0).inserted } + .sorted() + } + + func setQualities() { + var seen: Set = [] + + qualities = items + .map { $0.quality.quality.normalizedName } + .filter { seen.insert($0).inserted } + } + + func setProtocols() { + var seen: Set = [] + + protocols = items + .map { $0.network.label } + .filter { seen.insert($0).inserted } + } + + func setCustomFormats() { + let customFormatNames = items + .filter { $0.hasCustomFormats } + .flatMap { $0.customFormats.unsafelyUnwrapped.map { $0.label } } + + customFormats = Array(Set(customFormatNames)) + } +} + +struct ArtistRelease: Identifiable, Codable { + var id: String { guid } + + var instanceId: Instance.ID? + + let guid: String + let title: String + let artistId: Int? + let artistName: String? + let albumId: Int? + let albumName: String? + let size: Int + let age: Int + let ageHours: Float + let ageMinutes: Float + let airDate: String? + let publishedDate: Date? + let approved: Bool + let rejected: Bool + let temporarilyRejected: Bool + let downloadAllowed: Bool + + let customFormats: [MediaCustomFormat]? + let customFormatScore: Int + + let network: ReleaseProtocol + let indexerId: Int + let indexer: String? + let indexerFlags: Int? + let seeders: Int? + let leechers: Int? + + let discography: Bool + let sceneSource: Bool + + let releaseGroup: String? + let subGroup: String? + + let quality: AudioMediaQuality + let rejections: [String] + + let qualityWeight: Int + let releaseWeight: Int + + let magnetUrl: String? + let downloadUrl: String? + let commentsUrl: String? + let infoUrl: String? + let infoHash: String? + let releaseHash: String? + + let downloadClientId: Int? + let downloadClient: String? + + enum CodingKeys: String, CodingKey { + case guid + case title + case artistId + case artistName + case albumId + case albumName + case size + case age + case ageHours + case ageMinutes + case airDate + case publishedDate + case approved + case rejected + case temporarilyRejected + case downloadAllowed + case customFormats + case customFormatScore + case network = "protocol" + case indexerId + case indexer + case indexerFlags + case seeders + case leechers + case discography + case sceneSource + case releaseGroup + case subGroup + case quality + case rejections + case qualityWeight + case releaseWeight + case magnetUrl + case downloadUrl + case commentsUrl + case infoUrl + case infoHash + case releaseHash + case downloadClientId + case downloadClient + } + + var isTorrent: Bool { + network == .torrent + } + + var isUsenet: Bool { + network == .usenet + } + + var isProper: Bool { + quality.revision.isProper + } + + var isRepack: Bool { + quality.revision.isRepack + } + + var hasCustomFormats: Bool { + if let formats = customFormats { + return !formats.isEmpty + } + + return false + } + + var indexerLabel: String { + guard let name = indexer else { + return String(indexerId) + } + + return formatIndexer(name) + } + + var typeLabel: String { + if network == .torrent { + return "\(network.label) (\(seeders ?? 0)/\(leechers ?? 0))" + } + + return network.label + } + + var sizeLabel: String { + formatBytes(size) + } + + var qualityLabel: String { + let name = quality.quality.name + let resolution = String(quality.quality.normalizedName) + + if let label = name { + if label.contains(resolution) { + return label + } + + return label + } + + return String(localized: "Unknown") + } + + var ageLabel: String { + formatAge(ageMinutes) + } + + var scoreLabel: String { + formatCustomScore(customFormatScore) + } + + func bitrateLabel(_ runtime: Int) -> String? { + guard runtime > 0 else { return nil } + + guard let bitrate = calculateBitrate(runtime * 60, size) else { return nil } + guard let label = formatBitrate(bitrate) else { return nil } + + return String(format: "~%@", label) + } +} diff --git a/Ruddarr/Models/Artists/ArtistReleaseSort.swift b/Ruddarr/Models/Artists/ArtistReleaseSort.swift new file mode 100644 index 00000000..51d58d7a --- /dev/null +++ b/Ruddarr/Models/Artists/ArtistReleaseSort.swift @@ -0,0 +1,167 @@ +import SwiftUI + +struct ArtistReleaseSort: Equatable { + var isAscending: Bool = true + var option: Option = .byWeight + var search: String = "" + + var indexer: String = .all + var quality: String = .all + var network: String = .all + var customFormat: String = .all + + var approved: Bool = false + + static func == (lhs: ArtistReleaseSort, rhs: ArtistReleaseSort) -> Bool { + lhs.isAscending == rhs.isAscending && + lhs.option == rhs.option && + lhs.search == rhs.search && + + lhs.indexer == rhs.indexer && + lhs.quality == rhs.quality && + lhs.network == rhs.network && + lhs.customFormat == rhs.customFormat && + + lhs.approved == rhs.approved + } + + enum Option: Codable, Hashable, Identifiable, CaseIterable { + var id: Self { self } + + case byWeight + case byAge + case byQuality + case bySeeders + case byFilesize + case byCustomScore + + var label: some View { + switch self { + case .byWeight: Label("Weight", systemImage: "scalemass") + case .byQuality: Label("Quality", systemImage: "slider.horizontal.3") + case .bySeeders: Label("Seeders", systemImage: "person.wave.2") + case .byFilesize: Label("File Size", systemImage: "internaldrive") + case .byAge: Label("Age", systemImage: "calendar") + case .byCustomScore: Label("Custom Score", systemImage: "person.badge.plus") + } + } + + func isOrderedBefore(_ lhs: ArtistRelease, _ rhs: ArtistRelease) -> Bool { + switch self { + case .byWeight: + lhs.releaseWeight > rhs.releaseWeight + case .bySeeders: + lhs.seeders ?? 0 > rhs.seeders ?? 0 + case .byAge: + lhs.ageMinutes > rhs.ageMinutes + case .byFilesize: + lhs.size > rhs.size + case .byQuality: + lhs.quality.quality.normalizedName > rhs.quality.quality.normalizedName + case .byCustomScore: + lhs.customFormatScore > rhs.customFormatScore + } + } + } + + var hasFilter: Bool { + network != .all + || indexer != .all + || quality != .all + || customFormat != .all + || approved + } + + mutating func resetFilters() { + network = .all + indexer = .all + quality = .all + customFormat = .all + approved = false + } + + func filterAndSortItems(_ items: [ArtistRelease]) -> [ArtistRelease] { + let query = search.trimmed() + let comparator = option.isOrderedBefore + + return items + .filter { release in + (search.isEmpty || release.title.localizedCaseInsensitiveContains(query)) && + [release.network.label, .all].contains(network) && + [release.indexerLabel, .all].contains(indexer) && + [release.quality.quality.normalizedName, .all].contains(quality) && + (customFormat == .all || release.customFormats?.contains { $0.name == customFormat } ?? false) && + (!approved || !release.rejected) + } + .sorted { + isAscending ? comparator($1, $0) : comparator($0, $1) + } + } + +} + +extension ArtistReleaseSort: RawRepresentable { + public init?(rawValue: String) { + do { + guard let data = rawValue.data(using: .utf8) else { return nil } + let result = try JSONDecoder().decode(ArtistReleaseSort.self, from: data) + self = result + } catch { + leaveBreadcrumb(.fatal, category: "artist.releases.sort", message: "JSON decode failed: \(error)", data: ["error": error]) + + self = .init() + } + } + + public var rawValue: String { + guard let data = try? JSONEncoder().encode(self), + let result = String(data: data, encoding: .utf8) + else { + return "{}" + } + + return result + } +} + +extension ArtistReleaseSort: Codable { + enum CodingKeys: String, CodingKey { + case isAscending + case option + case search + + case indexer + case quality + case network + case customFormat + + case approved + } + + init(from decoder: any Decoder) throws { + let container = try decoder.container(keyedBy: CodingKeys.self) + + try self.init( + isAscending: container.decode(Bool.self, forKey: .isAscending), + option: container.decode(Option.self, forKey: .option), + search: container.decode(String.self, forKey: .search), + indexer: container.decode(String.self, forKey: .indexer), + quality: container.decode(String.self, forKey: .quality), + network: container.decode(String.self, forKey: .network), + customFormat: container.decode(String.self, forKey: .customFormat), + approved: container.decode(Bool.self, forKey: .approved), + ) + } + + func encode(to encoder: any Encoder) throws { + var container = encoder.container(keyedBy: CodingKeys.self) + try container.encode(isAscending, forKey: .isAscending) + try container.encode(option, forKey: .option) + try container.encode(search, forKey: .search) + try container.encode(indexer, forKey: .indexer) + try container.encode(quality, forKey: .quality) + try container.encode(network, forKey: .network) + try container.encode(customFormat, forKey: .customFormat) + try container.encode(approved, forKey: .approved) + } +} diff --git a/Ruddarr/Models/Artists/ArtistSort.swift b/Ruddarr/Models/Artists/ArtistSort.swift new file mode 100644 index 00000000..81c8fe89 --- /dev/null +++ b/Ruddarr/Models/Artists/ArtistSort.swift @@ -0,0 +1,141 @@ +import SwiftUI + +struct ArtistSort: Hashable { + var isAscending: Bool = false + var option: Option = .byAdded + var filter: Filter = .all + var folder: String = .all + + static func == (lhs: ArtistSort, rhs: ArtistSort) -> Bool { + lhs.isAscending == rhs.isAscending && + lhs.option == rhs.option && + lhs.filter == rhs.filter && + lhs.folder == rhs.folder + } + + func filter(_ artist: Artist) -> Bool { + if folder != .all && artist.rootFolderPath != folder { + return false + } + + return switch filter { + case .all: + true + case .monitored: + artist.monitored + case .unmonitored: + !artist.monitored + case .ended: + artist.ended + case .continuing: + !artist.ended + case .missing: + artist.monitored && artist.percentOfTracks != 100 + } + } + + enum Option: CaseIterable, Hashable, Identifiable, Codable { + var id: Self { self } + + case byName + case byAdded + case byRating + case bySize + + var label: some View { + switch self { + case .byName: Label(String(localized: "Artist Name", comment: "Media grid sorting"), systemImage: "textformat.abc") + case .byAdded: Label(String(localized: "Added", comment: "Media grid sorting"), systemImage: "calendar.badge.plus") + case .byRating: Label(String(localized: "Rating", comment: "Media grid sorting"), systemImage: "star") + case .bySize: Label(String(localized: "File Size", comment: "Media grid sorting"), systemImage: "internaldrive") + } + } + + func compare(_ lhs: Artist, _ rhs: Artist) -> Bool { + switch self { + case .byName: + lhs.sortName ?? "" < rhs.sortName ?? "" + case .bySize: + lhs.sizeOnDisk < rhs.sizeOnDisk + case .byAdded: + lhs.added < rhs.added + case .byRating: + lhs.ratings?.value ?? 0 < rhs.ratings?.value ?? 0 + } + } + } + + enum Filter: CaseIterable, Hashable, Identifiable, Codable { + var id: Self { self } + + case all + case monitored + case unmonitored + case missing + case continuing + case ended + + var label: some View { + switch self { + case .all: Label(String(localized: "All Artists", comment: "Media grid filter"), systemImage: "rectangle.stack") + case .monitored: Label(String(localized: "Monitored", comment: "Media grid filter"), systemImage: "bookmark.fill") + case .unmonitored: Label(String(localized: "Unmonitored", comment: "Media grid filter"), systemImage: "bookmark") + case .continuing: Label(String(localized: "Continuing", comment: "Media grid filter"), systemImage: "play.fill") + case .ended: Label(String(localized: "Ended", comment: "Media grid filter"), systemImage: "stop.fill") + case .missing: Label(String(localized: "Missing", comment: "Media grid filter"), systemImage: "exclamationmark.magnifyingglass") + } + } + } +} + +extension ArtistSort: RawRepresentable { + public init?(rawValue: String) { + do { + guard let data = rawValue.data(using: .utf8) else { return nil } + let result = try JSONDecoder().decode(ArtistSort.self, from: data) + self = result + } catch { + leaveBreadcrumb(.fatal, category: "artist.sort", message: "JSON decode failed: \(error)", data: ["error": error]) + + return nil + } + } + + public var rawValue: String { + guard let data = try? JSONEncoder().encode(self), + let result = String(data: data, encoding: .utf8) + else { + return "{}" + } + + return result + } +} + +extension ArtistSort: Codable { + enum CodingKeys: String, CodingKey { + case isAscending + case option + case filter + case folder + } + + init(from decoder: any Decoder) throws { + let container = try decoder.container(keyedBy: CodingKeys.self) + + try self.init( + isAscending: container.decode(Bool.self, forKey: .isAscending), + option: container.decode(Option.self, forKey: .option), + filter: container.decode(Filter.self, forKey: .filter), + folder: container.decode(String.self, forKey: .folder) + ) + } + + func encode(to encoder: any Encoder) throws { + var container = encoder.container(keyedBy: CodingKeys.self) + try container.encode(isAscending, forKey: .isAscending) + try container.encode(option, forKey: .option) + try container.encode(filter, forKey: .filter) + try container.encode(folder, forKey: .folder) + } +} diff --git a/Ruddarr/Models/Artists/Track.swift b/Ruddarr/Models/Artists/Track.swift new file mode 100644 index 00000000..0b9c8ec5 --- /dev/null +++ b/Ruddarr/Models/Artists/Track.swift @@ -0,0 +1,7 @@ +// +// Track.swift +// Ruddarr +// +// Created by Tulus on 8/5/2026. +// + diff --git a/Ruddarr/Models/Artists/Untitled.swift b/Ruddarr/Models/Artists/Untitled.swift new file mode 100644 index 00000000..e69de29b diff --git a/Ruddarr/Models/AudioMediaQuality.swift b/Ruddarr/Models/AudioMediaQuality.swift new file mode 100644 index 00000000..7507ab0a --- /dev/null +++ b/Ruddarr/Models/AudioMediaQuality.swift @@ -0,0 +1,37 @@ +import Foundation + +struct AudioMediaQuality: Equatable, Codable { + let quality: AudioMediaQualityDetails + let revision: AudioMediaQualityRevision +} + +struct AudioMediaQualityDetails: Equatable, Codable { + let id: Int + let name: String? + + var normalizedName: String { + guard let label = name else { + return String(localized: "Unknown") + } + + if let range = label.range(of: #"-(\d+p)"#, options: .regularExpression) { + return String(label[range].dropFirst()) + } + + return label + } +} + +struct AudioMediaQualityRevision: Equatable, Codable { + let version: Int + let real: Int + let isRepack: Bool + + var isReal: Bool { + real > 0 + } + + var isProper: Bool { + version > 1 + } +} diff --git a/Ruddarr/Models/Calendar.swift b/Ruddarr/Models/Calendar.swift index 88c729f4..f5f7af64 100644 --- a/Ruddarr/Models/Calendar.swift +++ b/Ruddarr/Models/Calendar.swift @@ -8,6 +8,7 @@ class MediaCalendar { var movies: [TimeInterval: [Movie]] = [:] var episodes: [TimeInterval: [Episode]] = [:] + var albums: [TimeInterval: [Album]] = [:] var isLoading: Bool = false var isLoadingFuture: Bool = false @@ -66,6 +67,10 @@ class MediaCalendar { if instance.type == .sonarr { try await self.fetchEpisodes(instance, start, end) } + + if instance.type == .lidarr { + try await self.fetchAlbums(instance, start, end) + } } } @@ -176,6 +181,33 @@ class MediaCalendar { } } + private func fetchAlbums(_ instance: Instance, _ start: Date, _ end: Date) async throws { + let albums = try await dependencies.api.albumCalendar(start, end, instance) + + for album in albums { + if let releaseDate = album.releaseDate { + maybeUpsertAlbum(album, releaseDate) + } + } + } + + private func maybeUpsertAlbum(_ album: Album, _ date: Date) { + let day = calendar.startOfDay(for: date).timeIntervalSince1970 + + if albums[day] == nil { + albums[day] = [] + } + + guard let index = albums[day]!.firstIndex(where: { $0.id == album.id }) else { + albums[day]!.append(album) + return + } + + if albums[day]![index] != album { + albums[day]![index] = album + } + } + func today() -> TimeInterval { calendar.startOfDay(for: Date.now).timeIntervalSince1970 } @@ -185,6 +217,7 @@ class MediaCalendar { dates = [] movies = [:] episodes = [:] + albums = [:] errors = [] } diff --git a/Ruddarr/Models/Instances/Instance.swift b/Ruddarr/Models/Instances/Instance.swift index 6f5f2baf..5745e13c 100644 --- a/Ruddarr/Models/Instances/Instance.swift +++ b/Ruddarr/Models/Instances/Instance.swift @@ -14,6 +14,7 @@ struct Instance: Identifiable, Equatable, Codable { var headers: [InstanceHeader] = [] var rootFolders: [InstanceRootFolder] = [] var qualityProfiles: [InstanceQualityProfile] = [] + var metadataProfiles: [InstanceMetadataProfile] = [] var tags: [Tag] = [] // WARNING: BE CAREFUL CHANGING @@ -36,6 +37,7 @@ struct Instance: Identifiable, Equatable, Codable { headers = try values.decode([InstanceHeader].self, forKey: .headers) rootFolders = try values.decode([InstanceRootFolder].self, forKey: .rootFolders) qualityProfiles = try values.decode([InstanceQualityProfile].self, forKey: .qualityProfiles) + metadataProfiles = try values.decode([InstanceMetadataProfile].self, forKey: .metadataProfiles) tags = try values.decodeIfPresent([Tag].self, forKey: .tags) ?? [] name = try values.decodeIfPresent(String.self, forKey: .name) version = try values.decodeIfPresent(String.self, forKey: .version) @@ -80,6 +82,7 @@ struct Instance: Identifiable, Equatable, Codable { } enum InstanceType: String, Identifiable, CaseIterable, Codable { + case lidarr = "Lidarr" case radarr = "Radarr" case sonarr = "Sonarr" var id: Self { self } @@ -158,7 +161,18 @@ struct InstanceQualityProfile: Identifiable, Equatable, Codable { let name: String } +struct InstanceMetadataProfile: Identifiable, Equatable, Codable { + let id: Int + let name: String +} + extension Instance { + static var lidarrVoid: Self { + var instance = Instance(id: UUID(uuidString: "00000000-1000-0000-0000-000000000000")!) + instance.type = .lidarr + return instance + } + static var radarrVoid: Self { var instance = Instance(id: UUID(uuidString: "00000000-1000-0000-0000-000000000000")!) instance.type = .radarr @@ -171,6 +185,35 @@ extension Instance { return instance } + static var lidarrDummy: Self { + var instance = Instance(id: UUID(uuidString: "00000000-3000-0000-0000-000000000000")!) + + instance.type = .lidarr + instance.label = ".lidarr" + instance.url = "http://10.0.1.5:8300" + instance.apiKey = "sb0600c1b3a442bfb0222f4e13a8150d" + instance.rootFolders = [ + InstanceRootFolder(id: 1, accessible: true, path: "/volume1/Media/Music", freeSpace: 1_000_000_000), + ] + instance.qualityProfiles = [ + InstanceQualityProfile(id: 1, name: "MP3-320"), + InstanceQualityProfile(id: 2, name: "FLAC"), + InstanceQualityProfile(id: 2, name: "ALAC"), + InstanceQualityProfile(id: 2, name: "WAV"), + ] + instance.metadataProfiles = [ + InstanceMetadataProfile(id: 1, name: "Anything"), + InstanceMetadataProfile(id: 2, name: "Albums"), + InstanceMetadataProfile(id: 3, name: "Albums and EPs"), + ] + instance.tags = [ + Tag(id: 1, label: "Pop"), + Tag(id: 2, label: "EDM"), + ] + + return instance + } + static var radarrDummy: Self { var instance = Instance(id: UUID(uuidString: "00000000-3000-0000-0000-000000000000")!) diff --git a/Ruddarr/Models/Instances/InstanceCommand.swift b/Ruddarr/Models/Instances/InstanceCommand.swift index 60a04de1..1f0512b7 100644 --- a/Ruddarr/Models/Instances/InstanceCommand.swift +++ b/Ruddarr/Models/Instances/InstanceCommand.swift @@ -9,6 +9,10 @@ enum InstanceCommand { case seasonSearch(_ series: Series.ID, season: Season.ID) case episodeSearch(_ ids: [Episode.ID]) + case refreshArtist(_ artist: Artist.ID) + case artistSearch(_ artist: Artist.ID) + case albumSearch(_ artist: Artist.ID, album: Album.ID) + case refreshDownloads case manualImport(_ files: [ImportableFile]) @@ -27,6 +31,12 @@ enum InstanceCommand { SonarrPayload(name: "SeasonSearch", seriesId: series, seasonNumber: season) case .episodeSearch(let ids): SonarrPayload(name: "EpisodeSearch", episodeIds: ids) + case .refreshArtist(let artist): + LidarrPayload(name: "RefreshArtist", artistId: artist) + case .artistSearch(let artist): + LidarrPayload(name: "ArtistSearch", artistId: artist) + case .albumSearch(let artist, let album): + LidarrPayload(name: "AlbumSearch", artistId: artist, albumId: album) case .refreshDownloads: GenericPayload(name: "RefreshMonitoredDownloads") case .manualImport(let files): @@ -66,6 +76,20 @@ enum InstanceCommand { } } + struct LidarrPayload: Payload { + let name: String + let artistId: Int? + let albumId: Int? + let trackId: Int? + + init(name: String, artistId: Int? = nil, albumId: Int? = nil, trackId: Int? = nil) { + self.name = name + self.artistId = artistId + self.albumId = albumId + self.trackId = trackId + } + } + struct ImportPayload: Payload { let name: String = "ManualImport" let files: [ImportableResource] @@ -77,6 +101,10 @@ struct DownloadReleaseCommand: Codable { let guid: String let indexerId: Int + // Lidarr + var artistId: Int? + var albumId: Int? + // Radarr var movieId: Int? @@ -105,4 +133,17 @@ struct DownloadReleaseCommand: Codable { self.indexerId = indexerId self.episodeId = episodeId } + + init(guid: String, indexerId: Int, artistId: Int?) { + self.guid = guid + self.indexerId = indexerId + self.artistId = artistId + } + + init(guid: String, indexerId: Int, artistId: Int?, albumId: Int?) { + self.guid = guid + self.indexerId = indexerId + self.artistId = artistId + self.albumId = albumId + } } diff --git a/Ruddarr/Models/Instances/InstanceNotification.swift b/Ruddarr/Models/Instances/InstanceNotification.swift index ba4d2d8f..d7dc6251 100644 --- a/Ruddarr/Models/Instances/InstanceNotification.swift +++ b/Ruddarr/Models/Instances/InstanceNotification.swift @@ -27,6 +27,11 @@ struct InstanceNotification: Identifiable, Codable { var onEpisodeFileDelete: Bool? = false var onImportComplete: Bool? = false + // Lidarr only + var onArtistAdd: Bool? = false + var onArtistDelete: Bool? = false + var onAlbumDelete: Bool? = false + var onManualInteractionRequired: Bool? = false var onHealthIssue: Bool = false @@ -57,12 +62,18 @@ struct InstanceNotification: Identifiable, Codable { var supportsOnImportComplete: Bool? = false var supportsOnManualInteractionRequired: Bool? = false + // Lidarr + var supportsOnArtistAdd: Bool? = false + var supportsOnArtistDelete: Bool? = false + var supportsOnAlbumDelete: Bool? = false + var isEnabled: Bool { onGrab || onDownload || onUpgrade || onMovieAdded ?? false || onSeriesAdd ?? false + || onArtistAdd ?? false || onImportComplete ?? false || onHealthIssue || onHealthRestored ?? false @@ -77,6 +88,7 @@ struct InstanceNotification: Identifiable, Codable { onMovieAdded = false // Radarr onSeriesAdd = false // Sonarr onImportComplete = false // Sonarr + onArtistAdd = false // Lidarr onHealthIssue = false onHealthRestored = false includeHealthWarnings = false @@ -91,6 +103,7 @@ struct InstanceNotification: Identifiable, Codable { onManualInteractionRequired = supportsOnManualInteractionRequired == true onMovieAdded = supportsOnMovieAdded == true // Radarr onSeriesAdd = supportsOnSeriesAdd == true // Sonarr + onArtistAdd = supportsOnArtistAdd == true // Lidarr onImportComplete = false // Sonarr onHealthIssue = false onHealthRestored = false diff --git a/Ruddarr/Models/Instances/LidarrInstance.swift b/Ruddarr/Models/Instances/LidarrInstance.swift new file mode 100644 index 00000000..ab7156d9 --- /dev/null +++ b/Ruddarr/Models/Instances/LidarrInstance.swift @@ -0,0 +1,92 @@ +import os +import SwiftUI +import Foundation + +@MainActor +@Observable +class LidarrInstance { + private var instance: Instance + + var isVoid = true + + var artists: ArtistModel + var albums: AlbumModel + var tracks: AlbumTrackModel + var files: AlbumTrackFileModel + var lookup: ArtistLookup + var releases: ArtistReleases + + init(_ instance: Instance = .lidarrVoid) { + if instance.type != .lidarr { + fatalError("\(instance.type.rawValue) given to LidarrInstance") + } + + self.isVoid = instance == .lidarrVoid + + self.instance = instance + self.artists = ArtistModel(instance) + self.albums = AlbumModel(instance) + self.tracks = AlbumTrackModel(instance) + self.files = AlbumTrackFileModel(instance) + self.lookup = ArtistLookup(instance) + self.releases = ArtistReleases(instance) + } + + func switchTo(_ target: Instance) { + isVoid = target == .lidarrVoid + + self.instance = target + self.artists = ArtistModel(target) + self.albums = AlbumModel(target) + self.tracks = AlbumTrackModel(target) + self.files = AlbumTrackFileModel(target) + self.lookup = ArtistLookup(target) + self.releases = ArtistReleases(target) + } + + var id: UUID { + instance.id + } + + var isSlow: Bool { + instance.mode.isSlow + } + + var rootFolders: [InstanceRootFolder] { + instance.rootFolders + } + + var qualityProfiles: [InstanceQualityProfile] { + instance.qualityProfiles + } + + var metadataProfiles: [InstanceMetadataProfile] { + instance.metadataProfiles + } + + var tags: [Tag] { + instance.tags + } + + func fetchMetadata() async -> Instance? { + if isVoid { + return nil + } + + do { + async let rootFolders = dependencies.api.rootFolders(instance) + async let qualityProfiles = dependencies.api.qualityProfiles(instance) + async let metadataProfiles = dependencies.api.metadataProfiles(instance) + async let tags = dependencies.api.getTags(instance) + + instance.rootFolders = try await rootFolders + instance.qualityProfiles = try await qualityProfiles + instance.metadataProfiles = try await metadataProfiles + instance.tags = try await tags + } catch { + return nil + } + + return instance + } +} diff --git a/Ruddarr/Models/Media.swift b/Ruddarr/Models/Media.swift index 2c7df71f..ddecbf22 100644 --- a/Ruddarr/Models/Media.swift +++ b/Ruddarr/Models/Media.swift @@ -69,11 +69,13 @@ struct MediaImage: Equatable, Codable { let coverType: String let remoteURL: String? let url: String? + let fileExtension: String? enum CodingKeys: String, CodingKey { case coverType case remoteURL = "remoteUrl" case url + case fileExtension = "extension" } } @@ -170,6 +172,34 @@ func mediaDetailsAudioQuality(_ file: MediaFile?) -> String { return codec.isEmpty ? "\(languageList)" : "\(languageList) (\(codec))" } +func mediaDetailsAudioQuality(_ file: AlbumTrackFile?) -> String { + var parts: [String] = [] + + if let audioBitrate = file?.mediaInfo?.audioBitRate { + parts.append(audioBitrate) + } + + if let audioCodec = file?.mediaInfo?.audioCodec { + parts.append(audioCodec) + } + + if let audioSampleRate = file?.mediaInfo?.audioSampleRate { + parts.append(audioSampleRate) + } + + if let audioCodec = file?.mediaInfo?.audioCodec { + var codec = audioCodec + + if let channels = file?.mediaInfo?.audioChannels { + codec += " (\(channels) Ch)" + } + + parts.append(codec) + } + + return parts.joined(separator: " - ") +} + func mediaDetailsSubtitles(_ file: MediaFile?, _ deviceType: DeviceType) -> String? { guard let codes = file?.mediaInfo?.subtitleCodes else { return nil @@ -238,3 +268,26 @@ struct MediaDetailsPosterModifier: ViewModifier { #endif } } + +struct ArtistDetailsPosterModifier: ViewModifier { + @Environment(\.deviceType) private var deviceType + + #if os(iOS) + private var screenWidth: CGFloat { + (UIApplication.shared.connectedScenes.first as? UIWindowScene)? + .screen.bounds.width ?? 0 + } + #endif + + func body(content: Content) -> some View { + #if os(iOS) + if deviceType == .phone { + content.frame(width: screenWidth * 0.4) + } else { + content.frame(width: 300, height: 300) + } + #else + content.frame(width: 300, height: 300) + #endif + } +} diff --git a/Ruddarr/Models/MediaFile.swift b/Ruddarr/Models/MediaFile.swift index b8b4493c..4d0d2086 100644 --- a/Ruddarr/Models/MediaFile.swift +++ b/Ruddarr/Models/MediaFile.swift @@ -42,7 +42,7 @@ struct MediaFile: Identifiable, Equatable, Codable { } var videoResolution: Int? { - if quality.quality.resolution > 0 { + if quality.quality.resolution ?? 0 > 0 { return quality.quality.resolution } @@ -68,15 +68,15 @@ struct MediaFile: Identifiable, Equatable, Codable { } struct FileMediaInfo: Equatable, Codable { - let audioBitrate: Int - let audioStreamCount: Int - let audioChannels: Float + let audioBitrate: Int? + let audioStreamCount: Int? + let audioChannels: Float? let audioCodec: String? let audioLanguages: String? - let videoBitDepth: Int - let videoBitrate: Int - let videoFps: Float + let videoBitDepth: Int? + let videoBitrate: Int? + let videoFps: Float? let videoCodec: String? let resolution: String? let runTime: String? diff --git a/Ruddarr/Models/MediaHistory.swift b/Ruddarr/Models/MediaHistory.swift index efe0a3e1..866b8f4b 100644 --- a/Ruddarr/Models/MediaHistory.swift +++ b/Ruddarr/Models/MediaHistory.swift @@ -25,6 +25,11 @@ struct MediaHistoryEvent: Identifiable, Codable { let seriesId: Int? let episodeId: Int? + // Lidar + let artistId: Int? + let albumId: Int? + let trackId: Int? + let quality: MediaQuality let languages: [MediaLanguage]? @@ -77,9 +82,15 @@ struct MediaHistoryEvent: Identifiable, Codable { var description: String { let fallback = String(localized: "Unknown event.") - let mediaNoun = movieId != nil - ? String(localized: "Movie") - : String(localized: "Episode") + var mediaNoun = String(localized: "Unknown") + + if movieId != nil { + mediaNoun = String(localized: "Movie") + } else if albumId != nil { + mediaNoun = String(localized: "Album") + } else if seriesId != nil { + mediaNoun = String(localized: "Episode") + } return switch eventType { case .unknown: @@ -97,6 +108,12 @@ struct MediaHistoryEvent: Identifiable, Codable { mediaNoun, downloadClientFallbackLabel ) + case .downloadImported: + String(format: String( + localized: "%1$@ downloaded successfully and imported from %2$@."), + mediaNoun, + downloadClientFallbackLabel + ) case .downloadFailed: data("message") ?? fallback case .downloadIgnored: @@ -105,14 +122,22 @@ struct MediaHistoryEvent: Identifiable, Codable { String(localized: "Movie file was renamed.") case .episodeFileRenamed: String(localized: "Episode file was renamed.") - case .movieFileDeleted, .episodeFileDeleted: + case .trackFileRenamed: + String(localized: "Track file was renamed.") + case .trackFileRetagged: + String(localized: "Track file was retagged.") + case .movieFileDeleted, .episodeFileDeleted, .trackFileDeleted: switch data?["reason"] { case "Manual": String(localized: "File was deleted either manually or by a client through the API.") case "MissingFromDisk": - eventType == .episodeFileDeleted // swiftlint:disable:next void_function_in_ternary - ? String(localized: "File was not found on disk so it was unlinked from the episode in the database.") - : String(localized: "File was not found on disk so it was unlinked from the movie in the database.") + if eventType == .episodeFileDeleted { + String(localized: "File was not found on disk so it was unlinked from the episode in the database.") + } else if eventType == .movieFileDeleted { + String(localized: "File was not found on disk so it was unlinked from the movie in the database.") + } else { + String(localized: "File was not found on disk so it was unlinked from the album in the database.") + } case "Upgrade": String(localized: "File was deleted to import an upgrade.") default: @@ -122,6 +147,10 @@ struct MediaHistoryEvent: Identifiable, Codable { String(localized: "Movie imported from folder.") case .seriesFolderImported: String(localized: "Series imported from folder.") + case .artistFolderImported: + String(localized: "Artist imported from folder.") + case .trackFileImported: + String(localized: "Track imported from folder.") } } @@ -151,6 +180,7 @@ enum HistoryEventType: String, Codable { case downloadFolderImported case downloadFailed case downloadIgnored + case downloadImported case movieFileRenamed case movieFileDeleted @@ -160,15 +190,23 @@ enum HistoryEventType: String, Codable { case episodeFileDeleted case seriesFolderImported + case trackFileRenamed + case trackFileDeleted + case trackFileRetagged + case trackFileImported + case artistFolderImported + var ref: String { switch self { case .unknown: ".unknown" case .grabbed: ".grabbed" - case .downloadFolderImported, .movieFolderImported, .seriesFolderImported: ".imported" + case .downloadFolderImported, .movieFolderImported, .seriesFolderImported, + .artistFolderImported, .trackFileImported, .downloadImported: ".imported" case .downloadFailed: ".failed" case .downloadIgnored: ".ignored" - case .movieFileRenamed, .episodeFileRenamed: ".renamed" - case .movieFileDeleted, .episodeFileDeleted: ".deleted" + case .movieFileRenamed, .episodeFileRenamed, .trackFileRenamed: ".renamed" + case .trackFileRetagged: ".retagged" + case .movieFileDeleted, .episodeFileDeleted, .trackFileDeleted: ".deleted" } } @@ -184,12 +222,14 @@ enum HistoryEventType: String, Codable { String(localized: "Failed", comment: "(Short) Title of history event") case .downloadIgnored: String(localized: "Ignored", comment: "(Short) Title of history event") - case .movieFileRenamed, .episodeFileRenamed: + case .movieFileRenamed, .episodeFileRenamed, .trackFileRenamed: String(localized: "Renamed", comment: "(Short) Title of history event") - case .movieFileDeleted, .episodeFileDeleted: + case .movieFileDeleted, .episodeFileDeleted, .trackFileDeleted: String(localized: "Deleted", comment: "(Short) Title of history event") - case .movieFolderImported, .seriesFolderImported: + case .movieFolderImported, .seriesFolderImported, .artistFolderImported, .trackFileImported, .downloadImported: String(localized: "Imported", comment: "(Short) Title of history event") + case .trackFileRetagged: + String(localized: "Retagged", comment: "(Short) Title of history event") } } @@ -201,6 +241,8 @@ enum HistoryEventType: String, Codable { String(localized: "Release Grabbed", comment: "Title of history event type") case .downloadFolderImported: String(localized: "Folder Imported", comment: "Title of history event type") + case .downloadImported: + String(localized: "Download Imported", comment: "Title of history event type") case .downloadFailed: String(localized: "Download Failed", comment: "Title of history event type") case .downloadIgnored: @@ -217,6 +259,16 @@ enum HistoryEventType: String, Codable { String(localized: "Episode Deleted", comment: "Title of history event type") case .seriesFolderImported: String(localized: "Folder Imported", comment: "Title of history event type") + case .trackFileRenamed: + String(localized: "Track Renamed", comment: "Title of history event type") + case .trackFileDeleted: + String(localized: "Track Deleted", comment: "Title of history event type") + case .trackFileRetagged: + String(localized: "Track Retagged", comment: "Title of history event type") + case .trackFileImported: + String(localized: "Track Imported", comment: "Title of history event type") + case .artistFolderImported: + String(localized: "Folder Imported", comment: "Title of history event type") } } } diff --git a/Ruddarr/Models/MediaQuality.swift b/Ruddarr/Models/MediaQuality.swift index 06bba027..53e28946 100644 --- a/Ruddarr/Models/MediaQuality.swift +++ b/Ruddarr/Models/MediaQuality.swift @@ -7,8 +7,8 @@ struct MediaQuality: Equatable, Codable { struct MediaQualityDetails: Equatable, Codable { let name: String? - let source: MediaQualitySource - let resolution: Int + let source: MediaQualitySource? + let resolution: Int? let modifier: MediaReleaseQualityModifier? var label: String { @@ -33,19 +33,19 @@ struct MediaQualityDetails: Equatable, Codable { var sourceLabel: String { switch source { - case .unknown: String(localized: "Unknown") case .cam: "CAM" case .telesync: "TELESYNC" case .telecine: "TELECINE" case .workprint: "WORKPRINT" case .dvd: "DVD" case .tv: "TV" - case .television: resolution < 480 ? "SDTV" : "HDTV" + case .television: resolution ?? 0 < 480 ? "SDTV" : "HDTV" case .televisionRaw: "Raw-HD" case .web, .webdl: "WEBDL" case .webrip, .webRip: "WEBRip" case .bluray: "Bluray" case .blurayRaw: "Remux" + default: String(localized: "Unknown") } } } diff --git a/Ruddarr/Models/Movies/MovieReleaseSort.swift b/Ruddarr/Models/Movies/MovieReleaseSort.swift index 345e0de6..1d6ca9df 100644 --- a/Ruddarr/Models/Movies/MovieReleaseSort.swift +++ b/Ruddarr/Models/Movies/MovieReleaseSort.swift @@ -63,7 +63,7 @@ struct MovieReleaseSort: Equatable { case .byFilesize: lhs.size > rhs.size case .byQuality: - lhs.quality.quality.resolution > rhs.quality.quality.resolution + lhs.quality.quality.resolution ?? 0 > rhs.quality.quality.resolution ?? 0 case .byCustomScore: lhs.customFormatScore > rhs.customFormatScore } diff --git a/Ruddarr/Models/Movies/MovieReleases.swift b/Ruddarr/Models/Movies/MovieReleases.swift index eb387920..e665bca4 100644 --- a/Ruddarr/Models/Movies/MovieReleases.swift +++ b/Ruddarr/Models/Movies/MovieReleases.swift @@ -66,7 +66,7 @@ class MovieReleases { var seen: Set = [] qualities = items - .sorted { $0.quality.quality.resolution > $1.quality.quality.resolution } + .sorted { $0.quality.quality.resolution ?? 0 > $1.quality.quality.resolution ?? 0 } .map { $0.quality.quality.normalizedName } .filter { seen.insert($0).inserted } } @@ -242,21 +242,21 @@ struct MovieRelease: Identifiable, Codable { var qualityLabel: String { let name = quality.quality.name - let resolution = String(quality.quality.resolution) + let resolution = String(quality.quality.resolution ?? 0) if let label = name { if label.contains(resolution) { return label } - if quality.quality.resolution > 0 { + if quality.quality.resolution ?? 0 > 0 { return "\(label) (\(resolution)p)" } return label } - if quality.quality.resolution > 0 { + if quality.quality.resolution ?? 0 > 0 { return "\(resolution)p" } diff --git a/Ruddarr/Models/Series/SeriesReleaseSort.swift b/Ruddarr/Models/Series/SeriesReleaseSort.swift index 7dd04574..b7b183bb 100644 --- a/Ruddarr/Models/Series/SeriesReleaseSort.swift +++ b/Ruddarr/Models/Series/SeriesReleaseSort.swift @@ -65,7 +65,7 @@ struct SeriesReleaseSort: Equatable { case .byFilesize: lhs.size > rhs.size case .byQuality: - lhs.quality.quality.resolution > rhs.quality.quality.resolution + lhs.quality.quality.resolution ?? 0 > rhs.quality.quality.resolution ?? 0 case .byCustomScore: lhs.customFormatScore ?? 0 > rhs.customFormatScore ?? 0 } diff --git a/Ruddarr/Models/Series/SeriesReleases.swift b/Ruddarr/Models/Series/SeriesReleases.swift index 1861fb3c..32599483 100644 --- a/Ruddarr/Models/Series/SeriesReleases.swift +++ b/Ruddarr/Models/Series/SeriesReleases.swift @@ -66,7 +66,7 @@ class SeriesReleases { var seen: Set = [] qualities = items - .sorted { $0.quality.quality.resolution > $1.quality.quality.resolution } + .sorted { $0.quality.quality.resolution ?? 0 > $1.quality.quality.resolution ?? 0 } .map { $0.quality.quality.normalizedName } .filter { seen.insert($0).inserted } } @@ -265,21 +265,21 @@ struct SeriesRelease: Identifiable, Codable { var qualityLabel: String { let name = quality.quality.name - let resolution = String(quality.quality.resolution) + let resolution = String(quality.quality.resolution ?? 0) if let label = name { if label.contains(resolution) { return label } - if quality.quality.resolution > 0 { + if quality.quality.resolution ?? 0 > 0 { return "\(label)-\(resolution)p" } return label } - if quality.quality.resolution > 0 { + if quality.quality.resolution ?? 0 > 0 { return "\(resolution)p" } diff --git a/Ruddarr/Preview Content/album-history.json b/Ruddarr/Preview Content/album-history.json new file mode 100644 index 00000000..09798396 --- /dev/null +++ b/Ruddarr/Preview Content/album-history.json @@ -0,0 +1,56014 @@ +{ + "page": 1, + "pageSize": 250, + "sortKey": "date", + "sortDirection": "descending", + "totalRecords": 132, + "records": [ + { + "albumId": 1182, + "artistId": 159, + "trackId": 40282, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/2 Time Changes Everything/03 Everything.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:54:14Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/2 Time Changes Everything/03 Everything.mp3", + "path": "/mnt/europa/music/EDEN/Time Changes Everything (2013)/EDEN - Time Changes Everything - 03 - Everything.mp3", + "releaseGroup": null, + "size": "15058494", + "indexerFlags": "0" + }, + "album": { + "title": "Time Changes Everything", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "decbb8f2-0e6d-44c5-92f1-a1aa610b807f", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 938117, + "albumType": "EP", + "secondaryTypes": [ + "Mixtape/Street" + ], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 4 + }, + "releaseDate": "2013-12-04T00:00:00Z", + "releases": [ + { + "id": 3133, + "albumId": 1182, + "foreignReleaseId": "cf6f4e51-e283-46f0-b880-f3e4d70a01f0", + "title": "Time Changes Everything", + "status": "Official", + "duration": 938117, + "trackCount": 3, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Play Me Records" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/cf6f4e51-e283-46f0-b880-f3e4d70a01f0/28131439752-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1182 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "a29a3119-d52b-471e-bcb2-8e70535962b0", + "foreignRecordingId": "a39aa199-9857-4297-a532-9a8d6d58cccb", + "trackFileId": 169337, + "albumId": 1182, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "Everything", + "duration": 326246, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40282 + }, + "id": 1633 + }, + { + "albumId": 1182, + "artistId": 159, + "trackId": 40281, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/2 Time Changes Everything/02 Changes (Feat. Laura Brehm).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:54:14Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/2 Time Changes Everything/02 Changes (Feat. Laura Brehm).mp3", + "path": "/mnt/europa/music/EDEN/Time Changes Everything (2013)/EDEN - Time Changes Everything - 02 - Changes.mp3", + "releaseGroup": null, + "size": "14575748", + "indexerFlags": "0" + }, + "album": { + "title": "Time Changes Everything", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "decbb8f2-0e6d-44c5-92f1-a1aa610b807f", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 938117, + "albumType": "EP", + "secondaryTypes": [ + "Mixtape/Street" + ], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 4 + }, + "releaseDate": "2013-12-04T00:00:00Z", + "releases": [ + { + "id": 3133, + "albumId": 1182, + "foreignReleaseId": "cf6f4e51-e283-46f0-b880-f3e4d70a01f0", + "title": "Time Changes Everything", + "status": "Official", + "duration": 938117, + "trackCount": 3, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Play Me Records" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/cf6f4e51-e283-46f0-b880-f3e4d70a01f0/28131439752-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1182 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "63ffb1ac-3d58-46a3-b4ff-fee3e2b54f50", + "foreignRecordingId": "0cf8e3e1-b360-4d44-8a0c-233e09dfaef1", + "trackFileId": 169193, + "albumId": 1182, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "Changes", + "duration": 314177, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40281 + }, + "id": 1632 + }, + { + "albumId": 1182, + "artistId": 159, + "trackId": 40280, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/2 Time Changes Everything/01 Time.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:54:14Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/2 Time Changes Everything/01 Time.mp3", + "path": "/mnt/europa/music/EDEN/Time Changes Everything (2013)/EDEN - Time Changes Everything - 01 - Time.mp3", + "releaseGroup": null, + "size": "13916414", + "indexerFlags": "0" + }, + "album": { + "title": "Time Changes Everything", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "decbb8f2-0e6d-44c5-92f1-a1aa610b807f", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 938117, + "albumType": "EP", + "secondaryTypes": [ + "Mixtape/Street" + ], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 4 + }, + "releaseDate": "2013-12-04T00:00:00Z", + "releases": [ + { + "id": 3133, + "albumId": 1182, + "foreignReleaseId": "cf6f4e51-e283-46f0-b880-f3e4d70a01f0", + "title": "Time Changes Everything", + "status": "Official", + "duration": 938117, + "trackCount": 3, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Play Me Records" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/cf6f4e51-e283-46f0-b880-f3e4d70a01f0/28131439752-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1182 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "f8200cbb-b81b-4da5-b55d-9cafe503f2fd", + "foreignRecordingId": "16a4cb2a-4833-4f37-9392-20cdda33abdb", + "trackFileId": 169033, + "albumId": 1182, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Time", + "duration": 297694, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40280 + }, + "id": 1631 + }, + { + "albumId": 1205, + "artistId": 159, + "trackId": 40404, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/6 Bipolar Paradise/05 Man Down.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:54:08Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/6 Bipolar Paradise/05 Man Down.mp3", + "path": "/mnt/europa/music/EDEN/Bipolar Paradise (2014)/Digital Media 01/EDEN - Bipolar Paradise - 05 - Man Down.mp3", + "releaseGroup": null, + "size": "13104079", + "indexerFlags": "0" + }, + "album": { + "title": "Bipolar Paradise", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "92580fde-ede1-4b5e-82e8-fa52db506097", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1562000, + "albumType": "EP", + "secondaryTypes": [ + "Mixtape/Street" + ], + "mediumCount": 2, + "ratings": { + "votes": 3, + "value": 5.3 + }, + "releaseDate": "2014-01-01T00:00:00Z", + "releases": [ + { + "id": 3164, + "albumId": 1205, + "foreignReleaseId": "e49c58ce-826d-4353-80d4-6b875221ac42", + "title": "Bipolar Paradise", + "status": "Official", + "duration": 1154558, + "trackCount": 5, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3165, + "albumId": 1205, + "foreignReleaseId": "55a627be-3f6c-4856-b48b-b462d998c5a4", + "title": "Bipolar Paradise", + "status": "Official", + "duration": 1562000, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [ + "Indie Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/e49c58ce-826d-4353-80d4-6b875221ac42/26590987442-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1205 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "678cd958-add3-4ac1-9529-ce32ad43c0c2", + "foreignRecordingId": "33843ed6-0a57-4224-8a45-0c558a51acbe", + "trackFileId": 217205, + "albumId": 1205, + "explicit": false, + "absoluteTrackNumber": 5, + "trackNumber": "5", + "title": "Man Down", + "duration": 315000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40404 + }, + "id": 1630 + }, + { + "albumId": 1205, + "artistId": 159, + "trackId": 40403, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/6 Bipolar Paradise/04 Soul.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:54:08Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/6 Bipolar Paradise/04 Soul.mp3", + "path": "/mnt/europa/music/EDEN/Bipolar Paradise (2014)/Digital Media 01/EDEN - Bipolar Paradise - 04 - Soul.mp3", + "releaseGroup": null, + "size": "5444346", + "indexerFlags": "0" + }, + "album": { + "title": "Bipolar Paradise", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "92580fde-ede1-4b5e-82e8-fa52db506097", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1562000, + "albumType": "EP", + "secondaryTypes": [ + "Mixtape/Street" + ], + "mediumCount": 2, + "ratings": { + "votes": 3, + "value": 5.3 + }, + "releaseDate": "2014-01-01T00:00:00Z", + "releases": [ + { + "id": 3164, + "albumId": 1205, + "foreignReleaseId": "e49c58ce-826d-4353-80d4-6b875221ac42", + "title": "Bipolar Paradise", + "status": "Official", + "duration": 1154558, + "trackCount": 5, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3165, + "albumId": 1205, + "foreignReleaseId": "55a627be-3f6c-4856-b48b-b462d998c5a4", + "title": "Bipolar Paradise", + "status": "Official", + "duration": 1562000, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [ + "Indie Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/e49c58ce-826d-4353-80d4-6b875221ac42/26590987442-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1205 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "93eac9aa-0759-4979-8484-be745227cd08", + "foreignRecordingId": "5a883e89-5f38-4d9c-9e0e-0e2b025ec895", + "trackFileId": 217197, + "albumId": 1205, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "Soul", + "duration": 127000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40403 + }, + "id": 1629 + }, + { + "albumId": 1205, + "artistId": 159, + "trackId": 40402, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/6 Bipolar Paradise/03 Jupiter.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:54:08Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/6 Bipolar Paradise/03 Jupiter.mp3", + "path": "/mnt/europa/music/EDEN/Bipolar Paradise (2014)/Digital Media 01/EDEN - Bipolar Paradise - 03 - Jupiter.mp3", + "releaseGroup": null, + "size": "10291050", + "indexerFlags": "0" + }, + "album": { + "title": "Bipolar Paradise", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "92580fde-ede1-4b5e-82e8-fa52db506097", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1562000, + "albumType": "EP", + "secondaryTypes": [ + "Mixtape/Street" + ], + "mediumCount": 2, + "ratings": { + "votes": 3, + "value": 5.3 + }, + "releaseDate": "2014-01-01T00:00:00Z", + "releases": [ + { + "id": 3164, + "albumId": 1205, + "foreignReleaseId": "e49c58ce-826d-4353-80d4-6b875221ac42", + "title": "Bipolar Paradise", + "status": "Official", + "duration": 1154558, + "trackCount": 5, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3165, + "albumId": 1205, + "foreignReleaseId": "55a627be-3f6c-4856-b48b-b462d998c5a4", + "title": "Bipolar Paradise", + "status": "Official", + "duration": 1562000, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [ + "Indie Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/e49c58ce-826d-4353-80d4-6b875221ac42/26590987442-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1205 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "a5b6d115-8d18-4b41-bc1b-e639ade6c24e", + "foreignRecordingId": "2d25676a-c6fc-430b-ab2f-4f875dec957b", + "trackFileId": 217164, + "albumId": 1205, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "Jupiter", + "duration": 243000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40402 + }, + "id": 1628 + }, + { + "albumId": 1205, + "artistId": 159, + "trackId": 40406, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/6 Bipolar Paradise/z-01 Fumes_Drowning First Draft.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:54:08Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/6 Bipolar Paradise/z-01 Fumes_Drowning First Draft.mp3", + "path": "/mnt/europa/music/EDEN/Bipolar Paradise (2014)/Digital Media 02/EDEN - Bipolar Paradise - 02 - Fumes+Drowning (First Draft).mp3", + "releaseGroup": null, + "size": "5974643", + "indexerFlags": "0" + }, + "album": { + "title": "Bipolar Paradise", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "92580fde-ede1-4b5e-82e8-fa52db506097", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1562000, + "albumType": "EP", + "secondaryTypes": [ + "Mixtape/Street" + ], + "mediumCount": 2, + "ratings": { + "votes": 3, + "value": 5.3 + }, + "releaseDate": "2014-01-01T00:00:00Z", + "releases": [ + { + "id": 3164, + "albumId": 1205, + "foreignReleaseId": "e49c58ce-826d-4353-80d4-6b875221ac42", + "title": "Bipolar Paradise", + "status": "Official", + "duration": 1154558, + "trackCount": 5, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3165, + "albumId": 1205, + "foreignReleaseId": "55a627be-3f6c-4856-b48b-b462d998c5a4", + "title": "Bipolar Paradise", + "status": "Official", + "duration": 1562000, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [ + "Indie Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/e49c58ce-826d-4353-80d4-6b875221ac42/26590987442-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1205 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "298eeb83-3340-49cb-b3df-a07ebd80dc2e", + "foreignRecordingId": "32c9dd5d-e772-46e6-9df4-8791d7cbdbd3", + "trackFileId": 217149, + "albumId": 1205, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "Fumes/Drowning (First Draft)", + "duration": 149000, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40406 + }, + "id": 1627 + }, + { + "albumId": 1205, + "artistId": 159, + "trackId": 40401, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/6 Bipolar Paradise/02 Fumes.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:54:08Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/6 Bipolar Paradise/02 Fumes.mp3", + "path": "/mnt/europa/music/EDEN/Bipolar Paradise (2014)/Digital Media 01/EDEN - Bipolar Paradise - 02 - Fumes.mp3", + "releaseGroup": null, + "size": "9116256", + "indexerFlags": "0" + }, + "album": { + "title": "Bipolar Paradise", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "92580fde-ede1-4b5e-82e8-fa52db506097", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1562000, + "albumType": "EP", + "secondaryTypes": [ + "Mixtape/Street" + ], + "mediumCount": 2, + "ratings": { + "votes": 3, + "value": 5.3 + }, + "releaseDate": "2014-01-01T00:00:00Z", + "releases": [ + { + "id": 3164, + "albumId": 1205, + "foreignReleaseId": "e49c58ce-826d-4353-80d4-6b875221ac42", + "title": "Bipolar Paradise", + "status": "Official", + "duration": 1154558, + "trackCount": 5, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3165, + "albumId": 1205, + "foreignReleaseId": "55a627be-3f6c-4856-b48b-b462d998c5a4", + "title": "Bipolar Paradise", + "status": "Official", + "duration": 1562000, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [ + "Indie Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/e49c58ce-826d-4353-80d4-6b875221ac42/26590987442-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1205 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "f43f0322-2263-4cef-a953-75ae350abd60", + "foreignRecordingId": "93c7b206-6ad0-46f5-8a4e-1d71bb9228ec", + "trackFileId": 217142, + "albumId": 1205, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "Fumes", + "duration": 212000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40401 + }, + "id": 1626 + }, + { + "albumId": 1205, + "artistId": 159, + "trackId": 40405, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/6 Bipolar Paradise/01 drowning..mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:54:08Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/6 Bipolar Paradise/01 drowning..mp3", + "path": "/mnt/europa/music/EDEN/Bipolar Paradise (2014)/Digital Media 02/EDEN - Bipolar Paradise - 01 - drowning. (clean).mp3", + "releaseGroup": null, + "size": "10693956", + "indexerFlags": "0" + }, + "album": { + "title": "Bipolar Paradise", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "92580fde-ede1-4b5e-82e8-fa52db506097", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1562000, + "albumType": "EP", + "secondaryTypes": [ + "Mixtape/Street" + ], + "mediumCount": 2, + "ratings": { + "votes": 3, + "value": 5.3 + }, + "releaseDate": "2014-01-01T00:00:00Z", + "releases": [ + { + "id": 3164, + "albumId": 1205, + "foreignReleaseId": "e49c58ce-826d-4353-80d4-6b875221ac42", + "title": "Bipolar Paradise", + "status": "Official", + "duration": 1154558, + "trackCount": 5, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3165, + "albumId": 1205, + "foreignReleaseId": "55a627be-3f6c-4856-b48b-b462d998c5a4", + "title": "Bipolar Paradise", + "status": "Official", + "duration": 1562000, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [ + "Indie Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/e49c58ce-826d-4353-80d4-6b875221ac42/26590987442-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1205 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "c720184c-3d2a-48e0-984f-360b6d73ea14", + "foreignRecordingId": "58e9a439-3d6f-4acc-8928-c16fa4dcd63b", + "trackFileId": 217113, + "albumId": 1205, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "drowning. (clean)", + "duration": 258000, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40405 + }, + "id": 1625 + }, + { + "albumId": 1205, + "artistId": 159, + "trackId": 40400, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/6 Bipolar Paradise/z-01 drowning. [clean].mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:54:08Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/6 Bipolar Paradise/z-01 drowning. [clean].mp3", + "path": "/mnt/europa/music/EDEN/Bipolar Paradise (2014)/Digital Media 01/EDEN - Bipolar Paradise - 01 - drowning.mp3", + "releaseGroup": null, + "size": "10695018", + "indexerFlags": "0" + }, + "album": { + "title": "Bipolar Paradise", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "92580fde-ede1-4b5e-82e8-fa52db506097", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1562000, + "albumType": "EP", + "secondaryTypes": [ + "Mixtape/Street" + ], + "mediumCount": 2, + "ratings": { + "votes": 3, + "value": 5.3 + }, + "releaseDate": "2014-01-01T00:00:00Z", + "releases": [ + { + "id": 3164, + "albumId": 1205, + "foreignReleaseId": "e49c58ce-826d-4353-80d4-6b875221ac42", + "title": "Bipolar Paradise", + "status": "Official", + "duration": 1154558, + "trackCount": 5, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3165, + "albumId": 1205, + "foreignReleaseId": "55a627be-3f6c-4856-b48b-b462d998c5a4", + "title": "Bipolar Paradise", + "status": "Official", + "duration": 1562000, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [ + "Indie Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/e49c58ce-826d-4353-80d4-6b875221ac42/26590987442-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1205 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "34106ac8-c8f2-4b3e-85b3-13a0f1f7f174", + "foreignRecordingId": "a66cb3ab-d208-44e7-8590-67f771c79c4b", + "trackFileId": 217114, + "albumId": 1205, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "drowning.", + "duration": 258000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40400 + }, + "id": 1624 + }, + { + "albumId": 1211, + "artistId": 159, + "trackId": 40421, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/5 Entrance/05 Circles [Bonus Track].mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:54:00Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/5 Entrance/05 Circles [Bonus Track].mp3", + "path": "/mnt/europa/music/EDEN/Entrance (2014)/EDEN - Entrance - 05 - Circles.mp3", + "releaseGroup": null, + "size": "12213343", + "indexerFlags": "0" + }, + "album": { + "title": "Entrance", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8c147746-ae8c-451c-bf57-b196a86ae403", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1305000, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 6 + }, + "releaseDate": "2014-10-08T00:00:00Z", + "releases": [ + { + "id": 3171, + "albumId": 1211, + "foreignReleaseId": "12a418ce-eab0-4758-aeac-4b0067cedd11", + "title": "Entrance", + "status": "Official", + "duration": 1305000, + "trackCount": 5, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Dubstep", + "Electronic", + "Electronica", + "Indie Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/12a418ce-eab0-4758-aeac-4b0067cedd11/28849606020-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1211 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "cd61c2c5-c2ca-44d2-9287-93432543e4c4", + "foreignRecordingId": "71b341a3-4163-4ea1-a9b7-dc045225cf01", + "trackFileId": 169621, + "albumId": 1211, + "explicit": false, + "absoluteTrackNumber": 5, + "trackNumber": "5", + "title": "Circles", + "duration": 276000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40421 + }, + "id": 1623 + }, + { + "albumId": 1211, + "artistId": 159, + "trackId": 40420, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/5 Entrance/04 Crush.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:54:00Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/5 Entrance/04 Crush.mp3", + "path": "/mnt/europa/music/EDEN/Entrance (2014)/EDEN - Entrance - 04 - Crush.mp3", + "releaseGroup": null, + "size": "11823640", + "indexerFlags": "0" + }, + "album": { + "title": "Entrance", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8c147746-ae8c-451c-bf57-b196a86ae403", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1305000, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 6 + }, + "releaseDate": "2014-10-08T00:00:00Z", + "releases": [ + { + "id": 3171, + "albumId": 1211, + "foreignReleaseId": "12a418ce-eab0-4758-aeac-4b0067cedd11", + "title": "Entrance", + "status": "Official", + "duration": 1305000, + "trackCount": 5, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Dubstep", + "Electronic", + "Electronica", + "Indie Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/12a418ce-eab0-4758-aeac-4b0067cedd11/28849606020-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1211 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "843e6a7b-5f26-4bcc-93db-838adb84502d", + "foreignRecordingId": "4e7c8332-b135-4037-939e-6c2cca99d6ef", + "trackFileId": 169490, + "albumId": 1211, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "Crush", + "duration": 266000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40420 + }, + "id": 1622 + }, + { + "albumId": 1211, + "artistId": 159, + "trackId": 40419, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/5 Entrance/03 Better Together.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:54:00Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/5 Entrance/03 Better Together.mp3", + "path": "/mnt/europa/music/EDEN/Entrance (2014)/EDEN - Entrance - 03 - Better Together.mp3", + "releaseGroup": null, + "size": "14237364", + "indexerFlags": "0" + }, + "album": { + "title": "Entrance", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8c147746-ae8c-451c-bf57-b196a86ae403", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1305000, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 6 + }, + "releaseDate": "2014-10-08T00:00:00Z", + "releases": [ + { + "id": 3171, + "albumId": 1211, + "foreignReleaseId": "12a418ce-eab0-4758-aeac-4b0067cedd11", + "title": "Entrance", + "status": "Official", + "duration": 1305000, + "trackCount": 5, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Dubstep", + "Electronic", + "Electronica", + "Indie Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/12a418ce-eab0-4758-aeac-4b0067cedd11/28849606020-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1211 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "7551f71a-2351-48f4-b0a0-c86c56b0b0c8", + "foreignRecordingId": "1c38e8bb-0fda-44f4-8581-c94b05e2649f", + "trackFileId": 169339, + "albumId": 1211, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "Better Together", + "duration": 326000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40419 + }, + "id": 1621 + }, + { + "albumId": 1211, + "artistId": 159, + "trackId": 40418, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/5 Entrance/02 Lost.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:54:00Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/5 Entrance/02 Lost.mp3", + "path": "/mnt/europa/music/EDEN/Entrance (2014)/EDEN - Entrance - 02 - Lost.mp3", + "releaseGroup": null, + "size": "12570741", + "indexerFlags": "0" + }, + "album": { + "title": "Entrance", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8c147746-ae8c-451c-bf57-b196a86ae403", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1305000, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 6 + }, + "releaseDate": "2014-10-08T00:00:00Z", + "releases": [ + { + "id": 3171, + "albumId": 1211, + "foreignReleaseId": "12a418ce-eab0-4758-aeac-4b0067cedd11", + "title": "Entrance", + "status": "Official", + "duration": 1305000, + "trackCount": 5, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Dubstep", + "Electronic", + "Electronica", + "Indie Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/12a418ce-eab0-4758-aeac-4b0067cedd11/28849606020-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1211 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "c6a7caa4-a1d6-484b-bd21-647cf2bc59d7", + "foreignRecordingId": "ab9a6602-21b5-4f7b-86bf-0edf803f8122", + "trackFileId": 169207, + "albumId": 1211, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "Lost", + "duration": 285000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40418 + }, + "id": 1620 + }, + { + "albumId": 1211, + "artistId": 159, + "trackId": 40417, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/5 Entrance/01 Entrance.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:54:00Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/5 Entrance/01 Entrance.mp3", + "path": "/mnt/europa/music/EDEN/Entrance (2014)/EDEN - Entrance - 01 - Entrance.mp3", + "releaseGroup": null, + "size": "7251198", + "indexerFlags": "0" + }, + "album": { + "title": "Entrance", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8c147746-ae8c-451c-bf57-b196a86ae403", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1305000, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 6 + }, + "releaseDate": "2014-10-08T00:00:00Z", + "releases": [ + { + "id": 3171, + "albumId": 1211, + "foreignReleaseId": "12a418ce-eab0-4758-aeac-4b0067cedd11", + "title": "Entrance", + "status": "Official", + "duration": 1305000, + "trackCount": 5, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Dubstep", + "Electronic", + "Electronica", + "Indie Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/12a418ce-eab0-4758-aeac-4b0067cedd11/28849606020-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1211 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "485b3794-8809-40f5-b973-7be94cd6ee38", + "foreignRecordingId": "a6dbb913-6699-4eee-afcd-ff9b5ca4e42c", + "trackFileId": 169116, + "albumId": 1211, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Entrance", + "duration": 152000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40417 + }, + "id": 1619 + }, + { + "albumId": 1153, + "artistId": 159, + "trackId": 36152, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/06 Times Like These.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:53:50Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/06 Times Like These.mp3", + "path": "/mnt/europa/music/EDEN/Final Call (2015)/Digital Media 01/EDEN - Final Call - 06 - Times Like These.mp3", + "releaseGroup": null, + "size": "12403491", + "indexerFlags": "0" + }, + "album": { + "title": "Final Call", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "0f312d49-f86f-4623-9711-f5eeadaa4ae8", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 1632000, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 1, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3026, + "albumId": 1153, + "foreignReleaseId": "2cc0c8d1-3d3f-4ee9-bb45-28401249eeb9", + "title": "Final Call", + "status": "Official", + "duration": 1632000, + "trackCount": 8, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [ + "Indie Pop", + "Alternative Pop", + "Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/2cc0c8d1-3d3f-4ee9-bb45-28401249eeb9/22682083327-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1153 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "698d9bbe-a077-489f-b935-613097a49d85", + "foreignRecordingId": "3bc73495-a7a2-4dc7-915c-812a0d122370", + "trackFileId": 171870, + "albumId": 1153, + "explicit": false, + "absoluteTrackNumber": 6, + "trackNumber": "6", + "title": "Times Like These", + "duration": 286000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36152 + }, + "id": 1618 + }, + { + "albumId": 1153, + "artistId": 159, + "trackId": 36151, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/05 XO.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:53:50Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/05 XO.mp3", + "path": "/mnt/europa/music/EDEN/Final Call (2015)/Digital Media 01/EDEN - Final Call - 05 - XO.mp3", + "releaseGroup": null, + "size": "7054568", + "indexerFlags": "0" + }, + "album": { + "title": "Final Call", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "0f312d49-f86f-4623-9711-f5eeadaa4ae8", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 1632000, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 1, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3026, + "albumId": 1153, + "foreignReleaseId": "2cc0c8d1-3d3f-4ee9-bb45-28401249eeb9", + "title": "Final Call", + "status": "Official", + "duration": 1632000, + "trackCount": 8, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [ + "Indie Pop", + "Alternative Pop", + "Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/2cc0c8d1-3d3f-4ee9-bb45-28401249eeb9/22682083327-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1153 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "43b1de78-d32b-4938-a182-8f129229f4e8", + "foreignRecordingId": "633c2a8d-5422-4431-b655-6223803ee183", + "trackFileId": 171856, + "albumId": 1153, + "explicit": false, + "absoluteTrackNumber": 5, + "trackNumber": "5", + "title": "XO", + "duration": 160000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36151 + }, + "id": 1617 + }, + { + "albumId": 1153, + "artistId": 159, + "trackId": 36150, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/04 woah.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:53:50Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/04 woah.mp3", + "path": "/mnt/europa/music/EDEN/Final Call (2015)/Digital Media 01/EDEN - Final Call - 04 - woah.mp3", + "releaseGroup": null, + "size": "8101248", + "indexerFlags": "0" + }, + "album": { + "title": "Final Call", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "0f312d49-f86f-4623-9711-f5eeadaa4ae8", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 1632000, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 1, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3026, + "albumId": 1153, + "foreignReleaseId": "2cc0c8d1-3d3f-4ee9-bb45-28401249eeb9", + "title": "Final Call", + "status": "Official", + "duration": 1632000, + "trackCount": 8, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [ + "Indie Pop", + "Alternative Pop", + "Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/2cc0c8d1-3d3f-4ee9-bb45-28401249eeb9/22682083327-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1153 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "78059cab-2334-474e-a068-a6643d91e96e", + "foreignRecordingId": "186475fa-51b9-481f-9f2e-5527b7bcb3d1", + "trackFileId": 171818, + "albumId": 1153, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "woah", + "duration": 188000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36150 + }, + "id": 1616 + }, + { + "albumId": 1153, + "artistId": 159, + "trackId": 36149, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/03 Crazy in Love (Feat. Leah Kelly).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:53:50Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/03 Crazy in Love (Feat. Leah Kelly).mp3", + "path": "/mnt/europa/music/EDEN/Final Call (2015)/Digital Media 01/EDEN - Final Call - 03 - Crazy in Love.mp3", + "releaseGroup": null, + "size": "11377566", + "indexerFlags": "0" + }, + "album": { + "title": "Final Call", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "0f312d49-f86f-4623-9711-f5eeadaa4ae8", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 1632000, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 1, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3026, + "albumId": 1153, + "foreignReleaseId": "2cc0c8d1-3d3f-4ee9-bb45-28401249eeb9", + "title": "Final Call", + "status": "Official", + "duration": 1632000, + "trackCount": 8, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [ + "Indie Pop", + "Alternative Pop", + "Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/2cc0c8d1-3d3f-4ee9-bb45-28401249eeb9/22682083327-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1153 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "443932df-60b0-43f4-988a-f5cbbabe7a61", + "foreignRecordingId": "13ec1e12-1b4a-4512-869b-a6f612e975e8", + "trackFileId": 171771, + "albumId": 1153, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "Crazy in Love", + "duration": 265000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36149 + }, + "id": 1615 + }, + { + "albumId": 1153, + "artistId": 159, + "trackId": 36154, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/z-02 tell me.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:53:50Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/z-02 tell me.mp3", + "path": "/mnt/europa/music/EDEN/Final Call (2015)/Digital Media 02/EDEN - Final Call - 02 - tell me.mp3", + "releaseGroup": null, + "size": "4718676", + "indexerFlags": "0" + }, + "album": { + "title": "Final Call", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "0f312d49-f86f-4623-9711-f5eeadaa4ae8", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 1632000, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 1, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3026, + "albumId": 1153, + "foreignReleaseId": "2cc0c8d1-3d3f-4ee9-bb45-28401249eeb9", + "title": "Final Call", + "status": "Official", + "duration": 1632000, + "trackCount": 8, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [ + "Indie Pop", + "Alternative Pop", + "Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/2cc0c8d1-3d3f-4ee9-bb45-28401249eeb9/22682083327-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1153 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "170922ff-a25b-4112-b7ee-18f79f90dcbb", + "foreignRecordingId": "fe6db6e1-6108-4acd-8bc1-d955072eb358", + "trackFileId": 171753, + "albumId": 1153, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "tell me", + "duration": 118000, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36154 + }, + "id": 1614 + }, + { + "albumId": 1153, + "artistId": 159, + "trackId": 36148, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/02 Gone.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:53:50Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/02 Gone.mp3", + "path": "/mnt/europa/music/EDEN/Final Call (2015)/Digital Media 01/EDEN - Final Call - 02 - Gone.mp3", + "releaseGroup": null, + "size": "10276668", + "indexerFlags": "0" + }, + "album": { + "title": "Final Call", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "0f312d49-f86f-4623-9711-f5eeadaa4ae8", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 1632000, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 1, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3026, + "albumId": 1153, + "foreignReleaseId": "2cc0c8d1-3d3f-4ee9-bb45-28401249eeb9", + "title": "Final Call", + "status": "Official", + "duration": 1632000, + "trackCount": 8, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [ + "Indie Pop", + "Alternative Pop", + "Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/2cc0c8d1-3d3f-4ee9-bb45-28401249eeb9/22682083327-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1153 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "b289d22b-8353-4160-ae03-8f800613d0dc", + "foreignRecordingId": "75a2509c-e2c8-4f74-95b6-81c31f7f1b3e", + "trackFileId": 171739, + "albumId": 1153, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "Gone", + "duration": 239000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36148 + }, + "id": 1613 + }, + { + "albumId": 1153, + "artistId": 159, + "trackId": 36153, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/z-01 XO (Instrumental).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:53:50Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/z-01 XO (Instrumental).mp3", + "path": "/mnt/europa/music/EDEN/Final Call (2015)/Digital Media 02/EDEN - Final Call - 01 - XO (instrumental).mp3", + "releaseGroup": null, + "size": "6387378", + "indexerFlags": "0" + }, + "album": { + "title": "Final Call", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "0f312d49-f86f-4623-9711-f5eeadaa4ae8", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 1632000, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 1, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3026, + "albumId": 1153, + "foreignReleaseId": "2cc0c8d1-3d3f-4ee9-bb45-28401249eeb9", + "title": "Final Call", + "status": "Official", + "duration": 1632000, + "trackCount": 8, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [ + "Indie Pop", + "Alternative Pop", + "Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/2cc0c8d1-3d3f-4ee9-bb45-28401249eeb9/22682083327-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1153 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "eef81119-af0b-449a-ab6f-2855d1725c6e", + "foreignRecordingId": "4fc2683f-66d6-4f31-a72a-941d02e33e3a", + "trackFileId": 171709, + "albumId": 1153, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "XO (instrumental)", + "duration": 160000, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36153 + }, + "id": 1612 + }, + { + "albumId": 1153, + "artistId": 159, + "trackId": 36147, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/01 Blank_Space.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:53:50Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/01 Blank_Space.mp3", + "path": "/mnt/europa/music/EDEN/Final Call (2015)/Digital Media 01/EDEN - Final Call - 01 - Blank_Space.mp3", + "releaseGroup": null, + "size": "9247577", + "indexerFlags": "0" + }, + "album": { + "title": "Final Call", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "0f312d49-f86f-4623-9711-f5eeadaa4ae8", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 1632000, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 1, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3026, + "albumId": 1153, + "foreignReleaseId": "2cc0c8d1-3d3f-4ee9-bb45-28401249eeb9", + "title": "Final Call", + "status": "Official", + "duration": 1632000, + "trackCount": 8, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [ + "Indie Pop", + "Alternative Pop", + "Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/2cc0c8d1-3d3f-4ee9-bb45-28401249eeb9/22682083327-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1153 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "4070e5de-7834-484f-bf7a-f85c1cccc969", + "foreignRecordingId": "01a168e4-fb0b-4f3e-80be-f221a84e0191", + "trackFileId": 171700, + "albumId": 1153, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Blank_Space", + "duration": 216000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36147 + }, + "id": 1611 + }, + { + "albumId": 1206, + "artistId": 159, + "trackId": 40409, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/4 Remixes/03 Kuaga (The Eden Project Remix).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:53:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/4 Remixes/03 Kuaga (The Eden Project Remix).mp3", + "path": "/mnt/europa/music/EDEN/Remixes (2015)/EDEN - Remixes - 03 - Kuaga (The Eden Project remix).mp3", + "releaseGroup": null, + "size": "9256643", + "indexerFlags": "0" + }, + "album": { + "title": "Remixes", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "5b4c669f-24f2-46aa-b125-39153e2d8cd4", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 824000, + "albumType": "EP", + "secondaryTypes": [ + "Compilation", + "Mixtape/Street", + "Remix" + ], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3166, + "albumId": 1206, + "foreignReleaseId": "c759200d-5f5b-4802-8c59-ca3e4d822106", + "title": "Remixes", + "status": "Official", + "duration": 824000, + "trackCount": 3, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1206 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "08b24101-d751-43d6-8e62-ba177cc1814b", + "foreignRecordingId": "4a53d1ec-171c-4750-b41d-cd99da6831fe", + "trackFileId": 169380, + "albumId": 1206, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "Kuaga (The Eden Project remix)", + "duration": 226000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40409 + }, + "id": 1610 + }, + { + "albumId": 1206, + "artistId": 159, + "trackId": 40408, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/4 Remixes/02 Sleepless (The Eden Project Remix).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:53:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/4 Remixes/02 Sleepless (The Eden Project Remix).mp3", + "path": "/mnt/europa/music/EDEN/Remixes (2015)/EDEN - Remixes - 02 - Sleepless (The Eden Project remix).mp3", + "releaseGroup": null, + "size": "13142947", + "indexerFlags": "0" + }, + "album": { + "title": "Remixes", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "5b4c669f-24f2-46aa-b125-39153e2d8cd4", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 824000, + "albumType": "EP", + "secondaryTypes": [ + "Compilation", + "Mixtape/Street", + "Remix" + ], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3166, + "albumId": 1206, + "foreignReleaseId": "c759200d-5f5b-4802-8c59-ca3e4d822106", + "title": "Remixes", + "status": "Official", + "duration": 824000, + "trackCount": 3, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1206 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "c532dcc5-4ec2-435f-a4f8-e616becfdad2", + "foreignRecordingId": "fb3924bf-a3c5-400c-965f-4fb07624a3d9", + "trackFileId": 169200, + "albumId": 1206, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "Sleepless (The Eden Project remix)", + "duration": 271000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40408 + }, + "id": 1609 + }, + { + "albumId": 1206, + "artistId": 159, + "trackId": 40407, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/4 Remixes/01 Strangers (The Eden Project Remix).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:53:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/4 Remixes/01 Strangers (The Eden Project Remix).mp3", + "path": "/mnt/europa/music/EDEN/Remixes (2015)/EDEN - Remixes - 01 - Strangers (The Eden Project remix).mp3", + "releaseGroup": null, + "size": "13894173", + "indexerFlags": "0" + }, + "album": { + "title": "Remixes", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "5b4c669f-24f2-46aa-b125-39153e2d8cd4", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 824000, + "albumType": "EP", + "secondaryTypes": [ + "Compilation", + "Mixtape/Street", + "Remix" + ], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3166, + "albumId": 1206, + "foreignReleaseId": "c759200d-5f5b-4802-8c59-ca3e4d822106", + "title": "Remixes", + "status": "Official", + "duration": 824000, + "trackCount": 3, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1206 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "186638d7-3dce-4d4a-ba10-524e40aaad09", + "foreignRecordingId": "d29f13f3-b2b5-4f28-b420-11f2d4e6ed97", + "trackFileId": 169034, + "albumId": 1206, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Strangers (The Eden Project remix)", + "duration": 327000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40407 + }, + "id": 1608 + }, + { + "albumId": 1208, + "artistId": 159, + "trackId": 40414, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/I Am Spitfire/04 Spitfire Pt 3.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:53:27Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/I Am Spitfire/04 Spitfire Pt 3.mp3", + "path": "/mnt/europa/music/EDEN/I Am Spitfire (2015)/EDEN - I Am Spitfire - 04 - Spitfire Part 3.mp3", + "releaseGroup": null, + "size": "9191723", + "indexerFlags": "0" + }, + "album": { + "title": "I Am Spitfire", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "b0b3975e-9bb4-4854-a242-6a3522846886", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 990716, + "albumType": "EP", + "secondaryTypes": [ + "Mixtape/Street" + ], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 2 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3168, + "albumId": 1208, + "foreignReleaseId": "eedbbaec-68c1-4d19-a051-e69cc28b1e69", + "title": "I Am Spitfire", + "status": "Official", + "duration": 990716, + "trackCount": 4, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/eedbbaec-68c1-4d19-a051-e69cc28b1e69/28131283396-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1208 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "db1bf0bb-9133-46a0-9dd2-7051641e4363", + "foreignRecordingId": "8be5f7b5-4120-4bc2-bdfa-6e4d0850c7ef", + "trackFileId": 0, + "albumId": 1208, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "Spitfire Part 3", + "duration": 221312, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40414 + }, + "id": 1607 + }, + { + "albumId": 1208, + "artistId": 159, + "trackId": 40413, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/I Am Spitfire/03 Spitfire Pt 2.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:53:27Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/I Am Spitfire/03 Spitfire Pt 2.mp3", + "path": "/mnt/europa/music/EDEN/I Am Spitfire (2015)/EDEN - I Am Spitfire - 03 - Spitfire Part 2.mp3", + "releaseGroup": null, + "size": "11141508", + "indexerFlags": "0" + }, + "album": { + "title": "I Am Spitfire", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "b0b3975e-9bb4-4854-a242-6a3522846886", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 990716, + "albumType": "EP", + "secondaryTypes": [ + "Mixtape/Street" + ], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 2 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3168, + "albumId": 1208, + "foreignReleaseId": "eedbbaec-68c1-4d19-a051-e69cc28b1e69", + "title": "I Am Spitfire", + "status": "Official", + "duration": 990716, + "trackCount": 4, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/eedbbaec-68c1-4d19-a051-e69cc28b1e69/28131283396-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1208 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "87c828e4-4ce5-4c4e-9133-d425ee0074cc", + "foreignRecordingId": "706a233b-c209-4c32-89a3-03248b594caa", + "trackFileId": 0, + "albumId": 1208, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "Spitfire Part 2", + "duration": 270057, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40413 + }, + "id": 1606 + }, + { + "albumId": 1208, + "artistId": 159, + "trackId": 40412, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/I Am Spitfire/02 Spitfire Pt 1.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:53:27Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/I Am Spitfire/02 Spitfire Pt 1.mp3", + "path": "/mnt/europa/music/EDEN/I Am Spitfire (2015)/EDEN - I Am Spitfire - 02 - Spitfire Part 1.mp3", + "releaseGroup": null, + "size": "10504115", + "indexerFlags": "0" + }, + "album": { + "title": "I Am Spitfire", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "b0b3975e-9bb4-4854-a242-6a3522846886", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 990716, + "albumType": "EP", + "secondaryTypes": [ + "Mixtape/Street" + ], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 2 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3168, + "albumId": 1208, + "foreignReleaseId": "eedbbaec-68c1-4d19-a051-e69cc28b1e69", + "title": "I Am Spitfire", + "status": "Official", + "duration": 990716, + "trackCount": 4, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/eedbbaec-68c1-4d19-a051-e69cc28b1e69/28131283396-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1208 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "b012e363-7c94-443d-9873-e585ee1502d2", + "foreignRecordingId": "28f7211e-9a59-41be-9543-00608fa4474d", + "trackFileId": 0, + "albumId": 1208, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "Spitfire Part 1", + "duration": 254122, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40412 + }, + "id": 1605 + }, + { + "albumId": 1208, + "artistId": 159, + "trackId": 40411, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/I Am Spitfire/01 I Am.m4a", + "quality": { + "quality": { + "id": 10, + "name": "AAC-256" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:53:27Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/I Am Spitfire/01 I Am.m4a", + "path": "/mnt/europa/music/EDEN/I Am Spitfire (2015)/EDEN - I Am Spitfire - 01 - I Am.m4a", + "releaseGroup": null, + "size": "8329676", + "indexerFlags": "0" + }, + "album": { + "title": "I Am Spitfire", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "b0b3975e-9bb4-4854-a242-6a3522846886", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 990716, + "albumType": "EP", + "secondaryTypes": [ + "Mixtape/Street" + ], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 2 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3168, + "albumId": 1208, + "foreignReleaseId": "eedbbaec-68c1-4d19-a051-e69cc28b1e69", + "title": "I Am Spitfire", + "status": "Official", + "duration": 990716, + "trackCount": 4, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/eedbbaec-68c1-4d19-a051-e69cc28b1e69/28131283396-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1208 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "5c27662d-2091-41ef-9fb5-eab48ce658bb", + "foreignRecordingId": "239c6771-bdb1-4d8c-9acd-29235fd02cb2", + "trackFileId": 0, + "albumId": 1208, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "I Am", + "duration": 245225, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40411 + }, + "id": 1604 + }, + { + "albumId": 1203, + "artistId": 159, + "trackId": 40372, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/2-01 Chasing Ghosts Original Concept.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:52:09Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/2-01 Chasing Ghosts Original Concept.mp3", + "path": "/mnt/europa/music/EDEN/Kairos (2015)/EDEN - Kairos - 10 - Chasing Ghosts (original concept).mp3", + "releaseGroup": null, + "size": "11379900", + "indexerFlags": "0" + }, + "album": { + "title": "Kairos", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e6b0a452-c7ae-480b-8990-1bbb8fbe8f61", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2848883, + "albumType": "Album", + "secondaryTypes": [ + "Mixtape/Street" + ], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 7 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3162, + "albumId": 1203, + "foreignReleaseId": "026eff3f-a8d9-4f6d-9194-eff95b1060c5", + "title": "Kairos", + "status": "Official", + "duration": 2848883, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Dubstep", + "Electronica", + "Indie Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/026eff3f-a8d9-4f6d-9194-eff95b1060c5/18652990431-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1203 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "6355b7b8-4509-49a8-9eb8-7b1d11bb64ce", + "foreignRecordingId": "f04a12b7-568f-4067-8e40-a51862ffc5df", + "trackFileId": 217296, + "albumId": 1203, + "explicit": false, + "absoluteTrackNumber": 10, + "trackNumber": "10", + "title": "Chasing Ghosts (original concept)", + "duration": 284000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40372 + }, + "id": 1603 + }, + { + "albumId": 1203, + "artistId": 159, + "trackId": 40371, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/09 Chasing Ghosts.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:52:09Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/09 Chasing Ghosts.mp3", + "path": "/mnt/europa/music/EDEN/Kairos (2015)/EDEN - Kairos - 09 - Chasing Ghosts.mp3", + "releaseGroup": null, + "size": "11866023", + "indexerFlags": "0" + }, + "album": { + "title": "Kairos", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e6b0a452-c7ae-480b-8990-1bbb8fbe8f61", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2848883, + "albumType": "Album", + "secondaryTypes": [ + "Mixtape/Street" + ], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 7 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3162, + "albumId": 1203, + "foreignReleaseId": "026eff3f-a8d9-4f6d-9194-eff95b1060c5", + "title": "Kairos", + "status": "Official", + "duration": 2848883, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Dubstep", + "Electronica", + "Indie Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/026eff3f-a8d9-4f6d-9194-eff95b1060c5/18652990431-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1203 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "bf74e3bb-dbbc-4a43-912e-08f79b6f086b", + "foreignRecordingId": "84103a20-97ff-4128-a4e9-f5b64a3904ce", + "trackFileId": 217275, + "albumId": 1203, + "explicit": false, + "absoluteTrackNumber": 9, + "trackNumber": "9", + "title": "Chasing Ghosts", + "duration": 291503, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40371 + }, + "id": 1602 + }, + { + "albumId": 1203, + "artistId": 159, + "trackId": 40370, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/08 Death of a Dream.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:52:09Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/08 Death of a Dream.mp3", + "path": "/mnt/europa/music/EDEN/Kairos (2015)/EDEN - Kairos - 08 - Death of a Dream.mp3", + "releaseGroup": null, + "size": "11473817", + "indexerFlags": "0" + }, + "album": { + "title": "Kairos", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e6b0a452-c7ae-480b-8990-1bbb8fbe8f61", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2848883, + "albumType": "Album", + "secondaryTypes": [ + "Mixtape/Street" + ], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 7 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3162, + "albumId": 1203, + "foreignReleaseId": "026eff3f-a8d9-4f6d-9194-eff95b1060c5", + "title": "Kairos", + "status": "Official", + "duration": 2848883, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Dubstep", + "Electronica", + "Indie Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/026eff3f-a8d9-4f6d-9194-eff95b1060c5/18652990431-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1203 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "d74dc1fd-e343-4f96-a8bc-1aa0c07016a9", + "foreignRecordingId": "0eb10f04-7c4c-4d72-a36d-dcc7eed13835", + "trackFileId": 217261, + "albumId": 1203, + "explicit": false, + "absoluteTrackNumber": 8, + "trackNumber": "8", + "title": "Death of a Dream", + "duration": 208982, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40370 + }, + "id": 1601 + }, + { + "albumId": 1203, + "artistId": 159, + "trackId": 40369, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/07 Limitless.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:52:09Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/07 Limitless.mp3", + "path": "/mnt/europa/music/EDEN/Kairos (2015)/EDEN - Kairos - 07 - Limitless.mp3", + "releaseGroup": null, + "size": "12200375", + "indexerFlags": "0" + }, + "album": { + "title": "Kairos", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e6b0a452-c7ae-480b-8990-1bbb8fbe8f61", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2848883, + "albumType": "Album", + "secondaryTypes": [ + "Mixtape/Street" + ], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 7 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3162, + "albumId": 1203, + "foreignReleaseId": "026eff3f-a8d9-4f6d-9194-eff95b1060c5", + "title": "Kairos", + "status": "Official", + "duration": 2848883, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Dubstep", + "Electronica", + "Indie Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/026eff3f-a8d9-4f6d-9194-eff95b1060c5/18652990431-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1203 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "4ecb1741-83a9-47cb-b81a-eaf8e3b95685", + "foreignRecordingId": "16b62a2d-82ec-4896-a163-aa42b260610c", + "trackFileId": 217242, + "albumId": 1203, + "explicit": false, + "absoluteTrackNumber": 7, + "trackNumber": "7", + "title": "Limitless", + "duration": 289805, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40369 + }, + "id": 1600 + }, + { + "albumId": 1203, + "artistId": 159, + "trackId": 40368, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/06 Holdin' On (Inst).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:52:09Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/06 Holdin' On (Inst).mp3", + "path": "/mnt/europa/music/EDEN/Kairos (2015)/EDEN - Kairos - 06 - Holdin’ On (instrumental).mp3", + "releaseGroup": null, + "size": "12046086", + "indexerFlags": "0" + }, + "album": { + "title": "Kairos", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e6b0a452-c7ae-480b-8990-1bbb8fbe8f61", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2848883, + "albumType": "Album", + "secondaryTypes": [ + "Mixtape/Street" + ], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 7 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3162, + "albumId": 1203, + "foreignReleaseId": "026eff3f-a8d9-4f6d-9194-eff95b1060c5", + "title": "Kairos", + "status": "Official", + "duration": 2848883, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Dubstep", + "Electronica", + "Indie Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/026eff3f-a8d9-4f6d-9194-eff95b1060c5/18652990431-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1203 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "24495197-d391-4cb1-a7d8-c2458792d73e", + "foreignRecordingId": "adca6537-9ce2-485a-83d4-ce50c775b55d", + "trackFileId": 217224, + "albumId": 1203, + "explicit": false, + "absoluteTrackNumber": 6, + "trackNumber": "6", + "title": "Holdin’ On (instrumental)", + "duration": 294429, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40368 + }, + "id": 1599 + }, + { + "albumId": 1203, + "artistId": 159, + "trackId": 40367, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/05 Machines.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:52:09Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/05 Machines.mp3", + "path": "/mnt/europa/music/EDEN/Kairos (2015)/EDEN - Kairos - 05 - Machines.mp3", + "releaseGroup": null, + "size": "12142934", + "indexerFlags": "0" + }, + "album": { + "title": "Kairos", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e6b0a452-c7ae-480b-8990-1bbb8fbe8f61", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2848883, + "albumType": "Album", + "secondaryTypes": [ + "Mixtape/Street" + ], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 7 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3162, + "albumId": 1203, + "foreignReleaseId": "026eff3f-a8d9-4f6d-9194-eff95b1060c5", + "title": "Kairos", + "status": "Official", + "duration": 2848883, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Dubstep", + "Electronica", + "Indie Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/026eff3f-a8d9-4f6d-9194-eff95b1060c5/18652990431-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1203 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "5352cdbd-908f-4f40-bf45-e45cd5b7f3e2", + "foreignRecordingId": "da63f41f-34f1-4f1a-8814-567cdb419e17", + "trackFileId": 217207, + "albumId": 1203, + "explicit": false, + "absoluteTrackNumber": 5, + "trackNumber": "5", + "title": "Machines", + "duration": 293044, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40367 + }, + "id": 1598 + }, + { + "albumId": 1203, + "artistId": 159, + "trackId": 40366, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/04 First & Last.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:52:09Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/04 First & Last.mp3", + "path": "/mnt/europa/music/EDEN/Kairos (2015)/EDEN - Kairos - 04 - First & Last.mp3", + "releaseGroup": null, + "size": "14314725", + "indexerFlags": "0" + }, + "album": { + "title": "Kairos", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e6b0a452-c7ae-480b-8990-1bbb8fbe8f61", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2848883, + "albumType": "Album", + "secondaryTypes": [ + "Mixtape/Street" + ], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 7 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3162, + "albumId": 1203, + "foreignReleaseId": "026eff3f-a8d9-4f6d-9194-eff95b1060c5", + "title": "Kairos", + "status": "Official", + "duration": 2848883, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Dubstep", + "Electronica", + "Indie Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/026eff3f-a8d9-4f6d-9194-eff95b1060c5/18652990431-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1203 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "ff78aa35-9d26-4664-92b0-5380f36c8e18", + "foreignRecordingId": "54506cac-a4f7-419d-bfcb-33102e8ddfc8", + "trackFileId": 217182, + "albumId": 1203, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "First & Last", + "duration": 260078, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40366 + }, + "id": 1597 + }, + { + "albumId": 1203, + "artistId": 159, + "trackId": 40365, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/03 Kairos.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:52:09Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/03 Kairos.mp3", + "path": "/mnt/europa/music/EDEN/Kairos (2015)/EDEN - Kairos - 03 - Kairos.mp3", + "releaseGroup": null, + "size": "11583948", + "indexerFlags": "0" + }, + "album": { + "title": "Kairos", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e6b0a452-c7ae-480b-8990-1bbb8fbe8f61", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2848883, + "albumType": "Album", + "secondaryTypes": [ + "Mixtape/Street" + ], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 7 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3162, + "albumId": 1203, + "foreignReleaseId": "026eff3f-a8d9-4f6d-9194-eff95b1060c5", + "title": "Kairos", + "status": "Official", + "duration": 2848883, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Dubstep", + "Electronica", + "Indie Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/026eff3f-a8d9-4f6d-9194-eff95b1060c5/18652990431-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1203 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "2bf4e8dd-192c-4b2f-b57c-325f1f224408", + "foreignRecordingId": "00944d8b-d6aa-406c-a34b-1e555aee2070", + "trackFileId": 217161, + "albumId": 1203, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "Kairos", + "duration": 284163, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40365 + }, + "id": 1596 + }, + { + "albumId": 1203, + "artistId": 159, + "trackId": 40364, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/02 Statues (Feat. Leah Kelly).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:52:09Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/02 Statues (Feat. Leah Kelly).mp3", + "path": "/mnt/europa/music/EDEN/Kairos (2015)/EDEN - Kairos - 02 - Statues.mp3", + "releaseGroup": null, + "size": "12799527", + "indexerFlags": "0" + }, + "album": { + "title": "Kairos", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e6b0a452-c7ae-480b-8990-1bbb8fbe8f61", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2848883, + "albumType": "Album", + "secondaryTypes": [ + "Mixtape/Street" + ], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 7 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3162, + "albumId": 1203, + "foreignReleaseId": "026eff3f-a8d9-4f6d-9194-eff95b1060c5", + "title": "Kairos", + "status": "Official", + "duration": 2848883, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Dubstep", + "Electronica", + "Indie Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/026eff3f-a8d9-4f6d-9194-eff95b1060c5/18652990431-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1203 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "bc8e82d1-71bc-42cb-8179-7125604933db", + "foreignRecordingId": "dfa7788f-e698-4c8f-9291-c4fef15de59c", + "trackFileId": 217136, + "albumId": 1203, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "Statues", + "duration": 307177, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40364 + }, + "id": 1595 + }, + { + "albumId": 1203, + "artistId": 159, + "trackId": 40363, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/01 After The Titanic.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:52:09Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/01 After The Titanic.mp3", + "path": "/mnt/europa/music/EDEN/Kairos (2015)/EDEN - Kairos - 01 - After the Titanic.mp3", + "releaseGroup": null, + "size": "15625228", + "indexerFlags": "0" + }, + "album": { + "title": "Kairos", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e6b0a452-c7ae-480b-8990-1bbb8fbe8f61", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2848883, + "albumType": "Album", + "secondaryTypes": [ + "Mixtape/Street" + ], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 7 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3162, + "albumId": 1203, + "foreignReleaseId": "026eff3f-a8d9-4f6d-9194-eff95b1060c5", + "title": "Kairos", + "status": "Official", + "duration": 2848883, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Dubstep", + "Electronica", + "Indie Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/026eff3f-a8d9-4f6d-9194-eff95b1060c5/18652990431-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1203 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "bb457e5b-d026-4efa-9b5d-5058d11858d2", + "foreignRecordingId": "491da9b2-c465-4f79-b2df-0ce4e3bb4f2f", + "trackFileId": 217108, + "albumId": 1203, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "After the Titanic", + "duration": 335702, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40363 + }, + "id": 1594 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40389, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/17 Rift (The Eden Project Remix).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:58Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/17 Rift (The Eden Project Remix).mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 17 - Rift (The Eden Project remix).mp3", + "releaseGroup": null, + "size": "14157913", + "indexerFlags": "0" + }, + "album": { + "title": "Beginnings", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e5b64321-432a-4ec4-bdb6-fd0fabd3aaeb", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 5797000, + "albumType": "Album", + "secondaryTypes": [ + "Compilation", + "Mixtape/Street" + ], + "mediumCount": 2, + "ratings": { + "votes": 2, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3163, + "albumId": 1204, + "foreignReleaseId": "0ba35fcc-1079-439a-a93c-a5966aaec30a", + "title": "Beginnings", + "status": "Official", + "duration": 5797000, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1204 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "8c4a80ae-8e91-4b63-a152-62adef8b6615", + "foreignRecordingId": "4cc264ee-c845-4359-97f6-3ea9311697b9", + "trackFileId": 217361, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 17, + "trackNumber": "17", + "title": "Rift (The Eden Project remix)", + "duration": 278000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40389 + }, + "id": 1593 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40388, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/16 Astronaut - Rain (The Eden Project Remix).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:58Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/16 Astronaut - Rain (The Eden Project Remix).mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 16 - Rain (The Eden Project remix).mp3", + "releaseGroup": null, + "size": "11146514", + "indexerFlags": "0" + }, + "album": { + "title": "Beginnings", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e5b64321-432a-4ec4-bdb6-fd0fabd3aaeb", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 5797000, + "albumType": "Album", + "secondaryTypes": [ + "Compilation", + "Mixtape/Street" + ], + "mediumCount": 2, + "ratings": { + "votes": 2, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3163, + "albumId": 1204, + "foreignReleaseId": "0ba35fcc-1079-439a-a93c-a5966aaec30a", + "title": "Beginnings", + "status": "Official", + "duration": 5797000, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1204 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "21984397-bd84-41ed-a582-25aab7c34b1b", + "foreignRecordingId": "3de9faae-4c12-4f47-9c73-b20f89faef21", + "trackFileId": 217357, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 16, + "trackNumber": "16", + "title": "Rain (The Eden Project remix)", + "duration": 260000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40388 + }, + "id": 1592 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40387, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/15 Chelsea Lankes - Ghost (The Eden Project Remix).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:58Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/15 Chelsea Lankes - Ghost (The Eden Project Remix).mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 15 - Ghost (The Eden Project remix).mp3", + "releaseGroup": null, + "size": "12957567", + "indexerFlags": "0" + }, + "album": { + "title": "Beginnings", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e5b64321-432a-4ec4-bdb6-fd0fabd3aaeb", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 5797000, + "albumType": "Album", + "secondaryTypes": [ + "Compilation", + "Mixtape/Street" + ], + "mediumCount": 2, + "ratings": { + "votes": 2, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3163, + "albumId": 1204, + "foreignReleaseId": "0ba35fcc-1079-439a-a93c-a5966aaec30a", + "title": "Beginnings", + "status": "Official", + "duration": 5797000, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1204 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "276959e5-1827-4d9f-b5f3-5af425cdb341", + "foreignRecordingId": "ca69fb27-8158-4678-b9d4-8acf375b628a", + "trackFileId": 217347, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 15, + "trackNumber": "15", + "title": "Ghost (The Eden Project remix)", + "duration": 302000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40387 + }, + "id": 1591 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40386, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/14 Say Something (Cover).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:58Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/14 Say Something (Cover).mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 14 - Say Something (cover).mp3", + "releaseGroup": null, + "size": "10839338", + "indexerFlags": "0" + }, + "album": { + "title": "Beginnings", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e5b64321-432a-4ec4-bdb6-fd0fabd3aaeb", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 5797000, + "albumType": "Album", + "secondaryTypes": [ + "Compilation", + "Mixtape/Street" + ], + "mediumCount": 2, + "ratings": { + "votes": 2, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3163, + "albumId": 1204, + "foreignReleaseId": "0ba35fcc-1079-439a-a93c-a5966aaec30a", + "title": "Beginnings", + "status": "Official", + "duration": 5797000, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1204 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "bf3c0e0c-618f-4daf-88aa-7649e2ea5076", + "foreignRecordingId": "644c2828-e0bd-409d-961d-f0a78b005aaa", + "trackFileId": 217339, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 14, + "trackNumber": "14", + "title": "Say Something (cover)", + "duration": 270000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40386 + }, + "id": 1590 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40385, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/13 Koda - Staying (The Eden Project Edit).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:58Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/13 Koda - Staying (The Eden Project Edit).mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 13 - Staying (The Eden Project edit).mp3", + "releaseGroup": null, + "size": "10851235", + "indexerFlags": "0" + }, + "album": { + "title": "Beginnings", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e5b64321-432a-4ec4-bdb6-fd0fabd3aaeb", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 5797000, + "albumType": "Album", + "secondaryTypes": [ + "Compilation", + "Mixtape/Street" + ], + "mediumCount": 2, + "ratings": { + "votes": 2, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3163, + "albumId": 1204, + "foreignReleaseId": "0ba35fcc-1079-439a-a93c-a5966aaec30a", + "title": "Beginnings", + "status": "Official", + "duration": 5797000, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1204 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "5b39681e-f92f-4323-9f7f-86a93521a49b", + "foreignRecordingId": "459bc53d-0ba7-4ef2-ba38-499abb1facd4", + "trackFileId": 217328, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 13, + "trackNumber": "13", + "title": "Staying (The Eden Project edit)", + "duration": 264000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40385 + }, + "id": 1589 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40384, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/12 Coalesce.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:58Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/12 Coalesce.mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 12 - Coalesce.mp3", + "releaseGroup": null, + "size": "11116721", + "indexerFlags": "0" + }, + "album": { + "title": "Beginnings", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e5b64321-432a-4ec4-bdb6-fd0fabd3aaeb", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 5797000, + "albumType": "Album", + "secondaryTypes": [ + "Compilation", + "Mixtape/Street" + ], + "mediumCount": 2, + "ratings": { + "votes": 2, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3163, + "albumId": 1204, + "foreignReleaseId": "0ba35fcc-1079-439a-a93c-a5966aaec30a", + "title": "Beginnings", + "status": "Official", + "duration": 5797000, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1204 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "eafcb3c0-a68b-4a79-bd21-01313708e28c", + "foreignRecordingId": "5067619a-746e-4642-8340-ea68925ed5fb", + "trackFileId": 217319, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 12, + "trackNumber": "12", + "title": "Coalesce", + "duration": 274000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40384 + }, + "id": 1588 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40383, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/11 Astronot.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:58Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/11 Astronot.mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 11 - Astronot.mp3", + "releaseGroup": null, + "size": "10747142", + "indexerFlags": "0" + }, + "album": { + "title": "Beginnings", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e5b64321-432a-4ec4-bdb6-fd0fabd3aaeb", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 5797000, + "albumType": "Album", + "secondaryTypes": [ + "Compilation", + "Mixtape/Street" + ], + "mediumCount": 2, + "ratings": { + "votes": 2, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3163, + "albumId": 1204, + "foreignReleaseId": "0ba35fcc-1079-439a-a93c-a5966aaec30a", + "title": "Beginnings", + "status": "Official", + "duration": 5797000, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1204 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "b4428540-6628-49c2-bc66-5bf6c6ac7b68", + "foreignRecordingId": "2ebd9eee-59d6-4b33-be5b-9883f0e4adb0", + "trackFileId": 217307, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 11, + "trackNumber": "11", + "title": "Astronot", + "duration": 263000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40383 + }, + "id": 1587 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40382, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/10 Closer (The Eden Project Remix).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:58Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/10 Closer (The Eden Project Remix).mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 10 - Closer (The Eden Project remix).mp3", + "releaseGroup": null, + "size": "12401304", + "indexerFlags": "0" + }, + "album": { + "title": "Beginnings", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e5b64321-432a-4ec4-bdb6-fd0fabd3aaeb", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 5797000, + "albumType": "Album", + "secondaryTypes": [ + "Compilation", + "Mixtape/Street" + ], + "mediumCount": 2, + "ratings": { + "votes": 2, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3163, + "albumId": 1204, + "foreignReleaseId": "0ba35fcc-1079-439a-a93c-a5966aaec30a", + "title": "Beginnings", + "status": "Official", + "duration": 5797000, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1204 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "51d53a19-869c-4445-8667-56e4e4030fb2", + "foreignRecordingId": "47d9488d-55c2-4366-8fba-442bba56e275", + "trackFileId": 217293, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 10, + "trackNumber": "10", + "title": "Closer (The Eden Project remix)", + "duration": 306000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40382 + }, + "id": 1586 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40381, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/09 Fallout (Original Mix).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:57Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/09 Fallout (Original Mix).mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 09 - Fallout (original mix).mp3", + "releaseGroup": null, + "size": "15334069", + "indexerFlags": "0" + }, + "album": { + "title": "Beginnings", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e5b64321-432a-4ec4-bdb6-fd0fabd3aaeb", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 5797000, + "albumType": "Album", + "secondaryTypes": [ + "Compilation", + "Mixtape/Street" + ], + "mediumCount": 2, + "ratings": { + "votes": 2, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3163, + "albumId": 1204, + "foreignReleaseId": "0ba35fcc-1079-439a-a93c-a5966aaec30a", + "title": "Beginnings", + "status": "Official", + "duration": 5797000, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1204 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "be8241d8-9e72-4a1b-a20a-1139f8177464", + "foreignRecordingId": "de51a0c7-66a3-45cc-84c8-c9bffcd05e52", + "trackFileId": 217273, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 9, + "trackNumber": "9", + "title": "Fallout (original mix)", + "duration": 360000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40381 + }, + "id": 1585 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40380, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/08 Babel.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:57Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/08 Babel.mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 08 - Babel.mp3", + "releaseGroup": null, + "size": "14510755", + "indexerFlags": "0" + }, + "album": { + "title": "Beginnings", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e5b64321-432a-4ec4-bdb6-fd0fabd3aaeb", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 5797000, + "albumType": "Album", + "secondaryTypes": [ + "Compilation", + "Mixtape/Street" + ], + "mediumCount": 2, + "ratings": { + "votes": 2, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3163, + "albumId": 1204, + "foreignReleaseId": "0ba35fcc-1079-439a-a93c-a5966aaec30a", + "title": "Beginnings", + "status": "Official", + "duration": 5797000, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1204 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "ae77d406-3bfc-4fe5-8412-78698402d283", + "foreignRecordingId": "431c9cc5-47eb-4486-820d-7d0b0f1d0122", + "trackFileId": 217257, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 8, + "trackNumber": "8", + "title": "Babel", + "duration": 353000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40380 + }, + "id": 1584 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40379, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/07 Solace.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:57Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/07 Solace.mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 07 - Solace.mp3", + "releaseGroup": null, + "size": "12381506", + "indexerFlags": "0" + }, + "album": { + "title": "Beginnings", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e5b64321-432a-4ec4-bdb6-fd0fabd3aaeb", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 5797000, + "albumType": "Album", + "secondaryTypes": [ + "Compilation", + "Mixtape/Street" + ], + "mediumCount": 2, + "ratings": { + "votes": 2, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3163, + "albumId": 1204, + "foreignReleaseId": "0ba35fcc-1079-439a-a93c-a5966aaec30a", + "title": "Beginnings", + "status": "Official", + "duration": 5797000, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1204 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "56ac4b99-acfb-46e5-9182-332523acd2e0", + "foreignRecordingId": "b9867e6e-71a1-4d3b-85fc-78bb06dbd8e8", + "trackFileId": 217241, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 7, + "trackNumber": "7", + "title": "Solace", + "duration": 305000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40379 + }, + "id": 1583 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40378, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/06 Grape....mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:57Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/06 Grape....mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 06 - Grape….mp3", + "releaseGroup": null, + "size": "10559655", + "indexerFlags": "0" + }, + "album": { + "title": "Beginnings", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e5b64321-432a-4ec4-bdb6-fd0fabd3aaeb", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 5797000, + "albumType": "Album", + "secondaryTypes": [ + "Compilation", + "Mixtape/Street" + ], + "mediumCount": 2, + "ratings": { + "votes": 2, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3163, + "albumId": 1204, + "foreignReleaseId": "0ba35fcc-1079-439a-a93c-a5966aaec30a", + "title": "Beginnings", + "status": "Official", + "duration": 5797000, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1204 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "5ad40ebf-7a11-400c-8425-2c44375a3789", + "foreignRecordingId": "487b8dcb-aa0b-492f-9e96-dc69d63c7457", + "trackFileId": 217228, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 6, + "trackNumber": "6", + "title": "Grape…", + "duration": 264000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40378 + }, + "id": 1582 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40394, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/z-05 I tired to be deadmau5 once.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:57Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/z-05 I tired to be deadmau5 once.mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 02/EDEN - Beginnings - 05 - I Tried to Be Deadmau5 Once.mp3", + "releaseGroup": null, + "size": "11366317", + "indexerFlags": "0" + }, + "album": { + "title": "Beginnings", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e5b64321-432a-4ec4-bdb6-fd0fabd3aaeb", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 5797000, + "albumType": "Album", + "secondaryTypes": [ + "Compilation", + "Mixtape/Street" + ], + "mediumCount": 2, + "ratings": { + "votes": 2, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3163, + "albumId": 1204, + "foreignReleaseId": "0ba35fcc-1079-439a-a93c-a5966aaec30a", + "title": "Beginnings", + "status": "Official", + "duration": 5797000, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1204 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "1bb4a2d8-f3ec-4e7a-927e-6aa36c090439", + "foreignRecordingId": "cac06a6a-ebc8-4949-bc3a-e56bb2e4e1f2", + "trackFileId": 217209, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 5, + "trackNumber": "5", + "title": "I Tried to Be Deadmau5 Once", + "duration": 284000, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40394 + }, + "id": 1581 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40377, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/05 All Of The Lights (The Eden Project Remix).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:57Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/05 All Of The Lights (The Eden Project Remix).mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 05 - All of the Lights (The Eden Project remix).mp3", + "releaseGroup": null, + "size": "11704011", + "indexerFlags": "0" + }, + "album": { + "title": "Beginnings", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e5b64321-432a-4ec4-bdb6-fd0fabd3aaeb", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 5797000, + "albumType": "Album", + "secondaryTypes": [ + "Compilation", + "Mixtape/Street" + ], + "mediumCount": 2, + "ratings": { + "votes": 2, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3163, + "albumId": 1204, + "foreignReleaseId": "0ba35fcc-1079-439a-a93c-a5966aaec30a", + "title": "Beginnings", + "status": "Official", + "duration": 5797000, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1204 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "1b24a497-1088-4c09-a319-6faa432f26ed", + "foreignRecordingId": "d882d8c6-6ff0-4321-8b68-30978ba0759a", + "trackFileId": 217208, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 5, + "trackNumber": "5", + "title": "All of the Lights (The Eden Project remix)", + "duration": 290000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40377 + }, + "id": 1580 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40393, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/z-04 Feeling Good (Scrapped).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:57Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/z-04 Feeling Good (Scrapped).mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 02/EDEN - Beginnings - 04 - Feeling Good (scrapped).mp3", + "releaseGroup": null, + "size": "8225353", + "indexerFlags": "0" + }, + "album": { + "title": "Beginnings", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e5b64321-432a-4ec4-bdb6-fd0fabd3aaeb", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 5797000, + "albumType": "Album", + "secondaryTypes": [ + "Compilation", + "Mixtape/Street" + ], + "mediumCount": 2, + "ratings": { + "votes": 2, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3163, + "albumId": 1204, + "foreignReleaseId": "0ba35fcc-1079-439a-a93c-a5966aaec30a", + "title": "Beginnings", + "status": "Official", + "duration": 5797000, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1204 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "9eac7244-36f7-45f4-bf26-3d4d88fb5157", + "foreignRecordingId": "339b232d-d58f-43bc-8f22-667b8c205dfd", + "trackFileId": 217191, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "Feeling Good (scrapped)", + "duration": 206000, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40393 + }, + "id": 1579 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40376, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/04 Fallin'.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:57Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/04 Fallin'.mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 04 - Fallin’.mp3", + "releaseGroup": null, + "size": "9410408", + "indexerFlags": "0" + }, + "album": { + "title": "Beginnings", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e5b64321-432a-4ec4-bdb6-fd0fabd3aaeb", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 5797000, + "albumType": "Album", + "secondaryTypes": [ + "Compilation", + "Mixtape/Street" + ], + "mediumCount": 2, + "ratings": { + "votes": 2, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3163, + "albumId": 1204, + "foreignReleaseId": "0ba35fcc-1079-439a-a93c-a5966aaec30a", + "title": "Beginnings", + "status": "Official", + "duration": 5797000, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1204 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "ef017e76-43d4-4f8e-b825-9a660c0a70e9", + "foreignRecordingId": "4a6a3f48-0346-4c7a-b984-47072114aa71", + "trackFileId": 217188, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "Fallin’", + "duration": 232000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40376 + }, + "id": 1578 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40392, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/z-03 Billy Jean (The Eden Project Remix) [unreleased].mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:57Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/z-03 Billy Jean (The Eden Project Remix) [unreleased].mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 02/EDEN - Beginnings - 03 - Billy Jean (The Eden Project remix).mp3", + "releaseGroup": null, + "size": "9529386", + "indexerFlags": "0" + }, + "album": { + "title": "Beginnings", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e5b64321-432a-4ec4-bdb6-fd0fabd3aaeb", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 5797000, + "albumType": "Album", + "secondaryTypes": [ + "Compilation", + "Mixtape/Street" + ], + "mediumCount": 2, + "ratings": { + "votes": 2, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3163, + "albumId": 1204, + "foreignReleaseId": "0ba35fcc-1079-439a-a93c-a5966aaec30a", + "title": "Beginnings", + "status": "Official", + "duration": 5797000, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1204 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "7601b4b0-71ee-4bb6-83ee-d6d216e174dd", + "foreignRecordingId": "4ebcbe3c-cad8-432c-8b4f-3aaac3eea733", + "trackFileId": 217166, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "Billy Jean (The Eden Project remix)", + "duration": 238000, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40392 + }, + "id": 1577 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40375, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/03 L.I.F.E.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:57Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/03 L.I.F.E.mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 03 - L.I.F.E.mp3", + "releaseGroup": null, + "size": "12790503", + "indexerFlags": "0" + }, + "album": { + "title": "Beginnings", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e5b64321-432a-4ec4-bdb6-fd0fabd3aaeb", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 5797000, + "albumType": "Album", + "secondaryTypes": [ + "Compilation", + "Mixtape/Street" + ], + "mediumCount": 2, + "ratings": { + "votes": 2, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3163, + "albumId": 1204, + "foreignReleaseId": "0ba35fcc-1079-439a-a93c-a5966aaec30a", + "title": "Beginnings", + "status": "Official", + "duration": 5797000, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1204 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "dd16bbd3-b2cc-4de5-a599-12928cb176af", + "foreignRecordingId": "9373915c-70e9-41f9-8467-c239027c5e35", + "trackFileId": 217160, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "L.I.F.E.", + "duration": 298000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40375 + }, + "id": 1576 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40391, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/z-02 Scrapped Some Chords Remix.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:57Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/z-02 Scrapped Some Chords Remix.mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 02/EDEN - Beginnings - 02 - Scrapped Some Chords (remix).mp3", + "releaseGroup": null, + "size": "3381207", + "indexerFlags": "0" + }, + "album": { + "title": "Beginnings", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e5b64321-432a-4ec4-bdb6-fd0fabd3aaeb", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 5797000, + "albumType": "Album", + "secondaryTypes": [ + "Compilation", + "Mixtape/Street" + ], + "mediumCount": 2, + "ratings": { + "votes": 2, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3163, + "albumId": 1204, + "foreignReleaseId": "0ba35fcc-1079-439a-a93c-a5966aaec30a", + "title": "Beginnings", + "status": "Official", + "duration": 5797000, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1204 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "cd987ee5-767b-4bc3-a232-cc22e3d16079", + "foreignRecordingId": "5a4d6329-17f1-40ea-a8f9-00749977de3b", + "trackFileId": 217152, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "Scrapped Some Chords (remix)", + "duration": 84000, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40391 + }, + "id": 1575 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40374, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/02 Karma.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:57Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/02 Karma.mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 02 - Karma.mp3", + "releaseGroup": null, + "size": "11969223", + "indexerFlags": "0" + }, + "album": { + "title": "Beginnings", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e5b64321-432a-4ec4-bdb6-fd0fabd3aaeb", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 5797000, + "albumType": "Album", + "secondaryTypes": [ + "Compilation", + "Mixtape/Street" + ], + "mediumCount": 2, + "ratings": { + "votes": 2, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3163, + "albumId": 1204, + "foreignReleaseId": "0ba35fcc-1079-439a-a93c-a5966aaec30a", + "title": "Beginnings", + "status": "Official", + "duration": 5797000, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1204 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "94df38c2-f7d6-4e0d-99af-4417f1d5b9c1", + "foreignRecordingId": "74833d03-1072-4d20-af74-30ebe9792455", + "trackFileId": 217137, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "Karma", + "duration": 299000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40374 + }, + "id": 1574 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40390, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/z-01 Scrapped Instrumental.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:57Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/z-01 Scrapped Instrumental.mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 02/EDEN - Beginnings - 01 - Scrapped Instrumental.mp3", + "releaseGroup": null, + "size": "3933958", + "indexerFlags": "0" + }, + "album": { + "title": "Beginnings", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e5b64321-432a-4ec4-bdb6-fd0fabd3aaeb", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 5797000, + "albumType": "Album", + "secondaryTypes": [ + "Compilation", + "Mixtape/Street" + ], + "mediumCount": 2, + "ratings": { + "votes": 2, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3163, + "albumId": 1204, + "foreignReleaseId": "0ba35fcc-1079-439a-a93c-a5966aaec30a", + "title": "Beginnings", + "status": "Official", + "duration": 5797000, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1204 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "7fd924fe-f6a0-4652-b680-5aec5a634c73", + "foreignRecordingId": "a0dd0c72-f089-47cd-9f7c-fd0b61a77c91", + "trackFileId": 217126, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Scrapped Instrumental", + "duration": 98000, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40390 + }, + "id": 1573 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40373, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/01 Again.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:57Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/01 Again.mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 01 - Again.mp3", + "releaseGroup": null, + "size": "10986488", + "indexerFlags": "0" + }, + "album": { + "title": "Beginnings", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e5b64321-432a-4ec4-bdb6-fd0fabd3aaeb", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 5797000, + "albumType": "Album", + "secondaryTypes": [ + "Compilation", + "Mixtape/Street" + ], + "mediumCount": 2, + "ratings": { + "votes": 2, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3163, + "albumId": 1204, + "foreignReleaseId": "0ba35fcc-1079-439a-a93c-a5966aaec30a", + "title": "Beginnings", + "status": "Official", + "duration": 5797000, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1204 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "f901386b-f401-4f51-b34e-6b6ce1346ff9", + "foreignRecordingId": "0b1d6927-9827-4fbd-aaa8-58c876b8e97f", + "trackFileId": 217112, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Again", + "duration": 269000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40373 + }, + "id": 1572 + }, + { + "albumId": 1183, + "artistId": 159, + "trackId": 40297, + "sourceTitle": "/mnt/europa/music/EDEN/End Credits EP/1-07 catch me if you can [Bonus Track].mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:33Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/End Credits EP/1-07 catch me if you can [Bonus Track].mp3", + "path": "/mnt/europa/music/EDEN/End Credits (2015)/EDEN - End Credits - 07 - Catch Me If You Can.mp3", + "releaseGroup": null, + "size": "8433124", + "indexerFlags": "0" + }, + "album": { + "title": "End Credits", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e6b226e8-8900-466b-8f7d-4bcb6e0d5330", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1550000, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 6, + "value": 10 + }, + "releaseDate": "2015-08-08T00:00:00Z", + "releases": [ + { + "id": 3134, + "albumId": 1183, + "foreignReleaseId": "ca1fabcd-d5e5-48f8-8657-bce6720a5e57", + "title": "End Credits", + "status": "Official", + "duration": 1790000, + "trackCount": 8, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD.", + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3135, + "albumId": 1183, + "foreignReleaseId": "31cd259b-f975-4f79-980f-babf1c87b5ec", + "title": "End Credits", + "status": "Official", + "duration": 1550000, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3136, + "albumId": 1183, + "foreignReleaseId": "fda27594-1faf-4fc8-a9b4-0bb331fc98d0", + "title": "End Credits", + "status": "Official", + "duration": 1550000, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "MCMXCV LTD.", + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3137, + "albumId": 1183, + "foreignReleaseId": "901440cd-7f03-493b-b8b9-532e9f071486", + "title": "End Credits", + "status": "Official", + "duration": 1553017, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Indie Pop", + "Electronic", + "Electronica", + "Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/ca1fabcd-d5e5-48f8-8657-bce6720a5e57/16681357170-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://en.wikipedia.org/wiki/End_Credits_(EP)", + "name": "wikipedia" + } + ], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1183 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "f673c639-adee-4b1c-a2a7-1bc419e1fc3a", + "foreignRecordingId": "540e16da-db6c-400f-b20b-2c8e95cc61a1", + "trackFileId": 169880, + "albumId": 1183, + "explicit": false, + "absoluteTrackNumber": 7, + "trackNumber": "7", + "title": "Catch Me If You Can", + "duration": 189000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40297 + }, + "id": 1571 + }, + { + "albumId": 1183, + "artistId": 159, + "trackId": 40296, + "sourceTitle": "/mnt/europa/music/EDEN/End Credits EP/1-06 Wake Up.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:33Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/End Credits EP/1-06 Wake Up.mp3", + "path": "/mnt/europa/music/EDEN/End Credits (2015)/EDEN - End Credits - 06 - Wake Up.mp3", + "releaseGroup": null, + "size": "12053682", + "indexerFlags": "0" + }, + "album": { + "title": "End Credits", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e6b226e8-8900-466b-8f7d-4bcb6e0d5330", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1550000, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 6, + "value": 10 + }, + "releaseDate": "2015-08-08T00:00:00Z", + "releases": [ + { + "id": 3134, + "albumId": 1183, + "foreignReleaseId": "ca1fabcd-d5e5-48f8-8657-bce6720a5e57", + "title": "End Credits", + "status": "Official", + "duration": 1790000, + "trackCount": 8, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD.", + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3135, + "albumId": 1183, + "foreignReleaseId": "31cd259b-f975-4f79-980f-babf1c87b5ec", + "title": "End Credits", + "status": "Official", + "duration": 1550000, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3136, + "albumId": 1183, + "foreignReleaseId": "fda27594-1faf-4fc8-a9b4-0bb331fc98d0", + "title": "End Credits", + "status": "Official", + "duration": 1550000, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "MCMXCV LTD.", + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3137, + "albumId": 1183, + "foreignReleaseId": "901440cd-7f03-493b-b8b9-532e9f071486", + "title": "End Credits", + "status": "Official", + "duration": 1553017, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Indie Pop", + "Electronic", + "Electronica", + "Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/ca1fabcd-d5e5-48f8-8657-bce6720a5e57/16681357170-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://en.wikipedia.org/wiki/End_Credits_(EP)", + "name": "wikipedia" + } + ], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1183 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "46012700-82a2-4282-a090-f31963847fa9", + "foreignRecordingId": "be72755d-a041-4d9c-8f0b-9c251639fe08", + "trackFileId": 169738, + "albumId": 1183, + "explicit": false, + "absoluteTrackNumber": 6, + "trackNumber": "6", + "title": "Wake Up", + "duration": 279000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40296 + }, + "id": 1570 + }, + { + "albumId": 1183, + "artistId": 159, + "trackId": 40295, + "sourceTitle": "/mnt/europa/music/EDEN/End Credits EP/1-05 Interlude.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:33Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/End Credits EP/1-05 Interlude.mp3", + "path": "/mnt/europa/music/EDEN/End Credits (2015)/EDEN - End Credits - 05 - Interlude.mp3", + "releaseGroup": null, + "size": "7430011", + "indexerFlags": "0" + }, + "album": { + "title": "End Credits", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e6b226e8-8900-466b-8f7d-4bcb6e0d5330", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1550000, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 6, + "value": 10 + }, + "releaseDate": "2015-08-08T00:00:00Z", + "releases": [ + { + "id": 3134, + "albumId": 1183, + "foreignReleaseId": "ca1fabcd-d5e5-48f8-8657-bce6720a5e57", + "title": "End Credits", + "status": "Official", + "duration": 1790000, + "trackCount": 8, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD.", + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3135, + "albumId": 1183, + "foreignReleaseId": "31cd259b-f975-4f79-980f-babf1c87b5ec", + "title": "End Credits", + "status": "Official", + "duration": 1550000, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3136, + "albumId": 1183, + "foreignReleaseId": "fda27594-1faf-4fc8-a9b4-0bb331fc98d0", + "title": "End Credits", + "status": "Official", + "duration": 1550000, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "MCMXCV LTD.", + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3137, + "albumId": 1183, + "foreignReleaseId": "901440cd-7f03-493b-b8b9-532e9f071486", + "title": "End Credits", + "status": "Official", + "duration": 1553017, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Indie Pop", + "Electronic", + "Electronica", + "Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/ca1fabcd-d5e5-48f8-8657-bce6720a5e57/16681357170-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://en.wikipedia.org/wiki/End_Credits_(EP)", + "name": "wikipedia" + } + ], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1183 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "b6c9a5ac-612e-4448-98fb-d85b70969d5f", + "foreignRecordingId": "3d94a6fc-014f-4c81-9184-3e86cf3a63fa", + "trackFileId": 169676, + "albumId": 1183, + "explicit": false, + "absoluteTrackNumber": 5, + "trackNumber": "5", + "title": "Interlude", + "duration": 164000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40295 + }, + "id": 1569 + }, + { + "albumId": 1183, + "artistId": 159, + "trackId": 40294, + "sourceTitle": "/mnt/europa/music/EDEN/End Credits EP/1-04 Nocturne.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:33Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/End Credits EP/1-04 Nocturne.mp3", + "path": "/mnt/europa/music/EDEN/End Credits (2015)/EDEN - End Credits - 04 - Nocturne.mp3", + "releaseGroup": null, + "size": "8764347", + "indexerFlags": "0" + }, + "album": { + "title": "End Credits", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e6b226e8-8900-466b-8f7d-4bcb6e0d5330", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1550000, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 6, + "value": 10 + }, + "releaseDate": "2015-08-08T00:00:00Z", + "releases": [ + { + "id": 3134, + "albumId": 1183, + "foreignReleaseId": "ca1fabcd-d5e5-48f8-8657-bce6720a5e57", + "title": "End Credits", + "status": "Official", + "duration": 1790000, + "trackCount": 8, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD.", + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3135, + "albumId": 1183, + "foreignReleaseId": "31cd259b-f975-4f79-980f-babf1c87b5ec", + "title": "End Credits", + "status": "Official", + "duration": 1550000, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3136, + "albumId": 1183, + "foreignReleaseId": "fda27594-1faf-4fc8-a9b4-0bb331fc98d0", + "title": "End Credits", + "status": "Official", + "duration": 1550000, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "MCMXCV LTD.", + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3137, + "albumId": 1183, + "foreignReleaseId": "901440cd-7f03-493b-b8b9-532e9f071486", + "title": "End Credits", + "status": "Official", + "duration": 1553017, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Indie Pop", + "Electronic", + "Electronica", + "Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/ca1fabcd-d5e5-48f8-8657-bce6720a5e57/16681357170-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://en.wikipedia.org/wiki/End_Credits_(EP)", + "name": "wikipedia" + } + ], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1183 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "1d33167a-9a4e-4068-ac3a-b8d157158b60", + "foreignRecordingId": "30e04942-e440-4c05-b94d-7b504f60b6dd", + "trackFileId": 169528, + "albumId": 1183, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "Nocturne", + "duration": 197000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40294 + }, + "id": 1568 + }, + { + "albumId": 1183, + "artistId": 159, + "trackId": 40293, + "sourceTitle": "/mnt/europa/music/EDEN/End Credits EP/1-03 Gravity.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:33Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/End Credits EP/1-03 Gravity.mp3", + "path": "/mnt/europa/music/EDEN/End Credits (2015)/EDEN - End Credits - 03 - Gravity.mp3", + "releaseGroup": null, + "size": "10080917", + "indexerFlags": "0" + }, + "album": { + "title": "End Credits", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e6b226e8-8900-466b-8f7d-4bcb6e0d5330", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1550000, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 6, + "value": 10 + }, + "releaseDate": "2015-08-08T00:00:00Z", + "releases": [ + { + "id": 3134, + "albumId": 1183, + "foreignReleaseId": "ca1fabcd-d5e5-48f8-8657-bce6720a5e57", + "title": "End Credits", + "status": "Official", + "duration": 1790000, + "trackCount": 8, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD.", + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3135, + "albumId": 1183, + "foreignReleaseId": "31cd259b-f975-4f79-980f-babf1c87b5ec", + "title": "End Credits", + "status": "Official", + "duration": 1550000, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3136, + "albumId": 1183, + "foreignReleaseId": "fda27594-1faf-4fc8-a9b4-0bb331fc98d0", + "title": "End Credits", + "status": "Official", + "duration": 1550000, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "MCMXCV LTD.", + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3137, + "albumId": 1183, + "foreignReleaseId": "901440cd-7f03-493b-b8b9-532e9f071486", + "title": "End Credits", + "status": "Official", + "duration": 1553017, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Indie Pop", + "Electronic", + "Electronica", + "Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/ca1fabcd-d5e5-48f8-8657-bce6720a5e57/16681357170-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://en.wikipedia.org/wiki/End_Credits_(EP)", + "name": "wikipedia" + } + ], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1183 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "5dc6c017-d52e-4ca1-bf46-24be70d414fe", + "foreignRecordingId": "7b071de5-7d14-4417-9425-218472fffb97", + "trackFileId": 169368, + "albumId": 1183, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "Gravity", + "duration": 230000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40293 + }, + "id": 1567 + }, + { + "albumId": 1183, + "artistId": 159, + "trackId": 40292, + "sourceTitle": "/mnt/europa/music/EDEN/End Credits EP/1-02 End Credits (Feat. Leah Kelly).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:33Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/End Credits EP/1-02 End Credits (Feat. Leah Kelly).mp3", + "path": "/mnt/europa/music/EDEN/End Credits (2015)/EDEN - End Credits - 02 - End Credits.mp3", + "releaseGroup": null, + "size": "10475892", + "indexerFlags": "0" + }, + "album": { + "title": "End Credits", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e6b226e8-8900-466b-8f7d-4bcb6e0d5330", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1550000, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 6, + "value": 10 + }, + "releaseDate": "2015-08-08T00:00:00Z", + "releases": [ + { + "id": 3134, + "albumId": 1183, + "foreignReleaseId": "ca1fabcd-d5e5-48f8-8657-bce6720a5e57", + "title": "End Credits", + "status": "Official", + "duration": 1790000, + "trackCount": 8, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD.", + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3135, + "albumId": 1183, + "foreignReleaseId": "31cd259b-f975-4f79-980f-babf1c87b5ec", + "title": "End Credits", + "status": "Official", + "duration": 1550000, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3136, + "albumId": 1183, + "foreignReleaseId": "fda27594-1faf-4fc8-a9b4-0bb331fc98d0", + "title": "End Credits", + "status": "Official", + "duration": 1550000, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "MCMXCV LTD.", + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3137, + "albumId": 1183, + "foreignReleaseId": "901440cd-7f03-493b-b8b9-532e9f071486", + "title": "End Credits", + "status": "Official", + "duration": 1553017, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Indie Pop", + "Electronic", + "Electronica", + "Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/ca1fabcd-d5e5-48f8-8657-bce6720a5e57/16681357170-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://en.wikipedia.org/wiki/End_Credits_(EP)", + "name": "wikipedia" + } + ], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1183 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "17b4c9ab-7c68-4eb7-be12-961fc745044c", + "foreignRecordingId": "1f1378a0-4c0b-4917-b72c-0800bcf44be6", + "trackFileId": 169228, + "albumId": 1183, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "End Credits", + "duration": 240000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40292 + }, + "id": 1566 + }, + { + "albumId": 1183, + "artistId": 159, + "trackId": 40291, + "sourceTitle": "/mnt/europa/music/EDEN/End Credits EP/1-01 02;09.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:33Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/End Credits EP/1-01 02;09.mp3", + "path": "/mnt/europa/music/EDEN/End Credits (2015)/EDEN - End Credits - 01 - 02-09.mp3", + "releaseGroup": null, + "size": "10905338", + "indexerFlags": "0" + }, + "album": { + "title": "End Credits", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e6b226e8-8900-466b-8f7d-4bcb6e0d5330", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1550000, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 6, + "value": 10 + }, + "releaseDate": "2015-08-08T00:00:00Z", + "releases": [ + { + "id": 3134, + "albumId": 1183, + "foreignReleaseId": "ca1fabcd-d5e5-48f8-8657-bce6720a5e57", + "title": "End Credits", + "status": "Official", + "duration": 1790000, + "trackCount": 8, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD.", + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3135, + "albumId": 1183, + "foreignReleaseId": "31cd259b-f975-4f79-980f-babf1c87b5ec", + "title": "End Credits", + "status": "Official", + "duration": 1550000, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3136, + "albumId": 1183, + "foreignReleaseId": "fda27594-1faf-4fc8-a9b4-0bb331fc98d0", + "title": "End Credits", + "status": "Official", + "duration": 1550000, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "MCMXCV LTD.", + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3137, + "albumId": 1183, + "foreignReleaseId": "901440cd-7f03-493b-b8b9-532e9f071486", + "title": "End Credits", + "status": "Official", + "duration": 1553017, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Indie Pop", + "Electronic", + "Electronica", + "Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/ca1fabcd-d5e5-48f8-8657-bce6720a5e57/16681357170-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://en.wikipedia.org/wiki/End_Credits_(EP)", + "name": "wikipedia" + } + ], + "lastSearchTime": "2026-05-10T03:17:34Z", + "id": 1183 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "a0e54181-5e7e-4f67-a248-4b8a2f56ca58", + "foreignRecordingId": "f043a671-b996-4c9d-8229-c75422f5ecc6", + "trackFileId": 169053, + "albumId": 1183, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "02:09", + "duration": 251000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40291 + }, + "id": 1565 + }, + { + "albumId": 1129, + "artistId": 159, + "trackId": 36128, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - i think you think too much of me (2016)/07. EDEN - i think you think too much of me - Circles.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:50Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - i think you think too much of me (2016)/07. EDEN - i think you think too much of me - Circles.mp3", + "path": "/mnt/europa/music/EDEN/I Think You Think Too Much of Me (2016)/EDEN - I Think You Think Too Much of Me - 07 - Circles.mp3", + "releaseGroup": null, + "size": "11058503", + "indexerFlags": "0" + }, + "album": { + "title": "I Think You Think Too Much of Me", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "4d0aa000-a0f8-4206-a7e7-351f393902ed", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 1635365, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 5, + "value": 8.8 + }, + "releaseDate": "2016-08-19T00:00:00Z", + "releases": [ + { + "id": 3017, + "albumId": 1129, + "foreignReleaseId": "f557723d-90a5-4fff-a1e3-91f7e5eec4a2", + "title": "i think you think too much of me", + "status": "Official", + "duration": 1635364, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "2xDigital Media", + "monitored": false + }, + { + "id": 3018, + "albumId": 1129, + "foreignReleaseId": "5c6505f5-43c5-4f45-9fdc-fbf9ac991ef5", + "title": "i think you think too much of me", + "status": "Official", + "duration": 1635365, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [ + "Indie Pop", + "Electronic" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/5c6505f5-43c5-4f45-9fdc-fbf9ac991ef5/30854167677-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://en.wikipedia.org/wiki/I_Think_You_Think_Too_Much_of_Me", + "name": "wikipedia" + } + ], + "id": 1129 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "id": 1564 + }, + { + "albumId": 1129, + "artistId": 159, + "trackId": 36127, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - i think you think too much of me (2016)/06. EDEN - i think you think too much of me - XO.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:50Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - i think you think too much of me (2016)/06. EDEN - i think you think too much of me - XO.mp3", + "path": "/mnt/europa/music/EDEN/I Think You Think Too Much of Me (2016)/EDEN - I Think You Think Too Much of Me - 06 - XO.mp3", + "releaseGroup": null, + "size": "6452582", + "indexerFlags": "0" + }, + "album": { + "title": "I Think You Think Too Much of Me", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "4d0aa000-a0f8-4206-a7e7-351f393902ed", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 1635365, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 5, + "value": 8.8 + }, + "releaseDate": "2016-08-19T00:00:00Z", + "releases": [ + { + "id": 3017, + "albumId": 1129, + "foreignReleaseId": "f557723d-90a5-4fff-a1e3-91f7e5eec4a2", + "title": "i think you think too much of me", + "status": "Official", + "duration": 1635364, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "2xDigital Media", + "monitored": false + }, + { + "id": 3018, + "albumId": 1129, + "foreignReleaseId": "5c6505f5-43c5-4f45-9fdc-fbf9ac991ef5", + "title": "i think you think too much of me", + "status": "Official", + "duration": 1635365, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [ + "Indie Pop", + "Electronic" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/5c6505f5-43c5-4f45-9fdc-fbf9ac991ef5/30854167677-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://en.wikipedia.org/wiki/I_Think_You_Think_Too_Much_of_Me", + "name": "wikipedia" + } + ], + "id": 1129 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "id": 1563 + }, + { + "albumId": 1129, + "artistId": 159, + "trackId": 36126, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - i think you think too much of me (2016)/05. EDEN - i think you think too much of me - Fumes (feat. gnash).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:50Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - i think you think too much of me (2016)/05. EDEN - i think you think too much of me - Fumes (feat. gnash).mp3", + "path": "/mnt/europa/music/EDEN/I Think You Think Too Much of Me (2016)/EDEN - I Think You Think Too Much of Me - 05 - Fumes.mp3", + "releaseGroup": null, + "size": "8657351", + "indexerFlags": "0" + }, + "album": { + "title": "I Think You Think Too Much of Me", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "4d0aa000-a0f8-4206-a7e7-351f393902ed", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 1635365, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 5, + "value": 8.8 + }, + "releaseDate": "2016-08-19T00:00:00Z", + "releases": [ + { + "id": 3017, + "albumId": 1129, + "foreignReleaseId": "f557723d-90a5-4fff-a1e3-91f7e5eec4a2", + "title": "i think you think too much of me", + "status": "Official", + "duration": 1635364, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "2xDigital Media", + "monitored": false + }, + { + "id": 3018, + "albumId": 1129, + "foreignReleaseId": "5c6505f5-43c5-4f45-9fdc-fbf9ac991ef5", + "title": "i think you think too much of me", + "status": "Official", + "duration": 1635365, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [ + "Indie Pop", + "Electronic" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/5c6505f5-43c5-4f45-9fdc-fbf9ac991ef5/30854167677-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://en.wikipedia.org/wiki/I_Think_You_Think_Too_Much_of_Me", + "name": "wikipedia" + } + ], + "id": 1129 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "id": 1562 + }, + { + "albumId": 1129, + "artistId": 159, + "trackId": 36125, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - i think you think too much of me (2016)/04. EDEN - i think you think too much of me - rock + roll.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:50Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - i think you think too much of me (2016)/04. EDEN - i think you think too much of me - rock + roll.mp3", + "path": "/mnt/europa/music/EDEN/I Think You Think Too Much of Me (2016)/EDEN - I Think You Think Too Much of Me - 04 - rock + roll.mp3", + "releaseGroup": null, + "size": "11914282", + "indexerFlags": "0" + }, + "album": { + "title": "I Think You Think Too Much of Me", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "4d0aa000-a0f8-4206-a7e7-351f393902ed", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 1635365, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 5, + "value": 8.8 + }, + "releaseDate": "2016-08-19T00:00:00Z", + "releases": [ + { + "id": 3017, + "albumId": 1129, + "foreignReleaseId": "f557723d-90a5-4fff-a1e3-91f7e5eec4a2", + "title": "i think you think too much of me", + "status": "Official", + "duration": 1635364, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "2xDigital Media", + "monitored": false + }, + { + "id": 3018, + "albumId": 1129, + "foreignReleaseId": "5c6505f5-43c5-4f45-9fdc-fbf9ac991ef5", + "title": "i think you think too much of me", + "status": "Official", + "duration": 1635365, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [ + "Indie Pop", + "Electronic" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/5c6505f5-43c5-4f45-9fdc-fbf9ac991ef5/30854167677-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://en.wikipedia.org/wiki/I_Think_You_Think_Too_Much_of_Me", + "name": "wikipedia" + } + ], + "id": 1129 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "id": 1561 + }, + { + "albumId": 1129, + "artistId": 159, + "trackId": 36124, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - i think you think too much of me (2016)/03. EDEN - i think you think too much of me - and.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:50Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - i think you think too much of me (2016)/03. EDEN - i think you think too much of me - and.mp3", + "path": "/mnt/europa/music/EDEN/I Think You Think Too Much of Me (2016)/EDEN - I Think You Think Too Much of Me - 03 - and.mp3", + "releaseGroup": null, + "size": "5406641", + "indexerFlags": "0" + }, + "album": { + "title": "I Think You Think Too Much of Me", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "4d0aa000-a0f8-4206-a7e7-351f393902ed", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 1635365, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 5, + "value": 8.8 + }, + "releaseDate": "2016-08-19T00:00:00Z", + "releases": [ + { + "id": 3017, + "albumId": 1129, + "foreignReleaseId": "f557723d-90a5-4fff-a1e3-91f7e5eec4a2", + "title": "i think you think too much of me", + "status": "Official", + "duration": 1635364, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "2xDigital Media", + "monitored": false + }, + { + "id": 3018, + "albumId": 1129, + "foreignReleaseId": "5c6505f5-43c5-4f45-9fdc-fbf9ac991ef5", + "title": "i think you think too much of me", + "status": "Official", + "duration": 1635365, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [ + "Indie Pop", + "Electronic" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/5c6505f5-43c5-4f45-9fdc-fbf9ac991ef5/30854167677-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://en.wikipedia.org/wiki/I_Think_You_Think_Too_Much_of_Me", + "name": "wikipedia" + } + ], + "id": 1129 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "id": 1560 + }, + { + "albumId": 1129, + "artistId": 159, + "trackId": 36123, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - i think you think too much of me (2016)/02. EDEN - i think you think too much of me - drugs.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:50Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - i think you think too much of me (2016)/02. EDEN - i think you think too much of me - drugs.mp3", + "path": "/mnt/europa/music/EDEN/I Think You Think Too Much of Me (2016)/EDEN - I Think You Think Too Much of Me - 02 - drugs.mp3", + "releaseGroup": null, + "size": "13604915", + "indexerFlags": "0" + }, + "album": { + "title": "I Think You Think Too Much of Me", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "4d0aa000-a0f8-4206-a7e7-351f393902ed", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 1635365, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 5, + "value": 8.8 + }, + "releaseDate": "2016-08-19T00:00:00Z", + "releases": [ + { + "id": 3017, + "albumId": 1129, + "foreignReleaseId": "f557723d-90a5-4fff-a1e3-91f7e5eec4a2", + "title": "i think you think too much of me", + "status": "Official", + "duration": 1635364, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "2xDigital Media", + "monitored": false + }, + { + "id": 3018, + "albumId": 1129, + "foreignReleaseId": "5c6505f5-43c5-4f45-9fdc-fbf9ac991ef5", + "title": "i think you think too much of me", + "status": "Official", + "duration": 1635365, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [ + "Indie Pop", + "Electronic" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/5c6505f5-43c5-4f45-9fdc-fbf9ac991ef5/30854167677-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://en.wikipedia.org/wiki/I_Think_You_Think_Too_Much_of_Me", + "name": "wikipedia" + } + ], + "id": 1129 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "id": 1559 + }, + { + "albumId": 1129, + "artistId": 159, + "trackId": 36122, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - i think you think too much of me (2016)/01. EDEN - i think you think too much of me - sex.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:50Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - i think you think too much of me (2016)/01. EDEN - i think you think too much of me - sex.mp3", + "path": "/mnt/europa/music/EDEN/I Think You Think Too Much of Me (2016)/EDEN - I Think You Think Too Much of Me - 01 - sex.mp3", + "releaseGroup": null, + "size": "8824503", + "indexerFlags": "0" + }, + "album": { + "title": "I Think You Think Too Much of Me", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "4d0aa000-a0f8-4206-a7e7-351f393902ed", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 1635365, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 5, + "value": 8.8 + }, + "releaseDate": "2016-08-19T00:00:00Z", + "releases": [ + { + "id": 3017, + "albumId": 1129, + "foreignReleaseId": "f557723d-90a5-4fff-a1e3-91f7e5eec4a2", + "title": "i think you think too much of me", + "status": "Official", + "duration": 1635364, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "2xDigital Media", + "monitored": false + }, + { + "id": 3018, + "albumId": 1129, + "foreignReleaseId": "5c6505f5-43c5-4f45-9fdc-fbf9ac991ef5", + "title": "i think you think too much of me", + "status": "Official", + "duration": 1635365, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [ + "Indie Pop", + "Electronic" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/5c6505f5-43c5-4f45-9fdc-fbf9ac991ef5/30854167677-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://en.wikipedia.org/wiki/I_Think_You_Think_Too_Much_of_Me", + "name": "wikipedia" + } + ], + "id": 1129 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "id": 1558 + }, + { + "albumId": 1119, + "artistId": 159, + "trackId": 36167, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/13. EDEN - vertigo - falling in reverse.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:42Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/13. EDEN - vertigo - falling in reverse.mp3", + "path": "/mnt/europa/music/EDEN/vertigo (2018)/EDEN - vertigo - 13 - falling in reverse.mp3", + "releaseGroup": null, + "size": "12260110", + "indexerFlags": "0" + }, + "album": { + "title": "vertigo", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8100200f-7304-4db9-a420-5aba519550f4", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3125000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 6, + "value": 9.7 + }, + "releaseDate": "2018-01-19T00:00:00Z", + "releases": [ + { + "id": 3027, + "albumId": 1119, + "foreignReleaseId": "d7a8a387-54aa-4612-b978-80d3b135e9e8", + "title": "vertigo", + "status": "Official", + "duration": 3125000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Astralwerks" + ], + "format": "CD", + "monitored": true + }, + { + "id": 3028, + "albumId": 1119, + "foreignReleaseId": "56c4f9fd-b0f2-46e3-8c46-9a52c2435d7d", + "title": "vertigo", + "status": "Official", + "duration": 3125000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Astralwerks" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Alternative Rock", + "Electronic", + "Indie Pop", + "Pop", + "Rock" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/d7a8a387-54aa-4612-b978-80d3b135e9e8/26317817026-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://en.wikipedia.org/wiki/Vertigo_(Eden_album)", + "name": "wikipedia" + }, + { + "url": "https://www.allmusic.com/album/mw0003130811", + "name": "allmusic" + }, + { + "url": "https://www.discogs.com/master/1308161", + "name": "discogs" + }, + { + "url": "https://rateyourmusic.com/release/album/eden/vertigo/", + "name": "rateyourmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q48797080", + "name": "wikidata" + } + ], + "id": 1119 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "a7dbe78a-6ab1-4d5d-aebd-ff6f4a0bb84b", + "foreignRecordingId": "58d4476a-39de-408c-9c41-88b1bfe88571", + "trackFileId": 170334, + "albumId": 1119, + "explicit": false, + "absoluteTrackNumber": 13, + "trackNumber": "13", + "title": "falling in reverse", + "duration": 299000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36167 + }, + "id": 1557 + }, + { + "albumId": 1119, + "artistId": 159, + "trackId": 36166, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/12. EDEN - vertigo - love; not wrong (brave).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:42Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/12. EDEN - vertigo - love; not wrong (brave).mp3", + "path": "/mnt/europa/music/EDEN/vertigo (2018)/EDEN - vertigo - 12 - love; not wrong (brave).mp3", + "releaseGroup": null, + "size": "8978835", + "indexerFlags": "0" + }, + "album": { + "title": "vertigo", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8100200f-7304-4db9-a420-5aba519550f4", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3125000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 6, + "value": 9.7 + }, + "releaseDate": "2018-01-19T00:00:00Z", + "releases": [ + { + "id": 3027, + "albumId": 1119, + "foreignReleaseId": "d7a8a387-54aa-4612-b978-80d3b135e9e8", + "title": "vertigo", + "status": "Official", + "duration": 3125000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Astralwerks" + ], + "format": "CD", + "monitored": true + }, + { + "id": 3028, + "albumId": 1119, + "foreignReleaseId": "56c4f9fd-b0f2-46e3-8c46-9a52c2435d7d", + "title": "vertigo", + "status": "Official", + "duration": 3125000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Astralwerks" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Alternative Rock", + "Electronic", + "Indie Pop", + "Pop", + "Rock" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/d7a8a387-54aa-4612-b978-80d3b135e9e8/26317817026-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://en.wikipedia.org/wiki/Vertigo_(Eden_album)", + "name": "wikipedia" + }, + { + "url": "https://www.allmusic.com/album/mw0003130811", + "name": "allmusic" + }, + { + "url": "https://www.discogs.com/master/1308161", + "name": "discogs" + }, + { + "url": "https://rateyourmusic.com/release/album/eden/vertigo/", + "name": "rateyourmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q48797080", + "name": "wikidata" + } + ], + "id": 1119 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "cf799a8a-3186-49bd-af48-bf16c5e52014", + "foreignRecordingId": "6ddf596d-8bdb-472b-8a14-1cde8b0bf0b6", + "trackFileId": 170291, + "albumId": 1119, + "explicit": false, + "absoluteTrackNumber": 12, + "trackNumber": "12", + "title": "love; not wrong (brave)", + "duration": 217000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36166 + }, + "id": 1556 + }, + { + "albumId": 1119, + "artistId": 159, + "trackId": 36165, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/11. EDEN - vertigo - wonder.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:42Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/11. EDEN - vertigo - wonder.mp3", + "path": "/mnt/europa/music/EDEN/vertigo (2018)/EDEN - vertigo - 11 - wonder.mp3", + "releaseGroup": null, + "size": "10828738", + "indexerFlags": "0" + }, + "album": { + "title": "vertigo", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8100200f-7304-4db9-a420-5aba519550f4", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3125000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 6, + "value": 9.7 + }, + "releaseDate": "2018-01-19T00:00:00Z", + "releases": [ + { + "id": 3027, + "albumId": 1119, + "foreignReleaseId": "d7a8a387-54aa-4612-b978-80d3b135e9e8", + "title": "vertigo", + "status": "Official", + "duration": 3125000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Astralwerks" + ], + "format": "CD", + "monitored": true + }, + { + "id": 3028, + "albumId": 1119, + "foreignReleaseId": "56c4f9fd-b0f2-46e3-8c46-9a52c2435d7d", + "title": "vertigo", + "status": "Official", + "duration": 3125000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Astralwerks" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Alternative Rock", + "Electronic", + "Indie Pop", + "Pop", + "Rock" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/d7a8a387-54aa-4612-b978-80d3b135e9e8/26317817026-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://en.wikipedia.org/wiki/Vertigo_(Eden_album)", + "name": "wikipedia" + }, + { + "url": "https://www.allmusic.com/album/mw0003130811", + "name": "allmusic" + }, + { + "url": "https://www.discogs.com/master/1308161", + "name": "discogs" + }, + { + "url": "https://rateyourmusic.com/release/album/eden/vertigo/", + "name": "rateyourmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q48797080", + "name": "wikidata" + } + ], + "id": 1119 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "06ccebbc-fd01-47a0-ab98-edeb87703d46", + "foreignRecordingId": "994e3f63-fbc9-4078-b1d7-a302dbc7d39a", + "trackFileId": 170208, + "albumId": 1119, + "explicit": false, + "absoluteTrackNumber": 11, + "trackNumber": "11", + "title": "wonder", + "duration": 263000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36165 + }, + "id": 1555 + }, + { + "albumId": 1119, + "artistId": 159, + "trackId": 36164, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/10. EDEN - vertigo - float.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:42Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/10. EDEN - vertigo - float.mp3", + "path": "/mnt/europa/music/EDEN/vertigo (2018)/EDEN - vertigo - 10 - float.mp3", + "releaseGroup": null, + "size": "8240577", + "indexerFlags": "0" + }, + "album": { + "title": "vertigo", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8100200f-7304-4db9-a420-5aba519550f4", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3125000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 6, + "value": 9.7 + }, + "releaseDate": "2018-01-19T00:00:00Z", + "releases": [ + { + "id": 3027, + "albumId": 1119, + "foreignReleaseId": "d7a8a387-54aa-4612-b978-80d3b135e9e8", + "title": "vertigo", + "status": "Official", + "duration": 3125000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Astralwerks" + ], + "format": "CD", + "monitored": true + }, + { + "id": 3028, + "albumId": 1119, + "foreignReleaseId": "56c4f9fd-b0f2-46e3-8c46-9a52c2435d7d", + "title": "vertigo", + "status": "Official", + "duration": 3125000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Astralwerks" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Alternative Rock", + "Electronic", + "Indie Pop", + "Pop", + "Rock" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/d7a8a387-54aa-4612-b978-80d3b135e9e8/26317817026-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://en.wikipedia.org/wiki/Vertigo_(Eden_album)", + "name": "wikipedia" + }, + { + "url": "https://www.allmusic.com/album/mw0003130811", + "name": "allmusic" + }, + { + "url": "https://www.discogs.com/master/1308161", + "name": "discogs" + }, + { + "url": "https://rateyourmusic.com/release/album/eden/vertigo/", + "name": "rateyourmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q48797080", + "name": "wikidata" + } + ], + "id": 1119 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "abd8b076-bf22-430e-997e-caec55315108", + "foreignRecordingId": "02f32401-007c-4379-af77-7112f3a7acac", + "trackFileId": 170149, + "albumId": 1119, + "explicit": false, + "absoluteTrackNumber": 10, + "trackNumber": "10", + "title": "float", + "duration": 198000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36164 + }, + "id": 1554 + }, + { + "albumId": 1119, + "artistId": 159, + "trackId": 36163, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/09. EDEN - vertigo - forever over.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:42Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/09. EDEN - vertigo - forever over.mp3", + "path": "/mnt/europa/music/EDEN/vertigo (2018)/EDEN - vertigo - 09 - forever++over.mp3", + "releaseGroup": null, + "size": "14002504", + "indexerFlags": "0" + }, + "album": { + "title": "vertigo", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8100200f-7304-4db9-a420-5aba519550f4", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3125000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 6, + "value": 9.7 + }, + "releaseDate": "2018-01-19T00:00:00Z", + "releases": [ + { + "id": 3027, + "albumId": 1119, + "foreignReleaseId": "d7a8a387-54aa-4612-b978-80d3b135e9e8", + "title": "vertigo", + "status": "Official", + "duration": 3125000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Astralwerks" + ], + "format": "CD", + "monitored": true + }, + { + "id": 3028, + "albumId": 1119, + "foreignReleaseId": "56c4f9fd-b0f2-46e3-8c46-9a52c2435d7d", + "title": "vertigo", + "status": "Official", + "duration": 3125000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Astralwerks" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Alternative Rock", + "Electronic", + "Indie Pop", + "Pop", + "Rock" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/d7a8a387-54aa-4612-b978-80d3b135e9e8/26317817026-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://en.wikipedia.org/wiki/Vertigo_(Eden_album)", + "name": "wikipedia" + }, + { + "url": "https://www.allmusic.com/album/mw0003130811", + "name": "allmusic" + }, + { + "url": "https://www.discogs.com/master/1308161", + "name": "discogs" + }, + { + "url": "https://rateyourmusic.com/release/album/eden/vertigo/", + "name": "rateyourmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q48797080", + "name": "wikidata" + } + ], + "id": 1119 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "c88a4297-a65f-4fa4-bc59-5a3da5daf3d2", + "foreignRecordingId": "dd28af7f-a9d3-4925-9e4a-2fe7e8fd10f2", + "trackFileId": 170030, + "albumId": 1119, + "explicit": false, + "absoluteTrackNumber": 9, + "trackNumber": "9", + "title": "forever//over", + "duration": 342000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36163 + }, + "id": 1553 + }, + { + "albumId": 1119, + "artistId": 159, + "trackId": 36162, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/08. EDEN - vertigo - gold.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:42Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/08. EDEN - vertigo - gold.mp3", + "path": "/mnt/europa/music/EDEN/vertigo (2018)/EDEN - vertigo - 08 - gold.mp3", + "releaseGroup": null, + "size": "8156095", + "indexerFlags": "0" + }, + "album": { + "title": "vertigo", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8100200f-7304-4db9-a420-5aba519550f4", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3125000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 6, + "value": 9.7 + }, + "releaseDate": "2018-01-19T00:00:00Z", + "releases": [ + { + "id": 3027, + "albumId": 1119, + "foreignReleaseId": "d7a8a387-54aa-4612-b978-80d3b135e9e8", + "title": "vertigo", + "status": "Official", + "duration": 3125000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Astralwerks" + ], + "format": "CD", + "monitored": true + }, + { + "id": 3028, + "albumId": 1119, + "foreignReleaseId": "56c4f9fd-b0f2-46e3-8c46-9a52c2435d7d", + "title": "vertigo", + "status": "Official", + "duration": 3125000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Astralwerks" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Alternative Rock", + "Electronic", + "Indie Pop", + "Pop", + "Rock" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/d7a8a387-54aa-4612-b978-80d3b135e9e8/26317817026-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://en.wikipedia.org/wiki/Vertigo_(Eden_album)", + "name": "wikipedia" + }, + { + "url": "https://www.allmusic.com/album/mw0003130811", + "name": "allmusic" + }, + { + "url": "https://www.discogs.com/master/1308161", + "name": "discogs" + }, + { + "url": "https://rateyourmusic.com/release/album/eden/vertigo/", + "name": "rateyourmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q48797080", + "name": "wikidata" + } + ], + "id": 1119 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "658d3e1d-71d2-44dc-96a1-dd27eadc9781", + "foreignRecordingId": "e5ddc4d2-5dbf-4699-ba57-2c0f490622eb", + "trackFileId": 169973, + "albumId": 1119, + "explicit": false, + "absoluteTrackNumber": 8, + "trackNumber": "8", + "title": "gold", + "duration": 196000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36162 + }, + "id": 1552 + }, + { + "albumId": 1119, + "artistId": 159, + "trackId": 36161, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/07. EDEN - vertigo - crash.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:42Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/07. EDEN - vertigo - crash.mp3", + "path": "/mnt/europa/music/EDEN/vertigo (2018)/EDEN - vertigo - 07 - crash.mp3", + "releaseGroup": null, + "size": "9584576", + "indexerFlags": "0" + }, + "album": { + "title": "vertigo", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8100200f-7304-4db9-a420-5aba519550f4", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3125000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 6, + "value": 9.7 + }, + "releaseDate": "2018-01-19T00:00:00Z", + "releases": [ + { + "id": 3027, + "albumId": 1119, + "foreignReleaseId": "d7a8a387-54aa-4612-b978-80d3b135e9e8", + "title": "vertigo", + "status": "Official", + "duration": 3125000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Astralwerks" + ], + "format": "CD", + "monitored": true + }, + { + "id": 3028, + "albumId": 1119, + "foreignReleaseId": "56c4f9fd-b0f2-46e3-8c46-9a52c2435d7d", + "title": "vertigo", + "status": "Official", + "duration": 3125000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Astralwerks" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Alternative Rock", + "Electronic", + "Indie Pop", + "Pop", + "Rock" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/d7a8a387-54aa-4612-b978-80d3b135e9e8/26317817026-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://en.wikipedia.org/wiki/Vertigo_(Eden_album)", + "name": "wikipedia" + }, + { + "url": "https://www.allmusic.com/album/mw0003130811", + "name": "allmusic" + }, + { + "url": "https://www.discogs.com/master/1308161", + "name": "discogs" + }, + { + "url": "https://rateyourmusic.com/release/album/eden/vertigo/", + "name": "rateyourmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q48797080", + "name": "wikidata" + } + ], + "id": 1119 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "756665aa-91af-473e-adfe-6cf0517c58c8", + "foreignRecordingId": "f81f2501-96dc-4ec3-8527-eee8663aa07f", + "trackFileId": 169861, + "albumId": 1119, + "explicit": false, + "absoluteTrackNumber": 7, + "trackNumber": "7", + "title": "crash", + "duration": 232000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36161 + }, + "id": 1551 + }, + { + "albumId": 1119, + "artistId": 159, + "trackId": 36160, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/06. EDEN - vertigo - lost found.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:42Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/06. EDEN - vertigo - lost found.mp3", + "path": "/mnt/europa/music/EDEN/vertigo (2018)/EDEN - vertigo - 06 - lost++found.mp3", + "releaseGroup": null, + "size": "8431622", + "indexerFlags": "0" + }, + "album": { + "title": "vertigo", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8100200f-7304-4db9-a420-5aba519550f4", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3125000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 6, + "value": 9.7 + }, + "releaseDate": "2018-01-19T00:00:00Z", + "releases": [ + { + "id": 3027, + "albumId": 1119, + "foreignReleaseId": "d7a8a387-54aa-4612-b978-80d3b135e9e8", + "title": "vertigo", + "status": "Official", + "duration": 3125000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Astralwerks" + ], + "format": "CD", + "monitored": true + }, + { + "id": 3028, + "albumId": 1119, + "foreignReleaseId": "56c4f9fd-b0f2-46e3-8c46-9a52c2435d7d", + "title": "vertigo", + "status": "Official", + "duration": 3125000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Astralwerks" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Alternative Rock", + "Electronic", + "Indie Pop", + "Pop", + "Rock" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/d7a8a387-54aa-4612-b978-80d3b135e9e8/26317817026-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://en.wikipedia.org/wiki/Vertigo_(Eden_album)", + "name": "wikipedia" + }, + { + "url": "https://www.allmusic.com/album/mw0003130811", + "name": "allmusic" + }, + { + "url": "https://www.discogs.com/master/1308161", + "name": "discogs" + }, + { + "url": "https://rateyourmusic.com/release/album/eden/vertigo/", + "name": "rateyourmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q48797080", + "name": "wikidata" + } + ], + "id": 1119 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "74b404c8-f3f5-4aaa-af55-e65253749b1c", + "foreignRecordingId": "ac557f8e-2f77-4936-895f-1969422a6cac", + "trackFileId": 169771, + "albumId": 1119, + "explicit": false, + "absoluteTrackNumber": 6, + "trackNumber": "6", + "title": "lost//found", + "duration": 203000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36160 + }, + "id": 1550 + }, + { + "albumId": 1119, + "artistId": 159, + "trackId": 36159, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/05. EDEN - vertigo - icarus.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:42Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/05. EDEN - vertigo - icarus.mp3", + "path": "/mnt/europa/music/EDEN/vertigo (2018)/EDEN - vertigo - 05 - icarus.mp3", + "releaseGroup": null, + "size": "16501377", + "indexerFlags": "0" + }, + "album": { + "title": "vertigo", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8100200f-7304-4db9-a420-5aba519550f4", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3125000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 6, + "value": 9.7 + }, + "releaseDate": "2018-01-19T00:00:00Z", + "releases": [ + { + "id": 3027, + "albumId": 1119, + "foreignReleaseId": "d7a8a387-54aa-4612-b978-80d3b135e9e8", + "title": "vertigo", + "status": "Official", + "duration": 3125000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Astralwerks" + ], + "format": "CD", + "monitored": true + }, + { + "id": 3028, + "albumId": 1119, + "foreignReleaseId": "56c4f9fd-b0f2-46e3-8c46-9a52c2435d7d", + "title": "vertigo", + "status": "Official", + "duration": 3125000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Astralwerks" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Alternative Rock", + "Electronic", + "Indie Pop", + "Pop", + "Rock" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/d7a8a387-54aa-4612-b978-80d3b135e9e8/26317817026-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://en.wikipedia.org/wiki/Vertigo_(Eden_album)", + "name": "wikipedia" + }, + { + "url": "https://www.allmusic.com/album/mw0003130811", + "name": "allmusic" + }, + { + "url": "https://www.discogs.com/master/1308161", + "name": "discogs" + }, + { + "url": "https://rateyourmusic.com/release/album/eden/vertigo/", + "name": "rateyourmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q48797080", + "name": "wikidata" + } + ], + "id": 1119 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "b6281b59-635d-4a53-ab41-579b86f30216", + "foreignRecordingId": "7a675715-ea4e-43f2-acca-cf13369053d2", + "trackFileId": 169603, + "albumId": 1119, + "explicit": false, + "absoluteTrackNumber": 5, + "trackNumber": "5", + "title": "icarus", + "duration": 405000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36159 + }, + "id": 1549 + }, + { + "albumId": 1119, + "artistId": 159, + "trackId": 36158, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/04. EDEN - vertigo - wings.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:42Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/04. EDEN - vertigo - wings.mp3", + "path": "/mnt/europa/music/EDEN/vertigo (2018)/EDEN - vertigo - 04 - wings.mp3", + "releaseGroup": null, + "size": "7375616", + "indexerFlags": "0" + }, + "album": { + "title": "vertigo", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8100200f-7304-4db9-a420-5aba519550f4", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3125000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 6, + "value": 9.7 + }, + "releaseDate": "2018-01-19T00:00:00Z", + "releases": [ + { + "id": 3027, + "albumId": 1119, + "foreignReleaseId": "d7a8a387-54aa-4612-b978-80d3b135e9e8", + "title": "vertigo", + "status": "Official", + "duration": 3125000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Astralwerks" + ], + "format": "CD", + "monitored": true + }, + { + "id": 3028, + "albumId": 1119, + "foreignReleaseId": "56c4f9fd-b0f2-46e3-8c46-9a52c2435d7d", + "title": "vertigo", + "status": "Official", + "duration": 3125000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Astralwerks" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Alternative Rock", + "Electronic", + "Indie Pop", + "Pop", + "Rock" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/d7a8a387-54aa-4612-b978-80d3b135e9e8/26317817026-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://en.wikipedia.org/wiki/Vertigo_(Eden_album)", + "name": "wikipedia" + }, + { + "url": "https://www.allmusic.com/album/mw0003130811", + "name": "allmusic" + }, + { + "url": "https://www.discogs.com/master/1308161", + "name": "discogs" + }, + { + "url": "https://rateyourmusic.com/release/album/eden/vertigo/", + "name": "rateyourmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q48797080", + "name": "wikidata" + } + ], + "id": 1119 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "d0008b9a-cf5b-4ea6-b043-4c08f81c242d", + "foreignRecordingId": "44cbf81d-3885-4da7-ab31-ad00fb1a21fc", + "trackFileId": 169549, + "albumId": 1119, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "wings", + "duration": 177000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36158 + }, + "id": 1548 + }, + { + "albumId": 1119, + "artistId": 159, + "trackId": 36157, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/03. EDEN - vertigo - start end.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:42Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/03. EDEN - vertigo - start end.mp3", + "path": "/mnt/europa/music/EDEN/vertigo (2018)/EDEN - vertigo - 03 - start++end.mp3", + "releaseGroup": null, + "size": "13647301", + "indexerFlags": "0" + }, + "album": { + "title": "vertigo", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8100200f-7304-4db9-a420-5aba519550f4", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3125000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 6, + "value": 9.7 + }, + "releaseDate": "2018-01-19T00:00:00Z", + "releases": [ + { + "id": 3027, + "albumId": 1119, + "foreignReleaseId": "d7a8a387-54aa-4612-b978-80d3b135e9e8", + "title": "vertigo", + "status": "Official", + "duration": 3125000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Astralwerks" + ], + "format": "CD", + "monitored": true + }, + { + "id": 3028, + "albumId": 1119, + "foreignReleaseId": "56c4f9fd-b0f2-46e3-8c46-9a52c2435d7d", + "title": "vertigo", + "status": "Official", + "duration": 3125000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Astralwerks" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Alternative Rock", + "Electronic", + "Indie Pop", + "Pop", + "Rock" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/d7a8a387-54aa-4612-b978-80d3b135e9e8/26317817026-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://en.wikipedia.org/wiki/Vertigo_(Eden_album)", + "name": "wikipedia" + }, + { + "url": "https://www.allmusic.com/album/mw0003130811", + "name": "allmusic" + }, + { + "url": "https://www.discogs.com/master/1308161", + "name": "discogs" + }, + { + "url": "https://rateyourmusic.com/release/album/eden/vertigo/", + "name": "rateyourmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q48797080", + "name": "wikidata" + } + ], + "id": 1119 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "96c934ee-5540-4d99-9fbb-e43b30ec1981", + "foreignRecordingId": "bbe7c32b-323d-4164-b7e1-c70bcdb62383", + "trackFileId": 169343, + "albumId": 1119, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "start//end", + "duration": 334000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36157 + }, + "id": 1547 + }, + { + "albumId": 1119, + "artistId": 159, + "trackId": 36156, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/02. EDEN - vertigo - take care.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:42Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/02. EDEN - vertigo - take care.mp3", + "path": "/mnt/europa/music/EDEN/vertigo (2018)/EDEN - vertigo - 02 - take care.mp3", + "releaseGroup": null, + "size": "8123460", + "indexerFlags": "0" + }, + "album": { + "title": "vertigo", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8100200f-7304-4db9-a420-5aba519550f4", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3125000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 6, + "value": 9.7 + }, + "releaseDate": "2018-01-19T00:00:00Z", + "releases": [ + { + "id": 3027, + "albumId": 1119, + "foreignReleaseId": "d7a8a387-54aa-4612-b978-80d3b135e9e8", + "title": "vertigo", + "status": "Official", + "duration": 3125000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Astralwerks" + ], + "format": "CD", + "monitored": true + }, + { + "id": 3028, + "albumId": 1119, + "foreignReleaseId": "56c4f9fd-b0f2-46e3-8c46-9a52c2435d7d", + "title": "vertigo", + "status": "Official", + "duration": 3125000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Astralwerks" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Alternative Rock", + "Electronic", + "Indie Pop", + "Pop", + "Rock" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/d7a8a387-54aa-4612-b978-80d3b135e9e8/26317817026-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://en.wikipedia.org/wiki/Vertigo_(Eden_album)", + "name": "wikipedia" + }, + { + "url": "https://www.allmusic.com/album/mw0003130811", + "name": "allmusic" + }, + { + "url": "https://www.discogs.com/master/1308161", + "name": "discogs" + }, + { + "url": "https://rateyourmusic.com/release/album/eden/vertigo/", + "name": "rateyourmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q48797080", + "name": "wikidata" + } + ], + "id": 1119 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "cf4e8bb9-4ba4-4972-aa91-d47b8cc8e701", + "foreignRecordingId": "39c53a85-a44e-413e-9a39-2679565c5315", + "trackFileId": 169262, + "albumId": 1119, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "take care", + "duration": 195000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36156 + }, + "id": 1546 + }, + { + "albumId": 1119, + "artistId": 159, + "trackId": 36155, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/01. EDEN - vertigo - wrong.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:42Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/01. EDEN - vertigo - wrong.mp3", + "path": "/mnt/europa/music/EDEN/vertigo (2018)/EDEN - vertigo - 01 - wrong.mp3", + "releaseGroup": null, + "size": "2864576", + "indexerFlags": "0" + }, + "album": { + "title": "vertigo", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8100200f-7304-4db9-a420-5aba519550f4", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3125000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 6, + "value": 9.7 + }, + "releaseDate": "2018-01-19T00:00:00Z", + "releases": [ + { + "id": 3027, + "albumId": 1119, + "foreignReleaseId": "d7a8a387-54aa-4612-b978-80d3b135e9e8", + "title": "vertigo", + "status": "Official", + "duration": 3125000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Astralwerks" + ], + "format": "CD", + "monitored": true + }, + { + "id": 3028, + "albumId": 1119, + "foreignReleaseId": "56c4f9fd-b0f2-46e3-8c46-9a52c2435d7d", + "title": "vertigo", + "status": "Official", + "duration": 3125000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Astralwerks" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Alternative Rock", + "Electronic", + "Indie Pop", + "Pop", + "Rock" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/d7a8a387-54aa-4612-b978-80d3b135e9e8/26317817026-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://en.wikipedia.org/wiki/Vertigo_(Eden_album)", + "name": "wikipedia" + }, + { + "url": "https://www.allmusic.com/album/mw0003130811", + "name": "allmusic" + }, + { + "url": "https://www.discogs.com/master/1308161", + "name": "discogs" + }, + { + "url": "https://rateyourmusic.com/release/album/eden/vertigo/", + "name": "rateyourmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q48797080", + "name": "wikidata" + } + ], + "id": 1119 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "d105f94a-6c81-41e6-baf5-14fe1c0555ae", + "foreignRecordingId": "2cd8ce84-e9ee-4d22-b215-5903a3442910", + "trackFileId": 169140, + "albumId": 1119, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "wrong", + "duration": 64000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36155 + }, + "id": 1545 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36068, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/19. EDEN - no future - untitled.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/19. EDEN - no future - untitled.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 19 - untitled.mp3", + "releaseGroup": null, + "size": "8697924", + "indexerFlags": "0" + }, + "album": { + "title": "no future", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "23c33cfb-f419-4728-af30-fd461b7f4113", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3455733, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 7 + }, + "releaseDate": "2020-02-14T00:00:00Z", + "releases": [ + { + "id": 3011, + "albumId": 1127, + "foreignReleaseId": "df816aab-859b-4a20-84a0-3ae31ace3b6c", + "title": "no future", + "status": "Official", + "duration": 3457000, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3012, + "albumId": 1127, + "foreignReleaseId": "56dc6a8e-2ec6-4942-8e3b-1c64b4522acf", + "title": "no future", + "status": "Official", + "duration": 3455726, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3013, + "albumId": 1127, + "foreignReleaseId": "b67032fb-640f-42af-a14a-b5a59a1ddd51", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Bulgaria", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3014, + "albumId": 1127, + "foreignReleaseId": "f9ee73cf-50db-4ec6-ac16-c21e490702e6", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uzbekistan", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3015, + "albumId": 1127, + "foreignReleaseId": "b307febe-a840-40b5-aa1a-b6963f5c8b9b", + "title": "no future", + "status": "Official", + "duration": 3455983, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Canada", + "United States" + ], + "label": [ + "MCMXCV" + ], + "format": "CD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/df816aab-859b-4a20-84a0-3ae31ace3b6c/28131614831-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1127 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "70e3d391-ed2c-43f5-97d3-b93dbcc6faa2", + "foreignRecordingId": "2184a38a-22ea-44d5-8830-f116097175a3", + "trackFileId": 170510, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 19, + "trackNumber": "19", + "title": "untitled", + "duration": 216250, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36068 + }, + "id": 1544 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36067, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/18. EDEN - no future - out.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/18. EDEN - no future - out.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 18 - out.mp3", + "releaseGroup": null, + "size": "1764994", + "indexerFlags": "0" + }, + "album": { + "title": "no future", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "23c33cfb-f419-4728-af30-fd461b7f4113", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3455733, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 7 + }, + "releaseDate": "2020-02-14T00:00:00Z", + "releases": [ + { + "id": 3011, + "albumId": 1127, + "foreignReleaseId": "df816aab-859b-4a20-84a0-3ae31ace3b6c", + "title": "no future", + "status": "Official", + "duration": 3457000, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3012, + "albumId": 1127, + "foreignReleaseId": "56dc6a8e-2ec6-4942-8e3b-1c64b4522acf", + "title": "no future", + "status": "Official", + "duration": 3455726, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3013, + "albumId": 1127, + "foreignReleaseId": "b67032fb-640f-42af-a14a-b5a59a1ddd51", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Bulgaria", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3014, + "albumId": 1127, + "foreignReleaseId": "f9ee73cf-50db-4ec6-ac16-c21e490702e6", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uzbekistan", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3015, + "albumId": 1127, + "foreignReleaseId": "b307febe-a840-40b5-aa1a-b6963f5c8b9b", + "title": "no future", + "status": "Official", + "duration": 3455983, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Canada", + "United States" + ], + "label": [ + "MCMXCV" + ], + "format": "CD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/df816aab-859b-4a20-84a0-3ae31ace3b6c/28131614831-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1127 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "24123751-0848-4df4-8e5d-91d822a7805f", + "foreignRecordingId": "30c981ac-937f-4f49-8b3e-4fb313adb387", + "trackFileId": 170502, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 18, + "trackNumber": "18", + "title": "out", + "duration": 42936, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36067 + }, + "id": 1543 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36066, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/17. EDEN - no future - 2020.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/17. EDEN - no future - 2020.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 17 - 2020.mp3", + "releaseGroup": null, + "size": "8503542", + "indexerFlags": "0" + }, + "album": { + "title": "no future", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "23c33cfb-f419-4728-af30-fd461b7f4113", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3455733, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 7 + }, + "releaseDate": "2020-02-14T00:00:00Z", + "releases": [ + { + "id": 3011, + "albumId": 1127, + "foreignReleaseId": "df816aab-859b-4a20-84a0-3ae31ace3b6c", + "title": "no future", + "status": "Official", + "duration": 3457000, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3012, + "albumId": 1127, + "foreignReleaseId": "56dc6a8e-2ec6-4942-8e3b-1c64b4522acf", + "title": "no future", + "status": "Official", + "duration": 3455726, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3013, + "albumId": 1127, + "foreignReleaseId": "b67032fb-640f-42af-a14a-b5a59a1ddd51", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Bulgaria", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3014, + "albumId": 1127, + "foreignReleaseId": "f9ee73cf-50db-4ec6-ac16-c21e490702e6", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uzbekistan", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3015, + "albumId": 1127, + "foreignReleaseId": "b307febe-a840-40b5-aa1a-b6963f5c8b9b", + "title": "no future", + "status": "Official", + "duration": 3455983, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Canada", + "United States" + ], + "label": [ + "MCMXCV" + ], + "format": "CD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/df816aab-859b-4a20-84a0-3ae31ace3b6c/28131614831-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1127 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "96dfd5ad-7570-4581-b2a7-4c7b3b5f0ecf", + "foreignRecordingId": "fbbf8315-ac29-4a28-a451-3d0a7e868685", + "trackFileId": 170484, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 17, + "trackNumber": "17", + "title": "2020", + "duration": 211395, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36066 + }, + "id": 1542 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36065, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/16. EDEN - no future - $treams.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/16. EDEN - no future - $treams.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 16 - $treams.mp3", + "releaseGroup": null, + "size": "8080361", + "indexerFlags": "0" + }, + "album": { + "title": "no future", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "23c33cfb-f419-4728-af30-fd461b7f4113", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3455733, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 7 + }, + "releaseDate": "2020-02-14T00:00:00Z", + "releases": [ + { + "id": 3011, + "albumId": 1127, + "foreignReleaseId": "df816aab-859b-4a20-84a0-3ae31ace3b6c", + "title": "no future", + "status": "Official", + "duration": 3457000, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3012, + "albumId": 1127, + "foreignReleaseId": "56dc6a8e-2ec6-4942-8e3b-1c64b4522acf", + "title": "no future", + "status": "Official", + "duration": 3455726, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3013, + "albumId": 1127, + "foreignReleaseId": "b67032fb-640f-42af-a14a-b5a59a1ddd51", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Bulgaria", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3014, + "albumId": 1127, + "foreignReleaseId": "f9ee73cf-50db-4ec6-ac16-c21e490702e6", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uzbekistan", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3015, + "albumId": 1127, + "foreignReleaseId": "b307febe-a840-40b5-aa1a-b6963f5c8b9b", + "title": "no future", + "status": "Official", + "duration": 3455983, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Canada", + "United States" + ], + "label": [ + "MCMXCV" + ], + "format": "CD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/df816aab-859b-4a20-84a0-3ae31ace3b6c/28131614831-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1127 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "6f13574e-0da8-48ce-80fa-6fdb901fe825", + "foreignRecordingId": "525d8851-b9af-4822-8606-e51adc71d62d", + "trackFileId": 170463, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 16, + "trackNumber": "16", + "title": "$treams", + "duration": 200806, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36065 + }, + "id": 1541 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36064, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/15. EDEN - no future - rushing.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/15. EDEN - no future - rushing.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 15 - rushing.mp3", + "releaseGroup": null, + "size": "12364443", + "indexerFlags": "0" + }, + "album": { + "title": "no future", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "23c33cfb-f419-4728-af30-fd461b7f4113", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3455733, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 7 + }, + "releaseDate": "2020-02-14T00:00:00Z", + "releases": [ + { + "id": 3011, + "albumId": 1127, + "foreignReleaseId": "df816aab-859b-4a20-84a0-3ae31ace3b6c", + "title": "no future", + "status": "Official", + "duration": 3457000, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3012, + "albumId": 1127, + "foreignReleaseId": "56dc6a8e-2ec6-4942-8e3b-1c64b4522acf", + "title": "no future", + "status": "Official", + "duration": 3455726, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3013, + "albumId": 1127, + "foreignReleaseId": "b67032fb-640f-42af-a14a-b5a59a1ddd51", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Bulgaria", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3014, + "albumId": 1127, + "foreignReleaseId": "f9ee73cf-50db-4ec6-ac16-c21e490702e6", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uzbekistan", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3015, + "albumId": 1127, + "foreignReleaseId": "b307febe-a840-40b5-aa1a-b6963f5c8b9b", + "title": "no future", + "status": "Official", + "duration": 3455983, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Canada", + "United States" + ], + "label": [ + "MCMXCV" + ], + "format": "CD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/df816aab-859b-4a20-84a0-3ae31ace3b6c/28131614831-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1127 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "4b1fccfc-a5af-4f78-83d1-e4c617d77d19", + "foreignRecordingId": "1c4aa1bf-f7a0-4089-8526-5956b539caa2", + "trackFileId": 170425, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 15, + "trackNumber": "15", + "title": "rushing", + "duration": 307920, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36064 + }, + "id": 1540 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36063, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/14. EDEN - no future - tides.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/14. EDEN - no future - tides.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 14 - tides.mp3", + "releaseGroup": null, + "size": "4178710", + "indexerFlags": "0" + }, + "album": { + "title": "no future", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "23c33cfb-f419-4728-af30-fd461b7f4113", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3455733, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 7 + }, + "releaseDate": "2020-02-14T00:00:00Z", + "releases": [ + { + "id": 3011, + "albumId": 1127, + "foreignReleaseId": "df816aab-859b-4a20-84a0-3ae31ace3b6c", + "title": "no future", + "status": "Official", + "duration": 3457000, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3012, + "albumId": 1127, + "foreignReleaseId": "56dc6a8e-2ec6-4942-8e3b-1c64b4522acf", + "title": "no future", + "status": "Official", + "duration": 3455726, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3013, + "albumId": 1127, + "foreignReleaseId": "b67032fb-640f-42af-a14a-b5a59a1ddd51", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Bulgaria", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3014, + "albumId": 1127, + "foreignReleaseId": "f9ee73cf-50db-4ec6-ac16-c21e490702e6", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uzbekistan", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3015, + "albumId": 1127, + "foreignReleaseId": "b307febe-a840-40b5-aa1a-b6963f5c8b9b", + "title": "no future", + "status": "Official", + "duration": 3455983, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Canada", + "United States" + ], + "label": [ + "MCMXCV" + ], + "format": "CD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/df816aab-859b-4a20-84a0-3ae31ace3b6c/28131614831-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1127 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "726ce7eb-8656-4c0d-8ee5-1ea13457b03d", + "foreignRecordingId": "636f99ac-e451-486e-b6ce-d5c35684a567", + "trackFileId": 170404, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 14, + "trackNumber": "14", + "title": "tides", + "duration": 103281, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36063 + }, + "id": 1539 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36062, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/13. EDEN - no future - ____.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/13. EDEN - no future - ____.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 13.mp3", + "releaseGroup": null, + "size": "7240260", + "indexerFlags": "0" + }, + "album": { + "title": "no future", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "23c33cfb-f419-4728-af30-fd461b7f4113", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3455733, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 7 + }, + "releaseDate": "2020-02-14T00:00:00Z", + "releases": [ + { + "id": 3011, + "albumId": 1127, + "foreignReleaseId": "df816aab-859b-4a20-84a0-3ae31ace3b6c", + "title": "no future", + "status": "Official", + "duration": 3457000, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3012, + "albumId": 1127, + "foreignReleaseId": "56dc6a8e-2ec6-4942-8e3b-1c64b4522acf", + "title": "no future", + "status": "Official", + "duration": 3455726, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3013, + "albumId": 1127, + "foreignReleaseId": "b67032fb-640f-42af-a14a-b5a59a1ddd51", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Bulgaria", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3014, + "albumId": 1127, + "foreignReleaseId": "f9ee73cf-50db-4ec6-ac16-c21e490702e6", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uzbekistan", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3015, + "albumId": 1127, + "foreignReleaseId": "b307febe-a840-40b5-aa1a-b6963f5c8b9b", + "title": "no future", + "status": "Official", + "duration": 3455983, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Canada", + "United States" + ], + "label": [ + "MCMXCV" + ], + "format": "CD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/df816aab-859b-4a20-84a0-3ae31ace3b6c/28131614831-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1127 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "5c5e4cce-0d39-4ed1-8aec-e267d9525490", + "foreignRecordingId": "0f63a13b-110a-4802-8752-c66dc228bf33", + "trackFileId": 170356, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 13, + "trackNumber": "13", + "title": "????", + "duration": 179822, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36062 + }, + "id": 1538 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36061, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/12. EDEN - no future - isohel.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/12. EDEN - no future - isohel.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 12 - isohel.mp3", + "releaseGroup": null, + "size": "10874444", + "indexerFlags": "0" + }, + "album": { + "title": "no future", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "23c33cfb-f419-4728-af30-fd461b7f4113", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3455733, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 7 + }, + "releaseDate": "2020-02-14T00:00:00Z", + "releases": [ + { + "id": 3011, + "albumId": 1127, + "foreignReleaseId": "df816aab-859b-4a20-84a0-3ae31ace3b6c", + "title": "no future", + "status": "Official", + "duration": 3457000, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3012, + "albumId": 1127, + "foreignReleaseId": "56dc6a8e-2ec6-4942-8e3b-1c64b4522acf", + "title": "no future", + "status": "Official", + "duration": 3455726, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3013, + "albumId": 1127, + "foreignReleaseId": "b67032fb-640f-42af-a14a-b5a59a1ddd51", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Bulgaria", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3014, + "albumId": 1127, + "foreignReleaseId": "f9ee73cf-50db-4ec6-ac16-c21e490702e6", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uzbekistan", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3015, + "albumId": 1127, + "foreignReleaseId": "b307febe-a840-40b5-aa1a-b6963f5c8b9b", + "title": "no future", + "status": "Official", + "duration": 3455983, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Canada", + "United States" + ], + "label": [ + "MCMXCV" + ], + "format": "CD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/df816aab-859b-4a20-84a0-3ae31ace3b6c/28131614831-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1127 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "dc51ee73-2c96-4b2d-8d28-ddefe0469eb4", + "foreignRecordingId": "1de19adf-fd75-4eac-8ac6-b77a883099b2", + "trackFileId": 170279, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 12, + "trackNumber": "12", + "title": "isohel", + "duration": 270677, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36061 + }, + "id": 1537 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36060, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/11. EDEN - no future - so far so good.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/11. EDEN - no future - so far so good.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 11 - so far so good.mp3", + "releaseGroup": null, + "size": "8286213", + "indexerFlags": "0" + }, + "album": { + "title": "no future", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "23c33cfb-f419-4728-af30-fd461b7f4113", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3455733, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 7 + }, + "releaseDate": "2020-02-14T00:00:00Z", + "releases": [ + { + "id": 3011, + "albumId": 1127, + "foreignReleaseId": "df816aab-859b-4a20-84a0-3ae31ace3b6c", + "title": "no future", + "status": "Official", + "duration": 3457000, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3012, + "albumId": 1127, + "foreignReleaseId": "56dc6a8e-2ec6-4942-8e3b-1c64b4522acf", + "title": "no future", + "status": "Official", + "duration": 3455726, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3013, + "albumId": 1127, + "foreignReleaseId": "b67032fb-640f-42af-a14a-b5a59a1ddd51", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Bulgaria", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3014, + "albumId": 1127, + "foreignReleaseId": "f9ee73cf-50db-4ec6-ac16-c21e490702e6", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uzbekistan", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3015, + "albumId": 1127, + "foreignReleaseId": "b307febe-a840-40b5-aa1a-b6963f5c8b9b", + "title": "no future", + "status": "Official", + "duration": 3455983, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Canada", + "United States" + ], + "label": [ + "MCMXCV" + ], + "format": "CD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/df816aab-859b-4a20-84a0-3ae31ace3b6c/28131614831-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1127 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "9e32890b-a192-45be-927e-49514fda7182", + "foreignRecordingId": "0c19890d-434c-40ad-9d19-3e6de81bc33c", + "trackFileId": 170221, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 11, + "trackNumber": "11", + "title": "so far so good", + "duration": 205962, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36060 + }, + "id": 1536 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36059, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/10. EDEN - no future - fomo.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/10. EDEN - no future - fomo.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 10 - fomo.mp3", + "releaseGroup": null, + "size": "7630007", + "indexerFlags": "0" + }, + "album": { + "title": "no future", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "23c33cfb-f419-4728-af30-fd461b7f4113", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3455733, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 7 + }, + "releaseDate": "2020-02-14T00:00:00Z", + "releases": [ + { + "id": 3011, + "albumId": 1127, + "foreignReleaseId": "df816aab-859b-4a20-84a0-3ae31ace3b6c", + "title": "no future", + "status": "Official", + "duration": 3457000, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3012, + "albumId": 1127, + "foreignReleaseId": "56dc6a8e-2ec6-4942-8e3b-1c64b4522acf", + "title": "no future", + "status": "Official", + "duration": 3455726, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3013, + "albumId": 1127, + "foreignReleaseId": "b67032fb-640f-42af-a14a-b5a59a1ddd51", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Bulgaria", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3014, + "albumId": 1127, + "foreignReleaseId": "f9ee73cf-50db-4ec6-ac16-c21e490702e6", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uzbekistan", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3015, + "albumId": 1127, + "foreignReleaseId": "b307febe-a840-40b5-aa1a-b6963f5c8b9b", + "title": "no future", + "status": "Official", + "duration": 3455983, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Canada", + "United States" + ], + "label": [ + "MCMXCV" + ], + "format": "CD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/df816aab-859b-4a20-84a0-3ae31ace3b6c/28131614831-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1127 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "d467e07e-e752-482c-a8c4-9670dc75bac8", + "foreignRecordingId": "d2a5996c-8e80-405f-9302-c3b6dd67d205", + "trackFileId": 170154, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 10, + "trackNumber": "10", + "title": "fomo", + "duration": 189553, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36059 + }, + "id": 1535 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36058, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/09. EDEN - no future - just saying.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/09. EDEN - no future - just saying.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 09 - just saying.mp3", + "releaseGroup": null, + "size": "9890155", + "indexerFlags": "0" + }, + "album": { + "title": "no future", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "23c33cfb-f419-4728-af30-fd461b7f4113", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3455733, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 7 + }, + "releaseDate": "2020-02-14T00:00:00Z", + "releases": [ + { + "id": 3011, + "albumId": 1127, + "foreignReleaseId": "df816aab-859b-4a20-84a0-3ae31ace3b6c", + "title": "no future", + "status": "Official", + "duration": 3457000, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3012, + "albumId": 1127, + "foreignReleaseId": "56dc6a8e-2ec6-4942-8e3b-1c64b4522acf", + "title": "no future", + "status": "Official", + "duration": 3455726, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3013, + "albumId": 1127, + "foreignReleaseId": "b67032fb-640f-42af-a14a-b5a59a1ddd51", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Bulgaria", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3014, + "albumId": 1127, + "foreignReleaseId": "f9ee73cf-50db-4ec6-ac16-c21e490702e6", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uzbekistan", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3015, + "albumId": 1127, + "foreignReleaseId": "b307febe-a840-40b5-aa1a-b6963f5c8b9b", + "title": "no future", + "status": "Official", + "duration": 3455983, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Canada", + "United States" + ], + "label": [ + "MCMXCV" + ], + "format": "CD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/df816aab-859b-4a20-84a0-3ae31ace3b6c/28131614831-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1127 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "0a462b68-e182-4788-aa27-bf6ed071a9ce", + "foreignRecordingId": "3e0e806d-9dfa-4faa-b15a-19ab7731e48f", + "trackFileId": 170051, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 9, + "trackNumber": "9", + "title": "just saying", + "duration": 246071, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36058 + }, + "id": 1534 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36057, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/08. EDEN - no future - calm down.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/08. EDEN - no future - calm down.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 08 - calm down.mp3", + "releaseGroup": null, + "size": "6261196", + "indexerFlags": "0" + }, + "album": { + "title": "no future", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "23c33cfb-f419-4728-af30-fd461b7f4113", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3455733, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 7 + }, + "releaseDate": "2020-02-14T00:00:00Z", + "releases": [ + { + "id": 3011, + "albumId": 1127, + "foreignReleaseId": "df816aab-859b-4a20-84a0-3ae31ace3b6c", + "title": "no future", + "status": "Official", + "duration": 3457000, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3012, + "albumId": 1127, + "foreignReleaseId": "56dc6a8e-2ec6-4942-8e3b-1c64b4522acf", + "title": "no future", + "status": "Official", + "duration": 3455726, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3013, + "albumId": 1127, + "foreignReleaseId": "b67032fb-640f-42af-a14a-b5a59a1ddd51", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Bulgaria", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3014, + "albumId": 1127, + "foreignReleaseId": "f9ee73cf-50db-4ec6-ac16-c21e490702e6", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uzbekistan", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3015, + "albumId": 1127, + "foreignReleaseId": "b307febe-a840-40b5-aa1a-b6963f5c8b9b", + "title": "no future", + "status": "Official", + "duration": 3455983, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Canada", + "United States" + ], + "label": [ + "MCMXCV" + ], + "format": "CD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/df816aab-859b-4a20-84a0-3ae31ace3b6c/28131614831-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1127 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "a6e32439-e227-43d7-85ae-d75967ee80a4", + "foreignRecordingId": "39ff30f8-9cb2-46a6-bc42-55ec902cbc7a", + "trackFileId": 169989, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 8, + "trackNumber": "8", + "title": "calm down", + "duration": 155325, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36057 + }, + "id": 1533 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36056, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/07. EDEN - no future - how to sleep.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/07. EDEN - no future - how to sleep.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 07 - how to sleep.mp3", + "releaseGroup": null, + "size": "6367805", + "indexerFlags": "0" + }, + "album": { + "title": "no future", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "23c33cfb-f419-4728-af30-fd461b7f4113", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3455733, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 7 + }, + "releaseDate": "2020-02-14T00:00:00Z", + "releases": [ + { + "id": 3011, + "albumId": 1127, + "foreignReleaseId": "df816aab-859b-4a20-84a0-3ae31ace3b6c", + "title": "no future", + "status": "Official", + "duration": 3457000, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3012, + "albumId": 1127, + "foreignReleaseId": "56dc6a8e-2ec6-4942-8e3b-1c64b4522acf", + "title": "no future", + "status": "Official", + "duration": 3455726, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3013, + "albumId": 1127, + "foreignReleaseId": "b67032fb-640f-42af-a14a-b5a59a1ddd51", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Bulgaria", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3014, + "albumId": 1127, + "foreignReleaseId": "f9ee73cf-50db-4ec6-ac16-c21e490702e6", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uzbekistan", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3015, + "albumId": 1127, + "foreignReleaseId": "b307febe-a840-40b5-aa1a-b6963f5c8b9b", + "title": "no future", + "status": "Official", + "duration": 3455983, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Canada", + "United States" + ], + "label": [ + "MCMXCV" + ], + "format": "CD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/df816aab-859b-4a20-84a0-3ae31ace3b6c/28131614831-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1127 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "4ddc2858-84b2-415a-ac2b-ee2646df7670", + "foreignRecordingId": "a022e1b9-8234-4fe5-b1f6-20f6a3955db5", + "trackFileId": 169896, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 7, + "trackNumber": "7", + "title": "how to sleep", + "duration": 157996, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36056 + }, + "id": 1532 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36055, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/06. EDEN - no future - love, death, distraction.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/06. EDEN - no future - love, death, distraction.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 06 - love, death, distraction.mp3", + "releaseGroup": null, + "size": "10330043", + "indexerFlags": "0" + }, + "album": { + "title": "no future", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "23c33cfb-f419-4728-af30-fd461b7f4113", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3455733, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 7 + }, + "releaseDate": "2020-02-14T00:00:00Z", + "releases": [ + { + "id": 3011, + "albumId": 1127, + "foreignReleaseId": "df816aab-859b-4a20-84a0-3ae31ace3b6c", + "title": "no future", + "status": "Official", + "duration": 3457000, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3012, + "albumId": 1127, + "foreignReleaseId": "56dc6a8e-2ec6-4942-8e3b-1c64b4522acf", + "title": "no future", + "status": "Official", + "duration": 3455726, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3013, + "albumId": 1127, + "foreignReleaseId": "b67032fb-640f-42af-a14a-b5a59a1ddd51", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Bulgaria", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3014, + "albumId": 1127, + "foreignReleaseId": "f9ee73cf-50db-4ec6-ac16-c21e490702e6", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uzbekistan", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3015, + "albumId": 1127, + "foreignReleaseId": "b307febe-a840-40b5-aa1a-b6963f5c8b9b", + "title": "no future", + "status": "Official", + "duration": 3455983, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Canada", + "United States" + ], + "label": [ + "MCMXCV" + ], + "format": "CD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/df816aab-859b-4a20-84a0-3ae31ace3b6c/28131614831-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1127 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "07fcd350-2564-440d-9b1b-15eff9d70991", + "foreignRecordingId": "e52fff6d-8ede-45a5-afb1-6d9d4b8c2c68", + "trackFileId": 169752, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 6, + "trackNumber": "6", + "title": "love, death, distraction", + "duration": 257045, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36055 + }, + "id": 1531 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36054, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/05. EDEN - no future - projector.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:37Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/05. EDEN - no future - projector.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 05 - projector.mp3", + "releaseGroup": null, + "size": "8936134", + "indexerFlags": "0" + }, + "album": { + "title": "no future", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "23c33cfb-f419-4728-af30-fd461b7f4113", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3455733, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 7 + }, + "releaseDate": "2020-02-14T00:00:00Z", + "releases": [ + { + "id": 3011, + "albumId": 1127, + "foreignReleaseId": "df816aab-859b-4a20-84a0-3ae31ace3b6c", + "title": "no future", + "status": "Official", + "duration": 3457000, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3012, + "albumId": 1127, + "foreignReleaseId": "56dc6a8e-2ec6-4942-8e3b-1c64b4522acf", + "title": "no future", + "status": "Official", + "duration": 3455726, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3013, + "albumId": 1127, + "foreignReleaseId": "b67032fb-640f-42af-a14a-b5a59a1ddd51", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Bulgaria", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3014, + "albumId": 1127, + "foreignReleaseId": "f9ee73cf-50db-4ec6-ac16-c21e490702e6", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uzbekistan", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3015, + "albumId": 1127, + "foreignReleaseId": "b307febe-a840-40b5-aa1a-b6963f5c8b9b", + "title": "no future", + "status": "Official", + "duration": 3455983, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Canada", + "United States" + ], + "label": [ + "MCMXCV" + ], + "format": "CD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/df816aab-859b-4a20-84a0-3ae31ace3b6c/28131614831-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1127 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "ea69fa84-28f9-4d61-bd41-caeb94d4d497", + "foreignRecordingId": "ecbe9899-8f6e-4055-b5d5-643b5e66bc80", + "trackFileId": 169656, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 5, + "trackNumber": "5", + "title": "projector", + "duration": 222222, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36054 + }, + "id": 1530 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36053, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/04. EDEN - no future - static.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:37Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/04. EDEN - no future - static.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 04 - static.mp3", + "releaseGroup": null, + "size": "2004278", + "indexerFlags": "0" + }, + "album": { + "title": "no future", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "23c33cfb-f419-4728-af30-fd461b7f4113", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3455733, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 7 + }, + "releaseDate": "2020-02-14T00:00:00Z", + "releases": [ + { + "id": 3011, + "albumId": 1127, + "foreignReleaseId": "df816aab-859b-4a20-84a0-3ae31ace3b6c", + "title": "no future", + "status": "Official", + "duration": 3457000, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3012, + "albumId": 1127, + "foreignReleaseId": "56dc6a8e-2ec6-4942-8e3b-1c64b4522acf", + "title": "no future", + "status": "Official", + "duration": 3455726, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3013, + "albumId": 1127, + "foreignReleaseId": "b67032fb-640f-42af-a14a-b5a59a1ddd51", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Bulgaria", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3014, + "albumId": 1127, + "foreignReleaseId": "f9ee73cf-50db-4ec6-ac16-c21e490702e6", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uzbekistan", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3015, + "albumId": 1127, + "foreignReleaseId": "b307febe-a840-40b5-aa1a-b6963f5c8b9b", + "title": "no future", + "status": "Official", + "duration": 3455983, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Canada", + "United States" + ], + "label": [ + "MCMXCV" + ], + "format": "CD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/df816aab-859b-4a20-84a0-3ae31ace3b6c/28131614831-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1127 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "9773e3d7-b0e7-4145-a305-27f075506f97", + "foreignRecordingId": "2c47c293-9bed-4ab6-bbb5-fc7551dd1296", + "trackFileId": 169562, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "static", + "duration": 48921, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36053 + }, + "id": 1529 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36052, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/03. EDEN - no future - hertz.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:37Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/03. EDEN - no future - hertz.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 03 - hertz.mp3", + "releaseGroup": null, + "size": "8004108", + "indexerFlags": "0" + }, + "album": { + "title": "no future", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "23c33cfb-f419-4728-af30-fd461b7f4113", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3455733, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 7 + }, + "releaseDate": "2020-02-14T00:00:00Z", + "releases": [ + { + "id": 3011, + "albumId": 1127, + "foreignReleaseId": "df816aab-859b-4a20-84a0-3ae31ace3b6c", + "title": "no future", + "status": "Official", + "duration": 3457000, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3012, + "albumId": 1127, + "foreignReleaseId": "56dc6a8e-2ec6-4942-8e3b-1c64b4522acf", + "title": "no future", + "status": "Official", + "duration": 3455726, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3013, + "albumId": 1127, + "foreignReleaseId": "b67032fb-640f-42af-a14a-b5a59a1ddd51", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Bulgaria", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3014, + "albumId": 1127, + "foreignReleaseId": "f9ee73cf-50db-4ec6-ac16-c21e490702e6", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uzbekistan", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3015, + "albumId": 1127, + "foreignReleaseId": "b307febe-a840-40b5-aa1a-b6963f5c8b9b", + "title": "no future", + "status": "Official", + "duration": 3455983, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Canada", + "United States" + ], + "label": [ + "MCMXCV" + ], + "format": "CD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/df816aab-859b-4a20-84a0-3ae31ace3b6c/28131614831-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1127 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "fd5bd690-e39e-44db-b9b4-a676190ee61d", + "foreignRecordingId": "389d746d-4b86-43de-9349-34ddd28fc963", + "trackFileId": 169411, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "hertz", + "duration": 198898, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36052 + }, + "id": 1528 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36051, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/02. EDEN - no future - in.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:37Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/02. EDEN - no future - in.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 02 - in.mp3", + "releaseGroup": null, + "size": "1293744", + "indexerFlags": "0" + }, + "album": { + "title": "no future", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "23c33cfb-f419-4728-af30-fd461b7f4113", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3455733, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 7 + }, + "releaseDate": "2020-02-14T00:00:00Z", + "releases": [ + { + "id": 3011, + "albumId": 1127, + "foreignReleaseId": "df816aab-859b-4a20-84a0-3ae31ace3b6c", + "title": "no future", + "status": "Official", + "duration": 3457000, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3012, + "albumId": 1127, + "foreignReleaseId": "56dc6a8e-2ec6-4942-8e3b-1c64b4522acf", + "title": "no future", + "status": "Official", + "duration": 3455726, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3013, + "albumId": 1127, + "foreignReleaseId": "b67032fb-640f-42af-a14a-b5a59a1ddd51", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Bulgaria", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3014, + "albumId": 1127, + "foreignReleaseId": "f9ee73cf-50db-4ec6-ac16-c21e490702e6", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uzbekistan", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3015, + "albumId": 1127, + "foreignReleaseId": "b307febe-a840-40b5-aa1a-b6963f5c8b9b", + "title": "no future", + "status": "Official", + "duration": 3455983, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Canada", + "United States" + ], + "label": [ + "MCMXCV" + ], + "format": "CD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/df816aab-859b-4a20-84a0-3ae31ace3b6c/28131614831-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1127 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "98de8f70-c456-4289-beca-5d2eeb7527f4", + "foreignRecordingId": "87637d53-3e77-4cb4-b2d5-267097293ba2", + "trackFileId": 169287, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "in", + "duration": 31160, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36051 + }, + "id": 1527 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36050, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/01. EDEN - no future - good morning.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:37Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/01. EDEN - no future - good morning.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 01 - good morning.mp3", + "releaseGroup": null, + "size": "8427272", + "indexerFlags": "0" + }, + "album": { + "title": "no future", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "23c33cfb-f419-4728-af30-fd461b7f4113", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3455733, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 7 + }, + "releaseDate": "2020-02-14T00:00:00Z", + "releases": [ + { + "id": 3011, + "albumId": 1127, + "foreignReleaseId": "df816aab-859b-4a20-84a0-3ae31ace3b6c", + "title": "no future", + "status": "Official", + "duration": 3457000, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3012, + "albumId": 1127, + "foreignReleaseId": "56dc6a8e-2ec6-4942-8e3b-1c64b4522acf", + "title": "no future", + "status": "Official", + "duration": 3455726, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3013, + "albumId": 1127, + "foreignReleaseId": "b67032fb-640f-42af-a14a-b5a59a1ddd51", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Bulgaria", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3014, + "albumId": 1127, + "foreignReleaseId": "f9ee73cf-50db-4ec6-ac16-c21e490702e6", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uzbekistan", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3015, + "albumId": 1127, + "foreignReleaseId": "b307febe-a840-40b5-aa1a-b6963f5c8b9b", + "title": "no future", + "status": "Official", + "duration": 3455983, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Canada", + "United States" + ], + "label": [ + "MCMXCV" + ], + "format": "CD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/df816aab-859b-4a20-84a0-3ae31ace3b6c/28131614831-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1127 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "5433eda9-4d09-4835-b18f-fb5712aad500", + "foreignRecordingId": "4cb76cb9-4c41-4f09-a1ff-f7275ef02d25", + "trackFileId": 169099, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "good morning", + "duration": 209493, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36050 + }, + "id": 1526 + }, + { + "albumId": 1133, + "artistId": 159, + "trackId": 36140, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/11. EDEN - ICYMI - Reaching 2.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:31Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/11. EDEN - ICYMI - Reaching 2.flac", + "path": "/mnt/europa/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 11 - Reaching 2.flac", + "releaseGroup": null, + "size": "18634143", + "indexerFlags": "0" + }, + "album": { + "title": "ICYMI", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "126350a2-e23a-4d35-bcfc-0497a11a5ae4", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 2333762, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 8 + }, + "releaseDate": "2022-09-09T00:00:00Z", + "releases": [ + { + "id": 3021, + "albumId": 1133, + "foreignReleaseId": "a5232bcf-87aa-47bb-975a-96b2dd7d8f08", + "title": "ICYMI", + "status": "Official", + "duration": 2333762, + "trackCount": 11, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Afghanistan", + "Albania", + "Algeria", + "Andorra", + "Angola", + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Bangladesh", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Benin", + "Bermuda", + "Bhutan", + "Bolivia", + "Bosnia and Herzegovina", + "Botswana", + "Brazil", + "British Indian Ocean Territory", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Burundi", + "Cambodia", + "Cameroon", + "Canada", + "Cape Verde", + "Cayman Islands", + "Central African Republic", + "Chad", + "Chile", + "Christmas Island", + "Cocos (Keeling) Islands", + "Colombia", + "Comoros", + "Congo", + "Cook Islands", + "Costa Rica", + "Côte d'Ivoire", + "Croatia", + "Cyprus", + "Czechia", + "Denmark", + "Djibouti", + "Dominica", + "Dominican Republic", + "Timor-Leste", + "Ecuador", + "Egypt", + "El Salvador", + "Equatorial Guinea", + "Eritrea", + "Estonia", + "Ethiopia", + "Falkland Islands", + "Fiji", + "Finland", + "France", + "Gabon", + "Gambia", + "Georgia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea", + "Guinea-Bissau", + "Guyana", + "Haiti", + "Honduras", + "Hong Kong", + "Hungary", + "Iceland", + "India", + "Indonesia", + "Iraq", + "Ireland", + "Israel", + "Italy", + "Jamaica", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "Kiribati", + "South Korea", + "Kuwait", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lesotho", + "Liberia", + "Libya", + "Liechtenstein", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Madagascar", + "Malawi", + "Malaysia", + "Maldives", + "Mali", + "Malta", + "Marshall Islands", + "Mauritania", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Monaco", + "Mongolia", + "Montserrat", + "Morocco", + "Mozambique", + "Myanmar", + "Namibia", + "Nauru", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Niue", + "Norfolk Island", + "Norway", + "Oman", + "Pakistan", + "Palau", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Pitcairn", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Rwanda", + "Saint Kitts and Nevis", + "Saint Lucia", + "Saint Vincent and The Grenadines", + "Samoa", + "San Marino", + "Sao Tome and Principe", + "Saudi Arabia", + "Senegal", + "Seychelles", + "Sierra Leone", + "Singapore", + "Slovakia", + "Slovenia", + "Solomon Islands", + "Somalia", + "South Africa", + "Spain", + "Sri Lanka", + "Suriname", + "Svalbard and Jan Mayen", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Tanzania", + "Thailand", + "Togo", + "Tokelau", + "Tonga", + "Trinidad and Tobago", + "Tunisia", + "Türkiye", + "Turkmenistan", + "Turks and Caicos Islands", + "Tuvalu", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uruguay", + "Uzbekistan", + "Vanuatu", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Yemen", + "Democratic Republic of the Congo", + "Zambia", + "Zimbabwe", + "Montenegro", + "Palestine", + "Serbia", + "Curaçao", + "Kosovo" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/a5232bcf-87aa-47bb-975a-96b2dd7d8f08/33522971253-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1133 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "7c8bc3c0-14e9-4380-84c5-c7b899196c84", + "foreignRecordingId": "7d2bbb38-163a-41e6-931e-834b9df48e74", + "trackFileId": 217305, + "albumId": 1133, + "explicit": false, + "absoluteTrackNumber": 11, + "trackNumber": "11", + "title": "Reaching 2", + "duration": 178900, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36140 + }, + "id": 1525 + }, + { + "albumId": 1133, + "artistId": 159, + "trackId": 36139, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/10. EDEN - ICYMI - Elsewhere.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:31Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/10. EDEN - ICYMI - Elsewhere.flac", + "path": "/mnt/europa/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 10 - Elsewhere.flac", + "releaseGroup": null, + "size": "40969306", + "indexerFlags": "0" + }, + "album": { + "title": "ICYMI", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "126350a2-e23a-4d35-bcfc-0497a11a5ae4", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 2333762, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 8 + }, + "releaseDate": "2022-09-09T00:00:00Z", + "releases": [ + { + "id": 3021, + "albumId": 1133, + "foreignReleaseId": "a5232bcf-87aa-47bb-975a-96b2dd7d8f08", + "title": "ICYMI", + "status": "Official", + "duration": 2333762, + "trackCount": 11, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Afghanistan", + "Albania", + "Algeria", + "Andorra", + "Angola", + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Bangladesh", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Benin", + "Bermuda", + "Bhutan", + "Bolivia", + "Bosnia and Herzegovina", + "Botswana", + "Brazil", + "British Indian Ocean Territory", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Burundi", + "Cambodia", + "Cameroon", + "Canada", + "Cape Verde", + "Cayman Islands", + "Central African Republic", + "Chad", + "Chile", + "Christmas Island", + "Cocos (Keeling) Islands", + "Colombia", + "Comoros", + "Congo", + "Cook Islands", + "Costa Rica", + "Côte d'Ivoire", + "Croatia", + "Cyprus", + "Czechia", + "Denmark", + "Djibouti", + "Dominica", + "Dominican Republic", + "Timor-Leste", + "Ecuador", + "Egypt", + "El Salvador", + "Equatorial Guinea", + "Eritrea", + "Estonia", + "Ethiopia", + "Falkland Islands", + "Fiji", + "Finland", + "France", + "Gabon", + "Gambia", + "Georgia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea", + "Guinea-Bissau", + "Guyana", + "Haiti", + "Honduras", + "Hong Kong", + "Hungary", + "Iceland", + "India", + "Indonesia", + "Iraq", + "Ireland", + "Israel", + "Italy", + "Jamaica", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "Kiribati", + "South Korea", + "Kuwait", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lesotho", + "Liberia", + "Libya", + "Liechtenstein", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Madagascar", + "Malawi", + "Malaysia", + "Maldives", + "Mali", + "Malta", + "Marshall Islands", + "Mauritania", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Monaco", + "Mongolia", + "Montserrat", + "Morocco", + "Mozambique", + "Myanmar", + "Namibia", + "Nauru", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Niue", + "Norfolk Island", + "Norway", + "Oman", + "Pakistan", + "Palau", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Pitcairn", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Rwanda", + "Saint Kitts and Nevis", + "Saint Lucia", + "Saint Vincent and The Grenadines", + "Samoa", + "San Marino", + "Sao Tome and Principe", + "Saudi Arabia", + "Senegal", + "Seychelles", + "Sierra Leone", + "Singapore", + "Slovakia", + "Slovenia", + "Solomon Islands", + "Somalia", + "South Africa", + "Spain", + "Sri Lanka", + "Suriname", + "Svalbard and Jan Mayen", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Tanzania", + "Thailand", + "Togo", + "Tokelau", + "Tonga", + "Trinidad and Tobago", + "Tunisia", + "Türkiye", + "Turkmenistan", + "Turks and Caicos Islands", + "Tuvalu", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uruguay", + "Uzbekistan", + "Vanuatu", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Yemen", + "Democratic Republic of the Congo", + "Zambia", + "Zimbabwe", + "Montenegro", + "Palestine", + "Serbia", + "Curaçao", + "Kosovo" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/a5232bcf-87aa-47bb-975a-96b2dd7d8f08/33522971253-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1133 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "122b8eb6-b730-4b73-8ddf-5e4f0f40e029", + "foreignRecordingId": "d7b4910f-c75d-49d9-a54c-d7f9fde4d349", + "trackFileId": 217288, + "albumId": 1133, + "explicit": false, + "absoluteTrackNumber": 10, + "trackNumber": "10", + "title": "Elsewhere", + "duration": 364322, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36139 + }, + "id": 1524 + }, + { + "albumId": 1133, + "artistId": 159, + "trackId": 36138, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/09. EDEN - ICYMI - Duvidha.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:31Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/09. EDEN - ICYMI - Duvidha.flac", + "path": "/mnt/europa/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 09 - Duvidha.flac", + "releaseGroup": null, + "size": "11006771", + "indexerFlags": "0" + }, + "album": { + "title": "ICYMI", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "126350a2-e23a-4d35-bcfc-0497a11a5ae4", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 2333762, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 8 + }, + "releaseDate": "2022-09-09T00:00:00Z", + "releases": [ + { + "id": 3021, + "albumId": 1133, + "foreignReleaseId": "a5232bcf-87aa-47bb-975a-96b2dd7d8f08", + "title": "ICYMI", + "status": "Official", + "duration": 2333762, + "trackCount": 11, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Afghanistan", + "Albania", + "Algeria", + "Andorra", + "Angola", + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Bangladesh", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Benin", + "Bermuda", + "Bhutan", + "Bolivia", + "Bosnia and Herzegovina", + "Botswana", + "Brazil", + "British Indian Ocean Territory", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Burundi", + "Cambodia", + "Cameroon", + "Canada", + "Cape Verde", + "Cayman Islands", + "Central African Republic", + "Chad", + "Chile", + "Christmas Island", + "Cocos (Keeling) Islands", + "Colombia", + "Comoros", + "Congo", + "Cook Islands", + "Costa Rica", + "Côte d'Ivoire", + "Croatia", + "Cyprus", + "Czechia", + "Denmark", + "Djibouti", + "Dominica", + "Dominican Republic", + "Timor-Leste", + "Ecuador", + "Egypt", + "El Salvador", + "Equatorial Guinea", + "Eritrea", + "Estonia", + "Ethiopia", + "Falkland Islands", + "Fiji", + "Finland", + "France", + "Gabon", + "Gambia", + "Georgia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea", + "Guinea-Bissau", + "Guyana", + "Haiti", + "Honduras", + "Hong Kong", + "Hungary", + "Iceland", + "India", + "Indonesia", + "Iraq", + "Ireland", + "Israel", + "Italy", + "Jamaica", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "Kiribati", + "South Korea", + "Kuwait", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lesotho", + "Liberia", + "Libya", + "Liechtenstein", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Madagascar", + "Malawi", + "Malaysia", + "Maldives", + "Mali", + "Malta", + "Marshall Islands", + "Mauritania", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Monaco", + "Mongolia", + "Montserrat", + "Morocco", + "Mozambique", + "Myanmar", + "Namibia", + "Nauru", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Niue", + "Norfolk Island", + "Norway", + "Oman", + "Pakistan", + "Palau", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Pitcairn", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Rwanda", + "Saint Kitts and Nevis", + "Saint Lucia", + "Saint Vincent and The Grenadines", + "Samoa", + "San Marino", + "Sao Tome and Principe", + "Saudi Arabia", + "Senegal", + "Seychelles", + "Sierra Leone", + "Singapore", + "Slovakia", + "Slovenia", + "Solomon Islands", + "Somalia", + "South Africa", + "Spain", + "Sri Lanka", + "Suriname", + "Svalbard and Jan Mayen", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Tanzania", + "Thailand", + "Togo", + "Tokelau", + "Tonga", + "Trinidad and Tobago", + "Tunisia", + "Türkiye", + "Turkmenistan", + "Turks and Caicos Islands", + "Tuvalu", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uruguay", + "Uzbekistan", + "Vanuatu", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Yemen", + "Democratic Republic of the Congo", + "Zambia", + "Zimbabwe", + "Montenegro", + "Palestine", + "Serbia", + "Curaçao", + "Kosovo" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/a5232bcf-87aa-47bb-975a-96b2dd7d8f08/33522971253-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1133 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "4c3afccb-cc00-4b5e-a96b-e74ece9ae941", + "foreignRecordingId": "df6819bf-9e50-46b1-b81a-b428e968ec91", + "trackFileId": 217277, + "albumId": 1133, + "explicit": false, + "absoluteTrackNumber": 9, + "trackNumber": "9", + "title": "Duvidha", + "duration": 101932, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36138 + }, + "id": 1523 + }, + { + "albumId": 1133, + "artistId": 159, + "trackId": 36137, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/08. EDEN - ICYMI - Call Me Back.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:31Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/08. EDEN - ICYMI - Call Me Back.flac", + "path": "/mnt/europa/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 08 - Call Me Back.flac", + "releaseGroup": null, + "size": "42676465", + "indexerFlags": "0" + }, + "album": { + "title": "ICYMI", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "126350a2-e23a-4d35-bcfc-0497a11a5ae4", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 2333762, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 8 + }, + "releaseDate": "2022-09-09T00:00:00Z", + "releases": [ + { + "id": 3021, + "albumId": 1133, + "foreignReleaseId": "a5232bcf-87aa-47bb-975a-96b2dd7d8f08", + "title": "ICYMI", + "status": "Official", + "duration": 2333762, + "trackCount": 11, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Afghanistan", + "Albania", + "Algeria", + "Andorra", + "Angola", + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Bangladesh", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Benin", + "Bermuda", + "Bhutan", + "Bolivia", + "Bosnia and Herzegovina", + "Botswana", + "Brazil", + "British Indian Ocean Territory", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Burundi", + "Cambodia", + "Cameroon", + "Canada", + "Cape Verde", + "Cayman Islands", + "Central African Republic", + "Chad", + "Chile", + "Christmas Island", + "Cocos (Keeling) Islands", + "Colombia", + "Comoros", + "Congo", + "Cook Islands", + "Costa Rica", + "Côte d'Ivoire", + "Croatia", + "Cyprus", + "Czechia", + "Denmark", + "Djibouti", + "Dominica", + "Dominican Republic", + "Timor-Leste", + "Ecuador", + "Egypt", + "El Salvador", + "Equatorial Guinea", + "Eritrea", + "Estonia", + "Ethiopia", + "Falkland Islands", + "Fiji", + "Finland", + "France", + "Gabon", + "Gambia", + "Georgia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea", + "Guinea-Bissau", + "Guyana", + "Haiti", + "Honduras", + "Hong Kong", + "Hungary", + "Iceland", + "India", + "Indonesia", + "Iraq", + "Ireland", + "Israel", + "Italy", + "Jamaica", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "Kiribati", + "South Korea", + "Kuwait", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lesotho", + "Liberia", + "Libya", + "Liechtenstein", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Madagascar", + "Malawi", + "Malaysia", + "Maldives", + "Mali", + "Malta", + "Marshall Islands", + "Mauritania", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Monaco", + "Mongolia", + "Montserrat", + "Morocco", + "Mozambique", + "Myanmar", + "Namibia", + "Nauru", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Niue", + "Norfolk Island", + "Norway", + "Oman", + "Pakistan", + "Palau", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Pitcairn", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Rwanda", + "Saint Kitts and Nevis", + "Saint Lucia", + "Saint Vincent and The Grenadines", + "Samoa", + "San Marino", + "Sao Tome and Principe", + "Saudi Arabia", + "Senegal", + "Seychelles", + "Sierra Leone", + "Singapore", + "Slovakia", + "Slovenia", + "Solomon Islands", + "Somalia", + "South Africa", + "Spain", + "Sri Lanka", + "Suriname", + "Svalbard and Jan Mayen", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Tanzania", + "Thailand", + "Togo", + "Tokelau", + "Tonga", + "Trinidad and Tobago", + "Tunisia", + "Türkiye", + "Turkmenistan", + "Turks and Caicos Islands", + "Tuvalu", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uruguay", + "Uzbekistan", + "Vanuatu", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Yemen", + "Democratic Republic of the Congo", + "Zambia", + "Zimbabwe", + "Montenegro", + "Palestine", + "Serbia", + "Curaçao", + "Kosovo" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/a5232bcf-87aa-47bb-975a-96b2dd7d8f08/33522971253-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1133 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "95d8d018-a768-403b-8613-be96a11736cf", + "foreignRecordingId": "501ca45b-e0a6-4570-a8ab-009ad3d6e288", + "trackFileId": 217254, + "albumId": 1133, + "explicit": false, + "absoluteTrackNumber": 8, + "trackNumber": "8", + "title": "Call Me Back", + "duration": 380604, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36137 + }, + "id": 1522 + }, + { + "albumId": 1133, + "artistId": 159, + "trackId": 36136, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/07. EDEN - ICYMI - PS1.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:31Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/07. EDEN - ICYMI - PS1.flac", + "path": "/mnt/europa/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 07 - PS1.flac", + "releaseGroup": null, + "size": "26922886", + "indexerFlags": "0" + }, + "album": { + "title": "ICYMI", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "126350a2-e23a-4d35-bcfc-0497a11a5ae4", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 2333762, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 8 + }, + "releaseDate": "2022-09-09T00:00:00Z", + "releases": [ + { + "id": 3021, + "albumId": 1133, + "foreignReleaseId": "a5232bcf-87aa-47bb-975a-96b2dd7d8f08", + "title": "ICYMI", + "status": "Official", + "duration": 2333762, + "trackCount": 11, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Afghanistan", + "Albania", + "Algeria", + "Andorra", + "Angola", + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Bangladesh", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Benin", + "Bermuda", + "Bhutan", + "Bolivia", + "Bosnia and Herzegovina", + "Botswana", + "Brazil", + "British Indian Ocean Territory", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Burundi", + "Cambodia", + "Cameroon", + "Canada", + "Cape Verde", + "Cayman Islands", + "Central African Republic", + "Chad", + "Chile", + "Christmas Island", + "Cocos (Keeling) Islands", + "Colombia", + "Comoros", + "Congo", + "Cook Islands", + "Costa Rica", + "Côte d'Ivoire", + "Croatia", + "Cyprus", + "Czechia", + "Denmark", + "Djibouti", + "Dominica", + "Dominican Republic", + "Timor-Leste", + "Ecuador", + "Egypt", + "El Salvador", + "Equatorial Guinea", + "Eritrea", + "Estonia", + "Ethiopia", + "Falkland Islands", + "Fiji", + "Finland", + "France", + "Gabon", + "Gambia", + "Georgia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea", + "Guinea-Bissau", + "Guyana", + "Haiti", + "Honduras", + "Hong Kong", + "Hungary", + "Iceland", + "India", + "Indonesia", + "Iraq", + "Ireland", + "Israel", + "Italy", + "Jamaica", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "Kiribati", + "South Korea", + "Kuwait", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lesotho", + "Liberia", + "Libya", + "Liechtenstein", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Madagascar", + "Malawi", + "Malaysia", + "Maldives", + "Mali", + "Malta", + "Marshall Islands", + "Mauritania", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Monaco", + "Mongolia", + "Montserrat", + "Morocco", + "Mozambique", + "Myanmar", + "Namibia", + "Nauru", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Niue", + "Norfolk Island", + "Norway", + "Oman", + "Pakistan", + "Palau", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Pitcairn", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Rwanda", + "Saint Kitts and Nevis", + "Saint Lucia", + "Saint Vincent and The Grenadines", + "Samoa", + "San Marino", + "Sao Tome and Principe", + "Saudi Arabia", + "Senegal", + "Seychelles", + "Sierra Leone", + "Singapore", + "Slovakia", + "Slovenia", + "Solomon Islands", + "Somalia", + "South Africa", + "Spain", + "Sri Lanka", + "Suriname", + "Svalbard and Jan Mayen", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Tanzania", + "Thailand", + "Togo", + "Tokelau", + "Tonga", + "Trinidad and Tobago", + "Tunisia", + "Türkiye", + "Turkmenistan", + "Turks and Caicos Islands", + "Tuvalu", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uruguay", + "Uzbekistan", + "Vanuatu", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Yemen", + "Democratic Republic of the Congo", + "Zambia", + "Zimbabwe", + "Montenegro", + "Palestine", + "Serbia", + "Curaçao", + "Kosovo" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/a5232bcf-87aa-47bb-975a-96b2dd7d8f08/33522971253-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1133 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "60c1cb88-093b-47cb-b22d-7700eeb6a9dd", + "foreignRecordingId": "13e6f504-1dd8-4636-8296-93dcbcaa2ff1", + "trackFileId": 217238, + "albumId": 1133, + "explicit": false, + "absoluteTrackNumber": 7, + "trackNumber": "7", + "title": "PS1", + "duration": 242598, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36136 + }, + "id": 1521 + }, + { + "albumId": 1133, + "artistId": 159, + "trackId": 36135, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/06. EDEN - ICYMI - Closer 2.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:31Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/06. EDEN - ICYMI - Closer 2.flac", + "path": "/mnt/europa/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 06 - Closer 2.flac", + "releaseGroup": null, + "size": "25180187", + "indexerFlags": "0" + }, + "album": { + "title": "ICYMI", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "126350a2-e23a-4d35-bcfc-0497a11a5ae4", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 2333762, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 8 + }, + "releaseDate": "2022-09-09T00:00:00Z", + "releases": [ + { + "id": 3021, + "albumId": 1133, + "foreignReleaseId": "a5232bcf-87aa-47bb-975a-96b2dd7d8f08", + "title": "ICYMI", + "status": "Official", + "duration": 2333762, + "trackCount": 11, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Afghanistan", + "Albania", + "Algeria", + "Andorra", + "Angola", + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Bangladesh", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Benin", + "Bermuda", + "Bhutan", + "Bolivia", + "Bosnia and Herzegovina", + "Botswana", + "Brazil", + "British Indian Ocean Territory", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Burundi", + "Cambodia", + "Cameroon", + "Canada", + "Cape Verde", + "Cayman Islands", + "Central African Republic", + "Chad", + "Chile", + "Christmas Island", + "Cocos (Keeling) Islands", + "Colombia", + "Comoros", + "Congo", + "Cook Islands", + "Costa Rica", + "Côte d'Ivoire", + "Croatia", + "Cyprus", + "Czechia", + "Denmark", + "Djibouti", + "Dominica", + "Dominican Republic", + "Timor-Leste", + "Ecuador", + "Egypt", + "El Salvador", + "Equatorial Guinea", + "Eritrea", + "Estonia", + "Ethiopia", + "Falkland Islands", + "Fiji", + "Finland", + "France", + "Gabon", + "Gambia", + "Georgia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea", + "Guinea-Bissau", + "Guyana", + "Haiti", + "Honduras", + "Hong Kong", + "Hungary", + "Iceland", + "India", + "Indonesia", + "Iraq", + "Ireland", + "Israel", + "Italy", + "Jamaica", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "Kiribati", + "South Korea", + "Kuwait", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lesotho", + "Liberia", + "Libya", + "Liechtenstein", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Madagascar", + "Malawi", + "Malaysia", + "Maldives", + "Mali", + "Malta", + "Marshall Islands", + "Mauritania", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Monaco", + "Mongolia", + "Montserrat", + "Morocco", + "Mozambique", + "Myanmar", + "Namibia", + "Nauru", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Niue", + "Norfolk Island", + "Norway", + "Oman", + "Pakistan", + "Palau", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Pitcairn", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Rwanda", + "Saint Kitts and Nevis", + "Saint Lucia", + "Saint Vincent and The Grenadines", + "Samoa", + "San Marino", + "Sao Tome and Principe", + "Saudi Arabia", + "Senegal", + "Seychelles", + "Sierra Leone", + "Singapore", + "Slovakia", + "Slovenia", + "Solomon Islands", + "Somalia", + "South Africa", + "Spain", + "Sri Lanka", + "Suriname", + "Svalbard and Jan Mayen", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Tanzania", + "Thailand", + "Togo", + "Tokelau", + "Tonga", + "Trinidad and Tobago", + "Tunisia", + "Türkiye", + "Turkmenistan", + "Turks and Caicos Islands", + "Tuvalu", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uruguay", + "Uzbekistan", + "Vanuatu", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Yemen", + "Democratic Republic of the Congo", + "Zambia", + "Zimbabwe", + "Montenegro", + "Palestine", + "Serbia", + "Curaçao", + "Kosovo" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/a5232bcf-87aa-47bb-975a-96b2dd7d8f08/33522971253-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1133 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "1c2b2446-525b-4700-a45e-72708815b2b9", + "foreignRecordingId": "69145aa0-ec4f-4b62-8630-2cdc24f8ac49", + "trackFileId": 217221, + "albumId": 1133, + "explicit": false, + "absoluteTrackNumber": 6, + "trackNumber": "6", + "title": "Closer 2", + "duration": 198145, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36135 + }, + "id": 1520 + }, + { + "albumId": 1133, + "artistId": 159, + "trackId": 36134, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/05. EDEN - ICYMI - Waiting Room.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:31Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/05. EDEN - ICYMI - Waiting Room.flac", + "path": "/mnt/europa/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 05 - Waiting Room.flac", + "releaseGroup": null, + "size": "13770770", + "indexerFlags": "0" + }, + "album": { + "title": "ICYMI", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "126350a2-e23a-4d35-bcfc-0497a11a5ae4", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 2333762, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 8 + }, + "releaseDate": "2022-09-09T00:00:00Z", + "releases": [ + { + "id": 3021, + "albumId": 1133, + "foreignReleaseId": "a5232bcf-87aa-47bb-975a-96b2dd7d8f08", + "title": "ICYMI", + "status": "Official", + "duration": 2333762, + "trackCount": 11, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Afghanistan", + "Albania", + "Algeria", + "Andorra", + "Angola", + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Bangladesh", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Benin", + "Bermuda", + "Bhutan", + "Bolivia", + "Bosnia and Herzegovina", + "Botswana", + "Brazil", + "British Indian Ocean Territory", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Burundi", + "Cambodia", + "Cameroon", + "Canada", + "Cape Verde", + "Cayman Islands", + "Central African Republic", + "Chad", + "Chile", + "Christmas Island", + "Cocos (Keeling) Islands", + "Colombia", + "Comoros", + "Congo", + "Cook Islands", + "Costa Rica", + "Côte d'Ivoire", + "Croatia", + "Cyprus", + "Czechia", + "Denmark", + "Djibouti", + "Dominica", + "Dominican Republic", + "Timor-Leste", + "Ecuador", + "Egypt", + "El Salvador", + "Equatorial Guinea", + "Eritrea", + "Estonia", + "Ethiopia", + "Falkland Islands", + "Fiji", + "Finland", + "France", + "Gabon", + "Gambia", + "Georgia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea", + "Guinea-Bissau", + "Guyana", + "Haiti", + "Honduras", + "Hong Kong", + "Hungary", + "Iceland", + "India", + "Indonesia", + "Iraq", + "Ireland", + "Israel", + "Italy", + "Jamaica", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "Kiribati", + "South Korea", + "Kuwait", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lesotho", + "Liberia", + "Libya", + "Liechtenstein", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Madagascar", + "Malawi", + "Malaysia", + "Maldives", + "Mali", + "Malta", + "Marshall Islands", + "Mauritania", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Monaco", + "Mongolia", + "Montserrat", + "Morocco", + "Mozambique", + "Myanmar", + "Namibia", + "Nauru", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Niue", + "Norfolk Island", + "Norway", + "Oman", + "Pakistan", + "Palau", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Pitcairn", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Rwanda", + "Saint Kitts and Nevis", + "Saint Lucia", + "Saint Vincent and The Grenadines", + "Samoa", + "San Marino", + "Sao Tome and Principe", + "Saudi Arabia", + "Senegal", + "Seychelles", + "Sierra Leone", + "Singapore", + "Slovakia", + "Slovenia", + "Solomon Islands", + "Somalia", + "South Africa", + "Spain", + "Sri Lanka", + "Suriname", + "Svalbard and Jan Mayen", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Tanzania", + "Thailand", + "Togo", + "Tokelau", + "Tonga", + "Trinidad and Tobago", + "Tunisia", + "Türkiye", + "Turkmenistan", + "Turks and Caicos Islands", + "Tuvalu", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uruguay", + "Uzbekistan", + "Vanuatu", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Yemen", + "Democratic Republic of the Congo", + "Zambia", + "Zimbabwe", + "Montenegro", + "Palestine", + "Serbia", + "Curaçao", + "Kosovo" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/a5232bcf-87aa-47bb-975a-96b2dd7d8f08/33522971253-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1133 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "2da2afde-25c7-4bf2-9299-a263eb8d6663", + "foreignRecordingId": "00d2c0b6-1b94-4ac2-acea-ff105d5d1392", + "trackFileId": 217204, + "albumId": 1133, + "explicit": false, + "absoluteTrackNumber": 5, + "trackNumber": "5", + "title": "Waiting Room", + "duration": 133498, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36134 + }, + "id": 1519 + }, + { + "albumId": 1133, + "artistId": 159, + "trackId": 36133, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/04. EDEN - ICYMI - Modern Warfare.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:31Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/04. EDEN - ICYMI - Modern Warfare.flac", + "path": "/mnt/europa/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 04 - Modern Warfare.flac", + "releaseGroup": null, + "size": "22345917", + "indexerFlags": "0" + }, + "album": { + "title": "ICYMI", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "126350a2-e23a-4d35-bcfc-0497a11a5ae4", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 2333762, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 8 + }, + "releaseDate": "2022-09-09T00:00:00Z", + "releases": [ + { + "id": 3021, + "albumId": 1133, + "foreignReleaseId": "a5232bcf-87aa-47bb-975a-96b2dd7d8f08", + "title": "ICYMI", + "status": "Official", + "duration": 2333762, + "trackCount": 11, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Afghanistan", + "Albania", + "Algeria", + "Andorra", + "Angola", + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Bangladesh", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Benin", + "Bermuda", + "Bhutan", + "Bolivia", + "Bosnia and Herzegovina", + "Botswana", + "Brazil", + "British Indian Ocean Territory", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Burundi", + "Cambodia", + "Cameroon", + "Canada", + "Cape Verde", + "Cayman Islands", + "Central African Republic", + "Chad", + "Chile", + "Christmas Island", + "Cocos (Keeling) Islands", + "Colombia", + "Comoros", + "Congo", + "Cook Islands", + "Costa Rica", + "Côte d'Ivoire", + "Croatia", + "Cyprus", + "Czechia", + "Denmark", + "Djibouti", + "Dominica", + "Dominican Republic", + "Timor-Leste", + "Ecuador", + "Egypt", + "El Salvador", + "Equatorial Guinea", + "Eritrea", + "Estonia", + "Ethiopia", + "Falkland Islands", + "Fiji", + "Finland", + "France", + "Gabon", + "Gambia", + "Georgia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea", + "Guinea-Bissau", + "Guyana", + "Haiti", + "Honduras", + "Hong Kong", + "Hungary", + "Iceland", + "India", + "Indonesia", + "Iraq", + "Ireland", + "Israel", + "Italy", + "Jamaica", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "Kiribati", + "South Korea", + "Kuwait", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lesotho", + "Liberia", + "Libya", + "Liechtenstein", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Madagascar", + "Malawi", + "Malaysia", + "Maldives", + "Mali", + "Malta", + "Marshall Islands", + "Mauritania", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Monaco", + "Mongolia", + "Montserrat", + "Morocco", + "Mozambique", + "Myanmar", + "Namibia", + "Nauru", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Niue", + "Norfolk Island", + "Norway", + "Oman", + "Pakistan", + "Palau", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Pitcairn", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Rwanda", + "Saint Kitts and Nevis", + "Saint Lucia", + "Saint Vincent and The Grenadines", + "Samoa", + "San Marino", + "Sao Tome and Principe", + "Saudi Arabia", + "Senegal", + "Seychelles", + "Sierra Leone", + "Singapore", + "Slovakia", + "Slovenia", + "Solomon Islands", + "Somalia", + "South Africa", + "Spain", + "Sri Lanka", + "Suriname", + "Svalbard and Jan Mayen", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Tanzania", + "Thailand", + "Togo", + "Tokelau", + "Tonga", + "Trinidad and Tobago", + "Tunisia", + "Türkiye", + "Turkmenistan", + "Turks and Caicos Islands", + "Tuvalu", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uruguay", + "Uzbekistan", + "Vanuatu", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Yemen", + "Democratic Republic of the Congo", + "Zambia", + "Zimbabwe", + "Montenegro", + "Palestine", + "Serbia", + "Curaçao", + "Kosovo" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/a5232bcf-87aa-47bb-975a-96b2dd7d8f08/33522971253-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1133 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "2cc41cbe-95d5-454f-9e7b-9c0aa8b7d92f", + "foreignRecordingId": "9ca74898-61f0-4f5e-a4bb-68dfeacd0e51", + "trackFileId": 217179, + "albumId": 1133, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "Modern Warfare", + "duration": 202410, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36133 + }, + "id": 1518 + }, + { + "albumId": 1133, + "artistId": 159, + "trackId": 36132, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/03. EDEN - ICYMI - Sci-Fi.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:31Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/03. EDEN - ICYMI - Sci-Fi.flac", + "path": "/mnt/europa/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 03 - Sci‐Fi.flac", + "releaseGroup": null, + "size": "20040398", + "indexerFlags": "0" + }, + "album": { + "title": "ICYMI", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "126350a2-e23a-4d35-bcfc-0497a11a5ae4", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 2333762, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 8 + }, + "releaseDate": "2022-09-09T00:00:00Z", + "releases": [ + { + "id": 3021, + "albumId": 1133, + "foreignReleaseId": "a5232bcf-87aa-47bb-975a-96b2dd7d8f08", + "title": "ICYMI", + "status": "Official", + "duration": 2333762, + "trackCount": 11, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Afghanistan", + "Albania", + "Algeria", + "Andorra", + "Angola", + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Bangladesh", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Benin", + "Bermuda", + "Bhutan", + "Bolivia", + "Bosnia and Herzegovina", + "Botswana", + "Brazil", + "British Indian Ocean Territory", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Burundi", + "Cambodia", + "Cameroon", + "Canada", + "Cape Verde", + "Cayman Islands", + "Central African Republic", + "Chad", + "Chile", + "Christmas Island", + "Cocos (Keeling) Islands", + "Colombia", + "Comoros", + "Congo", + "Cook Islands", + "Costa Rica", + "Côte d'Ivoire", + "Croatia", + "Cyprus", + "Czechia", + "Denmark", + "Djibouti", + "Dominica", + "Dominican Republic", + "Timor-Leste", + "Ecuador", + "Egypt", + "El Salvador", + "Equatorial Guinea", + "Eritrea", + "Estonia", + "Ethiopia", + "Falkland Islands", + "Fiji", + "Finland", + "France", + "Gabon", + "Gambia", + "Georgia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea", + "Guinea-Bissau", + "Guyana", + "Haiti", + "Honduras", + "Hong Kong", + "Hungary", + "Iceland", + "India", + "Indonesia", + "Iraq", + "Ireland", + "Israel", + "Italy", + "Jamaica", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "Kiribati", + "South Korea", + "Kuwait", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lesotho", + "Liberia", + "Libya", + "Liechtenstein", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Madagascar", + "Malawi", + "Malaysia", + "Maldives", + "Mali", + "Malta", + "Marshall Islands", + "Mauritania", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Monaco", + "Mongolia", + "Montserrat", + "Morocco", + "Mozambique", + "Myanmar", + "Namibia", + "Nauru", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Niue", + "Norfolk Island", + "Norway", + "Oman", + "Pakistan", + "Palau", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Pitcairn", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Rwanda", + "Saint Kitts and Nevis", + "Saint Lucia", + "Saint Vincent and The Grenadines", + "Samoa", + "San Marino", + "Sao Tome and Principe", + "Saudi Arabia", + "Senegal", + "Seychelles", + "Sierra Leone", + "Singapore", + "Slovakia", + "Slovenia", + "Solomon Islands", + "Somalia", + "South Africa", + "Spain", + "Sri Lanka", + "Suriname", + "Svalbard and Jan Mayen", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Tanzania", + "Thailand", + "Togo", + "Tokelau", + "Tonga", + "Trinidad and Tobago", + "Tunisia", + "Türkiye", + "Turkmenistan", + "Turks and Caicos Islands", + "Tuvalu", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uruguay", + "Uzbekistan", + "Vanuatu", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Yemen", + "Democratic Republic of the Congo", + "Zambia", + "Zimbabwe", + "Montenegro", + "Palestine", + "Serbia", + "Curaçao", + "Kosovo" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/a5232bcf-87aa-47bb-975a-96b2dd7d8f08/33522971253-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1133 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "2ffc6478-ae15-4730-a843-cf35c22e2372", + "foreignRecordingId": "e097356e-53dc-455e-89d2-04144cd8cb08", + "trackFileId": 217158, + "albumId": 1133, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "Sci‐Fi", + "duration": 176595, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36132 + }, + "id": 1517 + }, + { + "albumId": 1133, + "artistId": 159, + "trackId": 36131, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/02. EDEN - ICYMI - Balling.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:31Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/02. EDEN - ICYMI - Balling.flac", + "path": "/mnt/europa/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 02 - Balling.flac", + "releaseGroup": null, + "size": "23420034", + "indexerFlags": "0" + }, + "album": { + "title": "ICYMI", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "126350a2-e23a-4d35-bcfc-0497a11a5ae4", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 2333762, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 8 + }, + "releaseDate": "2022-09-09T00:00:00Z", + "releases": [ + { + "id": 3021, + "albumId": 1133, + "foreignReleaseId": "a5232bcf-87aa-47bb-975a-96b2dd7d8f08", + "title": "ICYMI", + "status": "Official", + "duration": 2333762, + "trackCount": 11, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Afghanistan", + "Albania", + "Algeria", + "Andorra", + "Angola", + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Bangladesh", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Benin", + "Bermuda", + "Bhutan", + "Bolivia", + "Bosnia and Herzegovina", + "Botswana", + "Brazil", + "British Indian Ocean Territory", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Burundi", + "Cambodia", + "Cameroon", + "Canada", + "Cape Verde", + "Cayman Islands", + "Central African Republic", + "Chad", + "Chile", + "Christmas Island", + "Cocos (Keeling) Islands", + "Colombia", + "Comoros", + "Congo", + "Cook Islands", + "Costa Rica", + "Côte d'Ivoire", + "Croatia", + "Cyprus", + "Czechia", + "Denmark", + "Djibouti", + "Dominica", + "Dominican Republic", + "Timor-Leste", + "Ecuador", + "Egypt", + "El Salvador", + "Equatorial Guinea", + "Eritrea", + "Estonia", + "Ethiopia", + "Falkland Islands", + "Fiji", + "Finland", + "France", + "Gabon", + "Gambia", + "Georgia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea", + "Guinea-Bissau", + "Guyana", + "Haiti", + "Honduras", + "Hong Kong", + "Hungary", + "Iceland", + "India", + "Indonesia", + "Iraq", + "Ireland", + "Israel", + "Italy", + "Jamaica", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "Kiribati", + "South Korea", + "Kuwait", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lesotho", + "Liberia", + "Libya", + "Liechtenstein", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Madagascar", + "Malawi", + "Malaysia", + "Maldives", + "Mali", + "Malta", + "Marshall Islands", + "Mauritania", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Monaco", + "Mongolia", + "Montserrat", + "Morocco", + "Mozambique", + "Myanmar", + "Namibia", + "Nauru", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Niue", + "Norfolk Island", + "Norway", + "Oman", + "Pakistan", + "Palau", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Pitcairn", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Rwanda", + "Saint Kitts and Nevis", + "Saint Lucia", + "Saint Vincent and The Grenadines", + "Samoa", + "San Marino", + "Sao Tome and Principe", + "Saudi Arabia", + "Senegal", + "Seychelles", + "Sierra Leone", + "Singapore", + "Slovakia", + "Slovenia", + "Solomon Islands", + "Somalia", + "South Africa", + "Spain", + "Sri Lanka", + "Suriname", + "Svalbard and Jan Mayen", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Tanzania", + "Thailand", + "Togo", + "Tokelau", + "Tonga", + "Trinidad and Tobago", + "Tunisia", + "Türkiye", + "Turkmenistan", + "Turks and Caicos Islands", + "Tuvalu", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uruguay", + "Uzbekistan", + "Vanuatu", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Yemen", + "Democratic Republic of the Congo", + "Zambia", + "Zimbabwe", + "Montenegro", + "Palestine", + "Serbia", + "Curaçao", + "Kosovo" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/a5232bcf-87aa-47bb-975a-96b2dd7d8f08/33522971253-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1133 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "da4e75b5-932e-43f0-b8fe-75e614ce9ad3", + "foreignRecordingId": "ca742996-b510-4fd0-a226-e500e11e3341", + "trackFileId": 217132, + "albumId": 1133, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "Balling", + "duration": 227524, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36131 + }, + "id": 1516 + }, + { + "albumId": 1133, + "artistId": 159, + "trackId": 36130, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/01. EDEN - ICYMI - A Call.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:31Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/01. EDEN - ICYMI - A Call.flac", + "path": "/mnt/europa/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 01 - A Call.flac", + "releaseGroup": null, + "size": "15572363", + "indexerFlags": "0" + }, + "album": { + "title": "ICYMI", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "126350a2-e23a-4d35-bcfc-0497a11a5ae4", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 2333762, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 8 + }, + "releaseDate": "2022-09-09T00:00:00Z", + "releases": [ + { + "id": 3021, + "albumId": 1133, + "foreignReleaseId": "a5232bcf-87aa-47bb-975a-96b2dd7d8f08", + "title": "ICYMI", + "status": "Official", + "duration": 2333762, + "trackCount": 11, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Afghanistan", + "Albania", + "Algeria", + "Andorra", + "Angola", + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Bangladesh", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Benin", + "Bermuda", + "Bhutan", + "Bolivia", + "Bosnia and Herzegovina", + "Botswana", + "Brazil", + "British Indian Ocean Territory", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Burundi", + "Cambodia", + "Cameroon", + "Canada", + "Cape Verde", + "Cayman Islands", + "Central African Republic", + "Chad", + "Chile", + "Christmas Island", + "Cocos (Keeling) Islands", + "Colombia", + "Comoros", + "Congo", + "Cook Islands", + "Costa Rica", + "Côte d'Ivoire", + "Croatia", + "Cyprus", + "Czechia", + "Denmark", + "Djibouti", + "Dominica", + "Dominican Republic", + "Timor-Leste", + "Ecuador", + "Egypt", + "El Salvador", + "Equatorial Guinea", + "Eritrea", + "Estonia", + "Ethiopia", + "Falkland Islands", + "Fiji", + "Finland", + "France", + "Gabon", + "Gambia", + "Georgia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea", + "Guinea-Bissau", + "Guyana", + "Haiti", + "Honduras", + "Hong Kong", + "Hungary", + "Iceland", + "India", + "Indonesia", + "Iraq", + "Ireland", + "Israel", + "Italy", + "Jamaica", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "Kiribati", + "South Korea", + "Kuwait", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lesotho", + "Liberia", + "Libya", + "Liechtenstein", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Madagascar", + "Malawi", + "Malaysia", + "Maldives", + "Mali", + "Malta", + "Marshall Islands", + "Mauritania", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Monaco", + "Mongolia", + "Montserrat", + "Morocco", + "Mozambique", + "Myanmar", + "Namibia", + "Nauru", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Niue", + "Norfolk Island", + "Norway", + "Oman", + "Pakistan", + "Palau", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Pitcairn", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Rwanda", + "Saint Kitts and Nevis", + "Saint Lucia", + "Saint Vincent and The Grenadines", + "Samoa", + "San Marino", + "Sao Tome and Principe", + "Saudi Arabia", + "Senegal", + "Seychelles", + "Sierra Leone", + "Singapore", + "Slovakia", + "Slovenia", + "Solomon Islands", + "Somalia", + "South Africa", + "Spain", + "Sri Lanka", + "Suriname", + "Svalbard and Jan Mayen", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Tanzania", + "Thailand", + "Togo", + "Tokelau", + "Tonga", + "Trinidad and Tobago", + "Tunisia", + "Türkiye", + "Turkmenistan", + "Turks and Caicos Islands", + "Tuvalu", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uruguay", + "Uzbekistan", + "Vanuatu", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Yemen", + "Democratic Republic of the Congo", + "Zambia", + "Zimbabwe", + "Montenegro", + "Palestine", + "Serbia", + "Curaçao", + "Kosovo" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/a5232bcf-87aa-47bb-975a-96b2dd7d8f08/33522971253-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1133 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "7e51ba93-dbd0-4043-85e5-2b3734ca8a01", + "foreignRecordingId": "5e571346-3c43-4bd9-a1c7-0c5b4c6746e9", + "trackFileId": 217109, + "albumId": 1133, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "A Call", + "duration": 127234, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36130 + }, + "id": 1515 + }, + { + "albumId": 1144, + "artistId": 159, + "trackId": 36257, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/13. EDEN - Dark - Quantuuuum.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:18Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/13. EDEN - Dark - Quantuuuum.flac", + "path": "/mnt/europa/music/EDEN/Dark (2025)/EDEN - Dark - 13 - Quantuuuum.flac", + "releaseGroup": null, + "size": "32399714", + "indexerFlags": "0" + }, + "album": { + "title": "Dark", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8662901d-1335-47b7-a1ab-5ca67ea09e86", + "monitored": false, + "anyReleaseOk": false, + "profileId": 0, + "duration": 3446211, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-08-22T00:00:00Z", + "releases": [ + { + "id": 3058, + "albumId": 1144, + "foreignReleaseId": "58fb831d-0b83-4465-8bc6-36bd4a6817c1", + "title": "Dark", + "status": "Official", + "duration": 2402947, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3130, + "albumId": 1144, + "foreignReleaseId": "24b9c0ef-0eeb-4449-8eb0-b3afb893ba69", + "title": "DDAARRKK", + "status": "Official", + "duration": 3446211, + "trackCount": 18, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "2xDigital Media", + "monitored": true + }, + { + "id": 3131, + "albumId": 1144, + "foreignReleaseId": "ce5e1027-ba4a-4480-bc88-6216c492bd20", + "title": "DARK", + "status": "Withdrawn", + "duration": 2122556, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "TH3RD BRAIN" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3797, + "albumId": 1144, + "foreignReleaseId": "b57548a8-2ef5-4be5-8024-c517223a9553", + "title": "DDAARRKK", + "status": "Official", + "duration": 4241211, + "trackCount": 23, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV" + ], + "format": "2xCD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/58fb831d-0b83-4465-8bc6-36bd4a6817c1/42827893870-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1144 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "18a5c62f-14f3-4292-b9db-c69981dcc65d", + "foreignRecordingId": "4f4a1e41-43bc-4f20-aa48-f2fecedf6a2f", + "trackFileId": 0, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 13, + "trackNumber": "13", + "title": "Quantuuuum", + "duration": 280391, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36257 + }, + "id": 1514 + }, + { + "albumId": 1144, + "artistId": 159, + "trackId": 36256, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/12. EDEN - Dark - Pocket (montreal).flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:18Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/12. EDEN - Dark - Pocket (montreal).flac", + "path": "/mnt/europa/music/EDEN/Dark (2025)/EDEN - Dark - 12 - Pocket (montreal).flac", + "releaseGroup": null, + "size": "11963387", + "indexerFlags": "0" + }, + "album": { + "title": "Dark", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8662901d-1335-47b7-a1ab-5ca67ea09e86", + "monitored": false, + "anyReleaseOk": false, + "profileId": 0, + "duration": 3446211, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-08-22T00:00:00Z", + "releases": [ + { + "id": 3058, + "albumId": 1144, + "foreignReleaseId": "58fb831d-0b83-4465-8bc6-36bd4a6817c1", + "title": "Dark", + "status": "Official", + "duration": 2402947, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3130, + "albumId": 1144, + "foreignReleaseId": "24b9c0ef-0eeb-4449-8eb0-b3afb893ba69", + "title": "DDAARRKK", + "status": "Official", + "duration": 3446211, + "trackCount": 18, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "2xDigital Media", + "monitored": true + }, + { + "id": 3131, + "albumId": 1144, + "foreignReleaseId": "ce5e1027-ba4a-4480-bc88-6216c492bd20", + "title": "DARK", + "status": "Withdrawn", + "duration": 2122556, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "TH3RD BRAIN" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3797, + "albumId": 1144, + "foreignReleaseId": "b57548a8-2ef5-4be5-8024-c517223a9553", + "title": "DDAARRKK", + "status": "Official", + "duration": 4241211, + "trackCount": 23, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV" + ], + "format": "2xCD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/58fb831d-0b83-4465-8bc6-36bd4a6817c1/42827893870-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1144 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "ff07f9a4-c6b2-48eb-b648-2a4af7bdb02e", + "foreignRecordingId": "650bbe75-d11f-439e-b334-14bea20fdd6f", + "trackFileId": 0, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 12, + "trackNumber": "12", + "title": "Pocket (montreal)", + "duration": 118704, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36256 + }, + "id": 1513 + }, + { + "albumId": 1144, + "artistId": 159, + "trackId": 36255, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/11. EDEN - Dark - At Once.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:18Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/11. EDEN - Dark - At Once.flac", + "path": "/mnt/europa/music/EDEN/Dark (2025)/EDEN - Dark - 11 - At Once.flac", + "releaseGroup": null, + "size": "19040710", + "indexerFlags": "0" + }, + "album": { + "title": "Dark", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8662901d-1335-47b7-a1ab-5ca67ea09e86", + "monitored": false, + "anyReleaseOk": false, + "profileId": 0, + "duration": 3446211, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-08-22T00:00:00Z", + "releases": [ + { + "id": 3058, + "albumId": 1144, + "foreignReleaseId": "58fb831d-0b83-4465-8bc6-36bd4a6817c1", + "title": "Dark", + "status": "Official", + "duration": 2402947, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3130, + "albumId": 1144, + "foreignReleaseId": "24b9c0ef-0eeb-4449-8eb0-b3afb893ba69", + "title": "DDAARRKK", + "status": "Official", + "duration": 3446211, + "trackCount": 18, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "2xDigital Media", + "monitored": true + }, + { + "id": 3131, + "albumId": 1144, + "foreignReleaseId": "ce5e1027-ba4a-4480-bc88-6216c492bd20", + "title": "DARK", + "status": "Withdrawn", + "duration": 2122556, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "TH3RD BRAIN" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3797, + "albumId": 1144, + "foreignReleaseId": "b57548a8-2ef5-4be5-8024-c517223a9553", + "title": "DDAARRKK", + "status": "Official", + "duration": 4241211, + "trackCount": 23, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV" + ], + "format": "2xCD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/58fb831d-0b83-4465-8bc6-36bd4a6817c1/42827893870-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1144 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "844dd813-c20e-4050-ae12-f9cd10647596", + "foreignRecordingId": "bea8c7a4-5993-44e0-ae7e-6ce780e03c2d", + "trackFileId": 0, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 11, + "trackNumber": "11", + "title": "At Once", + "duration": 176928, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36255 + }, + "id": 1512 + }, + { + "albumId": 1144, + "artistId": 159, + "trackId": 36254, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/10. EDEN - Dark - gggiiiiirrrrlllll.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:18Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/10. EDEN - Dark - gggiiiiirrrrlllll.flac", + "path": "/mnt/europa/music/EDEN/Dark (2025)/EDEN - Dark - 10 - gggiiiiirrrrlllll.flac", + "releaseGroup": null, + "size": "10851343", + "indexerFlags": "0" + }, + "album": { + "title": "Dark", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8662901d-1335-47b7-a1ab-5ca67ea09e86", + "monitored": false, + "anyReleaseOk": false, + "profileId": 0, + "duration": 3446211, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-08-22T00:00:00Z", + "releases": [ + { + "id": 3058, + "albumId": 1144, + "foreignReleaseId": "58fb831d-0b83-4465-8bc6-36bd4a6817c1", + "title": "Dark", + "status": "Official", + "duration": 2402947, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3130, + "albumId": 1144, + "foreignReleaseId": "24b9c0ef-0eeb-4449-8eb0-b3afb893ba69", + "title": "DDAARRKK", + "status": "Official", + "duration": 3446211, + "trackCount": 18, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "2xDigital Media", + "monitored": true + }, + { + "id": 3131, + "albumId": 1144, + "foreignReleaseId": "ce5e1027-ba4a-4480-bc88-6216c492bd20", + "title": "DARK", + "status": "Withdrawn", + "duration": 2122556, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "TH3RD BRAIN" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3797, + "albumId": 1144, + "foreignReleaseId": "b57548a8-2ef5-4be5-8024-c517223a9553", + "title": "DDAARRKK", + "status": "Official", + "duration": 4241211, + "trackCount": 23, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV" + ], + "format": "2xCD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/58fb831d-0b83-4465-8bc6-36bd4a6817c1/42827893870-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1144 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "9f6784f9-f66e-4f31-b82f-78131b0dbc46", + "foreignRecordingId": "1286e9a3-ab17-4de2-9563-e3301c14496f", + "trackFileId": 0, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 10, + "trackNumber": "10", + "title": "gggiiiiirrrrlllll", + "duration": 109131, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36254 + }, + "id": 1511 + }, + { + "albumId": 1144, + "artistId": 159, + "trackId": 36253, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/09. EDEN - Dark - (Cold Water freestyle).flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:18Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/09. EDEN - Dark - (Cold Water freestyle).flac", + "path": "/mnt/europa/music/EDEN/Dark (2025)/EDEN - Dark - 09 - (Cold Water freestyle).flac", + "releaseGroup": null, + "size": "13391767", + "indexerFlags": "0" + }, + "album": { + "title": "Dark", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8662901d-1335-47b7-a1ab-5ca67ea09e86", + "monitored": false, + "anyReleaseOk": false, + "profileId": 0, + "duration": 3446211, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-08-22T00:00:00Z", + "releases": [ + { + "id": 3058, + "albumId": 1144, + "foreignReleaseId": "58fb831d-0b83-4465-8bc6-36bd4a6817c1", + "title": "Dark", + "status": "Official", + "duration": 2402947, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3130, + "albumId": 1144, + "foreignReleaseId": "24b9c0ef-0eeb-4449-8eb0-b3afb893ba69", + "title": "DDAARRKK", + "status": "Official", + "duration": 3446211, + "trackCount": 18, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "2xDigital Media", + "monitored": true + }, + { + "id": 3131, + "albumId": 1144, + "foreignReleaseId": "ce5e1027-ba4a-4480-bc88-6216c492bd20", + "title": "DARK", + "status": "Withdrawn", + "duration": 2122556, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "TH3RD BRAIN" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3797, + "albumId": 1144, + "foreignReleaseId": "b57548a8-2ef5-4be5-8024-c517223a9553", + "title": "DDAARRKK", + "status": "Official", + "duration": 4241211, + "trackCount": 23, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV" + ], + "format": "2xCD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/58fb831d-0b83-4465-8bc6-36bd4a6817c1/42827893870-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1144 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "a5697242-3f9d-4fb3-98db-f45e860c3c15", + "foreignRecordingId": "ae18a084-20c7-4b85-81af-e4a8a1c5e421", + "trackFileId": 0, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 9, + "trackNumber": "9", + "title": "(Cold Water freestyle)", + "duration": 142522, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36253 + }, + "id": 1510 + }, + { + "albumId": 1144, + "artistId": 159, + "trackId": 36252, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/08. EDEN - Dark - Light Sleeper.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:18Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/08. EDEN - Dark - Light Sleeper.flac", + "path": "/mnt/europa/music/EDEN/Dark (2025)/EDEN - Dark - 08 - Light Sleeper.flac", + "releaseGroup": null, + "size": "21038768", + "indexerFlags": "0" + }, + "album": { + "title": "Dark", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8662901d-1335-47b7-a1ab-5ca67ea09e86", + "monitored": false, + "anyReleaseOk": false, + "profileId": 0, + "duration": 3446211, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-08-22T00:00:00Z", + "releases": [ + { + "id": 3058, + "albumId": 1144, + "foreignReleaseId": "58fb831d-0b83-4465-8bc6-36bd4a6817c1", + "title": "Dark", + "status": "Official", + "duration": 2402947, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3130, + "albumId": 1144, + "foreignReleaseId": "24b9c0ef-0eeb-4449-8eb0-b3afb893ba69", + "title": "DDAARRKK", + "status": "Official", + "duration": 3446211, + "trackCount": 18, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "2xDigital Media", + "monitored": true + }, + { + "id": 3131, + "albumId": 1144, + "foreignReleaseId": "ce5e1027-ba4a-4480-bc88-6216c492bd20", + "title": "DARK", + "status": "Withdrawn", + "duration": 2122556, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "TH3RD BRAIN" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3797, + "albumId": 1144, + "foreignReleaseId": "b57548a8-2ef5-4be5-8024-c517223a9553", + "title": "DDAARRKK", + "status": "Official", + "duration": 4241211, + "trackCount": 23, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV" + ], + "format": "2xCD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/58fb831d-0b83-4465-8bc6-36bd4a6817c1/42827893870-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1144 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "9c0908d7-78a8-4077-9cb5-c477d34731c9", + "foreignRecordingId": "91cf7b53-75ca-4d47-8905-35751537cd8d", + "trackFileId": 0, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 8, + "trackNumber": "8", + "title": "Light Sleeper", + "duration": 245363, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36252 + }, + "id": 1509 + }, + { + "albumId": 1144, + "artistId": 159, + "trackId": 36251, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/07. EDEN - Dark - 5ever.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:18Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/07. EDEN - Dark - 5ever.flac", + "path": "/mnt/europa/music/EDEN/Dark (2025)/EDEN - Dark - 07 - 5ever.flac", + "releaseGroup": null, + "size": "19572268", + "indexerFlags": "0" + }, + "album": { + "title": "Dark", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8662901d-1335-47b7-a1ab-5ca67ea09e86", + "monitored": false, + "anyReleaseOk": false, + "profileId": 0, + "duration": 3446211, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-08-22T00:00:00Z", + "releases": [ + { + "id": 3058, + "albumId": 1144, + "foreignReleaseId": "58fb831d-0b83-4465-8bc6-36bd4a6817c1", + "title": "Dark", + "status": "Official", + "duration": 2402947, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3130, + "albumId": 1144, + "foreignReleaseId": "24b9c0ef-0eeb-4449-8eb0-b3afb893ba69", + "title": "DDAARRKK", + "status": "Official", + "duration": 3446211, + "trackCount": 18, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "2xDigital Media", + "monitored": true + }, + { + "id": 3131, + "albumId": 1144, + "foreignReleaseId": "ce5e1027-ba4a-4480-bc88-6216c492bd20", + "title": "DARK", + "status": "Withdrawn", + "duration": 2122556, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "TH3RD BRAIN" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3797, + "albumId": 1144, + "foreignReleaseId": "b57548a8-2ef5-4be5-8024-c517223a9553", + "title": "DDAARRKK", + "status": "Official", + "duration": 4241211, + "trackCount": 23, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV" + ], + "format": "2xCD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/58fb831d-0b83-4465-8bc6-36bd4a6817c1/42827893870-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1144 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "f55dfdef-34e2-45fc-999d-f69734a32b6c", + "foreignRecordingId": "f4282c9b-c5f1-490d-b61d-34be347a5cd0", + "trackFileId": 0, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 7, + "trackNumber": "7", + "title": "5ever", + "duration": 198333, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36251 + }, + "id": 1508 + }, + { + "albumId": 1144, + "artistId": 159, + "trackId": 36250, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/06. EDEN - Dark - True.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:18Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/06. EDEN - Dark - True.flac", + "path": "/mnt/europa/music/EDEN/Dark (2025)/EDEN - Dark - 06 - True.flac", + "releaseGroup": null, + "size": "14853279", + "indexerFlags": "0" + }, + "album": { + "title": "Dark", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8662901d-1335-47b7-a1ab-5ca67ea09e86", + "monitored": false, + "anyReleaseOk": false, + "profileId": 0, + "duration": 3446211, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-08-22T00:00:00Z", + "releases": [ + { + "id": 3058, + "albumId": 1144, + "foreignReleaseId": "58fb831d-0b83-4465-8bc6-36bd4a6817c1", + "title": "Dark", + "status": "Official", + "duration": 2402947, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3130, + "albumId": 1144, + "foreignReleaseId": "24b9c0ef-0eeb-4449-8eb0-b3afb893ba69", + "title": "DDAARRKK", + "status": "Official", + "duration": 3446211, + "trackCount": 18, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "2xDigital Media", + "monitored": true + }, + { + "id": 3131, + "albumId": 1144, + "foreignReleaseId": "ce5e1027-ba4a-4480-bc88-6216c492bd20", + "title": "DARK", + "status": "Withdrawn", + "duration": 2122556, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "TH3RD BRAIN" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3797, + "albumId": 1144, + "foreignReleaseId": "b57548a8-2ef5-4be5-8024-c517223a9553", + "title": "DDAARRKK", + "status": "Official", + "duration": 4241211, + "trackCount": 23, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV" + ], + "format": "2xCD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/58fb831d-0b83-4465-8bc6-36bd4a6817c1/42827893870-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1144 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "dbc9bbf6-6ebb-4106-8e31-3b4eedc743ed", + "foreignRecordingId": "e25ffd8f-4aaf-476d-82de-ddca3041856e", + "trackFileId": 0, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 6, + "trackNumber": "6", + "title": "True", + "duration": 162291, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36250 + }, + "id": 1507 + }, + { + "albumId": 1144, + "artistId": 159, + "trackId": 36249, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/05. EDEN - Dark - Ghost in the Shell.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:18Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/05. EDEN - Dark - Ghost in the Shell.flac", + "path": "/mnt/europa/music/EDEN/Dark (2025)/EDEN - Dark - 05 - Ghost in the Shell.flac", + "releaseGroup": null, + "size": "29213897", + "indexerFlags": "0" + }, + "album": { + "title": "Dark", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8662901d-1335-47b7-a1ab-5ca67ea09e86", + "monitored": false, + "anyReleaseOk": false, + "profileId": 0, + "duration": 3446211, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-08-22T00:00:00Z", + "releases": [ + { + "id": 3058, + "albumId": 1144, + "foreignReleaseId": "58fb831d-0b83-4465-8bc6-36bd4a6817c1", + "title": "Dark", + "status": "Official", + "duration": 2402947, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3130, + "albumId": 1144, + "foreignReleaseId": "24b9c0ef-0eeb-4449-8eb0-b3afb893ba69", + "title": "DDAARRKK", + "status": "Official", + "duration": 3446211, + "trackCount": 18, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "2xDigital Media", + "monitored": true + }, + { + "id": 3131, + "albumId": 1144, + "foreignReleaseId": "ce5e1027-ba4a-4480-bc88-6216c492bd20", + "title": "DARK", + "status": "Withdrawn", + "duration": 2122556, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "TH3RD BRAIN" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3797, + "albumId": 1144, + "foreignReleaseId": "b57548a8-2ef5-4be5-8024-c517223a9553", + "title": "DDAARRKK", + "status": "Official", + "duration": 4241211, + "trackCount": 23, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV" + ], + "format": "2xCD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/58fb831d-0b83-4465-8bc6-36bd4a6817c1/42827893870-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1144 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "221445cf-eb31-4398-a4a9-d6ed4e66b922", + "foreignRecordingId": "c32f54e5-7145-4d99-b5d9-ee3fa6a9aa4f", + "trackFileId": 0, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 5, + "trackNumber": "5", + "title": "Ghost in the Shell", + "duration": 253011, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36249 + }, + "id": 1506 + }, + { + "albumId": 1144, + "artistId": 159, + "trackId": 36248, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/04. EDEN - Dark - Paris, Teargas.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:18Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/04. EDEN - Dark - Paris, Teargas.flac", + "path": "/mnt/europa/music/EDEN/Dark (2025)/EDEN - Dark - 04 - Paris, Teargas.flac", + "releaseGroup": null, + "size": "17507781", + "indexerFlags": "0" + }, + "album": { + "title": "Dark", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8662901d-1335-47b7-a1ab-5ca67ea09e86", + "monitored": false, + "anyReleaseOk": false, + "profileId": 0, + "duration": 3446211, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-08-22T00:00:00Z", + "releases": [ + { + "id": 3058, + "albumId": 1144, + "foreignReleaseId": "58fb831d-0b83-4465-8bc6-36bd4a6817c1", + "title": "Dark", + "status": "Official", + "duration": 2402947, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3130, + "albumId": 1144, + "foreignReleaseId": "24b9c0ef-0eeb-4449-8eb0-b3afb893ba69", + "title": "DDAARRKK", + "status": "Official", + "duration": 3446211, + "trackCount": 18, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "2xDigital Media", + "monitored": true + }, + { + "id": 3131, + "albumId": 1144, + "foreignReleaseId": "ce5e1027-ba4a-4480-bc88-6216c492bd20", + "title": "DARK", + "status": "Withdrawn", + "duration": 2122556, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "TH3RD BRAIN" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3797, + "albumId": 1144, + "foreignReleaseId": "b57548a8-2ef5-4be5-8024-c517223a9553", + "title": "DDAARRKK", + "status": "Official", + "duration": 4241211, + "trackCount": 23, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV" + ], + "format": "2xCD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/58fb831d-0b83-4465-8bc6-36bd4a6817c1/42827893870-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1144 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "e53bc16c-7d9a-40d0-a5d2-e0fa9a00eb17", + "foreignRecordingId": "b6d2d25a-6a50-42fb-9dd9-4b41e4a1210a", + "trackFileId": 0, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "Paris, Teargas", + "duration": 171832, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36248 + }, + "id": 1505 + }, + { + "albumId": 1144, + "artistId": 159, + "trackId": 36247, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/03. EDEN - Dark - TEAM.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:18Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/03. EDEN - Dark - TEAM.flac", + "path": "/mnt/europa/music/EDEN/Dark (2025)/EDEN - Dark - 03 - TEAM.flac", + "releaseGroup": null, + "size": "18954107", + "indexerFlags": "0" + }, + "album": { + "title": "Dark", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8662901d-1335-47b7-a1ab-5ca67ea09e86", + "monitored": false, + "anyReleaseOk": false, + "profileId": 0, + "duration": 3446211, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-08-22T00:00:00Z", + "releases": [ + { + "id": 3058, + "albumId": 1144, + "foreignReleaseId": "58fb831d-0b83-4465-8bc6-36bd4a6817c1", + "title": "Dark", + "status": "Official", + "duration": 2402947, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3130, + "albumId": 1144, + "foreignReleaseId": "24b9c0ef-0eeb-4449-8eb0-b3afb893ba69", + "title": "DDAARRKK", + "status": "Official", + "duration": 3446211, + "trackCount": 18, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "2xDigital Media", + "monitored": true + }, + { + "id": 3131, + "albumId": 1144, + "foreignReleaseId": "ce5e1027-ba4a-4480-bc88-6216c492bd20", + "title": "DARK", + "status": "Withdrawn", + "duration": 2122556, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "TH3RD BRAIN" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3797, + "albumId": 1144, + "foreignReleaseId": "b57548a8-2ef5-4be5-8024-c517223a9553", + "title": "DDAARRKK", + "status": "Official", + "duration": 4241211, + "trackCount": 23, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV" + ], + "format": "2xCD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/58fb831d-0b83-4465-8bc6-36bd4a6817c1/42827893870-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1144 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "3f492634-db07-469a-a923-deafebfbd909", + "foreignRecordingId": "418a145d-80b1-4a19-8139-d7040c040452", + "trackFileId": 0, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "TEAM", + "duration": 167820, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36247 + }, + "id": 1504 + }, + { + "albumId": 1144, + "artistId": 159, + "trackId": 36246, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/02. EDEN - Dark - Zzz.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:18Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/02. EDEN - Dark - Zzz.flac", + "path": "/mnt/europa/music/EDEN/Dark (2025)/EDEN - Dark - 02 - Zzz.flac", + "releaseGroup": null, + "size": "19114442", + "indexerFlags": "0" + }, + "album": { + "title": "Dark", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8662901d-1335-47b7-a1ab-5ca67ea09e86", + "monitored": false, + "anyReleaseOk": false, + "profileId": 0, + "duration": 3446211, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-08-22T00:00:00Z", + "releases": [ + { + "id": 3058, + "albumId": 1144, + "foreignReleaseId": "58fb831d-0b83-4465-8bc6-36bd4a6817c1", + "title": "Dark", + "status": "Official", + "duration": 2402947, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3130, + "albumId": 1144, + "foreignReleaseId": "24b9c0ef-0eeb-4449-8eb0-b3afb893ba69", + "title": "DDAARRKK", + "status": "Official", + "duration": 3446211, + "trackCount": 18, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "2xDigital Media", + "monitored": true + }, + { + "id": 3131, + "albumId": 1144, + "foreignReleaseId": "ce5e1027-ba4a-4480-bc88-6216c492bd20", + "title": "DARK", + "status": "Withdrawn", + "duration": 2122556, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "TH3RD BRAIN" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3797, + "albumId": 1144, + "foreignReleaseId": "b57548a8-2ef5-4be5-8024-c517223a9553", + "title": "DDAARRKK", + "status": "Official", + "duration": 4241211, + "trackCount": 23, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV" + ], + "format": "2xCD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/58fb831d-0b83-4465-8bc6-36bd4a6817c1/42827893870-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1144 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "f5bb1571-5ddb-46f5-94f9-15cd9a22a241", + "foreignRecordingId": "ab3343ae-d562-486b-833b-a74123a2e07a", + "trackFileId": 0, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "Zzz", + "duration": 180001, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36246 + }, + "id": 1503 + }, + { + "albumId": 1144, + "artistId": 159, + "trackId": 36245, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/01. EDEN - Dark - Still.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:18Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/01. EDEN - Dark - Still.flac", + "path": "/mnt/europa/music/EDEN/Dark (2025)/EDEN - Dark - 01 - Still.flac", + "releaseGroup": null, + "size": "23383245", + "indexerFlags": "0" + }, + "album": { + "title": "Dark", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8662901d-1335-47b7-a1ab-5ca67ea09e86", + "monitored": false, + "anyReleaseOk": false, + "profileId": 0, + "duration": 3446211, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-08-22T00:00:00Z", + "releases": [ + { + "id": 3058, + "albumId": 1144, + "foreignReleaseId": "58fb831d-0b83-4465-8bc6-36bd4a6817c1", + "title": "Dark", + "status": "Official", + "duration": 2402947, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3130, + "albumId": 1144, + "foreignReleaseId": "24b9c0ef-0eeb-4449-8eb0-b3afb893ba69", + "title": "DDAARRKK", + "status": "Official", + "duration": 3446211, + "trackCount": 18, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "2xDigital Media", + "monitored": true + }, + { + "id": 3131, + "albumId": 1144, + "foreignReleaseId": "ce5e1027-ba4a-4480-bc88-6216c492bd20", + "title": "DARK", + "status": "Withdrawn", + "duration": 2122556, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "TH3RD BRAIN" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3797, + "albumId": 1144, + "foreignReleaseId": "b57548a8-2ef5-4be5-8024-c517223a9553", + "title": "DDAARRKK", + "status": "Official", + "duration": 4241211, + "trackCount": 23, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV" + ], + "format": "2xCD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/58fb831d-0b83-4465-8bc6-36bd4a6817c1/42827893870-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1144 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "track": { + "artistId": 159, + "foreignTrackId": "4ef8bebb-ace5-42bb-bc07-1c06ba37ed3b", + "foreignRecordingId": "3cdd9031-3f7d-4fd3-99e3-fcd44a3abbec", + "trackFileId": 0, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Still", + "duration": 196620, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36245 + }, + "id": 1502 + } + ] +} diff --git a/Ruddarr/Preview Content/album-track-files.json b/Ruddarr/Preview Content/album-track-files.json new file mode 100644 index 00000000..046e4eb9 --- /dev/null +++ b/Ruddarr/Preview Content/album-track-files.json @@ -0,0 +1,560 @@ +[ + { + "artistId": 159, + "albumId": 1144, + "path": "/mnt/plex/music/EDEN/DDAARRKK (2025)/Digital Media 02/EDEN - DDAARRKK - 01 - Still.flac", + "size": 23375676, + "dateAdded": "2026-05-16T14:43:56Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "944 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 217471 + }, + { + "artistId": 159, + "albumId": 1144, + "path": "/mnt/plex/music/EDEN/DDAARRKK (2025)/Digital Media 01/EDEN - DDAARRKK - 01 - Trophy Hunting.flac", + "size": 20510346, + "dateAdded": "2026-05-16T14:43:56Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "898 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 217472 + }, + { + "artistId": 159, + "albumId": 1144, + "path": "/mnt/plex/music/EDEN/DDAARRKK (2025)/Digital Media 02/EDEN - DDAARRKK - 02 - Zzz.flac", + "size": 19106873, + "dateAdded": "2026-05-16T14:43:56Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "841 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 217473 + }, + { + "artistId": 159, + "albumId": 1144, + "path": "/mnt/plex/music/EDEN/DDAARRKK (2025)/Digital Media 01/EDEN - DDAARRKK - 02 - Twiin.flac", + "size": 17378852, + "dateAdded": "2026-05-16T14:43:56Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "838 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 217474 + }, + { + "artistId": 159, + "albumId": 1144, + "path": "/mnt/plex/music/EDEN/DDAARRKK (2025)/Digital Media 01/EDEN - DDAARRKK - 03 - Hello.flac", + "size": 29834178, + "dateAdded": "2026-05-16T14:43:56Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "930 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 217475 + }, + { + "artistId": 159, + "albumId": 1144, + "path": "/mnt/plex/music/EDEN/DDAARRKK (2025)/Digital Media 02/EDEN - DDAARRKK - 03 - TEAM.flac", + "size": 18946538, + "dateAdded": "2026-05-16T14:43:56Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "894 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 217476 + }, + { + "artistId": 159, + "albumId": 1144, + "path": "/mnt/plex/music/EDEN/DDAARRKK (2025)/Digital Media 01/EDEN - DDAARRKK - 04 - redemption arc.flac", + "size": 20726251, + "dateAdded": "2026-05-16T14:43:56Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "837 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 217477 + }, + { + "artistId": 159, + "albumId": 1144, + "path": "/mnt/plex/music/EDEN/DDAARRKK (2025)/Digital Media 02/EDEN - DDAARRKK - 04 - Paris, Teargas.flac", + "size": 17500212, + "dateAdded": "2026-05-16T14:43:56Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "806 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 217478 + }, + { + "artistId": 159, + "albumId": 1144, + "path": "/mnt/plex/music/EDEN/DDAARRKK (2025)/Digital Media 02/EDEN - DDAARRKK - 05 - Ghost in the Shell.flac", + "size": 29206328, + "dateAdded": "2026-05-16T14:43:56Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "917 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 217479 + }, + { + "artistId": 159, + "albumId": 1144, + "path": "/mnt/plex/music/EDEN/DDAARRKK (2025)/Digital Media 01/EDEN - DDAARRKK - 05 - Under the Skin.flac", + "size": 24083682, + "dateAdded": "2026-05-16T14:43:56Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "775 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 217480 + }, + { + "artistId": 159, + "albumId": 1144, + "path": "/mnt/plex/music/EDEN/DDAARRKK (2025)/Digital Media 02/EDEN - DDAARRKK - 06 - True.flac", + "size": 14845710, + "dateAdded": "2026-05-16T14:43:56Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "723 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 217481 + }, + { + "artistId": 159, + "albumId": 1144, + "path": "/mnt/plex/music/EDEN/DDAARRKK (2025)/Digital Media 02/EDEN - DDAARRKK - 07 - 5ever.flac", + "size": 19564699, + "dateAdded": "2026-05-16T14:43:56Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "782 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 217482 + }, + { + "artistId": 159, + "albumId": 1144, + "path": "/mnt/plex/music/EDEN/DDAARRKK (2025)/Digital Media 02/EDEN - DDAARRKK - 08 - Light Sleeper.flac", + "size": 21031199, + "dateAdded": "2026-05-16T14:43:56Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "680 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 217483 + }, + { + "artistId": 159, + "albumId": 1144, + "path": "/mnt/plex/music/EDEN/DDAARRKK (2025)/Digital Media 02/EDEN - DDAARRKK - 09 - (Cold Water freestyle).flac", + "size": 13384198, + "dateAdded": "2026-05-16T14:43:56Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "741 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 217484 + }, + { + "artistId": 159, + "albumId": 1144, + "path": "/mnt/plex/music/EDEN/DDAARRKK (2025)/Digital Media 02/EDEN - DDAARRKK - 10 - gggiiiiirrrrlllll.flac", + "size": 10843774, + "dateAdded": "2026-05-16T14:43:56Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "782 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 217485 + }, + { + "artistId": 159, + "albumId": 1144, + "path": "/mnt/plex/music/EDEN/DDAARRKK (2025)/Digital Media 02/EDEN - DDAARRKK - 11 - At Once.flac", + "size": 19033141, + "dateAdded": "2026-05-16T14:43:56Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "852 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 217486 + }, + { + "artistId": 159, + "albumId": 1144, + "path": "/mnt/plex/music/EDEN/DDAARRKK (2025)/Digital Media 02/EDEN - DDAARRKK - 12 - Pocket (montreal).flac", + "size": 11955818, + "dateAdded": "2026-05-16T14:43:56Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "794 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 217487 + }, + { + "artistId": 159, + "albumId": 1144, + "path": "/mnt/plex/music/EDEN/DDAARRKK (2025)/Digital Media 02/EDEN - DDAARRKK - 13 - Quantuuuum.flac", + "size": 32392145, + "dateAdded": "2026-05-16T14:43:56Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "919 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 217488 + } +] diff --git a/Ruddarr/Preview Content/album-tracks.json b/Ruddarr/Preview Content/album-tracks.json new file mode 100644 index 00000000..521e797e --- /dev/null +++ b/Ruddarr/Preview Content/album-tracks.json @@ -0,0 +1,344 @@ +[ + { + "artistId": 159, + "foreignTrackId": "85bd1550-bf39-4d84-9884-7dadc12c68bb", + "foreignRecordingId": "f587d2d0-4551-40cf-ad10-c903e17bf51b", + "trackFileId": 217472, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Trophy Hunting", + "duration": 180976, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40230 + }, + { + "artistId": 159, + "foreignTrackId": "6d639728-efe2-4f2f-8792-697007bc943c", + "foreignRecordingId": "41bc5a99-8db3-46d8-8d8e-8b11b6bebc85", + "trackFileId": 217474, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "Twiin", + "duration": 164211, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40231 + }, + { + "artistId": 159, + "foreignTrackId": "20fa79b2-f891-4e2a-803f-ccdd890dbb31", + "foreignRecordingId": "4bf87f96-a1e5-4948-861b-848c041bfbef", + "trackFileId": 217475, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "Hello", + "duration": 255059, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40232 + }, + { + "artistId": 159, + "foreignTrackId": "ec9b7d98-cfee-4a5d-abf1-be884272a798", + "foreignRecordingId": "2865bdf8-5243-41f8-8427-5f4c1f1b68fa", + "trackFileId": 217477, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "redemption arc", + "duration": 196344, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40233 + }, + { + "artistId": 159, + "foreignTrackId": "60f966a5-9dc1-44c0-b862-0b07c62644a0", + "foreignRecordingId": "be4eabe7-a918-460d-8ddf-fdca5ecbbc13", + "trackFileId": 217480, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 5, + "trackNumber": "5", + "title": "Under the Skin", + "duration": 246674, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40234 + }, + { + "artistId": 159, + "foreignTrackId": "cc2494c3-ced6-4751-98bc-d6b356baf504", + "foreignRecordingId": "3cdd9031-3f7d-4fd3-99e3-fcd44a3abbec", + "trackFileId": 217471, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Still", + "duration": 196620, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40235 + }, + { + "artistId": 159, + "foreignTrackId": "4a72ef35-5ca0-42ec-94ba-71a982acbff4", + "foreignRecordingId": "ab3343ae-d562-486b-833b-a74123a2e07a", + "trackFileId": 217473, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "Zzz", + "duration": 180001, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40236 + }, + { + "artistId": 159, + "foreignTrackId": "3d4d0557-9bd7-4c50-ab9f-9aea0bb02b23", + "foreignRecordingId": "418a145d-80b1-4a19-8139-d7040c040452", + "trackFileId": 217476, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "TEAM", + "duration": 167820, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40237 + }, + { + "artistId": 159, + "foreignTrackId": "0ddd00b4-ca1d-4b4f-bf67-bbc8f94d8463", + "foreignRecordingId": "b6d2d25a-6a50-42fb-9dd9-4b41e4a1210a", + "trackFileId": 217478, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "Paris, Teargas", + "duration": 171832, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40238 + }, + { + "artistId": 159, + "foreignTrackId": "e5e6e47d-0623-4716-a97f-20c103330301", + "foreignRecordingId": "c32f54e5-7145-4d99-b5d9-ee3fa6a9aa4f", + "trackFileId": 217479, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 5, + "trackNumber": "5", + "title": "Ghost in the Shell", + "duration": 253011, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40239 + }, + { + "artistId": 159, + "foreignTrackId": "76cca6f6-8a21-4c26-ae6e-fdb282855eee", + "foreignRecordingId": "e25ffd8f-4aaf-476d-82de-ddca3041856e", + "trackFileId": 217481, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 6, + "trackNumber": "6", + "title": "True", + "duration": 162291, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40240 + }, + { + "artistId": 159, + "foreignTrackId": "46346674-42e9-4b2d-93dc-06ea341d8cfa", + "foreignRecordingId": "f4282c9b-c5f1-490d-b61d-34be347a5cd0", + "trackFileId": 217482, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 7, + "trackNumber": "7", + "title": "5ever", + "duration": 198333, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40241 + }, + { + "artistId": 159, + "foreignTrackId": "d3925c77-63ff-4b3e-9b61-1dcb7a5480be", + "foreignRecordingId": "91cf7b53-75ca-4d47-8905-35751537cd8d", + "trackFileId": 217483, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 8, + "trackNumber": "8", + "title": "Light Sleeper", + "duration": 245363, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40242 + }, + { + "artistId": 159, + "foreignTrackId": "d64558d0-1060-4895-9268-8900544288a0", + "foreignRecordingId": "ae18a084-20c7-4b85-81af-e4a8a1c5e421", + "trackFileId": 217484, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 9, + "trackNumber": "9", + "title": "(Cold Water freestyle)", + "duration": 142522, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40243 + }, + { + "artistId": 159, + "foreignTrackId": "b26745fb-832b-445c-a9c5-1cbda622c6d0", + "foreignRecordingId": "1286e9a3-ab17-4de2-9563-e3301c14496f", + "trackFileId": 217485, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 10, + "trackNumber": "10", + "title": "gggiiiiirrrrlllll", + "duration": 109131, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40244 + }, + { + "artistId": 159, + "foreignTrackId": "eba4d8fa-0692-48c7-bb7b-f2a0daaad72e", + "foreignRecordingId": "bea8c7a4-5993-44e0-ae7e-6ce780e03c2d", + "trackFileId": 217486, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 11, + "trackNumber": "11", + "title": "At Once", + "duration": 176928, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40245 + }, + { + "artistId": 159, + "foreignTrackId": "980e3cfe-9a83-47c8-a9d7-aa7cdf3130d6", + "foreignRecordingId": "650bbe75-d11f-439e-b334-14bea20fdd6f", + "trackFileId": 217487, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 12, + "trackNumber": "12", + "title": "Pocket (montreal)", + "duration": 118704, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40246 + }, + { + "artistId": 159, + "foreignTrackId": "adba9359-463f-429d-b6a5-d6b114c63614", + "foreignRecordingId": "4f4a1e41-43bc-4f20-aa48-f2fecedf6a2f", + "trackFileId": 217488, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 13, + "trackNumber": "13", + "title": "Quantuuuum", + "duration": 280391, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40247 + } +] diff --git a/Ruddarr/Preview Content/artist-albums.json b/Ruddarr/Preview Content/artist-albums.json new file mode 100644 index 00000000..2eab9511 --- /dev/null +++ b/Ruddarr/Preview Content/artist-albums.json @@ -0,0 +1,9149 @@ +[ + { + "title": "vertigo", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8100200f-7304-4db9-a420-5aba519550f4", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3125000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 6, + "value": 9.7 + }, + "releaseDate": "2018-01-19T00:00:00Z", + "releases": [ + { + "id": 3027, + "albumId": 1119, + "foreignReleaseId": "d7a8a387-54aa-4612-b978-80d3b135e9e8", + "title": "vertigo", + "status": "Official", + "duration": 3125000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Astralwerks" + ], + "format": "CD", + "monitored": true + }, + { + "id": 3028, + "albumId": 1119, + "foreignReleaseId": "56c4f9fd-b0f2-46e3-8c46-9a52c2435d7d", + "title": "vertigo", + "status": "Official", + "duration": 3125000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Astralwerks" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Alternative Rock", + "Electronic", + "Indie Pop", + "Pop", + "Rock" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1119/cover.jpg?lastWrite=638934484777588762", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/d7a8a387-54aa-4612-b978-80d3b135e9e8/26317817026-1200.jpg" + } + ], + "links": [ + { + "url": "https://en.wikipedia.org/wiki/Vertigo_(Eden_album)", + "name": "wikipedia" + }, + { + "url": "https://www.allmusic.com/album/mw0003130811", + "name": "allmusic" + }, + { + "url": "https://www.discogs.com/master/1308161", + "name": "discogs" + }, + { + "url": "https://rateyourmusic.com/release/album/eden/vertigo/", + "name": "rateyourmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q48797080", + "name": "wikidata" + } + ], + "statistics": { + "trackFileCount": 13, + "trackCount": 13, + "totalTrackCount": 13, + "sizeOnDisk": 128995387, + "percentOfTracks": 100 + }, + "id": 1119 + }, + { + "title": "no future", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "23c33cfb-f419-4728-af30-fd461b7f4113", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3455733, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 7 + }, + "releaseDate": "2020-02-14T00:00:00Z", + "releases": [ + { + "id": 3011, + "albumId": 1127, + "foreignReleaseId": "df816aab-859b-4a20-84a0-3ae31ace3b6c", + "title": "no future", + "status": "Official", + "duration": 3457000, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3012, + "albumId": 1127, + "foreignReleaseId": "56dc6a8e-2ec6-4942-8e3b-1c64b4522acf", + "title": "no future", + "status": "Official", + "duration": 3455726, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3013, + "albumId": 1127, + "foreignReleaseId": "b67032fb-640f-42af-a14a-b5a59a1ddd51", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Bulgaria", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3014, + "albumId": 1127, + "foreignReleaseId": "f9ee73cf-50db-4ec6-ac16-c21e490702e6", + "title": "no future", + "status": "Official", + "duration": 3455733, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Bermuda", + "Bolivia", + "Botswana", + "Brazil", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Cambodia", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Costa Rica", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gambia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "India", + "Indonesia", + "Ireland", + "Israel", + "Italy", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Malaysia", + "Malta", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Mozambique", + "Namibia", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Saint Kitts and Nevis", + "Saudi Arabia", + "Seychelles", + "Singapore", + "Slovakia", + "Slovenia", + "South Africa", + "Spain", + "Sri Lanka", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Thailand", + "Trinidad and Tobago", + "Türkiye", + "Turkmenistan", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uzbekistan", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Zimbabwe" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3015, + "albumId": 1127, + "foreignReleaseId": "b307febe-a840-40b5-aa1a-b6963f5c8b9b", + "title": "no future", + "status": "Official", + "duration": 3455983, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Canada", + "United States" + ], + "label": [ + "MCMXCV" + ], + "format": "CD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1127/cover.jpg?lastWrite=638932401904413602", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/df816aab-859b-4a20-84a0-3ae31ace3b6c/28131614831-1200.jpg" + } + ], + "links": [], + "statistics": { + "trackFileCount": 19, + "trackCount": 19, + "totalTrackCount": 19, + "sizeOnDisk": 139135633, + "percentOfTracks": 100 + }, + "id": 1127 + }, + { + "title": "I Think You Think Too Much of Me", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "4d0aa000-a0f8-4206-a7e7-351f393902ed", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 1635365, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 5, + "value": 8.8 + }, + "releaseDate": "2016-08-19T00:00:00Z", + "releases": [ + { + "id": 3017, + "albumId": 1129, + "foreignReleaseId": "f557723d-90a5-4fff-a1e3-91f7e5eec4a2", + "title": "i think you think too much of me", + "status": "Official", + "duration": 1635364, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "2xDigital Media", + "monitored": false + }, + { + "id": 3018, + "albumId": 1129, + "foreignReleaseId": "5c6505f5-43c5-4f45-9fdc-fbf9ac991ef5", + "title": "i think you think too much of me", + "status": "Official", + "duration": 1635365, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [ + "Indie Pop", + "Electronic" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1129/cover.jpg?lastWrite=639145362008176293", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/5c6505f5-43c5-4f45-9fdc-fbf9ac991ef5/30854167677-1200.jpg" + } + ], + "links": [ + { + "url": "https://en.wikipedia.org/wiki/I_Think_You_Think_Too_Much_of_Me", + "name": "wikipedia" + } + ], + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 7, + "sizeOnDisk": 65918777, + "percentOfTracks": 0 + }, + "id": 1129 + }, + { + "title": "ICYMI", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "126350a2-e23a-4d35-bcfc-0497a11a5ae4", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 2333762, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 8 + }, + "releaseDate": "2022-09-09T00:00:00Z", + "releases": [ + { + "id": 3021, + "albumId": 1133, + "foreignReleaseId": "a5232bcf-87aa-47bb-975a-96b2dd7d8f08", + "title": "ICYMI", + "status": "Official", + "duration": 2333762, + "trackCount": 11, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Afghanistan", + "Albania", + "Algeria", + "Andorra", + "Angola", + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Bangladesh", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Benin", + "Bermuda", + "Bhutan", + "Bolivia", + "Bosnia and Herzegovina", + "Botswana", + "Brazil", + "British Indian Ocean Territory", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Burundi", + "Cambodia", + "Cameroon", + "Canada", + "Cape Verde", + "Cayman Islands", + "Central African Republic", + "Chad", + "Chile", + "Christmas Island", + "Cocos (Keeling) Islands", + "Colombia", + "Comoros", + "Congo", + "Cook Islands", + "Costa Rica", + "Côte d'Ivoire", + "Croatia", + "Cyprus", + "Czechia", + "Denmark", + "Djibouti", + "Dominica", + "Dominican Republic", + "Timor-Leste", + "Ecuador", + "Egypt", + "El Salvador", + "Equatorial Guinea", + "Eritrea", + "Estonia", + "Ethiopia", + "Falkland Islands", + "Fiji", + "Finland", + "France", + "Gabon", + "Gambia", + "Georgia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea", + "Guinea-Bissau", + "Guyana", + "Haiti", + "Honduras", + "Hong Kong", + "Hungary", + "Iceland", + "India", + "Indonesia", + "Iraq", + "Ireland", + "Israel", + "Italy", + "Jamaica", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "Kiribati", + "South Korea", + "Kuwait", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lesotho", + "Liberia", + "Libya", + "Liechtenstein", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Madagascar", + "Malawi", + "Malaysia", + "Maldives", + "Mali", + "Malta", + "Marshall Islands", + "Mauritania", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Monaco", + "Mongolia", + "Montserrat", + "Morocco", + "Mozambique", + "Myanmar", + "Namibia", + "Nauru", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Niue", + "Norfolk Island", + "Norway", + "Oman", + "Pakistan", + "Palau", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Pitcairn", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Rwanda", + "Saint Kitts and Nevis", + "Saint Lucia", + "Saint Vincent and The Grenadines", + "Samoa", + "San Marino", + "Sao Tome and Principe", + "Saudi Arabia", + "Senegal", + "Seychelles", + "Sierra Leone", + "Singapore", + "Slovakia", + "Slovenia", + "Solomon Islands", + "Somalia", + "South Africa", + "Spain", + "Sri Lanka", + "Suriname", + "Svalbard and Jan Mayen", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Tanzania", + "Thailand", + "Togo", + "Tokelau", + "Tonga", + "Trinidad and Tobago", + "Tunisia", + "Türkiye", + "Turkmenistan", + "Turks and Caicos Islands", + "Tuvalu", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uruguay", + "Uzbekistan", + "Vanuatu", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Yemen", + "Democratic Republic of the Congo", + "Zambia", + "Zimbabwe", + "Montenegro", + "Palestine", + "Serbia", + "Curaçao", + "Kosovo" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1133/cover.jpg?lastWrite=638932401937672481", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/a5232bcf-87aa-47bb-975a-96b2dd7d8f08/33522971253-1200.jpg" + } + ], + "links": [], + "statistics": { + "trackFileCount": 11, + "trackCount": 11, + "totalTrackCount": 11, + "sizeOnDisk": 260539240, + "percentOfTracks": 100 + }, + "id": 1133 + }, + { + "title": "Dark", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8662901d-1335-47b7-a1ab-5ca67ea09e86", + "monitored": false, + "anyReleaseOk": false, + "profileId": 0, + "duration": 3446211, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-08-22T00:00:00Z", + "releases": [ + { + "id": 3058, + "albumId": 1144, + "foreignReleaseId": "58fb831d-0b83-4465-8bc6-36bd4a6817c1", + "title": "Dark", + "status": "Official", + "duration": 2402947, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3130, + "albumId": 1144, + "foreignReleaseId": "24b9c0ef-0eeb-4449-8eb0-b3afb893ba69", + "title": "DDAARRKK", + "status": "Official", + "duration": 3446211, + "trackCount": 18, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "2xDigital Media", + "monitored": true + }, + { + "id": 3131, + "albumId": 1144, + "foreignReleaseId": "ce5e1027-ba4a-4480-bc88-6216c492bd20", + "title": "DARK", + "status": "Withdrawn", + "duration": 2122556, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "TH3RD BRAIN" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3797, + "albumId": 1144, + "foreignReleaseId": "b57548a8-2ef5-4be5-8024-c517223a9553", + "title": "DDAARRKK", + "status": "Official", + "duration": 4241211, + "trackCount": 23, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV" + ], + "format": "2xCD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1144/cover.jpg?lastWrite=638941400041240711", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/58fb831d-0b83-4465-8bc6-36bd4a6817c1/42827893870-1200.jpg" + } + ], + "links": [], + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 18, + "sizeOnDisk": 251284708, + "percentOfTracks": 0 + }, + "id": 1144 + }, + { + "title": "Final Call", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "0f312d49-f86f-4623-9711-f5eeadaa4ae8", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 1632000, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 1, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3026, + "albumId": 1153, + "foreignReleaseId": "2cc0c8d1-3d3f-4ee9-bb45-28401249eeb9", + "title": "Final Call", + "status": "Official", + "duration": 1632000, + "trackCount": 8, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [ + "Indie Pop", + "Alternative Pop", + "Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1153/cover.jpg?lastWrite=638934484822886409", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/2cc0c8d1-3d3f-4ee9-bb45-28401249eeb9/22682083327-1200.jpg" + } + ], + "links": [], + "statistics": { + "trackFileCount": 8, + "trackCount": 8, + "totalTrackCount": 8, + "sizeOnDisk": 69567172, + "percentOfTracks": 100 + }, + "id": 1153 + }, + { + "title": "Time Changes Everything", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "decbb8f2-0e6d-44c5-92f1-a1aa610b807f", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 938117, + "albumType": "EP", + "secondaryTypes": [ + "Mixtape/Street" + ], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 4 + }, + "releaseDate": "2013-12-04T00:00:00Z", + "releases": [ + { + "id": 3133, + "albumId": 1182, + "foreignReleaseId": "cf6f4e51-e283-46f0-b880-f3e4d70a01f0", + "title": "Time Changes Everything", + "status": "Official", + "duration": 938117, + "trackCount": 3, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Play Me Records" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1182/cover.jpg?lastWrite=638974938670563640", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/cf6f4e51-e283-46f0-b880-f3e4d70a01f0/28131439752-1200.jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 3, + "trackCount": 3, + "totalTrackCount": 3, + "sizeOnDisk": 43550656, + "percentOfTracks": 100 + }, + "id": 1182 + }, + { + "title": "End Credits", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e6b226e8-8900-466b-8f7d-4bcb6e0d5330", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1550000, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 6, + "value": 10 + }, + "releaseDate": "2015-08-08T00:00:00Z", + "releases": [ + { + "id": 3134, + "albumId": 1183, + "foreignReleaseId": "ca1fabcd-d5e5-48f8-8657-bce6720a5e57", + "title": "End Credits", + "status": "Official", + "duration": 1790000, + "trackCount": 8, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD.", + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3135, + "albumId": 1183, + "foreignReleaseId": "31cd259b-f975-4f79-980f-babf1c87b5ec", + "title": "End Credits", + "status": "Official", + "duration": 1550000, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3136, + "albumId": 1183, + "foreignReleaseId": "fda27594-1faf-4fc8-a9b4-0bb331fc98d0", + "title": "End Credits", + "status": "Official", + "duration": 1550000, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "MCMXCV LTD.", + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3137, + "albumId": 1183, + "foreignReleaseId": "901440cd-7f03-493b-b8b9-532e9f071486", + "title": "End Credits", + "status": "Official", + "duration": 1553017, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Indie Pop", + "Electronic", + "Electronica", + "Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1183/cover.jpg?lastWrite=638974938678239895", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/ca1fabcd-d5e5-48f8-8657-bce6720a5e57/16681357170-1200.jpg" + } + ], + "links": [ + { + "url": "https://en.wikipedia.org/wiki/End_Credits_(EP)", + "name": "wikipedia" + } + ], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 7, + "trackCount": 7, + "totalTrackCount": 7, + "sizeOnDisk": 68143311, + "percentOfTracks": 100 + }, + "id": 1183 + }, + { + "title": "about time", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "cbec71fa-f978-4db8-a4da-019792116327", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 450000, + "albumType": "Single", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 8 + }, + "releaseDate": "2018-06-29T00:00:00Z", + "releases": [ + { + "id": 3138, + "albumId": 1184, + "foreignReleaseId": "12fef830-62bb-4dca-b144-74d98bddb0bb", + "title": "about time", + "status": "Official", + "duration": 450000, + "trackCount": 2, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Astralwerks" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1184/cover.jpg?lastWrite=638974938684693306", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/12fef830-62bb-4dca-b144-74d98bddb0bb/29411854555-1200.jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 2, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 1184 + }, + { + "title": "all you need is love", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "7fd31e2c-ebd1-468c-b068-9a86c1c699e0", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 446000, + "albumType": "Single", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 8 + }, + "releaseDate": "2018-07-27T00:00:00Z", + "releases": [ + { + "id": 3139, + "albumId": 1185, + "foreignReleaseId": "279e4eca-fcf2-4ce0-81b9-1254bcd3f1ed", + "title": "all you need is love", + "status": "Official", + "duration": 446000, + "trackCount": 2, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Astralwerks" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1185/cover.jpg?lastWrite=638974938690829723", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/279e4eca-fcf2-4ce0-81b9-1254bcd3f1ed/30854370326-1200.jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 2, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 1185 + }, + { + "title": "Nocturne (Pierce Fulton remix)", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "09efb39b-0bd4-4367-9b26-d0f9800fdd76", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 243000, + "albumType": "Single", + "secondaryTypes": [ + "Remix" + ], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2015-10-12T00:00:00Z", + "releases": [ + { + "id": 3140, + "albumId": 1186, + "foreignReleaseId": "300310b4-ec71-47e9-940d-73f4725fc00a", + "title": "Nocturne (Pierce Fulton remix)", + "status": "Official", + "duration": 243000, + "trackCount": 1, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD.", + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1186/cover.jpg?lastWrite=638974938697015711", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/300310b4-ec71-47e9-940d-73f4725fc00a/16905471983-1200.jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 1, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 1186 + }, + { + "title": "909", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "16b49323-5daa-4a5b-af2d-10f830ad6e69", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 258000, + "albumType": "Single", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2019-04-24T00:00:00Z", + "releases": [ + { + "id": 3141, + "albumId": 1187, + "foreignReleaseId": "27544776-11ef-49fe-b17a-80ca3a112c59", + "title": "909", + "status": "Official", + "duration": 258000, + "trackCount": 1, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1187/cover.jpg?lastWrite=638974938703308914", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/27544776-11ef-49fe-b17a-80ca3a112c59/30911949218-1200.jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 1, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 1187 + }, + { + "title": "projector", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "d7c1d4b6-a6e3-49e2-a75b-3624879a0ddd", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 222000, + "albumType": "Single", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2019-10-25T00:00:00Z", + "releases": [ + { + "id": 3142, + "albumId": 1188, + "foreignReleaseId": "f7927305-0323-4080-965d-b4d1f2f84cb4", + "title": "projector", + "status": "Official", + "duration": 222000, + "trackCount": 1, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1188/cover.jpg?lastWrite=638974938709439840", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/f7927305-0323-4080-965d-b4d1f2f84cb4/31495597789-1200.jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 1, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 1188 + }, + { + "title": "untitled", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "f1b45553-3108-4285-9919-1d2d0d9b2d2a", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 216000, + "albumType": "Single", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2019-10-08T00:00:00Z", + "releases": [ + { + "id": 3143, + "albumId": 1189, + "foreignReleaseId": "c8cf2f49-5b95-4658-9c3f-44a6e582ab28", + "title": "untitled", + "status": "Official", + "duration": 216000, + "trackCount": 1, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "MCMXCV" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1189/cover.jpg?lastWrite=638974938713071220", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/c8cf2f49-5b95-4658-9c3f-44a6e582ab28/31495600699-1200.jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 1, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 1189 + }, + { + "title": "Modern Warfare", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "34c66b94-548c-44d2-9022-ce922a4994e7", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 202000, + "albumType": "Single", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2022-06-03T00:00:00Z", + "releases": [ + { + "id": 3144, + "albumId": 1190, + "foreignReleaseId": "ad3074bf-bad1-45b6-8f78-661b64f83150", + "title": "Modern Warfare", + "status": "Official", + "duration": 202000, + "trackCount": 1, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1190/cover.jpg?lastWrite=638974938719109099", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/ad3074bf-bad1-45b6-8f78-661b64f83150/32671333732-1200.jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 1, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 1190 + }, + { + "title": "Billie Jean", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "d9eed1fe-4f8b-45ae-8ac5-5339ecd847ae", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 236000, + "albumType": "Single", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2015-11-23T00:00:00Z", + "releases": [ + { + "id": 3145, + "albumId": 1191, + "foreignReleaseId": "0bd4ebfa-b51b-4ce0-9e40-4bb7b3409070", + "title": "Billie Jean", + "status": "Official", + "duration": 236000, + "trackCount": 1, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1191/cover.jpg?lastWrite=638974938722475765", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/0bd4ebfa-b51b-4ce0-9e40-4bb7b3409070/30854333519-1200.jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 1, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 1191 + }, + { + "title": "Balling", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "70e59167-18dd-4df4-9501-b0d2821dcec8", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 227532, + "albumType": "Single", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2022-07-08T00:00:00Z", + "releases": [ + { + "id": 3146, + "albumId": 1192, + "foreignReleaseId": "9783b080-f29f-414f-b534-2ababe8c1121", + "title": "Balling", + "status": "Official", + "duration": 227532, + "trackCount": 1, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1192/cover.jpg?lastWrite=638974938725891216", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/9783b080-f29f-414f-b534-2ababe8c1121/33023802776-1200.jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 1, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 1192 + }, + { + "title": "Sci‐Fi", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "497a53c9-08c3-4197-a5b8-5218bc25088d", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 176349, + "albumType": "Single", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2022-08-12T00:00:00Z", + "releases": [ + { + "id": 3147, + "albumId": 1193, + "foreignReleaseId": "125f2ea6-cd12-4a55-9df0-13721ce5f2e9", + "title": "Sci‐Fi", + "status": "Official", + "duration": 176349, + "trackCount": 1, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Afghanistan", + "Albania", + "Algeria", + "Andorra", + "Angola", + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Bangladesh", + "Barbados", + "Belarus", + "Belgium", + "Belize", + "Benin", + "Bermuda", + "Bhutan", + "Bolivia", + "Bosnia and Herzegovina", + "Botswana", + "Brazil", + "British Indian Ocean Territory", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Burundi", + "Cambodia", + "Cameroon", + "Canada", + "Cape Verde", + "Cayman Islands", + "Central African Republic", + "Chad", + "Chile", + "Christmas Island", + "Cocos (Keeling) Islands", + "Colombia", + "Comoros", + "Congo", + "Cook Islands", + "Costa Rica", + "Côte d'Ivoire", + "Croatia", + "Cyprus", + "Czechia", + "Denmark", + "Djibouti", + "Dominica", + "Dominican Republic", + "Timor-Leste", + "Ecuador", + "Egypt", + "El Salvador", + "Equatorial Guinea", + "Eritrea", + "Estonia", + "Ethiopia", + "Falkland Islands", + "Fiji", + "Finland", + "France", + "Gabon", + "Gambia", + "Georgia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea", + "Guinea-Bissau", + "Guyana", + "Haiti", + "Honduras", + "Hong Kong", + "Hungary", + "Iceland", + "India", + "Indonesia", + "Iraq", + "Ireland", + "Israel", + "Italy", + "Jamaica", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "Kiribati", + "South Korea", + "Kuwait", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lesotho", + "Liberia", + "Libya", + "Liechtenstein", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Madagascar", + "Malawi", + "Malaysia", + "Maldives", + "Mali", + "Malta", + "Marshall Islands", + "Mauritania", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Monaco", + "Mongolia", + "Montserrat", + "Morocco", + "Mozambique", + "Myanmar", + "Namibia", + "Nauru", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Niue", + "Norfolk Island", + "Norway", + "Oman", + "Pakistan", + "Palau", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Pitcairn", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Russia", + "Rwanda", + "Saint Kitts and Nevis", + "Saint Lucia", + "Saint Vincent and The Grenadines", + "Samoa", + "San Marino", + "Sao Tome and Principe", + "Saudi Arabia", + "Senegal", + "Seychelles", + "Sierra Leone", + "Singapore", + "Slovakia", + "Slovenia", + "Solomon Islands", + "Somalia", + "South Africa", + "Spain", + "Sri Lanka", + "Suriname", + "Svalbard and Jan Mayen", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Tanzania", + "Thailand", + "Togo", + "Tokelau", + "Tonga", + "Trinidad and Tobago", + "Tunisia", + "Türkiye", + "Turkmenistan", + "Turks and Caicos Islands", + "Tuvalu", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uruguay", + "Uzbekistan", + "Vanuatu", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Yemen", + "Democratic Republic of the Congo", + "Zambia", + "Zimbabwe", + "Montenegro", + "Palestine", + "Serbia", + "Curaçao", + "Kosovo" + ], + "label": [ + "MCMXCV LTD." + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1193/cover.jpg?lastWrite=638974938732129378", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/125f2ea6-cd12-4a55-9df0-13721ce5f2e9/33280179929-1200.jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 1, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 1193 + }, + { + "title": "ICYMI - Deluxe", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "3125df77-ece8-47fd-aee5-6df2193a5315", + "monitored": false, + "anyReleaseOk": true, + "profileId": 0, + "duration": 289000, + "albumType": "Album", + "secondaryTypes": [ + "Demo" + ], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2023-03-03T00:00:00Z", + "releases": [ + { + "id": 3148, + "albumId": 1194, + "foreignReleaseId": "9dbafa0e-f973-457c-b8e6-2d1eaf547cd7", + "title": "can’t keep checking my phone", + "status": "Pseudo-Release", + "duration": 289000, + "trackCount": 1, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "7\" Vinyl" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [], + "format": "7\" Vinyl", + "monitored": true + }, + { + "id": 3149, + "albumId": 1194, + "foreignReleaseId": "43a8932f-1cd4-4b1d-a3e9-1df047f13615", + "title": "love will surround you", + "status": "Pseudo-Release", + "duration": 286000, + "trackCount": 1, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "7\" Vinyl" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [], + "format": "7\" Vinyl", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "7\" Vinyl" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 1, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 1194 + }, + { + "title": "cant / The Love U Need", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "3b586ce3-c4de-487f-9795-2f74a3a3b4d1", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 495615, + "albumType": "Single", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2024-04-19T00:00:00Z", + "releases": [ + { + "id": 3150, + "albumId": 1195, + "foreignReleaseId": "aed64754-0787-4708-a6c9-cdce9da39156", + "title": "cant / The Love U Need", + "status": "Official", + "duration": 495615, + "trackCount": 2, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "TH3RD BRAIN" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1195/cover.jpg?lastWrite=638974938741627436", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/aed64754-0787-4708-a6c9-cdce9da39156/38597136041-1200.jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 2, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 1195 + }, + { + "title": "Zzz", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "d37b35e3-99c1-47b8-a78d-793e55c19639", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 180000, + "albumType": "Single", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2024-07-02T00:00:00Z", + "releases": [ + { + "id": 3151, + "albumId": 1196, + "foreignReleaseId": "83cf333e-f141-48e2-8cb1-f3b024a966a5", + "title": "Zzz", + "status": "Official", + "duration": 180000, + "trackCount": 1, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "TH3RD BRAIN Records LLC" + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3152, + "albumId": 1196, + "foreignReleaseId": "0842d585-641d-4cbf-96ce-770ba046248d", + "title": "Zzz", + "status": "Official", + "duration": 180001, + "trackCount": 1, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1196/cover.jpg?lastWrite=638974938745061017", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/83cf333e-f141-48e2-8cb1-f3b024a966a5/39524644011-1200.jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 1, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 1196 + }, + { + "title": "5ever", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e4675cc7-5051-4fe3-898e-14b7611286fb", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 378333, + "albumType": "Single", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2024-08-02T00:00:00Z", + "releases": [ + { + "id": 3153, + "albumId": 1197, + "foreignReleaseId": "d5648a3a-20ec-49c3-8e49-067ac61cb441", + "title": "5ever", + "status": "Official", + "duration": 378333, + "trackCount": 2, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV", + "TH3RD BRAIN" + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3154, + "albumId": 1197, + "foreignReleaseId": "4a37bf45-83d0-4ada-a165-900393672b47", + "title": "5ever", + "status": "Official", + "duration": 378334, + "trackCount": 2, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1197/cover.jpg?lastWrite=638974938751335229", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/d5648a3a-20ec-49c3-8e49-067ac61cb441/39540530650-1200.jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 2, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 1197 + }, + { + "title": "Pocket (montreal)", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "04314c18-a372-435b-ac3c-579ff425fb69", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 497038, + "albumType": "Single", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2024-08-30T00:00:00Z", + "releases": [ + { + "id": 3156, + "albumId": 1198, + "foreignReleaseId": "3bed1d27-0f43-46ae-b8b9-1e35a1700af3", + "title": "Pocket (montreal)", + "status": "Official", + "duration": 497038, + "trackCount": 3, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV", + "TH3RD BRAIN" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1198/cover.jpg?lastWrite=638974938758914604", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/3bed1d27-0f43-46ae-b8b9-1e35a1700af3/42352834642-1200.jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 3, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 1198 + }, + { + "title": "gggiiiiirrrrlllll", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "eb682911-674e-4d1d-82d8-e56f6bc9b3ce", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 606169, + "albumType": "Single", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-06-27T00:00:00Z", + "releases": [ + { + "id": 3157, + "albumId": 1199, + "foreignReleaseId": "32a2fc03-4865-4aab-927e-cfe25e48ae09", + "title": "gggiiiiirrrrlllll", + "status": "Official", + "duration": 606169, + "trackCount": 4, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1199/cover.jpg?lastWrite=638974938765193794", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/32a2fc03-4865-4aab-927e-cfe25e48ae09/42352762722-1200.jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 4, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 1199 + }, + { + "title": "Friday Night Song", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "bcc36024-4e56-4166-aaf4-3eb6e4035d05", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 741321, + "albumType": "Single", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2024-09-27T00:00:00Z", + "releases": [ + { + "id": 3159, + "albumId": 1200, + "foreignReleaseId": "cbac45c5-699d-49b2-9739-7af032f4394a", + "title": "Friday Night Song", + "status": "Official", + "duration": 741321, + "trackCount": 4, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV", + "TH3RD BRAIN" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1200/cover.jpg?lastWrite=639137164805941437", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/cbac45c5-699d-49b2-9739-7af032f4394a/42352843807-1200.jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 4, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 1200 + }, + { + "title": "Ghost in the Shell", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "a56d9192-d524-4d2f-8322-01f0b008adb5", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 859180, + "albumType": "Single", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-07-25T00:00:00Z", + "releases": [ + { + "id": 3160, + "albumId": 1201, + "foreignReleaseId": "6891ffb5-b427-4820-b248-f2e4c4fcc0ce", + "title": "Ghost in the Shell", + "status": "Official", + "duration": 859180, + "trackCount": 5, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1201/cover.jpg?lastWrite=638974938774729497", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/6891ffb5-b427-4820-b248-f2e4c4fcc0ce/42621046367-1200.jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 5, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 1201 + }, + { + "title": "Still", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "4d2a1229-cd03-453c-aeca-a1ee9a38876a", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1055800, + "albumType": "Single", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-08-21T00:00:00Z", + "releases": [ + { + "id": 3161, + "albumId": 1202, + "foreignReleaseId": "9374ed02-34ac-4eda-ad6f-9403ba9949a8", + "title": "Still", + "status": "Official", + "duration": 1055800, + "trackCount": 6, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1202/cover.jpg?lastWrite=638974938779987890", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/9374ed02-34ac-4eda-ad6f-9403ba9949a8/42827880766-1200.jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 6, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 1202 + }, + { + "title": "Kairos", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e6b0a452-c7ae-480b-8990-1bbb8fbe8f61", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2848883, + "albumType": "Album", + "secondaryTypes": [ + "Mixtape/Street" + ], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 7 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3162, + "albumId": 1203, + "foreignReleaseId": "026eff3f-a8d9-4f6d-9194-eff95b1060c5", + "title": "Kairos", + "status": "Official", + "duration": 2848883, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Dubstep", + "Electronica", + "Indie Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1203/cover.jpg?lastWrite=638974938787111449", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/026eff3f-a8d9-4f6d-9194-eff95b1060c5/18652990431-1200.jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 10, + "trackCount": 10, + "totalTrackCount": 10, + "sizeOnDisk": 125432563, + "percentOfTracks": 100 + }, + "id": 1203 + }, + { + "title": "Beginnings", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "e5b64321-432a-4ec4-bdb6-fd0fabd3aaeb", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 5797000, + "albumType": "Album", + "secondaryTypes": [ + "Compilation", + "Mixtape/Street" + ], + "mediumCount": 2, + "ratings": { + "votes": 2, + "value": 6 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3163, + "albumId": 1204, + "foreignReleaseId": "0ba35fcc-1079-439a-a93c-a5966aaec30a", + "title": "Beginnings", + "status": "Official", + "duration": 5797000, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 22, + "trackCount": 22, + "totalTrackCount": 22, + "sizeOnDisk": 240300573, + "percentOfTracks": 100 + }, + "id": 1204 + }, + { + "title": "Bipolar Paradise", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "92580fde-ede1-4b5e-82e8-fa52db506097", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1562000, + "albumType": "EP", + "secondaryTypes": [ + "Mixtape/Street" + ], + "mediumCount": 2, + "ratings": { + "votes": 3, + "value": 5.3 + }, + "releaseDate": "2014-01-01T00:00:00Z", + "releases": [ + { + "id": 3164, + "albumId": 1205, + "foreignReleaseId": "e49c58ce-826d-4353-80d4-6b875221ac42", + "title": "Bipolar Paradise", + "status": "Official", + "duration": 1154558, + "trackCount": 5, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3165, + "albumId": 1205, + "foreignReleaseId": "55a627be-3f6c-4856-b48b-b462d998c5a4", + "title": "Bipolar Paradise", + "status": "Official", + "duration": 1562000, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [ + "Indie Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1205/cover.jpg?lastWrite=638974938793611664", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/e49c58ce-826d-4353-80d4-6b875221ac42/26590987442-1200.jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 7, + "trackCount": 7, + "totalTrackCount": 7, + "sizeOnDisk": 65320410, + "percentOfTracks": 100 + }, + "id": 1205 + }, + { + "title": "Remixes", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "5b4c669f-24f2-46aa-b125-39153e2d8cd4", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 824000, + "albumType": "EP", + "secondaryTypes": [ + "Compilation", + "Mixtape/Street", + "Remix" + ], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3166, + "albumId": 1206, + "foreignReleaseId": "c759200d-5f5b-4802-8c59-ca3e4d822106", + "title": "Remixes", + "status": "Official", + "duration": 824000, + "trackCount": 3, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 3, + "trackCount": 3, + "totalTrackCount": 3, + "sizeOnDisk": 36293763, + "percentOfTracks": 100 + }, + "id": 1206 + }, + { + "title": "Lost", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "27aab3ba-e96c-455b-8e73-1fbc6bbe212a", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 284718, + "albumType": "Single", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2014-10-08T00:00:00Z", + "releases": [ + { + "id": 3167, + "albumId": 1207, + "foreignReleaseId": "a47a6ad6-14f4-45bb-9a45-b6ca80a384ef", + "title": "Lost", + "status": "Official", + "duration": 284718, + "trackCount": 1, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "NoCopyrightSounds" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1207/cover.jpg?lastWrite=638974938806172181", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/a47a6ad6-14f4-45bb-9a45-b6ca80a384ef/18184106364-1200.jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 1, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 1207 + }, + { + "title": "I Am Spitfire", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "b0b3975e-9bb4-4854-a242-6a3522846886", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 990716, + "albumType": "EP", + "secondaryTypes": [ + "Mixtape/Street" + ], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 2 + }, + "releaseDate": "2015-04-27T00:00:00Z", + "releases": [ + { + "id": 3168, + "albumId": 1208, + "foreignReleaseId": "eedbbaec-68c1-4d19-a051-e69cc28b1e69", + "title": "I Am Spitfire", + "status": "Official", + "duration": 990716, + "trackCount": 4, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1208/cover.jpg?lastWrite=638974938809395131", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/eedbbaec-68c1-4d19-a051-e69cc28b1e69/28131283396-1200.jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 4, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 1208 + }, + { + "title": "XO (Monkey Punch remix)", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "837e73d4-7a81-434d-9984-eb08fd04179e", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 166000, + "albumType": "Single", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2016-09-03T00:00:00Z", + "releases": [ + { + "id": 3169, + "albumId": 1209, + "foreignReleaseId": "b83c7e6e-2405-4ebb-a1ae-a682edc9c29e", + "title": "XO (Monkey Punch remix)", + "status": "Official", + "duration": 166000, + "trackCount": 1, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1209/cover.jpg?lastWrite=638974938820585193", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/b83c7e6e-2405-4ebb-a1ae-a682edc9c29e/30228558614-1200.jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 1, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 1209 + }, + { + "title": "Blank_Space", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "a11defc1-d82e-4a26-a752-29785dff19a6", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 215745, + "albumType": "Single", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2015-03-31T00:00:00Z", + "releases": [ + { + "id": 3170, + "albumId": 1210, + "foreignReleaseId": "bd6608af-3079-4faf-bc32-df3166ed32c1", + "title": "Blank_Space", + "status": "Official", + "duration": 215745, + "trackCount": 1, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1210/cover.jpg?lastWrite=638974938826671017", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/bd6608af-3079-4faf-bc32-df3166ed32c1/39485259235-1200.jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 1, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 1210 + }, + { + "title": "Entrance", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8c147746-ae8c-451c-bf57-b196a86ae403", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1305000, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 6 + }, + "releaseDate": "2014-10-08T00:00:00Z", + "releases": [ + { + "id": 3171, + "albumId": 1211, + "foreignReleaseId": "12a418ce-eab0-4758-aeac-4b0067cedd11", + "title": "Entrance", + "status": "Official", + "duration": 1305000, + "trackCount": 5, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Dubstep", + "Electronic", + "Electronica", + "Indie Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1211/cover.jpg?lastWrite=638974938834724392", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/12a418ce-eab0-4758-aeac-4b0067cedd11/28849606020-1200.jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 5, + "trackCount": 5, + "totalTrackCount": 5, + "sizeOnDisk": 58096286, + "percentOfTracks": 100 + }, + "id": 1211 + }, + { + "title": "(2019) (2022)", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "1cd35987-5d46-413b-b81a-38a57d2547c1", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 495616, + "albumType": "Single", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2024-04-19T00:00:00Z", + "releases": [ + { + "id": 3240, + "albumId": 1236, + "foreignReleaseId": "d546dcb0-6465-427c-8c13-c951f0bdd414", + "title": "(2019) (2022)", + "status": "Official", + "duration": 495616, + "trackCount": 2, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 2, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 1236 + }, + { + "title": "Times Like These", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "1b4fe88d-1909-4504-a6d4-7b33e08c0f1b", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 286537, + "albumType": "Single", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2015-01-01T00:00:00Z", + "releases": [ + { + "id": 3237, + "albumId": 1237, + "foreignReleaseId": "f2973a79-b206-4773-ac3d-e7ccdba21f25", + "title": "Times Like These", + "status": "Official", + "duration": 286537, + "trackCount": 1, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1237/cover.jpg?lastWrite=639018326103593992", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/f2973a79-b206-4773-ac3d-e7ccdba21f25/43865590941-1200.jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 1, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 1237 + }, + { + "title": "Peaked", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "8f753117-a189-4015-b368-682f807fe98c", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 174000, + "albumType": "Single", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2020-05-06T00:00:00Z", + "releases": [ + { + "id": 3787, + "albumId": 1467, + "foreignReleaseId": "a4ae1520-9063-4f21-91fd-d7c41385f814", + "title": "Peaked", + "status": "Official", + "duration": 174000, + "trackCount": 1, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "MCMXCV" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "/MediaCover/Albums/1467/cover.jpg?lastWrite=639137164811415981", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/a4ae1520-9063-4f21-91fd-d7c41385f814/45057181930-1200.jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 1, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 1467 + }, + { + "title": "Chasing Ghosts", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "d9f6628e-42de-4b7f-87fa-dc2b1b6b11f3", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 291500, + "albumType": "Single", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2014-05-28T00:00:00Z", + "releases": [ + { + "id": 3788, + "albumId": 1468, + "foreignReleaseId": "59322a0b-5df0-4e0c-bd4a-e47134beb177", + "title": "Chasing Ghosts", + "status": "Official", + "duration": 291500, + "trackCount": 1, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "NoCopyrightSounds" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 1, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 1468 + }, + { + "title": "XO", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "0cfac9e9-5ad1-490d-8399-e8e24489241e", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 159582, + "albumType": "Single", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2015-01-01T00:00:00Z", + "releases": [ + { + "id": 3789, + "albumId": 1469, + "foreignReleaseId": "562de1a0-59da-4c13-b025-78a7e9ff161f", + "title": "XO", + "status": "Official", + "duration": 159582, + "trackCount": 1, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "The Eden Project" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 1, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 1469 + }, + { + "title": "Gone", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "ed9fb636-af22-40f4-b124-008a3db08cb9", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 238576, + "albumType": "Single", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2015-01-01T00:00:00Z", + "releases": [ + { + "id": 3790, + "albumId": 1470, + "foreignReleaseId": "d29eebe9-8bad-4857-b892-192c7ba1625c", + "title": "Gone", + "status": "Official", + "duration": 238576, + "trackCount": 1, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "The Eden Project" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 1, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 1470 + }, + { + "title": "woah", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "5e217eff-036b-4c93-9955-c91f3691f30a", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 188212, + "albumType": "Single", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2015-01-01T00:00:00Z", + "releases": [ + { + "id": 3791, + "albumId": 1471, + "foreignReleaseId": "262d7a81-22fa-460b-ae04-359ec7c30cfa", + "title": "woah", + "status": "Official", + "duration": 188212, + "trackCount": 1, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "The Eden Project" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 1, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 1471 + }, + { + "title": "Crazy in Love", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "b705d1b2-0244-4a9e-9d20-50789e5c2a52", + "monitored": false, + "anyReleaseOk": true, + "profileId": 1, + "duration": 265456, + "albumType": "Single", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2015-01-01T00:00:00Z", + "releases": [ + { + "id": 3792, + "albumId": 1472, + "foreignReleaseId": "81af077e-c949-4703-85c4-abc03662919b", + "title": "Crazy in Love", + "status": "Official", + "duration": 265456, + "trackCount": 1, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "The Eden Project" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [], + "links": [], + "lastSearchTime": "2026-05-10T03:17:34Z", + "statistics": { + "trackFileCount": 0, + "trackCount": 0, + "totalTrackCount": 1, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 1472 + } +] diff --git a/Ruddarr/Preview Content/artist-history.json b/Ruddarr/Preview Content/artist-history.json new file mode 100644 index 00000000..a63e4a11 --- /dev/null +++ b/Ruddarr/Preview Content/artist-history.json @@ -0,0 +1,3969 @@ +{ + "page": 1, + "pageSize": 250, + "sortKey": "date", + "sortDirection": "descending", + "totalRecords": 132, + "records": [ + { + "albumId": 1182, + "artistId": 159, + "trackId": 40282, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/2 Time Changes Everything/03 Everything.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:54:14Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/2 Time Changes Everything/03 Everything.mp3", + "path": "/mnt/europa/music/EDEN/Time Changes Everything (2013)/EDEN - Time Changes Everything - 03 - Everything.mp3", + "releaseGroup": null, + "size": "15058494", + "indexerFlags": "0" + }, + "id": 1633 + }, + { + "albumId": 1182, + "artistId": 159, + "trackId": 40281, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/2 Time Changes Everything/02 Changes (Feat. Laura Brehm).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:54:14Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/2 Time Changes Everything/02 Changes (Feat. Laura Brehm).mp3", + "path": "/mnt/europa/music/EDEN/Time Changes Everything (2013)/EDEN - Time Changes Everything - 02 - Changes.mp3", + "releaseGroup": null, + "size": "14575748", + "indexerFlags": "0" + }, + "id": 1632 + }, + { + "albumId": 1182, + "artistId": 159, + "trackId": 40280, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/2 Time Changes Everything/01 Time.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:54:14Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/2 Time Changes Everything/01 Time.mp3", + "path": "/mnt/europa/music/EDEN/Time Changes Everything (2013)/EDEN - Time Changes Everything - 01 - Time.mp3", + "releaseGroup": null, + "size": "13916414", + "indexerFlags": "0" + }, + "id": 1631 + }, + { + "albumId": 1205, + "artistId": 159, + "trackId": 40404, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/6 Bipolar Paradise/05 Man Down.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:54:08Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/6 Bipolar Paradise/05 Man Down.mp3", + "path": "/mnt/europa/music/EDEN/Bipolar Paradise (2014)/Digital Media 01/EDEN - Bipolar Paradise - 05 - Man Down.mp3", + "releaseGroup": null, + "size": "13104079", + "indexerFlags": "0" + }, + "id": 1630 + }, + { + "albumId": 1205, + "artistId": 159, + "trackId": 40403, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/6 Bipolar Paradise/04 Soul.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:54:08Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/6 Bipolar Paradise/04 Soul.mp3", + "path": "/mnt/europa/music/EDEN/Bipolar Paradise (2014)/Digital Media 01/EDEN - Bipolar Paradise - 04 - Soul.mp3", + "releaseGroup": null, + "size": "5444346", + "indexerFlags": "0" + }, + "id": 1629 + }, + { + "albumId": 1205, + "artistId": 159, + "trackId": 40402, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/6 Bipolar Paradise/03 Jupiter.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:54:08Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/6 Bipolar Paradise/03 Jupiter.mp3", + "path": "/mnt/europa/music/EDEN/Bipolar Paradise (2014)/Digital Media 01/EDEN - Bipolar Paradise - 03 - Jupiter.mp3", + "releaseGroup": null, + "size": "10291050", + "indexerFlags": "0" + }, + "id": 1628 + }, + { + "albumId": 1205, + "artistId": 159, + "trackId": 40406, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/6 Bipolar Paradise/z-01 Fumes_Drowning First Draft.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:54:08Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/6 Bipolar Paradise/z-01 Fumes_Drowning First Draft.mp3", + "path": "/mnt/europa/music/EDEN/Bipolar Paradise (2014)/Digital Media 02/EDEN - Bipolar Paradise - 02 - Fumes+Drowning (First Draft).mp3", + "releaseGroup": null, + "size": "5974643", + "indexerFlags": "0" + }, + "id": 1627 + }, + { + "albumId": 1205, + "artistId": 159, + "trackId": 40401, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/6 Bipolar Paradise/02 Fumes.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:54:08Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/6 Bipolar Paradise/02 Fumes.mp3", + "path": "/mnt/europa/music/EDEN/Bipolar Paradise (2014)/Digital Media 01/EDEN - Bipolar Paradise - 02 - Fumes.mp3", + "releaseGroup": null, + "size": "9116256", + "indexerFlags": "0" + }, + "id": 1626 + }, + { + "albumId": 1205, + "artistId": 159, + "trackId": 40405, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/6 Bipolar Paradise/01 drowning..mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:54:08Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/6 Bipolar Paradise/01 drowning..mp3", + "path": "/mnt/europa/music/EDEN/Bipolar Paradise (2014)/Digital Media 02/EDEN - Bipolar Paradise - 01 - drowning. (clean).mp3", + "releaseGroup": null, + "size": "10693956", + "indexerFlags": "0" + }, + "id": 1625 + }, + { + "albumId": 1205, + "artistId": 159, + "trackId": 40400, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/6 Bipolar Paradise/z-01 drowning. [clean].mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:54:08Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/6 Bipolar Paradise/z-01 drowning. [clean].mp3", + "path": "/mnt/europa/music/EDEN/Bipolar Paradise (2014)/Digital Media 01/EDEN - Bipolar Paradise - 01 - drowning.mp3", + "releaseGroup": null, + "size": "10695018", + "indexerFlags": "0" + }, + "id": 1624 + }, + { + "albumId": 1211, + "artistId": 159, + "trackId": 40421, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/5 Entrance/05 Circles [Bonus Track].mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:54:00Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/5 Entrance/05 Circles [Bonus Track].mp3", + "path": "/mnt/europa/music/EDEN/Entrance (2014)/EDEN - Entrance - 05 - Circles.mp3", + "releaseGroup": null, + "size": "12213343", + "indexerFlags": "0" + }, + "id": 1623 + }, + { + "albumId": 1211, + "artistId": 159, + "trackId": 40420, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/5 Entrance/04 Crush.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:54:00Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/5 Entrance/04 Crush.mp3", + "path": "/mnt/europa/music/EDEN/Entrance (2014)/EDEN - Entrance - 04 - Crush.mp3", + "releaseGroup": null, + "size": "11823640", + "indexerFlags": "0" + }, + "id": 1622 + }, + { + "albumId": 1211, + "artistId": 159, + "trackId": 40419, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/5 Entrance/03 Better Together.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:54:00Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/5 Entrance/03 Better Together.mp3", + "path": "/mnt/europa/music/EDEN/Entrance (2014)/EDEN - Entrance - 03 - Better Together.mp3", + "releaseGroup": null, + "size": "14237364", + "indexerFlags": "0" + }, + "id": 1621 + }, + { + "albumId": 1211, + "artistId": 159, + "trackId": 40418, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/5 Entrance/02 Lost.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:54:00Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/5 Entrance/02 Lost.mp3", + "path": "/mnt/europa/music/EDEN/Entrance (2014)/EDEN - Entrance - 02 - Lost.mp3", + "releaseGroup": null, + "size": "12570741", + "indexerFlags": "0" + }, + "id": 1620 + }, + { + "albumId": 1211, + "artistId": 159, + "trackId": 40417, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/5 Entrance/01 Entrance.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:54:00Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/5 Entrance/01 Entrance.mp3", + "path": "/mnt/europa/music/EDEN/Entrance (2014)/EDEN - Entrance - 01 - Entrance.mp3", + "releaseGroup": null, + "size": "7251198", + "indexerFlags": "0" + }, + "id": 1619 + }, + { + "albumId": 1153, + "artistId": 159, + "trackId": 36152, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/06 Times Like These.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:53:50Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/06 Times Like These.mp3", + "path": "/mnt/europa/music/EDEN/Final Call (2015)/Digital Media 01/EDEN - Final Call - 06 - Times Like These.mp3", + "releaseGroup": null, + "size": "12403491", + "indexerFlags": "0" + }, + "id": 1618 + }, + { + "albumId": 1153, + "artistId": 159, + "trackId": 36151, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/05 XO.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:53:50Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/05 XO.mp3", + "path": "/mnt/europa/music/EDEN/Final Call (2015)/Digital Media 01/EDEN - Final Call - 05 - XO.mp3", + "releaseGroup": null, + "size": "7054568", + "indexerFlags": "0" + }, + "id": 1617 + }, + { + "albumId": 1153, + "artistId": 159, + "trackId": 36150, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/04 woah.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:53:50Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/04 woah.mp3", + "path": "/mnt/europa/music/EDEN/Final Call (2015)/Digital Media 01/EDEN - Final Call - 04 - woah.mp3", + "releaseGroup": null, + "size": "8101248", + "indexerFlags": "0" + }, + "id": 1616 + }, + { + "albumId": 1153, + "artistId": 159, + "trackId": 36149, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/03 Crazy in Love (Feat. Leah Kelly).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:53:50Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/03 Crazy in Love (Feat. Leah Kelly).mp3", + "path": "/mnt/europa/music/EDEN/Final Call (2015)/Digital Media 01/EDEN - Final Call - 03 - Crazy in Love.mp3", + "releaseGroup": null, + "size": "11377566", + "indexerFlags": "0" + }, + "id": 1615 + }, + { + "albumId": 1153, + "artistId": 159, + "trackId": 36154, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/z-02 tell me.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:53:50Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/z-02 tell me.mp3", + "path": "/mnt/europa/music/EDEN/Final Call (2015)/Digital Media 02/EDEN - Final Call - 02 - tell me.mp3", + "releaseGroup": null, + "size": "4718676", + "indexerFlags": "0" + }, + "id": 1614 + }, + { + "albumId": 1153, + "artistId": 159, + "trackId": 36148, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/02 Gone.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:53:50Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/02 Gone.mp3", + "path": "/mnt/europa/music/EDEN/Final Call (2015)/Digital Media 01/EDEN - Final Call - 02 - Gone.mp3", + "releaseGroup": null, + "size": "10276668", + "indexerFlags": "0" + }, + "id": 1613 + }, + { + "albumId": 1153, + "artistId": 159, + "trackId": 36153, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/z-01 XO (Instrumental).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:53:50Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/z-01 XO (Instrumental).mp3", + "path": "/mnt/europa/music/EDEN/Final Call (2015)/Digital Media 02/EDEN - Final Call - 01 - XO (instrumental).mp3", + "releaseGroup": null, + "size": "6387378", + "indexerFlags": "0" + }, + "id": 1612 + }, + { + "albumId": 1153, + "artistId": 159, + "trackId": 36147, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/01 Blank_Space.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:53:50Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/7 Final Call/01 Blank_Space.mp3", + "path": "/mnt/europa/music/EDEN/Final Call (2015)/Digital Media 01/EDEN - Final Call - 01 - Blank_Space.mp3", + "releaseGroup": null, + "size": "9247577", + "indexerFlags": "0" + }, + "id": 1611 + }, + { + "albumId": 1206, + "artistId": 159, + "trackId": 40409, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/4 Remixes/03 Kuaga (The Eden Project Remix).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:53:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/4 Remixes/03 Kuaga (The Eden Project Remix).mp3", + "path": "/mnt/europa/music/EDEN/Remixes (2015)/EDEN - Remixes - 03 - Kuaga (The Eden Project remix).mp3", + "releaseGroup": null, + "size": "9256643", + "indexerFlags": "0" + }, + "id": 1610 + }, + { + "albumId": 1206, + "artistId": 159, + "trackId": 40408, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/4 Remixes/02 Sleepless (The Eden Project Remix).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:53:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/4 Remixes/02 Sleepless (The Eden Project Remix).mp3", + "path": "/mnt/europa/music/EDEN/Remixes (2015)/EDEN - Remixes - 02 - Sleepless (The Eden Project remix).mp3", + "releaseGroup": null, + "size": "13142947", + "indexerFlags": "0" + }, + "id": 1609 + }, + { + "albumId": 1206, + "artistId": 159, + "trackId": 40407, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/4 Remixes/01 Strangers (The Eden Project Remix).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:53:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/4 Remixes/01 Strangers (The Eden Project Remix).mp3", + "path": "/mnt/europa/music/EDEN/Remixes (2015)/EDEN - Remixes - 01 - Strangers (The Eden Project remix).mp3", + "releaseGroup": null, + "size": "13894173", + "indexerFlags": "0" + }, + "id": 1608 + }, + { + "albumId": 1208, + "artistId": 159, + "trackId": 40414, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/I Am Spitfire/04 Spitfire Pt 3.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:53:27Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/I Am Spitfire/04 Spitfire Pt 3.mp3", + "path": "/mnt/europa/music/EDEN/I Am Spitfire (2015)/EDEN - I Am Spitfire - 04 - Spitfire Part 3.mp3", + "releaseGroup": null, + "size": "9191723", + "indexerFlags": "0" + }, + "id": 1607 + }, + { + "albumId": 1208, + "artistId": 159, + "trackId": 40413, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/I Am Spitfire/03 Spitfire Pt 2.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:53:27Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/I Am Spitfire/03 Spitfire Pt 2.mp3", + "path": "/mnt/europa/music/EDEN/I Am Spitfire (2015)/EDEN - I Am Spitfire - 03 - Spitfire Part 2.mp3", + "releaseGroup": null, + "size": "11141508", + "indexerFlags": "0" + }, + "id": 1606 + }, + { + "albumId": 1208, + "artistId": 159, + "trackId": 40412, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/I Am Spitfire/02 Spitfire Pt 1.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:53:27Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/I Am Spitfire/02 Spitfire Pt 1.mp3", + "path": "/mnt/europa/music/EDEN/I Am Spitfire (2015)/EDEN - I Am Spitfire - 02 - Spitfire Part 1.mp3", + "releaseGroup": null, + "size": "10504115", + "indexerFlags": "0" + }, + "id": 1605 + }, + { + "albumId": 1208, + "artistId": 159, + "trackId": 40411, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/I Am Spitfire/01 I Am.m4a", + "quality": { + "quality": { + "id": 10, + "name": "AAC-256" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:53:27Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/I Am Spitfire/01 I Am.m4a", + "path": "/mnt/europa/music/EDEN/I Am Spitfire (2015)/EDEN - I Am Spitfire - 01 - I Am.m4a", + "releaseGroup": null, + "size": "8329676", + "indexerFlags": "0" + }, + "id": 1604 + }, + { + "albumId": 1203, + "artistId": 159, + "trackId": 40372, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/2-01 Chasing Ghosts Original Concept.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:52:09Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/2-01 Chasing Ghosts Original Concept.mp3", + "path": "/mnt/europa/music/EDEN/Kairos (2015)/EDEN - Kairos - 10 - Chasing Ghosts (original concept).mp3", + "releaseGroup": null, + "size": "11379900", + "indexerFlags": "0" + }, + "id": 1603 + }, + { + "albumId": 1203, + "artistId": 159, + "trackId": 40371, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/09 Chasing Ghosts.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:52:09Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/09 Chasing Ghosts.mp3", + "path": "/mnt/europa/music/EDEN/Kairos (2015)/EDEN - Kairos - 09 - Chasing Ghosts.mp3", + "releaseGroup": null, + "size": "11866023", + "indexerFlags": "0" + }, + "id": 1602 + }, + { + "albumId": 1203, + "artistId": 159, + "trackId": 40370, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/08 Death of a Dream.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:52:09Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/08 Death of a Dream.mp3", + "path": "/mnt/europa/music/EDEN/Kairos (2015)/EDEN - Kairos - 08 - Death of a Dream.mp3", + "releaseGroup": null, + "size": "11473817", + "indexerFlags": "0" + }, + "id": 1601 + }, + { + "albumId": 1203, + "artistId": 159, + "trackId": 40369, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/07 Limitless.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:52:09Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/07 Limitless.mp3", + "path": "/mnt/europa/music/EDEN/Kairos (2015)/EDEN - Kairos - 07 - Limitless.mp3", + "releaseGroup": null, + "size": "12200375", + "indexerFlags": "0" + }, + "id": 1600 + }, + { + "albumId": 1203, + "artistId": 159, + "trackId": 40368, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/06 Holdin' On (Inst).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:52:09Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/06 Holdin' On (Inst).mp3", + "path": "/mnt/europa/music/EDEN/Kairos (2015)/EDEN - Kairos - 06 - Holdin’ On (instrumental).mp3", + "releaseGroup": null, + "size": "12046086", + "indexerFlags": "0" + }, + "id": 1599 + }, + { + "albumId": 1203, + "artistId": 159, + "trackId": 40367, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/05 Machines.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:52:09Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/05 Machines.mp3", + "path": "/mnt/europa/music/EDEN/Kairos (2015)/EDEN - Kairos - 05 - Machines.mp3", + "releaseGroup": null, + "size": "12142934", + "indexerFlags": "0" + }, + "id": 1598 + }, + { + "albumId": 1203, + "artistId": 159, + "trackId": 40366, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/04 First & Last.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:52:09Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/04 First & Last.mp3", + "path": "/mnt/europa/music/EDEN/Kairos (2015)/EDEN - Kairos - 04 - First & Last.mp3", + "releaseGroup": null, + "size": "14314725", + "indexerFlags": "0" + }, + "id": 1597 + }, + { + "albumId": 1203, + "artistId": 159, + "trackId": 40365, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/03 Kairos.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:52:09Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/03 Kairos.mp3", + "path": "/mnt/europa/music/EDEN/Kairos (2015)/EDEN - Kairos - 03 - Kairos.mp3", + "releaseGroup": null, + "size": "11583948", + "indexerFlags": "0" + }, + "id": 1596 + }, + { + "albumId": 1203, + "artistId": 159, + "trackId": 40364, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/02 Statues (Feat. Leah Kelly).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:52:09Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/02 Statues (Feat. Leah Kelly).mp3", + "path": "/mnt/europa/music/EDEN/Kairos (2015)/EDEN - Kairos - 02 - Statues.mp3", + "releaseGroup": null, + "size": "12799527", + "indexerFlags": "0" + }, + "id": 1595 + }, + { + "albumId": 1203, + "artistId": 159, + "trackId": 40363, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/01 After The Titanic.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:52:09Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/3 Kairos/01 After The Titanic.mp3", + "path": "/mnt/europa/music/EDEN/Kairos (2015)/EDEN - Kairos - 01 - After the Titanic.mp3", + "releaseGroup": null, + "size": "15625228", + "indexerFlags": "0" + }, + "id": 1594 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40389, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/17 Rift (The Eden Project Remix).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:58Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/17 Rift (The Eden Project Remix).mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 17 - Rift (The Eden Project remix).mp3", + "releaseGroup": null, + "size": "14157913", + "indexerFlags": "0" + }, + "id": 1593 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40388, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/16 Astronaut - Rain (The Eden Project Remix).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:58Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/16 Astronaut - Rain (The Eden Project Remix).mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 16 - Rain (The Eden Project remix).mp3", + "releaseGroup": null, + "size": "11146514", + "indexerFlags": "0" + }, + "id": 1592 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40387, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/15 Chelsea Lankes - Ghost (The Eden Project Remix).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:58Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/15 Chelsea Lankes - Ghost (The Eden Project Remix).mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 15 - Ghost (The Eden Project remix).mp3", + "releaseGroup": null, + "size": "12957567", + "indexerFlags": "0" + }, + "id": 1591 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40386, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/14 Say Something (Cover).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:58Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/14 Say Something (Cover).mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 14 - Say Something (cover).mp3", + "releaseGroup": null, + "size": "10839338", + "indexerFlags": "0" + }, + "id": 1590 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40385, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/13 Koda - Staying (The Eden Project Edit).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:58Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/13 Koda - Staying (The Eden Project Edit).mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 13 - Staying (The Eden Project edit).mp3", + "releaseGroup": null, + "size": "10851235", + "indexerFlags": "0" + }, + "id": 1589 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40384, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/12 Coalesce.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:58Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/12 Coalesce.mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 12 - Coalesce.mp3", + "releaseGroup": null, + "size": "11116721", + "indexerFlags": "0" + }, + "id": 1588 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40383, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/11 Astronot.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:58Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/11 Astronot.mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 11 - Astronot.mp3", + "releaseGroup": null, + "size": "10747142", + "indexerFlags": "0" + }, + "id": 1587 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40382, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/10 Closer (The Eden Project Remix).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:58Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/10 Closer (The Eden Project Remix).mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 10 - Closer (The Eden Project remix).mp3", + "releaseGroup": null, + "size": "12401304", + "indexerFlags": "0" + }, + "id": 1586 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40381, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/09 Fallout (Original Mix).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:57Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/09 Fallout (Original Mix).mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 09 - Fallout (original mix).mp3", + "releaseGroup": null, + "size": "15334069", + "indexerFlags": "0" + }, + "id": 1585 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40380, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/08 Babel.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:57Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/08 Babel.mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 08 - Babel.mp3", + "releaseGroup": null, + "size": "14510755", + "indexerFlags": "0" + }, + "id": 1584 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40379, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/07 Solace.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:57Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/07 Solace.mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 07 - Solace.mp3", + "releaseGroup": null, + "size": "12381506", + "indexerFlags": "0" + }, + "id": 1583 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40378, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/06 Grape....mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:57Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/06 Grape....mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 06 - Grape….mp3", + "releaseGroup": null, + "size": "10559655", + "indexerFlags": "0" + }, + "id": 1582 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40394, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/z-05 I tired to be deadmau5 once.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:57Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/z-05 I tired to be deadmau5 once.mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 02/EDEN - Beginnings - 05 - I Tried to Be Deadmau5 Once.mp3", + "releaseGroup": null, + "size": "11366317", + "indexerFlags": "0" + }, + "id": 1581 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40377, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/05 All Of The Lights (The Eden Project Remix).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:57Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/05 All Of The Lights (The Eden Project Remix).mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 05 - All of the Lights (The Eden Project remix).mp3", + "releaseGroup": null, + "size": "11704011", + "indexerFlags": "0" + }, + "id": 1580 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40393, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/z-04 Feeling Good (Scrapped).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:57Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/z-04 Feeling Good (Scrapped).mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 02/EDEN - Beginnings - 04 - Feeling Good (scrapped).mp3", + "releaseGroup": null, + "size": "8225353", + "indexerFlags": "0" + }, + "id": 1579 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40376, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/04 Fallin'.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:57Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/04 Fallin'.mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 04 - Fallin’.mp3", + "releaseGroup": null, + "size": "9410408", + "indexerFlags": "0" + }, + "id": 1578 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40392, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/z-03 Billy Jean (The Eden Project Remix) [unreleased].mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:57Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/z-03 Billy Jean (The Eden Project Remix) [unreleased].mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 02/EDEN - Beginnings - 03 - Billy Jean (The Eden Project remix).mp3", + "releaseGroup": null, + "size": "9529386", + "indexerFlags": "0" + }, + "id": 1577 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40375, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/03 L.I.F.E.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:57Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/03 L.I.F.E.mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 03 - L.I.F.E.mp3", + "releaseGroup": null, + "size": "12790503", + "indexerFlags": "0" + }, + "id": 1576 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40391, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/z-02 Scrapped Some Chords Remix.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:57Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/z-02 Scrapped Some Chords Remix.mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 02/EDEN - Beginnings - 02 - Scrapped Some Chords (remix).mp3", + "releaseGroup": null, + "size": "3381207", + "indexerFlags": "0" + }, + "id": 1575 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40374, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/02 Karma.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:57Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/02 Karma.mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 02 - Karma.mp3", + "releaseGroup": null, + "size": "11969223", + "indexerFlags": "0" + }, + "id": 1574 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40390, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/z-01 Scrapped Instrumental.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:57Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/z-01 Scrapped Instrumental.mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 02/EDEN - Beginnings - 01 - Scrapped Instrumental.mp3", + "releaseGroup": null, + "size": "3933958", + "indexerFlags": "0" + }, + "id": 1573 + }, + { + "albumId": 1204, + "artistId": 159, + "trackId": 40373, + "sourceTitle": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/01 Again.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:57Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/The Eden Project/1 Beginnings/01 Again.mp3", + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 01 - Again.mp3", + "releaseGroup": null, + "size": "10986488", + "indexerFlags": "0" + }, + "id": 1572 + }, + { + "albumId": 1183, + "artistId": 159, + "trackId": 40297, + "sourceTitle": "/mnt/europa/music/EDEN/End Credits EP/1-07 catch me if you can [Bonus Track].mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:33Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/End Credits EP/1-07 catch me if you can [Bonus Track].mp3", + "path": "/mnt/europa/music/EDEN/End Credits (2015)/EDEN - End Credits - 07 - Catch Me If You Can.mp3", + "releaseGroup": null, + "size": "8433124", + "indexerFlags": "0" + }, + "id": 1571 + }, + { + "albumId": 1183, + "artistId": 159, + "trackId": 40296, + "sourceTitle": "/mnt/europa/music/EDEN/End Credits EP/1-06 Wake Up.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:33Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/End Credits EP/1-06 Wake Up.mp3", + "path": "/mnt/europa/music/EDEN/End Credits (2015)/EDEN - End Credits - 06 - Wake Up.mp3", + "releaseGroup": null, + "size": "12053682", + "indexerFlags": "0" + }, + "id": 1570 + }, + { + "albumId": 1183, + "artistId": 159, + "trackId": 40295, + "sourceTitle": "/mnt/europa/music/EDEN/End Credits EP/1-05 Interlude.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:33Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/End Credits EP/1-05 Interlude.mp3", + "path": "/mnt/europa/music/EDEN/End Credits (2015)/EDEN - End Credits - 05 - Interlude.mp3", + "releaseGroup": null, + "size": "7430011", + "indexerFlags": "0" + }, + "id": 1569 + }, + { + "albumId": 1183, + "artistId": 159, + "trackId": 40294, + "sourceTitle": "/mnt/europa/music/EDEN/End Credits EP/1-04 Nocturne.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:33Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/End Credits EP/1-04 Nocturne.mp3", + "path": "/mnt/europa/music/EDEN/End Credits (2015)/EDEN - End Credits - 04 - Nocturne.mp3", + "releaseGroup": null, + "size": "8764347", + "indexerFlags": "0" + }, + "id": 1568 + }, + { + "albumId": 1183, + "artistId": 159, + "trackId": 40293, + "sourceTitle": "/mnt/europa/music/EDEN/End Credits EP/1-03 Gravity.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:33Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/End Credits EP/1-03 Gravity.mp3", + "path": "/mnt/europa/music/EDEN/End Credits (2015)/EDEN - End Credits - 03 - Gravity.mp3", + "releaseGroup": null, + "size": "10080917", + "indexerFlags": "0" + }, + "id": 1567 + }, + { + "albumId": 1183, + "artistId": 159, + "trackId": 40292, + "sourceTitle": "/mnt/europa/music/EDEN/End Credits EP/1-02 End Credits (Feat. Leah Kelly).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:33Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/End Credits EP/1-02 End Credits (Feat. Leah Kelly).mp3", + "path": "/mnt/europa/music/EDEN/End Credits (2015)/EDEN - End Credits - 02 - End Credits.mp3", + "releaseGroup": null, + "size": "10475892", + "indexerFlags": "0" + }, + "id": 1566 + }, + { + "albumId": 1183, + "artistId": 159, + "trackId": 40291, + "sourceTitle": "/mnt/europa/music/EDEN/End Credits EP/1-01 02;09.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:51:33Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/End Credits EP/1-01 02;09.mp3", + "path": "/mnt/europa/music/EDEN/End Credits (2015)/EDEN - End Credits - 01 - 02-09.mp3", + "releaseGroup": null, + "size": "10905338", + "indexerFlags": "0" + }, + "id": 1565 + }, + { + "albumId": 1129, + "artistId": 159, + "trackId": 36128, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - i think you think too much of me (2016)/07. EDEN - i think you think too much of me - Circles.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:50Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - i think you think too much of me (2016)/07. EDEN - i think you think too much of me - Circles.mp3", + "path": "/mnt/europa/music/EDEN/I Think You Think Too Much of Me (2016)/EDEN - I Think You Think Too Much of Me - 07 - Circles.mp3", + "releaseGroup": null, + "size": "11058503", + "indexerFlags": "0" + }, + "id": 1564 + }, + { + "albumId": 1129, + "artistId": 159, + "trackId": 36127, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - i think you think too much of me (2016)/06. EDEN - i think you think too much of me - XO.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:50Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - i think you think too much of me (2016)/06. EDEN - i think you think too much of me - XO.mp3", + "path": "/mnt/europa/music/EDEN/I Think You Think Too Much of Me (2016)/EDEN - I Think You Think Too Much of Me - 06 - XO.mp3", + "releaseGroup": null, + "size": "6452582", + "indexerFlags": "0" + }, + "id": 1563 + }, + { + "albumId": 1129, + "artistId": 159, + "trackId": 36126, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - i think you think too much of me (2016)/05. EDEN - i think you think too much of me - Fumes (feat. gnash).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:50Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - i think you think too much of me (2016)/05. EDEN - i think you think too much of me - Fumes (feat. gnash).mp3", + "path": "/mnt/europa/music/EDEN/I Think You Think Too Much of Me (2016)/EDEN - I Think You Think Too Much of Me - 05 - Fumes.mp3", + "releaseGroup": null, + "size": "8657351", + "indexerFlags": "0" + }, + "id": 1562 + }, + { + "albumId": 1129, + "artistId": 159, + "trackId": 36125, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - i think you think too much of me (2016)/04. EDEN - i think you think too much of me - rock + roll.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:50Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - i think you think too much of me (2016)/04. EDEN - i think you think too much of me - rock + roll.mp3", + "path": "/mnt/europa/music/EDEN/I Think You Think Too Much of Me (2016)/EDEN - I Think You Think Too Much of Me - 04 - rock + roll.mp3", + "releaseGroup": null, + "size": "11914282", + "indexerFlags": "0" + }, + "id": 1561 + }, + { + "albumId": 1129, + "artistId": 159, + "trackId": 36124, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - i think you think too much of me (2016)/03. EDEN - i think you think too much of me - and.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:50Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - i think you think too much of me (2016)/03. EDEN - i think you think too much of me - and.mp3", + "path": "/mnt/europa/music/EDEN/I Think You Think Too Much of Me (2016)/EDEN - I Think You Think Too Much of Me - 03 - and.mp3", + "releaseGroup": null, + "size": "5406641", + "indexerFlags": "0" + }, + "id": 1560 + }, + { + "albumId": 1129, + "artistId": 159, + "trackId": 36123, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - i think you think too much of me (2016)/02. EDEN - i think you think too much of me - drugs.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:50Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - i think you think too much of me (2016)/02. EDEN - i think you think too much of me - drugs.mp3", + "path": "/mnt/europa/music/EDEN/I Think You Think Too Much of Me (2016)/EDEN - I Think You Think Too Much of Me - 02 - drugs.mp3", + "releaseGroup": null, + "size": "13604915", + "indexerFlags": "0" + }, + "id": 1559 + }, + { + "albumId": 1129, + "artistId": 159, + "trackId": 36122, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - i think you think too much of me (2016)/01. EDEN - i think you think too much of me - sex.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:50Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - i think you think too much of me (2016)/01. EDEN - i think you think too much of me - sex.mp3", + "path": "/mnt/europa/music/EDEN/I Think You Think Too Much of Me (2016)/EDEN - I Think You Think Too Much of Me - 01 - sex.mp3", + "releaseGroup": null, + "size": "8824503", + "indexerFlags": "0" + }, + "id": 1558 + }, + { + "albumId": 1119, + "artistId": 159, + "trackId": 36167, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/13. EDEN - vertigo - falling in reverse.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:42Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/13. EDEN - vertigo - falling in reverse.mp3", + "path": "/mnt/europa/music/EDEN/vertigo (2018)/EDEN - vertigo - 13 - falling in reverse.mp3", + "releaseGroup": null, + "size": "12260110", + "indexerFlags": "0" + }, + "id": 1557 + }, + { + "albumId": 1119, + "artistId": 159, + "trackId": 36166, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/12. EDEN - vertigo - love; not wrong (brave).mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:42Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/12. EDEN - vertigo - love; not wrong (brave).mp3", + "path": "/mnt/europa/music/EDEN/vertigo (2018)/EDEN - vertigo - 12 - love; not wrong (brave).mp3", + "releaseGroup": null, + "size": "8978835", + "indexerFlags": "0" + }, + "id": 1556 + }, + { + "albumId": 1119, + "artistId": 159, + "trackId": 36165, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/11. EDEN - vertigo - wonder.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:42Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/11. EDEN - vertigo - wonder.mp3", + "path": "/mnt/europa/music/EDEN/vertigo (2018)/EDEN - vertigo - 11 - wonder.mp3", + "releaseGroup": null, + "size": "10828738", + "indexerFlags": "0" + }, + "id": 1555 + }, + { + "albumId": 1119, + "artistId": 159, + "trackId": 36164, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/10. EDEN - vertigo - float.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:42Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/10. EDEN - vertigo - float.mp3", + "path": "/mnt/europa/music/EDEN/vertigo (2018)/EDEN - vertigo - 10 - float.mp3", + "releaseGroup": null, + "size": "8240577", + "indexerFlags": "0" + }, + "id": 1554 + }, + { + "albumId": 1119, + "artistId": 159, + "trackId": 36163, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/09. EDEN - vertigo - forever over.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:42Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/09. EDEN - vertigo - forever over.mp3", + "path": "/mnt/europa/music/EDEN/vertigo (2018)/EDEN - vertigo - 09 - forever++over.mp3", + "releaseGroup": null, + "size": "14002504", + "indexerFlags": "0" + }, + "id": 1553 + }, + { + "albumId": 1119, + "artistId": 159, + "trackId": 36162, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/08. EDEN - vertigo - gold.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:42Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/08. EDEN - vertigo - gold.mp3", + "path": "/mnt/europa/music/EDEN/vertigo (2018)/EDEN - vertigo - 08 - gold.mp3", + "releaseGroup": null, + "size": "8156095", + "indexerFlags": "0" + }, + "id": 1552 + }, + { + "albumId": 1119, + "artistId": 159, + "trackId": 36161, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/07. EDEN - vertigo - crash.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:42Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/07. EDEN - vertigo - crash.mp3", + "path": "/mnt/europa/music/EDEN/vertigo (2018)/EDEN - vertigo - 07 - crash.mp3", + "releaseGroup": null, + "size": "9584576", + "indexerFlags": "0" + }, + "id": 1551 + }, + { + "albumId": 1119, + "artistId": 159, + "trackId": 36160, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/06. EDEN - vertigo - lost found.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:42Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/06. EDEN - vertigo - lost found.mp3", + "path": "/mnt/europa/music/EDEN/vertigo (2018)/EDEN - vertigo - 06 - lost++found.mp3", + "releaseGroup": null, + "size": "8431622", + "indexerFlags": "0" + }, + "id": 1550 + }, + { + "albumId": 1119, + "artistId": 159, + "trackId": 36159, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/05. EDEN - vertigo - icarus.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:42Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/05. EDEN - vertigo - icarus.mp3", + "path": "/mnt/europa/music/EDEN/vertigo (2018)/EDEN - vertigo - 05 - icarus.mp3", + "releaseGroup": null, + "size": "16501377", + "indexerFlags": "0" + }, + "id": 1549 + }, + { + "albumId": 1119, + "artistId": 159, + "trackId": 36158, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/04. EDEN - vertigo - wings.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:42Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/04. EDEN - vertigo - wings.mp3", + "path": "/mnt/europa/music/EDEN/vertigo (2018)/EDEN - vertigo - 04 - wings.mp3", + "releaseGroup": null, + "size": "7375616", + "indexerFlags": "0" + }, + "id": 1548 + }, + { + "albumId": 1119, + "artistId": 159, + "trackId": 36157, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/03. EDEN - vertigo - start end.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:42Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/03. EDEN - vertigo - start end.mp3", + "path": "/mnt/europa/music/EDEN/vertigo (2018)/EDEN - vertigo - 03 - start++end.mp3", + "releaseGroup": null, + "size": "13647301", + "indexerFlags": "0" + }, + "id": 1547 + }, + { + "albumId": 1119, + "artistId": 159, + "trackId": 36156, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/02. EDEN - vertigo - take care.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:42Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/02. EDEN - vertigo - take care.mp3", + "path": "/mnt/europa/music/EDEN/vertigo (2018)/EDEN - vertigo - 02 - take care.mp3", + "releaseGroup": null, + "size": "8123460", + "indexerFlags": "0" + }, + "id": 1546 + }, + { + "albumId": 1119, + "artistId": 159, + "trackId": 36155, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/01. EDEN - vertigo - wrong.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:42Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - vertigo (2018)/01. EDEN - vertigo - wrong.mp3", + "path": "/mnt/europa/music/EDEN/vertigo (2018)/EDEN - vertigo - 01 - wrong.mp3", + "releaseGroup": null, + "size": "2864576", + "indexerFlags": "0" + }, + "id": 1545 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36068, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/19. EDEN - no future - untitled.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/19. EDEN - no future - untitled.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 19 - untitled.mp3", + "releaseGroup": null, + "size": "8697924", + "indexerFlags": "0" + }, + "id": 1544 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36067, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/18. EDEN - no future - out.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/18. EDEN - no future - out.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 18 - out.mp3", + "releaseGroup": null, + "size": "1764994", + "indexerFlags": "0" + }, + "id": 1543 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36066, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/17. EDEN - no future - 2020.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/17. EDEN - no future - 2020.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 17 - 2020.mp3", + "releaseGroup": null, + "size": "8503542", + "indexerFlags": "0" + }, + "id": 1542 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36065, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/16. EDEN - no future - $treams.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/16. EDEN - no future - $treams.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 16 - $treams.mp3", + "releaseGroup": null, + "size": "8080361", + "indexerFlags": "0" + }, + "id": 1541 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36064, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/15. EDEN - no future - rushing.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/15. EDEN - no future - rushing.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 15 - rushing.mp3", + "releaseGroup": null, + "size": "12364443", + "indexerFlags": "0" + }, + "id": 1540 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36063, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/14. EDEN - no future - tides.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/14. EDEN - no future - tides.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 14 - tides.mp3", + "releaseGroup": null, + "size": "4178710", + "indexerFlags": "0" + }, + "id": 1539 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36062, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/13. EDEN - no future - ____.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/13. EDEN - no future - ____.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 13.mp3", + "releaseGroup": null, + "size": "7240260", + "indexerFlags": "0" + }, + "id": 1538 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36061, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/12. EDEN - no future - isohel.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/12. EDEN - no future - isohel.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 12 - isohel.mp3", + "releaseGroup": null, + "size": "10874444", + "indexerFlags": "0" + }, + "id": 1537 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36060, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/11. EDEN - no future - so far so good.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/11. EDEN - no future - so far so good.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 11 - so far so good.mp3", + "releaseGroup": null, + "size": "8286213", + "indexerFlags": "0" + }, + "id": 1536 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36059, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/10. EDEN - no future - fomo.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/10. EDEN - no future - fomo.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 10 - fomo.mp3", + "releaseGroup": null, + "size": "7630007", + "indexerFlags": "0" + }, + "id": 1535 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36058, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/09. EDEN - no future - just saying.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/09. EDEN - no future - just saying.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 09 - just saying.mp3", + "releaseGroup": null, + "size": "9890155", + "indexerFlags": "0" + }, + "id": 1534 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36057, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/08. EDEN - no future - calm down.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/08. EDEN - no future - calm down.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 08 - calm down.mp3", + "releaseGroup": null, + "size": "6261196", + "indexerFlags": "0" + }, + "id": 1533 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36056, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/07. EDEN - no future - how to sleep.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/07. EDEN - no future - how to sleep.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 07 - how to sleep.mp3", + "releaseGroup": null, + "size": "6367805", + "indexerFlags": "0" + }, + "id": 1532 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36055, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/06. EDEN - no future - love, death, distraction.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:38Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/06. EDEN - no future - love, death, distraction.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 06 - love, death, distraction.mp3", + "releaseGroup": null, + "size": "10330043", + "indexerFlags": "0" + }, + "id": 1531 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36054, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/05. EDEN - no future - projector.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:37Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/05. EDEN - no future - projector.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 05 - projector.mp3", + "releaseGroup": null, + "size": "8936134", + "indexerFlags": "0" + }, + "id": 1530 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36053, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/04. EDEN - no future - static.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:37Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/04. EDEN - no future - static.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 04 - static.mp3", + "releaseGroup": null, + "size": "2004278", + "indexerFlags": "0" + }, + "id": 1529 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36052, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/03. EDEN - no future - hertz.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:37Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/03. EDEN - no future - hertz.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 03 - hertz.mp3", + "releaseGroup": null, + "size": "8004108", + "indexerFlags": "0" + }, + "id": 1528 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36051, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/02. EDEN - no future - in.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:37Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/02. EDEN - no future - in.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 02 - in.mp3", + "releaseGroup": null, + "size": "1293744", + "indexerFlags": "0" + }, + "id": 1527 + }, + { + "albumId": 1127, + "artistId": 159, + "trackId": 36050, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - no future (2020)/01. EDEN - no future - good morning.mp3", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:37Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - no future (2020)/01. EDEN - no future - good morning.mp3", + "path": "/mnt/europa/music/EDEN/no future (2020)/EDEN - no future - 01 - good morning.mp3", + "releaseGroup": null, + "size": "8427272", + "indexerFlags": "0" + }, + "id": 1526 + }, + { + "albumId": 1133, + "artistId": 159, + "trackId": 36140, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/11. EDEN - ICYMI - Reaching 2.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:31Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/11. EDEN - ICYMI - Reaching 2.flac", + "path": "/mnt/europa/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 11 - Reaching 2.flac", + "releaseGroup": null, + "size": "18634143", + "indexerFlags": "0" + }, + "id": 1525 + }, + { + "albumId": 1133, + "artistId": 159, + "trackId": 36139, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/10. EDEN - ICYMI - Elsewhere.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:31Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/10. EDEN - ICYMI - Elsewhere.flac", + "path": "/mnt/europa/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 10 - Elsewhere.flac", + "releaseGroup": null, + "size": "40969306", + "indexerFlags": "0" + }, + "id": 1524 + }, + { + "albumId": 1133, + "artistId": 159, + "trackId": 36138, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/09. EDEN - ICYMI - Duvidha.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:31Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/09. EDEN - ICYMI - Duvidha.flac", + "path": "/mnt/europa/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 09 - Duvidha.flac", + "releaseGroup": null, + "size": "11006771", + "indexerFlags": "0" + }, + "id": 1523 + }, + { + "albumId": 1133, + "artistId": 159, + "trackId": 36137, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/08. EDEN - ICYMI - Call Me Back.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:31Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/08. EDEN - ICYMI - Call Me Back.flac", + "path": "/mnt/europa/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 08 - Call Me Back.flac", + "releaseGroup": null, + "size": "42676465", + "indexerFlags": "0" + }, + "id": 1522 + }, + { + "albumId": 1133, + "artistId": 159, + "trackId": 36136, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/07. EDEN - ICYMI - PS1.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:31Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/07. EDEN - ICYMI - PS1.flac", + "path": "/mnt/europa/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 07 - PS1.flac", + "releaseGroup": null, + "size": "26922886", + "indexerFlags": "0" + }, + "id": 1521 + }, + { + "albumId": 1133, + "artistId": 159, + "trackId": 36135, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/06. EDEN - ICYMI - Closer 2.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:31Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/06. EDEN - ICYMI - Closer 2.flac", + "path": "/mnt/europa/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 06 - Closer 2.flac", + "releaseGroup": null, + "size": "25180187", + "indexerFlags": "0" + }, + "id": 1520 + }, + { + "albumId": 1133, + "artistId": 159, + "trackId": 36134, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/05. EDEN - ICYMI - Waiting Room.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:31Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/05. EDEN - ICYMI - Waiting Room.flac", + "path": "/mnt/europa/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 05 - Waiting Room.flac", + "releaseGroup": null, + "size": "13770770", + "indexerFlags": "0" + }, + "id": 1519 + }, + { + "albumId": 1133, + "artistId": 159, + "trackId": 36133, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/04. EDEN - ICYMI - Modern Warfare.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:31Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/04. EDEN - ICYMI - Modern Warfare.flac", + "path": "/mnt/europa/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 04 - Modern Warfare.flac", + "releaseGroup": null, + "size": "22345917", + "indexerFlags": "0" + }, + "id": 1518 + }, + { + "albumId": 1133, + "artistId": 159, + "trackId": 36132, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/03. EDEN - ICYMI - Sci-Fi.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:31Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/03. EDEN - ICYMI - Sci-Fi.flac", + "path": "/mnt/europa/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 03 - Sci‐Fi.flac", + "releaseGroup": null, + "size": "20040398", + "indexerFlags": "0" + }, + "id": 1517 + }, + { + "albumId": 1133, + "artistId": 159, + "trackId": 36131, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/02. EDEN - ICYMI - Balling.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:31Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/02. EDEN - ICYMI - Balling.flac", + "path": "/mnt/europa/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 02 - Balling.flac", + "releaseGroup": null, + "size": "23420034", + "indexerFlags": "0" + }, + "id": 1516 + }, + { + "albumId": 1133, + "artistId": 159, + "trackId": 36130, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/01. EDEN - ICYMI - A Call.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:31Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - ICYMI (2022)/01. EDEN - ICYMI - A Call.flac", + "path": "/mnt/europa/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 01 - A Call.flac", + "releaseGroup": null, + "size": "15572363", + "indexerFlags": "0" + }, + "id": 1515 + }, + { + "albumId": 1144, + "artistId": 159, + "trackId": 36257, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/13. EDEN - Dark - Quantuuuum.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:18Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/13. EDEN - Dark - Quantuuuum.flac", + "path": "/mnt/europa/music/EDEN/Dark (2025)/EDEN - Dark - 13 - Quantuuuum.flac", + "releaseGroup": null, + "size": "32399714", + "indexerFlags": "0" + }, + "id": 1514 + }, + { + "albumId": 1144, + "artistId": 159, + "trackId": 36256, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/12. EDEN - Dark - Pocket (montreal).flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:18Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/12. EDEN - Dark - Pocket (montreal).flac", + "path": "/mnt/europa/music/EDEN/Dark (2025)/EDEN - Dark - 12 - Pocket (montreal).flac", + "releaseGroup": null, + "size": "11963387", + "indexerFlags": "0" + }, + "id": 1513 + }, + { + "albumId": 1144, + "artistId": 159, + "trackId": 36255, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/11. EDEN - Dark - At Once.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:18Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/11. EDEN - Dark - At Once.flac", + "path": "/mnt/europa/music/EDEN/Dark (2025)/EDEN - Dark - 11 - At Once.flac", + "releaseGroup": null, + "size": "19040710", + "indexerFlags": "0" + }, + "id": 1512 + }, + { + "albumId": 1144, + "artistId": 159, + "trackId": 36254, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/10. EDEN - Dark - gggiiiiirrrrlllll.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:18Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/10. EDEN - Dark - gggiiiiirrrrlllll.flac", + "path": "/mnt/europa/music/EDEN/Dark (2025)/EDEN - Dark - 10 - gggiiiiirrrrlllll.flac", + "releaseGroup": null, + "size": "10851343", + "indexerFlags": "0" + }, + "id": 1511 + }, + { + "albumId": 1144, + "artistId": 159, + "trackId": 36253, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/09. EDEN - Dark - (Cold Water freestyle).flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:18Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/09. EDEN - Dark - (Cold Water freestyle).flac", + "path": "/mnt/europa/music/EDEN/Dark (2025)/EDEN - Dark - 09 - (Cold Water freestyle).flac", + "releaseGroup": null, + "size": "13391767", + "indexerFlags": "0" + }, + "id": 1510 + }, + { + "albumId": 1144, + "artistId": 159, + "trackId": 36252, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/08. EDEN - Dark - Light Sleeper.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:18Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/08. EDEN - Dark - Light Sleeper.flac", + "path": "/mnt/europa/music/EDEN/Dark (2025)/EDEN - Dark - 08 - Light Sleeper.flac", + "releaseGroup": null, + "size": "21038768", + "indexerFlags": "0" + }, + "id": 1509 + }, + { + "albumId": 1144, + "artistId": 159, + "trackId": 36251, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/07. EDEN - Dark - 5ever.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:18Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/07. EDEN - Dark - 5ever.flac", + "path": "/mnt/europa/music/EDEN/Dark (2025)/EDEN - Dark - 07 - 5ever.flac", + "releaseGroup": null, + "size": "19572268", + "indexerFlags": "0" + }, + "id": 1508 + }, + { + "albumId": 1144, + "artistId": 159, + "trackId": 36250, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/06. EDEN - Dark - True.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:18Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/06. EDEN - Dark - True.flac", + "path": "/mnt/europa/music/EDEN/Dark (2025)/EDEN - Dark - 06 - True.flac", + "releaseGroup": null, + "size": "14853279", + "indexerFlags": "0" + }, + "id": 1507 + }, + { + "albumId": 1144, + "artistId": 159, + "trackId": 36249, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/05. EDEN - Dark - Ghost in the Shell.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:18Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/05. EDEN - Dark - Ghost in the Shell.flac", + "path": "/mnt/europa/music/EDEN/Dark (2025)/EDEN - Dark - 05 - Ghost in the Shell.flac", + "releaseGroup": null, + "size": "29213897", + "indexerFlags": "0" + }, + "id": 1506 + }, + { + "albumId": 1144, + "artistId": 159, + "trackId": 36248, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/04. EDEN - Dark - Paris, Teargas.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:18Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/04. EDEN - Dark - Paris, Teargas.flac", + "path": "/mnt/europa/music/EDEN/Dark (2025)/EDEN - Dark - 04 - Paris, Teargas.flac", + "releaseGroup": null, + "size": "17507781", + "indexerFlags": "0" + }, + "id": 1505 + }, + { + "albumId": 1144, + "artistId": 159, + "trackId": 36247, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/03. EDEN - Dark - TEAM.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:18Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/03. EDEN - Dark - TEAM.flac", + "path": "/mnt/europa/music/EDEN/Dark (2025)/EDEN - Dark - 03 - TEAM.flac", + "releaseGroup": null, + "size": "18954107", + "indexerFlags": "0" + }, + "id": 1504 + }, + { + "albumId": 1144, + "artistId": 159, + "trackId": 36246, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/02. EDEN - Dark - Zzz.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:18Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/02. EDEN - Dark - Zzz.flac", + "path": "/mnt/europa/music/EDEN/Dark (2025)/EDEN - Dark - 02 - Zzz.flac", + "releaseGroup": null, + "size": "19114442", + "indexerFlags": "0" + }, + "id": 1503 + }, + { + "albumId": 1144, + "artistId": 159, + "trackId": 36245, + "sourceTitle": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/01. EDEN - Dark - Still.flac", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2025-10-31T07:49:18Z", + "eventType": "trackFileRenamed", + "data": { + "sourcePath": "/mnt/europa/music/EDEN/EDEN - Dark (2025)/01. EDEN - Dark - Still.flac", + "path": "/mnt/europa/music/EDEN/Dark (2025)/EDEN - Dark - 01 - Still.flac", + "releaseGroup": null, + "size": "23383245", + "indexerFlags": "0" + }, + "id": 1502 + } + ] +} diff --git a/Ruddarr/Preview Content/artist-lookup.json b/Ruddarr/Preview Content/artist-lookup.json new file mode 100644 index 00000000..6395b33c --- /dev/null +++ b/Ruddarr/Preview Content/artist-lookup.json @@ -0,0 +1,856 @@ +[ + { + "status": "continuing", + "ended": false, + "artistName": "half•alive", + "foreignArtistId": "00d0f0fa-a48c-416d-b4ff-25a290ce82d8", + "tadbId": 0, + "discogsId": 0, + "overview": "Half Alive is an American rock band formed in Long Beach, California, in 2016. It consists of Josh Taylor (vocals), Brett Kramer (drums) and J. Tyler Johnson (bass). The band began recording music in 2017, releasing three singles and an extended play (EP).", + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "https://www.youtube.com/channel/UCx4S3-wrOGRtg8D14M6aAeQ", + "name": "youtube" + }, + { + "url": "https://halfalive.co/", + "name": "halfalive" + }, + { + "url": "https://soundcloud.com/halfaliveco", + "name": "soundcloud" + }, + { + "url": "https://open.spotify.com/artist/7sOR7gk6XUlGnxj3p9F54k", + "name": "spotify" + }, + { + "url": "https://www.instagram.com/halfaliveco/", + "name": "instagram" + }, + { + "url": "https://twitter.com/halfaliveco", + "name": "twitter" + }, + { + "url": "https://itunes.apple.com/artist/id1308651354", + "name": "apple" + }, + { + "url": "https://genius.com/artists/Halfalive", + "name": "genius" + }, + { + "url": "https://www.last.fm/music/half%E2%80%A2alive", + "name": "last" + }, + { + "url": "https://www.deezer.com/artist/48846361", + "name": "deezer" + }, + { + "url": "https://www.reddit.com/user/thisishalfalive", + "name": "reddit" + }, + { + "url": "https://www.wikidata.org/wiki/Q60753545", + "name": "wikidata" + }, + { + "url": "https://www.discogs.com/artist/7123802", + "name": "discogs" + }, + { + "url": "https://www.imdb.com/name/nm10034307/", + "name": "imdb" + }, + { + "url": "https://www.bandsintown.com/a/15372931", + "name": "bandsintown" + }, + { + "url": "https://www.allmusic.com/artist/mn0003808326", + "name": "allmusic" + }, + { + "url": "https://tidal.com/artist/10660851", + "name": "tidal" + }, + { + "url": "https://imvdb.com/n/halfalive", + "name": "imvdb" + }, + { + "url": "https://www.facebook.com/halfalivejoshtaylor", + "name": "facebook" + }, + { + "url": "https://www.deezer.com/artist/54887122", + "name": "deezer" + }, + { + "url": "https://music.apple.com/us/artist/1308651354", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/1308651354", + "name": "apple" + }, + { + "url": "https://web.archive.org/web/0/https://i.scdn.co/image/ab6761610000e5eba4f202963dd12ab6044bdb97", + "name": "archive" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "/MediaCoverProxy/06cfd942ab065ee2c2866069d67c1bf1c5e04414b9388f134b05dbc1aae2a320/tustsp1562267517.jpg", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/tustsp1562267517.jpg" + }, + { + "url": "/MediaCoverProxy/4011aa336526619884766c73a252db7ea253c8c2c6b876b463e68066fdc1a876/half-alive-689f3d0d11bbd.png", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "https://images.lidarr.audio/cache/https://assets.fanart.tv/fanart/half-alive-689f3d0d11bbd.png" + }, + { + "url": "/MediaCoverProxy/8006abfdacd48ca52187324d545dbe8eb0c3a0fc80c46296ba997ad65403a341/hg709r1630576585.jpg", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/hg709r1630576585.jpg" + } + ], + "qualityProfileId": 0, + "metadataProfileId": 0, + "monitored": false, + "monitorNewItems": "all", + "folder": "half•alive", + "genres": [ + "Indie Pop" + ], + "tags": [], + "added": "0001-01-01T00:00:00Z", + "ratings": { + "votes": 2, + "value": 8 + } + }, + { + "status": "continuing", + "ended": false, + "artistName": "Halflives", + "foreignArtistId": "e3a0c5a5-e666-4d6f-8d92-8d0b92a7f9de", + "tadbId": 0, + "discogsId": 0, + "overview": "Halflives is an alternative rock band from Modena, Italy. Following several lineup changes, the band is now a solo project composed of frontwoman Linda Battilani.", + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "https://www.facebook.com/pg/wehavehalflives", + "name": "facebook" + }, + { + "url": "https://twitter.com/wehavehalflives", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/wehavehalflives/", + "name": "instagram" + }, + { + "url": "https://www.wehavehalflives.com/", + "name": "wehavehalflives" + }, + { + "url": "https://www.last.fm/music/Halflives", + "name": "last" + }, + { + "url": "https://www.youtube.com/channel/UCUtqDHg8ln1iApppgvPfxPQ", + "name": "youtube" + }, + { + "url": "https://open.spotify.com/artist/4er5NZNuc83Cev96LA28ID", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/10985786", + "name": "deezer" + }, + { + "url": "https://play.google.com/music/r/m/Aghnaaxs7xx2buwzssc2klzsdhu?play=1", + "name": "google" + }, + { + "url": "https://itunes.apple.com/us/artist/id1152259723", + "name": "apple" + }, + { + "url": "https://www.facebook.com/wehavehalflives", + "name": "facebook" + }, + { + "url": "https://www.wikidata.org/wiki/Q93124587", + "name": "wikidata" + }, + { + "url": "https://www.discogs.com/artist/5757587", + "name": "discogs" + }, + { + "url": "https://www.discogs.com/artist/7578438", + "name": "discogs" + }, + { + "url": "https://music.apple.com/gb/artist/1152259723", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/8108942", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "/MediaCoverProxy/1ac46ac98d4147217e5ffb9f0ec6ca609e1cf8408bdd7483cf66b287ebcfa688/h4pf0f1672765582.jpg", + "coverType": "banner", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/h4pf0f1672765582.jpg" + }, + { + "url": "/MediaCoverProxy/5cb416bc8cd5ee61619d73a587983363bc86e6369376176156c14b522ff58083/7a99rb1643255960.jpg", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/7a99rb1643255960.jpg" + }, + { + "url": "/MediaCoverProxy/19bb0184ba022b758b61b5f34b9a37561f582d8482b33f315e56cac93f318996/halflives-60ff0cf103c04.jpg", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/halflives-60ff0cf103c04.jpg" + }, + { + "url": "/MediaCoverProxy/6025295f5921c4275a71469fc84f3592ba66d4c9b2c1882b6771f4a6932431fa/pdyf1d1672763927.png", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/pdyf1d1672763927.png" + } + ], + "qualityProfileId": 0, + "metadataProfileId": 0, + "monitored": false, + "monitorNewItems": "all", + "folder": "Halflives", + "genres": [ + "Alternative Rock", + "Pop Rock" + ], + "tags": [], + "added": "0001-01-01T00:00:00Z", + "ratings": { + "votes": 1, + "value": 10 + } + }, + { + "status": "continuing", + "ended": false, + "artistName": "Half", + "foreignArtistId": "542f918f-e324-4273-a8fc-29603c93b3a1", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "UK ambient/shoegaze producer", + "links": [ + { + "url": "https://herelieshalf.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://twitter.com/herelieshalf", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/herelieshalf", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/herelieshalf", + "name": "soundcloud" + }, + { + "url": "https://www.discogs.com/artist/7922935", + "name": "discogs" + }, + { + "url": "https://secondhandsongs.com/artist/171115", + "name": "secondhandsongs" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "qualityProfileId": 0, + "metadataProfileId": 0, + "monitored": false, + "monitorNewItems": "all", + "folder": "Half", + "genres": [], + "tags": [], + "added": "0001-01-01T00:00:00Z", + "ratings": { + "votes": 0, + "value": 0 + } + }, + { + "status": "continuing", + "ended": false, + "artistName": "Half", + "foreignArtistId": "619064d0-54b4-42cb-bf94-76b767153918", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "US hip-hop producer", + "links": [], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "qualityProfileId": 0, + "metadataProfileId": 0, + "monitored": false, + "monitorNewItems": "all", + "folder": "Half", + "genres": [], + "tags": [], + "added": "0001-01-01T00:00:00Z", + "ratings": { + "votes": 0, + "value": 0 + } + }, + { + "status": "continuing", + "ended": false, + "artistName": "Half Pint", + "foreignArtistId": "caa8844b-6a16-4100-b2ae-622b2edf5055", + "tadbId": 0, + "discogsId": 0, + "overview": "Lindon Andrew Roberts, professionally known as Half Pint, is a Jamaican dancehall, ragga, and reggae singer.", + "artistType": "Person", + "disambiguation": "Jamaican reggae/dancehall singer", + "links": [ + { + "url": "https://en.wikipedia.org/wiki/Half_Pint", + "name": "wikipedia" + }, + { + "url": "https://www.discogs.com/artist/72671", + "name": "discogs" + }, + { + "url": "https://www.facebook.com/halfpintmusic", + "name": "facebook" + }, + { + "url": "https://www.allmusic.com/artist/mn0000663455", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/half_pint_f1", + "name": "rateyourmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q3125946", + "name": "wikidata" + }, + { + "url": "http://viaf.org/viaf/225759890", + "name": "viaf" + }, + { + "url": "http://id.loc.gov/authorities/names/no98004966", + "name": "loc" + }, + { + "url": "https://www.worldcat.org/identities/lccn-no98004966", + "name": "worldcat" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb15912440f", + "name": "bnf" + }, + { + "url": "https://www.songkick.com/artists/162323", + "name": "songkick" + }, + { + "url": "https://open.spotify.com/artist/1AS5bOBVUz4V691GBjdwTK", + "name": "spotify" + }, + { + "url": "http://www.halfpintmusic.com/", + "name": "halfpintmusic" + }, + { + "url": "https://music.apple.com/us/artist/1524654489", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/103629", + "name": "deezer" + }, + { + "url": "https://open.spotify.com/artist/2ohR2Q6zOLBAMmtbENRHcc", + "name": "spotify" + }, + { + "url": "https://tidal.com/artist/17136", + "name": "tidal" + }, + { + "url": "https://www.youtube.com/channel/UCA7-QximSoy9NL1FWI0Uovg", + "name": "youtube" + }, + { + "url": "https://www.youtube.com/channel/UCT1GrfPmE4hITJfGIwT6QGg", + "name": "youtube" + }, + { + "url": "https://www.bandsintown.com/a/8829", + "name": "bandsintown" + }, + { + "url": "https://www.45cat.com/vinyl/artist/half-pint", + "name": "45cat" + }, + { + "url": "https://www.45cat.com/artist/half-pint", + "name": "45cat" + }, + { + "url": "https://www.45cat.com/12single/artist/half-pint", + "name": "45cat" + }, + { + "url": "https://genius.com/artists/Half-pint", + "name": "genius" + }, + { + "url": "https://www.musixmatch.com/artist/Half-Pint", + "name": "musixmatch" + }, + { + "url": "https://www.whosampled.com/Half-Pint/", + "name": "whosampled" + }, + { + "url": "https://id.oclc.org/worldcat/entity/E39PBJB8qhymYTtvBC6DCp3PcP", + "name": "oclc" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000066659/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://halfpintmusic.com/about/", + "name": "halfpintmusic" + }, + { + "url": "https://www.allmusic.com/artist/mn0001604757", + "name": "allmusic" + }, + { + "url": "https://www.allmusic.com/artist/mn0001230484", + "name": "allmusic" + }, + { + "url": "https://open.spotify.com/artist/0tGZBRO4tZjpUOZcD7tMeS", + "name": "spotify" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "/MediaCoverProxy/c4c9c8edb6fd7f21b1ad873917d0e6b1cc6ae215ce6fa084f191658434da69eb/tyvypx1392970202.jpg", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/tyvypx1392970202.jpg" + }, + { + "url": "/MediaCoverProxy/e534facd51cf30b2568600ca674547ab60bcfdccf20f910407e910c134a90fae/xruxyt1392970346.jpg", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/xruxyt1392970346.jpg" + } + ], + "qualityProfileId": 0, + "metadataProfileId": 0, + "monitored": false, + "monitorNewItems": "all", + "folder": "Half Pint", + "genres": [ + "Dancehall", + "Dub", + "Reggae" + ], + "tags": [], + "added": "0001-01-01T00:00:00Z", + "ratings": { + "votes": 0, + "value": 0 + } + }, + { + "status": "ended", + "ended": true, + "artistName": "Half Film", + "foreignArtistId": "87184540-b1a1-4c8f-b5ed-a968a2c4d206", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/1060823", + "name": "discogs" + }, + { + "url": "https://www.allmusic.com/artist/mn0000949039", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/half_film", + "name": "rateyourmusic" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "qualityProfileId": 0, + "metadataProfileId": 0, + "monitored": false, + "monitorNewItems": "all", + "folder": "Half Film", + "genres": [], + "tags": [], + "added": "0001-01-01T00:00:00Z", + "ratings": { + "votes": 0, + "value": 0 + } + }, + { + "status": "continuing", + "ended": false, + "artistName": "Half Japanese", + "foreignArtistId": "18dc6bd7-9caa-4c2d-a2fc-e9546ebda6a4", + "tadbId": 0, + "discogsId": 0, + "overview": "Half Japanese is an American art punk band formed by brothers Jad and David Fair in 1974, after their family's relocation to Uniontown, Maryland.", + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/178047", + "name": "discogs" + }, + { + "url": "https://www.wikidata.org/wiki/Q931544", + "name": "wikidata" + }, + { + "url": "https://www.facebook.com/halfjapaneseband", + "name": "facebook" + }, + { + "url": "https://halfjapanese.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "http://www.xsilence.net/interview-46.htm", + "name": "xsilence" + }, + { + "url": "http://www.xsilence.net/images/artistes/halfjapanese/interviews/halfjapaneseparfoisonmedemandeojetrouvemoninspirationetameparattrangejenypensemmepasameparatallerdesoi_1452447526404043.jpeg", + "name": "xsilence" + }, + { + "url": "https://www.allmusic.com/artist/mn0000555654", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/half_japanese", + "name": "rateyourmusic" + }, + { + "url": "https://www.last.fm/music/Half%20Japanese", + "name": "last" + }, + { + "url": "http://viaf.org/viaf/140853791", + "name": "viaf" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb13903859q", + "name": "bnf" + }, + { + "url": "https://myspace.com/halfjapanesefanpage", + "name": "myspace" + }, + { + "url": "https://www.songkick.com/artists/53970", + "name": "songkick" + }, + { + "url": "https://itunes.apple.com/us/artist/id7422070", + "name": "apple" + }, + { + "url": "https://open.spotify.com/artist/0rNdohQtVWZJjcYVz5vSZp", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/1295334", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/3643677", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/6957", + "name": "deezer" + }, + { + "url": "https://music.apple.com/us/artist/7422070", + "name": "apple" + }, + { + "url": "https://open.spotify.com/artist/1YPYaJyUobMi0eABhZo92N", + "name": "spotify" + }, + { + "url": "https://music.apple.com/gb/artist/7422070", + "name": "apple" + }, + { + "url": "http://id.loc.gov/authorities/names/n94018032", + "name": "loc" + }, + { + "url": "https://www.worldcat.org/identities/lccn-n94018032/", + "name": "worldcat" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "/MediaCoverProxy/da79df8ae9bdfffc53e386c928b8a0822e6563d7b9aa5e138713e7d7448a9fcd/8g3iqz1756328647.jpg", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/8g3iqz1756328647.jpg" + }, + { + "url": "/MediaCoverProxy/37e0fb0fe2595c339893d0bea561f863406f6d683345565bd20746d6d0cd51d6/j39nka1597755405.jpg", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/j39nka1597755405.jpg" + } + ], + "qualityProfileId": 0, + "metadataProfileId": 0, + "monitored": false, + "monitorNewItems": "all", + "folder": "Half Japanese", + "genres": [ + "Post-Punk", + "Indie Rock", + "Experimental Rock", + "Lo-Fi", + "Experimental", + "Punk Rock", + "Noise Rock", + "Alternative Rock", + "Art Punk", + "Avant-Garde", + "No Wave", + "Noise", + "Punk" + ], + "tags": [], + "added": "0001-01-01T00:00:00Z", + "ratings": { + "votes": 0, + "value": 0 + } + }, + { + "status": "continuing", + "ended": false, + "artistName": "Half Man Half Biscuit", + "foreignArtistId": "10eb06ab-0695-4057-97a5-bea9eeb6fb6d", + "tadbId": 0, + "discogsId": 0, + "overview": "Half Man Half Biscuit are an English rock band, formed in 1984 in Birkenhead, Merseyside. Known for their satirical, sardonic, and sometimes surreal songs, the band comprises lead singer and guitarist Nigel Blackwell, bassist and singer Neil Crossley, drummer Carl Henry, and guitarist Karl Benson.", + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "http://www.hmhb.co.uk/", + "name": "hmhb" + }, + { + "url": "https://www.discogs.com/artist/312784", + "name": "discogs" + }, + { + "url": "http://musicmoz.org/Bands_and_Artists/H/Half_Man_Half_Biscuit/", + "name": "musicmoz" + }, + { + "url": "https://www.allmusic.com/artist/mn0000659618", + "name": "allmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q834084", + "name": "wikidata" + }, + { + "url": "https://rateyourmusic.com/artist/half_man_half_biscuit", + "name": "rateyourmusic" + }, + { + "url": "https://open.spotify.com/artist/6hBQq083tyW3yrF1gdVt4Q", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/2555", + "name": "deezer" + }, + { + "url": "https://music.apple.com/us/artist/118947169", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/118947169", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/3566023", + "name": "tidal" + }, + { + "url": "https://halfmanhalfbiscuit.uk/", + "name": "halfmanhalfbiscuit" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "/MediaCoverProxy/5d9c70ce144782066f29ce8cf7beee216ba12b754d9e9bb339e87921c42396cd/rqtuuy1455367756.jpg", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/rqtuuy1455367756.jpg" + } + ], + "qualityProfileId": 0, + "metadataProfileId": 0, + "monitored": false, + "monitorNewItems": "all", + "folder": "Half Man Half Biscuit", + "genres": [ + "Indie Rock", + "Post-Punk", + "C86", + "Folk Punk", + "Punk" + ], + "tags": [], + "added": "0001-01-01T00:00:00Z", + "ratings": { + "votes": 0, + "value": 0 + } + }, + { + "status": "continuing", + "ended": false, + "artistName": "Half Breed", + "foreignArtistId": "ec8a8b86-62b9-42bf-a2bc-67f59619eb18", + "tadbId": 0, + "discogsId": 0, + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/7913", + "name": "discogs" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "qualityProfileId": 0, + "metadataProfileId": 0, + "monitored": false, + "monitorNewItems": "all", + "folder": "Half Breed", + "genres": [ + "Drum And Bass" + ], + "tags": [], + "added": "0001-01-01T00:00:00Z", + "ratings": { + "votes": 0, + "value": 0 + } + }, + { + "status": "ended", + "ended": true, + "artistName": "Half Man", + "foreignArtistId": "7124f661-2135-4d62-b235-23ee1e11cb6b", + "tadbId": 0, + "discogsId": 0, + "overview": "Half Man was a Swedish stoner/blues rock band.", + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "https://www.wikidata.org/wiki/Q5641689", + "name": "wikidata" + }, + { + "url": "https://www.wikidata.org/wiki/Q5641689", + "name": "wikidata" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "qualityProfileId": 0, + "metadataProfileId": 0, + "monitored": false, + "monitorNewItems": "all", + "folder": "Half Man", + "genres": [], + "tags": [], + "added": "0001-01-01T00:00:00Z", + "ratings": { + "votes": 1, + "value": 6 + } + } +] diff --git a/Ruddarr/Preview Content/artist-queue.json b/Ruddarr/Preview Content/artist-queue.json new file mode 100644 index 00000000..f654203e --- /dev/null +++ b/Ruddarr/Preview Content/artist-queue.json @@ -0,0 +1,910 @@ +{ + "page": 1, + "pageSize": 10, + "sortKey": "timeleft", + "sortDirection": "descending", + "totalRecords": 1, + "records": [ + { + "artistId": 150, + "albumId": 1286, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Poppy", + "foreignArtistId": "4ad8190b-d2fd-46f8-a3d9-c0f55c034976", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "US post‐genre artist, AKA That Poppy", + "links": [ + { + "url": "https://www.youtube.com/channel/UC8JE00xTMBOqKs7o0grFTfQ", + "name": "youtube" + }, + { + "url": "https://www.facebook.com/Poppy", + "name": "facebook" + }, + { + "url": "https://twitter.com/poppy", + "name": "twitter" + }, + { + "url": "https://impoppy.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://genius.com/artists/Poppy", + "name": "genius" + }, + { + "url": "https://www.wikidata.org/wiki/Q24852571", + "name": "wikidata" + }, + { + "url": "https://www.youtube.com/user/ThatPoppyVEVO", + "name": "youtube" + }, + { + "url": "https://open.spotify.com/artist/5uW6WiRHzStJq2i2OsAXcu", + "name": "spotify" + }, + { + "url": "https://imvdb.com/n/poppy", + "name": "imvdb" + }, + { + "url": "https://www.allmusic.com/artist/mn0003411865", + "name": "allmusic" + }, + { + "url": "https://www.last.fm/music/Poppy", + "name": "last" + }, + { + "url": "https://www.last.fm/music/That+Poppy", + "name": "last" + }, + { + "url": "https://www.allmusic.com/artist/mn0003411863", + "name": "allmusic" + }, + { + "url": "https://www.discogs.com/artist/5081293", + "name": "discogs" + }, + { + "url": "https://soundcloud.com/thatpoppy", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/impoppy/", + "name": "instagram" + }, + { + "url": "https://open.spotify.com/artist/5mlbvTfWUOfDrUIK6dkNzv", + "name": "spotify" + }, + { + "url": "https://soundcloud.com/poppy", + "name": "soundcloud" + }, + { + "url": "https://www.beatport.com/artist/poppy/69536", + "name": "beatport" + }, + { + "url": "https://www.beatport.com/artist/that-poppy/550757", + "name": "beatport" + }, + { + "url": "https://www.allmusic.com/artist/mn0003667565", + "name": "allmusic" + }, + { + "url": "https://www.discogs.com/artist/6581315", + "name": "discogs" + }, + { + "url": "https://itunes.apple.com/us/artist/id1004130511", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/712754", + "name": "deezer" + }, + { + "url": "http://viaf.org/viaf/1214151778252018130006", + "name": "viaf" + }, + { + "url": "http://id.loc.gov/authorities/names/no2016113561", + "name": "loc" + }, + { + "url": "https://www.worldcat.org/identities/lccn-no2016113561", + "name": "worldcat" + }, + { + "url": "https://www.imdb.com/name/nm8824909/", + "name": "imdb" + }, + { + "url": "https://play.google.com/store/music/artist?id=Aievywb2waz72f7etpxci7g6qhm", + "name": "google" + }, + { + "url": "https://www.musik-sammler.de/artist/poppy-2/", + "name": "musik-sammler" + }, + { + "url": "https://www.musixmatch.com/artist/Poppy-6", + "name": "musixmatch" + }, + { + "url": "https://rateyourmusic.com/artist/poppy-1", + "name": "rateyourmusic" + }, + { + "url": "https://www.setlist.fm/setlists/poppy-3c3b177.html", + "name": "setlist" + }, + { + "url": "https://www.whosampled.com/Poppy/", + "name": "whosampled" + }, + { + "url": "https://www.impoppy.com/", + "name": "impoppy" + }, + { + "url": "https://foundation.app/@poppy", + "name": "foundation" + }, + { + "url": "https://www.bandsintown.com/a/231079", + "name": "bandsintown" + }, + { + "url": "https://www.songkick.com/artists/727817", + "name": "songkick" + }, + { + "url": "https://www.instagram.com/poponfilm/", + "name": "instagram" + }, + { + "url": "https://music.apple.com/us/artist/1004130511", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1004130511", + "name": "apple" + }, + { + "url": "https://poppy.fandom.com/", + "name": "fandom" + }, + { + "url": "https://itunes.apple.com/us/artist/id1479065420", + "name": "apple" + }, + { + "url": "https://www.tiktok.com/@poppy", + "name": "tiktok" + }, + { + "url": "https://mora.jp/artist/1170693/", + "name": "mora" + }, + { + "url": "https://open.spotify.com/user/xd9qmu77y82326wil8t3j366l", + "name": "spotify" + }, + { + "url": "https://popxmi.com/", + "name": "popxmi" + }, + { + "url": "https://www.sumerianmerch.com/collections/poppy", + "name": "sumerianmerch" + }, + { + "url": "https://sumerianmerch.co.uk/collections/poppy", + "name": "sumerianmerch" + }, + { + "url": "https://24hundred.net/collections/poppy", + "name": "24hundred" + }, + { + "url": "https://music.amazon.com/artists/B000QK9YZQ", + "name": "amazon" + }, + { + "url": "https://www.amazon.com/-/e/B001LHNZUI", + "name": "amazon" + }, + { + "url": "https://www.amazon.com/-/e/B001LHNZUI", + "name": "amazon" + }, + { + "url": "https://www.amazon.com/-/e/B001LHNZUI", + "name": "amazon" + }, + { + "url": "https://bookbrainz.org/author/3b591ae4-1435-479f-b118-2c6a263b8283", + "name": "bookbrainz" + }, + { + "url": "https://open.spotify.com/artist/5LtL2B9LC31DesMx7ihMFc", + "name": "spotify" + }, + { + "url": "https://www.dailymotion.com/thatpoppy", + "name": "dailymotion" + }, + { + "url": "https://poppyvintage.co/", + "name": "poppyvintage" + }, + { + "url": "https://music.amazon.com/artists/B00ZBMAMJ6", + "name": "amazon" + }, + { + "url": "https://us.napster.com/artist/poppy", + "name": "napster" + }, + { + "url": "https://us.napster.com/artist/that-poppy", + "name": "napster" + }, + { + "url": "https://us.napster.com/artist/moriah-pereira", + "name": "napster" + }, + { + "url": "https://music.youtube.com/channel/UCwJcp-qqo0pVvvRwPXIXKyQ", + "name": "youtube" + }, + { + "url": "https://twitter.com/ThatPoppy", + "name": "twitter" + }, + { + "url": "https://mora.jp/artist/897809/", + "name": "mora" + }, + { + "url": "https://tidal.com/artist/9158616", + "name": "tidal" + }, + { + "url": "https://tidal.com/artist/6883406", + "name": "tidal" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/poppy/654210", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/poppy/654210", + "name": "qobuz" + }, + { + "url": "https://mora.jp/artist/944638/", + "name": "mora" + }, + { + "url": "https://www.discogs.com/artist/12562547", + "name": "discogs" + }, + { + "url": "https://www.livenation.com/artist/K8vZ917fae0", + "name": "livenation" + }, + { + "url": "https://www.ticketmaster.com/artist/2186490", + "name": "ticketmaster" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=1102972", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=1102972", + "name": "melon" + }, + { + "url": "https://d-nb.info/gnd/1251346758", + "name": "d-nb" + }, + { + "url": "https://tidal.com/artist/3962878", + "name": "tidal" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Poppy_2023.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.topfemalevocalists.com/poppy", + "name": "topfemalevocalists" + }, + { + "url": "https://www.themoviedb.org/person/1811266", + "name": "themoviedb" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Poppy", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Nu Metal", + "Electropop", + "Alternative Metal", + "Dance-Pop", + "Art Pop", + "Ambient", + "Metalcore", + "Indietronica", + "Industrial Metal", + "Pop Metal", + "Pop", + "Metal" + ], + "cleanName": "poppy", + "sortName": "poppy", + "tags": [], + "added": "2023-10-13T00:33:54Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "id": 150 + }, + "album": { + "title": "Bubblebath", + "disambiguation": "", + "overview": "", + "artistId": 150, + "foreignAlbumId": "22e2632f-fc30-4f4f-a61e-1e9acee9ef7d", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 789000, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 5 + }, + "releaseDate": "2016-02-12T00:00:00Z", + "releases": [ + { + "id": 3401, + "albumId": 1286, + "foreignReleaseId": "e2bd7574-8915-45ef-b403-15e956b09239", + "title": "Bubblebath", + "status": "Official", + "duration": 789000, + "trackCount": 4, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Island" + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3402, + "albumId": 1286, + "foreignReleaseId": "7db660de-60e2-4e94-b231-d09b1023b87b", + "title": "Bubblebath", + "status": "Official", + "duration": 768162, + "trackCount": 4, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Island" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3403, + "albumId": 1286, + "foreignReleaseId": "564c6247-2d81-48c6-b15c-cd56c621b900", + "title": "Bubblebath", + "status": "Official", + "duration": 768106, + "trackCount": 4, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Island" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Pop", + "Bubblegum Pop", + "Dance-Pop", + "Electropop", + "Pop Punk", + "Ska", + "Synth-Pop", + "Alternative Pop", + "Reggae-Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Poppy", + "foreignArtistId": "4ad8190b-d2fd-46f8-a3d9-c0f55c034976", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "US post‐genre artist, AKA That Poppy", + "links": [ + { + "url": "https://www.youtube.com/channel/UC8JE00xTMBOqKs7o0grFTfQ", + "name": "youtube" + }, + { + "url": "https://www.facebook.com/Poppy", + "name": "facebook" + }, + { + "url": "https://twitter.com/poppy", + "name": "twitter" + }, + { + "url": "https://impoppy.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://genius.com/artists/Poppy", + "name": "genius" + }, + { + "url": "https://www.wikidata.org/wiki/Q24852571", + "name": "wikidata" + }, + { + "url": "https://www.youtube.com/user/ThatPoppyVEVO", + "name": "youtube" + }, + { + "url": "https://open.spotify.com/artist/5uW6WiRHzStJq2i2OsAXcu", + "name": "spotify" + }, + { + "url": "https://imvdb.com/n/poppy", + "name": "imvdb" + }, + { + "url": "https://www.allmusic.com/artist/mn0003411865", + "name": "allmusic" + }, + { + "url": "https://www.last.fm/music/Poppy", + "name": "last" + }, + { + "url": "https://www.last.fm/music/That+Poppy", + "name": "last" + }, + { + "url": "https://www.allmusic.com/artist/mn0003411863", + "name": "allmusic" + }, + { + "url": "https://www.discogs.com/artist/5081293", + "name": "discogs" + }, + { + "url": "https://soundcloud.com/thatpoppy", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/impoppy/", + "name": "instagram" + }, + { + "url": "https://open.spotify.com/artist/5mlbvTfWUOfDrUIK6dkNzv", + "name": "spotify" + }, + { + "url": "https://soundcloud.com/poppy", + "name": "soundcloud" + }, + { + "url": "https://www.beatport.com/artist/poppy/69536", + "name": "beatport" + }, + { + "url": "https://www.beatport.com/artist/that-poppy/550757", + "name": "beatport" + }, + { + "url": "https://www.allmusic.com/artist/mn0003667565", + "name": "allmusic" + }, + { + "url": "https://www.discogs.com/artist/6581315", + "name": "discogs" + }, + { + "url": "https://itunes.apple.com/us/artist/id1004130511", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/712754", + "name": "deezer" + }, + { + "url": "http://viaf.org/viaf/1214151778252018130006", + "name": "viaf" + }, + { + "url": "http://id.loc.gov/authorities/names/no2016113561", + "name": "loc" + }, + { + "url": "https://www.worldcat.org/identities/lccn-no2016113561", + "name": "worldcat" + }, + { + "url": "https://www.imdb.com/name/nm8824909/", + "name": "imdb" + }, + { + "url": "https://play.google.com/store/music/artist?id=Aievywb2waz72f7etpxci7g6qhm", + "name": "google" + }, + { + "url": "https://www.musik-sammler.de/artist/poppy-2/", + "name": "musik-sammler" + }, + { + "url": "https://www.musixmatch.com/artist/Poppy-6", + "name": "musixmatch" + }, + { + "url": "https://rateyourmusic.com/artist/poppy-1", + "name": "rateyourmusic" + }, + { + "url": "https://www.setlist.fm/setlists/poppy-3c3b177.html", + "name": "setlist" + }, + { + "url": "https://www.whosampled.com/Poppy/", + "name": "whosampled" + }, + { + "url": "https://www.impoppy.com/", + "name": "impoppy" + }, + { + "url": "https://foundation.app/@poppy", + "name": "foundation" + }, + { + "url": "https://www.bandsintown.com/a/231079", + "name": "bandsintown" + }, + { + "url": "https://www.songkick.com/artists/727817", + "name": "songkick" + }, + { + "url": "https://www.instagram.com/poponfilm/", + "name": "instagram" + }, + { + "url": "https://music.apple.com/us/artist/1004130511", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1004130511", + "name": "apple" + }, + { + "url": "https://poppy.fandom.com/", + "name": "fandom" + }, + { + "url": "https://itunes.apple.com/us/artist/id1479065420", + "name": "apple" + }, + { + "url": "https://www.tiktok.com/@poppy", + "name": "tiktok" + }, + { + "url": "https://mora.jp/artist/1170693/", + "name": "mora" + }, + { + "url": "https://open.spotify.com/user/xd9qmu77y82326wil8t3j366l", + "name": "spotify" + }, + { + "url": "https://popxmi.com/", + "name": "popxmi" + }, + { + "url": "https://www.sumerianmerch.com/collections/poppy", + "name": "sumerianmerch" + }, + { + "url": "https://sumerianmerch.co.uk/collections/poppy", + "name": "sumerianmerch" + }, + { + "url": "https://24hundred.net/collections/poppy", + "name": "24hundred" + }, + { + "url": "https://music.amazon.com/artists/B000QK9YZQ", + "name": "amazon" + }, + { + "url": "https://www.amazon.com/-/e/B001LHNZUI", + "name": "amazon" + }, + { + "url": "https://www.amazon.com/-/e/B001LHNZUI", + "name": "amazon" + }, + { + "url": "https://www.amazon.com/-/e/B001LHNZUI", + "name": "amazon" + }, + { + "url": "https://bookbrainz.org/author/3b591ae4-1435-479f-b118-2c6a263b8283", + "name": "bookbrainz" + }, + { + "url": "https://open.spotify.com/artist/5LtL2B9LC31DesMx7ihMFc", + "name": "spotify" + }, + { + "url": "https://www.dailymotion.com/thatpoppy", + "name": "dailymotion" + }, + { + "url": "https://poppyvintage.co/", + "name": "poppyvintage" + }, + { + "url": "https://music.amazon.com/artists/B00ZBMAMJ6", + "name": "amazon" + }, + { + "url": "https://us.napster.com/artist/poppy", + "name": "napster" + }, + { + "url": "https://us.napster.com/artist/that-poppy", + "name": "napster" + }, + { + "url": "https://us.napster.com/artist/moriah-pereira", + "name": "napster" + }, + { + "url": "https://music.youtube.com/channel/UCwJcp-qqo0pVvvRwPXIXKyQ", + "name": "youtube" + }, + { + "url": "https://twitter.com/ThatPoppy", + "name": "twitter" + }, + { + "url": "https://mora.jp/artist/897809/", + "name": "mora" + }, + { + "url": "https://tidal.com/artist/9158616", + "name": "tidal" + }, + { + "url": "https://tidal.com/artist/6883406", + "name": "tidal" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/poppy/654210", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/poppy/654210", + "name": "qobuz" + }, + { + "url": "https://mora.jp/artist/944638/", + "name": "mora" + }, + { + "url": "https://www.discogs.com/artist/12562547", + "name": "discogs" + }, + { + "url": "https://www.livenation.com/artist/K8vZ917fae0", + "name": "livenation" + }, + { + "url": "https://www.ticketmaster.com/artist/2186490", + "name": "ticketmaster" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=1102972", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=1102972", + "name": "melon" + }, + { + "url": "https://d-nb.info/gnd/1251346758", + "name": "d-nb" + }, + { + "url": "https://tidal.com/artist/3962878", + "name": "tidal" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Poppy_2023.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.topfemalevocalists.com/poppy", + "name": "topfemalevocalists" + }, + { + "url": "https://www.themoviedb.org/person/1811266", + "name": "themoviedb" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Poppy", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Nu Metal", + "Electropop", + "Alternative Metal", + "Dance-Pop", + "Art Pop", + "Ambient", + "Metalcore", + "Indietronica", + "Industrial Metal", + "Pop Metal", + "Pop", + "Metal" + ], + "cleanName": "poppy", + "sortName": "poppy", + "tags": [], + "added": "2023-10-13T00:33:54Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "id": 150 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/e2bd7574-8915-45ef-b403-15e956b09239/29668762597-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.allmusic.com/album/mw0002918396", + "name": "allmusic" + }, + { + "url": "https://genius.com/albums/Poppy/Bubblebath", + "name": "genius" + }, + { + "url": "https://www.wikidata.org/wiki/Q28054917", + "name": "wikidata" + }, + { + "url": "https://rateyourmusic.com/release/ep/that-poppy/bubblebath/", + "name": "rateyourmusic" + } + ], + "lastSearchTime": "2026-05-15T03:20:26Z", + "id": 1286 + }, + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "size": 102259093, + "title": "That Poppy - Bubblebath EP (2016) FLAC [RiCK]", + "sizeleft": 102259093, + "added": "2026-05-15T03:20:27Z", + "status": "warning", + "trackedDownloadStatus": "ok", + "trackedDownloadState": "downloading", + "statusMessages": [], + "errorMessage": "The download is stalled with no connections", + "downloadId": "88BC0E70994381E26C28D5CE9EB07ED351B20BF0", + "protocol": "torrent", + "downloadClient": "qBittorrent", + "downloadClientHasPostImportCategory": false, + "indexer": "The Pirate Bay (Prowlarr)", + "trackFileCount": 4, + "trackHasFileCount": 0, + "downloadForced": false, + "id": 1576305859 + } + ] +} diff --git a/Ruddarr/Preview Content/artist-releases.json b/Ruddarr/Preview Content/artist-releases.json new file mode 100644 index 00000000..657e9b98 --- /dev/null +++ b/Ruddarr/Preview Content/artist-releases.json @@ -0,0 +1,4728 @@ +[ + { + "guid": "13_magnet:?xt=urn:btih:567B9D3D522E88FBDC2B9AE86ED03DE99BE4D8C1&dn=EDEN+-+vertigo+(2018)+Mp3+(320kbps)+%5bHunter%5d&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 501, + "age": 3033, + "ageHours": 72799.21082372431, + "ageMinutes": 4367952.649423459, + "size": 129260048, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseGroup": "Hunter", + "releaseHash": "", + "title": "EDEN - vertigo (2018) Mp3 (320kbps) [Hunter]", + "discography": false, + "sceneSource": false, + "artistName": "EDEN", + "albumTitle": "vertigo", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Existing files meets cutoff: Unknown", + "Existing files on disk is of equal or higher preference: MP3-320 v1", + "Album wasn't requested" + ], + "publishDate": "2018-01-18T20:04:56Z", + "commentUrl": "https://thepiratebay.org/description.php?id=19717727", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=VlJoOTVRKy9ObGQxK0d2MEErbXFVb3hsb0F0NGN5MVd0cDF0cVI5dk4vQkpsbC9tcWN2OHNJRnNtTmtwSEg2RzkvTFA2cFlObWhkOVNPZlM0RXBtTzZmOWw1T1BlbGJKclpjVFlpaFJRNnNneEJKdElxZlovVUFSVDlSQmNlWVFmSFJjaElib0xEdHpUOEl6NWNXeDR2TldZZm5JUEhmQjZ5bVJrcnJnZCtCMG9wb0hSTTg4b0o4MjBLbmRIekUvMGxDSkNNMW83NGZheU5zaE9FZVhPN0xuNjlxWkxXNFJFRmVkVytwOWFrYXRYOFFqM3NWNTFYOEZ5cVVld0pPb1haSm9Mbis0NFo4Q3hMUmN3eTdtbElIanEvenlpQzVvYk5uaUZ1ekRybEZGa1FhU2J5emFERTNGeXVydnZwL2NZR2FsWE1wUjRXeGZzdSs1Mmc4T3RTd1NoU1Rqa2tud1NSKzM0bFhrdjhUcXhlWVNyYms0cC95S0RLem5mWG9MYWxoMEp1eHpVbm1TdnlMd3FheFZyekRkYUIrZVpDb0k2TDMwWWZVYnBQNDFSSXNxcE9QeXE2NGMyNk5RcXFKd2IrY2tKcTdtaDJYbUpiYnRPd2R5QmRpcEdUbHFTdVV4aFR1UU5Jc0tRV20wWnl1YWV0M3FLTHorVUo3enA3bzEvYzV0OWNyeXFWNFRTYno5Tjl2amdLYW5WNTRkWGRYUDR0TzhNWmkwYUFmdTRETFQ2Q0dhanNERU0wM1B0cUxyS04zMUhoc2I3UHZyeTVsZkx3b053QXpkckVaRjlleGtHLytrZiszYys5QWpyN1k0NXF1QkhDNjlYRjBwZmJ2d0pRTDQ1d2svK2k1cFRQeWpSeU9aeC9NRDhBMDRaS0RZWVRDNUtXMHQ2TWdGOXJVdGJ5UGltT2p0cWtwc1lIcllqbkVnR3hYZTdSdUFyNjU1SExjb2dKQjlhNUpSdUVLVmxXY3p3Q0k0dUl0MTA3L2NlMUJtREhYYnJsYTBnSUhGQ2pYVy9haktjWG5zOVRaUWdHV1o0ZU1zbkV2SWVHT1ZNc2dEd0VVTk5mVUZVV0NWN3JDMnJvamJpZmZaT0NVdW5OSi9FMVRlUjJmYWxFRVkzeUxkemxpc2JHYko5aHE1bzRrbXREWm9zK2RFbElzSTQ3VkxNZjVnVFhzQmVsd05ZV1RhNzNtT3ZyaklJQ2wxU212VW9uYzBxNit6NVVoQmUwTzlrcy9uN1ZETVpUUzcyOXlrMENPV3JOeG5qUVZ6aUFObnE3WW01c1hZQVNranBabEZ0Z0pZMUZMRzdKVE1WcjRyMzBvd3NTMUExZjNMWHl6alJ0UzlWenZJRlNZaHAycWtPcGl0cW5uSklNcUpiMTlrUkZDZUQ5TjVQUGRqRzdvb29yd1l0WURST1dxdVZVVVl3cXZiSVdUT1pBQ1lXTVpuQ3kxKzY3NkZncUthRTZSdHlseTFteXRTYmV6QlNXemJkc0ZobFluWk9FRW14K04vWm9GNGIrcXRNY3JEOEV1K2dOeGU1aU9QUzFoVitnc0V1QngyUTcwS01TWXl1cmFmVlNWOGRvNFVXV01lWVNMbUNHakVhRFNVT1JYckZYMWQzZnVPbWF0eUVKS0w4cEJZUGhGVEYyQlR5Wk5Ed2FoR1QraGdtZkhJZEt5ZDZkbjZzSzIveTN3WnpCd2J5RXpKeU1uRUJlblQ5c1NoRjk0SnpWZm5EdGl0Q05yeU5rV3RaVnhuZEt0dDRJMDAyZGV6aTYvbGNnL1kzVjlUVDdFUXdBTWZSb0V5UnBhMURWTWxSMGxHQ1NrcXZoVFd3T25HVjNUTDA0S2dlK1R1dURzSHI2TWoxU2lvN25tZ1pDeitSTGo4R002ak81clI1MlRyR2gxbmZudnBUd2JEQUZieEZTOGpRS0g0Y0ZiZVJTK1ZybTF1SDl3QkxYUlM2blRwOWIxSkU0MjFlajBadzhGaHZlQkFlTkZVY2xjcGdGK2t5bHpzYkNpdUNIdzZoSlFjcHRmRHdmdndDOTNML1dpajlGUmtWUUc3U0xINlVuVjI3Z0FqUlFYVng1WVJ3OXJ6eGVkeDhqZDlFV09tdW1tK1JjdTNGS1NnYkVlQw&file=EDEN+-+vertigo+(2018)+Mp3+(320kbps)+%5BHunter%5D", + "infoUrl": "https://thepiratebay.org/description.php?id=19717727", + "downloadAllowed": true, + "releaseWeight": 0, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "567B9D3D522E88FBDC2B9AE86ED03DE99BE4D8C1", + "seeders": 7, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:41A5C409B96CBC95B5CB9BBA0E3BFF3882BA84B0&dn=EDEN+-+no+future+Pop+2020+%5b320%5d+kbps+Beats%5bTGx%5d%e2%ad%90&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 501, + "age": 2276, + "ageHours": 54645.70832373517, + "ageMinutes": 3278742.49942411, + "size": 139437392, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "EDEN - no future Pop 2020 [320] kbps Beats[TGx]⭐", + "discography": false, + "sceneSource": false, + "artistName": "EDEN", + "albumTitle": "no future Pop 2020", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Existing files meets cutoff: Unknown", + "Existing files on disk is of equal or higher preference: MP3-320 v1", + "Album wasn't requested" + ], + "publishDate": "2020-02-14T05:35:05Z", + "commentUrl": "https://thepiratebay.org/description.php?id=36057299", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=ZWpFZWoyRWt4ZThuVmYwUzdVcmczcGVHRVNmYXd3NEVpb3NOU2lzOS9Nanh2cHhvQ3dvb2N0YzVxczJ0TXJNMFgwZVkrajJQaVprMFNWbGVnVFJ0YnhGaDgvRFdaMnhDdlpMNVdzZFpwMXJiSVRZTnBtTGQ4WTRqUHNBZGZzVlIwdDM1N0E1UTBqRnAxaXh4azN6S1BpWHdJUmZ0ajA3RjdJRS9jbWw1MkxnUkIxa3FtK2RuUWNLTXM1OFIxZWxzaTB2ZnpZb2hCWXpnV1Q5UzFwK09VSVh6UU8zYnVVb1FwdndtdVpmWVhJNk44TytNTFV2UFdPKzRZcEgvUEszcE9ROGpIZjBXNzI3UEYrbzBrZlVnNmtGcEQwV3NxRnlYTTc1azlQTFhROVo3NFY2b29MRXJud05Eb1N2Vjk3d2tZdmwvQW1CVHYvV1JMbGZUMEN3RWpBRmNHMkFXVUszekpSSnQ1aG5Oby9RNGlIMitSV2RiMkk5WUNyRllmS05TT1FhbkhqbGRTNGFFMFlJdmFibU5SK3RLWHVGNk9OcUJiYURkRWxjYVhEbVJBUG9ZOG9Rc1d1d1loK3pxbHQ4cWdwSWsvdTZ5STlFdndVYlFEK2NEOEIrQ1BrRkI5RTNLREwzLzZjSXBHT3lxbExVUVphSk5xeFh6aXBkV3lRUWV1bGlOdEpYbHBOVUFndUFqZHBJalF0c0Y1eVA3b0ZCelRjNlNFN2xZY2Z2NjZxR0hQM1ZzZzMvYk1FbHBacUhmYTVMK015QlRyejE2Z245WlNwbU1KNjAyVWpvVDlJd3lRTTVhWWpXdkV6clZ1WHUzeVY3cHdsV3pDMGhMQUlHQnYvdHhNVHFNRXpqaUpLamx6RThHSXYrYU5CYWdtVEhMM3Z3TnVkYjVBMmVkV0g2bHhLL2MzYVNkenFEdmpiQUowbE9QaE1xeUpxRVRwQUltOVNUbW1kdGlSaVcrWENXb2FMaDRNaTRkOTZwRDZBVkxveUhueVdBZ2JHS3R6SE5mdlczYXBFV3RudHRTQks5cmU3c2R5aUkza25sYzhTeXBiUWlHVUlSblltaGdEellkd2FpNEEyeHBIZVZYdTFGcFQ0aUlHQVJaTCtxZzYrbG1jbXExYzVlYmVHZitVbHNLWHVtMzdaeDJINnZ1dkV1TTlKQm9sRzk2d0hxdW9PTFliUTZkcE9STEpmMkgrRFc1SnBCcDEwVnYrZG1tWlhtYW02MVVjdkxPRlJhMVVJcEhsOUhJdUFrUnNIR0c5dTcwOEF6WW9rN3JiM3BkbE9DNGIzSktURXcxU1d4dzZVNWltUFV3T2JNNkRVMExiVGE1cDRQV3hXbUpzMy8wN2R1MmZpSzlpeGN6VWZYcndSbkRibEdNSjd2ekE2S2N6alFTQWFqdDBZUS9RTHhyRWF2a3oySFp1eTJNb2YyV2xsUnhscVZsem8ydUprZHc4dTMyV3lKbElQaVo2T1BGMW1DaFV5THBHL1hlcEI4V1UyTU0rekQ3WGRPZm56NkVzT0l5SmNZU2xDN2IyTmdaa0RoZFgzNkJoMkdsdzNMbktGa0VqeWxaalc2cEVpMzdqSG5pQ2I1UU5vcmMrU0o4V2FzZ2JMcHJla2pQMndQRkZXeDgwMlN0VGYyRm1PaExicGMyV2t1NDBIWXFSeVg3blhyYVptYzl1M0VoVS95NVMyeGVMUUxWd212RTNXRVRIZ1pra2ZvVlZSd04wSHpKWW44ZnhpSjlaOUt1b2huR1hnRjR3c2hISmV3aUZRVmQ2bnIyQjVJQlVrMXRXbFhqVlV0WDhkR0Q5SUZHWmprNWJOTjJZWWpUa0JSb1BKaWpON1dlaE1EaFVIaE9kdVhVOFV6MHlGZEY5N243R09vVHNpalpjejNDZm1OY2ExZzNRNDQzWnZodWxjbkxiRzk4RVpzWHBkamFWNU4vUWhlOCtZb1RKS0hoeld4aTY5UWx3Z1Q2NjgxQXJTWVR5K21WQUFKZTIyRTUvU1R0WUNVRmdpNzZNNGRZTnNuYzBkUjJtcThKYTVKWFhtVndvK20vanljeDVEOHc2Q0pJc040ZGpENml2ZWhTRVVFTXphMVBBTnVlUDBTUk1JeGR4cHRpRWhrbA&file=EDEN+-+no+future+Pop+2020+%5B320%5D+kbps+Beats%5BTGx%5D%E2%AD%90", + "infoUrl": "https://thepiratebay.org/description.php?id=36057299", + "downloadAllowed": true, + "releaseWeight": 1, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "41A5C409B96CBC95B5CB9BBA0E3BFF3882BA84B0", + "seeders": 4, + "leechers": 1, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:B019944582F25CC8CE6F2BC7D25D920177AA475F&dn=EDEN+-+i+think+you+think+too+much+of+me+(2016)+%5bMP3%7e320Kbps%5d&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 501, + "age": 3551, + "ageHours": 85233.33804595833, + "ageMinutes": 5114000.2827575, + "size": 65988104, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "EDEN - i think you think too much of me (2016) [MP3~320Kbps]", + "discography": false, + "sceneSource": false, + "artistName": "EDEN", + "albumTitle": "i think you think too much of me", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Existing files meets cutoff: Unknown", + "Existing files on disk is of equal or higher preference: MP3-320 v1", + "Album wasn't requested" + ], + "publishDate": "2016-08-18T17:57:18Z", + "commentUrl": "https://thepiratebay.org/description.php?id=15594432", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=dkdxWHVFTEh1ZjViTXlKdXR4MVRmRHB2TkN5RnNYRFhyVitoZ2FkdmJFRmRBWGZTUGlxNmpvZE0rbXJTMXNsUDdteURNWmRTcFJQTjBweFk3V0FCV0gvSWlER3NXRlo3TlhXMkVINDNVSXlvQzNmZHR2NkVrZUdxZGp6dmgxdHJaNFJ0dzNMaW9Xb0E1dE1QbmNVdTBGTUllQVFvOVlhbCtoRFR6L2pUdXE2TFhDRW0rRHkyUS9EWVM5Mllka1l0VENtdWlwcXpDZUUwbDl3RWxpWmFybGVNWjhQRlRlRmdEZWliTkdHN1dJLzE4Vkd6cGFmMmRPMDhXZDJnenJYdGxCRVVyeVJKaytxWkpPZkhaU2lpWlR2cXlzUWlCQmFObzBsODNYZFNmWElScVhkWXRCOEpiS1ZWaUFURDcvMk83VHlRWnVYN3pySTVrS2tiNHY5bFlEYTAwd3B4eHZqZEVIV3dVK3VhQmJNNTZuT2JFL3hmV1BmQzYybzZhdmJoV0o0eGpyTUlhUHBXNEdtblZvYmdLdkNkUkFBdFV4bklDQ2dKM2VHbUt2QUR0eUdqdUZsY2hoUTN1cHMvV095cWZwdmlPeWRaeWt2SjZjeFlQTW1NMzNaeHVDbkhrUmMvZEl1WHZsaHgvLythUFlIQkZtcktIZGhHUlN6YmNoTVNUU1VZM1NwcEtHK1BwS1hNVDhjd2s4R1N6T2NUdWEvM25tNUJMSlpTaGg3QWE1ZGVzbWRUczVadGVYaVFyb3hIalBZYVA0cDFFd0xXbVZ0TnV3QmNLN3hKWkloQlBCRlIwNkNYZm83UDdLWHRVNHdPRDI5bnowQjE0YUVBQWVhM09udkJYWHQwN3FDRTBrSGRCTG9TU3NiaHNuKy9VNUN1TVdlUlVweVVzc0JRZ2dmaWZ4dWZSRkZvd3ljV3Rua1l2amJNRjFBRDNnZ3UyYTQrN3k2YktEUDA0M0RpYVNvWGdDc29Gc3VvRFljb3RsZVdJNy9wTFVLUzZFcHJWeldVWXhScjZLZ1hNTm4xeGcxQWNrMDZ3QXJKdDZNdFdGKys2eWsyb3A0d3k1WFdMbGlkcTNWcWNMR3dWR1RibUcybkJZcEZkV2JITWtReXNvZ0wxWERYWXErSGNUWmJQaEd5U2hYeFBEUmlvM3hwTWtlNlJacEQydkg4V3cwYk5tOVB4M25HcVcwTWg3Z2Q3eEgvaGk3ZW5la3VNTmxDTVNiMytIMlh4Zk5GbEgvY0YxTlhwUVZGUzNuWlZUZ21zVWVmK1RqQ29ENjl3ejRINnlaN3NmdjRkcjRRYXYxdFNnLys3SDhPR2dPZ3NMUXdQdnFsYVFzeEVqOWRvNDVBRnloUmRiMUVUUUVMMEF0OFUrUnNwcXBaakU0akczQ3FGOE12N0pYTHZkU1RHMGpoeWhGU1c2T1E2VCt6c0FLRDhoNm9xR2tqVzRkZWllcEhRS1p5eFptMVJlaFlVUHBBdndyS3pPNUVPb3gxaWp0V3d1QTRnZVJKeDZ3WnRDVXFmMlNuUDZYcGl2N2hpQ3gvWklVRHdybkh2WTVVR01wUlBUQlM0YmRKNzJ2dVRQNEo0ZG1GYXczRnUxSXJrWkNtL3FWSSt2bDBqbGlvbUxxNzlJTDM0Z1pJajIzcjJKeFY2THFrZlNlRHZuM1NTRHJkd0c2VzNqOFBVVnVWMlo3YXV5ZFBjdVRWYTl1alNIa0M5Qy90Mk43d2VqcDlFd0dpOWEzZkZWeTdPZlJWWFk3ZURHeU1RSVIxRzR0NGluMzlTR1A4V21KVHJPWnZDYnc4Z25ub1VlclBvaHE1SnBTeGdUNGVteUlKNHVZWnY2VnBTaHllZ3hHRmZDajN3Qm1yM2JQM25aQ2N1NUYrb1hrSzJLSWpRbEJubmhWOFhmc1lDRUN5NDNXa24wTTRkZVR6OFBRanBrdmRCNXlLb1lzYWUxaVJqc2llbVVYU2hkNXpnOEltNndNZzZUcm9tdWhhUFQwRjJBNUxQMU9GNlA3N3BKTE9uNFljaFFGNTZZKytwV1RBU3hHQUxocHpsdnQ3aTExWG5UODJVMXY0UUJsQUJWUlZDcndPVTlXaVI2dm9maWVaSWZyZVI5cVFZV1oyN2JPSWtvSDM0TnVWUXE4V0lRZGNpbnp1c2c9PQ&file=EDEN+-+i+think+you+think+too+much+of+me+(2016)+%5BMP3~320Kbps%5D", + "infoUrl": "https://thepiratebay.org/description.php?id=15594432", + "downloadAllowed": true, + "releaseWeight": 2, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "B019944582F25CC8CE6F2BC7D25D920177AA475F", + "seeders": 3, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:E1E023BCB6DD0736A17F8671795B8CE78F01F8B9&dn=EDEN+-+no+future+++2020&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 2275, + "ageHours": 54612.642490403305, + "ageMinutes": 3276758.5494242, + "size": 146397984, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "EDEN - no future 2020", + "discography": false, + "sceneSource": false, + "artistName": "EDEN", + "albumTitle": "no future", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Existing files meets cutoff: Unknown", + "Existing files on disk is of equal or higher preference: MP3-320 v1", + "Album wasn't requested" + ], + "publishDate": "2020-02-15T14:39:02Z", + "commentUrl": "https://thepiratebay.org/description.php?id=36061290", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=TjdKYVZPUzNJQjllVTYrVm92WnJQRFpkZUhUTnpSWEFhMG42d05QY2owOStnUGkvbEFlSmtpOW9iK0hubnBHYlRETWE0UXhZQUpZb0ROejU2S2hUb3RubXlMeUtuck9HUjVrM01oeWNIai9vRzlRayt0MU43MVdjUDlqeGlQdC9jK21SZ3lZOFVYTkpxOWxjWmk5Z3dlaFpTb0VDNXRCUGlqdU9YdFlPRVhscFhLRWFqcnZHaHNUMStUekxmV2NQMjh0R0wrVHpwNzl4Qm5KSEMwblNIUzJZMUM3bUUwY2NLc0llRFFpaGxrSEl5VG1OMXFEKzVuMTl3akRJVVBneG1kQlE0RW9aQkpkN0s4MzFFdHRSK0dLOU9SdWEwY0VDOEYxMjAyenJjV1JMMEZMS2puTS9hSHdNNk1mdHU5ME1obndZRjJITkVXWkxUY1pONHo0L1NtNmI0eFJ3VlpZbVhxK2loUitqOGpCVDh3TnArMDRPdDFCa0d4RnIydUN4QmZ5ZXdMUFZiejVhVWFNc2h0NGxHQTdlZ2UrTDFxWlg0Y3BHYS9pS2FpZXVpUnJMdElZak1iS1FrelVER0FZbFVwclY3S2ZzQlFaWGprZGprakdXY3RBcjlLa1Z2RTl6dWtWd1JxNlpwd2N6WXpmWFBEWnhpUUx6MzBDTHJFU0JpK2pKc0gyd0JrR0JjVS9QaTFSYjF0SGNXTTd3ckhkRWRWcTB3ZXlGWTJ0aEErMzZXUkVCbDlrcDhQZCsrZk5YZUE4TzMvSi9NRXVuUGxhY2cxZ2lCaDRIUHNMalUyNnhqMXJGK3A3bktzckMxUVppYU9qSi9XS1d0L2t4N2pCRmtxQmJ2cjh0dytzRThJNitGSHJMSmUyMXhueUFtK3g0bTcxM2t0TGY0dVlJMWprc21xL0l4bSszV29JeVJYU0pvcDkvVVBiVG5UT21Gb0ZVSFMxajFOaGU0eUR5NEVJRlVENDZJYUloaHhhTXgzY0kxK3drZHNSQUpoT2syYzlxa05ZaWh2SndRMmFibEFHL3ZIL3VWWUtESXNWTlNMM0pCTHIzKzJJZEdrMVhkMnJxaFY3V0N3eEZvMkplRENobm41RjNmSFdYQTZpM3NPQlZUMCtTeitCeGUwb0s0Q1cvUVBxUmNDSkRERXVKSWZuUE0rMnVDREdMblIwOENvZko4bDBaTkJTZ3pvYnJwcERmWG0wNlJkTjEyaVhMZmZadXpQeTNLZ2x2RS9WYnhuYnhYWW5KUlNhNXJJRFVIVHJ0TUlmaEU0MjJDdnpsNFdzQW1zU3M2L2pCYmFMME5aT1BML2UwcGt5MUQ0Mmo1enVQRHAxVHQxNlBUK3VBdjFjREpPcmdNOG9RamgrdGl4dHRVUi9pYnhieUdJTHJmTENsUnFlQmRaVWlKcXhvL1lWemFGL3VBeVhSSHZkVGczMzg5MzUxa1E5SlZGZTVyVWRDMnZ5R1ZGZVlraUlxd2RlcVZjbE1VSHA1WHQzVzVpL1kvVExXZGRMY2ZyMngwNEpUTWlQTlNwOEMvMmV3TmRGK2VjdEUwL2FlaVFiQVNrR3hYZE5VVUFrS25nWk1CS0tVWkhHT3hLalN4VThaRXV3MHRYRnFpaDVHSktiSGk3Qk1nSFlqUFU1YkdPK1gzbDg3ZldjZnNjNno4a0Y5QWR6eGhsMjVYSUlQNmZqMjIyMVBrK2lxSE5DTXFnS010SzRoN2pVbjlYOTJCVlMzN3dkVlJQRTg2OUxaYkFteHVhbDZadEFkZ2g4aDcvWW9hMDFySERUVy8rb2NjeWgxWUhZdjNlZ0ovSHVyN0xQNkxiTTI0Q3RQdVV0dmVuTFd4QlhTbzBXNXg3QlRrcS9SdUF3QkhWWVlzZElyWng5ekZVZ0wwdy9Ra1VQWStKWmJNNWJZbjdJWHVsTVp6L1phNFZJdEx1R0tGMUxGMHRuUTBHNmxBa1BIb0c5SzBEcmY0YzFDUWFFMjFwMFAxbnhPWmpoWFdkVEdxMUloazh4UEM0R2puSVhZVEFhMk5sVXRKN3JhY05wNmhiMzRIa0o0YjV2OWIyeDIrQT09&file=EDEN+-+no+future+++2020", + "infoUrl": "https://thepiratebay.org/description.php?id=36061290", + "downloadAllowed": true, + "releaseWeight": 3, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "E1E023BCB6DD0736A17F8671795B8CE78F01F8B9", + "seeders": 9, + "leechers": 2, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "2_magnet:?xt=urn:btih:0f860c4e74456fc2615e4ea781d855edfde1978c&dn=%5B2025.10.03%5D%20TV%E3%83%89%E3%83%A9%E3%83%9E%E3%80%8C%E5%BE%A1%E7%A4%BE%E3%81%AE%E4%B9%B1%E3%82%8C%E6%AD%A3%E3%81%97%E3%81%BE%E3%81%99%EF%BC%81%EF%BC%92%E3%80%8D%E4%B8%BB%E9%A1%8C%E6%AD%8C%E3%80%8COur%20Fate%E3%80%8D%EF%BC%8FEast%20Of%20Eden%20%5BFLAC%2048kHz%2F24bit%5D&tr=http%3A%2F%2Fnyaa.tracker.wf%3A7777%2Fannounce&tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce", + "quality": { + "quality": { + "id": 21, + "name": "FLAC 24bit" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 601, + "age": 218, + "ageHours": 5253.726379292778, + "ageMinutes": 315223.58275756834, + "size": 55259956, + "indexerId": 2, + "indexer": "Nyaa.si (Prowlarr)", + "title": "[2025.10.03] TVドラマ「御社の乱れ正します!2」主題歌「Our Fate」/East Of Eden [FLAC 48kHz/24bit]", + "discography": false, + "sceneSource": false, + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unable to parse release" + ], + "publishDate": "2025-10-03T05:34:00Z", + "commentUrl": "https://nyaa.si/view/2026365", + "downloadUrl": "http://localhost:9696/2/download?apikey=0671e0487f144b9587cce81180323f33&link=K1E0V0tBaDA4VmlsOFRyeERGTVpNOXYwWEpQNXQ5UzRDMVIzZ2NZdzNvZDdreVFzekV5bXYzMHNmSzBVLzArWm8xZWNodWt1bE50OWxBZUR4WkdjL2ErMmJMS1pILzFMUXRpaktwRVdrU1Q3ZlE3QzZEWXJQVlJjQWFJZFJVSmlVcmFLa2JEN0JkOEQ4SHN1eFhZcEdWUmJvQTl5WEJpZThxQmZleVQ2TVFGMUNSWVV2SmcyUWhCWkRhZDNlUndpY3RtZFRaU0QzbzdTWm1LTU1hUHZjazFQbGJ5VExNMGRDQ2Mvci8waWcvcjV3V09ITTk4RTRGTmE2MEF5Q1VMZEE0aHhnRm1lMWhuV3ZudlhYNmRxekphR29NTDMwMDhCeHZTNjNtenhMQmRXdzh1TEljQmRZMzg3dTBtL2JDSTduYVBBRlgxV1hReVpNckEvRm4rdkpaNkQxeUI4Nmk3b3ZTaS9RUEVhaU1XWGJzeEVaL2x3ZDR2NUdOS1NOY0tRYThnWG1UZk9PYnFZVkQyRVFCbFJTTk9RNk5uU3czNlM0VHA1VHVXMWVQYkNJeU85N1JVZmIxeS9ueG16R0tjczdUNHpTNE5uN2NYZjNNZytSekkwTFdNY21TZVU3ZzlZc1pVVU80SmhYdnpYUGh5TlRnbVRnbnVZOEFVVU4xNFVjRUNHUGIzSk5jdGZRNEgwYytBN1QxNnErN2t3dTg4YjBjWVorM3ppNnVmcHBIU1JyWVFVTWRWNUZPTTArWCt6dUNncTJ0bG9YdGtFamt5UkJPQWlncU9LZkdKV1FqRG56WGJFbDFHMllQeW44OGhXUkFZZWdsOFlOb0MrUXFnbw&file=%5B2025.10.03%5D+TV%E3%83%89%E3%83%A9%E3%83%9E%E3%80%8C%E5%BE%A1%E7%A4%BE%E3%81%AE%E4%B9%B1%E3%82%8C%E6%AD%A3%E3%81%97%E3%81%BE%E3%81%99%EF%BC%81%EF%BC%92%E3%80%8D%E4%B8%BB%E9%A1%8C%E6%AD%8C%E3%80%8COur+Fate%E3%80%8D%EF%BC%8FEast+Of+Eden+%5BFLAC+48kHz%2F24bit%5D", + "infoUrl": "https://nyaa.si/view/2026365", + "downloadAllowed": false, + "releaseWeight": 4, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "0f860c4e74456fc2615e4ea781d855edfde1978c", + "seeders": 6, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:ACA2B515E5EB18201879D2E7B04754BA92FB2EE0&dn=Everything+But+The+Girl+-+Eden+(2026+Deluxe+Edition)+(2026+Pop+Rock)+%5bFlac+16-44%5d&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 601, + "age": 31, + "ageHours": 752.9372126269723, + "ageMinutes": 45176.23275761833, + "size": 472058912, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Everything But The Girl - Eden (2026 Deluxe Edition) (2026 Pop Rock) [Flac 16-44]", + "discography": false, + "sceneSource": false, + "artistName": "Everything But The Girl", + "albumTitle": "Eden", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2026-04-08T18:21:21Z", + "commentUrl": "https://thepiratebay.org/description.php?id=82728977", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=WmltZTlnMldvYXNyS2pMNkFQUmlyemFlN0xDdFFZM1VZL3BTUDlIY0ZRRk14bkIyNWdrd0tZWmoxT2VDY0lGSVMyYU9pKzlrdG12Wm1WUWhjQ2JJZHFUblN6OG9RY3k3eHFnMzFnYUZsWWMrMHpYa0kvenhjcU50emZaaURWV0ZhdlR2WTVjRXZQSTBQb3Q0eEJVQm9UVEg5Uy8xWGJRUlJBS3MwdHRwYmNydys0N0h4cGFUL2laMjBIUkV6U0t6azJZZU5mYmFDamNJMkt5WDUveG1JbmloamRTdmhDMEhxQ09QOU5aUW9oRU1wcWppVEhhdEFVbmpuUFVuN1hsWkdaeHVWL01IWXBNTmZVT2xRT2RXWm4vQ0lkWS82OHNQRmRubkw2dzFhc056MG5LVUFkQjQ4eVV0aTIvdmFTcitzNnRSWk1PQ3hDSUpDK3pGbXY0bUx6S09PRUhDeHpZVGVpbEVOVmNKTGlvSjRqV2JEcDdrdnVkZFlSTldiSHB6UEJIN3NxdGlkaGhKamE3VkJnb2ttbXp5aEhiTzNxcjZsT2dSR2Irc1hWZW42NktFWFovTDlnZnlVUUVjS2RmLytxQlJrUk1FOTg4Qm9IQ1REL2N1a2dyUGtiOHE5Z29FYWc3K0NEK2Q5RXRvVzFUejRVb0srTi9xT2JkcTBzVGNjNTNpWGg5UGEvOVlIVjJqUDdPeDRpOW0yNmFWM2habm9NQWxaa1B3RDN2ckZ6NVFQdTZJeERtU3lYNHpWKzFkM2FwclBOSzBJUU1NUi85Wkxza3ZOUVdwY0J3Q3U1V0dKZStkVXNrTW5qaFlDY2ZFeWRhdlNBa1EwQnZaN0tzZE1ZVmx2SVlTNWRDaThDMmFjYUluNmR6ZlhkVURPamcrM2tYbWhlamQ1amtrYy94VVBaUms1M1ROTG1hN2tTRVIxMEpJeGErazJ4Y3JiMUpEelZ6NWZ2dzNmMW5mK0JucDFOWkRjUCtDZVREY3o1Z29QWUZUdWhad09TVE9SaVJUVnJZY29sdWFEcWZoWFhNcG54SXcvZkNUSXluZGVwcW5DQmZwalRMd2d5bUpEaGtPK3ZKQWRXVmNBVk5NNEhUajRkV0tXMGNJa2NWaXJSdDVjU2dxeXcyOHdPUjk0dU91eXRPdnNFamh4R0VOek1tb0phOHQzZ3dOOTdraWg2a3k4R3BsTld1amJhZ3FZL2VMeU0yWDJWVDFoTHNMMTJPekdtWW1tZWpoeGxCU096RndPVzFpL28wMUcwUElVMnpicHRkNU81RkV2MFQ1QjRRVjZoaFZjZmQyaVNDUW9LWXpxcmRqVmVxUUFWUEovL0hUUVd0YkUvVEh2NFdUd1I0VTQwSmlQNEdtUUJ0OW1OMFhXbmg5K2drditTZFAwbzVBSjRtYzRUZDNIVmk5TnY3eHZRdnB0QWRhVUp5Z21JdVNwNlc5bSt4YVVHOXhEdTdWSXVyRFdIME54ZlAzWXF5cndQT2RKb2xvbXdTSGVLdXBxWm5QOG1rdlFsVGo1VzR2VnR6Y0xLc1N6R1pmRUp0aVdRdTdqUFA0bDFKejdCREVwNjRuWmF2USs4ZVJSdC8rb1VwS2NaUE5CQUU2ZkVqbmM5RFF1SjdPV2UrR2NNL0pvZ3lCMWdQNGlDQURla0IxQmFQdmw3ZGRVSU9jMWNwaERWbmRkMnhKeWpvNzVUOW5KaXRyaFlEN0FOTVVIVzVxeTc0ZmdBVm5GeWxtbzgyK1czS2pQN1N5WkxEMnh3dStHUndqNFd6Vkt1M3Z4RUtscnJMekYrTnhQdGpXVlE1ZDdjOGJ0Q1RrVXI4czJFZTBMUWdaUGMvdGxkeU5zQ1NaNkVtR3Z4dC9BcXo4eldUR1lXSWMyMC8wQzZLOHFnbzFhZ2UxQzIxaEMwamg2Ykptc2F2aW9wTk0rcUM5aG9UTDFJajg1VVZTRThzWnNZdjEyUGZaL0VoMXljYnBmMVdDV1FJdXRNTThxcFpLUE1yQkRKRndkd1NWVHBmUDNZK0FQKzQydWlFUWhlM2krTzYwK0ZWb2hBaHdZeE1heFF6VGV4c3ZOUkp5TDdGalp0RDdqT3BBQThiNmE3VW1YR0NnTE9kUUx0UUN2d3ZEQ2tMdnV4dHp1L2t2RnVvVUFuR2ltcS9aNmp5V0d4WFM4bmphYkhRYWFpU1ZubkE9&file=Everything+But+The+Girl+-+Eden+(2026+Deluxe+Edition)+(2026+Pop+Rock)+%5BFlac+16-44%5D", + "infoUrl": "https://thepiratebay.org/description.php?id=82728977", + "downloadAllowed": false, + "releaseWeight": 5, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "ACA2B515E5EB18201879D2E7B04754BA92FB2EE0", + "seeders": 98, + "leechers": 5, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:A861FB7A352BD1EE40B6CABF292EAA317AF20F72&dn=Eagles+-+Long+Road+Out+of+Eden+(2007)+FLAC+Soup&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 601, + "age": 3984, + "ageHours": 95624.93721262772, + "ageMinutes": 5737496.232757663, + "size": 640391168, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Eagles - Long Road Out of Eden (2007) FLAC Soup", + "discography": false, + "sceneSource": false, + "artistName": "Eagles", + "albumTitle": "Long Road Out of Eden", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2015-06-12T18:21:21Z", + "commentUrl": "https://thepiratebay.org/description.php?id=12011378", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=YTFVTndnd2l5emFyOG9DV1BpSURvaURDaEl4eFJxdlFJdUFIU0J5aDFzMmlRV2YyTWllNXRuSnlsanRDNWMzM1VCUDZocER6cE05dklCcmNuUWpoTTVHUWRPSkM4U2xMak40RFcxTmc2SmxsbG9PSjBhclU3WUFDWWlHZWJlL1ZLajJzY0MrQkozNElldmtvMEZ6V3hMSm9sMjZ0RmNOZkJmVXhXMWFXS1VFUHV2dUVPamRHR0dNS1hHdVd4TVdFWVBrakFLM0x6MGN1VTFFbHQva1gvSU5OMWFzeUF4MVNrQ1R3Y0hlQzZCdytLSE00Y1pIMmU0WUpxR2p1UVpUbjBUQ0Uwdm4wU2pJbnlONjRCZmVsY2FSeHl0QTVXQnd0Tk1RTHdCT2xYNjV5L2kwL0NGRndIMHJnU3AzU0Z2SXp1UmRZSXlLaS9mVlV5UHdOUklNNktPd2xveVhhNVRJcEp6TUNPK2VPWUxnblVoZkI4eFJubWF4K01aTUdVZS8yVlM0UnJNWTRlSVJrSUVPMVpUdmpKWUVWdUpSUDZZNCtKamFhZHNJSUl4cVYxaE5rZyt4bXRZZFR6OFg0U3VoOUUybGZvcVBrdUhLZUM5VURnbmdqQlNmTWYwSmJBN3YzTkVVUHlzcVF3b0s2akJ4RUM0TmowbXdKd29uTlFlVTN4em03NUEvZzA0ejZOaEU3VGtESUxUa016aXpYSXRkSTNOVUNxZXEzd3B0aG1qNU9hYnpnYXo3NkNJaU1mYUR4by9OY0pUdFZuNDBsWnB0Wnd1WGFOTGR1c2hSZ0tDT1B0OUZ4MmJ5WEY0RlN2QythazkzcmphajJQYUMvRzBqUVYzQ21wSW9UcHA3RlgvcmtRYVNndk9HeDEyQ2VVZDhDOEI4YU1meHE0eHp2YVN0dFMrU3JGWGtCb2MrVFBxN2ZHcExnb0JlOEhKTzVMcXY4ZHJ5R0duanBzSGplYStTU3RkdE54bENXdUg2WTYrOGZtNVdBZEYwS2xvZnlsd0hDb0c3b2kybS92ZTdYVnBtc1dOQmM0ZWhyV0M4RnVBbzVISmtzRnJLMXlzZVNNaElEM2N1dloyU0ZvTm1jYW0vdHpOdUdmS2pyYjZUcXZ5YTBTRzduSUsrQlpSUzB5UGQxTlg3blRzZ1cvNVQzbWVldDNjVGo4ODUvYS9LMlJ6eWJGYTZtVEJCdk5ydGlZckZQaXFlM05QdzBhRkoyWmZHZ09qemNhUk5rSkMwM2ZqSUJOaFdjQ1JkVzd4MmE1UzhKMEVCcFdhb3RmNWJ3YVNDaGJOTE5uR0xWWFdvWkpzYzVZSklpOHh4R0FaVUVKQXZtZzluSjVzcXpXbi9zdkRoUGdhNjVieWh1c3dWMkF1blpxQzlZMVh1WTJWOXRmbTdMNWszV2dZbkxENGpOMGNXdW5nSGlNWURlVC9oRGE0T01GWlQvQUpVMnNUc0NraE1ITEtqU2NRa3p6MncvWW5tY0Q0S0lkN0lZWVc3clgyZytZai9HUzc5emxKR1RUR3FZMmpuTy9HSGNwaGVZaVRMcnUrUW10NEZ5YS9GcTJjaWtMbjFJbVhCcnBjcDR3bllMWFJJMUt4VFVUTzRONFdvb1R0a2xFUFozdXN5R003Qmo0bDlUZEZIdm1YRFd6OEEvUEsyU3dxc0FML0lFMHhUdjZlVFBnTmJlTmRXTU51OFFLcm9vMkI0ZXJ5TEJIRFBLMFhvUTVHR01aeGhUR0pibEdkdW9QWXMzRE9sZmU4YUtueXB1c0lxVzhtNnNqcjN0cXhpWkp6ZTVOYW1SK0grdFFxcHdqQTNFZks4bHh5aUtNQkJTbmNkZTRFUDdDNHJlZHlJYTNzV00xSzUrZEc3bnlzQUwwaVQ4aEk0YVZsczh1MDR4VW1MSFR2STlpQldROHA4aWRpdFp0Y1FFU3pjWGNIeGZ0Zm5XR1FLSjl5Q3ZESG9vZXIvTzdRaGZVV09nS2VaSGc3L25LTk8vNTZtTEdKdkNHWXk0QTFzcUhyV3FlbHBkSUt2UFViNCtmRmx0bXN1dzQ5MmVnaGF5RFVzSmRSM1ZNcW0xZmVZNmNiamNXblptRVRSTHUyNzUyNHNMZ1o1YVhqTW9aVUUyRmZPTQ&file=Eagles+-+Long+Road+Out+of+Eden+(2007)+FLAC+Soup", + "infoUrl": "https://thepiratebay.org/description.php?id=12011378", + "downloadAllowed": false, + "releaseWeight": 6, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "A861FB7A352BD1EE40B6CABF292EAA317AF20F72", + "seeders": 21, + "leechers": 1, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:5762FD5EE5697F81463EE54D5F8EB580A858276E&dn=EAST+OF+EDEN+-+John+Steinbeck.+Read+by+Richard+Poe+%7bFerraBit%7d&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 6184, + "ageHours": 148433.74193485046, + "ageMinutes": 8906024.516091028, + "size": 1086328064, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "title": "EAST OF EDEN - John Steinbeck. Read by Richard Poe {FerraBit}", + "discography": false, + "sceneSource": false, + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unable to parse release" + ], + "publishDate": "2009-06-03T09:33:04Z", + "commentUrl": "https://thepiratebay.org/description.php?id=4930578", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=a3VkLzJBeVJwUEx2Tk84SFlMQ2UxbEg3bUpWOGNlZ0ZPa2VIZlY1SnRMZHRlbDdZWEk0TTdUbkxpNnlwbmZ0enphZloyVGdhUUtOZzAySUNud1plMCtESUlZZHZtTTBLZjlXZWpPUnJqMWZyQXNKaEoyK1hPWW1SeEttU09BOHcrOC9qOTZmbHJTaE5hMVBKTFNzMHNkSDNvTXRaOVhIQnZXYjhQejdUNnRVSFJITXRTUjU3ZUhXVmwzejRCNzMrdFBkVGxqOHJyY0dwMDduM1NHNjJuOE9FKzBLZ0tCMmpCUHlPSmJDMlMyWCtOc3N4L3hkeWRpRlN5VS93cGluS3dkLzEzN2FIWFg0NVorMVJkS1pVVmNWU2dQRUdaL1Zpa0habDFiR3A1cXdIbG1WNnJ5am5PQ3g3ZGNaWTNIMGRjbnNEay9tck1aanNmSFdIYkwvWHVoN3crS1dVaHFNdDNPeXlTV2tKckVkOE1rdGJRSGwrby9DVUdGc3VUVEFtQ0tKK3BHTGNoT3YzTXBESk9FZk5OWEFLZFNCeU9ROVFNa2QrMW9CSzcrRHpsYXlVYmpCTFIvR3hONTBVeDlCYzl0Si9oWk5oQ1FOWDl0TWpwZnpVbkJHTm5pdnFNOWp0MWRsQ3FnRndYVk5TL0FoZXZicm84cm5FSTRHaHYwWU1Ga1gwUzdwNFNiMWl6TEgrbzJITFV2VHM2SXVzVDNGdGlGNFUrd24xblhYNlphazBZdWtKU3BCTnZyZjJaTlR1bVYzS0hJREdWem9NQUwrZ044b0pIQzlmSnVUYnRaS2d3RDRxQ0dBTWhTcjVsUk5wRjlSYndxVWY1NlZEV0REQlNLNGZXdm9lSHVObTM0Nk53WXZlWXNKaU9MMkdIMk9lV3ViMFRjVmVPVnBoK0kya25GaFJldmNjSXI0R05ZT3phMEN3Nm80dFVDMzl6NWZEZi83aWFubTV1VDhVOGN1OHBKV1dCTmh6ejIrYzAxTVFjRjlKZFYwNTAyQThrZkNMZkxCd2FVU2Y0eExIRXRWVkpOdVJneDNkT0lxMkh3L2d4T0pEbTRsR1JoZmNDTUpUcU91WGxMSjJxR2JqeFVPcU83SGxXRFNlMmFaclRXUTZVSFpqMWN1MHFvSk1XZE9HTnh4MlFVK1J5ZnRrd2trNGx2dUxvQWV6TU03VVBqdURCQSt4Nkp1OGlsTE1UNi9pR1diSEJFWi9BaitRbVhUak5kL0ZxMjE2RTZLT2pnZ3dCdXFxSzVCY0pyT21DUHBDOFZxODl5QjhSUmlCd0JqeXJGUkNiWnErYmtmamFNVDFielE5aHFtdXAvWlFEZEZwNzNjd2RZbVBBMEhONVVGbktQTnNKQjUxamZCUXJtQzRxeTlNMnV2ZzN0Zkp3ZHZKUkcxTU1lRlp1TjBOdlJlMndGZkVmaytXSHVpbE5YY241NmFUeFlkaUszR2pMcjA0Q2dGNUVWcmNXZGlMQjRacVhrYldta2laWXk0STluZWExRUp5aGlXNWxYU2YzOTZjaTRzOGtpS21hbnpScmh1REdLdEllMHRYUFI2eUwzdlJib1VCa2NtRUw1b2M0V0NNZy96cVhsMjBRVjdlTy82VHZNWC9qcHhETkNuSUxtdXZZSUhvbTZzZk9BejN2V2NZb052VDBsNmhLdmo5YzBhMzdmaTNZUk55ZHlsS3lpdTBqMGgxK3Q2RVZERUpIOEthREE3WVp0KzlVaS8vQTM3ZVBYbUU5QXMzbDFrTllXT0hJZUNwelZ5b2djeGlTai90NThPTHh6d1R1OWRxWXd4dzQwRWJYTm1MQThFM2VnR1JwV2J3ZFpkSDg0NUV3OVhLZHl0STBTZUdRc2xON3M2THJESHl4WnJEWVI0WTFVeUhGTU9vd3JjRG1CakpZcHhRUjNyVldmR0xVQjNTM3BNZ1VyQnVGWVBDa3M0Uk9FT0VvVlhHU1E3akYvRGhNRjhJRnMyZGRxK3NqTm42V0ZOZjVDam5rK1REWHlTRGVBRlgvN0VMa2Q3bjMwRWJsQjZMZUg5ajNJSzVNbXU3ekRpR2xRWHFyaG5WWW52dy9nd1FCdnRRV1NHVVZHa0pnQjJNMDF5UFh4cHh4YkNmUTVqdw&file=EAST+OF+EDEN+-+John+Steinbeck.+Read+by+Richard+Poe+%7BFerraBit%7D", + "infoUrl": "https://thepiratebay.org/description.php?id=4930578", + "downloadAllowed": false, + "releaseWeight": 7, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "5762FD5EE5697F81463EE54D5F8EB580A858276E", + "seeders": 14, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:B4EDA1CF30302B5FE37FCFB42C8D3920CE4DECEB&dn=The+Dragons+of+Eden-+Carl+Sagan&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 2409, + "ageHours": 57832.556657073335, + "ageMinutes": 3469953.3994244016, + "size": 193274912, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "title": "The Dragons of Eden- Carl Sagan", + "discography": false, + "sceneSource": false, + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unable to parse release" + ], + "publishDate": "2019-10-04T10:44:11Z", + "commentUrl": "https://thepiratebay.org/description.php?id=34798897", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=cnJ2SWRHbDM4WkZLenIyVmMydWtrOU1mVkhkaTNDeWV6N21XK3czNFRzMDhIZEtvZTdUa2hKWm9lcXRFeStuUG5zRzZralVEUTkwMmFGa2dhTmtmOEVOTGdmUlBXNEJDcXhrcW1NT29qbGdpY0dJMENiT2s2Yk93LzFvcHlXTTI3VVdtVGN6ZXVEalZNV1Jha0gwQlplTmpyZDFRS3FnWlNDckVva3NvMWUxYWswbFBsdzBKcWc3Z2FuM2RWOWFWSTNoZWFjeXZXWHREejZMNlltYmhwTlpteEx3NGtYMGZ1L2VPMHJPbHlBWDlkaXB4QzlyNmk5ejJvTERLWlB6U2NYYVJMUmJGQXZSWFlNZ1NzZC9WNkRBRHlLRjhacU5rVm9aeGVUL2loRzVtZDRQK1YzVkV3dlNEeE5TdHFnNjhzSWljQ2lIN01PaEJObGZqbUlTUEZSRCszWnpXNjBqeDRHTHYvNmJFNUMwbWtTUFFvRmpKWlhoVy9Sc3FaR1kydTU0aFpzWERLaGZhTjVjSGVZWklUenh2MEFTUWZjb3drUlRlWld5TXlSblprVVRsUFJWOWVJNzU1ZksycjRRT0pIeFgxbDRtWDJJNk5NNU9XREVHS2pxN014RUYwbDI2bjNuZlA3SDZmelJ0Q0hkM1Y5Tk40TVVCUW04TDJiUnZaM1NVWlNCcy9zdnVneSswWm9MOGdXdEJnVCtyR1ZTT2FBS0ZHZWtaYXRZUUVBZW1RcThWZEVTYm5GQlNWMTk3dld6aUp1RHFPZ05tUUl3dndrR05FNEhuUVZ3bGMvbXU4SDlmNHBxNHdXVmEvcTA2K0YrYXlRL25uNU4zSjlpN3R1Y1JWamIzaE9VTTc4bTNpQzBBeTBCSmpka3VtMTlSMU50ZlJVc2ZGdnA2OHZNSW14NmtSQ1BJTVlUYlAwQmlqQkFpejFSOGZuWUVZV0JQV055Y1VsZi8zSVdDdGpvOUlHOVEvRlFaQ1lHdFBqZksraWluTXRHUkZHc2RtN1loNXUwRy9hbVF2cE0vZ0xEUDEwaWs2UjEvaDNUMm5oMDRIOG5hdFlMaGhzYnJpVlBPb0xHTGZGN3FIaTZLb1ZSdE9Zai9hZENaUXVUYjZYREo2TVVVR1NHN2pzNGNOZFovMmFZbEphNldqM3M1S08ydktLZyt4V2h2WSttQUl5MzQ4QzFwaFE2WUhSQW5qL2lzZkZmdmNVRmxLdGlIaUlXclZiRHJjc0tFR0JqSlJXT0tyMkdJc0VYR0FkWlhTZ0Zjem8xREZubWw0c3NNN3ZOektVRjV2SStzNGorZnF0U1NrbFBuc1FhZ05Ndi9aOXNRYzBlRnpxMC9kdVFJMjNNVS9wcnJXZmJUYmhsVjlLTkpJSk9laHJrMHJ2MVk3b0hzbWpVOUxFb0pnbi9TTkpvZ1ZSODA2S01qbUdPeUlWZFI0c3RieDB0NmJRdGk0alFwVlFvTUlKOFVxNU9iZDBjd1piNFQyb3NWNTVBQmIycDh6KzhnTCsrMVRGRG9zaTFxRTVqVVdUNjV6Lzg0cFkrRjdzZzdlTTh5Rk5rM2ZzcFpSYzZRRE5QT0htWHNPTGlXdU1iNjcxOHNXNjZwWFB4STZXTXA2eGpUMEx6OUVuNzI4US9LelBpU3V3Y1d4bnVUZXNNOU1mMUVjMVVZd1M3WGhoM0tGR0RJRnVaYnVLRjUrY2dnVnh1dGpoZjVLR2NNWnIyZStZQWtCMFNDc2FiR0xUTFUrdi9vV3phQXZaYUNtSU43bXdpWlRUQ212Qy9raDUvRnVoa3ljMlVMQzFPWUZUZWp3cWdzSUhYckxVZWVtbU5xNm9jZXZmWWJzNGtwVlBSOW9xMVUyZzdzZDhFTG1TWUtxeVVDa29KYlVmZk5WQmI1RTRKM3Y5dktZU1F6Skx5aDJsaExoS2hrSE9JSm9FRlk5WjNiUXU4N24zUHc2MG1SSm5WNWNRcWcxYWFoWUpGNE1zU3ZoRktlZVNVMDRNaVN3YlpoWEx2UjQ3Mlh0UlFmbEtwK1BBRUJ1RTFUakdsTlZHcS9yZUdndE1lUnZYNWVnNENyQUtrb2JWdERraEFPT3FDMjlrTT0&file=The+Dragons+of+Eden-+Carl+Sagan", + "infoUrl": "https://thepiratebay.org/description.php?id=34798897", + "downloadAllowed": false, + "releaseWeight": 8, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "B4EDA1CF30302B5FE37FCFB42C8D3920CE4DECEB", + "seeders": 10, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:CA0BAFB83EB40B5AE15123635DA19F9B10830180&dn=Exit+Eden+-+Rhapsodies+In+Black+(2017)+%5b320%5d&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 501, + "age": 3201, + "ageHours": 76840.32693485163, + "ageMinutes": 4610419.616091099, + "size": 117024136, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Exit Eden - Rhapsodies In Black (2017) [320]", + "discography": false, + "sceneSource": false, + "artistName": "Exit Eden", + "albumTitle": "Rhapsodies In Black", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2017-08-03T10:57:58Z", + "commentUrl": "https://thepiratebay.org/description.php?id=18285690", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=N294VHNUWkZDQTRONVdCTlc1WVYxdjlhRy9JcjFuZzNGLzMzUERoSnJPNHI0QkNjeUFGYzI1RWc3cG5kYnQzUHl4bnBIbjlnc3paN3lSQ1AyTGN2WTZTQUxRcEhieGhnRkVqdEtMNWUvUkhHTFl2ZHhNZzF4VHRYWEdSUzB1aTJib2RmUmx0Q3dRRFJsNE51Q0x0a1lOTEo5TUY4YlZwMVE1RHphT0tTOFBETnphSnlUdG8rTWhxcFI2VkhkQ05xMkxRa0U4QkkxNStpVUdkd3Y5aU4yYW04Y2VSWGF6VWZyWHZMVGgzTEswb044b1hrVTBiUVd2Z3Z5clJ3MDZibnZjczhCRDdyYURvQ3hab1czUkZUZmUyU0ZvUTNnRW1nd2syNXVUVlhpSUJxTFVTZmJSWmxUZDJxRXB3WldSTUdiWTBjVENTY1hTaGFJeUpnd2JIR1pYMzZDelBCbURNTDRRMzcxTkNnZjlaSnVqZVpEb2RHV1NyYTNYY0E1dU56Sng1aVZVQlQvZTQwR0krNEtHSFpaWjhRQ1lqSklqSjJ0elhYbklGM0hWRzArSDZrdTN3WkNKS1I1UndsUldjdnZBa284YWpCMzNBVXFQbEExRVR6Zk40RFl2ODBxUXVQNkFnMi80bTFkOEsrZ0JZelp5UXRlUXhLSjhaMDhWTCtaMndTTW9xY0ZDSHBzdnlXTjFKbldvdDFoMTYxWko3YktrcTFlVDgwc1ZoaTlseTdvbGhSdU1sa2VPSVBGWmkvOGwvNFVVSEp3NGdFbVdjN05BcGp3TTAzSG8xaTcvMi9qZzluVTFEMXRRWGIybWVaMmQvN1NyclpQK3pIQ3MzNDlqMUNmb0FzekVwMkgwdWZTcDVMMzJYZTB3RVZVd3h1RzM4eW02bWw3QUlWQkhlaTBwUHlYd09qQS8reU56bXNkV0lQZ2xkYkxRQXlTYlg0UTJzWmZIRzJmeSt2Z0Rjd2toNXdPOGxlMU1ubzUzQS8wZ3Y5Q0JSamhWVFVkOW9Mcm5ZdlZlT0tDSkE5YU5iekluZFdOS2NVVzVKUnZmR09XM2d1aDFnQU00TThvckZWYVowektKSlhZeHNLVnYydUc5M0d5b25hMmdZUmxXMVR0a2QySjZCYWdZWkFVWEtvc3lvV3dhNlIwZTlrQzZLOTdTU3dGY0VndllFMkhqdEF0UDRCUVdKNU9RNXE4ZkMwVEMxNEtjemVpVURkTEpLZC9XZGpIWFBTbjJlNVRzWlFhNTN6cmZPcEtadWJuTUFBMzNvRUd6MHc4V2hQQkFpekk5S3ZWaXl1MWdFZ2JKYmMyQi9GcFRUVkVIbnVNc2o2dVFRQURQNndVMDM1L29qQSs0dTNISjF6eVY3djIxdCsrNVlrKzZRLzVJUmZhVVdUWVNXNlc1V1N3V2NFRjlhbmVDeEkxeFczeXNCdjl6OXB5YkY1ZjNqMmxBWVNkOFRqMU5WM1hjd1JpVTR6YTF3MlB3NURuamVVS2ZrblZmOUx5RGY1Q05VcmFTd0lyRWRSMFMyMXk2RWkyVlFKYlNkL2hyY3BEMGpSZTMyeUpWUThxeW9TVlE2M04yL3hhN25TOFd1QklsSFNBbS9BVHROMUpLeW9KeWRVY3BFditvRXFtZENPOHgrdkZhTlh0YlY3UitPL2NlMzl1OE8yRzc5Qi8zaUR0VU5HODREQlllZG9UTTlwcjF5MnE4VS90eUVNeVNDYW1VWm5GNnFnSmRsaU5VbVpnSVRuakVjZzhpMTNWQmJWdU9XYTVQWC9xTGExRXNFUzF2dmV3Z2JKS0dyRGd4TDVoZXhHUzVHbW1YSStOSzlRcG1jYkk4Njc2VFBBYXJPWlVydnN0ZlI3U1pVSkZtTEJCMWlWL2tBSzFBOXZSUXBKY3Jxd25Eb0dZM2ZURWFCTUlqOVd1ek55Nlpyb3RSaTV6U0FHN3pvV0lNOE14bEtZOU03aVZYMGFseWMyV01reXYzSTVXRXJ1aDV3c1kzSFZhNUkxWUZOaVpNT2ZiQ0tPN1ZkL0xXWUxvZGh3Qkl3VUtva2VEanRUSG1ZQWlDUDFFRGJQdlArSVJZM3VMd3dSYUtGc1JwWE9EQmdJay9McmRNeHFGSFFYNGVVYg&file=Exit+Eden+-+Rhapsodies+In+Black+(2017)+%5B320%5D", + "infoUrl": "https://thepiratebay.org/description.php?id=18285690", + "downloadAllowed": false, + "releaseWeight": 9, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "CA0BAFB83EB40B5AE15123635DA19F9B10830180", + "seeders": 9, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:FBB6D63B45E7CAC9AD92DC9CD64D27F85C0F8DDD&dn=Sarah+Brightman+-+Eden+-+%5bEAC%5d-%5bFLAC%5d&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 601, + "age": 56, + "ageHours": 1353.959712630361, + "ageMinutes": 81237.58275782167, + "size": 413074560, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseGroup": "FLAC", + "releaseHash": "", + "title": "Sarah Brightman - Eden - [EAC]-[FLAC]", + "discography": false, + "sceneSource": false, + "artistName": "Sarah Brightman", + "albumTitle": "Eden", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2026-03-14T17:20:00Z", + "commentUrl": "https://thepiratebay.org/description.php?id=82443504", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=dUpRQ2JhTFNkYWU1TS9XV0dGVzh2QTZGdDl3SHhHM3BnVDVaZmtTTHRDaCtlbXdWQ1FmTTBIb2xqOVJpSmNkOTlYeGxhamMzcjMxTU9YUzhvQmVybnNOQzNoN29IenFUYVVleE9pZTZlNTB1dkFmL0Z3MlFZYjN4R0xtbzlkeTlYTXg4Um52eHVxdGJSQnNhZk9nSjdiczJQVS8yZ3E4UzB3cUhLT1FkbHJ1NjVjU0VzYzRIRmJ6a1ZqVUhZdjd4Zmx6VWZReE42S3F4ZjJlQzNFaHByVEN2bU9lRloxS01MYU9xVlM1dzEreW50cFc5WnJLajh4ZjcrWGJ0ZDF1eDQ4bWQ0VWh6cHlPTUd3Q1hIS0E5TmpNSGFRVUliRm13VWl6bmMyVWprK2hVQ01Xay9rZnp4azlFeE52dVlMaERiNGZsSTZub2FaWUlkTFhMMm4ydkQ3clYrT2xJdXQwNTBjUk1pN2JqVDRHWW5rZDJQd0hyRjUwNC85OVhQOWxaRVBHVGFHUVJvMGVGQnVyQnIvalAycUxHR1QxRUQveE5ZTEl0ZnBBWEF4UzZUU0xuKzhET0FGaStZQmJxUDFRMFpKbnVLVUxBZlVjdW5NWHdRZFVqb2RJcmFUVjhXRU1EUit5K2hpVjY1YkxrbWdlU0JnNHB4ZWh5Mm4vaG1HLzhQWTVsM0xIZVpWNjBNVkkyUjFSK2FMVjloZEJRTW9hbmllU3VXT1d3alR5WXM0UmFybVFJNWV6K1kvUE82cWNWWldUZDU0MUVUc01sOTltcldjTzlwQklCQlpaSnFSZ0J0SXE4QmFCVUl6aExzSFdHZGFZbjc1ZlZON0pObTJwUHpCTHVDZ2s3R3hzYlE1Wk1LVy9CSXViMllZMTg5NFR5MzJJT252ZUdDcFd0MkpjY0F1dndkWW5pSFF0UnRsZ2dINmlBdzFrVi9naFAwNjUvM09xSEhEZDRIMmova0kzbzdXTktQTU9hOEMwR2RlNGI2Mm1jQ0RiVSt3THFlclNSSnhyN0IyVjJlaDFFWFlpQTdWa05UeS9VZzF4MVNGQmJidGl6SWoxQ1lQcXBqclJvcmNyb3A5RFF1UDBpTURrWmlkMXcrTUtueUVuemt1dzJhN3hCV3k3cXRobmRkQUhldEY2bko2THFENTdnYlY1bklicjl1aE1FenV3RnhUNDhrUkQvT1A4alBxTnphNWRxWDNHOXJDcWJjVXRJODIybUFLSlBnTWpVT29YOGlpanNWamJlak5FZWhlRXFmdkVMUzhkWTI5Y2pwMktVeG1jSGVkVzNjcHIzQzBYb0FwbDV3VXA2em9PYzUrYkoyK0wvVm8xNjUwQlpSUVF3cWNrY2g2L21KWFQvQ3BVMEZZS2h0V3lVeGVwTk04a2lzK1FHd09OL0MrNzFVVlRLZjVXL0QwYWE3a01VZWVQWDFjMlVURzNXa2hqZEtwaXpuYWtqdGlJazJWb1kyZmZMUzdlcGVHWHpRYkR4NjRnSmJ3VzdvMTdWb3Ard2xaOGNpVTFidUc4K3dlWnkyNVhYVjRzZFhTb2g2QzlBTDFDVzZHTWVtOFJQOTFhZThaZjZEQU55ejhaUkkwVllwQlM1VVpRY0duSnBRYm10Q1hxZjNGc2lpRWhBcVdhaUIzNnV2NHdEYWRQay94a1UzbG84TFplSEhHVVZ6S2lCc1JneGRaWFdzNzNFS3ExU3E1OTY2OGhTVFpnbzJFb000QTFzVm9RS0sxNUpkNlhER2IwMVZ3Vzk1R1p3MjZjaUV1enpqbDVDV1VsSlFENUt2OGRJY1NEdmhKUVEyQm9taVlYYnppY1dtNTFVdjVKTXA2d09qRFBjZEJjOC9mYWIrRXUzRmRsQ0txOVJqQkk4d1ExZnpWaUlNWEpKSkJEd0ZYamdhUWhmbForaUpWQk5CVUlwVUtpRWxhaFFhem9QN3laQzVlNm5INmp6UnNTSTIyZ3k3aGFYL2o0ai9qSjJGbi9nV01mOTVCaWs0MEhTVHRabGVtaVJ5OTVDVXgwZnhkc0NBUXE4RDdNS1NlREhzSTRWY05aRXpXOFhHZTd2bVlMa3dTSDhXUTNNdlhYN3N0ST0&file=Sarah+Brightman+-+Eden+-+%5BEAC%5D-%5BFLAC%5D", + "infoUrl": "https://thepiratebay.org/description.php?id=82443504", + "downloadAllowed": false, + "releaseWeight": 10, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "FBB6D63B45E7CAC9AD92DC9CD64D27F85C0F8DDD", + "seeders": 7, + "leechers": 4, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:3238F83CD458B1C440FDD633A100BA3013DAE44D&dn=The+Garden+Of+Eden+-+Ernest+Hemingway&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 1246, + "ageHours": 29916.76610151986, + "ageMinutes": 1795005.9660911933, + "size": 183611120, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "title": "The Garden Of Eden - Ernest Hemingway", + "discography": false, + "sceneSource": false, + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unable to parse release" + ], + "publishDate": "2022-12-10T14:31:37Z", + "commentUrl": "https://thepiratebay.org/description.php?id=64532638", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=c0U4cDdVT3NLbklSTkhTdVlvNy9vT2t1eFlvNXg5WVYvTmRkOUVDL2VPSVh5U2dSZUJLeDZSaFFlUUhPRHB5ejhSZnhyWEluMjBPZSszNkgwdXJmTWhwSkxSVERxempVNUo1YjlycWhBVVhOd0djTTk3QUdBTjBPWTJFMFRqQ1h6UHo1RFpqUS84V3BnL0NKM29HZ1hiWHVIZ1EyekJnSGdsRW5uRUc4SFM4TnRPQnNFKzJURlVLRWc2cWhlNnI0TlIyTjdiNmozeXFKOHgrYmI5dXJ6VkRyRStXSngyWFRuR2ZzeGxGY29EYWVReXFvczQweDJVblRiemN6Sk5nQzdPdVYrczRqTGYxQ2ZvcytIdWttUTlkdm50NkFkQ1hJNmxGWFV1YVhZanhKaTdyUERqaWFNVDZacXRESWQwM0FPRGlKcENSajhxdk54dUJ5SUg2SGt6KzdVUmJGRkgvVHI1TWpubUNseHpMKzVSRkswNkhnRTRSeFVzcXdYSTU4SnpTM2g3eUhpNkhOVGp2YUd0UTFHZlB6aTV0clFXS05YNUJXSy9RclBhVTVFcFNlZUlVUUxQa0xkNGlrbkxEd1FDaHUwSlZ6U0J4Wk45UjJObGs1SUNlQnB2b0FWYjczaWFWMU4wdFRIdkltemUxRXAyRDRENFNqcXMwWVZVRVgwZ0JXSFU5Q3BEdmk0Q0RxT0E5Mk9DbXdPMytVdmFCOE5CTjNkUGs1MmNxTTJWaGFPOG0zVTNCSkF3aituS0dIRit5RlkzR01RckI0MWdzc3lUMUllK0JFUXNiekFoaXFrcGprUWN6N2h6dkxQdkRZcWFrMU9UZVIvekRnRWNSbHZKZERmRURIU2JiRmJwdjJvODhsVTdrd2hPU3B5ekUraUhWMUZpV2VyRk9SZXZqbnJsSlZENy9vM2U3UmZ1aEZvMHZPMmYxdzZyQkpaVm5KZDQzOFZ0ZXo2QzY1Qjd4b3MrcEdkc0NheUc5ZTJVWDRBQWtCNk1qTHQ4TFpMRit0YkZkaGJmWlFJbWt5bG5keDkxM3JhbjFjZ1QyTzhJOThtWFdxMzFxbytWTnFUYi9VRGdpd0VyaWNGczRxdUxyYXQ1WDRDU1pkTEtqMG1MYlZiWkZIWlZlYjQwTWxidm0ybWF4Q1lkbWFyMnVPc2h3ZUVRMnVvYmJleVlzTGlNcG5OR0FtTjQzNklWaHZNeDdaOCtIUDRLT2VBcjBXVExWVDRSQll6V2NROTJ1eEUxMlJSV2JwZDNEcmpXaWdTd1ltSEpRNnVhMlIrZ1RoL0lPTTkyVWJybHlOQkVzc2dCZW5Tc3RaYjY3WlFudWJUYzBoWUlXTWxLUkdFc1kyc2lET2NZSDVkYzRBWUlXRjdGQ2FTcnpjeWw1cGtSekFaL2ZnQkVFRWlnc3JDS0lzVEw1WU9LZXZWR2pwSForMHRDSWk0djcySm5RWE5iNnZ0L2xSNVBkcDl5YmFVRWlabXpWNUVqVUdxNnNxRVBtaEs1QlZOb3VoTXoyMzhHOC9DYU8vTFNjOTJVVk54d3JBZ0tWM3phejQ0QmpwWlc1TjBXdDhxSkVHWWMxRGdTeXJQdXNKNjNqUmcvZHlPWkxxOFVTOHVSdHRnNktNeHY2eE83eXBSRHhNUjJ4SVhvdjZCSWJ6Ynp3OWpOSm8xWjl3cmJRdDhBdTRQWFprU09ha0M4c1VVdzVldzFDbUdnemYrS2MvUnREWkFORzZjUEJoaWtQMkpyaTA0ek9tcmN6cmNmZ2Z1YnpYOGdTVERDNEdCcXZTeVp6VGZmcS9uTWtZWFFiMGllVWhKU3c2cmJRTTF1ZnlhWkVkT3hQd00wOU9DWklZb01DK09mVFl0K3BuMHFZd1FDeS9FNXloUmhoa0lOWklVUHpITnBGbi9Kc2QzR1pua2ZLYktTRDNaenJ6VWdoL0M1R01JSWNVVmNKWnppS2pyUDF6bEJmM0xPTEZ3QTkreEZTU1UwTnBjRjg5cmJkMDhFNkFUK0huajJxZ09OcjhJcVd0YVRBVjBDek5MVXZEb1psK0MrYzF1K3JpdC9Yc0NsU0pTMng5Nzg5cFptQjNxS2J0elkxMExWVT0&file=The+Garden+Of+Eden+-+Ernest+Hemingway", + "infoUrl": "https://thepiratebay.org/description.php?id=64532638", + "downloadAllowed": false, + "releaseWeight": 11, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "3238F83CD458B1C440FDD633A100BA3013DAE44D", + "seeders": 6, + "leechers": 1, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:1572F71788B61D746927B4DEAECEEAA65E3B87C0&dn=Richard+Dawkins+-+River+Out+of+Eden&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 3789, + "ageHours": 90959.2974904096, + "ageMinutes": 5457557.849424578, + "size": 132400304, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "title": "Richard Dawkins - River Out of Eden", + "discography": false, + "sceneSource": false, + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unable to parse release" + ], + "publishDate": "2015-12-24T03:59:44Z", + "commentUrl": "https://thepiratebay.org/description.php?id=13083502", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=ZmsvWUJNMlN4TkorSmdOeXdLTjhnZCtJeWxzQ0NvNGYxT2ZNU1BteGRaTmpnV1FxYXJla3FzeGVsTlQvcGtPWTBET3F5THVuUFBCSzV1QTErNXlPNktqQmt1aUtwVTh5SEFCNjRPZnc5NEt2alRzWHNjWUxiWGFYUmFnTDdrRlBhQXZFWlVROVcwblRvNFBvZXJzc2hTaUdSdXlaQlZCQ2lzL2E4VSt6ZFhXbCtKZ0xVOTQ4dWZrODZDNXVxMnZoWHVZT2lwOUU5QXV2dW1NdjUvSjlEU0g1UWZ6YzYySXJLK2dWS1hxNHFWWGZzOFNueThmbUYrdWF2M3RzSTJLdkp5T0U2ODk0Yms3Sit3VGwza0JxM2QzTG9NRXNIdFdmc0VnVkJjODBrU05Dc2ptckY0bmViYlRqR1hCVWJrdWIycDM4cTd6c0paYTVsamYxNmxyZDgxMWFSNExhVGJkK2k2dzhXakU1WFZDU1pCTFlCT1Y4Wm5wTFBrZ1Vxc1dFTDd3a3p5VG9YYWx3UlBhVVFwT0cvVGxNSThSTlpmall5bCtFeXpCMXJvdXZyWUVXUG83djMyNjR1L1RFMHJVNHJpUk5Xd0ptUTVhYzhxVjkzTHZDTkgzZ2VOOXFYdWxWbkZVbmlrVWg5WmlEeDk1Rm13SkhIbnViNHQ5bUJlSmk5VFZaYjFZMkJTekxibCtZeS9LN1hKTXVYRjQ4RWJRTXp0czRjRTBVRVVtQytJTG9KTnRKbW50aVdEZ0phUXJBaHNaTW5CMlNPSHZqVmJRNS9wRGkvRXRXT0VwbWIrWkFtRzFhRzZ5OVVFRHdqbzlXRTJqRUdjWmtrcUNlbDBrNGgrMDVNZ1czL0l3Zm5EdkN4Tkd6UHBad2ozM25tWkpqTEdHeGgwVjN0amhjZ2kvdGtuWk15YTUxSUVNTzdjQUxnRWxkSks3QTVjTElOYmRaNTZVbnpNNS9yaEx4eVFjbmp5MmlPVmdCMDY5VHhyc0FPa1ZpVXVKaC9MeGtsb2R0eEI1UEhZQnRWQTFKS01RdEFBSmVJVnVrYXVhdVMwR0x2MTJONkN3MlhwM1hnZ216WUl1U3R3TXZ5anA0dHBiRDVFSnl4WndIQUM1K3p0aWdTQ3g3TitmTWJab0NYMlJsQ3RuK3lMM2Rnd0tHTmR3Kzh5eGtHSi9FUFdNMXgrbUhxQW50UHZaVVRoNFU5emZLajJxd3hpOHBvU2R3bmE0QnB2cXZaRllsSW85MU5vUjlrVjdFVEdvS0tHV2R4YlVNTEMwUkdoNy8yMEsxQ291RUpKVjV4dWlnUURGby9XN2xyWXArQ2Y5U0lrMWtYY25Qa1hMQS9ZLzNlWnhqY0twNnUxQUhkbXRiT1RsVE4yQTJJTFdXcXZkS1lVb014TUpyZUM0WW5DRTU4WFAzblFKMzRSVGlva3hUeHNLbTJ4Rk1aN0VRSWdtR01sUUs5THpSTndpRE9iUGkyakZIY1BvQm1DenM1QzBSN1hMWktNT1NvWTBhOGl3Y1pWNkFUL29NK1BuSmw0TlF2RU9tYk4yekdadVN0Z3A5MStJbGRGUHQ5eFJqUVY0SUo3dy90WHE0YW0rYzVQamx2MkpsbHZwUFNtSFNTc0ZRcU16VHZjWmV2bHJGMVFJTTlvNXpYUHlVSXlHU1JEU0YyVlhkeFdIQmVSL2pjd1hTWjhpd3Y1ajBKZkpEckUwWVNPVHpzYW9hdWhwVUNVay96YXhNZmowSVFFTkh2ZVFBaUs1SW5aYUZES01kclI3Q1lBY1I4c05EYU0ySWlLVXJab1NQd090akcvQ01SdzhRTXVBRDFnTnJwbEJrUm50TCtmTitLb0ozRy82TVc3THFsalpuZHBmSVU4SVhhU2h1VWZTdDltd1FmaHlNck9QSzNrSy81dHJ6RGw5Z3cwVCtZN1hJQ2VxSjBLcGFyQkZOU2hpbFM1cWpTV2RFUWFLSFl4aHRqaGFwb1ptQWJQSW5md0FzMDlWWVliOWs5SEhwUllucUVmV2t5OXVrbUcrV1dDcEdGejBncHJLbXZVZ1ZpZDYrUDkraENudVRDc08xaytrUjBsN0c4blg4SzQ2cGFDTT0&file=Richard+Dawkins+-+River+Out+of+Eden", + "infoUrl": "https://thepiratebay.org/description.php?id=13083502", + "downloadAllowed": false, + "releaseWeight": 12, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "1572F71788B61D746927B4DEAECEEAA65E3B87C0", + "seeders": 5, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:CA109275CBAD93FECE7F9765821A37F8A5589AE7&dn=Primal+Scourge+-+End+Of+Eden+-+2025%2c+MP3&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 118, + "ageHours": 2840.0933237435, + "ageMinutes": 170405.59942461, + "size": 92484368, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Primal Scourge - End Of Eden - 2025, MP3", + "discography": false, + "sceneSource": false, + "artistName": "Primal Scourge", + "albumTitle": "End Of Eden", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2026-01-11T19:11:59Z", + "commentUrl": "https://thepiratebay.org/description.php?id=81771803", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=UU1jYUc1ZUwwSm5pNjVTb2RhQlRoZG1wclViUGcxc1BGMTVET3B2c2RjOFB5eVF6VWMxV3VndE5CNEZhdDc0dENQdTdOZk1uYkdON0pxUUtGVFkzQVRyd2xlVUYxNmxDVDRCbkVUMWFWL0RKZXdCdkNPbXNpWEx4V1pmTkJDWGdpdmNsVmtWKytKcytCQUk0QVNlWnM3OXg0RC9JWmRPQ0hCMUY3MXdPUGI0TWtJZGx2Sjg5ZUwxYkdKemFsekhDVEdhcWp4Y2MvWkdoUU8zSXdFaExlQ1FFOWEvbk9XZkJoU0x1c2ZuVHJJSXVOZFhRWnNLU0V5Q3RNeEhINlUvc1ZvekZubWdGc2lvNHpIN3ZpUi8zWldiZFBhY094a0JTbmRPOWhGWlpLN1ErUWpCY1o3SUg4UGVLdDFZYS8ybVI5WHV2QmxRdTgrME5hL2hjZGd2Q25VUmJhV2QwZkNMcG5QUDh1TUxoOXZEVGVRVmNPakVDOVdyOG9YcWxCajhRY0NDTEcvS3BkbVVZcGtaSUZEMW05YitQbkNOaC9LV25JNVQxREtLSWJZRW82U2NCcno4L3dSenZBc1dqbGl1dmV4dzVYSWczaWhwcnd2MWhDZzY0UndQell3STNJZms1VEJnRlFKbEZzOWNaakZNVHR3RURETXlHTXJCdU82TUk3VHdPWmQ1TWdjd28wbG1TbUZpeFFxSy9la3Uxak5XTHZTQnlXbTNObzBEUGpzSkpHdE50d3oyVU1ZaS9VNlhoN0tWRjFPVWJrTHViemx2ZGRlNWJ0R0FwRUJkZnVhSW9RaHRVdHBWakJteUF3VGl5MkJXVElrQWpJT1Y2eSt4VEVUQ2dNSWNZYnVXTzhqSXNlZzZBam5wWW5EdFNSWXJMUFZhNm96RlNiczk0dTExdHRZbGU0NWdLZENXMG5KQVJ4WHBGbWZTVjJYWXFIZ3FtSTRyTGFvL3V5QkI4eno5NWxwU2h2azU3MWNHY2dFR1FsSER3VGl3VTU5MkxOeDJxWE5uSS96OTI4dEpCVEdzazdzQ1NOQlJlNFY3ZWJ0SDRUc1ZBK1hsZGgwbXBSOGNyck9vR0JzMjViSjF1dVZFdjdqYUxWMTNBVHlkZlN2RTlsMXpxemRBdnBxVjBFZm01VUIxamxzM0NGNDk3MWZlSW91bUFqNWx0Y1U3KzhnTXZMVk01UHR3ajlwTlNIOTluc3dMOU9ERW02LzR0UjhjRlltMkdSUGlBSVAzYXhGNGJOTFpsRGVyVUVxVmlJblBXZWIzY0d2VGFYazhHYlJEOUF4R1FKVlV5NktuNE01S0Q4blgxbWlMUDZSWXcrZ0MwQUlwZEYxU2p4TDBSV0RLT0JsSUVHMmk4M05lSmhEditRNW5RYllQeWhUNUlhdlhsOWpNOHorWUZ3S2lWUEYxQW4rdTNpQ1M0ajljdjY3RnkzWTQxL2g3UjVyL002UFpVM212c2RtaFdrNy9VQkNSWU5BMWgyRFNwSVYwSzdBWEk5eHphTFlwdW9SOUE2cE9POCs0cmF1SmdwMWMydVZUSVp3cFo2L2hyYTFqUmkrak8yNVp5eXVCWFhpTHFhbVRQcU5kbUlmMjNxbTM5VVpsMWFFbnBncEhiY3MzUmlHUlM0MHU3b3VHV05MTHJLdlpKaTJzc25CTGdUKzMvejFnaWNEa2dhS25NNXJBR2VVQWNQRTZoRW5HaU9XdjNjeTl0NnczeVRndFdQSDQxUTBQOUpKZ25vOTVvNE9jTUNZZ1lnZnc3SDQ4NnYwTTl2dmY1Tm1PcWRuR0wyTGlXVzhLSTVUd2dGSllqODVBeHhBZmw5RmdTRW9MOGNKemZ5bEVtUVlSTnRPZ1UzcTJheG5oYUV4cEZtUVpRQlV3cXlzZkJCcW5XQ0Y0MVZONi9qd1Y1WU8rTmN0ayszVEh2TklYTDZ4ZWI1YS9laXhBZnJCbHkraGxiWVFYY3MzOHhvZnFTMHpGaWxxaEQvaGN5cHZoMEliS1lVSWtqanJob3dGdEx6cm13SWIzaGh4UzJqTFowMFVGMi9lNjBhMVhDRW5NWHYxOWFrVE5seTdNSitlekVNMnNaUjVUQUhvUT0&file=Primal+Scourge+-+End+Of+Eden+-+2025%2C+MP3", + "infoUrl": "https://thepiratebay.org/description.php?id=81771803", + "downloadAllowed": false, + "releaseWeight": 13, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "CA109275CBAD93FECE7F9765821A37F8A5589AE7", + "seeders": 5, + "leechers": 1, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:F9367712B661A22202D3146A98F820385A0F08D5&dn=Marillion+-+Holidays+in+Eden+(1998)+%5bEAC-FLAC%5d&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 601, + "age": 1220, + "ageHours": 29295.558879299584, + "ageMinutes": 1757733.532757975, + "size": 862365760, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Marillion - Holidays in Eden (1998) [EAC-FLAC]", + "discography": false, + "sceneSource": false, + "artistName": "Marillion", + "albumTitle": "Holidays in Eden", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2023-01-05T11:44:03Z", + "commentUrl": "https://thepiratebay.org/description.php?id=65060076", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=QjRHSU13cjFhU3MzejUzWnkrN2hwdVdjbFZzbjArQjdHalJhQVlJdFVMd0xwZWdXSExVNDIxY3RpR3JaV01aOFBRZVA0b1VmbU5LMEU4V21wVGsvZmZYTTYxTWxwQW5GeWVlUzFpbEVDRjdRU2hqTVMxVDNGMVlsUjdjY0M2L09CQVIrRDc4NWNvaEd0dWxCT0wzQ05QVXhrRFVZUG1vZGNGQk5QTEJGTUVmTjlFbGhNeXFkWUpkTks1V0QvckJ0ZkZ3ZE85WVRoV3hWcHpya04vUmVZakZoazhxZG1yUGk3NW84MXU4R05QK3RVTU1tUDdaL2J6TURsS3NpdU9zOFJYeXFqbXBra0RxZmRaaEd1VWZkNkhZMXhLb1hpWnZuZk1UQ1hJdEJCMkJqNDdzMWJ5Vkk3YjY1cXo4OHozNGNCS2cwd0NSWDVIQkZoSlF2bFQ1Umg2TE1KOWROOEdVNXNiTXBYeHlTaCtLU3RNOTlPSDJUM1lIb1dzaWlaSHg1Ui9lWUdaVmJ5TFZ2RURIbGNkSHVmM3NaVDdITi82Yko2TEM3QkxJK3pGdTlrV2U1V2o1emFCWmhtSHZrM3JXVmZxQWZ4a0p6ZngraW5ETHNIb1ZrOElpR2Z6ZEF6UjRqR3UyZTY3ODV6UmV3a0NZYXh1RExtRFI1bGt4L0x6aEJMNGFDd1A2QnBacTN1N2tHczZrbGRDcDRTME1RdUl6bTVjMldubVY1NGN4R3NZRCtNVVpnWWRWVWxKeTNzRTRyTmZvRk0rUDhnVVpaVys1dU9FUjc3aGtHb25NOVpETkJaSDRXNFhYL0MzWU5xYm42dmNwNnljQjZGRXorRmZEcnV3WjJDblV4WDA3VTZSaEp3akZ3VGNRRHpoL1YxcDNUYndsM0ZIT1RaL2M5bHI5T2RIeFd4ZjdUVnBrZmY5NytPQnFwcGRXcS9JRU1SMnR2NE92S0hteU9YOFoyK1RxVjV5dDJ1WGpGMlBRbU11REU3OGNYdkphM2pEaEsyaGhicVozRExzdUdrd1J2ZmExZyt4WjI4ZG5nMjk4Q29oaUlBMHAxYXV1Ry90MUJtTFJZemV1LzdubURsL0RrZXJIeW5FTFg1YVJyOVBsNGlnREFJdjJkc2hZL2FQMjUxK2VSc3NoN0hOdEFBT2R1NEJRcVBORHNDTmhxZG9uTUhLOHpkNXJlanJ4dm1zb2hYbnJ5NldtbkoyOEZ6aWl4TnorNnNxVTdBa3YxK0JFRFVFNmVPemRsYjlYNXUxU2IyZUxKWU14YUJlUjdpd3RmcXBXamFmSUp1MzRqdGwwWVV1NmlEZEJNdU1NTzdoWm1UVDlsWWpJbmphNmpMeHhGQTFxTHVGN2dZSG9uODlJdmVpdWl5THR2Skx6NkpJb0lkTWtsUnZTMDhiVXdtSVpzVmxScXduZmRZcXBDVWQxYk1iZHRWZkU5S0JPaTFIdkswR1c5MndLWk05NjdvWkhlaWxIbTBLbjdETTlOMzRJUWQrR3hEN1BmYXF1OWxWbjNPQTM4ZStNcWdMNk0zbjdpNjFuby92UkxHVG52SDhSVXJTMm9pcENjOVlGdVJRcUh0M1FwYUNEcU01aENTUllLL2NjWnplSThuUzlCTVkwTklCNnBoNlhIYTlUendyblYwMmM1eitpaHlVSmM2VDlPek9hNzZydW5HSStSZ1Y3a1ZWSm9vdzkyZkt0dFZEMUpTZGhWZFU2aUU1WEE2cVRsTFJSV3gwTkFWZ09FdnNkUnRzdUNRMkZuZ1o5VGFNeE10UmZSUmhJQzQ5dm9YcytRaVpWNktqVUUwOGZUVHFuNEttc08zemV3WlVvZzVoK1B6bFg2NUZwUHRNblc3MG1kWVdzSExPOWVrUHlLKzArL3dLc2lsUXo1S0MzTENwMDlpcDJ0cmMxMnQvS3hZTUFYbEZDaEZlVWpxZzh2aDVsQUNxOWhLS1dzYU9PaVlVSTRLa2doWjJ1S0FrQ2tEMmJqNFlLNkRpamtMQTVibWNzS3Y2akl2T0RVTm4yRFM5dy9qMmhlQ0pnSTNwSVFQbGl0M3JwUEJBLzdKa29naWNVUWMwbzJZQitjRnlFcmJFMWtKMXZ0OUkrcklkVXpKbjQ0cnpTMw&file=Marillion+-+Holidays+in+Eden+(1998)+%5BEAC-FLAC%5D", + "infoUrl": "https://thepiratebay.org/description.php?id=65060076", + "downloadAllowed": false, + "releaseWeight": 14, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "F9367712B661A22202D3146A98F820385A0F08D5", + "seeders": 4, + "leechers": 2, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:1A0432A10F75EFB1C11157832B770BE1BD48B013&dn=Everything+But+the+Girl+-+Eden+(1984)+%5bLossless%2fFLAC%5d&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 601, + "age": 6001, + "ageHours": 144044.0263793003, + "ageMinutes": 8642641.582758019, + "size": 198937376, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Everything But the Girl - Eden (1984) [Lossless/FLAC]", + "discography": false, + "sceneSource": false, + "artistName": "Everything But the Girl", + "albumTitle": "Eden", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2009-12-03T07:16:00Z", + "commentUrl": "https://thepiratebay.org/description.php?id=5193747", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=MW1JenpXS3gxSmUyKysrZGVuVFNnUzVYanhKMlhZUExqYjgwcndMTzhmSFlVa1RuUW0vV1pEcE1vZXVXbjQ1V01RdHZ1cWlOWVpHTEpyajc0LzJjNmhnUmo3WlhUMnlGem54Ykt1ZHVCbzlUaUpyNWpyYWNpNUxrdVZpSE84YkhreVFEMW9NYlZRWGgwcmNySEw3Z0lkQkJqTVJHc1ZCczdMdmZmeDRGdGpZM0tVMTdiREhXTmIvVFhucDdQbTR4OFNJN3Jvc3JMNDYva0doWG9SWDAycTQyZzRQM0RHbUF0T1hLY2tZM2ZxQlFibWJYZlQ2MXhNRmZaTFB2cXpzT3Fma0J6TUhHbDhOZjhhSDAxRnBzTFBReUM5TEJNS3cyQTExTENUTG5LcGxqMUkxWlZvM1RwU0hHNHNaTkhSN3JNZ0Q1QUR5NFVlcjJ3MDQybVkrYjFQanJQTzlVb04zdmJtejh4czlUWnQva1c3ekdQeTIzYndXdmd4OVlRRWZNWlZTT0VjQk45dFB2bWxUZTVzemoyRzRjekw0eE5rZ2hHdzRhZzJhYjZyOHZOV2ttUEIzcFB5ZG5xSmJlWGhvMjdkMFZURTVvLzJsU3Rtb05RaWxoZitUdkVibDAwR05Nd2lWVDdTWXFNNXpqV2tNUFdySkNIQXlrSFNqZWNZQmhRbVp3SDlGOEk5YVpQR2Nyd1gwMk9BRXFoZUxXRmN4UWZiV0JQWEJHVzJpSlBoYkZQSDl2WllhSkxpLzg0UGZCaWNNaG5mSmEwRVhadkIxS21JV29uUnd2RUk2aURkTXJTNWMyRndHYzViUnBXQlVWNGZTRnZYZjAwZDFRTmN2dEZSMDFRWkIrRk5CelNuSE9GaE9iQnpoUDVhZ1ZxY3JCREtjcVpxSUVwVlo2NFZ6eHByNDBOQ09PakduNG9pZG1sMTF2SXVmNy9kSlRwRnJWRS9rZDRpZEdwRHJpTVg5NzVuVjhPcFp3M1JHTXFjc0JaRDVaWG5tTmtNWW1OUVAzRWk0bHNkLzZCNHVURFh6RjBoaXNsdmxlcVl1UFVpc3NyMTJqelRCTXZQU25ldEVVODYrd1ZjK0tlVnZIZmE4eHJGa2h6TWxZazFlYkVZWWtkQ2lZT3ZYeWtFMVFCa1dlUnZ0Uk1TVHhNU1ZCQnlvRWc5REpVczliak1JUmJtT3N0d3JpcjA2MUsrckdQekkxTkYxVjRDdGwxTytLS0Eycm5rUWNRcmFLZ29ZU0FlQzJyeFZ1ODJXS21rbEppUjVXdGphNFI1dTVIZmoxYmxhRUJvMjU4bmt6R050Q3VxYW9QTU12dHFLRkdyMkdpUWg3OWFXblkvNzRWVDhIWWJNc3k1dk4vd25xdVFsUE5OeDZCc1VIbzdDUXNtSE13RTJJaHh4OEVZeXlLU1NGUWg4cWUxeVh6YkxBeFFaM3RYTzZPUzRyR0VmaWJkM0E5ZTU5M0NZY1ZHMVV3Q1ZzS1FQVFErdk5Gd1J3L0dISk8wNU4zbTRsNi9MQkJzREZ1a0R5VldRSnZRTW1WSWI1VkJFRWJXdXI0MEZwMDZ5NnM5dFMxOGNRdnFoRE0yNWQ1WFdZLy9Ia0srRDJVakt1S3hqSGFwVnB1VWpYRStZdFF1aWhocUhSaUpwN1JKenhMRExvQlVzb0t4ZExxMmd2aHhBTjN1MHBrQXRuU3EvcTJzbW81Y0JLWVcrRitwb21MbjdacWFaY2JUN3hKcE9Ob3J0UEJxTlc3dnA1ZEF3OFpEZmNTTnZZR0JGc2ZtVENrdjRkZjR4Y2hseDJod01jVm5CZ3JuR1ZudDNSeUxlNTZPV0Rtc0tkV3VNMHVaSnRFSFkvZnFCZXAvd3lHc0NsamlOSXhxUXl5SGZtYzdHbTlUNTZZNHZubzZ5aUpSTGY5L3ZGN202L2dNTjFuYk5sWnVWcGs0MHdRZm50NyttU0dzV1gwdnpaLzBkdk5RWG4ybjB2NTVUL2lvWDZzNkovYk5UWFJPdnJJQTU4aS9SdmNLYTZCcXd5OFl6NUtROUlHOEZZbUk1dEVUUEhCdGxaMTBBZmZqKy9zaHBBU2JGUFhUSnIzK1VCUGYveGxRNjFmTXpVTTB4alc3cmtzaDdUc2UwYg&file=Everything+But+the+Girl+-+Eden+(1984)+%5BLossless%2FFLAC%5D", + "infoUrl": "https://thepiratebay.org/description.php?id=5193747", + "downloadAllowed": false, + "releaseWeight": 15, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "1A0432A10F75EFB1C11157832B770BE1BD48B013", + "seeders": 2, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:1F1FBCACDCCC95DC5D28964DDE05269461440043&dn=Arthur+C+Clarke+-+Before+Eden+-+SciFi+AudioBook+-+MP3+-Slimoo&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 5943, + "ageHours": 142632.72749041195, + "ageMinutes": 8557963.649424717, + "size": 28503834, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "title": "Arthur C Clarke - Before Eden - SciFi AudioBook - MP3 -Slimoo", + "discography": false, + "sceneSource": false, + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unable to parse release" + ], + "publishDate": "2010-01-31T02:33:56Z", + "commentUrl": "https://thepiratebay.org/description.php?id=5322505", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=Q05kVHhBT2tYYlNpQkVGcExoakYrcFo3ZjV0cTJOUHZ2ZWZxeGVYK25mMlZqQXZJb2taNEhUZ1ZrSjFTZU8xS2R5VnZMd3J1WEw5VklzcjBrd3R2TEIvak1QMjBXd3JoZEN3RkNWSTMxOFMrdG0ra1VnUlZOMjViVzYvN3JsZnVjS2YzbC9tMklWZ1dXOHp1clpjQjNZN2JEM1BnbHRHSHVySUpuekFGL1dwSzYwUkdOdVVoOXFWNkFDOFF5RE1TTW1COFBKZ2ZBMDlWYU1waTZzejFWMzUyVW8rVUxpaUZGekFvR3YzQkE2dUg1MDBYUUxLNTRqbEhXcHVqdjhIZ1MzVEhQQno4WExta2hHRHRhOEVDTVBvTE8rYi9RcHJmVkt4Wi92MDFXQy9PR25iVVNjQmEzUkc5M0R4ZWtxd0M2dW9Ec2hTdlQvTEM5M2p1QTZNY1VrTXZrTVk4UHFHTm9PN0F6WVVDUzFyWjBuTkkxb3Q5cXRCaDczcEF1RHJtZXJlRFQ3c0RGTVhicDZZK3lpbUxtNjRmdldxR1pzNVVjS25LSjFLRzRjK3RqcTZsU1VxVGRGNHFNNnI3U3RoWitaL3lvSW90aEI3cEZYTzhrNzliTHVuUzNlOE5UWmZQL09abTk2eERYbVVJcE1TZlh0NGk3cFhqVkZFSlpJbWFXLzhoNGJ5aStZYVQxeU9UVFVOcmpHd1ZYeE9ucHN5SndOUWpJZDJrVHNoV0dyNUhXQVRvNkN5aFVobGVCSTRVdHB1MU5GcVRlWFNISXVqaXZkQ2YxcUJpWWx6UW1lc2owRFIzM0NWeDBvMTJaNGMwVDBnL1ZtaXpZbUtYblNhRXBvMjdrb1p0Y1JlNks2REg5ZXNKdnpjVklBcGR5QWRFNGZseWx4TG1SS2U3akxMV1YwUG5QNFhsWjZkT2pka1FWbDhNRWV0ajZ6Y2ErQ2RJN2t6Ym1aVnJ6QUJFek02UzdYMFd1UXJDMDBpWU9hNlRjZkl4UmtqbThlMFdUcE9kdjBYVDNHcGhJSWRyc3kwZ01GWGw5NyszL08rZ2dCaERQNGtTSlBRdWNTRVBoSkhZOElEZUg0U3hEOFBIZERkQktUL1lZcWJObTJyNmwrZXJWOGhyUGN2Nk5OVzlNVm5HYmZBclMxRG5yajZPWjlnN01sMCtvdFpEYS9tVzloMmpGRVNEeUtaMGVHS0hrNHRKaklzTmw4eTF5UTRnWVhoNU4wbmNqdExKYWtxYzdKRTdhZFc1WUl0Y2ZOZDNWSFlRejkveWkxZjVmditMaTd6UkNDUTRpZ0tpWk8xaEFmZCtITUZUK0cyTVIxK1l4VFQwNmpjVzFvUzI1SkJBdmFSc0RZbGN0cGRndGZEWUhuZ2cwYldpSm1wcmpxMkVTQm1mVi9MRWJ1YjFPdnBOTEFhVldSRVM1ZERxWVUvRjc0dGVYeG1XQlBDYzFJQkJMSkJwdEx3eGtBcEpWZDZBc1R0UDVvR09wekRZRERXV0psaUJYTFNMQnNIbUdQZ3A4RnFSKzNoS1MrNG5aV0hZWmRuQkgxcE9MUDRjTDg1UDV1ZUw4RE1CMUI4dzdrSzNqenJBQUFwaFlEYkdwOEtVRkhVbzBmT1FCYzV1MVF0RGNOdlliUHUrQ0VDNUU1dEdEYk9vWlJlbGFBRW5lcERta29vTGx1djJKUjY4RjVoNk5NdzVsTWVVQTZwckR1dXcvTHpldUVDZExoeS9YQUpKUitDVWl3cTRaZ0x0VlRkcWlkOWN1VGI2ZitJT2pteXlpak5QK2FvTjgra0VwemI0QnBucW0zT0lKOHVxSTU5Sko1WDN4QWFLRlVsYnZjOXNxdlUwbjhDTHhCMksvU0gyTlJ1bktkVnNhR2tyUGVSRTNUOHZxNjgyVTN3dEVHWWFCam1zcDUxRm4wWDI0OUxCNHd1c0hzOEFaUUhDZnUzeVJhMkJYbDd1SnhjUmdabmswLzJGNm8yM3BVM1ZudTVjVk5USEt0bGR5SVAzUXJnVWRaZFhHeERFU1ljUEhRc0ZTNVBtVWxwbi9nZzhFaDNwOVhTRGhTbGhYTWJDdElFWkhFTUtjNW9iUkFDOFdWc3R1cE1jZnJsZFNES3REQ1NWakM4Ng&file=Arthur+C+Clarke+-+Before+Eden+-+SciFi+AudioBook+-+MP3+-Slimoo", + "infoUrl": "https://thepiratebay.org/description.php?id=5322505", + "downloadAllowed": false, + "releaseWeight": 16, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "1F1FBCACDCCC95DC5D28964DDE05269461440043", + "seeders": 2, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:AFF056D82DE9F83A58491D46F4869B4CA156010C&dn=Martin+Eden+Written+by%3a+Jack+London+2012&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 3525, + "ageHours": 84613.8463793015, + "ageMinutes": 5076830.78275809, + "size": 627315136, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "title": "Martin Eden Written by: Jack London 2012", + "discography": false, + "sceneSource": false, + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unable to parse release" + ], + "publishDate": "2016-09-13T13:26:48Z", + "commentUrl": "https://thepiratebay.org/description.php?id=15821928", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=MndIMHcwM1htTjhBR2dmR0dvaDBuOVZoYWtXV1hLNzNCWEF4Z1oyekM0azNiRFI4d3pDdWZ3RXdPY2RMZ0ZLRGlWdEJiYmE0WTB1WHljaVgzcVBBYVRoWkM2UStGWUpPcmpnVWNHUW5LTU1wS2orL0h2bW5jY0dBNTJPWXVaeXdqRGhrcGRWeXQvd3BjMXdILzZxcHppYUhvRkw4M0pFUnAxUmpsNHQ0ME83UHlBc05ZdXdzZS9jM2R0bnU0aDZkYVpTejFCWi9oaE1RbDRSVkdVOUp5bnBCOHByUGg0TnQ4VVBpcEFBZ21PZ2ViMVREd0QzRG43SC82SjVQTy9KOExNUjBOOEVQQ0NoYnRDMzdhclZYMy95UHdSRk90K2hraGFEb2xnUDY0UnZoZDAwcitocFhNcnpVVWtQdERjNnljNUoxN2l6UXNwck04RUdiblZ2ZUk1dmhnSVBQQTh6K09JNC9BUFF0NEd0NzhnTVJrVlFic0ozeVFWbzAxREN4MUdMTHBxelRubUNlcVY0VnRYcWhFM2VheFhiY3lGR29OUWNUdHR4eDVXL0ZVenJ2cHY2ZTkwS2JLWUpCemFNcmRlZUtpT2dHQ2ozZ3dSdSsxdk10ajg2UUMwVm1kZThpRk5QT1M3MU9UQUNoaVhCVldjUUh5ZGJ1TGN5ODBGWHRiVUg1RXVhN1NtSnIrRm1Ha3lURU54T2VRU2d3M3YxTEFES2lVVUlDT1VkNnhFaVBvMEVKcE8yZ0c0Qmx1T2lKcnRMUVNkYWZVU2pWNVg0NElGOWxVdnVTQ0s0dHJWUUtFWVNXdVV4T2gxMnljTVRDamt6SmdCOGdvWUthSEhvVVd5ZVUwaC9tU21BMXJkVlZONjZIMnFIbFZYSXF1Mmo2S3VBbUhGMHFhcGNGc3FVdWFMM0M3eVFBMHc3cURBdTJCZHBKZlR4NTFsd3Z4RlB0TGlWYW9QUTg3dTVzK0NFUFBCdnZNNU14OW5HOHVMckRBdVBwQTZvcDArbkxWVy9lUkhuRE5SVmF1QWJMZjhsbWVVcFBEVWlLUHhxMGd6S0F1aFVqWjVrNXkrY2VLc3lacXJWSkl6c3pEKzJ2R2tqVzVKbW5pbTNZTGpubGVTSEJPZ0UvM29hU0RGb29RZXZRcUo1OG40S0xUZjAxamdWd3kzQmkzZmZtV0t5TEZaQncwUGhKTVAvZThoRWwxaWdNZ003Q2d3YmxDd2F3TitTUFFMeU1FUTJaQmRZRjdRS2tDTWtxeXcreVhVVXBXa0pRZ2toRk83M2ZBdXNCRGJwRjdSenc0NXJWcTcrRjQ3YjNMU2NHK0Y4Um5jcStLc3ZkSXdMVDJDMWN3eHFreFFvR1hmbHRKb2dlZEhvTzRsQzBPUDI5aXdRSjRpdnBXeW01SlZocjFGdkFkMXVEU2liTmdoQ01DVlo1blZGbS9JOXpJSTg1QzBPdCtoMGdKTHloL2NJaDZvSXVDeXhzQk9lQ2VjTHoyK3h0bENoa1BUUTZkOVVJN09ub1drRjJqeUxWdVVlQlB3ajNYSjc4N0RVQ1VaSmd0NlhHUDRqSnNybjJVYVJQUEpPOUZoN1JkOEZjdnNRQWQzLzd2UE56K0wzMFFOdDkyZkoxMWN4cG5iUVRMUnJkbFdvZitBTTF1TVUxcmxGT0VaZFB6RW1VQkZNeklaV2ZrYkIyYzdlYXBkZmxSb1FyeTdZV3dnNXVFRCtGSTZvL0xGcWNyRjFLc1RFRTFkclNqUmE2aGV0SUxRVHYxS2JJSkNHOEFzdnNSbUNHQTdnQnhlUHhSdTZRNFVDNkhNOGRkSURQMkJjRjBzL25zUVRLcnBpK1Y0a0R2T1JZRjlOYTNMK2tLckpNMDAvcGdMZUMvTlJiMHUza2M1UzYrVmFYbU9nTHg3YzVFdGZtTFFKbTJuN3kxeVd2bHdsalR4RWZHSDJPMXR0UXpLRlNLZ0lNY0dEK2VwcGpyeHpFQ2VtdkZKTXVuL3Nva1g3Qzg2TEtCYWlHelMyeFRLZ2dqTTQ1WWluc0tuWHR1OWI0ZS9xRTBKLzF6V2NYQW9LREhRUjZoemJCK0tJakVUR2RUNmhTNFhuWGpkYz0&file=Martin+Eden+Written+by%3A+Jack+London+2012", + "infoUrl": "https://thepiratebay.org/description.php?id=15821928", + "downloadAllowed": false, + "releaseWeight": 17, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "AFF056D82DE9F83A58491D46F4869B4CA156010C", + "seeders": 2, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:7E566F36FD4784B911C17ECE8E9EEB4793C53713&dn=Marillion+-+Holidays+In+Eden+Live+(2018)+%5bFLAC+24-96%5d&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 21, + "name": "FLAC 24bit" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 601, + "age": 669, + "ageHours": 16076.627212635556, + "ageMinutes": 964597.632758135, + "size": 2007253760, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Marillion - Holidays In Eden Live (2018) [FLAC 24-96]", + "discography": false, + "sceneSource": false, + "artistName": "Marillion", + "albumTitle": "Holidays In Eden Live", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2024-07-09T06:39:57Z", + "commentUrl": "https://thepiratebay.org/description.php?id=75897049", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=Q3pRMGY5WHdnbnNxcDNVMjY4cVdoNi9qbjhPZDF4ZjdUalVWL0tnQ3l3bnF2L0J2WnhDaXhPY0dKVlJYM21TN0c1cTdQS0FkMm5INHZueHFBSzRPaVpiRW53NWdZN2xGUkNJM0h2NUZ6SU9hRExKMXFrRlBNaTlrOWEzU2hwUk9kREQxdkY3eGhORUZhRlg4RHkyL3czOHNOYjJZOThXakJ0cFFkUlZGbzEwaTNVSDMvZFF4TmhOR3hGUWpqbWxGWGc1TVRUQTdmODFkVXA0eWhENkVPRDBsVXBFMVZ2UjBBeTZHZkh0NE5kL2lSR2Z6SVJEam1DVHAyZnhqL0ljSFN6dVJNL0M3OHk3ZVRFSC9USHIvaEV3K1p1bFZBdHhwVkxTTXk5R1BnTy9YMCtJVUt0TDZGR213MmFUTnBNelNNbzNqOExoMHpLdlZKeldKazRRSHowSGxSSisvK043b2gya3ovS1I2ekJJV3ZFaUZ4OTBsazhYUlhlbnZmYkN2dG9LRlU1Ris4QjV6Q0JwNlIza2YzWmhBSW5LMEdoYm5QMVhvK1gveWxPWXNNcUo1Z3Vzck40VE1aVVM3RkEzU2FoUmJJTGQ1b0xiQW9SQ1BDUmVhZmlqSmZYZUt3Sy9hemxlYjNBS3JUS2pQclBKOGxPOXdTdVB1Uk5vNHZ0QS9VZzhkRW82MGh5MEtndGo3QVV2S2syRnlUbEphWkRXR1c2ZG5KOGtKNW5HQWFJTG1tajlTS2FGblNqdENzcVJGc2JTZm85dS92dnJMcWhHazRpZCtSRjJTUzc1NGNzZHBKU3paNGpGZC8xVXpJNTkzcCtHcEhsSEV0MXNPNHZQVXRiSXp2UDBGZWQzQ2NWaFN5MmdFVzdQZTBxWUdMRlRQV2dGT3paM0QvU0lDdFlPWm9qeU1jMzAwQkU4S3loVzg0NGVVRnVOVng4bGVyQVFNbXNCSS8wejlTRStkeXZUQXo1dVJSR2V1dmZXZWpJOUtLY3RPT0xpUWVlMUhWU1RneXpJWXVIOGxCdXh4bUFVY0txZnhtWjJ0TEkzRzBUUHFzdUZRWXFPRjJPRFdJdXdRVjNpVWZ4d3JNa1JtR0ROMTlJZ29YSk1pZDgzYjdzb1ltRkwzRzNyWVRwZHd2cWhGRDUyOGhBWnpIUnU3ODZTRlh0WUZDNTB5ekFNeW5HUHNaaGxueCtJNUZKZGZuZUNZTHpaUi9nMHB0L3BvZVhEbmFlN0dzcFM5bUZ6Y3JQVnAzOTl1Y1hLVGxIR1lxTjlaa3ZCOWc1amM5aGY1M1UvcHlLb29TbDhSUGlSdFFhS1ZYLytsSGJlOVd4d1FOa3ltZnhFanpYRURtRmd0TWhaSlJla2o5T1dmSHlCMjJGa3hsV3RJbkx3U3BGUDZjMTFjdjgyMDVGZGtHVnV0bWJQYk5HclhnVFpsNTByWU4vdWxwYUZ4Ky9JbmhJNERuajR1aEQwUDFrOE43dnIxSGJvSW1DSnovS2VzSzlGbHJzVnlucmxvWHJma3JQdlNsN2t6VEFoMncxSFRUNmlibTBYK1ZtUml6dXVKc0lQSzVHeEszanRoUzNYZWFkbUJzZGJ4WnZ5b3RHcmVKam05enZhdEd3MExYZkhrcGlTRkZ5TUl6SVNJUXZIRXZSMEV2a1laakVrTU5MUzVOU3hyQlBDc0I3bUdkM3dncS85V1VjTEhmN1JpTTJ5T0NPM1BOSmc4NUZ6dTF5QU1LTXQ2QlFaUUxYQ1ZPTk91VEFFbERJeHZrdXl2SUtxS0NzTE14cW51VTRTVURWM0ZJLzArVFVYTFFHTi9uUERhc3h2UDZmT1RpM1Z3NTZWYUFoaXpRUCtZcm9FODkwQytTb2R5bm4ycFgzRlpZMXliS1F4KzIzdkkvazhMaGZOZ1h1Y1FiS05IM2hnMTRtdVBYMzdUa1cvNTRiTkZDY3Z6ZHpEbklvcUlKKzZ0UjQwRWVUQnpSUHY5YmhzTXZwS01uL1V5dlNtZGFNUGRydjZzS0VFekdNQ2RWbWxaRFA4Qnc4MzdaM2pkYVQ0eEpsallMS1BkVEVGUFdJUnZGYkhkSXR5NU9vNFgzMXVvdVd5WXRYVUdRK1dyQk5LbDBMREhKenNsaHZDMA&file=Marillion+-+Holidays+In+Eden+Live+(2018)+%5BFLAC+24-96%5D", + "infoUrl": "https://thepiratebay.org/description.php?id=75897049", + "downloadAllowed": false, + "releaseWeight": 18, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "7E566F36FD4784B911C17ECE8E9EEB4793C53713", + "seeders": 2, + "leechers": 1, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:E8F38B73967E5C859533AD8C1F7266B6F609E985&dn=Eden's+Children+-+Sure+Looks+Real+(1968+ABC+Records)+LP%e2%ad%90&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 525, + "ageHours": 12619.441379302778, + "ageMinutes": 757166.4827581666, + "size": 200107760, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Eden's Children - Sure Looks Real (1968 ABC Records) LP⭐", + "discography": false, + "sceneSource": false, + "artistName": "Eden's Children", + "albumTitle": "Sure Looks Real", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2024-11-30T07:51:06Z", + "commentUrl": "https://thepiratebay.org/description.php?id=77376925", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=TWdjeTl0dEZTN2g5RTczOUdLQXE3bncxejZ2eFVRbXpDV2lNVHp1N1d4d0VqT1dGVzRVbytZSllUTVJDaFBLdUNydmp3VkF4b2ZuemRSSUZxVGZ6ZVFFVWJtTm1pQ2J6aFpaSFZDSVZRd3M5cXdQbzFxK29FUVhyU2FDLzEwV0VCSFI2TzduSlN2WWFWdFlYQlNqNEQySDBiNDAxcllVVy9HaVRBa3FIbC9NWkowV0pRQU9oRU5Tc29IRTltQ2V1OXJPNXJiWjhQYjdhRDVYZ2dKejJMTlFHV2tNNTlMVkF0aHZHOUJGUGp3L0JhZ3cwT0NKYkR5TEJacklYNWl0VWNuVUVEK0h5TFZQei8wNjVMSFlUMEdORmswalBsb21HRFUyWHdOcW11aU5oTnJ2TkRxTWxYeUdlWjQycklxOXdUeVA5YlArV1dhRjJKb3NLKzZybTVCMHA1Z3pObGYyTkJ3c0pJQW5vOG9DcUg5dE8vaGwvYmwzL2FXRFNkSGZhTjBUYkg4UG9aSFJac2ZrVTd4U3NUSys5Ni9kNnlCQ1JsU2kxaVUrM05LSGNYbGZ0RG02WGhQb2M4N1hybEw2RmVtYUIwbEhHQ1lVR1FtRitHakRuTHlJSzVhRVRlcUwxRVNjMUY2RWFpUTlOeVpVaEpKbDZLNWl1dlZQTjhKbCtrd1duYWhpLzNaNC9KVndmYmxwWlpTTC9DNEx3dUxYMXl5T3J0cTdKb3h0Vko3VSs5MHpTTHpnYVJ0cnZaaUE2U1h5UEJZT0NBNklMZ1hUOWZiYlE0dnRhNXlQWVJGV2JaQkI1cHZsQWE0bldhekFKcXFjdFpqTXNIbWJIazZHekVUYlpMQm10NDVMV3pseC9GYkJ2QmpOWDBqdUJVenA3TnhKQ1lyWTlWSHI2TVhablhNQ2QzZi9QTENzcDYyT0FxbGNxb1BJMkxwSVRtYjNRR2kzK3p2bWJOV0ZsUkpTaVhEenhSUkh0dkV6MHNFMlMwdno2S3pkRnJPY3kzaUNlL1hnMDVaT3cvUDJkMUlWMjN5YVhsTW14eUhtZmt4djBSY1hyRHVnTWVMaE0yZ3Vrdnd4cjJoVVBzZU02U0s5cDhXWGZrQzVFQnBuYmpXZlVxVjNPR1hSOWtNKzVjMGVuQVB5M1pCSGJ3cVVrVnFnbVp1SkRKK1hScXl2eXFsczF5aVMwdjdnT2RPUkd4T3lIdFpLa2NaZFR1Vi9DMWlUd0NpY3JaR2Vvd2RLa2p4SlZBY0cyRHBoWFNNS0F4RlJVeEFoM0tzR1VNQ080MWllN0c1Z25GbGNjMDhld3ZKQjFtWXVnSEFEN0lsOWdVTjlmS0hMbjRvVngvWmVVbG0vUUFhU2Q4N1dGdDZ1V2MxWFpaMlBjbG5DWmNNUjRkRDZYVTZrTzdTaklhYm95SGVtQlR4QlJXUDFzOUdoRFI2aWdNbU5KZ1JVcnFHUWtjdlViK0FBM2JMVExvdzFkKzVwcEpvZmVHczh0NDluSkQ1Z0l3SWhMUHhtM2s5ZUEwSitmTXhBMlJRbExDd3VTNGRKdWVtQVVGejlNd1MxVlNWODVzMTU1by9sTjZaUVdXTW9ROVIxWVZabm5vVVFyc1dQckswZ2ZtQjUxelk1SEtzZHoxWTNVN0NDRHhaWDRYMlhUbW9TeVgzUGp6Qk90M1ZOOVN3TE1ObU04bnRMRVdad3Y5ajVMY3J3UGdFdVhQTlRPM1Z0NUJiNWdSVy9KZTYvS1lVblZXUUZidnY0Z1YybEhKcHBmeDhWWlZrTWxhempCWitQNU1wUlJFOWVjbVVZU0ZMUHg4SWs4WWFDZklPeVp6UHl1Uk56NElGZXJIQWRvNkoyY1lBdkdVaDVPeEh1T3dXRkJZUG9kbVJKOXZoMDNWZUU2NTRueTQ2d0h4M0FGTE9UanJxNHpWcGpOcm81cEFOWVBLQWZCRUlKUCtKalhEQWZHQ093YVhBZkUrZFNzRVZDOFZpQ1E3aHJRRWRDWlNkUEpUVGdTM00ybS9OM1FyYlkzTFU3RG1STXkzN2NVaDg2SGtJK09vVEduRzZveTZoZmQ5ZGYxYU41ek5NMHFiQ3o3U1ROR0x2QmpFY1gycGNFbFpFUkM4TVRGamV4RQ&file=Eden%27s+Children+-+Sure+Looks+Real+(1968+ABC+Records)+LP%E2%AD%90", + "infoUrl": "https://thepiratebay.org/description.php?id=77376925", + "downloadAllowed": false, + "releaseWeight": 19, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "E8F38B73967E5C859533AD8C1F7266B6F609E985", + "seeders": 2, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:6FF608A058D5A1B5CC57357E46AD76DA015E5EB5&dn=East+of+Eden+-+Discography+(4+releases)+2023-2025%2c+MP3&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 125, + "ageHours": 3000.004434859083, + "ageMinutes": 180000.266091545, + "size": 217289696, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "East of Eden - Discography (4 releases) 2023-2025, MP3", + "discography": true, + "sceneSource": false, + "artistName": "East of Eden", + "albumTitle": "Discography", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2026-01-05T03:17:19Z", + "commentUrl": "https://thepiratebay.org/description.php?id=81698742", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=NTNEMXdXWVN6dExESnFmQWR0OFpPNUw3TGo3b2tJakIwZ0lOdWxvV1k4bWdub1licnFmSHdYMHB1cEs5WEd4MjRhYk9PR2ZNVmdZUm44UytqaHB1TDFMNWxJTFBxYnNyQnlKUnlBM085dThBUllJM1ViblNUTGZYQUhTSHIwZjFFQTFyL2hZVmF6UmJoeTFHSmdnbDFRSzlBYTJNS2lYQzY4UTZ0L2ducENLRXR2aHNzUStwc05xcTQySG1UZ0hvS2hGcWRGdjFadTlQVmttVVE5UnZseW9icHdScHp6K1dhNWNkYjdOSDFqU2hNMG5HSThqQkxKQWpUa0M4dkhuM0FxK3NXT3JVQmFZRHpvVEhhSXJVeldtckZYNlpNdktFTHhCdVhKZkJjYnpaYmhrWXlNSmg4eHFjOXdyWnFmb0VRQSttVEtVamNSZXpNNFJTS3lENlk0Q0s0M1hYR0EyTDlpNVFSNDVWM21QVXROMWJBQkJ2dUVJeTJiSkZGSW5oWmNOREs4cmFhS01BOVdsTThiZ01TMzJFcjNDTkpvL3luNmIzYzAvRnR0dytncDdHVnpjNm1xWXJzRUtvRXRkejZEU1pMMGU1Q01OOW9Gellnb21yY1EzMXpTWlk0c1E0RWZ3M1pYbFRiU2dCY3pCWThtVGlwRy9zbTVEY1ZLMkp1dHVNY3JjVlFqMnhOMkppWWlDTzVKSXVUWWZJekd1WFlJMXdoZVdmWmp1ZlF3VDZVd1BmZXVMWnhIaS9XaVN3WlZhenY3KzBWTTVSTk4rakllcTNybDNyc3VpRy8rUjVudnpxc0UvRndNN0lUblZOSS9tRGpUbk1pMGs4OFB2cVhYSDdQN0c4WnNzT2F0eE42QVJaN2NBVXVaeDFiMXBxa2Q2WGxmS2hEOUpmUmVTVjUzbGQxUVdLNnUyaWVJZm1Ud01CT0RiUGNXbVpJM1laNEVncmV0OUZENUNVemtXKzNhSG8zbGorWFlvMGFXd081Y1VBQVRhYjBEMk1KaXZ0TkFTYnNKOUpuWGk4K1k1Ylk1bmY2R2ZCZ0svQTNvb0NKUFNYQkhSVWFJUWowZU1mZTVxSjBMY3o5WC9QNE90VjJHMlVsc2EyVHgxMHF6djNqQ2dKM3BVUjRJV2NBSXZ1NEdSUEVBNlNic1RPN0pLL1VCLzNMcVI1eUwyOG42bjJDUG9DSnNHSWc0cWJ4bnRndWJ4SGxudkVMV0taUkFTTFZQK3I2Z2F2d3hkckRTWjRqMlRTZElCSFJJNzBnR2tnR1JlZ2xibjJlcFFzcmRBNWh3SWhqRWhuYTVRZCs2QTNUOU5oRkMyMitSTlEzT3BYUStYTC9OTXlaeUlFN3lLUVR5WEVFWUUzUHhhOUdubkZGbUhYbnpvbFdZWXg2ckd5S21LQ1ZQTVhQRS9WTkEzVkFyUnd1bGg1R3NMWVhXL0dJa2hhZVA3N0wxVWY3MmIwVWtUdWE0a3ZIbzBKR0V3UFR0WlZiNFZPSXJtSmFDWk15MVdnd00xM0tHcEMvYUh0S2tub0h6WklKeVR0VWxteEg3UzBFOFFaWklyTCtFN2tQMWJjSUlVRUFZS09kZk01bEZaZis3STI2ZTYxT1lMaHFmUFdUZWpyd1g0ZTVGMU5pTlJ6L1ZyaENVU2RGRVRlS1hqTXYzZU5xakliRDI2QnBOdXZocHJhVDNBc0FkS3lJemlQOXM2TGJ4VGlOLzJ2RUpOWDhvcGl0SzhPOGNRaWs5YTlrOEZRVDRFK3E5TzhGaytUdmFDNVZPQTM1VEFiclFadTBzVk90TmtlRFRycVh1NHcxdzRPWFNjNk9zWWtIdytQYUYyc1BHRnpsT3JxUFJnOWlGVVZZYjdWcWpERXZ5S3dTSzhydmpLOEgranVDNmlQZXVxR1JNcFl0aHMrQnhMeGpOM01KUkF5QkVFY3QzYzF6MFl4eU5PMFl1akhZV2VPRTk2dk4xamd4cnV6OHpLQ2p3MTJvdXBXbm5tYm96WDNtT09yVmVlV21YTExGWUhCdkRxMTh6MkZCZnpXTHdrdExObzVjTXFWN2J2bGJ1YTA5OFVGUEJKQ0I5MFpPVDd0NlhISnE5UnRzSmE3OGFqZnVzY1U1RkJkODJzcw&file=East+of+Eden+-+Discography+(4+releases)+2023-2025%2C+MP3", + "infoUrl": "https://thepiratebay.org/description.php?id=81698742", + "downloadAllowed": false, + "releaseWeight": 20, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "6FF608A058D5A1B5CC57357E46AD76DA015E5EB5", + "seeders": 2, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:4E6F384B41D55938FC3095DE5FC8F4FBF73BD4A8&dn=Eden%5c's+Curse+-+The+Second+Coming+(2008)+FLAC%2c+lossless&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 601, + "age": 5221, + "ageHours": 125318.83276819292, + "ageMinutes": 7519129.966091577, + "size": 591118656, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Eden\\'s Curse - The Second Coming (2008) FLAC, lossless", + "discography": false, + "sceneSource": false, + "artistName": "Eden\\'s Curse", + "albumTitle": "The Second Coming", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2012-01-22T12:27:37Z", + "commentUrl": "https://thepiratebay.org/description.php?id=6975445", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=RlpXUnZGNHlNYkRuOHhqV2Raek9wS28vcWs1UnlHTjVRZE93SVZVTXA2SHhxa2R3YXhQWng0cDY3QzJjdmNkZlBQUXFIQVRPZndjK3B0YmhwWDRFM01jOHdXTU9iby95UEJRWVZJL1NxNjBkaE10aVpoU1cxTlpaNkpZNUFyYlBoUmd6QVRiY2ZoZzdYbkNKRC9qcExCNC8zTXY1ekRIM2dBWFUweGUzL2gzTzZQWlMrSVp4dlRxb1RGdFVGODlkUE1sTWhxSmNQYkhhSmE0WXZYSy9wQmxPRHdTenNEVlBkdTFQUGpCa0tmZHBwbTBmYTE4RWwxVVpVcXIyOUNya0JKWWtqT1dJUzhuZGZJQXdZUUNMQkVqVCtYK21DcGRPRFBxUG5xNFgvVkN3YkRJVyt5c2pjbWlpUjdrSWc5N3h6OUZxRzJFQ2RWZS9SV2hGZk05OGRXbDVJczdOT0dId3NRKzhUSlROMXhaWGhmb3F2MjFyV1JCYWg3d1VDNm8velVQNitnV1hxUHg4ZUhpbnlQYVBLTlVodkxIV3hCSCsvZkkraFlFeE0yMVJzbTRaWk1pUUZtRWFPc1NYNmIrR0FiSXhyT2IwYVJZbGdlUVNoNTdxamdxSHBnVnVmTlkyY2wxQjR4K0FSQnlSMllrenlrUW1RckE3akg5YnNWY2JxbWhXOXpYZmw3S2tUemV6TEZXUDl5Y3BybVZta0wwQVFlWDRyQnZmMVF3UlBmclNHMVNMRy9NRWlDK3JNTGhOUkJyZXF5YUZNMjVsV2krc0p2WHZNbWxXV0Z6TkpQTWZrQXBmeFllSFJ1ODhtRElLQmg3akM0R040b050dTFIMFZVTVpJcmVUaXZkS1dkUFVPa1h0eFNGKzY3dGNaam13dllqaDA2ZElBeFJZaFZzdm5BQS9ZWmN2SUlSQjM4MDFYUXBWeHdqZEk3SXFoYkNraUV5RFg2V3RtNGlXMVh1bURTWTg4S2FxSnZ2NVYwYWYydENpYUFzOEJFTzIzRGQzajZqanUvODJ4L2dkVWdwWUFDU0x5TkowdnU2NWI1NUdISjNwK3Aya25sb2RJUTA0RWpNVVFnZTVCMlhDWlE1ZFRxL0x4L2NnaGlSTVY0VDB3ZXZCdWpFQnZsckxpN1Ntd3JDZXNRVGw1Yk52NmNoUzRvZzR4U0pUTHNEb2I2MEpzYWcxZ3plRnlsUkt3cDh1citjWEwvMmRnVHV1RGRXSmVuempBdEhOMUp0RFdaVXEzUVVzQ0ZJNmF6d0RETVlXWmdReSsrNGN4SXkyY0ZlNk00ZVVLbEYxcnM0NThGSU1ORHFXRjlWOU9TM1ZZK3NDT3BZWmNUSTB0cmowOGk5SXdicldEQzhiZmk1Y3h4eHN5ZUlWemUwekJyWjVJdU4wcHlUdU53dml1cis4dE0vMnBUa2NvYUtMZEJWTi9wcXNDbVozdkgxUDFRZnZDZU43Y1VGMSthSkpiTm5yMVF4Nit1d3JodWg0YkJGME5iTnE1ckl4Tjh6SnlJcS92M1dyYTkwN2RNcXU3eVJwNGlXOXlmVk94aVhDK3R4UW9LQ2dlUnhuV3pqbVIxZExjTE1ud0ZUQXBacHJGOEg4WkdxcjNLSFJwTzBjV3hnaW9tV05tU2djVHIyVTJSQTlHbFg0aWR0OG9sRW5DYUdvM1YrWTg1bThPSXdjNjhIRnFsRGtUMW9lcXVnNllza1FKN1RTZjVGVG9EampNa0l2a21PdTRDVHVvbTMyeVpVb2daamQxTUhQMkhKdGN5T0p6RjljNDBkQWtGR1FWamtHM1BaWnFEZkNkcmIxRXgxU25pNFkwYllrVDlPaW9BRkk4b1VLRVg4QjBpOWtmUUxRYnQzN3F3TFUrTjFCZXRoRUg1aVI1NVZRdVVBVDBXaDRRelRKSDFjdndKUkV5T2k5cTlGYUVoR3ZCSUphM3dKM2d5VHJyd0Y1aXNWdjQrRHE0d3RneFFvd1VKdWVleEdIdDdYcHhpb0JiTjdvU1NhVHlzajNsTkJMR1k5NERZblNZUEN1MWdic0FILzA2R0FFRitZZm8xUC85UE1RVTVFODk0dGNiSndCNC9QaFFzL2VoNVllR2pvNktZMkIxVFFVZURlOQ&file=Eden%5C%27s+Curse+-+The+Second+Coming+(2008)+FLAC%2C+lossless", + "infoUrl": "https://thepiratebay.org/description.php?id=6975445", + "downloadAllowed": false, + "releaseWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "4E6F384B41D55938FC3095DE5FC8F4FBF73BD4A8", + "seeders": 1, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:B2A77B543B8F85BA158D987B906D6D42AB17CE48&dn=Karise+Eden+-+Back+To+Black+(Explicit)+%7b2012-Single%7d&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 5038, + "ageHours": 120916.46082374925, + "ageMinutes": 7254987.649424955, + "size": 6050271, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseGroup": "Single", + "releaseHash": "", + "title": "Karise Eden - Back To Black (Explicit) {2012-Single}", + "discography": false, + "sceneSource": false, + "artistName": "Karise Eden", + "albumTitle": "Back To Black", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2012-07-23T22:49:56Z", + "commentUrl": "https://thepiratebay.org/description.php?id=7469035", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=SzNUOTBGNWh4bWVrK2xHZStMYThHVXdBcmtYYTdFU2w1ak9uSVdnWDJZY3dGZVJIWkU4cWUzbVJXRzljK0s0ZEpQRmdtSlZPbjJLaldBbUlIZlNoRFNmWHpkV2JqOVBsSjJkU2pXOThZOXNEcS94SVlEUXBTRUZRdjM5VXNxdEpwM0l1d2JhTno1M0xRV1BuZUtZTUNJYlp0UjArRjhmdFFaaFUwYkJJTFpMSDlYRmJBT0tLQ1l3TTJVY0RMTUFYUnRvS2ZiY1hyNzZVRjF6ZUhlRmpvQTJQdDhUYXdrOFZqUXJwQzlFbVpKckdEK0FNcEllUXpFZStrT3RqTDFXVHFheG1GYTJOV3g0VXpRSEx2N014cVZFM0REUG9VTytZczZ0UG9RcWFJUUs0Lys4Z0dlOUdZWWJtUmw3Qlh1UlY5Wk54SDRsWGtZeG55Y3pCTVhoUTlndU04dXkyNE9tbVRGMjdacWlId1BIYWsxUXZkZmkreGU0SDFiUFdiNm1nU3VtRXF2MHVzRzljL3dwUDdubFQxTFoydU0zcGc0UXN6ZDY4TTBReHM1KzVaam9OYUo5V01hVzdXQUhZOTA3VnFLR05xQWRoT2RkckVIT1pPczMrU3Nnc0dyMDdrUTYxS1ZiUWpwanVReXdzQ25uU1RDZTN6ZlNGcmM5bnRSeWhqQ1ZQRHV4MlZEbTB0bkVJWG1tRlpZblRGZzd2WFdGTkRxR0xGKy9NcGZZWnhORHFyVFJ3TWI1NGwvZXE0aWd5ZGxMR29peElxTTVmbVBLU1kwRnFUcG9POHZVRk5QUml6eXBBN29VV0ROUFJjS3lxMGljbUhpWnRKQVJjcEZCYkd6NlpiczVrK3c5SnlpdFg3aHNHOUlERk9kVkRQRnBvUGloTzBBRi80Y2gwQWpTZ0tYVHEwNTYrWjlyVVZ5Z3owNFNWVFVQOGErMkxvRzcrOGdKQngxSDBBQUFqcGl1MkVnREwvOTJyQy9ibGRBVzdQNkZycTZGYnFMdWpHYjVPVFBOMHJiUkNiQ3dJWi92SW15MlAzenN1aWFEY3BsZGx1Y0lyRmlMb0QydWxPM2Z1K2FENWM0NTRsK2VBdzhKU09ZNzJ3K1dwV2JVV20wMmRQaVV2dk5iRVMzbUVZUWROR0duVjFRTGt4M01nN0dvWTE4SCtPR1ZDNDlKSFhBQVFTQkxuZ3psdUtwQlJBdFNjaDFKK2cyKzJyb0VCWlhORnZ4VTgwa2pKb3VocDhVWFBUNE5jRU1DYmdNL1RtWlhlMDU2RVJpV3VnUUN0dy9BSEZuZHo1VHFvc3NwR1B0NUtWU04xWmhFMkRHYmpZdjdHSFNpQjBMY3R2N25oYlNYc1JuMHFRdGNZc3dyRkdEOEdiMGJtQmR6VVVrMUxmTWZuTGdHS214RFZMR2RucFJIRnZGa2NoaTAvVnNQU0JDVkRCWWloeFBibzFLVlFrQ3ZoV1R5Y3VZa20wS2tVZ09wTGpYQkxvaVBNZnhmVG5GK0tjUWNuaUZHWWZ4bkluVm9BbGRDME9vYThLRTc2REFoWk5aTVdMMWVwTkx0TXlmYjZRaTcrSG5PSFBveUZqc3VoZXhEeFFKMS9XSC9HNWFyZFRiQ0lvbFFzMTlDVElmM3VyQjFTTlcxbHNKUGg0U2JKdWIvM1VNTjhnZFU3cnptL2Npc1Nmb3dsaFJqVDNaa3pNTTZ5SXFuMmdqUDl3MEorZ1JrcEt2d2Nndm9wQldSakFMSjd5NUJmZGxVZHN4blBmc2FqeXMrYXN2cUZJR2xoSFI2WFU0OGhkcUh1MTNZaUl2SFJZVmlEV2FnWkVuUm4yQU53WnoraC9OZEY0YUtneVlYWFJLQVM5clhHaTRKV0hiN21PdjRFU2dqRnlaRlpDTHQvV2g3c2tsVSs5SkJSYWQ4Z3BhVGJ5bnFWd3pqSUpTTTZ2SXhyTFFCME9JVDJmcDA2RW56bXF4Yk1PcUw5WXUzVFRWR3ljT2ZvN0xZKzNiQnE1SzBDeUliZjlJbXBmMUhTaDdxWmF6ZkQyTzVKWHRJNk9VNklWUW16MVJjM0NmczJMbWpCajRMQW9USjdtMHV1NlpNRkJid3krZTZrbnRTMHZlVGtGREhLWDk4WQ&file=Karise+Eden+-+Back+To+Black+(Explicit)+%7B2012-Single%7D", + "infoUrl": "https://thepiratebay.org/description.php?id=7469035", + "downloadAllowed": false, + "releaseWeight": 22, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "B2A77B543B8F85BA158D987B906D6D42AB17CE48", + "seeders": 1, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:BB5C5C54196C0213BE9CBD8F5E38B51EE88EDE86&dn=Eden's+Curse+-+Symphony+of+Sin+%5b2013%5d+%5bMp3-320%5d-V3nom+%5bGLT%5d&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 501, + "age": 4601, + "ageHours": 110441.17276819424, + "ageMinutes": 6626470.366091655, + "size": 164801808, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseGroup": "GLT", + "releaseHash": "", + "title": "Eden's Curse - Symphony of Sin [2013] [Mp3-320]-V3nom [GLT]", + "discography": false, + "sceneSource": false, + "artistName": "Eden's Curse", + "albumTitle": "Symphony of Sin", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2013-10-03T10:07:13Z", + "commentUrl": "https://thepiratebay.org/description.php?id=8991889", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=cHZEQ2ZZRGQ2OGc3TVorRlZmdE9QdTN4NnAzUFVrdGZVZzVOajhGR05jS2JtTmhnRDUyK2RHT0ZqcVhtUlZtVEFPd216N1ZIWmlFUWp3eDFlYk10cmZlMjhnZmM5U1RMMjc2R2FVb2o5RTFKbGZHNDBydzh6anNKeFBMaHlQczJ3c1hlKzBhNDFFYjhHaXA3a0oxOWNLYW9nalBOdGNyeFNMTUt2T0xtOU1zeU9yRy9vZjNXVjczMkEwaFBiRUg5SzRvamRYa2ZvWEpaQ2JOanZzWHA1Mnd5VXVmSmNxeUFWUFNuMUl3UW16cGVjekYwc3N6OVZEOWpsNVp6RlVEelZtSDdvNHM3U05tS0swNXpNY0N1KzVpVWhabmVrYlhmS29ZQXJKbzhEaGhaYXVOdDhKTU04aHoxbU1NVFA5THl0Tk05UktENE1TWXY4YnArUWZMVVcxcExOT3hSN3lmeHJHR1NtZkJxeXFQa0pPeXcxZlcwbFNKSXQ2RzhVSy90cUM4bEdnRmtZWkRMbUlTNHFKVVBIQy9HTHR2alZZaFZ3K2MyVUVTNjNiVVZBY1NtZnlwOVhIRGh1Qk9RdUF5RTZQclVmSW1iRzlpVkt6WW5vWEFQb0JsSEhqYi96OVlTNTQ5c0V6MWwvRzlYZzJSM2dMQTJYWXE0QkQ0Q3FrSnVyUmZhN3BCeC9PbTFEa2U4L0IzdDFCVUp5SnBkTnM4eXgzV0dzd1VNNGZwM2VIQU9tVFBqa3g3ZGsreW9YL05uRWJTR1pIYlFSZkRZMWJOazVNV1VmN2s4L0xtQVhaUzZXRTdJZlBJRXR2ckhYYlgvYXorc0RSY1FuaFNlZHlIQTViT2YrTFNNbFZINEJvZ2RoenpwSmdOQm9yUVN0TktZQ2crbTlpcUVZRlQxdE5rMHJYMmcyb0FTZElzRWNFd2NOOUtrajBqbkc4M2hTQWhubzJXbEt4cFowR1BxUkdCZnp1SDd3NnNKSmU4UXNHTDM2dDlEcDlrYk12T1ZQK2NVMWUwenpwVGxOeGthSngrU2hPNjlLbFA2OFpkdHk4bkFUSnB3clJ1SWZJaDRQa2R2NnQybC81ekNKblFmR1VWT0tWWlVYNzNhV0ZEZ3VTTEY2UGRBdG5WbmNTL2h1VXJSbTc5UXhDT2pEWHZFanFQcjRaeU9oRWhoVERpMTFESEpMQ3Y4N2creXVob3FidFlYWmpGKzBGTi9xbkg4aVpmM0xuSnhhQTVMdGFJUUNxUkdyYlRoaENMdEtMcFl6YTJ3ZEZTWHpoa2hkSjdueVhHUUVCUWJvSGU0R2Jnd1dyV2tUNGp1TEVMOU1BNkE4TjBGSjd2SWhvcjJ0cXRLOGdoSG1uU24wai9XUEdtQWJvbmVEMGxZR3diQmpOOTVDM1FJZmpLZmdlTjF5Ujl1amU1U1VtZDlXRU9DY0VlRnJHYk9WOUZORzV5RW1yQUw3ZkdIekQ1RXRuVEtEeXZRb1FVRGNNcXZiRW1ncm53RG4rbGFHQUltWFNsNUtBL1VHeFhsczB4b0JaMGREV1NFTmtXMzZoR091RnNxMGlNcFpsM2ZVRjVsTWJLeENGNUQzeEpRU1R3dk5ZN3pvMk50dGI1eU55UHc0TkVyVndQSzA3Y1p4eWM1TlRGWWNyVkxISmlRKzFTY1VOdUZuYnJLZ2ZKckM4RExURXN1bFVTY1hTaWhENisrbC9IcEIxb3J5bUF2NkNzcTlqUHMwdFJrTFpBdHJmNmdNZzRSa0QwcXlsU0xiOUZLeXA5ZVNYQmhQajJoY3VuNE9uNnRialVwODFrdzZWUDhKQmZHbHBvcmxsajFEOTk1NXhSdmVrQWFOQmJNTHpSVFdDQzNPQXFqczUrdmlVK0YvUGRjc0R3aUp6cDMzZnJRV0ZlRWlQL2lsYmlDSllRYU5uQlFicjYyVWhQRGdVN2w3am8wOFhWckxIVW90NExOR2RUUFlyM2IxSHFnZ0VaSHpFb2Jxb0t5STAxSXc3RzVWM09ORE1PeVIzVnZZVnQ4M3NCclcxRnVRQnd3SEJmYUJKU0ZzLzZEeFVucEtvVU0xckdSbmdnVzREeXF4eWdMUThjTm91bVFkaFR4THRqUDkwZUg1Zk0rSm1WblFhOTJ4UDJHOHVUWnN2dWxpT1Nsd0E9PQ&file=Eden%27s+Curse+-+Symphony+of+Sin+%5B2013%5D+%5BMp3-320%5D-V3nom+%5BGLT%5D", + "infoUrl": "https://thepiratebay.org/description.php?id=8991889", + "downloadAllowed": false, + "releaseWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "BB5C5C54196C0213BE9CBD8F5E38B51EE88EDE86", + "seeders": 1, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:7FE20503B241188F453B188AE70FEBC4F9A3CD36&dn=Shirley%2c+Dolly+Collins+-+Anthems+in+Eden+(1969-76%2f1999)+%5bAPE%5d&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 35, + "name": "APE" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 601, + "age": 4520, + "ageHours": 108492.27026819492, + "ageMinutes": 6509536.216091695, + "size": 403591776, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseGroup": "APE", + "releaseHash": "", + "title": "Shirley, Dolly Collins - Anthems in Eden (1969-76/1999) [APE]", + "discography": false, + "sceneSource": false, + "artistName": "Shirley, Dolly Collins", + "albumTitle": "Anthems in Eden", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2013-12-23T15:01:22Z", + "commentUrl": "https://thepiratebay.org/description.php?id=9386590", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=R3FtcVR0emVRemNxUkcwRjBINlc1RXlNMTRSanpHWDdKNHJ3YitlQWxVSzBVQWZ5ckFFdjNSeDRpQVd4ZmMxYjRUNkk0blZHejNSOGhVeTJxZjgxOE5adHRydXM0UGZlZGNEb3ZoMDJYYnM3eVprQVhPL0c4MWFMd2N6WVNGbWhYK0pTOE8wMXFQRThVYWdrVWhyR3MrbVZUamJUbjRwdDNLdkVpT1RuK1EydnVEcmVHZkxNVTYvNnE4dTc4WkFMOHBFLzd4czUrN2tla21BZTF6RTE3RForQkF6c0ZwU2JaKzhQb1ZMa0FYL2JNYmQ5eGtzY3hmS2ZpVU0wY1ZEendjZ0JYUitGU0dkWHkvNDNGSzVIS1lQS2FsaVBWVWhlNUNvWlFpMG5mWjk1R1dNay9xVittVGhCaUdtMUVYbVZ4SnVTeGgrbTNha1lnNUJqZ1A2SXNqSUV0Nkw1TXpQR3Y3TDA5K3lNOGgvR0JKMEpRVTBoRW1CREdIejA0cm1PYXVFeWNGWGk2WmNIWGxnb2EwMDNCd3JZenUrMkh6OUxmakJ0UE43M29rNm9NVk1SamdKWE5ZZDdGTTBMd1lvMFVUNTExeEs5MGZIZmhuSHVRMHo5YXBDNlYxZ3daQ2RCb1AvajJpNWtQcDlCdGNxSUhtMGNXNlVsMlo0Wlpja1R1TmEvRzZyNU9wZ3lGNXZVSFVWVVRsRnB5RW1nUXBRaEpTbUJhNXorMERzOTIybnhHblNYZ1Z3aUs4RzcxYmk0ZFgxcHJlcnFWYUZPSGh2UXc5b3diZkFmRmF0ZWdEWnNMak05eGdGRENwRURxSkI3VXJWbys1K0lyNUFyaW80blRpQXdCZE4zRDRzbDBjL1Y4MXJjMkJENGMvanVOc2dReFI3VlNIczgwMGJXOHNrcXVIQ09GOXp2bkQwbkdaVVNOd0tPY0FzdHluMkNHRmhjdTZGMWs3RWlRRmNwK3pZSW1BdjNSVE5sZi95VldOMnhYY0dxMzAzRzlxSWI0dWtRNkVFdVU4Z1hINXE1NXlvMk8wMTY2THp3Y3p6ellsSXBTTTJzblZIRE9telFndy9tK1hUaTI2a1JXakFLL291UHJrdzFVZGV5OVc0Yy84M2JMZnhUaDRtOExoWmNuTXhkd202L1FVS1ovbG1KVUFLYm9rRkhkclZoaGpiTElOV1ZmZXpxUXlHd1FpbWk2NndTY0VFbzkwblVxVlZLKzBKZVloKzRlSWhPSDN1eVJMdVBDSnZ3ZWxPeVl5K1ZiRGlsV041eGhaaE5ZNU9CQktEYnpFQVVqVXBXbE1ERS9SQlNJTm50YnNwYk1OU011Vmc2U21uWHVVUThNd0hxTzRmVlNQQ2VNa3V0ZFFFQlNnSnBvdmN6Mm43OEQ5WnFldHR0bGdsL2VIeWVYSVVCRVBMMlRQVXJCWHJ2Q1Npd2tNdm9ZQ1NrYStmOGdBMWtIcWtwZ2xjZkdIZDkxa21TanRKcG9lcUxkdlJVZzZ0TWRFM3VKeW50K1FkVU5uakhaTEkwK0JHdVVSbWtRRlNRa3p0SjZSU0hRd0pVTmc2emk2NEZvRFRBRGo0bFB0NS9KVlQzWHBSYk8xRXFmQlhFNHpPc0ZrZnBEb0tvUUdpaEw1azhLbE1ydVpRY2pYbWl6aW15aDZwY25CUm9lR1RtcU9vZWVBemFWZEJOTU1tWjlXWmtWVm9tcGY1QkYzMGFJc1dZbzVSTnc1U3NCazZTckd4bmR4SGw3bWUzSDd2WHpTZHZhYXMvNmgwa2ZNWEJYTlQ0bHF3TitDUmpGUFNHU0xiZ0tablFrT2laRGZtVVpFWUxLTCtTR0x2dG1VNitET2h3TXRIOGt4OWRCL3h0dHc1RkwramRNQkNpczRRZGVDWUZhQ2llZlVqMU81L0Y0L1hDUkhsS0FXQmpPZEU0VXdCQ0dla1hPanE1Y0EyMUVURGdPRmozYWx2dHZFZVNSUndqaUIrUnE2b281TG9Oc2dYK2l5TCtKQmU3OHQySzcxd0hmKzUxUk05VzgyQUh0dzFjTHlPM29zbW5zU0V2dmZMODZIaDRjaXMzNGZmOTV2YVlZcy9yUThjNHV3K3REbi9SRjdwRW9jYVZJcnBXSU0xS0VhTjdZM2x2R1FCUTNPU3RhV1B5d0E9PQ&file=Shirley%2C+Dolly+Collins+-+Anthems+in+Eden+(1969-76%2F1999)+%5BAPE%5D", + "infoUrl": "https://thepiratebay.org/description.php?id=9386590", + "downloadAllowed": false, + "releaseWeight": 24, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "7FE20503B241188F453B188AE70FEBC4F9A3CD36", + "seeders": 1, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:9C206DFC020B4D80D4A07FB6EE2D53DA523ED2E7&dn=Leaving+Eden+-+Welcome+To+My+World+++2014&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 4219, + "ageHours": 101269.77471264155, + "ageMinutes": 6076186.482758493, + "size": 119573656, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Leaving Eden - Welcome To My World 2014", + "discography": false, + "sceneSource": false, + "artistName": "Leaving Eden", + "albumTitle": "Welcome To My World", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2014-10-20T13:31:06Z", + "commentUrl": "https://thepiratebay.org/description.php?id=11250380", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=SjEwQ05rZ1ZERkIrazZ6OUJzaWtNNkg4UENPbml0bXpKa29DR2pFa3F6WnJmRFp3YmVOcko5Q1JISHFsMDhRK2FzNEFZUU5BNUJBV1RPYk5zbzFxemY0RHpTN1Vxamt1OEp3d0pPOGxWeUo4ejlmRERtREw5UzRJNU54WTN3dzNjWnNYenlUWVpkVzFKbXVmcldSR0x5TEkrMmJHZ3JOdnRQQnF3K0pmZEVqdGZIb3pKRUJYcGdwRTNUS2JHY2FJbDFEUzVZNi9CbWJhNWZpTUhYblNtL3NKWmtjM3ZxeGpOSU1wWXhrWUR2NFhzOWU5VkQ4Nml6R0QvN3pPZ1F4RVM1Z2VQTXdHTXdUNS9ZNU05NWczNGlFVnNPUnBGcmNRVjkwbEs0QkFMSldSSXVvZ1poWVNoTkZQQU96N3N6WnJjYW5tNk0xZm0zQjhCSStKVVpaZm84NTBmUk84TWhBOWszNGxyV0xzTy9qdnlDRWRQQTc5bDFsRzBZVkhrMFp5SjcvQXlFekdnMHovdERiMWpyUUd5c1EzZXpNSTBXUmE3YXk2bTN1c1hLSzg1L2RlRzdrcG1PcWNsc0pVZDFtK2hKV3NkQkhiQmNjMEpOREFGQzdlRStkOWRmS0VxSUloWGo4NE9EOStVOHB6dUd4K2NvMml0T1Jwa3JTZ3Bxc1p5bmExUUFGR0NwUXUyOWNBL2lNQ2lHbHo2YkdMQ1ljRXRXTk5CcTVTMU1BV3hCc0R5SGdEeS9rblNWV3VyR1Y2a2dGYytScjBiVk84dUtkUTdpOG80ZjZBZWRIVTd2KzVYNjVoeldoUmswVmV2cVhHazEzdVE5NENkcnZ6M3MvQUdwdzUzWExVTndlM1NtdUhqcVROVFljOVpPOGp2U0ZNeEEySkRIYlY1cEE2c1dmcEU1S2U0MmczWWJBMGZqcXdOMm9DazAzcFZtYzBtb0p2UEh5cmxwbHd0VER5MVlGQS9CZnBkU21RdUk1NVY1emVLUzZvN0F3QlUyWjcycmIrdzUvbms5NDVkV0ZiMHNnOXNnelhDaE01dDVGZnVEYndoN3ZiTXQxTk41STM2azU2SEdXbUtIbXpid3lYOGEwMWFvS3ZlTmhUbzNBRUw1SUJ1Z2NRcVg0dVV1Y05lSFd0YThVcXNWbCswbndOMlFKV1NFTVNPOFY2S1FOQllueTN2RTkrWWZUZnRUUWFyTmZ2NjZhYmFwTnJkRE5HRG9Nb3YvZWdUVllwMjhweHAxRFJyS1oyMXEzS2RHKy9KSVl0TkZab05GaWgvZk1vakNNQUZ1NnN0ZENqVUttTlBma296UHJqZFhOeHduZHZ2MkZJUFduT1lqTnZsN2lnUmJxT2Q5UGlFOHZCSWhlY0NLaTI1K0hXMUR6bE90SlprUExoSzVla1lrQjhWWk1xcEVOMXRCZ3dWTHUyd3VnNmpqcW9iNlFoN2w3SnNiNThBRVk5cU93R3Bqa3RyT2l6eEFySU9KRkJ3aXdhN2dwSVBVazhOVWtsZWhpV2c5eFR4US9BaE01b3U2SCtLbUFTemNGMzFDVGlvRVZWbEg3K01JZGJLZ3dpcGtjc2RNRjVNK1Q5eW02VisvSWFrL3A5bCtFMHlkOXNQWjBzVHM4b1hJakYxMWx3TTFuV0t4VzNEZEYveXJnb3JnZUZEM3NKOURrZTBySGZWMGZHdi9FaHBXdHM3cHpjRklYYUhUU1Fkek1kRVFvZFZBa0NoOGZWRWdjeGZxc3g5VFIwcWQ4OXc1eGJ6Z3pnSWptSlJlTmhQcEtTUU94eDR0RU5hK3hzZjg5SXVCbDltbDVRMTBoa2hVbGJqWnpWQ0s2MEhIc2JmRnp5c1FyTFMwMU9RUmRXWDVUc0hjTnlXS1JPVXlkNmJ1M0ZWUWNyRVNTVjJwMmNuMUdHVjBMNXJXN3lwdkVHcVZJem4rSzlYekxubXZKZ0hWMXdTNnBwVzZaa3VyM2wvd1FSUEZWNFRJTTlua1hYR0t5MERsM1NEenVnbUZWTGNPTmpUWEQyclp1QkZRZHRIekR4R3V6NTlJclJFTEt1OHVPN25YSUlYRlVIdnRGYUUvVERjTmpFaXJ0NGlOOD0&file=Leaving+Eden+-+Welcome+To+My+World+++2014", + "infoUrl": "https://thepiratebay.org/description.php?id=11250380", + "downloadAllowed": false, + "releaseWeight": 25, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "9C206DFC020B4D80D4A07FB6EE2D53DA523ED2E7", + "seeders": 1, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:081A77719B69317EB17EBEA6C44097A485AF14C4&dn=Karise+Eden+-+Things+I've+Done+(2014)&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 4192, + "ageHours": 100621.12832375334, + "ageMinutes": 6037267.6994252, + "size": 112657672, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Karise Eden - Things I've Done (2014)", + "discography": false, + "sceneSource": false, + "artistName": "Karise Eden", + "albumTitle": "Things I've Done", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2014-11-16T14:09:53Z", + "commentUrl": "https://thepiratebay.org/description.php?id=11476091", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=MGRzcEJYRHZQZDUydW85U2cxbnhhT2dmbHV4Ly83SXZsWkkva0hPMFJheUhqem42QWdreDhhWjRxRlFsUVQzaEhZbk1veWJHbFE2VnRXQkFCay92dU9KTjY1aG1GM1M2RnBFNFlxVDhSUmV6bXVEVXpkZ1BrcFlLaEV0azdlWEhrRUVQdmJFd2xSOE5udVR5NGxlVVl0S1F2ak5lbW8xaWkzb05GK1pwYlo4T2xmcU14TXAyQW1PVEJ1L2FPbU83MVRkVG54a1hvR1I1L0lvU0x0Z3JpajBlMVkzUC94UEw2T2JVb0ZRd1RlaUFOeGEyK1pzSFpHYlpoZGVwbTdPcTFSaFNCSHJyY0tiVkhvcEFBY1ZOaVE2RWwwV1JvL2hBdUt2ZHhMLzZSWkFWVHk4amYyeGlGVjF5UENMSDVjUDBZNWFsMFQydHJvRWZ1a09Vc3F2OHVUNzlWWHB6Rk5qOEY3ajdCQ250NDVrUDdDR0U2bUFnUFlldWx1MlVadTVlUEsvZWFGeTVwUHB3MTlXejZENXhXZEtJNWx1MlVVdFAvWWc1aTI5R3c5eE43c1dxRERJY0Y3MUNPSDNJZVdPVkpmc09JRzVyZkl6bXdPOFZHYzNLelhmaE1HMUMzWTdIMUpHb2pmdm14a3RiZk1NMUJJc2t0b214b3NkRzJ2ZVVCU09aSFBpL29DWTlaUEdiOVlBdmlpZ3pLS2gwVGxKVS9TNW8yNmpPRGNjaWQvc2dKQWhGWnR4UmtVaUplaUgxK2VFeWNhMUlKalVUeDllTVhHNTNDR2lXNWt4WVBMNGdZcHh0aDNDUXdWbmtrNHF6bng5S0ZDYnFnWkZxdStvdUNyMDhMbTlWTTkwWnRIRTdpQzZYMU03Y21hYTRzaWNvY0Nzbzd2WEc4TjZzTWQ5KzQ3T0c4aFpDYUhGMzJ5V290SEZhZ251L0FzTkhNU1BUUDBYWnJnSU1JTklhR2ZiM2ltaGFmMmluS3hWcUFDaWhMMGFVa3pIdDRJLzVneGZ0WVNtbWVjMHF3WE1mNnoveklvam1FT1haeGQ1YXpDMDQzMDFpVi9TaWczRUYyeGUzNGVFdjQ2Um1Yamp2SXQxZzdzclFoSXJLRHU3bFpYUmFPRXg5dzJzei85Uml4NW5Jd0V6VmN6ZFA4eTZFNC9mbWV2dnVReW4zc1ViUDR0RVIvRENOSzlONGVSWnYxa1ZVU1l5TzRkOEFEaDdCL1QxY1pmVzUrUVNpZkdnSC9vR0U2T0g4QzRwbXFXR2VoRFdMZ1R1Q09ESEYrSlJMbDRzRDdNVUovcnhGQ1VkOHpwbWV6L085WFc2bTlkK1NucS9Hd25kNC9GWnZxQjVCdVRGSkl0RFNlcGdZRjhIeHNtdjV3aERlMEZ4ZGhNLzY3R0loYnNiMVkxZ2lLdGNlWnIzdzV2eVlyWGJvc3BoU09uRXIwelBuS1VhWHM3MHh2SFQraFk1dml3bnA1QytSVTRkdzAvRTFUcERqNzNLblJEMUMrTkF1ZlRkM2YzSlA3S3FDWlo2dUUxclorY2hla1hmTXBPcTlTVzFRQnA1SGNIb1VUSTVIbmxJMGV2cE5QOEFBMm15YXlWRGN0MVNrQURZSXJQd1h2MEJubGZvTUIwRFRFY3BwQUhqWjlEVnNwa1JBN1RHNFNtajZxdWc5SnBVR3g0SzBwZ0U0S3BOaTkrWkQ3clJVdEZoc3MzdTFWN1N6alNFSEQydHB4Yk9GQzd6TW5vN253aTc3SldUT1N4bUZFMmwzMmRJbjM3REk1Szc5OTRIR0dPeXNvdjBjbzhmaE1mVlVuRGt6VUtrb0VaT2s0WHRQeVROMmljTG9IdUVFVXVXbU1MTCs1bGdxT2ZSVHZJRmNPMDlMZWdibXhCSFZkbWMzRXc4VjRwVnJYbHdEQ3ZNUzNxbGh6YXNCZGRFSzNOSERmVGxRKzk0VXdwbTNueEt2WTl2U1hjSmRBeXlIL3puR0xCZDFMWndzRDI4L2drbm1zckNwbWlWRlFwUHJDY3d5akVJN2JySFNTZDdVaXRpMTBSM0hBRHhmaUU1ZTZQN09Ic01PMXFIbVVlaGtvdkR1TU1KNkJlVT0&file=Karise+Eden+-+Things+I%27ve+Done+(2014)", + "infoUrl": "https://thepiratebay.org/description.php?id=11476091", + "downloadAllowed": false, + "releaseWeight": 26, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "081A77719B69317EB17EBEA6C44097A485AF14C4", + "seeders": 1, + "leechers": 2, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:FD93E14B7ED7AC236BFE3BFE2621B0EF7E59DD31&dn=Magna+Carta+-+Fields+Of+Eden+(2015)+Album+%40+MP3+%2f+CDDA+-+CD+Rip&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 3967, + "ageHours": 95214.66832375387, + "ageMinutes": 5712880.099425232, + "size": 160389648, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Magna Carta - Fields Of Eden (2015) Album @ MP3 / CDDA - CD Rip", + "discography": false, + "sceneSource": false, + "artistName": "Magna Carta", + "albumTitle": "Fields Of Eden", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2015-06-29T20:37:29Z", + "commentUrl": "https://thepiratebay.org/description.php?id=12075002", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=eDdNcWVtYmhlbzBVb3g5OXRKV0dlNG1JYW43QlBxeS9LTWwwMnp3VEIvYjB2WjBTeGc1cmsxQzI4aUFOblEzRkdZVmN5aEh6U3E1ZUNSNnlSUHI5ZGdGVFhNd0hDMlEyTGk1aGpudnZCSE1BOUZnckMxYUJYY3NUUnNOT1JoT3BDNlJ4TnFMTjFFZ04wSm5qQjVhbE5DQ0d0TWNUTU1YSzFialdzcDR3K2ZGTUQ1cmErMjQvUTQrYUtBeDZKV01tNUpGVldZQXZnNHA4UzFFcndzOGFWVUtWYWc0bFUvdytIU2UyWEE5SE1mTWhEZkh1NUhyd29oVkk0SFkyZ2FldENaMFY4RnFRZUxFWVRXT0NWMFplU0tld3ZmMzQyZWRDdGZCWDNuaGFoVkRoeVUvWDNBWUlLMGcvaDdKMVNRWVJ2RlQ5RjZzVzQybGNDNTVkdUtEeWxjTzJOdXd3Y056U3diZjEza0xjWUF6alU5SmlWSldQTzJnYjNtNXJ2ZnlKSnVhMW5pSnZRR0tKQVFNNndsYnAyN1RLUWlFMm1raE0wa2I3aEY1QUxnSndiUEcyUjNGTHZoaHd2cisxaDA2d1hPK0FLOTlVcHBhby82WklLT2s4SXNuZStpczg1MzBWKzY2Rjd2NGVPM2xwMGFPOXV4TldoMlpoVnVBaVVqL0pSUk5sU2lvdTlSWVBGYlp2SUR1b0w0RXAvN0xBZ29vTkU1d2lGd245VkEwN201MXhiSmlkRzN3MDJXK1hTU3piSXRyNVhnUjQ0V1NuRnUyWUc1TkxXdlBmYVpWS05lNHhKNWg4NVpxUG9oMWRsaTRPNFFnSFBIZHFNTE90OXhyUkt1MUFOZ25GZlNHTDBZclFxaHZib0g1RUVFTzNBZXNCWWkwTVo4YlV2aGVYYTFJVXI1dGVzbjBJOHRoUWlhTmNHcTFDQVNoeTEwRmg0c1YxK3Jwa0EwVUVUdnM1eVhYd2tXN3E0OFVDRWFQZUtwU0g1NXlKbmNvTWlhTkl5MnAzR1FrNXpPa0lRMjQzZWhhUzJKdDdtT3JvUGhuQjNRV2psVmU0R2d6STdsL09naUgwa0o1TEhVNmxDK2lWbHlSTWpRT3I5alFVNWUyYUJndUl3WHdzcXFZdXRpNGtTandGQUZZVnROTFhOQzF0TWZiOTZ1aWVYYm5uTVdMMmV5QXhaeHNkTHlCS1RtOUZoT0gvUm5nWjk3dUZ5M1E4M1J5Sjg0TE1Qb0pHUjlLTThsY2I0VlJvUTNwRmZZc0UwRTZHVCt1cEoyVlVQTGlFVktzcnkzcTZhZk9aYVBrY2hSdWZmMEJaRlZQYVBFTURWZ2JXMHI3MUZVSEx1clp2Yk1GUThxWHFpVDVWTWxwVjYvMnd6L0FHYVRaZWs1UDM4cTdwTmlyWUt0SkErZmV1WWlaLzdRdlY5OU5XTDl3UlUvUHhIWUZaU05pbnk2QTJXY25lemFZOHh0NU9MR1N5R01MbXlNVE4yems0SmNCbWlkS3laelVGalczeWdkSXN2SUJ3YVN0Um1Edk02Y09vUkFLSkk0cldVY08rRTBrclR1K29DV1R3emRFY1RJaHlpekIxNzhRRFUrdDNtdkZkclZIR005THhLOE5ITnB5RTlRVUl3SzkxTzNuUm1nQ3J1VEVTZlBtT0ROd3ppRWlPVVZRU3NtVWYvdEFxd1BZZ0ZzeGRjRlZaQi8yQ0dPWWMwRUtBQVJNajMwSjhJNmxYWkFrSFZxcnUyQjdQYktqTm9jV2VaSkJNb2hndUtDUkhYZ0pHVFB2SnFjZnRlUUh0UGRqVFJ0V2R1ZW5Nc0Y3ampjRWI4TFhYQUdyYjFUdkVHNzVueW44TnhyZkdoWWlyR00xVVc5SFdnazAxQ1QyVFpRdkdPdnppVUZKazNlcnplRjBSSnE2VGE3blVxTWF4SmFDRWc2MEQ1UDE4eFFBTWhxMXUxYTRQWkFCNnd5L0V1SzVQcllyTXg4ajRoSnFxSmFuaDVEVWN6ZmM5S2ZRQ0hSekV5dzY2dGxEVGJuR0FUTmkwVEpvTGRpMGFWZ1BwNGJlZ242ZGNmb1Y2UFV1M0ptdnpkSTdYSXpUbktiRFNxVUVsTUNtU0JONTFKTWRqS3d2Q3U5MitCazlpZHpJNklrZTJFMUpMUWc9PQ&file=Magna+Carta+-+Fields+Of+Eden+(2015)+Album+%40+MP3+%2F+CDDA+-+CD+Rip", + "infoUrl": "https://thepiratebay.org/description.php?id=12075002", + "downloadAllowed": false, + "releaseWeight": 27, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "FD93E14B7ED7AC236BFE3BFE2621B0EF7E59DD31", + "seeders": 1, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:1EFB19237B1049542C086C9A4B3AC9EB122A73D0&dn=Peter+F.+Hamilton+-+A+Second+Chance+at+Eden+(Confederation+Unive&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 3718, + "ageHours": 89232.79110153228, + "ageMinutes": 5353967.466091936, + "size": 220836864, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Peter F. Hamilton - A Second Chance at Eden (Confederation Unive", + "discography": false, + "sceneSource": false, + "artistName": "Peter F Hamilton", + "albumTitle": "A Second Chance at Eden", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2016-03-05T02:30:07Z", + "commentUrl": "https://thepiratebay.org/description.php?id=13750611", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=ZEt5T2I4VkQwdkJKY0pBbGhNREpwSDc4K0ZxK2xaMXdOclEvYnU0a3NvRytjWlU5Vjh4MVJBdVhyNE1TM05QZzRJWVhrZWExa2QwUG95cUFPZnU4Z0lhdXh5c0xUWlBZdWZUclNqV0lpek9iR3A2QnZMWWhHci9HQmpqQ3BtYTRDUUI2UFk2Zk9ma0tCaFJLb3lRbmVvamlKRVN6bTN1bER0RWhHU3JWZGJPMnN0SG13dnZIU0dTTDE3eGR6TEp0d3ZsUTZMTHNra3VGNkdybVVMbmJYSWhqWnhsbEdnWEJzeFVwZlVJbjVOcTBvWUJZdGVnaEFOeGI3OHRLWitNZWxDeEh2aWViSGFncjkvckJWSk1FSUsyK0hjT3ZxSzRyMkhINTB1ckJRc3RqWnNzRy9aaCtUY0tGR1JkTFlxWGRBSWxvdkhuVDc4NUErQWxYdXMrcWVTV0JLL2ErYXlwZVV1UnU0RElMdjFBdWJTUUpzL1djQWpxSVArRmhZR1RTS1FlSEdJdzhEbHJaMnEvUlJjTzRTd3FvV3djbnB1OXZNT2VrbFFiWGk0eEZnV2RMQVJBaytGZ2h4QzJHSHVOTzNtYjNNSHZnNGJRZWJvb3NhNnB5T20yNnZ4V3lpOFJLbGR2RnBoOHg5MmlZUWN4SFNLV29RUi90MjNveVhYZWhmZ2pOVXlFcFJyc01zQ3hxSnd5SS8vTHQxQmlPSmRtVldWbWt2MEhIZGl2amxjbVRHRnhVUjNGKy85TGdwdEN3Z21oc1VGcmpIdEptQkZsdHNGK3U5YWU3NnFMUm9KUkc0N210TVd3SThpL0RESzFtcGEwT3UzNGpSMlZwNWVDamcyMFNnT2EvRS84MWp4aVBTVjVSbUxiOHFPUzRDNnNJUGNUYWwvbTRMZXpsSUNhRCtGcElZRWs5Z0JtUkp4MFBZTVdPZnN1NEV2WVZYUU8wOWNscXNoYU1pY1ZBOVFETFRuUnZrRUlEWnhxSVdoTjVqM09ydlJGTm5vaHRSbG9ML01ERGJWT2kydXpTakNJYkd1aU9nOW1yNFJsYkJyTTROU1pkVjd3MkdaQm12UzVOc0RXRGVIaHBzZlVLSkdqa3E2NGtUVC81N1VLcHlIM3B5MFFJVkgzb0QwVXY1U01qUnB4ME9LeE5aWmU4QnJER05heGVnajlhUytJd3UwQ05HeTJpWXJSdVJ1N0kvQU9nL04xWWJIL1ZETTVqUCtrcnkxcmZyQmRGWEQ4ZWhzNU1UcjhCZEM3a2xlOXhVcHR6ZHMxcFB5TERNWm0vTmsvYXg1TStGaWJNYUI5R25DbDVENUpBN3ZGemwwSkFEMHVzN1E2SVl6eDJsZ2VGQm1sdmdWZFhCVVNaYWptY0ozdnpVL3lJOEYwbWYwUVNObHk3T0x4SmIvajh6S2xCUUVTWEpEU3p0bFFCWnl3bWp0WVBCTWg0RmpFYjRiZGExTmxDSlFWNnhqNnJ4S3FtRGFselBWbjdGOXVBR2hUbGFzUUlEUXpucUVud3FIVTVPS3JZcVFqRmdudmdaOC9pVTV6R1RTalpKSkg4Y1IySHlVbWpuZ1N3ZHIxSkVYUmNaMHVYZ295Z3U2TUtScDlEbkcybVZEbitBWDQzdVdCSHJIRDAwZkpHTUhQemI1NXBkN0NZYTl0eWV4b3JzMzQ1SE1leEtxYmd1cStwMVJkT2gyZTBweGdLZG9nMFN0OXNhZmlhOFNVeUpOVytTMTVNOGNmMWQyRWlkZWFKd0poZ0F4WFpWQThXV0hKdjF2NE5YenpQYzNoRG5YMW5ZbU1BSUNQeXB1OVdVUVhZWnFxMGR3eXRRQXY1Njg4ZUdSTGxRUUhnOUtFSUIzeldPdHZrRzhsNVczUysxYjhhamQ1d25CYXFrV2UzYTBhNHgrWTNpT1VDVS93cU81YTZuRE9Sb1JpSVNLVUV1UWJTbWtSWUtjYWZQcnVZbFlXOU4veDkxdUpPdXBEakJBYmpUK3pUL1FGcUYxTVNNN0IvTkNQM1lHaFArZ053Uk8xZjhPZ0hNQ0x2WC9oZ0VnRmlHcE9sdTA4UkwwWjBjaU5XeGkzMTlDQXI0Q2F2Q2ZVRGdMU2kra09GR0QyQzc5TGVjcHZCT3MzMVlFYXQ3d2ZvQk82SFJkcXNQMytLU2c9PQ&file=Peter+F.+Hamilton+-+A+Second+Chance+at+Eden+(Confederation+Unive", + "infoUrl": "https://thepiratebay.org/description.php?id=13750611", + "downloadAllowed": false, + "releaseWeight": 28, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "1EFB19237B1049542C086C9A4B3AC9EB122A73D0", + "seeders": 1, + "leechers": 1, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:60027356E7FD08A878B86DCB256D5553F37ABE7D&dn=Zed+-+Trouble+In+Eden+(2016)32oak&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 3559, + "ageHours": 85436.1944348679, + "ageMinutes": 5126171.666092076, + "size": 69684504, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Zed - Trouble In Eden (2016)32oak", + "discography": false, + "sceneSource": false, + "artistName": "Zed", + "albumTitle": "Trouble In Eden", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2016-08-10T07:05:55Z", + "commentUrl": "https://thepiratebay.org/description.php?id=15529841", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=RU5VM2NDN3JrSVlQNFE1MkxBSUlta2xVRWZDSXdxTTJyUzJ1S1hWNXBRa3pwRVFIOXlZK2ZJNm5JUWlUMmtqNmtaL055aVg4ZWx0Y2VOYzZybTVrakxjTWFpWk42UzlNdENKVlRtUmtsazhiYklXZFpRNHgwWXMyajE2L2Q0Y250L0MvQ1VTd084TGl3N25XOUtFdFpHVnoyRE5GMjlENlcwaVliRmVvZlgyYWc4cEFPdXRzMTRESE90cXMzV0ZBOElROTkybkQ0aEY2ZEhtRmFRTEN5Q0hUc3VRdXp0WVFNRm5zNThvZkRDSURXN0NVOERpTzF4MFR2dXh2U0hnYlNZZmpqd2NJRDdXamZ0Y2FoSXdRM0I5L0VQbTUyN05oQ1lrV2FWRE5nZHpVQUV0aWVDUHZOOXF3ZGJyNE1KNnE0RVpNdW5uQUdleWdqT2pLdS9peCtBVnpKRXdSNUpDeGNhUHBLVTBjTjJqeDFxQ1ZoMmNJVEZOUGNBdmxmYUxFK0ViL3N6MzZTZUVrci9TTFBHOUpiZHg3R2NXVWx6VE9KQU5PNFJwMkVKTjZKcjA4OW00ZWN6VmxTTm5XZ1UrU3N6bUVVMW9KdUZ0amR0K2RIR2plTkdNbm5wTncwMmVkUW1ZUU9FWG9YNjlYR2g0QUhtTkFGcUlYRVk5ZVNFMDdPVFlObzI0aFhKdkplN0o3UkRDTHE2MWIrRG1EVFY0eUpWcXJLS1paK1N6ZG9vK202Q0k0M0ZIbk91OEVBWXc5S0VNYkVDUUErSDV6MjVrUjRScGFmbmppMTNjMnVzR0J5YkdHUjJqcjNQTUdQUGVFaEwyNktKNGZwd2ZuYnpFOEhLUS9TWEl0U2J1Mk1rME4vZUlXUkNEMThqcVJ2Yit0clVoMms2L2NpNmlJaTZ5clk0endjdlB4dTBhcXRRbnNjcjY3Y1oyS0pnWkQ4a3dJQWVIMUszY0ZpUmgvNjM3UjBrKy9aTTZwY0x6Slk0cE92RldtSzROUjl1TjMyNGRmMUd5NC9HOTBaTTI3SDVKUUgxNG9jT0NkVklYV3l2TTRUWCs4cDU1YzZlL2pxcTJ1S0ZlYzlIcjlOdmlSMnVaTVpNWjFtTWhWMFZiT3FJT0xFYlUzVThIQXVlRWUzakZ1dVVXRU53VWYyREJtanBkZFRjQ0F0eU1xRzEvMHM2M0cxdWR6WWVTNmlNd3N6TVRoV2NHRmpRaDRFZUc1dkEyQzVsVWJ3ZXRVbjg0c0EwNTcxNk1FUkhxV1ZXaHQ2ZkU5VDVMVWVRWWxzTHQwbkFoV2dVRHBoZG9Qc3FWWlh4NGZPZzlJWjdhUjl0VjZibmtBUUZDSHY1RWhwd3pSNEJaci80MTZzNVduVENUeTdrVXNINEhHVTEya0JzQmU5NDgxTVhWS3paN3hnSWQxT2FLVWpRdVZiWFFmQzJGTlZoZkp1NFdMVFdnZ1k5aFE3ZU9jYzdrQm5VTEt1VGRTeElGWTRLMDh3YkwvbkFHdlNseUUrcFAxcnJMVTQ2cWgrZUh5YU1VTDlLMmIyQW9MdDVvVXh6cElvR3BxaUNFS2V0RzBvdllPWHlCTXp2ajduN3BNUVgwODFtZmZDYXJ4TS9VMTFHTmF0bG8xVnZLMmx0a1lrclZ4Sm9pSmxLQnVWZlpNcW84bTRsSFdLa3kySytHOUZ3ZXlqL1ZDc2J5UHlLRFhYTFVTeE9DWlZiV25jZlZWWXlvNGpxeDdxOGd1UlJ4eWhEYlhRMGIwYjRoaTVod2FYNzRVdWRrZlBKWkZYUzVQTTVHQ0FLYUZGWnVRejYwVG5aWnFzdVhrRGduVmQ3Z0tScmlINERQck1acEJpNSttM2t0VGxKWmMyS2RVZVU1RGpIY2owS2lKSm93VFlzSTNQQ01WUWU4bHhiYXVQVXBnVU1pMUhhM3VETHp3TTVoYjdxZW0zVGNIRUE0bkFEL0FDZ3hxTG11L3lYWDRvZ2N5M2RvTDRSY2Rud0pUUUxBK005bFdkR3RLREtRMmE3cXcrT21KNkNvdU1aenNPbkJOY3JzdWRYcTJMbXRkckFiKzFHTEx2VStzSks0NlFhUVlBKzBBMGNTWlpJND0&file=Zed+-+Trouble+In+Eden+(2016)32oak", + "infoUrl": "https://thepiratebay.org/description.php?id=15529841", + "downloadAllowed": false, + "releaseWeight": 29, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "60027356E7FD08A878B86DCB256D5553F37ABE7D", + "seeders": 1, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:BC6E39A759D954D436FDEB70CE0C486262238E09&dn=Exit+Eden+-+Rhapsodies+In+Black+2017+ak320&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 3193, + "ageHours": 76641.41887931514, + "ageMinutes": 4598485.13275891, + "size": 114156352, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Exit Eden - Rhapsodies In Black 2017 ak320", + "discography": false, + "sceneSource": false, + "artistName": "Exit Eden", + "albumTitle": "Rhapsodies In Black", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2017-08-11T17:52:27Z", + "commentUrl": "https://thepiratebay.org/description.php?id=18342915", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=d245cGpCOHkzUUo4MkZlK052Q3RmSHZOT0huYVNqVlVtWGlaZ25SdmovNTN3V05VeVpsWE9ObUdxL09ORjhQcU0vaFZaRklicHI4QVFUZ2xRdDI5MzN5UjBwYkJXQXJxY040c292RHJGUEhmWmY5NGxjRXlLVUxYNi9PZVNsT08rZVUybWlQTjhLSDJ4NVpidTR6blVkQ01JcEY4ZEkxSlVVUGFUVUNsdFlzcnM1SGJqQXV3ZkZ3SmNmamtJeHFURS9xQzZib0xHL25tVVFIM255Rlord2ZmSnRGbHl4bHlDN09IM0RXTXRoSTFpMHRGVExCNUJSY2ZGNTZhcTBBSFhFais0WUZyM0pRNWQwVW5BUmVYS0NJN1lSQS9mTThUMlQ1ZzB5YVkybjJXRDVaNFV6bWhldFdiVDlobTExMUdqTytvZ3kyZ3l0SDJKaUFndmxRK2dScHpCdVY4bHhCRzk5MkhYSTk1ZW9vRm9PNnFiWU1wNGt5cmtpQ1pZeFlnbDN3YUVaWlpuUVFFemNtMXo2Z1RiZUJqamN6R1A1b3RQZUdWRnNEVGg1S0hrSU1nTW5WZlhwQ2h2Z3NjMWtudnpxK0pSMUJnVFBDc3JrNE5ZeUJwSEo1TzBtTUNEME1vNE45OEtFb0FJS2RNZVJtaWFGTTZKQVJIellqYmlscDlSY3g4TG1vcURYNnRvU1lrb01Fbll4Qjd1eEhKcnNWZU5TdEovU0VYSFBMWFhXTS8vdVFsVzdWb2d2RjNlZjJvc0s1QU4rVTJEeEl6WEpZS212QjJOMC9peVVRWkdWbzE2bUF0RnZNT1hXa1o0aWFtWkFQK0NHdy8vbFZ5MjZHTVJvaW03ODJ4RHFwTWNoVGNUa2MweGxvVk1NWHVPNzZHbXhLUldZK1o4UEN6SG5pekNZT3F6NHdBUDJDUEZ3TGw3VmRSZXBsUm05ajI5dVNLMEFEUkxWSFdWMVdxTzFHSlFNSC9uMFpOSzNibkxqRUNPaE1kSHpiZ3hvaFlrRnN6WFNjeGh5WmppbnNBS3hYM3dPSm9sUTJ0RkdITzhOUjRUdW1xaUtqM2pOTVVlNTB1T2JSNDRDSkZEaWtnZmptenl6RndRcmNaUDVJSjFsRXRyU0dQQzVWSkVRNFc3VmF6L0xCeU5HR0ZWbnlhcjRWczhUdTNTTjBFbzZiV21qTDhodFdHanJXUlpOYUQzVVV2NWxxeTFTUGVwRkhFK1Y1d3JvTzRvSk53b2lOUXVMZURNSWpITWU1SXhGSlZhcEc5ZXZjN29hckhONjFpTjRQQkdkTEpvdlVJTE1Vem9QR1lYa1kzTGNMQ20rMW9qaDU3QXpWc2N5Q0d5dDI4NUhTZzcyQzJzY0Z1SSs4ZHBBMjY2dTkxS0hqM000dG9Qa2xMemY4dlpaY3NHQ2x5eWJSQjJ5RXhoQnpBZlNudXo2NGRYVTM5NmNxZVNXZHlrSEtQdkZqemJzN0JTVmtTbjBKc3N0NDMzYzkycGZPdVRwRm44QVBZRmhlaFFJVnZCbUxGSVYwNkZ0c0E1V2hJem1GVlJ1VWNGR0RmT1JlYmhPWkZxeHZOdFJ4dFM4dWliRVJ1RlZ0S3czVDBoa1ltQnVTYVRXcmtvVmxST1BmL1BSM1NDVHphK1RjaWFEZ0RoWnMrSHJGWmMzUWtyQ2pYK3dhSDdpM2JNRU1Qd0tpZEIrWmhMdms1QnhRQ01TbW5jM251WTh2dklDU3JMR2dtOFhQMGJZS3IyMFZDcFU5d0w1RXRuU0dNV2lTbFpUNWtpeE1ZRjliV2F2b2JtaUpCSVdLWHZIZ2dpZGszMEhsazA5QWZBTU5OaUc4TXQ5cmRpMnNxcExYRndVNzBRWW1ONHNBbVJCZ2l4L3RTWG9wSE1TdHpSNU1uUjQxUk4wdCtESjMyTTRBY3Z3NnhpK1JaZGNWbmJ3NlFZVS9MSFd2dndoVzhKdmUvOXNCcVdvSDJKSHhqdTdMMkV0alh2ekdxc0hkcVJlY1NSbmN2aU1CYk5rQlhzeFdaNmRmK0xaTy9OajhOTG9VaGlDOU42eFBNd1ZQYkFRT2pqQmpCZ1JoUVNJdjdJTWpmZlRzNGVQUT0&file=Exit+Eden+-+Rhapsodies+In+Black+2017+ak320", + "infoUrl": "https://thepiratebay.org/description.php?id=18342915", + "downloadAllowed": false, + "releaseWeight": 30, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "BC6E39A759D954D436FDEB70CE0C486262238E09", + "seeders": 1, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:F9ACEF09C2E45ADDA6B2383B20710F17EAFC6E7F&dn=Ultravox+-+Rage+In+Eden+(1981+Japan)+%5bWV%5d+LP&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 36, + "name": "WavPack" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 601, + "age": 2942, + "ageHours": 70619.46832376036, + "ageMinutes": 4237168.099425621, + "size": 340053920, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Ultravox - Rage In Eden (1981 Japan) [WV] LP", + "discography": false, + "sceneSource": false, + "artistName": "Ultravox", + "albumTitle": "Rage In Eden", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2018-04-19T15:49:29Z", + "commentUrl": "https://thepiratebay.org/description.php?id=21145903", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=bi9DZkR0Vm91RHRjRWVidXlUSTcvNzlvTjVuZU9UcTgvOTdjbmlWVXZlMDd6eWd0V1VSZmtPcDNIcmJ5YXk1bjYxZ0tIaUdHbDhvbE5JSWFhckNkaVpZU2l3eUsyQjB3QXhQMk54QXozZEJMNG9FZ0U0VXJ0N2tKY05LT1BlZGJaekFzcThuOWNDZEs4ejVuWWdMTUFRUGhWV1o2Wm1iUmVPVHUwL0VNc0dWSUE2K1BQUUFSSGUxWWZEQ00rUGZMOUZDVnh0aXZKaTErK0dLL2Y5bDJyazhVU1JhUlorRnBnN2FVb1lVOC83U1ZMUnI5SnNkRzZyUGt0Ykxva2VqSUNsUWtvVWlBQnF0KzV0VmU4TFFUcjhEM0ZtWU1JM1RYUE50M1VKUi9qNTFkbXRkU2drSW8rRjZaamhRbnlIOUtrcnppK0lMcUl6NGRJNzRiYzVEY1VHeWhVVjZzSnQ4UG5ZekorRGhSMkwvNHVsRW9lbHlNUFF3ZURGdEV4ZndJc3pmSXpnNVdQR0xiODVXdUs3MFJ1ZjdmM1JMeVUrYzhFc0tEZVowd3Z3MDZRdjdtUXRQcUNRekllMHZyaGFYTCtURFJnSVNYeEQvSU9ML25sa0R4NGRVeHFNNUpYRlIzN1NBcS91MlRFMHBIdkkwWlRsSklaMXp5NWQ0eXRvNFBRVVJpRy9UM2p3ZEZDNlJZNk94MjZOMlczTEdCNW42YkRNSU11aW1TSy9uaTJyZzZmL0svUTBaZGRPV0ZqVDdrdlhlS29FRFJZdmRRdkcrYUJ5SUxKdVQ2SGxIeERXaVhrL09GWFpCWTdPUU1JWEVwYk9OUDB1Mm1mS1pXMlZqYmFhd3BtM2FXYjVrYW1INVJoZHV3SGRLYjlCdDdWbTFLMjB5NDVlTmlJZUlVazNLZGo1cUVGQmIvWVZpL2JxR3M4UWdMRkxpclU2ekxBYjNiTW9wZER2TUpPeU90eFdkTWgxVzJ5bFNQZjRraCtoZi93OExPU3ZLdkYzTzNtT1YwWUtvTmRNUFRYbXZtb0U3ME93Vm53M3JVVldtVFphQlQ0OWs0TU5udmxkZ09LcTQzeUg3WlRLNjh5TGk2U0paRS9uREpXZnZZdkFkMEdQT21SUmYxZVRtRXNlYjZwT3JybVNDRDJtTUI1OU16dDhOYnJsQ3VTR2lOQlV2R1RtbHB3QVpKL1dRc3V4OTZWNFVmNzNub2gyVE56K2UwYTJnMFpuVzVaR0ZKa29wZ20wQk0wemdjVThnZVAxUXVuamt2bWE3YURWa3RiSGtQNXZmcWJHaGIxa3lJV09hRWZnMkUyd2F6Y1RkSVdMZW9ySDBUWmtoMnVISXNvSCtsczBRa093YjZLZnkxZkFyUVFvUzRVWmdKVGZXcUhIY0V1ODFPWnVPb24vQTFkUmxyK05CdjA2azVoQ1B0UGJjWmFwWXhNSXZRRWdWQ0NldkxVVHFNQkRacEJybFYxeDR1QnF6SE5kTmlIUy9zejM3VG9SQXFWU3k2SmloWlBtdkgvYWNVZkFkOW1wT3lHM1hvckc0M2dsN3hJNkJZSzFiTlhKaUZGaE14b2paTlVSamxYRTk0eEYrUFRQZHZBNHowVEUyUWRnTi9IWmpNQVRaVTBZVW9OWmdXdVNLVTZ3NWdGa3VaYVlMR0JialVFZHFTNEtVRlJqdW9QaXc2YzdmejQ1ZmhVTkdqamtrYnVhaHpPWGtQbjhOQ3V6UGFhSmQxSktWbEFxcUVyMXd2ZkVUV29nQk0ra1hhSXoyMkthNUl1TE9LSERFRkRMUlR4STA2TlR0T0NkYlNLdjlhanNvOEVKOU9YNjRXcjllUkpSMnV4Zm55bGdPN2czWFdMb0loam9wbmJDZG9sUkF1Y1BhTFM3SFRCcHdodlEveHBvWGZ3Qmgzb3dvRE5aUDNqcG91dTkrNkl1bHpUSzh6Um5BV1kxL2VMUDlURk05aWFmYlhHelNOQmlPM0MzSm9OV2M1SGZDSDdMbmhPQ3RuZ05CK2VlVW1ySGhhNW9haVBQQjIyVjFBOXVERXhPK1dmalcxdUMyMTBKdG5lNGVENFFhZjAyeE1YaW9HeFVtQ0V1eG9kdEpRdENXQ3RNNlg3d2ZpclpFZg&file=Ultravox+-+Rage+In+Eden+(1981+Japan)+%5BWV%5D+LP", + "infoUrl": "https://thepiratebay.org/description.php?id=21145903", + "downloadAllowed": false, + "releaseWeight": 31, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "F9ACEF09C2E45ADDA6B2383B20710F17EAFC6E7F", + "seeders": 1, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:B4A1AE2B71954288CE17E776B8F3DAAB9679DD6D&dn=Marillion+-+Holidays+In+Eden+Live+(2CD)++2018&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 2839, + "ageHours": 68156.64193487202, + "ageMinutes": 4089398.516092323, + "size": 212968848, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Marillion - Holidays In Eden Live (2CD) 2018", + "discography": false, + "sceneSource": false, + "artistName": "Marillion", + "albumTitle": "Holidays In Eden Live", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2018-07-31T06:39:04Z", + "commentUrl": "https://thepiratebay.org/description.php?id=23717049", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=QUdFQ0haS0pTOEYrVklrSnBtYXgrQVFwaTdab2VLTGM2dHZKZEU5bmFBTmNVY2h1K0dnaUZsdkNwQVRueCtkQW5kaTFRTFlnaUhoWEM5OTgwdjFCS0NKbWNXWVZoTnN0MFo4VFZVcmRqV2hGbndXMTgrOFRVZDFIcVc5d0NQTVVXWG1aY0t4dkFMZDFlV2R2WkV0bmM5RThybmtIdkNacGlxR3BJRmprWjh2bzlaZXZhOGlNd2FIM2gxbHVVc3BtQkZUeGdKVU91bVpaQ3RBRExPZUt5UU5oVWtTMEhsL0RMbGwybFd0ZXozY0c3OTZMWkdLWVIwa3dhN29UeXZCbU9nTElBUjJOVE5TaDcyQzJaZnAwc0lSRk5Fdkd3aXB5ck9QUDJBUXhycFZzN0JkT0RzNWVXenlOK0ttWVFZRm9vQXg2aWtzSDI5dVlhZS9hTmFDYUx5S0REaHRMbDE4UlUwQzR5YWVEaGVBYmFsU2E1ZVkvUXN6czk1T3ExcWl5emN6ZytVY0ZYaVBCWCtnZXBUVmphMmpLYVVSbXh3VGluRDBiQkFXcTczWWhUWlFzRkJVWjMxVmFSYWdqZTk4bklTVkE4OEFQbzdkRzk3c0Y4a3NxY0JVMlNnUDlrK0dDaWxLSXVIbm9KblhwdWZ4T1BxRVVPcFhMQjJnd25aYUxmVzRDaUpvUFRhSk9KUTJJMkZXLytKMlBUdFRZdTk3SklwZG9KT0pEV0hDOUFkZXpmZGtsV2JrYWo3Z0grajcvQ0RlQ1Q3OWkvT0xIQmNvQUhzdmhQOC9MSU01WkY2QnNHdDFCSWdTY0NSckRjVzZVOEZDejEvelprTUtKdXhuSlR4amhPMjEyR3c2cHgzb0JWaGlLQkNnWEFTNDZraGdFZnBGekZDL3Y3UjhqTmcwZ1JxSVpkMGtvcnROTEdLbFlVRWMwbi9lbXdmSkVUdzVzekZRWUQwcFF5WFhIZkNVeVZlc29ZRnVBVkw1ZjVEZkh1ZkwvVnFROUtjYytWdE9Pc09aT1VoUDU2UVhoSVptT3FJRWYrNVc1UFVJcGhwWm8yZmwvYlk0WWloRTdQTHlpTnJkekIwR2h0ck1hN2d5aFFQTWJxZUt4Sm03TmhSYjhFK2w1N05nMm1pVHFhTGkyQjFiWUJDb1BpeW1VWE5FbDV6QWRQV1haMVVBT2FQZTJkNFRsSTFBV0ltWTcyT0llZ0tyZDQrZVI3QWNaN0c1d0p5enU2bjJJQmZOMkgrZHk3SW5pL0ljdEhmRnYwNUt0UlBUZU9PRHV2QklvOHlqWXI5MGcwYWcwSjhMNXlNS0g4YjdQQUxTU05kK3p3ZEdjNmdrdHRaZElnQi81NUVneVJFL0x0dks2TzNiSmpYNDRrUkgyVHBaalQ5QTV0c1pMTytteXVCb0dWQWdKVkVtZEZFMkp2WkNhQlpUV2M4YWZVeGhIRnVPbDdqcHhtR1RuNERkNVpwY3BReWRmajBoYktDTm94VHVOZnozTFFBN0dJcFdSbHZiOEUrd2U5c0Y4azBFOERaSlc4c3JaSXQ0MlNFbUt5MTk4SXFhTERadFVqZllVTndsUjNxaC9hRWJGSHdZbTc0L2hwZ1o5OE1yeW5UZFY2OG9LTnB2NDRIQlR2ZWlwTTlsOUFMblJXQ2ZGNjRMVGhGK0J2aitoejRoYjdwM3Ftbmg5WHBWWTdhZHBtOU5BMVhvODFrdTNOV0hFL3R6c1ZHU3lCMWRRTHZ2RXE1SThJYkpQV05BQTAzb2gxYWpISFdOb24rTVRvZ2wxNWhIWnloQzRGTEJWTWpBSW15UVp6YzQ0QjBqbDMrOCtRc0RxLzQ1b2kvUUpHVGZzcXRHWHlROWZZZG1FY3lsQmRCZ2U0S3p5aElkZU5GSFBDbzhJbXk2NGxLQ0JPSDc5S1pwblpvMi96Nmh0aHJIS3BrQTFjQkhTSmgvU1dxS3NuYVlwVGx2TjdLMzRIbVpYOHJZMVJBNEczak9DQkJhUktHTFowcEtwTWVSZkZmdFZNemhvcGEvM3IxMzVWblpVMDVTN3crT05QWHRqZ2JCZVpWTUVvaS9wMVgwRkYzY2s2eStDd0duTk1RTT0&file=Marillion+-+Holidays+In+Eden+Live+(2CD)++2018", + "infoUrl": "https://thepiratebay.org/description.php?id=23717049", + "downloadAllowed": false, + "releaseWeight": 32, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "B4A1AE2B71954288CE17E776B8F3DAAB9679DD6D", + "seeders": 1, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:D99FABA1505712799DFAF459ED6DFC8E3168ABAD&dn=Eagles+-+Long+Run+Out+Of+Eden+2007&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 2691, + "ageHours": 64596.08971265053, + "ageMinutes": 3875765.3827590332, + "size": 753010752, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Eagles - Long Run Out Of Eden 2007", + "discography": false, + "sceneSource": false, + "artistName": "Eagles", + "albumTitle": "Long Run Out Of Eden", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2018-12-26T15:12:12Z", + "commentUrl": "https://thepiratebay.org/description.php?id=27931681", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=Ujh3blgvMWViWGhIUEo5MzUwN3lMMDVzdW12TFhCOTl6QnAzd0VvZE5WcUtzdUdHbUNGc0ZNZkxPdzI5U0hDeG1VZWVybmp0VmpPLzVRVWlXcHRTM3BzVG0zVjUvTTZqQXUyNm9PMThZOW5jNGhUZFNqOW9QRWZ3L0JNSGtZeWlDb251R25VbFNUeTlQckxGTTljd1JKRnRJcFpkZTBwdW1mUkk1eW5WbFc0WTQxNWp2RjRSWGpUNmZHcU1QajJVVG0rblNPeXRXaWlldVNpK0ovbDhDM01HNjFWU0ZhbTEreHlTQ1J1eWlKUmFXRzNhNDM5YURGdy96eElZNU1OMlh3R0d5aDFIMFlaVTFUSEpxQ1JwZFNNdld1YVgvRnhVMjF1bGNYeTI1MVZhL0RadjFMSHBoVDMxVnBna1REcy9JYm11T25qS0lyWWhQMWZKQUVuYUlTNFZvb2I2QzlwdU15RU15a1Z0Z3JqRVRuV1dTSytlWGExUERHTXZIcFNTWXYxeXg5WmVadzJDa2dsWGt6MkFsMTZFZFFXVmt0dDhRdDZCdmJVdEpTZ2M3Y202V2FYRjZNeU92ZE9JSTBiYWFrcFl0RHpXQUI1Nm4zQnZ4Ynh3d0VSQ3R1c3hnUVlaR1ZGWEFqZHlUckh1cWcra3BlMXBhSENic3ZJMlIxNDczbDJLcUxOSlBKUEl6b0dNR2svKzgzelRnczE1N3VIRnpJWWpJTjQrRTM4TkRXU3BxVFE4Z3BWc255VXVueG9UaHZEaU1xemZvQVY2REd6VUVyNDhnd2taWHZFQzg5eU1DMWpBRzhReXBpWXJaRitBZmMveXVXdm5ROFNmQ1VqbU9DRFZEUk01ZURaNm9IdHExcnNjbUxHWW5GYURLK09QQ0QxbTRNWHJWUHI2U3RJSTlFa0ZFWWtYekdRM1hBM3NOcGJtL3ZEaW5nR0JGK2IwOHZ3bmFCRGdNTGJSWTJnblJkMlpMdkkvdjMrWjJUcUNTSjBxeEI4QW53bXJBdXFDVkhCZXcvSEQrR0hqbksxSDFyQnp6RTdmK05iQ2cvOVptdi9nOVhxOTRrT0h2bXVIMWwva2E4SS9tenNGRldITzd2amFjR0RLOWFSei81VnV4VTBDYkd3U1lJb05oMmVscERaUmFRUUhtSWdHS2F2cWRKN0gyWml2WnNBQWpaTFRpRVNNcWdvb2hneERWMkxDcFRBeTJvL0l2bXlIZUFnWmhIc3E2VVVzZFdNV1U2TzBlczV5VkNGMlA4NGhxNm92dG5EVDZZclFmQXFjSW5oaXJKeHdNK0JCbUo5bmtsTjU3VjVrZDgyN2YrL2xSVG5Wb2p4V0xPd05QcGpGV1dxU1FZWkx3cTF3NXcwR0VDS2pMUU02Q29LQUxVVE1xMHJqMkJ2d042ZmY3TENPZVVoQkRsWURCRkdBMGVYWElHQXI5TWN1M0llV21hWnN2clZTMnVLMURRNDJTVXhTWVdncy95UCt5RS95WndXa3Z4bUovRU1LbGh6Yi9uVXFFSmk4NDlPNU04Z3RoRUdkVGNIZ2RXRnRlaTJCdXg0UkpORDN5OE1RMVZhVUVVSTFrdS9XWmFjMks0dlVYK0ZJSHFCUXg3bVIwL3lFUVJFKy9YQURKWnlPbm9QZ1lRem1ENTIxcWpMRnMrL2JHazkxQVBXRXZLcGNYd25ZTnZ1YWpiOW9nelJkN2tqKzZyTERjYVVTWWxuanpkTjkwdEliZ2owNjR1NUQ1RUIvRDM1TkEyL0orQkNyRmE1UVI2L0VNbnJaVDVYUEhlZnByMzRyTVRZTG1oVzZYWk5iS2JzLzVaSkx4YTZhdGpucDJiMU1wckJrenAvUDE1d25PZjBZTjQyakY2OU1WTEw0aExXMW0wY08vb3pVZ0RiaE9aOXVZdE1SWFZId0w2U25zRjloanRxbkdQQmVieitiUUdtUmJwdkx0T3FoRXdQNXE4L1JtanNLdnJWa0RZajlRU1Mva0UxRUtteks0a0daS0lQaVFsaWZ4endURGYxNVppU3RTM1R4eWY2SS9rWHlrWHhyVlBTL3E1em5oakw2a1VzVEc4MHM4aS9maXU3cE5TND0&file=Eagles+-+Long+Run+Out+Of+Eden+2007", + "infoUrl": "https://thepiratebay.org/description.php?id=27931681", + "downloadAllowed": false, + "releaseWeight": 33, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "D99FABA1505712799DFAF459ED6DFC8E3168ABAD", + "seeders": 1, + "leechers": 1, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:E1F75C4BEAD2C746C26CB9070B8F142FD6028ADE&dn=Timo+Tolkki's+Avalon+-+Return+to+Eden(Deluxe)2019ak&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 2527, + "ageHours": 60655.63971265106, + "ageMinutes": 3639338.382759065, + "size": 146138240, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Timo Tolkki's Avalon - Return to Eden(Deluxe)2019ak", + "discography": false, + "sceneSource": false, + "artistName": "Timo Tolkki's Avalon", + "albumTitle": "Return to Eden", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2019-06-08T19:39:12Z", + "commentUrl": "https://thepiratebay.org/description.php?id=33331396", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=ZGtOYkVHRytSeDJTZWMzdFhRdzN4bXU3TVo3amJqejlTeDJlQkFJMlNqS3k3ODczODlLTnNkWXhyKzRpSitaeFU1OHdocHFTM0YyT3JPQ20rSTQ2NlRXR3VwM0NBanZZSHNRa2ErcW5oL0lrZDRZbzhCN2o5TEJxUkNyYzVRb3NpL1B5MnNDR0lyU25ZdWZYbmlpSnF6cUxlVmVWSEU3S3dPNWRsUzIwR2FMSmRFem1rQS9RbjJKaTg1Q2ZZdG4xNnk5ZkZSdTRNdUM1emxZMDdkdkd0UG14TENlMklwak1MbEJaOG10ZkpmbTVmVEptQ1lpWTRIUzh1N2NGWEpVamd1WUFFd3NscGxIK3ZYWmtFM0pLeDdycHM5WFQrSGpYc2FXKzZ6UFV1VEdCdjZ0NjczWXp2WkR6MGJIOEpUMnVEdWlmQXdaQUVmSUdsMnZjaU94WGswSVVQQ3hIWk5hQXU2MEN0U1NNaFB2R2wzZnpwRm1hMHUzS1FYYVpmclJqQ1dQUEMwZjdlOTRRdlZYTlcxV0hmaXFsNG53b0h6QlI0LzVHQmNNMS84Y0k2TkxWQXczMTNBU2xZNGRUYWZaaFVhVnMxS2diSXI4Rmg1WVV0empKUENFaHFzb0ZIdTEzOGFVTWJIVVNDdTB1Z3ErK2FMbXJFU1piMmYyNHRMTmZlWmFXQk42N1d6S0dZZVBDNTY3cFVXSTFCMkdqMWpwc0J3ZmgwaUtrb0pUb1QwYk9ydi9CbGFDSmV1NXdmK2d5WDlneFVXcGVrbXV1VHF1THZnL01uMTlsVXJkUlN2U0dtbUtJWlNZY0h4ZEpxUUFtbnU4dmRjdzdESXFxTSs4R0NZSk1wNmxLR0tvTVlUVUNKcDJQTk5BY3FKSmJ3MG9mUzdzWWJuYTltandXSnlRZkE5V2dwWTBRT0hCNitINVJ3SmFpSkh0UzdieVc0djdIRlVVRDYwNDZyamN4bi9IOUUzZ2duZW5FbGxzMlNnQkVidDBVY2M5MEVFVzBKQWtZbCtCRFUyUi8rajc3L0wxb09mMU82c1lOKzZGNGY5RmFBUGltRUVQeFEwQXFHK3dmM0FZa050dGtrNFFIaGtOZ3dZSmh6S3h6OTExK0tDbjRoV1lvbzFqQWREY3VvZUtFK3NJcWFLS2U4RDFKOXZDRThxZWVPdVdvVEo1OEU3cytzYlRhMUlNWGV6Ky9jYTBJbkd3UVRudEtaS2lKbUZrZjZxbUp2RElwNHg1aDhpZFhxL2c4ZytGZElUVDlkZ2hpMlFGcEdwVEVwYjFoOXRKNFFRd2dYRVVNbGttT0RSSE42b2tnNmxQZlh3NGprcDY5OUMzU2J5WXBELzhMbmx0MWtZWW1XeC9OWU1veWhkZW1WSC9DMUYyY2Z4UEZXZDRsMTFUZ2hST2VpTCtteUJnVkYxbWswV2ErV0pRUFk4eXpLa1JYZVNyK1NuNUJiTWhnd0RsOHowUUkyN3ZiUGZ6Wll1UVlkUTlTcFlDQ2tFZ0RPRGNFU1JtR25NQ0Z5ZHJodmpQcTd1NkNHcjlDc2lSS2s4V01ZdWpyMVZyOHN1aVlIMTR2YXQ3SU9MZ2hvZG9nbURSV3pHQWpsTFF1b3paaWpXWTJSeHdodU1LSUEvU29KK2pSY25BR05HeFhOdndkK1JBcTR2eUFNaTQvQmhKVkJ6T0tTREpyblI3SzhVVEtDVllRbjJ6S0RzdmkwMy90dVBIdEVlT21idHg3Y0o0aExGN3FNOUJpZnc2eDErQVYrVnVUR0F4Q2xwSFR0eWhmZDF5bjVYbFJPZjlVT1g0MUxNMTZpNDlLK29vcTNKQ201OUJ3T3U3aEc0OEh1WGcwNUVXY1JMU2xkTXk3M3E0VUk4RHFaZUlYTzJISTRPanZFWHRCUTJPd09EMkxGbmVOYTRQdkF4M1pxRVlFd0FFekRlYkJBOE5vQndOWStBRzhGQXpWbXAySm5iR1dYb081QW1rSTNMQkJIWFpkMWhRbGRMb2xmMVNyR2F0Z3hqL1NhUWF6QjFOZnlpU2JUMkFiZExGNit2NiszSUNBN2JhcFUxclh1WE1EcnFnNE83WTVyQzNYV2F6V05XSzVKeDQydURBQ1lGUmVpZWZJMlFEdA&file=Timo+Tolkki%27s+Avalon+-+Return+to+Eden(Deluxe)2019ak", + "infoUrl": "https://thepiratebay.org/description.php?id=33331396", + "downloadAllowed": false, + "releaseWeight": 34, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "E1F75C4BEAD2C746C26CB9070B8F142FD6028ADE", + "seeders": 1, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:AFAD1F322659ACE0382FFDB73681FFD7029E1232&dn=Timo+Tolkki's+Avalon+-+Return+to+Eden++2019+(Japanese)&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 2526, + "ageHours": 60641.98554598491, + "ageMinutes": 3638519.132759095, + "size": 142684848, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Timo Tolkki's Avalon - Return to Eden 2019 (Japanese)", + "discography": false, + "sceneSource": false, + "artistName": "Timo Tolkki's Avalon", + "albumTitle": "Return to Eden 2019", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2019-06-09T09:18:27Z", + "commentUrl": "https://thepiratebay.org/description.php?id=33339008", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=N2h2QkxIRG5SSmJVdERGaWREMTFlN3lxeDUxZWgwdkp1UnRrSSt0UC8xbFh5c3pCdzJoQ2t0TFFnWnNwQzBhY0gvb1pKMXpSUmpwVVludVgwNmRPajh2ZUoxTDRQOXBmaVY0Z0NlLzRJTDIxb1BKTy9kZU9pN0lzLzRFcVAraFZ0MGZKamNNcVBOdjFPZFVGVEZWRFQ1NWc3OFppYlpDbEFFM1VieFQyb0xuT21KbGZVS3A2aWZsWEdTQnBRc1g1UmJyeUJzZFo5SU1LNmxmcUN5SzFvZ0M1Yi9DUXdZWXRxK09QaTlCRXArVmRMVFFDQjJudW4reTd0bEp3Z3Q5RUVuR0FDZnJDZWxUcVNtdzlndksrZUVGWWJoSWNxR25VRXdxSnpUeCt2QlovL0dxdmlaTkZKWUEvNE5OQVNtYUFrQy9ibWtmNmFLRFdycnlOTnFwdXBhbW55aDBGQnNLM3RXenZlTDFDQVU5N3hXbFBnbmpMRlFudUExdlRocTVleW1kODFXR05SM2ZiMlF1elBGbXlBTHE4RnBsK29qR2YzLzk5dUhCSjBDZkVHVGFyd09wMXl6ODg5THpRZDQ1WFJKb2ZvR2dkSExvTXQyRW5CemZlelpLdnpoQkJEMUVKR05McGZyTEphQUUzeDJRVGowMnptbXlRQWg0TjNQQUg5TmpjM1IzbEw0WmNnM2dhZjU4cEVIOElBMmdKaXZDbkNhdnFrRE9Kd1JIRDJSK0djVUtZTmpOQ0Exb2pwYTZpcFJCMjBGOCtvTE80L0xSL3NFZ0lLMks1dmZJbThFVzlTd2twaU82SGwrd2h3ZFZIamRJTGtUVWVxamU4VSthSm9qYnV6NW8vaGNaSlVLSE5WK3pxRDNzRTRPSzc4RWtlWVB4ZFcvVlM4QUpuN1o0anp5YzM1ejBmaitoemJtek0wMThTWFgxTDNOZFpRbzBuWWRvZTA1ZG04MjhUSVNZcHA2bHZGOXR3clhUdHJnanhyR3RTdlRiblhMYStuTGpvWEptMkt1RCtWQWdKckJtUEtCcjNqd29IdGVMbjBtK2FFQkdrb2d2U2YycVJqdThNSUhsQzZLNEFESHQrK3NZY1lMWHVHOXpKbFZXcFJuNUJBVkM1ZjhoYm56VFBxQ0t3MmtpNE1wKysrRmV2UkJ6dXd4dVZxR0xRN3FldCtqRmFjRHl2SE45L29TQmtsT1RzVS83SWFkcEt3cHBIVGliQ2JUNHJ6d0U2VFRtcWlONWNDZzV4MmNRNUFBYXBjUlR5SVprZ1R6NC9TT3Z1bWlNQndxMWRTdFV3T2ZtM0NDT0doUUpVbVQ5K3VoVnErdTA2QWhFbU94UHlEZmRKZzRDV2cxNWZSZXh5eG85Y0lFa3haam1uU2xSNWVwQTRRd3BnYmZIZWtLcFdKQi90OEtaT1ovcHgzaitGSWFMbWcxLzY3eEtoMWYxdFlsYXVxQWRlMlNqTFVOWFJET2RGSFBjdjhNNGRwdjJLSjNoazVobDN5SENwek1iK1VuZys5WFJrWC9VTlZhZjNlZGhmWXl4UlB6YmxhejNTSzFvTTNndlE5R283R09MUmFVbE5MM1NIRkNjemlHcHBpeHc4REZDeiswcDRoY2JjRnY5RUtISU1JUGU1NVJxV0I2ekZPTE5KWVh6NFU0azZ4aFFFOGthQ3BUaU1Td1doOUpQODVIR2ZrMnVrbE9zbHR3d2ZBdkNZdGU1aXFMc2cvYkpod1ErYTNleXBoUUZsSkZEamprd1lLTGREZ1ZkSjNqeENhRHljTk1mVldwUEgwR1BIcTNjTUNDN1dhczhaV3VhRkdOS0tmR3FTZU1SOE5XU1BuY0xzVUpPZTBrbElnZTRCU2VJOHAwMEhrdTJFY3dnbjc4em84YVpLRHdpdzlvTDJyRDI2NTVkeGpUWXMxdWFFb0VCOVRIdHdHTStBdnhVTyt6dUVzRmVjMEEwem1nTEZJVEVRa25mSTFkTTh0cEU2ejNab3VUZTZ1WHJkZmVDeWdMWExsYURTQ2pSdUlwTEVickJLMmxSbDNDNnYyNUFRMXk5STIxOEdmWE5sUjZmMFRqVnVpVzZRcnlDUXRPcjJMRG05SHp6cmxJUlJFdTJNa2NEVw&file=Timo+Tolkki%27s+Avalon+-+Return+to+Eden++2019+(Japanese)", + "infoUrl": "https://thepiratebay.org/description.php?id=33339008", + "downloadAllowed": false, + "releaseWeight": 35, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "AFAD1F322659ACE0382FFDB73681FFD7029E1232", + "seeders": 1, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:1ED80D6B7CDB4D38412F2BA8E56AAE58DCB5555C&dn=Pendulum.Of.Fortune.2019.Return.To.Eden%5b320Kbps%5deNJoY-iT&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 501, + "age": 2322, + "ageHours": 55738.20026820781, + "ageMinutes": 3344292.0160924685, + "size": 172120800, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "title": "Pendulum.Of.Fortune.2019.Return.To.Eden[320Kbps]eNJoY-iT", + "discography": false, + "sceneSource": false, + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unable to parse release" + ], + "publishDate": "2019-12-30T17:05:34Z", + "commentUrl": "https://thepiratebay.org/description.php?id=35405028", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=b0FJaTh4emQwWTR4UjM0VTlWVGx2Q0NaV0JLYm1icHRLdHgyT2lPdWZ3RURzZ2lUYXdaSVJxRWlNZnE3cC9SRk5OcWtQQ3I2N2FhV3VGVytIYmRkdFY1enRvb2tsQm0vTi9UZXd6WVUvKzhFRG1HRGxWK0ZWM01SYXJBSEFpckVXSUtKaTVNZjFad3hXWXE3dmhCK2h6Q1NTMTZLMGtVdG5wQ1hLTzRVa0xka0RndzlJd3ArRW5aNTdtdTlPRVJmRmNvbXNjQVVSSXRBQTZ6RFdzMXZvZlZwV256S0xKUTE1eUFGd1VLblh1dnh6OEUxM200SE8rM3llaTZSK1c3Q3N1ekVVWTVjcmd4eUxXc2xldjNPakczQUVKa0RvQ3RTRnVrVEJnWTFQOTRLWk0wd0w2TG1GeFFuU0p0ZnZiNmNCWEhxdmI3a3grb2Z6dnlRS0I1Z1YxMW1hVmFLNGNuOElLeUNwcnBHdEorN0ZMVFd2eGU4TzVrN0U4VkJraVQvZVRYTXg0bVJxR3RLQnhGZTVKRlZtUG9Qb3RNVTV4RkJQK0pVRzRjTDMvWDhteHpHODFheUt4YTBzOVoyeUdGL1craCtNSldWWXNmNEhyU0ZOK1FJNWFxUWJEUWVQN25DWFYwekNhKzBzSER1WFpXSmNwb21OLytiUXppQWhQV2orZkpDcVdmakw3SXQ5em0rOTI0ZThtbWJudVA0c3hKZTJzTDlaVVhqWmRZTnlkS2ZLRDB6WHRCMThUNC9xQWs1a1dBWkwvS2R6KzVla3dPK213TDZRU0VieW12Y3lTdkJUYnhLTzY5VnBIUnNFV1RUcDlnSjFhbDhhRjVQSVE1cVk4RFh5cnRPenlyUmRvR3VsWWNlVjVFQUJyNXFDam5samI2bG1DZzR4ditqakxrTDlJZVUxQW95UjlIUHJaSEFURnJhZ0RnQmJ4YkZncFZHRHpEZTBKRWpPQWQ3UXFCQkZnSjFqYUhvUjRMdm1telNnN1d0c0t0Smc4V0pycVFmeHNOcENoLzAvUzhiU1d6ZVgwTTd6YnFTVDd0NEZER2VheXBGcEZVY1FjS3lBUVE2MHFhdEFEN2FXenRKSE94Q3lTMDRxY0Y5QmZ4ZXV2MmdUUmlGT1pSYU5LcWs0empVRFNJQTVWM2p2ZkpGYUlNeGFjU2lDMWsrOU1xSVJaeWpESG5hYzNzSXlXNmhiZXpqQmluY2FoelNYSnhIRllod1YvL3lneGFFZXA0RWRKc1N0QkM0c2hXNmdBNm9iR2d3Yjh0MmUvRHZjTE9LYXUrcTh6cldlSHNpT1dJeUx3REEvblREK2JSaHVYVjc1S3Vnd2Jnc3BnRGc0NE83RUp0WUVpVzFKVXZpeHVYczRKNFphNUpORzdyU0hSR09Fd01GS3FOaGF5MEVZdjhkc21aMkJ0dG1US2lvdW5hT2tuTW16QStKdmFyL3FpSm5DWTAxSkloaU1TNkViUS9sVmdNSWxUT3BLQk9xZzdDL2JKU1VMS3haNEJOci9MSldtNXRHMi85OUxRN0RBTHNKZ2daRG1ZWEtFWWhWN21SUmxyWWFLbUo0TkRSajNlUW5Yc0dCV0YwTlhuVzZoZEZ3QzZndTNReWFHZ0lOdnkrZVMxZncwekRXeHBvZjdqRGRJd0lLZFZrNjB6bDVhb3R0Mm5laWtpc2o3WnY5c1UvZGRYM3pybEdTamFPd0xJeC9YdzRTOUtER2J0czM0SWRXYjlrbDJOWmc0MTd5WE1iMlZ2cGcvTVBVc2NRdWkwVXRrb1pUZmVsRUFhVE9sT1NXSEJMTWx6czMybFBlV0lORFFLd2o5UGt2dEtqbFRiSHlFbmdTYWhubHRhRiszcDdCMDZDNEs4RTFhdDJPK002R3QrZWc3UXp0bDNFYUpidmFoRXZjTGg4TUVmREN4KzZmNE9XTHJMY3FKejM4QVlCOG9KSjBwQ2dSOWZnT3lsZEd3TkwyRXgwajc0Q0VIeFQvU1htY2RnczllZkwrME5VaURVT2g2OHdqaFZmNEV5Zkgxd0l2NytSZTJQUVZEMUUwaFBjZHNoOXdCMnZ6aEg2WXlCQTNWeENWd2lLZWpaMWtQZWhSSjlueHZKek5YdWtPdWd0Qg&file=Pendulum.Of.Fortune.2019.Return.To.Eden%5B320Kbps%5DeNJoY-iT", + "infoUrl": "https://thepiratebay.org/description.php?id=35405028", + "downloadAllowed": false, + "releaseWeight": 36, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "1ED80D6B7CDB4D38412F2BA8E56AAE58DCB5555C", + "seeders": 1, + "leechers": 1, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:6D8CC86172D31797445DD6107785CEB9443FB287&dn=East+Of+Eden+-+Dyskografia+-+%5b1969-2005%5d&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 2120, + "ageHours": 50890.68082376389, + "ageMinutes": 3053440.849425835, + "size": 2616616704, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "East Of Eden - Dyskografia - [1969-2005]", + "discography": false, + "sceneSource": false, + "artistName": "East Of Eden", + "albumTitle": "Dyskografia", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2020-07-19T16:36:44Z", + "commentUrl": "https://thepiratebay.org/description.php?id=36261534", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=MzRYMW9PUXNFUDNUdnNDUmdBbXZYcUJpNFJLWEdqWCtlWXBWTFh2NzQ1c1A1Ris3REE4OHAwRjFHcG9IcmJlQ2svbTNDRUJEWW1LRyt5WWZDMUhITEM4WlFMMmlScVdQaGVyQWx5S2REOUJ3SlBheHNXUTNPTzlxTE5vNkdkYlluZStlSXk1S296bmtKM1BuRmpIS084OWgvTnNuS3NtUUNJUlpWT2FIenFHMVgrZk5SeWtoVW1aTXpwZ213MGtwdVNlMmZxM1ZzOXc4UTFsTEhuWkNRZUVtcUFiYUx0UVh1V0xBSGhlRENKdWRBOG5VMElxaTRpaXAyT0MzcjlpbnR4QmEraG5xSGJoRFlzbTBNd0Q0SkYxQzBBdVZ0VmFCaHBuejlucTdGS01DendOSmM3TlR1bEZkMXNmWEtSOUFpMkI2RkVMdFMyRXAzWmRyMjZDUm9LT0VGdlNNRFNPTkIxUzVLVm41aTVGYUFvK0RnU0lkUGZSdk9iQmRITHYyZmlJUC9mZXJxcTNVZDF5V1M4WFBKQytMRm1DK0trY3BCQmEzbCtaMW9JMFpjYkx5M3MvLytRUnkrd1Q1aUs3b1hzZE1zUVErbUtYOXpJTEtlbVRBQWdMNm9RU1I2cGlQYlUyVU5pKzN6MHJIY3EwMjRRa1dlZ3gwQTlMdmVWb1NoWFBYTTgzbTU5Z2RBS1ZzNnpDYUZqL0hpbUJwZEw1amp5UXloc21sNUJIUWJwdUorOHBWQ0FkRWRxZGo1RjVaMkFSMDhNdzByYWswbWM2Rm1sSGJqRXFobG8va3M3TlltdVQ3WmZnR2JNbm1aRVlVSy91UytPTldwWXJiN3d0eE9SWHRzcVMxUjAzdkUvek80UEZUbHJldW9HZmNJdW1tUXpCTWFPQnJhbHdHdjZVSUE2MHNZb3hqTmpneTZUWnRBQXR6a3lYUTc2K2o2dWlSRE50c1hwdG9IanorVnFRSEJYSnJFK21waXFZY2Y3aE1ldlZxQnN5MFBncUxIU09YWW5wR0FyWWwyRDdROVBOU2JkazhOd0Iwd0NEQ1lVbm1SRXV1Nk1IQjY5bzdMNkZJbnZ1QXkwRTB0T2JSbWR6K0JqMHpDL3hsNWEvaERzMWRCZGRkTklSL0ZORmZvdFlSOWhNbVVRUkZ2QUdPTmdkR0hRNTVyc3hCSDlHcklDVXFBdDU1MWNFVXYveUUwSStsZHVpYWlXbFMwTS91cE85YVdpSHY4REtPcmJpR1ZuVXpoN3lLVitST3pTcGloRHMza29XNVB2bzhVSVVpUmhQYU1idGJydHVUdFY1ZGhwVndMUm9hc3B2dytMc1VHdFRXTGdicjBtUlp3MnBoNjhQYk01MFdWM0hqM1k2ampsVXJWd2Q1ZU1vdkc5STVqRXFBQTVpelJsVGJFV1lBNXFGYmRSKzNIY1pSQm9jdUE0MVd1QXpaSHhSWXpOVC9Xd0x5eWlCckF6NHRPNVMyL0FNL2tBcFJRQ1MzOFVPSVFaaDJ0OXYrc29MVE1waHN4TEZtTCtFRmd3cmJBYmVOWkJHd2h2cXpiVzNCM3F0M3h0dkkwQ040c0E1ZlFEamNlY2NFVTJsaUtLMkZKL1Q5SXorZ2RtWTEzQzJwRGhZMmxwa0dvTnh0cHlGWVlhVDBKVGVySEh1bkk1d3FUenkwZzNqVkFYMG5VYUdFQzZPcFpHMDNpczNBQTBQejNxNVRqWGpyMDQxNURGRkJFUWt1RzBiN2srTVFnTjU1YTdwY1krT21yZ3BDeW0xb3lwL29ET2h4RDNvdnozazZLZ1Y2a0pFZk4zcll5eWRyTS91MEhKc1VtMmJIYUFsY21ubWJaK3BWRFJjckZVTGw4d3k4MXcvMlFoMkIyTElnRmYvSU1SSDhEV0FKSTRralVNRmloRUc4Z3ZqT1BabHkrOWNiWDVNQnpZaXpLcWJMTTNlV0NiM01qdHh1Yk40bDBOVGV4czlEQ0FLTFVFY0FpTTZXQ2VrZXJKMEZ1eTk3TzdpcldRcHVCTTI1cFkvTHNvYnlCdENzcEpOY043b1d5UjcveXFDbGdKc052QUlRTktadFpsSUg0VGM0Mk9XRXlxTT0&file=East+Of+Eden+-+Dyskografia+-+%5B1969-2005%5D", + "infoUrl": "https://thepiratebay.org/description.php?id=36261534", + "downloadAllowed": false, + "releaseWeight": 37, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "6D8CC86172D31797445DD6107785CEB9443FB287", + "seeders": 1, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:847852E8EB67A8FAA56D6B21F21A091C0293BF9F&dn=%5bambient%5d+(2021)+Bart+Hawkins+-+Vision+of+Eden+%5bFLAC%5d+%5bDarkAngie&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 601, + "age": 1664, + "ageHours": 39944.65304598678, + "ageMinutes": 2396679.182759208, + "size": 316504288, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseGroup": "ambient", + "releaseHash": "", + "title": "[ambient] (2021) Bart Hawkins - Vision of Eden [FLAC] [DarkAngie", + "discography": false, + "sceneSource": false, + "artistName": "(2021) Bart Hawkins", + "albumTitle": "Vision of Eden", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2021-10-18T18:38:24Z", + "commentUrl": "https://thepiratebay.org/description.php?id=53225282", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=LzVUN2ZOOUVlLzJHZTNBb3pCeUFDL3h6VmlEN0lIYWpWVWJERnI1QlNoTlFnZXg1WG1LWE5FRGdCbmYySkk1NUFvNlBqajJMWlF2ZFJSQ0p5MHA4REYrYlVRYXJVU05lODF2bkxROUhxcnU4NS9yQ3dMSldGbFB6a0kzTTNTVTNSaVBkMHBlV0tod2w3YWM0d0loOWM3UEV2d3NjWWNXWUI5UDVZcTlmVjNEbGt1blBrbGlJdzcvVjBLQ0EzMUhvNGtJTWd0UmxuQ1J6aWRBOWZkRkVvR1NRTC9tdm9FdzlNSEFuUTdQcDBLZkprYW04Mk1mNnVJUHp0NG95TktIbjY5OTQrbGlwUU9TcFc2VHpNY2thVGxOL3ZOYVdFejQ1dlhjTGpCNjZMWTU5d2RQaUpTQ0NTekdKUDFMaFNPWEZmS1d0dUcvSUpIVVJLZzFwVUx3b3oyajlHdFZoWk4xUTlONExxMHAzREhSaHVSSm9wc09ERkVqTWRHOFBaeFlXVWVkK29NVGF3Zm81VUdwcEFhNlVQNUNqdnhZbE9VVndXOGF1a1lPMlJFQUdwbVVTOEV6eUdzNitFMlVIdXJuaVFZaE13Nlg4M0dTT091UTNaSUprSU5yd2pYOWVVSTNzTW1VQURZQ1FON3pRL3Y4SS90NGRoaWpiL3BPOUEycEdKNGg5WFNOUmI2V0lac0lrcnROUXpRSFRmMTdMYUVYODEzYmtlVXVKZFJzVzlhWVY2NURvK3NSbm1QUVE3emxBanI1NjVDZklZeTVUWXAyWkl0OStoaG9PNTBuQ1RHNUNiOTNBRXhwNGUxV2JaaXdrWW0rYm1WMHRBaEFVZXNPOUk3aTdUKzB4TUlLdUxWaVNmRlRLMjNOaVJEbGF0YnAvSStYSmwvVnJ2S0J2bXhocTR6RDNJWnBYNHFoUEhsL3hGWnNwKzhWZXZFVTdQU1J1YXFOcGxJaWhRaXpiNmZHU0k0VEt4TnZzek9IK0MrVnQ4cVRZQTk2UXJMOThqS2laN3E1T1J6T3BQZTVwUzFiNW5lOUlzTjBJemh4VU00WU94WHkvejI3Qk9jMFFrdzNPU0lGdjY5M2ZEbjh0NDBHczJ5ZnNXODZuV1Z6bkhxbGxpQUcyeVZZNTRtMHRIbndSL05nclZVSENJQ1VSc0Vxb3NxRFZha2hZNDJBTklwSmVIb1FCcEtJM014U0FpYVo3YWMyT0VtYXgrSVdPYkpzaitIYnBSSWFQTk1JRTNXVkdwVUI5eUtEbUJxd3RiMUxvckxEOXJZWGhHbHdlVm9YdHd3ZFdZM0U4Q05LazlBUlNqUDNRZDVpK3RHMDZUVEp3R0RDU0h1YnNNNHJkdW9HZ3JFQ0JCMktwVTZMemtIMlArN3U5eDBWSXZScTNSek04YURrZjdleDlVV21DaGNCaWJRMW9NVjBUT3pSdDNOL0VtR29aWGpZL1NSVXkyQUdJdXRsanIvM29aWWhZQWR6SFRQcGxiNGdHeXlob1pBYlkzcnlxcUhPMlVGR2JCRnlQT2wwZjZIMVJCOEpVOVNqc3hRNjRCb08rbnFiQUdWUGZxOFdEcGQ4cWVzanZFOUV2b2dISDJ0a3p1Umozb2xhU3R3TnY4Q2hnM1Z6MWFzZXNUWHovRXhOeGxvRjlKcFVBVmtPelVHOVlMY0RFVkUzRkdBb2JUOXQwTDRYMnA3eWFXd1BCdm1OY1daWVZJb0hVdW5qSDU2dStYM0laQ3B5azVRa0tBeE8wdVpnWWZkMUtTNkNrMkRUbEQ5eEhRcFFrMitxU3piSUVIb1QxdTcxYzdRR1piTHZYbklMeUhkOHhZbFkwRTlTdkI3RkFnVitubGpUcE9jOFZ6TXNQM3ZXbkx0WFF3S01MT0hMcXQzYitOOXFkblBvQ2dIYWk1SUw0N1F1RldpSzF2cXBhQjE4bEZ6R3VtWmNWUlJuQVNLSXIwbkhMZ1ZNNUl3WGtjUXI4amFETmpBQ0QxRkpSTmtFUE0vbjFVTlM5UXAyQ0lPaHdnRk1aUTJKOW1sMk5EZHo1VDU4R28xa1FGVGNIMGJlZDdnZG93SnFwc1dnc0puMGFvRFJEWTN1Ymo2K3RhYTBiNno2NEZUVzBrM2Y0d2dPU2lod0FZTlMzZFpnT3h3emxLR0lJUmc9PQ&file=%5Bambient%5D+(2021)+Bart+Hawkins+-+Vision+of+Eden+%5BFLAC%5D+%5BDarkAngie", + "infoUrl": "https://thepiratebay.org/description.php?id=53225282", + "downloadAllowed": false, + "releaseWeight": 38, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "847852E8EB67A8FAA56D6B21F21A091C0293BF9F", + "seeders": 1, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:EF54D476978C9EFA1E65969101BC91B43A3690D1&dn=East+Of+Eden+-+Essen+1970+(2012)%e2%ad%90&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 387, + "ageHours": 9311.304434876221, + "ageMinutes": 558678.2660925733, + "size": 285014624, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "East Of Eden - Essen 1970 (2012)⭐", + "discography": false, + "sceneSource": false, + "artistName": "East Of Eden", + "albumTitle": "Essen 1970", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2025-04-17T03:59:19Z", + "commentUrl": "https://thepiratebay.org/description.php?id=78845884", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=NjQ5eU45K3VhTGUvd0wrRW10V1dMMklFaml4NVVOa2hWUDJTSVhaVFk0SEE0bW5sVlpMT29QQXFxaXpENWExS2hNSDA4Tmp4S1NuNUhjcmNlUVRhMWpjS1hoUHBPdUdTTVlNblhXTjVkbmxhbkVXL2FVMUl0amIxZmxLL1hpbEpiVTFiSkdaUlFIRE1qdGxidDNjRlNrUGZ3QTBMZzMyYktqOWQ1UkpGWjhIV0VZL0tVbG5LdXJUT21ocGNFd0ZMUTE5eXhkSngyL3RLNmZ0VFVIRWlJT1FCa09CNktBWHpXcE54OXM1YStSZURhZHdzOGhpZzloaXZ0VUY4MDhyZmZxb3ZqSEY1aklLMHdQckJaT0RKcklZekl6OVE1aitaRkVtZkdjcUpjN0czRmpYM29rWlZBb0hWUWtBdSszRmhma3VmSTc3dE5rNmpGYUNkRjZtQVRQL3NRM0Vxcmhqb3hhTDdHRVE0Wk8xTnVWNHkwdk5kdVh2cHFEYWI0WVJoUEJuNGpUQzEyN3ovSlgzbjI3M0lLSWFxRWVBeHVjaGdydmZoMUJGUnVSbXBqUzNrdlBZRFloK1UxOFFnOGlrUXZLYWNEN2VZdEhuL0NNT2RmcmVmZm5taW05ZXdER0NFVUNMQVZMSTVoaCtpT09FMEEyMTJLUzg3NjVLZU5DUUk0RHcwOVRLYjgrVzlPN2l4SGhUYUt4SGRQVUszU3FPcHVvdU9WR1h2bTA5TmlHcmhhcEZNZHk4aGxzUWFpVll0bWpCRmpsQ051ZWtIWkxlSzVVeVZzalQrbEdmQmFoMWo0SHM1VWRmeUNIOUtPdWd3TlNDTjlzVVRJSHpUYlhFU2hOWDB5VHNmWkdUWEpnQjlHZm9JQkFnU0R5VXc5SkorY2w2TndNT05yOGphemZpR0pUUThITjZMVC9iUU90WjhWY2FWTnRCZ3h6bEJqVk5rUzVmeFRZQWV0VFZlVmtSNVJvTUMxSzYzRG9nbEVBbE44T0J2elc3Ly9ZRENHV0ZreU1wZzFUUXR2MkNieFVWZm01dTRic09nUzdacWhlVnVGSVpEVHFSSXlaWTFlakt2N01LbmVIQVMyOFhqWFJUVFZUczJlSUZ3SFpxdzJQcTRSTTRIUE03U3czdVN1aitQcnFUU2J2cHp5UHB2akdyNjNGK09ONitRSVZ6ZURqdmErNTZwUEhkTkdzcVdxbDJoOXk1NzdjN2FGQjZlWXF4aXRselN0ZFdMcGJiYXFUS0pLbjdMT2c4QWNybTNCSzhGSkpOZExIKzBzR2lmNnZMdEpFbEVTZnNPQ3NEVUgwUzh3RGRGSEtDYW11NXdNdDFzVHcrM2xPeTVTVEpqWk9HRmhVZzBUbzIrVENJSHYrRGR0MndFUmV2N1pScFhiSlFvSFVTRGM1cjBEbjhXY1Q3L1pyNndpTzl5OEhtU0RMYVZ0TlJwbG05V2dtUUt2dDZIV1oyL3Uyelg5MEhnMVhEWGg4V0ZGVWFRNWpCbEJTS2dhVFJ5ZUhLaGNRMjc4MnpRZ29pdWtQUVpyYWQzUm5wN2JhV2xYcU0yNTFzc2xyRWs2dmJyRWNsSC8wam5RNEFBWnp3ajVhK1FiQmROakd5RW9IeTZFYkx1VmROVXd2UTdRVUNxS2I4UE9oSzFCTURSZnkxUWh0bEE2b1o0U01PcU12QXlpbTBXdTRDVzNhbzIvWm9hOWpJWVlCQzdRKzJqMVdFMFBMam9qbWZjZzhyaFZsaEU0YVlPNkFxd1FpdEhQOGtYZjVybTB3VVNXa1hhOTJYSEpBWURMeXBjMVFFTFZzTGxPQUtlVXZvcUR2ejArYzJocTZOWmpTVTZMbUJTVjBKU3k5RDZPeSs5ODduRHNMZHZ4bE9sMWdxWFRtM29OQ2xSZEVxZzF5a2puTTR3NnM5L3haZkJ4ZXdhWjlvZjcrckRLd2RrRDlKdXBWL3VFMzUvV0w5YUQ2RGx2QlVnYXY2VVhWU2dCcXd3UXRtTWszSGllYk5PazU3NUtxQjBkYkdYMWhKZlNJcGd3YUE2QUcrclI3YWJha1hseHVtdDQ3WTgvNjFKMUhPdlRqc1ROb1VmSFBWQkVudz0&file=East+Of+Eden+-+Essen+1970+(2012)%E2%AD%90", + "infoUrl": "https://thepiratebay.org/description.php?id=78845884", + "downloadAllowed": false, + "releaseWeight": 39, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "EF54D476978C9EFA1E65969101BC91B43A3690D1", + "seeders": 1, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:ECEBCD2486F900D84F4DA2A2C977ECBE277B2704&dn=Subjected+To+Infinity+-+Nightside+Of+Eden+-+2025%2c+MP3&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 125, + "ageHours": 3023.0399904324167, + "ageMinutes": 181382.399425945, + "size": 77441888, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Subjected To Infinity - Nightside Of Eden - 2025, MP3", + "discography": false, + "sceneSource": false, + "artistName": "Subjected To Infinity", + "albumTitle": "Nightside Of Eden", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2026-01-04T04:15:11Z", + "commentUrl": "https://thepiratebay.org/description.php?id=81687818", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=RUw1dkJWZWZ2ZUxBSW5PTDVwS3FvRTFVckJRdXJpVkVOZTJ4WHJVQnBRUTN3YkJKamNUSDZqNGNWYnN3WUZjaHp4Vld4N3oyYng1R3Jyak5QMHcvWDNEQi9SbkV6K0JtcHlqNlV2Ly9US1lyZGJVMHJJOFU0TzAxaCt6SVJjcTR6VDB1VjZkcEpqSTA0U21QMElYUmlFZDVjbGlRbDhCNWNYcGFRdXRkSTdVcU4vendYV1NoY3IvV3VuM2wzY0dvWWIwamcwb3VvdjNUajVVSndJaVFnVXdlVjlFL1FvbGorZUxpTGY2NDh1K1RyNCtVOHRUamRidnlaWkxzT2RKRG5Mek9BWHlQaHhHTk95eitYQ2t3MnduOFpvd0pUV3FzY3BVUXZGODVqS1lXZkY2RW1lcHFxKzZhelFtcGZnd3ZSd3RzRjJqMDZITWt5OWNOWmcrOGJXVDlwdHdLOFIrWDR4TEVNZE8yK1V6NVZZRW9FRUVpeXcza3ZNRTRYUVVrQ0VYYXFaNDlKNGFLcmp3czBoUStXWmQzSFFiYlFXS21lYUJkSys2cmg2eFN4UWJ6MnZpc3VCZERVMmJWeFpEa1FBWGJnZ0sycCtOY21hdXdCMHlraUh6TEo4K0NhOSswUS9Ca2lzOEkvOHRMNm1qVXZyVU9DWHJIc1E0cW9mRGdsbHhwYThQUUFjK04rL3lxMlVRY3A3eXd2dndRRmwySVRpdHJkUWFZRlNOQlpGWStncjlVdXJhd1JLdnJtanA1elNFaVdVakt5NVZac0UwcjNDVWVPOUNlOUtuR2RrL2VQY0x3ejc3TE5jbWRqQ1dpWnBCZmpaRFR3cnE3cXduYTF3V0FIUldpZUk5Vkk2bUVsY2o1RXlpYVlQRU1xK09UcnljeHpPcWwvYzJtcW51Y0JWdWEySC9aU2RLQ1lqdFZjQlhOT2J1b2ZNdTAwaG5yWXBWOFhlNm5qRUZJTU9EUndtUDJaditZbloxVnNmdk9VSHJOaW9sYS9lUVNTSHBBclc3dHZYWFhUclp5YVJ3YjBncGozOHBSRnVuN0xXOWd0ak9HQ01Uc2ZMQ2ZsOUE5eUY4L0hsODZOREFyRmV4b0tZUlhjYXZtQWRxS0RkUXptVjdkc3ZIV2ZZV3dhTmk0czhjRU1vSkZDcC9UU0VBNzV4cEZwNFI1RWp3Sy81MUNtTTloK1BkYjNmbm5CZWNkOUxXbi8rOXRZZjRGdzl5STRXY3NudUI3Q1RJUDhaSmlmQXdETGJ3N1JtYWlZdXMzQi9DWjYzdkhSano3bVkwWlhYTFdhcm9ZRzBtc3FmM1oyYUdUTkJzVXhuekFFajZsVWR3dFBockRTVzFjMy9CKzgxVEpDSDN6NkFWc2src3BNODF2M1g1ckcrczhoYVVrSDJiMDRyUFd0Sk1paEwwYU1vNjlmRjA2SVV1TDlMS1FtdFdVREtvelJSdi9uY0ZTTXpmdCt2bEdRVC9mK01ad1U4SWxQYk9qQXA5RVlWSjVpemY5a01MUHJ2amE1M013djljWUh4bStQNDArTGo1eFhJRnIrUmRaKzJNYW10RndWZHpqNlpTaithRCtNTnJLcTdoaVo4ZFBVS1dMQUlqS2RPakhtK2hkcnJaN3FPV1lVL0pJV0JqVTJZaTFiRjJqaU5YWGhaNFg3QXA5RXdlMkovaGszclJUamVsZVpERGZPNEpUT0lubVl5cGlBZDdmRDhVdlB1SlBmNmVMWUsrb1dTS01hYSsySWR2b042aVNLdk5oZnlWS24rOE9RT3AxQ2kvYmQrR2Q2NStMbjNXU09yWFJLTkREeFhiZ3JOdWtMUnc2ZTA2aFlMR29PM2htRWxSd1oxVTlPNWplWWEybXNLR21nR0hyU3JET3Zmb0xyKzRtUUFaUUZqb2tEakVwTHh1QTl0aVVKdGV2K0Y1NDN6enBQSHB2LzlXQW9BS0w1TWhjcnFZMlNtMFRxYUpabmpicW5QclJXZTlITlUvaWZKTnhkaVJrWHdkcENadVhxMUtyNDRkd3BUaVhSaDBnWmVjMGx2c0dyM1BCZkNjZzJzcHg4K0c5VkhTTnlyL0dyVFo4S0ZoS0w0TVFaN0M1SGlLR2oweklPRjRLK2tXQw&file=Subjected+To+Infinity+-+Nightside+Of+Eden+-+2025%2C+MP3", + "infoUrl": "https://thepiratebay.org/description.php?id=81687818", + "downloadAllowed": false, + "releaseWeight": 40, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "ECEBCD2486F900D84F4DA2A2C977ECBE277B2704", + "seeders": 1, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:97348A1B5F2C7D39203EAEF4D2972536CFBF1757&dn=From+Beneath+-+Marrow+Ov+Eden+-+2026%2c+MP3&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 11, + "ageHours": 271.12693487738886, + "ageMinutes": 16267.616092645, + "size": 76620704, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "From Beneath - Marrow Ov Eden - 2026, MP3", + "discography": false, + "sceneSource": false, + "artistName": "From Beneath", + "albumTitle": "Marrow Ov Eden", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2026-04-28T20:09:58Z", + "commentUrl": "https://thepiratebay.org/description.php?id=82953577", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=OEIyVU1MeEdzSTQzdWxiWmkvbWR5emFjK3BHV1hxdFhjazB5alV1MDUyb2syRmNUS0FrNmlQYVVxS0hyRk5tOGFUTVYvL3FKaU92Vm5RcHVlMmYvTXVJNFZJSDhrYWNCNlVQWTBQUmw0UE03NU83SjRxQ3IzdXhLTWcrVUsyekRNQ0RxRmh6dE5QQkFBTlVTeDFZVkw1ckN3ZVV6elJzWnlGY0E1YmxWNVd5TWRiUnBib2lxN3FoQ2RrdGJ0eTlIamtwME1oVkFsNjg5YVFNR2xQSng5UXhRWThwb25HSVBTT0FtcWdUS0xwbXFVSHFzVjByRlFLQ3hDQWREUTJVSUJTVjJaSEI2WWtWM0l0RTViRGY4aXBNYWhnT0o2cm9NbVBBR0MwbXczYUpFbk04TXVtVTF5c3UvVHpyZnpVZkI5RVhhZWZMbGQ5bkFpeW1tMk5GTllkNjJDMEI2c0UzRk5CK2dvOW1FUngzZS9GZlFsVXRNM0NKYnNqdUZEMENuR0JXbk9Bdmxwa3FyR3lNdmU4Tjk0N0d4a3ZQVFFLUWhzTkg3LzhJcVFjMUx4QjcrMm1NbklNbXJ1MU81UVJGVElzY1FGUjdlNW42bUJWVms4eU4yWlU0RVFTWTUrZlBiY21ycFNhZHZ0RC9yQWxnQW9icit6UDFOMWpDUWpBaEtVVWU3TDlFRVAxNmtCY2NLeHlJcytnN0JldlR1U2d5NjJuSTF0dmRjMTNwcXFSOXNNLzFWQkh5K05vYmxGNnF5TE4xNHd6VTFFNlorVmtHZ2gzOVROMzdpT3gxd2t1VFRuTGh0NXY2bmNWL2hFNjRadE1hQVRUWnM3cVk4VGVEN0JKdWMrZHFIYzJWdnJ6eHo5bkpHR2l5a2Jsa3JPb3FaM2JtdS8wUDZtano4aU5qY1NSRG1aT0pJbEpuSmhwdkQ5dnNWUEx0b2RxZXJmOU9RYnZ5MVl5ZFZObFNqR250bFFMSzNlazhrYm9mOG9mQy9icWRsSGxScCt4NVF1ZElxaUVYY3MvNkhwZGxBZTh6VEFaQkJVRkJwY1l1Vi9EM3dVZ3MrWWVsZFJ2VVA1MmJaNEdQLzdtdFJBcDVHT0Y1VmF2RUlsRnNvbkxzQmFTL1BUa05Uek0zY1A0MlBSK2xXUHV6c0VxcFZHTExOOFdHWUR5akt3QlBTSE1Ic0xFSU5lWTVrRUo5ODc2bFI0NFJXV3N2d0lLMEpwQWtRZHNnbnkydHlvR21qc3BPcVk0eC9uWGlnWko3MGlySXk3WW5Pd2Z5a0tGQVpxME5MeERIS01iY2dIbmVmUnhzNCswc0JYT096aWF2VElnMDBQcE5HRnhHNlMzc2djOEJMclhBRDNwUk5NVmhPWnp5a1Njb3JYalJTZFA3NlN3aHRDbkdSaWZRV0x2Sm9ZL21RcWRZVDM3VWhhZnBUWDQ0eGFveGcxUXY3dzZIRnJNTWIvMmhEVEpmVisvb1pVb1FiWElQZTBnRE9BQXpWUml5WFRSMnRFaXphSFdmK1prcG40TFJPaUJ1OHJ6Y0lQRnNvQzQ4WS9tYUdFZDcrZytHSlVRTFlIVngwRzVMUnM5TW1uQXM5UFdFSzhscjNOeDFOZ2FLRGhKVXh3K05FeE10SzJIU1dYVEQ1MXRYbzk2YmRLQU9GeUdyOEVqaVRFOU1HZVRjaDkwWHRpWk82a3gzUkQ5NFpIbG1LMXZZYmQ2azQ5V0ZNN1IzMzB3MUZzbklEWkFaRlFhd2VrcHZ0UnlYR1haYTc2K0x3UEE5V3lHTFRqYnI0OGJ1VDVGd2QwN0Y1aTkxTUVvRm5Qb2VzcDBqUlBVK0RGWGVlSGl0VzJJL3lEaVVPdFJydmlGNG05ZXdUdWJ6eWErMU95Vnl3MEdNY3RxQVpuMFkxWFhrSFNHemV3OVl6V3VVTHVDNVB1Rjd3VExrdGNEYlNCVXloclFrdFBWVmhwdXROOTBycmsrQWRES1dWUXgrS01XNnBNNnZUL1psRitIUC85Qy9nZURSZEdGRUYyVzEyckxObGFraGRPYjRRZXBQN0tsSXl5UWhrTm1BKzZYcDFLNjh2eEtKaTVEZi9aV0RmV0NUWXowWT0&file=From+Beneath+-+Marrow+Ov+Eden+-+2026%2C+MP3", + "infoUrl": "https://thepiratebay.org/description.php?id=82953577", + "downloadAllowed": false, + "releaseWeight": 41, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "97348A1B5F2C7D39203EAEF4D2972536CFBF1757", + "seeders": 1, + "leechers": 1, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:31BE398E214AEB07F6030CEF1DC698EACACC2DAB&dn=Stealing+Eden+-+Truth+In+Tragedy+(2011)-eNJoY-iT&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 5500, + "ageHours": 132016.91026821124, + "ageMinutes": 7921014.616092675, + "size": 39135536, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseGroup": "iT", + "releaseHash": "", + "title": "Stealing Eden - Truth In Tragedy (2011)-eNJoY-iT", + "discography": false, + "sceneSource": false, + "artistName": "Stealing Eden", + "albumTitle": "Truth In Tragedy", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2011-04-18T10:22:58Z", + "commentUrl": "https://thepiratebay.org/description.php?id=6326371", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=L2tjWkMzaXR5WWhGU2R4Sm11Z1hpZDRxMWQxVTVBc28zSk52S3R0TFpwV2Z5U1NKSW5JQXErWCtub0hGOE5jUG1rVXJkbDRoSFVsWEJJVUwzUWNlaUVqSEFuRHZ0TzhBZktqNnhMcDAzTmpYWU9tU2dOUHJrd1I4ZmhIZmUxZVZSUFhYSDhzNTk4MEpVV3RqWXJ1cDdsRncycWVzb212RUlwQzBoZnRvaHk0VnhIdjFRYlF4RmpxUE15SWJqUTZDT25IQlYwVGZ5STlDa2JQZFZqNlZYaFBXMkNVR29iUXM2QlIxd3U1a3BWMnZXTGpacXJkaWFpN2NhWVhxMnp0RzJ6em1YOWdrNGducnRoMkRQMjJOMWkwcnVkWld6UEZ6WGY5bkhrWWNSWkw4TGIzQWtWZkRmTHBiVm1UQ2xzblBiT0FPVGE4TnV3bUdvZGRSTWpZM3JpZWJGQ20rbzd6VGdtNFFnclJwZWhqM045dytlNFJieFNCc2hTU0F0eGZhRjgzUnl4bjZ1blplRGJqSmlnRmJuT1hPSmNPRzhQSzJYKytmWlNNY1paVmFFMnFXQS9Bb0R2b21kbmczcGppbEFmQld5K2drZit1ZkwzYmM5cittMlJFb1pObXVOeUU4ZzNKWjBtMlhRYzAwaVJDOEorUnBjenNONnlpR0prYXpPWjg4OUdpZXhmMFA0MjBMcUFSUi9WYkIraXB0Qy9ZK0ZMTWlRd21TZEhrb2kxbk1sc0ErNnRTbWpCdktxUGtKb2dBOFprbk4wekFXRUpDMUJMTkxicElieUQzS0hxeHpBdC84U29vaXl6T3ZRWWlhTFdWOVo2SDVDVk5yM1d0cDFxZEpPSHhxRXUzK24zS2Q1TVV3Z0VZMDQxTThsVlQ3UkNoMVJ1SUIxY2ZsQTZUZGVjd25zZnE2aGNDM0VuTWs5MElwZ2dLcmtzRkZUVk9VWVBFZnhrdGxkY2ZaUSs5MGN1dEl0Y0ozUVBTVEQrNGNmTGxzYWZheVRYbWNPYk12L2NhVS84YVMzdFpuSXFIc3YraTF5VWFZZG5jZ0FqZm8yVkxtYkMzYzQ2Wjd1aHhVcTJQVWxnc21LaTBzU1hkZzNHeWM1RjJyWGtEKzdhOXVNWGlxOXl2OGxway9LZzNDcW9uVkYrc2dSWUlLclV2TEVaSmlTNHptRHdBOW1MSWFCcTBidEFQRER2aWsyRlBsRkxjVGpWZXBKeDRDeDlHVFdqNU1OZ0MydDE2bjU0K3pJbFRqcVdka3NmMHNpYndUM2t1QlplVmY0a0hmSnh5WlgyY0NlbnBxSnlSRDg5ZjlFNHdZNjlaZGhRWnloVUxsOEh0eUJuVHdjZXhUTEFCbml0MTVhV0NlZXlzTy9ONGJQbGQwUlJJWjE1NlozaHl5OUw2Mk02ZTdJUmd2eVVhODlzcWdPL1FNdGtydXBiM3NDTExLZTZLeHBpR1NXWmdaRmVUUXluOE5aWm5SUlpTVUdnRjlRWDB0VVVmSEhBV1dHZDhKTUpQb2VaR0dHYllFeUtDaGpMcXFnUFd0RVU3RXR3RWN0VUJaamJiSmNJZjA2MzZXMEJrQ050NitnUXhaNUFxc3p2SXlGSGdGOEgrcUFkQ2JRUDU5WC82b2ZmbUtCSUpHdGUrSXVsWkZRS0t1RUlCRjRXOVBUWDVnMGtOcmhkdEIrb2Q2N2NWVGNKZk8vVUs0eG5GVEVscDBGby9KSGRVUjQ4Uy9sU0FMcFhLRXAyRUJqQzFlcS9TK2JZNVIxNTN2Rjh6WUNwSzdjV3NHUGVQR0lyOUtvTW5uRmNhSlhVMGdQcVB3OThwNzE4WFFzaS9ZOTVQNGNBYzJreDBLMW5MT1JXLzMyOWM5d0dMaUdPeFNZZGhaVVFldFNFZHNiUEVhMnVZeC8zSFY3OWg1c3lGZFFRVGJIWDJYWGtzeUd1d1BXU3NxWUg3Q0Vnd1UrQnFUSGV5QUtJUWc0VzNaeFkrSGhtZDFSV3krZytobVB5Y1prb1d2dFh4Mi9xQmpQYzhZU2dwSTlXRURUa0xsMUJncm9uTFUyVGhjS2JJZFpIcGIySUZvSkRXVnpyc05ZWHdGMzdOWlRzL3NYRUNaYzRiR25pNEdwUmJEN2h4OA&file=Stealing+Eden+-+Truth+In+Tragedy+(2011)-eNJoY-iT", + "infoUrl": "https://thepiratebay.org/description.php?id=6326371", + "downloadAllowed": false, + "releaseWeight": 42, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "31BE398E214AEB07F6030CEF1DC698EACACC2DAB", + "seeders": 0, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:D2A976AB3A8B74119296D2CD15DCCE1B5A1821DF&dn=Eden+(Relaxation+Music).&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 5455, + "ageHours": 130925.01110154526, + "ageMinutes": 7855500.666092715, + "size": 145917680, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "title": "Eden (Relaxation Music).", + "discography": false, + "sceneSource": false, + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unable to parse release" + ], + "publishDate": "2011-06-02T22:16:55Z", + "commentUrl": "https://thepiratebay.org/description.php?id=6443763", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=RitmdDA4Vm5HY01taEg2SnhBZXdsNE9KQXNtZ2hqTTNPUW5PamxoMnNSQlNxS2ViZUp2T2ZIaUJYMzRmTlNza1NRUTNrcWpQU1hYWEJrVTRydmo1emx5TTdvMS9WZW43Z0NRTVZ1SXJGL29HZ2F5MjFwZ2drV0YreHNRcTRJN3ViRWw3VEZKcUZxYkN0ZnRldW4ra2V0YzVZVExQS3FhRTJSMmFFamhNbFdPRHE0d2MxK2RqTWxENm1ONDZWL08wOEVGMkxhZXZaakd5VEVUOGJ6R25hNzM1WjdSOVYrOWxCU0hpZVlZUTZraU9veE5RV05kTktMZ0dTQU11WXBOK0dkMG5oVURpbVNZdjQrd1hEYVBIeXpCK29IOE9wTGpUQ1d6QVcyK0VuV3BtSVN1UkI0YkZqdCtMSGJOZjd0ZkIvS0w2MThaZGIwZ2JOTElpd2hwOVI1T0thSWkxZmxTNkp3Y0x2VXQvSjNRRFlCUTVtVFlMdXJQRDE3ZGNzZ3ZTUVg3SjBwSzNJQW1yTlFua2xjdnE5MndQcDZiVENWZVNQUUNzVmNoOFVtQ0ZvbjVsQVc2ZzNJZ0I5V0RYRUFRQ01GczFuNUMzeTBDQ3B2TnppTGFyOXdTZWp6T2RiUG9WU0dubEdPZ0V2MW85aGFmTzgxWXp5d1Q4Si9RVFZWeWFsRkluN3dWam5xTTA5eFA2VnBsRTcyT1h3NnpCckxyVUE5d3diNmNZRDVRNmo2OGRjTDRKUWRCbGxMQStPRlR4YUJNUi8zMUpVWEVKbk1FdThZcC94QlBvWUg1aDluM3ZYK0JNK3IrWGVKdU1zeHNGUStEbVhudGc4WFpFMTVuYTNEd2N4VVBOR3BkRWkwVFo3L1Z2ZlFTNXA1QmxvdXlUSVlocXdIVXhmSVFVYmtIN1RUWXBPbWRlaTB5QmNqVUlsKzdwVWFndUhid3JycCt6T3ZlMCtzL1M0N0pGMDBBUVJqdDRJU2l3SEdFNVh5T3g3T1dsVFNBalk3Qk0wcXA3aDNQYkxJVFl3K3FHQXBNMGlOM2p6bXVFUlovR1dLdlpEVkhOVGIvTE8vQzY1WHhEdVJxWEJ5WVVRemU0ZUZUK1pLNXZ1ekR1cm1wdFRXMDlHM1VndDVMZ1hhN2lna2sxSXkrUEQyN25vTWJOdFZ6VUhkWGk3NDV5YkZhRlZOcHo2a085UDAwRjZQdlZzdDFvUnc1Slc2MWFuQUt6UlN3ZUxJS2k3T1h2TG9aWU83bUlJQlh3MnhROUU2Q2lxWGQ5WTUyRjBra0hCWlRRaDZvbzAyVi9nc3dNdnBteUlWbDEwZG1TSUVHTS9KS1NRcDFQQnhIc1dDblNXdHVyVWZ2dXpVVHZ1R0JURVZhMHhMSTRXSHB3RUZ5S1gwOXNOTVo4eVBVcXdQbURyUlpnUVlIMHhsZ3Y1eEhleDgxK1VsbjY1dkFHSUh1NW1ydVVoVy9rT09leEJiSHZpVy92bDZlaGJGeTVnMHpZUzdJZ0V2RTdsRCtzbVQ1SC9Pa1E3VjRickY5THAzS3M5SmN0bm5vZDR2emRZN3VxQ2F5ZFNpdGd4eEhjMytKeGM2R293RmVBZmd1V1lheUVkbjVtZDBHdmsvL1p4Q1pxMXBlcTNjQStpSG9XMnJhYzEyUUNTQTFBVG13eTVLMnhSdHlxSlQrN3k3b1dUUFR2bFhyekY0RWhGbXkwSS80ZlZLWTFTMmtyU3pGcC90OVJvay9zN1NxRXZ4Qk5TVTB3YTA1TWljUnR5WitTUXdFSVhWMHlrZXFHZ01ocHV5dlN2SFQwL0ZVTEJlT3pjLzRxczJaa2IwTGNOTjNVOW1PSVZMMXlaOTYxSHlURCtxU0xKK0pkTlRCSitPY1RqRFd5VGNjMkwyVHU2ZCtYOWo1ek1RdVp5aGNvZWZNbVdqRkFqVUwyNzVYYVQ0d2JBcWpiMUxkY2VQZS9FZ0VxSVgrSmdPMFVNNFpNejE3eHhZRXluUDlNT0dZWmE0T2ZNRktkWUdHcTFoTjJVVWhscGJ0YVFBV3hUV2p0cXEwNEpoNGxyMlhHR3gzS2UyUkNrQT09&file=Eden+(Relaxation+Music).", + "infoUrl": "https://thepiratebay.org/description.php?id=6443763", + "downloadAllowed": false, + "releaseWeight": 43, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "D2A976AB3A8B74119296D2CD15DCCE1B5A1821DF", + "seeders": 0, + "leechers": 1, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:248EB6BE48F332CD1521459BB20D43D486CE8A3C&dn=East+of+Eden+-+The+Petitioner+(2011)+%5bmuzic4all%5d&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 5409, + "ageHours": 129829.16054599022, + "ageMinutes": 7789749.632759414, + "size": 69670112, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseGroup": "muzic4all", + "releaseHash": "", + "title": "East of Eden - The Petitioner (2011) [muzic4all]", + "discography": false, + "sceneSource": false, + "artistName": "East of Eden", + "albumTitle": "The Petitioner", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2011-07-18T14:07:57Z", + "commentUrl": "https://thepiratebay.org/description.php?id=6549202", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=ZGxpcU9tM3ZVR1RESVdiVmQ0bXJHMkJqOVlOd2lsTHU1bVVqMXF3ZkRYRWs3YzVPUWZOeGh1WjFPRFdROU5lNXR3UklYc2dvYU5LY2lHZ2NWL1dwcFZsTTJQaTdoQU1uMkYvUmU0OXNnU29LdkxKQnRlVzVKalJmUVpRbm9JSndNUmN6M2lSY1I4OTY4NXYzVXQ1YlZDSEYvUDRPa2lqNUQ2TU9uOFVmUU1NZ09TSXU4Mk5KalN5OGdUUFU1Rld5bnhZaW94L25ycHdvRGpJR2hTMlpUNlhjMUlxdXA4bWp6ODkwRThHNzlQeGJWM21xY3R0L0RsNWMwS0VlQmRSclQwTkdEK1l1YmJhZTJ1amFwSnd4dlFuNlE2c09adldLMVE4TmlucEQzdkxHbENOTkhKTFk3T0pXZklwa2x0V05ESDNBNlJYbDMrWXFVa2NhT1FEOWVUT2pWOUw3OGhnU2lLaklPYkxUMjVSRWJjME9ZYmJ2M0swNWpNZ05tVVFQRUJSZXE0ckxucmlnbFVZaHVNdGdaOUV1NEI5UWZXUjB3cWdYVmRzYTJXSkdzQ3NRZTFKS3NaVlZjYkxZR3FHaVlPS0xoRzI2Zk9oaHUydmtYbGJwb1dJcFd3ejFxMW0wUzZtd3NKQ3B1dGhxTTVhTHRCSVBSQXZoV1RmNEJpSERVbi8wMDVDWXpCZTdHdTF6NXdLeHJSN0RnU2xRQmYxUHh5RnR0RGQzbnN1cHpLcnlFeVNrUlRuUkJ0Nm1hOGxSMkxWK0x0bDQrTngvdXhqQWw0T3BJTS9FUkREVWZzN2k2QTF5NG0yMDRGeVRiN3lsc0FVRmR5cE9PVm1EY3ZON2RvejIzbzkzVnZFMXVDa0NhbDVBOXJSblk4MHU5azVnckpLbkgybUcvakxJcE90V2I4cjNsSHdGaFhmM1F5Y1c4R3VubVBKVlF3bFZweVFKNzFoV1J1VzlHTUMwNUJOcm5wdVBoNzdGQks1UGpmSHFuN0NtOUpjNkRSSmtpYUk0cnBMWWg2QVB6WnFxcDBOOHZyRDBOdmFvSitjWTFtYW9EWVM4eDVnTHg0dzRoa0FWOWRFcGhtWGF6ZkpiU2xPTWsyQU0wVnJHNFlFcVRVeGRDUnZsc01ra0VZZGlvbk5SUEdDV0l1QjZnZm5NVVd4WkFCdGVIM3RIK3A2dzRFeDd0cUowcE9Eb2VFSUlXQkJwdEs5bTdaOU1sZ0lLYXpHSS9xNHdFQVprK3hTWjNMRVB4d2kzN3VVUktwRHhuN2tTekphNVYwbVBteUhLZHdQNWlpT2lHMHdBemNtMG9xSTV2YkplUmdXSnRDblJ5ZWl0STlIbUoySTVNT0h3RytnZTJsWUVGMlRLeGlLRGEydU9GRkZNYWtHMUdESzFsN2Uyc2d0VWYxSEc0djgzdzNVZDFlRkZicVZGNksrRnU4SFNlNzdsT3pxdFd4S3VaUzZrRHdhUjBoS2tQYm9hTWJxQy9YVjVMeVVldHRJNWxEOEdCT0Q3dURzdFV2Rmhxemp4SW5LOTkvR1prYU9VRVJDdWVCNmpNVWZ2eDZQTE1iVGJUMHNnOUdCSjhNeXl0Z1lQSnNuWWQzWFNIYlMrZWF0TFhOamtqdU5uSVIrV1hXR3lYalhYa0RwUFhST25nMTZIZ1Q2SHFIMU1uSEwydkhJSTlPelFJeVNrNnkzNmVPVHNvK1NTcms2aGVGZ1prRlJpbVFjVUpBelM1THRlYVJUTTM0cVdiVFJteGUwQXFEUGRxRHk4aFB1dThMZzZJd0hVS0NLMU9qNms5L2U3a05CUXdIT1dqVk16bCtwQzlFZHVYbndXNThoRkRLcnQyRHFCbTBjY1FTNUZ2MlFTYWhzZGJYcTdxS1d4ampXT2dzM0lBcERobmlreGxldjIrVWJuSlg0T0RWNEhLTWt2MlJGZGUxUGJrMkNXMXRQUTkwL2RneWNjakpObWRjK3llblh0NFovZEJrYTd6dnpnRm5IK1l6WVgxWDcvQ0s4QnAxMEI2c1BNalR2L2NzRmVuelVjTWo3SjlqVkdMZWpVL2IrM0p0MjlGVnkvYXA5QWJDd0ZnTjYyU2YxamxIc2ZtQk1kV0xSQWxQalIrM3RGc3BqaQ&file=East+of+Eden+-+The+Petitioner+(2011)+%5Bmuzic4all%5D", + "infoUrl": "https://thepiratebay.org/description.php?id=6549202", + "downloadAllowed": false, + "releaseWeight": 44, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "248EB6BE48F332CD1521459BB20D43D486CE8A3C", + "seeders": 0, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:62FE9F12B8006EB3520E2CC04F77F19E8B9EF3C6&dn=Sierra+Leone+-+Mt+Eden+Dubstep+320kbs&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 5334, + "ageHours": 128024.55249043531, + "ageMinutes": 7681473.14942612, + "size": 13518710, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "title": "Sierra Leone - Mt Eden Dubstep 320kbs", + "discography": false, + "sceneSource": false, + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unable to parse release" + ], + "publishDate": "2011-10-01T18:44:26Z", + "commentUrl": "https://thepiratebay.org/description.php?id=6714823", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=c1JpY01LMnRqS3RBZ2lGVjlHRmJ3R3U4RGRweEY0QmpUQVYrU2YxVFJ3Sy9DZGllakdJSitvUEFhUGNldndQUVpLdmZtUFZNWU10NTRUZlR6RFN2dmc4VG9OQTRWbXlYUDAxdVdqcmN4YWk4bmxNcGdvMUhZZitVQUU4ZGp3cE5HU05pWVV2eXI1LzdsL0pMY0c1aC9LMld0MFA5dHQraDdnNTUzL1V4LzNqRXpwMmd5M2xObkhoWTAvMFR1T2Q2b2JDcDlSL0ljQlpxMENUV2ZMcmUvMTJQSWVlSm9OODFwNXlHRzhQcjdmajgveTh3dElNRlhaWjRMYW5kNlZCRE93WitOTEQrdkQ4RlFwMFJVeXhuaVc5aU43elBLYXRSZGtNaXZEUzdrUnZnLytDMFdSaUJhL3hIbFhqRURwVDNGVitGMm9RUno0dCtwS1kyWXBVUWdTOEZqbzVEcGFYdGFMMU03Y3Z5Z0VRQlk2TWRZN0tWZ0YxMjZTUXNoeFVrbnErckdFakxjcmhDNmxsclRWZU13UmRCMHRHWmhjdU5xdExic1dvaTZOemU4ZFRnSVhNcmJEMzIvOUx3c2tmUzNkVU5XQUlPYmNBZmk2WTAxU3ozTFZGN3N1RGRHRVNOV0VXc0VSK3NUek9MNFh6MU5Sb09BREwxWC9aNGFPakJLamxzWnNrWDhNMmk4MXBXQTlYWHNwOFpEbWRQakVWeGI1NGJhdFdJN0ZVbmJ2TFNCM1BrQUtlaTFIbHR1bk02OEorKy9WbGgvNzhldGVibzl4T3ZHV2hvejFTay9Jb0JxYlJ5c2FYUmlnaTdvZUZpSjN6eHdtdG5jYmo3SUZjRTdFUnlIbDRMVzRPSFA5U1J3Y21LUGYyTHFqU20zMm5kdXFVS04veFNhU1haMXYvTGZrc0htMDRQajBQbVN1M0lSaVJHVXFxMzZKdGNxeWhSUVl5OG0zai95aE9VUG9kbnhqbGV3SlN2UklYZW84M1VvQ2Z4U01lWTF0Vm1va0t0Zzg1aHFOWlRRbkhud3VmODlaNDc0alJCZFh5S2kzNHMzNkY5OHhuNHBuc21pbE9pbnRORGRBTUIvL1UrTGZmdFBqZTVPUWx5Q1dSY25wZTZWMFV3cG4rT1NGbndXWGZselBweEozMTdPOE5LU2ZUcENGZm1pZHVRRFVGbXozU0l6bGNKNlZzaWhrQTV1UGJVcENMV096Vzcxc0d3Rkg4V2N1Q3lyRFkzMUJPQXlNTTA0SWVZdDhKWlhab3p3aFB3Y2JXV25tVi9qWjhEdURhdWdFYjlNOTlKdkE0RERrRUF5L1VuQS9nbWxPbTNvZE9iWTdoVUxpVlM0NnRtaHppWlRsZ1VMR3ZvemdCblZ1VTVTMjc0RktJRE0vM3hEWVZEVXJBUmEvK2dBMXdnNmp6MWdZYk5aTnJnV3ZxSkFMRnhRVXBPZXpXckZnRG4yUTBPMDdQNVVqU2FaNldweE1vYVJHYlBIaEp4dC94MmJNUllKUnQ3N2dkOUlqUjd0NXZXVEFtc2tCRkdvTVVxOUVjSUdvbEQrY1h2djhHYnQrd0plcnVlek8vOGtGU0x4Vzd0bU9ZVkhDcC9zdWdBSXh6RHM0MWtLNGo2OUozd1dka25CSE94WmFDS0V6dXhMWmhQS0FQdVR2bEQrTHA5QVNLVHBPLy80MlR3dXVrM0dUTnM1Ymx0d0RlS0FrdFBXUVdRZHlaQnU3MTNweWhCNWM4YUFmWnZ2TVo5QXFoc0F2aThKaGJmbmZHd1NoWkllWTd4d1JReHA0VnN3S1JhUXhqc25IbEFzUlZXdjhYQVNYMUVCZW5uUEltb2dUU0FtWWxCZGh6QkZpc0J5LzI0Y2pQZmxPVVBWZzZ6TS83OVFIUEdkeUFjMWczdU5PZzRWVUZlc3Z1T0d5b2ZLOEJOc29xNVJ4M1hxRFZTM2NEUkpCSTl5anpPWjdKbmJVaDhJNGdWNk5VSzJraVV1anRwOW9kOHpVWmNBNEFxN1lnRzJLbXdkbmszR0NVRHdLbzRwaFp3Q1J1cXlMZ2lFeHpTZXlZaktRSlQrSUwwTFVqV3VXZzZxbTFlRjl5VXIrZz0&file=Sierra+Leone+-+Mt+Eden+Dubstep+320kbs", + "infoUrl": "https://thepiratebay.org/description.php?id=6714823", + "downloadAllowed": false, + "releaseWeight": 45, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "62FE9F12B8006EB3520E2CC04F77F19E8B9EF3C6", + "seeders": 0, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:3D269DE909B65E083DAA3E5644CE6C0DCE9F37DD&dn=Mt+Eden+Album+224kbs+Dubstep+mp3&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 5271, + "ageHours": 126527.75082376917, + "ageMinutes": 7591665.049426151, + "size": 86642832, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "title": "Mt Eden Album 224kbs Dubstep mp3", + "discography": false, + "sceneSource": false, + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unable to parse release" + ], + "publishDate": "2011-12-03T03:32:32Z", + "commentUrl": "https://thepiratebay.org/description.php?id=6860687", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=TVBnTlpYYWk1ZFhCUmdOWndXd0Nab1E5Rk90L2RaOHZ1S0pOWXl4WStQUFpTV29WZjRDUk02cmVoajArSTdaRURTK0lVa1hTSFN6elZjRHJIcEF2ckdoZitsV0cvYWt0bFRrRkwwMmgyMUJ3VldOWjg0QmQ4R2lHaEhkY1dqWlVxVUMwOEJ4ejhGditiZmlNSjdRZmdKZmpFd256QzdJWGhHdmx6WUduS2xpajYwZzkvVC8yTTdCYnA3cFhIOERtNW43cFVHd1A3bXB1dXlSbVRwT0FxUDB6S1BEalY3bWtHcGpFSVprMWtpWURyNlo1eUd5OWZ5YnFCdTRpMkx5MklNTTE0RXBuWVNaZjM5STNzZ1hkcmdjeEJkVjVXYmFabmI5SUhLRzZWQnI3TENHMGNsTkR6WVhNMk9hcDR5MjhIRVZoQVlUVW9zOE4vQzk0Z25HZGpPUjZGWXRKTHFSTWE5Y0FXUk1UcVBMTTlYK3Rsb2pHb3dZaVhhUFdwWjR5OUpjRnl0RCtEMzNYVEpySHFHSzBvT3h5L0VrMXlRZlRxL2dPYnpyUXJiRkZpSTFaY1RxM2pqckUyMEVXTW5nSXgxa3pXK0lQYXVOa2FJNnV4M1krRzREMXVuL3p4eS9VVGwrSm9jbmlFWnhsZXY0cXVzbnVoL0pOeU8xcHZ3Qlh5ejFBMU5WekRob2w4WjUrb25MaTM2amVNeitpWG4yS3Z3Z3NKcWVnMlpNcm1ESU5qTHBwdzlnZFQyMEhRQ3dGN205UURBSE9OSFVOYWFsWG9oRGVSaTNHVmlrS2I1QVdSdVcrdzRVYTh6emtTdG8rZkc0UE9wSDZGR3Z5U05CQ0ZEMkdZWnhMTmlQS0lFMnJwUWYzSE0zZHpkZVV2clhmNFV0dU51a2kzK0pQdjcvSW50N1R0U0pYVjh0ZDEybHRrNHYrRWMwWlZxSXBFUk5NK01Ka0NzUzZ6Y0ZlK2JEM1VycFZ5dE9uR2h1MFVLaU9lZ3hCU3lUajBRdnl4c1E2bW1LbTB3RmUvNVNzdmFtbVhBSnBGL1hMSXNZN0oxNW9Mb1kwQm5LUThrYmxpbjRtNy9ab1ZJTGNXOGphVTUzck8rMlN5U0YxZ3k1a0NhOTdJNDNSMjhzNU9hMDhzWXlQSTZaR2xGRE05bFRnQUExNERJZzBaM2owVmhRL3BlbjYxaUxHa0RJM0M5QXhVQVFXQTlqRjZjTkk4cE5rdWRNenA1UDZreWdhMXpycmdjZjJKc054OG5pZ0lxbDc2TE1TWFRNK0FoL2ZncU5HVlUzMWtHMGt0NTYvdWxiNTFXY0ZHZU1zNFpQSE82aGUwdTVSVjRRK09YbmU4S205dTZublhoU2piZ0lmY3Z4blZpZU93TWs1SU1QeVkzQ2w0Y0xpcWw5QnpTQU50c2puUWlWSEI2VlU1Y1Y2emtnQjFna3hxWTRUa0tKdmRHM1RuMGVJY3JxdWxrSUxXS0N5OFRWd1lCQWNlczN2cUtRaUlsbVU1a041bStCaE1FUzBRYis5bmNJcVl3UndrL1ZLQk5UNkxpalZMZUx1RW1aRUMrcWlWM1FZZmdScXBjelRENGRGUGVlaUE0OTZyMndPalI1WVFvblJjeXNVK2xEckNSZEZhRmgrN1luUmZLQytkbHB4NXk4WDRIY0IyT1YzY1lRUmgrOGp1YmZMV1VwdjZzVjVQOFhkZ1ovWnBhM2FNSVEvU2dSOXMwZ1o1MEE0YlRhaTVTbGRnOVVjb0hjVW5PWElZNnFRTTZORDZIQkQzSnhscmJ3OEZpVEhnM0l6Y2grZ3VMMFI1N01taU1ocFgzVW9nVmxkOTRGcnpleTlJZjl5RWM0ekQrMVBUSWplSUN0VWZHVmtTSGFlc3NCK2RuNG9DT00zRTFyK1M3WFphQjM2Mkc0YzdrUm95QnpMYzhueXlYTVNTaExFSDAzYVcwSjNLT05QZE84bGN2M1NjMGx5SlFwdkpLYnU2TSs3SUdyWVJvdmZUU1dWRGtNOHd1YkpycW1lRDQxallLUy9xM1FVSWJFeTVaVlFxRVIyd3JXV2Q5Uk1DWFQ0NWpTekM4NEs4anYrTUN5blBrND0&file=Mt+Eden+Album+224kbs+Dubstep+mp3", + "infoUrl": "https://thepiratebay.org/description.php?id=6860687", + "downloadAllowed": false, + "releaseWeight": 46, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "3D269DE909B65E083DAA3E5644CE6C0DCE9F37DD", + "seeders": 0, + "leechers": 1, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:51268129BDF87FF2C084638C1D7D472B811D42EA&dn=Eden%5c's+Curse+-+Eden%5c's+Curse+(2007)+FLAC%2c+lossless&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 601, + "age": 5221, + "ageHours": 125320.06110154747, + "ageMinutes": 7519203.666092848, + "size": 534297152, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Eden\\'s Curse - Eden\\'s Curse (2007) FLAC, lossless", + "discography": false, + "sceneSource": false, + "artistName": "Eden\\'s Curse", + "albumTitle": "Eden\\'s Curse", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2012-01-22T11:13:55Z", + "commentUrl": "https://thepiratebay.org/description.php?id=6975294", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=THdzQ2YzZFJtaWFNTXE5MFA1Z0oxQzEzVGtMNnRuVlAzbCtncmpBUm9wUldkQ25pN3p4cUJOTHgwZTlhT0ZQcG5hRkVUamc3ZGZCMkc1Y2JvZG5lZE5ZREk1SFd5TDNUTUlNdi8yNTRVQkwzU1BhMzZOZUxrZDhEdmpWdzV5OTJNRFFldlVQeWRiNjV0bk4rUHpyazkrTEFrWjM1dU9nenlEZ090NzRFbWNPclZZV2ovQnI1aEJPUE5mOXBXZ0t0L3BTcGw1WmlYbXpidm1iQXRkei9ldXNoVEJsQkdQSXZadXg3NjVMS21XdXBISWk4N2J0VXd0bERMeVFsUk9oNGxQUy9YRVFTQmVIVXQwa2MyK0k3OVllWG85Uy96UktnSFFKRWhzWE5pY1V2TE85ck92Z0tUQU1MeEtaY0VpWEM3QXBXMno4azlCSjVHMWJpSWJnVnZuR296SU1ENkh6WWdqOG5naVQrVnNQKys1dkxwZENWQTFab25sSk1NMjZ5TnRCL3RObnc2NXpUWi9xVmFKYW1xeng2d21IaXE1ZW9WR29TdG44TytUeEtVWnVJTlBzWUJUNTNTTWUwRFVEeklwZ0tHSjYrek5wMnhjOHlteUtwNGdjaEh1ODNkRGxLNXVMTzJOdHFRNXNyczRxWGxuNlBtZk5QMWMyeGFyL1g4Y0pLZkRYeDI1endtTDdMbmdOdUJYak1NRmExV2JOWml1VmtQcTNCQmpCek9mSzVIRjM2RitHcWpSejBOWUFkK3pqQnd6clFyTVMzTTNPMmNjcm8vbVhBUmVrL2l0aDV6UDZSUmVRb2syRElCTzFneDNjcWdkLzdGSjFRR2dERDlpUEM1MVlsdTdFdzEyV0RxTGFQNFdRazZUL2NucldGSGI3d3ZXV0Q1NWlsL1dadDFaS1pUbmtNVlFiMFhreTJZa2tLaEhrSEJrbXlXWUZBb2I5eHZYVWlweXljYXdFanNLaHZ2WnZad3lMVmhWNWw0cmJwclVrTjMyYWNBQ3ZPWlY3NnZBVXNIME9NSUJRZTJ5aFAxQ1MvVldpZXNhSGFhMG81bXJLOHRkSmc1anYyV3pyV1dscEMzamVSSEdEUXRYSEF5M2Roa2w0NndYSHN0am81ZTNqbkNDeENXdHNldHVnMHZBZHZLd2Yvc2RjOTVFcFNoY0ZvTUFpaXZ5NElkclVXVEw2NkFGL2RVN2UyYXBzS1dCbnZGZzFHRWxuT2JkczVsM0diTUhhUHViT2V5QVBVQll4a3J3Z3VPZWpDNzRFTkdVUHZFdWxqVXgrRjhWbU5nenV4WVpPQUd6R1Z5dTI0Z1h6RmoxbXBzMjUreG1sSlY1a24zQm5tRDBTMlYrTitjNHZRU2VLaS9xalRsbVNYVHlCcyt5WnlydWY2aGl1Z3NXQVVQdzMvYlk0SFN0ZUtPU3oxd3ltODVBMktVV1J5dVlTVXdUWUt2N1NqN2RRM1dpL1NxL1IvNWdvcGFYOEtCaXBCYVFDNFNiQUFRUERCQzBPWGN1S24rbE5uYTAvYUZPa0pIWlFMSkdFd20rQTlkdGFrd1RyK0VQMk5zS0dxWURMK2lIVXF4SUhaaWV6VlVraHBsWEZ6UTBCQ1lnNmFuaURrUGc3N29MM3hhekZQVEVuM3N6TTV1SDhQNXZ3SWNaaXB6dHhFYytaWENCbUsrbVZ0cUtPUHh0OVdVaXBYT2RDMTdyWUtSNGE1UVhrRGhhcWRiVDVYN2RpaWdOUE1zcmwwSE4zMUpFczRBOUxqV0RKaXI5YWFlaFVQUEw2TnMwMDhTNStvNXRhbUJqWEd3MFA1azFEeHNPTU9Mb3oyRG5hR1RnWWFreHRuZVZ4bXBUSXBsM29uQVdDanRDMUE0d2NoMnlyOVVqMlhsMFljcEc0d3B5T3BDZGRMeXk5WWJIWDcyVmhheGJLTDJHR2M0WnlLQzU5NUk0SWo0Y3BVNGo5aHlmZ3hMWkhhWHZrNGNXYzB1NXpVdlRSNWpOZmJyY1ZYNkZOSFJhQXFGeWI1UlRXWEJleEZhKzgzeU01cE1IaHZuNmRmY014SXNoQzllR094UzI5eUxMdGRBQTVUajg0b2NmSXhRSk5HVGZtZnBrUDBBVnV1Ymdlaw&file=Eden%5C%27s+Curse+-+Eden%5C%27s+Curse+(2007)+FLAC%2C+lossless", + "infoUrl": "https://thepiratebay.org/description.php?id=6975294", + "downloadAllowed": false, + "releaseWeight": 47, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "51268129BDF87FF2C084638C1D7D472B811D42EA", + "seeders": 0, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:26D4AC9CE56CE0815A320DF369D5096D9C6B2CB7&dn=Eden%5c's+Curse+-+Trinity+(2011)+FLAC%2c+lossless&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 601, + "age": 5221, + "ageHours": 125319.89499043705, + "ageMinutes": 7519193.6994262235, + "size": 562139648, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Eden\\'s Curse - Trinity (2011) FLAC, lossless", + "discography": false, + "sceneSource": false, + "artistName": "Eden\\'s Curse", + "albumTitle": "Trinity", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2012-01-22T11:23:53Z", + "commentUrl": "https://thepiratebay.org/description.php?id=6975306", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=STdCSnV3SkZlNTRXWVNYSHNEcmhGN0dpVXg3RmNKUXRuOFg4NjdUM3N0b2U1RTR0QWJIWEdMSzZxRlNRNUM1K3oxOTZXWEJuL1grbkNhMkFoOVFlMVVwckVaSXZFTEFtVCt6YnJBcUtzYUkycXhRbnovcVpVaVZ1VjFwN2M1RGJsTmFvRE42emVhL0tVN00rdWtSb0xYUmxTdmZxMmxjS1FSUWFWcFQ5WW1JQkJ0bU5CQ1lYRDNPcmkvM2J4N2tmSmhhSFlETC92QmVxbVBkYk1zK3BpZEdGTXBjcWROMFkrSjJnMmVGYzBiQzRDbkVnWFpyZ1Z5RFBNeWFWQ2I0Vk91NThqdEhXa05KM2NmOGc5UFJtcnRLWFBmdVY3U25vMlR3THpQS3ZleFB4bHU2dmtqUURmR2k0Nnl0VUV5blNESitCdExmd2ZSc25TU2dYaGxxa1laanp4azVCMzFoYkxoa1czckRmdWl5ZmRwMGZjSklITjU4Ri9oY1l3S2c5a3VMaEtkODVKTTQxRmV3N2tKLzUrdFhpbkwyaEdiNDAyditvdnorRUxPMjhrWVVBRFJBSzdHckM0bWtzamdPWjRkcnI5czdhaFpnMVdPMkNwVHl6UGdQaWhWbm9xNlhORThnM2dUeWVyZEczYjU5TnZRV3kvRU5ZaWxEa3R5QVk2OVZUUFRHOEZUUTJycHlqTnROYXVIa0x5YTJXcDdSN0hkclBlZHhEc3RMalNRS1ppbEJkdGFUS1A4eTF6RmsvejF4QWUzNytEaUxvWkV1U0s4NVdYdURoRFRRYWtvR0o3WVdGRWs3L0t1NktzYS9sRWJaUWZTRE02ZURraUxzL3VJVzdwZnhzaHMvaWlaUGdSSlFzSHBJRmF5czRxK0ZFYU9oMWhiUS9zeDNEUzIvZnQ3ZVFiTzBEcUttZkx0TlNCaFZkUVlBRWEyZk9zQnlYMERvVEZ6MGorTWdPOVJvTTZnc3E1M3JGMFhjZlBwc0FvbUJFV2hiVTBHNXdEazdPNGxiZGVUdVFWaTM0cVNRa2g2clpMK25GL2xGMEVOMFlobjY5U0F5UXRSZDkyNHR0d1BhNzVBZlFCVjFLaFgwalRpNXRkRzdMK3pnTU5lcmZHV2pZY20zSU54WC91QjBGVlY5S0pjT1JHL0tYNmFEN1Y3VmcyelVsc2lvbTUxZ05KWWEvYjZvaG1kNWJSTlJpeVVHL2RocFJtczNuOWZGL1lkWGp4ZlZhVjhpWmlvR0hwNzdnS2lOVXo4eVBkbUlLTXR1bDg1QzIyb1hzRGFYaEZFbkhxMjU3cks4YjRTaG9HNWFGc09tLzkzK2IvTXhkTm90ejMvS1VaR2tXcUdqVmFNWEd3VTJUa1gveVhmMVdWdnpudEFvSkhCTm1OVmhBZUlkUzFGanBnQXE2Tm41bHdZUEo3OG1KUzFkTnRzeVY3TDZlcWtidko4Q20va2ZaejhMWDFPSFc1R2hXWTJaV0llc1JWaGx2YXFaRkFrSklFV2tEa2pqRXhUSkZQSnZUU3lab1A2cXZXUEtVLzRzVHpZYStQT0hmdk8yaG5QQkwvbW5NbE80b2l3cHlFMEpSSFNGNUFNR3Rwa3dzTEQ1N0pSNCtjZWZENWtSdmd1Ri9hSGV1UVpESGdKQTBYdEhZNEFPYk9ZdDI1TCtydWtBYXN3VWxxTHJWUjNtdmNlQUwvNDR1WXRidnlDWHA0K1UrZU9SbFRGaTBwTkVyY1BjZlVuVmFJYUpxNXg3ZzJCekRyUjZMSmNsSnJGTVZsWmhRbnM2N3MvZlpzUisyWEtFc0J0Ym92aHFQTnVRMGZtNExsODVLVHdZanN3T1UxU3R3d0dWZnlpbmxDeGZESDhrcDlLZ2F1Ui8zc0hHeDhFZFlHYTBxS1NObDVXbTQ4OHpZaUpKZnhnZFM1Z0w1Y3RLZ2RtWlVKWGlERmJFYkt4MTk2MjRBVHQwUENLNnFhYTV3N1JPZnpSdmhZR3pLTkd2cFFDSVVjWW4zV2dhMmNOVU1KdFJhUWIwRkMraWJQSEpxdS9Ham9LOGEvT29MS0R2WnFlT1lqd3dERGRBd3BYZkw2Um9WZlYzV3Q0OHc2NThESkpJeFlScG8vTUFNTzVlNg&file=Eden%5C%27s+Curse+-+Trinity+(2011)+FLAC%2C+lossless", + "infoUrl": "https://thepiratebay.org/description.php?id=6975306", + "downloadAllowed": false, + "releaseWeight": 48, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "26D4AC9CE56CE0815A320DF369D5096D9C6B2CB7", + "seeders": 0, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:C78C2902639D0079C210F5415C05F41C745A2628&dn=Fall+Of+Eden+-+The+Warrior+(2012)+mp3%40VBR&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 5164, + "ageHours": 123959.39054599314, + "ageMinutes": 7437563.43275959, + "size": 107537720, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Fall Of Eden - The Warrior (2012) mp3@VBR", + "discography": false, + "sceneSource": false, + "artistName": "Fall Of Eden", + "albumTitle": "The Warrior", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2012-03-19T03:54:09Z", + "commentUrl": "https://thepiratebay.org/description.php?id=7113141", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=QVdvc1lyMlFpeUZjd3h0S1JJVkVMMGcvRlR6K0hJQlljc2t5eFhReFhYQkFyQXV5dmhJMEJGN0Rja2hhWVR4bHRlQUoxdms3TmxQbDAwMUhUSktZZWxlM2QxV3RGU2xsQ0lGTzFkb1VlUWo1UEpZNVo4ZkFHZ0tzNXg3Zm1PNFpRZFQyeDAzdDM2YWdpVzBWWFVhbmwxRmRINkxuZ0FXRnFpeXdkdC91K0ZTZ25uKzU1YzVxK0tmY1kwcXZUa0MyU28zeFZtVlhDcUJNSTVITWxJOXg1ODJXNEc5RlROcVhBakZVOVZZS0s0MHJuN2UxcFJSbG5oRlJEMnA0V0VkWi9VMjNGWG54STV4ZTBhVmdraVkxYmN3ZkdwN3hTSlRhU0NEM1Zad0VwdzFBOGQzRzlSQ2oyUlBnR2tuREZRQlNhTzgydlZVckZjNTdybXpHaFlBRWNOUjlvbThwWk9UbUt4dFl5ekIxd2d2U2x2cFZhd29OM0xGaTVNeDA3V1B2c3cxdGNoY3RDQ1JkVm9tSGpNZHVrSkNwcEYvOTBnME5MMVd4VnhLdFRFVkoySVp0ZlRRbm1MRUJGSy9iVnNubE50S1Fpa0o2ZkF1M3FLTUltWDk2ZkVWSUpHcS9uOWd0aUlrQTg4N0NpV3JhdTNRM1RpSkdUQ2tHUXVmaC9ZK0dTdEhwVFZhdWVWaWdxT1N0RTdaTlNGNEtIRGxvR3ZhV0Q0UER1dCs5L3hIcDhXak9SRUJEK2dJQWhObktHUC9JaHRucDg5cnVjVnNueHA1WVhoSzNac0ljVnI1dmtkOFZVYXR1Z0ZoYU5NckRDVXY4UzFyd2ltZmZxSEFEWXQ1aWtodHZPQ1M2NmlLUDV6cDZVb2VBYm1ZMmxyUkZNdXNVQ1Y1L280Z2FRaStEd0VTNXp6cmlSRU9hT21QVVoxS3NZNldidFYyOXVYSEJCUEF3OXRWV2pWMmt1dllHNE9FbEVXVFErL1hrMFJ1RUcyVWl6N1ZMTG9iU1ZVR1hCV25FN0R6NmNTVVhsZGQ1KzdDOFBObkhlMnloQkx3R0FlSkpVT1VmYjlzMldlWmVjbEhOMFFLblZjMTRQQ2ZvcXBYT2pLdVJGSUFwSDRCNGF0UVFYNkJzM1hlSmVvOFRGNkE0OTVqNHpWTUwxZ3NzVXJiNHBoTmJaak0vbGNjc0VZWlN2cmZIMVFDMmpudVhXUFZsUmtlMWNyNzRzdjI0STVpR1c3dmJyenRzNSs3TDk2UGZpNUwveHJjeDBkNnV6OGZHTUVYMFh6NzVTb1k5a2pyUzByZnhCOTRtK254UkhkT21wMFhIQmUxb210bnlJWnVUK01JNmpzL2wxUG12bHFJSUE3ekZDU0IwbU16YjVIVk5uZzlPeGZsTXRNZGg1QlhPMGdaNHU5d3RhSTBsSzVBeU8wMk90cnFZeU5KVGxaTUhDWmRLKzBKcGJrMDZLeVpwbWIyRExMNFQrWnBkb2Z5OWEyQTE5QlNNRGhXU3JCUjd3elV5TUZjSE1TQTc2Nm9LU2VGNWlhNG15UkI4N3Fid0crVFNMRjhkSVFoSVBId1gyZThIcjIrVEFvTm83ZmVLSThlOEFSaHFjbmtQN3ZHc2loeGZ4ZFZnVVlyR3NNR1FBbkZyeUp4V3NRYkxJMWpvdkZOSDJQQmhQRFI2cGFMTDAyMS9MK3BnMHBaNzFKejcwSUFHNTNXYmt4MStZSW1zMGhTZHZxYnJZalRTbktxd1hqVTBMNnNaQXgzRUZ0UkhiVGt4c2trUEVDblRLTjNzK3ZXSlg3ZzNUVFFGams4Rk04WWpiODV5NEgwTStxdm1FUFpYTU9uR2YxV1h1K0p3ZDZVWUpyQWYxbWgwUTlvZlVuUHVQclprbGFkVVhwclAvYXBqaTRjSjdEMmVBMXV3RFFvZXNSZ1Uybko5cDZiMmpuRTNSakdxcjdFdzVYbmhJeFZhT3JqT2RZWTdzb0FUWUxMTzJIeHFjbGU2cUVtdGRZempmM003a2d3OWlPUTFTQjYzYngxNVE2akxBbWpWaGxibG1RdjAzTWg4R1FMSmdLOTRBMVdMZG1IWUVRVGgya0FXbk8wQUZiWT0&file=Fall+Of+Eden+-+The+Warrior+(2012)+mp3%40VBR", + "infoUrl": "https://thepiratebay.org/description.php?id=7113141", + "downloadAllowed": false, + "releaseWeight": 49, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "C78C2902639D0079C210F5415C05F41C745A2628", + "seeders": 0, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:F9A15E7B8F3F8107D697B7DE1EDD3C01B632EFDE&dn=The+Flower+Kings+-+Banks+Of+Eden+(2012)+%5b2CD%5d+%5bDeluxe+Edition%5d+%5b&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 5075, + "ageHours": 121818.53082377158, + "ageMinutes": 7309111.849426297, + "size": 180963600, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "The Flower Kings - Banks Of Eden (2012) [2CD] [Deluxe Edition] [", + "discography": false, + "sceneSource": false, + "artistName": "The Flower Kings", + "albumTitle": "Banks Of Eden", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2012-06-16T08:45:44Z", + "commentUrl": "https://thepiratebay.org/description.php?id=7358039", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=d2JJckR0RHQ1T3JPcGpDU054U2lScnJCUmgrT2IxMDEvQWlaZHJpUXFsYkI3QnhlYWM0QkVIZE54SmJaRzREVUhTR1hKM1NxcHREMzg5bnZZQ1YvQ3Z0Q056ajBjTnpoV25DTlRrekRaMEh4MGkrbmpJckhaWUNYTU1FTUk3MDB5Zms3ck9IZ3pLV0lubENGS2F3NS8vQy9NVWJiVndvWXZwbXNjT254blU3eFZRMCtlaXpPRER2Um9HWkd1MnNKQVl0MVJMandmR2Y0TmhWSFZCbkI0S2JYSnFBc2RLRTlSZEVxYW9SdVRLenhmaFN1NXc0MU55RDhwaDlXN09DSzJ1QmFVQ3k0ZWFIcWNDUVpPd2ttOVNsV2pPQ0JSTllmWC9YRFF6NUp6UDMzSG55Z01xa09DTU9JUGRlNWFlcndyLzZSd3FObVdWeENNR0hOSkxBMnBYZktEU1N1MUc4cFdHQjQzNGxlaFZGZmtXajZtZUFEYW1YbzR0alFieEl2NVpNRUZOSFJOdnZ4ZHZzelRua1JxOS9pT0tXZ0xvTk1ONDhMN0ZIRVBBRy9LTmhHbFppSFRoZXpBYXZJTTRaTk1XcXlRL3JwazMwNnRWa3BtT0I0SUdmZ0E5Qzk3UEZkWG0ydHF1em9PRGw5eC9FOEw0OS9iQkNaN0orczF6SmFERWVXUklIaFprR0ZWUXpDSVJZVFMyVHFXT0tQdXhVM3BscnBRVGtoZFJ3cWtVSVdlL0NQRWVaVUZmR0tZYTI5bnhxaVdRUkhDYUd2MjRJeWdVdHV2OEVqaVluTVdwNGlhU2xrL281cEF1clkxeWpKZm9BalhES0tmM1VWSlVrVHVMNVZFenA2Z215emNEbW5xWml4TFJiVnE0K2FjaTR4M09QNTlGZ3lQWnJKVFBocmpwYitvWEszc0tXNDFmbSt0NGcvbW9zblpaT0ZSQW5tbWcxVXFvaHZ0bDhmeXBlUzlUZHBtMmpVTDhzSVFVdC94WlEydkRxOGdKbGEwdmFzZysxcm9USDlia0piZHZsU0NBTHJ0RHFIRlNuVnVjV2N6Y0dxRUtsUkFtSjFpM3d2RFBGamY5ZCtVQm1PQi9FS2ZPMmJwaFhvWVlWMUp2bGFGbXRHNDMyTmFtLzNldnpRWTlYNkp4cXVUeklLOWIzVU10Z2huWVY0dkVCYnBoQVBVQlBoSHhiQlJRY1RKOGRmMDlDZGVhbzdacFU4TjVIMjJXOFp4R0Qzd2I2emRTeHJRZGd1U0k0Q1RLWkZyZ0c3TzhjYUJtSWwzdnRVZFFxTGRxSFlRb3JVK3pKQllyWVpwN0ptbENvOWx1cmV3WURxTFl2R3lxZEl2L29ZNVhybjFqKzFFeVpWZ1ZHbUxQR05MVjAvZFBVcGFqcEZzZUlPNE8ycEIvMFFWdnJFa1FuVkoramFNMlhtb0U3YTlQb2VwZUpjc2FaQk4zblhQVTh2NTA5cjRSaGNoV0pQOEgwNmtHNXk1Q0RaS3FSNkRMMGxLK2ViUWlUdm1Kb1lBOGZGNWxvdTdadVRXK2F5TzZpQm80bzczRjNJSE5FcXo4YW9YQVpBd1l1WEVRdTc5SlZDYmVsQkJUTk1CK2lYa0FaaEtGWkE5VGtmYStpMkRrTTlPd0I4VDhDSkgyZWM2MmxvRW0yVU1FeTVMZnhzWDFnckFNMks4RzlDTlMrVUZNZndsaWhTOFp2aHhna0xWUUVZbWlFbk9UUFFCSlJ1Qm9VYm5CTmFhRjRTREl5d3RZSnh4Si9NZUpNdzNFMUMyUGl4OVhGKzcydFRxbTIveFAxYUNqbDgrOUdaK3BGcVR4RUMzVGJsUldwYmRWeDlSYlZsRVVxaDhRMXpPd2UzZnlyYVN2YURYdEZzbGNDS3hyWEw0NlE2UGdiekFoblY5RTMxUk0vSlozbHgxd0ZIK0ZhV1lKY0h2YUVYNllDdmdpQXhFdC9PdS9PeDUyeitMb1RibzVOOURRcXNJVDd4UnkrNnd2Vm9sN0d1cjllUzZsdXp6ZjNZM0xWbXNLbXVBdlpLbjIzMEhyaFFCaU84dS9HbkJ5eHhqTXZqRVA5Ukx3VUIrRDRmaTJ3V1BNQmcyZDRhYzlObU1od3FzVnZGNzlwRUp4Tjl2b2ptMUFXZjF6K21lOEFhT2c9PQ&file=The+Flower+Kings+-+Banks+Of+Eden+(2012)+%5B2CD%5D+%5BDeluxe+Edition%5D+%5B", + "infoUrl": "https://thepiratebay.org/description.php?id=7358039", + "downloadAllowed": false, + "releaseWeight": 50, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "F9A15E7B8F3F8107D697B7DE1EDD3C01B632EFDE", + "seeders": 0, + "leechers": 1, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:23E0ECA13EB2E56A19CC62BC77EB8F3A72BD6BFB&dn=Karise+Eden+-+You+Won't+Let+Me+%7b2012-Single%7d&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 5071, + "ageHours": 121710.81165710547, + "ageMinutes": 7302648.699426329, + "size": 8726171, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseGroup": "Single", + "releaseHash": "", + "title": "Karise Eden - You Won't Let Me {2012-Single}", + "discography": false, + "sceneSource": false, + "artistName": "Karise Eden", + "albumTitle": "You Won't Let Me", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2012-06-20T20:28:53Z", + "commentUrl": "https://thepiratebay.org/description.php?id=7371051", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=b1JyS05rb2hKZDdNUVZQSVlHQUlUYzNCYk0xeHZaVUZpaC83enlHa25oVUV2MkdUYXIyL2NLaFBOTmIzNzFEK3VTTEFvYUNMN1crMFNTUmdmSy9lb3BIaTIyR0Rja1NxU1dVRUFpUGR5eXd4UnpxRXlRQmpma2JmTjRMajNZbFdZVmMzV2QwbTJ6WWw3NlhFbkcxSmZkTmlVNXRkaCt4Q21abjdsTHMxUklIWUx0dkRNc0ZVUWxzVWZvMG1UWFQvY29yd0F0amhkY0d3c3prM0gxR3lXZ3B0QktuNzVvV2VoU0ZybGlScWt4NmlWTzFDRUgydWNmTGhnVVJZQlZsNlR3bjd6WEkyZkRLYkVUYTlJS0ViMURJRjJYZXgzZGI0dEtOcEVxeGxzQ0lObVhyRDU1aEhpVFBBSUR0YlJ5WitBdEFXWElobHpIeHJzTXZYRjkvdEYwaFZxcFZxV294WVJHc2YxYW5GbWJteHU0YmVHTGVZY1JCdWwrM1l6SEVoWklGbDdjUS9MdVJBUnJ0UkpodUtYQ0w2MUx2eDREMkpsZ08xNFp4U1NGcWo2cEwrT2Vxd1VTNTl2ZklvMFpoWGsva0xvcE9IUnk2YklkVldHNEUwTjFyaVlmVzBncDBhcHF3N01DYnI0WS9tRG1SNWplU0RmZGZFbDVMbENhc0JtaG1DOG5jMjVhZXFVUFZVMUlqY1JjNHRpUlRkTk1GNXRUYWNlY3c5MHIzSTZRaEJaWVF1MjRVeHZSajN6VmE0OTZBVk9EczhDVWNLRk9JYmFWbkEwQSs3UllZZjcwSVBnN3d6Y2VjMFpNaXNMNTV2cTZ1UG16ano3UDVmSzFvL1dPNmVwRW9DYzlUY2UwNWIrSlpVdGVJWXJIVGd0QW1yVTkrdDQwTGZJejJsUEluYXRLSExpcDJjWk04bnIydk95OVhGc1A0aWNtVEtRTGFuT3VvVTI4STZvYzAvUDluNFpHVzBKMlZOclA2bjl4Qk0ybDJySjllWW1rZWZONlluL3poRVZoYnNPWnRIMDIxUkxiaklmMElrVlNwT25abVFmNFo4N2JZL200ZUxSK0NaTVJ0cUFrWEdOa0h4c1pXLzVkQThaZTJBdUNueGpQekh6SDgrNWNhQVVDWTQxbDlsbFlIRTdCdi92ekZLaTF4bEFzbWdnN3ZXS0pQcm90cThHS0ZQNmFkUWVSUG5MWG1PN01mUGZzK3lTbmZ2a1BiTHVVTFNtZitUcG1QdjgyS1VjcWJNdllQc2JrM3hyRGVmQUZYKzRHUHFVa2Z2cGhnQkYveFdBZXRjZjYydEpYV3BZMkNVMUdUVjZXeXJaSnNuM09uZVlaSDhFcnZ4WUJOaWhkY0Fna3dCeGlZOUhFb2dtYXNpQkIzcUU4eW1EZXJXYWdrb0pmclg5VFVWRmxtRC9XSVlZbnEyWHZmOUg3VDB3VFJVL2o5bkMzRGlBeXg0UEJjMHVqMUdtb2hyMFZ6SEhCQjdBdlhxT2h1ZE1lOXQ0L3EzOXFDSWFNc2hobzBuSFRySm9haytsaGZxaWcyVExXb3BjMWUxS1BMQzI2Q210ZTlwbjZCL0hpMlBXYXN2bisxU0o2bXVLUU1wOEVWc3A5eDdCaTFNanB4UVZBQXJLL3R3WVlJY0trMGkxY2piU28wOGEvTk9CcEdUZlIrSXdIYzI0djdvR0VlbUVqVUNtZ2hlZG5NcXJNNDRKanhCQjBKTkhFd1VKd1Y0R2JibEhNa3dLaWViRzNpNHJZODVYakV4MTVjZXpuY1QxTDZvbzlvUGRTVUN4UEV5dGRVUzVsM2pUZGZBWWdjeGZZVEJhN204OWdLSk5KR1JlVE1FS0lYZXVvVml3a2tqQ05Ta0QyMWFFZ3NaclR5b3B3aUU2c0ZsdmNHR3NoOVNsZ2V1QTJxVzRsRHlDKytpbytUbzZqQk9VTlNGTlFsak5lVjlZM1Z3eEVxWmtPbVRXSktsd0NCZkRqOWNhQURCaWdST2QwRXFPNUp3VVhwMlNFY3hieU1DSkZNeXVXUmlUdHBiT1dpdllMb0doYXZOUDNXNkJGQ2F5Q2NNc3NiWGU1VkxqOXJmZkYwT0xEbz0&file=Karise+Eden+-+You+Won%27t+Let+Me+%7B2012-Single%7D", + "infoUrl": "https://thepiratebay.org/description.php?id=7371051", + "downloadAllowed": false, + "releaseWeight": 51, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "23E0ECA13EB2E56A19CC62BC77EB8F3A72BD6BFB", + "seeders": 0, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:715DF0D8BCC085C30E85BBE4D2D1227AF1F810C6&dn=Karise+Eden+-+It+s+A+Man+s+World+(The+Voice+Performance)+%7b2012-S&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 5038, + "ageHours": 120914.91165710615, + "ageMinutes": 7254894.69942637, + "size": 8520531, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseGroup": "S", + "releaseHash": "", + "title": "Karise Eden - It s A Man s World (The Voice Performance) {2012-S", + "discography": false, + "sceneSource": false, + "artistName": "Karise Eden", + "albumTitle": "It s A Man s World", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2012-07-24T00:22:53Z", + "commentUrl": "https://thepiratebay.org/description.php?id=7469221", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=QkN4ZHpaOWVuQnJ6VFRobWhkTURwWlNGWU5jSXRDNHhhenh3RzBzMUMwL0xub3RVdVp3Y1BQNzdOQ0RVZFBGY3lLY0d4QUVmeEZ2N1NxQ1dCd0pteTVWR3g1N2tBVExEVndzLzFaZ0JCSG4vUksyMS90dnk4Rkdrb0N2T2V6VU5TNXFBN2oxTTZzamNkZXU3TnViK2ZYRGtIb3RRN3BaUWJ5M1MvSlp4K1FQNkZwQnhndDBFSTA4MmwyL08vZU9BeUdZbFZJSDJlUGxENmhjNk9ZMzFBVStkRmw5Q01qenBwVzBhZzdUWXYwcndSRGE0ZEl0aGlQUDZpWHZVdE1GQjlNTFhoS2E1WXJ0UmNrdWg5d0xLZjJwTTVGc2RYNjFLazVkTWE4WjdqYnFyMWk1QlIwYU5vem9PTWZVUml4ZUk1WU5KWHF1eUNKc2RkMTNKcy9wZGs1R1pzdFpVaUhBeFNiYzJOd3dJc05aRmlkQzN1NVpRYlFMK01JaVVoU0Q3MDBPZ1hCbFlNSWpnbjdNQkhQL0Q5TXZjeExVeDUzZVlUR2ZzdFJOeFBHdEo4TXFmV2VaSlFLRDNaQnhrQnc3dC9HVk1kclZReUlIWlZrblRPZTVzL0loR1JWTkg1N2Ntd21WY2h4VjZKMFlzNDU3akcrR25lNk1uZnM4Y0pxVGNhbGJueTQwc2k2VEVJL3ZLNkd6V0FoajJKdjNTUXVFUzVjckNaRDFGY0dQSmQ5UnlldVhkSVJkQUl3Z2VqTzJWc0xHNTdsWWZscll6eHZoNzhDQnBSVE9ETFZ2UkdZR1FoVjNhQlhWNWhVYWZ1bldOTjhoVkN3bVk3VjhXdnF2eEUrcTU4Qm5yT01KUjJsWnI2OVlWOCtrZ3h6NFNvSW5USUYrK1VrbFVvak1sM2VMczkvWlFkaVZJZDZtZ0c2VWFlSHhDMUdxZGRNNS9ac2Z6N21jVUxnYVR6UHMrSWRNY2dMQnM5VU5aVDNWV2FBb21kSEhDeEJlbWFyRDk1WW1hL1BEa1NUUitPZFAvNjgrK0liT0E0WVl6aHBJN3p0emF3VFpJUUFZV2FSVCtLeXUzU2ZHOVlpTHdjclkrSFlueDA1ajR5OEVIaHYxajlZc2dRc0t6YUVVVXNNZkdWU0xGTGhwaU5kOVZsd3B1dGxobkF4RWpyQWExZVR1MkZwbE1TTkdRVEJiYURFc0EwSHZpSUtMdjhHTEtDeHQyQ3prQ29URnJsV0sxK3BsMFRVcndpdmdUK0VieVFhZzViWjZyZ0xoSUIveTI1R0syRkc2bXFPVWd6Z1F6ZHBQd1JZYm13WG5ONzZzWUlkN2ZJb1pzRnh0V1oxWUVUNkFBME9CWGl2UnlPNmx6VERLQXphQUFHRzRXTE0yS1JjRFRkU0tIc3dJdGFyUWRIRkkvMnpmdEFwd1VjNUJzSXNQaVVZV1lPV0x2ejJRcnBTMVJBaUFLZFlFYWJ2MVdzSFhzVmNXVnlFa0RzK1pOT3EwcGlKQW9wUjhXMFhWV2dJRGFCWmZadGlEdzV6dzVWUDBYWERrWmlaeXRFc3V2VHJ3VGlTYlBncTJ0Q3JGS3dPMEVaQmxLQW5EelI5TWRiMTZwam1WdUhYSnA3Q0VIcldxaklCNEdyV3NDWEZoUXM5NDZVdWdPZG9yQWpvTE92OHRVbTlCdXVIbXRIMW5FOWNIR1JYcEFuTnlvQWlNcy9za1JYN09MNTR1ME1lTXJMaXozZHVRNjM4TzVqNEZRVmU2RmV1WjF0N3FxRHBjUDgvYm1DLzhUS2wyMHV0aGFkVmg5dHkyZDBsU0pPYkJOckV2UHNmMXhoNTdLUllDK1l1am9MdUlXL29tT3dNayt5MU01ZHg1ekd5bTZxN212Mk5ob0VwbUd5aHFFcnF1M05saGF1RCtuUjNJdEJCNHFmcUtuSVlLMUJaRWlNa3lIMHk4MERrM25YS1dCNlphb25kVlFhMGtHWlF4VmJHU3ZpUk9lNEtSUzhkRkNKSjJGVlVWSjVTb0dhRTVTd1U1Y2dwOXB4TVZrWDMwUGdnMlVuYnc4VldkUFJKR0N4cDgwR01XZlFuSng1V1M1T0kxQVJ2M2ZObHZGaGlQR25ucmp0YnBjVWpMeThaL1I5dk1xTE03NDhtSFBlWGdJYXc9PQ&file=Karise+Eden+-+It+s+A+Man+s+World+(The+Voice+Performance)+%7B2012-S", + "infoUrl": "https://thepiratebay.org/description.php?id=7469221", + "downloadAllowed": false, + "releaseWeight": 52, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "715DF0D8BCC085C30E85BBE4D2D1227AF1F810C6", + "seeders": 0, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:00CE2C35AE9FAB682477EFF0A80FEC53555FE13E&dn=Eden's+Bridge+Discography+1995-2010+(12+Releases)&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 5011, + "ageHours": 120269.53082377333, + "ageMinutes": 7216171.849426402, + "size": 871049472, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Eden's Bridge Discography 1995-2010 (12 Releases)", + "discography": true, + "sceneSource": false, + "artistName": "Eden's Bridge", + "albumTitle": "Discography", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2012-08-19T21:45:44Z", + "commentUrl": "https://thepiratebay.org/description.php?id=7548770", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=OWlQMXlERERqUjM2MnJkajQ1Z0s5UGgyQmgxeFRUcDRHd1h5N0xiZ2ZmZVlrUXBFVk5SWXJ5cWlybUVDNVIvaUhKbUVjSm1oZlF2OEhja0p0d0NlNDlmNWt0d1J6UU9VaW9yMGN5bnY5N0xyWXVhVVQ0ZjdlWXVPem9GSjhOVmVIc3VSaktPaXdxMm1MdGxDOTBlRzFxQVdmZSsxcldIcVdYWVBxandFdS9NbjFIeWw0UEtOenpvNnNBV1craXNTdTN2YW5pd3RJMTN6SGd2YjVoTUFubGhyb3JuK2NicDltNmJUZ1hVTGhzMkhMY2JOd0VBc0pwVkZKTUtVR0xBZEo3cnRESGljc3BZTitjNmxkVVZ4UFhlZ0wxYzJXTkUyMDFMY2JpeUxWemdxWTRueEV1cUV2SFVRMUh0OWFDcUIrRG83VC8yQVcwQjF2NlR5V28ra0ZiM0dXb1VRWFczTEQrdkxhRG5sdlRVZGQyMXl6Sjd4eXhWaDF5QUhYNEhtS2hqcGhINWFtY3A5QjhKck80RUFmalB1NGc4OTdvMFhMRzVkSG8rUE92ZWdWS2ExOGxYM3k0V2RBZTRjR2lpZHh2QzRSNW9QT1VJMEtUZ1I1OXA2VnEvY1hkOWF6cjhhMXlBN0lieDNIdVd2N0syMnk5Rk11d3JlQWhaRnhZKys0UnRuVmRwNzNiaG5XNXZFdjNHZHlBalJ2d2xaTmthWEhwdmRNL2ViSzBja09NQU9hUlpzUmRGblhRQmUxTjlhenZSRjN6eWVLQXQwWUQycWdqY0ExZlFpV1RTbzJSZ1lnbEJhT2NNOHFKOG5nUC95c013MU1JZ2FITkRGa0JOZnM1MVZoQ0VFWGJtakFheXVoSnV0Q0ZLcCtNR0ZMMFhvdXdVYnd5TDNQSWlaNXVFeFRESmM1VXkvMHV6aHZ0L2hXY3JaME41Wm5lazJGcnRUaGpZclFLTXNsZkw0UWdIMzlwOEQ2Y05IdFpldjRZajUzZkJHajNvZEJNazRqNDJWbWdiellONkIyb0pDZ1AwTS9jdWZTUXpjYjRBRmdVNXgxVkRvNHlJTVJZRzg2N1gyaXUwZS8xcVJKVzh6eElSTi9McGFiTUdQaUlIMmNjV2dLdm1uYnlrQnR6MlorSmRuWFRxaHh3OE41amRUUTdPNytwZjBJVjNNUE9tRUtWMFlTeGZ2T284WlZpYzU2a2l2NTByOFVMdnB3bjRiOW5Ud3piNEcxdm0zUkZqTzd0c2tBd1Q5dEpVa1dyV1EzSXN3WEU1aHR0Qkd5K1BkdmUwcWFhWDEyK1k4TVk1ZkJ0K2UyNXkrRjRyYnF1ay9MU0xhTmVFOUhOTkVXai9JK1JpbWxpeWQ4QjBjcEdwMEVzdWc0Ty9jSEdBLzF2c2tTVGtDOFV0emxPRVMyeU9LVlpScjc0NzJTYXFmakVtSzR5VXRyc3NScmRTY0Vkb0d6dkZNb3YxUnBKalYzRyt0UDNNK0ZUYjl4M0ppVW0zK1gwNU0zQklQa3VTYkNKUHhqdDUwcUdTazNmQnlkRElZSzR3dHVObzc2QjdPU0FPWjJJUWJuVkMzSWw0andDclduazc3SlpJeDRoZjJZR2JUYm5QV3FhMGJ0eVhTL21WQ01hMktJaElENlJLS21DcEtVMkxvT3V5SXlLcnlaeGF3azErSitYMWNmQmUxT0M5Wm5vMkQySGFWK0VlT0NPcUpMZGVVdmpVaHdEM3hCWW8wU2ZRMzVMd2pLVncwakVWYWswaTJBN0xlcjZ6SnNwbmR5NzM0OVI0SnNiNFdOaXp4ODlrT0NXZnFBM21POWtxTjZhUm9KalM0czA5UFRxTmhBR0M1R3FKT3lDS2Z6T3RkWHhVM0xiU29Jbk52QUtMclduNjMyQ1VlNlpiZDNCNy9ROFE2SEIyVEVHNm1vSkplRWYwYkZoS252ZVpkeERuTmR2SjJpODlObERPQzloNkw1cXlINi9rdXVqMEdNVlhsODY1b3V5WE9xcVoxT0NTUnFZZ3dJS0VRaEYxOFlWZkxoMW9LVWFCYnN5ekVibGR2THBWZlVJdzJkS3VXbm1qUm9xNldYdlFzdyt0SkxxVUhZVkZFZVZkdW05UjV1TG53MjIxZQ&file=Eden%27s+Bridge+Discography+1995-2010+(12+Releases)", + "infoUrl": "https://thepiratebay.org/description.php?id=7548770", + "downloadAllowed": false, + "releaseWeight": 53, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "00CE2C35AE9FAB682477EFF0A80FEC53555FE13E", + "seeders": 0, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:4DCFF65CDE69298D8353E9839D0F04041480F64D&dn=Leaving+Eden+-+Between+Heaven+And+Hell+(2012)+mp3%40320&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 501, + "age": 4897, + "ageHours": 117545.98721266275, + "ageMinutes": 7052759.232759766, + "size": 94845992, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Leaving Eden - Between Heaven And Hell (2012) mp3@320", + "discography": false, + "sceneSource": false, + "artistName": "Leaving Eden", + "albumTitle": "Between Heaven And Hell", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2012-12-11T09:18:21Z", + "commentUrl": "https://thepiratebay.org/description.php?id=7911098", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=MXlXaUFGcDhpZkxGcWlLUVZjWktJVmUyZkNDTjY0bmw5aEh3UmttNlV4dG53MUQ5bTUvVXB4NGU4L2IxTkg3QVd1amlrOUxERVB2VXBPTWU5VGxTWmRyS1RYdVJvTk9jL2FFSzhsOGF0NVB3ZmhIc0xuai9GNnRobG1keStWK2dWRVpkdUJYVUErTzk2RTBPWTBzTGJhdko3SmE4dzZPS1ZEK2psZ3pQY1FLSE1HK3hJSS80WXBUNFphMDYxUjRFbElZbzR1MlFVOHZmNE5vTkZ6UkZOcms2MFVSOStLZEhYdFV2eDNMa0VOUGUxZzM4VHpjREd1TXlaYXJ6SmNrKzNFaWJhTHZ5emtxbFY1amxHRDQrVGY1aldlbFF1WTZpWjVhSWJ6ZjRGSTVlcnVMdzNsU01lTDN5b0M0TG1zRUhSKytrb0RpbHlsN2tiTVpDTWhjTlYwRFY1MUhPZ0pWSkgxKzduY0xVYjZNK2FkWjMrNHZvYXk0MnVXNzNaWnNJVFRxRGxOVUtZUTNVM0dDUmdvNEFEUUZxM2JKamM4N21TWU5zZFBlK0p3V1hiRXFHUUd4VjJ2UDVOcWVWRmdRYW9LMzJmeE5SR1QxWGtZSytYWWxtbUJQamhlM1JuK1haV1NaZ0lndVFTUTJOczFXbFdmd05oaG5zdVhyUkZRVy9wZDJZR0lyTmhZUkphUFA4QmZzN09qNHYxeEdUdzQyWTlDeldyUGNNVk8weno0eW92ZVFRWVlkM3JoVEtEQ0loaGY3dUhGN3VSVUdJMnlhMlgwbGNSTHZNV0RJcDZFcDZONnhmTllyUzAxOGtKQjdoQkp2b3c1aHVSaHVRTldLdEVSNkEreHdOTmQ4TkNWNHJMUEJRWEdHKy96WDhqVFBwSzNrYTg5ZU0wQlhFVTFIZnRialA2Q0loNW5RT0QzcE55VXZack0zcHYwYkJWaDJyR3YvQlFBT20waXZzSHZPS1dwbUpiN1JaSXp1QS9lcFJ1TjZZc3hxcGliUzN3bGNCYWVERjBaZm45UDFHNHVTMFc1dTJaZmJUbVN2ZmRwRUF2K1c4bFhOYVdUakhETGtxNUM2cVd2U1crR2JEa05CcldWZ0N6QS9VdjNjZ1ZRY29zQ0pXS0Y4QjgzR3p4QXdtS3g0dXl0SEJaMGRBWU5INWE2Qkh3bDI5b2tURy9EbTdJQ2VjbUVaMzVnVUhjQVpUOXI4a09jMzltWnRST2VXQnBvMzVCRis2Wlo5T2VYRGZNcy9XS3ViWkJTWkZaLytrKytsS3BKUkF3cFZIQ3A2WVprbExHcXd0TjhSdUNNWCtxTlEyUHhEdER1ZlVBOVR0V0ZJckJxaURYMWhxSXpmSGFLTlZaK1dwMFJ6NGNScE9vQmE4WFpVQXAzUkFxcm84VWN4bjlXdU1ESUU1RlU0RjVEZVJXTTFVaHErVVVUYlI3Qk5vTnVMODNZak9Zc05tQjFodzlKMWVJaFpvNTIyb3gzb01URXB1M2x0aWVtT3NIQlZWYTJBbzlDTzFPNVphV3dYQk9lODFkd3hCTXNkWXNWRWZQc1dtekpFYmxqOXBKWFZHNXY3cVMyQWVUcHhKNHRZL285YkQyMDBKMGE0K2xnenozc1RwSURBcUJUWlZTL0FrMEpheHdRaXdkbWVJUTV5QTE5RE9UaW80MndFTEEyQ1ZNMHdHWDg0cEhjWXh6RStha1VXamlGS2xvSU5ueThrQmdHdEx5dE5idHQxejcybU9LR1ROV1NIWXlFN3gzT2RJUmdSVGl1SEU1L093S3dZZ21mVlRwNjJHMEZyWUZtdVF5OWFBYytUdFpYcFlJZ0Z2MDdpcXhBTWlhYlRpb25hTDQ0L3M3TytDcVFpeTM0VGpNUHpRL3NiQ2lxMUd4Q2IyWXE3MVhGeE1LQjZHcnhYbmdHNkVUVjlWbGZ2TVVtVmNZY1BoUXZCZHYyYlJ4K0pLUXRsMWtRZ2FrN25pSmVUZWtTRUpSdVpzaHNLcjVub0dFNkhjVGpHVFN4dUttYWRHWFVSeGxYZ3JNbmRIT0k5R0xsekcrc2pOa052aTRPL1M0L1VERWNGVVkxOEovZU8yYy9WR3dlR0xZd0xIWGJmQ09xSUM0THFtbHdhbQ&file=Leaving+Eden+-+Between+Heaven+And+Hell+(2012)+mp3%40320", + "infoUrl": "https://thepiratebay.org/description.php?id=7911098", + "downloadAllowed": false, + "releaseWeight": 54, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "4DCFF65CDE69298D8353E9839D0F04041480F64D", + "seeders": 0, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:FD057F155CFF2E0CD5F5B8E8FE81887F38F164D8&dn=Shirley+Collins+-+Anthems+In+Eden&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 4844, + "ageHours": 116266.94943488567, + "ageMinutes": 6976016.96609314, + "size": 168967584, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "title": "Shirley Collins - Anthems In Eden", + "discography": false, + "sceneSource": false, + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unable to parse release" + ], + "publishDate": "2013-02-02T16:20:37Z", + "commentUrl": "https://thepiratebay.org/description.php?id=8095446", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=QVdLTVJYb1lQSHJhVDRTWERaS3haNzd2R2lTbjFBRm00eDhzS3dPQ1ZYdTRJQndNS1ZDdC9Hd0Z5bzRpVjFPY3dtd1gvb21CUmpwZ0Z0enFKN3hyRjFOdjQ3ZldQUHpHZENIZ2dZYjJybHhRTVUwZ1RBSEloV3lqT0JSSklzc293OHhBdU1KejNaei9jUG8xNEQzZlpVZklUSlRuaWVLR1V1MCtTQzZndGxHNW1DdnR1R2xuRUljeFpQN28zbTVpUlUrejV3a2hFNmVtMjlJeXR3V0dSckpOVFliajhxTmwrd3dBVVAxY1B1d1Zrd1J6UFc4MmJodkFoZWpkOHFncldSYWxrY1N2T3lkWlF2cW1ySzZrYUh4R2tVSVBHVEp2dG95dTlmeTNOUmh0VmY3MTBlOGFXYkRUdmgxVzVKMEUwZ2VIRkxnbFQ2WjdLWm5mazRPaThtT3VidjlKRVIyeG9Rc1Q4VEJLRXp2S1Vyd3RWbVhlU0pmdzgzOS9wMUlMMVVuVW56OVRkRFdLYytPc3NXRmZuNHlMbVJSZTNrMUpnUjlBTE9TTVA2VUhEN0lIQmMvZkIzeGVFelJmRmNpMzhsa0tTOWc4czh6UXhQL2pBWmw2VE4wNmgxN1pQKy82bHFySHJDOVJ0bFZlSHFBcFd0VUJEUkZwcm1DbEFJaCs0c0FwSFhGVk9wQ3lRZmxDeDltRStSbEd4UVZhRUoycnBSN2pVUmVUeExHT3VzQ2VVSzhQSTUwYjMzL0Mwbi9kWFI3SkVMUkk3ck5KZll2Si9LektNc1I5NThabVVDNmJiVHZXVEZ0Q3Y3dmxIcTN6cXJxNnBYOCswcmt6V0RaOWpycjQ3VmlsekNDam9wY2M3emxWVnRndjV2M0pOMm5qTDdZaE5BV2xHYTJEeFpldUdhcHVhQm1YWXdpRkkrUzZiVk1BNUJzbEl1UDRSTisxN2NPdEp4SWIwcEVDVzJ4ckVGVDg4eUhUcndCUFhBSThMR0hrbTh3YWlaTFg3a0hiZitIb2kxTlhOYlp4eittTy9GSlBXK1k4WFhhSTJXUWcvQTlxL2oxbmJ1NitmME0yT2FheWR0eDB1L2pvUVFzeWs0ay9FZUwxcENSTkZiYU1vZzNWVnR6dFMrOWxhcm8waDdjL09QNFp5RVNNcmFQNGlHSWJVU2p3L1diNHBHdUVXRU5WbU5EV1A2aWlvZTFYai9HelJtdlgwVmdPZGlzZTROSmltd2x6bDF5TGRFT3k4cDRLNm1obVg2TWZLNmZHVWxsR0RTVXVIZ1BqaXYxSTRyRDY5OUlHSmpNZkFYMEU1dFVPcHVqc2ppUmtJbDJ1VWJBWEEreWxlZ2VaRHAyVDlEQTRDUit6dnBDbHRjQzFGTXkxdkRFdTJhdGV2c0tTMjJQSDZPNlAvamRrOGd3KzFoOXN1U1grRVR0QjViVVJTcjdrdDJ5VmZlQXY5Z0pzcUhUVFZoOHlLU2xHQjY5Z3lreGpHYlB4WHZxRm5LMG9WS3RhOTQwVHVEa2JUWVdHRUFRVDU2ajdBcDNkYUtKbEF5S2oxN2F2S08xSGs0bERZeEpwNk10ZjhZZHV0Y3FJWkF4U0l2VHJqUlVzQzJhRmdSM1hCU0FIOVJmZlAvcjN0dk1DNGhoT3R6V2dKVHNhS1NDeVUxV1VoR1psbzZoTFZwZGpEMWFiZXNZSmMya3R2bERtaWFTSURjNkpzNVg5WlJteGJ3cWwxZG5FWEVPN2d0cURlWlpUaUo3eXQ4aGxabTd0QU1YVVE0MzZZZUJOZGlFck41ZVhTN3NSN2lYS3ErMnNCQklkNStvUGNRVGVJREQwRlpycGt0TzVBaG15dU9hL0xlaXo3VStoeERWZGVYajRFWkVZR1VXUmhiKzZEYkZXcE9HV1FiL0cxYTB2YkIvWWdDdFNZNFoyd3l2NEVvL0lIcDJFNFZvamk0d3JjVmwzSXozc3pIdUdwcXdFNkhzUXFudDcvZXpQM1hNakhOb2l1Ri8vQXFNNG5uTEJ3SmZNTDBRaDJrTXFweDdwZjN4K2xobDcrT2NJMDlvNWJ0ZSs0TkpHL0R0aHNuSkdrN0k0YXZBNVZmbz0&file=Shirley+Collins+-+Anthems+In+Eden", + "infoUrl": "https://thepiratebay.org/description.php?id=8095446", + "downloadAllowed": false, + "releaseWeight": 55, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "FD057F155CFF2E0CD5F5B8E8FE81887F38F164D8", + "seeders": 0, + "leechers": 1, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:134E237A6E06189171236B58512095CAE06D1E66&dn=Mt.Eden.Feat.Diva.Ice.-.Air.Walker.Remixes-.UL4144.-WEB-2013-NRG&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 501, + "age": 4659, + "ageHours": 111826.95360155286, + "ageMinutes": 6709617.216093171, + "size": 42424088, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseGroup": "NRG", + "releaseHash": "", + "title": "Mt.Eden.Feat.Diva.Ice.-.Air.Walker.Remixes-.UL4144.-WEB-2013-NRG", + "discography": false, + "sceneSource": false, + "artistName": "Mt Eden Feat Diva Ice", + "albumTitle": "Air Walker Remixes", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2013-08-06T16:20:22Z", + "commentUrl": "https://thepiratebay.org/description.php?id=8785099", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=dk14bHJtMklHK0o3ZytYZUtkNUk4SFgzaXdUeGkrbUJod29BdUtzL3g2UmhEb01VQjBjNElySVZGOEJObURWQ3dLQldObkhnSTdhbG91QS9QeTdFYzQzMlM4eXMvMmFFSkFFRUNYbTdpZTBRa0I3L3dXUW9FQ0ZmNGtGMStERU9KSUgvMWdwYlJnaENBUzVEWURObGtTNTN0WnlnWFNTSm5pMXhnVHJDV1dRcVV6S0Yvejh2TnJKSy8zVE5RZVNzSHBzMmppdkM3R2lJSHUzSXFSTmErRnAwSUpabDUrcEVwQ2pGbmU4MG5SeW9wWCtuU3lUOVFuZFhtMkV5cUEyUlV5WnBSR3R6OG5YNWlRRHNSVlp4RFhYbDRjdHdUc04zRVFqM0dNN3UzU0czUnBSUWVvbk5RbHg3cWJOTkNzeDhKV0NvWEx1WDAxS2JEaEY1U2piWFY2dWFuTkFvSU83ZE1XTlIxNU1vTkxCN0tsL3BPQUcrdzZ6TFFTZ2pwaVBFME5oN2QvcWxFNTdDMkZucTcyUnZiYzFvVVNHVnpyT3lRZFV0blBudEJGTERwVFhldXk2blB0VHA5VWx2L2lwNDlkQ0V0N08yTkRLNS9nWFh6L2tOZ00vRXVSRFNiVUdiME5tQWJ5MVIvKzVERUQ1OUk0ZHVlV0pBdlZtemhXT2dlZnFtNVR0ZlN4cmY5WFdrWWl1aEV0UFUvRUc5RGV2Vll1b3FuRysrcTZJcWZkVytpSDMrSUN6WCttQ25reGxWSzQ2MHZDY1VkWnN6U0d1ekJKQldFa2hBQnJPQnpIV3VrU1lTL0dwRzNLTDZ5OUlLM1huRk50VThhZG5iUXJKZVhkOVJiV0IrUEFFamR4NDlOVUlBaEozMitnaFVaOEZDYUkvenBWeTRGSlV1TUllYjc3Q0lNZmdKVmYxUWV0dVZlNk0vb0hqUm5hL3NTMUxTcjVMNGNYam9LYjNzQUdnazNrYWxHZFpUQmYxcTN3bjZKbW1IT3N3OTBtbHJlNlRGNjcxcVRIU2hydGp4czFzSjF1clFCVmRKdWFtK3pCdkJBcFJKWG0venNGdUp4UDRxZ3RodWUzQXhBMU04dDlWbDQ5UFBPWXlsaUU1N3hGOFY2STlZQUszRFcxZ2RSTXIydjIyY1IxdnIzUithOW12Sk1EcFlUZVFkWFZYNmtYQzV4VU5GL3FKTnJOUXpyU3p3RDF3aDZyaVZLU1J4d0M1WmNiSUU3OVBKdDFVK3FtWWFMNmRYMEVtS2p5WktCUEZkWThiQjk0YThWVlZGTUtvY3cvRG9ZaU1UeXVoUHM4UGNmWUJHdmJBOTZUNVBIcE1yZmhSZ2ZGUEppV2RGMUtkTUJGZ25COEQzaDVwbXp6NG15NVB0aUZUYWU2NXQrbDZDSXFGaUh5S3VuK0t1WThjZEVLTlFYU2xTcURDSzVpWEV1d2drZFpsa0J4VklMVjU5N3I2eHdNWWNrSHBFV0piMk40Zjd3UlFFZWgzNm8wc3FWa3AycmR0NEJOSjlEaldLeHlkZVVzSTY0UVVjbnpzSmEvVlJIN2NGRGtGNEdOdTBOUStCOW9nNE5HYW1LU2NlMm82Znp5M01WS1lQN1BkSysyMGRQZVRlQ2xFOUo0UzRndFlCUm1NOEFLWXM3MERqMkdPMGNsUlVySkRyeG9aeG5GN2dwaVpZM09uUzU2MUZGWklxNFBpWm9ZdVExVksvVHBuYk55VlBnK3d5QlU0SVZ1U0hmRkJibXYxaGVTWmthUzZKbzZ1b0NVeXR3S2hJWEhLWEg0TGdSRHZYeTBkNmF1ek5oVElxMnpuQ3B1OEMxK1ZxRFQ4VWR0MmJ3L01reXJMVFVKRzRMVzFxN0ExWGZxdWdBUWlVdlhhR2lMSm01ckM2UDRFdUx6WDRlVTRUcTVpQmhqbG9QUXhYU1RHckJNZXA5QXJ6a21nZHpXUkEvQmZNT25LRjNWYnB5ek9Ra1UvamJZakM3emdqUWlkTlM0c0tKbnVta1NpUWZ3c21sYTk2emdKRHUzd0JPMmJkSEZ6cXpIQlY1ZjFzS2VpWXN2QmFaWlVCOHRXOFE4MW9UNEdSbWhSSWVDdEJRTzlWT0xBYkc5M1dxNFFGR0hCY2xHSGM0YkJVaUVCSFNLUnVjUG9BRGc9PQ&file=Mt.Eden.Feat.Diva.Ice.-.Air.Walker.Remixes-.UL4144.-WEB-2013-NRG", + "infoUrl": "https://thepiratebay.org/description.php?id=8785099", + "downloadAllowed": false, + "releaseWeight": 56, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "134E237A6E06189171236B58512095CAE06D1E66", + "seeders": 0, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:2834F2A4E5620663C58DEBD7A6C3908BEA01CDEA&dn=10%2c000+Maniacs+-+Our+Time+In+Eden+-+MP3%2f320&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 501, + "age": 4645, + "ageHours": 111485.94026822016, + "ageMinutes": 6689156.416093212, + "size": 116660504, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "title": "10,000 Maniacs - Our Time In Eden - MP3/320", + "discography": false, + "sceneSource": false, + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unable to parse release" + ], + "publishDate": "2013-08-20T21:21:10Z", + "commentUrl": "https://thepiratebay.org/description.php?id=8833167", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=eGliTXBweDIrR25sc1VTb1lMUmNGdFNzeTJWQmU3eWQrdHZyWXNUK2RqOTdyRTVPOTJqQk5hbjdWY2xBbWU1U0x3bHNIaHhlaWJxT1Zqemtqa0RrQ2UxLzJRZDZCanl4djFsUlltYUhMY3YyMWQ0ZTdHN3dYQndXZnk2THlLK05JV2J6OUprbjVCcVhLMThHTzREUkhkM1pVTWVBQXhLdDlORURiTDFSMmRKc3RDZlNlNkc2eHBreFd1SDhoaUhIeTArUmdvQm1IS0J1M1NQc0c3NDhMSWZNeUtZTXUzNHlYZWNETXFlNnFqMlp0L1dyQXJlNWkxUTkvV1NJbTBrbllQVG9URlBRZlpyMEpNbUxLUmdtdXpYNzdxOS9UUHF5R1MwVStiVXZYcEszY0syT21wR3kxMHpiWk9XV3MrTXRJcGdVdmtmcldWS0taVjFGTk1MY04xUnJPMDJ3b1o2T1p6NVB0OXlvMTRZNnpnajkxVHRkU0VOUjhGaGg2NFU2NytPVHIrNC9uQXRLaCtxMWZxckRrZGVPWjhVMnF2TnNpUVVZbnRLUkVVZTVQckxxdG5vTU9OL3l0ZEJ6WGgxdFkrK210SWswdzZIREpjcGtzd1J6VCtZbjhKSTYvb25aL1pmdEI4VkNPTjBSNndSMGRrR2kvbmtpeFJtZzdZUllZUEhGMjdoMmtOR0JITGtMS0RKUzJWWDA1R0hSZEk5OXdpK1F5aDR0TzNBQnczTFRBRXZQMGdWL0VXQnV0TG5XbTZrQ1FHZlRRNHdQNlVjL3Z5ay9ob0lqbGovY1A4S2pnR2l0dFNQVjVsL1grOEZkckxzWlQxRWFJQlEveGQyU2RWSEZXTFFwdGlBN21hYjhidko3b1BNRDJMdldvNEhVYXphcnN2QUJHSHo4NURrMDVRNERKZERXZzB5YzBTTlcyelhMUTRVM25uWHNXMkp0Vm55c0s3N01KWHAwVkpITFFRU2tjM1I5bTZwbThydUZwNG1mempzOVNnYkQ3dWd4NXZRcTcrREwzUXpKQjNWazhKYnZKam8zeFdFZVJ3VEdzcjlzSEZEYkdSVk5KMlB2VVBDQWVpdUlzaUFvelhXcmFVTG1qTTB1YUI1RUlNdmx5Wm9MSmRwS0JLdkUwUHRUNFVxTkE0ejZYdTJJSlhkOFBHbXduT2xKb3g5T2tRTG1mK3V2RlJRL0JFOERRbGNKYVdkZkVrajZhRHltMlc0VFU3SjdWdUJHdGRGeTV5OVVlN3VLbURvZVk1UXpMZ1k4SXJyOFNtZ2xLcTlsYVpObjV6RVA3RjBjSVlzNUtCUTNBMTR6Yzl1TkQ2NXN3dmVSYXBVeVFZU2x1SzRDaDgreTdSeVdrVG9ITitWeExNbWN0QlIzVVRoaDFSTGlxOWFXdThuaWg5dG9EbXkweVkrYXBjRXNOVEFGQXdvQ1A3TW5zU3JZdjJYTHZNN0NJTTh4UFN6NkYxeTFGL2ZGZjREVVJ5VGN3TU1CN3NVeFZueElpRmlMM3drcTRaMnFWdERzLzBQclZtWE5Nb3RET08ydS9CZk5RQWRPUVRFajJXQmxxeXpveEJiY2VYVi9xVFV4NHh6THlSb09TNndWVTVDV3BYdVhTOXdUdk9xWENidlVsSUZvUEgvb0ZuR3JNbE5JdXVIUUxoelVIaG1lQU5SYVFOTExrdkRTTEdtWE8yZDVWbDNPNjdLYUplTGNnbHd6a3RqRFYrdVR0WWlUMUJDbUhvRS9Gc1hqdjBQN1JQUW9lcTJGYlk2L3MySXlHbWdWUnV3Z0RQTjJlUTJ0YUNyaDNnZmdDaFloek40VHZPNG5oNWJoUDZkWEJWTUNiK0NHTi96d2tVUFVwaG1maFY4N0IrU0JRUzFZa3N1eUI3cEdYbUxlS0RkZWJFYWx5VE1BdGhlU0JubXF6WTFON0V3VjlFc1RscFByeTZCOHlPdWJHUDZ0T09wRnp3WEdhUXJYdVZDdklZMmUyRjFXNmlCTTdjUm5ONXEzVFR5SEJMOWloamRNWVl0R290ZFBKcjFpQmJnNlZTZjBaa2FOcjVtdkxDbFJuTDdqWE1PNHFBazhsbDNYTk1CMGJ3VzVUVlg1Q2lHUjl0Y3lUR3VjQm51QQ&file=10%2C000+Maniacs+-+Our+Time+In+Eden+-+MP3%2F320", + "infoUrl": "https://thepiratebay.org/description.php?id=8833167", + "downloadAllowed": false, + "releaseWeight": 57, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "2834F2A4E5620663C58DEBD7A6C3908BEA01CDEA", + "seeders": 0, + "leechers": 1, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:3E8668837156971A1188CEB11394C2C27F3CF352&dn=Tony+Levin+-+Waters+of+Eden+(2000)+%5bEAC-APE%5d&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 35, + "name": "APE" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 601, + "age": 4642, + "ageHours": 111415.75165711036, + "ageMinutes": 6684945.099426622, + "size": 279260128, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseGroup": "APE", + "releaseHash": "", + "title": "Tony Levin - Waters of Eden (2000) [EAC-APE]", + "discography": false, + "sceneSource": false, + "artistName": "Tony Levin", + "albumTitle": "Waters of Eden", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2013-08-23T19:32:29Z", + "commentUrl": "https://thepiratebay.org/description.php?id=8842913", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=OGE3SWVaVWlhVGE5RDlNR1RSdGNPd1lzVS9VL1BGZ0w4WDUydVpQK3hLR1NuWnR1YzBMdStUQnpMOWw2RnRHb2Qydm5vb3hpQ3VpRmVWSGFjejd2L25rV0NMKzhwYWZRd3VJOE9FMXR2NVFpSlRDYkdCR01SK1ZNS3JyRk9IOXBmTHRHMnpVWFhTVlNFRzdFeUVWT3lBMzlDVXA4NjAxcUNrY3EwRjhDWUQyQzVwNUt1STR6cGtHcEdaSjBkeFp1NjJPcDZEdUxzY2ZiVkdubU1lRWhSdGZHUEhaeXMvTUUyZWRFaU5nSUsraHVFbStsMXF3QkduQXQvd0YweVJFZSszMEVmcVdOS3BvNk5wTG1YVjNqd0FKRkxGMFFjTEFnb2hybDEwMFNGME05QXg2RFk2MC9CS3NVVFFxTzExY1N3cGtGVGV2cDR3T2FIcWwwbFlRZUdheEs4L1hqc0ZCcERrTk5kQmp3My9qcVI2enJOcE1YUVhHSzRlOHE5ckhXdlNiQU9WVTFNSUxEeksvbTdvNU4rVGxTRjcvUTBKbm9weGxSMXg1bTRzQkw4UFh1b1FkQUJtcTdZQmJJcnRYOWR0Wm9IcUVYSCtWRHR5T0g1UUpPcUZZQXVsSzFtRm5tZVg4czlOV3pFOGNLL3JDQ3AwRkhoNlRzRElPUWE4WlZTZUFBcDRwNWFQWktCZmo4TmhvTlhCYW5odG9lR09UR0xBaENxR2JIejB0U1IzWmFuaTNGb1I3OEVaMDZLNC9naExOd1VHODhmYVpHc09BajN6bmFacG1VRmpJSm5MUVVxWW5ubTlnM1pyKy9nQmJ3NUhFK25rTGNKUHhvWGlkWWVCUU9PdGJVV0FLM24wVnhDeE9DZUxMeURwZVYvVzV4QlZrVWpLMzNNN0ZtUEFNUVUvS3pQTUhqdDNNbG9NOHRxMmVjeU5JOGlwSm5iMGVFVXRwaXZQMWRrMitsajhhd2VZWDdHNGN5Y000aHc0TUV3MUREZVpsRDBFL0ZKdFJXMm9jdExUekN6N09TUWhxeGpJUUpTdTFSd2R4QnNjR2hJNTRZYTIzOEEvWFF3S0NWT1AwV0NTcjM4blY5Y0JlSkpoU0dESmJHT1owSVhvODhkd2dhaEdXY09vTzBrNlM5OElTUWlody9HQXRQMUpWbUlibG9LdENWREVPSTlOUFhjZzlZdEwxTzJRWEdzOHdSWUZiUks4RWFFZitYVEw1L2tqekI3OGNOVWZZWVFpbHljQ0ZIQ3dDL3ZQQUxmZEh1V1BQUjE3MW1zRmlSMkV1Vno1RktYT1crUG14RVRhZkIvMUJIK05NUHNDVUF0SXJoUjBjWHFzV01HUXBSc0dJakZMMTJlNGJXK1V6cVBmeXVlTDUzZ3hJVGtCWmNoSzYwQ2xneXUyMU9DUjN1YVBML3RIZUxaRjVQL0h2cHhmUWdYSTdMa2dEOXk2dUJ6R1kyaWNNYTFGaXlYZVBiOVY2dFRoTEZKZUwwbEtVakV2by9jMDNVc0dkZTB4TkNLYmxtaGRKVy8zc0Y0V3hydE0zRXdkaUxZa2V1M3VBUjhjcUo2R1lieDNtbXBYOTBnR3l1c2JvKzVGVkNPek1DajEwSU1hSHBxbExKS0ZpRE14S3JXRWpTbDlNbmlIWWsyc2RLWm5WT3dNREpaODZnRDFYc1lXU0hzZW85SVNqbVNGYUFackZyUFl2c2V4T1M2YWo4NjBHR1k3dy9iWDVqSGpReUpIRFd4elFpaSt3SURZL2pHOGdOTDhlT2hWNnZyWE4yVTQ5eHZubjlpTFJPSis5NkdJWHVuazJrWU9wNDdrSzVBRGh3SGlkeWJMcTRMWk1TbFhSbE14eHhJNnVlSEtuMW52U1lEeVU3d0Z3SzUyMVJrVnJoR3plcTNKRnFUYzVLcHk4czNaSTlyWURaVzU0WW14eStsaEN4RTVXUW5qV1NjWDNHdUpJbWNuRzlwYVhkWW5sVU5GNWMyeGpWTERPZERDeWlnTWZHckd1VUhScmJTN3VSc1BBVUZEYWJTU3o5aEFjNHYzV3NvU1dieTRUMCtVYUxYSklhdy96MThqUkY0K1lGTzRsYW80bVdMbjdDNUcvK3JhWTVkb0dENEV1Uw&file=Tony+Levin+-+Waters+of+Eden+(2000)+%5BEAC-APE%5D", + "infoUrl": "https://thepiratebay.org/description.php?id=8842913", + "downloadAllowed": false, + "releaseWeight": 58, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "3E8668837156971A1188CEB11394C2C27F3CF352", + "seeders": 0, + "leechers": 1, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:21E4AA38CE6CC3E5BAAA4C6EEFA1D7B5C8D0F989&dn=Eden's+Curse+-+Symphony+of+Sin+(2013)&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 4598, + "ageHours": 110367.46332377759, + "ageMinutes": 6622047.799426655, + "size": 162840288, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Eden's Curse - Symphony of Sin (2013)", + "discography": false, + "sceneSource": false, + "artistName": "Eden's Curse", + "albumTitle": "Symphony of Sin", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2013-10-06T11:49:47Z", + "commentUrl": "https://thepiratebay.org/description.php?id=9007798", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=T0N5clZTaTZuSXFzQ0lUZkppeW1GOFRUdGx3WFpwWXUwc1NETE8zZnlJTGtEV3ZTSVRtNmNCY2daZjJ2QjlJV2NRdFB0Y1NyU1VZQlBWcTNvdGxwR3JydFFNRnhIREcwUlNiNkhNa21Uc0ZQVDk4ZEY1dFZtZk9ZRjFaTkVRalNhNzRKcWdPbk5MTnU5Z0J5aUdHWm1hZTdxR2JtZUZOQklFcHd5c1RYQ1lrSWRaU2ZCK1E4VnRuWGtDc244ZllHSGptWTNpVytTclVFQjVtTE9Vdmw3N3JSckdnSVZxVVVncHlWZ0l4bEd0U3FPRUMvY1phd0Rtd0xRYmt0K3gyS1dYRTFiWlhDKzlCNmp2dURGdWh6OWxrYzI0RDZNMDgzTlNtOXdxazcyc2luMUxxTlVTUXA0ZzFMVTVyaE44OWp6ZGV5dVg0U2FPL3MrNjNPbGl2bXc3cENOS1hGZmVxa2lsRnR0MWF1NUNWQlpFQ0Z6ZUtOUll2czZ4OTFibnRHS0ZNOTJYV09yNmhxZEgrR0hrbnNhdDNFSU1yc0RxanV3czJYWlEwelJyaXR6blJIM2xNTmZ4NE5UZ1VIeUtaUDh5VXNSSG50OWdQUlgwYnhNQnloN2wwVjdNVUliVnU4MEZvb2xQYjZQQk5ZWUg4Qm5IVHFmOVJWbmpoWVBOWktDMm5DeUhYVkVlZlBSM1JSRWpab2E3aVlkeUpmaWdyb0dTMlc3aG1RNDgxU0RzU0dCMkF0R1NxK2N1c0puaW9Tck9SQXZHWGVBVXAwRHJ3VzZHZXQyemNVQytkNVYrK091ZEppQndydHhJaEdOdEgvNTJZRGo1OXNicTBCdk9XdFBMcnROeGx0cWk1bmplSmNsRE1RQTFiaW9YdlNrT3RTeTVqcU1hOXRBSUl5bjR6VEFzUDFMamJqcUJNK1JOL0pQaUlPaVg1VHhBVC8wdlZMd1RTMTQ5L3pKZDhQNWVRYVdNQkxDU25zWXhIcUdQellKNVQ5VkZ3WkVvd3p0MllMZXZSVkptam42Q2pTREZDVU5haUNXVS92eW5kMU8yQkxycE9XdXZPUEYyWlhIdHhNMVNBQ1pQV1N1dnJ4TWFTZTlMR3gyOFBlUkZOT0ZUK01IYXFPeUtISzVCb0svZERiQ3lpT2h0ZGg5bHFuSFE3Nm9DRDA5MmRPMllrTTVIWXltT1lPWldxdFVGbDJCRFVBajN4Q0MwY3dnRnlmNEo0TEVKMG56YThUVXpjbUNUOHVqZjJFOTZ6UzNxUExROWJGbVFFOE8zdXVOeWc2d0xReXU5aXhkd1lEWGpGeVM3SXNETFo0Vy9ySEFqTDFMaStUNERHZkVkc2pWbExaZUZocUtGVjRYeVNBTnZoZTBGQ2h4c2hJMFJoc1l2L2RsS1VuenV2Tm8xZ1RIQmwvU28rWVNHU0QvWXNpWXJUVGtHT2l3MnIwdzBabGVyRzN2Zzh2Q3ZIZzd0bGt4Rll2cHV3UnhZTi9vdXBMTGtob3IxWHpsTkJJYVZYSi9tY1FJV2hpWkt5aGpxMUoxNFN6aUVxMi9YSGVYM2NpdjkzUzNNUXRSUlJzazRSL2JweXVxa3haQ2lPNzZLTHorVXo5VkRmeWVNbWZLNmZSc252cVdDUmd1WXZsU0cwckcyRzdaOHFEblNRMmtSL1BIWS9EbS9tcGdxUVRUaDI2Y3NpOW8vMXRsaCtwaTR1NXFWblM0b2hXSVdsY2lFM3VBOWVFN1JKU28wcm8zd2R6UHAra1VVWkVUNVpjaVQwQW9yOGZTV1ZuMFlrUlo5cGtTWjBtdUxmTW5LNVIrdTFVZTlPOXhUbEFpbXFxcEgrQnI0Q0oxZnRnTDdyTzNiNWY3VW5Uem41UzlCL3RnOG43VitiNTkyYVJpbUxEWDB3M2l6TnRLeEtDRnJkMXNObTIvRjl2ME1UTzJ2NkM1TFk3K1AzNDFiWENRalhGcUxwQVR1NmlQcVkzUHhhRzVzREMwbmEwbXRmZnhvdXlLMGZIdHZBTTI1blNjNDFJOWIvb1JhK3VOSWpSQWJUL2U0Y2NZaHpQb3dPeVl5S3FsTDRkRzBENEVrRFRMUTBORWRFSXNsTT0&file=Eden%27s+Curse+-+Symphony+of+Sin+(2013)", + "infoUrl": "https://thepiratebay.org/description.php?id=9007798", + "downloadAllowed": false, + "releaseWeight": 59, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "21E4AA38CE6CC3E5BAAA4C6EEFA1D7B5C8D0F989", + "seeders": 0, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:58DE4C20B85457B20E29A06BF9DDC0A9BCFC91A2&dn=Impera+-+Pieces+Of+Eden+(2013)&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 4583, + "ageHours": 110007.93693488919, + "ageMinutes": 6600476.216093353, + "size": 102176352, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Impera - Pieces Of Eden (2013)", + "discography": false, + "sceneSource": false, + "artistName": "Impera", + "albumTitle": "Pieces Of Eden", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2013-10-21T11:21:22Z", + "commentUrl": "https://thepiratebay.org/description.php?id=9079405", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=VjkwUHhkQ2dZMUFZTVFmZFBCMWlsTHpLOFhwazUzaGx3MU9WQUlwejJUUjJIeERqSzg4NnFFVUhabXhaeGJjeFI1Uk9jb05EeUNpNkxPLytVZFp1T09WaWdLVE1ITUlPM2dObzllZzlHd2dBOGh1SlcvNTJhL0pEOU5ER0pOWWZnb1JaNU00b2V2a1l4eFExYlVqZEwrTXJFTGh4cG5YT0FNK3lJbFJxQ2RPRlBjNldPYUEreWluUm1CamJMNjA5bWlPb0RyTk5uZmRHSEw5SU04MXdNWGlZaTZrRUtSS3VOUlN3V2wwVUZVaEVyWDYyYlBKMHlTVEc1UUNNUUxCcmpaSkcxay9nZUg2clN1aXU3cmt3SUZ0YnkydzhYOWg1NmNwOEVnME1IS0M5czU3MDBEN3ZCZTJnMGY1VkhUMXp4OXVGR2QyZ1pobHZYMjMyeHdlTjNrdEY2VWVkQ1pIY21kaDlXcUlEZ0hxRG0xSzBhYU5zWm1SVlVXbVNwUDNxNkkwYnBuQU1qVW5QdTJIMlo2aUI2WkpJMlorVFdIU2JXNlhjMWRwZU4zd1QxTy82dXFSYmFOckRHNnFrMDZjZ3krbWdqT29LT29HOG9IQW1zY2tPb3IyMDFXeXNiR2JDSnFCZkNSMm5WR0orS1Y3OGhOcjVoS1NRMVdMWWhTWWV2Q2tvUlU0QjBqRjlVdVhwWlU0ajU3TlozSU8zWDlkVTRyWFpKUXZxRi9rZDhoOHorc09rNGVEWnBldmppeEw2ZCsyczd3REE3REJhcGROV01IUkVaVGlsTXkwdTRvdXdpeERJRzdMMkNpUkUvZTJ3b2FVa0tKS1I5MEZpVHNmRyt6V2NiR0tmRHVpajNsVVpKc2lNUXJpcHQ3ZkZ0V04vb0luOHNiL3VLY2JSN3FWaTdkNkkxbjZzUWl6dXZ1ZlBPMS84U0U4THZtdlcvd1V6aEU0UkFENnQ2eFY4RUx4c2xQQWFuYVJxVGVwWWtIVFd3ZVJ0bVdGclZSQnVnVFAwZW5Idzd6MXB1MUxuUDFwMjVyNzNJY1EydFFNM0FxRVRCUlFQUHdXR0NTZzZrdFBYYUx0TzFpVGZJeUsrK1MzSVRNcGRzQ0FtRFZnWWFWWjNhaUgwVjdod0U2a3hUVU41bTEwRldDd0hMQUlZQlhSZkVCZzg0a1M0VFZxejRseUJrU1lvZlZqMkF6Wlh6SU1rU2l0Ym8rWXIydDV3NlVlZzdKZ1pjWE1wd2loejRTOHJ4cnVIejVBanFLMkdiRGxDZnV5eVkyWUpmbGRkeVN6c2V2Wnd3K0dMbDh4OWRzTy8vbS9ITGJvOG9Bc3BHUTFkZFpFL25OaHVwRFBsaFBFVzVqMmRCVlFuN3kva0dpUEhqcC9TTWhnZ3h3WmNWbktrcE1tYk10cXpDMm1HSFExTXgyK213Vmw2Y24yNEpNazUyR1VUNEdpNXpjMGxEcTRDY2xINlpSUFEzRm5rWUtEaFp6UUhxYVdGdnRYc3RjR3RkZUZxQnduQXBrSE51eFNYYjd5RHZIekNMYjdnYVlrYW1kaHNudElLdWtLRjJkQ3BpTWswdTdUenczMmF2RE5sVEJUZnppWjFldXRTWDFFYnk3aXloeEhldEJCSkg2ajNZL0pZN044YlRFdGJPNTgxUm9MY1hsc2hPRHJXZzNxem02eGJTS0RHMXpUN2RHT3k3REs0UnNJTStEKzBKWmEvNWlHenhCbTRVdmlIMXZ0b3U5bjE2cW1QV2JlTkhZc00xekhHTEd1NHJxTGVqNVkzaitZNktIaTZFdzFMZFNSdWxCbWh1TnQwM3d3bCt1TlU1WExrTVJvRjF4UGpUYktRay9FaFBENThjY0NCVVhROTlGL0d6Mk1OL1JHeEV2MU5uR0JtVkZpZDJhV1RMREUzd1lEN29ERkRtS01Ra21yU0YybEsxZ28xUnFiMGVXZ2Nib0tpc1NVLzhsclRNTmszQ3ZnTGpreFFpZlFVc3J1Q0RPUzJGNEl0c2wyMFJiSHFIdWlldTl1SEhMa2tCamZYSzhTQWdmM0xSWlRrV0M5blVKSENqZz09&file=Impera+-+Pieces+Of+Eden+(2013)", + "infoUrl": "https://thepiratebay.org/description.php?id=9079405", + "downloadAllowed": false, + "releaseWeight": 60, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "58DE4C20B85457B20E29A06BF9DDC0A9BCFC91A2", + "seeders": 0, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:CF6FEBE37B093A7BE4E1D622835B9B986ECEA54F&dn=%5bSymphonic+Gothic+Metal%5d+Eyes+Of+Eden+-+Faith+%5bJapan+Edition%5d+20&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 4375, + "ageHours": 105009.38665711209, + "ageMinutes": 6300563.199426725, + "size": 447532736, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseGroup": "Symphonic Gothic Metal", + "releaseHash": "", + "title": "[Symphonic Gothic Metal] Eyes Of Eden - Faith [Japan Edition] 20", + "discography": false, + "sceneSource": false, + "artistName": "Eyes Of Eden", + "albumTitle": "Faith", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2014-05-17T17:54:23Z", + "commentUrl": "https://thepiratebay.org/description.php?id=10167138", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=MHpOZHJpd0llZ2lUTHJ4eVA1UWV3Y1B5MlZYREJQWFVQS0R4aExiNmUvSUsrcndKTkNodUlSZWFpaThNQy9SOGJLRFBPeTJoNVNMSXJvRlpjdE42ZVlQSnF0R3Y3d2EyTVFyUVpIOXhRdWZTem1VRm1iYnlBeGlXSDVmMCtVZ2NqcExibEZkWVllb3BpWDhXRUhrTlJZcTFPcHcwZXBLSG1nLzArMEZaakdjYWIwUnJqZnJiQzlZMzBlUCtsM1pqWE9OY2N2SFdNcEZBdkw0WUVFRUphUjVzMnhOaGtZL04yS3d2WW1kOUhFZGVSVmFyRkJYb25Fc05NM0ozaEtLZWlydnZmOXhNNzBScVpWVm1idW8wV3B3MGlQVkIxTzl2QkhUMlJnZFpZOVhQZWI1aHRPRXI2eHJSdnYzaURJVnRJSTZ3Y3RrQmZrY1pvWTJIVnRPRHliWHZWMUg5dlNVdnJjVzNDR2U3R3A2aG1TNnBnOXFNQ3dMSmtEUW9PNnM0RGM0S2xsOGR6OWl1MlBVcjl5S3FOWElWWVN5Sm1MYThqeit1TkZDQXJhbGhGZHVSd0hoS2E5L1BOY3JvRjBGOXkwTG13Vmp4em9YU2Z0VGU2MUxEbXpnVURoMUl2U0FGckdLWnlTc0UrL3dmODFMSm1sakJnc0JaWVZpTU83RTh5RG9YckRXYVBaeUQ1YUVQekF3U2tWN3djTDZXOE00NVZiUGVaNStkNmhmaFpZUHRGKy92UThBT1VDMzhjTFZqL1BQMGw5RkVGK3NjSWNRTDVDak1NWnlBU3R6MXlMcjVydE5icWk3Q2x0ODBVNVhpcmZmN3hUTi96akpGY1dDOWdrTWFTeUJkOUFhZkVaa05DQjBOaFdSb0lVREFvRVc0MVlwSFRHa1VTMzdTc2h1MzlWYUlTVnh1TlBMQWNBcnd0ZE5mSjdXdUJyMm1nUGFielIzdVUxZTEyRzVLdkpwVVVFanZJbDM4cFZSK1hGYzZZWlg3N0tOcG9hMVhJbTMzRHdoZjF1d25zQ3AvVWdqVGZIQWd1RzRQUmZSNHZjSTRwU0toRy9LMFU5eUpRTWZtUHpkSjBuRS82eG0wOEJMbHBrNlJZaGRVSjA2UDJLVDl0eEJrMnVUMVhON2w4Q3JXdkpSWEc4cGxWbXAxcXhlQlJmaCtPTllWRWZhUTNiUUZURFYrejhldngvSWZqMXNiNDVkbTlhQlIwV1R0K0VLdVdJejRqOTBubWpLSjRIdFhXR0NoUkRvL0ZkUVlOeWxRa0tLTlZTTkJjbGJld1g1T3YxUnhqa0ZzblljV3FUWlh3b2lJd1BhR3RHYVZEbGZYM3k2UWJrOTZPbmIwY0hzMUJFa09MV2g4dFlGWXFteWdQdDlRNUhUK1IxQ3VMV1VQamxIR2NERys5WDRtWWh2UXFGOXF2L0ZxUXJzcHhBNVFZWVArTHpiajFCWHhpUXI2WWdwUHpxeXhaaWtFaGRtVlROclRDRmJsQW1EbVQwN2c3VU05RURBZ080eTE1OU1ZekhnMUxIQ1BMaHBOc0JpY0F2S2Z2LzRqTkMvdS85MnNlOTZIMEt1TTlicUJkT2dReVpCdXBxR0J0WERJSjZlNzZ2K0ZiRXgzMkh6N3ZlYkFwSTZZWFp6dGNJTnVvd09yakxrNkI4Tk9EUUNoL1JsRkh3MHdSZU8wUEJZK2tKYmNwMjlzR0VJdkpFWlJneUhnR1ZiMXZMTU9qZHZnRGdVNjlCK044NnpaUXlDZFNjejZBS3VjbnozeDlPYzJtSEYycGxudDQ5aFFKTVJpNUdudUNSNE5PeFNER0ZHZTJBSkZCWTZ2OWJiY25yMjQ4NjF5K2ZVUWNOK1haejNkdk5sdzF6c0tLeTBhK1YxeVd5UmpnaEZzMm5XdGdSMW1WMytzbzFJQVRpYXJoMFNtcEx1NTBMTXlFS0dkNkt5QXJwcnNrMTNLZStjVlVMd1pnSElWS2RPcDVJMlo2a0E1VXJkZHJVSWxhQU4yZXBaeHBhVFJKbEUvdy82NTkxb1A0U3VJcW9EMzBudHpRaW43TUxpVWp0aTJZbHBtUDFoYnBpUU5mYk5Zd2NxMVNWdVh1Sjdlb2FQLzZxOUVXYnIrWVlHaE1zUmRNdy9icVgyYXRqUTA5bEF2ZUE9PQ&file=%5BSymphonic+Gothic+Metal%5D+Eyes+Of+Eden+-+Faith+%5BJapan+Edition%5D+20", + "infoUrl": "https://thepiratebay.org/description.php?id=10167138", + "downloadAllowed": false, + "releaseWeight": 61, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "CF6FEBE37B093A7BE4E1D622835B9B986ECEA54F", + "seeders": 0, + "leechers": 1, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:C67422769C2958A3CB1B4726934CCC6E9C5DE754&dn=Last+Days+of+Eden-Paradise+320kbps+mp3+CBR+(ak6103)&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 501, + "age": 4373, + "ageHours": 104965.37776822373, + "ageMinutes": 6297922.666093423, + "size": 63591260, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Last Days of Eden-Paradise 320kbps mp3 CBR (ak6103)", + "discography": false, + "sceneSource": false, + "artistName": "Last Days of Eden", + "albumTitle": "Paradise 320kbps mp3 CBR", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2014-05-19T13:54:55Z", + "commentUrl": "https://thepiratebay.org/description.php?id=10179955", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=aXVNZDN2YzZEZUI0N2xKazZOQWxVbC9DNTZhdWZ0aDY5NXFkWTI0TUhHV2xlaGMrbHVOLzF6eE15bi9MeVJ5YklEVkRWd0pnZ3l1YndqODRRNGlmSElYSkpSL2JJRVZxZEFMcUV3NXBFMDZqSUVUTENuY080MHMyc0tSTkswakxGclpBaGlSemQ4UmlMWUpnZW5ETkc5Y1BHWE9KRXlOc2hDaGx5c1BIL1FydFdXU0ZsYkgvSHRFd3hhdmZWVHVYRUF4eE5XcERGNmkxdUlwMlFJWVRmZTZQUTk3Z1VPZktHMHUzMWl4aXMyenBHM1c5VU9rL3NFZ01LMzg5Rzgxb2JEaG5Lc0ZMU2pqRUlZcmNFVDlGVU5hRWpMbHpKL09heGZCUVlYU0gxL0d0Ym0xaDR1V21janNGc1JOZ2lCUk9oZFNFQ0krQUZmTjRMaUJBb2IyQXVmZEdLc1ZVK3E3dzlGL2QxYjRyY3QyMEc0ZlovZHBxejMyM2x2QUkybjl0TWx3YndkaWJzR095c3gxb1d2WVB5S2F0ZFlqKzg4dThkZVdocWFtdUg3VG5QSWk2NXU4WVFmWnpZbklQZXBETXNmVTVuYXRxMmlYR1Y5UTd0Mm5tZEtnL3FaRTUxUUJkVkFPL0RHVTZIYkhiK2RoU1o5K21jbUZGUDhGZy9hamJJdExSZUd5dHVhWFp1ZXlSL09Hci8rZzRsSjE1VFVzNzBsNlFTTnZoTlhsZnhSVWlUZE1DNElBOEdVcjBkTlUxR21mSlRHVnpOTzFORG9hWGRpeE0zNlpwb0NhQ1dwMFpkUDVIWnk2dWVDWWZtRVN3VXczcTI3YTBBNU5xNnd6MmViK1laTUxPRFpNU0p6OHNhUnpCQ1RQV3F2NGdDRVA2eXZVZ3pqcHRVTlE3bkJjODJVa0ZmNE1NbzhuT1RiM0dJcU5vd3VLTEMwN3h2WTlFNGFQdlN5Z1NRZTMrdFo1aTdjVy9mT2VlcUpvYWRERW9SYlVkQS83TWxoOCtKNThoS2wvNlBRZjQyK3g2bllZNVloaVhYaW9HeTRBdWlmL3ZqTU5zZWh4UVRWVFlvRm05am5DYzlQQUczUUlod2pzaUcraWNIRUgvdEtMeGR2STR5NEhkQjM1RUNiSjZoTkNIb0gzRHhHb2FMejNPeGpKNkx6eXR3Uy91Sksxd0ZwdlA5SXRDRUJsNG1vcW55dkMzcXNuVDZ0dm1JaVV2YUFtaGFLeGxqbDkwMzBZbEJBSWxKbVVxbHRxaVpqVFVhODRKdUwvSjFaTlpydkRwMm1jZTAvdkZUMnVnQWJEMTQ0dS9mNzRTNVl6QW9Bc2JUNEY1UjVmeVg1R3NucGhNZUpna09RZzRKdTFxY0w1VXRDUkhIcktndHBaWTd1TnJZU2pHaGZZcGR2MUdoTSt1MzdtWjEwdUFJM0VPblRIUzIzWTdHRXBmaHNRalJFdnl4Z1FLb1dzNXJLeVhlK1dFS0xVOGN5elBCK3hsbUcrT2hOVkxiYldIb2tZTzhjV0NXZ3l5U0wwOEI0WS83M0pNcjErR29lNDhKVVJMNVMwYU90RjJBQm1GNHpyQTBlZjhmMEtlNXZvcTh6T2JzTjRHa1BRY2psVXR1UmEySVZES2xFQzZVZmtsQ1NYb044L3JIUkhid0NOSDRPY0VIaDR6bytVR1ZnMXM2ZUoxVXkvNkc4NzliUkdOMW1zY1dMRWxzbUVad2VwL08vdnlQOVE2YmM1V2dGVTFvbStwVEttRnNZOHIwWWRnakx6U2JQeFVVQVl0aDFwdjhuMEV1dmVTd1RmaUV4VUlmVEFQa1lMT2U4dFdFajJWczZ4M3JTdlRPeHRza3ZtMlFjamFZYjZDMjdGN25RYzhUbi9jSCtIYS9oUkpYMUVRaGVEU0pEU09kaXNkSGFZSUN2MXdidXhhVC85L0crSmYva1g0ZkpIeGlJOTYrZ3hoVnVYbFgvWUNuU2gwdDJCQXFBRnpJL2tiSUVtMy84R0NDREVVZ1pNdmpCNi9KdEhjZnBwd2VZS1EzS1lTNXdVSVZPK1R0TkJ5MGtlRzNoV3lnT1VyOUNUMDFTMGZtTEZIZ2R2N0VWV0VrSDlxeUx6MWEva3Rjc2c3TFd1ZA&file=Last+Days+of+Eden-Paradise+320kbps+mp3+CBR+(ak6103)", + "infoUrl": "https://thepiratebay.org/description.php?id=10179955", + "downloadAllowed": false, + "releaseWeight": 62, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "C67422769C2958A3CB1B4726934CCC6E9C5DE754", + "seeders": 0, + "leechers": 1, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:F286BBC124BAACC5242CA374FC194F7E86681664&dn=%5bPiano+Blues%5d+Eden+Brent+2003-2010+(Jamal+The+Moroccan)&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 4331, + "ageHours": 103952.23360155775, + "ageMinutes": 6237134.016093465, + "size": 419548384, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseGroup": "Piano Blues", + "releaseHash": "", + "title": "[Piano Blues] Eden Brent 2003-2010 (Jamal The Moroccan)", + "discography": false, + "sceneSource": false, + "artistName": "Eden Brent 2003", + "albumTitle": "2010", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2014-06-30T19:03:34Z", + "commentUrl": "https://thepiratebay.org/description.php?id=10463461", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=MjZvRVVPRER2SGlqMnFtMWNiZFlCSWhHcm5tUUNyemdLTVJldVVYWExZRUV0eE9nNmk0NkwwOU03dzJZOWNVcXp4RFBRWUFzQnBOV1czK1hyOTBLeE52ODhnSW5UM1g2R3p6VDFmWXNvUGEydVJSaTVmM2hWakVWYjBBQ2hJVGlnVjFHT2w4ZkhjdmhBYlZrTlBHYzdubmJabW5DcmxYeXV6TjdyWEZGODJTOE1NUlo1UUxZc2oxNDhSYTk3djdTQlpjMFRCNzhFZkU2ZXF6N0t0WXdnNDhFcktFUEpCYlQwWGU5djFzb2RjM1krU2p3ZW15aTBPMERhV0FxblNzT25ZQTZsOEtkZUhxNjMycTZHZzFOV0Rocml5UVU1eG9YemtUcVYrV2x3RCtoRkNQWGs0VHdQaTY1M0ZWejMxaVBUK3Z3YnZwZzMyVlNId0dHeGMrWWRyYUpFWStFVlBvb3h4dEt0UEV3OFp4RnF0VUl6TzFkZzR0eE5yZWs5dFRoU0pNcVUxbncrU0xXRG1UbWZMeFJlMXNPYmhLZ25jVGpNV0NtSmhWZ054bjhXbHllbS85ZnRnQStNSUwrZUxQeEVPZHV6UkRzd2Z4VjhuQ2lGTzJWc0YrOC8vUEdzRnpqM2h0eVBaY2dJVUpMbExZaGx0MnNwelgxTHFRQmR4MjZuTFdhTXJnSEVqV3dkNm93dnBCcnBzMjJJUEh5QnlLT292Yit6RHdqNzNvREJRVjhMV3dlbS9kOUZrYkNkazQrSmRmRXVtRUh2a2ZRQllET2RRcXQweHhZRS9qZTBYbHFWL1RhRkp5TSsxOUdEQWI0MVlodmUvVnk1enJ2MVNRWk5ROU96cVFMYnAveWZtSWFSL2xZQVg4MVg2bnBmODNqa0psMGJqdkxTbnQ2ZVlVL3NWWGp4a2prd09SMzRqSjROeCt1QXMyUU5FSGlRZkUzWHI2SjdaTUsrQjY1K1AzbWlJZ21sdlp6NDgrUVFTNUdCeGdXVDRSai9nK0l1eWk2TExNZ0gzcGY0ZFkrQjEzUi93ekpNM3pURm1lSHd0ZVcva3lpbFRTVUFWUG9oQzJRUHJIOXpzdWsyem1rZGVFSVlxeU9NQ1diVkVEWFdZSkU4VUV5UE1wY2hDVXpEclVLdFNMSlJRbEJyUUk4bWFJOWZGRXBZeDR1NDdBU2x2UmZ0Vi8zcHNsNS9vNTlicTN4MnFDNjMvaXRUeHB3dkZRdzZ4VFZ2aFlZRTF6NVhWa0VMYVpPM1ZNcER6Wm9aaFRHMnRwc2dJNUVOVVRscWRjR0I3UzJLWmw0UlQra0owNCttNllTempaYUZiejFzTU1BcHJwdzJGZEFKTXZFbkduTFdhb0NONS9YNmx4TTA0Y2xDUWpxRlk2eERPR3ZjeDhHZ1g0d1FLUXloWE50ZExRYU8yZHF4TUhjNmtpQmZPWEMzVlo3VU1ia3VRWTRpK2Fib2N5dEsrQkhwSlNIdzdEVE9VTFRobS8vNEtkd3AybjBHSjNXVWhOZmk2a2RldU5QR2lwMU5FSDcydjZpdWd1bEpNWndmb0xGMzRZVTZwalFYSjE3eUdOUlVXTFpodlhvcWdMcXZxRE1BSXNjVDEzYVFuMVRwbG5NSlVHNWJxQnkzT3MzYlJ3cnZBNmpCcUZ1aWtKYlJvVmNvdFdhbnRTUVVrN21yTWlHTmg3QSsxb1dWUWFuUnBhelFTMjIwRWJxajNvUkUvejhBM3RGdFQ1NGg0U1FuTDhoWk5FOUNaN0JSck0xVnB4UlYxSml1Mk8yK3RDYW9ERDlaM3ZtUDh2OTMydFRWWGljc1JsditKT0NXS25BZkRmZ0dqcU5vQzEvUGF5YmNCdGJHYVpWQXhDaDJMcjBjZGlMc2dMVnJ0STFVbFpreDE3b3FLaFBOeSt6aU15Qm1rMlg3NWpaUHNyZ0lMOGlrMkluQ05lQWM5NmtpYWUrcTI2NG0rZ2JkQm12N055RFZjUGgrRElPQkxkdXZROUlJN0tkR0xrVlJOa3JPNmcyVWVaNElqdUM0RkNPTHFPM1J0enJ1aHNWM0kxR2twQ0VkdEU5WmJRbCtGVVJDTXQ0d2JyOW4xR21Yb1g5VVNKRjhwL2ZvRjJMb1V4Vw&file=%5BPiano+Blues%5D+Eden+Brent+2003-2010+(Jamal+The+Moroccan)", + "infoUrl": "https://thepiratebay.org/description.php?id=10463461", + "downloadAllowed": false, + "releaseWeight": 63, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "F286BBC124BAACC5242CA374FC194F7E86681664", + "seeders": 0, + "leechers": 1, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:34481988BCE51C8EF3FB771ED89374166E6D507A&dn=%5bSymphonic+Metal-Female+Vocal%5d+Winter+In+Eden+-+Court+of+Conscie&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 4288, + "ageHours": 102914.81026822494, + "ageMinutes": 6174888.616093497, + "size": 119994616, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "title": "[Symphonic Metal-Female Vocal] Winter In Eden - Court of Conscie", + "discography": false, + "sceneSource": false, + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unable to parse release" + ], + "publishDate": "2014-08-13T00:28:58Z", + "commentUrl": "https://thepiratebay.org/description.php?id=10753091", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=eE5NTk9VYm9WeWxmajNUK1N1N3RYQk4wcFNsRFVVUVpRTmVpeFhnSUtrRjBSUXhGblBtRzllWHpLTEt2TWk5MDNyQ3lOVkxORXk2a2t3Rm9lZ05KazF1QWhGRHBZTU12eC9GRlhWN1dINTJFampkT2lLV1AzdHVnVzY2Q0FEY3NnWGt5bUJpd3pxeDdaU1dUWTg2ZVU0Z0R0SG1ZSTAxQUo4dzJnY01wOWFETnBjOXJQbmZHN21SNTFtZ3pzdzhVV3Q4aWtnRitRaGgrLzJFZy9qVHpSNjVoTTVhZGVUb2diYk0vdVJqRUo0b2pBcXRUL1ZYZXE0T0F0MzBDbmRab1UyU0pDV3JKQkVIeDJrdUhURHk5UGZTUksydytjRDJCRkphTE5NR1RJMkhpRnpVdmpycDAvdmh5cHZlbHUxZytnbDZUWjdMakx1NHVHSFlYaUdDK05tcXJLcWdvSkNhVDdMbFlzMlNLVWgwMmtVUGc2MURiZzNoQ3ZaSE92ZjZFZExRNEZVakgxZldwWjdHS2x4blRDTnQ2UStHWDU1SkZObHNrNlRRZjh3NUtKMyt1T1lRdnRXSTd1M1FhQ3d6NjNrRDRxQWlaK1lHOElnNzJnTGZ0NG1JQUI4V3habStQSG82TE5jMzZSNTNjL0VjWjFhdDAyazBUNDFDUUJPaGorZHQ0RktiR3hwWTRZMUJqTXg3TXRTNXR1UTlsa1Q3dUdnMXdMbVo5aDJHOU05OHpGTGE5Y1BRT1E5b2tnajF5ckRxcnJ6SWN6K3BtOE12Yzk3RFBVWllMb1hwSmVrQlZDUTRKU1BQVlV3ZWFnVGhyUmwvWHRmT0Q1YVZCdVdNMkVxL05RWnVoU1o0YTNiMm9BTHczS2dHL1J3K2lla0tTV2YvdGV4a2xmWHNOVElhSlg5YTk0cENETTFBcFVsYS9SOXlrampuTHRGN3pGYWttbEdFK3QwQUhqcDVNdisvUkNWOTRYSmNrVlVPT1VUM1ZCRVVBTU9mU3c3eHFJazlBY3hCYTRPVjVKaXM4NU1xYmRMN3I0T3UyZ3ZpZk1MdlhxTkFyT2xncUpTRnprTGFOc1F0eEQwUlAvY0s3aUZuYjVlNTFaZzYxS3UxcGIvS3hiM1lmdVdFYVplc3NCSzRnMmxCRFd5dFQvZWloMndDanNZMUVKNldRNzNWMUVZajY3cTNEVWlTZGJFdStFVjVuNXVqOEtxd1Y2eTh1RzdRdXkySHlmT1BWZzdhUmxQeW53aGpaZ05SQlQ0UysxQ2tLRXIyY3dHWmtaSUtKNVBWS0o0TWtLY1l4UXFlS3gzRXNEa1VteHRLa2UvenVZcVJtZSs4N0NEb0NJeFN1RDhzdXN2S1VqZS8vVmU0Qjd0QUREdkh3SHY2eEN6eUJUNngxTmhyR0RwUy9XUjVSdWNocnFjdXV1ZXpFS0g4UFdxZWppOGtaWVdCZXJ1ek91Ym5vTnlPbU9vMVdaa0ZQVkxKV2o4N3JYWUhBdnVYT3VBUVZFNFFHM0ZmRSsxSUZHN0xTdlRaejZNUTJjTVFrQ1VtU2pGcjNsUkJvbUp3TlZlREpzakVzSUtTTzRXaGgyMHBwYU9ZM3RyRVFFbEpUdnhLSE80K1ltMDgyRzhvbVNtTnlzUk9mTEd2ZThTSEpTTVF4bzZaVjZncUxzbjZhNGJDNTBuL2hpSkVDS0VMVWN2S3JjU045Z0xQOVlNT2twaEQzM2hwUDZzQlBKUWc1UHpYNkFienJsK090bUhIc2VQR0Y4Y3JsaHFtWmY2dExvMUVvQm9USjVGSHVBcktYNWgrL3ZTUFpJcmhzc1pMV3JiazVCVzIycWNIQXcwT2RYTlNjRzJYUkpyU0JHK1c4RU0wVXdobktYNFNxUUpmTHRIeG83NW45dnVrazdUZFpvdjE0ZGNwR1FMdk52Vk81ODVIbVlab3RVeE1nVnY1UHp0bHh6dDl1ZS9SM1RPZzFHVTBhNllLVHBuWmJMRnR3RXdreEtUWGZqOFRvZmtuYm5GcmluYzQyRXdTM2ZQVXp5c3AzbTRHc2swV1hNc2xZSlBvTENxSmxwczE5NkhEeFZzTmJIaEhoeWZXUnJPMHVZeFpobFcyOWZkSVNFNm9wazJnY0I5VlZwempmTGhJd0F2TzhzaUI5R2c9PQ&file=%5BSymphonic+Metal-Female+Vocal%5D+Winter+In+Eden+-+Court+of+Conscie", + "infoUrl": "https://thepiratebay.org/description.php?id=10753091", + "downloadAllowed": false, + "releaseWeight": 64, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "34481988BCE51C8EF3FB771ED89374166E6D507A", + "seeders": 0, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:F5337B7E0BDBC7702FE5AC0B0935B60E12D319B9&dn=Paul+Motian+-+Garden+Of+Eden+(2007)+%5bEAC-APE%5d&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 35, + "name": "APE" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 601, + "age": 4274, + "ageHours": 102589.10276822564, + "ageMinutes": 6155346.16609354, + "size": 324635840, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseGroup": "APE", + "releaseHash": "", + "title": "Paul Motian - Garden Of Eden (2007) [EAC-APE]", + "discography": false, + "sceneSource": false, + "artistName": "Paul Motian", + "albumTitle": "Garden Of Eden", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2014-08-26T14:11:25Z", + "commentUrl": "https://thepiratebay.org/description.php?id=10884891", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=bkd3UlFYaDJ4ZjJxRmkzeFNoTVpNb2k0dlBsQlhINFBUM0d6dnhCTmNSaVVYUStsM3AvaWRWMzByNm04QXc0UEpiRFloMGhLWThzMWVjMWhFQlJ0U2NKYUQwV1M4Mm1UVEVtUkJRQ0FiNkE4eThLdWtIbm4rUE9WQU5RcWU1b3l3L25qSXk0VDhqZWxpN2xXazhqeEJ0ZDJDdkRjR0RpVktzUzdsd01BMnc1eURlY2ZuUlBRU3BQUnh5czZUSlNnUjdoZWV0VnRsZjhlSElDZDNlYXFpSEplS3JBZ21mc3VOMVB5Q0thbEdUc0REVmNIUnRQT1UwUHpiR2NBNFRRanltM0FiaUw0SVlYWEtUU25IUysvV3dXYldYNUhnYy84bHNZc2x0d1VqRWJBK3lDYm5JRmV1cXJIRjJ2azhEWWFXSUFtemo1R0dualJzc3NiTjljaUR0UndhYkkwa1h2eEFYclA3Yy9qUDY3N0g5Zlk0SmNsTGFac3hYUHJtWTB2Q2t0M2xka3NKNTE3aW04TnJvSWlYc2R4M2FxNVVsR1Z5ZjkrdXZrcUY2YUJLZDJxbUlVMnFEai9aaWNoek5pKytvOHVBWDFxNjUrN1dVaUhxUlVlK2dwaDZEOFh1U25KOUY1SjYzS2RwWWMwS3VIY3ZLYzRicEFTQk1jMms2SDVyMkprVHJpR2o2aGNaMU5SUWFFODdlK0lINXI0blRHVHRQTkZZT3RibUF5a3JoSTlSRlN1ZTlEZUtsaHkya0dkbU9LelRkWVF3SE9YTGNpR0p3cW5EWjJ2OGttZE84TUxuZTIwbXJoNEV5TXZ4MUVvUEtDbGNmOGFCekJnSmF4eGwwM0NVZzExeFBUZkQ1RmV3NEx1S3ZteFRxZmIwbWpXekUweDJPM2w5M1IxRnBuc2EveFlXempUaUtzSTFmeC9CM3V3Q1k2R2hZOGx4OVh4RjNpM1F1bzQwMGljMklGUHUxdVlPVTZHZWFnTnFFMXRBN2dMTXNETGV5dkhUWTl3MnRWMlF6dEN6bU1wR3BhWEoyVFIvZVI0RFpqLzFKSENRNVZacW1pYkRwOVV1MlR1YXg4cThuTWh0cTQ4N1VXeXVDT1RvNGtELzEyKzMyYTFscUxWS3ltODZjWDRRb1NBM0JFdExrS3hsbHpJUE8rOHdYeis1Wi93dlhUVVVOMU9XM3JGckViVWZsMnRUbklHUiszcU1hNVN0U2I5OVBHV2YxaVRRMEN1aFlkT3p0NnYwRi9iOE1NdmhlWExSQUtSeFIzV0tNdXFlRlJUVlZvUGNkbzIxYzAyZ1R4NlNsMXhTL0Zab2VoZThveWtNNno0VXBDWWNtMDZFem1tVGhvYStZZWtyOG0vSW4yQmhtaTcxckJQMkEyOUJ6MWlDUzlMUlVJeTlYMjRIeWNuZ0tHa0Q4QVFNSHF0SXo0ajdIMmwrMk1YcExrVk9CUFIvdGxWb0lYWEhNdmZGWjY4T2pJT2ZqQVRDMTFHSEFGYk9HYm1pZ2xYS3hBU2drZHFDMHBQcWRZemgxYTVITFZGaS9DUmhGWkJYNjlKTm9BWHdZODMyTWNxSVRkS0xwTk5qRzRhSDlKVEFTWm5xWHNGTEwrMmpUUWlQekxzLzJsZzRIbkI5SVB1bmtucmJFVnRZSDRKa3g4RGQyR1R0bHFJRzloL0lUaVF2cHJveC9sdjFlSzNmZXZORHJza0pGRWxUYUtDUWYvdUxOVFBoVGxRcXVjL3I3VE5ONWNrUlBDZENMOThtRkpLVE91UXkrdEVKOUZJY3FId3JyamlvejlCcml0ck9QU3RxL2Z0RlZTV2RQaHlQRldnWGljQUUxMHZsWDRkT29BdmUydzVoWm5iNEk2OGh2R3dLck9JUGxtZVBQVjg5V3dKRmt0YTBMdEdDTUNaRlJZWFBvWmg0T201Q2tra3kyK1FmdzdUOFVxMEVKc0o0MWNOUkdWSEVuMFk4alNsT2NIaEIrMzlUbUY4eHdjNFM3SXJGWkptMStQSVp4WFFkNnIrcWI5S3R4RDdPNVFTc2NLdnJkUUxqbDlYRTRKUUhWeUNWR2lidGF5R2NsSEdWWCtILzFNK0dlazBNZis0WVJVRitIU0dZdDBOdXNISQ&file=Paul+Motian+-+Garden+Of+Eden+(2007)+%5BEAC-APE%5D", + "infoUrl": "https://thepiratebay.org/description.php?id=10884891", + "downloadAllowed": false, + "releaseWeight": 65, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "F5337B7E0BDBC7702FE5AC0B0935B60E12D319B9", + "seeders": 0, + "leechers": 1, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:B9C136E68E436D84E745C244AB2E218AA9A99165&dn=%5bPop%2c+Soul%5d+Karise+Eden+-+Things+I've+Done+2014+%40V0+(Jamal+The+M&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 4194, + "ageHours": 100657.92221267064, + "ageMinutes": 6039475.33276024, + "size": 94981640, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseGroup": "Pop, Soul", + "releaseHash": "", + "title": "[Pop, Soul] Karise Eden - Things I've Done 2014 @V0 (Jamal The M", + "discography": false, + "sceneSource": false, + "artistName": "Karise Eden", + "albumTitle": "Things I've Done 2014 @V0", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2014-11-15T01:22:15Z", + "commentUrl": "https://thepiratebay.org/description.php?id=11464345", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=QzBJblBSdWV4MmVLNmtmenMzM1dldjFLSzZweSs0eFpFOGxiVm1LL1hjemRMdWpCSnNpK2hmenJyamVaeXY5bVcxS2JWTVlpT2sxMXp5cHpvcWdVcFNjZlgxTUhTcXcvNTBLWUJDT3RaL1QrSDlweTVLWnZWd1JKbmNVbkVJejZPUUVRa1EzVTlwOFE1QWVWVXpvamw3dVl3M2hFUHo1SWxwSTlzYXRXZzlxQnB6YVh4UlpXOEdnVWR5aFE5QVg3enZhUUxHakdsSUYzUFI4ZlZUK0I5c0Zpd2NKOGErcTgxZ1J0R1ByclhZcGZSak9KQmVTNmRTbmF2Sm9FcDN5aE51M2d0ZSswdjE5RnJ3UUI0Ly9FQ3BRSHhEREJlc3FvMkswaVd0SU9KWkpUME1sVnRucFhiQ1BROVd5MEUrVDBJTVZ3c0l1QUExWW5UQUtza2I1elVqZGoyVDEvbmdTaVkvZVExNzUzMzZ0aUlNaTBVRVQ4akhnNW5PMzFrR2dnOHNZa3dkOTJKMlo4RVlsaEFZcG5PaU11MC9mQlJxOHd0RGQ5U0g4RUFCbVhCQm9sUWE0VWQ1aXB2b0krMHRzSHZFeDVYKzJYYUFGVnNpcEpXbktOT1dqNGlFUEl3ZXdOL2R4U2NTdEZBSWZYOWVHOTFsZ1h2WG1HamtldWZoMXYvd3hDQ0hsSVNWVjdPTGlQcjBadVlYcHp3Njc1MXVjMjlsK0kydlNWZ204UVppRkFzYVRXdE1QV01aVUZ2Qk1Gbko5MTVhd3ZQZU9ML2FlT0JZcE5VMjR3SVNLVlVmMWFuYnRLRitNSmRTVC9zeEhlbWhrcVEwRTE0eUtvL2pVNlFQWmRCdHppOFc2c1hVdysvbWNQQUo1d2c4OWNGQkpPYjd2RUdHL0txelJDNng4ZzM0YmtPU3FhK3NobE5BVHlJWE1hc3FOalUwVU9Pdml0d0R3OUdlem1SN2ZUbTJlUzdOb3IvaU5GUDZHVkU3bTZadDNJN0cvYVR4eXpjTVV1QXZCa1FvUEFOM1NwYTVBME1hMHdRTlJsQytTay9vWm1HakdUZ1V0OHZBdklwamJYR1B1dE44SDJybE5sTTB3Mm9QMml4KzluZXpkcUlJb1lYZXVTQzAxVnlVMEtpcThhWGFhYWVFZlJOQmJwWllWTng2TXpMd1c4QjFEYllFd0NHMUI1eEMyMkQ5aWJEQjd4S3VxQzFlOEt4bzlvV0RQZGp3Wm14K1lDV040NkJCRk9hMDN4L1JpdFB0MG9OZFpVeHZmeWZwY21vYWZqallvemUvbCtyL3o2SUhFTjU5VkpmUUM4Y2cydkg4bXJ6Nk5tczZjSXpmT1hBVXVaK0ZFRXJ6YzFnd1RPR21QcVo2cnFNNXFGL2NHQ1dSU1h2OFFHZWFNOGR4Qmx0TTlMcENEM0k4Qzl1cUJoSlQwcnYvS1dEemNqSTF4UE5LRk1FZEhLNksvaENOQWZ5QmM5cHRKZXlGUkYyL3B3bG5XcVlzR1lLWDdCSFpnQWlaSEk3SGtFRzEvT04yRUpHaWFJQzNINk5FMXp2ZnkvKzI3SGZydHZJTE5vcG03ajN5S29OZGIrSEk3L1RveERnSWxWcGxKQlhuaCt0MzVpUUdBc1dhNlBwWEtXLzh5bld1cGtNaHN1elFMbUp1c3NhRTFxWjlwTmRTbU8vczc4Y3c3TWVHMHFNWWFqN056OUZhWWdLaFZ0cE5YcXlIbnQ1bzNWY3R6eGpjMklTTGhpcEJ2U2t5UFJieVVQYm5nZUc4ZkFhb0xUVEZDMURLRUFwOUJOWm14NTQ3TmpnZkIrOGtQcDhRTWw4VitXNlNRa1dCaSsvd1A1Q1FaOUQvcndVSmEyK3NBZERFNHhNSXIyZ0kzRUpmR2R3eW1lK2xMVlVvOEcrQlFNbEg2L0ZpdmFGNWRMcTBia2VXQTNyY0Z5QjlYWWUwVUpqcVZpSGJQL2FZTElWUm1sQzVzV1RHWVBiMmtJTElwM1hrbXR4TVl2VGdZaUtMbzE2c0FYTms2VnFhOXM2aFR1VkFvdGhZZitwaUpWTVlqRi9tRlo5VEJhS3JoelVMTEdGOC93MFNwcUE4MUo2T3RIclFwMC9leW1SakV3cUIrVWpCWm5sVk9GbzNrSmQxU1VMQVRjbEE9PQ&file=%5BPop%2C+Soul%5D+Karise+Eden+-+Things+I%27ve+Done+2014+%40V0+(Jamal+The+M", + "infoUrl": "https://thepiratebay.org/description.php?id=11464345", + "downloadAllowed": false, + "releaseWeight": 66, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "B9C136E68E436D84E745C244AB2E218AA9A99165", + "seeders": 0, + "leechers": 1, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:F9ACC980CC327EE5972750FC62CC95747B31E433&dn=Eden's+Curse+-++Live+with+the+Curse++(Live)++2015+ak6103&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 4070, + "ageHours": 97692.8533237823, + "ageMinutes": 5861571.199426939, + "size": 248360080, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Eden's Curse - Live with the Curse (Live) 2015 ak6103", + "discography": false, + "sceneSource": false, + "artistName": "Eden's Curse", + "albumTitle": "Live with the Curse", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2015-03-18T14:26:23Z", + "commentUrl": "https://thepiratebay.org/description.php?id=11764434", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=ZEhSNnNHdDZMTUxlUFV5VE9lbFhyNGxueTFBUGJKNjZTTW5RekwxYmxQMmJ4akQrVmtoeFZNbzAweTZrYllVUm5jUFBuZkozUTJiNVVYaWNmYVdZRWp5VEsxYTBveS91SjYrUW1RS3VNN3k4TGhUcGxwSmNPdWVsejI5ZzhHY3pLVVNYa3NXRjlldWRZcWtMNjUyTGRoSEF2eVd3bWExZEhDQm5tK2poSTlOR0xJTHE2REp2V1U1T2FUdk1SekRqckZqakpyaGNyVnNQS1FyQTNWNTVFVzB3Qy95elVqSmZaUk5VUGtqQ3BlSnJwWmJoYUNJOTFOT0w4SG0xQlpRemViMFNSdVdkOFhJSXZEbmQzeDQwMUxoeURkVHo1dUJ2dlpzR3l0S2M2a1BIODlXZjltSldTTlQrVzVWdHJQR0IvQ0tCVkFHRVVIcHUzUHM5aENTeU0vZm5SN0p5N0JuVWZEZXJqYUdRM0R5MTBubE43dk96eDN3TFdWU1BDZmNoTDI3ellsQ1VyY2NiUHVCQ2k2RUdIZ1RZZWV1T0VhK2xBMHZ0UGNzQUlTMXpCeGtJT1pPMzB2MjUzaUtzYjU4dEFTa29wWlZIWlVWMHByWFBwb0xraGh6SHE3dUFjN21zbEtlZFNNU1JpdWZhSllRSlhVajlsNmRLRDVPMWpiTUMyQURadUdidGs3N2VUUGpIYldDMG5UUWlteDRnOEd0eGhGZEY1aEVTeUVjVE0vUTQ2Y0E5OVV2YWErc0IwdVhuQVZ3RmpDVDYrU1pKcS91dGdOL2tHeHF4N3lzZG43ODBMR1MwSTVLR3lVVTVYZzVMT0g2OXFxWjM4T09zTHFnVTljRWFlWHZTZWFsRU1qeUl4algvUjhXUXI1SWIvMFNLS0gvUU9UclpXeWVUR1cxUmpDUXNaT0hvN0pkS04vODNPcUhGMmpYdTl6RVhZV1NsVzkxWEsrcVdrcFBDL0FRT0YxV1VWSXFqWitFMmgyTk96ZTNQOGp2b05wU013RWdJSHltalp2QjVpRTdEZ2dHbE05QUlKVVhYZGdpZlpCUnZ2cUFSK3BXV2xOT2Jrek1STzMzc01DR2x6SlhPWHFraXVSQ2xjbTdYL1ZkQmlJZlQzbDU1andVMEFXWGdpUm15cGFza3pOYVlOK0E5N0VZd2lhMzkvMXl5L2R5d1U5NjVEcmZJa3J4cGJhZWhVY1ZndEgwaTBuYWE3UG1BMTdtVENVc3dxaXVwVnN2dFNtcE56UytNYzVkQ1pwaTVDN2Y5YjBtbUFsblA3NTRnb040NE9KOFkxVGFJalR0WjZ4T00rQ2dDRnUvT0hDVE9SeFR2amxUUUNlcHRLbkJZOFNKTHdGcU5OZEQ1aHJiN0JURC9DQ05FY01Nd0t5dGRLYTdlWFU5cGFoY0VKeXkrdnNBNkpIYk5GMlptSFdKZXJ4RFVlUnd4N1Z2V3l4d29tNXl0NWJLTTVoRTlGbGJrOVNBOUZ0MlFLZ3RtcVB1dWw1WW13Z2lvZElRcWpCWkFlbXVTRE5mTWRhc0NDcU5QYjJtMitjdk8zV3pOUGxZMENSTWcwRzFyemRJNXIrRmc0dzRFQjgySFIxTXdXYUN1U1hvbEF5NzBQNFZnUUxvbEJUWjVUWjdTYjRGd0ZoajFNemw2bUtINEhTUlY4dzAvK3FPKzNQZXJYOXJXMXlOa2NJcDIxZHRRbm92ZUFVeUdFOWFuckMwWEdyWWZoU2cvRlRZYVgyb3dsWGkrUERFVTh0SnY1ekJWWFJETDZEN1NublBneEpwSE14SXd6MFNZQko2d3ZvSGVWRVFzN2loTmg5T0RxeXFEUFFJb0tUM1hFQmxqejB0RGtkYTh4Y1kzSU9WbFF4WTA5RVI1Q0VwOGdMU3VBOWtyR0R0MXh5VVFkTVFMYkZUU2J6WGplUGNGZE55K0pZTjlPM2k5Y29Bd3VSRm5MWURCbUV0VkxTWkV6Vkp6QWdLWXBZVlZ4SWRkanB5STY3REtPRmZPRTRRVDUybzFXRFpBS0VkeHhkQUdBV2tkWG9odlJXZEl2SUpxN1p2NTlqMlZGOGJMTzFZNDJubVFUelNla3hjRndCOWpjSDViU3VvL1BBSGlac0VTeTdzcA&file=Eden%27s+Curse+-++Live+with+the+Curse++(Live)++2015+ak6103", + "infoUrl": "https://thepiratebay.org/description.php?id=11764434", + "downloadAllowed": false, + "releaseWeight": 67, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "F9ACC980CC327EE5972750FC62CC95747B31E433", + "seeders": 0, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:D25683010DF264602EFC27DE6247A42EAB60E94C&dn=Empires+Of+Eden+-+Architect+Of+Hope++2015++a4k&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 4038, + "ageHours": 96917.00221267184, + "ageMinutes": 5815020.13276031, + "size": 109704680, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Empires Of Eden - Architect Of Hope 2015 a4k", + "discography": false, + "sceneSource": false, + "artistName": "Empires Of Eden", + "albumTitle": "Architect Of Hope", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2015-04-19T22:17:27Z", + "commentUrl": "https://thepiratebay.org/description.php?id=11825692", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=UGFBSDJDVGx6bFZBWHVuUDV1dUFqQzdVUmFXYnpEaWVGRFg1TjU3eTBuaGVLTFpQaGxqY29vUmkzeXArb1VuTitRTkNqUnhFYUV5ZThjcFhFWjVvelVYcHRKdk96RVJzWnhRMmRzRkEwWGZtY0JlYVBJSkY5dGg4MWdpTnhOWWhWdmJrQ09JMmt2VWZNUk9MNGp6MXZvdFhweEJmZWRoeVJjYzVqTksvL0tISmxmMk1UeTZIdmFjMjcwbjNDMTZYeGczTGp3RStWNHhEYVVDbmtwZXduMHlvaWczbDI1REpHNysyQmREZmhFZm5ZWSswK21talBGeW9IS1F4ZFVlbis1S2srYURONDg2YzZQNS85NFpodGk0a0tiSHBYcThhb21IVW5mMW9mR29oZC95a09jMTRkY2RKeVI0UEdwUmpqSDdmRm1CK3FEMEVzZmZnc1dPL3R5anZnZVpVZWIrQUh2TW1XQkZmS29hdDljYzNnc1VIODZqa042d01lZVZsN1JKYWY2VTJMTkhJcTVMMzBnTDZydEcvSkpubkJuVklGK0Y5ZGZIbml1YTRNR2Ixa1cvRXVKbFZlS2RlMGo0cmlUZ0RRbnhCc0hxaG5kdVhSQUozVUZ5NEdxTXhmNUprb1ZiMjBMMjF2Z3AzcU1qcVN1WkZLcmFKTnNwZDNONWVwaS9qdW5hejF0ZHZYVE01U0h1bXBTR1M2TEdhSURKTzQvejRHeWVrT1V0N1RGdHdybnBvUGJTMmdGZzc5bFo3RHhONUhnT252RkxiRzZXSnhTUTE0WTNGcEFTS2dCdFJCZ095dEFJWmJZemlBQ09hUVpBRWR0N3Zxc3lTeFBZc09XKzZPaFdRSTBnOXYvelRicm9ZZENBbUVmRWxORUZib1lRdVpQN1dDaHd0NXhwSVBlbWdaMWphSjZzUDR1VUlWWDJ4WUpiQTR1TlhnbUN6RE55YkRNc2RmQ3JUTHdlWEI1QnJZMFBUd1BLbGowY2NmRExHUHd2NmxnMkNHemdOMklnVFVkZUJXOSs1REw2RzhMczJySnVJSDVEYkV0eXpqcWkzeHhRTHlackFFejBkR05FeUhuaThiclRhU0MxL0JVSy9ZMFdmSGNZcEVSekM0b0wzaEsyRE5jWmJkeGxrYVo2ZmlxS1RiYWcxRDVRZnNuNlVEemRlcEFxUytMdGxJdWhqQTh4K2pFeG5KTjRQMExSNTcyMndRRXJsMzdIRUd2amMwRDFMNEpxVTN6dlpJcm93YlcxS2tXNm5NTXpBRXBPTUl5aGU0dDRNUTRObm4yb2UrbGJVMFVSMmVuTDdTOTlGT1krM2FRVFZsN2ZKSm5EVE9CZzBieElnbUhVNUVRTFJ0K01rbE5OeGttTzhqVlFyWlo0c0NFaExIWTI0TzdNd0NmQ0ZLd3pBTldubSswZlpMcXpLYmFjblR6MGRBZzYrN2JPYS83WURYREc3YVZPMmZKaEM2RTc1d1dsRDJ6bThCRkx1c3NsK2ZxNTRtcnpMcmVKY1dJaHUzM1gwSnJsMERIREFUcW9TTXhXTE1UQ2NNT2ZTT2NwZGlCSXcrRHdWYjVrRHhyQ1NzWm9RWmFYcWRyaldCRW0xVU5IaDlUb3ZuR3grMy9OZTg0WUpxc3JLYmV6b2J4M2l5ZWJrTStTNS9QekRXYnNPSE03YXNCT3ByVDlxTHVURnFUVm4wZUtrLzYwUFk0aUZqZHdaYXpqTTRvMmJXWHFmeGxJUVp1bGcvd3QvelRLZ0lEUlFKMGRYZWZuTlRqN2ZOVkZPY1dZVklWZmUvN091WUZzZUd2MDUvZ1RtQURUWlZ6NnBxbVQwTjJIRzgyQ3lxem5qVFlqVldOK1V1T3Z0b2lrQ21PN0lpRWZ0RWZTSDl0TXRtZzNGK0daT3hGSHB1UmZ4cFdLdFlzR3ZWaXdBN1R5WlpzbythbTBGK1lYaHYyOWJNL21kWlE1U3JWbDV2Mks3cTE1S01VaGNmYXFUYytLUHpsK2VFckEycG9haXNRR2tqenFjRDhHbEQwWEN4MHdUeW5vMEVCQ3J2MGIrSGVsL21ULzNnVGlCSDZMNUpGVnhYUUhicDR4T0pFVT0&file=Empires+Of+Eden+-+Architect+Of+Hope++2015++a4k", + "infoUrl": "https://thepiratebay.org/description.php?id=11825692", + "downloadAllowed": false, + "releaseWeight": 68, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "D25683010DF264602EFC27DE6247A42EAB60E94C", + "seeders": 0, + "leechers": 1, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:21C365AAF0891A313073DCE0D14DF2070125B406&dn=Chris+Beckett+-+Mother+of+Eden+(Dark+Eden+%232)&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 3972, + "ageHours": 95350.59443489458, + "ageMinutes": 5721035.666093675, + "size": 449476224, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Chris Beckett - Mother of Eden (Dark Eden #2)", + "discography": false, + "sceneSource": false, + "artistName": "Chris Beckett", + "albumTitle": "Mother of Eden", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2015-06-24T04:41:55Z", + "commentUrl": "https://thepiratebay.org/description.php?id=12056046", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=ODQ5Z1RreFVsL2Mrd2lZMWI4ZTA4dG9GejQxeXZPRnpBTUhJQ2s1TnQ4TWdpcFFGMTdoYjBNY01UVi9xZnluTVZHRngwQi9QNXI0RURFM3FZRlo1MmQyb0hXOXhrVlZORnROVWJEUnpkVmNQaGVVQWU5bk9mK0NOaEN5YjRrVklrUzZzT2EwdUFNVUJ0UmF5VkFtQmNnYWp2aThJS0ZuLzRrdzlnNFlxMjlnOGZFaENVbENTcXBiQlVHaWdQc2hCVzMreWE3YUVoLzlPYXRFRjNnRXNld3RTVWhUWmRLWm5HcjRXVlExT2NiM2tveVBBams2T2oyT2E1RWhsMW5yTTVzVjNHUHhaNFA0NTlrMjk2cnVQbjBjSXBiZ041QWsvU1ppSW5CL2dZL3ZsRCthbmVYelpoNWYrbWV3KzRUbUI2bzBLRDNZRDZhdzVrUGxHOXZ2bHNBV21wNnRvb1l3aFZPNHhDOC9OVjBqaEw4elZYSDRqaEp4ei85VjdsNFBEdzFWS0JFTlY4a0EydjV6cHRpT25QNkRzUkNMQXdEcWR4b1RyUEVIUzlCSTRpcG9jblBIV1BFRE5aRkg0YXJ4QTc4bUNZVHo0UlR2eGN1TkNoVGRkalVmWWRJcitwZGpNd2pNRFBzTHZZOUNrS0VyWEg1NCtaNWlBVlUwRVFBbDlaTmJ1dzFBKzltbGZvcGM0MWE4b1B4Rjc5bkJhNDMyM3RlNXgyUHVUdTZiQ001V2JCd0FzYmtZYU9YTnRRTTFySXZDUnhyMU1DcnA3Vi9oNkVkKzhwdVBDRUJmNEZzajhwSkIyL3h4SFRacmJyRW1RZmRnQ3QrZndtcVRzMzVrbGdVbExadzk1RVNENHNQaTFObDFtNXFWNU9LMzlTMFVGZkk1RGl4U1NZTXhFRzhDTk43SEVSL0RMRXpFK2E1M1F3MU1STDJSMWd5a0lwUWpEa1lKRVRRQ1VRUElBYzgzQXkzcDdQd3dGUU41eDFETjg4R2ZyYkVqazdraVNxaFpXRjhJSUcyWkk0OXoxdllIYnJiU2FoYktWM0Q1UVl6TmpoMTFFSWEwRGsxbmVydkZLMlRjTXZncStuUlpEWDZLYWNiNjRkRGNWMENucVRKeko5WHVIRFNTNkV5UlArZi9NME1keEZyaGlOSVQydjgyL3ZzY1BGT09URUozU20wVDVNWk9jYXBOeDZVLy9lZ0wwdTNDa2lNVkhzY2N5bzFiVkVrRDVoS3l0eWtSMkhJczNOMi9ML1BQRlBWZTVKbHFOdjJyL253TnFqcjJ2Slk5dnQzTkhwUG9wWE9GQ0NWTzd2aE1qbktTVVN4MjYxa3JxdlZKZmlrbVFCZUVhU0FGL1lTcU1TRXNKbElhaTdjNWNqZVZGTnZlbnE3VU8ranNoeVpFL0VKUGE2Ymt0OXcyOWRLaXVqcGd1aHZ6aExkcnIraTYzS3pSYWJmcGljL2RkWlpTeGZiOUF6NTlLdExGMjJtaVlWQ1ZndWJodXZrT2lXczdld00rQjB4R0JrZzhLbVVWdUlzK1NhOUJxOVFUQ1p6MTBYbmJZUi9nTks0R1lGQWowZ2pBaWdLdXJTeGI4TnkzbW41Vzc3NlJVM1c4M0RxNUVoTm5SNnl2a3Q3VlZpWWw2L2ZXSnlDY3l6cmRENmtxcmVCUjZSLzZMTGU5L3hsUzVpZ0VkVnU0K2MzRC9oR1RObkhSU2dzcWRpaTFRc0tpWENUU08vSE1pR3NSTzE4Tm9rME1wd2NJUmNsWkNsekhjM1MyRlBTaVkxek42U0FiQVAzQlFjd2RHbGhBUW5Xd0p4akNUVlpOL1ZPc2N4V1FVOSszYmllNmxHcW1EOFdzbG5FYjdJMHpLamkvbWlUQWsvWFBYTngydmYxb3FiQVlvUkpTMmIyeVVrNktBbW41eDdDWlBDKytjZCtTdFhVRXkwSUZ0bjgydlAvLzRoQlVMdk1JT2puTFl2SXVKT2RUZ1c1OFdMRVgxTnUxQmV3QWRXUlZQT2JSNHdjQ2xxNlZhaVZaaTFRUkJIQlRpdnZFNDRONkZNeWR6c21CMWtVLzBOcU45aTlrNzdnekVQcE5PSzZVR1F5NTdJNm5ZRGxEM0RrOWJTcGZzei85Uw&file=Chris+Beckett+-+Mother+of+Eden+(Dark+Eden+%232)", + "infoUrl": "https://thepiratebay.org/description.php?id=12056046", + "downloadAllowed": false, + "releaseWeight": 69, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "21C365AAF0891A313073DCE0D14DF2070125B406", + "seeders": 0, + "leechers": 2, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:AE6E72138916B391EB6EBBB5B4E6FBA77853500A&dn=Eden+Rose+-+On+The+Way+To+Eden+(1970%3b+2003)+%5bFLAC%5d&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 601, + "age": 3948, + "ageHours": 94759.16304600642, + "ageMinutes": 5685549.782760385, + "size": 264684464, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseGroup": "FLAC", + "releaseHash": "", + "title": "Eden Rose - On The Way To Eden (1970; 2003) [FLAC]", + "discography": false, + "sceneSource": false, + "artistName": "Eden Rose", + "albumTitle": "On The Way To Eden", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2015-07-18T20:07:48Z", + "commentUrl": "https://thepiratebay.org/description.php?id=12137702", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=WHRXQXBlMmRJaUN1K0daUUh4OHZCbkRnKzNUcm9iOHI0MlBzeE9LL2pYdjBLbE5Eb1A0R3U1WUsydFJHVk5JT0FlZUwrNEdjQWkzNW9XczZWVTRkVmxNRjREbjJDcjd3bzJSTjRmd013MXV1RlV0ajZRMVhWMlRZVUIyeWtBNG5kc09ON3FNMHRzSUJnU3hTV1hEY0liN2Y0K1gvQmpoNnRlaktHeVNZUVJwSHEwbmVlbHo0Z3pXMDFVcy80RHNzM3NEZ3BZbytta0Y2Ryt3RHA0bWV1d3FOMGlZWFkrYTk5OUxTOFJQT0xENjlCQVh4ZlNyZ09lNW15emxFcWdrWm5Vb25EU0tzNmgrMHYwbDZ0LzVQRGRVVk1VbWhGcGxmZXVXRmpqYU5ieVoydTJsTWtxL3hTRVBuTFNzUll5TFZPaXBjekFMOHk0a1NNbFB6aWExNUg3YXR3dm5OZ1VtQU83ajZtbmU0ckl1S0NRVy90R3hGYWdaQ1RiWDhQSDhKNzE2QlpuN2tIVENYKzE2TFRlSkxnMUxON1djU01FUDNxOFpXUkFRT3pjelJHRUZ5NmVzdG1jRy9hQWZEME4vdzE5S2RTRlRndE5wcGNocXg4WFJXbkhuSExGZWlCYytNNDNjWEJIMFNPNUJ1V1NKYUxyejcyb1JoTGFVbFRFWUZHSCtBTjBGdWVlMFZHKy9nRUtvTDdXSjkweVNWV3VXT0NkMmxTT2I0TkhjYXNKYzRRK2s2SENWN1VkRjZCZ1VsZEh4OTVXSVFnZmg4Y2VSYUVUcmJ3SThucDlYZnVVQzlneEhHUkxTTlpjNUxMeU16NWFWdmNLWHdwaU1RL0czeHlwcFp4V2x5TENoR2wwTU5KNEtkbTExU000OENrZjdLc0xMcUtydHgvNjdmdS9seDVybFNLeGFud3lzcXJJMXM1RVZVaFU0T04rYzFqaUhTWU5NYmpHVUJUdnRPemlpbTFaQ3VYV1pXSDQ3Z1ltTmY1ZEQycTBHYTM5ZWpnMit1RDJuYWFoTkhUU1VwTHB4K0EzT1ZZUXRJMzBHd3F0WkdTdEFGcmg4U21Zd0MzeURCVDBReDF1cDl5YjBEeVpOa0hQejY5NHRJaVBtMmpIUXNIbUx6aGFBdUVOUTdRWU9oN3VrWmw4OW80aEZBZHBUdXNkOGFpYW11eHZJSXZaZW1Ha2dyQSswTzlORm9pSVBkLzBZOFFhVHJxWHFnR1JyeVUzV0FzVnczc2Y5ZVF5NWRrYkwrME9KYzh5bjZTUlZFRW5GOHZVMWk1aFIyZnlucEtrTFRKKzQyNm5aR0dnQkxDWkEzdk13ZG5SNmJzRE9Nd3diSUprNDU0VUxCd0xYYnBoMWU3ZExyU1FWdXpJdEE4eXg4RkhsLzVGOW9mZjNvSnM2RXgrRmR0Zm1neWtvWWp3RXRkNlZqRjZZRnltbk80KzNINHB2RzNPVVF2OEZRRXFSTkVVVzY2Z3Q5SWRXUVYrYXNHYUhxYVI1a3J0WVk5R3VTVTd0d0c5MER5MDhNdm95NnFWRkU5dXBXcWVMU3IyMWppSlVPTFlUOHU4L1p5dDBkblFJaFpKRHpwdnJ2dDV2TTZsNVUrUE9YOWZnZzlueTFkTXVUdTEwRXJ6ZUVBejczVnhxeE8zQytSTTcwdUxSTlhRWnNZQXFMVGYzT1JzWHJGeVQ1ZExuV0ZoUVVPVHVtNmxjRlE1V3NCT1RXTTV6TTNsc0hNd1p4YlBiV2xQUlhNSTJBVWx0OVpXa2dNRHZocjFXcHZTWlgzZ292VlZ5amJxY05PcWRkSGtjblBNdU9aNVFjdDhZTXlGQVAvdGtXY21NQ0dSREZ1RHdJNEVOUmN6VDErQWxsdmIxbDMzNVhKd2hiSW9ZK29lell4Skh0Q0w5UlVpaXJVRGE2dlNkVFdsaFlDaWlsSmptUkZSNi8xZldQcXA0N0hMbGthVDMyY1hKV2xBMTAyaVZ5RFVoOFhtTjdmakEvMi9qb01TYlpGRVJZRGJtMUFIRHljMXhHWi8xeUFiU1U3d1FscUtNM3RJcEhyNk9YM3ZRZy9GTHVXVEZFM0JkcmllVGNsMW9oMkNjaS9lNzgvTy9hRVFzM1pJbVRQcnBIdWdESw&file=Eden+Rose+-+On+The+Way+To+Eden+(1970%3B+2003)+%5BFLAC%5D", + "infoUrl": "https://thepiratebay.org/description.php?id=12137702", + "downloadAllowed": false, + "releaseWeight": 70, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "AE6E72138916B391EB6EBBB5B4E6FBA77853500A", + "seeders": 0, + "leechers": 1, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:BC84A44338A5BB25ED334E0FE65B5FAE93C0DCD7&dn=Casey+May+-+Eden+(2015)&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 3931, + "ageHours": 94365.75276822917, + "ageMinutes": 5661945.166093752, + "size": 94593120, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Casey May - Eden (2015)", + "discography": false, + "sceneSource": false, + "artistName": "Casey May", + "albumTitle": "Eden", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2015-08-04T05:32:25Z", + "commentUrl": "https://thepiratebay.org/description.php?id=12191919", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=dDR5ckJteHdwNDJCcGd1QTF3dmpVUGNmVysrYkZEYlNvcXJKRnpaK1U1SnFKam04cmNyenFBU3VhcXVCVDE2ZTYxZmlnQXFYODd1cVRrL2h6NUoyYlpjTzNTSmk2WjJuZ3RSelpXTzZpN2s2eUpNZis5SVYxNjBYd0FuUFhSTWsrVVNZYlp4OFl4STRIRUxmWDA3Tk1GeDdhTDNjV2VVV0JCM21kSDgyUTV6d0NLT05adVArUUpSSktIQmxEUVZ2dXNiNkcrcTRyU0lBVlExZ2dBSERQSXNQVUdmSHBrbnZTekFhSUU2WkpTeUI2K2s3TWhlWmdIaUtLU0dMK2QzK1dXUFJ0NGtHVE56YW9JY0lXZVMzQ0ptM3pGR2pIQ2ZWZkxzcWxNYjJwLzludjg2RkxpdlQwUzRnZFJDT1M3YWtYaG5OVkhpOEFiSDdYOUV2RVZ3V0hyYmRndXJCZWJVeXFERDVNaXhNbmwzNjBXdGVQalJaejNDTEZsMVg5QVFVT05GVVdJd2FlVFoxc202TFB3R1h6VlpDeENxSG03RzExSjZtU3l4cUV4MWJ6NXk4amkzbFpYdUdVaStrVks5ZGU0MTdaVmFCWkhGM1JIVms4Q1lZZThxMVdQYldUcVIvSUpvbVBNdlF1RDlZUWljMERmOGQrcGVuVGhlT2tOaWNValNvZDlhZmFOYVJ0STFZSlFyKy9VTHA5bVpKWnAyTnllNlB4SjFUOU9DMHZTVVNQb0JxU0s5VEZrZ1pibmxqWWYwbnd6bnBCbFI0Mld6NDFIY0RLajNqQjFYb2Q3ZkdaMWM5eGlRN2dkUkxqd3FVUmM5QTVJcHl4TFNjTFJpRng0Y0JSMXBMdXE4WjJ6OXNrL3c2RWNPMFY4U2EvcmoxRnl2RTlNNlVRdHV3L1JnOFFpRlltREdIZXUvREh2d0VqeE16eEhRWVJ5NjlzYVpXcGoxUXo1Mmw2bzRCQlJuVkdld0hQeDFDczd4WWh1MVVXcFMrQkFhWXBCVjVMbEQvUFhqaEdoeTlONnNGZldHbnRCeDVHV3RUR1p4MW5IR0RiZEV0dnZXanduRGZBOFZoZU9rNXpyVGhSN3lEUXN1NzlYUjUzdWtMTFFrUW83elVzR0t0a3dJelhvVU5MR0QrM1hNRzdNV0kyMC9oenl2bGJFV0dIMkRmcWhlV3JYem96MERlTitURW5Kc2hxQ1hBaVhmQlBHQlJodm4yVXppSGV6TGhYbG5SaDlCVlhhMDIrYjFxcU93TGNtS09UazNJZE1TMW5nampKQS9GcDRjUitOT2xSNkNjYmpJdm1DODRlV25RMTF2U2VLaHZKZnJvcGI2S21GMkRmbzU3NXRDRUJ0UEFYdUp6dlVRUWoxTEhJeElnRGUyYmFGd0lIRVM3OEM3UVpXYXpmUUxkbDcvZ2d6YXZ6dVF4aXlmS0paUFFvYS9GMjN5NEZVUGg2RGVQK1VkS2pqVklLV2svbGdnaUNFV3ZaUjliVkluanBxUlhYR25jYnkra1d1V2ZXb1JjMWxqWmdjZnN3VHUxV3Z6TnJSMUpwdUEvWlVUZG1rWmJPdDRMbDZLUjRBUGx2ZmdUTC9RaTRkRElneVlFTHBycVlYY2pseW8zMEhmSDJPaFhHNDFZUWZpcTlRVmlpR3lpL0hjb2tIT21VVm85MXlBbVVieVoyTFQ1NkpOZ1VkZk1iYW4yZUdaR28vZ3dVUGhmbWdyZWxtL3k1bi9Wb0ovT3ZNRXJWbTVpNS9jQnprbk83OGRBUkJVYW96YlZ2d3BmZFBIcFZqWGxvY0wyN1BUdTNFb05xaVNYZHRNY3AzYTNrYnBwZk44ell0d1hycDJmd1d1Y0JSdmxDTEhBeUxUSEJRMTB0Y3d5ejVnWkRGZWpjN0hMZGRjVHZoQXNXTTVTR3dqS09WdmczNzYwN0JqaGIzRWwySmZ1eVFaREkzVlhGSkpIM2xoSHJwcm1KbDdnODNuai9SRVROaGRreXJtRGpLYjZLcWhHMlYwZm1CVjhEVWJsM0U1c1NYVG5xTkE2Qy9yeTJHSytTQ3NsYTdxdlR1dU0xdz09&file=Casey+May+-+Eden+(2015)", + "infoUrl": "https://thepiratebay.org/description.php?id=12191919", + "downloadAllowed": false, + "releaseWeight": 71, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "BC84A44338A5BB25ED334E0FE65B5FAE93C0DCD7", + "seeders": 0, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:8F34B736935B849328F0AF43AF0C2CBAB8B2812B&dn=Eden+-+Heimkehr+(1981)+%5bFLAC%5d&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 601, + "age": 3635, + "ageHours": 87262.81249045205, + "ageMinutes": 5235768.749427123, + "size": 304072768, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseGroup": "FLAC", + "releaseHash": "", + "title": "Eden - Heimkehr (1981) [FLAC]", + "discography": false, + "sceneSource": false, + "artistName": "Eden", + "albumTitle": "Heimkehr", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unable to parse albums from release name" + ], + "publishDate": "2016-05-26T04:28:50Z", + "commentUrl": "https://thepiratebay.org/description.php?id=14696606", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=NkVNNmhKVEZDRUM3WmhHT0R6QVYrbk1qRHF4N0Q1SjMvYldjZEg2bEJmQ3VTSHlEN0FyNlNlRy9wendxTFI3V3FZRGNlOW9yQ1lXMXJyLzk3U2dkWmRHV242NXFtK0FsSmh0NVJodkx3ZDRHamRTZHJ2VTN2b2J6N3dWWUlQSUJDckg1R0hla2hUeDlXRm9OOG5RZUtWTW1UcGlQUGNwZ1lEemkxeE9sWkJxM0k1L0ptTkZ1ZUp1NWVTOFFTb1B1bVhLeDBRTnNYMk5YYTBoQmZiaXMxcCs5Y1UzWWV3dVFhaHFlbzYxZnRvb2lhMk1WeEw1Qkt6ZVdVRGY3WmhCNHFNcHRBTUJ1bUNXdkxUZFF1S1hGeW1DQ3p6OFNzMTVTK3p6ZFJKb1JCcDRoR2djU3kwK0lyWUtieEJTbzlGRDN4UmdVVEFJUE1YNnVvRVJacWJadjQ4VkdMMmpkL2FNeXl2TUlsbnVERExKUnNFc3oxSEcrUEp1Uk5temNKbTNqVmloeEMrNTVHckpKSzRqSlJNME1jeVpKQllQWDdZZUFxVHBqdVFJRjVnYzk0S2tvdmxld0N1M0o4SVRsRzhPaEE0M0Y0NmNLaVlGUVQwalZueWJ2MnJUTHYydlpYY1V3NmxzOEw5UVBJTFpUUEdtMnJsWFJEQytvdng4VWIvTC9vQnZ2WkdmNmJFMWJuRlNmSEt6Skw5Y1J1RWwwdzJKaG1FaUI4YXhQa0xVMHc1dDF1RUZrdFlOTzFzWjlPZkZLYVh0MmxsUU02QlBUTFZNSTdtOEIyeXJNYlpBelh6MmtBOVgxY1NMcWVWVkVDSTgxamFZbGhVN3o1bjdjbFY4T1ZxOXI4YmhqYXV3MnB1S3NHSkhVRmVTa3JYSDhBRWZ1bkM4V1JpQmMrZ0Y0QzF6M0FkZXNvRHJuRXpSL0Z0L0hVbHhYM1RFYUt6NDdKbUtocXV5eGdPV3ZLdEhjWU9vUDFWZWlPcVNneUZOTXhIQlJITlVZSVRFN2N0bW92MjFESGJMYm02a2VqdUZ5K05PRnR3TGM4Mk0rbmluQzUxQWQrTk4wQXlsNDBKZHlLZGtZanhsM29SbXlsdzUrYkNmRi8vZ09GWE5pZDZYMWpjUk41a2dOUnRaVEFvRjR6OUlnSVB0TGt3MU5MOHhDZmpJdlpTY0Q2cndvc2QrSzJGNkNoTWNDeGtNR2tBNzdDelBpVk9CN01EQkxJMlpoNEJMcFpkUWFPRDZvTGluRzJ0QjM5WGxyTWRKdUFBQy9sRVQvSDliVkxNZGUrSzRONkpMY2trMHA5M3lqczJYQ09NYmovcEhaUDFDNWdpNGJqVWVBR2FnUVUwQ045M3VGZDlYRjIzUmpwODFxNko4MklWdVNHNVpIS0RRWC9VUVVsM1FiZ3pFbnQvU2FDMEo3VTV0U29OYm9RendKZEJhRGlwYUF1S0RMM1prOHlOcXVFMjJvWkl1d3BqVVhyMzkyZTBTTmRHdkVMN2ZHbGdrMld5V1lwTDJ4czE5dWNJWWtyaDJhZWxDcjh6cmVBZzgzVWpHRS9VRENuWjcwSFJ5aDFMa0VYdTUyUVMwZ0I2bWttL05rSW10cnpYbEMxUEo5enpscUJXcmR5RDRVbjFYUGlHc1RBWlFTQ2hMSHVCKzQ5OWU0QTBRaEZ3dlBmRGJNQzFDa3FFVG9yYTRZTTBTTWQ2MGVnU2RRWFQ1RGd6OTRDUk8xYVBsVlpvRy9MaU9meXVlQTJDd2hNRldoRkMzVVRPVm92allCd0N1ZENtelZKZGtrampxYllySk83QlBIdjB5QVVmQk9nTjE4Sm9FNG90VGVScVpMVzRJREFnMEt2TkVIMVVXc2FJendpa3NFSGdMbnRaMGZWTVpFSFlWNU9FZm9EVGhBUk1PNTJwN3VTOTNuSVRUb1FIYWluTVdsV29tYllSa0d5cGt3bXNzTER3UjNBdWlheVpSb2pZUmRZYno4YkxnVU80V0kyeUw0SXdjdjl3OFNsTmhxSGJLdHQ3QkhMNDQrbjJLSndSMG1XNytsRUt1RGNaY1BQbU1KSHNsZDBoeEkrSG5TNmNlaU9Bc25sSHVQYUY0Y2YwQT0&file=Eden+-+Heimkehr+(1981)+%5BFLAC%5D", + "infoUrl": "https://thepiratebay.org/description.php?id=14696606", + "downloadAllowed": false, + "releaseWeight": 72, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "8F34B736935B849328F0AF43AF0C2CBAB8B2812B", + "seeders": 0, + "leechers": 1, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:CFA3F5597FEF77D74689DD66DA269238AE488A42&dn=Leaving+Eden+-+Pinnacle++2016&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 3632, + "ageHours": 87186.9047126748, + "ageMinutes": 5231214.282760488, + "size": 115454144, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Leaving Eden - Pinnacle 2016", + "discography": false, + "sceneSource": false, + "artistName": "Leaving Eden", + "albumTitle": "Pinnacle", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2016-05-29T08:23:18Z", + "commentUrl": "https://thepiratebay.org/description.php?id=14722146", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=VzVmZ0Ftd0k5blNKRnc5Mm5EVFdhV2ZsOWN4ZUdUeW9DZno1U0dZN1JDUHZWSE1ldEVQSTJ3MzJtaE5ENkRKNlpnL3dpdFFTajNadGMvUUVjVnhJR1JIWHpKdVJKZXdJcXBPZXZuOERoNmN6ajZIMlVMMS9hQndMdHlpVWVqRjlrWmptUkh2WmJCb29qM0ZUc2duYlYyNzJpc1RkZ29FT0dWN3hSNzY1V2t5MHVuQzRtakZTRFg0U2VBVlEybjlBakUvTzJwTHNCYk1HQUpzbU8wem9KN2xBR25TWWlRaFdaSUUvUkVqemhGeHNsQ05HSFlnMEN4bVViVkJtUWxORlhHWTUwdFcyb1lDNENzOUZQb3YreVpEek5JSmE1RzlDdVMxYy9Rb1dsQ0c0NVBvTXNiUFZDVmNZMzZtTnd5ZnJmT3pGMGs4cHljL0pqenpERmJoUWc5MytzZitDMjRSTnFGNjk0a1JGeitxYW1uWjUyTkZ4c1ZtTUo5aE45SVd3MjR0VUhIWnYvcmw1Q3BJcVhRNFdmb25sbEZTdnJsNHhTOFNML2dVSXY4b0dPazY1elRhcE9DU3ZZQjEyallXcjkxZzQ2dE0vTzFVcEFjZDI2WitRdW9kKy9pVkdMMjh2VDdoWVQwQ3ZuUkRyZkpSbG9aNjN4Sll5aXdyckRZdSs5SnlwZGxLdys3YkJFSjZzeFdNaEU3dUk4TFRiY1RpYXNqSEhNNVNLWWNnNjd2TCs3ZFhYSFI3VERRVTY1bzFsM1A2dlV3NGU0TER3VG95cmFhNmFFckZlQk5heHpkeW5vRGIvOWF5QjVkUU9tdklCRWV5MkhZMWE3b3pXTUYxM3dNVkdybEZMQVBvVDdNVjJJUlhGZXBaaFFUcEVLaG1BTkxuV0NONWI2eE9HTDYrYWNBRVNFWGg4Nmt5dUd0Rk4xZmV6WEp4SmowMXk0ZXRpSHNRMHhaZVh0TnFzQ2VVNkdOVVdHY0tPMWJoNkN2bmRPSG4xUDdwY0ZaYk1CM2NxQjNjR2RhTEhGYjBadmdxNC8wZEhTcGpzcjNzUVk0MTdyRXRodVBSVkFsOElxN2VabkIrVnpuNmNMWVFxdVlSbEFwWTRCUjRsQjNxM3Y0K1d5MGRob2tFOFN5R2ZZUGFjVmEwTFR5RVV6RElscGJ6MVhuV29EK1FRWEpxL1YzOWpEdTRPa2JyMllqd1lNQzFYOENmd3Jac09laDcxekxQSlpTNU9naU5DU0RvZExudmJEY1Q2MkZVazhuVzF4K1ZqQkNlQm1XaHF1YSs4YjQ5YVRYY3h0bWdqRFRENzM4YnRGcjkwaEFjZEsrRWwyTFFyMW1DM0FYamZFbkJKdkowaHliWWdRQWxOMzFFM2lGMFBYSFBLcGdINWFJU2o2VmRtNEkzME41UkgrRW1sOTJmSkc3NFhVSndmQ1VZcnRTanZYc0xYVlgwU3lrZ3NweVFCWkhoU0plTTNGOXoybDJPcHd2ditrUGcvakt3Zi9QbXhpS1JyaVJ6TmpxWjhXOFBrMmFHck1pZXg3eWtQQzd0YUlYcFhJOHdLNVZnSmcvcDZnc1pZWm02NjdHSjdNYXVrY2Y0TzNNRkpkcWtNOHpuMmhpOTZKZ1FaNjhSaDJOeW1Rc0s1NFBwYnBMTWZLWGJ3aFhqb0ZzL3FjZVJsc3RwTHBnVzY1THo5NktYNUdIUHZmRjZrN2IzZDRmT21RdWtHTytzNkl6ODRLMVZ1bjNtRWhvWjE4QnNqWlV2Y2xBdENsYVVXZ0lKWGJlRHFkQzdMMzNLL0tyTy9EU0pXQWRuM2RkbzhraEV4WjBiM2VIU0c4cGpGa0RiN09nOGJXMytpbWQxUWNKaFhEZEc0K3RGYTBCbkxISmNnYTZsUmJpZ0pkaWZWRW1lcTlnbHFQQ29kSW50aFptY0RIWDRkOFFiVFNjTHBwWkxUalJJQzBhSUZHUmpvbEwzMFdVNGNxVXpLYUNMRnpocFlLZC9ZRHhGMTA3NFNLQUpqMUxtZHZ5bTRreTRSZitNYzJSRkRUYkNWaVhpRVpsOUI4WUg2TzdTZUNoNHZyZz09&file=Leaving+Eden+-+Pinnacle++2016", + "infoUrl": "https://thepiratebay.org/description.php?id=14722146", + "downloadAllowed": false, + "releaseWeight": 73, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "CFA3F5597FEF77D74689DD66DA269238AE488A42", + "seeders": 0, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:01E0DB4B64656BD6331A4600E45F6368934C5E75&dn=Eden's+Lie+-+Retrospect+(Deluxe+2-CD+Edition)+2016+320ak&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 3626, + "ageHours": 87036.63721267533, + "ageMinutes": 5222198.232760522, + "size": 240524992, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseGroup": "CD", + "releaseHash": "", + "title": "Eden's Lie - Retrospect (Deluxe 2-CD Edition) 2016 320ak", + "discography": false, + "sceneSource": false, + "artistName": "Eden's Lie", + "albumTitle": "Retrospect (Deluxe 2", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2016-06-04T14:39:21Z", + "commentUrl": "https://thepiratebay.org/description.php?id=14790593", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=Z2lzbTVHaTQ3NHZVTG9NYzFXT3FxemlkQW9iVklxZUVMcWdCbTJmMDBQMFRBLzlqN1U4Y0ZNbUxrWE9XYmJ4bm9SZmNsTlVUN3hGUHRueDlwbjcrMjZtdUNObjRzU3g0QkZyNU5aZUVYUlRlS3R0UXgwMzc1MldDRnZrQlN1SFJPRDdLMG9KeGZueEZ1MngvREJzK0FMN293eDFESWlZOG9xUlRDVnpPOHl6Ukd5M056VnZnWVVNYm12b2hIYmw4NThnclR1SkdYYjhrSXZtODFIY0ZGaS9adWJpSmZJNjg4eUErb2tYbnFEanAvQkFwS3JYSHFkYnl4eW45STN2RDc5cDlDZTY3R1lKMUFKd01qVGUrSXJwRHQ5VWFDeXRxVUNyTm8zNW5CbjJmaHNTelNOL1VQWVduSjMwbjVkd3JzcEJvWmVIcjdmTXpjN2tlUEZHNnYyNndwMVQ4RkVHbTVvNEk2ZTYxY0s0UHUwVmlFbnJJQXlBL0MyZU9LV2dnMGhzcVNTK0NmRTUvWnhURGNnRG5uTUF3c1o5VEtFSCtuejBRMjZ4SFZxSkRoTWFiVUVNSVg2UDlWSjYwTzIzVkhtdWZNclF2TnFaS3cxdXNkYm0rVW1GeCtrOUZQVWo3UmhaVGErTjZiVUJjKzVNNEJaZDZvTXRlQVc0RjBhRWdaUFcwcmRmVVlPQlZIdmVUd3hXcllnbXYwa01YR250ZGovTHRIRjZiUVNWWGpkOTVqekhSbUk3NDVsZG5Xc0FFaFN3K3IwNFpOeFZiZXh0VWVjZG5XVzZJVnZvaFA5R3NYc2EzREJubE00U1paT2dlZk1wdFVaY044a1V4bVRMSmwreUxaTGlGa1hRNDZHaEIzeC9kcU1YTjRPeGdDS2E4Zk5HMGVBRXhGWDZOK0RhNnZvUnVEWG5zenhjUE9GbWlvcTlNeUFJRzZXaTB2UmFvUjBmRlpXRWZIa2lyZGJNZklZdU1HWjRudlp6R0dIRXRQZ1pCQk1lWG5UL0FCV2FOZkw2dXMrZGJqOWRjc1VsbHZPQVFiSkU3Rnh5RFVTUnJhejBTMHJFS1p0MG9Lek1Yb0VnODdTYVpxRG1rYjMyUjljL1FRVnhncGtHZEdDbDZ6OFI4eFQ1Lzl4SjBVMDFubmx3MnlRNm5jVVRFWkdjVXY2Z21EV21jMjVyZ2RkYVB0bWZVMUx3ekZpc1VLN09uTEhtVEZmN20vYkx0MTIxVHlqN0ZiblcybTMwTlh0UUdwR1p1UDk0M1JoNHdtaEV1cWh6a0ZBbTlFK0lQcUk1MERtMitOUTlIZGZWb2s0SjFzcDZQcEVrZ2o4SG1ZcnRxbFJsUHJPWCtOaU9nZ2xsYXZ5QWlxR2t5RHhDa1VxbFhXRDQxOTRweTdPbiswT0ZueDM0UnIwWmduS1R1S2RQSUZPd3djTFlOYjVHZ2JybUt3SzMyRkUwalJ2NkE2Z1g2cFZQaXd4R0ZZZ3d5emJkazVkNUlUcnF6ajVPZXBxdnZDUFRZaE9lMkIvRFF4eUZzUWN6VWFmMitObUxmZmlmeVVLNGdVcTZmdGNaNVd5TGtWV1R3KzFuMmZvZElVUk8rVEF1L1FUZ0x5cWhwRSt0b0xucGxLdWRmRFdYUFRNQVVSY1FpRDFNdU9TY1JhalErc1NvNXBrV2dybkdJVGVDYXA3YXl2cTNGZGZWZ1dPRjlEMURoakhPUTFHSlVXREhlWEEyUHZPNEY4ejBLS29pL25ORFFLbTdBdnpUMEpGRW1sSEFtVytHNkVGeitjY3k1R2hUK2tHWDdrWGRac2lxamNHSXM5SlNOL0lIYmlnNklTT2VqVjJmTmdjcjFkc0hRZnRWRWR4MzQyR0cvWDBFQ0Q5VWF5MDFrc2ZRbmh5VHVWK3Y5VVB0UGF3MlFhSGtWVUViY1pYVjdGMVB0dTBjVkhvOGNxWTE4RHIyUGhwa0dqMkVsQkwvVDE5by9HRXk1akNRek5Wak85YXNidUhwcEdRbk84L0lYdWpic3I0OGdhK29uUXAxMFFUR2t3cHR2QS9aQXBkeUs1TUMyay9xbnhPYURnU0pzdDhxcDRRMUxuTFZYUTlXeGNvTFYvWUxSVlVUc3ZFYW04NVgrazdPcA&file=Eden%27s+Lie+-+Retrospect+(Deluxe+2-CD+Edition)+2016+320ak", + "infoUrl": "https://thepiratebay.org/description.php?id=14790593", + "downloadAllowed": false, + "releaseWeight": 74, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "01E0DB4B64656BD6331A4600E45F6368934C5E75", + "seeders": 0, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:E6F902DC2F724773DDFE092C9A68AD47EC2A33A8&dn=Echoes+Of+Eden+-+Everything+Dies+2016+320ak&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 3525, + "ageHours": 84602.70693489816, + "ageMinutes": 5076162.4160938915, + "size": 112507200, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Echoes Of Eden - Everything Dies 2016 320ak", + "discography": false, + "sceneSource": false, + "artistName": "Echoes Of Eden", + "albumTitle": "Everything Dies", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2016-09-14T00:35:10Z", + "commentUrl": "https://thepiratebay.org/description.php?id=15825104", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=SGM5VXRtcld2cUpkTFEvdCtHbE1zNUp4dUwxM1gxakd3WTB6ZnUxY2ZwKzIrOXZpeHN3d1hocXNwb0lFaGhqNHdCeUk5aU9Vcm5nTFV6bk9Nem5ySWhuVWRuMmRjbFk5Q085RHI1OHFKU3UxSExSQ3NqUHVNdllLd2J6eVZxL0dmOXFaWFJadU11TGNyRFI1YnlMRW56MmFuckFsMjk4UkV0azRNRWxsMStUYUt1UC9EeUM2Ri9xYlZhcjIwQlI4WlJVZWhlM1hERjNRQ0c2Y2RtVnN5bkdiVmZTNEc1UllBSnVDaUtMTU1pUmRuaEpUOWdwbXV2OW9SL0VBTUdvTWpSd1ZDQ2Q1S09HeWhBaHk4bnJDSUl4VXRkTXF2TEMwYlZoUlFaMWtXTmUvQ1ZYUUl3WE0zWWtOQXI3Z3BobS9sckFWQTZZV01ta3RGbW5HOG9IM0V1WEpiZy9kL0tzOFp0RHZhQmVmaHhwbkdZSjN5U0Rzd01XcFRJc1lOcTc4QUpONVJuZExlZkFmRHE1Y1EzRGxTYVUxK2JFOSt1Z3VrbzQwQU9ncVlXTmt5VjIrWjcvQ00xUWEyWDI4Y3dHaTdIeFhOcG94WXZFYzVBU0FPWS9la1VzZ2xhNjNuQ2NsaFdjTlZlNHVhS3pzSnhWaklXMDdweVErT1JMUFVKUjM1UURtczlmNU9hRkZ4R2d4Y0NDSVMzQVp3L09vbjhCb1MyQjMvSFJhS21YM3hia1ZIZ1g2WnVrWDM0YSsvazkxRWJVTDZJRndNRmpGakU2OE9WWlh3Y3dueXFtV211V0JyUU1rZkFFekluRUFrNHlLYXRlSG8vYVhCZ0h3d2xybnFWV3VGU0IxKzR1d2lTM2RGdlVxMWJlaytIY2ZxTXFXdlc0MXdtN0g2SG5hbmVHblU0WUZESjcrbmFrejFkdUxKYzJ1RjZNdzcwM1VvOWdoVEROVmNzU3pwT1BaZjZTd2ZYVkhCOS8yWXN6TkE5ZTRtQjAxNjBGZitkQng2ejQvRVE3SHM0djQ1eVJiQVk5UkF3bzI5UVYrdjh4S0NFZ0c5UlFsdWR6VU9zVW13VExUWnhrOFppRmUxMnBYMVNEL0FHMC9JK3Uyc1ZXWEhrN21XODl0TEJDOTNkOFpYMG5MVkkzeW91dU5hYVB0dUVyRGhYUG1GMmlMSm03aUNMWmllcmlWbjBYQ2RqdkpDSHBGdWZGVmp1bU9MOUY5R2JIR2hacFBYUGtPZDRVN0NrTVVjRE1ZSjBMT0duQUt1WVdRU3dwZXZGcFVhR2s4MHZjV1JhMmxqU2xhbnJqVmRKTkplQ1JENk1TeDRlMlNHOVFzcVNULytxYjB2Ykt4Ky95QnJMQ1ZwYUt2c1JsT0RnckhmWEYzdnByODB5UDVHb014MVpvTUZ4RGY5ajV0MDA5YVRjcjJQZGN2RnVsN1hiY2hpZk1hd0htUU03QUMzUHNyNUhxN3BxdS83RlBEcUF2QTRId3NKNkhkQ1ZnNTQzV1ZITnpxTWYrUzR0RmdZOEVEYlQ0TGZBVWtqUW9Ia01GVVJmai9QaHJEUnNtcDZuZzc1WmErWGJXSzhvOTNHL1hCajVxV3NVV1ZVQ1V3K2NoRlY0eUFXWTJGNlQxK1p3ZytuU3dtRXJBL2lNcjhVSTNBV2ZucS9MTHhVNksrWjRwM0VMTWRhNjlDYzlVeWNHcU5HckRhMS85dTJ3UlhWcWZ5eGJxMTV0aDdzVEFGejJrUVU5aVRyS1B3aDZWUVpGeUoxeHhvaEVwOVh5VFZNZzJnNzB1WkFBV3l5aWdHa1ZWMERCSTAvWk9yVUgzeVAreG01Z2dyemJuZXZKRUUxL3JjU2szTXVWRXQyRVIxcXJmbTZYcWxXbVgrSlNsVUFNcDcrK1JEK2gyUjA4aVIvOWI4UlU3QjRNV2NjN0ZBdHpOL0ZSMk9GNWp2YWsxcGp1Q2hnSWdscUhEQUtJNE9RS3NoWVFpcGNrVnFHQjd5dmsxUm01UUk4U2hUVndYSFhTanJTRHBDSFNDRkVzcTNjNWlFMzVCSTRoWHYvWEJkTms4UTM0OXVlT3pmQ1daR3FtdG9zU0Z3cDJKem1maz0&file=Echoes+Of+Eden+-+Everything+Dies+2016+320ak", + "infoUrl": "https://thepiratebay.org/description.php?id=15825104", + "downloadAllowed": false, + "releaseWeight": 75, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "E6F902DC2F724773DDFE092C9A68AD47EC2A33A8", + "seeders": 0, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:3002019A67EC3F674E4B784F1A72AB1CCE37FB7E&dn=Eden's+Curse+-+Cardinal+2016+ak320&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 3495, + "ageHours": 83891.4522126765, + "ageMinutes": 5033487.13276059, + "size": 151153568, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Eden's Curse - Cardinal 2016 ak320", + "discography": false, + "sceneSource": false, + "artistName": "Eden's Curse", + "albumTitle": "Cardinal", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2016-10-13T15:50:27Z", + "commentUrl": "https://thepiratebay.org/description.php?id=16025308", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=VCtEenRpMDJMbmZKSGIrd3ZDaU9MbnpZMEQ3akRVdGN0Smk1MDgyMVNaNWZ2NUZIVkk5cjRlRnFTSFhZcndEN0YvK0RSRldrdy9aZ2I4cllrbmNIL1FXYVNaU3p3U3lPTnFBM0JmdDg0ZXErMU1RNTkzZzVtR0NZcjJ2enZ3ZXNwTTlrVEZhMEtWb2lERUYwRklpc0ttSVN2bDhWN0hRd04zb2FYT2NlSFNiMVFKY3J3bld1Z1dwTkVUSWtEbU1QNk5UYTlvRURLTkQ5a2xkMDZ0d2ZZVHdMbVQ2QzZuREEySzFqR2J4eDJ0ODJRSlFVTFhqTnFvNEhIbFlwd09FVFUyamIwVmJxMm01Tzczc0J0TzdRM01PaEhSOFo2Vi9KUDJtNjBYL1VIVHpaRDJ0aWtTUFhGV20yS1V4YlhEbko5SEVoaXc3ZXZXckE0SXNaekFWRkRXWDFUWkNFeCs1aHJmOHR2dkYvdXl2dURyWDloV3VNcFNMMXF5aDkweVcvbXpINW1rVWZGU2lkbkwyZ3AwRkh4R2dXb04zZ2kzY3gzNVB5Z2pvQ1ZQVVJ2S3FtZHlYUUZ5cG9tMWxiaUFzMHp4bUcybjBHdGFLZXE5bk1KQkQ1SmVRT1pBd3BiMkMwOVRrcWRCOXVSV25PL3FNVFIzTElWaFlERDIvR2F5ajhmdTdxQVVtY1JvVFl2UDBKcjJuNlp4UWRDbEhINTJUSWEycktwdmxMZzhHVVdrL0R0YVEwSXFOOEVQYWRycUU0NlRqVmFGSjBpVlRZYU5DWDZWa01HLzhQcVIrQjM1OUtld0F2eXlQd21kNlRVTE9ObUhQUmUrUEJRVXpWQUthRG1qckdFeFcySWR0NFMwcSs5d1FGelMzU0VKRi9UaWh0WDFjVG9rNzAwZDNpWFZ5KzJxdTVObndhWFRZU2tRS25rd3QrTVVHbEFNdTUxZzdBSUtYVnhDVEFNUUo3MjREYUQzQVlFQmlDVHFGU0JseTd2dG9sa2svUzdqRDFDMUpnY0FRb0tjK2MzcFNWeVdPWHdDZ3dzaytEV2VDQWM4dW1hOTZEL253YUN6ZXhIVHdtRVhpamJiOTdnS2Ruc3VBQUhCRWZ2cUR1dTFSUkYwb1cvYThrK3FDb0x1M2VMbGpQb05NYU5ZT0t1YlJDMFlVRk9qZDF2UEIxTmF2QlRSaWZmT3BwWkJHTFZYc1BKVUFWcHJUYnJtOVI5SXNKUVBOTnZnbSt5L2xzV016UXQ2emVWZkdCb3owclZGRG1nNE5TeHNJcW1wank5Sms0MHZpSUVCelozQlBHRE54YlJ2MllQdUdjOWgvMFNpR2ViM3JLcE5UUDR3YnR0RXJiTHNNZUo5ckdIYWtkMHNSV0VVQkRqVCtkaXIrTXZZM0xJdXZLY0t6dmxsZkh6c0Y5aENCTmI0RVRaOE5xRWl4MDd0cHFLdG9UZ2pJYjRpVnBXdDB5ZW9mMEx6UHFLQVc1c3QvaVh2ZjQySmR0VXJTT1pHdFJsSit0T0tEbHllYmlaUHpvQ3lYV25nV1hacVJIVmdLSnFBUTRCaS9mZzB2dUREdDJWTm5ldEl3ZEJVeVd4N3RmSDRoaHV2YTRaaWdURGZsTUpWMTl2bkF3ZUNqR3RuVGFuLzlQQk95RUkxV0pFNlpjMEpNVEw4S3FTV2FFbzJoYTJsOFFWY0xmY0piRGdhTWMwMjJOenljVTkrdzN0YjZPUUhkQlNTRkx6SEt3UHpXMXdvTS9kcC8wamtKdkRjalM2a2dZZW1DMjJYTHZoQlFXaU5sejRCMVNxaW5wRGZ5a1dHY3daUzZEWXB5amhZVTlsTVdRM2dOWFgwVHZ5UElLTmFkeGh5RGxTNEdrYWdta0VxdWVKclI4YU1tYWtLaHhKSW1vVVJ6cnk1WXppdG4wUGNuL2VEeFM4QmVqMmJMSkZlVFFVanI2bVdFN3ZrSksxZWwxZnArU3A1N2lkZ2RGU1V6Z2phaFppbE9LVUZnendQdGZtNGJPc0JwVHhPS3hzTlluYmhGRUVsT21FZWIrU0lEU0tPZUFPZC9kdkpXUWxsd2JKWldXa2dsRi90bVRDY3RtZ2JCZWVvZz0&file=Eden%27s+Curse+-+Cardinal+2016+ak320", + "infoUrl": "https://thepiratebay.org/description.php?id=16025308", + "downloadAllowed": false, + "releaseWeight": 76, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "3002019A67EC3F674E4B784F1A72AB1CCE37FB7E", + "seeders": 0, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:E2BD5FCAA113AFB96BA51EF0AE7A1DDC2CC9917F&dn=Eden's+Curse+-+Collection+(2007-2016)+%5bFLAC%5d&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 601, + "age": 3476, + "ageHours": 83440.95971267717, + "ageMinutes": 5006457.58276063, + "size": 150994304, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseGroup": "FLAC", + "releaseHash": "", + "title": "Eden's Curse - Collection (2007-2016) [FLAC]", + "discography": false, + "sceneSource": false, + "artistName": "Eden's Curse", + "albumTitle": "Collection", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2016-11-01T10:20:00Z", + "commentUrl": "https://thepiratebay.org/description.php?id=16166480", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=dFA1eHY4M1JCQ3hzRmFxdGw5R0xPTGpTL0JneVBxMlIxQm0rSGNQRHBvcmlqWEZiN1hMUU1iaTNwMVlGZk10dy9tRjMySkpnd09kdkZ5bmVQdTRScnRxZWJXVVh3MWZMc0pxSGhvSitnN1J6d2lkWXBUb0o4R1k1Qyt1MzFPaExjNWVaS0R6KzdXd3VZSU02OEl3eU04WWFJb2RxallIRTVqZGhtOFI0SUpYT2pWcmt5Y2w5dUVObW9BY0hzWEdyZjNnZERDZXhneGExY0hEOG93ZEJPSjRONGZBL0Z6akZUeG5XNTdGRDRlb1pibG9YcVVHWE1FNk1KaVRvVDBROFpOa3dqK3dWTlB1V3Z2ZmcyV3d4YkdZVFlVeUFINFppbHRWSTdFUFZkS2VRWWJNRDhIYW5nNys2azVmelRyTkxXSEoyblBJMXNCYXRDa0E2dVUrMmVYTGJsZjAvWXZQK3RTdURSYXpFWjJ4bUFBTVdvNnNwaTlqU3RaN000ZnNHMnQxUnFIa2Q3Tm1KUGlBcm13ejF4ZjRudU1uYU5pdVl0TUxpWGF2c0MyakkvTDdGdmg4UXhFTWpYZkovS2s5UmRWSTRzNVVYY25qNmpLc2xxVTZEMkRBNUFvQllYcThhbGFPdGlyY0Rhbkw3dzdSSStnQUtIdkxqdWFHMms5VjBqVWlDcUE2UnVyQWw2NXJuQjVDU1BZOGE0cFhuQmx2aU5RUnk2czI2Tmt3QUVvZWFVUkdkVTdSN3Qxc2o2cEdzZGo2RWNyMkJrbEdtbmRuWUN2R2RxZFgzUUIxQTlJbmZnemNNTjd2N2FxbkJJa0hKR3Q1UVE4Nko1N2hNQVZIMTdmVStNTzlETE1Wb0xvVXBVSXpxSDNmUmpWeldjZXI2bGE5OUZ4aU9Da1MyUkxHUkEwY3dWQ3JHTXFYQ2djM3M4RlF6aVZ2V3pJeERycG5sSUtiTkw2SWJaaTEwbDhtWXJ4dW5KMDNURG5xT05sZnV4MFVQWEo1RlR1RS9ZVUxkdGNnbTljNkkwajVwajA1d1hFOXI1ak9HS3lOK0hSa2tFTjFxbVBzbnh4K2Q3eGk3MTE4eUVUMDF3OWFDWG81TXQ2d2NTVXFIdEV6NktjaUJKVnJJb0dpUDdjaXM3bHB5VHkvTERvQnR2amlRUVU4d3dMNmlHM3JQcDBkUHo0ZzJxY0wzTzZvRXZQSXVhMGZZSWRNYUxXaW1xMG03M1NJU0JSNFpxNnZGKzZLQjB3SEhWcUoyVTIvMXpQRWdBLzdYWXZYOFU1Tlp3L3dJcEVqT0RtNk1DSWVDVlhYTWtCc3ZEN2Z6L29Kd1RlbUxUS0tqWkFyaTRUNkNzeG44ZGgzSFBOcWlJK0tWTkhCNW5qTzRPNTcwcjBjK3VCZ1JuMFlPbkYwSDdUZ2JrZnpYaEZyODFBdWp5NXprQXZ2NXh3WjE1T3ZlK1ZvVjRjK1cyL0YwdExIaEZzTzhxU3dWeUE3cnA3Umtzc1QxaXI4MlhjdXJNVXdiU0RKSlYybE5LRS92bGpPbWpTYmZoRnlJMmVEMXQ2ZHN1aktnSDRFL0tGbnE0bExCTjBpVGwyODlxL2tYbDJsanVXRDU1VFBtU0JtRWhNQXdWdjd3Z2pVb3FqRWNjbHk2b0N0b1BFUlFvZTVuemhGMmdMY3R4di9FRStWZitDemlBUXRiV0tvd1NrNUM4RmZrT1FqdlZZc20yWm5hOGlPcVMrc3Q4WS9LMEgxejNmWHZkUUVZck83YlYvSDdoTURKOTlKTUZtcFFEM3l6SzRPQ2U5aXN5eFBZUDNnZWtJcW5tZDd2VWVWM2Z5aGVMNHlpY0tSZDRkYWJoZG43Q1RPbkppS21kUFJ1T3hmNzFEcE1HS3ZlMjJWU2FiRld1UTRzcDVkNVM0RjN3d0ZKNFVjS0xsL3lPMkpsZnRPaHJpRFJNMy83cHN5aitZQkMrc3o3MjBBTTNwaWZhVlNQN2R3QUVyUjBPWUtwQzlUeTRQU2ZMaDJZOUJPQlc0TjZUL3FrZXZmaU1sYW5pWkRCOUZSZWRQTzFUL2hUNDVFdVJGeVkxWlNhUzk4cldRVGpHVytFcjhtRHc0KzJlVE1VTzUydHpJdUlHNWlTbFZMUg&file=Eden%27s+Curse+-+Collection+(2007-2016)+%5BFLAC%5D", + "infoUrl": "https://thepiratebay.org/description.php?id=16166480", + "downloadAllowed": false, + "releaseWeight": 77, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "E2BD5FCAA113AFB96BA51EF0AE7A1DDC2CC9917F", + "seeders": 0, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:95C04FF7FF4DEBA1FA1241E22D8EBF059BBC793D&dn=Jasmine+Thompson+%26amp%3b+Eden+Prince+-+Mad+World+%5b2017-Single&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 3366, + "ageHours": 80803.5297126777, + "ageMinutes": 4848211.782760663, + "size": 14285923, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseGroup": "Single", + "releaseHash": "", + "title": "Jasmine Thompson & Eden Prince - Mad World [2017-Single", + "discography": false, + "sceneSource": false, + "artistName": "Jasmine Thompson & Eden Prince", + "albumTitle": "Mad World", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2017-02-19T07:45:48Z", + "commentUrl": "https://thepiratebay.org/description.php?id=17150303", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=azMycDNFNWk4SWYwSW83d2Q0SFo0OWhzK1VkQUZPUDgrYm5XRU1Va1RkZnJNZGJiREhCYVdWTWd2eTIrWGFuOEluQmFnLzZHc2FJK0hCdXY3bHpYcWVScXBkbHZ3d2pKNDZOcWJBRjUyeWJScklQMXZpdkdSM0wxRThsZklPSDJVWCtHT1FPdHphVTNBandQL0o2ckx4T2hzL2FJeFpibk93aExtVkdRMm1WRTNpTURoNUJaSWFNb3lNSXVuSVdzRTV4UnhGMXplSGY3L09Zb3JyU09OYWZNOUNNZGt0SEhod2RUM3FvMGljVWFqbmY0bHRvODA5amlnKzVxUmxZZ0hxTHBtQy8wajlSSDFWazkvNm40b1k0eWdGeDF1SFFEcHYvR2p5b2lIZHZvcitRbEtZNElFTC9qbDd2azFnNG9RMTZhcERJT00wN1BsNzY4WWZUVlZHWG5kRG5WbXl6bzJ2N2JHS0xQRnBrcmlKckdEaVgvNDlCSXR2NjN2OFRmNEJaK3d4VU1LaUthdWVjSXdFZk9Yc2ZMdWhTOEJERUZ3bnk4a1RwYkVHRkNvZU9pVEVVUFdBWDlTK29NNFJwdXl3YmEycXQ5enVEK3NsTE5KQ3htQUVEamI0SzMwaFl4cjUxV0daOHREU2NWM3AyZCtwNzdNYVRYUW9nbVo2Q0d6d04vT0t0emtGV2VqVXpCQVg3MG5iYU9KWnNXby9GR0FlOUhMYVJ5cDVETUJCSWtuVTNrbTlBc2lLU0kzcTRBOXFLd291ZWZ0Nk5SZHJaaThaNlhaZFhlWVV4TkNJVHZiVTEybXdrY1gwSlU3dTZEcDUyY3RVakJGS2hFdWpPYzJPRFYyVUxzdE9HVUtHRWVBQ0dOMlkxL0xZMjVyaWJ1SDRTZFVnL3d0MjkvU2lMVUNrYjlUTUM1b2JsMkErYjhCNmhXSG9rVjErd29OMWMvOUtrckl1TUJtS3hMNUlncGYzM2ZGM1EvczBydFRZa2R1aVViRlVrdXJOZGd6elpQSUl2T2srZi94UnNsK0NwVDN2UHV4MVBuRmVwRWxVWE5CQVVNcmFVc2o1QWlyS05SMEdQSVY2UjVhQSt4QzJMcmp0WjdpU0FiZGlTbG1tNUF1WDVadWlPclhlNzZBU1Qwb2VONEJFUTVESlB3cWw5bTYvTzVNdXppZXJuam5MN1Q4d1dUQ2UrUENiMnByTW4xNnhJaUsybSt1Q21OcUs5S25XbVh0cXVEd29Za2FxQU12MjRFZVppb1hXcWVuZndUMWdZKzgya1F5dmcwTVU0OWoyalpxUDlESThWY1laeDB2VWpUTHZjRW1vNGwwUUFXZlZicXhsWGZQSWsyeTc3ckQ5MExvUDFFZzhiNVBzWWhLZlloYTNjTGRsN05NSm1yUmNqSjZzUiswMkIrN0orTXRmYnpzT0xYeW5ONVorNmVGa0k1SU9JKzU2b2ZnVWt2TFRHdVNQblRlcTdVMm9EajgzS3ZXQ3RUc2pwcGlzMXBnNWFYd2RRWWd1K0RWMVNkQ2t5OGZEdUYvUFJuSHR0YWs5SnU3amJNcEo0aHdSNkZRTGVRKzA3UDYyMCtzOEZSTFdiRWlWWkdlUlhaWm9NSHZVamZGc1JVVHNiYjJNcEw3MjR2UFM0c1RvQWtwbVk1VzJyOHYrMnR2QnQ3dGRsdmZINXFqa2E1TUoyaDdJSWVQZXQ0TTJ3Wno2dG9ocDVlc1FRa1I1SXhiSDEwVzVSYW9NU0xQTlAySGtoZVFBSWpIQVBsRE82M0U0eDAvS3BCdHdSMzZmK08yajF3allqbDBmSW1BNnRHdDAzNGtuUkxBcjJkK0h4bFdVSXB2MGczTnVJdlI4MGtIclY4ZldIRlRUTjhCVHM3TU1IVXlQWVFGbnZHdHpyUEpKTjBkUkdENzNkSVQ1ZDV5cTg5d010UFE0N09ibWZTUUVLcC9GVFFkbkl1OG5KaXc4ZGI2eVh2K2Exbmw5VmJNZXZPR3NxSWliZWdoNHVSZGdoVFJzSlFtR1FkQm5tc2dJL3pQMk05Vld4c3dVQjI1UXFRSTRWbkYwMkRvdjlnSVFiWDNNeGk3dEZ0ckExVzh4ViswdzR6Ny8vK2Q4YTA2Ym5kY3NJbzV4WUpqUGtUVDJrWklMRnp5NHRiVGc9PQ&file=Jasmine+Thompson+%26amp%3B+Eden+Prince+-+Mad+World+%5B2017-Single", + "infoUrl": "https://thepiratebay.org/description.php?id=17150303", + "downloadAllowed": false, + "releaseWeight": 78, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "95C04FF7FF4DEBA1FA1241E22D8EBF059BBC793D", + "seeders": 0, + "leechers": 1, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:C1B2E26E61C5D9D1E473FE9A67ABDCE05B32C749&dn=Eagles+-+Long+Run+Out+Of+Eden+2007+FLAC&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 601, + "age": 3364, + "ageHours": 80745.84637934489, + "ageMinutes": 4844750.782760694, + "size": 753010752, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Eagles - Long Run Out Of Eden 2007 FLAC", + "discography": false, + "sceneSource": false, + "artistName": "Eagles", + "albumTitle": "Long Run Out Of Eden", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2017-02-21T17:26:48Z", + "commentUrl": "https://thepiratebay.org/description.php?id=17163854", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=d1BWN0NkOHlWT3h6SGt4ZXQzV25DRWEwTERHdkFBR3FnYXNoKy9mMzZFdXVwRVR3SHRUT0lmb0RiMkRtZThEYU9qUGRMVCtXQkZqRFZBdVUwYnpXK1d5TENnVCtaUEJteEtXOU5FNzd2YzhTZERJUXp6b05Dd29Qa0dxMExFTVJKOThOOFhnMWdqSlhkZTd3clcway9SNW9ObVdsZXcrNHhRa0VWWGhZeGxjNkhycnExZ2dMM1dSWEE0T0RRWno5UUhxdnRQZ24ybFVJLzhNbDE4MFRrZDNUTm9jMDRaU3RWNzVBUGRQTGJla0lURHN2QmNrWDlNY2hwU0E1bXNKUkhVdit5SUROZVZVeSsyYWRUL0taNVpvMW5xWkJ3UW05bjlibVc0TlMxUTZTZHNqd0ViUGEwMFNMSXIxbzlXa2Q5ZWx1SDAxaDAwdHVHblN6Zy9UUzBFa2hqcGtkU0lvTFpEMVdVMkpGeXpzaVU3MHRSSjBncDVTajMvdGdDSGs1WlFXL0VUdmFWaTFxcWZSMjZibUFDSFhzYzFGRE8rQ3hxTTFtSVNJRUVoY3ZQeGxwa3RJdGVKQllrZm9KRUNKS2NIRkx1VWF4RXhCYTU5Tkl0bXNZTTRhWm9hN3VzYmtFTDhHWVdPaDIyVk9uNXJOMzh4ODhwc3gvVWszNk5NZTJSV0hUampONHA1NnRDWjhEOXU5S3lqQVcrMXJwSFZpL3JvOWxtNXVsNkQ3RDNEYzJXemtiVkhTa3hzTlZmM2NWZkF3WTdaYVJVNDFzNERhVC9ISWVnTEdxdHNUWExUbERyMXFFRzBvTG9RTHljR2ttN2toYnZ5RHo3eXB5eUkyVmVWMmgzSWszS3RRNk1IV1pWLzFqRW95d2hJc1FpQXMrVlNxSUFGRExzN0k4OVd5Mm1PQys5ekJ3WXBHY0hzaDZUTXg2dDYvbGYvRzl3YmxxZ2N1Z3VaTExSYi9oc29Eb205MDBKU0xMUXg1OGZoK1I3TUs2UlNVZm1xSzhqRlFLRE5PRkEzcnhoazg2WXpZRC8zalhsL2hXaDZqRHgwbVlVMEcxRWJhOUxOazV4SkJZakszYTZwYWZ5Z3g2cnZ2SkpBcHpDbjRSNTloOHVXeGtnRmhpcVhBN3ZNOFdHRFFNeXNxYmNtWHh2djdPT3Y1c1pVaXAvanlkRmVnOHo1dmtoZzlDeGJtRlA2L01BdU9halViWDdXalZ4MEQ2NW5WZXY0SkRTTG1nYnR6KytyTHIwYWtYOERhQVYzcmYxWFBHRmxxWjVHcGdMZGdGRU9Va2h4SjI0UVplU1lmNWlCdE4rUWxBTTVyYXVOcXBwZ0cwMTE5UHdUTjJpb3RiVkUzdWJNY0RCWW5iaUVGYW8xQXllTjFSTG0zUTZOTFJxZUMxUGptRnRwMWdLbFZOZTVRWm5ldEpMOHIyRU1BOW1TeFZ1SEtCTTdHaTBxWVVvM0tDMmtFSXdUY05VaDdmdnZJUUZrSktLM0FGdTY1c1Qzam5JWjhaMzdMbkYvRE95OHNLUHVwVXgwTWk1Vy9wVVd0THhFRU9BSnU4UlNsdjhyS2R4cEhXL1o4aUV1S1VzUVJjVjc2OTVrZnovS0s1RkVCb3Z6Y1JpdkpNSHc0NGtERHUxL1AxYU9IMHd6blk3c2pyRmtJM2xSQ0dZeTF1UGhiS2VsRHBjeDBySm0yS3BuK3FUL2xrUUZrQkR0WWhWV0ZFbUF1OVdhL2w2dS9LNnV4RlFYTUNxL1FIOXIvbFRpazdWN3ZCWWZmVjFTb3VCZTVic0dlcWNyR0hRMWJ4R3B4OG94MVpnbGc0d0VKbkxXc3BBdGkzejIzSU00QVAzbnVRdzV2OXUxazB6ZjR6cmN2bHBMTWY3NUhzMExraHl5ZnRjcTN6NWZjei9Fb0ZaY3dTcG5UbDQ3NlZSRDRsbXpYRE42Nk9rVks2UDd1SHQ1VFJFVTlpTmNjWEYwZ2RRT0FpdWhOOVBIM2JpOW8xSlRNNm5aQlRCRXlpRTI4MXJxLy9OM0ZjbnloSThSMkphd0RjSDZSWEZ1T1J6bm1sd0dZZ1MwSlBLdHduYkNLZ21SYmNPMDJ0dEM2bUlvTT0&file=Eagles+-+Long+Run+Out+Of+Eden+2007+FLAC", + "infoUrl": "https://thepiratebay.org/description.php?id=17163854", + "downloadAllowed": false, + "releaseWeight": 79, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "C1B2E26E61C5D9D1E473FE9A67ABDCE05B32C749", + "seeders": 0, + "leechers": 1, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:E427C5426CFB7B2755A48D863E08ECAA4E61E79D&dn=Leaving+Eden+-+Out+Of+The+Ashes+(2017)%5b320Kbps%5d&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 501, + "age": 3186, + "ageHours": 76474.04637934564, + "ageMinutes": 4588442.78276074, + "size": 87586072, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Leaving Eden - Out Of The Ashes (2017)[320Kbps]", + "discography": false, + "sceneSource": false, + "artistName": "Leaving Eden", + "albumTitle": "Out Of The Ashes", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2017-08-18T17:14:48Z", + "commentUrl": "https://thepiratebay.org/description.php?id=18398536", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=YzhEV29KSXlFTHArUXZnTkNXT1pFVWU0U3lUT1p5Sitlc2ZDVEpsSzczSnI0VXl2Y1RLMEJCYnA0MkZieFFPeXZZeDB5UTFrUE9xakl3TWFaZktGMTBHbldFRHdkOXhYclBBcXJmV1REa0tmN0hzYis2NDlVdWJqeVdoTzQ5RGRvMmxGWUphVHF3dGxMVnFGVnljRkdTUGRvaHhsdDd3aExJQm82STR2VmJqck5nMkw0WHBrVFE4ZTVtUmZra1ZzN1VIT21pNTNnZWlybFAvajZFTENlYjhvMklrZmphcGNhc2dNdkNraElWdHcrZWZNc2hveTlrcmFZSnllTklRYnFoTWtqTmlMYWh0bW1XdUFuNzh4SHFaMnVYSmFmcngveUhldk1qbEp2THo1M0dmdDUzQ0c0Q3RybzF4UHVwcWxUbjFpZlZ4QlJoVGhNR3p5M3pTRkNERmVHZEtnTFcyemJmemYvVUdNOHMzL1RTWGl2dFNTeUgrNGR6RHhxbG14dnpXVVlTRFA0OENvK3BLSGlqOFZST2l1dFhVT1U0bFZNdGQ3ZERjOTYxNVFBVTh2eW9zdTBDQURoaEtCbUhkeWJJV21saW11cHZtSmEzSGpVWENIWkJPMHhSM1kwL2YvdElDMVpwd0IwN0dMV3NiTWxxV05nTnphVkExeUhyMDBKTlZJc2lpMHhpWmlBb2hUdXhDMUxlZjFiZEJWWGk4WDVWYVVvSm5vR2V5V1hWdURuOXk4UlZML3pUVFlRR1RLYWoyKzFSWUhjK0EvaVRTMU9tYmtPM1NsWnQyR1piY1JmSEpOYjJlS1N2RjZqSlkxczV1ZnRWcm5oVzJsL0RpWWNTQzAzbVZmWjd5MFRBaStSNllJaFozQTMzdTJ6NGN6SGVuck9abklCTVBJc1EzbTI0ZU42Uy90WUQ4VDdBbVZ0aXA0OC9rTXdZbEhkR3RKZDZyaGhiakZ1QjBIU2s4SmJLU3J0d080WWNDVnRnYUxOZzR4Q2ZGaDA0R0ZkbHVxVnp6RnV0Tk9mTjZKNVh3dUhBWGExckxVUndPTGFabHRvS3p0NTZQV2FvbHp2OVBSdWlLcDZIWGlUMmgrcm9CSEUyc003SW56MDNlNzNJNmJ6KzRSNzg2a29ZMVc1TDRsMThlR0J6Qm84aHRiOFRFRklmTHlZVU9VSXFWZ1RJdVJMTlViTVM0R0x1R1YvY2JCelpUdUlYVVErN1pGTm5pMGt5RnBDdWNjSHd2bzRiSGJSQkc3cEkwdWZVNC9xaUZjMFY1bGpQd3pyUmgvNHBSYXplRU5ybGt3ZFZzdnB6Z21TS0sxbFlhQTZDZmhsVDdHTE92UTM5V3lFU3Ftblo1ZFlHQTJ2L3A2ZER1a0NLTURlcDJ0ZVpNV2F4eEZuQUJuR0RvS0M0OXRtdTRoY0UxQUlPeWpNd1A0TUFUeXRZSzJ3ZWFBTmdRMTl2RUZUMDhZMktjUW4vekxBS3Vlcjgva2toaUdXUGg3b3g4d0lkOVNEOHNyQU9SSTNmQjhxL256ZG52WW5zY2ExcnlkV1RGWHVqamx3QWI2VEVqK3Q2QlNxUmY5RWJnMVN1RVp6Nmp6Z1VkWjlDQ2RjVGZrbEkvdFU4R2ZGLy9hUThrekV2bGpCNXRQUHJGZEkxeHJhSkxLQnFtWk11SmxyRThNc01hL25NbHpIanZJRWlNUjk5bUp2SVAvbW1kVy9UNmhmSUNmUE8rSytIQXJqL1UrbVJ0TWc5eTlSMTZKNHpFcTIwbTJuYU5NWVZobmtxZ0JmWVMyOGM4VkJRQU1URUMybEErR05KVXlEMVl1UCtNVFlZZ0hKUFZvMjUyOURlZGpEZWc1bTVWbW9HV20wWlhyYUxOQmh2RmwwZVBOV3h5S2RQelN1UDBuZGVpa1Ava0tPUjdiV2QwVVZBR1hBZ05KT2lZZ1NTaFJGWnYrbzZlV3BDUHN0TWovQVZLZmRXUTJwS1Azc2cyUzFNSndubWRHSmF0cUNzRHlCUzBPRkkxYzR3YjYvUXh4NlNCWGs2QlNpSWxaeW9mNmZFd0lTUURndWt3SUhSaEdJeCtWSFU1Tm9IN3IzZU5hbk15d05PQjJGK3pHVFhjTGVxMU5PQzRzZU82MA&file=Leaving+Eden+-+Out+Of+The+Ashes+(2017)%5B320Kbps%5D", + "infoUrl": "https://thepiratebay.org/description.php?id=18398536", + "downloadAllowed": false, + "releaseWeight": 80, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "E427C5426CFB7B2755A48D863E08ECAA4E61E79D", + "seeders": 0, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:4CB5BCD2B09FAC116458893F959B123B21FE2F65&dn=Eden's+Lie+-+Open+Your+Eyes+2017+ak&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 3131, + "ageHours": 75149.19832379064, + "ageMinutes": 4508951.899427438, + "size": 138622192, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Eden's Lie - Open Your Eyes 2017 ak", + "discography": false, + "sceneSource": false, + "artistName": "Eden's Lie", + "albumTitle": "Open Your Eyes", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2017-10-12T22:05:41Z", + "commentUrl": "https://thepiratebay.org/description.php?id=18728053", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=N2l6N2QvN3NwSXlCaGZhNWpDQ3ZJNDJCbE5GcXJ2UUNLZU9RaWQrMWtDMjNRV2FJUFA5ZkpjN3JRdXIzSXN5dWJrVXNBdXZnaEJ3RTFNUWROWXRHM1RJaitSa1lCcVlleEhHQ2JqUUdpcXlCckVGRlQyb2dXL2gwbVFuaUllVlcxN0c0S1pFRzZmT3Q0ZXo4Q2JnRmJqa21MNjgva1VFUStESUY0bE1oTDllNHZGcHBZYzE2WUFOM21ybnNta3lObEVLZHhoQzNrSHdNY1NjUTFKQlFRNEZyR1BBcHV6ZDJicEtiRFNQQk05RVBlYnRSU0VGcE1BakNiNDZBU0M3bUZmZnhNYmFZZzkwSHhmcTUwTG11SDVKb3ErVEIrZUpnaFBjOWN0ZkYrLzdmSHl0Z3ZKejVpUHFTWnZLVlFXTmZTeWJlUnVhWDhDSHZaamU0dytzM2oydHZNb2xqMjdTME9nTmhXbzVURzk2Z3ZVUldBeHNlaHJDK0JJbG5KcjdObks1cWd2akRSR1lEL2tkOVNtTERwVk5WOWJIQ0V2ZEZoR082UHBja21Wb2VLU281VWJpVXRYZ1FaWWZRZlFzNDl0OWRrQndOTUMwaU4xQTB2WmJ4Nzh6TWR0ekMzR2ZzL21YQ3hOMS9tK0tQa1EvVHpheE05a0czK2FzVFRTNW5GK09VVTdadGFCcC9Ic3lBbS9BSGJyTDlqdng0VzhZcWtseExtWnlKWTlGVHVyM2tZYnV1NzNJNjhnOW44aHF3TDVnaFhlQWE1LzFObjVuRHk1U1orTlBjMUpzNG9RelFSU3lxNWNoRk55VnorSityR1NMeXZoOUxCbVlHUjFhYzF4Y0F6UkJ2SFkwNmptMXRxd0dBbS80RnlMeXpvL2c3Y3JlTDIrVExUS2tPMVdOVlRQaHh4UEUvUkovZ1lYNmxsakg2NFRBTkZOUDY0K2FqckszclZzV2l3ZUdWd05DL2xRWmRVSkRKdDNTTWQxbGZOZTE3Q2NmaWx6NEtxZ2JUMjRGUnhQVEhrbVp3QVFZV1pyeDBMUUxObTlwZytqbUJvcEM4TVVlSUJjT2lkYVJablRTMHVhWFhNYXY1NllCTmlLcTExZGJoaTR3V2VFdEFnbkFDZHNtamVFMURJUEExK2lCLytCZDVHLzhRVVR1RU4zRytYcjh0UHRxR1NYZ2w4bHprMnNadkNiZ016S3VmV0dNc01sSGlRK1NFZktadkF2SkNLVGZiOVJmbXF6YnNNVTRUcnoveVNubG9KaTNLRXQwZnpOZHlObXVvcmF1a1pEV29xczRwL05yZDFJL0xSZ3ZnWnYwemFJRFhoZUx6T1RLTmtPVkRVTERWelFpcDY5aWptTjRBaDhVREVuNjhhTzJYSDJIcWdPUDl6cEd0b3JBUHhCaU9HYVZUdnpkTit4TDRSR2xNWklSS2xkRnIvZ2FuOENRTVRmZEVWb1ZodjhlVDVubUprU1RQRHc3RytOdCtLa3Rpa1k0VngrTmpJTWsxeWlqcWJtQUhFdi9OU3QwRkhpcmEwOWU4dnBHRk9KRWFSWml4YUQ2akZ2c3hhamdKRW5wRzlWSmc4cjJRWHpieHVzV1dvdGhJa3VBVzV4QkNsQis0ZG9wWlJXWnhQc05DQkpIWnE5QUplRm84am8vYmFpKzlmMDJmano0djY1TWF1enNoVGs5NjF2QTFxY214YVF1ZmdjcDNTSnpMbEdqWTYwQVg3TlZrR0RnbXZ5bmJFVktERm1ZbXd0NU1scmxjaDEwWlpwS1krZ1U3YW16RTRyNE5uSFA5ZE9jZEU0SWV5d1pkcVBqN2RSWVVab24rVEp4cll1bk1FcllzNVQ2b0l1LzAvaXEvY2ZXallqQTZmclovblhwYXk2VWNQWkhvOE1LUG5ETGFNSld0TFQzeW1lMWRCK1FLY2FDZWk1Q081M3l4Slh2aTBCZTZrME5VTXcyckxWeHBZNWJBNjRpUXVUelhLN0JhRm04SlpHU3dkU3pyTlFvWUN5dnF1MElOdFlzNXVqcTNsNzB5Y0hPaDVINCsvWTlFNURJQWNPSTdMaXZYU09Fdjlhb1VMRGhJQVNUMHdaUT0&file=Eden%27s+Lie+-+Open+Your+Eyes+2017+ak", + "infoUrl": "https://thepiratebay.org/description.php?id=18728053", + "downloadAllowed": false, + "releaseWeight": 81, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "4CB5BCD2B09FAC116458893F959B123B21FE2F65", + "seeders": 0, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:4A9594A71C2299E992BAA206F0B2DBC2E2145520&dn=John+Steinbeck+-+%26Ouml%3bster+om+Eden+-Svensk&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 3119, + "ageHours": 74868.43804601453, + "ageMinutes": 4492106.282760872, + "size": 1188848256, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "title": "John Steinbeck - Öster om Eden -Svensk", + "discography": false, + "sceneSource": false, + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unable to parse release" + ], + "publishDate": "2017-10-24T14:51:18Z", + "commentUrl": "https://thepiratebay.org/description.php?id=18807149", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=YkZicmNkU2JxVm5JenIvMXY4ZzhvejIrSG8vVEt1WEE0Qk9xUnFNN1crbjVGZ0IwZG12T09MSEVENmljSUNlMkV2UW9NMHJWdnhPSzNEM2xPbG9abUg2cUhwN3NMRGdIbHJoM09yYWRtUkYxQ1ZBQ2UxdmRUSExLV0VycEViREpTbnNOancreGNHTFJRVUVSNlBrSEhTbldpdmVib2syaHZzbUtyVm15akpXUVo2VkJualFnb0VQMFMzYWROYVdqWjRScy9SVzMyRjJ1WDhnOEZPYmJTdWIvdFhMMU9qQmVFbnQ4Uk5oajQ2dGpCdjVyVGZJTkMrTzlEMUh4WjM0Qnp4ZVArM1FIS0VSaThEalM0cDhMUFRBQm10anVaYVNNVC9yd282SFFlckVNVzVrbzY0MUtyR2VYa2JERlJHN2V1QkpGUFQySG9jbkdrL0hxSGR2T01jS3owalN1VGlwTnhJRllweXZZcFkzM2t6aTdyWDRnMk5kVjVwNGlNMzYwblJwQTZnaHYrbUZsUzZKMmxnR0luYTVycTdDd3dpd0gxbGtlYi96aE1tb2l6bWNhYUxzNXFzdTVaMzRya292VzIzMzNvMHAyRkJNVFhibU4wVmY1NHFXU2F4T3hLbzB5OUJXcTJSWGZoeC9FVlFUSFFsVmhFb0RTajFsdWw4ekRkUDczVWZ3T0RGcUVpNW80NW95djZSQk9jNG1VKzgrRW5IY1Y0aCtBenZLNHFsRlFlWlBHSjVTaVdqM0Y4RUsxZW8xbEFjclB6SmI2Tmh6bGZXN3RtZWt4THVHdU5BYmx5WkdGbXpxc1AzRnh6OFhMZVQ5YkVEWENidlV3ckdaWGpub0U1Q1NiaWV0WHFWYitzVktoTXRsRlAxUlZIMTcxK3UrTnFRRGNabDdta29PZFBLbUNSenBTWWtZOW5MTXczMHpDOWUxQk12OHAxWFNOSnZnOW5UN3RvdnVVNlBORkFRQ1IwTWk1aktiZXVsV3hEdGorUFI0dCtxaEl4c1RnMWRTTGhXeklpY3pJUjVkeG5MeXRrM2cyazNIWkpKN2pxdzBjMnV4Q3VnbWU1Q0hERnhDMU83UkhXSGlPbW1yT0w5UFNBWURhY1JpN1VFd2hMYlRGbWtibk1iQ2dxQXM5VE9WeXowbmFQdzlEWlY5ejRyMlRKdWxDNTd0aDR6OVZWR21SSGlRVXBEUVZacHI1dDZVNFI1TXllUzFnc0puTmdRQnhjeTMrUnh0a216TW1NNlpvdCsrenBNdDJuY0w2cjQyd2o3TDJHdVBNeDk4WFdtcmF6Z1RtdE41aElManFVZjErcXhQSTdGTXFSMTVIZ1F2QVlIM2xtdkxXK2txZDMrd21hK1o0TjZubStEcEF0Umc2NzB2S04wSCthMGx3c2Qvd3d0d0JIODE1clFPa1RNVjFBOUpubCtGMkRBSGtXNXR0azE3Uk5UOWgrY0JiZEYwYzdHTlVyZiszOWlUdDBkOHFtVFMwZjdEblBMcnVYZkVOenYvQUE0OE5qMWxCaWYzbUVKdHlDYXF4VlhUSnFFdUUrZ3dMRDFrOExiMEw5ZnFKaGtOTXhGSG9nRGl1U1ZiY1JEaEZKTEtxQ2RHM2Y0aVdmdWVQZUx3ZS9ZQzNYZ0hKK3RBRmJsNlpzOG01TXpVYlcxOUU3Y0JSQ0w5eGV2R09nMkQyYkxReXg3RjNpYlRHeHMrb1N5RWtEYVR3M1JyUmo2a1pZUUNUcEtWVjhCQnJmV3ZqcEs5dHNaWis1cHdQNDV2RU5OTGh2MDRSNUtVd0xrV2VxVHMxUi9WemMvVUhvYUJHcUZTSWdoeE1wQmp4Z3ExOFQvb1Y4RVpsOGl4OFJteVRCZVhkQ1FzdUxOekM0dk1OVTFNMGFuOTBRYUpHS1dCeEVtd05RelR2MXRHSktBdnk2eHBxS0Q5RWpjeFhSTlBReTRNQWVlOUkwSmJyRisyR2ZnWW4xU2wwNVkxcEQ2dVpyWjlxWTVOTWFjZ1EwZ2VNUUlNZUxzN2ZKdGFXRFNEV0pMZVVBSlRqZzlqMFZHWUJYTTBqOTBIMEdjQms4cHZuUHlXOWVCYyt5dGowMkZYR3FYdWJLZFUyZFlnaUlwMzk0a3NDalh1Rg&file=John+Steinbeck+-+%26Ouml%3Bster+om+Eden+-Svensk", + "infoUrl": "https://thepiratebay.org/description.php?id=18807149", + "downloadAllowed": false, + "releaseWeight": 82, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "4A9594A71C2299E992BAA206F0B2DBC2E2145520", + "seeders": 0, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:3FAE7D2E2B74DEF06355F1A9C235A5C99822C33E&dn=My+Last+Whisper+-+Embers+Of+Eden++2017&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 3053, + "ageHours": 73287.83110157064, + "ageMinutes": 4397269.86609424, + "size": 140283584, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "My Last Whisper - Embers Of Eden 2017", + "discography": false, + "sceneSource": false, + "artistName": "My Last Whisper", + "albumTitle": "Embers Of Eden", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2017-12-29T11:27:43Z", + "commentUrl": "https://thepiratebay.org/description.php?id=19510396", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=R0NmS3hGaExWTm9QNWdIQ2xhYitMQzNnM0lDNmFiQjFZazJvYXpZellBaDhQMXl2OHBGUzQ1Q2FUN05PamZYcmJ1amVvTUVXSG9yN0lhQ1ZGdkloMGdwVi80WFdQS1hnMjJkelZpRjNncVREenV1Ri9EQjZuZkRkZWpPS0Q4T1RTV2EvNUV1Q3dhcTdHVHArMFJjUmVvLzRuUmYzbGRyTlZlNTlJS1N6VFlwQ2NySzYzY1I5K3plemRzRFozcnVnNmpUQTJPWDRDSVkxdi9YY3Ywa0RLT3kxdGdkS1BPS0JINW5nMWJjbmE1U1dhOWZRaytmOS8rTjRWRHdxQTdzNWFodGt0K3M5ZUJBOXlleE1aVE51UGVCRk5uQkE3WmJLcng0Q2I2T1EyYlRXYzJNaUF2MmFLdG54ZkU5eTNLRUc2RVcvVW9IWWFNRy9RZUZMWUxNR3dnUXJpRDBIVVJ2REs0MGdTd0RHd00yNDNkZXZHSHlaeWV3U0dHbzFsanlpUklYb2Eydk5GZHIvbmcrSk5ZVmFPRW55cGIzZitha2RWdlZZb21ZMTd0ZWFwRENva0RsZ1NscWpOdFk4czZxRTRTZVRQSGxEWGdodW5QRk8yWXFuTmpqeUxicldBbDFXdEdzejJHc1RnRUx3djlPdVFZNk5PbENadjJrWHpoRUJaVFQyT2g0WFppUFB1eVI2WElrVkhvWHk2R3diUVFRWW9jMTRwM00vejk0RjU3czZQUS9kQi81cmZOTmlRTll0cyswbGZIZ3pZNy8zV3dzZEdHSk1uSlJzY1lRZ3FxS2d2dThjZFhORjVFcDZOMFM2YURmV3VrK2cyMlhiMnpvd1ZBV1JIRFJDay9uSmx4YVR4WlZkZGR4dmcvMnlDcUVvZXpHQkNWR3JhNlA1MmdVelowcjVCRjdQNWc2NHdIUkdubUZyaWgrckJEU0tyVlp2UG1Hb0daVjVPcDluWWhTV2JjZzZNU29pNlRYUmN3RTNmRVh5d3o4RjQ5WDVNYys0c1FQdFp3ZVo2UVZPZElTZWh4d0hoOGswci9VVzRNR1RRRVk5b2ViaVprYjVrbTJkM0t6M3FvK3ZuWFBTbkNwTjBrMUhyZEFsS21YWmc5cXhjNlpLeGpZOVFMTzJkKzU2WUFyTU40QzZxRkVrYXdhVHFybmR1RVhPRTBUVmFPZiswK3VrYVdyN0lsR0Rhd0J6Y1NscGNNNGltY3pZWWdFell1SHhGdnhFMEF2NGs4U1NGT2N3RkZ6dVUzSFhUVUFxWklVRVMvRHVLK2s5aXRCcFhkaXRiL2dqdFdsSXRJSllUQWNrTlZ5UEVPU0lsa3NjUVY2RE91ZXpCMWxIMzBPbThPaWd1c2FVcVpQUEhPMXRwbVJ0REFMMFE1QkVxQytHR3c0YnJ2OStlUlZZZFJBem4wOXpweDFXYlpNN2lINlFUQXJlbnRRbVhDYTkyaFFmc0ZZeXE5cFpuTGpONVI4ajRHTzBIWWZ4ZVBab2NYSmd3dUxKclFLZnRjT2xNeG1oY2JSZlJWbmxrVjNIVlMvOGdkYmdKa3pxR0tDdHMyY2VrU1FaVFRkMndCUzZObmdad0pxTld0UTlyOWxPb0hCNWhncWNJNXFGbDNaQm1ZcWlhRzMxRGh4NkZzYlllNUp5SmNvTzVsOGFvNm5yYzdjYXV0QzBlRFowMVdZTEtsNU5xc29CMkVCVmd5N2ExalZydU4rT0dXb0x6UXdacldaSnZsRkRLeE1RRFVqbEpKUE1VQnR3cGhxaVFKbExMOXpuYzRsNytEcHNvMXRhcjlubEFsZXVib0ROSkhGOHhITVErOUhsRGc1WCt1WGh0L1hOSlYzVHNJZDZDenFKb1JteW13N0ZqY2Fka2JoNkJjNnB0Z3Z2SkxWcFp5dWxDeVEvMnc2NGlIMGY2K0hiNHFGejB6dVNSVHQyZFhDWittL09FZWNKRHg1RVpRNlJqWmlkQXNndHBEZTkyWURTOWJiUGFnRU1lNHErZ3JxeTBrQURVaE8vVmpPVUFBOXlJTkdXdnB5VEozQ3N1SVJOWkJFNmk3TTNYVkNiTFE0aldGWVByNDlxSlFjUCtxOD0&file=My+Last+Whisper+-+Embers+Of+Eden++2017", + "infoUrl": "https://thepiratebay.org/description.php?id=19510396", + "downloadAllowed": false, + "releaseWeight": 83, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "3FAE7D2E2B74DEF06355F1A9C235A5C99822C33E", + "seeders": 0, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:D1C9A372D3D84BF6CDE5EEB83FD1D77F37E6BE0B&dn=Last+Days+Of+Eden+-+Chrysalis++2018&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 2967, + "ageHours": 71227.29721268227, + "ageMinutes": 4273637.832760937, + "size": 132835976, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Last Days Of Eden - Chrysalis 2018", + "discography": false, + "sceneSource": false, + "artistName": "Last Days Of Eden", + "albumTitle": "Chrysalis", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2018-03-25T07:59:45Z", + "commentUrl": "https://thepiratebay.org/description.php?id=20736994", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=NFMzWS9EaW9yRERhOTR6dDBhUGMxZVYrdndPNFY5dTlndnlpZzV2Z3JpR094VlRpNkVZeTdWTmlIN1lnK2Urc3VQclJKQkpjNUY1ZUxWd0crcjd2NkZLUFNlTkY0U3FMWDNmSWFQSWZXd1I0VzY5UXhaeHNSZDRnRXRXZTZLay9mSURFUDA3TUVRRmd6T0VlRXFrbWk1dFl5cTBWQjY2eEg4ZVduTVRleWtyL3pKLzNkZUdadDFXTDNuQ1BuajRoWXZOLzMzeWlqYXlveVVicU8yR2QvMitmalM3VFRaQnhyMlJVV3g5RzIzbndjWWh4UTVGVjdlSC9IMXQ0d2c0MStqeSs4RjhyYk9WTVQyV3QzdUl3eU1rZWxsZE5GMDVqb1NEQm96K3Nia08yMk4ySGtqWXduRGxrZ2psaWxFallXY0N1ekUwV1BSTWR1MnFwekFrZENMVE9HNkFaRkV0Tm84czBEWWJJczl0YTRvUFk4dUNPUXUvc3NVcE9hWk5mdHlVVmVLS0J1Y2l2eGp1QXpNem1obEhMSjBBUDhiZUpPeVI4QTliR1BKVWxwTm90U3Uyck1lVFZJaDZWdHhwQ1VpY0tJVWRWY0V2SnZ5dFdndjVJWUZwQVJIOGpTNGFJQ0o2WnNTaXRYQWp2eVNlOWdYaitMVVpUWUQ3ckxtRU9xcUllOEZ1RGw5MTRWSnJHRUVhRjhmTHZYUnRwN0Y3TUFmbFhzOFRUamNXVVk1TUVETW5ZWmFsbzFIT2VNSVJ3MzBxTSsyTDZtVWtrSkE0UTM3YjQyRDRzYStNaE10WUFOMDJWSUlCTDBtRDRLRUpwdEt0aHJRTjBlcWdwSGIzeGNIVWdFcnFjK3diT081TUFlRUZlK05IaXhmNEFjSTNJczNqUTUvZ001WjREWVl6SXhmUm1YUTNuSDdaZmFGai9LQVdvUCtpRDY5aW5VRzJYd2diZFgrcmQ4TzV5TGsrNjNPQWttNEx6cnNTZEt2ZWp6L2cvaGxmZzBwU01nTk9lZ245OWlqQnB1OWdienlSM0U1TmIrRjRYR2hHM0paeUdJOTA2SkZ0Ky91ZzRHRjlXVUt3T0ZkSTgwUHl5eWhxRnZhTWZ3NjVQU1Z4eFh4ODFNL0YvM2R3YnVNYmVaNjM4N0RaY0xGdk8zNDRpVk1VNFFSS3ZqRE9PUVp5MmlCL0poRDlYQWQ2bEZoOGliOWU3WG9EczFSMFVFcFBwTmR1NUdUNnpOSnpDR3ZvRzRHK01QZmtXYXhpN3dRc0tIN3NzNmdvWWdBTnNQb3FKY01jaWJ3SEkzcnZxLzhlVlNJM1lwc0l0a0FHUCthczlHYW1qc210U0ltbnlrak1NWlNEeUhiS1c5K1QwVjRiU1BjVkVhc2x6ZFNZMWt1YzRtMzEvY044Q0FUbUhaVVdFN2RtRmkzOE82NUZGOXdqNEFCaVVzVnJFeGkxT0xwdW9BRUJoMWNGMU1NUm5RTGJrdmZ2bXdsd083WTBaSzFBZzJ4L1k5QkZoSWtGeHJjOWRaOFhCQnk1ZzJyb3l5OFZlQkdzeThsMGpnZW9YUlRPVm1ZblM4Z2VvM3FDUlF3aTZGQ1ZxZlFNSWpjY3U3OW9wdENuWGxBc0xSM284SlNOYmU4SDVFTUdZazJVS0pkc1l2OVkyaWcxOHR5c1FUdFBEcVBaK1p3MUNtbGdzdStmTnhaMCs4K1FJbnRJWEJrcVZ2Mmg5S2UzMVlaN1cxTUJtSWZ0KzdrNUh4RUhhQzFJM0V1MDhWRGZURW1HSVNqNjhMQUNBMEM5YWxMMlVmLzhib2FRN0VUZmt1T0dZajBSTUhFTVJzWlk3ZXZzNER2Z3Z4elAvTTJQM1V1d1VpSUxFUW1aOEU0eEk4MFJNM1ZkRk55WG9BdnJXelhCa1FqVlVUaVg2eVhtejRycUhLaitWVG5ZVkdFS1hPWmRTeTk4emhUS2JBMnovdDJKbVFpNFZ0NUswVW5PdnlJdGwvVFFlSGxSdGhxWEV5cExRZ1hnbUl0em1vc3l0TXhqeWZ5L1gvMWNRWjRnVHpsblQwMGNzeEJyUVVPMVhhUkR0Tk5zQ2pEUzdvNVZFNWpPNk1Wcz0&file=Last+Days+Of+Eden+-+Chrysalis++2018", + "infoUrl": "https://thepiratebay.org/description.php?id=20736994", + "downloadAllowed": false, + "releaseWeight": 84, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "D1C9A372D3D84BF6CDE5EEB83FD1D77F37E6BE0B", + "seeders": 0, + "leechers": 1, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:DDF71763F7928174C00E66ED5182E38F14E43C1B&dn=Far+from+Eden+-+Time+for+a+Falling+Sky++2018&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 2817, + "ageHours": 67625.89610157187, + "ageMinutes": 4057553.7660943116, + "size": 122801872, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Far from Eden - Time for a Falling Sky 2018", + "discography": false, + "sceneSource": false, + "artistName": "Far from Eden", + "albumTitle": "Time for a Falling Sky", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2018-08-22T09:23:49Z", + "commentUrl": "https://thepiratebay.org/description.php?id=24517076", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=S2tXblI3SGFpWGlhUzhiL3BvTWF4aGVIQ2JYaktoTGtCREdXTERIWHcwQ0dsMTkxQWdmbnZQeVREbExDZ3NGUUhObjYwTUNFNEJRL1FYTmsyTzBJVnlSM29XT3ZhMGJwS0NpTFV4ZkZtMzVSTHRtQVVLMXVTekV6OWozM3FhRW9SMEwzQUE5Sko1ajAwWjJEQWJGVnRZRnNySitaOEVGSDdJRGgrY0p6ZW5TTE45VGh3NlovYURydTVZZWFPWlhKTHhSN3NaVnprS09NdENEUzZuNkhNTmJhMUJQVHErU3c2Mk4wTFhSMHQxdVdIRWxIb0dFZDdubFlCYWJBTGZLVGhSL1pISDJaaUVSQ0JIZEp3eXcyVXRJaFIrbnlqYnFMRkpBMTQ4V29rc3hOUHVoYWtJaTliQ2x4alhpZUxwdzZuT3FBalYyOGpjclBocWxUVWwxSGRRVk1HTWlkNFhSRC9zYmRmNTErL2pkRmExbG81RGtNdkkvYVVvVGwzNmRTejZJL3o1MzRWSTdKa0l1ckQzRW9OQ3ZoN1M5VXhmQjMxMExXcXFQVGFvcG8raTRNQlVKUHlUczdmSkcyekNWdnNqbS9HaHhjSW5LU0xOSCszM2xzOGVGQlNPQnpldEZzQStMOS9ub2owb0tMd1dIWTBmOTUveitkcTY2TTZ3WTlOckxiZU9yMWlPQXcyVHZUZ1IxTGJBSWd6UVFlK1ZjWTQrVXlwZjhJZTRXaTNERW1zWWVLSFJ6WnVnemhVNGhhSEVWWVlpem02TGhpSmZCY2dYcnBpQldjTUJYRkt6SWRQaDAwT3IvV3djSFZGN1NHZHdidHc1a09Ld1o3eFp5Y1NzY2dyUmdGeGM2NU9zL3lGZDZxOFNSdWRIeEV2YVlLNXZRRWlmdVhWbUpJVEY5VjNTSldhWVRSdXJYMUFGZzRjV2ZpcmZiNytGcUMzTk9wNTd2SVprSnFnOWIvL2dBY1RCQlo3V2k3NEppa2Q3cFpPL0ZYOTBTV0dFbnl0VndHYXQ5T0xaN1Bjdjc3STliUmZZYXpxWU8zdVA4YVl5Yk96UFc2TlprWGljM0NCQTlpS0JCeGpScTZSRUhZeHpxYTlBeGFIc3ArUWNDMGtpeDN0bVJDanFOSTBGU1VHRi9OR2VOdjRqR3FGUmhwaHJjZnVsL2dsdjV3ZnA2Nk52aTJ1dHRVTm81Sm05MmtDSHJpYllTTU5hdlBmSmZyMTFKM3lxSXhwQk5wVTV5QWpyVEVYd05KbysvWTlpNithUVpPcmgxb0dHTDIvbS9zMSt4eU4xWDRoaSs5SHExR2xRZFl2N2QwQ2M2ZEJsc0J1NEhOV3BDelBTSGgyRk50b1hqZFZXdzFCZmw3d1lTUUppc0c4eVVzalQydzZtNUVWRGd2OTRkdzFzMmZxcjM5RllQeDB6SkFkaEg2U1ZLam05YjlqYWxoOHFFRUZIVWRKMjl6TVMyWk8yOWI2MVhNK05Sang0UlpLeXZxN29FRUwrV2VpQVdpZDhoaWxrczJPVk92VkRnM1dwU3NvL3NpbEdrd1hqVzh2WFozN1R2OVBNY1o1WVd3c3R3OEFZNEJlNWtaNXhxaWtjRFZicFl3a1JScnpEYllGSlMwZU1mYVBDaGlUS29JdnlQTFB0TEh6TVhITkllYXd0SWpDalk3QlpMNWdSRHVGb1FUbmdzVm0vUktKbWVtK0oyeFZUNUFLWW4rMDNDRXM1a29BT3lCbVhrVmhZMFhEVExNREZUQ3BweCtJc2Z1TW5vaHA1VktKdXFPckRjNFR6Wnh3ZlhmR3ZKMWxabng3YWNMM0VIMGVCMGZ2WU5kS1lJblRXaUEwV0k3M1orU0UvaVM0cUlrN2hPMHRjOGxvZGZGSTg5SWxqejlxRDAwcGZMeXc3OENyOHp2YXhpSG96enI4OHl2TVFPK3Y5aDIvNWVxYTVvS3ZaLzQrTENEemdEdlBnMDY5V0UrZHJzNTNyNDlObDBYU0J5dUlyenJEZDVOVjNDaHgwbWNKTCtEekdoSFJMN0pQWmJaSFNUL1crZ3QvbDlKT3NjR2R1ZjNrUUpHb3BnYnE1UE1QSUg3QlBzc1VCcz0&file=Far+from+Eden+-+Time+for+a+Falling+Sky++2018", + "infoUrl": "https://thepiratebay.org/description.php?id=24517076", + "downloadAllowed": false, + "releaseWeight": 85, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "DDF71763F7928174C00E66ED5182E38F14E43C1B", + "seeders": 0, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:949C272F491A7BAE0329256525CC2E917A958C93&dn=Eden+-+El+Despertar+de+los+Suenos++2019&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 2593, + "ageHours": 62246.25360157239, + "ageMinutes": 3734775.2160943435, + "size": 112448312, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Eden - El Despertar de los Suenos 2019", + "discography": false, + "sceneSource": false, + "artistName": "Eden", + "albumTitle": "El Despertar de los Suenos", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unable to parse albums from release name" + ], + "publishDate": "2019-04-03T13:02:22Z", + "commentUrl": "https://thepiratebay.org/description.php?id=31112597", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=Z05DbWdhcU8xbVFoV2h2K0pzRGlrdGRCTmg3VDVtb3pOaWc0L2Zhb000MG1CTnR5bmJvNkJydGJ1NkRMWE1JWTdrSDlKRjB1end5VGNFNnRuelg0N1lPb1NOQ3hVTmZZSURISGpubktodjcxaUl4Ukc0a2tVTmNxd0VNWFpHaHhueFRzY2t0b0c2WjFEd3dlbFJDMmVzT2FwdDBibVpxa2dyT3dPK1FVVGJaMXprSUlyRVNaaVRYL2pCcTZrbjJDYVJmSG1RY1RPY0paeHJiRVpRbnVVcEd5WHhPcXcrZ3BBMG9QUzV1R2xpazM4SWpRcjJBTW5zcTdyWGNiYWwrcE50OUhmSEM2ZFpWT01RdVUxK1NxUGdpR29mRDN3ZktYYzhwd25IeVdjdG1xWCtFTFpRaGdQYmZ0SVlZaS83aVluQ09OcjhkMlVRTlFncmVuSCttZmxDb1Z6a1V0YVJyR21na1Zaa3VsS2s0NlpMMHBMWlF3NTh0YkpSMVd0L1ZCYVp4VVhLV2RkWElPREFTVGphbjVzU0Y0RENkaWRwd1hvc1NuNkY0NVVsTUE4bFZaeWNhUEN3UWJ5a0dsWEJsVUd5TExzbXJhM1lxV0tvQWllaTA2TXo0NVBaajFMVk5iNlRDS2piVDBCTlg0ZUhmdWFlMFd1THkvZG82Y202YkluS3lMTUZCM0JPVUdySVBpN1drZUJmdFpva3RuVXNYekpFVjQ4eVlyTGJkSVFQNFNMS2djVWFzTEJ5Yjk3aXFEcCsxNEJNZW5ZRnRVa2pNdkxxVjdmUlBqVDd5NmdWTXZndmZMSTlPUWsrYmdrcHJQcC9JbmhibVRTYkpMTTE1YzlGb1d3ZWhMcVJCTm56ZkNabW9YdGRmcTA2Z2h1RURWQmVnY1FaNEpUQlhQRUllUWZva0hqaGFuaE5XNTE2OHk5K2l6Z3hWS2hiMGFyTWFNdjBlM0pBVFJDTUxDN1MvRVhSRHdsN0Z1MEdOR3Z2NkgxdzErQkxxNXF0VzZvcVpGR09CcE5OUDlkSHJPVUZkY2RYOHd3UEpsb2tQeURxMEFxUU5taWwzTUVvaWc5cWlZYzl0Y3c0SXg5RHZjZTIwWXZZWTc2NWVpdzZDSXJlL3dSU0xEb2tGeFpRak9pSC9NV25MUVBtWVh6THFmTXkzOUZUSGlyUG02dnVmTHpMVmN0Z0I2TkR1bisyQlJiRkNHZldQQVBqTEpyRHlXOGJ1STFsQytlVHk2MERUcGprY1daQlNjZm1HcGJMS3Q4WGxab2lNMllwbUgxS2h1UXU1TmFieUVxYkVoRTFtYkVKeTFMVTRyMUlNaEY3OFhTOU1Lb293UkhPaUlZMjRJc29tZ1hJZmVLSW55cjBBcnJBUHNRbVg5R1h0Qmx3dzdyMm9UUlNTNlFmaHkvb2drK1dqb0cvSWRWV0VDU2ZpemRGK3pFT0JGSjVZL0s3UXZ1YlgySlJ2YXRwN1JVMTgzbUhneVZldW5Ra3RzaGNDZklzMVZPVzBiNy9sTTVvVk5PWUNtUkhRODNGWHc4dVpsRTRma0s0UzhFTlo5UEtaUnEwZUlKazRPTWxOOVZ0SmRhYmliTXhJaFRUb2tvUnFKWFVnRHY1b2hDQjFUUW5pdStLRlAwVUFOQzJhZzRhOUJLUmIzR0srLy81bWhtWVl3SmhkdFdjSWl0YXFIZFU3NjFMSU8rSzJjYlRaTStBdlhXOXBwVEwwaXZqN09UNEU1U0hGTm1nUVlDQTlMTS94YzFnQ1BxczRnVmtjTXdGdDcwaVpQSWRCQmRGbU1EaTJnNHJqQVQ5WlhGNVRCOFZLaDJZYWROM2dCcGkvUlFvb25pNjk4NVJrUVdzU0tObHJ3VUZLZTZ3cTlzNDVHMHM1eFZvR3hERHEzbkFxeVNIYllYQlltRldBbmRqNlpncDNyR2szSlp2RitGRWRDc0NtbzZkMS9JK3pJNDRNYXNnWnp6MVRvdWpCRm1mdUEvRjkyUzlSUHYwKzAvYTRpNm13ZDI5UjJGUFlxMk13ZTRKUGhVZFpGMFN6TU0yQzM4MVR6NUY2Tnpidlh1V09kRmJiUkloNnptNFRqb2ovWGNqbz0&file=Eden+-+El+Despertar+de+los+Suenos++2019", + "infoUrl": "https://thepiratebay.org/description.php?id=31112597", + "downloadAllowed": false, + "releaseWeight": 86, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "949C272F491A7BAE0329256525CC2E917A958C93", + "seeders": 0, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:FD400CD857B7C17073560E8474A78707EBA317CC&dn=Leaving+Eden+-+The+Agony+Of+Affliction++2019&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 2461, + "ageHours": 59075.673879350776, + "ageMinutes": 3544540.4327610484, + "size": 89403272, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Leaving Eden - The Agony Of Affliction 2019", + "discography": false, + "sceneSource": false, + "artistName": "Leaving Eden", + "albumTitle": "The Agony Of Affliction", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2019-08-13T15:37:09Z", + "commentUrl": "https://thepiratebay.org/description.php?id=34328645", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=VGNQVE5Ca3VJcVd1WjFJeXBQSEh5RGR3Z3ZJR1pyNU1naCtIR2ZwSXE3RlFKS2UvRXlRQWxpbXgwd1FGdGFYT2MvL1BjMjJxdlVqMXVSRmFBcDNoVmJhbUJwZTNOMkZxTlhDOC9Xbi90WEx2bzFuQ0xheWgwMkhlbFUzckhPbUxNOXh4dTYvb0tkRHBvVDZXQTBLaHNrcG9NR3F3RzI0ZWprOWZ4Vi92aFZSWGlabnlsc1BYMmZiUnRwdGlLZCtiRmh2cXBmN1V6YjFYZWt3aW9iTFpjdnl3bVZZYUMxRVovbWFmKzZ2U3phTHVySTFmdnVXblB6a2N6UDFpbVM5TkZsc0lZbDM3WUlFUW5BcERSbGZVbHFJR2ttZFdCSXJrWWlGRnVQK2ZZZlRJamJZeUM5TlZqMEVCMFRZUG5LUjVzMG5DbWwrNTdtaGdabG9kQjZEcXJMQ25rRWNQOEtOQXJtWUdkWnN0cStrMVA4Nk1YWUZnWGFIOVk4VmVmeUdNZFNNZ3FHcnRmMU5QeFhlODNrSTFKYTN6eTVrczVuVEpENTlFdUlRblNraERidEJVZ0xndWEyNk9lelVjdWF4TFN0THc1Z0p5Tm9kM3NTMGQraHh2NzljZmN2WE9ZYUM5eFdOWDZHYXlRMytLMFBZKzZpdnd4OEhvdDYzbFNqR1pIZGFQeU9mWTR6eW9vekV1UlFyN3BqZHNRZzl6YXdFa2t1ZWc2eHV0TFVmSXd3U3J5YXY1ZVAxZW11VGk0MktYRW44bTh3WGI0MC9QanoxQUhIeGEzOG1jenpickFZbjVQb2I4bDZ1blV4Q3BXbW9ubTNUUmsyU0FPWFlsUmpQbjdXVTRjcHZhLzVYbm9pUDdJMVNtRTZXcFlRbUt3SEsxV2pWcjArK2FPZFV1Q3E4UUI3L005bG8xd1g0L2s1Y09yN0JIMWdYaUN0ZXpMSkxtYk5rdjFiMEtEeEV4UDZaN1h4aGdBL3dOWE5tM2cvU0UvYzN2OEgyL09tZ2pYV0NTbnd2TnFQSXo3ZmthQ0hUVWJ0Zk9uREtMVXVLemJTVEFtaGwxbVN6VXo2UnIrcW5CT3hOTkxUSFhVbTdHT1ZBZzFYV0tSTkEzZDIzN1dMMXhPSnU1Kzd4alFSMXRjNHI1cGJtaHVNSzRzOXRBSm02bEx3QmdvZzFtcVpxWE1VQUNVOFJIU1o5Z25FaVZIN3VMckw3Nm43RC9xQTdVTis5bkNrYnpJc1lUcjBiKzN3WHhINUhNdm9MMUgrdTEvRmdZWmdtZjZWMG03RS9HdjV6b1FDNFIrSGpOWVErS2w2TS9ta0N4TDFpa1ZlSEY5YzZ0Wk9uejEvdTM2WlhMcFZQUHFLL3hjMmtyZjhXTGVLSCtEdFVEcWVKZU13MHJLOTVMdmgxQnIzQ2VSdVpzKzBwL2tvb0UvejJzdE1rczdZdW1ZMkhiSVh1SDlQaVVWZ1VlL0tLOTR2QjZSbG45WTNuRlM3SnBOWWlaakV4RU9XbWFCY1BUYURZMWRFTC9tQ00zVE9uMFJqdWg3cDBBMW52cFAzbzFUWWlxNXk4RFVVSFltQXRyNUlXTW4xRzN4M2k3Z2UwMUlSYU5KNUJqZHUxSEd1NVhuMGMvME14b3ZUbEhhRmU0SWZrY3FjM2F6UE9hRkdBOElBZXl2VFF4YXlNelpRUi9GTUVNa1o0Zy9mVjFyVkdleGpFb0lJdWR0NUxKSnlMdzJtbXFHRTlwWEhicGswV2FxbFJzRGd6RVEzbU5qTWdpWTBXTEhkSUFGMnB0NURteTVveXZ2ZG9ZdEdySzd6VHpxL2pVRFFyeHJxL2ZBUG5rZXlHNkljM0FFVXgyUWtlMU54MitXSU5hVzIyQS9tWXZ5T2pJazlOdi9JSHovZERYT3paNHdLVksrek04YUhNN0hRVEpSV3pMR2daOEEvWUEzQmdqMlgvaVo4dVFNQmxmb0thZXhqRDVYOEszUkVRa0loU3V3bkxMS0NKT3JzNjJ0dndpbTlRd29yY3BvcDhmVU1pRXhuRURIL1Jpako3aGRDY3VZOGFxT0ZuYk1ESFgvbVNObUtjZ2owT0g4eFZRaVJVeGNlaz0&file=Leaving+Eden+-+The+Agony+Of+Affliction++2019", + "infoUrl": "https://thepiratebay.org/description.php?id=34328645", + "downloadAllowed": false, + "releaseWeight": 87, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "FD400CD857B7C17073560E8474A78707EBA317CC", + "seeders": 0, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:A37D27A6A8970CEB5E77310512270C18BC47D4D4&dn=Invictus+-+Eden+(2020)&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 2296, + "ageHours": 55116.163879351305, + "ageMinutes": 3306969.83276108, + "size": 100863224, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Invictus - Eden (2020)", + "discography": false, + "sceneSource": false, + "artistName": "Invictus", + "albumTitle": "Eden", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2020-01-25T15:07:45Z", + "commentUrl": "https://thepiratebay.org/description.php?id=35781323", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=UXRhZzFWM0hGY2hnZGpTaDdoMEFQY2UxcFJLRHdSK1BhR0lML25XOU00RkhOQjdPRnlQcENIM0hHRUtiNEw3Sm1BV2drU2ZTemtzMi91aWZIaFltR2czQUpOMHh1QmwrYVRVMW5KYUpiVGx5d3JSeVJFVnVxcGF2M29vUklmVVptUHlGalNWa0F1RUNvd1h6RE1JWEN6U1BRcndCNjZESDkvd2xzS3MyQTEySHJwZDNqUzNiTEpmd3F5TVYvemxrMVBIZDBQbWlQSEo3OVIxRVpSejlWNitPMHpPNCtmS1c2c2p5UlVmUkZuVXVPeGNmUEhkaHFCN1ZiOEdOVURSbXlFNFkrTFBWZUNBaGhSVTM1MHZyb0hzOHNmUU1ONEY3UllTS0NQb0IxTDVKQU1yMTNha1IyUWV1Y3V6QmdsdmtXSGlabzFuK2xZS0NCbm81U0tqRThhUHVFaERnclpVbGVTQXRTQUI5SG83a1luaXRBQ05GdHBiQkNnRW16S0RicTBpWWRHM00za0l3MW5RSXl0WERmZXd1eWJSR0RpMU1SY0NZaS9VR09panlwNE13TWZZcUNlS2RBUnJ1eC9aelhyWlFKc0Ixamg1dnBQY2l4eGxuclYrTmMxUVBvVk1aa0t5eFIxS0d2MDlyZXRhNDdwejhFektVTGU2STM2UVdyRHNiOEp2eTVzVG52TTNTOGJoZGxaTlZnTEhzd1B3cSttMEtLVkYrZ25ybEQ5ejJJWjFKYlI4L08xTUJac1d3TXh4dDNUc3ZtVnZ2dFBxaGM5dmg3UmhFREVodDJUbGZ1YWtKWU9MK2J2UGNRZmJ6ZmFXZ2tNUXlGOEs5ay91bkY2S0tKUUR4d2UyRFkzL3lnWnIxUFM4czA0VmZ1TEQrMHI5bjhlQ2l6RHA0aERtQ2hqckpNYnp5YmRpMHJ5SFhpWWg0OEVCZkNFT2NZdkgzdCsya3E3Kzk1REdOM0dhcTlCOHZPM2g4emNITUtsa3dKWFVVWnZLWEZwa3o3M2lERVlsa3F5V0VMMmdNUS9TWUppL1NkUjE1VWwxUVRPc3NFNzYrQ2xGbm5jZmZZYUwwSTNtdGlyMmh0ZlNQRVFHVHBQUFV6TTFKT003WEh5RFQwaE9DMTFvbVB6V3E3bGx6d1R2SlRrTlZpdnhub2pyTmRXbGFnRWZtZmJWLyt4WHBGSmtyclE5WlFyTlQ2c2NvMzZvY0pNNXV1WC9ETzhRNWM5SEJiZzZxY2lBR0NOWE4vaWE2WkdPK2s3a3AvK2FOSURYVDBFTWNvdk9jZDFYYTQ1MFFnTDQ0WUNJbEhvQ1ZyY2FadWU4NUl5NWNDQm96V0szdDJISkd0SUc4UXJCMHAySGc0ZVZEeHlqUElVbDNaOEdpb3JTNEtBSHhjV2E0UnRoWWtLQUxMOWZrR2JRUE91U09KN3JqS3ZTZGdOWnYwTEdyTTZGUEVid3JjbElXWExqZ2c1bGZRVDZRWkpGWTFHaStySkdjc0N2dWZ2Wk0vMFFXQ25uUjJmVGcydXVSZ0xsRVdkZTZ2eFdITkVJdGpEY053MURZenZlbUo5ZU9WUFRpVC92bmNQZ2RyNWt1MUM2a1l4ZDlodFd1NUtBV3BKZWloOGtETjdVUzlLWUw5NGdPd2s1L1lLL3JxczJqQzYxV2NPUlozRG5qeFF2Q0Z4VXB3OER6a0VidloxdWFQU294aDJhWVR1VVBKemVoUkNVSDBOd2JJSEllR3BxQklZWWxMY1o1SlVYcGlyNEoxc1FjNTJnbm9hL1Z5OG4vQk5nRjcxcERmMlo5b2NOWkVpTllxa1RwOC9YSWFUaCtQM2hkbkdlWG5HMG9LRkU4RDR3TFNicFgwNFI2UTE4d3JnWkJhY045OHV4SURjR0VLaHpkSHVxeUFaajdLeDN4RmRHeG93N09NNkxkeWdqaC9XSjcvbGp1OXlwUjRRV3hISEtqdkNYdk9NWUQvRnRmT2gzbmZIQ2M3VGc4UklOVGlQcUdqQ094K2NEbU9TQllrZm56Szg0dkw5bHJpaG1zQkZSV3h1M05PMnlLOFp2NzAvQVlGUT09&file=Invictus+-+Eden+(2020)", + "infoUrl": "https://thepiratebay.org/description.php?id=35781323", + "downloadAllowed": false, + "releaseWeight": 88, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "A37D27A6A8970CEB5E77310512270C18BC47D4D4", + "seeders": 0, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:FFD2088418FE5FADEC3D17C79CD713D44B7DD85F&dn=Eden's+Children+-+Eden's+Children+(1968)+Sure+Looks+Real+(1969)&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 2053, + "ageHours": 49292.77971268536, + "ageMinutes": 2957566.7827611235, + "size": 169636688, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Eden's Children - Eden's Children (1968) Sure Looks Real (1969)", + "discography": false, + "sceneSource": false, + "artistName": "Eden's Children", + "albumTitle": "Eden's Children", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2020-09-24T06:30:48Z", + "commentUrl": "https://thepiratebay.org/description.php?id=36572837", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=Q2FrTHF1b0MwUXdySnZ1THd1S2h3ZHdkS3dyNnBTdHd4L3Q1dU9rRGFFKy80V24zQ0dRdHdUQTdVSjg2enFUSXNheXpBb0J1eXV1UlFCQXRwR3NZRnFiTjFKdzhzN1hWUEdnSFQ2MVBaOFhxNGE2aldvc3dhcFNMcUxpNFdQSENWVVU2clFGVXlNUFJRK0Ezb0Jnb3JJOXc5aGIxZkhaSnlTZ1dya0VXRG4xL0xFSkhVSVVrRThhNlQwdjNYbkFodG1JVVR4elI3cGR4c0NQamdRcGhzeXVrQko0ZE12cXF2d0dSWmxYRldidk1rNmtVOWpmWHZSczI2S2hvYkZHeHd2ZnE3ZG9xd3NJczJXOSt6cUpUQjdvTk9wSVlBdmlxcWticlQ1YVBzZGg1czJvanh5OUxVYVJ4ck9OblBCcU04c2dISGhaMWd4aXltVW15ZjhkejdxOEFia1llK3JQa1VyV2VQOTRld1daMC9GeTFBaXllbGZCdzFQb3pEZUo0NFgwQmYrVGN1NUtUV2NvOVpxQW9Sbnc5WkhZMGpVSzhBL1pUVERQWk9JeVJmS2UxMlRoblFNNWNndzU4TlFrak1tRTVTcGNPU0xWL0kvanJaTzhlcE9VblQ0MTFUanJ2aWZQOVh3Q1BNdXNzR3o5ZnpnTkF0YlhVdHJEUnJncHFmc21qOG1VcGhYRnJrY1VNU3Jzd1hDTzZHYXdyY3NwY0lNOHNFWUxZRE5NQ1lRbGw0aXFvdjk0RU5BY2dRdGpRdVkyWEd5ZW1adE1WMDRsT05UL2NGTy96Z3BwdGdCcUF6S1lJa2FaRlBJSW4wSGNlQ3BTOXB3YTdIb0JtT0lXbGpweEMwN1h2Y3NqOGhuU01wcW1rbUpKbFBRNmhGNm1jTkFGa0xJQUNDaUF1UjVpN0lkWUxCdmFrZDhMRnN5SS9LaGNSTlgwaitjU1RQRFQwb1NqN1hobGRWZzVkbmhwMHFoM0hjRS9QbENjRGZKb2U5c20vMmlQd3NDYXFLT1g0QS9xR3dNcVVWeVBGbTRWWjN0UkZIUjlhL2NZc0preFUzTm1VWFEyNUtvcEpFU3JKczB1SmJpZ1p3Zm04MmludkgwWmxsUGlSU0QwSk9WTmREYzl1WHJva3FyWmRpbGNmUDdXamk0b2JwM3l4K0ZXbW5jeFo2MTV2SDVIU1ZZUUd3V1FiR2lDUGpaYjNURExRRm9kRVVlMzF0ZmNyWEJRK1krY0t1MDBma3JhYmE1b3FNckhIOVREdFlIQXAwc3gvZGsvOE0vUHlSYStCQkxjRlkwKzJXbjJOYUdXTG5YSFpCVThQWldVMkRuVzNvQWZ5QlNFcTlEZ0dzb2tJSXVtc2dMTlRkeEpNR0Yrb3ZLd1hqczNmN3ZlNlhlQVNXK3FFN1YxRGo4a2EvcmVBYWxoWWRqeElRajZydXpSZ2dOK2p0NGtISXNxNDY0ZlB4dFRJcnNEclBEc1ZkYlh0QTg3Q1c4dHNIcEc5U2ZKWnIweXpydmJ3RjBMNENBcUdXdTlkY1NHdWh5d29NbXlQS0xZcThrMnZpK3lrckFtb1laaHkrb3BqbjdHZ20zaFQzSngxOXRISElRU25SNmJmbEJMV0gvN3FHT2RueEEvd2JleGxRWWVuV2JWUjI3T0tEdGsxZ3ovT3lLOU1oRHVUVTgvZWJLL2x2bHlSTENFZXdocjFNN2dCN0o5VjFmVEdHZHlCMGt2OUZ3OVVWL1dvbTFETDFmc0FTdmsvTHNkOC9KQ3c1N1V5VHNUbGxlNDRiNWd3Tk1QSnJ4Um9pN1owSDBNekhZSTRCRjdhQW5tR0dpdC96VlhxUWFBcjBmTk83bkRXQ1Bnc3NKWWFHWjN5elcyeTQ5TVJXdGI2UURVTnFCbVNUTGQxRnVaQ2J2SUtiWE44ZkxnSDZJZHZuVUpidnlBdy9nUDB1eDZDOWVMNTVYZGJtemlvYVErQUM2UUl4RkhKNXgySkMwWnBaL1NNNDF4bU5YSFlPVFVHRFpMZkloSHV2WFJ6WkpEbU9tS0d5MXZEZW8xYXVJUWloOVlIaGQwTFhnY0lvNUdJZlFGT2k4cWE2OGxGRFZFVDF6bWNNeFZrTmdjL1ROMFZpb2h3M28wMFQ3aVJxaHo1bkVaUThkOWxNR2pIVXc9PQ&file=Eden%27s+Children+-+Eden%27s+Children+(1968)+Sure+Looks+Real+(1969)", + "infoUrl": "https://thepiratebay.org/description.php?id=36572837", + "downloadAllowed": false, + "releaseWeight": 89, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "FFD2088418FE5FADEC3D17C79CD713D44B7DD85F", + "seeders": 0, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:6A12CC44E01122020CF78D0254DF98CE51F833A5&dn=Hermh+-+Eden+s+Fire+(2006)&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 1893, + "ageHours": 45439.333879352555, + "ageMinutes": 2726360.0327611533, + "size": 415907872, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Hermh - Eden s Fire (2006)", + "discography": false, + "sceneSource": false, + "artistName": "Hermh", + "albumTitle": "Eden s Fire", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2021-03-03T19:57:33Z", + "commentUrl": "https://thepiratebay.org/description.php?id=41895634", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=QlV2bnF6aWF4UmFTR2oycTdsN0pudmxQMGF3RUc3OVRVbllBNGRhcUx4L0daWTdJdFRjaXpQQy9nalpIUnc3V200TGY5bzRFcXE4dW96UGY1Vm9zOURwY2NVWWRuWXhrNWxjdGdmWFlwL2lSRmtsdUNCL29wZlkxS1R1aHlqenh1Q3NzTFJ5M1V1dHdFR3pyQjhka3RFQk5HSmVad3doUjRWbm1CZWdRcnFEOEhBUWR0YlF3ZHM3dk1kOHpmMkZKeC9jQzJyYVhQeVlxUEFvLzRCVU14Z2NKcWROT0puN29pN2Ywa05rWnNRSnBoN2Y4NGo2cGUzQW9NTm5TYnJZS0RrRkZhckViV0ZtSllQUlM1N2EvNUdKeUhyU3ZiRjF2WlY4QXNTSTNLVTdOaFRNWTRUUVI2bjVtTXNQZDlvbHY2Q3l5MEpyYkZpZHRKWk56S01oS1lBWVRvZVliVllvNUFQbjIvaEdBMDk3N1NKQTRETE1JaHMwdEJheFJ5Z0VrUDRWTldSK3oyZmI2eWdZRmlsNVNvRnBwcFcvcTlncFlGRTB3UHFOVGNVWXZFUUpsMkZSR1ZRSk4vSUoxT2x0OWk2TmhGcUI2d1FPVnp2Qjc3eW0zN0lPNC9COWlVeDNiZmM5NW1TY3ZSbkNCZkQ3ZUpiZXJsWHJLOWs5Y2FFL1lGQmR1dXd1N0psMDFNSnNlVWM4cEgvSXVIeFVod3FkRGpUbVRSVkN5a2RTbkt4VTI5c0Y1Nk81bWFkZG5iNG8xNjJ6OTV6NmpzcnlDV082aHp5SW84Z0lRU2oxMHF6Nm8wL2gyMVp4QnFEczZGMmh2WTA0bDZQTE0ybmU4SGpSQ3g0cUJWOVNSN2h0L1BQbUZFMERLYTVWUmtwVkRwenoxdU9xNmt5L1VneFFyQzF3T1cwbVFORUxnUzJkVEcybUtDSGpmNWx4VzVIYjZlSldZTGdPMWppTTBXQkEzRkt1Qm5DREVzOEt0M2RKcWNtSXlHTEZvVkJ3a1drVk9BZkhxcURxVkhUa2NaTEZ1bXE5VXlQVmRhRExvcVhoWjVUa045WXNSN09rTml3eDZDWUFxZDNxeGk1VU5ybWdPVnVYeWphc0c4ZHordnVUdjZvZm5UODh6a1NUYmI4QUxpUytOTmFhUXVKaHBWOE5KT3UrUk1pd1c4MkVPbTlzS0R4RVBvR3F5V3VWL2F0dm1OckdzT29tek52TGxGWGdGdlZvb3lTVDV5UTZKZ3pBWTA1Mml5ZzJubWVIRGhqVVB5aVQzdngzUi9oQzZCUVR6a1hIUE9yWVBOMFVQWHplOVR2b21KeVp0RmlnSTFoTzl5dlQyeWVBdW9uN0M0N0pXSDZFWjA0VVNHRkJidDFUeEZnQXBvWFlHYUlWUzMxWlM5bkliWEdZWGpkTzgzOFN6YlUwL0lMZmU0NlhkYjdXT052QWU2M1hoNVZnei9GZC9WWWFZRm12cklJSDNSdlloUU1xWDFxT0lkTVFRMVB0TFJTZ2JXZW5DWEYvRFRHVnRVMmFXai93UkNFSGxMUldNdjNEc0JRdnNZbVJESkNKd2VxTjk5U1NGTjlhbEJoV2tUS2FoenI4Q1pPc3Z6VTJxcnMya2N1NEwycU1tdDk3SVRHbUFPM1J5Mlk3di9ITy9DV1ZYNllKUDlTVmhCUy9mVXU2dXVzd1dTS3RnL2g3Z0w2aWxuZjFRQ0Jta2JsVmlGL0s1MFZmUmZUbkJRQXdRQ2hHV3JVaFZ2UGlEc2Z3V1UzR2E5bnJIUi9NTGxZajI2c1luUW1tU3JPWVE3Rzd0TzlqZVBOY0dZb1poVUFJN2VuRUZmSWhFNUsvYlJ1SE1jTy81cVR3cm1WWDBEWldqQjVrb1BXYm1iQ0pTOXVXQTVPWGFDTjI0U1pYY2Q4dEdBZG4zUUFHbE1ON1RRV1BWZ2E2cXFpNkZiTkIwUWFkalg4QktHdTdTcWRsVlB4aXVXWTJ6eFgvdFB2QUR6L1JLaldzM29EazVzMG1aTTh0cEo2eERSdUtPQ1NVd1pZR2U4NUcrTFdlM1JqaWFucWZ4QzVCemN4ZU5QZz09&file=Hermh+-+Eden+s+Fire+(2006)", + "infoUrl": "https://thepiratebay.org/description.php?id=41895634", + "downloadAllowed": false, + "releaseWeight": 90, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "6A12CC44E01122020CF78D0254DF98CE51F833A5", + "seeders": 0, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:BC921B173C587ED63570FD97E68A77686C82EAC2&dn=Kevin+Penkin+-+Eden+(Music+from+the+Netflix+Animated+Series)+(20&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 1807, + "ageHours": 43389.85443490861, + "ageMinutes": 2603391.2660945184, + "size": 158714640, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Kevin Penkin - Eden (Music from the Netflix Animated Series) (20", + "discography": false, + "sceneSource": false, + "artistName": "Kevin Penkin", + "albumTitle": "Eden", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2021-05-28T05:26:19Z", + "commentUrl": "https://thepiratebay.org/description.php?id=46229266", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=bW95Qnk4WnBrK2I5VGJtaUVobzJKQ2lVRy83VzYyQmNlUVc5RVVqQjRtZWY1K1VKVjFSak90Z3liUWF3MEZJRTN2SFQ1RkExTUthak81RjdTMU52cnVXZlp0bG9zdGF6VVVKOHhiRnJNczFndThmaTFaUnE3WU1WZWR3RWdQejlpSlNVdVowQXdiWitBTVFJUU5ZSEhjQmo2THhnLzY1ZUhJQXhYcG9ETkxmNDZXK0w0ZVhYNEt3ZVlWSWQ0YTQwQUFNTzY3dFBYQU1Yb2VxSkJKcGhYMXY0ck1TaWtzOUJVMWVHNEJkM1krN2IyNmkwbEJoVTV3am1pL3cwRHJyc0hja1VNeVgvMThHNXpzL2V1SmEvY082M1Z6dzJKeDRYMXZyaVdxS0VxZW12N0ltRkEyL09yV1NpakRBM3hrNjEvb1NTUUw4c25zT2dhSktBd1BIajUvWCtOUTJ6TXZyd0xSaEpRQy84MlROckMvQmdGaWh4MjJvQTdpcUFVZ2VNMUk5a01UWWJzcFR2eHB1R0FlbEdBR1lhQ0twaDRreEUvS0EzSmVhM21uMzFyVXV3Z1BqUUl1bFU5MVdHUmdLT0RtNWl1dEhkSUVSWU83b1dLOU5uSmt1Mzk4VS9xN2pjVXc5V0dZeXVpWTlwS24wOUxETTdvRVVQU1U3Y055bGNRMC9oZFVZWkpObkl6cnEyZ2ZtNEpRNVhlRm1sL2RZRlh6dmZ3OHdqczdsYnJWaHQ1aHk1TXJHUWk1TU1PcklmaXdaY2lyNDNGQUpXN05RRkRmSDk1ZDBLczIzWmp2Y1RXTlhHRmZBWTA5Mm0yTHpqTUo4NTg0T1lvckllYlA4UkVPejgrUkYwMytYNWVZOWc2OE5IRDFPTHFWMFExUFlOK3FiWjU1RTVQMzhqOWI2MStJd0oyU2MrZG9PVTlpQ1l6T0ZxOG1JK2pxOGNYdThlV21VRzRYZFg5UEtKeUlYaThCVXZRSFNvUUt5RTRiS2t1QmlBTkRWQXUyY29VVEd5dTUxNXEzdHVKSDJydFFoNm1ra2xnYUpwSlZnQkdRZnpLd2lqcXRjZmljcThYSHhVZjZ3TFQxTmpIT1FBQy8wUi9OY2VFVldRaWRmYXZvZXdYampKaFhtS1o4ZkR5S3J3QlkwTGRRNllWbWtkQ1o3cFhuK25meU9mbGtWWm15L0hzVHN1ZTRlL2tYeTI2QWhyM1pMK1AySlFSSWcxMkljWnFpOFh3RHBkTFozaVNoMktDZ2NCTitrVk8vZVBNUDBEclVlM1psazYyc1NHeVZ1YURlaUdmVC84anNEYnlEenQrTWlqb2dmbmNod3hqZnphenFSZFkybkxQOFBzT2szS2IvSGxEZlF5VnpScW9xTmZ0WmNERHQyeXNPNmUyZ294V1Rwak1zU0tQZkVCNHhEK1FhWVVkbHFGTzFjNHJvdExCbjF3NkxvRW10ak5Dc1lBcG1pZzZoaWY1TjgyWFFzZmY1dWJzdVJHTDEzcGJseUNMWTh3SHAvdzA2WE5QdGtPWnJiM2JTaWliOFdWNUlvemZENDVGTlp3eHI5QVR4Rm80MDBxNTZ2UGp5QTZ6UnRrVTRLWHAyRXdUdkdhaEJqUFpUVkdqaWtBY2NhTXRYQk9aa2dMQXJ5TXpyUERyOWJPZUF5RkE5VldpMmhQYlhvWmxFeFVLVTN5OXdmZy9LVHRzZlcvdlRzdEZTVGxGUnRiWjd3NEtZY1pWRDZHL3VObk1DcG9EaHpvcnFlVWI1eW5xcHUvemR2UEpZR2dRVWhhUTA1WStJMjd3MkFQTkpGbGVoZU1mU3NLUG1kdW5xWGI2clN6T2RrWjdYdDJ5dGlETnRkNkJHVjEzaytQcjN1SksxU0VTa0NoUXVaazh3cmp0bzB2cUNXRDFNUlVwN3ROemI0RFlTZzlWeThiT2NLYktNUjV2UFlITXRUOHM5c1B4WFRQa1BDaVAyNWhUQ1ZOVk52ZnY5YkZ5bnFZVmpUNGF4dFUwZ2J1RTlIQko0TXVRUG1ObjI2cDM2S00zQ3J5Z2JkaUJWNHZyeG1Ld2ZwWW9DWmFEK2R2NnRzOVF0MGFtTUZaYVY0clNzdEFNL3Y2Z3JmUzhuUnZGdlROYWxtaU54VHV2YWp0RlFhTCticDVKM1pUTEE9PQ&file=Kevin+Penkin+-+Eden+(Music+from+the+Netflix+Animated+Series)+(20", + "infoUrl": "https://thepiratebay.org/description.php?id=46229266", + "downloadAllowed": false, + "releaseWeight": 91, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "BC921B173C587ED63570FD97E68A77686C82EAC2", + "seeders": 0, + "leechers": 2, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:F7BA0F45F0C29C6135FB5E012E435FE8FE40DD59&dn=%5brock%5d+(2021)+(2021)+Eden+James+-+All+the+Good+Blank+Are+Taken+%5b&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 1741, + "ageHours": 41791.59832379814, + "ageMinutes": 2507495.89942789, + "size": 253274608, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseGroup": "rock", + "releaseHash": "", + "title": "[rock] (2021) (2021) Eden James - All the Good Blank Are Taken [", + "discography": false, + "sceneSource": false, + "artistName": "(2021) (2021) Eden James", + "albumTitle": "All the Good Blank Are Taken", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2021-08-02T19:41:41Z", + "commentUrl": "https://thepiratebay.org/description.php?id=50419431", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=RFFZSkg4TURFa1RuWjU2TTRweTBVd1JOUThqNFJpOWVNVWVRamhWMmdCaVh4R281emN4N3IxVENTcmg3RnVraWRkMXhkS2NRZmJNTmk0QkV1ems2V1IxR3lsK3RyMzVGUUM2aTUzY2tuVkprWVM0a0JJS2t4TE9RU3Q4VVNVT2YxeGtWZmt1Zmc4TlQ5QXNUTFNMVWpQUUtlSGZBVThVdnNtQkYyYTdHN3FTbms1b2lwdHVCVnBiWDlCZHkwZG9GL2IrU0pLYWpoU3lLeERmT2M2ZGxoY3ErTkRwWnVVcDh6QXJmWUc3OTV2NFY3Z2tEUzZqRTFHbXN2bWVpNEJBZHpjekJsTXlLK2xZdG04aFJucTJHRElDd040MitPUkoxZnkwbzVGY2pULzUreWt6cTBJY1NmTGtqWnIzd045Nk02VzhiTXl0ejNrelphaEdsUVJEVjBEcFlmMnhmVDdTYTdCdjBOZC8vN0xDSkE2TC9ITzEyME9DSFBaWXVpSG9qNUJvd1JkNUxoZWxCcTVsS0xsUGRSN2hXaWI4dThQYmMwL1p1U0dSRmU0RDJmZWlyWVpOTEtERXcwUmRrQnZ6djhMamxqeHYyWWFBM2YveUZLWjFtUDBhbENneHpGUXYyV3ZjOGpqRlpUYTJRZjVKZEFEMkdPY3BHWng1aHZXeVMyQTlqdlNscGhYRzMxUkNiZUhBbFZmcTlCTlRWK0YvdTQ2SWZVcjZzdndUMTdSZ2Y0NUxoM3daeVFVZUk2ZmhlSjUyVGJSZjJBUGNZWEpwa21GYkd6ZUlLVkE5bXJUQmZRTDJSVWh0U3ozL0hhblhhU2RldnpmclN1VTNXN2lqc2pXVXA0L21NSWt0OEE4LzlqV0JjNHN2UytMelhBWDJYakhZQ0R6SnBLM3ZrdVF6Slk2RG9MTGpoSlV5N0J6bTdGeldhTkVQeFo4SkNlWiszaE1uKzd6dHVNVlRCYmc1WC9HVklSRkdGV0JDZnpJN04xRkk1dXE0S3Q2ZnVtdmlxejAxblRtcUNKbHBsMnY3d29SK2J0M2FaWStuZGJ6U2l1SXVWYXFuVU1SY25iM09Wd3FZNW1lcDRnZGovM0U2WEVReDRMSlUxKyswRGRmSnpVSHhSdUpKL3pnT29lcy80UENHc01UYjRqREFqMEpIaFhBUWllSjNVQzVtSWxJaE9VaWgxbVlCaEMxRDN4Z3BIaDgrdzFkUXFxck9XcGVjV3dNWnJjdzhZRUdtU1I1MHU1ZE9VR1QzOWh5MG5vNkI4ck9FTkVRbWhlZHEvcFlCQzV5SnBNaEg1M3c1TXVQeU5yWXM4THByeTdtWVpxQ1YyaHBXanBkWGx2Y0Nab3BUckFGajkzSFFSZUsydWJqMEZlSTJrVmRGdFAxVTMwWnlNVjVtTC9hYWNJL0ExSjY3RGJEMEVwVjB6WlBRM1VlYWxPVGVYbkEzbUkwbE5EZ3VXRms0ZDc3VllZZ2J1QWFQUzJtQzJscEU1WVFCeENrd24wOW82M2FKaVpjWHdEUlBubEJLZXZhclp0RmxnU3ZnRnhtUGxJc0tKZi9DeHZTd3BoZTlEVk9HczdoMmlsYWNlOFZwdllsUHk3bkV6ODArRGtCaEIwS1ZoTjhXYUp3Y2tmcHpTN0p5enFwMXRRbTZCMk5NRlNUdVVuZC9WUXVHUGxrRm9CSkIyYkpzUVhNdGYraWNBU3I2Y1cvZ2ZtUEpWZmlEdlUvZkxuYmJWYmIxem9GckhPTmo1dnZZdWNtSlk1VDVQU1ZBNjZWeEMrOU1QWk83UWxTeUp6WTJ6NXFnSFpSRXVyNzU4NjY5SUpkMVppVFF2YXRSbmdYYnVBY2swK2I3elg0U2ZJNnVZSVo0dWlpNUV6TGVaRHN3MlgydFZRZWQraTdEOUdoMkVwOStpMTA2UmdVazhDdGZ0LzhXbDBzNlFkdTA1UktXS2hVcVZ3UVRyWVNqNWJ2MjQ2b05Hd3oyeVYrcmgxbnJ1c3cxZDNwcmZpOTBibExNaXJiRnpQUHVtMGlZYk5rZjBXenBQUzdtZE1sZjQrUGpVbWN6M3BKVDFpWUlXRlpuSnVJREdERXBNblY0bWwzR080MFlONWpLbkQ3QVVQc3Bwd1EwbVdESzF4ZjRzeDRmUENOemxHZFVSc1E9PQ&file=%5Brock%5D+(2021)+(2021)+Eden+James+-+All+the+Good+Blank+Are+Taken+%5B", + "infoUrl": "https://thepiratebay.org/description.php?id=50419431", + "downloadAllowed": false, + "releaseWeight": 92, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "F7BA0F45F0C29C6135FB5E012E435FE8FE40DD59", + "seeders": 0, + "leechers": 1, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:2E9FE733BFB9947FF3EDE8FC10127238E2A7C344&dn=Eden+-+Erwartung+(1978)+%5b2015+Japan+remastered%5d%e2%ad%90&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 1486, + "ageHours": 35675.32749046536, + "ageMinutes": 2140519.6494279215, + "size": 139920192, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Eden - Erwartung (1978) [2015 Japan remastered]⭐", + "discography": false, + "sceneSource": false, + "artistName": "Eden", + "albumTitle": "Erwartung", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unable to parse albums from release name" + ], + "publishDate": "2022-04-14T15:57:56Z", + "commentUrl": "https://thepiratebay.org/description.php?id=58246255", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=RUNQTDFkeFJPZ2xEcjZ1b1JPMWJjaW9uM0ZKWFRIdHdqeVYxT2hHbU1Bcm1DRkRXL0V2TFNWSDc1UE1KY3hDenFSZzcrWnZWS25abG9jdHBKTEVVVGlLMXFRL0dMOTN2UHNJeEdnQURiTFBjQ2I3SmtUZ2ZiMklHMVhDU0VPeHA2TklHcExLQ0tKZWdUdVF4WjNrWCtYYXNRZ3B4Z2JFa3JPTU5EemNIL092NkdyTVhpY3lwaERZUnd4V3lQQUY0NTczZTVwZHJSaG5DZjl1eUphK3kzK29qS1ZSZ3F4YStaR3Q1b012Z052eUJndVNHUGRkWGlSNnZ6Q1VLMzJnMTdKK3VkMUtqZzZ5V1dFd2pFSUJHcG85VWdwM1pybUxFVjUyZ1AzNG1STzRQSW5QMGZzVzdqWmFrY09LQkhXVHFLd0JoOTI5VWNla3ZCdTJzbGE1Y1VmSnFUYUk3RnlaVXNuQlhMdEJNTlhidjVrT0Q3MS91bENRc0dJREQvY1ZDSmdoN3pWYXkwREk5cU4rbjBsdmNxNm56K2FMakJUVVpOWFhmV2w0UVhkWHhDYVovaGNBOGdXVXNXeDZGZFp5VFNnblJ3NU9ucmRNVEtXYXVYRU5mWUJpK1VpNVgwVW5DeU9iY2dUb2JpSlFLYU5QeFZWK1ZzVm9hRjhUNVpMT0tWZWF3elFweDFBU0NLNTdDZU5xL2pBUUVFMStzUmNNeC9hcnErOWpUYmpBa2Q5aFpiaG9HR2R1K0hhZURMYUVqNVNGdFNWUVZzdkkyeGFZRFlqeWJkYjZsN3hhL2tiaENGZ3ZPbFJHTjlOU1Q2ZWRVQ0tJWUpQcXhURTljYUx3NmpNNHZMWms1cmVLdUJRQk1ZRFR0Z0ZtNjhISzIzTGtvMHFHVzFRcGJvL2dFdnlvOWpVbjRLZnZKVzE3T3U0S04zbmM0aVc0ZEtuallKM0haaTVpYVZsbmROaGpBTlhubVZraDNGVDJMeGJHekgxRE03REhVNWxMbjB1YWttV21ydHNvOHVaV3JWb1lOdWkvWkJmUWoxS0VkbEJiTFF5OVh4QWp6VFVwVllYdm1OWENKRkJnMkg1WkROSVdtd1hWRFRNTUpWUUFDZnltb0lHT0NmOWVMdGNhVFZFejU4U29CeDhiS21LYjlCdXZiN3NhR0E4VlczWHBPRFVrT3BuQmF3bDRaamxLc2o4R1hwTkhxbGxFSlEwUEJiS2JpdERIS0R3c0k5K2RGSEtMcFFmVHZBL1dqdERXemMzUkZLc3lXZjA3Nlp1SUY0b0xtd2p2NFI0cWVCRmRnOEVMYmNQd3RGbXNOaFVsdGtROGk5Wm9obVUxdmwwbEZtaGFJd0hyVUg0YnF1YnVlS3ZJeXVRUlYwcWJvM0xmMWFsK0R1eUx6Sm1HWFpodW5PME9GRkVveEZVWkRrSWJ4MTAxTGVxWHY5ZGI2d2dkT1JoNWVJbkw0cWdMakJZbjhneVp2K1ZmU0NyWTNLUVU4SUowSk9ySVhscXdCTXlpM0o3c0FYUURrbEM3ZnZ0YnRyeFhVZVpMdjR0djdlOW5zYTl3QW9yU1JOZjNxbE1abFZXY3ljM2FVSkZCc2V1WU9FZlJLZFR2a2djQ1hwUDMzTHdsbC9VZkNWWm9VUHJ5eFErUzRSSlo5V1NoTXY1aVdONjExTElUaVhJVkp1K2lWaERzRGFRZ3I2YUdENUMvcVhKaDVIeEFOQ1I3bUwweVVkRVV1U083Z3lHbHNpWWgzTHE5bWloUDZQMEtmSENxVk5LK0o3Q0lMZXRiWG8rREFRcGh1WlY4R3ZUNmVuNmlwVy91WUtmUlpJVW13V1A1dUdMMnY1bDdzV0NRTFd3djZPVWZ3YTZzWFFMMjJyUDZLa2tmb1dDRTc1OUhzSEZYRGtTSzVLVURTa3dOUFFCZ0ZKQ1BrUUFHbTBZYm5IWitlZ3NvYWFmQTdPMlVjZ2k0YkVsUzFkVUNTcURPRTVzZ3NiN29xeFZMUFByN2lxN1lyUE1iQkwrdFRnT2NiaWNXeFpsMTlYTTVVR2IzVkdkWUxuK0EwQ0FhdnBXaWZpUUVYSnAzVVdYOFVzV2RWTlpub0d2R0tscEwyWWdzcjdBNUkrTDRPKytnZw&file=Eden+-+Erwartung+(1978)+%5B2015+Japan+remastered%5D%E2%AD%90", + "infoUrl": "https://thepiratebay.org/description.php?id=58246255", + "downloadAllowed": false, + "releaseWeight": 93, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "2E9FE733BFB9947FF3EDE8FC10127238E2A7C344", + "seeders": 0, + "leechers": 1, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:C7D26E658DF2AE911EFC2BD64A4F3943DB8A9F07&dn=Carolina+Chocolate+Drops+-+Leaving+Eden+(2012)+%5bFLAC%5d&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 601, + "age": 5141, + "ageHours": 123388.82832379933, + "ageMinutes": 7403329.699427961, + "size": 273901312, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseGroup": "FLAC", + "releaseHash": "", + "title": "Carolina Chocolate Drops - Leaving Eden (2012) [FLAC]", + "discography": false, + "sceneSource": false, + "artistName": "Carolina Chocolate Drops", + "albumTitle": "Leaving Eden", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2012-04-11T22:27:53Z", + "commentUrl": "https://thepiratebay.org/description.php?id=7178429", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=UXBNa3BIdEMzTHkzUWgvbnBEWTYvWjJJV1JtSUhYZFJMbTR6bGVub0JsTHB1dDhYaEd5Tmd2Q1BKRWduTC83bTNKdG9EY1lLdCt5U1d1YUxYRHh0bXhJRktsS0xWU2o1QlZhR1cwN2ZMTkNGY3FIaG9pU283ZjJKT1h4ZzI4THJsMUNIeTU1UVIyVkZ2bWJFZ3ppY2JrNy81SW50ZllTcVprTWd0QVFqaFBzZXJYMjQ5SjhydXdvR3pFOHZmNG40bW9vL2ErQStHYWM5aTRWMy80WUVrK2RJWEdtcGkyVDVQOUZzUlpMU2x4U0J3SldVTmNVaTBoNC8zbUdzK1UrR0YvWklqWloyZjB0ZWo0Z3JRamFOQ011QWhPS3BaNEFyOEFZTTZ5Z25jS0xTY2RNN3BsTDhIeUlkbElwVjNaWHE3dFlZRXdUTzdLem90NjhmaGRJWlljR2JYL1hRa25Sdnd0TTRwUWp4Y29CdnRTS3Nyd3puNFhrYU5uZGpxeEFtY3VQV2M4M0NhQ2lhMFBrVWIrektDa0pLWFBDUEtiT05mYXVYM2xrbFB1cnZSOFNRVEUwTnBDa01WeEg0aGJuNkQyRSs1RUJGZ2NEZ0l3MktIaTBKZEN6OVZkRnY2ZDFHd1d4U0NLM0JDNkd0OVlEczNzdjVSWkFBWGNCM21QNTVUSmJwWURmZTlNQklubXIzNGIwN1J6aDVxOUMvU1g3YVBaWjFXdUNGRUViYmxob1lhOEhYUXQvY2x4UFlYMmcrbXRIQ1FHSWtJblpiTkw0R2ljcGhSbFlFanRoTGdxbUE2SldTSFFJcEZVVGpHLyt4MFBXZkRESDNpOWlOUldqYldDOXpleXF1czJ2b0VWVzdiVWpnZ3RYbGIzMkFCY0EyeGE2elBFWGg0cjdObHBnTWxIYkphaWpjMkpqM0NxWEdYTlZKbkM0WXd3U3NTQWgwRmszU1FiUTNZbjNwSlE1Wk5zSUdBRWFrNUpoZU9tRmVQYzJjQXRGN2NBYnVUVmVmMlAxYzdXaUF4R08rakRCWVA2dGsyc09hV2hhWVpyd3NqK1dVTzAxdTg2ZEVhL29VejhPcGZWM05yT1MrUGF4WllpOStrYUpsWHhZb1FlRFdXR2FiVnQ5OUgyUTI3MUVxWjZIYlRqSjJSYkdhRGlRRzRtQ05xMHBmTERWQW9nSXUvUVd4bHZOMWZnMkNCdnc4QmtKU2NJUjF2M3VUYUtIUzhkaGNscUl0d0kxd3ZLUEw5aDB4Z2RoSks1WVM3cjRVa1lFMEUweW9LUnhiVm55RC84a1AwdUxobTdWNGJ6eFdXWXN5OEpzNm5ubzMzcGdDT3QyblpyZjNtWnFyd0xwcVhwdTdCa1M4RDdBRjlTN0dZVFhyT3VjbnlDcTU4OFRXdUxJWFdNRjZQZ2wzaFAwM25oOWk4KzQrcGp6OGxIbmlqaVBRakJLNDNkbkpyNVBwdjZyblZLampFN3R0OERDQzVRMWJ0c0RlcXpaTkc2aTB2emdaU05tV2ViZkhsVWdhWjZPMmEyQjV0WEdrWEY0VDdlR3VnMmJBbXlYOGRlQ29JTUFuL2NlRWIrL1c5NFkvYm82WWVLTnlpMWR6ZmJUZVRPbEpjeEkzdEZPRjF3amJYbU83S1RLVlhlK1JHaEFRTXh3eFV3TmhvTFVjdTVKWStoc3FkVlZBZWxsbkdKcHhKMm5GWWtjM3JsRnRCNlhSdjYyRDhkNHFyb0dNWXZKU2x1SXZPVWwrbDZQS0RnYUFXS1ZwUzI5SlFkVm40SE9vanBMb3krMVovWUdZV01lNnJJUkVueE9hc3JYbkJUcncrMlkyTE9IdWw0c2NjV0hOcGQ1dWtCM05mUEg2anZVdlUxLzdFZGpDdDc2dHNBZzByNUUxVnBCRFAyYmlDL00vZy9JTVBjZVNXUHVzM1UxSHVWTzZlQ1orL0hHem10MUFvSWYybDdQNTRTYksybFRVWWp1M1Q4b3hhOUViVEpaaFQ5Y2huZjB5dUZoVHFsYTZ0TVBBQmdGZytQaVFlcUQraGhYUEp2Y2ZzQzZDdHZJRW5lTHd3aTdqSTdyVlRVYmdXcGxDVC8zbDMya3Y2YkMwaHA5bUdzT0VzdHBiVG1jNA&file=Carolina+Chocolate+Drops+-+Leaving+Eden+(2012)+%5BFLAC%5D", + "infoUrl": "https://thepiratebay.org/description.php?id=7178429", + "downloadAllowed": false, + "releaseWeight": 94, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "C7D26E658DF2AE911EFC2BD64A4F3943DB8A9F07", + "seeders": 5, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:4A92815173853CD25EB823B7960D9B6F87F28267&dn=Talk+Talk+-+1988+-+Spirit+Of+Eden&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 5888, + "ageHours": 141326.6222126888, + "ageMinutes": 8479597.332761327, + "size": 190100336, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "title": "Talk Talk - 1988 - Spirit Of Eden", + "discography": false, + "sceneSource": false, + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unable to parse release" + ], + "publishDate": "2010-03-26T12:40:15Z", + "commentUrl": "https://thepiratebay.org/description.php?id=5465734", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=V0tGQ3RINzVyb2dqWm5nUCtsZDNZUUhZbEh1WTVrRVVZc0kvbllYcFZGVW5TV1JwRXdRQlRKTlNNeXBCQ1RDRUk2Sk5GbzZ0WHpzcnd5Z0NzMk1WZXhZMk0zcGFDK1lUK0hiOFZweFlnb1Y2Z3M1eTZjWjhyWktqYUhXNHh4NEljdjhXSHVzVlNYcDNod2wxYlViSWJiclk2dGt3UzBoZW9pVThYcHpwc0c1eFZIZmhTMTRCTllYdVBNbG94NnprcmsrbGdQdkN2bUdqdlBWdVVzNTV6dzRBV2I3TW0zQ2MrZUNrTHdrcHZER1JDa3hVaUFNbG9ycjVxSDVzSTIydW96U0hmN2JCSWlXMHNEc283dGhyL0l6bVNSY0Z3Zjdmb2gwUkpkM0UxMTRJWlNTeWpDRHI2OU5HejQxTzNXRVdZcUc2L2gydnVGTHh0QUFNaVZyVmZOMzEzR3Iwb04rZGh3d2RoMllzekhNcXkvcTJJa3pFdmM4RzN4Wm9xVjhKWXhSUWRzUEdzNkUwUGk5TXJ2MTNudHVDcmJMaGg2UmFDQmVwanNyVURVKzZtR3BQRDhIM3NpdXRuUzV3TWI1M0xBZGgwOS8xaHRQeUJ2UkpjbEV3RXlsa3Jac3hYWFJRY0l2NzkzVG1UUko2ZGN3elhZMGVPV25nNDZGMzJ0cUczczl6czRmK0hBWUMyVVprUXRhZ3ZQUDZXcy9UdkZYWlFaYjFaWVlHUGRGL2xnbkFPUzVNS0t2K3FieEo0UmJ4dzVraGh2d0p5M2pudGUzR2NjWmpXNytSWVhiS0hqNnFNQ2xWS2xTUlRTWHN1eStIdnlweG4xUkRQcGF6VHlMbFZLenR4ZFQ3Z0hIOVNudGs4cUJ6OU9nY29jemQwanNTM2NMRWtIb2lmWEphRldiWnJkNjZyZk4vdUpzZE04ekttMkhIaTloNDZRMXp3TEF1OG9TTGZNS1NRTE02R3FpdkRHeE9Cd1E4ZXZjUG00Sy9wNldxbVJKUE9RcUdTK1o4ekVBYyt0Y1hLTi9lVGxjQ01DaTFBY2JDdVJHTHo1VHMrNW5VVEtONWxpZFg4K2dSSGZSeVVCTVhocFdJczFrSDU3ckJLSzRHNUNrdUR6cW9XbUlsVk14NGdOQStsMGt4a1VTRFV4Y2ZrVVZxUWxQMzJDaWpDbyttTnR5VlJlWVhMdytKOXQxUUlMdkNNZkdPejRqaTAxWnRTRG5vUkJESXFISlJVb0R6OFBjS1VGeFlHNTgvQ0R0YmFSSzZmQzhhT1c4TkFESGM1ZVNBdVJEZzBUSG9EZ210MW5LemxsZUVNQUxLZHBKVVFMUEh3RFpTZ0pGb0JQTFVjT25MNFUxSFhYTElBbzI0akdab1AxdU43dkZRN2J5LzlmeGJpSHNFZUZRR1ZMYW5nTW00UWNsSmt5aVBuWWQ5bFFtN1Z1cGg0Q1RjWG15S0VUdUNKMENWTkgxV3ZkTXJCV2FUa0c3WE55U2o1V0wrdFh2amZoRlEwUDYvZzl3WlRRSUNEWUdIUjRXK0NvU3Q1TVlkTVhDQm5xTDFwSnBtakNYeExlK3dWeWFhZ1ZlRnpGbHZyMG93cWp2MjFzNUFRTXhIVFhheXExa0s2UHlmUDVHU29HWFJrZzVJTnI0c0Uzby93T2ZlQ2RCbmE3YkJQejlOUDdLa2g0THlCWjdjZm9YUlFLVEpBZWdVTEhVTVRUekpUeUo1NmluU3NZRFFOUlZYN0ZOdHFDWWF4bEdYT3Z2cmRHSWhaVDRGZGpKbkVCc0IzdUYrSng0cGtSSmlKcVp5Z3U1anNGYlltNnNlenROL0JiNldiUHpiZTI0dFE4TUt2L0JMNzdZdVZ2aUJ1QXJjRVVGVno4LzFMeHQ0UUpvenNPNktvUmF2bkZZTnlaVWlKcldkdEdBMC93L1FLMWVxaGF6eTVsd2RXOUQ0bklIa3hxN2pYSDEvN0htYkZhK1pBS1ExNXRTbDgzQTNEbkdQa3U0a1ROT2VDbVUwWEN4NmVuTDVDOXRWNFFCNFlmVG9yenJ3SUFsNDRBcTVJQ091OTBKamN4K0VZUEhKcUE5dURJNHNzRzNlMHhtb2R0MD0&file=Talk+Talk+-+1988+-+Spirit+Of+Eden", + "infoUrl": "https://thepiratebay.org/description.php?id=5465734", + "downloadAllowed": false, + "releaseWeight": 95, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "4A92815173853CD25EB823B7960D9B6F87F28267", + "seeders": 3, + "leechers": 2, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:FF3D90EAF1E87C0C78E6D8E0DBA6E540FC816370&dn=Anne+Rice+-+Exit+to+Eden+-+Unabridged+-+Upped+By+Lunan.+NAUGHTY&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 6833, + "ageHours": 164002.6383238004, + "ageMinutes": 9840158.299428025, + "size": 347757024, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "title": "Anne Rice - Exit to Eden - Unabridged - Upped By Lunan. NAUGHTY", + "discography": false, + "sceneSource": false, + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unable to parse release" + ], + "publishDate": "2007-08-24T16:39:17Z", + "commentUrl": "https://thepiratebay.org/description.php?id=3783163", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=aHE2bDY0SE5xZ25GLzU0RGZTL0hoejdJMjh3YUFKbUhPcGN4Y2NWcDBLQTFiUEtLVGJ5ZUxna290R0xvajdqaWx1ZTJML0RrM1lKUjFJN0FrSnZzUHBlcU9uMS9Xa1FjMlBjcHNGZkh4Z0J2cVNHYkQxdEV3VDkyWndsMFFhNjkzdnNNaFBzT3lCYzVoc1FMZDMyQmZPLzhjVUthaUt1cFlTejdCTzNwNmNCRVRNQ1FTcGNwTHJEcXFVbDdrN2E3eXR3dkJadVpCeWt2WVdSeVNmRGxuNFR0ZHJWMy91Snoyai9HMDEzd2ZLQm1MUlRaZ2VDM3ZveUIwSzZOUExKWnVzN21RWGx4MU9WNERjM3RPalNaa0xGMm1kS01lZDZzc0ZRZFNuTFVZWlRGQjBUNUJlWVhHaHphaTFQWHJ4RGFudXprWUVPbmtnS3htN0pjaXZnRFlNNlI0STVJVmIraDBQYld5L3ZwMjFPdkhUUTJDZ1MzY0dnVzB6NmpWSndOZk42dTNIbko4V0VYUGJCNDNRM0JIZUdIN1hvOVZpQi90Z211YXE0NHNPUXJkQnBnT2VBQk5LRVJWNmU4R0FtV1AyNkg0TTMzbGxnUVM0ZGRaQnF6aHZodXd4UGJNSFRKNndpSnNkSWFJeHVUU04wbjhBZ3pwa2RoeFpSV2xQK3ZiUGRDOGdxd0NHRXpWa1ZXQ1RndkhsdzlucHVCdFQ3MlRwYUdnS1JwdVdrNFJmcGNNUithTDRpdjF0U1A1MHRFWmdZdStYRkVvVTlvYXhSalZjbmNNSVBIOHpKcUFlbnFxaHZXdVdpdmNLSE85T2NPSUlmTzFWUTNjNWkzZWViVDdYVi9qWFB1Mk8wcUNYYkxqMzB6SXEwSDdrVzN3eG9mdVFMREhETlptanVTWXUzWjU2algrREx1ZjFIRkNvZ3FSaHN5VGN5UXdZOTRBcWFIUFpmMzl6RzMrQ3VwemRDUVZMZlFUTlgra2FBQlgwQVRVTWxQbERLK0g3dm9tbEpqVnVyWW5JWWgvOFVmTGpuQm1YOTExMDRNRm9IOTVtQ005c2psc2txZytoMCtXVm9IbG1UbjFGRVlqVTJuWGJBNU9rcEEvbzQyaUdXbmNDWnZuQTN5QUM1cTVtOTRWSkFMU2tpRGNrWDJwaVdneWdmMXBtSUxVUWZPZE16OGpIakdia0s2TTlRZXJjUDhOQndHTVhWN2RWOEZyZ0hpTlVYbStpbTUvTUp6N3lBT1VUN1FRQU9UVXFmcnJTeEF3dElYKzZaaUNVZmg2VHlYZFJOODhjQUd4Y2NvYmFrZmFzaHhsT092V1BiVXhBVUQvSTByaURPTFhWdkFzOFMyYkExRHVYTmFQQ09BYzhwTkVJTVZ3ajhLbXVucWVJT3JYTDFEQUVGeC9sOWpWcC93eXE5MGRGejZjd29OYmd1aWpCaVZPc043L0VZZ0s2Z3plNmpYMGhpWWUrMmdGS3FYKzAwUS85OTYvVnI5VW5iQ1BLRkFNQVo5aG1aYXMzWXA5ME9VMHpYbmgzeE9veDd4WldKWDJwN2dndnNjZHdCM2JnV3M0MTVNbmMwdy80ZVFEZ0ZDT283T3Q2VDRUY2k0Z2kzdHFxTjhoNEhVcFFXNVlpQ0VoSUlqdmpBVkxyenpnNTVSUDJ4bU0wNkhqOFg0MEtoRlBrd2NUdXlWbEZxVDNSNjVXaDJzQmVCVDFkakJJVjl5MmIwa3JTQllGYlVIcTFrRjUzcnh6T0labDZMZFVTblAxYWhzU0RKS0V3MjVXZEI4U2xIQ1BCYkRkbmRFZHNmMmhYVmR2NW9IQmpwQlg5QnVGMGFsdWJhY05UMXRiZEJIdVdTaXk2SDFGdmtCV1RvRzRodGo4bERvSW43M3JsN05HdXhwZmp5Z0VoL0dzWHo2RlA0eHNjWVArTEdtcU5aOTVDSUFZcmpMdm9GS0wwdXdqWU51MHVwejg2VTY0M0V5S21WZVZQRXRwU3BGU0xYdWtPRFgvc2xmYmpKQVdPbHpQT0N0MURxY29veEtuVEMyK2ZkZHZ5aEVCUTRYdmUzQWI4ODhlUnM4cC9wYmdCK3k4QWhQbFlhMmNuV0ZGV1hkTktDWG45WENybDhTNW92OHVLRjVlcC9CaTZNSTFvS1VaRit5akE9PQ&file=Anne+Rice+-+Exit+to+Eden+-+Unabridged+-+Upped+By+Lunan.+NAUGHTY", + "infoUrl": "https://thepiratebay.org/description.php?id=3783163", + "downloadAllowed": false, + "releaseWeight": 96, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "FF3D90EAF1E87C0C78E6D8E0DBA6E540FC816370", + "seeders": 2, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:D62C5CF1309E8F9C28A83897CAE9D72B5EE275C0&dn=Exit+Eden+-+Rhapsodies+In+Black+(2017)+%5bFLAC%5d&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 601, + "age": 3149, + "ageHours": 75591.94193491219, + "ageMinutes": 4535516.516094732, + "size": 411188288, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseGroup": "FLAC", + "releaseHash": "", + "title": "Exit Eden - Rhapsodies In Black (2017) [FLAC]", + "discography": false, + "sceneSource": false, + "artistName": "Exit Eden", + "albumTitle": "Rhapsodies In Black", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2017-09-24T11:21:04Z", + "commentUrl": "https://thepiratebay.org/description.php?id=18640253", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=ZEVWNkV0aDdwL2lZTmJEM0NVQ1BiR00xOUxjWDhkNDZ0TUU4MXpjenF0TTBJSkI3NnNEZFdTdVIxblRWcEZXSVZYM0k4VXdHazdUVzU2TmdrVUNoeG9rbU1qMXJTQzNNR3dJZmYyR25JdEk2akEvRDVPM1lxak1qUzVpMkZPVFZySVBQT2lTbmdpTGZMQy9BanM1Wll0djBpdS9oQ3FqYkFkY1RsY0xuQ3ZVak9BRlBDdEZWcXhEa1pSUXpNak01bXNzRGtqUDF2OEF4TkZiWG9FNS9HMkttOGtudEpTVU1FbDVlaDZLQ3dFYldOeFFqWFRsQWFLcnIvWDdUamdZQ3IweXl6MU9GU3UxamRCMUJKMk1WZ3RUbWM4YkhKWkkyWHVWTkdvOGExSC8rU3UvMXNlQTN3NGl2Nkpsa0QzRmhTWGE0ZURsZDZiVHFRVmJ3emIrT1p6akwzeHZ4QXhYTVErbzFmcHhYWDdha2tNTVh2SzloaWlkWktaVDQ0M3dwUVNqUzh3NTV1YThjOC9GRm5OdlAzQ05jTThZcjFnOTE1VzB2a3JLNENXODBPa20xNzZBTHNTbjdYRVY2MkowM2hxcmpOK0FRMHNhVGhSamw5Tjk1YjVBZ2xGNXJRUWdnLzdQUU8rZlg3aU1oVGwwazFyWkNXK2NIc3lWckg4ZDdwU3M4cnNLNHduUmI5d1ROT0Q1anlWZFVpZHlUM3lkNUxpNm9Jek53VzZFeTNLWXd6YTNEY2liLzdsTFMyeE5ybG9RYTJlR1BDL1NNdE5xc0pmY1h3Tm9tUFVpY2ZaWWJJc2tkek1lUVgzNUdacWV0cmYyajVNREs4TWU2K29GTm8zV3lkTW1xM1NPbGkvcXYzam1mQWRYZ0JPN0MzSzc3OEJPcC9udU1tZ3REMlRmekp1NksrWlhxK3ZMdFJDVjM4bGl4b1NBTXBZTTN2MFdzekNVSW1WQ2s0NzZxcndyemg0dGtXTDJmQ1BhdVFnd3UxRjFoVlZiSlNtd01xL1ZHbFVlRmQydEpXZld1Y2RwdXR4Q1FLL3p6bVo0aDRYekxhMUo5bkF5S1A5UVNNWUxObTg4c1lORGVYKzRJbE1ablJFZGZ6N29Jb2MxdjQyK0EvcEgwK1luNFpUTXJSY2d3SHUyVzhwMk5jTnRaR0xxV2xSU201bFQxaXV3ZUhRb21xMnVhSmxNUXc1dFBXajNKendQVGJvdVUxS1Z2amRzS2xLYVNLVUI4UGpwbFFYWDh6aXB0d3JqaGlsN1RYL1FlTUdYTmp5UFpSOWtJZXNCZCt4dFU1c3pDM3RwL0k1VFVuQytzc2xzcUFUVUE0YXpxOWF1L1BlckhwZjVBeGs5eVRIWVA0bmVXWDVpVnI0NXkxTkxMbjc2eThGblREcFVuRU93N3RjQW5FMmVNQjZVRUpDM3Y5aHgzeUdDVml2UmxLQWV3MXdpOWtiZW84VTVXMW43QTRXeEVIOUU0Wno2OHhaS3BXcDBhcW5PcEZmZEtxNmNNS3UyWlFvWGF3d3B1L1AxeFJoQUQ2L0NvTlV6NGN3amlJTGJGbkMrM0ZpTmVTMU94M1NEcDRZc2dyMS9JMnN4a0RUdjdtRmNZMFBNa3FEOUFvTmlHS2J4S0hINXh1bUdhcTBzTFIvbXA5b1R2eVRrb21ocTA5aGdpZ3o4UlBVM0tlNHhZYnVnSmlQU21aQVNZNm5jWXFqRnlwc3MzT1Y4WW9pRm12c2pVRndNMURTNktHMmh5ZXBQMXoxSUI0VTBEWnlZVUdTOUVPaldPY0pPRVMvYXZGckVoRlNJTFZ0NFZGOFpKL1hSc25Id2IyRThjbEE4LzAzcmd2WDBMK2piU2xMMlRQY1RJb1lhb1FOSHg4OWNNK1pza2pqRUZ3eFFpM3N0Y3h4c0czRlBoY0RQajZqcWdGbGFjbHhGRlBVb1lXRTZidzRkK2hFMFh0Q0VxRnhmRTJzeDdOV0huS3hqYVI1dEVrNnhSOFM3b0NuRGZSdWhEU05CZ0ZFUUNEcWZOSTlWa1d5dHV5Q3FMQlYrRW5SZkIyMXJtVEdiTldaaFlvbU9CNE5YZnJHeTh1TWJreHJ1VDNFQmpHRjlOcDZEbUY2c3ZxYTBKV1YrQg&file=Exit+Eden+-+Rhapsodies+In+Black+(2017)+%5BFLAC%5D", + "infoUrl": "https://thepiratebay.org/description.php?id=18640253", + "downloadAllowed": false, + "releaseWeight": 97, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "D62C5CF1309E8F9C28A83897CAE9D72B5EE275C0", + "seeders": 2, + "leechers": 1, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:0FE91E373EDFB1BFBC14B3F2222EED69ED90029D&dn=Eagles+-+Long+Road+Out+Of+Eden%40320KBS&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 6736, + "ageHours": 161679.341657135, + "ageMinutes": 9700760.4994281, + "size": 219868576, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "title": "Eagles - Long Road Out Of Eden@320KBS", + "discography": false, + "sceneSource": false, + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unable to parse release" + ], + "publishDate": "2007-11-29T11:57:05Z", + "commentUrl": "https://thepiratebay.org/description.php?id=3913993", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=UFRjNjl0c0pKVGFuRUVYOVdVL0JOdG1ZM1hjaXdwWDVQK21mbUUySGxtekNXaUZFZ21PZ1FVRm5wT1M4aEdiOFlLbGIyc0hCK0xIR0hhbm1lNExBMWZ0a3lYSkRydjJia1FsOXF2VjRxekc3cmtYdks2cGd3WGJrLzFPVytua3BlUzVTWStKZzRBdFRub1JTRU8xUG1hYVFpZUUyTXNJaUtJVFhvRFNzYm9ITElLVk5FcTNKYUJ0Y3d1TlpmdlFWd3RSSEdIVW01UGtwSU5iYW01YUR6RnM2TjFTUDJmcG5Lb2VvT2FWaDFvSHNWWHR4dGdKYVRTcmdJaXgxMWV5VEgyQU5sRll0YWZMZUl6YUVsVitYdGppWDUveUYyVXIvRFFYc09QUktub1MwNlN2TGNQdDZNeEtZOTYvRDNNUzU5S1FadllxRzVFbjlqYWhFTzNRU2Q1QmpueHBEdnpmdG1pQzRJY1h2UUhiUHhWUTloRHlxakwyWWs3NzQydGRQRVlZdFowZjVzZjdmTEZ4MDBXeS9hV1o5cW90ckdYaEJqclI3R2tIdVhBTkJHcXlvT1BDN09mOGtWZ0dJNmExTWxJdXhLeGZySWhoNXRlYmNUMFpFcVV5QlNiTVhKc1RPcWNZMUVpb1RyOWxNNWZ2QmNYT2UwM2xQb2VXQlloSkJ3SWRGMTBFenJsOC9mTEhMYWx2TmdMYTFxR3VuZ3hEd3BwWjR6bld0NFF2MnJxQld2eUZLZFZZeEJXenpUVUFmTU9lbktQaUNFajFkTHdKS3IwTnhkLzYrUUtYZEsvK3VsdlVBTSt4KzAzVzBMU2lvSUZYN1BCaHJvRlZRRzFYNitnUHhXMnJ1clVJeGhjUmNXMXY4Q3FEWWFFd0JQNHRUVmcydnc0MFNtMGtKdnc1SzNBV2U1NHlFYmVwR3dIaUdTMnhoblc2ZXdPbGxaOHd3MlBJcU9xVHNKMGMvUU9UcVpxbkFPMTdnSVpvellRNHp6T3RyUlpUdWEyMEt6VDl4Zld0aTBxbnJqVHJLbnVhTVhOTGg1SmgwUVRYOVVUYzZDK2IrWWNBSkxGT1Nya0R0NlVzSkZsNjQxSzRKRURsQW9teDJ2S2V5T2NzaTZiY3hpVnFIdVc0Q3pSSWNGMWtHZjIveDBSYmtTaE9UYnNwTDRYUXozTFhBOHNzYkRKQkx2dXQzODh2T1FUWlJOZmJzMG40ZkJaV2RXYWFselJycHpNUEtJOU5PN3V6ZWl4TitJeGVnSkxSRG5HOXNUZ1lQNWt6R1ZObWZTdlRwZGZQcjJPNUdGc1lIek9OYjJrdGQ4WG9VOXQ1UHVwMlpLMTQzc1o5ZGZ0SnRMK2cvQW1PZU5MaWpDTyt1amFyZzlzUHdRV0M3UFduaDlaWkc1ZlFGY3NMNVRZSFhlcDN6RWZpNFRvSU83REx3Y2RrU2tyTnpXazlkVE1nQ0granI4Y0U2SDkwTHpKcmhCYWk3NHg1a0NZM3JWVTJrMnk5VWw2TE5XbGF1RDFLajBFS21xdHFrdTN4b2JZeWJlOTdrYzNhVWZlcm1QTUlqdTl6TGwrN0lWbUVYSHVld2Y1bFNpUkJlVGNkd01wT2V3VERpRGk3aW5TcXk1NFExS1VndVViaEFNV2pxMGVpd0VVTFd0d01PcUhjMldSZlhVR0UyMS9rc01EQ1NNQm1aUWN0NkZCa3U5cTJvUTlMZHdacDhGZnBzOFlKNXJMM0xSQkM5VWxmTnhQY3NJUk8vRHlieE9aMFcxZTBmTCttKzc3ZlAxZ2l4TFFMeVV4OFRRSE55VE81ZEJoMUduYkFNbjZ4NGswUlFzQytpaVYyUWtlTUQ4OEZUWDJJK3QydzlYcHRTQWdMZmxsS09hcWpFeUVYbGNFdERSMno4V0MrUjhoVVJITkczUGZZTlRvMTJqaFdlZ09qSVpCblRvMnhOaWF0eUordG1wdGc3dEN6R2l5SXl3QS8wdlJRZzhUZHVoT2VMUUozUlVQWXZpeHhvUUZEZjJSSHZCRFFUd3ZiOEEyUVh4NkJlaDVJamwzQkEyYTE5ckZTZWJ1VGpUY2JtWE9PRzZhNzlVQSt1SmFwdDhLdz0&file=Eagles+-+Long+Road+Out+Of+Eden%40320KBS", + "infoUrl": "https://thepiratebay.org/description.php?id=3913993", + "downloadAllowed": false, + "releaseWeight": 98, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "0FE91E373EDFB1BFBC14B3F2222EED69ED90029D", + "seeders": 1, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:3E9D5607E422485D32581074E9F79E30A8724F77&dn=Eagles+-+Long+Road+Out+Of+Eden+(with+covers)+a+DHZ.Inc+Release&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 0, + "name": "Unknown" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 1, + "age": 6650, + "ageHours": 159609.592490469, + "ageMinutes": 9576575.54942814, + "size": 219991168, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseHash": "", + "title": "Eagles - Long Road Out Of Eden (with covers) a DHZ.Inc Release", + "discography": false, + "sceneSource": false, + "artistName": "Eagles", + "albumTitle": "Long Road Out Of Eden", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2008-02-23T17:42:02Z", + "commentUrl": "https://thepiratebay.org/description.php?id=4043534", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=V0tJV0tLQ2lDZzQ1bENHRHRwQkFaK3J5c3NYYmMyY1luVkNJRlBjMVpvVHZlWTNqWFRublNSUjArZ2lMNnBiWWl1aHJnbXNxMzQyUTdadVNWM2V1OGxkbkRpWmhxNENkcXFsdlorUXh4RWx2K1BnRjNXeTQ1c29rU2R2QjcxaTF0ZTVCWk53TnFBNjNmNXZzNGFsNXhJZWZtV3F3YU1Feit0N2tPL1R0MVBCRFN1dkRBSkFMSDZYcHE0V1Y4TTl4Zm5mQWJEWjRPeFdFZkVOM3lTeldpVXQwYldNWitMWnVMVHkzWU5kTTRvZVZNWjU1V3UzektrTkV2dThSL1ZrZUk2SVpkazRBcUc0NWMxRFlBWVlDcDJqcWUxeUxrdDc2NjBsN2JiMFUvZVdoYVVtYkx2RnBTLzFSanBVNEd4YnRQRTEvSFN6WSs0bi9PejI2b0kvUkt1d1dKOWRWS3JpRlF3L2tyN3VhdEROMnk5VDFSMGYvQkNnTk05LzBrWDhHcm1oUlpCaWJHOC9neHc1Yi9DdGdVbTB5blpyL1B2SW5DYjkwaUY1R2s2Ukl2OVJIZWJVNEovOUhYM2swRGJzTzkxOWxUTHFNSHBTb21yRG9qZG9jTHN3OWxiUGNDaTVBSzJDMnRjLzVuaGprVzcrYzhLam5MWEdwRldrSWx4WUt1S1NkUmpnOEZqdXJrallJN1RaZDVKZFFPWFBZRlZ6cGhMaVExZEZ3UGdEQit6NjYwckFZejVNVHFPUEpsdHprZ1hiUHhrYkZLOGNpOVB6ejQ2WFVCWng5U1N6dTFrd0Y1eE1ndTdsOTAvV2VCQkU1STIyVlBtSmNmWGVKYUFaOEhxZWw1YUZMWVBHN2RCU3RGU2NEdE5tQTF2VnIxQjdoUnlGazROVG1LeDJyRjhwYTBaVmowWERtWTliQ0Y2U3hSM0dvTkhhUnNlaWthSlhJcUVBVi8xTzdSWFNEb0tGWDhuWm1ab1I1VXdHOEp6VUkxOXlpckRqMjByMmpSVFh4TkM3NVVXeENPZTFKRWQxVWoyOFdwd2hpK3puV2x2Z3FVc0I1YnRwTWNTYUljaFo0VGt5aGhrR1ZZWldVcExFR1d2SEZFUTZqTmR3YUM1aWtzU2pNNTJqRU40eWNQaUZGTUMvMjNaWmcyOGpIQ0Y0dTFPNXk5bGRlaFZ3aFp3SEZUbEcvdFRkeUZ3Y0pkbGU5bnRsb3crNzBzajJMb29aaVZZNDEwN3BSY3Z3aEZ2eDhVb1diYjBxSE41WVRFdFRlaUd5VTl1eWJtWnZTRDMvdEcxMWVaaWZGY1BFUENJRG1ZZ3NvT0d3L2Y4SzRiQkxXK2JHdlJBTktLUGtDVkRmdW5TRlFtN05xQkc0dXZZTGFTNjA4dDdPbHlpMEQyRm1pWW80MTVnVWJWYUJnUFNxZGsySDFzd0NzaG8rb3d5c3dTb0c1cUJKQkRUZ1ZsQUFJSWplR3NZUThPd0NWQ2NEaFBSR2hTWXdXMlNaSnlJU2VUc3NybUNqak9JZThveDFZZGVVdkE3YXhNRnVhb0Y4QjNJMmk1RmlMK1NMV2QzNUYySVZ6WHgybHEwcGdTRFBIMG5aWVNPY3RrTzJQL1VyOW1EQmxVSGhVenpjSk9VZTA0WEwvZ3dXdGpGNWU2b2l1cW90QVJJRGsrd3dJVksycTBwZytUclJUQjY4QmhlaG43ZlRFdVZ5Vyt3ZUE3WS9FekVnMlJrdENCNGQrT1hsQUxtMGwycHZvd3dRZlhvR3A0eEdiTktsNC9qYXppRmNyMTdzWTRJOTlwbDBkK29XbGJOSjlQaHVtOStLUERueXJtMXkzaUw1QWdJQ0RjRW92dUF2ZmQrZVNtS3FuS29GSVo0YVhlcDQ0dG5yWm5PbFdDWkJ5ZFcwak43ZmpYQWsyRjdJOHJSMVVJL21SazAzZnQrVVpBR2dGa0IzbXRrZ010TDNUanNTNm9nbi9DSVhDZ21mV1lMT0p0VXdDUG9xVVh3RjZ3dHlGZDRoSFRoUDVHczR5S2lDZlNCbFBLV2JPdEZGUVNWWHhmbG9PNzMxVWxsUFR4b084ZWVMUVNSdmhGYnpSbFg4VTZKa0xXM291T1I0NXA1cjdpL05XR0NScA&file=Eagles+-+Long+Road+Out+Of+Eden+(with+covers)+a+DHZ.Inc+Release", + "infoUrl": "https://thepiratebay.org/description.php?id=4043534", + "downloadAllowed": false, + "releaseWeight": 99, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "3E9D5607E422485D32581074E9F79E30A8724F77", + "seeders": 1, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + }, + { + "guid": "13_magnet:?xt=urn:btih:B78B149D074521B68515C64D6DB7475A4C0339AB&dn=Eden%5c's+Crush+(Nicole+Scherzinger)+-+Popstars+%5b2001%2fFLAC%5d+-ksb&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 601, + "age": 6296, + "ageHours": 151107.80804602505, + "ageMinutes": 9066468.482761504, + "size": 372636704, + "indexerId": 13, + "indexer": "The Pirate Bay (Prowlarr)", + "releaseGroup": "ksb", + "releaseHash": "", + "title": "Eden\\'s Crush (Nicole Scherzinger) - Popstars [2001/FLAC] -ksb", + "discography": false, + "sceneSource": false, + "artistName": "Eden\\'s Crush (Nicole Scherzinger)", + "albumTitle": "Popstars", + "approved": false, + "temporarilyRejected": false, + "rejected": true, + "rejections": [ + "Unknown Artist" + ], + "publishDate": "2009-02-11T23:29:06Z", + "commentUrl": "https://thepiratebay.org/description.php?id=4718585", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=aUFTSUVzWE8xbEt1RjNneDRZdGRraDUvOSswcXpTRTQ0ZXEvdnBVRDJScWMzcGpZVllaSjl3V3ZPTDVyT2RzR29CK1Q2TGVDM2o0Y05PdDA0TEdkSFY3TkdyQjJzdENuME5tU0RqWE5hMmU1MUxPUVlzWmxqTkJKNG9talp3QlZ3cEtWbXZ1Wnl4T0JYKzVWWDZDbndHODZGSnZuYk14R05qOHZjb0lxdDBnSVhVekVEUWVkUGphdEpBa1hwQ2czU3FlRGJ6Z0Y1UTRwcHJNOUNRYllRaFVRZkxEcmZwenltVGZjMGgvTXBTM3B0dW53UXVuVDhWVW5Mc1M5eVZGUmZkWGE5NjBTMzlSaHVISGd3dmtFR3QyUjNvYUJaazlnRnErcnRJUC8zVi9sTld0cHBwdzkrMElTQXAwdzZNeHRhdmxPb0ErUmRHSjB6eGhaczhLUFZReCtIV01HNk4zTHBGS2xaVTlXZkcrSkZrdlphTUtWVWYxK2JkYnc4ZkxBclRkMG9zZW5QTFRCeFhmdDdqRU9zckUwbUlJTVVaNHRpMm92VkpTbDAzMmV3Q1V4bXpoWXcwMXBweFdrQ3ArNENWZjZkdVpxQS9zOVZwaGJNeEYwdU1zc1dpVm9xYWhSK3ZHRXVvZ1l1elNIQTFGWFJQaWhYd1F4RlVzcjI1a2FuOTgyUys2U3ROc0RKeTI4ME4wQW9vQUJ5Ykx5U2tzUkhxSlVqYW1GS1lCbzV6Z0pxS0M3WHZhdzF0Z1VUcGEzT0NXYkFMb2ZveWhjVlNIOWowV0EzbE9KRWJrbnZMeUxoZjU5czZ5L0V2MzkrM1NMTkxIOGRhSno2M1JSb3FCMFN6eDRDS0FJWDJNSmQvTThNSk5IL1BYSkh2VDZOaTBBcW9DdmkrWWEwdENxYyt2aSsvYm1sc0pCK2Y4NjJDZzlqejJjQ3JoRmNTWnh5OStUbnlhQzRXck1QaE40RnY1TlFjUWlrTTZMeWttSmduckVwRmZMWGpSUDROTmlraCtRWTI2UExVOW4rWlVHTmQ2bUVKQXdPZjVnVVdpak96dDNtZTZtRXVVRW5uTHVpS0JoaEVWY0luT2NzUmVLd1hWMnJZSWZaRHZXcGlsSTA4ZXFTR3RLNE9YanVUOG4yVUd2MzhyS1BvUXh5Q1l3S1kvekRPYU9tdUNDRS9PbnQzRHFJRTJIc3MrMmhEZEsyM0RyVCtGdHlLS0M2MDE4MjYzZERRZURETTB5ODNoMTN5bnBkYW10clMva0JDS3IrZENTdU5NTVBoYVpERC8zc1FzeFdkeWxkUUx5RlVidFFxZmk5Q3BTSy9Ib1RzV29UWFkxeVhvenhPeDFNZmUxclhwMDltSHcweEp4Y0dMZ3dDa0J6TU9aUGt6ckJZT1ByNUlMN0FESnBxaEpoNjhJYi80eHlvVzh3UFV1QkJmZDFYZjB5R0xSOE41L1RrYmJLNC9NaHlvZmx1azdHOG9nV0o0dFBzS3A2S0tMQm81dTd4MTlQT0RPVnkrU29aeFNoaElsSXhhOVA5cWp0Y1BwNStRMU9QSWZUZ2FNRysxNlo4QXFOVks1V2krbThWY21mQ2UyckRLTWlYblRUSWgxT1Q2c1dpRnBuU2hFOWVJSXVSR3h6RThOL2FQVHJCQTFkV20yQk81MEVOWEo4MUxyNHdvSGN0WUdLem94cDk4Vjd1cUpRL2RQVkpla0xhNEJOa2ZvN3VETGJaOGlYQzFpQWVSdVdTN243dmQxSjhSMys0V0NiWFpKeVhsRE52a2t4a1BDOW1JbDIvVmsySVNGdCtOdm80MnVXcWVLVDcrUldScGs5aGlzK1dYcE14VklZZ3lCOXJXK1FIOEhzcDgrY2RtUlZWVTZBYkJITUNpVzU4WDBaQXpjaVN6azhrY3BVNWR4U3FLL29UcDVBN1dVREhoMzFkT3VId3k5d2swVHpHNnRjemlRM3RXK3V1Rm94TnBkSnFLYlhERWx1RnJpaEVYYkpPU0NBNjdFbUlnMTN3L2h0SGZNUkR1Rlg4NUV6WEV5UU5VL09CRGxFa2JuV3k0djEzKzBwaXNrMldEZFFsWFg0dzRmQ25ZMlQ5d3ZrRU1zMXlPUXVrOGhhcVFkc0U3WDBWVkhqUW1JejJxdlBGZnhLMzgyTWc9PQ&file=Eden%5C%27s+Crush+(Nicole+Scherzinger)+-+Popstars+%5B2001%2FFLAC%5D+-ksb", + "infoUrl": "https://thepiratebay.org/description.php?id=4718585", + "downloadAllowed": false, + "releaseWeight": 100, + "customFormats": [], + "customFormatScore": 0, + "magnetUrl": "", + "infoHash": "B78B149D074521B68515C64D6DB7475A4C0339AB", + "seeders": 1, + "leechers": 0, + "protocol": "torrent", + "indexerFlags": 1 + } +] \ No newline at end of file diff --git a/Ruddarr/Preview Content/artist-track-files.json b/Ruddarr/Preview Content/artist-track-files.json new file mode 100644 index 00000000..6806fa30 --- /dev/null +++ b/Ruddarr/Preview Content/artist-track-files.json @@ -0,0 +1,3970 @@ +[ + { + "artistId": 159, + "albumId": 1144, + "path": "/mnt/plex/music/EDEN/Dark (2025)/EDEN - Dark - 01 - Still.flac", + "size": 23383245, + "dateAdded": "2026-02-11T00:14:49Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "944 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169016 + }, + { + "artistId": 159, + "albumId": 1182, + "path": "/mnt/plex/music/EDEN/Time Changes Everything (2013)/EDEN - Time Changes Everything - 01 - Time.mp3", + "size": 13916414, + "dateAdded": "2026-02-11T00:14:50Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169033 + }, + { + "artistId": 159, + "albumId": 1206, + "path": "/mnt/plex/music/EDEN/Remixes (2015)/EDEN - Remixes - 01 - Strangers (The Eden Project remix).mp3", + "size": 13894173, + "dateAdded": "2026-02-11T00:14:50Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169034 + }, + { + "artistId": 159, + "albumId": 1183, + "path": "/mnt/plex/music/EDEN/End Credits (2015)/EDEN - End Credits - 01 - 02-09.mp3", + "size": 10905338, + "dateAdded": "2026-02-11T00:14:50Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169053 + }, + { + "artistId": 159, + "albumId": 1127, + "path": "/mnt/plex/music/EDEN/no future (2020)/EDEN - no future - 01 - good morning.mp3", + "size": 8427272, + "dateAdded": "2026-02-11T00:14:51Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169099 + }, + { + "artistId": 159, + "albumId": 1211, + "path": "/mnt/plex/music/EDEN/Entrance (2014)/EDEN - Entrance - 01 - Entrance.mp3", + "size": 7251198, + "dateAdded": "2026-02-11T00:14:51Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169116 + }, + { + "artistId": 159, + "albumId": 1119, + "path": "/mnt/plex/music/EDEN/vertigo (2018)/EDEN - vertigo - 01 - wrong.mp3", + "size": 2864576, + "dateAdded": "2026-02-11T00:14:51Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "48kHz" + }, + "qualityCutoffNotMet": false, + "id": 169140 + }, + { + "artistId": 159, + "albumId": 1144, + "path": "/mnt/plex/music/EDEN/Dark (2025)/EDEN - Dark - 02 - Zzz.flac", + "size": 19114442, + "dateAdded": "2026-02-11T00:14:52Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "841 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169185 + }, + { + "artistId": 159, + "albumId": 1182, + "path": "/mnt/plex/music/EDEN/Time Changes Everything (2013)/EDEN - Time Changes Everything - 02 - Changes.mp3", + "size": 14575748, + "dateAdded": "2026-02-11T00:14:52Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169193 + }, + { + "artistId": 159, + "albumId": 1206, + "path": "/mnt/plex/music/EDEN/Remixes (2015)/EDEN - Remixes - 02 - Sleepless (The Eden Project remix).mp3", + "size": 13142947, + "dateAdded": "2026-02-11T00:14:52Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169200 + }, + { + "artistId": 159, + "albumId": 1211, + "path": "/mnt/plex/music/EDEN/Entrance (2014)/EDEN - Entrance - 02 - Lost.mp3", + "size": 12570741, + "dateAdded": "2026-02-11T00:14:52Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169207 + }, + { + "artistId": 159, + "albumId": 1183, + "path": "/mnt/plex/music/EDEN/End Credits (2015)/EDEN - End Credits - 02 - End Credits.mp3", + "size": 10475892, + "dateAdded": "2026-02-11T00:14:52Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169228 + }, + { + "artistId": 159, + "albumId": 1119, + "path": "/mnt/plex/music/EDEN/vertigo (2018)/EDEN - vertigo - 02 - take care.mp3", + "size": 8123460, + "dateAdded": "2026-02-11T00:14:53Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "48kHz" + }, + "qualityCutoffNotMet": false, + "id": 169262 + }, + { + "artistId": 159, + "albumId": 1127, + "path": "/mnt/plex/music/EDEN/no future (2020)/EDEN - no future - 02 - in.mp3", + "size": 1293744, + "dateAdded": "2026-02-11T00:14:53Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169287 + }, + { + "artistId": 159, + "albumId": 1144, + "path": "/mnt/plex/music/EDEN/Dark (2025)/EDEN - Dark - 03 - TEAM.flac", + "size": 18954107, + "dateAdded": "2026-02-11T00:14:54Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "894 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169331 + }, + { + "artistId": 159, + "albumId": 1182, + "path": "/mnt/plex/music/EDEN/Time Changes Everything (2013)/EDEN - Time Changes Everything - 03 - Everything.mp3", + "size": 15058494, + "dateAdded": "2026-02-11T00:14:54Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169337 + }, + { + "artistId": 159, + "albumId": 1211, + "path": "/mnt/plex/music/EDEN/Entrance (2014)/EDEN - Entrance - 03 - Better Together.mp3", + "size": 14237364, + "dateAdded": "2026-02-11T00:14:54Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169339 + }, + { + "artistId": 159, + "albumId": 1119, + "path": "/mnt/plex/music/EDEN/vertigo (2018)/EDEN - vertigo - 03 - start++end.mp3", + "size": 13647301, + "dateAdded": "2026-02-11T00:14:54Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "48kHz" + }, + "qualityCutoffNotMet": false, + "id": 169343 + }, + { + "artistId": 159, + "albumId": 1183, + "path": "/mnt/plex/music/EDEN/End Credits (2015)/EDEN - End Credits - 03 - Gravity.mp3", + "size": 10080917, + "dateAdded": "2026-02-11T00:14:55Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169368 + }, + { + "artistId": 159, + "albumId": 1206, + "path": "/mnt/plex/music/EDEN/Remixes (2015)/EDEN - Remixes - 03 - Kuaga (The Eden Project remix).mp3", + "size": 9256643, + "dateAdded": "2026-02-11T00:14:55Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169380 + }, + { + "artistId": 159, + "albumId": 1127, + "path": "/mnt/plex/music/EDEN/no future (2020)/EDEN - no future - 03 - hertz.mp3", + "size": 8004108, + "dateAdded": "2026-02-11T00:14:55Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169411 + }, + { + "artistId": 159, + "albumId": 1144, + "path": "/mnt/plex/music/EDEN/Dark (2025)/EDEN - Dark - 04 - Paris, Teargas.flac", + "size": 17507781, + "dateAdded": "2026-02-11T00:14:56Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "806 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169471 + }, + { + "artistId": 159, + "albumId": 1211, + "path": "/mnt/plex/music/EDEN/Entrance (2014)/EDEN - Entrance - 04 - Crush.mp3", + "size": 11823640, + "dateAdded": "2026-02-11T00:14:56Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169490 + }, + { + "artistId": 159, + "albumId": 1183, + "path": "/mnt/plex/music/EDEN/End Credits (2015)/EDEN - End Credits - 04 - Nocturne.mp3", + "size": 8764347, + "dateAdded": "2026-02-11T00:14:57Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169528 + }, + { + "artistId": 159, + "albumId": 1119, + "path": "/mnt/plex/music/EDEN/vertigo (2018)/EDEN - vertigo - 04 - wings.mp3", + "size": 7375616, + "dateAdded": "2026-02-11T00:14:57Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "48kHz" + }, + "qualityCutoffNotMet": false, + "id": 169549 + }, + { + "artistId": 159, + "albumId": 1127, + "path": "/mnt/plex/music/EDEN/no future (2020)/EDEN - no future - 04 - static.mp3", + "size": 2004278, + "dateAdded": "2026-02-11T00:14:57Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169562 + }, + { + "artistId": 159, + "albumId": 1144, + "path": "/mnt/plex/music/EDEN/Dark (2025)/EDEN - Dark - 05 - Ghost in the Shell.flac", + "size": 29213897, + "dateAdded": "2026-02-11T00:14:58Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "917 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169592 + }, + { + "artistId": 159, + "albumId": 1119, + "path": "/mnt/plex/music/EDEN/vertigo (2018)/EDEN - vertigo - 05 - icarus.mp3", + "size": 16501377, + "dateAdded": "2026-02-11T00:14:58Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "48kHz" + }, + "qualityCutoffNotMet": false, + "id": 169603 + }, + { + "artistId": 159, + "albumId": 1211, + "path": "/mnt/plex/music/EDEN/Entrance (2014)/EDEN - Entrance - 05 - Circles.mp3", + "size": 12213343, + "dateAdded": "2026-02-11T00:14:58Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169621 + }, + { + "artistId": 159, + "albumId": 1127, + "path": "/mnt/plex/music/EDEN/no future (2020)/EDEN - no future - 05 - projector.mp3", + "size": 8936134, + "dateAdded": "2026-02-11T00:14:59Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169656 + }, + { + "artistId": 159, + "albumId": 1183, + "path": "/mnt/plex/music/EDEN/End Credits (2015)/EDEN - End Credits - 05 - Interlude.mp3", + "size": 7430011, + "dateAdded": "2026-02-11T00:14:59Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169676 + }, + { + "artistId": 159, + "albumId": 1144, + "path": "/mnt/plex/music/EDEN/Dark (2025)/EDEN - Dark - 06 - True.flac", + "size": 14853279, + "dateAdded": "2026-02-11T00:15:00Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "723 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169729 + }, + { + "artistId": 159, + "albumId": 1183, + "path": "/mnt/plex/music/EDEN/End Credits (2015)/EDEN - End Credits - 06 - Wake Up.mp3", + "size": 12053682, + "dateAdded": "2026-02-11T00:15:00Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169738 + }, + { + "artistId": 159, + "albumId": 1127, + "path": "/mnt/plex/music/EDEN/no future (2020)/EDEN - no future - 06 - love, death, distraction.mp3", + "size": 10330043, + "dateAdded": "2026-02-11T00:15:01Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169752 + }, + { + "artistId": 159, + "albumId": 1119, + "path": "/mnt/plex/music/EDEN/vertigo (2018)/EDEN - vertigo - 06 - lost++found.mp3", + "size": 8431622, + "dateAdded": "2026-02-11T00:15:01Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "48kHz" + }, + "qualityCutoffNotMet": false, + "id": 169771 + }, + { + "artistId": 159, + "albumId": 1144, + "path": "/mnt/plex/music/EDEN/Dark (2025)/EDEN - Dark - 07 - 5ever.flac", + "size": 19572268, + "dateAdded": "2026-02-11T00:15:02Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "782 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169837 + }, + { + "artistId": 159, + "albumId": 1119, + "path": "/mnt/plex/music/EDEN/vertigo (2018)/EDEN - vertigo - 07 - crash.mp3", + "size": 9584576, + "dateAdded": "2026-02-11T00:15:02Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "48kHz" + }, + "qualityCutoffNotMet": false, + "id": 169861 + }, + { + "artistId": 159, + "albumId": 1183, + "path": "/mnt/plex/music/EDEN/End Credits (2015)/EDEN - End Credits - 07 - Catch Me If You Can.mp3", + "size": 8433124, + "dateAdded": "2026-02-11T00:15:03Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169880 + }, + { + "artistId": 159, + "albumId": 1127, + "path": "/mnt/plex/music/EDEN/no future (2020)/EDEN - no future - 07 - how to sleep.mp3", + "size": 6367805, + "dateAdded": "2026-02-11T00:15:03Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169896 + }, + { + "artistId": 159, + "albumId": 1144, + "path": "/mnt/plex/music/EDEN/Dark (2025)/EDEN - Dark - 08 - Light Sleeper.flac", + "size": 21038768, + "dateAdded": "2026-02-11T00:15:04Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "680 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169931 + }, + { + "artistId": 159, + "albumId": 1119, + "path": "/mnt/plex/music/EDEN/vertigo (2018)/EDEN - vertigo - 08 - gold.mp3", + "size": 8156095, + "dateAdded": "2026-02-11T00:15:04Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "48kHz" + }, + "qualityCutoffNotMet": false, + "id": 169973 + }, + { + "artistId": 159, + "albumId": 1127, + "path": "/mnt/plex/music/EDEN/no future (2020)/EDEN - no future - 08 - calm down.mp3", + "size": 6261196, + "dateAdded": "2026-02-11T00:15:05Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 169989 + }, + { + "artistId": 159, + "albumId": 1119, + "path": "/mnt/plex/music/EDEN/vertigo (2018)/EDEN - vertigo - 09 - forever++over.mp3", + "size": 14002504, + "dateAdded": "2026-02-11T00:15:05Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "48kHz" + }, + "qualityCutoffNotMet": false, + "id": 170030 + }, + { + "artistId": 159, + "albumId": 1144, + "path": "/mnt/plex/music/EDEN/Dark (2025)/EDEN - Dark - 09 - (Cold Water freestyle).flac", + "size": 13391767, + "dateAdded": "2026-02-11T00:15:05Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "741 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 170032 + }, + { + "artistId": 159, + "albumId": 1127, + "path": "/mnt/plex/music/EDEN/no future (2020)/EDEN - no future - 09 - just saying.mp3", + "size": 9890155, + "dateAdded": "2026-02-11T00:15:05Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 170051 + }, + { + "artistId": 159, + "albumId": 1144, + "path": "/mnt/plex/music/EDEN/Dark (2025)/EDEN - Dark - 10 - gggiiiiirrrrlllll.flac", + "size": 10851343, + "dateAdded": "2026-02-11T00:15:07Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "782 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 170132 + }, + { + "artistId": 159, + "albumId": 1119, + "path": "/mnt/plex/music/EDEN/vertigo (2018)/EDEN - vertigo - 10 - float.mp3", + "size": 8240577, + "dateAdded": "2026-02-11T00:15:07Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "48kHz" + }, + "qualityCutoffNotMet": false, + "id": 170149 + }, + { + "artistId": 159, + "albumId": 1127, + "path": "/mnt/plex/music/EDEN/no future (2020)/EDEN - no future - 10 - fomo.mp3", + "size": 7630007, + "dateAdded": "2026-02-11T00:15:07Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 170154 + }, + { + "artistId": 159, + "albumId": 1144, + "path": "/mnt/plex/music/EDEN/Dark (2025)/EDEN - Dark - 11 - At Once.flac", + "size": 19040710, + "dateAdded": "2026-02-11T00:15:08Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "852 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 170193 + }, + { + "artistId": 159, + "albumId": 1119, + "path": "/mnt/plex/music/EDEN/vertigo (2018)/EDEN - vertigo - 11 - wonder.mp3", + "size": 10828738, + "dateAdded": "2026-02-11T00:15:08Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "48kHz" + }, + "qualityCutoffNotMet": false, + "id": 170208 + }, + { + "artistId": 159, + "albumId": 1127, + "path": "/mnt/plex/music/EDEN/no future (2020)/EDEN - no future - 11 - so far so good.mp3", + "size": 8286213, + "dateAdded": "2026-02-11T00:15:08Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 170221 + }, + { + "artistId": 159, + "albumId": 1144, + "path": "/mnt/plex/music/EDEN/Dark (2025)/EDEN - Dark - 12 - Pocket (montreal).flac", + "size": 11963387, + "dateAdded": "2026-02-11T00:15:09Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "794 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 170275 + }, + { + "artistId": 159, + "albumId": 1127, + "path": "/mnt/plex/music/EDEN/no future (2020)/EDEN - no future - 12 - isohel.mp3", + "size": 10874444, + "dateAdded": "2026-02-11T00:15:09Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 170279 + }, + { + "artistId": 159, + "albumId": 1119, + "path": "/mnt/plex/music/EDEN/vertigo (2018)/EDEN - vertigo - 12 - love; not wrong (brave).mp3", + "size": 8978835, + "dateAdded": "2026-02-11T00:15:09Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "48kHz" + }, + "qualityCutoffNotMet": false, + "id": 170291 + }, + { + "artistId": 159, + "albumId": 1144, + "path": "/mnt/plex/music/EDEN/Dark (2025)/EDEN - Dark - 13 - Quantuuuum.flac", + "size": 32399714, + "dateAdded": "2026-02-11T00:15:10Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "919 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 170319 + }, + { + "artistId": 159, + "albumId": 1119, + "path": "/mnt/plex/music/EDEN/vertigo (2018)/EDEN - vertigo - 13 - falling in reverse.mp3", + "size": 12260110, + "dateAdded": "2026-02-11T00:15:10Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "48kHz" + }, + "qualityCutoffNotMet": false, + "id": 170334 + }, + { + "artistId": 159, + "albumId": 1127, + "path": "/mnt/plex/music/EDEN/no future (2020)/EDEN - no future - 13.mp3", + "size": 7240260, + "dateAdded": "2026-02-11T00:15:10Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 170356 + }, + { + "artistId": 159, + "albumId": 1127, + "path": "/mnt/plex/music/EDEN/no future (2020)/EDEN - no future - 14 - tides.mp3", + "size": 4178710, + "dateAdded": "2026-02-11T00:15:11Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 170404 + }, + { + "artistId": 159, + "albumId": 1127, + "path": "/mnt/plex/music/EDEN/no future (2020)/EDEN - no future - 15 - rushing.mp3", + "size": 12364443, + "dateAdded": "2026-02-11T00:15:12Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 170425 + }, + { + "artistId": 159, + "albumId": 1127, + "path": "/mnt/plex/music/EDEN/no future (2020)/EDEN - no future - 16 - $treams.mp3", + "size": 8080361, + "dateAdded": "2026-02-11T00:15:12Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 170463 + }, + { + "artistId": 159, + "albumId": 1127, + "path": "/mnt/plex/music/EDEN/no future (2020)/EDEN - no future - 17 - 2020.mp3", + "size": 8503542, + "dateAdded": "2026-02-11T00:15:12Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 170484 + }, + { + "artistId": 159, + "albumId": 1127, + "path": "/mnt/plex/music/EDEN/no future (2020)/EDEN - no future - 18 - out.mp3", + "size": 1764994, + "dateAdded": "2026-02-11T00:15:13Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 170502 + }, + { + "artistId": 159, + "albumId": 1127, + "path": "/mnt/plex/music/EDEN/no future (2020)/EDEN - no future - 19 - untitled.mp3", + "size": 8697924, + "dateAdded": "2026-02-11T00:15:13Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 170510 + }, + { + "artistId": 159, + "albumId": 1153, + "path": "/mnt/plex/music/EDEN/Final Call (2015)/Digital Media 01/EDEN - Final Call - 01 - Blank_Space.mp3", + "size": 9247577, + "dateAdded": "2026-02-11T00:17:23Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 171700 + }, + { + "artistId": 159, + "albumId": 1153, + "path": "/mnt/plex/music/EDEN/Final Call (2015)/Digital Media 02/EDEN - Final Call - 01 - XO (instrumental).mp3", + "size": 6387378, + "dateAdded": "2026-02-11T00:17:23Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 171709 + }, + { + "artistId": 159, + "albumId": 1153, + "path": "/mnt/plex/music/EDEN/Final Call (2015)/Digital Media 01/EDEN - Final Call - 02 - Gone.mp3", + "size": 10276668, + "dateAdded": "2026-02-11T00:17:24Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 171739 + }, + { + "artistId": 159, + "albumId": 1153, + "path": "/mnt/plex/music/EDEN/Final Call (2015)/Digital Media 02/EDEN - Final Call - 02 - tell me.mp3", + "size": 4718676, + "dateAdded": "2026-02-11T00:17:24Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 171753 + }, + { + "artistId": 159, + "albumId": 1153, + "path": "/mnt/plex/music/EDEN/Final Call (2015)/Digital Media 01/EDEN - Final Call - 03 - Crazy in Love.mp3", + "size": 11377566, + "dateAdded": "2026-02-11T00:17:25Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 171771 + }, + { + "artistId": 159, + "albumId": 1153, + "path": "/mnt/plex/music/EDEN/Final Call (2015)/Digital Media 01/EDEN - Final Call - 04 - woah.mp3", + "size": 8101248, + "dateAdded": "2026-02-11T00:17:26Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 171818 + }, + { + "artistId": 159, + "albumId": 1153, + "path": "/mnt/plex/music/EDEN/Final Call (2015)/Digital Media 01/EDEN - Final Call - 05 - XO.mp3", + "size": 7054568, + "dateAdded": "2026-02-11T00:17:26Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 171856 + }, + { + "artistId": 159, + "albumId": 1153, + "path": "/mnt/plex/music/EDEN/Final Call (2015)/Digital Media 01/EDEN - Final Call - 06 - Times Like These.mp3", + "size": 12403491, + "dateAdded": "2026-02-11T00:17:27Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 171870 + }, + { + "artistId": 159, + "albumId": 1129, + "path": "/mnt/plex/music/EDEN/I Think You Think Too Much of Me (2016)/EDEN - I Think You Think Too Much of Me - 01 - sex.mp3", + "size": 8824503, + "dateAdded": "2026-05-07T02:08:41Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 211655 + }, + { + "artistId": 159, + "albumId": 1129, + "path": "/mnt/plex/music/EDEN/I Think You Think Too Much of Me (2016)/EDEN - I Think You Think Too Much of Me - 05 - Fumes.mp3", + "size": 8657351, + "dateAdded": "2026-05-07T02:08:41Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 211658 + }, + { + "artistId": 159, + "albumId": 1129, + "path": "/mnt/plex/music/EDEN/I Think You Think Too Much of Me (2016)/EDEN - I Think You Think Too Much of Me - 02 - drugs.mp3", + "size": 13604915, + "dateAdded": "2026-05-07T02:08:41Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 211674 + }, + { + "artistId": 159, + "albumId": 1129, + "path": "/mnt/plex/music/EDEN/I Think You Think Too Much of Me (2016)/EDEN - I Think You Think Too Much of Me - 06 - XO.mp3", + "size": 6452582, + "dateAdded": "2026-05-07T02:08:42Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 211688 + }, + { + "artistId": 159, + "albumId": 1129, + "path": "/mnt/plex/music/EDEN/I Think You Think Too Much of Me (2016)/EDEN - I Think You Think Too Much of Me - 07 - Circles.mp3", + "size": 11058503, + "dateAdded": "2026-05-07T02:08:42Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 211704 + }, + { + "artistId": 159, + "albumId": 1129, + "path": "/mnt/plex/music/EDEN/I Think You Think Too Much of Me (2016)/EDEN - I Think You Think Too Much of Me - 03 - and.mp3", + "size": 5406641, + "dateAdded": "2026-05-07T02:08:42Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 211718 + }, + { + "artistId": 159, + "albumId": 1129, + "path": "/mnt/plex/music/EDEN/I Think You Think Too Much of Me (2016)/EDEN - I Think You Think Too Much of Me - 04 - rock + roll.mp3", + "size": 11914282, + "dateAdded": "2026-05-07T02:08:42Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 211728 + }, + { + "artistId": 159, + "albumId": 1203, + "path": "/mnt/plex/music/EDEN/Kairos (2015)/EDEN - Kairos - 01 - After the Titanic.mp3", + "size": 15625228, + "dateAdded": "2026-05-11T13:53:50Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213754 + }, + { + "artistId": 159, + "albumId": 1133, + "path": "/mnt/plex/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 01 - A Call.flac", + "size": 15572363, + "dateAdded": "2026-05-11T13:53:50Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "973 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213755 + }, + { + "artistId": 159, + "albumId": 1204, + "path": "/mnt/plex/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 01 - Again.mp3", + "size": 10986488, + "dateAdded": "2026-05-11T13:53:50Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213758 + }, + { + "artistId": 159, + "albumId": 1205, + "path": "/mnt/plex/music/EDEN/Bipolar Paradise (2014)/Digital Media 01/EDEN - Bipolar Paradise - 01 - drowning.mp3", + "size": 10695018, + "dateAdded": "2026-05-11T13:53:50Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213760 + }, + { + "artistId": 159, + "albumId": 1205, + "path": "/mnt/europa/music/EDEN/Bipolar Paradise (2014)/Digital Media 01/EDEN - Bipolar Paradise - 01 - drowning.mp3", + "size": 10695018, + "dateAdded": "2026-05-11T13:53:50Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213761 + }, + { + "artistId": 159, + "albumId": 1204, + "path": "/mnt/plex/music/EDEN/Beginnings (2015)/Digital Media 02/EDEN - Beginnings - 01 - Scrapped Instrumental.mp3", + "size": 3933958, + "dateAdded": "2026-05-11T13:53:50Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213773 + }, + { + "artistId": 159, + "albumId": 1133, + "path": "/mnt/plex/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 02 - Balling.flac", + "size": 23420034, + "dateAdded": "2026-05-11T13:53:50Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "820 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213779 + }, + { + "artistId": 159, + "albumId": 1203, + "path": "/mnt/plex/music/EDEN/Kairos (2015)/EDEN - Kairos - 02 - Statues.mp3", + "size": 12799527, + "dateAdded": "2026-05-11T13:53:50Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213783 + }, + { + "artistId": 159, + "albumId": 1204, + "path": "/mnt/plex/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 02 - Karma.mp3", + "size": 11969223, + "dateAdded": "2026-05-11T13:53:50Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213784 + }, + { + "artistId": 159, + "albumId": 1205, + "path": "/mnt/plex/music/EDEN/Bipolar Paradise (2014)/Digital Media 01/EDEN - Bipolar Paradise - 02 - Fumes.mp3", + "size": 9116256, + "dateAdded": "2026-05-11T13:53:51Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213790 + }, + { + "artistId": 159, + "albumId": 1205, + "path": "/mnt/europa/music/EDEN/Bipolar Paradise (2014)/Digital Media 02/EDEN - Bipolar Paradise - 02 - Fumes+Drowning (First Draft).mp3", + "size": 5974643, + "dateAdded": "2026-05-11T13:53:51Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213797 + }, + { + "artistId": 159, + "albumId": 1204, + "path": "/mnt/plex/music/EDEN/Beginnings (2015)/Digital Media 02/EDEN - Beginnings - 02 - Scrapped Some Chords (remix).mp3", + "size": 3381207, + "dateAdded": "2026-05-11T13:53:51Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213800 + }, + { + "artistId": 159, + "albumId": 1133, + "path": "/mnt/plex/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 03 - Sci‐Fi.flac", + "size": 20040398, + "dateAdded": "2026-05-11T13:53:51Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "904 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213806 + }, + { + "artistId": 159, + "albumId": 1204, + "path": "/mnt/plex/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 03 - L.I.F.E.mp3", + "size": 12790503, + "dateAdded": "2026-05-11T13:53:51Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213808 + }, + { + "artistId": 159, + "albumId": 1203, + "path": "/mnt/plex/music/EDEN/Kairos (2015)/EDEN - Kairos - 03 - Kairos.mp3", + "size": 11583948, + "dateAdded": "2026-05-11T13:53:51Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213809 + }, + { + "artistId": 159, + "albumId": 1205, + "path": "/mnt/plex/music/EDEN/Bipolar Paradise (2014)/Digital Media 01/EDEN - Bipolar Paradise - 03 - Jupiter.mp3", + "size": 10291050, + "dateAdded": "2026-05-11T13:53:51Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213812 + }, + { + "artistId": 159, + "albumId": 1204, + "path": "/mnt/plex/music/EDEN/Beginnings (2015)/Digital Media 02/EDEN - Beginnings - 03 - Billy Jean (The Eden Project remix).mp3", + "size": 9529386, + "dateAdded": "2026-05-11T13:53:51Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213814 + }, + { + "artistId": 159, + "albumId": 1133, + "path": "/mnt/plex/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 04 - Modern Warfare.flac", + "size": 22345917, + "dateAdded": "2026-05-11T13:53:51Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "879 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213828 + }, + { + "artistId": 159, + "albumId": 1203, + "path": "/mnt/plex/music/EDEN/Kairos (2015)/EDEN - Kairos - 04 - First & Last.mp3", + "size": 14314725, + "dateAdded": "2026-05-11T13:53:51Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213831 + }, + { + "artistId": 159, + "albumId": 1204, + "path": "/mnt/plex/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 04 - Fallin’.mp3", + "size": 9410408, + "dateAdded": "2026-05-11T13:53:52Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213837 + }, + { + "artistId": 159, + "albumId": 1204, + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 02/EDEN - Beginnings - 04 - Feeling Good (scrapped).mp3", + "size": 8225353, + "dateAdded": "2026-05-11T13:53:52Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213841 + }, + { + "artistId": 159, + "albumId": 1205, + "path": "/mnt/europa/music/EDEN/Bipolar Paradise (2014)/Digital Media 01/EDEN - Bipolar Paradise - 04 - Soul.mp3", + "size": 5444346, + "dateAdded": "2026-05-11T13:53:52Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213847 + }, + { + "artistId": 159, + "albumId": 1133, + "path": "/mnt/plex/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 05 - Waiting Room.flac", + "size": 13770770, + "dateAdded": "2026-05-11T13:53:52Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "820 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213854 + }, + { + "artistId": 159, + "albumId": 1205, + "path": "/mnt/europa/music/EDEN/Bipolar Paradise (2014)/Digital Media 01/EDEN - Bipolar Paradise - 05 - Man Down.mp3", + "size": 13104079, + "dateAdded": "2026-05-11T13:53:52Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213855 + }, + { + "artistId": 159, + "albumId": 1203, + "path": "/mnt/plex/music/EDEN/Kairos (2015)/EDEN - Kairos - 05 - Machines.mp3", + "size": 12142934, + "dateAdded": "2026-05-11T13:53:52Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213857 + }, + { + "artistId": 159, + "albumId": 1204, + "path": "/mnt/plex/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 05 - All of the Lights (The Eden Project remix).mp3", + "size": 11704011, + "dateAdded": "2026-05-11T13:53:52Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213858 + }, + { + "artistId": 159, + "albumId": 1204, + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 02/EDEN - Beginnings - 05 - I Tried to Be Deadmau5 Once.mp3", + "size": 11366317, + "dateAdded": "2026-05-11T13:53:52Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213859 + }, + { + "artistId": 159, + "albumId": 1133, + "path": "/mnt/europa/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 06 - Closer 2.flac", + "size": 25180187, + "dateAdded": "2026-05-11T13:53:52Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "1013 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213872 + }, + { + "artistId": 159, + "albumId": 1203, + "path": "/mnt/plex/music/EDEN/Kairos (2015)/EDEN - Kairos - 06 - Holdin’ On (instrumental).mp3", + "size": 12046086, + "dateAdded": "2026-05-11T13:53:52Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213875 + }, + { + "artistId": 159, + "albumId": 1204, + "path": "/mnt/plex/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 06 - Grape….mp3", + "size": 10559655, + "dateAdded": "2026-05-11T13:53:52Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213880 + }, + { + "artistId": 159, + "albumId": 1133, + "path": "/mnt/plex/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 07 - PS1.flac", + "size": 26922886, + "dateAdded": "2026-05-11T13:53:53Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "885 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213890 + }, + { + "artistId": 159, + "albumId": 1204, + "path": "/mnt/plex/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 07 - Solace.mp3", + "size": 12381506, + "dateAdded": "2026-05-11T13:53:53Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213893 + }, + { + "artistId": 159, + "albumId": 1203, + "path": "/mnt/plex/music/EDEN/Kairos (2015)/EDEN - Kairos - 07 - Limitless.mp3", + "size": 12200375, + "dateAdded": "2026-05-11T13:53:53Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213894 + }, + { + "artistId": 159, + "albumId": 1133, + "path": "/mnt/europa/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 08 - Call Me Back.flac", + "size": 42676465, + "dateAdded": "2026-05-11T13:53:53Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "895 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213907 + }, + { + "artistId": 159, + "albumId": 1204, + "path": "/mnt/plex/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 08 - Babel.mp3", + "size": 14510755, + "dateAdded": "2026-05-11T13:53:53Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213910 + }, + { + "artistId": 159, + "albumId": 1203, + "path": "/mnt/plex/music/EDEN/Kairos (2015)/EDEN - Kairos - 08 - Death of a Dream.mp3", + "size": 11473817, + "dateAdded": "2026-05-11T13:53:53Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213915 + }, + { + "artistId": 159, + "albumId": 1204, + "path": "/mnt/plex/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 09 - Fallout (original mix).mp3", + "size": 15334069, + "dateAdded": "2026-05-11T13:53:53Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213927 + }, + { + "artistId": 159, + "albumId": 1203, + "path": "/mnt/europa/music/EDEN/Kairos (2015)/EDEN - Kairos - 09 - Chasing Ghosts.mp3", + "size": 11866023, + "dateAdded": "2026-05-11T13:53:53Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213929 + }, + { + "artistId": 159, + "albumId": 1133, + "path": "/mnt/europa/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 09 - Duvidha.flac", + "size": 11006771, + "dateAdded": "2026-05-11T13:53:53Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "857 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213932 + }, + { + "artistId": 159, + "albumId": 1133, + "path": "/mnt/europa/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 10 - Elsewhere.flac", + "size": 40969306, + "dateAdded": "2026-05-11T13:53:54Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "897 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213943 + }, + { + "artistId": 159, + "albumId": 1204, + "path": "/mnt/plex/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 10 - Closer (The Eden Project remix).mp3", + "size": 12401304, + "dateAdded": "2026-05-11T13:53:54Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213949 + }, + { + "artistId": 159, + "albumId": 1203, + "path": "/mnt/europa/music/EDEN/Kairos (2015)/EDEN - Kairos - 10 - Chasing Ghosts (original concept).mp3", + "size": 11379900, + "dateAdded": "2026-05-11T13:53:54Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213952 + }, + { + "artistId": 159, + "albumId": 1133, + "path": "/mnt/europa/music/EDEN/ICYMI (2022)/EDEN - ICYMI - 11 - Reaching 2.flac", + "size": 18634143, + "dateAdded": "2026-05-11T13:53:54Z", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 23, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "829 kbps", + "audioCodec": "FLAC", + "audioBits": "16bit", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213961 + }, + { + "artistId": 159, + "albumId": 1204, + "path": "/mnt/plex/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 11 - Astronot.mp3", + "size": 10747142, + "dateAdded": "2026-05-11T13:53:54Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213964 + }, + { + "artistId": 159, + "albumId": 1204, + "path": "/mnt/plex/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 12 - Coalesce.mp3", + "size": 11116721, + "dateAdded": "2026-05-11T13:53:54Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213977 + }, + { + "artistId": 159, + "albumId": 1204, + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 13 - Staying (The Eden Project edit).mp3", + "size": 10851235, + "dateAdded": "2026-05-11T13:53:55Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213986 + }, + { + "artistId": 159, + "albumId": 1204, + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 14 - Say Something (cover).mp3", + "size": 10839338, + "dateAdded": "2026-05-11T13:53:55Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 213998 + }, + { + "artistId": 159, + "albumId": 1204, + "path": "/mnt/plex/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 15 - Ghost (The Eden Project remix).mp3", + "size": 12957567, + "dateAdded": "2026-05-11T13:53:55Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 214008 + }, + { + "artistId": 159, + "albumId": 1204, + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 16 - Rain (The Eden Project remix).mp3", + "size": 11146514, + "dateAdded": "2026-05-11T13:53:55Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 214018 + }, + { + "artistId": 159, + "albumId": 1204, + "path": "/mnt/europa/music/EDEN/Beginnings (2015)/Digital Media 01/EDEN - Beginnings - 17 - Rift (The Eden Project remix).mp3", + "size": 14157913, + "dateAdded": "2026-05-11T13:53:55Z", + "quality": { + "quality": { + "id": 4, + "name": "MP3-320" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "qualityWeight": 21, + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "mediaInfo": { + "audioChannels": 2, + "audioBitRate": "320 kbps", + "audioCodec": "MP3", + "audioBits": "", + "audioSampleRate": "44.1kHz" + }, + "qualityCutoffNotMet": false, + "id": 214023 + } +] diff --git a/Ruddarr/Preview Content/artist-tracks.json b/Ruddarr/Preview Content/artist-tracks.json new file mode 100644 index 00000000..d01031f6 --- /dev/null +++ b/Ruddarr/Preview Content/artist-tracks.json @@ -0,0 +1,3593 @@ +[ + { + "artistId": 159, + "foreignTrackId": "5433eda9-4d09-4835-b18f-fb5712aad500", + "foreignRecordingId": "4cb76cb9-4c41-4f09-a1ff-f7275ef02d25", + "trackFileId": 169099, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "good morning", + "duration": 209493, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36050 + }, + { + "artistId": 159, + "foreignTrackId": "98de8f70-c456-4289-beca-5d2eeb7527f4", + "foreignRecordingId": "87637d53-3e77-4cb4-b2d5-267097293ba2", + "trackFileId": 169287, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "in", + "duration": 31160, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36051 + }, + { + "artistId": 159, + "foreignTrackId": "fd5bd690-e39e-44db-b9b4-a676190ee61d", + "foreignRecordingId": "389d746d-4b86-43de-9349-34ddd28fc963", + "trackFileId": 169411, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "hertz", + "duration": 198898, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36052 + }, + { + "artistId": 159, + "foreignTrackId": "9773e3d7-b0e7-4145-a305-27f075506f97", + "foreignRecordingId": "2c47c293-9bed-4ab6-bbb5-fc7551dd1296", + "trackFileId": 169562, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "static", + "duration": 48921, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36053 + }, + { + "artistId": 159, + "foreignTrackId": "ea69fa84-28f9-4d61-bd41-caeb94d4d497", + "foreignRecordingId": "ecbe9899-8f6e-4055-b5d5-643b5e66bc80", + "trackFileId": 169656, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 5, + "trackNumber": "5", + "title": "projector", + "duration": 222222, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36054 + }, + { + "artistId": 159, + "foreignTrackId": "07fcd350-2564-440d-9b1b-15eff9d70991", + "foreignRecordingId": "e52fff6d-8ede-45a5-afb1-6d9d4b8c2c68", + "trackFileId": 169752, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 6, + "trackNumber": "6", + "title": "love, death, distraction", + "duration": 257045, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36055 + }, + { + "artistId": 159, + "foreignTrackId": "4ddc2858-84b2-415a-ac2b-ee2646df7670", + "foreignRecordingId": "a022e1b9-8234-4fe5-b1f6-20f6a3955db5", + "trackFileId": 169896, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 7, + "trackNumber": "7", + "title": "how to sleep", + "duration": 157996, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36056 + }, + { + "artistId": 159, + "foreignTrackId": "a6e32439-e227-43d7-85ae-d75967ee80a4", + "foreignRecordingId": "39ff30f8-9cb2-46a6-bc42-55ec902cbc7a", + "trackFileId": 169989, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 8, + "trackNumber": "8", + "title": "calm down", + "duration": 155325, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36057 + }, + { + "artistId": 159, + "foreignTrackId": "0a462b68-e182-4788-aa27-bf6ed071a9ce", + "foreignRecordingId": "3e0e806d-9dfa-4faa-b15a-19ab7731e48f", + "trackFileId": 170051, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 9, + "trackNumber": "9", + "title": "just saying", + "duration": 246071, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36058 + }, + { + "artistId": 159, + "foreignTrackId": "d467e07e-e752-482c-a8c4-9670dc75bac8", + "foreignRecordingId": "d2a5996c-8e80-405f-9302-c3b6dd67d205", + "trackFileId": 170154, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 10, + "trackNumber": "10", + "title": "fomo", + "duration": 189553, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36059 + }, + { + "artistId": 159, + "foreignTrackId": "9e32890b-a192-45be-927e-49514fda7182", + "foreignRecordingId": "0c19890d-434c-40ad-9d19-3e6de81bc33c", + "trackFileId": 170221, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 11, + "trackNumber": "11", + "title": "so far so good", + "duration": 205962, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36060 + }, + { + "artistId": 159, + "foreignTrackId": "dc51ee73-2c96-4b2d-8d28-ddefe0469eb4", + "foreignRecordingId": "1de19adf-fd75-4eac-8ac6-b77a883099b2", + "trackFileId": 170279, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 12, + "trackNumber": "12", + "title": "isohel", + "duration": 270677, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36061 + }, + { + "artistId": 159, + "foreignTrackId": "5c5e4cce-0d39-4ed1-8aec-e267d9525490", + "foreignRecordingId": "0f63a13b-110a-4802-8752-c66dc228bf33", + "trackFileId": 170356, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 13, + "trackNumber": "13", + "title": "????", + "duration": 179822, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36062 + }, + { + "artistId": 159, + "foreignTrackId": "726ce7eb-8656-4c0d-8ee5-1ea13457b03d", + "foreignRecordingId": "636f99ac-e451-486e-b6ce-d5c35684a567", + "trackFileId": 170404, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 14, + "trackNumber": "14", + "title": "tides", + "duration": 103281, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36063 + }, + { + "artistId": 159, + "foreignTrackId": "4b1fccfc-a5af-4f78-83d1-e4c617d77d19", + "foreignRecordingId": "1c4aa1bf-f7a0-4089-8526-5956b539caa2", + "trackFileId": 170425, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 15, + "trackNumber": "15", + "title": "rushing", + "duration": 307920, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36064 + }, + { + "artistId": 159, + "foreignTrackId": "6f13574e-0da8-48ce-80fa-6fdb901fe825", + "foreignRecordingId": "525d8851-b9af-4822-8606-e51adc71d62d", + "trackFileId": 170463, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 16, + "trackNumber": "16", + "title": "$treams", + "duration": 200806, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36065 + }, + { + "artistId": 159, + "foreignTrackId": "96dfd5ad-7570-4581-b2a7-4c7b3b5f0ecf", + "foreignRecordingId": "fbbf8315-ac29-4a28-a451-3d0a7e868685", + "trackFileId": 170484, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 17, + "trackNumber": "17", + "title": "2020", + "duration": 211395, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36066 + }, + { + "artistId": 159, + "foreignTrackId": "24123751-0848-4df4-8e5d-91d822a7805f", + "foreignRecordingId": "30c981ac-937f-4f49-8b3e-4fb313adb387", + "trackFileId": 170502, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 18, + "trackNumber": "18", + "title": "out", + "duration": 42936, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36067 + }, + { + "artistId": 159, + "foreignTrackId": "70e3d391-ed2c-43f5-97d3-b93dbcc6faa2", + "foreignRecordingId": "2184a38a-22ea-44d5-8830-f116097175a3", + "trackFileId": 170510, + "albumId": 1127, + "explicit": false, + "absoluteTrackNumber": 19, + "trackNumber": "19", + "title": "untitled", + "duration": 216250, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36068 + }, + { + "artistId": 159, + "foreignTrackId": "3951b455-3b35-4057-b191-e27b85c5d303", + "foreignRecordingId": "40c18ffb-85bd-4c1f-b8f5-4c9a8d97f0eb", + "trackFileId": 0, + "albumId": 1129, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "sex", + "duration": 218808, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36115 + }, + { + "artistId": 159, + "foreignTrackId": "8da62ec3-e22d-4862-a7bf-0ad15beca71d", + "foreignRecordingId": "538fb780-71b3-4a2e-919f-09d952a83d09", + "trackFileId": 0, + "albumId": 1129, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "drugs", + "duration": 338333, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36116 + }, + { + "artistId": 159, + "foreignTrackId": "88154176-a497-4cdc-850f-0564cac30d4d", + "foreignRecordingId": "a8ec281c-e7e6-437c-b8da-e1c214964d2f", + "trackFileId": 0, + "albumId": 1129, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "and", + "duration": 133359, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36117 + }, + { + "artistId": 159, + "foreignTrackId": "60d57830-bd8e-4df2-85e9-4c49548ec895", + "foreignRecordingId": "044f9632-8424-49f2-9122-6bc4c1d20275", + "trackFileId": 0, + "albumId": 1129, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "rock + roll", + "duration": 296053, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36118 + }, + { + "artistId": 159, + "foreignTrackId": "e65a21ee-61d1-41d9-af16-feef4b9121de", + "foreignRecordingId": "ac5c1ccc-af58-4438-b3ca-d25b5f95b515", + "trackFileId": 0, + "albumId": 1129, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Fumes", + "duration": 214632, + "mediumNumber": 2, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36119 + }, + { + "artistId": 159, + "foreignTrackId": "812dc5c9-d262-47d7-9967-7df28365cc57", + "foreignRecordingId": "633c2a8d-5422-4431-b655-6223803ee183", + "trackFileId": 0, + "albumId": 1129, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "XO", + "duration": 159512, + "mediumNumber": 2, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36120 + }, + { + "artistId": 159, + "foreignTrackId": "5c56f3b6-8a69-4f1f-a1ed-ee1db83a1d86", + "foreignRecordingId": "3af0bbc3-1602-4313-856d-7a5a738e82bf", + "trackFileId": 0, + "albumId": 1129, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "Circles", + "duration": 274668, + "mediumNumber": 2, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36121 + }, + { + "artistId": 159, + "foreignTrackId": "7e51ba93-dbd0-4043-85e5-2b3734ca8a01", + "foreignRecordingId": "5e571346-3c43-4bd9-a1c7-0c5b4c6746e9", + "trackFileId": 215393, + "albumId": 1133, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "A Call", + "duration": 127234, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36130 + }, + { + "artistId": 159, + "foreignTrackId": "da4e75b5-932e-43f0-b8fe-75e614ce9ad3", + "foreignRecordingId": "ca742996-b510-4fd0-a226-e500e11e3341", + "trackFileId": 215416, + "albumId": 1133, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "Balling", + "duration": 227524, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36131 + }, + { + "artistId": 159, + "foreignTrackId": "2ffc6478-ae15-4730-a843-cf35c22e2372", + "foreignRecordingId": "e097356e-53dc-455e-89d2-04144cd8cb08", + "trackFileId": 215442, + "albumId": 1133, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "Sci‐Fi", + "duration": 176595, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36132 + }, + { + "artistId": 159, + "foreignTrackId": "2cc41cbe-95d5-454f-9e7b-9c0aa8b7d92f", + "foreignRecordingId": "9ca74898-61f0-4f5e-a4bb-68dfeacd0e51", + "trackFileId": 215463, + "albumId": 1133, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "Modern Warfare", + "duration": 202410, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36133 + }, + { + "artistId": 159, + "foreignTrackId": "2da2afde-25c7-4bf2-9299-a263eb8d6663", + "foreignRecordingId": "00d2c0b6-1b94-4ac2-acea-ff105d5d1392", + "trackFileId": 215488, + "albumId": 1133, + "explicit": false, + "absoluteTrackNumber": 5, + "trackNumber": "5", + "title": "Waiting Room", + "duration": 133498, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36134 + }, + { + "artistId": 159, + "foreignTrackId": "1c2b2446-525b-4700-a45e-72708815b2b9", + "foreignRecordingId": "69145aa0-ec4f-4b62-8630-2cdc24f8ac49", + "trackFileId": 215505, + "albumId": 1133, + "explicit": false, + "absoluteTrackNumber": 6, + "trackNumber": "6", + "title": "Closer 2", + "duration": 198145, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36135 + }, + { + "artistId": 159, + "foreignTrackId": "60c1cb88-093b-47cb-b22d-7700eeb6a9dd", + "foreignRecordingId": "13e6f504-1dd8-4636-8296-93dcbcaa2ff1", + "trackFileId": 215522, + "albumId": 1133, + "explicit": false, + "absoluteTrackNumber": 7, + "trackNumber": "7", + "title": "PS1", + "duration": 242598, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36136 + }, + { + "artistId": 159, + "foreignTrackId": "95d8d018-a768-403b-8613-be96a11736cf", + "foreignRecordingId": "501ca45b-e0a6-4570-a8ab-009ad3d6e288", + "trackFileId": 215538, + "albumId": 1133, + "explicit": false, + "absoluteTrackNumber": 8, + "trackNumber": "8", + "title": "Call Me Back", + "duration": 380604, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36137 + }, + { + "artistId": 159, + "foreignTrackId": "4c3afccb-cc00-4b5e-a96b-e74ece9ae941", + "foreignRecordingId": "df6819bf-9e50-46b1-b81a-b428e968ec91", + "trackFileId": 215561, + "albumId": 1133, + "explicit": false, + "absoluteTrackNumber": 9, + "trackNumber": "9", + "title": "Duvidha", + "duration": 101932, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36138 + }, + { + "artistId": 159, + "foreignTrackId": "122b8eb6-b730-4b73-8ddf-5e4f0f40e029", + "foreignRecordingId": "d7b4910f-c75d-49d9-a54c-d7f9fde4d349", + "trackFileId": 215572, + "albumId": 1133, + "explicit": false, + "absoluteTrackNumber": 10, + "trackNumber": "10", + "title": "Elsewhere", + "duration": 364322, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36139 + }, + { + "artistId": 159, + "foreignTrackId": "7c8bc3c0-14e9-4380-84c5-c7b899196c84", + "foreignRecordingId": "7d2bbb38-163a-41e6-931e-834b9df48e74", + "trackFileId": 215589, + "albumId": 1133, + "explicit": false, + "absoluteTrackNumber": 11, + "trackNumber": "11", + "title": "Reaching 2", + "duration": 178900, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36140 + }, + { + "artistId": 159, + "foreignTrackId": "4070e5de-7834-484f-bf7a-f85c1cccc969", + "foreignRecordingId": "01a168e4-fb0b-4f3e-80be-f221a84e0191", + "trackFileId": 171700, + "albumId": 1153, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Blank_Space", + "duration": 216000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36147 + }, + { + "artistId": 159, + "foreignTrackId": "b289d22b-8353-4160-ae03-8f800613d0dc", + "foreignRecordingId": "75a2509c-e2c8-4f74-95b6-81c31f7f1b3e", + "trackFileId": 171739, + "albumId": 1153, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "Gone", + "duration": 239000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36148 + }, + { + "artistId": 159, + "foreignTrackId": "443932df-60b0-43f4-988a-f5cbbabe7a61", + "foreignRecordingId": "13ec1e12-1b4a-4512-869b-a6f612e975e8", + "trackFileId": 171771, + "albumId": 1153, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "Crazy in Love", + "duration": 265000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36149 + }, + { + "artistId": 159, + "foreignTrackId": "78059cab-2334-474e-a068-a6643d91e96e", + "foreignRecordingId": "186475fa-51b9-481f-9f2e-5527b7bcb3d1", + "trackFileId": 171818, + "albumId": 1153, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "woah", + "duration": 188000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36150 + }, + { + "artistId": 159, + "foreignTrackId": "43b1de78-d32b-4938-a182-8f129229f4e8", + "foreignRecordingId": "633c2a8d-5422-4431-b655-6223803ee183", + "trackFileId": 171856, + "albumId": 1153, + "explicit": false, + "absoluteTrackNumber": 5, + "trackNumber": "5", + "title": "XO", + "duration": 160000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36151 + }, + { + "artistId": 159, + "foreignTrackId": "698d9bbe-a077-489f-b935-613097a49d85", + "foreignRecordingId": "3bc73495-a7a2-4dc7-915c-812a0d122370", + "trackFileId": 171870, + "albumId": 1153, + "explicit": false, + "absoluteTrackNumber": 6, + "trackNumber": "6", + "title": "Times Like These", + "duration": 286000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36152 + }, + { + "artistId": 159, + "foreignTrackId": "eef81119-af0b-449a-ab6f-2855d1725c6e", + "foreignRecordingId": "4fc2683f-66d6-4f31-a72a-941d02e33e3a", + "trackFileId": 171709, + "albumId": 1153, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "XO (instrumental)", + "duration": 160000, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36153 + }, + { + "artistId": 159, + "foreignTrackId": "170922ff-a25b-4112-b7ee-18f79f90dcbb", + "foreignRecordingId": "fe6db6e1-6108-4acd-8bc1-d955072eb358", + "trackFileId": 171753, + "albumId": 1153, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "tell me", + "duration": 118000, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36154 + }, + { + "artistId": 159, + "foreignTrackId": "d105f94a-6c81-41e6-baf5-14fe1c0555ae", + "foreignRecordingId": "2cd8ce84-e9ee-4d22-b215-5903a3442910", + "trackFileId": 169140, + "albumId": 1119, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "wrong", + "duration": 64000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36155 + }, + { + "artistId": 159, + "foreignTrackId": "cf4e8bb9-4ba4-4972-aa91-d47b8cc8e701", + "foreignRecordingId": "39c53a85-a44e-413e-9a39-2679565c5315", + "trackFileId": 169262, + "albumId": 1119, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "take care", + "duration": 195000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36156 + }, + { + "artistId": 159, + "foreignTrackId": "96c934ee-5540-4d99-9fbb-e43b30ec1981", + "foreignRecordingId": "bbe7c32b-323d-4164-b7e1-c70bcdb62383", + "trackFileId": 169343, + "albumId": 1119, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "start//end", + "duration": 334000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36157 + }, + { + "artistId": 159, + "foreignTrackId": "d0008b9a-cf5b-4ea6-b043-4c08f81c242d", + "foreignRecordingId": "44cbf81d-3885-4da7-ab31-ad00fb1a21fc", + "trackFileId": 169549, + "albumId": 1119, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "wings", + "duration": 177000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36158 + }, + { + "artistId": 159, + "foreignTrackId": "b6281b59-635d-4a53-ab41-579b86f30216", + "foreignRecordingId": "7a675715-ea4e-43f2-acca-cf13369053d2", + "trackFileId": 169603, + "albumId": 1119, + "explicit": false, + "absoluteTrackNumber": 5, + "trackNumber": "5", + "title": "icarus", + "duration": 405000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36159 + }, + { + "artistId": 159, + "foreignTrackId": "74b404c8-f3f5-4aaa-af55-e65253749b1c", + "foreignRecordingId": "ac557f8e-2f77-4936-895f-1969422a6cac", + "trackFileId": 169771, + "albumId": 1119, + "explicit": false, + "absoluteTrackNumber": 6, + "trackNumber": "6", + "title": "lost//found", + "duration": 203000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36160 + }, + { + "artistId": 159, + "foreignTrackId": "756665aa-91af-473e-adfe-6cf0517c58c8", + "foreignRecordingId": "f81f2501-96dc-4ec3-8527-eee8663aa07f", + "trackFileId": 169861, + "albumId": 1119, + "explicit": false, + "absoluteTrackNumber": 7, + "trackNumber": "7", + "title": "crash", + "duration": 232000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36161 + }, + { + "artistId": 159, + "foreignTrackId": "658d3e1d-71d2-44dc-96a1-dd27eadc9781", + "foreignRecordingId": "e5ddc4d2-5dbf-4699-ba57-2c0f490622eb", + "trackFileId": 169973, + "albumId": 1119, + "explicit": false, + "absoluteTrackNumber": 8, + "trackNumber": "8", + "title": "gold", + "duration": 196000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36162 + }, + { + "artistId": 159, + "foreignTrackId": "c88a4297-a65f-4fa4-bc59-5a3da5daf3d2", + "foreignRecordingId": "dd28af7f-a9d3-4925-9e4a-2fe7e8fd10f2", + "trackFileId": 170030, + "albumId": 1119, + "explicit": false, + "absoluteTrackNumber": 9, + "trackNumber": "9", + "title": "forever//over", + "duration": 342000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36163 + }, + { + "artistId": 159, + "foreignTrackId": "abd8b076-bf22-430e-997e-caec55315108", + "foreignRecordingId": "02f32401-007c-4379-af77-7112f3a7acac", + "trackFileId": 170149, + "albumId": 1119, + "explicit": false, + "absoluteTrackNumber": 10, + "trackNumber": "10", + "title": "float", + "duration": 198000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36164 + }, + { + "artistId": 159, + "foreignTrackId": "06ccebbc-fd01-47a0-ab98-edeb87703d46", + "foreignRecordingId": "994e3f63-fbc9-4078-b1d7-a302dbc7d39a", + "trackFileId": 170208, + "albumId": 1119, + "explicit": false, + "absoluteTrackNumber": 11, + "trackNumber": "11", + "title": "wonder", + "duration": 263000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36165 + }, + { + "artistId": 159, + "foreignTrackId": "cf799a8a-3186-49bd-af48-bf16c5e52014", + "foreignRecordingId": "6ddf596d-8bdb-472b-8a14-1cde8b0bf0b6", + "trackFileId": 170291, + "albumId": 1119, + "explicit": false, + "absoluteTrackNumber": 12, + "trackNumber": "12", + "title": "love; not wrong (brave)", + "duration": 217000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36166 + }, + { + "artistId": 159, + "foreignTrackId": "a7dbe78a-6ab1-4d5d-aebd-ff6f4a0bb84b", + "foreignRecordingId": "58d4476a-39de-408c-9c41-88b1bfe88571", + "trackFileId": 170334, + "albumId": 1119, + "explicit": false, + "absoluteTrackNumber": 13, + "trackNumber": "13", + "title": "falling in reverse", + "duration": 299000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36167 + }, + { + "artistId": 159, + "foreignTrackId": "85bd1550-bf39-4d84-9884-7dadc12c68bb", + "foreignRecordingId": "f587d2d0-4551-40cf-ad10-c903e17bf51b", + "trackFileId": 0, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Trophy Hunting", + "duration": 180976, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40230 + }, + { + "artistId": 159, + "foreignTrackId": "6d639728-efe2-4f2f-8792-697007bc943c", + "foreignRecordingId": "41bc5a99-8db3-46d8-8d8e-8b11b6bebc85", + "trackFileId": 0, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "Twiin", + "duration": 164211, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40231 + }, + { + "artistId": 159, + "foreignTrackId": "20fa79b2-f891-4e2a-803f-ccdd890dbb31", + "foreignRecordingId": "4bf87f96-a1e5-4948-861b-848c041bfbef", + "trackFileId": 0, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "Hello", + "duration": 255059, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40232 + }, + { + "artistId": 159, + "foreignTrackId": "ec9b7d98-cfee-4a5d-abf1-be884272a798", + "foreignRecordingId": "2865bdf8-5243-41f8-8427-5f4c1f1b68fa", + "trackFileId": 0, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "redemption arc", + "duration": 196344, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40233 + }, + { + "artistId": 159, + "foreignTrackId": "60f966a5-9dc1-44c0-b862-0b07c62644a0", + "foreignRecordingId": "be4eabe7-a918-460d-8ddf-fdca5ecbbc13", + "trackFileId": 0, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 5, + "trackNumber": "5", + "title": "Under the Skin", + "duration": 246674, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40234 + }, + { + "artistId": 159, + "foreignTrackId": "cc2494c3-ced6-4751-98bc-d6b356baf504", + "foreignRecordingId": "3cdd9031-3f7d-4fd3-99e3-fcd44a3abbec", + "trackFileId": 0, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Still", + "duration": 196620, + "mediumNumber": 2, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40235 + }, + { + "artistId": 159, + "foreignTrackId": "4a72ef35-5ca0-42ec-94ba-71a982acbff4", + "foreignRecordingId": "ab3343ae-d562-486b-833b-a74123a2e07a", + "trackFileId": 0, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "Zzz", + "duration": 180001, + "mediumNumber": 2, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40236 + }, + { + "artistId": 159, + "foreignTrackId": "3d4d0557-9bd7-4c50-ab9f-9aea0bb02b23", + "foreignRecordingId": "418a145d-80b1-4a19-8139-d7040c040452", + "trackFileId": 0, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "TEAM", + "duration": 167820, + "mediumNumber": 2, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40237 + }, + { + "artistId": 159, + "foreignTrackId": "0ddd00b4-ca1d-4b4f-bf67-bbc8f94d8463", + "foreignRecordingId": "b6d2d25a-6a50-42fb-9dd9-4b41e4a1210a", + "trackFileId": 0, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "Paris, Teargas", + "duration": 171832, + "mediumNumber": 2, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40238 + }, + { + "artistId": 159, + "foreignTrackId": "e5e6e47d-0623-4716-a97f-20c103330301", + "foreignRecordingId": "c32f54e5-7145-4d99-b5d9-ee3fa6a9aa4f", + "trackFileId": 0, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 5, + "trackNumber": "5", + "title": "Ghost in the Shell", + "duration": 253011, + "mediumNumber": 2, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40239 + }, + { + "artistId": 159, + "foreignTrackId": "76cca6f6-8a21-4c26-ae6e-fdb282855eee", + "foreignRecordingId": "e25ffd8f-4aaf-476d-82de-ddca3041856e", + "trackFileId": 0, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 6, + "trackNumber": "6", + "title": "True", + "duration": 162291, + "mediumNumber": 2, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40240 + }, + { + "artistId": 159, + "foreignTrackId": "46346674-42e9-4b2d-93dc-06ea341d8cfa", + "foreignRecordingId": "f4282c9b-c5f1-490d-b61d-34be347a5cd0", + "trackFileId": 0, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 7, + "trackNumber": "7", + "title": "5ever", + "duration": 198333, + "mediumNumber": 2, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40241 + }, + { + "artistId": 159, + "foreignTrackId": "d3925c77-63ff-4b3e-9b61-1dcb7a5480be", + "foreignRecordingId": "91cf7b53-75ca-4d47-8905-35751537cd8d", + "trackFileId": 0, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 8, + "trackNumber": "8", + "title": "Light Sleeper", + "duration": 245363, + "mediumNumber": 2, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40242 + }, + { + "artistId": 159, + "foreignTrackId": "d64558d0-1060-4895-9268-8900544288a0", + "foreignRecordingId": "ae18a084-20c7-4b85-81af-e4a8a1c5e421", + "trackFileId": 0, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 9, + "trackNumber": "9", + "title": "(Cold Water freestyle)", + "duration": 142522, + "mediumNumber": 2, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40243 + }, + { + "artistId": 159, + "foreignTrackId": "b26745fb-832b-445c-a9c5-1cbda622c6d0", + "foreignRecordingId": "1286e9a3-ab17-4de2-9563-e3301c14496f", + "trackFileId": 0, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 10, + "trackNumber": "10", + "title": "gggiiiiirrrrlllll", + "duration": 109131, + "mediumNumber": 2, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40244 + }, + { + "artistId": 159, + "foreignTrackId": "eba4d8fa-0692-48c7-bb7b-f2a0daaad72e", + "foreignRecordingId": "bea8c7a4-5993-44e0-ae7e-6ce780e03c2d", + "trackFileId": 0, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 11, + "trackNumber": "11", + "title": "At Once", + "duration": 176928, + "mediumNumber": 2, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40245 + }, + { + "artistId": 159, + "foreignTrackId": "980e3cfe-9a83-47c8-a9d7-aa7cdf3130d6", + "foreignRecordingId": "650bbe75-d11f-439e-b334-14bea20fdd6f", + "trackFileId": 0, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 12, + "trackNumber": "12", + "title": "Pocket (montreal)", + "duration": 118704, + "mediumNumber": 2, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40246 + }, + { + "artistId": 159, + "foreignTrackId": "adba9359-463f-429d-b6a5-d6b114c63614", + "foreignRecordingId": "4f4a1e41-43bc-4f20-aa48-f2fecedf6a2f", + "trackFileId": 0, + "albumId": 1144, + "explicit": false, + "absoluteTrackNumber": 13, + "trackNumber": "13", + "title": "Quantuuuum", + "duration": 280391, + "mediumNumber": 2, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40247 + }, + { + "artistId": 159, + "foreignTrackId": "f8200cbb-b81b-4da5-b55d-9cafe503f2fd", + "foreignRecordingId": "16a4cb2a-4833-4f37-9392-20cdda33abdb", + "trackFileId": 169033, + "albumId": 1182, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Time", + "duration": 297694, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40280 + }, + { + "artistId": 159, + "foreignTrackId": "63ffb1ac-3d58-46a3-b4ff-fee3e2b54f50", + "foreignRecordingId": "0cf8e3e1-b360-4d44-8a0c-233e09dfaef1", + "trackFileId": 169193, + "albumId": 1182, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "Changes", + "duration": 314177, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40281 + }, + { + "artistId": 159, + "foreignTrackId": "a29a3119-d52b-471e-bcb2-8e70535962b0", + "foreignRecordingId": "a39aa199-9857-4297-a532-9a8d6d58cccb", + "trackFileId": 169337, + "albumId": 1182, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "Everything", + "duration": 326246, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40282 + }, + { + "artistId": 159, + "foreignTrackId": "a0e54181-5e7e-4f67-a248-4b8a2f56ca58", + "foreignRecordingId": "f043a671-b996-4c9d-8229-c75422f5ecc6", + "trackFileId": 169053, + "albumId": 1183, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "02:09", + "duration": 251000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40291 + }, + { + "artistId": 159, + "foreignTrackId": "17b4c9ab-7c68-4eb7-be12-961fc745044c", + "foreignRecordingId": "1f1378a0-4c0b-4917-b72c-0800bcf44be6", + "trackFileId": 169228, + "albumId": 1183, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "End Credits", + "duration": 240000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40292 + }, + { + "artistId": 159, + "foreignTrackId": "5dc6c017-d52e-4ca1-bf46-24be70d414fe", + "foreignRecordingId": "7b071de5-7d14-4417-9425-218472fffb97", + "trackFileId": 169368, + "albumId": 1183, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "Gravity", + "duration": 230000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40293 + }, + { + "artistId": 159, + "foreignTrackId": "1d33167a-9a4e-4068-ac3a-b8d157158b60", + "foreignRecordingId": "30e04942-e440-4c05-b94d-7b504f60b6dd", + "trackFileId": 169528, + "albumId": 1183, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "Nocturne", + "duration": 197000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40294 + }, + { + "artistId": 159, + "foreignTrackId": "b6c9a5ac-612e-4448-98fb-d85b70969d5f", + "foreignRecordingId": "3d94a6fc-014f-4c81-9184-3e86cf3a63fa", + "trackFileId": 169676, + "albumId": 1183, + "explicit": false, + "absoluteTrackNumber": 5, + "trackNumber": "5", + "title": "Interlude", + "duration": 164000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40295 + }, + { + "artistId": 159, + "foreignTrackId": "46012700-82a2-4282-a090-f31963847fa9", + "foreignRecordingId": "be72755d-a041-4d9c-8f0b-9c251639fe08", + "trackFileId": 169738, + "albumId": 1183, + "explicit": false, + "absoluteTrackNumber": 6, + "trackNumber": "6", + "title": "Wake Up", + "duration": 279000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40296 + }, + { + "artistId": 159, + "foreignTrackId": "f673c639-adee-4b1c-a2a7-1bc419e1fc3a", + "foreignRecordingId": "540e16da-db6c-400f-b20b-2c8e95cc61a1", + "trackFileId": 169880, + "albumId": 1183, + "explicit": false, + "absoluteTrackNumber": 7, + "trackNumber": "7", + "title": "Catch Me If You Can", + "duration": 189000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40297 + }, + { + "artistId": 159, + "foreignTrackId": "880f538c-887f-4e3e-9801-cf8283c2dbb0", + "foreignRecordingId": "9eed8939-bb1a-4ec3-bc74-78273482d24c", + "trackFileId": 0, + "albumId": 1184, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "about time", + "duration": 194000, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40312 + }, + { + "artistId": 159, + "foreignTrackId": "3880dd6e-8a80-4c51-a5cd-7b9e3e53a877", + "foreignRecordingId": "2fb29623-7a0e-4977-b503-b51914845d50", + "trackFileId": 0, + "albumId": 1184, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "stutter", + "duration": 256000, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40313 + }, + { + "artistId": 159, + "foreignTrackId": "1e604773-e313-45b1-b1ff-cd2baa947cf3", + "foreignRecordingId": "849998ae-1071-4e14-bb13-a311973cacf7", + "trackFileId": 0, + "albumId": 1185, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "all you need is love", + "duration": 250000, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40314 + }, + { + "artistId": 159, + "foreignTrackId": "de0dbf8f-c1ca-4cb9-8a77-23f795b2eee0", + "foreignRecordingId": "685b36eb-4df4-4f47-af84-7373e6afa2f4", + "trackFileId": 0, + "albumId": 1185, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "nowhere else", + "duration": 196000, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40315 + }, + { + "artistId": 159, + "foreignTrackId": "6a8de4ee-1e0b-426f-87f2-86b80386dde1", + "foreignRecordingId": "0dafea9c-da46-46a3-b1dc-7c352d34b20d", + "trackFileId": 0, + "albumId": 1186, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Nocturne (Pierce Fulton remix)", + "duration": 243000, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40316 + }, + { + "artistId": 159, + "foreignTrackId": "c463bac5-9f27-4d64-9a8b-21c31b056fae", + "foreignRecordingId": "0ae7a004-dc45-482d-8076-4b87a03b26dd", + "trackFileId": 0, + "albumId": 1187, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "909", + "duration": 258000, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40317 + }, + { + "artistId": 159, + "foreignTrackId": "17d3fe00-83d6-490b-a654-2ffbafe99c8a", + "foreignRecordingId": "ecbe9899-8f6e-4055-b5d5-643b5e66bc80", + "trackFileId": 0, + "albumId": 1188, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "projector", + "duration": 222000, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40318 + }, + { + "artistId": 159, + "foreignTrackId": "df9d671c-bdf1-449f-9c02-d83a748a1527", + "foreignRecordingId": "2184a38a-22ea-44d5-8830-f116097175a3", + "trackFileId": 0, + "albumId": 1189, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "untitled", + "duration": 216000, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40319 + }, + { + "artistId": 159, + "foreignTrackId": "cf531789-9f8a-4eb6-8e23-5afea67fcd8c", + "foreignRecordingId": "9ca74898-61f0-4f5e-a4bb-68dfeacd0e51", + "trackFileId": 0, + "albumId": 1190, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Modern Warfare", + "duration": 202000, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40320 + }, + { + "artistId": 159, + "foreignTrackId": "40634094-e820-4119-adfb-76822e70cdf1", + "foreignRecordingId": "c94c4857-57a1-4811-858d-658df4e0b74d", + "trackFileId": 0, + "albumId": 1191, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Billie Jean", + "duration": 236000, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40321 + }, + { + "artistId": 159, + "foreignTrackId": "8033680b-620e-48a5-98d3-e72a1b355f6f", + "foreignRecordingId": "ca742996-b510-4fd0-a226-e500e11e3341", + "trackFileId": 0, + "albumId": 1192, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Balling", + "duration": 227532, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40322 + }, + { + "artistId": 159, + "foreignTrackId": "a635b24c-e389-4529-86a3-7afb2775f9c7", + "foreignRecordingId": "e097356e-53dc-455e-89d2-04144cd8cb08", + "trackFileId": 0, + "albumId": 1193, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Sci‐Fi", + "duration": 176349, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40323 + }, + { + "artistId": 159, + "foreignTrackId": "602207eb-7f74-47a7-9b35-0589771d2a3f", + "foreignRecordingId": "229e5b2e-65b5-41bd-926a-bda380419ea0", + "trackFileId": 0, + "albumId": 1194, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "can’t keep checking my phone", + "duration": 289000, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40324 + }, + { + "artistId": 159, + "foreignTrackId": "cc934694-52ad-4f35-9121-7f57baaabaf3", + "foreignRecordingId": "0cd3422a-aeca-4508-8f3a-e0a1a99c151f", + "trackFileId": 0, + "albumId": 1195, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "cant", + "duration": 206538, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40326 + }, + { + "artistId": 159, + "foreignTrackId": "2c5d92c8-f69f-4acd-adc1-7d4dc6ff1185", + "foreignRecordingId": "6dcd65e3-e80f-47b2-bf44-6dbc904c726c", + "trackFileId": 0, + "albumId": 1195, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "The Love U Need", + "duration": 289077, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40327 + }, + { + "artistId": 159, + "foreignTrackId": "46369b7d-b9db-4b25-93b4-e43943f528c1", + "foreignRecordingId": "ab3343ae-d562-486b-833b-a74123a2e07a", + "trackFileId": 0, + "albumId": 1196, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Zzz", + "duration": 180000, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40328 + }, + { + "artistId": 159, + "foreignTrackId": "75f6e4bf-7800-4be7-84b3-c5f5f9ba25b6", + "foreignRecordingId": "f4282c9b-c5f1-490d-b61d-34be347a5cd0", + "trackFileId": 0, + "albumId": 1197, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "5ever", + "duration": 198333, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40330 + }, + { + "artistId": 159, + "foreignTrackId": "036c2d84-66f9-4075-a98a-4106b858ecaa", + "foreignRecordingId": "ab3343ae-d562-486b-833b-a74123a2e07a", + "trackFileId": 0, + "albumId": 1197, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "Zzz", + "duration": 180000, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40331 + }, + { + "artistId": 159, + "foreignTrackId": "a2fa5992-a19c-4ad8-ad80-95550f57a022", + "foreignRecordingId": "650bbe75-d11f-439e-b334-14bea20fdd6f", + "trackFileId": 0, + "albumId": 1198, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Pocket (montreal)", + "duration": 118704, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40337 + }, + { + "artistId": 159, + "foreignTrackId": "418a7c7d-06c0-4a11-ae3e-6f868afdd4c4", + "foreignRecordingId": "f4282c9b-c5f1-490d-b61d-34be347a5cd0", + "trackFileId": 0, + "albumId": 1198, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "5ever", + "duration": 198333, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40338 + }, + { + "artistId": 159, + "foreignTrackId": "5f20f32e-d5f8-4cac-ac50-f9646b3be0af", + "foreignRecordingId": "ab3343ae-d562-486b-833b-a74123a2e07a", + "trackFileId": 0, + "albumId": 1198, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "Zzz", + "duration": 180001, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40339 + }, + { + "artistId": 159, + "foreignTrackId": "f1c1b327-cd67-41f0-852d-b522f07298c3", + "foreignRecordingId": "1286e9a3-ab17-4de2-9563-e3301c14496f", + "trackFileId": 0, + "albumId": 1199, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "gggiiiiirrrrlllll", + "duration": 109131, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40340 + }, + { + "artistId": 159, + "foreignTrackId": "bb724def-e6be-434f-b7fc-d15678dccf38", + "foreignRecordingId": "650bbe75-d11f-439e-b334-14bea20fdd6f", + "trackFileId": 0, + "albumId": 1199, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "Pocket (montreal)", + "duration": 118704, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40341 + }, + { + "artistId": 159, + "foreignTrackId": "28cae706-0353-44d0-a4db-d1c9057bd505", + "foreignRecordingId": "ab3343ae-d562-486b-833b-a74123a2e07a", + "trackFileId": 0, + "albumId": 1199, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "Zzz", + "duration": 180001, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40342 + }, + { + "artistId": 159, + "foreignTrackId": "13826791-e535-4e64-87f0-f56629de2f11", + "foreignRecordingId": "f4282c9b-c5f1-490d-b61d-34be347a5cd0", + "trackFileId": 0, + "albumId": 1199, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "5ever", + "duration": 198333, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40343 + }, + { + "artistId": 159, + "foreignTrackId": "55669b5a-c4d1-4d24-bd2e-e53fed77e124", + "foreignRecordingId": "6067496f-3dd8-4a1b-ba46-5e66fe642a45", + "trackFileId": 0, + "albumId": 1200, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Friday Night Song", + "duration": 244283, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40348 + }, + { + "artistId": 159, + "foreignTrackId": "a586aa24-89f7-4b5d-8b0b-361a5ea22570", + "foreignRecordingId": "ab3343ae-d562-486b-833b-a74123a2e07a", + "trackFileId": 0, + "albumId": 1200, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "Zzz", + "duration": 180001, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40349 + }, + { + "artistId": 159, + "foreignTrackId": "73ad4d0c-0c01-485b-bec5-0b7f99b2e770", + "foreignRecordingId": "650bbe75-d11f-439e-b334-14bea20fdd6f", + "trackFileId": 0, + "albumId": 1200, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "Pocket (montreal)", + "duration": 118704, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40350 + }, + { + "artistId": 159, + "foreignTrackId": "d4fb7795-d3d4-4af9-a0a2-95166a612614", + "foreignRecordingId": "f4282c9b-c5f1-490d-b61d-34be347a5cd0", + "trackFileId": 0, + "albumId": 1200, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "5ever", + "duration": 198333, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40351 + }, + { + "artistId": 159, + "foreignTrackId": "061c726a-1795-4e63-9323-106bf64cbf9f", + "foreignRecordingId": "c32f54e5-7145-4d99-b5d9-ee3fa6a9aa4f", + "trackFileId": 0, + "albumId": 1201, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Ghost in the Shell", + "duration": 253011, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40352 + }, + { + "artistId": 159, + "foreignTrackId": "b569ab2d-38fe-4fbf-bd2b-e8ff0fed9aeb", + "foreignRecordingId": "f4282c9b-c5f1-490d-b61d-34be347a5cd0", + "trackFileId": 0, + "albumId": 1201, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "5ever", + "duration": 198333, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40353 + }, + { + "artistId": 159, + "foreignTrackId": "7f77b297-d663-4abd-a31d-d79d5bd8bc16", + "foreignRecordingId": "1286e9a3-ab17-4de2-9563-e3301c14496f", + "trackFileId": 0, + "albumId": 1201, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "gggiiiiirrrrlllll", + "duration": 109131, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40354 + }, + { + "artistId": 159, + "foreignTrackId": "f2fdc77d-9ac0-47c3-a611-047a46964fb7", + "foreignRecordingId": "ab3343ae-d562-486b-833b-a74123a2e07a", + "trackFileId": 0, + "albumId": 1201, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "Zzz", + "duration": 180001, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40355 + }, + { + "artistId": 159, + "foreignTrackId": "15efe7fc-4ce0-48c6-bc8c-80cc2e33f62e", + "foreignRecordingId": "650bbe75-d11f-439e-b334-14bea20fdd6f", + "trackFileId": 0, + "albumId": 1201, + "explicit": false, + "absoluteTrackNumber": 5, + "trackNumber": "5", + "title": "Pocket (montreal)", + "duration": 118704, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40356 + }, + { + "artistId": 159, + "foreignTrackId": "04ff8d49-61e6-4427-8159-e8df5f80413b", + "foreignRecordingId": "3cdd9031-3f7d-4fd3-99e3-fcd44a3abbec", + "trackFileId": 0, + "albumId": 1202, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Still", + "duration": 196620, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40357 + }, + { + "artistId": 159, + "foreignTrackId": "5bc4e1f8-62c5-477d-b1ec-75f66ba4ff2d", + "foreignRecordingId": "1286e9a3-ab17-4de2-9563-e3301c14496f", + "trackFileId": 0, + "albumId": 1202, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "gggiiiiirrrrlllll", + "duration": 109131, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40358 + }, + { + "artistId": 159, + "foreignTrackId": "cd7c90d3-b86c-4671-b7f0-dc4a50d908e3", + "foreignRecordingId": "c32f54e5-7145-4d99-b5d9-ee3fa6a9aa4f", + "trackFileId": 0, + "albumId": 1202, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "Ghost in the Shell", + "duration": 253011, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40359 + }, + { + "artistId": 159, + "foreignTrackId": "8ede66b6-98b9-483d-a320-5e2b2eed3085", + "foreignRecordingId": "ab3343ae-d562-486b-833b-a74123a2e07a", + "trackFileId": 0, + "albumId": 1202, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "Zzz", + "duration": 180001, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40360 + }, + { + "artistId": 159, + "foreignTrackId": "4d74dee1-0c3d-46b9-abc7-9781b31c52da", + "foreignRecordingId": "650bbe75-d11f-439e-b334-14bea20fdd6f", + "trackFileId": 0, + "albumId": 1202, + "explicit": false, + "absoluteTrackNumber": 5, + "trackNumber": "5", + "title": "Pocket (montreal)", + "duration": 118704, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40361 + }, + { + "artistId": 159, + "foreignTrackId": "e0670e19-a4c6-49b2-905f-0c22566c0dab", + "foreignRecordingId": "f4282c9b-c5f1-490d-b61d-34be347a5cd0", + "trackFileId": 0, + "albumId": 1202, + "explicit": false, + "absoluteTrackNumber": 6, + "trackNumber": "6", + "title": "5ever", + "duration": 198333, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40362 + }, + { + "artistId": 159, + "foreignTrackId": "bb457e5b-d026-4efa-9b5d-5058d11858d2", + "foreignRecordingId": "491da9b2-c465-4f79-b2df-0ce4e3bb4f2f", + "trackFileId": 215392, + "albumId": 1203, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "After the Titanic", + "duration": 335702, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40363 + }, + { + "artistId": 159, + "foreignTrackId": "bc8e82d1-71bc-42cb-8179-7125604933db", + "foreignRecordingId": "dfa7788f-e698-4c8f-9291-c4fef15de59c", + "trackFileId": 215420, + "albumId": 1203, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "Statues", + "duration": 307177, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40364 + }, + { + "artistId": 159, + "foreignTrackId": "2bf4e8dd-192c-4b2f-b57c-325f1f224408", + "foreignRecordingId": "00944d8b-d6aa-406c-a34b-1e555aee2070", + "trackFileId": 215445, + "albumId": 1203, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "Kairos", + "duration": 284163, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40365 + }, + { + "artistId": 159, + "foreignTrackId": "ff78aa35-9d26-4664-92b0-5380f36c8e18", + "foreignRecordingId": "54506cac-a4f7-419d-bfcb-33102e8ddfc8", + "trackFileId": 215466, + "albumId": 1203, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "First & Last", + "duration": 260078, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40366 + }, + { + "artistId": 159, + "foreignTrackId": "5352cdbd-908f-4f40-bf45-e45cd5b7f3e2", + "foreignRecordingId": "da63f41f-34f1-4f1a-8814-567cdb419e17", + "trackFileId": 215491, + "albumId": 1203, + "explicit": false, + "absoluteTrackNumber": 5, + "trackNumber": "5", + "title": "Machines", + "duration": 293044, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40367 + }, + { + "artistId": 159, + "foreignTrackId": "24495197-d391-4cb1-a7d8-c2458792d73e", + "foreignRecordingId": "adca6537-9ce2-485a-83d4-ce50c775b55d", + "trackFileId": 215508, + "albumId": 1203, + "explicit": false, + "absoluteTrackNumber": 6, + "trackNumber": "6", + "title": "Holdin’ On (instrumental)", + "duration": 294429, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40368 + }, + { + "artistId": 159, + "foreignTrackId": "4ecb1741-83a9-47cb-b81a-eaf8e3b95685", + "foreignRecordingId": "16b62a2d-82ec-4896-a163-aa42b260610c", + "trackFileId": 215526, + "albumId": 1203, + "explicit": false, + "absoluteTrackNumber": 7, + "trackNumber": "7", + "title": "Limitless", + "duration": 289805, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40369 + }, + { + "artistId": 159, + "foreignTrackId": "d74dc1fd-e343-4f96-a8bc-1aa0c07016a9", + "foreignRecordingId": "0eb10f04-7c4c-4d72-a36d-dcc7eed13835", + "trackFileId": 215545, + "albumId": 1203, + "explicit": false, + "absoluteTrackNumber": 8, + "trackNumber": "8", + "title": "Death of a Dream", + "duration": 208982, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40370 + }, + { + "artistId": 159, + "foreignTrackId": "bf74e3bb-dbbc-4a43-912e-08f79b6f086b", + "foreignRecordingId": "84103a20-97ff-4128-a4e9-f5b64a3904ce", + "trackFileId": 215559, + "albumId": 1203, + "explicit": false, + "absoluteTrackNumber": 9, + "trackNumber": "9", + "title": "Chasing Ghosts", + "duration": 291503, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40371 + }, + { + "artistId": 159, + "foreignTrackId": "6355b7b8-4509-49a8-9eb8-7b1d11bb64ce", + "foreignRecordingId": "f04a12b7-568f-4067-8e40-a51862ffc5df", + "trackFileId": 215580, + "albumId": 1203, + "explicit": false, + "absoluteTrackNumber": 10, + "trackNumber": "10", + "title": "Chasing Ghosts (original concept)", + "duration": 284000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40372 + }, + { + "artistId": 159, + "foreignTrackId": "f901386b-f401-4f51-b34e-6b6ce1346ff9", + "foreignRecordingId": "0b1d6927-9827-4fbd-aaa8-58c876b8e97f", + "trackFileId": 215396, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Again", + "duration": 269000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40373 + }, + { + "artistId": 159, + "foreignTrackId": "94df38c2-f7d6-4e0d-99af-4417f1d5b9c1", + "foreignRecordingId": "74833d03-1072-4d20-af74-30ebe9792455", + "trackFileId": 215421, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "Karma", + "duration": 299000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40374 + }, + { + "artistId": 159, + "foreignTrackId": "dd16bbd3-b2cc-4de5-a599-12928cb176af", + "foreignRecordingId": "9373915c-70e9-41f9-8467-c239027c5e35", + "trackFileId": 215444, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "L.I.F.E.", + "duration": 298000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40375 + }, + { + "artistId": 159, + "foreignTrackId": "ef017e76-43d4-4f8e-b825-9a660c0a70e9", + "foreignRecordingId": "4a6a3f48-0346-4c7a-b984-47072114aa71", + "trackFileId": 215472, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "Fallin’", + "duration": 232000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40376 + }, + { + "artistId": 159, + "foreignTrackId": "1b24a497-1088-4c09-a319-6faa432f26ed", + "foreignRecordingId": "d882d8c6-6ff0-4321-8b68-30978ba0759a", + "trackFileId": 215492, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 5, + "trackNumber": "5", + "title": "All of the Lights (The Eden Project remix)", + "duration": 290000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40377 + }, + { + "artistId": 159, + "foreignTrackId": "5ad40ebf-7a11-400c-8425-2c44375a3789", + "foreignRecordingId": "487b8dcb-aa0b-492f-9e96-dc69d63c7457", + "trackFileId": 215512, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 6, + "trackNumber": "6", + "title": "Grape…", + "duration": 264000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40378 + }, + { + "artistId": 159, + "foreignTrackId": "56ac4b99-acfb-46e5-9182-332523acd2e0", + "foreignRecordingId": "b9867e6e-71a1-4d3b-85fc-78bb06dbd8e8", + "trackFileId": 215525, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 7, + "trackNumber": "7", + "title": "Solace", + "duration": 305000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40379 + }, + { + "artistId": 159, + "foreignTrackId": "ae77d406-3bfc-4fe5-8412-78698402d283", + "foreignRecordingId": "431c9cc5-47eb-4486-820d-7d0b0f1d0122", + "trackFileId": 215541, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 8, + "trackNumber": "8", + "title": "Babel", + "duration": 353000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40380 + }, + { + "artistId": 159, + "foreignTrackId": "be8241d8-9e72-4a1b-a20a-1139f8177464", + "foreignRecordingId": "de51a0c7-66a3-45cc-84c8-c9bffcd05e52", + "trackFileId": 215557, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 9, + "trackNumber": "9", + "title": "Fallout (original mix)", + "duration": 360000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40381 + }, + { + "artistId": 159, + "foreignTrackId": "51d53a19-869c-4445-8667-56e4e4030fb2", + "foreignRecordingId": "47d9488d-55c2-4366-8fba-442bba56e275", + "trackFileId": 215577, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 10, + "trackNumber": "10", + "title": "Closer (The Eden Project remix)", + "duration": 306000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40382 + }, + { + "artistId": 159, + "foreignTrackId": "b4428540-6628-49c2-bc66-5bf6c6ac7b68", + "foreignRecordingId": "2ebd9eee-59d6-4b33-be5b-9883f0e4adb0", + "trackFileId": 215591, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 11, + "trackNumber": "11", + "title": "Astronot", + "duration": 263000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40383 + }, + { + "artistId": 159, + "foreignTrackId": "eafcb3c0-a68b-4a79-bd21-01313708e28c", + "foreignRecordingId": "5067619a-746e-4642-8340-ea68925ed5fb", + "trackFileId": 215603, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 12, + "trackNumber": "12", + "title": "Coalesce", + "duration": 274000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40384 + }, + { + "artistId": 159, + "foreignTrackId": "5b39681e-f92f-4323-9f7f-86a93521a49b", + "foreignRecordingId": "459bc53d-0ba7-4ef2-ba38-499abb1facd4", + "trackFileId": 215612, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 13, + "trackNumber": "13", + "title": "Staying (The Eden Project edit)", + "duration": 264000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40385 + }, + { + "artistId": 159, + "foreignTrackId": "bf3c0e0c-618f-4daf-88aa-7649e2ea5076", + "foreignRecordingId": "644c2828-e0bd-409d-961d-f0a78b005aaa", + "trackFileId": 215623, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 14, + "trackNumber": "14", + "title": "Say Something (cover)", + "duration": 270000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40386 + }, + { + "artistId": 159, + "foreignTrackId": "276959e5-1827-4d9f-b5f3-5af425cdb341", + "foreignRecordingId": "ca69fb27-8158-4678-b9d4-8acf375b628a", + "trackFileId": 215631, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 15, + "trackNumber": "15", + "title": "Ghost (The Eden Project remix)", + "duration": 302000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40387 + }, + { + "artistId": 159, + "foreignTrackId": "21984397-bd84-41ed-a582-25aab7c34b1b", + "foreignRecordingId": "3de9faae-4c12-4f47-9c73-b20f89faef21", + "trackFileId": 215641, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 16, + "trackNumber": "16", + "title": "Rain (The Eden Project remix)", + "duration": 260000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40388 + }, + { + "artistId": 159, + "foreignTrackId": "8c4a80ae-8e91-4b63-a152-62adef8b6615", + "foreignRecordingId": "4cc264ee-c845-4359-97f6-3ea9311697b9", + "trackFileId": 215645, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 17, + "trackNumber": "17", + "title": "Rift (The Eden Project remix)", + "duration": 278000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40389 + }, + { + "artistId": 159, + "foreignTrackId": "7fd924fe-f6a0-4652-b680-5aec5a634c73", + "foreignRecordingId": "a0dd0c72-f089-47cd-9f7c-fd0b61a77c91", + "trackFileId": 215410, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Scrapped Instrumental", + "duration": 98000, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40390 + }, + { + "artistId": 159, + "foreignTrackId": "cd987ee5-767b-4bc3-a232-cc22e3d16079", + "foreignRecordingId": "5a4d6329-17f1-40ea-a8f9-00749977de3b", + "trackFileId": 215436, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "Scrapped Some Chords (remix)", + "duration": 84000, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40391 + }, + { + "artistId": 159, + "foreignTrackId": "7601b4b0-71ee-4bb6-83ee-d6d216e174dd", + "foreignRecordingId": "4ebcbe3c-cad8-432c-8b4f-3aaac3eea733", + "trackFileId": 215450, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "Billy Jean (The Eden Project remix)", + "duration": 238000, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40392 + }, + { + "artistId": 159, + "foreignTrackId": "9eac7244-36f7-45f4-bf26-3d4d88fb5157", + "foreignRecordingId": "339b232d-d58f-43bc-8f22-667b8c205dfd", + "trackFileId": 215475, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "Feeling Good (scrapped)", + "duration": 206000, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40393 + }, + { + "artistId": 159, + "foreignTrackId": "1bb4a2d8-f3ec-4e7a-927e-6aa36c090439", + "foreignRecordingId": "cac06a6a-ebc8-4949-bc3a-e56bb2e4e1f2", + "trackFileId": 215493, + "albumId": 1204, + "explicit": false, + "absoluteTrackNumber": 5, + "trackNumber": "5", + "title": "I Tried to Be Deadmau5 Once", + "duration": 284000, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40394 + }, + { + "artistId": 159, + "foreignTrackId": "34106ac8-c8f2-4b3e-85b3-13a0f1f7f174", + "foreignRecordingId": "a66cb3ab-d208-44e7-8590-67f771c79c4b", + "trackFileId": 215398, + "albumId": 1205, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "drowning.", + "duration": 258000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40400 + }, + { + "artistId": 159, + "foreignTrackId": "f43f0322-2263-4cef-a953-75ae350abd60", + "foreignRecordingId": "93c7b206-6ad0-46f5-8a4e-1d71bb9228ec", + "trackFileId": 215426, + "albumId": 1205, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "Fumes", + "duration": 212000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40401 + }, + { + "artistId": 159, + "foreignTrackId": "a5b6d115-8d18-4b41-bc1b-e639ade6c24e", + "foreignRecordingId": "2d25676a-c6fc-430b-ab2f-4f875dec957b", + "trackFileId": 215448, + "albumId": 1205, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "Jupiter", + "duration": 243000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40402 + }, + { + "artistId": 159, + "foreignTrackId": "93eac9aa-0759-4979-8484-be745227cd08", + "foreignRecordingId": "5a883e89-5f38-4d9c-9e0e-0e2b025ec895", + "trackFileId": 215481, + "albumId": 1205, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "Soul", + "duration": 127000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40403 + }, + { + "artistId": 159, + "foreignTrackId": "678cd958-add3-4ac1-9529-ce32ad43c0c2", + "foreignRecordingId": "33843ed6-0a57-4224-8a45-0c558a51acbe", + "trackFileId": 215489, + "albumId": 1205, + "explicit": false, + "absoluteTrackNumber": 5, + "trackNumber": "5", + "title": "Man Down", + "duration": 315000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40404 + }, + { + "artistId": 159, + "foreignTrackId": "c720184c-3d2a-48e0-984f-360b6d73ea14", + "foreignRecordingId": "58e9a439-3d6f-4acc-8928-c16fa4dcd63b", + "trackFileId": 215397, + "albumId": 1205, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "drowning. (clean)", + "duration": 258000, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40405 + }, + { + "artistId": 159, + "foreignTrackId": "298eeb83-3340-49cb-b3df-a07ebd80dc2e", + "foreignRecordingId": "32c9dd5d-e772-46e6-9df4-8791d7cbdbd3", + "trackFileId": 215433, + "albumId": 1205, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "Fumes/Drowning (First Draft)", + "duration": 149000, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40406 + }, + { + "artistId": 159, + "foreignTrackId": "186638d7-3dce-4d4a-ba10-524e40aaad09", + "foreignRecordingId": "d29f13f3-b2b5-4f28-b420-11f2d4e6ed97", + "trackFileId": 169034, + "albumId": 1206, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Strangers (The Eden Project remix)", + "duration": 327000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40407 + }, + { + "artistId": 159, + "foreignTrackId": "c532dcc5-4ec2-435f-a4f8-e616becfdad2", + "foreignRecordingId": "fb3924bf-a3c5-400c-965f-4fb07624a3d9", + "trackFileId": 169200, + "albumId": 1206, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "Sleepless (The Eden Project remix)", + "duration": 271000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40408 + }, + { + "artistId": 159, + "foreignTrackId": "08b24101-d751-43d6-8e62-ba177cc1814b", + "foreignRecordingId": "4a53d1ec-171c-4750-b41d-cd99da6831fe", + "trackFileId": 169380, + "albumId": 1206, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "Kuaga (The Eden Project remix)", + "duration": 226000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40409 + }, + { + "artistId": 159, + "foreignTrackId": "49264fa2-835f-4e0a-a6f4-bf8d5a68a594", + "foreignRecordingId": "ab9a6602-21b5-4f7b-86bf-0edf803f8122", + "trackFileId": 0, + "albumId": 1207, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Lost", + "duration": 284718, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40410 + }, + { + "artistId": 159, + "foreignTrackId": "5c27662d-2091-41ef-9fb5-eab48ce658bb", + "foreignRecordingId": "239c6771-bdb1-4d8c-9acd-29235fd02cb2", + "trackFileId": 0, + "albumId": 1208, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "I Am", + "duration": 245225, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40411 + }, + { + "artistId": 159, + "foreignTrackId": "b012e363-7c94-443d-9873-e585ee1502d2", + "foreignRecordingId": "28f7211e-9a59-41be-9543-00608fa4474d", + "trackFileId": 0, + "albumId": 1208, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "Spitfire Part 1", + "duration": 254122, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40412 + }, + { + "artistId": 159, + "foreignTrackId": "87c828e4-4ce5-4c4e-9133-d425ee0074cc", + "foreignRecordingId": "706a233b-c209-4c32-89a3-03248b594caa", + "trackFileId": 0, + "albumId": 1208, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "Spitfire Part 2", + "duration": 270057, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40413 + }, + { + "artistId": 159, + "foreignTrackId": "db1bf0bb-9133-46a0-9dd2-7051641e4363", + "foreignRecordingId": "8be5f7b5-4120-4bc2-bdfa-6e4d0850c7ef", + "trackFileId": 0, + "albumId": 1208, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "Spitfire Part 3", + "duration": 221312, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40414 + }, + { + "artistId": 159, + "foreignTrackId": "ef7c5d41-3a77-4a78-8136-1112665ff519", + "foreignRecordingId": "11e8eb36-acb3-4ca4-8d1d-16d4486aa117", + "trackFileId": 0, + "albumId": 1209, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "XO (Monkey Punch remix)", + "duration": 166000, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40415 + }, + { + "artistId": 159, + "foreignTrackId": "cbd1622e-a752-4fc0-8758-0b5e5d34b7f3", + "foreignRecordingId": "01a168e4-fb0b-4f3e-80be-f221a84e0191", + "trackFileId": 0, + "albumId": 1210, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Blank_Space", + "duration": 215745, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40416 + }, + { + "artistId": 159, + "foreignTrackId": "485b3794-8809-40f5-b973-7be94cd6ee38", + "foreignRecordingId": "a6dbb913-6699-4eee-afcd-ff9b5ca4e42c", + "trackFileId": 169116, + "albumId": 1211, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Entrance", + "duration": 152000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40417 + }, + { + "artistId": 159, + "foreignTrackId": "c6a7caa4-a1d6-484b-bd21-647cf2bc59d7", + "foreignRecordingId": "ab9a6602-21b5-4f7b-86bf-0edf803f8122", + "trackFileId": 169207, + "albumId": 1211, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "Lost", + "duration": 285000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40418 + }, + { + "artistId": 159, + "foreignTrackId": "7551f71a-2351-48f4-b0a0-c86c56b0b0c8", + "foreignRecordingId": "1c38e8bb-0fda-44f4-8581-c94b05e2649f", + "trackFileId": 169339, + "albumId": 1211, + "explicit": false, + "absoluteTrackNumber": 3, + "trackNumber": "3", + "title": "Better Together", + "duration": 326000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40419 + }, + { + "artistId": 159, + "foreignTrackId": "843e6a7b-5f26-4bcc-93db-838adb84502d", + "foreignRecordingId": "4e7c8332-b135-4037-939e-6c2cca99d6ef", + "trackFileId": 169490, + "albumId": 1211, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "4", + "title": "Crush", + "duration": 266000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40420 + }, + { + "artistId": 159, + "foreignTrackId": "cd61c2c5-c2ca-44d2-9287-93432543e4c4", + "foreignRecordingId": "71b341a3-4163-4ea1-a9b7-dc045225cf01", + "trackFileId": 169621, + "albumId": 1211, + "explicit": false, + "absoluteTrackNumber": 5, + "trackNumber": "5", + "title": "Circles", + "duration": 276000, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40421 + }, + { + "artistId": 159, + "foreignTrackId": "9412979b-94ca-4b76-a8f6-d1e2caca46d6", + "foreignRecordingId": "3bc73495-a7a2-4dc7-915c-812a0d122370", + "trackFileId": 0, + "albumId": 1237, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Times Like These", + "duration": 286537, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 41424 + }, + { + "artistId": 159, + "foreignTrackId": "eb13dee0-b862-45a0-8e3d-57fbb316bbdc", + "foreignRecordingId": "8284e659-047f-46c8-af90-ac9ea9bf147f", + "trackFileId": 0, + "albumId": 1236, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "cant", + "duration": 206538, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 41452 + }, + { + "artistId": 159, + "foreignTrackId": "17aa02b8-d9d7-44d4-bedd-57091de081c7", + "foreignRecordingId": "5933d2e6-fb33-437d-82bf-e687639383e7", + "trackFileId": 0, + "albumId": 1236, + "explicit": false, + "absoluteTrackNumber": 2, + "trackNumber": "2", + "title": "The Love U Need", + "duration": 289078, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 41453 + }, + { + "artistId": 159, + "foreignTrackId": "a574446f-b1fe-45a6-b609-fbc301643069", + "foreignRecordingId": "2eca70e1-66a0-43ac-bacd-e3b19fd127b9", + "trackFileId": 0, + "albumId": 1467, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Peaked", + "duration": 174000, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 44992 + }, + { + "artistId": 159, + "foreignTrackId": "f343c4cc-c93c-40c8-b7fb-52e430e583b5", + "foreignRecordingId": "0de186b3-94a6-4d8d-87af-538e81af7e95", + "trackFileId": 0, + "albumId": 1468, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Chasing Ghosts", + "duration": 291500, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 44993 + }, + { + "artistId": 159, + "foreignTrackId": "18a38185-6eeb-4126-90cb-e2a6872de597", + "foreignRecordingId": "44df4879-706a-423f-96e5-57b7372544ca", + "trackFileId": 0, + "albumId": 1469, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "XO", + "duration": 159582, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 44994 + }, + { + "artistId": 159, + "foreignTrackId": "71be369a-9a17-41ff-9746-d9582117330a", + "foreignRecordingId": "c516b03b-587e-449b-b5d6-54efc9619792", + "trackFileId": 0, + "albumId": 1470, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Gone", + "duration": 238576, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 44995 + }, + { + "artistId": 159, + "foreignTrackId": "2c4a5ea7-574f-4273-90d0-98be93ab66d8", + "foreignRecordingId": "100c871f-414a-4255-9f1c-955e812b5298", + "trackFileId": 0, + "albumId": 1471, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "woah", + "duration": 188212, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 44996 + }, + { + "artistId": 159, + "foreignTrackId": "f55dbc69-1c47-4b54-a452-45f3403ede5d", + "foreignRecordingId": "c75681ce-4346-4433-b113-3e6e51195cfc", + "trackFileId": 0, + "albumId": 1472, + "explicit": false, + "absoluteTrackNumber": 1, + "trackNumber": "1", + "title": "Crazy in Love", + "duration": 265456, + "mediumNumber": 1, + "hasFile": false, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 44997 + } +] diff --git a/Ruddarr/Preview Content/artists.json b/Ruddarr/Preview Content/artists.json new file mode 100644 index 00000000..f06178ec --- /dev/null +++ b/Ruddarr/Preview Content/artists.json @@ -0,0 +1,49493 @@ +[ + { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "overview": "Jonathon Ng, known professionally as Eden, is an Irish musician, singer, songwriter, record producer, and occasional model. He formerly operated as The Spab Project and later The Eden Project, an alias discontinued in 2015. Ng's work as The Eden Project typically featured more conventional styles of electronic dance music, such as dubstep and drum and bass, while EDEN saw himself venturing into an indie pop style.", + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Still", + "disambiguation": "", + "overview": "", + "artistId": 159, + "foreignAlbumId": "4d2a1229-cd03-453c-aeca-a1ee9a38876a", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1055800, + "albumType": "Single", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-08-21T00:00:00Z", + "releases": [ + { + "id": 3161, + "albumId": 1202, + "foreignReleaseId": "9374ed02-34ac-4eda-ad6f-9403ba9949a8", + "title": "Still", + "status": "Official", + "duration": 1055800, + "trackCount": 6, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Independent Co.", + "MCMXCV" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "EDEN", + "foreignArtistId": "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a", + "tadbId": 0, + "discogsId": 0, + "overview": "Jonathon Ng, known professionally as Eden, is an Irish musician, singer, songwriter, record producer, and occasional model. He formerly operated as The Spab Project and later The Eden Project, an alias discontinued in 2015. Ng's work as The Eden Project typically featured more conventional styles of electronic dance music, such as dubstep and drum and bass, while EDEN saw himself venturing into an indie pop style.", + "artistType": "Person", + "disambiguation": "Irish indie pop", + "links": [ + { + "url": "https://www.youtube.com/channel/UC-ZsN5evqmSVo3_SJyQe9yA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/iameden", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/iameden", + "name": "facebook" + }, + { + "url": "http://iameden.eu/", + "name": "iameden" + }, + { + "url": "https://www.discogs.com/artist/3824502", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/the-eden-project/436681", + "name": "beatport" + }, + { + "url": "https://www.songkick.com/artists/8877139", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Eden", + "name": "last" + }, + { + "url": "https://twitter.com/iameden", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iameden/", + "name": "instagram" + }, + { + "url": "https://www.mcmxcv.eu/", + "name": "mcmxcv" + }, + { + "url": "https://open.spotify.com/artist/1t20wYnTiAT0Bs7H1hv9Wt", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id1067193301", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1067193301", + "name": "apple" + }, + { + "url": "https://www.wikidata.org/wiki/Q22004185", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0003523590", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/eden-1", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/15718519", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/14450", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/ryqqxy1496089242.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/xsppqt1590162083.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/rwssvt1496088981.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "id": 159 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/9374ed02-34ac-4eda-ad6f-9403ba9949a8/42827880766-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2025-10-31T07:52:50Z", + "id": 1202 + }, + "images": [ + { + "url": "/MediaCover/159/clearlogo.png?lastWrite=639120302182098559", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/ryqqxy1496089242.png" + }, + { + "url": "/MediaCover/159/fanart.jpg?lastWrite=638934484802145532", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/xsppqt1590162083.jpg" + }, + { + "url": "/MediaCover/159/poster.jpg?lastWrite=638932402006818626", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/rwssvt1496088981.jpg" + } + ], + "path": "/mnt/plex/music/EDEN", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Indie Pop", + "Indietronica" + ], + "cleanName": "eden", + "sortName": "eden", + "tags": [], + "added": "2025-09-12T02:15:56Z", + "ratings": { + "votes": 5, + "value": 10 + }, + "statistics": { + "albumCount": 44, + "trackFileCount": 128, + "trackCount": 184, + "totalTrackCount": 184, + "sizeOnDisk": 1552578479, + "percentOfTracks": 69.56521739130434 + }, + "id": 159 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Andy Grammer", + "foreignArtistId": "9e60ea29-9607-4f7d-aa96-2092ef41f0d3", + "tadbId": 0, + "discogsId": 0, + "overview": "Andrew Charles Grammer is an American singer, songwriter, and record producer. He has been signed to Mushroom Music Publishing since March 2022.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.wikidata.org/wiki/Q4299814", + "name": "wikidata" + }, + { + "url": "http://muzikum.eu/en/122-11611/andy-grammer/lyrics.html", + "name": "muzikum" + }, + { + "url": "https://open.spotify.com/artist/2oX42qP5ineK3hrhBECLmj", + "name": "spotify" + }, + { + "url": "https://www.facebook.com/andygrammer", + "name": "facebook" + }, + { + "url": "https://www.discogs.com/artist/2228539", + "name": "discogs" + }, + { + "url": "http://viaf.org/viaf/264509874", + "name": "viaf" + }, + { + "url": "http://andygrammer.com/home", + "name": "andygrammer" + }, + { + "url": "https://www.imdb.com/name/nm4499511/", + "name": "imdb" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Andy_Grammer_2014.jpg", + "name": "wikimedia" + }, + { + "url": "https://twitter.com/andygrammer", + "name": "twitter" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb166280905", + "name": "bnf" + }, + { + "url": "https://www.allmusic.com/artist/mn0001814388", + "name": "allmusic" + }, + { + "url": "https://www.songkick.com/artists/713189", + "name": "songkick" + }, + { + "url": "https://www.deezer.com/artist/864595", + "name": "deezer" + }, + { + "url": "https://imvdb.com/n/andy-grammer", + "name": "imvdb" + }, + { + "url": "https://tidal.com/artist/4520321", + "name": "tidal" + }, + { + "url": "https://rateyourmusic.com/artist/andy_grammer", + "name": "rateyourmusic" + }, + { + "url": "https://music.apple.com/us/artist/395772279", + "name": "apple" + }, + { + "url": "https://music.apple.com/ca/artist/395772279", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Monster", + "disambiguation": "", + "overview": "", + "artistId": 7, + "foreignAlbumId": "8a30f4dc-1cdf-4f8b-b938-6b87f04b7cf8", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 4626309, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2024-10-04T00:00:00Z", + "releases": [ + { + "id": 2408, + "albumId": 1000, + "foreignReleaseId": "3f746d38-7011-4384-a36c-3b694c0bd2f6", + "title": "Monster", + "status": "Official", + "duration": 1950309, + "trackCount": 11, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "S‐Curve Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2451, + "albumId": 1000, + "foreignReleaseId": "828802f3-fbe7-4e47-9ae1-d72ca415e672", + "title": "Monster (Deluxe)", + "status": "Official", + "duration": 4626309, + "trackCount": 27, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "S‐Curve Records" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Andy Grammer", + "foreignArtistId": "9e60ea29-9607-4f7d-aa96-2092ef41f0d3", + "tadbId": 0, + "discogsId": 0, + "overview": "Andrew Charles Grammer is an American singer, songwriter, and record producer. He has been signed to Mushroom Music Publishing since March 2022.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.wikidata.org/wiki/Q4299814", + "name": "wikidata" + }, + { + "url": "http://muzikum.eu/en/122-11611/andy-grammer/lyrics.html", + "name": "muzikum" + }, + { + "url": "https://open.spotify.com/artist/2oX42qP5ineK3hrhBECLmj", + "name": "spotify" + }, + { + "url": "https://www.facebook.com/andygrammer", + "name": "facebook" + }, + { + "url": "https://www.discogs.com/artist/2228539", + "name": "discogs" + }, + { + "url": "http://viaf.org/viaf/264509874", + "name": "viaf" + }, + { + "url": "http://andygrammer.com/home", + "name": "andygrammer" + }, + { + "url": "https://www.imdb.com/name/nm4499511/", + "name": "imdb" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Andy_Grammer_2014.jpg", + "name": "wikimedia" + }, + { + "url": "https://twitter.com/andygrammer", + "name": "twitter" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb166280905", + "name": "bnf" + }, + { + "url": "https://www.allmusic.com/artist/mn0001814388", + "name": "allmusic" + }, + { + "url": "https://www.songkick.com/artists/713189", + "name": "songkick" + }, + { + "url": "https://www.deezer.com/artist/864595", + "name": "deezer" + }, + { + "url": "https://imvdb.com/n/andy-grammer", + "name": "imvdb" + }, + { + "url": "https://tidal.com/artist/4520321", + "name": "tidal" + }, + { + "url": "https://rateyourmusic.com/artist/andy_grammer", + "name": "rateyourmusic" + }, + { + "url": "https://music.apple.com/us/artist/395772279", + "name": "apple" + }, + { + "url": "https://music.apple.com/ca/artist/395772279", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/andy-grammer-4f4b8b7d68d37.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/sstvtp1366342044.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/qpptqq1366342435.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Andy Grammer", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Pop Rock", + "Alternative Pop", + "Funk", + "Pop", + "Pop Soul", + "Soul" + ], + "cleanName": "andygrammer", + "sortName": "andy grammer", + "tags": [], + "added": "2023-09-11T04:42:46Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 7 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/3f746d38-7011-4384-a36c-3b694c0bd2f6/40489074100-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1000 + }, + "images": [ + { + "url": "/MediaCover/7/clearlogo.png?lastWrite=638941403440396301", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/andy-grammer-4f4b8b7d68d37.png" + }, + { + "url": "/MediaCover/7/fanart.jpg?lastWrite=638921137823600928", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/sstvtp1366342044.jpg" + }, + { + "url": "/MediaCover/7/poster.jpg?lastWrite=638941403440154558", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/qpptqq1366342435.jpg" + } + ], + "path": "/mnt/plex/music/Andy Grammer", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Pop Rock", + "Alternative Pop", + "Funk", + "Pop", + "Pop Soul", + "Soul" + ], + "cleanName": "andygrammer", + "sortName": "andy grammer", + "tags": [], + "added": "2023-09-11T04:42:46Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 6, + "trackFileCount": 1, + "trackCount": 83, + "totalTrackCount": 83, + "sizeOnDisk": 6806414, + "percentOfTracks": 1.2048192771084338 + }, + "id": 7 + }, + { + "status": "continuing", + "ended": false, + "artistName": "David Guetta", + "foreignArtistId": "302bd7b9-d012-4360-897a-93b00c855680", + "tadbId": 0, + "discogsId": 0, + "overview": "Pierre David Guetta is a French DJ and record producer. He has sold over 10 million albums and 65 million singles globally, with more than 30 billion streams on Spotify. Guetta was voted the number one DJ in the DJ Mag Top 100 DJs polls in 2011, 2020, 2021, 2023 and 2025. In 2013, Billboard ranked his song \"When Love Takes Over\" as the number one dance-pop collaboration of all time.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/36527", + "name": "discogs" + }, + { + "url": "https://myspace.com/davidguetta", + "name": "myspace" + }, + { + "url": "https://www.bbc.co.uk/music/artists/302bd7b9-d012-4360-897a-93b00c855680", + "name": "bbc" + }, + { + "url": "https://twitter.com/davidguetta", + "name": "twitter" + }, + { + "url": "https://www.allmusic.com/artist/mn0000213561", + "name": "allmusic" + }, + { + "url": "https://open.spotify.com/artist/1Cs0zKBU1kc0i8ypK3B9ai", + "name": "spotify" + }, + { + "url": "http://viaf.org/viaf/27259726", + "name": "viaf" + }, + { + "url": "https://soundcloud.com/davidguetta", + "name": "soundcloud" + }, + { + "url": "https://www.wikidata.org/wiki/Q8298", + "name": "wikidata" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:David_Guetta_at_2011_MMVA.jpg", + "name": "wikimedia" + }, + { + "url": "https://secondhandsongs.com/artist/17309", + "name": "secondhandsongs" + }, + { + "url": "http://muzikum.eu/en/122-4514/david-guetta/lyrics.html", + "name": "muzikum" + }, + { + "url": "https://rateyourmusic.com/artist/david_guetta", + "name": "rateyourmusic" + }, + { + "url": "https://itunes.apple.com/fr/artist/id5557599", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Atz23uqwiyignuosgnreslh736y", + "name": "google" + }, + { + "url": "http://www.junodownload.com/artists/David+Guetta/", + "name": "junodownload" + }, + { + "url": "https://fr.7digital.com/artist/david-guetta", + "name": "7digital" + }, + { + "url": "https://utaitedb.net/Ar/22545", + "name": "utaitedb" + }, + { + "url": "https://www.deezer.com/artist/542", + "name": "deezer" + }, + { + "url": "https://vk.com/davidguetta", + "name": "vk" + }, + { + "url": "https://d-nb.info/gnd/134926811", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2010074966", + "name": "loc" + }, + { + "url": "https://www.worldcat.org/identities/lccn-no2010074966/", + "name": "worldcat" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb13971020f", + "name": "bnf" + }, + { + "url": "https://www.imdb.com/name/nm1615892/", + "name": "imdb" + }, + { + "url": "https://genius.com/artists/David-guetta", + "name": "genius" + }, + { + "url": "https://www.instagram.com/davidguetta/", + "name": "instagram" + }, + { + "url": "https://plus.google.com/u/0/+DavidGUETTA", + "name": "google" + }, + { + "url": "https://www.dailymotion.com/DavidGuetta-Official", + "name": "dailymotion" + }, + { + "url": "https://www.songkick.com/artists/149066", + "name": "songkick" + }, + { + "url": "https://imvdb.com/n/david-guetta", + "name": "imvdb" + }, + { + "url": "https://music.apple.com/fr/artist/5557599", + "name": "apple" + }, + { + "url": "https://music.apple.com/fr/artist/5557599", + "name": "apple" + }, + { + "url": "https://www.last.fm/music/David+Guetta", + "name": "last" + }, + { + "url": "https://www.whosampled.com/David-Guetta/", + "name": "whosampled" + }, + { + "url": "https://www.twitch.tv/davidguetta", + "name": "twitch" + }, + { + "url": "https://www.tiktok.com/@davidguetta", + "name": "tiktok" + }, + { + "url": "https://tidal.com/artist/27343", + "name": "tidal" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000110840/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.mixcloud.com/davidguetta/", + "name": "mixcloud" + }, + { + "url": "https://www.livefans.jp/artists/6789", + "name": "livefans" + }, + { + "url": "https://music.apple.com/us/artist/5557599", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/5557599", + "name": "apple" + }, + { + "url": "https://mora.jp/artist/265499/all", + "name": "mora" + }, + { + "url": "https://www.musixmatch.com/artist/David-Guetta", + "name": "musixmatch" + }, + { + "url": "https://us.napster.com/artist/david-guetta", + "name": "napster" + }, + { + "url": "https://music.migu.cn/v3/music/artist/30266", + "name": "migu" + }, + { + "url": "https://music.youtube.com/channel/UCh-4c1ZoBPNP1C8c-7iVvUQ", + "name": "youtube" + }, + { + "url": "https://www.bandsintown.com/a/26317", + "name": "bandsintown" + }, + { + "url": "https://www.cdjapan.co.jp/person/700193823", + "name": "cdjapan" + }, + { + "url": "https://www.youtube.com/channel/UC1l7wYrva1qCH-wgqcHaaRg", + "name": "youtube" + }, + { + "url": "https://www.beatport.com/artist/_/10631", + "name": "beatport" + }, + { + "url": "https://www.idref.fr/087624532", + "name": "idref" + }, + { + "url": "https://id.oclc.org/worldcat/entity/E39PBJj8Qq4drT3KkBJPFmBpT3", + "name": "oclc" + }, + { + "url": "https://music.bugs.co.kr/artist/80009895", + "name": "co" + }, + { + "url": "https://music.bugs.co.kr/artist/80009895", + "name": "co" + }, + { + "url": "https://jaxsta.com/profile/c1626bef-95be-4b61-aaa6-af9ea37215c4", + "name": "jaxsta" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=182123", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=182123", + "name": "melon" + }, + { + "url": "https://www.themoviedb.org/person/89056", + "name": "themoviedb" + }, + { + "url": "https://davidguetta.com/", + "name": "davidguetta" + }, + { + "url": "https://www.musik-sammler.de/artist/13381/", + "name": "musik-sammler" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/-/35894", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/-/35894", + "name": "qobuz" + }, + { + "url": "https://www.facebook.com/7619396355", + "name": "facebook" + }, + { + "url": "http://open.qobuz.com/artist/35894", + "name": "qobuz" + }, + { + "url": "https://web.napster.com/artist/art.5015428", + "name": "napster" + }, + { + "url": "https://openlibrary.org/authors/OL7534936A", + "name": "openlibrary" + }, + { + "url": "https://openlibrary.org/authors/OL10002091A", + "name": "openlibrary" + }, + { + "url": "https://www.goodreads.com/author/show/14392182", + "name": "goodreads" + }, + { + "url": "https://www.librarything.com/author/guettadavid", + "name": "librarything" + }, + { + "url": "http://www.encyclopedisque.fr/artiste/11806.html", + "name": "encyclopedisque" + }, + { + "url": "http://www.maniadb.com/artist/133542", + "name": "maniadb" + }, + { + "url": "https://www.beatport.com/artist/david-guetta/10631", + "name": "beatport" + }, + { + "url": "https://music.amazon.fr/artists/B001E1NOA2", + "name": "amazon" + }, + { + "url": "https://www.threads.com/@davidguetta", + "name": "threads" + }, + { + "url": "https://www.setlist.fm/setlists/david-guetta-bd6bd96.html", + "name": "setlist" + }, + { + "url": "https://www.whatsapp.com/channel/0029Va6gw318fewjzjfElH3e", + "name": "whatsapp" + }, + { + "url": "https://vk.com/artist/davidguetta", + "name": "vk" + }, + { + "url": "https://www.snapchat.com/add/davidguettaoff", + "name": "snapchat" + }, + { + "url": "https://www.shazam.com/artist/-/10160454", + "name": "shazam" + }, + { + "url": "https://web.napster.com/artist/david-guetta", + "name": "napster" + }, + { + "url": "https://mora.jp/artist/265499/", + "name": "mora" + }, + { + "url": "https://music.line.me/artist/mi00000000007ed7de", + "name": "line" + }, + { + "url": "https://www.kkbox.com/tw/en/artist/1-QMHxhINgmCNxWuIT", + "name": "kkbox" + }, + { + "url": "https://www.iheart.com/artist/david-guetta-28289/", + "name": "iheart" + }, + { + "url": "https://www.facebook.com/DavidGuetta", + "name": "facebook" + }, + { + "url": "https://music.yandex.com/artist/452", + "name": "yandex" + }, + { + "url": "https://www.qobuz.com/fr-fr/interpreter/-/35894", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/fr-fr/interpreter/-/35894", + "name": "qobuz" + }, + { + "url": "https://music.apple.com/de/artist/5557599", + "name": "apple" + }, + { + "url": "https://music.apple.com/de/artist/5557599", + "name": "apple" + }, + { + "url": "https://www.qobuz.com/de-de/interpreter/-/35894", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/de-de/interpreter/-/35894", + "name": "qobuz" + }, + { + "url": "http://www.davidguetta.com/", + "name": "davidguetta" + }, + { + "url": "https://music.amazon.com/artists/B001Q95C1G", + "name": "amazon" + }, + { + "url": "https://ototoy.jp/_/default/a/233612", + "name": "ototoy" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "7", + "disambiguation": "", + "overview": "7 is the seventh studio album by French DJ and record producer David Guetta, released on 14 September 2018 by What a Music, Parlophone and Big Beat Records. Released as a double album, the collection features commercial pop collaborations on the first disc, whilst disc two features underground house music akin to Guetta's starting roots as a DJ. The latter is credited to Jack Back, which Guetta revealed to be his alias and as a means to release more dance music alongside his pop collaborations. This side of the album is known as the Jack Back Project and was also released independently as a mixtape titled the Jack Back Mixtape, preceded by the release of the song \"Overtone\". 7 is David Guetta's first album since 2014's album Listen.\nOn 7, Guetta is reunited with frequent collaborators Sia, Bebe Rexha, Nicki Minaj and Martin Garrix, as well being joined by new collaborators Anne-Marie, Faouzia, Madison Beer, Charli XCX, French Montana, J Balvin, Jason Derulo, Willy William, Saweetie, Justin Bieber, Jess Glynne, Lil Uzi Vert, G-Eazy, Mally Mall, Delilah Montagu, Ava Max, CeCe Rogers and Stefflon Don who all contribute vocals to the album. Guetta worked with a range of different record producers and DJs on the album, notably including Brooks, Ralph Wegner, Albert Harvey (half of dance duo Glowinthedark), Giorgio Tuinfort and Norwegian production duo Stargate, amongst others. The album was preceded by the release of nine singles over 2017–2018, including \"2U\", \"Dirty Sexy Money\", \"Like I Do\", \"Flames\", \"Your Love\", \"Don't Leave Me Alone\", \"Goodbye\" and \"Drive\".\nUpon release, the album garnered mixed reviews from critics who were torn between the predictability of Guetta's collaborations, with some praising the second side of the album a return to his roots as an underground DJ. 7 was released on 28 September 2018 as a CD and vinyl. The album made several top-ten debuts including in Australia, Belgium, France, Italy and the UK and Ireland. In the US, the album opened at number 37 on the Billboard 200 albums chart although it did top become Guetta's third Dance/Electronic Albums chart topper.\n\n", + "artistId": 8, + "foreignAlbumId": "71afa9d6-3d3f-4ec5-b765-ac80bdae378e", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 7804665, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 3, + "ratings": { + "votes": 1, + "value": 8 + }, + "releaseDate": "2018-09-14T00:00:00Z", + "releases": [ + { + "id": 983, + "albumId": 678, + "foreignReleaseId": "5e86aa55-5ff5-42e8-90b8-3e2801c0457b", + "title": "7", + "status": "Official", + "duration": 5346530, + "trackCount": 27, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Parlophone France" + ], + "format": "2xDigital Media", + "monitored": false + }, + { + "id": 984, + "albumId": 678, + "foreignReleaseId": "75ad7c3a-65e6-4ff0-9362-985c23beeb3d", + "title": "7", + "status": "Official", + "duration": 6094590, + "trackCount": 31, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + }, + { + "mediumNumber": 2, + "mediumName": "Jack Back Project", + "mediumFormat": "CD" + } + ], + "mediumCount": 2, + "disambiguation": "limited edition", + "country": [ + "Europe" + ], + "label": [ + "Parlophone", + "What a Music Ltd." + ], + "format": "2xCD", + "monitored": false + }, + { + "id": 985, + "albumId": 678, + "foreignReleaseId": "f88f6bd5-3d75-4a51-843a-f020312fd3f0", + "title": "7", + "status": "Official", + "duration": 5382280, + "trackCount": 27, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "Australia" + ], + "label": [ + "Parlophone", + "What a Music Ltd." + ], + "format": "2xCD", + "monitored": false + }, + { + "id": 986, + "albumId": 678, + "foreignReleaseId": "516ecdf7-234a-4f38-8006-ff81449237a7", + "title": "7", + "status": "Official", + "duration": 5346530, + "trackCount": 27, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "Canada", + "Mexico", + "United States" + ], + "label": [ + "Parlophone France" + ], + "format": "2xDigital Media", + "monitored": false + }, + { + "id": 987, + "albumId": 678, + "foreignReleaseId": "1fd815b7-1280-4dc5-bbc3-9929b1c1b7ef", + "title": "7", + "status": "Official", + "duration": 5383484, + "trackCount": 27, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + }, + { + "mediumNumber": 2, + "mediumName": "Jack Back Project", + "mediumFormat": "CD" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "Europe" + ], + "label": [ + "Parlophone", + "What a Music Ltd." + ], + "format": "2xCD", + "monitored": false + }, + { + "id": 2175, + "albumId": 678, + "foreignReleaseId": "bb5116f5-4cde-487b-b269-0324c359ef64", + "title": "7: Anniversary Edition", + "status": "Official", + "duration": 7804665, + "trackCount": 38, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 3, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 3, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Parlophone", + "What a Music Ltd." + ], + "format": "3xDigital Media", + "monitored": true + } + ], + "genres": [ + "Electronic", + "Dance-Pop", + "Tech House", + "Edm", + "Future Rave", + "Reggaeton", + "Electropop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 3, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "David Guetta", + "foreignArtistId": "302bd7b9-d012-4360-897a-93b00c855680", + "tadbId": 0, + "discogsId": 0, + "overview": "Pierre David Guetta is a French DJ and record producer. He has sold over 10 million albums and 65 million singles globally, with more than 30 billion streams on Spotify. Guetta was voted the number one DJ in the DJ Mag Top 100 DJs polls in 2011, 2020, 2021, 2023 and 2025. In 2013, Billboard ranked his song \"When Love Takes Over\" as the number one dance-pop collaboration of all time.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/36527", + "name": "discogs" + }, + { + "url": "https://myspace.com/davidguetta", + "name": "myspace" + }, + { + "url": "https://www.bbc.co.uk/music/artists/302bd7b9-d012-4360-897a-93b00c855680", + "name": "bbc" + }, + { + "url": "https://twitter.com/davidguetta", + "name": "twitter" + }, + { + "url": "https://www.allmusic.com/artist/mn0000213561", + "name": "allmusic" + }, + { + "url": "https://open.spotify.com/artist/1Cs0zKBU1kc0i8ypK3B9ai", + "name": "spotify" + }, + { + "url": "http://viaf.org/viaf/27259726", + "name": "viaf" + }, + { + "url": "https://soundcloud.com/davidguetta", + "name": "soundcloud" + }, + { + "url": "https://www.wikidata.org/wiki/Q8298", + "name": "wikidata" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:David_Guetta_at_2011_MMVA.jpg", + "name": "wikimedia" + }, + { + "url": "https://secondhandsongs.com/artist/17309", + "name": "secondhandsongs" + }, + { + "url": "http://muzikum.eu/en/122-4514/david-guetta/lyrics.html", + "name": "muzikum" + }, + { + "url": "https://rateyourmusic.com/artist/david_guetta", + "name": "rateyourmusic" + }, + { + "url": "https://itunes.apple.com/fr/artist/id5557599", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Atz23uqwiyignuosgnreslh736y", + "name": "google" + }, + { + "url": "http://www.junodownload.com/artists/David+Guetta/", + "name": "junodownload" + }, + { + "url": "https://fr.7digital.com/artist/david-guetta", + "name": "7digital" + }, + { + "url": "https://utaitedb.net/Ar/22545", + "name": "utaitedb" + }, + { + "url": "https://www.deezer.com/artist/542", + "name": "deezer" + }, + { + "url": "https://vk.com/davidguetta", + "name": "vk" + }, + { + "url": "https://d-nb.info/gnd/134926811", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2010074966", + "name": "loc" + }, + { + "url": "https://www.worldcat.org/identities/lccn-no2010074966/", + "name": "worldcat" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb13971020f", + "name": "bnf" + }, + { + "url": "https://www.imdb.com/name/nm1615892/", + "name": "imdb" + }, + { + "url": "https://genius.com/artists/David-guetta", + "name": "genius" + }, + { + "url": "https://www.instagram.com/davidguetta/", + "name": "instagram" + }, + { + "url": "https://plus.google.com/u/0/+DavidGUETTA", + "name": "google" + }, + { + "url": "https://www.dailymotion.com/DavidGuetta-Official", + "name": "dailymotion" + }, + { + "url": "https://www.songkick.com/artists/149066", + "name": "songkick" + }, + { + "url": "https://imvdb.com/n/david-guetta", + "name": "imvdb" + }, + { + "url": "https://music.apple.com/fr/artist/5557599", + "name": "apple" + }, + { + "url": "https://music.apple.com/fr/artist/5557599", + "name": "apple" + }, + { + "url": "https://www.last.fm/music/David+Guetta", + "name": "last" + }, + { + "url": "https://www.whosampled.com/David-Guetta/", + "name": "whosampled" + }, + { + "url": "https://www.twitch.tv/davidguetta", + "name": "twitch" + }, + { + "url": "https://www.tiktok.com/@davidguetta", + "name": "tiktok" + }, + { + "url": "https://tidal.com/artist/27343", + "name": "tidal" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000110840/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.mixcloud.com/davidguetta/", + "name": "mixcloud" + }, + { + "url": "https://www.livefans.jp/artists/6789", + "name": "livefans" + }, + { + "url": "https://music.apple.com/us/artist/5557599", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/5557599", + "name": "apple" + }, + { + "url": "https://mora.jp/artist/265499/all", + "name": "mora" + }, + { + "url": "https://www.musixmatch.com/artist/David-Guetta", + "name": "musixmatch" + }, + { + "url": "https://us.napster.com/artist/david-guetta", + "name": "napster" + }, + { + "url": "https://music.migu.cn/v3/music/artist/30266", + "name": "migu" + }, + { + "url": "https://music.youtube.com/channel/UCh-4c1ZoBPNP1C8c-7iVvUQ", + "name": "youtube" + }, + { + "url": "https://www.bandsintown.com/a/26317", + "name": "bandsintown" + }, + { + "url": "https://www.cdjapan.co.jp/person/700193823", + "name": "cdjapan" + }, + { + "url": "https://www.youtube.com/channel/UC1l7wYrva1qCH-wgqcHaaRg", + "name": "youtube" + }, + { + "url": "https://www.beatport.com/artist/_/10631", + "name": "beatport" + }, + { + "url": "https://www.idref.fr/087624532", + "name": "idref" + }, + { + "url": "https://id.oclc.org/worldcat/entity/E39PBJj8Qq4drT3KkBJPFmBpT3", + "name": "oclc" + }, + { + "url": "https://music.bugs.co.kr/artist/80009895", + "name": "co" + }, + { + "url": "https://music.bugs.co.kr/artist/80009895", + "name": "co" + }, + { + "url": "https://jaxsta.com/profile/c1626bef-95be-4b61-aaa6-af9ea37215c4", + "name": "jaxsta" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=182123", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=182123", + "name": "melon" + }, + { + "url": "https://www.themoviedb.org/person/89056", + "name": "themoviedb" + }, + { + "url": "https://davidguetta.com/", + "name": "davidguetta" + }, + { + "url": "https://www.musik-sammler.de/artist/13381/", + "name": "musik-sammler" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/-/35894", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/-/35894", + "name": "qobuz" + }, + { + "url": "https://www.facebook.com/7619396355", + "name": "facebook" + }, + { + "url": "http://open.qobuz.com/artist/35894", + "name": "qobuz" + }, + { + "url": "https://web.napster.com/artist/art.5015428", + "name": "napster" + }, + { + "url": "https://openlibrary.org/authors/OL7534936A", + "name": "openlibrary" + }, + { + "url": "https://openlibrary.org/authors/OL10002091A", + "name": "openlibrary" + }, + { + "url": "https://www.goodreads.com/author/show/14392182", + "name": "goodreads" + }, + { + "url": "https://www.librarything.com/author/guettadavid", + "name": "librarything" + }, + { + "url": "http://www.encyclopedisque.fr/artiste/11806.html", + "name": "encyclopedisque" + }, + { + "url": "http://www.maniadb.com/artist/133542", + "name": "maniadb" + }, + { + "url": "https://www.beatport.com/artist/david-guetta/10631", + "name": "beatport" + }, + { + "url": "https://music.amazon.fr/artists/B001E1NOA2", + "name": "amazon" + }, + { + "url": "https://www.threads.com/@davidguetta", + "name": "threads" + }, + { + "url": "https://www.setlist.fm/setlists/david-guetta-bd6bd96.html", + "name": "setlist" + }, + { + "url": "https://www.whatsapp.com/channel/0029Va6gw318fewjzjfElH3e", + "name": "whatsapp" + }, + { + "url": "https://vk.com/artist/davidguetta", + "name": "vk" + }, + { + "url": "https://www.snapchat.com/add/davidguettaoff", + "name": "snapchat" + }, + { + "url": "https://www.shazam.com/artist/-/10160454", + "name": "shazam" + }, + { + "url": "https://web.napster.com/artist/david-guetta", + "name": "napster" + }, + { + "url": "https://mora.jp/artist/265499/", + "name": "mora" + }, + { + "url": "https://music.line.me/artist/mi00000000007ed7de", + "name": "line" + }, + { + "url": "https://www.kkbox.com/tw/en/artist/1-QMHxhINgmCNxWuIT", + "name": "kkbox" + }, + { + "url": "https://www.iheart.com/artist/david-guetta-28289/", + "name": "iheart" + }, + { + "url": "https://www.facebook.com/DavidGuetta", + "name": "facebook" + }, + { + "url": "https://music.yandex.com/artist/452", + "name": "yandex" + }, + { + "url": "https://www.qobuz.com/fr-fr/interpreter/-/35894", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/fr-fr/interpreter/-/35894", + "name": "qobuz" + }, + { + "url": "https://music.apple.com/de/artist/5557599", + "name": "apple" + }, + { + "url": "https://music.apple.com/de/artist/5557599", + "name": "apple" + }, + { + "url": "https://www.qobuz.com/de-de/interpreter/-/35894", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/de-de/interpreter/-/35894", + "name": "qobuz" + }, + { + "url": "http://www.davidguetta.com/", + "name": "davidguetta" + }, + { + "url": "https://music.amazon.com/artists/B001Q95C1G", + "name": "amazon" + }, + { + "url": "https://ototoy.jp/_/default/a/233612", + "name": "ototoy" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/trpqtq1358414893.jpg", + "coverType": "banner", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/m1j2ch1734980809.jpg", + "coverType": "poster", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/vqwyrr1358414762.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/srxprq1358414924.jpg", + "coverType": "fanart", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/David Guetta", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "House", + "Dance-Pop", + "Electro House", + "Dance", + "Electronic", + "Electropop", + "Future Rave", + "Festival Progressive House", + "Tech House" + ], + "cleanName": "davidguetta", + "sortName": "david guetta", + "tags": [], + "added": "2023-09-11T04:42:47Z", + "ratings": { + "votes": 8, + "value": 9.3 + }, + "id": 8 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/bb5116f5-4cde-487b-b269-0324c359ef64/38663392377-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/75ad7c3a-65e6-4ff0-9362-985c23beeb3d/20984301305-1200.jpg", + "coverType": "disc", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.discogs.com/master/1423193", + "name": "discogs" + }, + { + "url": "https://www.allmusic.com/album/mw0003204793", + "name": "allmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q56257176", + "name": "wikidata" + }, + { + "url": "https://rateyourmusic.com/release/album/david-guetta/7/", + "name": "rateyourmusic" + } + ], + "id": 678 + }, + "images": [ + { + "url": "/MediaCover/8/banner.jpg?lastWrite=638773373181241028", + "coverType": "banner", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/trpqtq1358414893.jpg" + }, + { + "url": "/MediaCover/8/poster.jpg?lastWrite=639122894834608170", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/m1j2ch1734980809.jpg" + }, + { + "url": "/MediaCover/8/clearlogo.png?lastWrite=639122894834270792", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/vqwyrr1358414762.png" + }, + { + "url": "/MediaCover/8/fanart.jpg?lastWrite=639122894834425245", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/srxprq1358414924.jpg" + } + ], + "path": "/mnt/plex/music/David Guetta", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "House", + "Dance-Pop", + "Electro House", + "Dance", + "Electronic", + "Electropop", + "Future Rave", + "Festival Progressive House", + "Tech House" + ], + "cleanName": "davidguetta", + "sortName": "david guetta", + "tags": [], + "added": "2023-09-11T04:42:47Z", + "ratings": { + "votes": 8, + "value": 9.3 + }, + "statistics": { + "albumCount": 8, + "trackFileCount": 1, + "trackCount": 221, + "totalTrackCount": 221, + "sizeOnDisk": 7823129, + "percentOfTracks": 0.45248868778280543 + }, + "id": 8 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Depeche Mode", + "foreignArtistId": "8538e728-ca0b-4321-b7e5-cff6565dd4c0", + "tadbId": 0, + "discogsId": 0, + "overview": "Depeche Mode are an English electronic band formed in Basildon, Essex in 1980. Originally formed with the line-up of Dave Gahan, Martin Gore, Andy Fletcher and Vince Clarke, the band has consisted of Gahan and Gore since 2022.", + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "https://www.depmod.com/", + "name": "depmod" + }, + { + "url": "https://www.discogs.com/artist/2725", + "name": "discogs" + }, + { + "url": "https://myspace.com/depechemode", + "name": "myspace" + }, + { + "url": "https://www.imdb.com/name/nm0220058/", + "name": "imdb" + }, + { + "url": "https://www.youtube.com/channel/UCL2ytWk3Co9Yph7Tp_dZ2lw", + "name": "youtube" + }, + { + "url": "https://www.bbc.co.uk/music/artists/8538e728-ca0b-4321-b7e5-cff6565dd4c0", + "name": "bbc" + }, + { + "url": "https://twitter.com/depechemode", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/depechemode", + "name": "facebook" + }, + { + "url": "https://www.allmusic.com/artist/mn0000239921", + "name": "allmusic" + }, + { + "url": "https://www.last.fm/music/Depeche+Mode", + "name": "last" + }, + { + "url": "http://www.purevolume.com/depechemodeofficial", + "name": "purevolume" + }, + { + "url": "https://www.wikidata.org/wiki/Q482964", + "name": "wikidata" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Depeche_Mode_in_Barcelona,_2006.jpg", + "name": "wikimedia" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Wetten_dass_20130323_6660.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.youtube.com/channel/UC90vR_MFeheV3V6nmjvXIng", + "name": "youtube" + }, + { + "url": "https://www.instagram.com/depechemode/", + "name": "instagram" + }, + { + "url": "https://genius.com/artists/Depeche-mode", + "name": "genius" + }, + { + "url": "https://secondhandsongs.com/artist/616", + "name": "secondhandsongs" + }, + { + "url": "http://viaf.org/viaf/157068849", + "name": "viaf" + }, + { + "url": "https://www.depechemode-live.com/", + "name": "depechemode-live" + }, + { + "url": "https://open.spotify.com/artist/762310PdDnwsDxAQxzQkfX", + "name": "spotify" + }, + { + "url": "https://soundcloud.com/depeche_mode", + "name": "soundcloud" + }, + { + "url": "https://d-nb.info/gnd/5232289-0", + "name": "d-nb" + }, + { + "url": "https://www.amazon.co.uk/-/e/B000APWUHQ", + "name": "amazon" + }, + { + "url": "https://www.amazon.co.uk/-/e/B000APWUHQ", + "name": "amazon" + }, + { + "url": "https://www.whosampled.com/Depeche-Mode/", + "name": "whosampled" + }, + { + "url": "https://www.setlist.fm/setlists/depeche-mode-73d6b235.html", + "name": "setlist" + }, + { + "url": "https://www.songkick.com/artists/483507", + "name": "songkick" + }, + { + "url": "https://www.bandsintown.com/a/346", + "name": "bandsintown" + }, + { + "url": "https://ra.co/dj/depechemode", + "name": "ra" + }, + { + "url": "http://depechemode.tumblr.com/", + "name": "tumblr" + }, + { + "url": "https://imvdb.com/n/depeche-mode", + "name": "imvdb" + }, + { + "url": "https://www.45cat.com/artist/depeche-mode", + "name": "45cat" + }, + { + "url": "https://openlibrary.org/authors/OL2993529A/", + "name": "openlibrary" + }, + { + "url": "https://play.google.com/store/music/artist?id=Aniz2j2o7ppgnnpd4jiw3owum2m", + "name": "google" + }, + { + "url": "https://www.freestate.de/depeche_mode_discography/", + "name": "freestate" + }, + { + "url": "https://www.musik-sammler.de/artist/depeche-mode/", + "name": "musik-sammler" + }, + { + "url": "http://depechemode.strangemans-world.com/Bootlegguide/", + "name": "strangemans-world" + }, + { + "url": "https://thunderguy.com/depechemode/", + "name": "thunderguy" + }, + { + "url": "https://www.youtube.com/channel/UCM-CWGUijAC-8idv6k6Fygw", + "name": "youtube" + }, + { + "url": "https://www.deezer.com/artist/545", + "name": "deezer" + }, + { + "url": "https://dmremix.pro/", + "name": "dmremix" + }, + { + "url": "https://www.beatport.com/artist/depeche-mode/103928", + "name": "beatport" + }, + { + "url": "https://www.junodownload.com/artists/Depeche+Mode/releases/", + "name": "junodownload" + }, + { + "url": "https://www.musixmatch.com/artist/Depeche-Mode", + "name": "musixmatch" + }, + { + "url": "https://tidal.com/artist/8877", + "name": "tidal" + }, + { + "url": "https://uk.7digital.com/artist/depeche-mode", + "name": "7digital" + }, + { + "url": "https://covermode.piwigo.com/", + "name": "piwigo" + }, + { + "url": "https://us.napster.com/artist/depeche-mode", + "name": "napster" + }, + { + "url": "https://www.cdjapan.co.jp/person/700310553", + "name": "cdjapan" + }, + { + "url": "https://music.apple.com/gb/artist/148377", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/148377", + "name": "apple" + }, + { + "url": "http://id.loc.gov/authorities/names/n92022921", + "name": "loc" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb13902911r", + "name": "bnf" + }, + { + "url": "https://vimeo.com/depechemode", + "name": "vimeo" + }, + { + "url": "https://www.spirit-of-rock.com/en/band/Depeche_Mode", + "name": "spirit-of-rock" + }, + { + "url": "https://www.depechemode.de/diskografie/", + "name": "depechemode" + }, + { + "url": "https://archives.depechemode.com/", + "name": "depechemode" + }, + { + "url": "https://itunes.apple.com/gb/artist/id148377", + "name": "apple" + }, + { + "url": "https://music.amazon.co.uk/artists/B000QJNJP8", + "name": "amazon" + }, + { + "url": "https://www.threads.com/@depechemode", + "name": "threads" + }, + { + "url": "https://music.youtube.com/channel/UC-CcyIM_seGnGL5-2Fsppow", + "name": "youtube" + }, + { + "url": "https://www.tiktok.com/@depechemode", + "name": "tiktok" + }, + { + "url": "https://www.reverbnation.com/depechemode", + "name": "reverbnation" + }, + { + "url": "https://depechemodecovers.com/", + "name": "depechemodecovers" + }, + { + "url": "https://muzikum.eu/en/depeche-mode/lyrics", + "name": "muzikum" + }, + { + "url": "https://www.depechemode.com/", + "name": "depechemode" + }, + { + "url": "https://community.depmode.com/", + "name": "depmode" + }, + { + "url": "https://musicmoz.org/Bands_and_Artists/D/Depeche_Mode/", + "name": "musicmoz" + }, + { + "url": "https://rateyourmusic.com/artist/depeche-mode", + "name": "rateyourmusic" + }, + { + "url": "https://tvtropes.org/pmwiki/pmwiki.php/Music/DepecheMode", + "name": "tvtropes" + }, + { + "url": "https://id.oclc.org/worldcat/entity/E39QQPVp7PkXtbD6g9qDMFfbM6", + "name": "oclc" + }, + { + "url": "https://ototoy.jp/_/default/a/308919", + "name": "ototoy" + }, + { + "url": "https://mora.jp/artist/307621/", + "name": "mora" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Memento Mori", + "disambiguation": "", + "overview": "Memento Mori (stylised on cover as Memento|Mori) is the fifteenth studio album by English electronic music band Depeche Mode, released on 24 March 2023 through Columbia. The album was produced by James Ford, and marks their first album in six years since 2017's Spirit, the longest period of time between albums in the band's history.\nIt was preceded by the single \"Ghosts Again\" on 9 February and the track \"My Cosmos Is Mine\" on 9 March (released on streaming platforms) and is the first Depeche Mode studio album to be recorded and released as a duo, after the death of co-founder and keyboardist Andy Fletcher on 26 May 2022. The album was promoted by the Memento Mori World Tour.\n\n", + "artistId": 9, + "foreignAlbumId": "5db2f1f0-ae05-4de2-930d-b0d3cea31d15", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 3028901, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 5, + "value": 8 + }, + "releaseDate": "2023-03-24T00:00:00Z", + "releases": [ + { + "id": 1244, + "albumId": 690, + "foreignReleaseId": "66d01a74-dd82-4bf9-976a-3e651a9ecf93", + "title": "Memento Mori", + "status": "Official", + "duration": 3028901, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Europe" + ], + "label": [ + "Columbia", + "Sony Music" + ], + "format": "CD", + "monitored": true + }, + { + "id": 1245, + "albumId": 690, + "foreignReleaseId": "1dfc9fed-b979-472b-9d15-b38531f08451", + "title": "Memento Mori", + "status": "Official", + "duration": 3028901, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "deluxe edition", + "country": [ + "Germany" + ], + "label": [ + "Columbia", + "Sony Music" + ], + "format": "CD", + "monitored": false + }, + { + "id": 1246, + "albumId": 690, + "foreignReleaseId": "b3fdc1ce-7561-45a2-9a81-853f988859c8", + "title": "Memento Mori", + "status": "Official", + "duration": 3025815, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Columbia" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2228, + "albumId": 690, + "foreignReleaseId": "45a87cfe-dabb-4037-8b59-29f051693bb4", + "title": "Memento Mori", + "status": "Official", + "duration": 3028901, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Columbia" + ], + "format": "CD", + "monitored": false + } + ], + "genres": [ + "Synth-Pop", + "Electro-Industrial", + "Electronic", + "Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Depeche Mode", + "foreignArtistId": "8538e728-ca0b-4321-b7e5-cff6565dd4c0", + "tadbId": 0, + "discogsId": 0, + "overview": "Depeche Mode are an English electronic band formed in Basildon, Essex in 1980. Originally formed with the line-up of Dave Gahan, Martin Gore, Andy Fletcher and Vince Clarke, the band has consisted of Gahan and Gore since 2022.", + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "https://www.depmod.com/", + "name": "depmod" + }, + { + "url": "https://www.discogs.com/artist/2725", + "name": "discogs" + }, + { + "url": "https://myspace.com/depechemode", + "name": "myspace" + }, + { + "url": "https://www.imdb.com/name/nm0220058/", + "name": "imdb" + }, + { + "url": "https://www.youtube.com/channel/UCL2ytWk3Co9Yph7Tp_dZ2lw", + "name": "youtube" + }, + { + "url": "https://www.bbc.co.uk/music/artists/8538e728-ca0b-4321-b7e5-cff6565dd4c0", + "name": "bbc" + }, + { + "url": "https://twitter.com/depechemode", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/depechemode", + "name": "facebook" + }, + { + "url": "https://www.allmusic.com/artist/mn0000239921", + "name": "allmusic" + }, + { + "url": "https://www.last.fm/music/Depeche+Mode", + "name": "last" + }, + { + "url": "http://www.purevolume.com/depechemodeofficial", + "name": "purevolume" + }, + { + "url": "https://www.wikidata.org/wiki/Q482964", + "name": "wikidata" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Depeche_Mode_in_Barcelona,_2006.jpg", + "name": "wikimedia" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Wetten_dass_20130323_6660.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.youtube.com/channel/UC90vR_MFeheV3V6nmjvXIng", + "name": "youtube" + }, + { + "url": "https://www.instagram.com/depechemode/", + "name": "instagram" + }, + { + "url": "https://genius.com/artists/Depeche-mode", + "name": "genius" + }, + { + "url": "https://secondhandsongs.com/artist/616", + "name": "secondhandsongs" + }, + { + "url": "http://viaf.org/viaf/157068849", + "name": "viaf" + }, + { + "url": "https://www.depechemode-live.com/", + "name": "depechemode-live" + }, + { + "url": "https://open.spotify.com/artist/762310PdDnwsDxAQxzQkfX", + "name": "spotify" + }, + { + "url": "https://soundcloud.com/depeche_mode", + "name": "soundcloud" + }, + { + "url": "https://d-nb.info/gnd/5232289-0", + "name": "d-nb" + }, + { + "url": "https://www.amazon.co.uk/-/e/B000APWUHQ", + "name": "amazon" + }, + { + "url": "https://www.amazon.co.uk/-/e/B000APWUHQ", + "name": "amazon" + }, + { + "url": "https://www.whosampled.com/Depeche-Mode/", + "name": "whosampled" + }, + { + "url": "https://www.setlist.fm/setlists/depeche-mode-73d6b235.html", + "name": "setlist" + }, + { + "url": "https://www.songkick.com/artists/483507", + "name": "songkick" + }, + { + "url": "https://www.bandsintown.com/a/346", + "name": "bandsintown" + }, + { + "url": "https://ra.co/dj/depechemode", + "name": "ra" + }, + { + "url": "http://depechemode.tumblr.com/", + "name": "tumblr" + }, + { + "url": "https://imvdb.com/n/depeche-mode", + "name": "imvdb" + }, + { + "url": "https://www.45cat.com/artist/depeche-mode", + "name": "45cat" + }, + { + "url": "https://openlibrary.org/authors/OL2993529A/", + "name": "openlibrary" + }, + { + "url": "https://play.google.com/store/music/artist?id=Aniz2j2o7ppgnnpd4jiw3owum2m", + "name": "google" + }, + { + "url": "https://www.freestate.de/depeche_mode_discography/", + "name": "freestate" + }, + { + "url": "https://www.musik-sammler.de/artist/depeche-mode/", + "name": "musik-sammler" + }, + { + "url": "http://depechemode.strangemans-world.com/Bootlegguide/", + "name": "strangemans-world" + }, + { + "url": "https://thunderguy.com/depechemode/", + "name": "thunderguy" + }, + { + "url": "https://www.youtube.com/channel/UCM-CWGUijAC-8idv6k6Fygw", + "name": "youtube" + }, + { + "url": "https://www.deezer.com/artist/545", + "name": "deezer" + }, + { + "url": "https://dmremix.pro/", + "name": "dmremix" + }, + { + "url": "https://www.beatport.com/artist/depeche-mode/103928", + "name": "beatport" + }, + { + "url": "https://www.junodownload.com/artists/Depeche+Mode/releases/", + "name": "junodownload" + }, + { + "url": "https://www.musixmatch.com/artist/Depeche-Mode", + "name": "musixmatch" + }, + { + "url": "https://tidal.com/artist/8877", + "name": "tidal" + }, + { + "url": "https://uk.7digital.com/artist/depeche-mode", + "name": "7digital" + }, + { + "url": "https://covermode.piwigo.com/", + "name": "piwigo" + }, + { + "url": "https://us.napster.com/artist/depeche-mode", + "name": "napster" + }, + { + "url": "https://www.cdjapan.co.jp/person/700310553", + "name": "cdjapan" + }, + { + "url": "https://music.apple.com/gb/artist/148377", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/148377", + "name": "apple" + }, + { + "url": "http://id.loc.gov/authorities/names/n92022921", + "name": "loc" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb13902911r", + "name": "bnf" + }, + { + "url": "https://vimeo.com/depechemode", + "name": "vimeo" + }, + { + "url": "https://www.spirit-of-rock.com/en/band/Depeche_Mode", + "name": "spirit-of-rock" + }, + { + "url": "https://www.depechemode.de/diskografie/", + "name": "depechemode" + }, + { + "url": "https://archives.depechemode.com/", + "name": "depechemode" + }, + { + "url": "https://itunes.apple.com/gb/artist/id148377", + "name": "apple" + }, + { + "url": "https://music.amazon.co.uk/artists/B000QJNJP8", + "name": "amazon" + }, + { + "url": "https://www.threads.com/@depechemode", + "name": "threads" + }, + { + "url": "https://music.youtube.com/channel/UC-CcyIM_seGnGL5-2Fsppow", + "name": "youtube" + }, + { + "url": "https://www.tiktok.com/@depechemode", + "name": "tiktok" + }, + { + "url": "https://www.reverbnation.com/depechemode", + "name": "reverbnation" + }, + { + "url": "https://depechemodecovers.com/", + "name": "depechemodecovers" + }, + { + "url": "https://muzikum.eu/en/depeche-mode/lyrics", + "name": "muzikum" + }, + { + "url": "https://www.depechemode.com/", + "name": "depechemode" + }, + { + "url": "https://community.depmode.com/", + "name": "depmode" + }, + { + "url": "https://musicmoz.org/Bands_and_Artists/D/Depeche_Mode/", + "name": "musicmoz" + }, + { + "url": "https://rateyourmusic.com/artist/depeche-mode", + "name": "rateyourmusic" + }, + { + "url": "https://tvtropes.org/pmwiki/pmwiki.php/Music/DepecheMode", + "name": "tvtropes" + }, + { + "url": "https://id.oclc.org/worldcat/entity/E39QQPVp7PkXtbD6g9qDMFfbM6", + "name": "oclc" + }, + { + "url": "https://ototoy.jp/_/default/a/308919", + "name": "ototoy" + }, + { + "url": "https://mora.jp/artist/307621/", + "name": "mora" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/stwqvt1355484676.jpg", + "coverType": "banner", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/n3hsun1687933880.jpg", + "coverType": "poster", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/97r2ve1667233366.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/g200ch1757669795.jpg", + "coverType": "fanart", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Depeche Mode", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Electronic", + "Synth-Pop", + "New Wave", + "Alternative Rock", + "Dark Wave", + "Alternative Dance", + "New Romantic", + "Electronica", + "Electronic Rock", + "Industrial", + "Post-Punk" + ], + "cleanName": "depechemode", + "sortName": "depeche mode", + "tags": [], + "added": "2023-09-11T04:42:47Z", + "ratings": { + "votes": 38, + "value": 8.9 + }, + "id": 9 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/66d01a74-dd82-4bf9-976a-3e651a9ecf93/35221402919-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/1dfc9fed-b979-472b-9d15-b38531f08451/35275315915-1200.jpg", + "coverType": "disc", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.wikidata.org/wiki/Q114818748", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/album/mw0003926696", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/release/album/depeche-mode/memento-mori/", + "name": "rateyourmusic" + }, + { + "url": "https://www.offiziellecharts.de/charts/album-details-513817", + "name": "offiziellecharts" + }, + { + "url": "https://www.plattentests.de/rezi.php?show=19226", + "name": "plattentests" + }, + { + "url": "https://www.laut.de/Depeche-Mode/Alben/Memento-Mori-120059", + "name": "laut" + }, + { + "url": "https://www.discogs.com/master/3028142", + "name": "discogs" + }, + { + "url": "https://genius.com/albums/Depeche-mode/Memento-mori", + "name": "genius" + }, + { + "url": "https://www.musik-sammler.de/album/1036655/", + "name": "musik-sammler" + }, + { + "url": "https://www.spirit-of-rock.com/en/album/Memento_Mori/117515", + "name": "spirit-of-rock" + } + ], + "id": 690 + }, + "images": [ + { + "url": "/MediaCover/9/banner.jpg?lastWrite=638773373223679061", + "coverType": "banner", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/stwqvt1355484676.jpg" + }, + { + "url": "/MediaCover/9/poster.jpg?lastWrite=639126351850166723", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/n3hsun1687933880.jpg" + }, + { + "url": "/MediaCover/9/clearlogo.png?lastWrite=639126351850302697", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/97r2ve1667233366.png" + }, + { + "url": "/MediaCover/9/fanart.jpg?lastWrite=639126351849974453", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/g200ch1757669795.jpg" + } + ], + "path": "/mnt/plex/music/Depeche Mode", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Electronic", + "Synth-Pop", + "New Wave", + "Alternative Rock", + "Dark Wave", + "Alternative Dance", + "New Romantic", + "Electronica", + "Electronic Rock", + "Industrial", + "Post-Punk" + ], + "cleanName": "depechemode", + "sortName": "depeche mode", + "tags": [], + "added": "2023-09-11T04:42:47Z", + "ratings": { + "votes": 38, + "value": 8.9 + }, + "statistics": { + "albumCount": 15, + "trackFileCount": 1, + "trackCount": 435, + "totalTrackCount": 435, + "sizeOnDisk": 8900598, + "percentOfTracks": 0.22988505747126436 + }, + "id": 9 + }, + { + "status": "continuing", + "ended": false, + "artistName": "FLOW", + "foreignArtistId": "a0387b9b-236d-475f-8846-b2dea4af1112", + "tadbId": 0, + "discogsId": 0, + "overview": "Flow is a Japanese rock band formed in 1998 as a five-piece band made up of two vocalists, a guitarist, a bassist, and a drummer. They are signed to Sacra Music. As of November 2023, the band has released 40 singles and 12 studio albums. Their songs have been featured in the opening sequences of several anime and Japanese drama series.", + "artistType": "Group", + "disambiguation": "Japanese rock band", + "links": [ + { + "url": "https://www.discogs.com/artist/1117863", + "name": "discogs" + }, + { + "url": "https://www.facebook.com/FLOWofficial.music", + "name": "facebook" + }, + { + "url": "https://www.wikidata.org/wiki/Q630385", + "name": "wikidata" + }, + { + "url": "https://twitter.com/FLOW_official", + "name": "twitter" + }, + { + "url": "https://vgmdb.net/artist/10848", + "name": "vgmdb" + }, + { + "url": "http://www.sonymusic.co.jp/artist/Flow/", + "name": "co" + }, + { + "url": "https://www.youtube.com/channel/UCLakaKEelmUdqQISLjwIRmg", + "name": "youtube" + }, + { + "url": "http://flow.amuseblog.jp/", + "name": "amuseblog" + }, + { + "url": "https://www.instagram.com/FLOW_OFFICIAL_JAPAN/", + "name": "instagram" + }, + { + "url": "https://baike.baidu.com/item/flow/10366834", + "name": "baidu" + }, + { + "url": "http://anison.info/data/person/17009.html", + "name": "anison" + }, + { + "url": "https://www.generasia.com/wiki/FLOW_(band)", + "name": "generasia" + }, + { + "url": "http://viaf.org/viaf/160770947", + "name": "viaf" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb16252057t", + "name": "bnf" + }, + { + "url": "https://www.animenewsnetwork.com/encyclopedia/people.php?id=27087", + "name": "animenewsnetwork" + }, + { + "url": "https://www.allmusic.com/artist/mn0001757167", + "name": "allmusic" + }, + { + "url": "https://www.bandsintown.com/a/39643", + "name": "bandsintown" + }, + { + "url": "https://www.deezer.com/artist/4407", + "name": "deezer" + }, + { + "url": "https://genius.com/artists/Flow-japanese-rock-band", + "name": "genius" + }, + { + "url": "https://itunes.apple.com/artist/id624956375", + "name": "apple" + }, + { + "url": "https://www.last.fm/music/Flow", + "name": "last" + }, + { + "url": "https://mora.jp/artist/184/", + "name": "mora" + }, + { + "url": "https://www.musixmatch.com/artist/FLOW-2", + "name": "musixmatch" + }, + { + "url": "https://rateyourmusic.com/artist/flow_f1", + "name": "rateyourmusic" + }, + { + "url": "https://www.songkick.com/artists/9592404", + "name": "songkick" + }, + { + "url": "https://open.spotify.com/artist/3w2HqkKa6upwuXEULtGvnY", + "name": "spotify" + }, + { + "url": "https://soundcloud.com/flow24427", + "name": "soundcloud" + }, + { + "url": "https://www.whosampled.com/Flow/", + "name": "whosampled" + }, + { + "url": "http://www.flow-official.jp/", + "name": "flow-official" + }, + { + "url": "https://www.imdb.com/name/nm1698030/", + "name": "imdb" + }, + { + "url": "https://www.bbc.co.uk/music/artists/a0387b9b-236d-475f-8846-b2dea4af1112", + "name": "bbc" + }, + { + "url": "https://www.musik-sammler.de/artist/flow/", + "name": "musik-sammler" + }, + { + "url": "https://www.setlist.fm/setlists/flow-33d478fd.html", + "name": "setlist" + }, + { + "url": "https://tidal.com/artist/38949491", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Voy☆☆☆", + "disambiguation": "", + "overview": "", + "artistId": 10, + "foreignAlbumId": "91fdde28-9573-421a-811b-8e14eadd5df6", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 3628000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2023-02-22T00:00:00Z", + "releases": [ + { + "id": 1340, + "albumId": 702, + "foreignReleaseId": "a99216e4-ad42-4b50-b200-6fd4f14fab53", + "title": "Voy☆☆☆", + "status": "Official", + "duration": 3628000, + "trackCount": 21, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Japan" + ], + "label": [ + "SACRA MUSIC" + ], + "format": "CD", + "monitored": true + }, + { + "id": 1341, + "albumId": 702, + "foreignReleaseId": "38ce9bb4-0083-404c-99fb-7d6bb841fa45", + "title": "Voy☆☆☆", + "status": "Pseudo-Release", + "duration": 3628000, + "trackCount": 21, + "media": [ + { + "mediumNumber": 1, + "mediumName": "Unknown", + "mediumFormat": "Unknown" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [], + "format": "Unknown", + "monitored": false + }, + { + "id": 2454, + "albumId": 702, + "foreignReleaseId": "9014525c-5773-48a4-ad23-e1536620d775", + "title": "Voy☆☆☆", + "status": "Official", + "duration": 3628000, + "trackCount": 21, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "初回生産限定盤", + "country": [ + "Japan" + ], + "label": [ + "SACRA MUSIC", + "SACRA MUSIC" + ], + "format": "CD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "FLOW", + "foreignArtistId": "a0387b9b-236d-475f-8846-b2dea4af1112", + "tadbId": 0, + "discogsId": 0, + "overview": "Flow is a Japanese rock band formed in 1998 as a five-piece band made up of two vocalists, a guitarist, a bassist, and a drummer. They are signed to Sacra Music. As of November 2023, the band has released 40 singles and 12 studio albums. Their songs have been featured in the opening sequences of several anime and Japanese drama series.", + "artistType": "Group", + "disambiguation": "Japanese rock band", + "links": [ + { + "url": "https://www.discogs.com/artist/1117863", + "name": "discogs" + }, + { + "url": "https://www.facebook.com/FLOWofficial.music", + "name": "facebook" + }, + { + "url": "https://www.wikidata.org/wiki/Q630385", + "name": "wikidata" + }, + { + "url": "https://twitter.com/FLOW_official", + "name": "twitter" + }, + { + "url": "https://vgmdb.net/artist/10848", + "name": "vgmdb" + }, + { + "url": "http://www.sonymusic.co.jp/artist/Flow/", + "name": "co" + }, + { + "url": "https://www.youtube.com/channel/UCLakaKEelmUdqQISLjwIRmg", + "name": "youtube" + }, + { + "url": "http://flow.amuseblog.jp/", + "name": "amuseblog" + }, + { + "url": "https://www.instagram.com/FLOW_OFFICIAL_JAPAN/", + "name": "instagram" + }, + { + "url": "https://baike.baidu.com/item/flow/10366834", + "name": "baidu" + }, + { + "url": "http://anison.info/data/person/17009.html", + "name": "anison" + }, + { + "url": "https://www.generasia.com/wiki/FLOW_(band)", + "name": "generasia" + }, + { + "url": "http://viaf.org/viaf/160770947", + "name": "viaf" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb16252057t", + "name": "bnf" + }, + { + "url": "https://www.animenewsnetwork.com/encyclopedia/people.php?id=27087", + "name": "animenewsnetwork" + }, + { + "url": "https://www.allmusic.com/artist/mn0001757167", + "name": "allmusic" + }, + { + "url": "https://www.bandsintown.com/a/39643", + "name": "bandsintown" + }, + { + "url": "https://www.deezer.com/artist/4407", + "name": "deezer" + }, + { + "url": "https://genius.com/artists/Flow-japanese-rock-band", + "name": "genius" + }, + { + "url": "https://itunes.apple.com/artist/id624956375", + "name": "apple" + }, + { + "url": "https://www.last.fm/music/Flow", + "name": "last" + }, + { + "url": "https://mora.jp/artist/184/", + "name": "mora" + }, + { + "url": "https://www.musixmatch.com/artist/FLOW-2", + "name": "musixmatch" + }, + { + "url": "https://rateyourmusic.com/artist/flow_f1", + "name": "rateyourmusic" + }, + { + "url": "https://www.songkick.com/artists/9592404", + "name": "songkick" + }, + { + "url": "https://open.spotify.com/artist/3w2HqkKa6upwuXEULtGvnY", + "name": "spotify" + }, + { + "url": "https://soundcloud.com/flow24427", + "name": "soundcloud" + }, + { + "url": "https://www.whosampled.com/Flow/", + "name": "whosampled" + }, + { + "url": "http://www.flow-official.jp/", + "name": "flow-official" + }, + { + "url": "https://www.imdb.com/name/nm1698030/", + "name": "imdb" + }, + { + "url": "https://www.bbc.co.uk/music/artists/a0387b9b-236d-475f-8846-b2dea4af1112", + "name": "bbc" + }, + { + "url": "https://www.musik-sammler.de/artist/flow/", + "name": "musik-sammler" + }, + { + "url": "https://www.setlist.fm/setlists/flow-33d478fd.html", + "name": "setlist" + }, + { + "url": "https://tidal.com/artist/38949491", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/vtvwpw1571581701.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/qwypqy1361010881.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/uxytvx1571582553.jpg", + "coverType": "banner", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/xsprxx1361010801.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/FLOW", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Alternative Rock", + "Indie Rock", + "Pop Punk", + "J-Pop", + "Pop Rock" + ], + "cleanName": "flow", + "sortName": "flow", + "tags": [], + "added": "2023-09-11T04:42:47Z", + "ratings": { + "votes": 3, + "value": 6.7 + }, + "id": 10 + }, + "images": [], + "links": [], + "id": 702 + }, + "images": [ + { + "url": "/MediaCover/10/clearlogo.png?lastWrite=638773373482974520", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/vtvwpw1571581701.png" + }, + { + "url": "/MediaCover/10/fanart.jpg?lastWrite=637303517690000000", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/qwypqy1361010881.jpg" + }, + { + "url": "/MediaCover/10/banner.jpg?lastWrite=638773373469258993", + "coverType": "banner", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/uxytvx1571582553.jpg" + }, + { + "url": "/MediaCover/10/poster.jpg?lastWrite=636989627620000000", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/xsprxx1361010801.jpg" + } + ], + "path": "/mnt/plex/music/FLOW", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Alternative Rock", + "Indie Rock", + "Pop Punk", + "J-Pop", + "Pop Rock" + ], + "cleanName": "flow", + "sortName": "flow", + "tags": [], + "added": "2023-09-11T04:42:47Z", + "ratings": { + "votes": 3, + "value": 6.7 + }, + "statistics": { + "albumCount": 13, + "trackFileCount": 1, + "trackCount": 178, + "totalTrackCount": 178, + "sizeOnDisk": 7371620, + "percentOfTracks": 0.5617977528089888 + }, + "id": 10 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Gorillaz", + "foreignArtistId": "e21857d5-3256-4547-afb3-4b6ded592596", + "tadbId": 0, + "discogsId": 0, + "overview": "Gorillaz are an English virtual band created by the musician Damon Albarn and the artist Jamie Hewlett in 1998. The band primarily consists of four fictional members: 2-D, Murdoc Niccals, Noodle and Russel Hobbs (drums). Their universe is presented in media such as music videos, interviews, comic strips and short cartoons. Gorillaz's music has featured collaborations with a wide range of musicians and featured artists, with Albarn as the only permanent musical contributor.", + "artistType": "Group", + "disambiguation": "virtual band", + "links": [ + { + "url": "http://musicmoz.org/Bands_and_Artists/G/Gorillaz/", + "name": "musicmoz" + }, + { + "url": "https://www.discogs.com/artist/6378", + "name": "discogs" + }, + { + "url": "http://www.gorillaz-unofficial.com/", + "name": "gorillaz-unofficial" + }, + { + "url": "https://www.bbc.co.uk/music/artists/e21857d5-3256-4547-afb3-4b6ded592596", + "name": "bbc" + }, + { + "url": "https://twitter.com/gorillaz", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/Gorillaz", + "name": "facebook" + }, + { + "url": "https://www.allmusic.com/artist/mn0000664770", + "name": "allmusic" + }, + { + "url": "https://www.last.fm/music/Gorillaz", + "name": "last" + }, + { + "url": "https://www.youtube.com/user/GorillazVEVO", + "name": "youtube" + }, + { + "url": "https://myspace.com/gorillaz", + "name": "myspace" + }, + { + "url": "https://www.youtube.com/channel/UCfIXdjDQH9Fau7y99_Orpjw", + "name": "youtube" + }, + { + "url": "https://www.imdb.com/name/nm2064964/", + "name": "imdb" + }, + { + "url": "http://www.purevolume.com/gorillazofficial", + "name": "purevolume" + }, + { + "url": "https://rateyourmusic.com/artist/gorillaz", + "name": "rateyourmusic" + }, + { + "url": "https://soundcloud.com/gorillaz", + "name": "soundcloud" + }, + { + "url": "https://secondhandsongs.com/artist/44794", + "name": "secondhandsongs" + }, + { + "url": "https://www.wikidata.org/wiki/Q189991", + "name": "wikidata" + }, + { + "url": "http://viaf.org/viaf/133543207", + "name": "viaf" + }, + { + "url": "http://www.worldcat.org/wcidentities/lccn-no2002-20758", + "name": "worldcat" + }, + { + "url": "https://www.deezer.com/artist/14", + "name": "deezer" + }, + { + "url": "https://genius.com/artists/Gorillaz", + "name": "genius" + }, + { + "url": "https://open.spotify.com/artist/3AA28KZvwAUcZuOKwyblJQ", + "name": "spotify" + }, + { + "url": "https://www.instagram.com/gorillaz/", + "name": "instagram" + }, + { + "url": "https://imvdb.com/n/gorillaz", + "name": "imvdb" + }, + { + "url": "https://www.musik-sammler.de/artist/gorillaz/", + "name": "musik-sammler" + }, + { + "url": "https://www.whosampled.com/Gorillaz/", + "name": "whosampled" + }, + { + "url": "https://www.songkick.com/artists/68043", + "name": "songkick" + }, + { + "url": "https://d-nb.info/gnd/10178175-1", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2002020758", + "name": "loc" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb14042600p", + "name": "bnf" + }, + { + "url": "https://plus.google.com/103244666134214367080", + "name": "google" + }, + { + "url": "https://itunes.apple.com/us/artist/id567072", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/8853", + "name": "tidal" + }, + { + "url": "https://www.bandsintown.com/a/132", + "name": "bandsintown" + }, + { + "url": "https://muzikum.eu/en/gorillaz/lyrics", + "name": "muzikum" + }, + { + "url": "https://www.gorillaz.com/", + "name": "gorillaz" + }, + { + "url": "https://music.youtube.com/channel/UCNIV5B_aJnLrKDSnW_MOmcQ", + "name": "youtube" + }, + { + "url": "https://www.beatport.com/artist/gorillaz/90363", + "name": "beatport" + }, + { + "url": "https://music.apple.com/gb/artist/567072", + "name": "apple" + }, + { + "url": "https://www.qobuz.com/us-en/interpreter/gorillaz/45975", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/us-en/interpreter/gorillaz/45975", + "name": "qobuz" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "The Mountain", + "disambiguation": "पर्वत", + "overview": "", + "artistId": 11, + "foreignAlbumId": "b82f59df-2659-4c23-a3b6-9eb2518b4327", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 4773272, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 4, + "value": 7.5 + }, + "releaseDate": "2026-02-27T00:00:00Z", + "releases": [ + { + "id": 3068, + "albumId": 1155, + "foreignReleaseId": "f735389e-b240-4575-8f55-b2d29ca64501", + "title": "The Mountain", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United Kingdom" + ], + "label": [], + "format": "CD", + "monitored": false + }, + { + "id": 3069, + "albumId": 1155, + "foreignReleaseId": "b5e62af8-78a5-4d0d-86dc-13b0f9cb4c85", + "title": "The Mountain", + "status": "Official", + "duration": 3982000, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Kong" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3744, + "albumId": 1155, + "foreignReleaseId": "f525d01a-6129-471c-94d5-9edaa61b98ca", + "title": "The Mountain", + "status": "Official", + "duration": 4773272, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "The Mountain", + "mediumFormat": "CD" + }, + { + "mediumNumber": 2, + "mediumName": "Bonus Tracks", + "mediumFormat": "CD" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "Japan", + "[Worldwide]" + ], + "label": [ + "Kong" + ], + "format": "2xCD", + "monitored": true + }, + { + "id": 3748, + "albumId": 1155, + "foreignReleaseId": "80032220-39fd-4d7c-b41f-adc3ca7a4fb9", + "title": "The Mountain", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Europe" + ], + "label": [ + "Kong" + ], + "format": "12\" Vinyl", + "monitored": false + }, + { + "id": 3749, + "albumId": 1155, + "foreignReleaseId": "ee7cd062-576c-4114-b1cd-19e087e9c981", + "title": "The Mountain", + "status": "Official", + "duration": 3988874, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "Standard CD Obi Band", + "country": [ + "[Worldwide]" + ], + "label": [ + "Kong" + ], + "format": "CD", + "monitored": false + }, + { + "id": 3750, + "albumId": 1155, + "foreignReleaseId": "dff0731b-2642-42ce-80f7-fa542a7821e0", + "title": "The Mountain", + "status": "Official", + "duration": 4126000, + "trackCount": 16, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "Special Digital Edition", + "country": [ + "[Worldwide]" + ], + "label": [ + "Kong" + ], + "format": "2xDigital Media", + "monitored": false + } + ], + "genres": [ + "Neo-Psychedelia", + "Electronic", + "Pop", + "Art Pop", + "Indian Classical", + "Hip Hop", + "New Wave", + "Pop Rap", + "Psychedelic Pop", + "Rock", + "Synth-Pop", + "Trip Hop", + "Hardcore Hip Hop", + "Hindustani Classical", + "Experimental Hip Hop", + "Indian Pop", + "Zolo", + "Reggae-Pop", + "Progressive Pop", + "Dabke", + "Folkhop", + "Electro-Disco", + "Alternative Pop", + "Electro Hop", + "Dub", + "Electropop", + "Folk", + "Indie Pop", + "Latin Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "The Mountain", + "mediumFormat": "CD" + }, + { + "mediumNumber": 2, + "mediumName": "Bonus Tracks", + "mediumFormat": "CD" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Gorillaz", + "foreignArtistId": "e21857d5-3256-4547-afb3-4b6ded592596", + "tadbId": 0, + "discogsId": 0, + "overview": "Gorillaz are an English virtual band created by the musician Damon Albarn and the artist Jamie Hewlett in 1998. The band primarily consists of four fictional members: 2-D, Murdoc Niccals, Noodle and Russel Hobbs (drums). Their universe is presented in media such as music videos, interviews, comic strips and short cartoons. Gorillaz's music has featured collaborations with a wide range of musicians and featured artists, with Albarn as the only permanent musical contributor.", + "artistType": "Group", + "disambiguation": "virtual band", + "links": [ + { + "url": "http://musicmoz.org/Bands_and_Artists/G/Gorillaz/", + "name": "musicmoz" + }, + { + "url": "https://www.discogs.com/artist/6378", + "name": "discogs" + }, + { + "url": "http://www.gorillaz-unofficial.com/", + "name": "gorillaz-unofficial" + }, + { + "url": "https://www.bbc.co.uk/music/artists/e21857d5-3256-4547-afb3-4b6ded592596", + "name": "bbc" + }, + { + "url": "https://twitter.com/gorillaz", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/Gorillaz", + "name": "facebook" + }, + { + "url": "https://www.allmusic.com/artist/mn0000664770", + "name": "allmusic" + }, + { + "url": "https://www.last.fm/music/Gorillaz", + "name": "last" + }, + { + "url": "https://www.youtube.com/user/GorillazVEVO", + "name": "youtube" + }, + { + "url": "https://myspace.com/gorillaz", + "name": "myspace" + }, + { + "url": "https://www.youtube.com/channel/UCfIXdjDQH9Fau7y99_Orpjw", + "name": "youtube" + }, + { + "url": "https://www.imdb.com/name/nm2064964/", + "name": "imdb" + }, + { + "url": "http://www.purevolume.com/gorillazofficial", + "name": "purevolume" + }, + { + "url": "https://rateyourmusic.com/artist/gorillaz", + "name": "rateyourmusic" + }, + { + "url": "https://soundcloud.com/gorillaz", + "name": "soundcloud" + }, + { + "url": "https://secondhandsongs.com/artist/44794", + "name": "secondhandsongs" + }, + { + "url": "https://www.wikidata.org/wiki/Q189991", + "name": "wikidata" + }, + { + "url": "http://viaf.org/viaf/133543207", + "name": "viaf" + }, + { + "url": "http://www.worldcat.org/wcidentities/lccn-no2002-20758", + "name": "worldcat" + }, + { + "url": "https://www.deezer.com/artist/14", + "name": "deezer" + }, + { + "url": "https://genius.com/artists/Gorillaz", + "name": "genius" + }, + { + "url": "https://open.spotify.com/artist/3AA28KZvwAUcZuOKwyblJQ", + "name": "spotify" + }, + { + "url": "https://www.instagram.com/gorillaz/", + "name": "instagram" + }, + { + "url": "https://imvdb.com/n/gorillaz", + "name": "imvdb" + }, + { + "url": "https://www.musik-sammler.de/artist/gorillaz/", + "name": "musik-sammler" + }, + { + "url": "https://www.whosampled.com/Gorillaz/", + "name": "whosampled" + }, + { + "url": "https://www.songkick.com/artists/68043", + "name": "songkick" + }, + { + "url": "https://d-nb.info/gnd/10178175-1", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2002020758", + "name": "loc" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb14042600p", + "name": "bnf" + }, + { + "url": "https://plus.google.com/103244666134214367080", + "name": "google" + }, + { + "url": "https://itunes.apple.com/us/artist/id567072", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/8853", + "name": "tidal" + }, + { + "url": "https://www.bandsintown.com/a/132", + "name": "bandsintown" + }, + { + "url": "https://muzikum.eu/en/gorillaz/lyrics", + "name": "muzikum" + }, + { + "url": "https://www.gorillaz.com/", + "name": "gorillaz" + }, + { + "url": "https://music.youtube.com/channel/UCNIV5B_aJnLrKDSnW_MOmcQ", + "name": "youtube" + }, + { + "url": "https://www.beatport.com/artist/gorillaz/90363", + "name": "beatport" + }, + { + "url": "https://music.apple.com/gb/artist/567072", + "name": "apple" + }, + { + "url": "https://www.qobuz.com/us-en/interpreter/gorillaz/45975", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/us-en/interpreter/gorillaz/45975", + "name": "qobuz" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/ytwqrx1359741211.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/hotikd1630339058.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/yuvrtv1359741191.jpg", + "coverType": "poster", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/twqrpp1346163191.jpg", + "coverType": "banner", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Gorillaz", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Alternative Rock", + "Electronic", + "Trip Hop", + "Hip Hop", + "Electropop", + "Alternative Dance", + "Art Pop", + "Rock", + "Synth-Pop", + "Electronica" + ], + "cleanName": "gorillaz", + "sortName": "gorillaz", + "tags": [], + "added": "2023-09-11T04:42:47Z", + "ratings": { + "votes": 16, + "value": 8.3 + }, + "id": 11 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/f735389e-b240-4575-8f55-b2d29ca64501/43008507579-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.wikidata.org/wiki/Q136231641", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/album/mw0004618259", + "name": "allmusic" + }, + { + "url": "https://www.musikexpress.de/reviews/gorillaz-the-mountain/", + "name": "musikexpress" + }, + { + "url": "https://www.rollingstone.de/reviews/gorillaz-the-mountain-grenzenlos/", + "name": "rollingstone" + }, + { + "url": "https://www.plattentests.de/rezi.php?show=21417", + "name": "plattentests" + }, + { + "url": "https://laut.de/Gorillaz/Alben/The-Mountain-126079", + "name": "laut" + }, + { + "url": "https://rateyourmusic.com/release/album/gorillaz/the-mountain/", + "name": "rateyourmusic" + }, + { + "url": "https://www.discogs.com/master/4142620", + "name": "discogs" + }, + { + "url": "https://pitchfork.com/reviews/albums/gorillaz-the-mountain/", + "name": "pitchfork" + }, + { + "url": "https://www.offiziellecharts.de/charts/album-details-557378", + "name": "offiziellecharts" + } + ], + "id": 1155 + }, + "images": [ + { + "url": "/MediaCover/11/clearlogo.png?lastWrite=639072770588362390", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/ytwqrx1359741211.png" + }, + { + "url": "/MediaCover/11/fanart.jpg?lastWrite=639072770587855909", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/hotikd1630339058.jpg" + }, + { + "url": "/MediaCover/11/poster.jpg?lastWrite=639072770588160955", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/yuvrtv1359741191.jpg" + }, + { + "url": "/MediaCover/11/banner.jpg?lastWrite=638773373497094025", + "coverType": "banner", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/twqrpp1346163191.jpg" + } + ], + "path": "/mnt/plex/music/Gorillaz", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Alternative Rock", + "Electronic", + "Trip Hop", + "Hip Hop", + "Electropop", + "Alternative Dance", + "Art Pop", + "Rock", + "Synth-Pop", + "Electronica" + ], + "cleanName": "gorillaz", + "sortName": "gorillaz", + "tags": [], + "added": "2023-09-11T04:42:47Z", + "ratings": { + "votes": 16, + "value": 8.3 + }, + "statistics": { + "albumCount": 10, + "trackFileCount": 115, + "trackCount": 194, + "totalTrackCount": 194, + "sizeOnDisk": 1760088455, + "percentOfTracks": 59.27835051546392 + }, + "id": 11 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Guy Sebastian", + "foreignArtistId": "f116b984-45ae-49d0-9445-efc5a61458a1", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "http://www.guysebastian.com.au/", + "name": "com" + }, + { + "url": "https://myspace.com/guysebastian", + "name": "myspace" + }, + { + "url": "https://www.discogs.com/artist/948088", + "name": "discogs" + }, + { + "url": "https://www.imdb.com/name/nm1468505/", + "name": "imdb" + }, + { + "url": "https://www.facebook.com/guysebastian", + "name": "facebook" + }, + { + "url": "https://twitter.com/GuySebastian", + "name": "twitter" + }, + { + "url": "https://www.last.fm/music/Guy+Sebastian", + "name": "last" + }, + { + "url": "https://www.allmusic.com/artist/mn0000382346", + "name": "allmusic" + }, + { + "url": "https://www.youtube.com/user/guysebastianVEVO", + "name": "youtube" + }, + { + "url": "http://viaf.org/viaf/6154473", + "name": "viaf" + }, + { + "url": "https://www.wikidata.org/wiki/Q983452", + "name": "wikidata" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Guy_Sebastian_Get_Along_2013.jpg", + "name": "wikimedia" + }, + { + "url": "http://muzikum.eu/en/122-11562/guy-sebastian/lyrics.html", + "name": "muzikum" + }, + { + "url": "https://www.deezer.com/artist/5629", + "name": "deezer" + }, + { + "url": "http://www.guysebastian.com/", + "name": "guysebastian" + }, + { + "url": "https://d-nb.info/gnd/135621755", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/n2009058951", + "name": "loc" + }, + { + "url": "https://www.worldcat.org/identities/lccn-n2009058951", + "name": "worldcat" + }, + { + "url": "https://www.instagram.com/guysebastian/", + "name": "instagram" + }, + { + "url": "https://open.spotify.com/artist/5PjekOABtfU2Kwo0AHVmci", + "name": "spotify" + }, + { + "url": "https://www.songkick.com/artists/512558", + "name": "songkick" + }, + { + "url": "https://itunes.apple.com/us/artist/id60819099", + "name": "apple" + }, + { + "url": "https://genius.com/artists/Guy-sebastian", + "name": "genius" + }, + { + "url": "https://rateyourmusic.com/artist/guy_sebastian", + "name": "rateyourmusic" + }, + { + "url": "https://secondhandsongs.com/artist/48775", + "name": "secondhandsongs" + }, + { + "url": "https://soundcloud.com/officialguysebastian", + "name": "soundcloud" + }, + { + "url": "https://www.whosampled.com/Guy-Sebastian/", + "name": "whosampled" + }, + { + "url": "https://tidal.com/artist/7378", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "100 Times Around the Sun", + "disambiguation": "", + "overview": "", + "artistId": 12, + "foreignAlbumId": "cf796a58-d4f0-402c-9d1b-ad84a331f0e1", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2698988, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-07-31T00:00:00Z", + "releases": [ + { + "id": 3233, + "albumId": 1156, + "foreignReleaseId": "8a1c8bca-3fe9-4e23-a062-6ee65f8fe846", + "title": "100 Times Around the Sun", + "status": "Official", + "duration": 2698988, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3234, + "albumId": 1156, + "foreignReleaseId": "a10ffd5a-6603-4747-afcf-22283676fb36", + "title": "100 Times Around the Sun", + "status": "Official", + "duration": 2698988, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Australia" + ], + "label": [ + "Sony Music" + ], + "format": "CD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Guy Sebastian", + "foreignArtistId": "f116b984-45ae-49d0-9445-efc5a61458a1", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "http://www.guysebastian.com.au/", + "name": "com" + }, + { + "url": "https://myspace.com/guysebastian", + "name": "myspace" + }, + { + "url": "https://www.discogs.com/artist/948088", + "name": "discogs" + }, + { + "url": "https://www.imdb.com/name/nm1468505/", + "name": "imdb" + }, + { + "url": "https://www.facebook.com/guysebastian", + "name": "facebook" + }, + { + "url": "https://twitter.com/GuySebastian", + "name": "twitter" + }, + { + "url": "https://www.last.fm/music/Guy+Sebastian", + "name": "last" + }, + { + "url": "https://www.allmusic.com/artist/mn0000382346", + "name": "allmusic" + }, + { + "url": "https://www.youtube.com/user/guysebastianVEVO", + "name": "youtube" + }, + { + "url": "http://viaf.org/viaf/6154473", + "name": "viaf" + }, + { + "url": "https://www.wikidata.org/wiki/Q983452", + "name": "wikidata" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Guy_Sebastian_Get_Along_2013.jpg", + "name": "wikimedia" + }, + { + "url": "http://muzikum.eu/en/122-11562/guy-sebastian/lyrics.html", + "name": "muzikum" + }, + { + "url": "https://www.deezer.com/artist/5629", + "name": "deezer" + }, + { + "url": "http://www.guysebastian.com/", + "name": "guysebastian" + }, + { + "url": "https://d-nb.info/gnd/135621755", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/n2009058951", + "name": "loc" + }, + { + "url": "https://www.worldcat.org/identities/lccn-n2009058951", + "name": "worldcat" + }, + { + "url": "https://www.instagram.com/guysebastian/", + "name": "instagram" + }, + { + "url": "https://open.spotify.com/artist/5PjekOABtfU2Kwo0AHVmci", + "name": "spotify" + }, + { + "url": "https://www.songkick.com/artists/512558", + "name": "songkick" + }, + { + "url": "https://itunes.apple.com/us/artist/id60819099", + "name": "apple" + }, + { + "url": "https://genius.com/artists/Guy-sebastian", + "name": "genius" + }, + { + "url": "https://rateyourmusic.com/artist/guy_sebastian", + "name": "rateyourmusic" + }, + { + "url": "https://secondhandsongs.com/artist/48775", + "name": "secondhandsongs" + }, + { + "url": "https://soundcloud.com/officialguysebastian", + "name": "soundcloud" + }, + { + "url": "https://www.whosampled.com/Guy-Sebastian/", + "name": "whosampled" + }, + { + "url": "https://tidal.com/artist/7378", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Guy Sebastian", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Pop" + ], + "cleanName": "guysebastian", + "sortName": "guy sebastian", + "tags": [], + "added": "2023-09-11T04:42:47Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "id": 12 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/8a1c8bca-3fe9-4e23-a062-6ee65f8fe846/42726412190-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1156 + }, + "images": [ + { + "url": "/MediaCover/12/poster.jpg?lastWrite=638773373516318525", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/12/poster.jpg" + }, + { + "url": "/MediaCover/12/fanart.jpg?lastWrite=638773373499832089", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/12/fanart.jpg" + } + ], + "path": "/mnt/plex/music/Guy Sebastian", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Pop" + ], + "cleanName": "guysebastian", + "sortName": "guy sebastian", + "tags": [], + "added": "2023-09-11T04:42:47Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "statistics": { + "albumCount": 11, + "trackFileCount": 1, + "trackCount": 135, + "totalTrackCount": 135, + "sizeOnDisk": 8945142, + "percentOfTracks": 0.7407407407407407 + }, + "id": 12 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Katie Noonan and the Captains", + "foreignArtistId": "20bdbc0b-7aa0-43dc-9c22-22eb320b0af2", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "", + "links": [], + "nextAlbum": null, + "lastAlbum": { + "title": "Emperor’s Box", + "disambiguation": "", + "overview": "", + "artistId": 13, + "foreignAlbumId": "6e279f76-35e7-48f4-a485-8bb850d44fc7", + "monitored": true, + "anyReleaseOk": true, + "profileId": 0, + "duration": 3181063, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2010-01-01T00:00:00Z", + "releases": [ + { + "id": 79, + "albumId": 33, + "foreignReleaseId": "7b0e4508-f2a0-4c0f-bc93-19579118c377", + "title": "Emperor’s Box", + "status": "Official", + "duration": 3181063, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Australia" + ], + "label": [ + "Sony Music" + ], + "format": "CD", + "monitored": true + } + ], + "genres": [ + "Alternative Rock", + "Electronic", + "Jazz", + "Pop", + "Rock" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Katie Noonan and the Captains", + "foreignArtistId": "20bdbc0b-7aa0-43dc-9c22-22eb320b0af2", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "", + "links": [], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Katie Noonan & The Captains", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [], + "cleanName": "katienoonancaptains", + "sortName": "katie noonan captains", + "tags": [], + "added": "2023-09-11T04:42:47Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 13 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/7b0e4508-f2a0-4c0f-bc93-19579118c377/41255966197-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/7b0e4508-f2a0-4c0f-bc93-19579118c377/41255966833-1200.jpg", + "coverType": "disc", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.discogs.com/master/577328", + "name": "discogs" + } + ], + "id": 33 + }, + "images": [], + "path": "/mnt/plex/music/Katie Noonan & The Captains", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "katienoonancaptains", + "sortName": "katie noonan captains", + "tags": [], + "added": "2023-09-11T04:42:47Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 1, + "trackFileCount": 1, + "trackCount": 13, + "totalTrackCount": 13, + "sizeOnDisk": 10490164, + "percentOfTracks": 7.6923076923076925 + }, + "id": 13 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Katy Perry", + "foreignArtistId": "122d63fc-8671-43e4-9752-34e846d62a9c", + "tadbId": 0, + "discogsId": 0, + "overview": "Katheryn Elizabeth Hudson, known professionally as Katy Perry, is an American singer, songwriter, and television personality. She is one of the best-selling music artists in history, having sold over 151 million records worldwide. Perry is known for her influence on pop music and her camp style, being dubbed the \"Queen of Camp\" by Vogue and Rolling Stone. The world's highest-paid female musician in 2015 and 2018, she was named by Billboard as one of the greatest pop stars of the 21st century.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/971243", + "name": "discogs" + }, + { + "url": "https://www.katyperry.com/", + "name": "katyperry" + }, + { + "url": "https://myspace.com/katyperry", + "name": "myspace" + }, + { + "url": "https://www.bbc.co.uk/music/artists/122d63fc-8671-43e4-9752-34e846d62a9c", + "name": "bbc" + }, + { + "url": "https://twitter.com/katyperry", + "name": "twitter" + }, + { + "url": "https://www.discogs.com/artist/1565871", + "name": "discogs" + }, + { + "url": "https://katyperryblog.tumblr.com/", + "name": "tumblr" + }, + { + "url": "https://www.youtube.com/channel/UCYvmuw-JtVrTZQ-7Y4kd63Q", + "name": "youtube" + }, + { + "url": "https://www.facebook.com/katyperry", + "name": "facebook" + }, + { + "url": "https://www.imdb.com/name/nm2953537/", + "name": "imdb" + }, + { + "url": "https://katyperry.fandom.com/wiki/Main_Page", + "name": "fandom" + }, + { + "url": "https://www.funnyordie.com/authors/katy-perry", + "name": "funnyordie" + }, + { + "url": "https://www.youtube.com/channel/UC-8Q-hLdECwQmaWNwXitYDw", + "name": "youtube" + }, + { + "url": "https://www.allmusic.com/artist/mn0000859589", + "name": "allmusic" + }, + { + "url": "https://www.last.fm/music/Katy+Perry", + "name": "last" + }, + { + "url": "https://secondhandsongs.com/artist/35338", + "name": "secondhandsongs" + }, + { + "url": "http://viaf.org/viaf/91213272", + "name": "viaf" + }, + { + "url": "https://www.wikidata.org/wiki/Q42493", + "name": "wikidata" + }, + { + "url": "https://soundcloud.com/katyperryofficial", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/katyperry/", + "name": "instagram" + }, + { + "url": "http://muzikum.eu/en/122-5100/katy-perry/lyrics.html", + "name": "muzikum" + }, + { + "url": "https://open.spotify.com/artist/6jJ0s89eD6GaHleKKya26X", + "name": "spotify" + }, + { + "url": "https://rateyourmusic.com/artist/katy-perry", + "name": "rateyourmusic" + }, + { + "url": "https://itunes.apple.com/us/artist/id64387566", + "name": "apple" + }, + { + "url": "https://www.youtube.com/channel/UC_7s69e1mDS3lgcTMJEPjCg", + "name": "youtube" + }, + { + "url": "https://plus.google.com/+KatyPerry", + "name": "google" + }, + { + "url": "https://www.worldcat.org/identities/lccn-no2005065408/", + "name": "worldcat" + }, + { + "url": "https://tidal.com/artist/3531205", + "name": "tidal" + }, + { + "url": "https://play.google.com/store/music/artist?id=Appwjs7lfqqvmpriiu4r6xs5lhe", + "name": "google" + }, + { + "url": "https://www.deezer.com/artist/144227", + "name": "deezer" + }, + { + "url": "https://genius.com/artists/Katy-perry", + "name": "genius" + }, + { + "url": "https://www.bandsintown.com/a/32666", + "name": "bandsintown" + }, + { + "url": "https://www.setlist.fm/setlists/katy-perry-2bd6bc42.html", + "name": "setlist" + }, + { + "url": "https://www.songkick.com/artists/1134363", + "name": "songkick" + }, + { + "url": "https://imvdb.com/n/katy-perry", + "name": "imvdb" + }, + { + "url": "https://www.musik-sammler.de/artist/katy-perry/", + "name": "musik-sammler" + }, + { + "url": "https://d-nb.info/gnd/13595598X", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2005065408", + "name": "loc" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb157981542", + "name": "bnf" + }, + { + "url": "http://snaccooperative.org/ark:/99166/w6bg3m44", + "name": "snaccooperative" + }, + { + "url": "https://www.pinterest.com/katyperry/", + "name": "pinterest" + }, + { + "url": "https://www.whosampled.com/Katy-Perry/", + "name": "whosampled" + }, + { + "url": "https://uk.7digital.com/artist/katy-perry", + "name": "7digital" + }, + { + "url": "https://www.junodownload.com/artists/Katy+Perry/", + "name": "junodownload" + }, + { + "url": "https://www.onkyomusic.com/artist/katy-perry", + "name": "onkyomusic" + }, + { + "url": "https://www.musixmatch.com/artist/Katy-Perry", + "name": "musixmatch" + }, + { + "url": "https://nla.gov.au/nla.party-1684483", + "name": "gov" + }, + { + "url": "https://music.amazon.com/artists/B000YBCXDC", + "name": "amazon" + }, + { + "url": "https://www.livefans.jp/artists/12018", + "name": "livefans" + }, + { + "url": "https://us.napster.com/artist/katy-perry", + "name": "napster" + }, + { + "url": "https://www.cdjapan.co.jp/person/700304467", + "name": "cdjapan" + }, + { + "url": "https://www.beatport.com/artist/katy-perry/158999", + "name": "beatport" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Katy_Perry_performing_Vegas_residency_(cropped).png", + "name": "wikimedia" + }, + { + "url": "https://audius.co/katyperry", + "name": "audius" + }, + { + "url": "https://music.apple.com/us/artist/64387566", + "name": "apple" + }, + { + "url": "https://openlibrary.org/works/OL3704668A", + "name": "openlibrary" + }, + { + "url": "https://www.dailymotion.com/katyperry", + "name": "dailymotion" + }, + { + "url": "http://www.maniadb.com/artist/137550", + "name": "maniadb" + }, + { + "url": "https://mora.jp/artist/31581/", + "name": "mora" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000322352/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.tiktok.com/@katyperry", + "name": "tiktok" + }, + { + "url": "https://vk.com/public165087644", + "name": "vk" + }, + { + "url": "https://music.youtube.com/channel/UC_7s69e1mDS3lgcTMJEPjCg", + "name": "youtube" + }, + { + "url": "https://www.qobuz.com/us-en/interpreter/katy-perry/67294", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/us-en/interpreter/katy-perry/67294", + "name": "qobuz" + }, + { + "url": "https://id.oclc.org/worldcat/entity/E39PBJwX8cXhBkyFkrgxcKfyVC", + "name": "oclc" + }, + { + "url": "https://www.idref.fr/163234108", + "name": "idref" + }, + { + "url": "https://jaxsta.com/profile/34b6c302-de26-45ff-8906-04944ca0d159", + "name": "jaxsta" + }, + { + "url": "https://www.themoviedb.org/person/111455", + "name": "themoviedb" + }, + { + "url": "https://www.threads.com/@katyperry", + "name": "threads" + }, + { + "url": "https://www.boomplay.com/artists/1878236", + "name": "boomplay" + }, + { + "url": "https://music.yandex.com/artist/6856", + "name": "yandex" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Smile", + "disambiguation": "", + "overview": "Smile is the sixth studio album by American singer Katy Perry. It was released on August 28, 2020, by Capitol Records, three years after its predecessor Witness (2017). Perry worked with various producers on the album, such as Josh Abraham, Carolina Liar, the Daylights, G Koop, Andrew Goldstein, Oligee, Oscar Görres, Oscar Holter, Ilya, Ian Kirkpatrick, the Monsters & Strangerz, Charlie Puth, Stargate and Zedd. She described Smile as her \"journey towards the light, with stories of resilience, hope, and love\". Primarily a pop record, Smile is characterized by themes of self-help and empowerment.\nThree singles were released from the album: \"Daisies\", the lead single, was released on May 15, 2020, and peaked at number 40 on the U.S. Billboard Hot 100; it was followed by the title track and \"Not the End of the World\". Smile also contains Perry's 2019 singles \"Never Really Over\" and \"Harleys in Hawaii\" in its standard tracklist, while the Japanese and fan editions of the album further include her other preceding singles, \"Small Talk\" (2019) and \"Never Worn White\" (2020).\nUpon release, Smile received mixed reviews from music critics, who praised Perry's earnestness but criticized its familiar lyrics and production, which they found to be redundant in her catalogue. Commercially, Smile reached the top five in Australia, Canada, New Zealand, the United Kingdom, the United States, and the top 10 in Austria, Ireland, and Italy.\n\n", + "artistId": 14, + "foreignAlbumId": "f81a75f0-ee3a-4e10-9d27-701e654d901b", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 3442688, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 4, + "value": 6.5 + }, + "releaseDate": "2020-08-28T00:00:00Z", + "releases": [ + { + "id": 1551, + "albumId": 724, + "foreignReleaseId": "372c05bb-b4ef-4b9a-84e7-a554fa44c027", + "title": "Smile", + "status": "Official", + "duration": 2202470, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "[Worldwide]" + ], + "label": [ + "Capitol Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 1552, + "albumId": 724, + "foreignReleaseId": "0772de95-7964-43fe-894e-9c5b2bea68d6", + "title": "Smile", + "status": "Official", + "duration": 2982000, + "trackCount": 16, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "Fan edition", + "country": [ + "Czechia" + ], + "label": [ + "Capitol Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 1553, + "albumId": 724, + "foreignReleaseId": "16f43648-b1a8-4a2d-8334-5bfeebd2372c", + "title": "Smile", + "status": "Official", + "duration": 2202464, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Australia" + ], + "label": [ + "Capitol Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 1554, + "albumId": 724, + "foreignReleaseId": "abde9dc6-5f82-4c61-adf6-b82feadeeb7b", + "title": "Smile", + "status": "Official", + "duration": 2647000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "Target exclusive", + "country": [ + "United States" + ], + "label": [ + "Capitol Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 1555, + "albumId": 724, + "foreignReleaseId": "1a40e3c0-6fc8-4b51-853e-f8f638d0dc59", + "title": "Smile", + "status": "Official", + "duration": 2202465, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "[Worldwide]" + ], + "label": [ + "Capitol Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 1556, + "albumId": 724, + "foreignReleaseId": "6b914021-6039-43ce-a46f-b13b6fb55d31", + "title": "Smile", + "status": "Official", + "duration": 2196000, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Capitol Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 1557, + "albumId": 724, + "foreignReleaseId": "79f67e74-1564-44c1-9ac3-820b64129996", + "title": "Smile", + "status": "Official", + "duration": 2196000, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit, 44.1kHz/24bit", + "country": [ + "[Worldwide]" + ], + "label": [ + "Capitol Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 1558, + "albumId": 724, + "foreignReleaseId": "53626ebf-4908-4722-af7a-19b420d86791", + "title": "Smile", + "status": "Official", + "duration": 2202465, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean, 44.1kHz/24bit", + "country": [ + "United States" + ], + "label": [ + "Capitol Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 1559, + "albumId": 724, + "foreignReleaseId": "7598622c-f88f-472e-a9c7-0691156e53e5", + "title": "Smile", + "status": "Official", + "duration": 2202464, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Europe" + ], + "label": [ + "Capitol Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 1560, + "albumId": 724, + "foreignReleaseId": "d879eede-1de6-4547-9f04-233d6ba35c8c", + "title": "Smile", + "status": "Official", + "duration": 0, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "alternate cover #1", + "country": [ + "United States" + ], + "label": [ + "Capitol Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 1561, + "albumId": 724, + "foreignReleaseId": "94dc02c0-7311-4dc6-b975-31abd09b7b97", + "title": "Smile", + "status": "Official", + "duration": 0, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "alternate cover #3", + "country": [ + "United States" + ], + "label": [ + "Capitol Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 1562, + "albumId": 724, + "foreignReleaseId": "34c505e4-7268-4c61-8906-76e9221ded30", + "title": "Smile", + "status": "Official", + "duration": 2202000, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "alternate cover #5", + "country": [ + "United States" + ], + "label": [ + "Capitol Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 1563, + "albumId": 724, + "foreignReleaseId": "1736eca2-95c4-4396-910f-58201a7d5f5f", + "title": "Smile", + "status": "Official", + "duration": 0, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "alternate cover #4", + "country": [ + "United States" + ], + "label": [ + "Capitol Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 1564, + "albumId": 724, + "foreignReleaseId": "cad2f8e3-115b-480f-8ec7-d2488dda0d52", + "title": "Smile", + "status": "Official", + "duration": 0, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "alternate cover #2", + "country": [ + "United States" + ], + "label": [ + "Capitol Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 1565, + "albumId": 724, + "foreignReleaseId": "42c37082-e177-41b3-a954-a3e09198f8e5", + "title": "Smile", + "status": "Official", + "duration": 0, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Capitol Records" + ], + "format": "12\" Vinyl", + "monitored": false + }, + { + "id": 1566, + "albumId": 724, + "foreignReleaseId": "b747b54e-cff8-4545-b3a4-3cf7d35d22c3", + "title": "Smile", + "status": "Official", + "duration": 3442688, + "trackCount": 18, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Japan" + ], + "label": [ + "Capitol Records" + ], + "format": "CD", + "monitored": true + }, + { + "id": 1567, + "albumId": 724, + "foreignReleaseId": "ccb35d13-eb0c-4c05-87cc-e8c97463e48e", + "title": "Smile", + "status": "Official", + "duration": 2647000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "Chinese special", + "country": [ + "China" + ], + "label": [ + "Capitol Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 1568, + "albumId": 724, + "foreignReleaseId": "db5128d7-8b28-4ed8-8d98-7fac7808029c", + "title": "Smile", + "status": "Official", + "duration": 2202465, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean, 44.1kHz/24bit", + "country": [ + "[Worldwide]" + ], + "label": [ + "Capitol Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 1569, + "albumId": 724, + "foreignReleaseId": "e513e207-9ab7-4585-ac9a-ce3a2d34df8c", + "title": "Smile", + "status": "Official", + "duration": 2202470, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "[Worldwide]" + ], + "label": [ + "Capitol Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 1570, + "albumId": 724, + "foreignReleaseId": "5b463a2d-f719-4744-acab-c06e22ed1022", + "title": "Smile", + "status": "Official", + "duration": 2196000, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "[Worldwide]" + ], + "label": [ + "Capitol Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 1571, + "albumId": 724, + "foreignReleaseId": "5fb16c06-53c4-4067-b04a-22d571b10c11", + "title": "Smile", + "status": "Official", + "duration": 2991115, + "trackCount": 16, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "deluxe edition", + "country": [ + "Europe" + ], + "label": [ + "Capitol Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 1572, + "albumId": 724, + "foreignReleaseId": "a5231ec7-cfcc-4214-9ed0-5a1ce10a1509", + "title": "Smile", + "status": "Official", + "duration": 2202000, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "Dolby Atmos mix, explicit", + "country": [], + "label": [ + "Capitol Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 1573, + "albumId": 724, + "foreignReleaseId": "3660a168-3583-4155-935a-aaa00cdedffd", + "title": "Smile", + "status": "Official", + "duration": 2202000, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "Dolby Atmos mix, clean", + "country": [], + "label": [ + "Capitol Records" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Pop", + "Electronic" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Katy Perry", + "foreignArtistId": "122d63fc-8671-43e4-9752-34e846d62a9c", + "tadbId": 0, + "discogsId": 0, + "overview": "Katheryn Elizabeth Hudson, known professionally as Katy Perry, is an American singer, songwriter, and television personality. She is one of the best-selling music artists in history, having sold over 151 million records worldwide. Perry is known for her influence on pop music and her camp style, being dubbed the \"Queen of Camp\" by Vogue and Rolling Stone. The world's highest-paid female musician in 2015 and 2018, she was named by Billboard as one of the greatest pop stars of the 21st century.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/971243", + "name": "discogs" + }, + { + "url": "https://www.katyperry.com/", + "name": "katyperry" + }, + { + "url": "https://myspace.com/katyperry", + "name": "myspace" + }, + { + "url": "https://www.bbc.co.uk/music/artists/122d63fc-8671-43e4-9752-34e846d62a9c", + "name": "bbc" + }, + { + "url": "https://twitter.com/katyperry", + "name": "twitter" + }, + { + "url": "https://www.discogs.com/artist/1565871", + "name": "discogs" + }, + { + "url": "https://katyperryblog.tumblr.com/", + "name": "tumblr" + }, + { + "url": "https://www.youtube.com/channel/UCYvmuw-JtVrTZQ-7Y4kd63Q", + "name": "youtube" + }, + { + "url": "https://www.facebook.com/katyperry", + "name": "facebook" + }, + { + "url": "https://www.imdb.com/name/nm2953537/", + "name": "imdb" + }, + { + "url": "https://katyperry.fandom.com/wiki/Main_Page", + "name": "fandom" + }, + { + "url": "https://www.funnyordie.com/authors/katy-perry", + "name": "funnyordie" + }, + { + "url": "https://www.youtube.com/channel/UC-8Q-hLdECwQmaWNwXitYDw", + "name": "youtube" + }, + { + "url": "https://www.allmusic.com/artist/mn0000859589", + "name": "allmusic" + }, + { + "url": "https://www.last.fm/music/Katy+Perry", + "name": "last" + }, + { + "url": "https://secondhandsongs.com/artist/35338", + "name": "secondhandsongs" + }, + { + "url": "http://viaf.org/viaf/91213272", + "name": "viaf" + }, + { + "url": "https://www.wikidata.org/wiki/Q42493", + "name": "wikidata" + }, + { + "url": "https://soundcloud.com/katyperryofficial", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/katyperry/", + "name": "instagram" + }, + { + "url": "http://muzikum.eu/en/122-5100/katy-perry/lyrics.html", + "name": "muzikum" + }, + { + "url": "https://open.spotify.com/artist/6jJ0s89eD6GaHleKKya26X", + "name": "spotify" + }, + { + "url": "https://rateyourmusic.com/artist/katy-perry", + "name": "rateyourmusic" + }, + { + "url": "https://itunes.apple.com/us/artist/id64387566", + "name": "apple" + }, + { + "url": "https://www.youtube.com/channel/UC_7s69e1mDS3lgcTMJEPjCg", + "name": "youtube" + }, + { + "url": "https://plus.google.com/+KatyPerry", + "name": "google" + }, + { + "url": "https://www.worldcat.org/identities/lccn-no2005065408/", + "name": "worldcat" + }, + { + "url": "https://tidal.com/artist/3531205", + "name": "tidal" + }, + { + "url": "https://play.google.com/store/music/artist?id=Appwjs7lfqqvmpriiu4r6xs5lhe", + "name": "google" + }, + { + "url": "https://www.deezer.com/artist/144227", + "name": "deezer" + }, + { + "url": "https://genius.com/artists/Katy-perry", + "name": "genius" + }, + { + "url": "https://www.bandsintown.com/a/32666", + "name": "bandsintown" + }, + { + "url": "https://www.setlist.fm/setlists/katy-perry-2bd6bc42.html", + "name": "setlist" + }, + { + "url": "https://www.songkick.com/artists/1134363", + "name": "songkick" + }, + { + "url": "https://imvdb.com/n/katy-perry", + "name": "imvdb" + }, + { + "url": "https://www.musik-sammler.de/artist/katy-perry/", + "name": "musik-sammler" + }, + { + "url": "https://d-nb.info/gnd/13595598X", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2005065408", + "name": "loc" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb157981542", + "name": "bnf" + }, + { + "url": "http://snaccooperative.org/ark:/99166/w6bg3m44", + "name": "snaccooperative" + }, + { + "url": "https://www.pinterest.com/katyperry/", + "name": "pinterest" + }, + { + "url": "https://www.whosampled.com/Katy-Perry/", + "name": "whosampled" + }, + { + "url": "https://uk.7digital.com/artist/katy-perry", + "name": "7digital" + }, + { + "url": "https://www.junodownload.com/artists/Katy+Perry/", + "name": "junodownload" + }, + { + "url": "https://www.onkyomusic.com/artist/katy-perry", + "name": "onkyomusic" + }, + { + "url": "https://www.musixmatch.com/artist/Katy-Perry", + "name": "musixmatch" + }, + { + "url": "https://nla.gov.au/nla.party-1684483", + "name": "gov" + }, + { + "url": "https://music.amazon.com/artists/B000YBCXDC", + "name": "amazon" + }, + { + "url": "https://www.livefans.jp/artists/12018", + "name": "livefans" + }, + { + "url": "https://us.napster.com/artist/katy-perry", + "name": "napster" + }, + { + "url": "https://www.cdjapan.co.jp/person/700304467", + "name": "cdjapan" + }, + { + "url": "https://www.beatport.com/artist/katy-perry/158999", + "name": "beatport" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Katy_Perry_performing_Vegas_residency_(cropped).png", + "name": "wikimedia" + }, + { + "url": "https://audius.co/katyperry", + "name": "audius" + }, + { + "url": "https://music.apple.com/us/artist/64387566", + "name": "apple" + }, + { + "url": "https://openlibrary.org/works/OL3704668A", + "name": "openlibrary" + }, + { + "url": "https://www.dailymotion.com/katyperry", + "name": "dailymotion" + }, + { + "url": "http://www.maniadb.com/artist/137550", + "name": "maniadb" + }, + { + "url": "https://mora.jp/artist/31581/", + "name": "mora" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000322352/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.tiktok.com/@katyperry", + "name": "tiktok" + }, + { + "url": "https://vk.com/public165087644", + "name": "vk" + }, + { + "url": "https://music.youtube.com/channel/UC_7s69e1mDS3lgcTMJEPjCg", + "name": "youtube" + }, + { + "url": "https://www.qobuz.com/us-en/interpreter/katy-perry/67294", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/us-en/interpreter/katy-perry/67294", + "name": "qobuz" + }, + { + "url": "https://id.oclc.org/worldcat/entity/E39PBJwX8cXhBkyFkrgxcKfyVC", + "name": "oclc" + }, + { + "url": "https://www.idref.fr/163234108", + "name": "idref" + }, + { + "url": "https://jaxsta.com/profile/34b6c302-de26-45ff-8906-04944ca0d159", + "name": "jaxsta" + }, + { + "url": "https://www.themoviedb.org/person/111455", + "name": "themoviedb" + }, + { + "url": "https://www.threads.com/@katyperry", + "name": "threads" + }, + { + "url": "https://www.boomplay.com/artists/1878236", + "name": "boomplay" + }, + { + "url": "https://music.yandex.com/artist/6856", + "name": "yandex" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/xypput1347609905.jpg", + "coverType": "banner", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/lko5181710944694.jpg", + "coverType": "poster", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/xa2jhx1630591600.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/gtljur1667168000.png", + "coverType": "clearlogo", + "extension": ".png" + } + ], + "path": "/mnt/plex/music/Katy Perry", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Pop", + "Pop Rock", + "Electropop", + "Bubblegum Pop", + "Dance-Pop", + "Disco", + "Synth-Pop", + "Teen Pop" + ], + "cleanName": "katyperry", + "sortName": "katy perry", + "tags": [], + "added": "2023-09-11T04:42:48Z", + "ratings": { + "votes": 18, + "value": 7.3 + }, + "id": 14 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/e513e207-9ab7-4585-ac9a-ce3a2d34df8c/30866329257-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/42c37082-e177-41b3-a954-a3e09198f8e5/28283672013-1200.jpg", + "coverType": "disc", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.allmusic.com/album/mw0003404099", + "name": "allmusic" + }, + { + "url": "https://genius.com/albums/Katy-perry/Smile", + "name": "genius" + }, + { + "url": "https://rateyourmusic.com/release/album/katy-perry/smile/", + "name": "rateyourmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q97069531", + "name": "wikidata" + }, + { + "url": "https://www.discogs.com/master/1794872", + "name": "discogs" + } + ], + "lastSearchTime": "2024-03-18T03:49:55Z", + "id": 724 + }, + "images": [ + { + "url": "/MediaCover/14/banner.jpg?lastWrite=638773373612728169", + "coverType": "banner", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/xypput1347609905.jpg" + }, + { + "url": "/MediaCover/14/poster.jpg?lastWrite=639071906418021981", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/lko5181710944694.jpg" + }, + { + "url": "/MediaCover/14/fanart.jpg?lastWrite=639071906418189256", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/xa2jhx1630591600.jpg" + }, + { + "url": "/MediaCover/14/clearlogo.png?lastWrite=639071906418377642", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/gtljur1667168000.png" + } + ], + "path": "/mnt/plex/music/Katy Perry", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Pop", + "Pop Rock", + "Electropop", + "Bubblegum Pop", + "Dance-Pop", + "Disco", + "Synth-Pop", + "Teen Pop" + ], + "cleanName": "katyperry", + "sortName": "katy perry", + "tags": [], + "added": "2023-09-11T04:42:48Z", + "ratings": { + "votes": 18, + "value": 7.3 + }, + "statistics": { + "albumCount": 6, + "trackFileCount": 68, + "trackCount": 68, + "totalTrackCount": 91, + "sizeOnDisk": 2193993404, + "percentOfTracks": 100 + }, + "id": 14 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Kerrie Roberts", + "foreignArtistId": "a61ac351-c859-4e70-881c-8c414b012c41", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "http://kerrieroberts.com/", + "name": "kerrieroberts" + }, + { + "url": "https://www.wikidata.org/wiki/Q6394395", + "name": "wikidata" + }, + { + "url": "https://open.spotify.com/artist/5kbsdneQXviYJrP7AU8WwS", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/519750", + "name": "deezer" + }, + { + "url": "https://itunes.apple.com/us/artist/id82542862", + "name": "apple" + }, + { + "url": "https://www.discogs.com/artist/2049751", + "name": "discogs" + }, + { + "url": "https://music.amazon.com/artists/B0016XD62E", + "name": "amazon" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Boundless", + "disambiguation": "", + "overview": "", + "artistId": 15, + "foreignAlbumId": "5ea10486-81f3-44f8-88c2-5bd8a11546ce", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2420000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2017-03-17T00:00:00Z", + "releases": [ + { + "id": 1576, + "albumId": 727, + "foreignReleaseId": "a36067f9-8e9a-49ac-ad63-82b2c15d4208", + "title": "Boundless", + "status": "Official", + "duration": 2420000, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Vital Records" + ], + "format": "CD", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Kerrie Roberts", + "foreignArtistId": "a61ac351-c859-4e70-881c-8c414b012c41", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "http://kerrieroberts.com/", + "name": "kerrieroberts" + }, + { + "url": "https://www.wikidata.org/wiki/Q6394395", + "name": "wikidata" + }, + { + "url": "https://open.spotify.com/artist/5kbsdneQXviYJrP7AU8WwS", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/519750", + "name": "deezer" + }, + { + "url": "https://itunes.apple.com/us/artist/id82542862", + "name": "apple" + }, + { + "url": "https://www.discogs.com/artist/2049751", + "name": "discogs" + }, + { + "url": "https://music.amazon.com/artists/B0016XD62E", + "name": "amazon" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Kerrie Roberts", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [], + "cleanName": "kerrieroberts", + "sortName": "kerrie roberts", + "tags": [], + "added": "2023-09-11T04:42:48Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 15 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/a36067f9-8e9a-49ac-ad63-82b2c15d4208/24391896230-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 727 + }, + "images": [ + { + "url": "/MediaCover/15/poster.jpg?lastWrite=636989623940000000", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/15/poster.jpg" + }, + { + "url": "/MediaCover/15/banner.jpg?lastWrite=636123091990000000", + "coverType": "banner", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/15/banner.jpg" + }, + { + "url": "/MediaCover/15/clearlogo.png?lastWrite=636692590180000000", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "/var/lib/lidarr/MediaCover/15/clearlogo.png" + }, + { + "url": "/MediaCover/15/fanart.jpg?lastWrite=636196528420000000", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/15/fanart.jpg" + } + ], + "path": "/mnt/plex/music/Kerrie Roberts", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "kerrieroberts", + "sortName": "kerrie roberts", + "tags": [], + "added": "2023-09-11T04:42:48Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 4, + "trackFileCount": 1, + "trackCount": 35, + "totalTrackCount": 35, + "sizeOnDisk": 7398669, + "percentOfTracks": 2.857142857142857 + }, + "id": 15 + }, + { + "status": "continuing", + "ended": false, + "artistName": "P!nk", + "foreignArtistId": "f4d5cc07-3bc9-4836-9b15-88a08359bc63", + "tadbId": 0, + "discogsId": 0, + "overview": "Alecia Beth Moore-Hart, known professionally as Pink, is an American singer and songwriter. She is known for her acrobatic stage presence and activism.", + "artistType": "Person", + "disambiguation": "American singer/songwriter", + "links": [ + { + "url": "http://musicmoz.org/Bands_and_Artists/P/Pink/", + "name": "musicmoz" + }, + { + "url": "http://www.pinkspage.com/", + "name": "pinkspage" + }, + { + "url": "https://www.imdb.com/name/nm0600877/", + "name": "imdb" + }, + { + "url": "https://www.discogs.com/artist/36988", + "name": "discogs" + }, + { + "url": "https://myspace.com/pinkspage", + "name": "myspace" + }, + { + "url": "https://www.facebook.com/pink", + "name": "facebook" + }, + { + "url": "https://www.bbc.co.uk/music/artists/f4d5cc07-3bc9-4836-9b15-88a08359bc63", + "name": "bbc" + }, + { + "url": "https://twitter.com/Pink", + "name": "twitter" + }, + { + "url": "https://www.allmusic.com/artist/mn0001878899", + "name": "allmusic" + }, + { + "url": "https://www.last.fm/music/P!nk", + "name": "last" + }, + { + "url": "http://viaf.org/viaf/71034766", + "name": "viaf" + }, + { + "url": "http://www.rcarecords.com/artists/pnk", + "name": "rcarecords" + }, + { + "url": "https://www.wikidata.org/wiki/Q160009", + "name": "wikidata" + }, + { + "url": "https://secondhandsongs.com/artist/1007", + "name": "secondhandsongs" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:P!nk_Live_2013.jpg", + "name": "wikimedia" + }, + { + "url": "https://soundcloud.com/official-p-nk", + "name": "soundcloud" + }, + { + "url": "https://open.spotify.com/artist/1KCSPY1glIKqW2TotWuXOR", + "name": "spotify" + }, + { + "url": "https://rateyourmusic.com/artist/pink-1", + "name": "rateyourmusic" + }, + { + "url": "https://www.deezer.com/artist/69925", + "name": "deezer" + }, + { + "url": "https://itunes.apple.com/us/artist/id4488522", + "name": "apple" + }, + { + "url": "https://imvdb.com/n/pink", + "name": "imvdb" + }, + { + "url": "https://tidal.com/artist/1900", + "name": "tidal" + }, + { + "url": "https://www.instagram.com/pink/", + "name": "instagram" + }, + { + "url": "https://giphy.com/pink", + "name": "giphy" + }, + { + "url": "https://www.songkick.com/artists/9862999", + "name": "songkick" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb14051699j", + "name": "bnf" + }, + { + "url": "https://d-nb.info/gnd/133117979", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2001005090", + "name": "loc" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000066019/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.worldcat.org/identities/lccn-no2001005090/", + "name": "worldcat" + }, + { + "url": "https://nla.gov.au/nla.party-1454383", + "name": "gov" + }, + { + "url": "https://genius.com/artists/P-nk", + "name": "genius" + }, + { + "url": "https://music.apple.com/us/artist/4488522", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/pnk/162496", + "name": "beatport" + }, + { + "url": "https://music.sonyselect.net/page/artist.html?artistId=6397", + "name": "sonyselect" + }, + { + "url": "https://tower.jp/artist/264851", + "name": "tower" + }, + { + "url": "https://www.discogs.com/artist/1525636", + "name": "discogs" + }, + { + "url": "https://www.tiktok.com/@pinkofficial", + "name": "tiktok" + }, + { + "url": "https://music.youtube.com/channel/UCUlTyoiUjykZj7ZReC0bF0g", + "name": "youtube" + }, + { + "url": "https://music.amazon.com/artists/B001QA3W9Y", + "name": "amazon" + }, + { + "url": "https://www.threads.com/@pink", + "name": "threads" + }, + { + "url": "https://www.setlist.fm/setlists/pnk-73d6d6bd.html", + "name": "setlist" + }, + { + "url": "https://www.ticketmaster.com/artist/718655", + "name": "ticketmaster" + }, + { + "url": "https://us.napster.com/artist/pink", + "name": "napster" + }, + { + "url": "https://www.bandsintown.com/a/14952405", + "name": "bandsintown" + }, + { + "url": "https://www.musik-sammler.de/artist/p-nk/", + "name": "musik-sammler" + }, + { + "url": "https://www.youtube.com/channel/UCXJDX1KK6t121Z9FLhu5o2A", + "name": "youtube" + }, + { + "url": "https://www.youtube.com/channel/UCE5yTn9ljzSnC_oMp9Jnckg", + "name": "youtube" + }, + { + "url": "https://jaxsta.com/profile/d4ff776e-39a1-4344-bd79-bc1428ba58e6", + "name": "jaxsta" + }, + { + "url": "https://music.apple.com/gb/artist/4488522", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/70118497", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "TRUSTFALL", + "disambiguation": "", + "overview": "Trustfall is the ninth studio album by American singer Pink. It was released on February 17, 2023, through RCA Records. Her first studio album since Hurts 2B Human (2019), Pink worked on the production and lyrics with Fred Again, David Hodges, Max Martin, Johnny McDaid, and Shellback, and others. The Lumineers, Chris Stapleton and First Aid Kit feature as guest vocalists. Sonically, Trustfall is a dance-pop record, with inclusion of various subgenres, such as pop rock and folk. Lyrically, it speaks of various subjects, including motivation, self-acceptance, loss and love.\nTrustfall received generally positive reviews from music critics. The album reached number one in several countries, including Australia, Canada and the UK, while reaching number two in the US, becoming Pink's fifth consecutive top-two album in her home country. It was certified Gold by British Phonographic Industry (BPI). The album's lead single, \"Never Gonna Not Dance Again\", achieved moderate success worldwide. The second single, \"Trustfall\", reached top-ten positions in many European countries, while also peaking within top-twenty in the United Kingdom and Australia. To promote the record, Pink embarked the Summer Carnival and Trustfall Tour throughout 2023 and 2024.\n\n", + "artistId": 16, + "foreignAlbumId": "3ab3f9d0-d254-4a07-863a-64fbcf566487", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 4745191, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 3, + "value": 7.3 + }, + "releaseDate": "2023-02-17T00:00:00Z", + "releases": [ + { + "id": 1684, + "albumId": 734, + "foreignReleaseId": "ed9d1ba8-d9b9-4d34-83a2-aab23987590f", + "title": "TRUSTFALL", + "status": "Official", + "duration": 2619790, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "[Worldwide]" + ], + "label": [ + "RCA" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 1685, + "albumId": 734, + "foreignReleaseId": "27579230-25e2-4437-a9de-5271c9b79cf3", + "title": "TRUSTFALL", + "status": "Withdrawn", + "duration": 2618790, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "[Worldwide]" + ], + "label": [ + "RCA" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 1686, + "albumId": 734, + "foreignReleaseId": "527f1f5a-76f3-475e-b978-4a48133c229c", + "title": "TRUSTFALL", + "status": "Official", + "duration": 2622000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 1, + "disambiguation": "Target exclusive", + "country": [ + "United States" + ], + "label": [ + "RCA" + ], + "format": "12\" Vinyl", + "monitored": false + }, + { + "id": 1687, + "albumId": 734, + "foreignReleaseId": "663a3db6-332b-43db-b954-19f5100196e7", + "title": "TRUSTFALL", + "status": "Official", + "duration": 2623116, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "RCA" + ], + "format": "CD", + "monitored": false + }, + { + "id": 1688, + "albumId": 734, + "foreignReleaseId": "a0d8c30f-9b00-411b-90bf-a7ab6e5491c5", + "title": "TRUSTFALL", + "status": "Official", + "duration": 2623116, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "RCA" + ], + "format": "CD", + "monitored": false + }, + { + "id": 1689, + "albumId": 734, + "foreignReleaseId": "da8d2365-b54d-44cb-9fd3-1a798c7370f4", + "title": "TRUSTFALL", + "status": "Official", + "duration": 2623116, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "Australia" + ], + "label": [ + "RCA" + ], + "format": "CD", + "monitored": false + }, + { + "id": 1690, + "albumId": 734, + "foreignReleaseId": "2ec508a1-60df-42dd-981e-8c1f5feaab00", + "title": "TRUSTFALL", + "status": "Official", + "duration": 2623116, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Europe" + ], + "label": [ + "RCA" + ], + "format": "CD", + "monitored": false + }, + { + "id": 1691, + "albumId": 734, + "foreignReleaseId": "79904a2b-bc02-4a66-9f22-06475c7e8b27", + "title": "TRUSTFALL", + "status": "Official", + "duration": 2790582, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Japan" + ], + "label": [ + "RCA" + ], + "format": "CD", + "monitored": false + }, + { + "id": 1692, + "albumId": 734, + "foreignReleaseId": "c616e5bb-9f1d-4849-9ff6-7ae840b4c222", + "title": "TRUSTFALL", + "status": "Official", + "duration": 2619790, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "360 Reality Audio mix, explicit", + "country": [], + "label": [ + "RCA" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2189, + "albumId": 734, + "foreignReleaseId": "6cec879a-bbc6-4d33-91b7-c2c3193d38f4", + "title": "TRUSTFALL (tour deluxe edition)", + "status": "Official", + "duration": 4745191, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "explicit", + "country": [ + "[Worldwide]" + ], + "label": [ + "RCA" + ], + "format": "2xDigital Media", + "monitored": false + }, + { + "id": 2215, + "albumId": 734, + "foreignReleaseId": "22febc5f-031e-44d5-96a5-6e80104170ce", + "title": "TRUSTFALL (tour deluxe edition)", + "status": "Official", + "duration": 4745191, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "clean", + "country": [ + "[Worldwide]" + ], + "label": [ + "RCA" + ], + "format": "2xDigital Media", + "monitored": false + }, + { + "id": 2216, + "albumId": 734, + "foreignReleaseId": "b08bec31-4433-4f67-b2f7-18a43b6607fb", + "title": "TRUSTFALL (tour deluxe edition)", + "status": "Official", + "duration": 4745000, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "360 Reality Audio mix, explicit", + "country": [], + "label": [ + "RCA" + ], + "format": "2xDigital Media", + "monitored": false + }, + { + "id": 2231, + "albumId": 734, + "foreignReleaseId": "140464ec-3c70-40e3-b614-5349aff19dff", + "title": "TRUSTFALL", + "status": "Official", + "duration": 4745191, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "RCA" + ], + "format": "2xCD", + "monitored": true + }, + { + "id": 2361, + "albumId": 734, + "foreignReleaseId": "de600e3a-a0be-4dd2-aedb-beaf6a4cebb4", + "title": "TRUSTFALL", + "status": "Official", + "duration": 4745273, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "Europe" + ], + "label": [ + "RCA" + ], + "format": "2xCD", + "monitored": false + }, + { + "id": 2390, + "albumId": 734, + "foreignReleaseId": "48d8c784-7639-4a4b-9613-c8ce6596f7e3", + "title": "TRUSTFALL (tour deluxe edition)", + "status": "Official", + "duration": 4745235, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 2, + "disambiguation": "explicit", + "country": [ + "Germany" + ], + "label": [ + "RCA" + ], + "format": "2xCD", + "monitored": false + } + ], + "genres": [ + "Pop", + "Pop Rock" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "P!nk", + "foreignArtistId": "f4d5cc07-3bc9-4836-9b15-88a08359bc63", + "tadbId": 0, + "discogsId": 0, + "overview": "Alecia Beth Moore-Hart, known professionally as Pink, is an American singer and songwriter. She is known for her acrobatic stage presence and activism.", + "artistType": "Person", + "disambiguation": "American singer/songwriter", + "links": [ + { + "url": "http://musicmoz.org/Bands_and_Artists/P/Pink/", + "name": "musicmoz" + }, + { + "url": "http://www.pinkspage.com/", + "name": "pinkspage" + }, + { + "url": "https://www.imdb.com/name/nm0600877/", + "name": "imdb" + }, + { + "url": "https://www.discogs.com/artist/36988", + "name": "discogs" + }, + { + "url": "https://myspace.com/pinkspage", + "name": "myspace" + }, + { + "url": "https://www.facebook.com/pink", + "name": "facebook" + }, + { + "url": "https://www.bbc.co.uk/music/artists/f4d5cc07-3bc9-4836-9b15-88a08359bc63", + "name": "bbc" + }, + { + "url": "https://twitter.com/Pink", + "name": "twitter" + }, + { + "url": "https://www.allmusic.com/artist/mn0001878899", + "name": "allmusic" + }, + { + "url": "https://www.last.fm/music/P!nk", + "name": "last" + }, + { + "url": "http://viaf.org/viaf/71034766", + "name": "viaf" + }, + { + "url": "http://www.rcarecords.com/artists/pnk", + "name": "rcarecords" + }, + { + "url": "https://www.wikidata.org/wiki/Q160009", + "name": "wikidata" + }, + { + "url": "https://secondhandsongs.com/artist/1007", + "name": "secondhandsongs" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:P!nk_Live_2013.jpg", + "name": "wikimedia" + }, + { + "url": "https://soundcloud.com/official-p-nk", + "name": "soundcloud" + }, + { + "url": "https://open.spotify.com/artist/1KCSPY1glIKqW2TotWuXOR", + "name": "spotify" + }, + { + "url": "https://rateyourmusic.com/artist/pink-1", + "name": "rateyourmusic" + }, + { + "url": "https://www.deezer.com/artist/69925", + "name": "deezer" + }, + { + "url": "https://itunes.apple.com/us/artist/id4488522", + "name": "apple" + }, + { + "url": "https://imvdb.com/n/pink", + "name": "imvdb" + }, + { + "url": "https://tidal.com/artist/1900", + "name": "tidal" + }, + { + "url": "https://www.instagram.com/pink/", + "name": "instagram" + }, + { + "url": "https://giphy.com/pink", + "name": "giphy" + }, + { + "url": "https://www.songkick.com/artists/9862999", + "name": "songkick" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb14051699j", + "name": "bnf" + }, + { + "url": "https://d-nb.info/gnd/133117979", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2001005090", + "name": "loc" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000066019/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.worldcat.org/identities/lccn-no2001005090/", + "name": "worldcat" + }, + { + "url": "https://nla.gov.au/nla.party-1454383", + "name": "gov" + }, + { + "url": "https://genius.com/artists/P-nk", + "name": "genius" + }, + { + "url": "https://music.apple.com/us/artist/4488522", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/pnk/162496", + "name": "beatport" + }, + { + "url": "https://music.sonyselect.net/page/artist.html?artistId=6397", + "name": "sonyselect" + }, + { + "url": "https://tower.jp/artist/264851", + "name": "tower" + }, + { + "url": "https://www.discogs.com/artist/1525636", + "name": "discogs" + }, + { + "url": "https://www.tiktok.com/@pinkofficial", + "name": "tiktok" + }, + { + "url": "https://music.youtube.com/channel/UCUlTyoiUjykZj7ZReC0bF0g", + "name": "youtube" + }, + { + "url": "https://music.amazon.com/artists/B001QA3W9Y", + "name": "amazon" + }, + { + "url": "https://www.threads.com/@pink", + "name": "threads" + }, + { + "url": "https://www.setlist.fm/setlists/pnk-73d6d6bd.html", + "name": "setlist" + }, + { + "url": "https://www.ticketmaster.com/artist/718655", + "name": "ticketmaster" + }, + { + "url": "https://us.napster.com/artist/pink", + "name": "napster" + }, + { + "url": "https://www.bandsintown.com/a/14952405", + "name": "bandsintown" + }, + { + "url": "https://www.musik-sammler.de/artist/p-nk/", + "name": "musik-sammler" + }, + { + "url": "https://www.youtube.com/channel/UCXJDX1KK6t121Z9FLhu5o2A", + "name": "youtube" + }, + { + "url": "https://www.youtube.com/channel/UCE5yTn9ljzSnC_oMp9Jnckg", + "name": "youtube" + }, + { + "url": "https://jaxsta.com/profile/d4ff776e-39a1-4344-bd79-bc1428ba58e6", + "name": "jaxsta" + }, + { + "url": "https://music.apple.com/gb/artist/4488522", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/70118497", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/yrqqws1509302317.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/zqeiv01676731048.jpg", + "coverType": "poster", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/yxywuu1509302232.jpg", + "coverType": "banner", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/ql58sj1701781561.png", + "coverType": "clearlogo", + "extension": ".png" + } + ], + "path": "/mnt/plex/music/P!nk", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Pop", + "Pop Rock", + "Dance-Pop", + "Electropop", + "Contemporary R&B", + "Rock", + "Singer-Songwriter" + ], + "cleanName": "pnk", + "sortName": "pnk", + "tags": [], + "added": "2023-09-11T04:42:49Z", + "ratings": { + "votes": 13, + "value": 7.8 + }, + "id": 16 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/79904a2b-bc02-4a66-9f22-06475c7e8b27/38593281631-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/79904a2b-bc02-4a66-9f22-06475c7e8b27/38593300464-1200.jpg", + "coverType": "disc", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.wikidata.org/wiki/Q115270852", + "name": "wikidata" + }, + { + "url": "https://rateyourmusic.com/release/album/p_nk/trustfall/", + "name": "rateyourmusic" + }, + { + "url": "https://www.discogs.com/master/2982044", + "name": "discogs" + }, + { + "url": "https://www.laut.de/P!nk/Alben/Trustfall-120206", + "name": "laut" + }, + { + "url": "https://www.plattentests.de/rezi.php?show=19137", + "name": "plattentests" + }, + { + "url": "https://www.offiziellecharts.de/charts/album-details-510040", + "name": "offiziellecharts" + }, + { + "url": "https://www.allmusic.com/album/mw0003870965", + "name": "allmusic" + } + ], + "lastSearchTime": "2024-03-18T03:51:53Z", + "id": 734 + }, + "images": [ + { + "url": "/MediaCover/16/fanart.jpg?lastWrite=639071042252547842", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/yrqqws1509302317.jpg" + }, + { + "url": "/MediaCover/16/poster.jpg?lastWrite=639071042252721173", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/zqeiv01676731048.jpg" + }, + { + "url": "/MediaCover/16/banner.jpg?lastWrite=638773373749009143", + "coverType": "banner", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/yxywuu1509302232.jpg" + }, + { + "url": "/MediaCover/16/clearlogo.png?lastWrite=639071042252981801", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/ql58sj1701781561.png" + } + ], + "path": "/mnt/plex/music/P!nk", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Pop", + "Pop Rock", + "Dance-Pop", + "Electropop", + "Contemporary R&B", + "Rock", + "Singer-Songwriter" + ], + "cleanName": "pnk", + "sortName": "pnk", + "tags": [], + "added": "2023-09-11T04:42:49Z", + "ratings": { + "votes": 13, + "value": 7.8 + }, + "statistics": { + "albumCount": 10, + "trackFileCount": 138, + "trackCount": 158, + "totalTrackCount": 158, + "sizeOnDisk": 3582437350, + "percentOfTracks": 87.34177215189874 + }, + "id": 16 + }, + { + "status": "ended", + "ended": true, + "artistName": "Panic! at the Disco", + "foreignArtistId": "b9472588-93f3-4922-a1a2-74082cdf9ce8", + "tadbId": 0, + "discogsId": 0, + "overview": "Panic! at the Disco was an American pop rock band formed in Las Vegas, Nevada, in 2004 by high school friends Ryan Ross and Spencer Smith (drums), who recruited classmates Brendon Urie and Brent Wilson (bass). Following several lineup changes, Panic! at the Disco operated as the solo project of frontman Urie from 2015 until its discontinuation in 2023.", + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "http://www.panicatthedisco.com/", + "name": "panicatthedisco" + }, + { + "url": "https://myspace.com/panicatthedisco", + "name": "myspace" + }, + { + "url": "http://www.purevolume.com/panicatthedisco", + "name": "purevolume" + }, + { + "url": "https://www.discogs.com/artist/553643", + "name": "discogs" + }, + { + "url": "https://www.facebook.com/panicatthedisco", + "name": "facebook" + }, + { + "url": "https://twitter.com/panicatthedisco", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/user/PANICatthedisco", + "name": "youtube" + }, + { + "url": "https://www.allmusic.com/artist/mn0000318085", + "name": "allmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q277551", + "name": "wikidata" + }, + { + "url": "https://rateyourmusic.com/artist/panic__at_the_disco", + "name": "rateyourmusic" + }, + { + "url": "http://www.musik-sammler.de/artist/21070", + "name": "musik-sammler" + }, + { + "url": "https://www.last.fm/music/Panic!+at+the+Disco", + "name": "last" + }, + { + "url": "https://secondhandsongs.com/artist/24193", + "name": "secondhandsongs" + }, + { + "url": "https://www.imdb.com/name/nm2215212/", + "name": "imdb" + }, + { + "url": "http://viaf.org/viaf/262177934", + "name": "viaf" + }, + { + "url": "http://muzikum.eu/en/122-5015/panic%C3%87%C2%83-at-the-disco/lyrics.html", + "name": "muzikum" + }, + { + "url": "https://soundcloud.com/panicatthedisco", + "name": "soundcloud" + }, + { + "url": "http://www.worldcat.org/identities/lccn-no2006013724/", + "name": "worldcat" + }, + { + "url": "https://open.spotify.com/artist/20JZFwl6HVl6yg8a4H3ZqK", + "name": "spotify" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Panic!_At_The_Disco_Shorty_Awards_2015.png", + "name": "wikimedia" + }, + { + "url": "https://d-nb.info/gnd/10339674-3", + "name": "d-nb" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb150875895", + "name": "bnf" + }, + { + "url": "https://ibdb.com/person.php?id=515052", + "name": "ibdb" + }, + { + "url": "https://www.instagram.com/panicatthedisco/", + "name": "instagram" + }, + { + "url": "https://www.songkick.com/artists/139037", + "name": "songkick" + }, + { + "url": "https://www.bbc.co.uk/music/artists/b9472588-93f3-4922-a1a2-74082cdf9ce8", + "name": "bbc" + }, + { + "url": "https://www.deezer.com/artist/402", + "name": "deezer" + }, + { + "url": "https://plus.google.com/+panicatthedisco", + "name": "google" + }, + { + "url": "https://itunes.apple.com/us/artist/id80456331", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Aocrkmgzgu6y6bzojzsnjva2w3m", + "name": "google" + }, + { + "url": "https://www.bandsintown.com/a/1938355", + "name": "bandsintown" + }, + { + "url": "https://genius.com/artists/Panic-at-the-disco", + "name": "genius" + }, + { + "url": "https://imvdb.com/n/panic-at-the-disco", + "name": "imvdb" + }, + { + "url": "https://www.setlist.fm/setlists/panic-at-the-disco-23d6bccb.html", + "name": "setlist" + }, + { + "url": "https://www.spirit-of-rock.com/en/band/Panic_At_The_Disco", + "name": "spirit-of-rock" + }, + { + "url": "https://www.whosampled.com/Panic!-At-the-Disco/", + "name": "whosampled" + }, + { + "url": "https://www.7digital.com/artist/panic-at-the-disco", + "name": "7digital" + }, + { + "url": "http://id.loc.gov/authorities/names/no2006013724", + "name": "loc" + }, + { + "url": "https://vk.com/panicatthedisco", + "name": "vk" + }, + { + "url": "https://music.apple.com/us/artist/80456331", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/16184", + "name": "tidal" + }, + { + "url": "https://jaxsta.com/profile/4d71b359-1df7-4265-93de-cf8fd406bf0c", + "name": "jaxsta" + }, + { + "url": "https://music.apple.com/nl/artist/80456331", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Viva las Vengeance", + "disambiguation": "", + "overview": "Viva Las Vengeance is the seventh and final studio album by American pop rock solo project Panic! at the Disco, released on August 19, 2022, through Fueled by Ramen and DCD2 Records. It is their first studio album in 4 years since their 2018 album, Pray for the Wicked, marking their longest gap between studio albums, and the last album prior to the project's disbandment. It was announced alongside the release of the lead single and title track \"Viva Las Vengeance\" on June 1, 2022, and was supported by a tour that began in North America in the third quarter of 2022, and ended in Europe in March 2023. The tour included support from Jake Wesley Rogers, Marina and the Diamonds, and Beach Bunny in the United States, and Fletcher on international dates. The tour saw Urie perform the album in its entirety, along with greatest hits. The tour sold out several venues worldwide and earned the band's highest grossing concert of all time at their Madison Square Garden show.", + "artistId": 17, + "foreignAlbumId": "b8fee959-1da5-450b-8708-8f218f6414d4", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2622000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 5, + "value": 5.6 + }, + "releaseDate": "2022-08-19T00:00:00Z", + "releases": [ + { + "id": 1737, + "albumId": 740, + "foreignReleaseId": "ec5aab3d-8f86-43c2-8b16-455ac84a97b2", + "title": "Viva las Vengeance", + "status": "Official", + "duration": 2622000, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Algeria", + "Angola", + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Barbados", + "Belgium", + "Belize", + "Benin", + "Bermuda", + "Bhutan", + "Bolivia", + "Bosnia and Herzegovina", + "Botswana", + "Brazil", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Cambodia", + "Cameroon", + "Canada", + "Cape Verde", + "Cayman Islands", + "Chad", + "Chile", + "China", + "Colombia", + "Congo", + "Costa Rica", + "Côte d'Ivoire", + "Croatia", + "Cyprus", + "Czechia", + "Denmark", + "Dominica", + "Dominican Republic", + "Ecuador", + "Egypt", + "El Salvador", + "Estonia", + "Fiji", + "Finland", + "France", + "Gabon", + "Gambia", + "Georgia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea-Bissau", + "Guyana", + "Honduras", + "Hong Kong", + "Hungary", + "Iceland", + "India", + "Indonesia", + "Iraq", + "Ireland", + "Israel", + "Italy", + "Jamaica", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "South Korea", + "Kuwait", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Liberia", + "Libya", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Madagascar", + "Malawi", + "Malaysia", + "Maldives", + "Mali", + "Malta", + "Mauritania", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Mongolia", + "Montserrat", + "Morocco", + "Mozambique", + "Myanmar", + "Namibia", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Norway", + "Oman", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Rwanda", + "Saint Kitts and Nevis", + "Saint Lucia", + "Saint Vincent and The Grenadines", + "Saudi Arabia", + "Senegal", + "Seychelles", + "Sierra Leone", + "Singapore", + "Slovakia", + "Slovenia", + "Solomon Islands", + "South Africa", + "Spain", + "Sri Lanka", + "Suriname", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Tanzania", + "Thailand", + "Tonga", + "Trinidad and Tobago", + "Tunisia", + "Türkiye", + "Turkmenistan", + "Turks and Caicos Islands", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uruguay", + "Uzbekistan", + "Vanuatu", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Yemen", + "Democratic Republic of the Congo", + "Zambia", + "Zimbabwe", + "Montenegro", + "Serbia", + "Kosovo" + ], + "label": [ + "Fueled by Ramen" + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 1738, + "albumId": 740, + "foreignReleaseId": "7045bbc0-9505-49df-84a3-72b495a9781d", + "title": "Viva las Vengeance", + "status": "Official", + "duration": 2627782, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "DCD2", + "Fueled by Ramen" + ], + "format": "CD", + "monitored": false + }, + { + "id": 1739, + "albumId": 740, + "foreignReleaseId": "ac93daef-8d34-4c12-a74a-ebb380c0be44", + "title": "Viva las Vengeance", + "status": "Official", + "duration": 2627782, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Europe" + ], + "label": [ + "DCD2", + "Fueled by Ramen" + ], + "format": "CD", + "monitored": false + } + ], + "genres": [ + "Pop Rock", + "Alternative Rock", + "Indie Pop", + "Indie Rock", + "Pop Punk", + "Power Pop", + "Rock", + "Glam Rock" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "ended", + "ended": true, + "artistName": "Panic! at the Disco", + "foreignArtistId": "b9472588-93f3-4922-a1a2-74082cdf9ce8", + "tadbId": 0, + "discogsId": 0, + "overview": "Panic! at the Disco was an American pop rock band formed in Las Vegas, Nevada, in 2004 by high school friends Ryan Ross and Spencer Smith (drums), who recruited classmates Brendon Urie and Brent Wilson (bass). Following several lineup changes, Panic! at the Disco operated as the solo project of frontman Urie from 2015 until its discontinuation in 2023.", + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "http://www.panicatthedisco.com/", + "name": "panicatthedisco" + }, + { + "url": "https://myspace.com/panicatthedisco", + "name": "myspace" + }, + { + "url": "http://www.purevolume.com/panicatthedisco", + "name": "purevolume" + }, + { + "url": "https://www.discogs.com/artist/553643", + "name": "discogs" + }, + { + "url": "https://www.facebook.com/panicatthedisco", + "name": "facebook" + }, + { + "url": "https://twitter.com/panicatthedisco", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/user/PANICatthedisco", + "name": "youtube" + }, + { + "url": "https://www.allmusic.com/artist/mn0000318085", + "name": "allmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q277551", + "name": "wikidata" + }, + { + "url": "https://rateyourmusic.com/artist/panic__at_the_disco", + "name": "rateyourmusic" + }, + { + "url": "http://www.musik-sammler.de/artist/21070", + "name": "musik-sammler" + }, + { + "url": "https://www.last.fm/music/Panic!+at+the+Disco", + "name": "last" + }, + { + "url": "https://secondhandsongs.com/artist/24193", + "name": "secondhandsongs" + }, + { + "url": "https://www.imdb.com/name/nm2215212/", + "name": "imdb" + }, + { + "url": "http://viaf.org/viaf/262177934", + "name": "viaf" + }, + { + "url": "http://muzikum.eu/en/122-5015/panic%C3%87%C2%83-at-the-disco/lyrics.html", + "name": "muzikum" + }, + { + "url": "https://soundcloud.com/panicatthedisco", + "name": "soundcloud" + }, + { + "url": "http://www.worldcat.org/identities/lccn-no2006013724/", + "name": "worldcat" + }, + { + "url": "https://open.spotify.com/artist/20JZFwl6HVl6yg8a4H3ZqK", + "name": "spotify" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Panic!_At_The_Disco_Shorty_Awards_2015.png", + "name": "wikimedia" + }, + { + "url": "https://d-nb.info/gnd/10339674-3", + "name": "d-nb" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb150875895", + "name": "bnf" + }, + { + "url": "https://ibdb.com/person.php?id=515052", + "name": "ibdb" + }, + { + "url": "https://www.instagram.com/panicatthedisco/", + "name": "instagram" + }, + { + "url": "https://www.songkick.com/artists/139037", + "name": "songkick" + }, + { + "url": "https://www.bbc.co.uk/music/artists/b9472588-93f3-4922-a1a2-74082cdf9ce8", + "name": "bbc" + }, + { + "url": "https://www.deezer.com/artist/402", + "name": "deezer" + }, + { + "url": "https://plus.google.com/+panicatthedisco", + "name": "google" + }, + { + "url": "https://itunes.apple.com/us/artist/id80456331", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Aocrkmgzgu6y6bzojzsnjva2w3m", + "name": "google" + }, + { + "url": "https://www.bandsintown.com/a/1938355", + "name": "bandsintown" + }, + { + "url": "https://genius.com/artists/Panic-at-the-disco", + "name": "genius" + }, + { + "url": "https://imvdb.com/n/panic-at-the-disco", + "name": "imvdb" + }, + { + "url": "https://www.setlist.fm/setlists/panic-at-the-disco-23d6bccb.html", + "name": "setlist" + }, + { + "url": "https://www.spirit-of-rock.com/en/band/Panic_At_The_Disco", + "name": "spirit-of-rock" + }, + { + "url": "https://www.whosampled.com/Panic!-At-the-Disco/", + "name": "whosampled" + }, + { + "url": "https://www.7digital.com/artist/panic-at-the-disco", + "name": "7digital" + }, + { + "url": "http://id.loc.gov/authorities/names/no2006013724", + "name": "loc" + }, + { + "url": "https://vk.com/panicatthedisco", + "name": "vk" + }, + { + "url": "https://music.apple.com/us/artist/80456331", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/16184", + "name": "tidal" + }, + { + "url": "https://jaxsta.com/profile/4d71b359-1df7-4265-93de-cf8fd406bf0c", + "name": "jaxsta" + }, + { + "url": "https://music.apple.com/nl/artist/80456331", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/ypsstw1359667224.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/uqqsxs1359667281.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/wyrvss1353151059.jpg", + "coverType": "banner", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/xuupyp1441662545.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Panic! at the Disco", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Pop Punk", + "Pop Rock", + "Power Pop", + "Emo", + "Emo Pop", + "Alternative Rock", + "Baroque Pop", + "Chamber Pop", + "Electropop" + ], + "cleanName": "panicatdisco", + "sortName": "panic at disco", + "tags": [], + "added": "2023-09-11T04:42:50Z", + "ratings": { + "votes": 9, + "value": 8 + }, + "id": 17 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/ec5aab3d-8f86-43c2-8b16-455ac84a97b2/32657569463-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.plattentests.de/rezi.php?show=18729", + "name": "plattentests" + }, + { + "url": "https://www.wikidata.org/wiki/Q112194458", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/album/mw0003733721", + "name": "allmusic" + }, + { + "url": "https://www.discogs.com/master/2748611", + "name": "discogs" + }, + { + "url": "https://genius.com/albums/Panic-at-the-disco/Viva-las-vengeance", + "name": "genius" + }, + { + "url": "https://www.offiziellecharts.de/charts/album-details-499288", + "name": "offiziellecharts" + }, + { + "url": "https://rateyourmusic.com/release/album/panic-at-the-disco/viva-las-vengeance/", + "name": "rateyourmusic" + } + ], + "id": 740 + }, + "images": [ + { + "url": "/MediaCover/17/fanart.jpg?lastWrite=639108203016437276", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/ypsstw1359667224.jpg" + }, + { + "url": "/MediaCover/17/clearlogo.png?lastWrite=639108203016627083", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/uqqsxs1359667281.png" + }, + { + "url": "/MediaCover/17/banner.jpg?lastWrite=638773563309205149", + "coverType": "banner", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/wyrvss1353151059.jpg" + }, + { + "url": "/MediaCover/17/poster.jpg?lastWrite=639108203016854564", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/xuupyp1441662545.jpg" + } + ], + "path": "/mnt/plex/music/Panic! at the Disco", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Pop Punk", + "Pop Rock", + "Power Pop", + "Emo", + "Emo Pop", + "Alternative Rock", + "Baroque Pop", + "Chamber Pop", + "Electropop" + ], + "cleanName": "panicatdisco", + "sortName": "panic at disco", + "tags": [], + "added": "2023-09-11T04:42:50Z", + "ratings": { + "votes": 9, + "value": 8 + }, + "statistics": { + "albumCount": 8, + "trackFileCount": 1, + "trackCount": 121, + "totalTrackCount": 121, + "sizeOnDisk": 8072892, + "percentOfTracks": 0.8264462809917356 + }, + "id": 17 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Sia", + "foreignArtistId": "2f548675-008d-4332-876c-108b0c7ab9c5", + "tadbId": 0, + "discogsId": 0, + "overview": "Sia Kate Isobelle Furler is an Australian singer and songwriter. Born and raised in Adelaide, she started her career as a singer in the acid jazz band Crisp in the mid-1990s. When Crisp disbanded in 1997, she released her debut studio album, OnlySee, in Australia. Sia moved to London and provided vocals for the English duo Zero 7. She released her second studio album, Healing Is Difficult, in 2001 and her third, Colour the Small One, in 2004.", + "artistType": "Person", + "disambiguation": "Australian singer‐songwriter", + "links": [ + { + "url": "https://www.discogs.com/artist/21991", + "name": "discogs" + }, + { + "url": "https://myspace.com/siamusic", + "name": "myspace" + }, + { + "url": "https://www.bbc.co.uk/music/artists/2f548675-008d-4332-876c-108b0c7ab9c5", + "name": "bbc" + }, + { + "url": "https://soundcloud.com/siamusic", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/Sia", + "name": "twitter" + }, + { + "url": "https://www.allmusic.com/artist/mn0000753742", + "name": "allmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q181484", + "name": "wikidata" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Sia_Seattle.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.imdb.com/name/nm2397981/", + "name": "imdb" + }, + { + "url": "http://muzikum.eu/en/122-5715/sia/lyrics.html", + "name": "muzikum" + }, + { + "url": "http://viaf.org/viaf/166489201", + "name": "viaf" + }, + { + "url": "http://viaf.org/viaf/74063879", + "name": "viaf" + }, + { + "url": "http://www.worldcat.org/wcidentities/lccn-no2004-9719", + "name": "worldcat" + }, + { + "url": "https://open.spotify.com/artist/5WUlDfRSoLAfcVSX1WnrxN", + "name": "spotify" + }, + { + "url": "http://imvdb.com/n/sia", + "name": "imvdb" + }, + { + "url": "https://www.last.fm/music/Sia", + "name": "last" + }, + { + "url": "https://rateyourmusic.com/artist/sia", + "name": "rateyourmusic" + }, + { + "url": "https://www.instagram.com/siamusic/", + "name": "instagram" + }, + { + "url": "https://www.discogs.com/artist/44758", + "name": "discogs" + }, + { + "url": "https://www.deezer.com/artist/3469", + "name": "deezer" + }, + { + "url": "https://d-nb.info/gnd/141565349", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2004009719", + "name": "loc" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb142271322", + "name": "bnf" + }, + { + "url": "https://www.songkick.com/artists/235779", + "name": "songkick" + }, + { + "url": "https://siamusic.tumblr.com/", + "name": "tumblr" + }, + { + "url": "https://genius.com/artists/Sia", + "name": "genius" + }, + { + "url": "https://tidal.com/artist/32954", + "name": "tidal" + }, + { + "url": "https://www.bandsintown.com/a/393", + "name": "bandsintown" + }, + { + "url": "https://vk.com/sia", + "name": "vk" + }, + { + "url": "https://secondhandsongs.com/artist/22802", + "name": "secondhandsongs" + }, + { + "url": "https://www.whosampled.com/Sia/", + "name": "whosampled" + }, + { + "url": "http://www.maniadb.com/artist/133838", + "name": "maniadb" + }, + { + "url": "https://vgmdb.net/artist/19400", + "name": "vgmdb" + }, + { + "url": "https://music.youtube.com/channel/UCaPIRYCKs51kvD4jrbwMH1w", + "name": "youtube" + }, + { + "url": "https://siamusic.net/", + "name": "siamusic" + }, + { + "url": "https://www.youtube.com/channel/UCmKdSrwf1e8coqAzUsrVHZw", + "name": "youtube" + }, + { + "url": "https://www.youtube.com/channel/UCN9HPn2fq-NL8M5_kp4RWZQ", + "name": "youtube" + }, + { + "url": "https://www.musik-sammler.de/artist/15921/", + "name": "musik-sammler" + }, + { + "url": "https://www.beatport.com/artist/_/17195", + "name": "beatport" + }, + { + "url": "https://www.facebook.com/10959868407", + "name": "facebook" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb16671761v", + "name": "bnf" + }, + { + "url": "https://www.idref.fr/165962828", + "name": "idref" + }, + { + "url": "https://jaxsta.com/profile/1ad23697-cf7d-48c5-b015-edc9e8bdbd36", + "name": "jaxsta" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000125088/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.tiktok.com/@sia", + "name": "tiktok" + }, + { + "url": "https://www.themoviedb.org/person/1136517", + "name": "themoviedb" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/-/66186", + "name": "qobuz" + }, + { + "url": "http://open.qobuz.com/artist/66186", + "name": "qobuz" + }, + { + "url": "https://castalbums.org/people/_/90774", + "name": "castalbums" + }, + { + "url": "https://www.librarything.com/author/sia", + "name": "librarything" + }, + { + "url": "https://openlibrary.org/authors/OL9143623A", + "name": "openlibrary" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=54103", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=54103", + "name": "melon" + }, + { + "url": "https://www.beatport.com/artist/sia/17195", + "name": "beatport" + }, + { + "url": "https://itunes.apple.com/au/artist/id13493906", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/28721078", + "name": "apple" + }, + { + "url": "https://itunes.apple.com/us/artist/id28721078", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Reasonable Woman", + "disambiguation": "", + "overview": "Reasonable Woman is the tenth studio album by Australian singer-songwriter Sia, released by Monkey Puzzle and Atlantic Records on 3 May 2024. Sia wrote the album with Jesse Shatkin and Greg Kurstin, both of whom primarily produced it alongside Benny Blanco, Jasper Harris, Jim-E Stack and Labrinth. It features guest appearances from Chaka Khan, Kylie Minogue, Labrinth, Tierra Whack, Kaliii, Jimmy Joliff, and Paris Hilton.\nThe album was preceded by the six singles \"Gimme Love\", \"Dance Alone\" (with Minogue), \"Incredible\" (featuring Labrinth), \"Fame Won't Love You\" (featuring Hilton), \"Immortal Queen\" (featuring Khan), and \"I Forgive You\". The album received mixed reviews from critics.", + "artistId": 18, + "foreignAlbumId": "04666ff1-9097-4094-83e2-41fa1c71b2aa", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 3273000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 6 + }, + "releaseDate": "2024-05-03T00:00:00Z", + "releases": [ + { + "id": 2223, + "albumId": 942, + "foreignReleaseId": "b2f15f37-aaea-4dd4-bf12-820da0999cd8", + "title": "Reasonable Woman", + "status": "Official", + "duration": 2992000, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Atlantic", + "Monkey Puzzle Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2338, + "albumId": 942, + "foreignReleaseId": "7c64872d-9957-40af-b5c3-e972a1e4edf8", + "title": "Reasonable Woman", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Atlantic", + "Monkey Puzzle Records" + ], + "format": "12\" Vinyl", + "monitored": false + }, + { + "id": 2339, + "albumId": 942, + "foreignReleaseId": "292a5e97-52e9-490d-ad30-c1cf55928ff0", + "title": "Reasonable Woman", + "status": "Official", + "duration": 2992000, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "Dolby Atmos mix", + "country": [], + "label": [ + "Atlantic", + "Monkey Puzzle Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2340, + "albumId": 942, + "foreignReleaseId": "df45f03b-9564-4294-8228-aa456f77622f", + "title": "Reasonable Woman", + "status": "Official", + "duration": 2991329, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Atlantic", + "Monkey Puzzle Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2341, + "albumId": 942, + "foreignReleaseId": "92550fb4-c3e4-4a4f-9aff-e7ab29760cf5", + "title": "Reasonable Woman", + "status": "Official", + "duration": 3273000, + "trackCount": 16, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Japan" + ], + "label": [ + "Atlantic" + ], + "format": "CD", + "monitored": true + }, + { + "id": 3796, + "albumId": 942, + "foreignReleaseId": "3b7a50bb-c44f-40d8-829f-2cc1a9b38584", + "title": "Reasonable Woman", + "status": "Official", + "duration": 2935000, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 1, + "disambiguation": "Incredible Baby Blue", + "country": [ + "Europe" + ], + "label": [ + "Atlantic", + "Monkey Puzzle Records" + ], + "format": "12\" Vinyl", + "monitored": false + } + ], + "genres": [ + "Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Sia", + "foreignArtistId": "2f548675-008d-4332-876c-108b0c7ab9c5", + "tadbId": 0, + "discogsId": 0, + "overview": "Sia Kate Isobelle Furler is an Australian singer and songwriter. Born and raised in Adelaide, she started her career as a singer in the acid jazz band Crisp in the mid-1990s. When Crisp disbanded in 1997, she released her debut studio album, OnlySee, in Australia. Sia moved to London and provided vocals for the English duo Zero 7. She released her second studio album, Healing Is Difficult, in 2001 and her third, Colour the Small One, in 2004.", + "artistType": "Person", + "disambiguation": "Australian singer‐songwriter", + "links": [ + { + "url": "https://www.discogs.com/artist/21991", + "name": "discogs" + }, + { + "url": "https://myspace.com/siamusic", + "name": "myspace" + }, + { + "url": "https://www.bbc.co.uk/music/artists/2f548675-008d-4332-876c-108b0c7ab9c5", + "name": "bbc" + }, + { + "url": "https://soundcloud.com/siamusic", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/Sia", + "name": "twitter" + }, + { + "url": "https://www.allmusic.com/artist/mn0000753742", + "name": "allmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q181484", + "name": "wikidata" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Sia_Seattle.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.imdb.com/name/nm2397981/", + "name": "imdb" + }, + { + "url": "http://muzikum.eu/en/122-5715/sia/lyrics.html", + "name": "muzikum" + }, + { + "url": "http://viaf.org/viaf/166489201", + "name": "viaf" + }, + { + "url": "http://viaf.org/viaf/74063879", + "name": "viaf" + }, + { + "url": "http://www.worldcat.org/wcidentities/lccn-no2004-9719", + "name": "worldcat" + }, + { + "url": "https://open.spotify.com/artist/5WUlDfRSoLAfcVSX1WnrxN", + "name": "spotify" + }, + { + "url": "http://imvdb.com/n/sia", + "name": "imvdb" + }, + { + "url": "https://www.last.fm/music/Sia", + "name": "last" + }, + { + "url": "https://rateyourmusic.com/artist/sia", + "name": "rateyourmusic" + }, + { + "url": "https://www.instagram.com/siamusic/", + "name": "instagram" + }, + { + "url": "https://www.discogs.com/artist/44758", + "name": "discogs" + }, + { + "url": "https://www.deezer.com/artist/3469", + "name": "deezer" + }, + { + "url": "https://d-nb.info/gnd/141565349", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2004009719", + "name": "loc" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb142271322", + "name": "bnf" + }, + { + "url": "https://www.songkick.com/artists/235779", + "name": "songkick" + }, + { + "url": "https://siamusic.tumblr.com/", + "name": "tumblr" + }, + { + "url": "https://genius.com/artists/Sia", + "name": "genius" + }, + { + "url": "https://tidal.com/artist/32954", + "name": "tidal" + }, + { + "url": "https://www.bandsintown.com/a/393", + "name": "bandsintown" + }, + { + "url": "https://vk.com/sia", + "name": "vk" + }, + { + "url": "https://secondhandsongs.com/artist/22802", + "name": "secondhandsongs" + }, + { + "url": "https://www.whosampled.com/Sia/", + "name": "whosampled" + }, + { + "url": "http://www.maniadb.com/artist/133838", + "name": "maniadb" + }, + { + "url": "https://vgmdb.net/artist/19400", + "name": "vgmdb" + }, + { + "url": "https://music.youtube.com/channel/UCaPIRYCKs51kvD4jrbwMH1w", + "name": "youtube" + }, + { + "url": "https://siamusic.net/", + "name": "siamusic" + }, + { + "url": "https://www.youtube.com/channel/UCmKdSrwf1e8coqAzUsrVHZw", + "name": "youtube" + }, + { + "url": "https://www.youtube.com/channel/UCN9HPn2fq-NL8M5_kp4RWZQ", + "name": "youtube" + }, + { + "url": "https://www.musik-sammler.de/artist/15921/", + "name": "musik-sammler" + }, + { + "url": "https://www.beatport.com/artist/_/17195", + "name": "beatport" + }, + { + "url": "https://www.facebook.com/10959868407", + "name": "facebook" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb16671761v", + "name": "bnf" + }, + { + "url": "https://www.idref.fr/165962828", + "name": "idref" + }, + { + "url": "https://jaxsta.com/profile/1ad23697-cf7d-48c5-b015-edc9e8bdbd36", + "name": "jaxsta" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000125088/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.tiktok.com/@sia", + "name": "tiktok" + }, + { + "url": "https://www.themoviedb.org/person/1136517", + "name": "themoviedb" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/-/66186", + "name": "qobuz" + }, + { + "url": "http://open.qobuz.com/artist/66186", + "name": "qobuz" + }, + { + "url": "https://castalbums.org/people/_/90774", + "name": "castalbums" + }, + { + "url": "https://www.librarything.com/author/sia", + "name": "librarything" + }, + { + "url": "https://openlibrary.org/authors/OL9143623A", + "name": "openlibrary" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=54103", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=54103", + "name": "melon" + }, + { + "url": "https://www.beatport.com/artist/sia/17195", + "name": "beatport" + }, + { + "url": "https://itunes.apple.com/au/artist/id13493906", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/28721078", + "name": "apple" + }, + { + "url": "https://itunes.apple.com/us/artist/id28721078", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/cbizbg1632989478.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/tsszcm1736973517.jpg", + "coverType": "poster", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/qyrvtr1582224564.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/ququxp1483436456.jpg", + "coverType": "banner", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Sia", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Pop", + "Electropop", + "Dance-Pop", + "Indie Pop", + "Alternative Pop", + "Art Pop" + ], + "cleanName": "sia", + "sortName": "sia", + "tags": [], + "added": "2023-09-11T04:42:50Z", + "ratings": { + "votes": 11, + "value": 9.8 + }, + "id": 18 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/b2f15f37-aaea-4dd4-bf12-820da0999cd8/37977899797-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/92550fb4-c3e4-4a4f-9aff-e7ab29760cf5/39067352691-1200.jpg", + "coverType": "disc", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.wikidata.org/wiki/Q122467090", + "name": "wikidata" + }, + { + "url": "https://www.discogs.com/master/3475357", + "name": "discogs" + }, + { + "url": "https://www.allmusic.com/album/mw0004213931", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/release/album/sia/reasonable-woman/", + "name": "rateyourmusic" + }, + { + "url": "https://www.offiziellecharts.de/charts/album-details-533620", + "name": "offiziellecharts" + }, + { + "url": "https://pitchfork.com/reviews/albums/sia-reasonable-woman/", + "name": "pitchfork" + } + ], + "id": 942 + }, + "images": [ + { + "url": "/MediaCover/18/fanart.jpg?lastWrite=639090918335888480", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/cbizbg1632989478.jpg" + }, + { + "url": "/MediaCover/18/poster.jpg?lastWrite=639090918335585887", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/tsszcm1736973517.jpg" + }, + { + "url": "/MediaCover/18/clearlogo.png?lastWrite=639090918335703766", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/qyrvtr1582224564.png" + }, + { + "url": "/MediaCover/18/banner.jpg?lastWrite=638773374124830080", + "coverType": "banner", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/ququxp1483436456.jpg" + } + ], + "path": "/mnt/plex/music/Sia", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Pop", + "Electropop", + "Dance-Pop", + "Indie Pop", + "Alternative Pop", + "Art Pop" + ], + "cleanName": "sia", + "sortName": "sia", + "tags": [], + "added": "2023-09-11T04:42:50Z", + "ratings": { + "votes": 11, + "value": 9.8 + }, + "statistics": { + "albumCount": 9, + "trackFileCount": 1, + "trackCount": 168, + "totalTrackCount": 168, + "sizeOnDisk": 6868098, + "percentOfTracks": 0.5952380952380952 + }, + "id": 18 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Sneaky Sound System", + "foreignArtistId": "495fe320-091e-43eb-9321-54a20e7c3f98", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "http://www.sneakysoundsystem.com/", + "name": "sneakysoundsystem" + }, + { + "url": "https://myspace.com/sneakysoundsystem", + "name": "myspace" + }, + { + "url": "https://www.discogs.com/artist/227749", + "name": "discogs" + }, + { + "url": "http://www.sneaky-sound-system.com/", + "name": "sneaky-sound-system" + }, + { + "url": "http://www.sneakyunity.com/", + "name": "sneakyunity" + }, + { + "url": "http://www.sneakysoundsystem.net/", + "name": "sneakysoundsystem" + }, + { + "url": "https://www.bbc.co.uk/music/artists/495fe320-091e-43eb-9321-54a20e7c3f98", + "name": "bbc" + }, + { + "url": "https://twitter.com/snkysndsystm", + "name": "twitter" + }, + { + "url": "https://www.wikidata.org/wiki/Q1543521", + "name": "wikidata" + }, + { + "url": "http://muzikum.eu/en/122-7282/sneaky-sound-system/lyrics.html", + "name": "muzikum" + }, + { + "url": "https://www.beatport.com/artist/sneaky-sound-system/59656", + "name": "beatport" + }, + { + "url": "https://www.deezer.com/artist/17158", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/3542318", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "From Here to Anywhere", + "disambiguation": "", + "overview": "From Here to Anywhere is the third studio album by Australian music collective Sneaky Sound System, released 7 October 2011. It was nominated at the 2012 ARIA Music Awards for Best Dance Release, but lost to Ivan Gough & Feenixpawl, featuring Georgi Kay, for In My Mind.", + "artistId": 19, + "foreignAlbumId": "22cad882-025c-4ddd-bd9e-b7a12ad40949", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2793422, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2011-10-07T00:00:00Z", + "releases": [ + { + "id": 1815, + "albumId": 749, + "foreignReleaseId": "485f124e-4b20-4edc-bf67-7367b3065c4c", + "title": "From Here to Anywhere", + "status": "Official", + "duration": 2564850, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Australia" + ], + "label": [ + "Modular Recordings" + ], + "format": "CD", + "monitored": false + }, + { + "id": 1816, + "albumId": 749, + "foreignReleaseId": "0c370cdf-47f9-4df5-ac46-2b7be432380a", + "title": "From Here to Anywhere", + "status": "Official", + "duration": 2793422, + "trackCount": 11, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United Kingdom" + ], + "label": [ + "Modular Recordings" + ], + "format": "CD", + "monitored": true + }, + { + "id": 1817, + "albumId": 749, + "foreignReleaseId": "1acdab44-2e00-46f9-a96d-946f00850781", + "title": "From Here to Anywhere", + "status": "Official", + "duration": 2753000, + "trackCount": 11, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Australia" + ], + "label": [], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Electronic", + "House", + "Pop", + "Synth-Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Sneaky Sound System", + "foreignArtistId": "495fe320-091e-43eb-9321-54a20e7c3f98", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "http://www.sneakysoundsystem.com/", + "name": "sneakysoundsystem" + }, + { + "url": "https://myspace.com/sneakysoundsystem", + "name": "myspace" + }, + { + "url": "https://www.discogs.com/artist/227749", + "name": "discogs" + }, + { + "url": "http://www.sneaky-sound-system.com/", + "name": "sneaky-sound-system" + }, + { + "url": "http://www.sneakyunity.com/", + "name": "sneakyunity" + }, + { + "url": "http://www.sneakysoundsystem.net/", + "name": "sneakysoundsystem" + }, + { + "url": "https://www.bbc.co.uk/music/artists/495fe320-091e-43eb-9321-54a20e7c3f98", + "name": "bbc" + }, + { + "url": "https://twitter.com/snkysndsystm", + "name": "twitter" + }, + { + "url": "https://www.wikidata.org/wiki/Q1543521", + "name": "wikidata" + }, + { + "url": "http://muzikum.eu/en/122-7282/sneaky-sound-system/lyrics.html", + "name": "muzikum" + }, + { + "url": "https://www.beatport.com/artist/sneaky-sound-system/59656", + "name": "beatport" + }, + { + "url": "https://www.deezer.com/artist/17158", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/3542318", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Sneaky Sound System", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Dance", + "Electronic", + "House", + "Pop" + ], + "cleanName": "sneakysoundsystem", + "sortName": "sneaky sound system", + "tags": [], + "added": "2023-09-11T04:42:50Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 19 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/0c370cdf-47f9-4df5-ac46-2b7be432380a/17990479236-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.bbc.co.uk/music/reviews/xcm5", + "name": "bbc" + }, + { + "url": "https://www.wikidata.org/wiki/Q5505435", + "name": "wikidata" + }, + { + "url": "https://www.discogs.com/master/413895", + "name": "discogs" + } + ], + "lastSearchTime": "2024-03-18T11:28:59Z", + "id": 749 + }, + "images": [ + { + "url": "/MediaCover/19/poster.jpg?lastWrite=638773374168668714", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/19/poster.jpg" + }, + { + "url": "/MediaCover/19/banner.jpg?lastWrite=635088824740000000", + "coverType": "banner", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/19/banner.jpg" + }, + { + "url": "/MediaCover/19/clearlogo.png?lastWrite=635132054970000000", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "/var/lib/lidarr/MediaCover/19/clearlogo.png" + }, + { + "url": "/MediaCover/19/fanart.jpg?lastWrite=638773374157606864", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/19/fanart.jpg" + } + ], + "path": "/mnt/plex/music/Sneaky Sound System", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Dance", + "Electronic", + "House", + "Pop" + ], + "cleanName": "sneakysoundsystem", + "sortName": "sneaky sound system", + "tags": [], + "added": "2023-09-11T04:42:50Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 3, + "trackFileCount": 10, + "trackCount": 40, + "totalTrackCount": 40, + "sizeOnDisk": 96499342, + "percentOfTracks": 25 + }, + "id": 19 + }, + { + "status": "continuing", + "ended": false, + "artistName": "The Fray", + "foreignArtistId": "2ddd167f-5b8a-4372-b350-6ad50493bac0", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "US alternative rock band", + "links": [ + { + "url": "http://www.thefray.com/", + "name": "thefray" + }, + { + "url": "https://myspace.com/thefray", + "name": "myspace" + }, + { + "url": "https://www.bbc.co.uk/music/artists/2ddd167f-5b8a-4372-b350-6ad50493bac0", + "name": "bbc" + }, + { + "url": "https://www.discogs.com/artist/616311", + "name": "discogs" + }, + { + "url": "https://twitter.com/thefray", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/user/thefraySME", + "name": "youtube" + }, + { + "url": "https://www.facebook.com/TheFray", + "name": "facebook" + }, + { + "url": "https://www.imdb.com/name/nm2119171/", + "name": "imdb" + }, + { + "url": "http://www.purevolume.com/thefray", + "name": "purevolume" + }, + { + "url": "https://www.last.fm/music/The+Fray", + "name": "last" + }, + { + "url": "https://soundcloud.com/the_fray", + "name": "soundcloud" + }, + { + "url": "https://www.allmusic.com/artist/mn0000860561", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/the_fray", + "name": "rateyourmusic" + }, + { + "url": "https://secondhandsongs.com/artist/28080", + "name": "secondhandsongs" + }, + { + "url": "http://viaf.org/viaf/151221423", + "name": "viaf" + }, + { + "url": "https://www.wikidata.org/wiki/Q271513", + "name": "wikidata" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:The_Fray,_April_29_2012.jpg", + "name": "wikimedia" + }, + { + "url": "http://muzikum.eu/en/122-5478/the-fray/lyrics.html", + "name": "muzikum" + }, + { + "url": "https://open.spotify.com/artist/0zOcE3mg9nS6l3yxt1Y0bK", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/4527", + "name": "deezer" + }, + { + "url": "https://d-nb.info/gnd/10340137-4", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2005122582", + "name": "loc" + }, + { + "url": "https://www.worldcat.org/identities/lccn-no2005122582", + "name": "worldcat" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb15525518s", + "name": "bnf" + }, + { + "url": "https://www.songkick.com/artists/563518", + "name": "songkick" + }, + { + "url": "https://tidal.com/artist/6895", + "name": "tidal" + }, + { + "url": "https://music.apple.com/us/artist/31239777", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/31239777", + "name": "apple" + }, + { + "url": "https://imvdb.com/n/the-fray", + "name": "imvdb" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "A Light That Waits", + "disambiguation": "", + "overview": "", + "artistId": 20, + "foreignAlbumId": "477ac4ca-6e09-4b0e-b399-9ae27d752c79", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2150400, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 4 + }, + "releaseDate": "2026-03-13T00:00:00Z", + "releases": [ + { + "id": 3752, + "albumId": 1453, + "foreignReleaseId": "c839da8f-8181-4930-99c6-5c2680d7bf1d", + "title": "A Light That Waits", + "status": "Official", + "duration": 2150400, + "trackCount": 11, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Fiji", + "United States" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Pop", + "Rock" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "The Fray", + "foreignArtistId": "2ddd167f-5b8a-4372-b350-6ad50493bac0", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "US alternative rock band", + "links": [ + { + "url": "http://www.thefray.com/", + "name": "thefray" + }, + { + "url": "https://myspace.com/thefray", + "name": "myspace" + }, + { + "url": "https://www.bbc.co.uk/music/artists/2ddd167f-5b8a-4372-b350-6ad50493bac0", + "name": "bbc" + }, + { + "url": "https://www.discogs.com/artist/616311", + "name": "discogs" + }, + { + "url": "https://twitter.com/thefray", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/user/thefraySME", + "name": "youtube" + }, + { + "url": "https://www.facebook.com/TheFray", + "name": "facebook" + }, + { + "url": "https://www.imdb.com/name/nm2119171/", + "name": "imdb" + }, + { + "url": "http://www.purevolume.com/thefray", + "name": "purevolume" + }, + { + "url": "https://www.last.fm/music/The+Fray", + "name": "last" + }, + { + "url": "https://soundcloud.com/the_fray", + "name": "soundcloud" + }, + { + "url": "https://www.allmusic.com/artist/mn0000860561", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/the_fray", + "name": "rateyourmusic" + }, + { + "url": "https://secondhandsongs.com/artist/28080", + "name": "secondhandsongs" + }, + { + "url": "http://viaf.org/viaf/151221423", + "name": "viaf" + }, + { + "url": "https://www.wikidata.org/wiki/Q271513", + "name": "wikidata" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:The_Fray,_April_29_2012.jpg", + "name": "wikimedia" + }, + { + "url": "http://muzikum.eu/en/122-5478/the-fray/lyrics.html", + "name": "muzikum" + }, + { + "url": "https://open.spotify.com/artist/0zOcE3mg9nS6l3yxt1Y0bK", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/4527", + "name": "deezer" + }, + { + "url": "https://d-nb.info/gnd/10340137-4", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2005122582", + "name": "loc" + }, + { + "url": "https://www.worldcat.org/identities/lccn-no2005122582", + "name": "worldcat" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb15525518s", + "name": "bnf" + }, + { + "url": "https://www.songkick.com/artists/563518", + "name": "songkick" + }, + { + "url": "https://tidal.com/artist/6895", + "name": "tidal" + }, + { + "url": "https://music.apple.com/us/artist/31239777", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/31239777", + "name": "apple" + }, + { + "url": "https://imvdb.com/n/the-fray", + "name": "imvdb" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/The Fray", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Alternative Rock", + "Pop", + "Rock" + ], + "cleanName": "thefray", + "sortName": "fray", + "tags": [], + "added": "2023-09-11T04:42:51Z", + "ratings": { + "votes": 2, + "value": 9 + }, + "id": 20 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/c839da8f-8181-4930-99c6-5c2680d7bf1d/44582866604-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.plattentests.de/rezi.php?show=21426", + "name": "plattentests" + } + ], + "id": 1453 + }, + "images": [ + { + "url": "/MediaCover/20/poster.jpg?lastWrite=639049437737460253", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/20/poster.jpg" + }, + { + "url": "/MediaCover/20/banner.jpg?lastWrite=638773374406413455", + "coverType": "banner", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/20/banner.jpg" + }, + { + "url": "/MediaCover/20/clearlogo.png?lastWrite=638773374430737139", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "/var/lib/lidarr/MediaCover/20/clearlogo.png" + }, + { + "url": "/MediaCover/20/fanart.jpg?lastWrite=638773374417207605", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/20/fanart.jpg" + } + ], + "path": "/mnt/plex/music/The Fray", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Alternative Rock", + "Pop", + "Rock" + ], + "cleanName": "thefray", + "sortName": "fray", + "tags": [], + "added": "2023-09-11T04:42:51Z", + "ratings": { + "votes": 2, + "value": 9 + }, + "statistics": { + "albumCount": 5, + "trackFileCount": 1, + "trackCount": 70, + "totalTrackCount": 70, + "sizeOnDisk": 8579190, + "percentOfTracks": 1.4285714285714286 + }, + "id": 20 + }, + { + "status": "continuing", + "ended": false, + "artistName": "TryHardNinja", + "foreignArtistId": "ab2910b1-8b43-481d-81c1-47646069874f", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://itunes.apple.com/us/artist/id429929192", + "name": "apple" + }, + { + "url": "https://tryhardninja.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://www.discogs.com/artist/4104656", + "name": "discogs" + }, + { + "url": "https://www.youtube.com/channel/UCemfUpErlIGq5_ZsDVlEorg", + "name": "youtube" + }, + { + "url": "https://play.google.com/store/music/artist?id=Avicthr3svgiujkx3sb6artybrq", + "name": "google" + }, + { + "url": "http://tryhardninja.com/", + "name": "tryhardninja" + }, + { + "url": "https://www.instagram.com/realtryhardninja/", + "name": "instagram" + }, + { + "url": "https://soundcloud.com/tryhardninja", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/tryhardninja", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/TryHardNinja", + "name": "facebook" + }, + { + "url": "https://genius.com/artists/Tryhardninja", + "name": "genius" + }, + { + "url": "https://open.spotify.com/artist/0B7Y5KDNScTBzeN7DY74YG", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/4935539", + "name": "deezer" + }, + { + "url": "https://lastfm.freetls.fastly.net/i/u/770x0/2bf4048f9f574e69ac8c19c7d956a7a1.jpg#2bf4048f9f574e69ac8c19c7d956a7a1", + "name": "fastly" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "We're Not Coming Back", + "disambiguation": "", + "overview": "", + "artistId": 21, + "foreignAlbumId": "a4ffa737-9859-4070-8574-acbbc2503651", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2553000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2021-08-11T00:00:00Z", + "releases": [ + { + "id": 1851, + "albumId": 762, + "foreignReleaseId": "9fb8bb03-1b83-4368-a91a-4eac69af0685", + "title": "We're Not Coming Back", + "status": "Official", + "duration": 2553000, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "TryHardNinja", + "foreignArtistId": "ab2910b1-8b43-481d-81c1-47646069874f", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://itunes.apple.com/us/artist/id429929192", + "name": "apple" + }, + { + "url": "https://tryhardninja.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://www.discogs.com/artist/4104656", + "name": "discogs" + }, + { + "url": "https://www.youtube.com/channel/UCemfUpErlIGq5_ZsDVlEorg", + "name": "youtube" + }, + { + "url": "https://play.google.com/store/music/artist?id=Avicthr3svgiujkx3sb6artybrq", + "name": "google" + }, + { + "url": "http://tryhardninja.com/", + "name": "tryhardninja" + }, + { + "url": "https://www.instagram.com/realtryhardninja/", + "name": "instagram" + }, + { + "url": "https://soundcloud.com/tryhardninja", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/tryhardninja", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/TryHardNinja", + "name": "facebook" + }, + { + "url": "https://genius.com/artists/Tryhardninja", + "name": "genius" + }, + { + "url": "https://open.spotify.com/artist/0B7Y5KDNScTBzeN7DY74YG", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/4935539", + "name": "deezer" + }, + { + "url": "https://lastfm.freetls.fastly.net/i/u/770x0/2bf4048f9f574e69ac8c19c7d956a7a1.jpg#2bf4048f9f574e69ac8c19c7d956a7a1", + "name": "fastly" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/TryHardNinja", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [], + "cleanName": "tryhardninja", + "sortName": "tryhardninja", + "tags": [], + "added": "2023-09-11T04:42:51Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 21 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/9fb8bb03-1b83-4368-a91a-4eac69af0685/38636162915-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 762 + }, + "images": [], + "path": "/mnt/plex/music/TryHardNinja", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "tryhardninja", + "sortName": "tryhardninja", + "tags": [], + "added": "2023-09-11T04:42:51Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 10, + "trackFileCount": 2, + "trackCount": 233, + "totalTrackCount": 233, + "sizeOnDisk": 17868416, + "percentOfTracks": 0.8583690987124464 + }, + "id": 21 + }, + { + "status": "continuing", + "ended": false, + "artistName": "MisterWives", + "foreignArtistId": "5b6bac92-9b60-4e96-ac13-935bb6941b96", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "https://www.allmusic.com/artist/mn0003206766", + "name": "allmusic" + }, + { + "url": "https://open.spotify.com/artist/5ivCbtrcD5N4rD337xIb2z", + "name": "spotify" + }, + { + "url": "https://www.facebook.com/MisterWives", + "name": "facebook" + }, + { + "url": "https://www.wikidata.org/wiki/Q18608997", + "name": "wikidata" + }, + { + "url": "http://www.misterwives.com/", + "name": "misterwives" + }, + { + "url": "https://soundcloud.com/MisterWives", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/MisterWives", + "name": "twitter" + }, + { + "url": "https://www.discogs.com/artist/3619653", + "name": "discogs" + }, + { + "url": "https://itunes.apple.com/mx/artist/id778696349", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/5417031", + "name": "deezer" + }, + { + "url": "https://itunes.apple.com/us/artist/id778696349", + "name": "apple" + }, + { + "url": "https://www.amazon.com/-/e/B00R8YIRD8", + "name": "amazon" + }, + { + "url": "https://tidal.com/artist/5284673", + "name": "tidal" + }, + { + "url": "https://www.youtube.com/channel/UCTrmUHu8dOAUUsmtffocagw", + "name": "youtube" + }, + { + "url": "https://www.instagram.com/misterwives/", + "name": "instagram" + }, + { + "url": "https://music.apple.com/us/artist/778696349", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/778696349", + "name": "apple" + }, + { + "url": "https://music.amazon.com/artists/B00HAUK7BU", + "name": "amazon" + }, + { + "url": "https://www.bandsintown.com/a/4921397", + "name": "bandsintown" + }, + { + "url": "https://genius.com/artists/Misterwives", + "name": "genius" + }, + { + "url": "https://www.imdb.com/name/nm6597936/", + "name": "imdb" + }, + { + "url": "https://imvdb.com/n/misterwives", + "name": "imvdb" + }, + { + "url": "https://www.livefans.jp/artists/60711", + "name": "livefans" + }, + { + "url": "https://www.last.fm/music/MisterWives", + "name": "last" + }, + { + "url": "https://soundcloud.com/misterwives", + "name": "soundcloud" + }, + { + "url": "https://www.musixmatch.com/artist/MisterWives", + "name": "musixmatch" + }, + { + "url": "https://us.napster.com/artist/misterwives", + "name": "napster" + }, + { + "url": "https://rateyourmusic.com/artist/misterwives", + "name": "rateyourmusic" + }, + { + "url": "https://secondhandsongs.com/artist/121402", + "name": "secondhandsongs" + }, + { + "url": "https://www.songkick.com/artists/6325384", + "name": "songkick" + }, + { + "url": "https://www.whosampled.com/MisterWives/", + "name": "whosampled" + }, + { + "url": "https://us.7digital.com/artist/MisterWives", + "name": "7digital" + }, + { + "url": "https://www.junodownload.com/artists/Misterwives/releases/", + "name": "junodownload" + }, + { + "url": "https://www.youtube.com/channel/UCwQIPsdr-FATQqJkXgQGNKw", + "name": "youtube" + }, + { + "url": "https://music.youtube.com/channel/UCeLIzs5iIP49RcCbYiltxbw", + "name": "youtube" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/misterwives/1550294", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/misterwives/1550294", + "name": "qobuz" + }, + { + "url": "https://www.tiktok.com/@misterwives", + "name": "tiktok" + }, + { + "url": "https://mora.jp/artist/1161500/all", + "name": "mora" + }, + { + "url": "https://misterwives.bandcamp.com/", + "name": "bandcamp" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Nosebleeds", + "disambiguation": "", + "overview": "", + "artistId": 22, + "foreignAlbumId": "fac01277-a3e1-46eb-a2b0-43f73f1ca4c3", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 5809724, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2023-07-14T00:00:00Z", + "releases": [ + { + "id": 1860, + "albumId": 766, + "foreignReleaseId": "469b8aad-25c3-49df-b9fa-067b79beab85", + "title": "Nosebleeds", + "status": "Official", + "duration": 2565213, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "streaming", + "country": [], + "label": [ + "Photo Finish Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2345, + "albumId": 766, + "foreignReleaseId": "07155912-50e7-4380-afe1-2fb5cc99cf15", + "title": "Nosebleeds: Encore", + "status": "Official", + "duration": 5809724, + "trackCount": 31, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "streaming", + "country": [], + "label": [ + "Photo Finish Records" + ], + "format": "2xDigital Media", + "monitored": true + }, + { + "id": 2898, + "albumId": 766, + "foreignReleaseId": "40c9d675-4840-48a3-b6a2-7d758184c8f1", + "title": "Nosebleeds: Encore", + "status": "Official", + "duration": 5809724, + "trackCount": 31, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "Supraphon distribution", + "country": [ + "Czechia", + "Slovakia" + ], + "label": [ + "Photo Finish Records" + ], + "format": "2xDigital Media", + "monitored": false + }, + { + "id": 2899, + "albumId": 766, + "foreignReleaseId": "1b10c0e6-ae21-431d-892f-6222a0a1fa68", + "title": "Nosebleeds", + "status": "Withdrawn", + "duration": 2562746, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "Supraphon distribution", + "country": [ + "Czechia", + "Slovakia" + ], + "label": [ + "Photo Finish Records" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Alternative Rock", + "Indie Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "MisterWives", + "foreignArtistId": "5b6bac92-9b60-4e96-ac13-935bb6941b96", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "https://www.allmusic.com/artist/mn0003206766", + "name": "allmusic" + }, + { + "url": "https://open.spotify.com/artist/5ivCbtrcD5N4rD337xIb2z", + "name": "spotify" + }, + { + "url": "https://www.facebook.com/MisterWives", + "name": "facebook" + }, + { + "url": "https://www.wikidata.org/wiki/Q18608997", + "name": "wikidata" + }, + { + "url": "http://www.misterwives.com/", + "name": "misterwives" + }, + { + "url": "https://soundcloud.com/MisterWives", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/MisterWives", + "name": "twitter" + }, + { + "url": "https://www.discogs.com/artist/3619653", + "name": "discogs" + }, + { + "url": "https://itunes.apple.com/mx/artist/id778696349", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/5417031", + "name": "deezer" + }, + { + "url": "https://itunes.apple.com/us/artist/id778696349", + "name": "apple" + }, + { + "url": "https://www.amazon.com/-/e/B00R8YIRD8", + "name": "amazon" + }, + { + "url": "https://tidal.com/artist/5284673", + "name": "tidal" + }, + { + "url": "https://www.youtube.com/channel/UCTrmUHu8dOAUUsmtffocagw", + "name": "youtube" + }, + { + "url": "https://www.instagram.com/misterwives/", + "name": "instagram" + }, + { + "url": "https://music.apple.com/us/artist/778696349", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/778696349", + "name": "apple" + }, + { + "url": "https://music.amazon.com/artists/B00HAUK7BU", + "name": "amazon" + }, + { + "url": "https://www.bandsintown.com/a/4921397", + "name": "bandsintown" + }, + { + "url": "https://genius.com/artists/Misterwives", + "name": "genius" + }, + { + "url": "https://www.imdb.com/name/nm6597936/", + "name": "imdb" + }, + { + "url": "https://imvdb.com/n/misterwives", + "name": "imvdb" + }, + { + "url": "https://www.livefans.jp/artists/60711", + "name": "livefans" + }, + { + "url": "https://www.last.fm/music/MisterWives", + "name": "last" + }, + { + "url": "https://soundcloud.com/misterwives", + "name": "soundcloud" + }, + { + "url": "https://www.musixmatch.com/artist/MisterWives", + "name": "musixmatch" + }, + { + "url": "https://us.napster.com/artist/misterwives", + "name": "napster" + }, + { + "url": "https://rateyourmusic.com/artist/misterwives", + "name": "rateyourmusic" + }, + { + "url": "https://secondhandsongs.com/artist/121402", + "name": "secondhandsongs" + }, + { + "url": "https://www.songkick.com/artists/6325384", + "name": "songkick" + }, + { + "url": "https://www.whosampled.com/MisterWives/", + "name": "whosampled" + }, + { + "url": "https://us.7digital.com/artist/MisterWives", + "name": "7digital" + }, + { + "url": "https://www.junodownload.com/artists/Misterwives/releases/", + "name": "junodownload" + }, + { + "url": "https://www.youtube.com/channel/UCwQIPsdr-FATQqJkXgQGNKw", + "name": "youtube" + }, + { + "url": "https://music.youtube.com/channel/UCeLIzs5iIP49RcCbYiltxbw", + "name": "youtube" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/misterwives/1550294", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/misterwives/1550294", + "name": "qobuz" + }, + { + "url": "https://www.tiktok.com/@misterwives", + "name": "tiktok" + }, + { + "url": "https://mora.jp/artist/1161500/all", + "name": "mora" + }, + { + "url": "https://misterwives.bandcamp.com/", + "name": "bandcamp" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/MisterWives", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Alternative Pop" + ], + "cleanName": "misterwives", + "sortName": "misterwives", + "tags": [], + "added": "2023-09-11T04:42:51Z", + "ratings": { + "votes": 1, + "value": 6 + }, + "id": 22 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/469b8aad-25c3-49df-b9fa-067b79beab85/35996793101-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.allmusic.com/album/mw0004006436", + "name": "allmusic" + }, + { + "url": "https://genius.com/albums/Misterwives/Nosebleeds", + "name": "genius" + }, + { + "url": "https://rateyourmusic.com/release/album/misterwives/nosebleeds/", + "name": "rateyourmusic" + }, + { + "url": "https://www.discogs.com/master/3179250", + "name": "discogs" + } + ], + "lastSearchTime": "2025-09-29T04:11:34Z", + "id": 766 + }, + "images": [ + { + "url": "/MediaCover/22/poster.jpg?lastWrite=636989622810000000", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/22/poster.jpg" + }, + { + "url": "/MediaCover/22/banner.jpg?lastWrite=635774688030000000", + "coverType": "banner", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/22/banner.jpg" + }, + { + "url": "/MediaCover/22/clearlogo.png?lastWrite=637311948900000000", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "/var/lib/lidarr/MediaCover/22/clearlogo.png" + }, + { + "url": "/MediaCover/22/fanart.jpg?lastWrite=637504109540000000", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/22/fanart.jpg" + } + ], + "path": "/mnt/plex/music/MisterWives", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Alternative Pop" + ], + "cleanName": "misterwives", + "sortName": "misterwives", + "tags": [], + "added": "2023-09-11T04:42:51Z", + "ratings": { + "votes": 1, + "value": 6 + }, + "statistics": { + "albumCount": 6, + "trackFileCount": 48, + "trackCount": 79, + "totalTrackCount": 86, + "sizeOnDisk": 408572740, + "percentOfTracks": 60.75949367088607 + }, + "id": 22 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Savoy", + "foreignArtistId": "89d03474-2f5f-45fe-839e-209a2728dc9c", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "Brooklyn-based live electronic/rock band", + "links": [ + { + "url": "https://www.facebook.com/SAVOYband", + "name": "facebook" + }, + { + "url": "https://twitter.com/savoy", + "name": "twitter" + }, + { + "url": "https://soundcloud.com/savoyband", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/user/SAVOYband", + "name": "youtube" + }, + { + "url": "https://www.discogs.com/artist/2469302", + "name": "discogs" + }, + { + "url": "https://www.allmusic.com/artist/mn0002801794", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/savoy_f2", + "name": "rateyourmusic" + }, + { + "url": "https://savoyband.herokuapp.com/", + "name": "herokuapp" + }, + { + "url": "https://play.google.com/store/music/artist?id=A4kykobvobqdhacfinmblegfmme", + "name": "google" + }, + { + "url": "https://itunes.apple.com/us/artist/id2529874", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/savoy/123415", + "name": "beatport" + }, + { + "url": "https://open.spotify.com/artist/25vU5DYwHIHhg1ViWV3SJq", + "name": "spotify" + }, + { + "url": "https://tidal.com/artist/7377688", + "name": "tidal" + }, + { + "url": "https://open.spotify.com/artist/4ApJfU5DNO5tpNGBB42GGU", + "name": "spotify" + }, + { + "url": "https://music.apple.com/us/artist/1524781132", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/66971", + "name": "deezer" + }, + { + "url": "https://music.apple.com/us/artist/1524781131", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Self Predator", + "disambiguation": "", + "overview": "", + "artistId": 23, + "foreignAlbumId": "793b5f95-1a36-4eb6-8269-cb4b2dfecac7", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 3448000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2014-01-01T00:00:00Z", + "releases": [ + { + "id": 1861, + "albumId": 767, + "foreignReleaseId": "09cdda3d-1c2d-4e80-8b3e-cf7ab496b064", + "title": "Self Predator", + "status": "Official", + "duration": 3448000, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Savoy Productions" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Electronic", + "Deep Techno" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Savoy", + "foreignArtistId": "89d03474-2f5f-45fe-839e-209a2728dc9c", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "Brooklyn-based live electronic/rock band", + "links": [ + { + "url": "https://www.facebook.com/SAVOYband", + "name": "facebook" + }, + { + "url": "https://twitter.com/savoy", + "name": "twitter" + }, + { + "url": "https://soundcloud.com/savoyband", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/user/SAVOYband", + "name": "youtube" + }, + { + "url": "https://www.discogs.com/artist/2469302", + "name": "discogs" + }, + { + "url": "https://www.allmusic.com/artist/mn0002801794", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/savoy_f2", + "name": "rateyourmusic" + }, + { + "url": "https://savoyband.herokuapp.com/", + "name": "herokuapp" + }, + { + "url": "https://play.google.com/store/music/artist?id=A4kykobvobqdhacfinmblegfmme", + "name": "google" + }, + { + "url": "https://itunes.apple.com/us/artist/id2529874", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/savoy/123415", + "name": "beatport" + }, + { + "url": "https://open.spotify.com/artist/25vU5DYwHIHhg1ViWV3SJq", + "name": "spotify" + }, + { + "url": "https://tidal.com/artist/7377688", + "name": "tidal" + }, + { + "url": "https://open.spotify.com/artist/4ApJfU5DNO5tpNGBB42GGU", + "name": "spotify" + }, + { + "url": "https://music.apple.com/us/artist/1524781132", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/66971", + "name": "deezer" + }, + { + "url": "https://music.apple.com/us/artist/1524781131", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Savoy", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [], + "cleanName": "savoy", + "sortName": "savoy", + "tags": [], + "added": "2023-09-11T04:42:52Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 23 + }, + "images": [], + "links": [], + "id": 767 + }, + "images": [], + "path": "/mnt/plex/music/Savoy", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "savoy", + "sortName": "savoy", + "tags": [], + "added": "2023-09-11T04:42:52Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 1, + "trackFileCount": 0, + "trackCount": 15, + "totalTrackCount": 15, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 23 + }, + { + "status": "continuing", + "ended": false, + "artistName": "7 Minutes Dead", + "foreignArtistId": "cd938213-8e39-4f0c-a469-5f04b6b3bc62", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.beatport.com/artist/7-minutes-dead/281654", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Avolrumxwrrmrmf7wnnm4vqiury", + "name": "google" + }, + { + "url": "https://www.discogs.com/artist/3620804", + "name": "discogs" + }, + { + "url": "https://itunes.apple.com/us/artist/id550374289", + "name": "apple" + }, + { + "url": "https://soundcloud.com/7minutesdead", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/7MinutesDead", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/7minutesdead", + "name": "facebook" + }, + { + "url": "https://us.7digital.com/artist/7-minutes-dead", + "name": "7digital" + }, + { + "url": "https://open.spotify.com/artist/6MXp12IK29WvwsSbj5j49p", + "name": "spotify" + }, + { + "url": "https://www.monstercat.com/artist/7-minutes-dead", + "name": "monstercat" + }, + { + "url": "https://tidal.com/artist/4954273", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/7minutesdead", + "name": "monstercat" + }, + { + "url": "https://www.instagram.com/_7minutesdead_/", + "name": "instagram" + }, + { + "url": "https://www.deezer.com/artist/4661249", + "name": "deezer" + }, + { + "url": "https://music.apple.com/us/artist/550374289", + "name": "apple" + }, + { + "url": "https://www.junodownload.com/artists/7+Minutes+Dead/releases/", + "name": "junodownload" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Broken", + "disambiguation": "", + "overview": "", + "artistId": 24, + "foreignAlbumId": "f26e7e85-1e0b-497d-9109-bfdbed9dfbcc", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2089000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2010-01-02T00:00:00Z", + "releases": [ + { + "id": 1862, + "albumId": 768, + "foreignReleaseId": "6fdfec40-8e03-4e3b-9c0c-e6b08cf3aa9a", + "title": "Broken", + "status": "Official", + "duration": 2089000, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Bitkins" + ], + "format": "CD", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "7 Minutes Dead", + "foreignArtistId": "cd938213-8e39-4f0c-a469-5f04b6b3bc62", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.beatport.com/artist/7-minutes-dead/281654", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Avolrumxwrrmrmf7wnnm4vqiury", + "name": "google" + }, + { + "url": "https://www.discogs.com/artist/3620804", + "name": "discogs" + }, + { + "url": "https://itunes.apple.com/us/artist/id550374289", + "name": "apple" + }, + { + "url": "https://soundcloud.com/7minutesdead", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/7MinutesDead", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/7minutesdead", + "name": "facebook" + }, + { + "url": "https://us.7digital.com/artist/7-minutes-dead", + "name": "7digital" + }, + { + "url": "https://open.spotify.com/artist/6MXp12IK29WvwsSbj5j49p", + "name": "spotify" + }, + { + "url": "https://www.monstercat.com/artist/7-minutes-dead", + "name": "monstercat" + }, + { + "url": "https://tidal.com/artist/4954273", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/7minutesdead", + "name": "monstercat" + }, + { + "url": "https://www.instagram.com/_7minutesdead_/", + "name": "instagram" + }, + { + "url": "https://www.deezer.com/artist/4661249", + "name": "deezer" + }, + { + "url": "https://music.apple.com/us/artist/550374289", + "name": "apple" + }, + { + "url": "https://www.junodownload.com/artists/7+Minutes+Dead/releases/", + "name": "junodownload" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/7 Minutes Dead", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [], + "cleanName": "7minutesdead", + "sortName": "7 minutes dead", + "tags": [], + "added": "2023-09-11T04:42:53Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 24 + }, + "images": [], + "links": [], + "id": 768 + }, + "images": [ + { + "url": "/MediaCover/24/poster.jpg?lastWrite=638286600320000000", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/24/poster.jpg" + }, + { + "url": "/MediaCover/24/clearlogo.png?lastWrite=638286601810000000", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "/var/lib/lidarr/MediaCover/24/clearlogo.png" + }, + { + "url": "/MediaCover/24/fanart.jpg?lastWrite=638602792590000000", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/24/fanart.jpg" + } + ], + "path": "/mnt/plex/music/7 Minutes Dead", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "7minutesdead", + "sortName": "7 minutes dead", + "tags": [], + "added": "2023-09-11T04:42:53Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 1, + "trackFileCount": 0, + "trackCount": 10, + "totalTrackCount": 10, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 24 + }, + { + "status": "continuing", + "ended": false, + "artistName": "TVDS", + "foreignArtistId": "4b14a3c2-2052-41e8-a434-e9097ab3dd7a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/tvds", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/timvandestadt", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/timvandestadt", + "name": "facebook" + }, + { + "url": "https://www.youtube.com/user/Vapourx7", + "name": "youtube" + }, + { + "url": "https://itunes.apple.com/nl/artist/id542597929", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/tvds/274746", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ayoa2kiam5udp5oy5kp3vh7slp4", + "name": "google" + }, + { + "url": "https://www.deezer.com/artist/3112431", + "name": "deezer" + }, + { + "url": "https://www.discogs.com/artist/2338720", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/7tGosHSZnMqCYsZeC14l4D", + "name": "spotify" + }, + { + "url": "https://tidal.com/artist/5006904", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/tvds", + "name": "monstercat" + }, + { + "url": "https://music.apple.com/us/artist/542597929", + "name": "apple" + }, + { + "url": "https://www.junodownload.com/artists/Tvds/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/au/artist/542597929", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/TVDS", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "tvds", + "sortName": "tvds", + "tags": [], + "added": "2023-09-11T04:42:53Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 25 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Tut Tut Child", + "foreignArtistId": "d131b749-6c45-4427-bc00-89bc889d3005", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.facebook.com/TutTutChild", + "name": "facebook" + }, + { + "url": "https://twitter.com/tuttutchild", + "name": "twitter" + }, + { + "url": "https://soundcloud.com/tuttutchild", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/channel/UC-nL2ChF0XxZ-fi8BA_vMmw", + "name": "youtube" + }, + { + "url": "http://www.tuttutchild.com/", + "name": "tuttutchild" + }, + { + "url": "https://www.last.fm/music/Tut+Tut+Child", + "name": "last" + }, + { + "url": "https://www.songkick.com/artists/7763099", + "name": "songkick" + }, + { + "url": "https://plus.google.com/+TutTutChild", + "name": "google" + }, + { + "url": "https://www.beatport.com/artist/tut-tut-child/231745", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=A3qbsuoci4d4n32ro6lzvdpuasm", + "name": "google" + }, + { + "url": "https://itunes.apple.com/gb/artist/id518871993", + "name": "apple" + }, + { + "url": "https://www.discogs.com/artist/2953715", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/6EmSzH0r12lNsYQCFzCFS3", + "name": "spotify" + }, + { + "url": "https://music.apple.com/fr/artist/518871993", + "name": "apple" + }, + { + "url": "https://genius.com/artists/Tut-tut-child", + "name": "genius" + }, + { + "url": "https://tidal.com/artist/4345578", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/1693558", + "name": "deezer" + }, + { + "url": "https://player.monstercat.app/artist/tuttutchild", + "name": "monstercat" + }, + { + "url": "https://www.junodownload.com/artists/Tut+Tut+Child/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/us/artist/518871993", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Come to the End; Then Stop", + "disambiguation": "", + "overview": "", + "artistId": 26, + "foreignAlbumId": "1c426668-4ae1-4ad1-b3be-159e4f189413", + "monitored": true, + "anyReleaseOk": true, + "profileId": 0, + "duration": 2418000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2016-02-24T00:00:00Z", + "releases": [ + { + "id": 312, + "albumId": 129, + "foreignReleaseId": "32ad400f-cecb-439f-9b9b-e51a6fa24ee2", + "title": "Come to the End; Then Stop", + "status": "Official", + "duration": 2418000, + "trackCount": 11, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Monstercat" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Breaks", + "Hip Hop", + "Trap", + "Dubstep", + "Electro House", + "Electronic", + "Dance", + "Trap Edm" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Tut Tut Child", + "foreignArtistId": "d131b749-6c45-4427-bc00-89bc889d3005", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.facebook.com/TutTutChild", + "name": "facebook" + }, + { + "url": "https://twitter.com/tuttutchild", + "name": "twitter" + }, + { + "url": "https://soundcloud.com/tuttutchild", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/channel/UC-nL2ChF0XxZ-fi8BA_vMmw", + "name": "youtube" + }, + { + "url": "http://www.tuttutchild.com/", + "name": "tuttutchild" + }, + { + "url": "https://www.last.fm/music/Tut+Tut+Child", + "name": "last" + }, + { + "url": "https://www.songkick.com/artists/7763099", + "name": "songkick" + }, + { + "url": "https://plus.google.com/+TutTutChild", + "name": "google" + }, + { + "url": "https://www.beatport.com/artist/tut-tut-child/231745", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=A3qbsuoci4d4n32ro6lzvdpuasm", + "name": "google" + }, + { + "url": "https://itunes.apple.com/gb/artist/id518871993", + "name": "apple" + }, + { + "url": "https://www.discogs.com/artist/2953715", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/6EmSzH0r12lNsYQCFzCFS3", + "name": "spotify" + }, + { + "url": "https://music.apple.com/fr/artist/518871993", + "name": "apple" + }, + { + "url": "https://genius.com/artists/Tut-tut-child", + "name": "genius" + }, + { + "url": "https://tidal.com/artist/4345578", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/1693558", + "name": "deezer" + }, + { + "url": "https://player.monstercat.app/artist/tuttutchild", + "name": "monstercat" + }, + { + "url": "https://www.junodownload.com/artists/Tut+Tut+Child/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/us/artist/518871993", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Tut Tut Child", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [], + "cleanName": "tuttutchild", + "sortName": "tut tut child", + "tags": [], + "added": "2023-09-11T04:42:54Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 26 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/32ad400f-cecb-439f-9b9b-e51a6fa24ee2/14155252705-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 129 + }, + "images": [], + "path": "/mnt/plex/music/Tut Tut Child", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "tuttutchild", + "sortName": "tut tut child", + "tags": [], + "added": "2023-09-11T04:42:54Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 1, + "trackFileCount": 11, + "trackCount": 11, + "totalTrackCount": 11, + "sizeOnDisk": 100253649, + "percentOfTracks": 100 + }, + "id": 26 + }, + { + "status": "continuing", + "ended": false, + "artistName": "PIXL", + "foreignArtistId": "c30a57a8-d854-4eab-ba6c-0a81a3cae4c2", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://twitter.com/PIXLMUSIC", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/pixlmusic", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/pixl-music", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/channel/UCBGxvX_BYaii32MKcnnwPyA", + "name": "youtube" + }, + { + "url": "https://www.discogs.com/artist/2605617", + "name": "discogs" + }, + { + "url": "https://pixlofficial.com/", + "name": "pixlofficial" + }, + { + "url": "https://www.instagram.com/pixlmusic/", + "name": "instagram" + }, + { + "url": "https://open.spotify.com/artist/210hjvKOh716ZO4ErE3x22", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/au/artist/id297960029", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/pixl/198346", + "name": "beatport" + }, + { + "url": "https://www.discogs.com/artist/7928794", + "name": "discogs" + }, + { + "url": "https://tidal.com/artist/4307301", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/157172", + "name": "deezer" + }, + { + "url": "https://music.apple.com/us/artist/297960029", + "name": "apple" + }, + { + "url": "https://player.monstercat.app/artist/pixl", + "name": "monstercat" + }, + { + "url": "https://www.junodownload.com/artists/Pixl/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/au/artist/297960029", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/PIXL", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "pixl", + "sortName": "pixl", + "tags": [], + "added": "2023-09-11T04:42:54Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 27 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Astronaut", + "foreignArtistId": "3401a281-56b3-49b9-a857-a04f71c20c95", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "UK EDM duo", + "links": [ + { + "url": "https://twitter.com/astronautuk", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/astronautuk", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/astronautuk", + "name": "soundcloud" + }, + { + "url": "https://play.google.com/store/music/artist?id=Aealfzaeumdgpq2shna2lp4ma3q", + "name": "google" + }, + { + "url": "https://itunes.apple.com/gb/artist/id5920039", + "name": "apple" + }, + { + "url": "https://www.youtube.com/channel/UCJrW3AvRkrbKToehogakGRg", + "name": "youtube" + }, + { + "url": "https://www.beatport.com/artist/astronaut/223629", + "name": "beatport" + }, + { + "url": "https://www.discogs.com/artist/2566527", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/7lcbOlKjk4gLsCxd481hik", + "name": "spotify" + }, + { + "url": "https://open.spotify.com/artist/16Xs6264UZpquzHZRIlNx8", + "name": "spotify" + }, + { + "url": "https://tidal.com/artist/3604122", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/astronaut", + "name": "monstercat" + }, + { + "url": "https://www.junodownload.com/artists/Astronaut/releases/", + "name": "junodownload" + }, + { + "url": "https://music.youtube.com/channel/UC-wIWBauHmvBOjbDB8Eo2oQ", + "name": "youtube" + }, + { + "url": "https://www.deezer.com/artist/288166861", + "name": "deezer" + }, + { + "url": "https://music.apple.com/gb/artist/1491191898", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Destination: War", + "disambiguation": "", + "overview": "", + "artistId": 28, + "foreignAlbumId": "f76caf8a-3d74-40cf-b464-38f724c9b691", + "monitored": true, + "anyReleaseOk": true, + "profileId": 0, + "duration": 1218000, + "albumType": "EP", + "secondaryTypes": [ + "Remix" + ], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2015-02-11T00:00:00Z", + "releases": [ + { + "id": 225, + "albumId": 51, + "foreignReleaseId": "9556cd9d-0a78-4f96-a68a-376101c18a73", + "title": "Destination: War", + "status": "Official", + "duration": 1218000, + "trackCount": 5, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Monstercat" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Breaks", + "Electro", + "Electro House", + "Electronic", + "Hip Hop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Astronaut", + "foreignArtistId": "3401a281-56b3-49b9-a857-a04f71c20c95", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "UK EDM duo", + "links": [ + { + "url": "https://twitter.com/astronautuk", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/astronautuk", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/astronautuk", + "name": "soundcloud" + }, + { + "url": "https://play.google.com/store/music/artist?id=Aealfzaeumdgpq2shna2lp4ma3q", + "name": "google" + }, + { + "url": "https://itunes.apple.com/gb/artist/id5920039", + "name": "apple" + }, + { + "url": "https://www.youtube.com/channel/UCJrW3AvRkrbKToehogakGRg", + "name": "youtube" + }, + { + "url": "https://www.beatport.com/artist/astronaut/223629", + "name": "beatport" + }, + { + "url": "https://www.discogs.com/artist/2566527", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/7lcbOlKjk4gLsCxd481hik", + "name": "spotify" + }, + { + "url": "https://open.spotify.com/artist/16Xs6264UZpquzHZRIlNx8", + "name": "spotify" + }, + { + "url": "https://tidal.com/artist/3604122", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/astronaut", + "name": "monstercat" + }, + { + "url": "https://www.junodownload.com/artists/Astronaut/releases/", + "name": "junodownload" + }, + { + "url": "https://music.youtube.com/channel/UC-wIWBauHmvBOjbDB8Eo2oQ", + "name": "youtube" + }, + { + "url": "https://www.deezer.com/artist/288166861", + "name": "deezer" + }, + { + "url": "https://music.apple.com/gb/artist/1491191898", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Astronaut", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Electronic", + "Dubstep", + "Electro House", + "Complextro", + "Edm" + ], + "cleanName": "astronaut", + "sortName": "astronaut", + "tags": [], + "added": "2023-09-11T04:42:55Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 28 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/9556cd9d-0a78-4f96-a68a-376101c18a73/17835520689-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://rateyourmusic.com/release/ep/astronaut-far-too-loud/destination-war/", + "name": "rateyourmusic" + } + ], + "id": 51 + }, + "images": [], + "path": "/mnt/plex/music/Astronaut", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Electronic", + "Dubstep", + "Electro House", + "Complextro", + "Edm" + ], + "cleanName": "astronaut", + "sortName": "astronaut", + "tags": [], + "added": "2023-09-11T04:42:55Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 5, + "trackFileCount": 27, + "trackCount": 27, + "totalTrackCount": 27, + "sizeOnDisk": 303369155, + "percentOfTracks": 100 + }, + "id": 28 + }, + { + "status": "continuing", + "ended": false, + "artistName": "WRLD", + "foreignArtistId": "c25a98a2-fa8a-4c7a-a55e-b384234a0e03", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/thewrld", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/thewrld", + "name": "facebook" + }, + { + "url": "https://www.discogs.com/artist/3858672", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/wrld/412849", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Afwwbujb4xfxncnc5zvn3u67iyq", + "name": "google" + }, + { + "url": "http://thewrldmusic.com/", + "name": "thewrldmusic" + }, + { + "url": "https://twitter.com/wrldmusic", + "name": "twitter" + }, + { + "url": "http://wrldmusic.tumblr.com/", + "name": "tumblr" + }, + { + "url": "https://www.instagram.com/thewrldmusic/", + "name": "instagram" + }, + { + "url": "https://www.youtube.com/channel/UCoBQotF_B8w1Oq9glCeiNuA", + "name": "youtube" + }, + { + "url": "https://itunes.apple.com/nl/artist/id884279797", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/5901560", + "name": "deezer" + }, + { + "url": "https://player.monstercat.app/artist/wrld", + "name": "monstercat" + }, + { + "url": "https://www.junodownload.com/artists/Wrld/releases/", + "name": "junodownload" + }, + { + "url": "https://open.spotify.com/artist/4VqBNQRr0nDN0trNUOn0co", + "name": "spotify" + }, + { + "url": "https://music.apple.com/us/artist/884279797", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/5687203", + "name": "tidal" + }, + { + "url": "https://genius.com/artists/Wrld", + "name": "genius" + }, + { + "url": "https://www.monstercat.com/artist/wrld", + "name": "monstercat" + }, + { + "url": "https://jaxsta.com/profile/7a70c97c-a9b4-48bd-9589-34a449ed957d/catalogue", + "name": "jaxsta" + }, + { + "url": "https://music.apple.com/gb/artist/884279797", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/WRLD", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "wrld", + "sortName": "wrld", + "tags": [], + "added": "2023-09-11T04:42:55Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 29 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Grabbitz", + "foreignArtistId": "69754799-6872-4156-a88c-2f7caf5e7a6d", + "tadbId": 0, + "discogsId": 0, + "overview": "Nicholas Chiari, commonly known by his stage name Grabbitz, is an American electronic music producer, musician, composer, and DJ. He first gained attention in the EDM community with the song \"Here with You Now\", which was released on Monstercat in July 2014. He has collaborated with a variety of artists, including Savoy, Sullivan King, and Pegboard Nerds.", + "artistType": "Person", + "disambiguation": "producer / remixer Nick Chiari", + "links": [ + { + "url": "https://www.facebook.com/grabbitzmusic", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/grabbitz", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/grabbitz_", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/channel/UCWT_gUEdU8aoLUT5aIAoICg", + "name": "youtube" + }, + { + "url": "https://www.beatport.com/artist/grabbitz/365107", + "name": "beatport" + }, + { + "url": "https://www.discogs.com/artist/3888058", + "name": "discogs" + }, + { + "url": "https://play.google.com/store/music/artist?id=At2bycaidsuy26frj4gpf4eyfxi", + "name": "google" + }, + { + "url": "https://itunes.apple.com/us/artist/id580230876", + "name": "apple" + }, + { + "url": "https://www.instagram.com/grabbitz/", + "name": "instagram" + }, + { + "url": "http://grabbitzmusic.com/", + "name": "grabbitzmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q24298815", + "name": "wikidata" + }, + { + "url": "https://open.spotify.com/artist/4fv1OFJywZ7DHCz3mVQQ45", + "name": "spotify" + }, + { + "url": "https://www.last.fm/music/Grabbitz", + "name": "last" + }, + { + "url": "https://tidal.com/artist/5095826", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/4372468", + "name": "deezer" + }, + { + "url": "https://player.monstercat.app/artist/grabbitz", + "name": "monstercat" + }, + { + "url": "https://www.junodownload.com/artists/Grabbitz/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/us/artist/580230876", + "name": "apple" + }, + { + "url": "https://imvdb.com/n/grabbitz", + "name": "imvdb" + }, + { + "url": "https://grabbitz.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://music.apple.com/gb/artist/580230876", + "name": "apple" + }, + { + "url": "https://music.apple.com/ca/artist/580230876", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Big Epic Nothing", + "disambiguation": "", + "overview": "", + "artistId": 30, + "foreignAlbumId": "a3e2d17b-58e9-42fd-986f-7295be81d757", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2082448, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-02-28T00:00:00Z", + "releases": [ + { + "id": 2889, + "albumId": 1024, + "foreignReleaseId": "a2146450-4888-437f-9052-81274ae546a0", + "title": "Big Epic Nothing", + "status": "Official", + "duration": 2082448, + "trackCount": 11, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Blue Butterfly Records" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Grabbitz", + "foreignArtistId": "69754799-6872-4156-a88c-2f7caf5e7a6d", + "tadbId": 0, + "discogsId": 0, + "overview": "Nicholas Chiari, commonly known by his stage name Grabbitz, is an American electronic music producer, musician, composer, and DJ. He first gained attention in the EDM community with the song \"Here with You Now\", which was released on Monstercat in July 2014. He has collaborated with a variety of artists, including Savoy, Sullivan King, and Pegboard Nerds.", + "artistType": "Person", + "disambiguation": "producer / remixer Nick Chiari", + "links": [ + { + "url": "https://www.facebook.com/grabbitzmusic", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/grabbitz", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/grabbitz_", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/channel/UCWT_gUEdU8aoLUT5aIAoICg", + "name": "youtube" + }, + { + "url": "https://www.beatport.com/artist/grabbitz/365107", + "name": "beatport" + }, + { + "url": "https://www.discogs.com/artist/3888058", + "name": "discogs" + }, + { + "url": "https://play.google.com/store/music/artist?id=At2bycaidsuy26frj4gpf4eyfxi", + "name": "google" + }, + { + "url": "https://itunes.apple.com/us/artist/id580230876", + "name": "apple" + }, + { + "url": "https://www.instagram.com/grabbitz/", + "name": "instagram" + }, + { + "url": "http://grabbitzmusic.com/", + "name": "grabbitzmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q24298815", + "name": "wikidata" + }, + { + "url": "https://open.spotify.com/artist/4fv1OFJywZ7DHCz3mVQQ45", + "name": "spotify" + }, + { + "url": "https://www.last.fm/music/Grabbitz", + "name": "last" + }, + { + "url": "https://tidal.com/artist/5095826", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/4372468", + "name": "deezer" + }, + { + "url": "https://player.monstercat.app/artist/grabbitz", + "name": "monstercat" + }, + { + "url": "https://www.junodownload.com/artists/Grabbitz/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/us/artist/580230876", + "name": "apple" + }, + { + "url": "https://imvdb.com/n/grabbitz", + "name": "imvdb" + }, + { + "url": "https://grabbitz.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://music.apple.com/gb/artist/580230876", + "name": "apple" + }, + { + "url": "https://music.apple.com/ca/artist/580230876", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://assets.fanart.tv/fanart/grabbitz-625b26f6a1ee7.jpg", + "coverType": "poster", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://assets.fanart.tv/fanart/grabbitz-6317a9c6ddfaf.jpg", + "coverType": "fanart", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Grabbitz", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Electronic", + "Edm", + "Dubstep", + "Rock", + "Trap" + ], + "cleanName": "grabbitz", + "sortName": "grabbitz", + "tags": [], + "added": "2023-09-11T04:42:56Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 30 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/a2146450-4888-437f-9052-81274ae546a0/41323525485-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2025-09-14T12:11:06Z", + "id": 1024 + }, + "images": [ + { + "url": "/MediaCover/30/poster.jpg?lastWrite=639065857200484044", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://assets.fanart.tv/fanart/grabbitz-625b26f6a1ee7.jpg" + }, + { + "url": "/MediaCover/30/fanart.jpg?lastWrite=638773373497965097", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://assets.fanart.tv/fanart/grabbitz-6317a9c6ddfaf.jpg" + } + ], + "path": "/mnt/plex/music/Grabbitz", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Electronic", + "Edm", + "Dubstep", + "Rock", + "Trap" + ], + "cleanName": "grabbitz", + "sortName": "grabbitz", + "tags": [], + "added": "2023-09-11T04:42:56Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 5, + "trackFileCount": 15, + "trackCount": 55, + "totalTrackCount": 55, + "sizeOnDisk": 338546097, + "percentOfTracks": 27.272727272727273 + }, + "id": 30 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Au5", + "foreignArtistId": "3569c2ed-2315-40d9-b041-3c48dae1be43", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/au5", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/Au5music", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/TheAu5", + "name": "facebook" + }, + { + "url": "https://www.beatport.com/artist/au5/242798", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ata355lwlesnuiu4qzu5fsor6ga", + "name": "google" + }, + { + "url": "https://www.discogs.com/artist/3027836", + "name": "discogs" + }, + { + "url": "https://www.last.fm/music/Au5", + "name": "last" + }, + { + "url": "https://www.youtube.com/channel/UCznSBwEKa4xU8HmbEXCv6Yw", + "name": "youtube" + }, + { + "url": "https://au5music.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://open.spotify.com/artist/40WIa01eubnEVkxUHeDZyF", + "name": "spotify" + }, + { + "url": "https://www.junodownload.com/artists/Au5/", + "name": "junodownload" + }, + { + "url": "https://itunes.apple.com/artist/id395824232", + "name": "apple" + }, + { + "url": "https://7digital.com/artist/au5", + "name": "7digital" + }, + { + "url": "https://www.onkyomusic.com/artist/au5", + "name": "onkyomusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q58040765", + "name": "wikidata" + }, + { + "url": "https://rateyourmusic.com/artist/au5", + "name": "rateyourmusic" + }, + { + "url": "https://www.deezer.com/artist/1599703", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/4482042", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/au5", + "name": "monstercat" + }, + { + "url": "https://music.apple.com/us/artist/395824232", + "name": "apple" + }, + { + "url": "https://www.junodownload.com/artists/Ai5/releases/", + "name": "junodownload" + }, + { + "url": "https://www.instagram.com/au5_official/", + "name": "instagram" + }, + { + "url": "https://music.youtube.com/channel/UCwXs-PiEwZD3UrZoRCYWoVA", + "name": "youtube" + }, + { + "url": "https://music.apple.com/gb/artist/395824232", + "name": "apple" + }, + { + "url": "https://music.apple.com/br/artist/395824232", + "name": "apple" + }, + { + "url": "https://music.apple.com/mx/artist/395824232", + "name": "apple" + }, + { + "url": "https://music.apple.com/ca/artist/395824232", + "name": "apple" + }, + { + "url": "https://music.apple.com/au/artist/395824232", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Bridges Between", + "disambiguation": "", + "overview": "", + "artistId": 31, + "foreignAlbumId": "ac962a3f-1b50-4240-b0a6-1723affa0467", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2812034, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2023-10-13T00:00:00Z", + "releases": [ + { + "id": 2190, + "albumId": 929, + "foreignReleaseId": "977cd795-8117-40e6-a270-acca31f890b7", + "title": "Bridges Between", + "status": "Official", + "duration": 2812034, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Ophelia" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Au5", + "foreignArtistId": "3569c2ed-2315-40d9-b041-3c48dae1be43", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/au5", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/Au5music", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/TheAu5", + "name": "facebook" + }, + { + "url": "https://www.beatport.com/artist/au5/242798", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ata355lwlesnuiu4qzu5fsor6ga", + "name": "google" + }, + { + "url": "https://www.discogs.com/artist/3027836", + "name": "discogs" + }, + { + "url": "https://www.last.fm/music/Au5", + "name": "last" + }, + { + "url": "https://www.youtube.com/channel/UCznSBwEKa4xU8HmbEXCv6Yw", + "name": "youtube" + }, + { + "url": "https://au5music.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://open.spotify.com/artist/40WIa01eubnEVkxUHeDZyF", + "name": "spotify" + }, + { + "url": "https://www.junodownload.com/artists/Au5/", + "name": "junodownload" + }, + { + "url": "https://itunes.apple.com/artist/id395824232", + "name": "apple" + }, + { + "url": "https://7digital.com/artist/au5", + "name": "7digital" + }, + { + "url": "https://www.onkyomusic.com/artist/au5", + "name": "onkyomusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q58040765", + "name": "wikidata" + }, + { + "url": "https://rateyourmusic.com/artist/au5", + "name": "rateyourmusic" + }, + { + "url": "https://www.deezer.com/artist/1599703", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/4482042", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/au5", + "name": "monstercat" + }, + { + "url": "https://music.apple.com/us/artist/395824232", + "name": "apple" + }, + { + "url": "https://www.junodownload.com/artists/Ai5/releases/", + "name": "junodownload" + }, + { + "url": "https://www.instagram.com/au5_official/", + "name": "instagram" + }, + { + "url": "https://music.youtube.com/channel/UCwXs-PiEwZD3UrZoRCYWoVA", + "name": "youtube" + }, + { + "url": "https://music.apple.com/gb/artist/395824232", + "name": "apple" + }, + { + "url": "https://music.apple.com/br/artist/395824232", + "name": "apple" + }, + { + "url": "https://music.apple.com/mx/artist/395824232", + "name": "apple" + }, + { + "url": "https://music.apple.com/ca/artist/395824232", + "name": "apple" + }, + { + "url": "https://music.apple.com/au/artist/395824232", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Au5", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Dubstep", + "Electronic", + "Melodic Dubstep" + ], + "cleanName": "au5", + "sortName": "au5", + "tags": [], + "added": "2023-09-11T04:42:56Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 31 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/977cd795-8117-40e6-a270-acca31f890b7/37247357934-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 929 + }, + "images": [ + { + "url": "/MediaCover/31/poster.jpg?lastWrite=639124623301200594", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/31/poster.jpg" + }, + { + "url": "/MediaCover/31/fanart.jpg?lastWrite=637303519310000000", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/31/fanart.jpg" + } + ], + "path": "/mnt/plex/music/Au5", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Dubstep", + "Electronic", + "Melodic Dubstep" + ], + "cleanName": "au5", + "sortName": "au5", + "tags": [], + "added": "2023-09-11T04:42:56Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 5, + "trackFileCount": 0, + "trackCount": 45, + "totalTrackCount": 45, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 31 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Stephen Walking", + "foreignArtistId": "d7fceafd-79ea-428e-8a0f-8a3ad387daf1", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/2737507", + "name": "discogs" + }, + { + "url": "https://www.youtube.com/user/StephenWalking", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/stephenwalking", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/stephenXwalking", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/stephenwalking", + "name": "facebook" + }, + { + "url": "https://www.beatport.com/artist/stephen-walking/263147", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Agubv4degk5hjwfhrezxt4glmgu", + "name": "google" + }, + { + "url": "https://itunes.apple.com/ca/artist/id450533125", + "name": "apple" + }, + { + "url": "https://stephenwalking.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://www.deezer.com/artist/1930461", + "name": "deezer" + }, + { + "url": "https://music.apple.com/us/artist/450533125", + "name": "apple" + }, + { + "url": "https://open.spotify.com/artist/0FvgCHaMG7KL6M83yJuhmL", + "name": "spotify" + }, + { + "url": "https://tidal.com/artist/4919618", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/stephenwalking", + "name": "monstercat" + }, + { + "url": "https://www.junodownload.com/artists/Stephen+Walking/releases/", + "name": "junodownload" + }, + { + "url": "https://www.wikidata.org/wiki/Q60321263", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/artist/mn0002980889", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/stephen-walking", + "name": "rateyourmusic" + }, + { + "url": "https://genius.com/artists/Stephen-walking", + "name": "genius" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Stephen Walking", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "stephenwalking", + "sortName": "stephen walking", + "tags": [], + "added": "2023-09-11T04:42:57Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 32 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Laszlo", + "foreignArtistId": "9cf27403-fbde-4bab-ba01-d05e879d2fe5", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "2010s EDM artist, commonly releasing through Monstercat", + "links": [ + { + "url": "https://twitter.com/laszloedm", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/LaszloEDMOfficial", + "name": "facebook" + }, + { + "url": "https://www.instagram.com/laszloedm/", + "name": "instagram" + }, + { + "url": "https://soundcloud.com/laszlomusic", + "name": "soundcloud" + }, + { + "url": "https://www.discogs.com/artist/4021002", + "name": "discogs" + }, + { + "url": "https://player.monstercat.app/artist/laszlo", + "name": "monstercat" + }, + { + "url": "https://tidal.com/artist/4301614", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/laszlo/132500", + "name": "beatport" + }, + { + "url": "https://www.junodownload.com/artists/Laszlo/releases/", + "name": "junodownload" + }, + { + "url": "https://www.deezer.com/artist/1181533", + "name": "deezer" + }, + { + "url": "https://open.spotify.com/artist/0IYI04P2UzxwxJxvdvKk7P", + "name": "spotify" + }, + { + "url": "https://music.apple.com/us/artist/257377180", + "name": "apple" + }, + { + "url": "https://music.apple.com/ca/artist/257377180", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Liftoff", + "disambiguation": "", + "overview": "", + "artistId": 33, + "foreignAlbumId": "87059112-0271-40b5-acca-61325628c77a", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1983634, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2018-12-07T00:00:00Z", + "releases": [ + { + "id": 1872, + "albumId": 776, + "foreignReleaseId": "38545c79-cae1-4027-acd8-2c122da64555", + "title": "Liftoff", + "status": "Official", + "duration": 1983634, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Monstercat" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Laszlo", + "foreignArtistId": "9cf27403-fbde-4bab-ba01-d05e879d2fe5", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "2010s EDM artist, commonly releasing through Monstercat", + "links": [ + { + "url": "https://twitter.com/laszloedm", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/LaszloEDMOfficial", + "name": "facebook" + }, + { + "url": "https://www.instagram.com/laszloedm/", + "name": "instagram" + }, + { + "url": "https://soundcloud.com/laszlomusic", + "name": "soundcloud" + }, + { + "url": "https://www.discogs.com/artist/4021002", + "name": "discogs" + }, + { + "url": "https://player.monstercat.app/artist/laszlo", + "name": "monstercat" + }, + { + "url": "https://tidal.com/artist/4301614", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/laszlo/132500", + "name": "beatport" + }, + { + "url": "https://www.junodownload.com/artists/Laszlo/releases/", + "name": "junodownload" + }, + { + "url": "https://www.deezer.com/artist/1181533", + "name": "deezer" + }, + { + "url": "https://open.spotify.com/artist/0IYI04P2UzxwxJxvdvKk7P", + "name": "spotify" + }, + { + "url": "https://music.apple.com/us/artist/257377180", + "name": "apple" + }, + { + "url": "https://music.apple.com/ca/artist/257377180", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Laszlo", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Progressive House", + "Edm" + ], + "cleanName": "laszlo", + "sortName": "laszlo", + "tags": [], + "added": "2023-09-11T04:42:59Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 33 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/38545c79-cae1-4027-acd8-2c122da64555/21668467488-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 776 + }, + "images": [], + "path": "/mnt/plex/music/Laszlo", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Progressive House", + "Edm" + ], + "cleanName": "laszlo", + "sortName": "laszlo", + "tags": [], + "added": "2023-09-11T04:42:59Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 1, + "trackFileCount": 0, + "trackCount": 10, + "totalTrackCount": 10, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 33 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Koven", + "foreignArtistId": "ad110705-cbe6-4c47-9b99-8526e6db0f41", + "tadbId": 0, + "discogsId": 0, + "overview": "Koven, sometimes stylized as KOᐯEN or KOVEN., are an English electronic dance music duo made up of producer Max Rowat and vocalist Katie Boyle. They are especially known for their drum and bass and dubstep, but also make trap, future bass, house, pop and other styles. The duo have released on various electronic music labels including Viper Recordings and Monstercat.", + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/2692807", + "name": "discogs" + }, + { + "url": "https://www.facebook.com/KOVENUK", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/kovenuk", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/channel/UCgt4LLJrIx633gecCwAFd1Q", + "name": "youtube" + }, + { + "url": "https://twitter.com/kovenuk", + "name": "twitter" + }, + { + "url": "https://itunes.apple.com/gb/artist/id483073421", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/koven/245904", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=A3gbvbb7jklka7cr2nbgk2q3nya", + "name": "google" + }, + { + "url": "https://open.spotify.com/artist/3UCbp6D1lvILlxRJT9LnFa", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/1616521", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/4530746", + "name": "tidal" + }, + { + "url": "https://www.monstercat.com/artist/koven", + "name": "monstercat" + }, + { + "url": "https://player.monstercat.app/artist/koven", + "name": "monstercat" + }, + { + "url": "https://jaxsta.com/profile/23d756a6-a211-441b-bd38-9be60718bb6f/catalogue", + "name": "jaxsta" + }, + { + "url": "https://www.instagram.com/kovenuk/", + "name": "instagram" + }, + { + "url": "https://www.kovenuk.com/", + "name": "kovenuk" + }, + { + "url": "https://www.kovenuk.com/", + "name": "kovenuk" + }, + { + "url": "https://www.kovenuk.com/", + "name": "kovenuk" + }, + { + "url": "https://genius.com/artists/Koven", + "name": "genius" + }, + { + "url": "https://www.wikidata.org/wiki/Q106091172", + "name": "wikidata" + }, + { + "url": "https://www.wikidata.org/wiki/Q106091172", + "name": "wikidata" + }, + { + "url": "https://rateyourmusic.com/artist/koven-1", + "name": "rateyourmusic" + }, + { + "url": "https://music.youtube.com/channel/UCWaKvFOf-a7vENyuEsZkNqg", + "name": "youtube" + }, + { + "url": "https://music.apple.com/gb/artist/483073421", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/483073421", + "name": "apple" + }, + { + "url": "https://web.archive.org/web/0/https://i.scdn.co/image/ab6761610000e5eb558339d8bae95cd33a20c4c7", + "name": "archive" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Moments in Everglow", + "disambiguation": "", + "overview": "", + "artistId": 34, + "foreignAlbumId": "4d58f399-3c83-4436-b9e5-75ab0da992a9", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2577068, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-04-18T00:00:00Z", + "releases": [ + { + "id": 2935, + "albumId": 1038, + "foreignReleaseId": "89b7dd4b-422b-42cd-9abe-1a115b77e54c", + "title": "Moments in Everglow", + "status": "Official", + "duration": 2577068, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Monstercat", + "Monstercat Uncaged" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Koven", + "foreignArtistId": "ad110705-cbe6-4c47-9b99-8526e6db0f41", + "tadbId": 0, + "discogsId": 0, + "overview": "Koven, sometimes stylized as KOᐯEN or KOVEN., are an English electronic dance music duo made up of producer Max Rowat and vocalist Katie Boyle. They are especially known for their drum and bass and dubstep, but also make trap, future bass, house, pop and other styles. The duo have released on various electronic music labels including Viper Recordings and Monstercat.", + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/2692807", + "name": "discogs" + }, + { + "url": "https://www.facebook.com/KOVENUK", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/kovenuk", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/channel/UCgt4LLJrIx633gecCwAFd1Q", + "name": "youtube" + }, + { + "url": "https://twitter.com/kovenuk", + "name": "twitter" + }, + { + "url": "https://itunes.apple.com/gb/artist/id483073421", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/koven/245904", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=A3gbvbb7jklka7cr2nbgk2q3nya", + "name": "google" + }, + { + "url": "https://open.spotify.com/artist/3UCbp6D1lvILlxRJT9LnFa", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/1616521", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/4530746", + "name": "tidal" + }, + { + "url": "https://www.monstercat.com/artist/koven", + "name": "monstercat" + }, + { + "url": "https://player.monstercat.app/artist/koven", + "name": "monstercat" + }, + { + "url": "https://jaxsta.com/profile/23d756a6-a211-441b-bd38-9be60718bb6f/catalogue", + "name": "jaxsta" + }, + { + "url": "https://www.instagram.com/kovenuk/", + "name": "instagram" + }, + { + "url": "https://www.kovenuk.com/", + "name": "kovenuk" + }, + { + "url": "https://www.kovenuk.com/", + "name": "kovenuk" + }, + { + "url": "https://www.kovenuk.com/", + "name": "kovenuk" + }, + { + "url": "https://genius.com/artists/Koven", + "name": "genius" + }, + { + "url": "https://www.wikidata.org/wiki/Q106091172", + "name": "wikidata" + }, + { + "url": "https://www.wikidata.org/wiki/Q106091172", + "name": "wikidata" + }, + { + "url": "https://rateyourmusic.com/artist/koven-1", + "name": "rateyourmusic" + }, + { + "url": "https://music.youtube.com/channel/UCWaKvFOf-a7vENyuEsZkNqg", + "name": "youtube" + }, + { + "url": "https://music.apple.com/gb/artist/483073421", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/483073421", + "name": "apple" + }, + { + "url": "https://web.archive.org/web/0/https://i.scdn.co/image/ab6761610000e5eb558339d8bae95cd33a20c4c7", + "name": "archive" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/qurxyy1425168758.jpg", + "coverType": "poster", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/tyvwts1526899986.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/ttqyty1526900175.jpg", + "coverType": "banner", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/rqvvtw1425168777.jpg", + "coverType": "fanart", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Koven", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Drum And Bass", + "Electronic", + "Dubstep" + ], + "cleanName": "koven", + "sortName": "koven", + "tags": [], + "added": "2023-09-11T04:42:59Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 34 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/89b7dd4b-422b-42cd-9abe-1a115b77e54c/41750107233-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1038 + }, + "images": [ + { + "url": "/MediaCover/34/poster.jpg?lastWrite=636989624120000000", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/qurxyy1425168758.jpg" + }, + { + "url": "/MediaCover/34/clearlogo.png?lastWrite=636624967950000000", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/tyvwts1526899986.png" + }, + { + "url": "/MediaCover/34/banner.jpg?lastWrite=636624969840000000", + "coverType": "banner", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/ttqyty1526900175.jpg" + }, + { + "url": "/MediaCover/34/fanart.jpg?lastWrite=637504109350000000", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/rqvvtw1425168777.jpg" + } + ], + "path": "/mnt/plex/music/Koven", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Drum And Bass", + "Electronic", + "Dubstep" + ], + "cleanName": "koven", + "sortName": "koven", + "tags": [], + "added": "2023-09-11T04:42:59Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 4, + "trackFileCount": 26, + "trackCount": 46, + "totalTrackCount": 46, + "sizeOnDisk": 860065653, + "percentOfTracks": 56.52173913043478 + }, + "id": 34 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Conro", + "foreignArtistId": "50f96850-073d-4dfa-811c-543afd51997e", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://twitter.com/conromusic", + "name": "twitter" + }, + { + "url": "https://www.wikidata.org/wiki/Q48700344", + "name": "wikidata" + }, + { + "url": "https://www.discogs.com/artist/3780706", + "name": "discogs" + }, + { + "url": "https://soundcloud.com/conromusic", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/conromusic", + "name": "facebook" + }, + { + "url": "https://itunes.apple.com/us/artist/id583126594", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/5044341", + "name": "deezer" + }, + { + "url": "https://www.songkick.com/artists/8097068", + "name": "songkick" + }, + { + "url": "https://open.spotify.com/artist/1BAdSa5cdtCNLbvT7gWmtJ", + "name": "spotify" + }, + { + "url": "https://www.instagram.com/conromusic/", + "name": "instagram" + }, + { + "url": "https://tidal.com/artist/5039275", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/conro/303031", + "name": "beatport" + }, + { + "url": "https://music.apple.com/ca/artist/1425272443", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/1425272443", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1425272443", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Level Days", + "disambiguation": "", + "overview": "", + "artistId": 35, + "foreignAlbumId": "123172e6-fa6c-463e-adee-01f7f37807cd", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2306972, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2020-05-22T00:00:00Z", + "releases": [ + { + "id": 1877, + "albumId": 780, + "foreignReleaseId": "68326717-d31f-41e6-b3f6-4542e2878f2e", + "title": "Level Days", + "status": "Official", + "duration": 2306972, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Monstercat" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Conro", + "foreignArtistId": "50f96850-073d-4dfa-811c-543afd51997e", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://twitter.com/conromusic", + "name": "twitter" + }, + { + "url": "https://www.wikidata.org/wiki/Q48700344", + "name": "wikidata" + }, + { + "url": "https://www.discogs.com/artist/3780706", + "name": "discogs" + }, + { + "url": "https://soundcloud.com/conromusic", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/conromusic", + "name": "facebook" + }, + { + "url": "https://itunes.apple.com/us/artist/id583126594", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/5044341", + "name": "deezer" + }, + { + "url": "https://www.songkick.com/artists/8097068", + "name": "songkick" + }, + { + "url": "https://open.spotify.com/artist/1BAdSa5cdtCNLbvT7gWmtJ", + "name": "spotify" + }, + { + "url": "https://www.instagram.com/conromusic/", + "name": "instagram" + }, + { + "url": "https://tidal.com/artist/5039275", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/conro/303031", + "name": "beatport" + }, + { + "url": "https://music.apple.com/ca/artist/1425272443", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/1425272443", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1425272443", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Conro", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [], + "cleanName": "conro", + "sortName": "conro", + "tags": [], + "added": "2023-09-11T04:42:59Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "id": 35 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/68326717-d31f-41e6-b3f6-4542e2878f2e/26263549959-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 780 + }, + "images": [ + { + "url": "/MediaCover/35/poster.jpg?lastWrite=638773373149215926", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/35/poster.jpg" + } + ], + "path": "/mnt/plex/music/Conro", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "conro", + "sortName": "conro", + "tags": [], + "added": "2023-09-11T04:42:59Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "statistics": { + "albumCount": 2, + "trackFileCount": 17, + "trackCount": 17, + "totalTrackCount": 18, + "sizeOnDisk": 606120746, + "percentOfTracks": 100 + }, + "id": 35 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Project 46", + "foreignArtistId": "674e82fd-5ba4-4733-979d-79f3b463f3ae", + "tadbId": 0, + "discogsId": 0, + "overview": "Project 46 is a Canadian DJ/producer duo made up of Thomas Shaw and Ryan Henderson. They are best known for their tracks \"Last Chance\" with Kaskade, \"Collide\" with Laidback Luke and \"Reasons\" featuring Andrew Allen.", + "artistType": "Group", + "disambiguation": "Canadian progressive house duo", + "links": [ + { + "url": "https://www.facebook.com/Project46", + "name": "facebook" + }, + { + "url": "https://www.last.fm/music/Project+46", + "name": "last" + }, + { + "url": "https://soundcloud.com/djproject46", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/djproject46", + "name": "twitter" + }, + { + "url": "http://www.project46.com/", + "name": "project46" + }, + { + "url": "https://www.wikidata.org/wiki/Q18589045", + "name": "wikidata" + }, + { + "url": "https://www.beatport.com/artist/project-46/227656", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=An77236zusv4se4fgq3zrfve2rq", + "name": "google" + }, + { + "url": "https://www.discogs.com/artist/3187569", + "name": "discogs" + }, + { + "url": "https://itunes.apple.com/artist/id467544851", + "name": "apple" + }, + { + "url": "https://open.spotify.com/artist/2RhRT6DNOVoDTfS0rG31pZ", + "name": "spotify" + }, + { + "url": "https://www.songkick.com/artists/1149958", + "name": "songkick" + }, + { + "url": "https://www.deezer.com/artist/1931301", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/4628943", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/project46", + "name": "monstercat" + }, + { + "url": "https://music.apple.com/us/artist/467544851", + "name": "apple" + }, + { + "url": "https://www.junodownload.com/artists/Project+46/releases/", + "name": "junodownload" + }, + { + "url": "https://genius.com/artists/Project-46", + "name": "genius" + }, + { + "url": "https://rateyourmusic.com/artist/project-46", + "name": "rateyourmusic" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Beautiful", + "disambiguation": "", + "overview": "", + "artistId": 36, + "foreignAlbumId": "80cdaf7b-6681-42ef-afa1-c41712c9c418", + "monitored": true, + "anyReleaseOk": true, + "profileId": 0, + "duration": 2479036, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2015-07-10T00:00:00Z", + "releases": [ + { + "id": 840, + "albumId": 635, + "foreignReleaseId": "602d783d-8e41-48ee-9df4-2e19f057ab8a", + "title": "Beautiful", + "status": "Official", + "duration": 2479036, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Ultra Records" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Dance", + "Drumstep" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Project 46", + "foreignArtistId": "674e82fd-5ba4-4733-979d-79f3b463f3ae", + "tadbId": 0, + "discogsId": 0, + "overview": "Project 46 is a Canadian DJ/producer duo made up of Thomas Shaw and Ryan Henderson. They are best known for their tracks \"Last Chance\" with Kaskade, \"Collide\" with Laidback Luke and \"Reasons\" featuring Andrew Allen.", + "artistType": "Group", + "disambiguation": "Canadian progressive house duo", + "links": [ + { + "url": "https://www.facebook.com/Project46", + "name": "facebook" + }, + { + "url": "https://www.last.fm/music/Project+46", + "name": "last" + }, + { + "url": "https://soundcloud.com/djproject46", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/djproject46", + "name": "twitter" + }, + { + "url": "http://www.project46.com/", + "name": "project46" + }, + { + "url": "https://www.wikidata.org/wiki/Q18589045", + "name": "wikidata" + }, + { + "url": "https://www.beatport.com/artist/project-46/227656", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=An77236zusv4se4fgq3zrfve2rq", + "name": "google" + }, + { + "url": "https://www.discogs.com/artist/3187569", + "name": "discogs" + }, + { + "url": "https://itunes.apple.com/artist/id467544851", + "name": "apple" + }, + { + "url": "https://open.spotify.com/artist/2RhRT6DNOVoDTfS0rG31pZ", + "name": "spotify" + }, + { + "url": "https://www.songkick.com/artists/1149958", + "name": "songkick" + }, + { + "url": "https://www.deezer.com/artist/1931301", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/4628943", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/project46", + "name": "monstercat" + }, + { + "url": "https://music.apple.com/us/artist/467544851", + "name": "apple" + }, + { + "url": "https://www.junodownload.com/artists/Project+46/releases/", + "name": "junodownload" + }, + { + "url": "https://genius.com/artists/Project-46", + "name": "genius" + }, + { + "url": "https://rateyourmusic.com/artist/project-46", + "name": "rateyourmusic" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Project 46", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Electro House", + "House", + "Progressive House" + ], + "cleanName": "project46", + "sortName": "project 46", + "tags": [], + "added": "2023-09-11T04:43:00Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 36 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/602d783d-8e41-48ee-9df4-2e19f057ab8a/15137508014-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 635 + }, + "images": [], + "path": "/mnt/plex/music/Project 46", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Electro House", + "House", + "Progressive House" + ], + "cleanName": "project46", + "sortName": "project 46", + "tags": [], + "added": "2023-09-11T04:43:00Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 1, + "trackFileCount": 12, + "trackCount": 12, + "totalTrackCount": 12, + "sizeOnDisk": 100290812, + "percentOfTracks": 100 + }, + "id": 36 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Mr FijiWiji", + "foreignArtistId": "52aa4dd5-4a18-43b1-8bfb-7cf3681be43f", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/mrfijiwiji", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/mrfijiwiji", + "name": "facebook" + }, + { + "url": "https://www.discogs.com/artist/3187413", + "name": "discogs" + }, + { + "url": "https://twitter.com/MrFijiWiji", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/channel/UCGnvMBf7bX7-1L0LD4JUx1g", + "name": "youtube" + }, + { + "url": "https://www.allmusic.com/artist/mn0003089985", + "name": "allmusic" + }, + { + "url": "https://www.last.fm/music/Mr+FijiWiji", + "name": "last" + }, + { + "url": "https://itunes.apple.com/us/artist/id441494854", + "name": "apple" + }, + { + "url": "https://mrfijiwiji.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://open.spotify.com/artist/2uEo8Rajpdz1AqineCVLHq", + "name": "spotify" + }, + { + "url": "https://www.instagram.com/mr_fijiwiji/", + "name": "instagram" + }, + { + "url": "https://rateyourmusic.com/artist/mr__fijiwiji", + "name": "rateyourmusic" + }, + { + "url": "https://www.reverbnation.com/mrfijiwiji", + "name": "reverbnation" + }, + { + "url": "https://www.beatport.com/artist/mr-fijiwiji/197068", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ag663qdtgo2bz4kwl3qnanxqmoe", + "name": "google" + }, + { + "url": "https://www.mrfijiwiji.com/", + "name": "mrfijiwiji" + }, + { + "url": "https://www.songkick.com/artists/8697313", + "name": "songkick" + }, + { + "url": "https://www.wikidata.org/wiki/Q22072872", + "name": "wikidata" + }, + { + "url": "https://tidal.com/artist/5032694", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/mrfijiwiji", + "name": "monstercat" + }, + { + "url": "https://tidal.com/artist/13695193", + "name": "tidal" + }, + { + "url": "https://music.apple.com/us/artist/441494854", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/1349615", + "name": "deezer" + }, + { + "url": "https://www.junodownload.com/artists/Mr+Fijiwiji/releases/", + "name": "junodownload" + }, + { + "url": "https://genius.com/artists/Mr-fijiwiji", + "name": "genius" + }, + { + "url": "https://rateyourmusic.com/artist/mr-fijiwiji", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/43453743", + "name": "tidal" + }, + { + "url": "https://tidal.com/artist/5007483", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Before Everything Changes", + "disambiguation": "", + "overview": "", + "artistId": 37, + "foreignAlbumId": "077c4f1c-c124-478f-8434-4f17bc9f807a", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1393000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-06-06T00:00:00Z", + "releases": [ + { + "id": 2955, + "albumId": 1042, + "foreignReleaseId": "cb7012a2-f37a-4c7d-94b0-a5a06ef3238b", + "title": "Before Everything Changes", + "status": "Official", + "duration": 1393000, + "trackCount": 8, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Spaceman Recordings" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Mr FijiWiji", + "foreignArtistId": "52aa4dd5-4a18-43b1-8bfb-7cf3681be43f", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/mrfijiwiji", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/mrfijiwiji", + "name": "facebook" + }, + { + "url": "https://www.discogs.com/artist/3187413", + "name": "discogs" + }, + { + "url": "https://twitter.com/MrFijiWiji", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/channel/UCGnvMBf7bX7-1L0LD4JUx1g", + "name": "youtube" + }, + { + "url": "https://www.allmusic.com/artist/mn0003089985", + "name": "allmusic" + }, + { + "url": "https://www.last.fm/music/Mr+FijiWiji", + "name": "last" + }, + { + "url": "https://itunes.apple.com/us/artist/id441494854", + "name": "apple" + }, + { + "url": "https://mrfijiwiji.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://open.spotify.com/artist/2uEo8Rajpdz1AqineCVLHq", + "name": "spotify" + }, + { + "url": "https://www.instagram.com/mr_fijiwiji/", + "name": "instagram" + }, + { + "url": "https://rateyourmusic.com/artist/mr__fijiwiji", + "name": "rateyourmusic" + }, + { + "url": "https://www.reverbnation.com/mrfijiwiji", + "name": "reverbnation" + }, + { + "url": "https://www.beatport.com/artist/mr-fijiwiji/197068", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ag663qdtgo2bz4kwl3qnanxqmoe", + "name": "google" + }, + { + "url": "https://www.mrfijiwiji.com/", + "name": "mrfijiwiji" + }, + { + "url": "https://www.songkick.com/artists/8697313", + "name": "songkick" + }, + { + "url": "https://www.wikidata.org/wiki/Q22072872", + "name": "wikidata" + }, + { + "url": "https://tidal.com/artist/5032694", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/mrfijiwiji", + "name": "monstercat" + }, + { + "url": "https://tidal.com/artist/13695193", + "name": "tidal" + }, + { + "url": "https://music.apple.com/us/artist/441494854", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/1349615", + "name": "deezer" + }, + { + "url": "https://www.junodownload.com/artists/Mr+Fijiwiji/releases/", + "name": "junodownload" + }, + { + "url": "https://genius.com/artists/Mr-fijiwiji", + "name": "genius" + }, + { + "url": "https://rateyourmusic.com/artist/mr-fijiwiji", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/43453743", + "name": "tidal" + }, + { + "url": "https://tidal.com/artist/5007483", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Mr FijiWiji", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Ambient", + "Breakbeat", + "Breaks", + "Chillout", + "Dance", + "Deep House", + "Drum And Bass", + "Dubstep", + "Electronic", + "Electronica", + "House", + "Pop", + "Trap", + "Future Garage", + "Future Bass", + "Edm", + "Chillstep", + "Organic House" + ], + "cleanName": "mrfijiwiji", + "sortName": "mr fijiwiji", + "tags": [], + "added": "2023-09-11T04:43:01Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 37 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/cb7012a2-f37a-4c7d-94b0-a5a06ef3238b/42173189290-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://rateyourmusic.com/release/album/mr-fijiwiji/before-everything-changes/", + "name": "rateyourmusic" + } + ], + "id": 1042 + }, + "images": [], + "path": "/mnt/plex/music/Mr FijiWiji", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Ambient", + "Breakbeat", + "Breaks", + "Chillout", + "Dance", + "Deep House", + "Drum And Bass", + "Dubstep", + "Electronic", + "Electronica", + "House", + "Pop", + "Trap", + "Future Garage", + "Future Bass", + "Edm", + "Chillstep", + "Organic House" + ], + "cleanName": "mrfijiwiji", + "sortName": "mr fijiwiji", + "tags": [], + "added": "2023-09-11T04:43:01Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 4, + "trackFileCount": 0, + "trackCount": 39, + "totalTrackCount": 39, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 37 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Rogue", + "foreignArtistId": "64d8e19f-ad15-4957-a403-035bfef0e2e7", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "UK EDM producer", + "links": [ + { + "url": "https://itunes.apple.com/gb/artist/id523737142", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/rogue/51139", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Alw56gsjhblikyg7tmgsiqf3jpm", + "name": "google" + }, + { + "url": "https://soundcloud.com/rogueuk", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/rogueuk", + "name": "facebook" + }, + { + "url": "https://twitter.com/RogueMoosic", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/channel/UCK26nYUqsXmV-vuidemdDlw", + "name": "youtube" + }, + { + "url": "https://www.discogs.com/artist/2696322", + "name": "discogs" + }, + { + "url": "https://www.7digital.com/artist/rogue", + "name": "7digital" + }, + { + "url": "https://open.spotify.com/artist/3zuevuwyBq4MiQzPB3nvW2", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/1099768", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/4847229", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/rogue", + "name": "monstercat" + }, + { + "url": "https://www.junodownload.com/artists/Rogue/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/gb/artist/725265111", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/725265111", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Earth EP", + "disambiguation": "", + "overview": "", + "artistId": 38, + "foreignAlbumId": "622bbd6d-eff4-4ad8-a034-72e4a4b78bdf", + "monitored": true, + "anyReleaseOk": true, + "profileId": 0, + "duration": 1056000, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2013-11-04T00:00:00Z", + "releases": [ + { + "id": 242, + "albumId": 66, + "foreignReleaseId": "20d785ed-70ad-459d-b7a6-b63079b5a7ec", + "title": "Earth EP", + "status": "Official", + "duration": 1056000, + "trackCount": 4, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Monstercat" + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 243, + "albumId": 66, + "foreignReleaseId": "28b6fcdd-694d-4fce-b5a6-eb17484dd373", + "title": "Earth", + "status": "Official", + "duration": 1058000, + "trackCount": 4, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Monstercat" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Electro", + "Electro House", + "Electronic", + "Glitch", + "Hip Hop", + "Future Bass", + "Edm", + "Moombahcore", + "Drumstep", + "Festival Progressive House" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Rogue", + "foreignArtistId": "64d8e19f-ad15-4957-a403-035bfef0e2e7", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "UK EDM producer", + "links": [ + { + "url": "https://itunes.apple.com/gb/artist/id523737142", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/rogue/51139", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Alw56gsjhblikyg7tmgsiqf3jpm", + "name": "google" + }, + { + "url": "https://soundcloud.com/rogueuk", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/rogueuk", + "name": "facebook" + }, + { + "url": "https://twitter.com/RogueMoosic", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/channel/UCK26nYUqsXmV-vuidemdDlw", + "name": "youtube" + }, + { + "url": "https://www.discogs.com/artist/2696322", + "name": "discogs" + }, + { + "url": "https://www.7digital.com/artist/rogue", + "name": "7digital" + }, + { + "url": "https://open.spotify.com/artist/3zuevuwyBq4MiQzPB3nvW2", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/1099768", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/4847229", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/rogue", + "name": "monstercat" + }, + { + "url": "https://www.junodownload.com/artists/Rogue/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/gb/artist/725265111", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/725265111", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/h63m4q1621633634.jpg", + "coverType": "poster", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/yjfavq1621633686.jpg", + "coverType": "fanart", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Rogue", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [], + "cleanName": "rogue", + "sortName": "rogue", + "tags": [], + "added": "2023-09-11T04:43:01Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 38 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/20d785ed-70ad-459d-b7a6-b63079b5a7ec/14153533138-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 66 + }, + "images": [ + { + "url": "/MediaCover/38/poster.jpg?lastWrite=637746560430000000", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/h63m4q1621633634.jpg" + }, + { + "url": "/MediaCover/38/fanart.jpg?lastWrite=637572305620000000", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/yjfavq1621633686.jpg" + } + ], + "path": "/mnt/plex/music/Rogue", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "rogue", + "sortName": "rogue", + "tags": [], + "added": "2023-09-11T04:43:01Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 2, + "trackFileCount": 4, + "trackCount": 16, + "totalTrackCount": 16, + "sizeOnDisk": 35375155, + "percentOfTracks": 25 + }, + "id": 38 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Fractal", + "foreignArtistId": "19f49901-757d-4dd5-a819-29d013e252cc", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "US electronic producer Brady Wiggins", + "links": [ + { + "url": "https://www.facebook.com/FractalMusic", + "name": "facebook" + }, + { + "url": "https://twitter.com/officialfractal", + "name": "twitter" + }, + { + "url": "http://www.officialfractal.com/", + "name": "officialfractal" + }, + { + "url": "https://soundcloud.com/officialfractal", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/channel/UCd5pDViVGojkKfiFYOhJmMQ", + "name": "youtube" + }, + { + "url": "https://www.discogs.com/artist/3396951", + "name": "discogs" + }, + { + "url": "https://itunes.apple.com/us/artist/id4294790", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Avwfywkamokzyhwbsdjz3sedfxu", + "name": "google" + }, + { + "url": "https://www.beatport.com/artist/fractal-usa/337136", + "name": "beatport" + }, + { + "url": "https://player.monstercat.app/artist/fractal", + "name": "monstercat" + }, + { + "url": "https://tidal.com/artist/3875539", + "name": "tidal" + }, + { + "url": "https://open.spotify.com/artist/5XkWlDmNLDZA8MiOaRm6HQ", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/98991", + "name": "deezer" + }, + { + "url": "https://music.apple.com/us/artist/4294790", + "name": "apple" + }, + { + "url": "https://open.spotify.com/artist/0BIAbek9V4Q6iCwtXT84uN", + "name": "spotify" + }, + { + "url": "https://www.last.fm/music/Fractal", + "name": "last" + }, + { + "url": "https://www.beatport.com/artist/fractal/19264", + "name": "beatport" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Gaia", + "disambiguation": "", + "overview": "", + "artistId": 39, + "foreignAlbumId": "bef72529-ed5a-4b92-b9d2-b83bdb1739e9", + "monitored": true, + "anyReleaseOk": true, + "profileId": 0, + "duration": 2656000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2015-10-07T00:00:00Z", + "releases": [ + { + "id": 313, + "albumId": 130, + "foreignReleaseId": "a8ed3654-38f9-42a8-8f16-6d1d7f3a35f9", + "title": "Gaia", + "status": "Official", + "duration": 2656000, + "trackCount": 9, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Monstercat" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Dance" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Fractal", + "foreignArtistId": "19f49901-757d-4dd5-a819-29d013e252cc", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "US electronic producer Brady Wiggins", + "links": [ + { + "url": "https://www.facebook.com/FractalMusic", + "name": "facebook" + }, + { + "url": "https://twitter.com/officialfractal", + "name": "twitter" + }, + { + "url": "http://www.officialfractal.com/", + "name": "officialfractal" + }, + { + "url": "https://soundcloud.com/officialfractal", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/channel/UCd5pDViVGojkKfiFYOhJmMQ", + "name": "youtube" + }, + { + "url": "https://www.discogs.com/artist/3396951", + "name": "discogs" + }, + { + "url": "https://itunes.apple.com/us/artist/id4294790", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Avwfywkamokzyhwbsdjz3sedfxu", + "name": "google" + }, + { + "url": "https://www.beatport.com/artist/fractal-usa/337136", + "name": "beatport" + }, + { + "url": "https://player.monstercat.app/artist/fractal", + "name": "monstercat" + }, + { + "url": "https://tidal.com/artist/3875539", + "name": "tidal" + }, + { + "url": "https://open.spotify.com/artist/5XkWlDmNLDZA8MiOaRm6HQ", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/98991", + "name": "deezer" + }, + { + "url": "https://music.apple.com/us/artist/4294790", + "name": "apple" + }, + { + "url": "https://open.spotify.com/artist/0BIAbek9V4Q6iCwtXT84uN", + "name": "spotify" + }, + { + "url": "https://www.last.fm/music/Fractal", + "name": "last" + }, + { + "url": "https://www.beatport.com/artist/fractal/19264", + "name": "beatport" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Fractal", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [], + "cleanName": "fractal", + "sortName": "fractal", + "tags": [], + "added": "2023-09-11T04:43:02Z", + "ratings": { + "votes": 1, + "value": 8 + }, + "id": 39 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/a8ed3654-38f9-42a8-8f16-6d1d7f3a35f9/11675525237-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 130 + }, + "images": [], + "path": "/mnt/plex/music/Fractal", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "fractal", + "sortName": "fractal", + "tags": [], + "added": "2023-09-11T04:43:02Z", + "ratings": { + "votes": 1, + "value": 8 + }, + "statistics": { + "albumCount": 1, + "trackFileCount": 9, + "trackCount": 9, + "totalTrackCount": 9, + "sizeOnDisk": 108031075, + "percentOfTracks": 100 + }, + "id": 39 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Chris Ramos", + "foreignArtistId": "dd33e008-2ccc-4873-92e1-35be93aa4fa4", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/chrisramos", + "name": "soundcloud" + }, + { + "url": "https://www.beatport.com/artist/chris-ramos/168321", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Abxyqzzz5we3wf7nhxqegybglfy", + "name": "google" + }, + { + "url": "https://itunes.apple.com/ca/artist/id289295029", + "name": "apple" + }, + { + "url": "https://www.facebook.com/chrisramoslive", + "name": "facebook" + }, + { + "url": "https://www.youtube.com/channel/UCGWX5xlnlFuaUk59q9Y2vOA", + "name": "youtube" + }, + { + "url": "http://www.chrisramoslive.com/", + "name": "chrisramoslive" + }, + { + "url": "https://twitter.com/chrisramoslive", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/chrisramoslive/", + "name": "instagram" + }, + { + "url": "https://open.spotify.com/artist/18JILdSa5BfdNku8L7xvB1", + "name": "spotify" + }, + { + "url": "https://www.discogs.com/artist/3636010", + "name": "discogs" + }, + { + "url": "https://tidal.com/artist/4157249", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/chrisramos", + "name": "monstercat" + }, + { + "url": "https://www.discogs.com/artist/2119502", + "name": "discogs" + }, + { + "url": "https://www.junodownload.com/artists/Chris+Ramos/releases/", + "name": "junodownload" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Chris Ramos", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "chrisramos", + "sortName": "chris ramos", + "tags": [], + "added": "2023-09-11T04:43:03Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 40 + }, + { + "status": "continuing", + "ended": false, + "artistName": "MUZZ", + "foreignArtistId": "6cfdec30-4730-4513-bfb4-5db3ff566900", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "formerly known as \"Muzzy\"", + "links": [ + { + "url": "https://www.discogs.com/artist/2366730", + "name": "discogs" + }, + { + "url": "https://itunes.apple.com/gb/artist/id294708503", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/muzzy/277229", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Apztwx6ogwnxvgb6pdqdpvaawau", + "name": "google" + }, + { + "url": "https://open.spotify.com/artist/4UNnRb4LN2hGtbtMfPzMhg", + "name": "spotify" + }, + { + "url": "https://www.wikidata.org/wiki/Q29034163", + "name": "wikidata" + }, + { + "url": "https://rateyourmusic.com/artist/muzzy", + "name": "rateyourmusic" + }, + { + "url": "https://soundcloud.com/muzzhq", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/channel/UCNefTmJG6aqv2cWJA3dzdbQ", + "name": "youtube" + }, + { + "url": "https://www.facebook.com/MUZZHQ", + "name": "facebook" + }, + { + "url": "https://www.twitch.tv/muzzhq", + "name": "twitch" + }, + { + "url": "https://twitter.com/MUZZHQ", + "name": "twitter" + }, + { + "url": "https://music.apple.com/gb/artist/1471063703", + "name": "apple" + }, + { + "url": "https://www.instagram.com/MUZZHQ/", + "name": "instagram" + }, + { + "url": "https://www.discogs.com/artist/8257099", + "name": "discogs" + }, + { + "url": "https://www.deezer.com/artist/241588", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/3755304", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/MUZZ", + "name": "monstercat" + }, + { + "url": "https://www.junodownload.com/artists/Muzz/releases/", + "name": "junodownload" + }, + { + "url": "https://www.junodownload.com/artists/Muzzy/releases/", + "name": "junodownload" + }, + { + "url": "https://www.beatport.com/artist/muzz/49419", + "name": "beatport" + }, + { + "url": "https://genius.com/artists/Muzz-edm", + "name": "genius" + }, + { + "url": "https://music.apple.com/gb/artist/294708503", + "name": "apple" + }, + { + "url": "https://music.youtube.com/channel/UCa5vrF7De0s8Eht45-11fsw", + "name": "youtube" + }, + { + "url": "https://www.deezer.com/artist/4523773", + "name": "deezer" + }, + { + "url": "https://music.apple.com/au/artist/1471063703", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1471063703", + "name": "apple" + }, + { + "url": "https://music.apple.com/ca/artist/1471063703", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "The Promised Land", + "disambiguation": "", + "overview": "The Promised Land is the debut studio album by English drum and bass producer Muzz. It was released on 3 September 2020 by Monstercat.\nThe album was marketed with the release of six singles – \"Nemesis\", \"Start Again\", \"Out There\", \"Somewhere Else\", \"Star Glide\", and \"The Warehouse\". It contains guest features from MVE, Cammie Robinson, Bloodhounds, Pav4n of Foreign Beggars, Miss Trouble, Danyka Nadeau and Koven.", + "artistId": 41, + "foreignAlbumId": "8277efed-be53-4f34-bd08-4c047f23efa8", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 3248000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 8 + }, + "releaseDate": "2020-09-03T00:00:00Z", + "releases": [ + { + "id": 1880, + "albumId": 783, + "foreignReleaseId": "365318a4-db27-4151-a499-0392d166afcf", + "title": "The Promised Land", + "status": "Official", + "duration": 3248000, + "trackCount": 11, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Monstercat" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Drum And Bass", + "Electronic", + "Dancefloor Drum And Bass", + "Dubstep", + "Edm" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "MUZZ", + "foreignArtistId": "6cfdec30-4730-4513-bfb4-5db3ff566900", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "formerly known as \"Muzzy\"", + "links": [ + { + "url": "https://www.discogs.com/artist/2366730", + "name": "discogs" + }, + { + "url": "https://itunes.apple.com/gb/artist/id294708503", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/muzzy/277229", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Apztwx6ogwnxvgb6pdqdpvaawau", + "name": "google" + }, + { + "url": "https://open.spotify.com/artist/4UNnRb4LN2hGtbtMfPzMhg", + "name": "spotify" + }, + { + "url": "https://www.wikidata.org/wiki/Q29034163", + "name": "wikidata" + }, + { + "url": "https://rateyourmusic.com/artist/muzzy", + "name": "rateyourmusic" + }, + { + "url": "https://soundcloud.com/muzzhq", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/channel/UCNefTmJG6aqv2cWJA3dzdbQ", + "name": "youtube" + }, + { + "url": "https://www.facebook.com/MUZZHQ", + "name": "facebook" + }, + { + "url": "https://www.twitch.tv/muzzhq", + "name": "twitch" + }, + { + "url": "https://twitter.com/MUZZHQ", + "name": "twitter" + }, + { + "url": "https://music.apple.com/gb/artist/1471063703", + "name": "apple" + }, + { + "url": "https://www.instagram.com/MUZZHQ/", + "name": "instagram" + }, + { + "url": "https://www.discogs.com/artist/8257099", + "name": "discogs" + }, + { + "url": "https://www.deezer.com/artist/241588", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/3755304", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/MUZZ", + "name": "monstercat" + }, + { + "url": "https://www.junodownload.com/artists/Muzz/releases/", + "name": "junodownload" + }, + { + "url": "https://www.junodownload.com/artists/Muzzy/releases/", + "name": "junodownload" + }, + { + "url": "https://www.beatport.com/artist/muzz/49419", + "name": "beatport" + }, + { + "url": "https://genius.com/artists/Muzz-edm", + "name": "genius" + }, + { + "url": "https://music.apple.com/gb/artist/294708503", + "name": "apple" + }, + { + "url": "https://music.youtube.com/channel/UCa5vrF7De0s8Eht45-11fsw", + "name": "youtube" + }, + { + "url": "https://www.deezer.com/artist/4523773", + "name": "deezer" + }, + { + "url": "https://music.apple.com/au/artist/1471063703", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1471063703", + "name": "apple" + }, + { + "url": "https://music.apple.com/ca/artist/1471063703", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/MUZZ", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Drum And Bass", + "Electronic", + "Edm", + "Dancefloor Drum And Bass" + ], + "cleanName": "muzz", + "sortName": "muzz", + "tags": [], + "added": "2023-09-11T04:43:04Z", + "ratings": { + "votes": 2, + "value": 9.5 + }, + "id": 41 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/365318a4-db27-4151-a499-0392d166afcf/27155391574-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.wikidata.org/wiki/Q104845685", + "name": "wikidata" + }, + { + "url": "https://www.discogs.com/master/2340967", + "name": "discogs" + }, + { + "url": "https://genius.com/albums/Muzz-edm/The-promised-land", + "name": "genius" + } + ], + "id": 783 + }, + "images": [ + { + "url": "/MediaCover/41/poster.jpg?lastWrite=638438014350000000", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/41/poster.jpg" + }, + { + "url": "/MediaCover/41/clearlogo.png?lastWrite=638438016900000000", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "/var/lib/lidarr/MediaCover/41/clearlogo.png" + }, + { + "url": "/MediaCover/41/fanart.jpg?lastWrite=638602792330000000", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/41/fanart.jpg" + } + ], + "path": "/mnt/plex/music/MUZZ", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Drum And Bass", + "Electronic", + "Edm", + "Dancefloor Drum And Bass" + ], + "cleanName": "muzz", + "sortName": "muzz", + "tags": [], + "added": "2023-09-11T04:43:04Z", + "ratings": { + "votes": 2, + "value": 9.5 + }, + "statistics": { + "albumCount": 2, + "trackFileCount": 4, + "trackCount": 15, + "totalTrackCount": 15, + "sizeOnDisk": 42946460, + "percentOfTracks": 26.666666666666668 + }, + "id": 41 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Falcon Funk", + "foreignArtistId": "037f9841-0000-48fb-862d-fcd272f469a3", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/falcon-funk", + "name": "soundcloud" + }, + { + "url": "https://www.discogs.com/artist/3620744", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/falcon-funk/340175", + "name": "beatport" + }, + { + "url": "https://twitter.com/falconfunk", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/FalconFunk", + "name": "facebook" + }, + { + "url": "https://www.youtube.com/falc0nfunk", + "name": "youtube" + }, + { + "url": "https://itunes.apple.com/se/artist/id663531718", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Aanx42tnectifv34d55d5w7yvb4", + "name": "google" + }, + { + "url": "https://tidal.com/artist/4978402", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/4904098", + "name": "deezer" + }, + { + "url": "https://open.spotify.com/artist/05q3mV2fe0ZmFcFk3Ez8JQ", + "name": "spotify" + }, + { + "url": "https://music.apple.com/us/artist/663531718", + "name": "apple" + }, + { + "url": "https://player.monstercat.app/artist/falconfunk", + "name": "monstercat" + }, + { + "url": "https://www.junodownload.com/artists/Falcon+Funk/releases/", + "name": "junodownload" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Falcon Funk", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "falconfunk", + "sortName": "falcon funk", + "tags": [], + "added": "2023-09-11T04:43:06Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 42 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Puppet", + "foreignArtistId": "dbca33a6-6b7c-4bc3-9162-f9f266ae67da", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "electronic/pop punk musician based in New York City", + "links": [ + { + "url": "https://www.beatport.com/artist/puppet-us/451549", + "name": "beatport" + }, + { + "url": "https://www.facebook.com/OfficialPuppet", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/puppet", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/puppetmusic/", + "name": "instagram" + }, + { + "url": "https://www.discogs.com/artist/4161219", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/puppet/52345", + "name": "beatport" + }, + { + "url": "https://itunes.apple.com/us/artist/id30596620", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Agsrzixxmfcxckdqctz7xoiwfta", + "name": "google" + }, + { + "url": "https://twitter.com/puppetsucks", + "name": "twitter" + }, + { + "url": "https://open.spotify.com/artist/0QaiCsyOUjBgLqsbABu07O", + "name": "spotify" + }, + { + "url": "https://www.youtube.com/channel/UClR5I9GI85WRnvUgm_AAH5w", + "name": "youtube" + }, + { + "url": "http://puppetmusic.net/", + "name": "puppetmusic" + }, + { + "url": "https://rateyourmusic.com/artist/puppet-2", + "name": "rateyourmusic" + }, + { + "url": "https://music.apple.com/us/artist/30596620", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/1196394", + "name": "deezer" + }, + { + "url": "https://music.apple.com/gb/artist/30596620", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/3952491", + "name": "tidal" + }, + { + "url": "https://tidal.com/artist/42822829", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Victory", + "disambiguation": "", + "overview": "", + "artistId": 43, + "foreignAlbumId": "0b381d09-9784-4a8b-85c5-066d3e98b2b4", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2627000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-08-25T00:00:00Z", + "releases": [ + { + "id": 3707, + "albumId": 1154, + "foreignReleaseId": "85eb6d79-7e1c-4e2a-8837-512930c74748", + "title": "Victory", + "status": "Official", + "duration": 2627000, + "trackCount": 16, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3708, + "albumId": 1154, + "foreignReleaseId": "efce97f5-fce9-4887-afff-19a2c8bcfecf", + "title": "Victory", + "status": "Official", + "duration": 2626599, + "trackCount": 16, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Iron Bear" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Alternative Rock" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Puppet", + "foreignArtistId": "dbca33a6-6b7c-4bc3-9162-f9f266ae67da", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "electronic/pop punk musician based in New York City", + "links": [ + { + "url": "https://www.beatport.com/artist/puppet-us/451549", + "name": "beatport" + }, + { + "url": "https://www.facebook.com/OfficialPuppet", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/puppet", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/puppetmusic/", + "name": "instagram" + }, + { + "url": "https://www.discogs.com/artist/4161219", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/puppet/52345", + "name": "beatport" + }, + { + "url": "https://itunes.apple.com/us/artist/id30596620", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Agsrzixxmfcxckdqctz7xoiwfta", + "name": "google" + }, + { + "url": "https://twitter.com/puppetsucks", + "name": "twitter" + }, + { + "url": "https://open.spotify.com/artist/0QaiCsyOUjBgLqsbABu07O", + "name": "spotify" + }, + { + "url": "https://www.youtube.com/channel/UClR5I9GI85WRnvUgm_AAH5w", + "name": "youtube" + }, + { + "url": "http://puppetmusic.net/", + "name": "puppetmusic" + }, + { + "url": "https://rateyourmusic.com/artist/puppet-2", + "name": "rateyourmusic" + }, + { + "url": "https://music.apple.com/us/artist/30596620", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/1196394", + "name": "deezer" + }, + { + "url": "https://music.apple.com/gb/artist/30596620", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/3952491", + "name": "tidal" + }, + { + "url": "https://tidal.com/artist/42822829", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Puppet", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Electronic", + "Electropop", + "House", + "Techno" + ], + "cleanName": "puppet", + "sortName": "puppet", + "tags": [], + "added": "2023-09-11T04:43:06Z", + "ratings": { + "votes": 2, + "value": 10 + }, + "id": 43 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/85eb6d79-7e1c-4e2a-8837-512930c74748/42906231881-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1154 + }, + "images": [], + "path": "/mnt/plex/music/Puppet", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Electronic", + "Electropop", + "House", + "Techno" + ], + "cleanName": "puppet", + "sortName": "puppet", + "tags": [], + "added": "2023-09-11T04:43:06Z", + "ratings": { + "votes": 2, + "value": 10 + }, + "statistics": { + "albumCount": 3, + "trackFileCount": 0, + "trackCount": 37, + "totalTrackCount": 37, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 43 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Droptek", + "foreignArtistId": "cfd48b9d-acc9-46cb-b275-6f6ac7cb9028", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.youtube.com/channel/UCBtCKKm2kMp7pnZgTM5ZLeA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/droptek", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/droptekofficial", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/droptekofficial", + "name": "facebook" + }, + { + "url": "https://www.beatport.com/artist/droptek/276407", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ae5wx7qksdqkj4hrcpdbinqj35m", + "name": "google" + }, + { + "url": "https://www.discogs.com/artist/3619595", + "name": "discogs" + }, + { + "url": "https://itunes.apple.com/gb/artist/id518871619", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/1931321", + "name": "deezer" + }, + { + "url": "https://open.spotify.com/artist/4Pn0zmbERg32YIOjl2nOQf", + "name": "spotify" + }, + { + "url": "https://tidal.com/artist/4954278", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/droptek", + "name": "monstercat" + }, + { + "url": "https://music.apple.com/us/artist/518871619", + "name": "apple" + }, + { + "url": "https://www.junodownload.com/artists/Droptek/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/gb/artist/518871619", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Symbiosis LP", + "disambiguation": "", + "overview": "", + "artistId": 44, + "foreignAlbumId": "3f59f8cd-59d9-4cee-8d5d-d12672e9fe0f", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 4064000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2019-04-09T00:00:00Z", + "releases": [ + { + "id": 1884, + "albumId": 787, + "foreignReleaseId": "f92342e7-7bb9-421e-90b1-8bd40ab71228", + "title": "Symbiosis LP", + "status": "Official", + "duration": 4064000, + "trackCount": 18, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Korsakov Music" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Drum And Bass", + "Electronic", + "Neurofunk", + "Deep Drum And Bass" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Droptek", + "foreignArtistId": "cfd48b9d-acc9-46cb-b275-6f6ac7cb9028", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.youtube.com/channel/UCBtCKKm2kMp7pnZgTM5ZLeA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/droptek", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/droptekofficial", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/droptekofficial", + "name": "facebook" + }, + { + "url": "https://www.beatport.com/artist/droptek/276407", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ae5wx7qksdqkj4hrcpdbinqj35m", + "name": "google" + }, + { + "url": "https://www.discogs.com/artist/3619595", + "name": "discogs" + }, + { + "url": "https://itunes.apple.com/gb/artist/id518871619", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/1931321", + "name": "deezer" + }, + { + "url": "https://open.spotify.com/artist/4Pn0zmbERg32YIOjl2nOQf", + "name": "spotify" + }, + { + "url": "https://tidal.com/artist/4954278", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/droptek", + "name": "monstercat" + }, + { + "url": "https://music.apple.com/us/artist/518871619", + "name": "apple" + }, + { + "url": "https://www.junodownload.com/artists/Droptek/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/gb/artist/518871619", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Droptek", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Drum And Bass", + "Neurofunk", + "Halftime" + ], + "cleanName": "droptek", + "sortName": "droptek", + "tags": [], + "added": "2023-09-11T04:43:07Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 44 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/f92342e7-7bb9-421e-90b1-8bd40ab71228/32476022506-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 787 + }, + "images": [], + "path": "/mnt/plex/music/Droptek", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Drum And Bass", + "Neurofunk", + "Halftime" + ], + "cleanName": "droptek", + "sortName": "droptek", + "tags": [], + "added": "2023-09-11T04:43:07Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 1, + "trackFileCount": 0, + "trackCount": 18, + "totalTrackCount": 18, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 44 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Pegboard Nerds", + "foreignArtistId": "c729681b-c5c1-4509-a6d1-f916c51aefd7", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "http://www.pegboardnerds.com/", + "name": "pegboardnerds" + }, + { + "url": "https://www.facebook.com/PegboardNerds", + "name": "facebook" + }, + { + "url": "https://www.youtube.com/channel/UCeVB7ql9TxVhvJhEEQ0qipQ", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/pegboardnerds", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/PegboardNerds", + "name": "twitter" + }, + { + "url": "https://www.discogs.com/artist/2580638", + "name": "discogs" + }, + { + "url": "https://www.wikidata.org/wiki/Q20888", + "name": "wikidata" + }, + { + "url": "https://www.beatport.com/artist/pegboard-nerds/241813", + "name": "beatport" + }, + { + "url": "https://itunes.apple.com/dk/artist/id492889905", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Akl6ru4frcimalkqn6d5mtujcby", + "name": "google" + }, + { + "url": "https://www.7digital.com/artist/pegboard-nerds", + "name": "7digital" + }, + { + "url": "http://www.junodownload.com/artists/Pegboard+Nerds/", + "name": "junodownload" + }, + { + "url": "https://open.spotify.com/artist/0lLY20XpZ9yDobkbHI7u1y", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/1626459", + "name": "deezer" + }, + { + "url": "https://www.onkyomusic.com/artist/pegboard-nerds", + "name": "onkyomusic" + }, + { + "url": "https://www.whosampled.com/Pegboard-Nerds/", + "name": "whosampled" + }, + { + "url": "https://www.last.fm/music/Pegboard+Nerds", + "name": "last" + }, + { + "url": "https://tidal.com/artist/4500175", + "name": "tidal" + }, + { + "url": "https://www.allmusic.com/artist/mn0002980882", + "name": "allmusic" + }, + { + "url": "https://www.instagram.com/pegboardnerds/", + "name": "instagram" + }, + { + "url": "https://www.songkick.com/artists/6134219", + "name": "songkick" + }, + { + "url": "https://genius.com/artists/Pegboard-nerds", + "name": "genius" + }, + { + "url": "https://www.imdb.com/name/nm7978425/", + "name": "imdb" + }, + { + "url": "https://rateyourmusic.com/artist/pegboard-nerds", + "name": "rateyourmusic" + }, + { + "url": "http://viaf.org/viaf/728163706527629420989", + "name": "viaf" + }, + { + "url": "https://www.last.fm/music/Pegboard%20Nerds", + "name": "last" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000428820/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.junodownload.com/artists/Pegboard%2BNerds/releases", + "name": "junodownload" + }, + { + "url": "https://player.monstercat.app/artist/pegboardnerds", + "name": "monstercat" + }, + { + "url": "https://music.apple.com/us/artist/492889905", + "name": "apple" + }, + { + "url": "https://music.youtube.com/channel/UCLVEHzHqfsP7QcUNByU7jCQ", + "name": "youtube" + }, + { + "url": "https://music.apple.com/gb/artist/492889905", + "name": "apple" + }, + { + "url": "https://pegboardnerds.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://web.archive.org/web/0/https://i.scdn.co/image/ab6761610000e5eb0fb1220e7e3ace47ebad023e", + "name": "archive" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Nerds by Nature (The Remixes)", + "disambiguation": "", + "overview": "", + "artistId": 45, + "foreignAlbumId": "8c75e4c7-b4d7-4c0c-82ea-9158a9b12972", + "monitored": true, + "anyReleaseOk": true, + "profileId": 0, + "duration": 1489128, + "albumType": "EP", + "secondaryTypes": [ + "Remix" + ], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2017-05-16T00:00:00Z", + "releases": [ + { + "id": 341, + "albumId": 153, + "foreignReleaseId": "6b9bf3ec-ef1c-4bb7-b0e0-5bf112fe3965", + "title": "Nerds by Nature (The Remixes)", + "status": "Official", + "duration": 1489128, + "trackCount": 6, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Monstercat" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Electro House", + "Electronic", + "Edm", + "Brostep" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Pegboard Nerds", + "foreignArtistId": "c729681b-c5c1-4509-a6d1-f916c51aefd7", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "http://www.pegboardnerds.com/", + "name": "pegboardnerds" + }, + { + "url": "https://www.facebook.com/PegboardNerds", + "name": "facebook" + }, + { + "url": "https://www.youtube.com/channel/UCeVB7ql9TxVhvJhEEQ0qipQ", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/pegboardnerds", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/PegboardNerds", + "name": "twitter" + }, + { + "url": "https://www.discogs.com/artist/2580638", + "name": "discogs" + }, + { + "url": "https://www.wikidata.org/wiki/Q20888", + "name": "wikidata" + }, + { + "url": "https://www.beatport.com/artist/pegboard-nerds/241813", + "name": "beatport" + }, + { + "url": "https://itunes.apple.com/dk/artist/id492889905", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Akl6ru4frcimalkqn6d5mtujcby", + "name": "google" + }, + { + "url": "https://www.7digital.com/artist/pegboard-nerds", + "name": "7digital" + }, + { + "url": "http://www.junodownload.com/artists/Pegboard+Nerds/", + "name": "junodownload" + }, + { + "url": "https://open.spotify.com/artist/0lLY20XpZ9yDobkbHI7u1y", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/1626459", + "name": "deezer" + }, + { + "url": "https://www.onkyomusic.com/artist/pegboard-nerds", + "name": "onkyomusic" + }, + { + "url": "https://www.whosampled.com/Pegboard-Nerds/", + "name": "whosampled" + }, + { + "url": "https://www.last.fm/music/Pegboard+Nerds", + "name": "last" + }, + { + "url": "https://tidal.com/artist/4500175", + "name": "tidal" + }, + { + "url": "https://www.allmusic.com/artist/mn0002980882", + "name": "allmusic" + }, + { + "url": "https://www.instagram.com/pegboardnerds/", + "name": "instagram" + }, + { + "url": "https://www.songkick.com/artists/6134219", + "name": "songkick" + }, + { + "url": "https://genius.com/artists/Pegboard-nerds", + "name": "genius" + }, + { + "url": "https://www.imdb.com/name/nm7978425/", + "name": "imdb" + }, + { + "url": "https://rateyourmusic.com/artist/pegboard-nerds", + "name": "rateyourmusic" + }, + { + "url": "http://viaf.org/viaf/728163706527629420989", + "name": "viaf" + }, + { + "url": "https://www.last.fm/music/Pegboard%20Nerds", + "name": "last" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000428820/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.junodownload.com/artists/Pegboard%2BNerds/releases", + "name": "junodownload" + }, + { + "url": "https://player.monstercat.app/artist/pegboardnerds", + "name": "monstercat" + }, + { + "url": "https://music.apple.com/us/artist/492889905", + "name": "apple" + }, + { + "url": "https://music.youtube.com/channel/UCLVEHzHqfsP7QcUNByU7jCQ", + "name": "youtube" + }, + { + "url": "https://music.apple.com/gb/artist/492889905", + "name": "apple" + }, + { + "url": "https://pegboardnerds.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://web.archive.org/web/0/https://i.scdn.co/image/ab6761610000e5eb0fb1220e7e3ace47ebad023e", + "name": "archive" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Pegboard Nerds", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Electronic", + "Dubstep", + "Drumstep", + "Electro House", + "Edm", + "Hardstyle", + "Glitch Hop", + "Trap" + ], + "cleanName": "pegboardnerds", + "sortName": "pegboard nerds", + "tags": [], + "added": "2023-09-11T04:43:08Z", + "ratings": { + "votes": 1, + "value": 8 + }, + "id": 45 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/6b9bf3ec-ef1c-4bb7-b0e0-5bf112fe3965/16859746384-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 153 + }, + "images": [ + { + "url": "/MediaCover/45/poster.jpg?lastWrite=638003455570000000", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/45/poster.jpg" + }, + { + "url": "/MediaCover/45/clearlogo.png?lastWrite=636063638860000000", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "/var/lib/lidarr/MediaCover/45/clearlogo.png" + }, + { + "url": "/MediaCover/45/fanart.jpg?lastWrite=638003462330000000", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/45/fanart.jpg" + } + ], + "path": "/mnt/plex/music/Pegboard Nerds", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Electronic", + "Dubstep", + "Drumstep", + "Electro House", + "Edm", + "Hardstyle", + "Glitch Hop", + "Trap" + ], + "cleanName": "pegboardnerds", + "sortName": "pegboard nerds", + "tags": [], + "added": "2023-09-11T04:43:08Z", + "ratings": { + "votes": 1, + "value": 8 + }, + "statistics": { + "albumCount": 6, + "trackFileCount": 37, + "trackCount": 39, + "totalTrackCount": 39, + "sizeOnDisk": 349531885, + "percentOfTracks": 94.87179487179488 + }, + "id": 45 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Going Quantum", + "foreignArtistId": "6bca5ecb-d5a1-4564-8e17-795da1706bd6", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "http://www.goingquantum.ca/", + "name": "goingquantum" + }, + { + "url": "https://www.facebook.com/GoingQuantum", + "name": "facebook" + }, + { + "url": "https://www.beatport.com/artist/going-quantum/263146", + "name": "beatport" + }, + { + "url": "https://www.discogs.com/artist/2737506", + "name": "discogs" + }, + { + "url": "https://soundcloud.com/goingquantum", + "name": "soundcloud" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ax3l5n2gmcstqdz7mngrpftl2oe", + "name": "google" + }, + { + "url": "https://itunes.apple.com/ca/artist/id450533103", + "name": "apple" + }, + { + "url": "https://www.youtube.com/goingquantum", + "name": "youtube" + }, + { + "url": "https://open.spotify.com/user/goingquantumofficial/playlist/3P5M42C9dFBayZzS2cPDFJ", + "name": "spotify" + }, + { + "url": "https://twitter.com/goingquantum", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/goingquantum/", + "name": "instagram" + }, + { + "url": "https://www.deezer.com/artist/1937551", + "name": "deezer" + }, + { + "url": "https://open.spotify.com/artist/14XqctcPu0lzQjrUZ06Tsn", + "name": "spotify" + }, + { + "url": "https://tidal.com/artist/5032638", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/gq", + "name": "monstercat" + }, + { + "url": "https://music.apple.com/us/artist/450533103", + "name": "apple" + }, + { + "url": "https://www.junodownload.com/artists/Going+Quantum/releases/", + "name": "junodownload" + }, + { + "url": "https://genius.com/artists/Going-quantum", + "name": "genius" + }, + { + "url": "https://rateyourmusic.com/artist/going-quantum", + "name": "rateyourmusic" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Going Quantum", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "goingquantum", + "sortName": "going quantum", + "tags": [], + "added": "2023-09-11T04:43:08Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 46 + }, + { + "status": "continuing", + "ended": false, + "artistName": "DotEXE", + "foreignArtistId": "6b105824-8032-44d2-9992-2e2490a317ad", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/musicdotexe", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/officialdotexe", + "name": "facebook" + }, + { + "url": "https://twitter.com/DotEXEmusic", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/user/OfficialDotEXE", + "name": "youtube" + }, + { + "url": "https://www.discogs.com/artist/3000234", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/dotexe/216073", + "name": "beatport" + }, + { + "url": "https://itunes.apple.com/us/artist/id465247292", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Au6jthcgzcmi4hvgcz63x7wlxju", + "name": "google" + }, + { + "url": "https://www.deezer.com/artist/1447147", + "name": "deezer" + }, + { + "url": "https://twitter.com/DotEXE", + "name": "twitter" + }, + { + "url": "https://open.spotify.com/artist/2S2RMiHABGxAQqdqwUN5qF", + "name": "spotify" + }, + { + "url": "https://music.apple.com/us/artist/465247292", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/5006903", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/dotexe", + "name": "monstercat" + }, + { + "url": "https://www.junodownload.com/artists/Dotexe/releases/", + "name": "junodownload" + }, + { + "url": "https://genius.com/artists/Dotexe", + "name": "genius" + }, + { + "url": "https://rateyourmusic.com/artist/dotexe", + "name": "rateyourmusic" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/DotEXE", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Dubstep", + "Electronic", + "Edm" + ], + "cleanName": "dotexe", + "sortName": "dotexe", + "tags": [], + "added": "2023-09-11T04:43:10Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 47 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Eminence", + "foreignArtistId": "b3dc975c-7524-4242-a99a-f4e5ea7e628b", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "Canadian electronic duo", + "links": [ + { + "url": "https://soundcloud.com/emnc", + "name": "soundcloud" + }, + { + "url": "https://www.discogs.com/artist/3603723", + "name": "discogs" + }, + { + "url": "https://www.facebook.com/EmncFB", + "name": "facebook" + }, + { + "url": "http://eminenceunited.com/", + "name": "eminenceunited" + }, + { + "url": "https://www.youtube.com/user/emncTV", + "name": "youtube" + }, + { + "url": "https://twitter.com/EminenceUnited", + "name": "twitter" + }, + { + "url": "https://itunes.apple.com/ca/artist/id5971809", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/eminence/15893", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Afh6m2ke7h73q2i5fdx35zxp47y", + "name": "google" + }, + { + "url": "https://open.spotify.com/artist/1hHhlYmo4C03IoCJ7RnpS2", + "name": "spotify" + }, + { + "url": "https://tidal.com/artist/3533956", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/eminence", + "name": "monstercat" + }, + { + "url": "https://www.deezer.com/artist/86230682", + "name": "deezer" + }, + { + "url": "https://music.apple.com/us/artist/5971809", + "name": "apple" + }, + { + "url": "https://www.junodownload.com/artists/Eminence/releases/", + "name": "junodownload" + }, + { + "url": "https://rateyourmusic.com/artist/eminence-2", + "name": "rateyourmusic" + }, + { + "url": "https://genius.com/artists/Eminence", + "name": "genius" + }, + { + "url": "https://www.deezer.com/artist/86230672", + "name": "deezer" + }, + { + "url": "https://music.apple.com/au/artist/5971809", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "United (RedMoon remix)", + "disambiguation": "", + "overview": "", + "artistId": 48, + "foreignAlbumId": "3a9959b7-31a3-435e-930f-406ee74a3db5", + "monitored": true, + "anyReleaseOk": true, + "profileId": 0, + "duration": 254529, + "albumType": "Single", + "secondaryTypes": [ + "Remix" + ], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2013-01-28T00:00:00Z", + "releases": [ + { + "id": 354, + "albumId": 165, + "foreignReleaseId": "e0baaad6-6b71-45cd-99c9-3088f1d11e68", + "title": "United (RedMoon remix)", + "status": "Official", + "duration": 254529, + "trackCount": 1, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Monstercat" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Electro House", + "Electronic", + "House", + "Big Room House" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Eminence", + "foreignArtistId": "b3dc975c-7524-4242-a99a-f4e5ea7e628b", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "Canadian electronic duo", + "links": [ + { + "url": "https://soundcloud.com/emnc", + "name": "soundcloud" + }, + { + "url": "https://www.discogs.com/artist/3603723", + "name": "discogs" + }, + { + "url": "https://www.facebook.com/EmncFB", + "name": "facebook" + }, + { + "url": "http://eminenceunited.com/", + "name": "eminenceunited" + }, + { + "url": "https://www.youtube.com/user/emncTV", + "name": "youtube" + }, + { + "url": "https://twitter.com/EminenceUnited", + "name": "twitter" + }, + { + "url": "https://itunes.apple.com/ca/artist/id5971809", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/eminence/15893", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Afh6m2ke7h73q2i5fdx35zxp47y", + "name": "google" + }, + { + "url": "https://open.spotify.com/artist/1hHhlYmo4C03IoCJ7RnpS2", + "name": "spotify" + }, + { + "url": "https://tidal.com/artist/3533956", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/eminence", + "name": "monstercat" + }, + { + "url": "https://www.deezer.com/artist/86230682", + "name": "deezer" + }, + { + "url": "https://music.apple.com/us/artist/5971809", + "name": "apple" + }, + { + "url": "https://www.junodownload.com/artists/Eminence/releases/", + "name": "junodownload" + }, + { + "url": "https://rateyourmusic.com/artist/eminence-2", + "name": "rateyourmusic" + }, + { + "url": "https://genius.com/artists/Eminence", + "name": "genius" + }, + { + "url": "https://www.deezer.com/artist/86230672", + "name": "deezer" + }, + { + "url": "https://music.apple.com/au/artist/5971809", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Eminence", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [], + "cleanName": "eminence", + "sortName": "eminence", + "tags": [], + "added": "2023-09-11T04:43:10Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 48 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/e0baaad6-6b71-45cd-99c9-3088f1d11e68/19908597898-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 165 + }, + "images": [], + "path": "/mnt/plex/music/Eminence", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "eminence", + "sortName": "eminence", + "tags": [], + "added": "2023-09-11T04:43:10Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 1, + "trackFileCount": 1, + "trackCount": 1, + "totalTrackCount": 1, + "sizeOnDisk": 10250693, + "percentOfTracks": 100 + }, + "id": 48 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Duumu", + "foreignArtistId": "0f09e1f9-d758-4a9a-8be9-a7105727a50d", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://open.spotify.com/artist/6q8cRPrSLahGAZSVnjIYjF", + "name": "spotify" + }, + { + "url": "https://twitter.com/duumu", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/c/duumu", + "name": "youtube" + }, + { + "url": "https://play.google.com/store/music/artist?id=Agf4jghv2xdj3uxdnktgufqicum", + "name": "google" + }, + { + "url": "https://itunes.apple.com/fr/artist/id1138310838", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/duumu/614073", + "name": "beatport" + }, + { + "url": "https://www.twitch.tv/duumu", + "name": "twitch" + }, + { + "url": "https://soundcloud.com/duumu", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/duumu_/", + "name": "instagram" + }, + { + "url": "https://www.monstercat.com/artist/duumu", + "name": "monstercat" + }, + { + "url": "https://www.discogs.com/artist/5238193", + "name": "discogs" + }, + { + "url": "https://music.apple.com/us/artist/1138310838", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/10929354", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/8025813", + "name": "tidal" + }, + { + "url": "https://music.apple.com/gb/artist/1138310838", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Duumu", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "duumu", + "sortName": "duumu", + "tags": [], + "added": "2023-09-11T04:43:11Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 49 + }, + { + "status": "continuing", + "ended": false, + "artistName": "F.O.O.L", + "foreignArtistId": "8ccd44fb-1c4a-4c5f-98b5-cf3b35a2aa5c", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "EDM", + "links": [ + { + "url": "https://www.facebook.com/foolmusic", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/fuckourordinarylives", + "name": "soundcloud" + }, + { + "url": "http://www.fuckourordinarylives.com/", + "name": "fuckourordinarylives" + }, + { + "url": "https://twitter.com/FOOLMUSIC", + "name": "twitter" + }, + { + "url": "https://www.beatport.com/artist/f-o-o-l/189556", + "name": "beatport" + }, + { + "url": "https://www.discogs.com/artist/1784473", + "name": "discogs" + }, + { + "url": "https://itunes.apple.com/se/artist/id410555666", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=A2fwtxemsnqulgwt7ux5o4263la", + "name": "google" + }, + { + "url": "https://open.spotify.com/artist/1ldNdtZX38LAsOk0ciLvb2", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/796800", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/3743647", + "name": "tidal" + }, + { + "url": "https://www.instagram.com/foolmusic/", + "name": "instagram" + }, + { + "url": "https://discord.gg/GN6u9PH8Q7", + "name": "discord" + }, + { + "url": "https://www.youtube.com/channel/UCMbhB5CA18gAui_64sk-plw", + "name": "youtube" + }, + { + "url": "https://music.apple.com/us/artist/410555666", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/fool/189556", + "name": "beatport" + }, + { + "url": "https://music.apple.com/gb/artist/410555666", + "name": "apple" + }, + { + "url": "https://music.apple.com/ca/artist/410555666", + "name": "apple" + }, + { + "url": "https://www.allmusic.com/artist/mn0003130866", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/f_o_o_l", + "name": "rateyourmusic" + }, + { + "url": "https://music.apple.com/au/artist/410555666", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "MACHINE", + "disambiguation": "", + "overview": "", + "artistId": 50, + "foreignAlbumId": "7d6e428a-cc62-4ef2-8882-84a28b0875e1", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 3179864, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 8 + }, + "releaseDate": "2023-11-10T00:00:00Z", + "releases": [ + { + "id": 2182, + "albumId": 928, + "foreignReleaseId": "ab2a715e-bc0e-4cdf-ac95-a80c0918d403", + "title": "MACHINE", + "status": "Official", + "duration": 3179864, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Monstercat" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "F.O.O.L", + "foreignArtistId": "8ccd44fb-1c4a-4c5f-98b5-cf3b35a2aa5c", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "EDM", + "links": [ + { + "url": "https://www.facebook.com/foolmusic", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/fuckourordinarylives", + "name": "soundcloud" + }, + { + "url": "http://www.fuckourordinarylives.com/", + "name": "fuckourordinarylives" + }, + { + "url": "https://twitter.com/FOOLMUSIC", + "name": "twitter" + }, + { + "url": "https://www.beatport.com/artist/f-o-o-l/189556", + "name": "beatport" + }, + { + "url": "https://www.discogs.com/artist/1784473", + "name": "discogs" + }, + { + "url": "https://itunes.apple.com/se/artist/id410555666", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=A2fwtxemsnqulgwt7ux5o4263la", + "name": "google" + }, + { + "url": "https://open.spotify.com/artist/1ldNdtZX38LAsOk0ciLvb2", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/796800", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/3743647", + "name": "tidal" + }, + { + "url": "https://www.instagram.com/foolmusic/", + "name": "instagram" + }, + { + "url": "https://discord.gg/GN6u9PH8Q7", + "name": "discord" + }, + { + "url": "https://www.youtube.com/channel/UCMbhB5CA18gAui_64sk-plw", + "name": "youtube" + }, + { + "url": "https://music.apple.com/us/artist/410555666", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/fool/189556", + "name": "beatport" + }, + { + "url": "https://music.apple.com/gb/artist/410555666", + "name": "apple" + }, + { + "url": "https://music.apple.com/ca/artist/410555666", + "name": "apple" + }, + { + "url": "https://www.allmusic.com/artist/mn0003130866", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/f_o_o_l", + "name": "rateyourmusic" + }, + { + "url": "https://music.apple.com/au/artist/410555666", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/F.O.O.L", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Synthwave", + "Darksynth", + "Electronic", + "Edm", + "Electro House" + ], + "cleanName": "fool", + "sortName": "f o o l", + "tags": [], + "added": "2023-09-11T04:43:12Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 50 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/ab2a715e-bc0e-4cdf-ac95-a80c0918d403/37210287818-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 928 + }, + "images": [], + "path": "/mnt/plex/music/F.O.O.L", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Synthwave", + "Darksynth", + "Electronic", + "Edm", + "Electro House" + ], + "cleanName": "fool", + "sortName": "f o o l", + "tags": [], + "added": "2023-09-11T04:43:12Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 2, + "trackFileCount": 0, + "trackCount": 22, + "totalTrackCount": 22, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 50 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Aero Chord", + "foreignArtistId": "830b25c0-3af1-46f2-8bac-0661e9a613a0", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/aerochordmusic", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/AeroChord", + "name": "facebook" + }, + { + "url": "https://www.youtube.com/channel/UCLam0sFSS0qA_DXGXsn8YGA", + "name": "youtube" + }, + { + "url": "https://twitter.com/AeroChord", + "name": "twitter" + }, + { + "url": "https://open.spotify.com/artist/6lO3fSdhsdpeOcrbqAJsRU", + "name": "spotify" + }, + { + "url": "https://www.discogs.com/artist/3516247", + "name": "discogs" + }, + { + "url": "https://www.wikidata.org/wiki/Q20090062", + "name": "wikidata" + }, + { + "url": "https://itunes.apple.com/gr/artist/id676765109", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Alnapixiucg6lote7sfqcmjixui", + "name": "google" + }, + { + "url": "https://www.beatport.com/artist/aero-chord/347645", + "name": "beatport" + }, + { + "url": "https://www.deezer.com/artist/5104716", + "name": "deezer" + }, + { + "url": "https://www.allmusic.com/artist/mn0003268818", + "name": "allmusic" + }, + { + "url": "https://www.last.fm/music/Aero+Chord", + "name": "last" + }, + { + "url": "https://tidal.com/artist/5146797", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/aerochord", + "name": "monstercat" + }, + { + "url": "https://rateyourmusic.com/artist/aero-chord", + "name": "rateyourmusic" + }, + { + "url": "https://www.instagram.com/aero_chord/", + "name": "instagram" + }, + { + "url": "https://music.apple.com/us/artist/676765109", + "name": "apple" + }, + { + "url": "https://music.youtube.com/channel/UCo7RA_8whaUU9yvjcVQwEYg", + "name": "youtube" + }, + { + "url": "https://music.apple.com/gb/artist/676765109", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/155619942", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/39725660", + "name": "tidal" + }, + { + "url": "https://tidal.com/artist/32670041", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/282081561", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Sounds of 2024 (by Aero)", + "disambiguation": "", + "overview": "", + "artistId": 51, + "foreignAlbumId": "24020e3b-6d07-43a6-821b-03c2ef964d24", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2035269, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2024-12-25T00:00:00Z", + "releases": [ + { + "id": 3205, + "albumId": 1224, + "foreignReleaseId": "d0c9ec81-5322-43cf-8317-378f40908126", + "title": "Sounds of 2024 (by Aero)", + "status": "Official", + "duration": 2035269, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Aero Chord", + "foreignArtistId": "830b25c0-3af1-46f2-8bac-0661e9a613a0", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/aerochordmusic", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/AeroChord", + "name": "facebook" + }, + { + "url": "https://www.youtube.com/channel/UCLam0sFSS0qA_DXGXsn8YGA", + "name": "youtube" + }, + { + "url": "https://twitter.com/AeroChord", + "name": "twitter" + }, + { + "url": "https://open.spotify.com/artist/6lO3fSdhsdpeOcrbqAJsRU", + "name": "spotify" + }, + { + "url": "https://www.discogs.com/artist/3516247", + "name": "discogs" + }, + { + "url": "https://www.wikidata.org/wiki/Q20090062", + "name": "wikidata" + }, + { + "url": "https://itunes.apple.com/gr/artist/id676765109", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Alnapixiucg6lote7sfqcmjixui", + "name": "google" + }, + { + "url": "https://www.beatport.com/artist/aero-chord/347645", + "name": "beatport" + }, + { + "url": "https://www.deezer.com/artist/5104716", + "name": "deezer" + }, + { + "url": "https://www.allmusic.com/artist/mn0003268818", + "name": "allmusic" + }, + { + "url": "https://www.last.fm/music/Aero+Chord", + "name": "last" + }, + { + "url": "https://tidal.com/artist/5146797", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/aerochord", + "name": "monstercat" + }, + { + "url": "https://rateyourmusic.com/artist/aero-chord", + "name": "rateyourmusic" + }, + { + "url": "https://www.instagram.com/aero_chord/", + "name": "instagram" + }, + { + "url": "https://music.apple.com/us/artist/676765109", + "name": "apple" + }, + { + "url": "https://music.youtube.com/channel/UCo7RA_8whaUU9yvjcVQwEYg", + "name": "youtube" + }, + { + "url": "https://music.apple.com/gb/artist/676765109", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/155619942", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/39725660", + "name": "tidal" + }, + { + "url": "https://tidal.com/artist/32670041", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/282081561", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Aero Chord", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Trap Edm", + "Electro", + "Electronic", + "Hardstyle", + "Trap", + "Future Bass", + "Dubstep", + "Moombahton" + ], + "cleanName": "aerochord", + "sortName": "aero chord", + "tags": [], + "added": "2023-09-11T04:43:14Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 51 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/d0c9ec81-5322-43cf-8317-378f40908126/43099512738-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1224 + }, + "images": [ + { + "url": "/MediaCover/51/poster.jpg?lastWrite=638941402821659536", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/51/poster.jpg" + }, + { + "url": "/MediaCover/51/banner.jpg?lastWrite=638773372975641744", + "coverType": "banner", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/51/banner.jpg" + }, + { + "url": "/MediaCover/51/clearlogo.png?lastWrite=638773373001828599", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "/var/lib/lidarr/MediaCover/51/clearlogo.png" + }, + { + "url": "/MediaCover/51/fanart.jpg?lastWrite=638941402829872644", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/51/fanart.jpg" + } + ], + "path": "/mnt/plex/music/Aero Chord", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Trap Edm", + "Electro", + "Electronic", + "Hardstyle", + "Trap", + "Future Bass", + "Dubstep", + "Moombahton" + ], + "cleanName": "aerochord", + "sortName": "aero chord", + "tags": [], + "added": "2023-09-11T04:43:14Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 5, + "trackFileCount": 0, + "trackCount": 52, + "totalTrackCount": 52, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 51 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Varien", + "foreignArtistId": "d054cc96-6ef5-436c-9a3a-6fd26fdcda18", + "tadbId": 0, + "discogsId": 0, + "overview": "Nikki Kaelar, better known by their stage name Varien, is an American composer, producer, and multi-instrumentalist. Varien has incorporated or experimented with such styles as industrial, metal, orchestral, neofolk, and ambient music. They are known for their work on film soundtracks, along with their unconventional approach to electronic music, including many live instruments not normally found on tracks within their genres.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/2670034", + "name": "discogs" + }, + { + "url": "https://www.youtube.com/user/varienofficial", + "name": "youtube" + }, + { + "url": "https://www.wikidata.org/wiki/Q7027737", + "name": "wikidata" + }, + { + "url": "http://www.materiacollective.com/artist/varien", + "name": "materiacollective" + }, + { + "url": "https://vgmdb.net/artist/20204", + "name": "vgmdb" + }, + { + "url": "https://play.google.com/store/music/artist?id=Aw4ni4yosuhpu2h4fqzcz2rxlfy", + "name": "google" + }, + { + "url": "https://www.beatport.com/artist/varien/241191", + "name": "beatport" + }, + { + "url": "https://www.allmusic.com/artist/mn0003089983", + "name": "allmusic" + }, + { + "url": "https://itunes.apple.com/artist/id479551124", + "name": "apple" + }, + { + "url": "https://open.spotify.com/artist/2g1JSu9UfRcQQYb3b03Km7", + "name": "spotify" + }, + { + "url": "https://www.songkick.com/artists/4891423", + "name": "songkick" + }, + { + "url": "https://www.facebook.com/variendarkgirl", + "name": "facebook" + }, + { + "url": "https://twitter.com/variendarkgirl", + "name": "twitter" + }, + { + "url": "https://soundcloud.com/variendarkgirl", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/variendarkgirl/", + "name": "instagram" + }, + { + "url": "https://www.deezer.com/artist/1931331", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/4539821", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/varien", + "name": "monstercat" + }, + { + "url": "https://music.apple.com/us/artist/479551124", + "name": "apple" + }, + { + "url": "https://www.junodownload.com/artists/Varien/releases/", + "name": "junodownload" + }, + { + "url": "https://genius.com/artists/Varien", + "name": "genius" + }, + { + "url": "https://rateyourmusic.com/artist/varien", + "name": "rateyourmusic" + }, + { + "url": "https://music.apple.com/gb/artist/479551124", + "name": "apple" + }, + { + "url": "https://open.spotify.com/artist/6fCuONr7QOc0W8wxwRYHZd", + "name": "spotify" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Damn! Nation (original soundtrack)", + "disambiguation": "", + "overview": "", + "artistId": 52, + "foreignAlbumId": "fc692284-a6d9-402a-bb23-a3584a655647", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1311383, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-04-18T00:00:00Z", + "releases": [ + { + "id": 3215, + "albumId": 1225, + "foreignReleaseId": "6c1e127b-3abe-47b9-8adc-2e477fa21d9f", + "title": "Damn! Nation (original soundtrack)", + "status": "Official", + "duration": 1311383, + "trackCount": 9, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "ANTIMEME" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Varien", + "foreignArtistId": "d054cc96-6ef5-436c-9a3a-6fd26fdcda18", + "tadbId": 0, + "discogsId": 0, + "overview": "Nikki Kaelar, better known by their stage name Varien, is an American composer, producer, and multi-instrumentalist. Varien has incorporated or experimented with such styles as industrial, metal, orchestral, neofolk, and ambient music. They are known for their work on film soundtracks, along with their unconventional approach to electronic music, including many live instruments not normally found on tracks within their genres.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/2670034", + "name": "discogs" + }, + { + "url": "https://www.youtube.com/user/varienofficial", + "name": "youtube" + }, + { + "url": "https://www.wikidata.org/wiki/Q7027737", + "name": "wikidata" + }, + { + "url": "http://www.materiacollective.com/artist/varien", + "name": "materiacollective" + }, + { + "url": "https://vgmdb.net/artist/20204", + "name": "vgmdb" + }, + { + "url": "https://play.google.com/store/music/artist?id=Aw4ni4yosuhpu2h4fqzcz2rxlfy", + "name": "google" + }, + { + "url": "https://www.beatport.com/artist/varien/241191", + "name": "beatport" + }, + { + "url": "https://www.allmusic.com/artist/mn0003089983", + "name": "allmusic" + }, + { + "url": "https://itunes.apple.com/artist/id479551124", + "name": "apple" + }, + { + "url": "https://open.spotify.com/artist/2g1JSu9UfRcQQYb3b03Km7", + "name": "spotify" + }, + { + "url": "https://www.songkick.com/artists/4891423", + "name": "songkick" + }, + { + "url": "https://www.facebook.com/variendarkgirl", + "name": "facebook" + }, + { + "url": "https://twitter.com/variendarkgirl", + "name": "twitter" + }, + { + "url": "https://soundcloud.com/variendarkgirl", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/variendarkgirl/", + "name": "instagram" + }, + { + "url": "https://www.deezer.com/artist/1931331", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/4539821", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/varien", + "name": "monstercat" + }, + { + "url": "https://music.apple.com/us/artist/479551124", + "name": "apple" + }, + { + "url": "https://www.junodownload.com/artists/Varien/releases/", + "name": "junodownload" + }, + { + "url": "https://genius.com/artists/Varien", + "name": "genius" + }, + { + "url": "https://rateyourmusic.com/artist/varien", + "name": "rateyourmusic" + }, + { + "url": "https://music.apple.com/gb/artist/479551124", + "name": "apple" + }, + { + "url": "https://open.spotify.com/artist/6fCuONr7QOc0W8wxwRYHZd", + "name": "spotify" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/4locua1705188930.jpg", + "coverType": "poster", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/jxyp9b1705189211.png", + "coverType": "clearlogo", + "extension": ".png" + } + ], + "path": "/mnt/plex/music/Varien", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [], + "cleanName": "varien", + "sortName": "varien", + "tags": [], + "added": "2023-09-11T04:43:15Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 52 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/6c1e127b-3abe-47b9-8adc-2e477fa21d9f/42178634515-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1225 + }, + "images": [ + { + "url": "/MediaCover/52/poster.jpg?lastWrite=638407857640000000", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/4locua1705188930.jpg" + }, + { + "url": "/MediaCover/52/clearlogo.png?lastWrite=638407860190000000", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/jxyp9b1705189211.png" + } + ], + "path": "/mnt/plex/music/Varien", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "varien", + "sortName": "varien", + "tags": [], + "added": "2023-09-11T04:43:15Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 5, + "trackFileCount": 8, + "trackCount": 53, + "totalTrackCount": 53, + "sizeOnDisk": 74385150, + "percentOfTracks": 15.09433962264151 + }, + "id": 52 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Stonebank", + "foreignArtistId": "d0deaa96-033c-4ab9-bbe5-68004c6757ef", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.facebook.com/StonebankMusic", + "name": "facebook" + }, + { + "url": "https://twitter.com/stonebankmusic", + "name": "twitter" + }, + { + "url": "https://soundcloud.com/stonebank", + "name": "soundcloud" + }, + { + "url": "https://play.google.com/store/music/artist?id=Agnmurzq5evnk75gog6x5632spq", + "name": "google" + }, + { + "url": "https://www.beatport.com/artist/stonebank/405818", + "name": "beatport" + }, + { + "url": "https://www.discogs.com/artist/3804926", + "name": "discogs" + }, + { + "url": "https://www.discogs.com/artist/1683091", + "name": "discogs" + }, + { + "url": "https://www.wikidata.org/wiki/Q60733760", + "name": "wikidata" + }, + { + "url": "https://open.spotify.com/artist/4lC8Q0azW5ij2e1skZo377", + "name": "spotify" + }, + { + "url": "https://www.last.fm/music/Stonebank", + "name": "last" + }, + { + "url": "https://www.deezer.com/artist/4448714", + "name": "deezer" + }, + { + "url": "https://www.instagram.com/stonebankmusic/", + "name": "instagram" + }, + { + "url": "https://tidal.com/artist/5603236", + "name": "tidal" + }, + { + "url": "https://www.junodownload.com/artists/Stonebank/releases/", + "name": "junodownload" + }, + { + "url": "https://player.monstercat.app/artist/stonebank", + "name": "monstercat" + }, + { + "url": "https://www.monstercat.com/release/742779547279", + "name": "monstercat" + }, + { + "url": "https://monstercat.fandom.com/wiki/Stonebank", + "name": "fandom" + }, + { + "url": "https://music.apple.com/gb/artist/473649018", + "name": "apple" + }, + { + "url": "https://itunes.apple.com/gb/artist/id473649018", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/473649018", + "name": "apple" + }, + { + "url": "https://stonebank.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://web.archive.org/web/0/https://i.scdn.co/image/ab6761610000e5eb07626ae4a3d34ce3e8521c14", + "name": "archive" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "/MediaCover/53/poster.jpg?lastWrite=637746560120000000", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/53/poster.jpg" + } + ], + "path": "/mnt/plex/music/Stonebank", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Happy Hardcore", + "Edm" + ], + "cleanName": "stonebank", + "sortName": "stonebank", + "tags": [], + "added": "2023-09-11T04:43:15Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 53 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Draper", + "foreignArtistId": "6b14bacb-13dd-4235-9324-0380976a67b2", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/2934710", + "name": "discogs" + }, + { + "url": "https://www.youtube.com/user/drapermusic", + "name": "youtube" + }, + { + "url": "https://twitter.com/drapermusic", + "name": "twitter" + }, + { + "url": "https://soundcloud.com/drapermusic", + "name": "soundcloud" + }, + { + "url": "http://drapermusic.co.uk/", + "name": "drapermusic" + }, + { + "url": "https://www.facebook.com/drapermusic", + "name": "facebook" + }, + { + "url": "https://www.instagram.com/drapermusic/", + "name": "instagram" + }, + { + "url": "https://www.allmusic.com/artist/mn0003251121", + "name": "allmusic" + }, + { + "url": "https://www.discogs.com/artist/4090930", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/5Z8Qlj0jWh0OOmJ55EwSnu", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/1691782", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/4461404", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/draper/216670", + "name": "beatport" + }, + { + "url": "https://music.apple.com/us/artist/2998408", + "name": "apple" + }, + { + "url": "https://drapermusic.bandcamp.com/", + "name": "bandcamp" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Chill Mixtape", + "disambiguation": "", + "overview": "", + "artistId": 54, + "foreignAlbumId": "c04b5e94-ade4-4233-8b8e-fdbab8155b61", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1793286, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2019-07-24T00:00:00Z", + "releases": [ + { + "id": 3129, + "albumId": 1179, + "foreignReleaseId": "1dd85895-312b-4238-a50d-2e99b3faed7b", + "title": "Chill Mixtape", + "status": "Official", + "duration": 1793286, + "trackCount": 8, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Tiger Bright" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Draper", + "foreignArtistId": "6b14bacb-13dd-4235-9324-0380976a67b2", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/2934710", + "name": "discogs" + }, + { + "url": "https://www.youtube.com/user/drapermusic", + "name": "youtube" + }, + { + "url": "https://twitter.com/drapermusic", + "name": "twitter" + }, + { + "url": "https://soundcloud.com/drapermusic", + "name": "soundcloud" + }, + { + "url": "http://drapermusic.co.uk/", + "name": "drapermusic" + }, + { + "url": "https://www.facebook.com/drapermusic", + "name": "facebook" + }, + { + "url": "https://www.instagram.com/drapermusic/", + "name": "instagram" + }, + { + "url": "https://www.allmusic.com/artist/mn0003251121", + "name": "allmusic" + }, + { + "url": "https://www.discogs.com/artist/4090930", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/5Z8Qlj0jWh0OOmJ55EwSnu", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/1691782", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/4461404", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/draper/216670", + "name": "beatport" + }, + { + "url": "https://music.apple.com/us/artist/2998408", + "name": "apple" + }, + { + "url": "https://drapermusic.bandcamp.com/", + "name": "bandcamp" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Draper", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Dubstep", + "Electronic", + "Glitch Hop" + ], + "cleanName": "draper", + "sortName": "draper", + "tags": [], + "added": "2023-09-11T04:43:17Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 54 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/1dd85895-312b-4238-a50d-2e99b3faed7b/43364537629-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1179 + }, + "images": [], + "path": "/mnt/plex/music/Draper", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Dubstep", + "Electronic", + "Glitch Hop" + ], + "cleanName": "draper", + "sortName": "draper", + "tags": [], + "added": "2023-09-11T04:43:17Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 1, + "trackFileCount": 0, + "trackCount": 8, + "totalTrackCount": 8, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 54 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Rezonate", + "foreignArtistId": "86015bdb-aa55-4dfb-b61d-80cdd5ff6572", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Canadian electronic artist, a.k.a. DJ Rezonate", + "links": [ + { + "url": "https://www.youtube.com/channel/UCuIlcJKxdSsmio5mzaK75tQ", + "name": "youtube" + }, + { + "url": "https://twitter.com/RezonateDubstep", + "name": "twitter" + }, + { + "url": "https://soundcloud.com/rezonatemusic", + "name": "soundcloud" + }, + { + "url": "https://rezonate.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ac2kf6t5uzc27cxobxjcgpsz4om", + "name": "google" + }, + { + "url": "https://www.beatport.com/artist/rezonate/214036", + "name": "beatport" + }, + { + "url": "https://www.discogs.com/artist/2688887", + "name": "discogs" + }, + { + "url": "https://itunes.apple.com/ca/artist/id432182715", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/5007486", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/1217353", + "name": "deezer" + }, + { + "url": "https://player.monstercat.app/artist/rezonate", + "name": "monstercat" + }, + { + "url": "https://www.facebook.com/RezonateMusic", + "name": "facebook" + }, + { + "url": "https://music.apple.com/us/artist/432182715", + "name": "apple" + }, + { + "url": "https://open.spotify.com/artist/7z2SH3eQbWeFdzQZcHQQ3O", + "name": "spotify" + }, + { + "url": "https://www.junodownload.com/artists/Rezonate/releases/", + "name": "junodownload" + }, + { + "url": "https://rateyourmusic.com/artist/rezonate", + "name": "rateyourmusic" + }, + { + "url": "https://genius.com/artists/Rezonate", + "name": "genius" + }, + { + "url": "https://twitter.com/Rezonate_Music", + "name": "twitter" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Rezonate", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Electronic" + ], + "cleanName": "rezonate", + "sortName": "rezonate", + "tags": [], + "added": "2023-09-11T04:43:19Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 55 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Noisestorm", + "foreignArtistId": "93c6c515-e575-4114-80e5-46bf6aa408bc", + "tadbId": 0, + "discogsId": 0, + "overview": "Eoin O'Broin, better known by his stage name Noisestorm, is an Irish DJ and music producer. He is best known for his song \"Crab Rave\", which peaked at 14 on Billboard's Dance/Electronic Songs chart.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://twitter.com/NoisestormMusic", + "name": "twitter" + }, + { + "url": "https://soundcloud.com/noisestorm", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/user/EoinOBroinMusic", + "name": "youtube" + }, + { + "url": "https://itunes.apple.com/ie/artist/id419653769", + "name": "apple" + }, + { + "url": "https://www.youtube.com/user/NoisestormOfficial", + "name": "youtube" + }, + { + "url": "https://www.facebook.com/Noisestorm", + "name": "facebook" + }, + { + "url": "https://www.beatport.com/artist/noisestorm/243370", + "name": "beatport" + }, + { + "url": "https://www.discogs.com/artist/2926465", + "name": "discogs" + }, + { + "url": "https://play.google.com/store/music/artist?id=Avxsvyebqy54zouaofg6hjjq6ha", + "name": "google" + }, + { + "url": "https://www.wikidata.org/wiki/Q59650152", + "name": "wikidata" + }, + { + "url": "https://www.deezer.com/artist/1190014", + "name": "deezer" + }, + { + "url": "https://www.last.fm/music/Noisestorm", + "name": "last" + }, + { + "url": "https://tidal.com/artist/4794435", + "name": "tidal" + }, + { + "url": "https://open.spotify.com/artist/2BuSNpxpMGJGiAAWJYJT2t", + "name": "spotify" + }, + { + "url": "https://player.monstercat.app/artist/noisestorm", + "name": "monstercat" + }, + { + "url": "https://www.instagram.com/noisestorm/", + "name": "instagram" + }, + { + "url": "https://www.junodownload.com/artists/Noisestorm/releases/", + "name": "junodownload" + }, + { + "url": "https://genius.com/artists/Noisestorm", + "name": "genius" + }, + { + "url": "https://rateyourmusic.com/artist/noisestorm", + "name": "rateyourmusic" + }, + { + "url": "https://music.apple.com/us/artist/419653769", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Noisestorm", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "noisestorm", + "sortName": "noisestorm", + "tags": [], + "added": "2023-09-11T04:43:21Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 56 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Hush", + "foreignArtistId": "909c0deb-ffb4-4703-8335-0570d4c09441", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Belgian producer Willem Vanderstichele", + "links": [ + { + "url": "https://soundcloud.com/hush-official", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/hushmusicofficial", + "name": "facebook" + }, + { + "url": "https://www.discogs.com/artist/3979884", + "name": "discogs" + }, + { + "url": "https://www.monstercat.com/artist/hush", + "name": "monstercat" + }, + { + "url": "https://open.spotify.com/artist/5yumQW70M7N3EeWFWV7fUZ", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/be/artist/id1506040662", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/23422", + "name": "tidal" + }, + { + "url": "https://open.spotify.com/artist/4OOL3chWBS8qY9yTes4Dty", + "name": "spotify" + }, + { + "url": "https://music.apple.com/us/artist/1518825957", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1519014301", + "name": "apple" + }, + { + "url": "https://open.spotify.com/artist/3P9vWhSo2PjRdxBvJutKIq", + "name": "spotify" + }, + { + "url": "https://music.apple.com/us/artist/621589495", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Hush", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "hush", + "sortName": "hush", + "tags": [], + "added": "2023-09-11T04:43:21Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 57 + }, + { + "status": "continuing", + "ended": false, + "artistName": "PYLOT", + "foreignArtistId": "ddb11a19-c664-4b7b-b7c0-ddd17e99cf62", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.beatport.com/artist/pylot/454136", + "name": "beatport" + }, + { + "url": "https://www.discogs.com/artist/4189552", + "name": "discogs" + }, + { + "url": "https://iampylot.com/", + "name": "iampylot" + }, + { + "url": "https://soundcloud.com/iampylot", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/pylotmusic", + "name": "facebook" + }, + { + "url": "https://twitter.com/iampylot", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iampylot/", + "name": "instagram" + }, + { + "url": "https://play.google.com/store/music/artist?id=A4362so7pthmnxgylef4rqrjjey", + "name": "google" + }, + { + "url": "https://itunes.apple.com/artist/id951791779", + "name": "apple" + }, + { + "url": "https://www.last.fm/music/Pylot", + "name": "last" + }, + { + "url": "https://open.spotify.com/artist/3ZLe7OttXFn3JOPVZ9Vrr0", + "name": "spotify" + }, + { + "url": "https://iampylot.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://music.apple.com/us/artist/951791779", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/7235460", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/6356092", + "name": "tidal" + }, + { + "url": "https://music.apple.com/gb/artist/951791779", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Axiom", + "disambiguation": "", + "overview": "", + "artistId": 58, + "foreignAlbumId": "14d6aa99-139b-4f1e-a98c-2a82335da394", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1840428, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 10 + }, + "releaseDate": "2023-11-17T00:00:00Z", + "releases": [ + { + "id": 2201, + "albumId": 930, + "foreignReleaseId": "a9043eda-b3e0-4384-bb28-e40fbe4677f1", + "title": "Axiom", + "status": "Official", + "duration": 1840428, + "trackCount": 8, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "NewRetroWave" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "PYLOT", + "foreignArtistId": "ddb11a19-c664-4b7b-b7c0-ddd17e99cf62", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.beatport.com/artist/pylot/454136", + "name": "beatport" + }, + { + "url": "https://www.discogs.com/artist/4189552", + "name": "discogs" + }, + { + "url": "https://iampylot.com/", + "name": "iampylot" + }, + { + "url": "https://soundcloud.com/iampylot", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/pylotmusic", + "name": "facebook" + }, + { + "url": "https://twitter.com/iampylot", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/iampylot/", + "name": "instagram" + }, + { + "url": "https://play.google.com/store/music/artist?id=A4362so7pthmnxgylef4rqrjjey", + "name": "google" + }, + { + "url": "https://itunes.apple.com/artist/id951791779", + "name": "apple" + }, + { + "url": "https://www.last.fm/music/Pylot", + "name": "last" + }, + { + "url": "https://open.spotify.com/artist/3ZLe7OttXFn3JOPVZ9Vrr0", + "name": "spotify" + }, + { + "url": "https://iampylot.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://music.apple.com/us/artist/951791779", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/7235460", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/6356092", + "name": "tidal" + }, + { + "url": "https://music.apple.com/gb/artist/951791779", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/PYLOT", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Synthwave" + ], + "cleanName": "pylot", + "sortName": "pylot", + "tags": [], + "added": "2023-09-11T04:43:22Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "id": 58 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/a9043eda-b3e0-4384-bb28-e40fbe4677f1/37267150584-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 930 + }, + "images": [], + "path": "/mnt/plex/music/PYLOT", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Synthwave" + ], + "cleanName": "pylot", + "sortName": "pylot", + "tags": [], + "added": "2023-09-11T04:43:22Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "statistics": { + "albumCount": 1, + "trackFileCount": 0, + "trackCount": 8, + "totalTrackCount": 8, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 58 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Tristam", + "foreignArtistId": "1849970f-0c71-4f80-89d3-0704797df50e", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Electronic Music producer", + "links": [ + { + "url": "https://www.discogs.com/artist/1324264", + "name": "discogs" + }, + { + "url": "https://soundcloud.com/tristam", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/TristamOfficial", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/Theofficialtristam", + "name": "facebook" + }, + { + "url": "https://www.wikidata.org/wiki/Q20432443", + "name": "wikidata" + }, + { + "url": "https://www.beatport.com/artist/tristam/216074", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Atlt4udluvrf3ru4bhcwwreaace", + "name": "google" + }, + { + "url": "https://www.deezer.com/artist/319572", + "name": "deezer" + }, + { + "url": "https://tristam.me/", + "name": "tristam" + }, + { + "url": "http://viaf.org/viaf/35894295", + "name": "viaf" + }, + { + "url": "https://www.instagram.com/itsmetristam/", + "name": "instagram" + }, + { + "url": "https://open.spotify.com/artist/28Ky95tmlHktB96DBUoB0g", + "name": "spotify" + }, + { + "url": "https://www.songkick.com/artists/872267", + "name": "songkick" + }, + { + "url": "https://www.youtube.com/channel/UC1l0vzhU4V4ddirN7hPNDTA", + "name": "youtube" + }, + { + "url": "https://tidal.com/artist/4919619", + "name": "tidal" + }, + { + "url": "https://tidal.com/artist/20593116", + "name": "tidal" + }, + { + "url": "https://open.spotify.com/artist/4et6w3138RgQPIeVdvlfbr", + "name": "spotify" + }, + { + "url": "https://player.monstercat.app/artist/tristam", + "name": "monstercat" + }, + { + "url": "https://www.junodownload.com/artists/Tristam/releases/", + "name": "junodownload" + }, + { + "url": "https://genius.com/artists/Tristam", + "name": "genius" + }, + { + "url": "https://rateyourmusic.com/artist/tristam", + "name": "rateyourmusic" + }, + { + "url": "https://itunes.apple.com/ca/artist/id342658707", + "name": "apple" + }, + { + "url": "https://music.apple.com/ca/artist/342658707", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/342658707", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "WLUWD", + "disambiguation": "", + "overview": "", + "artistId": 59, + "foreignAlbumId": "b7dddf04-050d-4d32-bf07-a11b2ae56bc7", + "monitored": true, + "anyReleaseOk": true, + "profileId": 0, + "duration": 2637000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 10 + }, + "releaseDate": "2021-04-16T00:00:00Z", + "releases": [ + { + "id": 841, + "albumId": 636, + "foreignReleaseId": "247a0e01-d289-45a6-b11a-12fc3ea59dc5", + "title": "WLUWD", + "status": "Official", + "duration": 2637000, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Ballad", + "Dance", + "Dance-Pop", + "Electronic", + "Electropop", + "Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Tristam", + "foreignArtistId": "1849970f-0c71-4f80-89d3-0704797df50e", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Electronic Music producer", + "links": [ + { + "url": "https://www.discogs.com/artist/1324264", + "name": "discogs" + }, + { + "url": "https://soundcloud.com/tristam", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/TristamOfficial", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/Theofficialtristam", + "name": "facebook" + }, + { + "url": "https://www.wikidata.org/wiki/Q20432443", + "name": "wikidata" + }, + { + "url": "https://www.beatport.com/artist/tristam/216074", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Atlt4udluvrf3ru4bhcwwreaace", + "name": "google" + }, + { + "url": "https://www.deezer.com/artist/319572", + "name": "deezer" + }, + { + "url": "https://tristam.me/", + "name": "tristam" + }, + { + "url": "http://viaf.org/viaf/35894295", + "name": "viaf" + }, + { + "url": "https://www.instagram.com/itsmetristam/", + "name": "instagram" + }, + { + "url": "https://open.spotify.com/artist/28Ky95tmlHktB96DBUoB0g", + "name": "spotify" + }, + { + "url": "https://www.songkick.com/artists/872267", + "name": "songkick" + }, + { + "url": "https://www.youtube.com/channel/UC1l0vzhU4V4ddirN7hPNDTA", + "name": "youtube" + }, + { + "url": "https://tidal.com/artist/4919619", + "name": "tidal" + }, + { + "url": "https://tidal.com/artist/20593116", + "name": "tidal" + }, + { + "url": "https://open.spotify.com/artist/4et6w3138RgQPIeVdvlfbr", + "name": "spotify" + }, + { + "url": "https://player.monstercat.app/artist/tristam", + "name": "monstercat" + }, + { + "url": "https://www.junodownload.com/artists/Tristam/releases/", + "name": "junodownload" + }, + { + "url": "https://genius.com/artists/Tristam", + "name": "genius" + }, + { + "url": "https://rateyourmusic.com/artist/tristam", + "name": "rateyourmusic" + }, + { + "url": "https://itunes.apple.com/ca/artist/id342658707", + "name": "apple" + }, + { + "url": "https://music.apple.com/ca/artist/342658707", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/342658707", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/logo/vlsx5x1769811075.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/fanart/oetz1c1769811492.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/thumb/kqqf6i1769810468.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Tristam", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Electronic", + "Drum And Bass", + "Dubstep", + "Drumstep", + "Electropop", + "Pop" + ], + "cleanName": "tristam", + "sortName": "tristam", + "tags": [], + "added": "2023-09-11T04:43:23Z", + "ratings": { + "votes": 2, + "value": 10 + }, + "id": 59 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/247a0e01-d289-45a6-b11a-12fc3ea59dc5/29156440837-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://rateyourmusic.com/release/album/tristam/wluwd/", + "name": "rateyourmusic" + } + ], + "id": 636 + }, + "images": [ + { + "url": "/MediaCover/59/clearlogo.png?lastWrite=639086597375699723", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/logo/vlsx5x1769811075.png" + }, + { + "url": "/MediaCover/59/fanart.jpg?lastWrite=639086597375161506", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/fanart/oetz1c1769811492.jpg" + }, + { + "url": "/MediaCover/59/poster.jpg?lastWrite=639086597374903089", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/thumb/kqqf6i1769810468.jpg" + } + ], + "path": "/mnt/plex/music/Tristam", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Electronic", + "Drum And Bass", + "Dubstep", + "Drumstep", + "Electropop", + "Pop" + ], + "cleanName": "tristam", + "sortName": "tristam", + "tags": [], + "added": "2023-09-11T04:43:23Z", + "ratings": { + "votes": 2, + "value": 10 + }, + "statistics": { + "albumCount": 2, + "trackFileCount": 18, + "trackCount": 18, + "totalTrackCount": 18, + "sizeOnDisk": 361620957, + "percentOfTracks": 100 + }, + "id": 59 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Ephixa", + "foreignArtistId": "d2adf44e-d8ce-4ca2-add8-7c0d8da4abd4", + "tadbId": 0, + "discogsId": 0, + "overview": "James Leusink, better known by his alias Ephixa, is a Canadian electronic music producer who lives in Ontario, Canada. He is best known for his viral \"Charlie Sheen Bi-Winning\" dubstep remix, remixes of music from the Legend of Zelda franchise as well as various other remixes and original electronic music. Leusink peaked at #11 on Billboard's Next Big Sound chart in November 2011. Ephixa is also known for the first ever single released by the Canadian record label Monstercat, \"Dubstep Killed Rock 'n' Roll\", also being the co-founder of the previously mentioned record label.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/2426996", + "name": "discogs" + }, + { + "url": "https://soundcloud.com/ephixa", + "name": "soundcloud" + }, + { + "url": "http://ephixa.com/", + "name": "ephixa" + }, + { + "url": "https://www.facebook.com/ephixamusic", + "name": "facebook" + }, + { + "url": "https://twitter.com/ephixa", + "name": "twitter" + }, + { + "url": "https://www.beatport.com/artist/ephixa/215662", + "name": "beatport" + }, + { + "url": "https://itunes.apple.com/ca/artist/id438206572", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ar4dpezstz22radtawl5vtyumja", + "name": "google" + }, + { + "url": "https://open.spotify.com/artist/7xYcJfhrRx9Iv8smhoEibc", + "name": "spotify" + }, + { + "url": "https://www.wikidata.org/wiki/Q21621253", + "name": "wikidata" + }, + { + "url": "https://www.reddit.com/user/ephixa", + "name": "reddit" + }, + { + "url": "https://genius.com/artists/Ephixa", + "name": "genius" + }, + { + "url": "https://www.deezer.com/artist/1930481", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/5006902", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/ephixa", + "name": "monstercat" + }, + { + "url": "https://www.junodownload.com/artists/Ephixa/releases/", + "name": "junodownload" + }, + { + "url": "https://rateyourmusic.com/artist/ephixa", + "name": "rateyourmusic" + }, + { + "url": "https://www.youtube.com/channel/UCGfBXs27YPr0U8CFim-RefQ", + "name": "youtube" + }, + { + "url": "https://www.youtube.com/channel/UCVXAelpyX2_VPq70Og_9RWg", + "name": "youtube" + }, + { + "url": "https://music.youtube.com/channel/UCVXAelpyX2_VPq70Og_9RWg", + "name": "youtube" + }, + { + "url": "https://music.apple.com/us/artist/438206572", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Zelda Step", + "disambiguation": "", + "overview": "", + "artistId": 60, + "foreignAlbumId": "d0aceb6d-e54e-4a84-92f8-ef7795afebe6", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1834000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2010-04-10T00:00:00Z", + "releases": [ + { + "id": 1893, + "albumId": 796, + "foreignReleaseId": "a061af12-277b-4497-96be-aa5b087e6d88", + "title": "Zelda Step", + "status": "Official", + "duration": 1834000, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 2482, + "albumId": 796, + "foreignReleaseId": "b24c9649-534d-43c7-b056-188e1ae65d15", + "title": "Zelda Step", + "status": "Official", + "duration": 1685000, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "I am not sure, the link on the other page goes to the same bandcamp page, but some things are different, like midna's lament, or the VIP2024 remix.", + "country": [ + "[Worldwide]" + ], + "label": [], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Ephixa", + "foreignArtistId": "d2adf44e-d8ce-4ca2-add8-7c0d8da4abd4", + "tadbId": 0, + "discogsId": 0, + "overview": "James Leusink, better known by his alias Ephixa, is a Canadian electronic music producer who lives in Ontario, Canada. He is best known for his viral \"Charlie Sheen Bi-Winning\" dubstep remix, remixes of music from the Legend of Zelda franchise as well as various other remixes and original electronic music. Leusink peaked at #11 on Billboard's Next Big Sound chart in November 2011. Ephixa is also known for the first ever single released by the Canadian record label Monstercat, \"Dubstep Killed Rock 'n' Roll\", also being the co-founder of the previously mentioned record label.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/2426996", + "name": "discogs" + }, + { + "url": "https://soundcloud.com/ephixa", + "name": "soundcloud" + }, + { + "url": "http://ephixa.com/", + "name": "ephixa" + }, + { + "url": "https://www.facebook.com/ephixamusic", + "name": "facebook" + }, + { + "url": "https://twitter.com/ephixa", + "name": "twitter" + }, + { + "url": "https://www.beatport.com/artist/ephixa/215662", + "name": "beatport" + }, + { + "url": "https://itunes.apple.com/ca/artist/id438206572", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ar4dpezstz22radtawl5vtyumja", + "name": "google" + }, + { + "url": "https://open.spotify.com/artist/7xYcJfhrRx9Iv8smhoEibc", + "name": "spotify" + }, + { + "url": "https://www.wikidata.org/wiki/Q21621253", + "name": "wikidata" + }, + { + "url": "https://www.reddit.com/user/ephixa", + "name": "reddit" + }, + { + "url": "https://genius.com/artists/Ephixa", + "name": "genius" + }, + { + "url": "https://www.deezer.com/artist/1930481", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/5006902", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/ephixa", + "name": "monstercat" + }, + { + "url": "https://www.junodownload.com/artists/Ephixa/releases/", + "name": "junodownload" + }, + { + "url": "https://rateyourmusic.com/artist/ephixa", + "name": "rateyourmusic" + }, + { + "url": "https://www.youtube.com/channel/UCGfBXs27YPr0U8CFim-RefQ", + "name": "youtube" + }, + { + "url": "https://www.youtube.com/channel/UCVXAelpyX2_VPq70Og_9RWg", + "name": "youtube" + }, + { + "url": "https://music.youtube.com/channel/UCVXAelpyX2_VPq70Og_9RWg", + "name": "youtube" + }, + { + "url": "https://music.apple.com/us/artist/438206572", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://assets.fanart.tv/fanart/ephixa-515b2b0c93415.png", + "coverType": "clearlogo", + "extension": ".png" + } + ], + "path": "/mnt/plex/music/Ephixa", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Dubstep", + "Electronic", + "Hard Trance", + "Hardstyle", + "Edm", + "Future House", + "Trance", + "House", + "Synthwave" + ], + "cleanName": "ephixa", + "sortName": "ephixa", + "tags": [], + "added": "2023-09-11T04:43:24Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 60 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/a061af12-277b-4497-96be-aa5b087e6d88/1169540771-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 796 + }, + "images": [ + { + "url": "/MediaCover/60/clearlogo.png?lastWrite=638773373427966375", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "https://images.lidarr.audio/cache/https://assets.fanart.tv/fanart/ephixa-515b2b0c93415.png" + } + ], + "path": "/mnt/plex/music/Ephixa", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Dubstep", + "Electronic", + "Hard Trance", + "Hardstyle", + "Edm", + "Future House", + "Trance", + "House", + "Synthwave" + ], + "cleanName": "ephixa", + "sortName": "ephixa", + "tags": [], + "added": "2023-09-11T04:43:24Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 3, + "trackFileCount": 0, + "trackCount": 47, + "totalTrackCount": 47, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 60 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Hellberg", + "foreignArtistId": "57b63b14-ca23-42f3-8e41-652bdc945241", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://twitter.com/HellbergMusic", + "name": "twitter" + }, + { + "url": "https://soundcloud.com/hellbergmusic", + "name": "soundcloud" + }, + { + "url": "http://www.hellbergmusic.com/", + "name": "hellbergmusic" + }, + { + "url": "https://www.instagram.com/hellbergmusic/", + "name": "instagram" + }, + { + "url": "https://www.deezer.com/artist/1930471", + "name": "deezer" + }, + { + "url": "https://plus.google.com/+TheOfficialHellberg", + "name": "google" + }, + { + "url": "https://open.spotify.com/artist/1kgxTtyF91VaqLD3J6Krd5", + "name": "spotify" + }, + { + "url": "https://www.discogs.com/artist/3009087", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/hellberg/278857", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ajjcbliwefv37mexusckgjyljiq", + "name": "google" + }, + { + "url": "https://www.wikidata.org/wiki/Q19976797", + "name": "wikidata" + }, + { + "url": "https://www.imdb.com/name/nm5995725/", + "name": "imdb" + }, + { + "url": "https://tidal.com/artist/4954275", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/hellberg", + "name": "monstercat" + }, + { + "url": "https://www.junodownload.com/artists/Hellberg/releases/", + "name": "junodownload" + }, + { + "url": "https://genius.com/artists/Hellberg", + "name": "genius" + }, + { + "url": "https://rateyourmusic.com/artist/hellberg", + "name": "rateyourmusic" + }, + { + "url": "https://www.facebook.com/278184345541712", + "name": "facebook" + }, + { + "url": "https://music.apple.com/se/artist/268889393", + "name": "apple" + }, + { + "url": "https://music.apple.com/se/artist/268889393", + "name": "apple" + }, + { + "url": "https://www.youtube.com/channel/UCLOGIsYh9g6_YDRnJHet-aQ", + "name": "youtube" + }, + { + "url": "https://tidal.com/artist/12932499", + "name": "tidal" + }, + { + "url": "https://tidal.com/artist/26586666", + "name": "tidal" + }, + { + "url": "https://jaxsta.com/profile/37f6307d-b2fd-4cee-9031-fb82d36adfd0", + "name": "jaxsta" + }, + { + "url": "https://music.apple.com/us/artist/268889393", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "The Girl (The Remixes)", + "disambiguation": "", + "overview": "", + "artistId": 61, + "foreignAlbumId": "e33cdd3e-2855-4a3c-91bf-8db0b809cc20", + "monitored": true, + "anyReleaseOk": true, + "profileId": 0, + "duration": 1388506, + "albumType": "EP", + "secondaryTypes": [ + "Remix" + ], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2015-07-13T00:00:00Z", + "releases": [ + { + "id": 348, + "albumId": 160, + "foreignReleaseId": "7878879f-794e-4b14-94b9-279098583b99", + "title": "The Girl (The Remixes)", + "status": "Official", + "duration": 1388506, + "trackCount": 5, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Monstercat" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Hellberg", + "foreignArtistId": "57b63b14-ca23-42f3-8e41-652bdc945241", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://twitter.com/HellbergMusic", + "name": "twitter" + }, + { + "url": "https://soundcloud.com/hellbergmusic", + "name": "soundcloud" + }, + { + "url": "http://www.hellbergmusic.com/", + "name": "hellbergmusic" + }, + { + "url": "https://www.instagram.com/hellbergmusic/", + "name": "instagram" + }, + { + "url": "https://www.deezer.com/artist/1930471", + "name": "deezer" + }, + { + "url": "https://plus.google.com/+TheOfficialHellberg", + "name": "google" + }, + { + "url": "https://open.spotify.com/artist/1kgxTtyF91VaqLD3J6Krd5", + "name": "spotify" + }, + { + "url": "https://www.discogs.com/artist/3009087", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/hellberg/278857", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ajjcbliwefv37mexusckgjyljiq", + "name": "google" + }, + { + "url": "https://www.wikidata.org/wiki/Q19976797", + "name": "wikidata" + }, + { + "url": "https://www.imdb.com/name/nm5995725/", + "name": "imdb" + }, + { + "url": "https://tidal.com/artist/4954275", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/hellberg", + "name": "monstercat" + }, + { + "url": "https://www.junodownload.com/artists/Hellberg/releases/", + "name": "junodownload" + }, + { + "url": "https://genius.com/artists/Hellberg", + "name": "genius" + }, + { + "url": "https://rateyourmusic.com/artist/hellberg", + "name": "rateyourmusic" + }, + { + "url": "https://www.facebook.com/278184345541712", + "name": "facebook" + }, + { + "url": "https://music.apple.com/se/artist/268889393", + "name": "apple" + }, + { + "url": "https://music.apple.com/se/artist/268889393", + "name": "apple" + }, + { + "url": "https://www.youtube.com/channel/UCLOGIsYh9g6_YDRnJHet-aQ", + "name": "youtube" + }, + { + "url": "https://tidal.com/artist/12932499", + "name": "tidal" + }, + { + "url": "https://tidal.com/artist/26586666", + "name": "tidal" + }, + { + "url": "https://jaxsta.com/profile/37f6307d-b2fd-4cee-9031-fb82d36adfd0", + "name": "jaxsta" + }, + { + "url": "https://music.apple.com/us/artist/268889393", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Hellberg", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [], + "cleanName": "hellberg", + "sortName": "hellberg", + "tags": [], + "added": "2023-09-11T04:43:26Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 61 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/7878879f-794e-4b14-94b9-279098583b99/17312135098-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 160 + }, + "images": [ + { + "url": "/MediaCover/61/poster.jpg?lastWrite=638602740260000000", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/61/poster.jpg" + } + ], + "path": "/mnt/plex/music/Hellberg", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "hellberg", + "sortName": "hellberg", + "tags": [], + "added": "2023-09-11T04:43:26Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 2, + "trackFileCount": 12, + "trackCount": 12, + "totalTrackCount": 12, + "sizeOnDisk": 144190847, + "percentOfTracks": 100 + }, + "id": 61 + }, + { + "status": "continuing", + "ended": false, + "artistName": "1uP", + "foreignArtistId": "b200d5c0-c0d6-4a42-92a7-0748f0109c53", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "dubstep", + "links": [ + { + "url": "https://www.discogs.com/artist/3638951", + "name": "discogs" + }, + { + "url": "https://www.facebook.com/1uPDubstep", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/1updubstep", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/1updubstep", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/user/1uPDubstep", + "name": "youtube" + }, + { + "url": "https://open.spotify.com/artist/7IbckQDhWF6ppQmWT5kCF7", + "name": "spotify" + }, + { + "url": "https://tidal.com/artist/4305302", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/1up", + "name": "monstercat" + }, + { + "url": "https://music.apple.com/us/artist/338928000", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/1327966", + "name": "deezer" + }, + { + "url": "https://www.junodownload.com/artists/1up/releases/", + "name": "junodownload" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "/MediaCover/62/clearlogo.png?lastWrite=638817381697560106", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "https://images.lidarr.audio/cache/https://assets.fanart.tv/fanart/1up-67f9bd6c4386e.png" + } + ], + "path": "/mnt/plex/music/1uP", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "1up", + "sortName": "1up", + "tags": [], + "added": "2023-09-11T04:43:27Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 62 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Rameses B", + "foreignArtistId": "bbd9a0a9-3605-4c3f-b9d0-48eb928a5275", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "UK melodic electronic artist; Rameses Booth", + "links": [ + { + "url": "https://www.discogs.com/artist/2629065", + "name": "discogs" + }, + { + "url": "https://soundcloud.com/ramesesb", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/RamesesB", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/channel/UCZOp92-sBSWk2X7UkmRPAtw", + "name": "youtube" + }, + { + "url": "https://www.facebook.com/RamesesB.official", + "name": "facebook" + }, + { + "url": "https://itunes.apple.com/gb/artist/id385332451", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Awwf5roachzwcsps4cnj6crbirq", + "name": "google" + }, + { + "url": "https://www.beatport.com/artist/rameses-b/213306", + "name": "beatport" + }, + { + "url": "https://ramesesb.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://www.last.fm/music/Rameses+B", + "name": "last" + }, + { + "url": "https://open.spotify.com/artist/06EfEcjc0vdvI6VNL0soIO", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/616950", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/4098014", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/ramesesb", + "name": "monstercat" + }, + { + "url": "https://www.instagram.com/ramesesb/", + "name": "instagram" + }, + { + "url": "https://ncs.io/artist/364/rameses-b", + "name": "ncs" + }, + { + "url": "https://www.wikidata.org/wiki/Q16734927", + "name": "wikidata" + }, + { + "url": "https://rateyourmusic.com/artist/rameses-b", + "name": "rateyourmusic" + }, + { + "url": "https://www.allmusic.com/artist/mn0002895202", + "name": "allmusic" + }, + { + "url": "https://genius.com/artists/Rameses-b", + "name": "genius" + }, + { + "url": "https://www.junodownload.com/artists/Rameses+B/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/gb/artist/385332451", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/385332451", + "name": "apple" + }, + { + "url": "https://music.apple.com/ca/artist/385332451", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Event Horizon", + "disambiguation": "", + "overview": "", + "artistId": 63, + "foreignAlbumId": "e9994a59-4598-4222-8cc3-fa61f049edd5", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 3999899, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2023-07-21T00:00:00Z", + "releases": [ + { + "id": 1908, + "albumId": 808, + "foreignReleaseId": "019286a6-0ef2-49db-a4db-09ab0d2b826c", + "title": "Event Horizon", + "status": "Official", + "duration": 2566975, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Liquicity" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 1909, + "albumId": 808, + "foreignReleaseId": "00f447f9-cae4-48b0-9cd4-b19f17d33bf0", + "title": "Event Horizon", + "status": "Official", + "duration": 3999899, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "with album DJ mix as final track", + "country": [ + "[Worldwide]" + ], + "label": [ + "Liquicity" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Drum And Bass", + "Electronic" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Rameses B", + "foreignArtistId": "bbd9a0a9-3605-4c3f-b9d0-48eb928a5275", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "UK melodic electronic artist; Rameses Booth", + "links": [ + { + "url": "https://www.discogs.com/artist/2629065", + "name": "discogs" + }, + { + "url": "https://soundcloud.com/ramesesb", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/RamesesB", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/channel/UCZOp92-sBSWk2X7UkmRPAtw", + "name": "youtube" + }, + { + "url": "https://www.facebook.com/RamesesB.official", + "name": "facebook" + }, + { + "url": "https://itunes.apple.com/gb/artist/id385332451", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Awwf5roachzwcsps4cnj6crbirq", + "name": "google" + }, + { + "url": "https://www.beatport.com/artist/rameses-b/213306", + "name": "beatport" + }, + { + "url": "https://ramesesb.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://www.last.fm/music/Rameses+B", + "name": "last" + }, + { + "url": "https://open.spotify.com/artist/06EfEcjc0vdvI6VNL0soIO", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/616950", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/4098014", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/ramesesb", + "name": "monstercat" + }, + { + "url": "https://www.instagram.com/ramesesb/", + "name": "instagram" + }, + { + "url": "https://ncs.io/artist/364/rameses-b", + "name": "ncs" + }, + { + "url": "https://www.wikidata.org/wiki/Q16734927", + "name": "wikidata" + }, + { + "url": "https://rateyourmusic.com/artist/rameses-b", + "name": "rateyourmusic" + }, + { + "url": "https://www.allmusic.com/artist/mn0002895202", + "name": "allmusic" + }, + { + "url": "https://genius.com/artists/Rameses-b", + "name": "genius" + }, + { + "url": "https://www.junodownload.com/artists/Rameses+B/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/gb/artist/385332451", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/385332451", + "name": "apple" + }, + { + "url": "https://music.apple.com/ca/artist/385332451", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/dno01s1731921815.jpg", + "coverType": "poster", + "extension": ".jpg" + }, + { + "url": "https://r2.TheAudioDB.com/images/media/artist/logo/o371cq1731922055.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/9c0c9s1731922194.jpg", + "coverType": "fanart", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Rameses B", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Drum And Bass" + ], + "cleanName": "ramesesb", + "sortName": "rameses b", + "tags": [], + "added": "2023-09-11T04:43:28Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 63 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/019286a6-0ef2-49db-a4db-09ab0d2b826c/36242092598-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://rateyourmusic.com/release/album/rameses-b/event-horizon/", + "name": "rateyourmusic" + } + ], + "id": 808 + }, + "images": [ + { + "url": "/MediaCover/63/poster.jpg?lastWrite=638675186410000000", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/dno01s1731921815.jpg" + }, + { + "url": "/MediaCover/63/clearlogo.png", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "https://r2.TheAudioDB.com/images/media/artist/logo/o371cq1731922055.png" + }, + { + "url": "/MediaCover/63/fanart.jpg?lastWrite=639075363116053601", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/9c0c9s1731922194.jpg" + } + ], + "path": "/mnt/plex/music/Rameses B", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Drum And Bass" + ], + "cleanName": "ramesesb", + "sortName": "rameses b", + "tags": [], + "added": "2023-09-11T04:43:28Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 10, + "trackFileCount": 0, + "trackCount": 140, + "totalTrackCount": 140, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 63 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Direct", + "foreignArtistId": "78a2cf98-3fac-43f1-86b5-974bed8c89ca", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "US electronic musician; Monstercat artist", + "links": [ + { + "url": "https://soundcloud.com/directmusic", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/directofficial", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/channel/UCKlbBAV8_SZsZtjh2M9VxhA", + "name": "youtube" + }, + { + "url": "https://www.discogs.com/artist/3325238", + "name": "discogs" + }, + { + "url": "http://listentodirect.com/", + "name": "listentodirect" + }, + { + "url": "https://www.facebook.com/directmusic94", + "name": "facebook" + }, + { + "url": "http://www.twitch.tv/directmusic", + "name": "twitch" + }, + { + "url": "https://www.instagram.com/directofficial/", + "name": "instagram" + }, + { + "url": "https://itunes.apple.com/us/artist/id206336756", + "name": "apple" + }, + { + "url": "https://open.spotify.com/artist/5eOyDcFvvdc7D7BD6gCdsi", + "name": "spotify" + }, + { + "url": "https://www.beatport.com/artist/direct/113095", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ahbw4y5wizf6cxksye7dm5olw7q", + "name": "google" + }, + { + "url": "https://www.deezer.com/artist/904821", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/3930594", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/direct", + "name": "monstercat" + }, + { + "url": "https://music.apple.com/us/artist/206336756", + "name": "apple" + }, + { + "url": "https://www.discogs.com/artist/7810119", + "name": "discogs" + }, + { + "url": "https://www.junodownload.com/artists/Direct/releases/", + "name": "junodownload" + }, + { + "url": "https://imvdb.com/n/direct", + "name": "imvdb" + }, + { + "url": "https://open.spotify.com/artist/6KZe7TI9ao7KRTGgiWH4t0", + "name": "spotify" + }, + { + "url": "https://tidal.com/artist/41589939", + "name": "tidal" + }, + { + "url": "https://open.spotify.com/artist/0K3y7nNuwkZTLIuQzgXPrY", + "name": "spotify" + }, + { + "url": "https://music.apple.com/gb/artist/206336756", + "name": "apple" + }, + { + "url": "https://direct.bandcamp.com/", + "name": "bandcamp" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Memory (Mr FijiWiji remix)", + "disambiguation": "", + "overview": "", + "artistId": 64, + "foreignAlbumId": "603568d3-0f86-46a8-98cb-9170ca6c2d5b", + "monitored": true, + "anyReleaseOk": true, + "profileId": 0, + "duration": 244000, + "albumType": "Single", + "secondaryTypes": [ + "Remix" + ], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2015-05-29T00:00:00Z", + "releases": [ + { + "id": 340, + "albumId": 152, + "foreignReleaseId": "c3f0b484-a07d-4348-adaf-24160a026987", + "title": "Memory (Mr FijiWiji remix)", + "status": "Official", + "duration": 244000, + "trackCount": 1, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Monstercat" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Chillout" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Direct", + "foreignArtistId": "78a2cf98-3fac-43f1-86b5-974bed8c89ca", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "US electronic musician; Monstercat artist", + "links": [ + { + "url": "https://soundcloud.com/directmusic", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/directofficial", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/channel/UCKlbBAV8_SZsZtjh2M9VxhA", + "name": "youtube" + }, + { + "url": "https://www.discogs.com/artist/3325238", + "name": "discogs" + }, + { + "url": "http://listentodirect.com/", + "name": "listentodirect" + }, + { + "url": "https://www.facebook.com/directmusic94", + "name": "facebook" + }, + { + "url": "http://www.twitch.tv/directmusic", + "name": "twitch" + }, + { + "url": "https://www.instagram.com/directofficial/", + "name": "instagram" + }, + { + "url": "https://itunes.apple.com/us/artist/id206336756", + "name": "apple" + }, + { + "url": "https://open.spotify.com/artist/5eOyDcFvvdc7D7BD6gCdsi", + "name": "spotify" + }, + { + "url": "https://www.beatport.com/artist/direct/113095", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ahbw4y5wizf6cxksye7dm5olw7q", + "name": "google" + }, + { + "url": "https://www.deezer.com/artist/904821", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/3930594", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/direct", + "name": "monstercat" + }, + { + "url": "https://music.apple.com/us/artist/206336756", + "name": "apple" + }, + { + "url": "https://www.discogs.com/artist/7810119", + "name": "discogs" + }, + { + "url": "https://www.junodownload.com/artists/Direct/releases/", + "name": "junodownload" + }, + { + "url": "https://imvdb.com/n/direct", + "name": "imvdb" + }, + { + "url": "https://open.spotify.com/artist/6KZe7TI9ao7KRTGgiWH4t0", + "name": "spotify" + }, + { + "url": "https://tidal.com/artist/41589939", + "name": "tidal" + }, + { + "url": "https://open.spotify.com/artist/0K3y7nNuwkZTLIuQzgXPrY", + "name": "spotify" + }, + { + "url": "https://music.apple.com/gb/artist/206336756", + "name": "apple" + }, + { + "url": "https://direct.bandcamp.com/", + "name": "bandcamp" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Direct", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Future Garage" + ], + "cleanName": "direct", + "sortName": "direct", + "tags": [], + "added": "2023-09-11T04:43:28Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 64 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/c3f0b484-a07d-4348-adaf-24160a026987/17447172393-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 152 + }, + "images": [], + "path": "/mnt/plex/music/Direct", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Future Garage" + ], + "cleanName": "direct", + "sortName": "direct", + "tags": [], + "added": "2023-09-11T04:43:28Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 1, + "trackFileCount": 1, + "trackCount": 1, + "totalTrackCount": 1, + "sizeOnDisk": 9945126, + "percentOfTracks": 100 + }, + "id": 64 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Dirtyphonics", + "foreignArtistId": "8b9a69ea-b60e-46c8-a1a5-93c56e7e4f35", + "tadbId": 0, + "discogsId": 0, + "overview": "Dirtyphonics is a French electronic music band from Paris, consisting of members Charly Barranger and Julien \"PitchIn\" Corrales. Known for blending Drum and bass, Dubstep, and other bass music genres with heavy metal and cinematic influences, the group has been active since 2004.", + "artistType": "Group", + "disambiguation": "drum & bass", + "links": [ + { + "url": "https://www.discogs.com/artist/1143233", + "name": "discogs" + }, + { + "url": "http://www.rolldabeats.com/artist/dirtyphonics", + "name": "rolldabeats" + }, + { + "url": "https://www.facebook.com/dirtyphonics", + "name": "facebook" + }, + { + "url": "https://www.youtube.com/channel/UCGDaw3Vw-Tsla6xoiAZzdDQ", + "name": "youtube" + }, + { + "url": "https://www.wikidata.org/wiki/Q3029750", + "name": "wikidata" + }, + { + "url": "https://www.beatport.com/artist/dirtyphonics/92488", + "name": "beatport" + }, + { + "url": "https://itunes.apple.com/fr/artist/id310927602", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Aqy6wd63ile6d2vwglxevlytymy", + "name": "google" + }, + { + "url": "http://www.junodownload.com/artists/Dirtyphonics/", + "name": "junodownload" + }, + { + "url": "https://fr.7digital.com/artist/dirtyphonics", + "name": "7digital" + }, + { + "url": "https://www.deezer.com/artist/407883", + "name": "deezer" + }, + { + "url": "https://open.spotify.com/artist/4zymhxzJ0UJc74tMHGyoWs", + "name": "spotify" + }, + { + "url": "https://www.allmusic.com/artist/mn0001542504", + "name": "allmusic" + }, + { + "url": "https://www.dirtyphonics.com/", + "name": "dirtyphonics" + }, + { + "url": "https://twitter.com/DIRTYPHONICS", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/dirtyphonics/", + "name": "instagram" + }, + { + "url": "https://soundcloud.com/dirtyphonics", + "name": "soundcloud" + }, + { + "url": "https://www.last.fm/music/Dirtyphonics", + "name": "last" + }, + { + "url": "https://www.songkick.com/artists/862178", + "name": "songkick" + }, + { + "url": "https://tidal.com/artist/3996314", + "name": "tidal" + }, + { + "url": "https://rateyourmusic.com/artist/dirtyphonics", + "name": "rateyourmusic" + }, + { + "url": "https://music.apple.com/gb/artist/310927602", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/310927602", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Magnetic", + "disambiguation": "", + "overview": "", + "artistId": 65, + "foreignAlbumId": "fe15e582-56d1-4557-a471-dd952813399c", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 3067612, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 10 + }, + "releaseDate": "2024-05-03T00:00:00Z", + "releases": [ + { + "id": 2321, + "albumId": 977, + "foreignReleaseId": "ee1be6eb-a435-49f8-9053-5117f60e83c2", + "title": "Magnetic", + "status": "Official", + "duration": 3067612, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Monstercat Uncaged" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Dirtyphonics", + "foreignArtistId": "8b9a69ea-b60e-46c8-a1a5-93c56e7e4f35", + "tadbId": 0, + "discogsId": 0, + "overview": "Dirtyphonics is a French electronic music band from Paris, consisting of members Charly Barranger and Julien \"PitchIn\" Corrales. Known for blending Drum and bass, Dubstep, and other bass music genres with heavy metal and cinematic influences, the group has been active since 2004.", + "artistType": "Group", + "disambiguation": "drum & bass", + "links": [ + { + "url": "https://www.discogs.com/artist/1143233", + "name": "discogs" + }, + { + "url": "http://www.rolldabeats.com/artist/dirtyphonics", + "name": "rolldabeats" + }, + { + "url": "https://www.facebook.com/dirtyphonics", + "name": "facebook" + }, + { + "url": "https://www.youtube.com/channel/UCGDaw3Vw-Tsla6xoiAZzdDQ", + "name": "youtube" + }, + { + "url": "https://www.wikidata.org/wiki/Q3029750", + "name": "wikidata" + }, + { + "url": "https://www.beatport.com/artist/dirtyphonics/92488", + "name": "beatport" + }, + { + "url": "https://itunes.apple.com/fr/artist/id310927602", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Aqy6wd63ile6d2vwglxevlytymy", + "name": "google" + }, + { + "url": "http://www.junodownload.com/artists/Dirtyphonics/", + "name": "junodownload" + }, + { + "url": "https://fr.7digital.com/artist/dirtyphonics", + "name": "7digital" + }, + { + "url": "https://www.deezer.com/artist/407883", + "name": "deezer" + }, + { + "url": "https://open.spotify.com/artist/4zymhxzJ0UJc74tMHGyoWs", + "name": "spotify" + }, + { + "url": "https://www.allmusic.com/artist/mn0001542504", + "name": "allmusic" + }, + { + "url": "https://www.dirtyphonics.com/", + "name": "dirtyphonics" + }, + { + "url": "https://twitter.com/DIRTYPHONICS", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/dirtyphonics/", + "name": "instagram" + }, + { + "url": "https://soundcloud.com/dirtyphonics", + "name": "soundcloud" + }, + { + "url": "https://www.last.fm/music/Dirtyphonics", + "name": "last" + }, + { + "url": "https://www.songkick.com/artists/862178", + "name": "songkick" + }, + { + "url": "https://tidal.com/artist/3996314", + "name": "tidal" + }, + { + "url": "https://rateyourmusic.com/artist/dirtyphonics", + "name": "rateyourmusic" + }, + { + "url": "https://music.apple.com/gb/artist/310927602", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/310927602", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/ryuvys1383054407.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Dirtyphonics", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Drum And Bass", + "Dubstep" + ], + "cleanName": "dirtyphonics", + "sortName": "dirtyphonics", + "tags": [], + "added": "2023-09-11T04:43:29Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 65 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/ee1be6eb-a435-49f8-9053-5117f60e83c2/38720121644-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.discogs.com/master/3483976", + "name": "discogs" + }, + { + "url": "https://rateyourmusic.com/release/album/dirtyphonics/magnetic/", + "name": "rateyourmusic" + } + ], + "id": 977 + }, + "images": [ + { + "url": "/MediaCover/65/poster.jpg?lastWrite=638065417180000000", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/ryuvys1383054407.jpg" + } + ], + "path": "/mnt/plex/music/Dirtyphonics", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Drum And Bass", + "Dubstep" + ], + "cleanName": "dirtyphonics", + "sortName": "dirtyphonics", + "tags": [], + "added": "2023-09-11T04:43:29Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 2, + "trackFileCount": 0, + "trackCount": 26, + "totalTrackCount": 26, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 65 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Televisor", + "foreignArtistId": "eb4f57c2-5909-40d3-8d6b-6ea4d2204194", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/televisormusic", + "name": "soundcloud" + }, + { + "url": "https://itunes.apple.com/gb/artist/id518401658", + "name": "apple" + }, + { + "url": "https://www.facebook.com/televisormusic", + "name": "facebook" + }, + { + "url": "https://twitter.com/televisormusic", + "name": "twitter" + }, + { + "url": "https://www.beatport.com/artist/televisor/20213", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Af25pzzl5wmrdxz6p2smvze3mou", + "name": "google" + }, + { + "url": "https://www.youtube.com/user/TelevisorMusic", + "name": "youtube" + }, + { + "url": "https://www.instagram.com/televisormusic/", + "name": "instagram" + }, + { + "url": "https://www.discogs.com/artist/3280723", + "name": "discogs" + }, + { + "url": "https://www.deezer.com/artist/1931361", + "name": "deezer" + }, + { + "url": "https://open.spotify.com/artist/5h4HpujvLoTaqy2tkrs2DC", + "name": "spotify" + }, + { + "url": "https://music.apple.com/gb/artist/518401658", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/4679511", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/televisor", + "name": "monstercat" + }, + { + "url": "https://www.junodownload.com/artists/Televisor/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/us/artist/518401658", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Venture (The Remixes)", + "disambiguation": "", + "overview": "", + "artistId": 66, + "foreignAlbumId": "c5780a0a-e0a6-48d4-bec5-509512a5e74f", + "monitored": true, + "anyReleaseOk": true, + "profileId": 0, + "duration": 985000, + "albumType": "EP", + "secondaryTypes": [ + "Remix" + ], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2015-09-04T00:00:00Z", + "releases": [ + { + "id": 355, + "albumId": 166, + "foreignReleaseId": "88425ce0-710f-4ddc-a677-87ffbe9fc3b3", + "title": "Venture (The Remixes)", + "status": "Official", + "duration": 985000, + "trackCount": 4, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Monstercat" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Disco", + "Electronic", + "Glitch", + "Hip Hop", + "House" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Televisor", + "foreignArtistId": "eb4f57c2-5909-40d3-8d6b-6ea4d2204194", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/televisormusic", + "name": "soundcloud" + }, + { + "url": "https://itunes.apple.com/gb/artist/id518401658", + "name": "apple" + }, + { + "url": "https://www.facebook.com/televisormusic", + "name": "facebook" + }, + { + "url": "https://twitter.com/televisormusic", + "name": "twitter" + }, + { + "url": "https://www.beatport.com/artist/televisor/20213", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Af25pzzl5wmrdxz6p2smvze3mou", + "name": "google" + }, + { + "url": "https://www.youtube.com/user/TelevisorMusic", + "name": "youtube" + }, + { + "url": "https://www.instagram.com/televisormusic/", + "name": "instagram" + }, + { + "url": "https://www.discogs.com/artist/3280723", + "name": "discogs" + }, + { + "url": "https://www.deezer.com/artist/1931361", + "name": "deezer" + }, + { + "url": "https://open.spotify.com/artist/5h4HpujvLoTaqy2tkrs2DC", + "name": "spotify" + }, + { + "url": "https://music.apple.com/gb/artist/518401658", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/4679511", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/televisor", + "name": "monstercat" + }, + { + "url": "https://www.junodownload.com/artists/Televisor/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/us/artist/518401658", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Televisor", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [], + "cleanName": "televisor", + "sortName": "televisor", + "tags": [], + "added": "2023-09-11T04:43:29Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 66 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/88425ce0-710f-4ddc-a677-87ffbe9fc3b3/17835979527-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 166 + }, + "images": [ + { + "url": "/MediaCover/66/poster.jpg?lastWrite=635819009430000000", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/66/poster.jpg" + } + ], + "path": "/mnt/plex/music/Televisor", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "televisor", + "sortName": "televisor", + "tags": [], + "added": "2023-09-11T04:43:29Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 2, + "trackFileCount": 9, + "trackCount": 9, + "totalTrackCount": 9, + "sizeOnDisk": 102874778, + "percentOfTracks": 100 + }, + "id": 66 + }, + { + "status": "continuing", + "ended": false, + "artistName": "San Holo", + "foreignArtistId": "23101701-cecf-4c9b-9b4c-d6a249eac118", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.facebook.com/sanholobeats", + "name": "facebook" + }, + { + "url": "https://twitter.com/sanholobeats", + "name": "twitter" + }, + { + "url": "https://soundcloud.com/sanholobeats", + "name": "soundcloud" + }, + { + "url": "https://www.songkick.com/artists/8397038", + "name": "songkick" + }, + { + "url": "https://www.youtube.com/channel/UCIwv90GceyJdsl9-9YYYaLQ", + "name": "youtube" + }, + { + "url": "https://www.discogs.com/artist/4213572", + "name": "discogs" + }, + { + "url": "https://www.wikidata.org/wiki/Q21621487", + "name": "wikidata" + }, + { + "url": "https://www.beatport.com/artist/san-holo/403059", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Afjqcbxppqrfp425auv2uw6eqei", + "name": "google" + }, + { + "url": "https://itunes.apple.com/nl/artist/id630923298", + "name": "apple" + }, + { + "url": "https://rateyourmusic.com/artist/san-holo-1", + "name": "rateyourmusic" + }, + { + "url": "http://sanholo.com/", + "name": "sanholo" + }, + { + "url": "https://www.instagram.com/sanholobeats/", + "name": "instagram" + }, + { + "url": "https://open.spotify.com/artist/0jNDKefhfSbLR9sFvcPLHo", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/5696423", + "name": "deezer" + }, + { + "url": "https://www.allmusic.com/artist/mn0003432687", + "name": "allmusic" + }, + { + "url": "https://tidal.com/artist/5951279", + "name": "tidal" + }, + { + "url": "https://music.apple.com/nl/artist/630923298", + "name": "apple" + }, + { + "url": "https://sanholobeats.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "http://id.loc.gov/authorities/names/no2018099328", + "name": "loc" + }, + { + "url": "https://web.archive.org/web/20251214044936/https://i1.sndcdn.com/avatars-Mz0B8ZHPgA1vIrUs-zhDepg-original.jpg", + "name": "archive" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "EXISTENTIAL DANCE MUSIC", + "disambiguation": "", + "overview": "Existential Dance Music is the third studio album by Dutch musician San Holo, released on September 15, 2023, through Helix Records.", + "artistId": 67, + "foreignAlbumId": "ea99a992-19ad-4077-8083-8c0299aa34e0", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 3029000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2023-09-15T00:00:00Z", + "releases": [ + { + "id": 2054, + "albumId": 896, + "foreignReleaseId": "b9d46909-5813-4fe8-af6a-800180b807e8", + "title": "EXISTENTIAL DANCE MUSIC", + "status": "Official", + "duration": 3029000, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Helix Records" + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 2057, + "albumId": 896, + "foreignReleaseId": "65172632-59c1-48ea-b317-73b5eaf3d0c1", + "title": "EXISTENTIAL DANCE MUSIC", + "status": "Official", + "duration": 3029000, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Helix Records" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "San Holo", + "foreignArtistId": "23101701-cecf-4c9b-9b4c-d6a249eac118", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.facebook.com/sanholobeats", + "name": "facebook" + }, + { + "url": "https://twitter.com/sanholobeats", + "name": "twitter" + }, + { + "url": "https://soundcloud.com/sanholobeats", + "name": "soundcloud" + }, + { + "url": "https://www.songkick.com/artists/8397038", + "name": "songkick" + }, + { + "url": "https://www.youtube.com/channel/UCIwv90GceyJdsl9-9YYYaLQ", + "name": "youtube" + }, + { + "url": "https://www.discogs.com/artist/4213572", + "name": "discogs" + }, + { + "url": "https://www.wikidata.org/wiki/Q21621487", + "name": "wikidata" + }, + { + "url": "https://www.beatport.com/artist/san-holo/403059", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Afjqcbxppqrfp425auv2uw6eqei", + "name": "google" + }, + { + "url": "https://itunes.apple.com/nl/artist/id630923298", + "name": "apple" + }, + { + "url": "https://rateyourmusic.com/artist/san-holo-1", + "name": "rateyourmusic" + }, + { + "url": "http://sanholo.com/", + "name": "sanholo" + }, + { + "url": "https://www.instagram.com/sanholobeats/", + "name": "instagram" + }, + { + "url": "https://open.spotify.com/artist/0jNDKefhfSbLR9sFvcPLHo", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/5696423", + "name": "deezer" + }, + { + "url": "https://www.allmusic.com/artist/mn0003432687", + "name": "allmusic" + }, + { + "url": "https://tidal.com/artist/5951279", + "name": "tidal" + }, + { + "url": "https://music.apple.com/nl/artist/630923298", + "name": "apple" + }, + { + "url": "https://sanholobeats.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "http://id.loc.gov/authorities/names/no2018099328", + "name": "loc" + }, + { + "url": "https://web.archive.org/web/20251214044936/https://i1.sndcdn.com/avatars-Mz0B8ZHPgA1vIrUs-zhDepg-original.jpg", + "name": "archive" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/San Holo", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Future Bass", + "Electronic", + "Trap", + "Edm" + ], + "cleanName": "sanholo", + "sortName": "san holo", + "tags": [], + "added": "2023-09-11T04:43:29Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "id": 67 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/b9d46909-5813-4fe8-af6a-800180b807e8/36721454793-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.wikidata.org/wiki/Q122615810", + "name": "wikidata" + } + ], + "id": 896 + }, + "images": [ + { + "url": "/MediaCover/67/poster.jpg?lastWrite=638602807170000000", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/67/poster.jpg" + } + ], + "path": "/mnt/plex/music/San Holo", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Future Bass", + "Electronic", + "Trap", + "Edm" + ], + "cleanName": "sanholo", + "sortName": "san holo", + "tags": [], + "added": "2023-09-11T04:43:29Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "statistics": { + "albumCount": 4, + "trackFileCount": 2, + "trackCount": 62, + "totalTrackCount": 62, + "sizeOnDisk": 15924209, + "percentOfTracks": 3.225806451612903 + }, + "id": 67 + }, + { + "status": "continuing", + "ended": false, + "artistName": "TwoThirds", + "foreignArtistId": "1c44bbe5-a6e4-4c07-9ea8-b700816e6b86", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.facebook.com/TwoThirdsDnB", + "name": "facebook" + }, + { + "url": "https://twitter.com/TwoThirdsDnB", + "name": "twitter" + }, + { + "url": "https://www.discogs.com/artist/2360733", + "name": "discogs" + }, + { + "url": "https://soundcloud.com/lewismd", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/channel/UCHy6kPd8g5lZnfbUvMDUuXQ", + "name": "youtube" + }, + { + "url": "https://twothirdsdnb.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://www.beatport.com/artist/twothirds/180224", + "name": "beatport" + }, + { + "url": "https://itunes.apple.com/gb/artist/id422760416", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Aqbzps2tdkwatiy5duddeqi75be", + "name": "google" + }, + { + "url": "https://open.spotify.com/artist/1Q0ug0ZkUQ3pyfY8vKE730", + "name": "spotify" + }, + { + "url": "https://tidal.com/artist/4890030", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/1522098", + "name": "deezer" + }, + { + "url": "https://player.monstercat.app/artist/twothirds", + "name": "monstercat" + }, + { + "url": "https://music.apple.com/us/artist/422760416", + "name": "apple" + }, + { + "url": "https://www.junodownload.com/artists/Twothirds/releases/", + "name": "junodownload" + }, + { + "url": "https://genius.com/artists/Twothirds", + "name": "genius" + }, + { + "url": "https://rateyourmusic.com/artist/twothirds", + "name": "rateyourmusic" + }, + { + "url": "https://music.apple.com/gb/artist/422760416", + "name": "apple" + }, + { + "url": "https://open.spotify.com/artist/5EuLaMwYamree7kzPvrPds", + "name": "spotify" + }, + { + "url": "https://music.apple.com/us/artist/435144020", + "name": "apple" + }, + { + "url": "https://open.spotify.com/artist/46ZqJEkWtDAqNi4IHsQ9Ec", + "name": "spotify" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/TwoThirds", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Drum And Bass" + ], + "cleanName": "twothirds", + "sortName": "twothirds", + "tags": [], + "added": "2023-09-11T04:43:30Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 68 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Karma Fields", + "foreignArtistId": "f4bd4c06-f98f-4f8d-8539-61e8c1721af1", + "tadbId": 0, + "discogsId": 0, + "disambiguation": "canadian electronic | complextro", + "links": [ + { + "url": "https://www.facebook.com/karmafieldsmusic", + "name": "facebook" + }, + { + "url": "https://twitter.com/karma_fields", + "name": "twitter" + }, + { + "url": "https://soundcloud.com/karmafields", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/channel/UCxhd0BvP8mL7QF20bPDNrKg", + "name": "youtube" + }, + { + "url": "https://open.spotify.com/artist/1tRsdSvjwp34PDvcmix6SJ", + "name": "spotify" + }, + { + "url": "http://karmafields.com/", + "name": "karmafields" + }, + { + "url": "https://play.google.com/store/music/artist?id=Aemwy4abcubupt64bi4bx6npqga", + "name": "google" + }, + { + "url": "https://www.beatport.com/artist/karma-fields/467117", + "name": "beatport" + }, + { + "url": "https://www.discogs.com/artist/4290967", + "name": "discogs" + }, + { + "url": "https://itunes.apple.com/artist/id970621297", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/970621297", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "BODY RUSH", + "disambiguation": "", + "overview": "", + "artistId": 69, + "foreignAlbumId": "5279633c-341c-454d-9253-e2a7ca5a3f93", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 4798317, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 9 + }, + "releaseDate": "2019-03-15T00:00:00Z", + "releases": [ + { + "id": 1920, + "albumId": 813, + "foreignReleaseId": "ca4d8fdd-2ae8-4a44-bfc2-5ee072982457", + "title": "BODY RUSH", + "status": "Official", + "duration": 3336000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 1921, + "albumId": 813, + "foreignReleaseId": "ffaba632-313a-452d-8b13-eac373d71b6d", + "title": "BODY RUSH (Deluxe Version)", + "status": "Official", + "duration": 4798317, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Electronic", + "Electronica" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Karma Fields", + "foreignArtistId": "f4bd4c06-f98f-4f8d-8539-61e8c1721af1", + "tadbId": 0, + "discogsId": 0, + "disambiguation": "canadian electronic | complextro", + "links": [ + { + "url": "https://www.facebook.com/karmafieldsmusic", + "name": "facebook" + }, + { + "url": "https://twitter.com/karma_fields", + "name": "twitter" + }, + { + "url": "https://soundcloud.com/karmafields", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/channel/UCxhd0BvP8mL7QF20bPDNrKg", + "name": "youtube" + }, + { + "url": "https://open.spotify.com/artist/1tRsdSvjwp34PDvcmix6SJ", + "name": "spotify" + }, + { + "url": "http://karmafields.com/", + "name": "karmafields" + }, + { + "url": "https://play.google.com/store/music/artist?id=Aemwy4abcubupt64bi4bx6npqga", + "name": "google" + }, + { + "url": "https://www.beatport.com/artist/karma-fields/467117", + "name": "beatport" + }, + { + "url": "https://www.discogs.com/artist/4290967", + "name": "discogs" + }, + { + "url": "https://itunes.apple.com/artist/id970621297", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/970621297", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Karma Fields", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Complextro", + "Electro House" + ], + "cleanName": "karmafields", + "sortName": "karma fields", + "tags": [], + "added": "2023-09-11T04:43:32Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 69 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/ffaba632-313a-452d-8b13-eac373d71b6d/27299283945-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2024-03-18T11:29:40Z", + "id": 813 + }, + "images": [], + "path": "/mnt/plex/music/Karma Fields", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Complextro", + "Electro House" + ], + "cleanName": "karmafields", + "sortName": "karma fields", + "tags": [], + "added": "2023-09-11T04:43:32Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 3, + "trackFileCount": 17, + "trackCount": 36, + "totalTrackCount": 36, + "sizeOnDisk": 293286208, + "percentOfTracks": 47.22222222222222 + }, + "id": 69 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Haywyre", + "foreignArtistId": "a2655283-a2b6-493d-843b-dd0995ac401e", + "tadbId": 0, + "discogsId": 0, + "overview": "Martin Sebastian Vogt, better known by his stage name Haywyre, is an American electronic music producer, pianist, and performer. He is known for fusing elements of classical, jazz and funk into various genres of electronic music, as well as his unique style of piano improvisation within electronic music. In 2014, Vogt released a performance video showcasing his re-interpretation of Michael Jackson's \"Smooth Criminal\" which saw viral success on YouTube. Vogt has toured with artists such as Mat Zo, Gramatik, Zedd, GRiZ and Rezz, as well as playing festivals such as Coachella and Bonnaroo and headlining his own North American tours.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/2326855", + "name": "discogs" + }, + { + "url": "https://haywyre.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://itunes.apple.com/us/artist/id338401950", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ai4yfd74pblhc3ybghkldzy36cy", + "name": "google" + }, + { + "url": "https://www.beatport.com/artist/haywyre/231618", + "name": "beatport" + }, + { + "url": "https://soundcloud.com/haywyre", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/channel/UCxGKfJ-Xf8lgdX9PC00YMrA", + "name": "youtube" + }, + { + "url": "https://twitter.com/haywyremusic", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/haywyre/", + "name": "instagram" + }, + { + "url": "https://www.facebook.com/Haywyre", + "name": "facebook" + }, + { + "url": "https://www.wikidata.org/wiki/Q24286784", + "name": "wikidata" + }, + { + "url": "https://www.deezer.com/artist/1154232", + "name": "deezer" + }, + { + "url": "https://open.spotify.com/artist/7aUSp5cOZlwEtd5zPC795k", + "name": "spotify" + }, + { + "url": "https://www.last.fm/music/Haywyre", + "name": "last" + }, + { + "url": "https://www.allmusic.com/artist/mn0002913224", + "name": "allmusic" + }, + { + "url": "https://tidal.com/artist/4348634", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/haywyre", + "name": "monstercat" + }, + { + "url": "https://www.haywyremusic.com/", + "name": "haywyremusic" + }, + { + "url": "https://www.junodownload.com/artists/Haywyre/releases/", + "name": "junodownload" + }, + { + "url": "https://www.traxsource.com/artist/248611", + "name": "traxsource" + }, + { + "url": "https://music.apple.com/us/artist/338401950", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/338401950", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Two Fold, Pt. 2", + "disambiguation": "", + "overview": "", + "artistId": 70, + "foreignAlbumId": "0d4d7694-f5ab-4867-b4bd-133d6827f738", + "monitored": true, + "anyReleaseOk": true, + "profileId": 0, + "duration": 1758000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 10 + }, + "releaseDate": "2016-02-08T00:00:00Z", + "releases": [ + { + "id": 314, + "albumId": 131, + "foreignReleaseId": "6aebb4a9-09ca-430b-aae3-d0079e3a56f2", + "title": "Two Fold, Pt. 2", + "status": "Official", + "duration": 1758000, + "trackCount": 9, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "BitTorrent bundle", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 315, + "albumId": 131, + "foreignReleaseId": "e409865f-b994-4cdc-8a35-05458ae24f6e", + "title": "Two Fold, Pt. 2", + "status": "Official", + "duration": 1758000, + "trackCount": 9, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "Monstercat release", + "country": [ + "[Worldwide]" + ], + "label": [ + "Monstercat" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Electronic", + "House", + "Future Bass", + "Glitch Hop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Haywyre", + "foreignArtistId": "a2655283-a2b6-493d-843b-dd0995ac401e", + "tadbId": 0, + "discogsId": 0, + "overview": "Martin Sebastian Vogt, better known by his stage name Haywyre, is an American electronic music producer, pianist, and performer. He is known for fusing elements of classical, jazz and funk into various genres of electronic music, as well as his unique style of piano improvisation within electronic music. In 2014, Vogt released a performance video showcasing his re-interpretation of Michael Jackson's \"Smooth Criminal\" which saw viral success on YouTube. Vogt has toured with artists such as Mat Zo, Gramatik, Zedd, GRiZ and Rezz, as well as playing festivals such as Coachella and Bonnaroo and headlining his own North American tours.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/2326855", + "name": "discogs" + }, + { + "url": "https://haywyre.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://itunes.apple.com/us/artist/id338401950", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ai4yfd74pblhc3ybghkldzy36cy", + "name": "google" + }, + { + "url": "https://www.beatport.com/artist/haywyre/231618", + "name": "beatport" + }, + { + "url": "https://soundcloud.com/haywyre", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/channel/UCxGKfJ-Xf8lgdX9PC00YMrA", + "name": "youtube" + }, + { + "url": "https://twitter.com/haywyremusic", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/haywyre/", + "name": "instagram" + }, + { + "url": "https://www.facebook.com/Haywyre", + "name": "facebook" + }, + { + "url": "https://www.wikidata.org/wiki/Q24286784", + "name": "wikidata" + }, + { + "url": "https://www.deezer.com/artist/1154232", + "name": "deezer" + }, + { + "url": "https://open.spotify.com/artist/7aUSp5cOZlwEtd5zPC795k", + "name": "spotify" + }, + { + "url": "https://www.last.fm/music/Haywyre", + "name": "last" + }, + { + "url": "https://www.allmusic.com/artist/mn0002913224", + "name": "allmusic" + }, + { + "url": "https://tidal.com/artist/4348634", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/haywyre", + "name": "monstercat" + }, + { + "url": "https://www.haywyremusic.com/", + "name": "haywyremusic" + }, + { + "url": "https://www.junodownload.com/artists/Haywyre/releases/", + "name": "junodownload" + }, + { + "url": "https://www.traxsource.com/artist/248611", + "name": "traxsource" + }, + { + "url": "https://music.apple.com/us/artist/338401950", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/338401950", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://assets.fanart.tv/fanart/haywyre-553f417ec4a0b.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://assets.fanart.tv/fanart/haywyre-553f4189d89fd.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Haywyre", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Electronica", + "Funk", + "Future Bass", + "Glitch Hop" + ], + "cleanName": "haywyre", + "sortName": "haywyre", + "tags": [], + "added": "2023-09-11T04:43:33Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "id": 70 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/6aebb4a9-09ca-430b-aae3-d0079e3a56f2/17128675346-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.allmusic.com/album/mw0002922819", + "name": "allmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q30643423", + "name": "wikidata" + }, + { + "url": "https://genius.com/albums/Haywyre/Two-fold-pt-2", + "name": "genius" + }, + { + "url": "https://rateyourmusic.com/release/album/haywyre/two-fold-pt-2/", + "name": "rateyourmusic" + } + ], + "id": 131 + }, + "images": [ + { + "url": "/MediaCover/70/fanart.jpg?lastWrite=639050301883075292", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://assets.fanart.tv/fanart/haywyre-553f417ec4a0b.jpg" + }, + { + "url": "/MediaCover/70/poster.jpg?lastWrite=639050301882805655", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://assets.fanart.tv/fanart/haywyre-553f4189d89fd.jpg" + } + ], + "path": "/mnt/plex/music/Haywyre", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Electronica", + "Funk", + "Future Bass", + "Glitch Hop" + ], + "cleanName": "haywyre", + "sortName": "haywyre", + "tags": [], + "added": "2023-09-11T04:43:33Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "statistics": { + "albumCount": 6, + "trackFileCount": 17, + "trackCount": 69, + "totalTrackCount": 69, + "sizeOnDisk": 237369142, + "percentOfTracks": 24.63768115942029 + }, + "id": 70 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Nigel Good", + "foreignArtistId": "b69fe288-9cee-44e1-8044-9619c6376d1a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Canadian Electronic Music Producer, Nigel Goodfellow", + "links": [ + { + "url": "https://soundcloud.com/nigelgood", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/nigelgoodmusic", + "name": "facebook" + }, + { + "url": "https://twitter.com/nigelgood", + "name": "twitter" + }, + { + "url": "https://www.beatport.com/artist/nigel-good/192132", + "name": "beatport" + }, + { + "url": "https://www.youtube.com/channel/UCnqL5z-OAN-QHT4aRFtpvWA", + "name": "youtube" + }, + { + "url": "https://www.allmusic.com/artist/mn0003193820", + "name": "allmusic" + }, + { + "url": "https://www.discogs.com/artist/2385765", + "name": "discogs" + }, + { + "url": "https://www.instagram.com/nigelgood/", + "name": "instagram" + }, + { + "url": "https://open.spotify.com/artist/5Q0xO4AeNtPKPqWcpCygD2", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/5086477", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/5283449", + "name": "tidal" + }, + { + "url": "https://music.apple.com/gb/artist/458201502", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/458201502", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "A Little Something", + "disambiguation": "", + "overview": "", + "artistId": 71, + "foreignAlbumId": "e699668d-b44d-46d0-951c-b7c9bd0de05c", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 5449000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 10 + }, + "releaseDate": "2024-05-21T00:00:00Z", + "releases": [ + { + "id": 2335, + "albumId": 984, + "foreignReleaseId": "e42177ae-92f4-4a1a-b759-c158b8b97ee5", + "title": "A Little Something", + "status": "Official", + "duration": 5449000, + "trackCount": 24, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "Beatport / Junodownload / YouTube Music (Single media)", + "country": [ + "[Worldwide]" + ], + "label": [ + "Monstercat Silk" + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 2336, + "albumId": 984, + "foreignReleaseId": "41254933-9bcf-4478-8d45-9e90bad21009", + "title": "A Little Something", + "status": "Official", + "duration": 5445000, + "trackCount": 24, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "Spotify / Deezer (Two \"Disc\" Medias version)", + "country": [ + "[Worldwide]" + ], + "label": [ + "Monstercat Silk" + ], + "format": "2xDigital Media", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Nigel Good", + "foreignArtistId": "b69fe288-9cee-44e1-8044-9619c6376d1a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Canadian Electronic Music Producer, Nigel Goodfellow", + "links": [ + { + "url": "https://soundcloud.com/nigelgood", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/nigelgoodmusic", + "name": "facebook" + }, + { + "url": "https://twitter.com/nigelgood", + "name": "twitter" + }, + { + "url": "https://www.beatport.com/artist/nigel-good/192132", + "name": "beatport" + }, + { + "url": "https://www.youtube.com/channel/UCnqL5z-OAN-QHT4aRFtpvWA", + "name": "youtube" + }, + { + "url": "https://www.allmusic.com/artist/mn0003193820", + "name": "allmusic" + }, + { + "url": "https://www.discogs.com/artist/2385765", + "name": "discogs" + }, + { + "url": "https://www.instagram.com/nigelgood/", + "name": "instagram" + }, + { + "url": "https://open.spotify.com/artist/5Q0xO4AeNtPKPqWcpCygD2", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/5086477", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/5283449", + "name": "tidal" + }, + { + "url": "https://music.apple.com/gb/artist/458201502", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/458201502", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Nigel Good", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Progressive House", + "Chillout", + "Downtempo", + "Drum And Bass", + "Glitch" + ], + "cleanName": "nigelgood", + "sortName": "nigel good", + "tags": [], + "added": "2023-09-11T04:43:33Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "id": 71 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/e42177ae-92f4-4a1a-b759-c158b8b97ee5/38876005495-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 984 + }, + "images": [], + "path": "/mnt/plex/music/Nigel Good", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Progressive House", + "Chillout", + "Downtempo", + "Drum And Bass", + "Glitch" + ], + "cleanName": "nigelgood", + "sortName": "nigel good", + "tags": [], + "added": "2023-09-11T04:43:33Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "statistics": { + "albumCount": 3, + "trackFileCount": 12, + "trackCount": 49, + "totalTrackCount": 49, + "sizeOnDisk": 112730701, + "percentOfTracks": 24.489795918367346 + }, + "id": 71 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Marshmello", + "foreignArtistId": "301b45a4-b8b9-410e-8344-4b4eaf96691a", + "tadbId": 0, + "discogsId": 0, + "overview": "Christopher Comstock, known professionally as Marshmello, is an American DJ and record producer. His songs \"Silence\", \"Wolves\", \"Friends\", \"Happier\", and \"Alone\" have each received multi-platinum certifications in several countries, and peaked within the top 40 of the Billboard Hot 100. His musical style includes groove-oriented, synth and bass-heavy electronic dance music.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.facebook.com/marshmellomusic", + "name": "facebook" + }, + { + "url": "https://twitter.com/marshmellomusic", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/marshmellomusic/", + "name": "instagram" + }, + { + "url": "https://www.beatport.com/artist/marshmello/1101", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Achiqpfv5ncaoobeiu6vfmf2jf4", + "name": "google" + }, + { + "url": "https://www.discogs.com/artist/4688591", + "name": "discogs" + }, + { + "url": "https://marshmellomusic.com/", + "name": "marshmellomusic" + }, + { + "url": "https://soundcloud.com/marshmellomusic", + "name": "soundcloud" + }, + { + "url": "https://itunes.apple.com/us/artist/id980795202", + "name": "apple" + }, + { + "url": "https://open.spotify.com/artist/64KEffDW9EtZ1y2vBYgq8T", + "name": "spotify" + }, + { + "url": "https://www.bandsintown.com/a/5585634", + "name": "bandsintown" + }, + { + "url": "https://www.wikidata.org/wiki/Q26334949", + "name": "wikidata" + }, + { + "url": "https://www.deezer.com/artist/7890702", + "name": "deezer" + }, + { + "url": "https://www.allmusic.com/artist/mn0001374210", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/marshmello-1", + "name": "rateyourmusic" + }, + { + "url": "https://www.last.fm/music/Marshmello", + "name": "last" + }, + { + "url": "https://genius.com/artists/Marshmello", + "name": "genius" + }, + { + "url": "https://www.imdb.com/name/nm9379727/", + "name": "imdb" + }, + { + "url": "https://imvdb.com/n/marshmello", + "name": "imvdb" + }, + { + "url": "https://www.amazon.com/-/e/B01NGTXDYP", + "name": "amazon" + }, + { + "url": "http://viaf.org/viaf/22151715660213782660", + "name": "viaf" + }, + { + "url": "https://www.worldcat.org/identities/lccn-no2018009364", + "name": "worldcat" + }, + { + "url": "https://www.whosampled.com/Marshmello/", + "name": "whosampled" + }, + { + "url": "https://secondhandsongs.com/artist/124932", + "name": "secondhandsongs" + }, + { + "url": "https://www.setlist.fm/setlists/marshmello-3c7813b.html", + "name": "setlist" + }, + { + "url": "https://www.songkick.com/artists/8613384", + "name": "songkick" + }, + { + "url": "https://www.junodownload.com/artists/Marshmello/releases/", + "name": "junodownload" + }, + { + "url": "https://www.7digital.com/artist/marshmello", + "name": "7digital" + }, + { + "url": "https://tidal.com/artist/7250145", + "name": "tidal" + }, + { + "url": "https://www.youtube.com/channel/UCEdvpU2pFRCVqU6yIPyTpMQ", + "name": "youtube" + }, + { + "url": "https://music.amazon.com/artists/B001M5L2LI", + "name": "amazon" + }, + { + "url": "https://www.livefans.jp/artists/86837", + "name": "livefans" + }, + { + "url": "https://www.musixmatch.com/artist/Marshmello", + "name": "musixmatch" + }, + { + "url": "https://us.napster.com/artist/marshmello", + "name": "napster" + }, + { + "url": "https://marshmello.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://music.apple.com/us/artist/980795202", + "name": "apple" + }, + { + "url": "https://d-nb.info/gnd/1189610973", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2018009364", + "name": "loc" + }, + { + "url": "http://viaf.org/viaf/13156251615307990267", + "name": "viaf" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000214541/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.tiktok.com/@marshmellomusic", + "name": "tiktok" + }, + { + "url": "http://www.maniadb.com/artist/236758", + "name": "maniadb" + }, + { + "url": "https://www.theaudiodb.com/artist/145215-Marshmello", + "name": "theaudiodb" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Sugar Papi", + "disambiguation": "", + "overview": "", + "artistId": 72, + "foreignAlbumId": "99bea2e1-bf22-46bc-9df1-61c550eacab0", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1810914, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2023-11-03T00:00:00Z", + "releases": [ + { + "id": 2170, + "albumId": 927, + "foreignReleaseId": "992d3bc2-49f5-4fb8-aadb-5dbadeb57b04", + "title": "Sugar Papi", + "status": "Official", + "duration": 1810914, + "trackCount": 11, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Sony Music | Latin" + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 2171, + "albumId": 927, + "foreignReleaseId": "1d60cb39-6ecc-49f5-98a3-4531b8072481", + "title": "Sugar Papi", + "status": "Official", + "duration": 1669000, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Sony Music | Latin" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2172, + "albumId": 927, + "foreignReleaseId": "2c13c1a6-7e04-4469-8b8e-57fefa2a086d", + "title": "Sugar Papi", + "status": "Official", + "duration": 1669000, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "360 Reality Audio mix", + "country": [], + "label": [ + "Sony Music | Latin" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Marshmello", + "foreignArtistId": "301b45a4-b8b9-410e-8344-4b4eaf96691a", + "tadbId": 0, + "discogsId": 0, + "overview": "Christopher Comstock, known professionally as Marshmello, is an American DJ and record producer. His songs \"Silence\", \"Wolves\", \"Friends\", \"Happier\", and \"Alone\" have each received multi-platinum certifications in several countries, and peaked within the top 40 of the Billboard Hot 100. His musical style includes groove-oriented, synth and bass-heavy electronic dance music.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.facebook.com/marshmellomusic", + "name": "facebook" + }, + { + "url": "https://twitter.com/marshmellomusic", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/marshmellomusic/", + "name": "instagram" + }, + { + "url": "https://www.beatport.com/artist/marshmello/1101", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Achiqpfv5ncaoobeiu6vfmf2jf4", + "name": "google" + }, + { + "url": "https://www.discogs.com/artist/4688591", + "name": "discogs" + }, + { + "url": "https://marshmellomusic.com/", + "name": "marshmellomusic" + }, + { + "url": "https://soundcloud.com/marshmellomusic", + "name": "soundcloud" + }, + { + "url": "https://itunes.apple.com/us/artist/id980795202", + "name": "apple" + }, + { + "url": "https://open.spotify.com/artist/64KEffDW9EtZ1y2vBYgq8T", + "name": "spotify" + }, + { + "url": "https://www.bandsintown.com/a/5585634", + "name": "bandsintown" + }, + { + "url": "https://www.wikidata.org/wiki/Q26334949", + "name": "wikidata" + }, + { + "url": "https://www.deezer.com/artist/7890702", + "name": "deezer" + }, + { + "url": "https://www.allmusic.com/artist/mn0001374210", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/marshmello-1", + "name": "rateyourmusic" + }, + { + "url": "https://www.last.fm/music/Marshmello", + "name": "last" + }, + { + "url": "https://genius.com/artists/Marshmello", + "name": "genius" + }, + { + "url": "https://www.imdb.com/name/nm9379727/", + "name": "imdb" + }, + { + "url": "https://imvdb.com/n/marshmello", + "name": "imvdb" + }, + { + "url": "https://www.amazon.com/-/e/B01NGTXDYP", + "name": "amazon" + }, + { + "url": "http://viaf.org/viaf/22151715660213782660", + "name": "viaf" + }, + { + "url": "https://www.worldcat.org/identities/lccn-no2018009364", + "name": "worldcat" + }, + { + "url": "https://www.whosampled.com/Marshmello/", + "name": "whosampled" + }, + { + "url": "https://secondhandsongs.com/artist/124932", + "name": "secondhandsongs" + }, + { + "url": "https://www.setlist.fm/setlists/marshmello-3c7813b.html", + "name": "setlist" + }, + { + "url": "https://www.songkick.com/artists/8613384", + "name": "songkick" + }, + { + "url": "https://www.junodownload.com/artists/Marshmello/releases/", + "name": "junodownload" + }, + { + "url": "https://www.7digital.com/artist/marshmello", + "name": "7digital" + }, + { + "url": "https://tidal.com/artist/7250145", + "name": "tidal" + }, + { + "url": "https://www.youtube.com/channel/UCEdvpU2pFRCVqU6yIPyTpMQ", + "name": "youtube" + }, + { + "url": "https://music.amazon.com/artists/B001M5L2LI", + "name": "amazon" + }, + { + "url": "https://www.livefans.jp/artists/86837", + "name": "livefans" + }, + { + "url": "https://www.musixmatch.com/artist/Marshmello", + "name": "musixmatch" + }, + { + "url": "https://us.napster.com/artist/marshmello", + "name": "napster" + }, + { + "url": "https://marshmello.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://music.apple.com/us/artist/980795202", + "name": "apple" + }, + { + "url": "https://d-nb.info/gnd/1189610973", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2018009364", + "name": "loc" + }, + { + "url": "http://viaf.org/viaf/13156251615307990267", + "name": "viaf" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000214541/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.tiktok.com/@marshmellomusic", + "name": "tiktok" + }, + { + "url": "http://www.maniadb.com/artist/236758", + "name": "maniadb" + }, + { + "url": "https://www.theaudiodb.com/artist/145215-Marshmello", + "name": "theaudiodb" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/wsyxyx1503147427.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/ruuvrq1503147194.jpg", + "coverType": "poster", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/rutspr1539351132.jpg", + "coverType": "banner", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/qyvptw1539351077.png", + "coverType": "clearlogo", + "extension": ".png" + } + ], + "path": "/mnt/plex/music/Marshmello", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Future Bass", + "Edm", + "Hip Hop", + "Progressive House", + "Trap Edm" + ], + "cleanName": "marshmello", + "sortName": "marshmello", + "tags": [], + "added": "2023-09-11T04:43:34Z", + "ratings": { + "votes": 2, + "value": 10 + }, + "id": 72 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/992d3bc2-49f5-4fb8-aadb-5dbadeb57b04/37149986421-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 927 + }, + "images": [ + { + "url": "/MediaCover/72/fanart.jpg?lastWrite=637303519070000000", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/wsyxyx1503147427.jpg" + }, + { + "url": "/MediaCover/72/poster.jpg?lastWrite=636387440050000000", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/ruuvrq1503147194.jpg" + }, + { + "url": "/MediaCover/72/banner.jpg?lastWrite=636749479390000000", + "coverType": "banner", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/rutspr1539351132.jpg" + }, + { + "url": "/MediaCover/72/clearlogo.png?lastWrite=636749478870000000", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/qyvptw1539351077.png" + } + ], + "path": "/mnt/plex/music/Marshmello", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Future Bass", + "Edm", + "Hip Hop", + "Progressive House", + "Trap Edm" + ], + "cleanName": "marshmello", + "sortName": "marshmello", + "tags": [], + "added": "2023-09-11T04:43:34Z", + "ratings": { + "votes": 2, + "value": 10 + }, + "statistics": { + "albumCount": 6, + "trackFileCount": 6, + "trackCount": 61, + "totalTrackCount": 61, + "sizeOnDisk": 56675575, + "percentOfTracks": 9.836065573770492 + }, + "id": 72 + }, + { + "status": "continuing", + "ended": false, + "artistName": "NERVO", + "foreignArtistId": "6fcc5601-7c5b-4d53-b982-fdaa0aa45314", + "tadbId": 0, + "discogsId": 0, + "overview": "Nervo are an Australian DJ duo comprising twin sisters Olivia and Miriam Nervo. After signing with Sony/ATV Music Publishing at 18 years of age, the sisters pursued careers as songwriting partners. In 2008, they signed with Fredrik Olsson and his Swedish music publishing company Razor Boy Music Publishing, which led to co-writing the Grammy Award-winning single, \"When Love Takes Over\", performed by David Guetta and Kelly Rowland.", + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/1462098", + "name": "discogs" + }, + { + "url": "http://www.nervomusic.com/", + "name": "nervomusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q1349697", + "name": "wikidata" + }, + { + "url": "http://muzikum.eu/en/122-10818/nervo/lyrics.html", + "name": "muzikum" + }, + { + "url": "https://www.youtube.com/channel/UCPIq_wSB6DYBtoee4KqSZnw", + "name": "youtube" + }, + { + "url": "https://twitter.com/NERVOMUSIC", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/NERVOmusic", + "name": "facebook" + }, + { + "url": "https://www.instagram.com/nervomusic/", + "name": "instagram" + }, + { + "url": "https://soundcloud.com/nervomusic", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/channel/UCNDASDcfVuxoD4zNJd-1sXw", + "name": "youtube" + }, + { + "url": "https://open.spotify.com/artist/4j5KBTO4tk7up54ZirNGvK", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/245676", + "name": "deezer" + }, + { + "url": "https://www.beatport.com/artist/nervo/113114", + "name": "beatport" + }, + { + "url": "https://www.last.fm/music/NERVO", + "name": "last" + }, + { + "url": "https://tidal.com/artist/3859873", + "name": "tidal" + }, + { + "url": "https://music.apple.com/au/artist/315216021", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/315216021", + "name": "apple" + }, + { + "url": "https://www.allmusic.com/artist/mn0002473131", + "name": "allmusic" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Anywhere You Go (The Remixes)", + "disambiguation": "", + "overview": "", + "artistId": 73, + "foreignAlbumId": "27990897-7475-49d1-872b-4ea7580737d3", + "monitored": true, + "anyReleaseOk": true, + "profileId": 0, + "duration": 789000, + "albumType": "EP", + "secondaryTypes": [ + "Remix" + ], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2017-02-02T00:00:00Z", + "releases": [ + { + "id": 327, + "albumId": 139, + "foreignReleaseId": "5ee36fce-9fa1-4501-b981-aafb63c2ac5a", + "title": "Anywhere You Go (The Remixes)", + "status": "Official", + "duration": 789000, + "trackCount": 4, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Monstercat" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "NERVO", + "foreignArtistId": "6fcc5601-7c5b-4d53-b982-fdaa0aa45314", + "tadbId": 0, + "discogsId": 0, + "overview": "Nervo are an Australian DJ duo comprising twin sisters Olivia and Miriam Nervo. After signing with Sony/ATV Music Publishing at 18 years of age, the sisters pursued careers as songwriting partners. In 2008, they signed with Fredrik Olsson and his Swedish music publishing company Razor Boy Music Publishing, which led to co-writing the Grammy Award-winning single, \"When Love Takes Over\", performed by David Guetta and Kelly Rowland.", + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/1462098", + "name": "discogs" + }, + { + "url": "http://www.nervomusic.com/", + "name": "nervomusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q1349697", + "name": "wikidata" + }, + { + "url": "http://muzikum.eu/en/122-10818/nervo/lyrics.html", + "name": "muzikum" + }, + { + "url": "https://www.youtube.com/channel/UCPIq_wSB6DYBtoee4KqSZnw", + "name": "youtube" + }, + { + "url": "https://twitter.com/NERVOMUSIC", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/NERVOmusic", + "name": "facebook" + }, + { + "url": "https://www.instagram.com/nervomusic/", + "name": "instagram" + }, + { + "url": "https://soundcloud.com/nervomusic", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/channel/UCNDASDcfVuxoD4zNJd-1sXw", + "name": "youtube" + }, + { + "url": "https://open.spotify.com/artist/4j5KBTO4tk7up54ZirNGvK", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/245676", + "name": "deezer" + }, + { + "url": "https://www.beatport.com/artist/nervo/113114", + "name": "beatport" + }, + { + "url": "https://www.last.fm/music/NERVO", + "name": "last" + }, + { + "url": "https://tidal.com/artist/3859873", + "name": "tidal" + }, + { + "url": "https://music.apple.com/au/artist/315216021", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/315216021", + "name": "apple" + }, + { + "url": "https://www.allmusic.com/artist/mn0002473131", + "name": "allmusic" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/tvpswy1464838911.jpg", + "coverType": "poster", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/nervo-52d608167e546.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/yqwwvw1468254704.jpg", + "coverType": "banner", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/nervo-52d608f4edf68.jpg", + "coverType": "fanart", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/NERVO", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Progressive House", + "Electro House", + "Electronic", + "Edm" + ], + "cleanName": "nervo", + "sortName": "nervo", + "tags": [], + "added": "2023-09-11T04:43:34Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 73 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/5ee36fce-9fa1-4501-b981-aafb63c2ac5a/17427490977-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 139 + }, + "images": [ + { + "url": "/MediaCover/73/poster.jpg?lastWrite=639094375169898186", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/tvpswy1464838911.jpg" + }, + { + "url": "/MediaCover/73/clearlogo.png?lastWrite=638773373731186284", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/nervo-52d608167e546.png" + }, + { + "url": "/MediaCover/73/banner.jpg?lastWrite=636038515130000000", + "coverType": "banner", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/yqwwvw1468254704.jpg" + }, + { + "url": "/MediaCover/73/fanart.jpg?lastWrite=639094375170161903", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/nervo-52d608f4edf68.jpg" + } + ], + "path": "/mnt/plex/music/NERVO", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Progressive House", + "Electro House", + "Electronic", + "Edm" + ], + "cleanName": "nervo", + "sortName": "nervo", + "tags": [], + "added": "2023-09-11T04:43:34Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 2, + "trackFileCount": 4, + "trackCount": 21, + "totalTrackCount": 21, + "sizeOnDisk": 32988831, + "percentOfTracks": 19.047619047619047 + }, + "id": 73 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Seven Lions", + "foreignArtistId": "75c016da-48e4-4992-8a10-b7128189b272", + "tadbId": 0, + "discogsId": 0, + "overview": "Jeff Montalvo, known professionally as Seven Lions, is an American DJ, record producer, instrumentalist and remixer from Santa Barbara, California. Active musically since 2010, his music combines styles as diverse as trance, melodic dubstep, drum and bass, glitch hop, and electro house. He has released eight EPs, multiple singles, and official remixes for record labels such as Casablanca Records, Owsla, Viper Recordings, Anjunabeats, Republic Records and Monstercat.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/2569128", + "name": "discogs" + }, + { + "url": "https://www.facebook.com/SevenLions", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/seven-lions", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/channel/UChVfER-3s533FTh8Uae0Rhg", + "name": "youtube" + }, + { + "url": "https://twitter.com/SevenLionsMusic", + "name": "twitter" + }, + { + "url": "http://www.sevenlions.com/", + "name": "sevenlions" + }, + { + "url": "https://www.wikidata.org/wiki/Q14949098", + "name": "wikidata" + }, + { + "url": "https://rateyourmusic.com/artist/seven_lions", + "name": "rateyourmusic" + }, + { + "url": "https://www.allmusic.com/artist/mn0002979345", + "name": "allmusic" + }, + { + "url": "https://www.beatport.com/artist/seven-lions/241780", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ayeq6zcniw5knh7fsw3psek53yu", + "name": "google" + }, + { + "url": "https://www.junodownload.com/artists/Seven+Lions/", + "name": "junodownload" + }, + { + "url": "https://us.7digital.com/artist/seven-lions", + "name": "7digital" + }, + { + "url": "https://www.onkyomusic.com/US/artist/seven-lions", + "name": "onkyomusic" + }, + { + "url": "https://open.spotify.com/artist/6fcTRFpz0yH79qSKfof7lp", + "name": "spotify" + }, + { + "url": "http://viaf.org/viaf/310521185", + "name": "viaf" + }, + { + "url": "http://id.loc.gov/authorities/names/no2014103337", + "name": "loc" + }, + { + "url": "https://www.worldcat.org/identities/lccn-no2014103337", + "name": "worldcat" + }, + { + "url": "https://www.instagram.com/sevenlionsmusic/", + "name": "instagram" + }, + { + "url": "https://itunes.apple.com/artist/id461065242", + "name": "apple" + }, + { + "url": "https://www.songkick.com/artists/4517963", + "name": "songkick" + }, + { + "url": "https://www.deezer.com/artist/3859631", + "name": "deezer" + }, + { + "url": "https://www.youtube.com/channel/UCSCb0no4NHoCIFoPTy5m-Iw", + "name": "youtube" + }, + { + "url": "https://tidal.com/artist/4612886", + "name": "tidal" + }, + { + "url": "https://music.apple.com/us/artist/461065242", + "name": "apple" + }, + { + "url": "https://seekingsevenlions.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://music.youtube.com/channel/UCYd2yzYRx7b9FYnBSlbnknA", + "name": "youtube" + }, + { + "url": "https://music.apple.com/gb/artist/461065242", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Asleep in the Garden of Infernal Stars", + "disambiguation": "", + "overview": "", + "artistId": 74, + "foreignAlbumId": "045a2ccc-6f19-498e-9743-46c579edf19e", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2651183, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-12-12T00:00:00Z", + "releases": [ + { + "id": 3229, + "albumId": 1230, + "foreignReleaseId": "e0904aef-cdfb-430c-b0ee-41f0e9ed2cbd", + "title": "Asleep in the Garden of Infernal Stars", + "status": "Official", + "duration": 2651183, + "trackCount": 11, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Ophelia" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Melodic Dubstep" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Seven Lions", + "foreignArtistId": "75c016da-48e4-4992-8a10-b7128189b272", + "tadbId": 0, + "discogsId": 0, + "overview": "Jeff Montalvo, known professionally as Seven Lions, is an American DJ, record producer, instrumentalist and remixer from Santa Barbara, California. Active musically since 2010, his music combines styles as diverse as trance, melodic dubstep, drum and bass, glitch hop, and electro house. He has released eight EPs, multiple singles, and official remixes for record labels such as Casablanca Records, Owsla, Viper Recordings, Anjunabeats, Republic Records and Monstercat.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/2569128", + "name": "discogs" + }, + { + "url": "https://www.facebook.com/SevenLions", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/seven-lions", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/channel/UChVfER-3s533FTh8Uae0Rhg", + "name": "youtube" + }, + { + "url": "https://twitter.com/SevenLionsMusic", + "name": "twitter" + }, + { + "url": "http://www.sevenlions.com/", + "name": "sevenlions" + }, + { + "url": "https://www.wikidata.org/wiki/Q14949098", + "name": "wikidata" + }, + { + "url": "https://rateyourmusic.com/artist/seven_lions", + "name": "rateyourmusic" + }, + { + "url": "https://www.allmusic.com/artist/mn0002979345", + "name": "allmusic" + }, + { + "url": "https://www.beatport.com/artist/seven-lions/241780", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ayeq6zcniw5knh7fsw3psek53yu", + "name": "google" + }, + { + "url": "https://www.junodownload.com/artists/Seven+Lions/", + "name": "junodownload" + }, + { + "url": "https://us.7digital.com/artist/seven-lions", + "name": "7digital" + }, + { + "url": "https://www.onkyomusic.com/US/artist/seven-lions", + "name": "onkyomusic" + }, + { + "url": "https://open.spotify.com/artist/6fcTRFpz0yH79qSKfof7lp", + "name": "spotify" + }, + { + "url": "http://viaf.org/viaf/310521185", + "name": "viaf" + }, + { + "url": "http://id.loc.gov/authorities/names/no2014103337", + "name": "loc" + }, + { + "url": "https://www.worldcat.org/identities/lccn-no2014103337", + "name": "worldcat" + }, + { + "url": "https://www.instagram.com/sevenlionsmusic/", + "name": "instagram" + }, + { + "url": "https://itunes.apple.com/artist/id461065242", + "name": "apple" + }, + { + "url": "https://www.songkick.com/artists/4517963", + "name": "songkick" + }, + { + "url": "https://www.deezer.com/artist/3859631", + "name": "deezer" + }, + { + "url": "https://www.youtube.com/channel/UCSCb0no4NHoCIFoPTy5m-Iw", + "name": "youtube" + }, + { + "url": "https://tidal.com/artist/4612886", + "name": "tidal" + }, + { + "url": "https://music.apple.com/us/artist/461065242", + "name": "apple" + }, + { + "url": "https://seekingsevenlions.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://music.youtube.com/channel/UCYd2yzYRx7b9FYnBSlbnknA", + "name": "youtube" + }, + { + "url": "https://music.apple.com/gb/artist/461065242", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/vxuuts1590760347.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/rxxuxp1590760333.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Seven Lions", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Dubstep", + "Melodic Dubstep", + "Electro House", + "Progressive House", + "Edm", + "Electropop", + "Electronic" + ], + "cleanName": "sevenlions", + "sortName": "seven lions", + "tags": [], + "added": "2023-09-11T04:43:35Z", + "ratings": { + "votes": 2, + "value": 10 + }, + "id": 74 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/e0904aef-cdfb-430c-b0ee-41f0e9ed2cbd/43803345980-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1230 + }, + "images": [ + { + "url": "/MediaCover/74/fanart.jpg?lastWrite=639090054126162638", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/vxuuts1590760347.jpg" + }, + { + "url": "/MediaCover/74/poster.jpg?lastWrite=639090054126316007", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/rxxuxp1590760333.jpg" + } + ], + "path": "/mnt/plex/music/Seven Lions", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Dubstep", + "Melodic Dubstep", + "Electro House", + "Progressive House", + "Edm", + "Electropop", + "Electronic" + ], + "cleanName": "sevenlions", + "sortName": "seven lions", + "tags": [], + "added": "2023-09-11T04:43:35Z", + "ratings": { + "votes": 2, + "value": 10 + }, + "statistics": { + "albumCount": 7, + "trackFileCount": 0, + "trackCount": 87, + "totalTrackCount": 87, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 74 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Botnek", + "foreignArtistId": "7035b671-4a26-44f6-bfbb-a93d9c917b89", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "https://myspace.com/botnekmusic", + "name": "myspace" + }, + { + "url": "https://www.facebook.com/botnek", + "name": "facebook" + }, + { + "url": "https://twitter.com/botnek", + "name": "twitter" + }, + { + "url": "https://soundcloud.com/botnek", + "name": "soundcloud" + }, + { + "url": "http://botnek.com/", + "name": "botnek" + }, + { + "url": "https://www.instagram.com/botnek/", + "name": "instagram" + }, + { + "url": "https://www.beatport.com/artist/botnek/157218", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Aw56w7pxhdxnle6awyc3nfutpqi", + "name": "google" + }, + { + "url": "https://itunes.apple.com/us/artist/id410571947", + "name": "apple" + }, + { + "url": "https://www.discogs.com/artist/2354022", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/56coS2IZSVdhIlHyzR75mK", + "name": "spotify" + }, + { + "url": "https://www.songkick.com/artists/4054451", + "name": "songkick" + }, + { + "url": "https://www.youtube.com/channel/UC_fzb0pKtJjgqHiNvPd1rUA", + "name": "youtube" + }, + { + "url": "https://www.bandsintown.com/a/1161603", + "name": "bandsintown" + }, + { + "url": "https://music.apple.com/us/artist/410571947", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/4000005", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/1223433", + "name": "deezer" + }, + { + "url": "https://music.apple.com/gb/artist/410571947", + "name": "apple" + }, + { + "url": "https://music.apple.com/ca/artist/410571947", + "name": "apple" + }, + { + "url": "https://botnek.bandcamp.com/", + "name": "bandcamp" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Botnek", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Edm" + ], + "cleanName": "botnek", + "sortName": "botnek", + "tags": [], + "added": "2023-09-11T04:43:36Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 75 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Jauz", + "foreignArtistId": "2b996e5c-7941-4619-9840-9021c6756954", + "tadbId": 0, + "discogsId": 0, + "overview": "Samuel Reed Vogel also known by his stage name Jauz, is an American DJ and electronic music producer. He founded his own record label, Bite This, in 2017.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.facebook.com/JauzOfficial", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/jauzofficial", + "name": "soundcloud" + }, + { + "url": "https://myspace.com/jauzofficial", + "name": "myspace" + }, + { + "url": "https://www.youtube.com/channel/UCoFl689sYMJfI1pZxWqlQgg", + "name": "youtube" + }, + { + "url": "https://twitter.com/jauzofficial", + "name": "twitter" + }, + { + "url": "http://jauzofficial.com/", + "name": "jauzofficial" + }, + { + "url": "https://www.instagram.com/jauzofficial/", + "name": "instagram" + }, + { + "url": "https://www.discogs.com/artist/4157572", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/5ttgIeUVka6FLyi00Uu5h8", + "name": "spotify" + }, + { + "url": "https://www.beatport.com/artist/jauz/394965", + "name": "beatport" + }, + { + "url": "https://itunes.apple.com/us/artist/id815194034", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ay5yvcmdciyfcscudiknyg4l534", + "name": "google" + }, + { + "url": "https://www.allmusic.com/artist/mn0003426345", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/jauz", + "name": "rateyourmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q28053503", + "name": "wikidata" + }, + { + "url": "https://www.last.fm/music/Jauz", + "name": "last" + }, + { + "url": "https://www.deezer.com/artist/5590005", + "name": "deezer" + }, + { + "url": "https://genius.com/artists/Jauz", + "name": "genius" + }, + { + "url": "https://www.bandsintown.com/a/4789006", + "name": "bandsintown" + }, + { + "url": "https://music.youtube.com/channel/UCQdOddqlaJ_zpH80mRbJjhw", + "name": "youtube" + }, + { + "url": "https://music.apple.com/us/artist/815194034", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/6359609", + "name": "tidal" + }, + { + "url": "https://open.spotify.com/artist/1Iq0BIVyiK4DEZZC727r4v", + "name": "spotify" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "WRATH OF THE WICKED", + "disambiguation": "", + "overview": "", + "artistId": 76, + "foreignAlbumId": "d955e3ed-2234-42ba-a96f-8f5d1dfee601", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1298668, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2023-09-22T00:00:00Z", + "releases": [ + { + "id": 2058, + "albumId": 899, + "foreignReleaseId": "2278c210-6924-4b5c-a5e6-3d7a9030b1b4", + "title": "WRATH OF THE WICKED", + "status": "Official", + "duration": 1298668, + "trackCount": 7, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Bite This!" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Jauz", + "foreignArtistId": "2b996e5c-7941-4619-9840-9021c6756954", + "tadbId": 0, + "discogsId": 0, + "overview": "Samuel Reed Vogel also known by his stage name Jauz, is an American DJ and electronic music producer. He founded his own record label, Bite This, in 2017.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.facebook.com/JauzOfficial", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/jauzofficial", + "name": "soundcloud" + }, + { + "url": "https://myspace.com/jauzofficial", + "name": "myspace" + }, + { + "url": "https://www.youtube.com/channel/UCoFl689sYMJfI1pZxWqlQgg", + "name": "youtube" + }, + { + "url": "https://twitter.com/jauzofficial", + "name": "twitter" + }, + { + "url": "http://jauzofficial.com/", + "name": "jauzofficial" + }, + { + "url": "https://www.instagram.com/jauzofficial/", + "name": "instagram" + }, + { + "url": "https://www.discogs.com/artist/4157572", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/5ttgIeUVka6FLyi00Uu5h8", + "name": "spotify" + }, + { + "url": "https://www.beatport.com/artist/jauz/394965", + "name": "beatport" + }, + { + "url": "https://itunes.apple.com/us/artist/id815194034", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ay5yvcmdciyfcscudiknyg4l534", + "name": "google" + }, + { + "url": "https://www.allmusic.com/artist/mn0003426345", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/jauz", + "name": "rateyourmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q28053503", + "name": "wikidata" + }, + { + "url": "https://www.last.fm/music/Jauz", + "name": "last" + }, + { + "url": "https://www.deezer.com/artist/5590005", + "name": "deezer" + }, + { + "url": "https://genius.com/artists/Jauz", + "name": "genius" + }, + { + "url": "https://www.bandsintown.com/a/4789006", + "name": "bandsintown" + }, + { + "url": "https://music.youtube.com/channel/UCQdOddqlaJ_zpH80mRbJjhw", + "name": "youtube" + }, + { + "url": "https://music.apple.com/us/artist/815194034", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/6359609", + "name": "tidal" + }, + { + "url": "https://open.spotify.com/artist/1Iq0BIVyiK4DEZZC727r4v", + "name": "spotify" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://assets.fanart.tv/fanart/jauz-5505768ab3cf6.png", + "coverType": "clearlogo", + "extension": ".png" + } + ], + "path": "/mnt/plex/music/Jauz", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Bass House", + "Dubstep", + "Trap", + "Future Bass", + "Edm", + "House", + "Electronic" + ], + "cleanName": "jauz", + "sortName": "jauz", + "tags": [], + "added": "2023-09-11T04:43:38Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 76 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/2278c210-6924-4b5c-a5e6-3d7a9030b1b4/36784722290-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 899 + }, + "images": [ + { + "url": "/MediaCover/76/clearlogo.png?lastWrite=638773373581252088", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "https://images.lidarr.audio/cache/https://assets.fanart.tv/fanart/jauz-5505768ab3cf6.png" + } + ], + "path": "/mnt/plex/music/Jauz", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Bass House", + "Dubstep", + "Trap", + "Future Bass", + "Edm", + "House", + "Electronic" + ], + "cleanName": "jauz", + "sortName": "jauz", + "tags": [], + "added": "2023-09-11T04:43:38Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 5, + "trackFileCount": 0, + "trackCount": 57, + "totalTrackCount": 57, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 76 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Gareth Emery", + "foreignArtistId": "73549455-66cb-4570-b0bf-caf3d8d631fe", + "tadbId": 0, + "discogsId": 0, + "overview": "Gareth Thomas Rhys Emery is a British trance music producer and DJ. Best known for his first three studio albums Northern Lights, Drive and 100 Reasons to Live, he is considered as one of the most influential trance artists in the first 20 years of 21st century, and has won A State of Trance Tune of the Year award three times.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://myspace.com/garethemery", + "name": "myspace" + }, + { + "url": "http://garethemery.com/", + "name": "garethemery" + }, + { + "url": "https://www.discogs.com/artist/193952", + "name": "discogs" + }, + { + "url": "https://www.wikidata.org/wiki/Q555552", + "name": "wikidata" + }, + { + "url": "https://www.facebook.com/garethemery", + "name": "facebook" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Gareth_Emery.jpg", + "name": "wikimedia" + }, + { + "url": "https://soundcloud.com/garethemery", + "name": "soundcloud" + }, + { + "url": "https://www.allmusic.com/artist/mn0000148588", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/gareth_emery", + "name": "rateyourmusic" + }, + { + "url": "https://www.last.fm/music/Gareth%20Emery", + "name": "last" + }, + { + "url": "https://twitter.com/garethemery", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/garethemery", + "name": "youtube" + }, + { + "url": "http://viaf.org/viaf/302974659", + "name": "viaf" + }, + { + "url": "http://id.loc.gov/authorities/names/no2011109493", + "name": "loc" + }, + { + "url": "https://www.worldcat.org/identities/lccn-no2011109493", + "name": "worldcat" + }, + { + "url": "https://www.instagram.com/garethemery/", + "name": "instagram" + }, + { + "url": "https://open.spotify.com/artist/0hprEC0nsWuQPSHag1O2Vi", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/artist/id78422058", + "name": "apple" + }, + { + "url": "https://www.songkick.com/artists/593623", + "name": "songkick" + }, + { + "url": "https://www.deezer.com/artist/97123", + "name": "deezer" + }, + { + "url": "https://www.imdb.com/name/nm7420815/", + "name": "imdb" + }, + { + "url": "https://www.bandsintown.com/a/9434", + "name": "bandsintown" + }, + { + "url": "https://genius.com/artists/Gareth-emery", + "name": "genius" + }, + { + "url": "https://www.whosampled.com/Gareth-Emery/", + "name": "whosampled" + }, + { + "url": "https://garethemery.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000195757/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.junodownload.com/artists/Gareth%2BEmery/releases", + "name": "junodownload" + }, + { + "url": "https://tidal.com/artist/3545483", + "name": "tidal" + }, + { + "url": "https://imvdb.com/n/gareth-emery", + "name": "imvdb" + }, + { + "url": "https://music.apple.com/nl/artist/78422058", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/gareth-emery/4769", + "name": "beatport" + }, + { + "url": "https://music.apple.com/gb/artist/78422058", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/78422058", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "ANALOG", + "disambiguation": "", + "overview": "", + "artistId": 77, + "foreignAlbumId": "c86df949-bd09-4db4-91a5-2e232f99c629", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1903526, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 8 + }, + "releaseDate": "2022-12-09T00:00:00Z", + "releases": [ + { + "id": 1967, + "albumId": 837, + "foreignReleaseId": "a8d21a74-37ca-4779-9c5b-9740ff54448e", + "title": "ANALOG", + "status": "Official", + "duration": 1903526, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "We'll Be OK" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Dance-Pop", + "Pop Rock", + "Synth-Pop", + "Vocal Trance" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Gareth Emery", + "foreignArtistId": "73549455-66cb-4570-b0bf-caf3d8d631fe", + "tadbId": 0, + "discogsId": 0, + "overview": "Gareth Thomas Rhys Emery is a British trance music producer and DJ. Best known for his first three studio albums Northern Lights, Drive and 100 Reasons to Live, he is considered as one of the most influential trance artists in the first 20 years of 21st century, and has won A State of Trance Tune of the Year award three times.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://myspace.com/garethemery", + "name": "myspace" + }, + { + "url": "http://garethemery.com/", + "name": "garethemery" + }, + { + "url": "https://www.discogs.com/artist/193952", + "name": "discogs" + }, + { + "url": "https://www.wikidata.org/wiki/Q555552", + "name": "wikidata" + }, + { + "url": "https://www.facebook.com/garethemery", + "name": "facebook" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Gareth_Emery.jpg", + "name": "wikimedia" + }, + { + "url": "https://soundcloud.com/garethemery", + "name": "soundcloud" + }, + { + "url": "https://www.allmusic.com/artist/mn0000148588", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/gareth_emery", + "name": "rateyourmusic" + }, + { + "url": "https://www.last.fm/music/Gareth%20Emery", + "name": "last" + }, + { + "url": "https://twitter.com/garethemery", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/garethemery", + "name": "youtube" + }, + { + "url": "http://viaf.org/viaf/302974659", + "name": "viaf" + }, + { + "url": "http://id.loc.gov/authorities/names/no2011109493", + "name": "loc" + }, + { + "url": "https://www.worldcat.org/identities/lccn-no2011109493", + "name": "worldcat" + }, + { + "url": "https://www.instagram.com/garethemery/", + "name": "instagram" + }, + { + "url": "https://open.spotify.com/artist/0hprEC0nsWuQPSHag1O2Vi", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/artist/id78422058", + "name": "apple" + }, + { + "url": "https://www.songkick.com/artists/593623", + "name": "songkick" + }, + { + "url": "https://www.deezer.com/artist/97123", + "name": "deezer" + }, + { + "url": "https://www.imdb.com/name/nm7420815/", + "name": "imdb" + }, + { + "url": "https://www.bandsintown.com/a/9434", + "name": "bandsintown" + }, + { + "url": "https://genius.com/artists/Gareth-emery", + "name": "genius" + }, + { + "url": "https://www.whosampled.com/Gareth-Emery/", + "name": "whosampled" + }, + { + "url": "https://garethemery.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000195757/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.junodownload.com/artists/Gareth%2BEmery/releases", + "name": "junodownload" + }, + { + "url": "https://tidal.com/artist/3545483", + "name": "tidal" + }, + { + "url": "https://imvdb.com/n/gareth-emery", + "name": "imvdb" + }, + { + "url": "https://music.apple.com/nl/artist/78422058", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/gareth-emery/4769", + "name": "beatport" + }, + { + "url": "https://music.apple.com/gb/artist/78422058", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/78422058", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/rsquss1460370086.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/uyrqxw1466152332.jpg", + "coverType": "banner", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/tyxxsq1340408666.jpg", + "coverType": "poster", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/emery-gareth-5062cb959b9dd.jpg", + "coverType": "fanart", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Gareth Emery", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Trance", + "Electronic" + ], + "cleanName": "garethemery", + "sortName": "gareth emery", + "tags": [], + "added": "2023-09-11T04:43:39Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "id": 77 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/a8d21a74-37ca-4779-9c5b-9740ff54448e/34344568705-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 837 + }, + "images": [ + { + "url": "/MediaCover/77/clearlogo.png?lastWrite=639079684004780137", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/rsquss1460370086.png" + }, + { + "url": "/MediaCover/77/banner.jpg?lastWrite=638773373483048870", + "coverType": "banner", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/uyrqxw1466152332.jpg" + }, + { + "url": "/MediaCover/77/poster.jpg?lastWrite=639079684004619141", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/tyxxsq1340408666.jpg" + }, + { + "url": "/MediaCover/77/fanart.jpg?lastWrite=639079684004398804", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/emery-gareth-5062cb959b9dd.jpg" + } + ], + "path": "/mnt/plex/music/Gareth Emery", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Trance", + "Electronic" + ], + "cleanName": "garethemery", + "sortName": "gareth emery", + "tags": [], + "added": "2023-09-11T04:43:39Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "statistics": { + "albumCount": 9, + "trackFileCount": 0, + "trackCount": 123, + "totalTrackCount": 123, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 77 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Protostar", + "foreignArtistId": "1b167a29-1e24-4f8e-8e87-29c7bf8bed61", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "British Drum & Bass producer", + "links": [ + { + "url": "https://www.youtube.com/channel/UCl9424z9BATAwIQqyNgITrw", + "name": "youtube" + }, + { + "url": "https://www.beatport.com/artist/protostar/110657", + "name": "beatport" + }, + { + "url": "https://www.discogs.com/artist/3457266", + "name": "discogs" + }, + { + "url": "http://info.protostar.co.uk/", + "name": "protostar" + }, + { + "url": "https://protostarmusic.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://itunes.apple.com/gb/artist/id335932010", + "name": "apple" + }, + { + "url": "https://www.twitch.tv/protostar", + "name": "twitch" + }, + { + "url": "https://www.facebook.com/Protostar", + "name": "facebook" + }, + { + "url": "https://twitter.com/Protostar", + "name": "twitter" + }, + { + "url": "https://soundcloud.com/protostar", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/protostar/", + "name": "instagram" + }, + { + "url": "https://www.deezer.com/artist/301356", + "name": "deezer" + }, + { + "url": "https://open.spotify.com/artist/0n8nGcgKnLHVv106g3AfnH", + "name": "spotify" + }, + { + "url": "https://tidal.com/artist/4042822", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/protostar", + "name": "monstercat" + }, + { + "url": "https://www.junodownload.com/artists/Protostar/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/us/artist/335932010", + "name": "apple" + }, + { + "url": "https://music.apple.com/au/artist/335932010", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/335932010", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Scorpion Pit (The Remixes)", + "disambiguation": "", + "overview": "", + "artistId": 78, + "foreignAlbumId": "eb83fde8-6643-4121-8cf8-d1be4deb09bf", + "monitored": true, + "anyReleaseOk": true, + "profileId": 0, + "duration": 1037000, + "albumType": "EP", + "secondaryTypes": [ + "Remix" + ], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2013-10-11T00:00:00Z", + "releases": [ + { + "id": 345, + "albumId": 157, + "foreignReleaseId": "3345efb0-05ad-4419-8266-5dddf2b787fb", + "title": "Scorpion Pit (The Remixes)", + "status": "Official", + "duration": 1037000, + "trackCount": 4, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Monstercat" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Electronic", + "Glitch", + "Neurofunk", + "Glitch Hop", + "Neurohop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Protostar", + "foreignArtistId": "1b167a29-1e24-4f8e-8e87-29c7bf8bed61", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "British Drum & Bass producer", + "links": [ + { + "url": "https://www.youtube.com/channel/UCl9424z9BATAwIQqyNgITrw", + "name": "youtube" + }, + { + "url": "https://www.beatport.com/artist/protostar/110657", + "name": "beatport" + }, + { + "url": "https://www.discogs.com/artist/3457266", + "name": "discogs" + }, + { + "url": "http://info.protostar.co.uk/", + "name": "protostar" + }, + { + "url": "https://protostarmusic.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://itunes.apple.com/gb/artist/id335932010", + "name": "apple" + }, + { + "url": "https://www.twitch.tv/protostar", + "name": "twitch" + }, + { + "url": "https://www.facebook.com/Protostar", + "name": "facebook" + }, + { + "url": "https://twitter.com/Protostar", + "name": "twitter" + }, + { + "url": "https://soundcloud.com/protostar", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/protostar/", + "name": "instagram" + }, + { + "url": "https://www.deezer.com/artist/301356", + "name": "deezer" + }, + { + "url": "https://open.spotify.com/artist/0n8nGcgKnLHVv106g3AfnH", + "name": "spotify" + }, + { + "url": "https://tidal.com/artist/4042822", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/protostar", + "name": "monstercat" + }, + { + "url": "https://www.junodownload.com/artists/Protostar/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/us/artist/335932010", + "name": "apple" + }, + { + "url": "https://music.apple.com/au/artist/335932010", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/335932010", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Protostar", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Drum And Bass", + "Electronic", + "Neurofunk", + "Glitch Hop", + "Dancefloor Drum And Bass" + ], + "cleanName": "protostar", + "sortName": "protostar", + "tags": [], + "added": "2023-09-11T04:43:40Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 78 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/3345efb0-05ad-4419-8266-5dddf2b787fb/17835823114-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 157 + }, + "images": [], + "path": "/mnt/plex/music/Protostar", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Drum And Bass", + "Electronic", + "Neurofunk", + "Glitch Hop", + "Dancefloor Drum And Bass" + ], + "cleanName": "protostar", + "sortName": "protostar", + "tags": [], + "added": "2023-09-11T04:43:40Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 1, + "trackFileCount": 4, + "trackCount": 4, + "totalTrackCount": 4, + "sizeOnDisk": 43111374, + "percentOfTracks": 100 + }, + "id": 78 + }, + { + "status": "continuing", + "ended": false, + "artistName": "SLANDER", + "foreignArtistId": "e33994a3-2f5c-42f5-8df1-4d23c331a4a5", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "Los Angeles DJ duo", + "links": [ + { + "url": "https://www.discogs.com/artist/4663198", + "name": "discogs" + }, + { + "url": "https://www.facebook.com/slanderofficial", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/slanderofficial", + "name": "soundcloud" + }, + { + "url": "https://www.allmusic.com/artist/mn0001866298", + "name": "allmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q30212749", + "name": "wikidata" + }, + { + "url": "https://open.spotify.com/artist/20DZAfCuP1TKZl5KcY7z3Q", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/984314", + "name": "deezer" + }, + { + "url": "https://itunes.apple.com/us/artist/id1051421487", + "name": "apple" + }, + { + "url": "https://www.instagram.com/slanderofficial/", + "name": "instagram" + }, + { + "url": "https://twitter.com/slanderofficial", + "name": "twitter" + }, + { + "url": "http://www.slanderofficial.com/", + "name": "slanderofficial" + }, + { + "url": "https://tidal.com/artist/6406914", + "name": "tidal" + }, + { + "url": "https://music.youtube.com/channel/UCFlNgc9BeBHxw5y3flzmy_Q", + "name": "youtube" + }, + { + "url": "https://music.apple.com/us/artist/1051421487", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/slander/29541", + "name": "beatport" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Thrive", + "disambiguation": "", + "overview": "", + "artistId": 79, + "foreignAlbumId": "a8d0e886-f1ec-41fc-bec5-996958bf09d4", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2790056, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2022-09-22T00:00:00Z", + "releases": [ + { + "id": 1970, + "albumId": 839, + "foreignReleaseId": "ea84217c-4a14-4c64-a518-faf555363f5b", + "title": "Thrive", + "status": "Official", + "duration": 2790056, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Heaven Sent" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "SLANDER", + "foreignArtistId": "e33994a3-2f5c-42f5-8df1-4d23c331a4a5", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "Los Angeles DJ duo", + "links": [ + { + "url": "https://www.discogs.com/artist/4663198", + "name": "discogs" + }, + { + "url": "https://www.facebook.com/slanderofficial", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/slanderofficial", + "name": "soundcloud" + }, + { + "url": "https://www.allmusic.com/artist/mn0001866298", + "name": "allmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q30212749", + "name": "wikidata" + }, + { + "url": "https://open.spotify.com/artist/20DZAfCuP1TKZl5KcY7z3Q", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/984314", + "name": "deezer" + }, + { + "url": "https://itunes.apple.com/us/artist/id1051421487", + "name": "apple" + }, + { + "url": "https://www.instagram.com/slanderofficial/", + "name": "instagram" + }, + { + "url": "https://twitter.com/slanderofficial", + "name": "twitter" + }, + { + "url": "http://www.slanderofficial.com/", + "name": "slanderofficial" + }, + { + "url": "https://tidal.com/artist/6406914", + "name": "tidal" + }, + { + "url": "https://music.youtube.com/channel/UCFlNgc9BeBHxw5y3flzmy_Q", + "name": "youtube" + }, + { + "url": "https://music.apple.com/us/artist/1051421487", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/slander/29541", + "name": "beatport" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/SLANDER", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Dubstep", + "Electronic" + ], + "cleanName": "slander", + "sortName": "slander", + "tags": [], + "added": "2023-09-11T04:43:41Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 79 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/ea84217c-4a14-4c64-a518-faf555363f5b/33639875875-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 839 + }, + "images": [], + "path": "/mnt/plex/music/SLANDER", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Dubstep", + "Electronic" + ], + "cleanName": "slander", + "sortName": "slander", + "tags": [], + "added": "2023-09-11T04:43:41Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 2, + "trackFileCount": 1, + "trackCount": 11, + "totalTrackCount": 11, + "sizeOnDisk": 11208182, + "percentOfTracks": 9.090909090909092 + }, + "id": 79 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Favright", + "foreignArtistId": "fd83c4e8-8c07-4e49-8d95-345ba996608f", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.last.fm/music/Favright", + "name": "last" + }, + { + "url": "https://soundcloud.com/favright", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/favright", + "name": "facebook" + }, + { + "url": "https://www.youtube.com/user/favright", + "name": "youtube" + }, + { + "url": "https://www.instagram.com/favright/", + "name": "instagram" + }, + { + "url": "https://twitter.com/favright", + "name": "twitter" + }, + { + "url": "https://www.discogs.com/artist/3643981", + "name": "discogs" + }, + { + "url": "https://player.monstercat.app/artist/favright", + "name": "monstercat" + }, + { + "url": "https://www.beatport.com/artist/favright/202356", + "name": "beatport" + }, + { + "url": "https://tidal.com/artist/4919613", + "name": "tidal" + }, + { + "url": "https://open.spotify.com/artist/6drePuJljld7X7xb7s63EK", + "name": "spotify" + }, + { + "url": "https://music.apple.com/us/artist/488519647", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/4756795", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Taking Over (The Remixes)", + "disambiguation": "", + "overview": "", + "artistId": 80, + "foreignAlbumId": "ad7e823c-828f-49d7-92cc-56ea9f4fdf06", + "monitored": true, + "anyReleaseOk": true, + "profileId": 0, + "duration": 794000, + "albumType": "EP", + "secondaryTypes": [ + "Remix" + ], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2014-11-05T00:00:00Z", + "releases": [ + { + "id": 347, + "albumId": 159, + "foreignReleaseId": "cf53b792-89d8-4434-beee-c3c1338303de", + "title": "Taking Over (The Remixes)", + "status": "Official", + "duration": 794000, + "trackCount": 3, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Monstercat" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Electro House", + "Edm", + "Brostep", + "Hybrid Trap" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Favright", + "foreignArtistId": "fd83c4e8-8c07-4e49-8d95-345ba996608f", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.last.fm/music/Favright", + "name": "last" + }, + { + "url": "https://soundcloud.com/favright", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/favright", + "name": "facebook" + }, + { + "url": "https://www.youtube.com/user/favright", + "name": "youtube" + }, + { + "url": "https://www.instagram.com/favright/", + "name": "instagram" + }, + { + "url": "https://twitter.com/favright", + "name": "twitter" + }, + { + "url": "https://www.discogs.com/artist/3643981", + "name": "discogs" + }, + { + "url": "https://player.monstercat.app/artist/favright", + "name": "monstercat" + }, + { + "url": "https://www.beatport.com/artist/favright/202356", + "name": "beatport" + }, + { + "url": "https://tidal.com/artist/4919613", + "name": "tidal" + }, + { + "url": "https://open.spotify.com/artist/6drePuJljld7X7xb7s63EK", + "name": "spotify" + }, + { + "url": "https://music.apple.com/us/artist/488519647", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/4756795", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Favright", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [], + "cleanName": "favright", + "sortName": "favright", + "tags": [], + "added": "2023-09-11T04:43:42Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 80 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/cf53b792-89d8-4434-beee-c3c1338303de/17491202366-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 159 + }, + "images": [], + "path": "/mnt/plex/music/Favright", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "favright", + "sortName": "favright", + "tags": [], + "added": "2023-09-11T04:43:42Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 1, + "trackFileCount": 3, + "trackCount": 3, + "totalTrackCount": 3, + "sizeOnDisk": 37491892, + "percentOfTracks": 100 + }, + "id": 80 + }, + { + "status": "continuing", + "ended": false, + "artistName": "SCNDL", + "foreignArtistId": "946d2b3c-299b-43f5-b52a-4e78923f196a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/scndl", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/scndl", + "name": "facebook" + }, + { + "url": "https://twitter.com/WeAreSCNDL", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/user/WeAreSCNDL", + "name": "youtube" + }, + { + "url": "http://dj.beatport.com/scndl-aus", + "name": "beatport" + }, + { + "url": "https://www.discogs.com/artist/1962024", + "name": "discogs" + }, + { + "url": "https://tidal.com/artist/4593290", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/190244", + "name": "deezer" + }, + { + "url": "https://open.spotify.com/artist/3Y7sK4nACC8R7WwAUUumCL", + "name": "spotify" + }, + { + "url": "https://music.apple.com/us/artist/521156301", + "name": "apple" + }, + { + "url": "https://player.monstercat.app/artist/scndl", + "name": "monstercat" + }, + { + "url": "https://www.beatport.com/artist/scndl/100823", + "name": "beatport" + }, + { + "url": "https://music.apple.com/it/artist/521156301", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "The Munsta (The Remixes)", + "disambiguation": "", + "overview": "", + "artistId": 81, + "foreignAlbumId": "12ec55fc-d85d-415b-97a3-6dedf29eb31a", + "monitored": true, + "anyReleaseOk": true, + "profileId": 0, + "duration": 943000, + "albumType": "EP", + "secondaryTypes": [ + "Remix" + ], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2014-06-19T00:00:00Z", + "releases": [ + { + "id": 349, + "albumId": 161, + "foreignReleaseId": "3ca8acad-2b30-471f-96e9-18ed71c55430", + "title": "The Munsta (The Remixes)", + "status": "Official", + "duration": 943000, + "trackCount": 4, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Monstercat" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Deep House", + "Electronic", + "Hardstyle", + "Hip Hop", + "House" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "SCNDL", + "foreignArtistId": "946d2b3c-299b-43f5-b52a-4e78923f196a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/scndl", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/scndl", + "name": "facebook" + }, + { + "url": "https://twitter.com/WeAreSCNDL", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/user/WeAreSCNDL", + "name": "youtube" + }, + { + "url": "http://dj.beatport.com/scndl-aus", + "name": "beatport" + }, + { + "url": "https://www.discogs.com/artist/1962024", + "name": "discogs" + }, + { + "url": "https://tidal.com/artist/4593290", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/190244", + "name": "deezer" + }, + { + "url": "https://open.spotify.com/artist/3Y7sK4nACC8R7WwAUUumCL", + "name": "spotify" + }, + { + "url": "https://music.apple.com/us/artist/521156301", + "name": "apple" + }, + { + "url": "https://player.monstercat.app/artist/scndl", + "name": "monstercat" + }, + { + "url": "https://www.beatport.com/artist/scndl/100823", + "name": "beatport" + }, + { + "url": "https://music.apple.com/it/artist/521156301", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/SCNDL", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [], + "cleanName": "scndl", + "sortName": "scndl", + "tags": [], + "added": "2023-09-11T04:43:43Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 81 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/3ca8acad-2b30-471f-96e9-18ed71c55430/17836007883-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 161 + }, + "images": [], + "path": "/mnt/plex/music/SCNDL", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "scndl", + "sortName": "scndl", + "tags": [], + "added": "2023-09-11T04:43:43Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 1, + "trackFileCount": 4, + "trackCount": 4, + "totalTrackCount": 4, + "sizeOnDisk": 38646567, + "percentOfTracks": 100 + }, + "id": 81 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Stereotronique", + "foreignArtistId": "85283488-0b07-4d2a-806e-5ee22fa823de", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/3010781", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/stereotronique/196731", + "name": "beatport" + }, + { + "url": "https://soundcloud.com/stereotronique", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/Stereotronique", + "name": "facebook" + }, + { + "url": "https://twitter.com/stereotronique", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/user/stereotronique", + "name": "youtube" + }, + { + "url": "https://itunes.apple.com/ca/artist/id441025402", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Aeovvbafxxseirrij66sf5o72k4", + "name": "google" + }, + { + "url": "https://www.last.fm/music/Stereotronique", + "name": "last" + }, + { + "url": "https://open.spotify.com/artist/1x5jH1DE1ihbkCMqmQxCvv", + "name": "spotify" + }, + { + "url": "https://tidal.com/artist/4306300", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/1402326", + "name": "deezer" + }, + { + "url": "https://player.monstercat.app/artist/stereotronique", + "name": "monstercat" + }, + { + "url": "https://music.apple.com/us/artist/441025402", + "name": "apple" + }, + { + "url": "https://www.junodownload.com/artists/Stereotronique/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/au/artist/441025402", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Tonight (The Remixes)", + "disambiguation": "", + "overview": "", + "artistId": 82, + "foreignAlbumId": "50a6204c-aa30-4bea-977b-aa8084546fab", + "monitored": true, + "anyReleaseOk": true, + "profileId": 0, + "duration": 1737000, + "albumType": "EP", + "secondaryTypes": [ + "Remix" + ], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2013-04-08T00:00:00Z", + "releases": [ + { + "id": 352, + "albumId": 163, + "foreignReleaseId": "3d6ed953-4dae-48fd-9ce8-efedf509a9cf", + "title": "Tonight (The Remixes)", + "status": "Official", + "duration": 1737000, + "trackCount": 5, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Monstercat" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Dance", + "Electro House", + "Electronic", + "Progressive House" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Stereotronique", + "foreignArtistId": "85283488-0b07-4d2a-806e-5ee22fa823de", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/3010781", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/stereotronique/196731", + "name": "beatport" + }, + { + "url": "https://soundcloud.com/stereotronique", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/Stereotronique", + "name": "facebook" + }, + { + "url": "https://twitter.com/stereotronique", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/user/stereotronique", + "name": "youtube" + }, + { + "url": "https://itunes.apple.com/ca/artist/id441025402", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Aeovvbafxxseirrij66sf5o72k4", + "name": "google" + }, + { + "url": "https://www.last.fm/music/Stereotronique", + "name": "last" + }, + { + "url": "https://open.spotify.com/artist/1x5jH1DE1ihbkCMqmQxCvv", + "name": "spotify" + }, + { + "url": "https://tidal.com/artist/4306300", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/1402326", + "name": "deezer" + }, + { + "url": "https://player.monstercat.app/artist/stereotronique", + "name": "monstercat" + }, + { + "url": "https://music.apple.com/us/artist/441025402", + "name": "apple" + }, + { + "url": "https://www.junodownload.com/artists/Stereotronique/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/au/artist/441025402", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Stereotronique", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [], + "cleanName": "stereotronique", + "sortName": "stereotronique", + "tags": [], + "added": "2023-09-11T04:43:43Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 82 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/3d6ed953-4dae-48fd-9ce8-efedf509a9cf/15132978290-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 163 + }, + "images": [ + { + "url": "/MediaCover/82/poster.jpg?lastWrite=635515652910000000", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/82/poster.jpg" + } + ], + "path": "/mnt/plex/music/Stereotronique", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "stereotronique", + "sortName": "stereotronique", + "tags": [], + "added": "2023-09-11T04:43:43Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 1, + "trackFileCount": 5, + "trackCount": 5, + "totalTrackCount": 5, + "sizeOnDisk": 70343532, + "percentOfTracks": 100 + }, + "id": 82 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Rundfunk", + "foreignArtistId": "d64b438a-c0ec-493c-ac1d-1da95901a907", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Tim Butler, member of Televisor", + "links": [ + { + "url": "https://www.discogs.com/artist/3280747", + "name": "discogs" + }, + { + "url": "https://tidal.com/artist/23763", + "name": "tidal" + }, + { + "url": "https://open.spotify.com/artist/57YxaoBg6PRyZnf0AbNh4p", + "name": "spotify" + }, + { + "url": "https://player.monstercat.app/artist/rundfunk", + "name": "monstercat" + }, + { + "url": "https://rateyourmusic.com/artist/rundfunk", + "name": "rateyourmusic" + }, + { + "url": "https://www.deezer.com/artist/192033", + "name": "deezer" + }, + { + "url": "https://music.apple.com/gb/artist/80419904", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Rundfunk", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "rundfunk", + "sortName": "rundfunk", + "tags": [], + "added": "2023-09-11T04:43:45Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 83 + }, + { + "status": "continuing", + "ended": false, + "artistName": "KUURO", + "foreignArtistId": "bfdbba8d-e747-4bd6-88da-c3fea5c6aeeb", + "tadbId": 0, + "discogsId": 0, + "overview": "Luke Shipstad, better known by his stage name Kuuro, is an American DJ and electronic music producer. The Kuuro project was formerly a production duo that also included Dutch producer Jordin Post. They revealed themselves as the producers behind the name in May 2017 during an episode of Monstercat's Call of the Wild radio program.", + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/5424104", + "name": "discogs" + }, + { + "url": "https://www.wikidata.org/wiki/Q65090284", + "name": "wikidata" + }, + { + "url": "https://soundcloud.com/kuuromusic", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/kuuromusic", + "name": "facebook" + }, + { + "url": "https://twitter.com/kuuromusic", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/kuuromusic/", + "name": "instagram" + }, + { + "url": "https://www.deezer.com/artist/9791184", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/8155178", + "name": "tidal" + }, + { + "url": "https://open.spotify.com/artist/5mVWu2Ofpm2mlEpuMm3b4Q", + "name": "spotify" + }, + { + "url": "https://www.beatport.com/artist/kuuro/534976", + "name": "beatport" + }, + { + "url": "https://music.apple.com/us/artist/1081112517", + "name": "apple" + }, + { + "url": "https://www.youtube.com/channel/UCS-5n6bBIkCahePL7Os260Q", + "name": "youtube" + }, + { + "url": "https://music.apple.com/de/artist/1081112517", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/1081112517", + "name": "apple" + }, + { + "url": "https://music.apple.com/mx/artist/1081112517", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "/MediaCover/84/poster.jpg?lastWrite=638286711450000000", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/84/poster.jpg" + }, + { + "url": "/MediaCover/84/clearlogo.png?lastWrite=638286718420000000", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "/var/lib/lidarr/MediaCover/84/clearlogo.png" + }, + { + "url": "/MediaCover/84/fanart.jpg?lastWrite=638602792190000000", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/84/fanart.jpg" + } + ], + "path": "/mnt/plex/music/KUURO", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "kuuro", + "sortName": "kuuro", + "tags": [], + "added": "2023-09-11T04:43:46Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 84 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Skifonix", + "foreignArtistId": "b94de2e8-5224-4fe0-8600-c84cccfd50c7", + "tadbId": 0, + "discogsId": 0, + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/3010782", + "name": "discogs" + }, + { + "url": "https://tidal.com/artist/5006901", + "name": "tidal" + }, + { + "url": "https://open.spotify.com/artist/0F04PBhk39Gj33jtAZ7Otl", + "name": "spotify" + }, + { + "url": "https://player.monstercat.app/artist/skifonix", + "name": "monstercat" + }, + { + "url": "https://www.deezer.com/artist/3233431", + "name": "deezer" + }, + { + "url": "https://music.apple.com/us/artist/545058433", + "name": "apple" + }, + { + "url": "https://www.junodownload.com/artists/Skifonix/releases/", + "name": "junodownload" + }, + { + "url": "https://www.beatport.com/artist/skifonix/270789", + "name": "beatport" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Skifonix", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "skifonix", + "sortName": "skifonix", + "tags": [], + "added": "2023-09-11T04:43:48Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 85 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Hyper Potions", + "foreignArtistId": "4f167546-03cc-46e8-bac2-de6d9bb0aa78", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "https://www.facebook.com/hyperpotions", + "name": "facebook" + }, + { + "url": "https://twitter.com/hyperpotions", + "name": "twitter" + }, + { + "url": "https://soundcloud.com/hyperpotions", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/hyperpotions/", + "name": "instagram" + }, + { + "url": "http://www.hyperpotions.com/", + "name": "hyperpotions" + }, + { + "url": "https://www.discogs.com/artist/4394067", + "name": "discogs" + }, + { + "url": "https://www.youtube.com/channel/UCbczsMZXABNe7o1oUrMAxVw", + "name": "youtube" + }, + { + "url": "https://www.deezer.com/artist/7856698", + "name": "deezer" + }, + { + "url": "https://open.spotify.com/artist/1KkjjsBwGqU2YjS9OIucZV", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id988162399", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/hyper-potions/479907", + "name": "beatport" + }, + { + "url": "https://www.monstercat.com/artist/hyper-potions", + "name": "monstercat" + }, + { + "url": "https://www.toneden.io/hyperpotions", + "name": "toneden" + }, + { + "url": "https://www.setlist.fm/setlists/hyper-potions-bc65532.html", + "name": "setlist" + }, + { + "url": "https://rateyourmusic.com/artist/hyper-potions", + "name": "rateyourmusic" + }, + { + "url": "https://www.last.fm/music/Hyper+Potions", + "name": "last" + }, + { + "url": "https://play.google.com/store/music/artist?id=Au2igvfhqiv5szu6txlgyxbmmue", + "name": "google" + }, + { + "url": "https://www.allmusic.com/artist/mn0003525311", + "name": "allmusic" + }, + { + "url": "https://hyperpotions.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://vgmdb.net/artist/27160", + "name": "vgmdb" + }, + { + "url": "https://tidal.com/artist/6774747", + "name": "tidal" + }, + { + "url": "https://music.apple.com/us/artist/988162399", + "name": "apple" + }, + { + "url": "https://open.spotify.com/artist/5Jzr1MFULXA2t9ppwUzcTS", + "name": "spotify" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Collector's Box", + "disambiguation": "", + "overview": "", + "artistId": 86, + "foreignAlbumId": "df01f4cf-724b-40f2-980d-5e96d8ab458a", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 3758591, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2022-03-04T00:00:00Z", + "releases": [ + { + "id": 1971, + "albumId": 840, + "foreignReleaseId": "6eec363f-4523-4c49-a388-ca33e11aa78b", + "title": "Collector's Box", + "status": "Official", + "duration": 3758591, + "trackCount": 19, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Screenwave Media" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Chiptune", + "Dance", + "Electronic", + "Pop", + "Edm" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Hyper Potions", + "foreignArtistId": "4f167546-03cc-46e8-bac2-de6d9bb0aa78", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "https://www.facebook.com/hyperpotions", + "name": "facebook" + }, + { + "url": "https://twitter.com/hyperpotions", + "name": "twitter" + }, + { + "url": "https://soundcloud.com/hyperpotions", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/hyperpotions/", + "name": "instagram" + }, + { + "url": "http://www.hyperpotions.com/", + "name": "hyperpotions" + }, + { + "url": "https://www.discogs.com/artist/4394067", + "name": "discogs" + }, + { + "url": "https://www.youtube.com/channel/UCbczsMZXABNe7o1oUrMAxVw", + "name": "youtube" + }, + { + "url": "https://www.deezer.com/artist/7856698", + "name": "deezer" + }, + { + "url": "https://open.spotify.com/artist/1KkjjsBwGqU2YjS9OIucZV", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id988162399", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/hyper-potions/479907", + "name": "beatport" + }, + { + "url": "https://www.monstercat.com/artist/hyper-potions", + "name": "monstercat" + }, + { + "url": "https://www.toneden.io/hyperpotions", + "name": "toneden" + }, + { + "url": "https://www.setlist.fm/setlists/hyper-potions-bc65532.html", + "name": "setlist" + }, + { + "url": "https://rateyourmusic.com/artist/hyper-potions", + "name": "rateyourmusic" + }, + { + "url": "https://www.last.fm/music/Hyper+Potions", + "name": "last" + }, + { + "url": "https://play.google.com/store/music/artist?id=Au2igvfhqiv5szu6txlgyxbmmue", + "name": "google" + }, + { + "url": "https://www.allmusic.com/artist/mn0003525311", + "name": "allmusic" + }, + { + "url": "https://hyperpotions.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://vgmdb.net/artist/27160", + "name": "vgmdb" + }, + { + "url": "https://tidal.com/artist/6774747", + "name": "tidal" + }, + { + "url": "https://music.apple.com/us/artist/988162399", + "name": "apple" + }, + { + "url": "https://open.spotify.com/artist/5Jzr1MFULXA2t9ppwUzcTS", + "name": "spotify" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Hyper Potions", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Chiptune", + "Electronic" + ], + "cleanName": "hyperpotions", + "sortName": "hyper potions", + "tags": [], + "added": "2023-09-11T04:43:49Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 86 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/6eec363f-4523-4c49-a388-ca33e11aa78b/32002945285-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 840 + }, + "images": [], + "path": "/mnt/plex/music/Hyper Potions", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Chiptune", + "Electronic" + ], + "cleanName": "hyperpotions", + "sortName": "hyper potions", + "tags": [], + "added": "2023-09-11T04:43:49Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 1, + "trackFileCount": 0, + "trackCount": 19, + "totalTrackCount": 19, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 86 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Kasbo", + "foreignArtistId": "ee963a5a-2b2c-4aef-ac91-78ad06082cee", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/k-sbo", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/Kasbomusic", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/channel/UCBhRAzXe0IWKKj7YzMLUjEA", + "name": "youtube" + }, + { + "url": "https://www.facebook.com/kasbomusic", + "name": "facebook" + }, + { + "url": "https://www.wikidata.org/wiki/Q48700636", + "name": "wikidata" + }, + { + "url": "https://open.spotify.com/artist/1ikID9RZZMvkuBGDWrqajq", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/5856260", + "name": "deezer" + }, + { + "url": "https://www.discogs.com/artist/4012127", + "name": "discogs" + }, + { + "url": "https://tidal.com/artist/5952973", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/kasbo/372242", + "name": "beatport" + }, + { + "url": "https://itunes.apple.com/se/artist/id739932137", + "name": "apple" + }, + { + "url": "https://music.apple.com/se/artist/739932137", + "name": "apple" + }, + { + "url": "https://music.apple.com/se/artist/739932137", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/739932137", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/739932137", + "name": "apple" + }, + { + "url": "https://music.apple.com/mx/artist/739932137", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "The Learning of Urgency", + "disambiguation": "", + "overview": "", + "artistId": 87, + "foreignAlbumId": "4e256855-a977-4226-bfee-741236c505c2", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2557414, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2024-06-07T00:00:00Z", + "releases": [ + { + "id": 2229, + "albumId": 943, + "foreignReleaseId": "1d16ca89-b563-4f57-be40-231ee0b6315d", + "title": "The Learning of Urgency", + "status": "Official", + "duration": 2557414, + "trackCount": 11, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Foreign Family Collective" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Kasbo", + "foreignArtistId": "ee963a5a-2b2c-4aef-ac91-78ad06082cee", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/k-sbo", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/Kasbomusic", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/channel/UCBhRAzXe0IWKKj7YzMLUjEA", + "name": "youtube" + }, + { + "url": "https://www.facebook.com/kasbomusic", + "name": "facebook" + }, + { + "url": "https://www.wikidata.org/wiki/Q48700636", + "name": "wikidata" + }, + { + "url": "https://open.spotify.com/artist/1ikID9RZZMvkuBGDWrqajq", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/5856260", + "name": "deezer" + }, + { + "url": "https://www.discogs.com/artist/4012127", + "name": "discogs" + }, + { + "url": "https://tidal.com/artist/5952973", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/kasbo/372242", + "name": "beatport" + }, + { + "url": "https://itunes.apple.com/se/artist/id739932137", + "name": "apple" + }, + { + "url": "https://music.apple.com/se/artist/739932137", + "name": "apple" + }, + { + "url": "https://music.apple.com/se/artist/739932137", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/739932137", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/739932137", + "name": "apple" + }, + { + "url": "https://music.apple.com/mx/artist/739932137", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Kasbo", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Electronic" + ], + "cleanName": "kasbo", + "sortName": "kasbo", + "tags": [], + "added": "2023-09-11T04:43:50Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 87 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/1d16ca89-b563-4f57-be40-231ee0b6315d/38215761346-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 943 + }, + "images": [], + "path": "/mnt/plex/music/Kasbo", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Electronic" + ], + "cleanName": "kasbo", + "sortName": "kasbo", + "tags": [], + "added": "2023-09-11T04:43:50Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 3, + "trackFileCount": 0, + "trackCount": 38, + "totalTrackCount": 38, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 87 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Rootkit", + "foreignArtistId": "d62f29e8-b9d1-47d7-a12a-921a7e1387fc", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/rootkitmusic", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/Rootkitmusic", + "name": "facebook" + }, + { + "url": "https://twitter.com/Rootkitmusic", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/channel/UCzQOP3Gow0RyLBl4rrJyVLQ", + "name": "youtube" + }, + { + "url": "https://www.instagram.com/Rootkitmusic/", + "name": "instagram" + }, + { + "url": "http://www.rootkitmusic.com/", + "name": "rootkitmusic" + }, + { + "url": "https://www.discogs.com/artist/3370961", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/01olvHW7uzIInQx9VTNuJm", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/4817625", + "name": "deezer" + }, + { + "url": "https://www.beatport.com/artist/rootkit/262965", + "name": "beatport" + }, + { + "url": "https://www.junodownload.com/artists/Rootkit/releases/", + "name": "junodownload" + }, + { + "url": "https://tidal.com/artist/5548504", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/rootkit", + "name": "monstercat" + }, + { + "url": "https://music.apple.com/no/artist/519597632", + "name": "apple" + }, + { + "url": "https://music.apple.com/mx/artist/519597632", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/519597632", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/45449990", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Recursion", + "disambiguation": "", + "overview": "", + "artistId": 88, + "foreignAlbumId": "5b28e3a5-03a1-44cf-ab87-8aa1f33b10ce", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2803000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2020-12-10T00:00:00Z", + "releases": [ + { + "id": 1978, + "albumId": 843, + "foreignReleaseId": "3e651a4f-a710-4e5a-a11d-ddb54b469dc9", + "title": "Recursion", + "status": "Official", + "duration": 2803000, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "bitbird" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Rootkit", + "foreignArtistId": "d62f29e8-b9d1-47d7-a12a-921a7e1387fc", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/rootkitmusic", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/Rootkitmusic", + "name": "facebook" + }, + { + "url": "https://twitter.com/Rootkitmusic", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/channel/UCzQOP3Gow0RyLBl4rrJyVLQ", + "name": "youtube" + }, + { + "url": "https://www.instagram.com/Rootkitmusic/", + "name": "instagram" + }, + { + "url": "http://www.rootkitmusic.com/", + "name": "rootkitmusic" + }, + { + "url": "https://www.discogs.com/artist/3370961", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/01olvHW7uzIInQx9VTNuJm", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/4817625", + "name": "deezer" + }, + { + "url": "https://www.beatport.com/artist/rootkit/262965", + "name": "beatport" + }, + { + "url": "https://www.junodownload.com/artists/Rootkit/releases/", + "name": "junodownload" + }, + { + "url": "https://tidal.com/artist/5548504", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/rootkit", + "name": "monstercat" + }, + { + "url": "https://music.apple.com/no/artist/519597632", + "name": "apple" + }, + { + "url": "https://music.apple.com/mx/artist/519597632", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/519597632", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/45449990", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Rootkit", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [], + "cleanName": "rootkit", + "sortName": "rootkit", + "tags": [], + "added": "2023-09-11T04:43:51Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 88 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/3e651a4f-a710-4e5a-a11d-ddb54b469dc9/32450767546-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 843 + }, + "images": [], + "path": "/mnt/plex/music/Rootkit", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "rootkit", + "sortName": "rootkit", + "tags": [], + "added": "2023-09-11T04:43:51Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 1, + "trackFileCount": 0, + "trackCount": 12, + "totalTrackCount": 12, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 88 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Dirty Audio", + "foreignArtistId": "524529a4-89a7-4c2b-8bbc-0cc5c28a4345", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "US trap/bass DJ & producer", + "links": [ + { + "url": "https://soundcloud.com/dirtyaudio", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/djdirtyaudio", + "name": "facebook" + }, + { + "url": "http://dirtyaudiomusic.com/", + "name": "dirtyaudiomusic" + }, + { + "url": "https://twitter.com/dirtyaudio", + "name": "twitter" + }, + { + "url": "https://www.discogs.com/artist/2945946", + "name": "discogs" + }, + { + "url": "https://www.instagram.com/dirtyaudio/", + "name": "instagram" + }, + { + "url": "https://open.spotify.com/artist/1WGex9YdmT4TZjmmMirZA8", + "name": "spotify" + }, + { + "url": "https://www.youtube.com/dirtyaudio", + "name": "youtube" + }, + { + "url": "https://www.dirtyaudio.com/", + "name": "dirtyaudio" + }, + { + "url": "https://itunes.apple.com/artist/id446454072", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/392751", + "name": "deezer" + }, + { + "url": "https://www.beatport.com/artist/dirty-audio/204961", + "name": "beatport" + }, + { + "url": "https://tidal.com/artist/6186898", + "name": "tidal" + }, + { + "url": "https://music.apple.com/us/artist/446454072", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/446454072", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Dirty Audio", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Electronic", + "Trap" + ], + "cleanName": "dirtyaudio", + "sortName": "dirty audio", + "tags": [], + "added": "2023-09-11T04:43:52Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 89 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Deon Custom", + "foreignArtistId": "b819f12e-796c-40f3-baee-1657df0d6469", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.facebook.com/deoncustom", + "name": "facebook" + }, + { + "url": "https://twitter.com/deoncustom", + "name": "twitter" + }, + { + "url": "https://soundcloud.com/deoncustom", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/deoncustom/", + "name": "instagram" + }, + { + "url": "https://www.discogs.com/artist/3090614", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/0IgqyBnmTWYYN4e8IjLb41", + "name": "spotify" + }, + { + "url": "https://music.apple.com/us/artist/516265928", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/deon-custom/257014", + "name": "beatport" + }, + { + "url": "https://www.deezer.com/artist/2192841", + "name": "deezer" + }, + { + "url": "https://music.apple.com/gb/artist/516265928", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/4898292", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Ametrine", + "disambiguation": "", + "overview": "", + "artistId": 90, + "foreignAlbumId": "26e6abd4-0cbc-4bc8-950a-52a70ef29db1", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2141000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 10 + }, + "releaseDate": "2013-05-27T00:00:00Z", + "releases": [ + { + "id": 1979, + "albumId": 844, + "foreignReleaseId": "b7619a1f-fade-4c1e-a6f6-094abfc01eb0", + "title": "Ametrine", + "status": "Official", + "duration": 2141000, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Basserk" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Electronic", + "Electronica", + "Idm" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Deon Custom", + "foreignArtistId": "b819f12e-796c-40f3-baee-1657df0d6469", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.facebook.com/deoncustom", + "name": "facebook" + }, + { + "url": "https://twitter.com/deoncustom", + "name": "twitter" + }, + { + "url": "https://soundcloud.com/deoncustom", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/deoncustom/", + "name": "instagram" + }, + { + "url": "https://www.discogs.com/artist/3090614", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/0IgqyBnmTWYYN4e8IjLb41", + "name": "spotify" + }, + { + "url": "https://music.apple.com/us/artist/516265928", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/deon-custom/257014", + "name": "beatport" + }, + { + "url": "https://www.deezer.com/artist/2192841", + "name": "deezer" + }, + { + "url": "https://music.apple.com/gb/artist/516265928", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/4898292", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Deon Custom", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [], + "cleanName": "deoncustom", + "sortName": "deon custom", + "tags": [], + "added": "2023-09-11T04:43:53Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 90 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/b7619a1f-fade-4c1e-a6f6-094abfc01eb0/30291703614-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 844 + }, + "images": [], + "path": "/mnt/plex/music/Deon Custom", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "deoncustom", + "sortName": "deon custom", + "tags": [], + "added": "2023-09-11T04:43:53Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 1, + "trackFileCount": 0, + "trackCount": 10, + "totalTrackCount": 10, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 90 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Soulero", + "foreignArtistId": "c34e7592-0af8-4538-8212-02eb90713fc8", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Electro producer Philip Rimstad from Trollhättan, Sweden", + "links": [ + { + "url": "https://www.facebook.com/SouleroOfficial", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/souleromusic", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/SouleroOfficial", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/user/SouleroOfficial", + "name": "youtube" + }, + { + "url": "https://www.discogs.com/artist/2996641", + "name": "discogs" + }, + { + "url": "https://tidal.com/artist/4845232", + "name": "tidal" + }, + { + "url": "https://open.spotify.com/artist/67PlXwfaqNlqmHMRHPl8aq", + "name": "spotify" + }, + { + "url": "https://music.apple.com/us/artist/411178386", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/2989281", + "name": "deezer" + }, + { + "url": "https://www.junodownload.com/artists/Soulero/releases/", + "name": "junodownload" + }, + { + "url": "https://www.beatport.com/artist/soulero/269576", + "name": "beatport" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Soulero", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "soulero", + "sortName": "soulero", + "tags": [], + "added": "2023-09-11T04:43:57Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 91 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Robotaki", + "foreignArtistId": "e65635d6-9b54-46d9-9579-087238b818ab", + "tadbId": 0, + "discogsId": 0, + "overview": "Preston Anthony Chin, better known by his stage name Robotaki, is a Canadian DJ and producer, based in Montreal, Quebec.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/robotaki", + "name": "soundcloud" + }, + { + "url": "https://www.discogs.com/artist/2150535", + "name": "discogs" + }, + { + "url": "https://www.facebook.com/RobotakiMusic", + "name": "facebook" + }, + { + "url": "https://twitter.com/Robotaki", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/robotaki/", + "name": "instagram" + }, + { + "url": "https://www.songkick.com/artists/5038418", + "name": "songkick" + }, + { + "url": "https://www.wikidata.org/wiki/Q38013856", + "name": "wikidata" + }, + { + "url": "https://open.spotify.com/artist/5ar4zFgUQG1RsH8nhmjOeM", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/4590049", + "name": "deezer" + }, + { + "url": "https://music.apple.com/us/artist/416982964", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/416982964", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/4890853", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "The Grand Mirage", + "disambiguation": "", + "overview": "", + "artistId": 92, + "foreignAlbumId": "5ee02f08-90e3-409f-8bcb-826ffac25c0b", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2567139, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2020-03-27T00:00:00Z", + "releases": [ + { + "id": 1981, + "albumId": 845, + "foreignReleaseId": "203b8be9-a502-47bc-ad47-cb27050b9102", + "title": "The Grand Mirage", + "status": "Official", + "duration": 2567139, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Canada", + "[Worldwide]" + ], + "label": [ + "Foreign Family Collective" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Robotaki", + "foreignArtistId": "e65635d6-9b54-46d9-9579-087238b818ab", + "tadbId": 0, + "discogsId": 0, + "overview": "Preston Anthony Chin, better known by his stage name Robotaki, is a Canadian DJ and producer, based in Montreal, Quebec.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/robotaki", + "name": "soundcloud" + }, + { + "url": "https://www.discogs.com/artist/2150535", + "name": "discogs" + }, + { + "url": "https://www.facebook.com/RobotakiMusic", + "name": "facebook" + }, + { + "url": "https://twitter.com/Robotaki", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/robotaki/", + "name": "instagram" + }, + { + "url": "https://www.songkick.com/artists/5038418", + "name": "songkick" + }, + { + "url": "https://www.wikidata.org/wiki/Q38013856", + "name": "wikidata" + }, + { + "url": "https://open.spotify.com/artist/5ar4zFgUQG1RsH8nhmjOeM", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/4590049", + "name": "deezer" + }, + { + "url": "https://music.apple.com/us/artist/416982964", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/416982964", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/4890853", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Robotaki", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [], + "cleanName": "robotaki", + "sortName": "robotaki", + "tags": [], + "added": "2023-09-11T04:43:58Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 92 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/203b8be9-a502-47bc-ad47-cb27050b9102/36131254456-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 845 + }, + "images": [], + "path": "/mnt/plex/music/Robotaki", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "robotaki", + "sortName": "robotaki", + "tags": [], + "added": "2023-09-11T04:43:58Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 1, + "trackFileCount": 0, + "trackCount": 12, + "totalTrackCount": 12, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 92 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Topi", + "foreignArtistId": "e246a647-c9bc-4bf0-b141-ad2d6e040113", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/5197504", + "name": "discogs" + }, + { + "url": "https://soundcloud.com/topisl", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/Topimusic", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/topimusic1", + "name": "facebook" + }, + { + "url": "https://www.instagram.com/topimusic/", + "name": "instagram" + }, + { + "url": "https://open.spotify.com/artist/6WP0h3qR0awvIWPMvE72F8", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/4896582", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/5672050", + "name": "tidal" + }, + { + "url": "https://music.apple.com/us/artist/1159317970", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Topi", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "topi", + "sortName": "topi", + "tags": [], + "added": "2023-09-11T04:43:59Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 93 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Razihel", + "foreignArtistId": "945a5241-1859-411d-adcc-894698d21906", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://twitter.com/RazihelOfficial", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/RazihelOfficial", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/razihel", + "name": "soundcloud" + }, + { + "url": "http://www.razihel.com/", + "name": "razihel" + }, + { + "url": "https://www.discogs.com/artist/3241196", + "name": "discogs" + }, + { + "url": "https://www.deezer.com/artist/1768861", + "name": "deezer" + }, + { + "url": "https://open.spotify.com/artist/5RKCVcnmcgyhFf85I4Ry9O", + "name": "spotify" + }, + { + "url": "https://www.beatport.com/artist/razihel/258813", + "name": "beatport" + }, + { + "url": "https://tidal.com/artist/4573479", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/razihel", + "name": "monstercat" + }, + { + "url": "https://music.apple.com/us/artist/518697366", + "name": "apple" + }, + { + "url": "https://www.junodownload.com/artists/Razihel/releases/", + "name": "junodownload" + }, + { + "url": "https://www.youtube.com/channel/UCmpOXrEvr7Wzdc71LQ_Or4g", + "name": "youtube" + }, + { + "url": "https://open.spotify.com/artist/4fU1af1HrVzI6L7qFyrmIQ", + "name": "spotify" + }, + { + "url": "https://music.apple.com/ca/artist/518697366", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Razihel", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Edm", + "Drumstep" + ], + "cleanName": "razihel", + "sortName": "razihel", + "tags": [], + "added": "2023-09-11T04:44:00Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 94 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Bad Computer", + "foreignArtistId": "7dcb5105-7780-4a6c-aaaa-63e0bc6f1eaa", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Monstercat", + "links": [ + { + "url": "https://www.facebook.com/BadComputer", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/badcomputer", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/badcmptr/", + "name": "instagram" + }, + { + "url": "https://twitter.com/badcmptr", + "name": "twitter" + }, + { + "url": "https://www.monstercat.com/artist/badcomputer", + "name": "monstercat" + }, + { + "url": "https://www.discogs.com/artist/6016824", + "name": "discogs" + }, + { + "url": "https://www.deezer.com/artist/12783257", + "name": "deezer" + }, + { + "url": "https://open.spotify.com/artist/7uGeDBa1LJ7T1X4fpl8mwk", + "name": "spotify" + }, + { + "url": "https://bad.computer/", + "name": "bad" + }, + { + "url": "https://tidal.com/artist/8895068", + "name": "tidal" + }, + { + "url": "https://www.wikidata.org/wiki/Q122172981", + "name": "wikidata" + }, + { + "url": "https://music.apple.com/us/artist/1254358016", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1254358016", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/bad-computer/629153", + "name": "beatport" + }, + { + "url": "https://music.apple.com/gb/artist/1254358016", + "name": "apple" + }, + { + "url": "https://music.apple.com/au/artist/1254358016", + "name": "apple" + }, + { + "url": "https://music.apple.com/ca/artist/1254358016", + "name": "apple" + }, + { + "url": "https://music.apple.com/fi/artist/1254358016", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "/MediaCover/95/poster.jpg?lastWrite=638602808740000000", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/95/poster.jpg" + }, + { + "url": "/MediaCover/95/banner.jpg?lastWrite=638294356630000000", + "coverType": "banner", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/95/banner.jpg" + }, + { + "url": "/MediaCover/95/clearlogo.png?lastWrite=638286551200000000", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "/var/lib/lidarr/MediaCover/95/clearlogo.png" + }, + { + "url": "/MediaCover/95/fanart.jpg?lastWrite=638344280280000000", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/95/fanart.jpg" + } + ], + "path": "/mnt/plex/music/Bad Computer", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Electronic" + ], + "cleanName": "badcomputer", + "sortName": "bad computer", + "tags": [], + "added": "2023-09-11T04:44:01Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "id": 95 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Zero Hero", + "foreignArtistId": "cf3154b9-024e-405d-b581-5f5f7e92ed63", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/3320091", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/3v6VDCGlWp2Kr4m4YbNKhD", + "name": "spotify" + }, + { + "url": "https://tidal.com/artist/4955684", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Zero Hero", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "zerohero", + "sortName": "zero hero", + "tags": [], + "added": "2023-09-11T04:44:03Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 96 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Tokyo Machine", + "foreignArtistId": "63c662d7-cfa5-493b-9ad4-6f428438f2fd", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Monstercat", + "links": [ + { + "url": "https://www.beatport.com/artist/tokyo-machine/565691", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Aq7gaglv34swj2tuvslvh6bnnei", + "name": "google" + }, + { + "url": "https://itunes.apple.com/artist/id1134525290", + "name": "apple" + }, + { + "url": "https://www.facebook.com/tokyomachine", + "name": "facebook" + }, + { + "url": "https://twitter.com/tokyomachine", + "name": "twitter" + }, + { + "url": "https://www.discogs.com/artist/5170519", + "name": "discogs" + }, + { + "url": "http://www.tokyomachine.net/", + "name": "tokyomachine" + }, + { + "url": "https://www.monstercat.com/artist/tokyomachine", + "name": "monstercat" + }, + { + "url": "https://www.7digital.com/artist/tokyo-machine", + "name": "7digital" + }, + { + "url": "https://open.spotify.com/artist/3bwENxqj9nhaAI3fsAwmv9", + "name": "spotify" + }, + { + "url": "https://www.wikidata.org/wiki/Q60741064", + "name": "wikidata" + }, + { + "url": "https://soundcloud.com/tokyomachine", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/tokyomachine/", + "name": "instagram" + }, + { + "url": "https://www.youtube.com/channel/UCCAwb5g_P59JrABdzYLUDlg", + "name": "youtube" + }, + { + "url": "https://www.deezer.com/artist/10705001", + "name": "deezer" + }, + { + "url": "https://www.twitch.tv/tokyomachine", + "name": "twitch" + }, + { + "url": "https://www.junodownload.com/artists/Tokyo+Machine/", + "name": "junodownload" + }, + { + "url": "https://www.last.fm/music/Tokyo+Machine", + "name": "last" + }, + { + "url": "https://music.apple.com/us/artist/1134525290", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/7992773", + "name": "tidal" + }, + { + "url": "https://tidal.com/artist/37395443", + "name": "tidal" + }, + { + "url": "https://music.apple.com/gb/artist/1134525290", + "name": "apple" + }, + { + "url": "https://music.apple.com/au/artist/1134525290", + "name": "apple" + }, + { + "url": "https://music.apple.com/de/artist/1134525290", + "name": "apple" + }, + { + "url": "https://music.apple.com/ca/artist/1134525290", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Tokyo Machine", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Electro House", + "Bass House", + "Edm" + ], + "cleanName": "tokyomachine", + "sortName": "tokyo machine", + "tags": [], + "added": "2023-09-11T04:44:05Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 97 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Insan3Lik3", + "foreignArtistId": "a235cb47-3a36-47fb-abbc-637dcc080bf6", + "tadbId": 0, + "discogsId": 0, + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/insan3lik3", + "name": "soundcloud" + }, + { + "url": "https://open.spotify.com/artist/0ACEzksK2oPw72QtDMCUVV", + "name": "spotify" + }, + { + "url": "https://twitter.com/Insan3Lik3", + "name": "twitter" + }, + { + "url": "https://www.insan3lik3.com/", + "name": "insan3lik3" + }, + { + "url": "https://www.instagram.com/insan3lik3.music/", + "name": "instagram" + }, + { + "url": "https://insan3lik3.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://www.youtube.com/channel/UChGh5fY1mEnooPtAQsmaCww", + "name": "youtube" + }, + { + "url": "https://www.beatport.com/artist/insan3lik3/182191", + "name": "beatport" + }, + { + "url": "https://www.discogs.com/artist/2724382", + "name": "discogs" + }, + { + "url": "https://itunes.apple.com/us/artist/id488099939", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/316772", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/4954279", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/insan3lik3", + "name": "monstercat" + }, + { + "url": "https://music.apple.com/us/artist/488099939", + "name": "apple" + }, + { + "url": "https://www.junodownload.com/artists/Insan3lik3/releases/", + "name": "junodownload" + }, + { + "url": "https://rateyourmusic.com/artist/insan3lik3", + "name": "rateyourmusic" + }, + { + "url": "https://genius.com/artists/Insan3lik3", + "name": "genius" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "The End", + "disambiguation": "", + "overview": "", + "artistId": 98, + "foreignAlbumId": "01c52b66-4344-48f1-ad01-a58607f69db3", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1759000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2014-07-01T00:00:00Z", + "releases": [ + { + "id": 1982, + "albumId": 846, + "foreignReleaseId": "038de252-0d33-4c5f-a8e6-5cb5e29003cc", + "title": "The End", + "status": "Official", + "duration": 1759000, + "trackCount": 8, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 1983, + "albumId": 846, + "foreignReleaseId": "208facb6-f937-41ea-818a-e214c91b9ac7", + "title": "The End", + "status": "Official", + "duration": 1759000, + "trackCount": 8, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "SectionZ Records" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Electronic" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Insan3Lik3", + "foreignArtistId": "a235cb47-3a36-47fb-abbc-637dcc080bf6", + "tadbId": 0, + "discogsId": 0, + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/insan3lik3", + "name": "soundcloud" + }, + { + "url": "https://open.spotify.com/artist/0ACEzksK2oPw72QtDMCUVV", + "name": "spotify" + }, + { + "url": "https://twitter.com/Insan3Lik3", + "name": "twitter" + }, + { + "url": "https://www.insan3lik3.com/", + "name": "insan3lik3" + }, + { + "url": "https://www.instagram.com/insan3lik3.music/", + "name": "instagram" + }, + { + "url": "https://insan3lik3.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://www.youtube.com/channel/UChGh5fY1mEnooPtAQsmaCww", + "name": "youtube" + }, + { + "url": "https://www.beatport.com/artist/insan3lik3/182191", + "name": "beatport" + }, + { + "url": "https://www.discogs.com/artist/2724382", + "name": "discogs" + }, + { + "url": "https://itunes.apple.com/us/artist/id488099939", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/316772", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/4954279", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/insan3lik3", + "name": "monstercat" + }, + { + "url": "https://music.apple.com/us/artist/488099939", + "name": "apple" + }, + { + "url": "https://www.junodownload.com/artists/Insan3lik3/releases/", + "name": "junodownload" + }, + { + "url": "https://rateyourmusic.com/artist/insan3lik3", + "name": "rateyourmusic" + }, + { + "url": "https://genius.com/artists/Insan3lik3", + "name": "genius" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Insan3Lik3", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Electro", + "Electronic", + "Complextro", + "Nu Disco" + ], + "cleanName": "insan3lik3", + "sortName": "insan3lik3", + "tags": [], + "added": "2023-09-11T04:44:06Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 98 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/038de252-0d33-4c5f-a8e6-5cb5e29003cc/23129936701-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://rateyourmusic.com/release/album/insan3lik3/the-end/", + "name": "rateyourmusic" + } + ], + "id": 846 + }, + "images": [], + "path": "/mnt/plex/music/Insan3Lik3", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Electro", + "Electronic", + "Complextro", + "Nu Disco" + ], + "cleanName": "insan3lik3", + "sortName": "insan3lik3", + "tags": [], + "added": "2023-09-11T04:44:06Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 1, + "trackFileCount": 0, + "trackCount": 8, + "totalTrackCount": 8, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 98 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Matduke", + "foreignArtistId": "e4c67767-97cf-448b-963c-afd254bc5c9f", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/1454613", + "name": "discogs" + }, + { + "url": "https://djmatduke.com/music", + "name": "djmatduke" + }, + { + "url": "https://www.youtube.com/user/djmatduke", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/djmatduke", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/matduke", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/djmatduke", + "name": "facebook" + }, + { + "url": "https://www.instagram.com/djmatduke/", + "name": "instagram" + }, + { + "url": "https://www.beatport.com/artist/matduke/153587", + "name": "beatport" + }, + { + "url": "https://tidal.com/artist/4879101", + "name": "tidal" + }, + { + "url": "https://open.spotify.com/artist/2iTdqBeEWz0QriMt81o9CN", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/1343745", + "name": "deezer" + }, + { + "url": "https://player.monstercat.app/artist/matduke", + "name": "monstercat" + }, + { + "url": "https://genius.com/artists/Matduke", + "name": "genius" + }, + { + "url": "https://music.apple.com/ca/artist/388952724", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Initialize", + "disambiguation": "", + "overview": "", + "artistId": 99, + "foreignAlbumId": "dc633a9a-df76-4040-95c5-b75893962c8b", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 3279500, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2018-08-13T00:00:00Z", + "releases": [ + { + "id": 3241, + "albumId": 1238, + "foreignReleaseId": "e546d89c-0c4e-4102-aa84-592b7ea00657", + "title": "Initialize", + "status": "Official", + "duration": 3279500, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Matduke", + "foreignArtistId": "e4c67767-97cf-448b-963c-afd254bc5c9f", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/1454613", + "name": "discogs" + }, + { + "url": "https://djmatduke.com/music", + "name": "djmatduke" + }, + { + "url": "https://www.youtube.com/user/djmatduke", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/djmatduke", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/matduke", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/djmatduke", + "name": "facebook" + }, + { + "url": "https://www.instagram.com/djmatduke/", + "name": "instagram" + }, + { + "url": "https://www.beatport.com/artist/matduke/153587", + "name": "beatport" + }, + { + "url": "https://tidal.com/artist/4879101", + "name": "tidal" + }, + { + "url": "https://open.spotify.com/artist/2iTdqBeEWz0QriMt81o9CN", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/1343745", + "name": "deezer" + }, + { + "url": "https://player.monstercat.app/artist/matduke", + "name": "monstercat" + }, + { + "url": "https://genius.com/artists/Matduke", + "name": "genius" + }, + { + "url": "https://music.apple.com/ca/artist/388952724", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Matduke", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [], + "cleanName": "matduke", + "sortName": "matduke", + "tags": [], + "added": "2023-09-11T04:44:07Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 99 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/e546d89c-0c4e-4102-aa84-592b7ea00657/42248484153-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1238 + }, + "images": [], + "path": "/mnt/plex/music/Matduke", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "matduke", + "sortName": "matduke", + "tags": [], + "added": "2023-09-11T04:44:07Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 1, + "trackFileCount": 0, + "trackCount": 14, + "totalTrackCount": 14, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 99 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Reach", + "foreignArtistId": "5f0b4ebb-dddf-4377-a58b-650763e09951", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "New York producer", + "links": [ + { + "url": "https://soundcloud.com/imreach", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/unofficialreach", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/unofficialreach", + "name": "facebook" + }, + { + "url": "https://open.spotify.com/artist/4lYh6s3KAhgk3mLQa1F5C8", + "name": "spotify" + }, + { + "url": "https://www.instagram.com/unofficialreach/", + "name": "instagram" + }, + { + "url": "https://www.last.fm/music/REACH", + "name": "last" + }, + { + "url": "https://www.discogs.com/artist/5675135", + "name": "discogs" + }, + { + "url": "https://music.apple.com/ca/artist/1536433399", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/3894264", + "name": "tidal" + }, + { + "url": "https://music.apple.com/us/artist/1553102027", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/336068", + "name": "deezer" + }, + { + "url": "https://music.apple.com/us/artist/1260174386", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Reach", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "reach", + "sortName": "reach", + "tags": [], + "added": "2023-09-11T04:44:09Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 100 + }, + { + "status": "continuing", + "ended": false, + "artistName": "DROELOE", + "foreignArtistId": "378d092c-e78d-498b-a303-e6b657ab5159", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "https://twitter.com/DROELOEMUSIC", + "name": "twitter" + }, + { + "url": "https://droeloe.com/", + "name": "droeloe" + }, + { + "url": "https://soundcloud.com/droeloemusic", + "name": "soundcloud" + }, + { + "url": "https://www.songkick.com/artists/8897819", + "name": "songkick" + }, + { + "url": "https://open.spotify.com/artist/0u18Cq5stIQLUoIaULzDmA", + "name": "spotify" + }, + { + "url": "https://www.facebook.com/droeloemusic", + "name": "facebook" + }, + { + "url": "https://www.instagram.com/droeloemusic/", + "name": "instagram" + }, + { + "url": "https://www.youtube.com/channel/UCc-HpMqHY3VjptiG18JExNw", + "name": "youtube" + }, + { + "url": "https://www.wikidata.org/wiki/Q57950965", + "name": "wikidata" + }, + { + "url": "https://www.deezer.com/artist/10028328", + "name": "deezer" + }, + { + "url": "https://www.discogs.com/artist/5145408", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/droeloe/543752", + "name": "beatport" + }, + { + "url": "https://tidal.com/artist/7678781", + "name": "tidal" + }, + { + "url": "https://music.apple.com/nl/artist/1093540106", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/1093540106", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1093540106", + "name": "apple" + }, + { + "url": "https://music.youtube.com/channel/UCXv6UMItAxIebYSLqsfcXnQ", + "name": "youtube" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "The Art Of Change", + "disambiguation": "", + "overview": "", + "artistId": 101, + "foreignAlbumId": "a8c60e34-8859-4048-aaf4-bdf928b1bb87", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 3041836, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2023-09-15T00:00:00Z", + "releases": [ + { + "id": 2055, + "albumId": 897, + "foreignReleaseId": "3f2fdf37-dd69-4fa3-9db7-fa8450dc5eb8", + "title": "The Art Of Change", + "status": "Official", + "duration": 2858562, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2056, + "albumId": 897, + "foreignReleaseId": "164f5ac3-e9c3-46a2-b832-5a499f0d38cd", + "title": "The Art of Change", + "status": "Official", + "duration": 3041836, + "trackCount": 16, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "Bandcamp", + "country": [ + "[Worldwide]" + ], + "label": [ + "AEI Music" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "DROELOE", + "foreignArtistId": "378d092c-e78d-498b-a303-e6b657ab5159", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "https://twitter.com/DROELOEMUSIC", + "name": "twitter" + }, + { + "url": "https://droeloe.com/", + "name": "droeloe" + }, + { + "url": "https://soundcloud.com/droeloemusic", + "name": "soundcloud" + }, + { + "url": "https://www.songkick.com/artists/8897819", + "name": "songkick" + }, + { + "url": "https://open.spotify.com/artist/0u18Cq5stIQLUoIaULzDmA", + "name": "spotify" + }, + { + "url": "https://www.facebook.com/droeloemusic", + "name": "facebook" + }, + { + "url": "https://www.instagram.com/droeloemusic/", + "name": "instagram" + }, + { + "url": "https://www.youtube.com/channel/UCc-HpMqHY3VjptiG18JExNw", + "name": "youtube" + }, + { + "url": "https://www.wikidata.org/wiki/Q57950965", + "name": "wikidata" + }, + { + "url": "https://www.deezer.com/artist/10028328", + "name": "deezer" + }, + { + "url": "https://www.discogs.com/artist/5145408", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/droeloe/543752", + "name": "beatport" + }, + { + "url": "https://tidal.com/artist/7678781", + "name": "tidal" + }, + { + "url": "https://music.apple.com/nl/artist/1093540106", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/1093540106", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1093540106", + "name": "apple" + }, + { + "url": "https://music.youtube.com/channel/UCXv6UMItAxIebYSLqsfcXnQ", + "name": "youtube" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/DROELOE", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Trap", + "Future Bass", + "Edm", + "Future House" + ], + "cleanName": "droeloe", + "sortName": "droeloe", + "tags": [], + "added": "2023-09-11T04:44:09Z", + "ratings": { + "votes": 2, + "value": 10 + }, + "id": 101 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/164f5ac3-e9c3-46a2-b832-5a499f0d38cd/36727075337-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 897 + }, + "images": [ + { + "url": "/MediaCover/101/poster.jpg?lastWrite=638602740360000000", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/101/poster.jpg" + }, + { + "url": "/MediaCover/101/clearlogo.png?lastWrite=638407845740000000", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "/var/lib/lidarr/MediaCover/101/clearlogo.png" + }, + { + "url": "/MediaCover/101/fanart.jpg?lastWrite=638602792360000000", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/101/fanart.jpg" + } + ], + "path": "/mnt/plex/music/DROELOE", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Trap", + "Future Bass", + "Edm", + "Future House" + ], + "cleanName": "droeloe", + "sortName": "droeloe", + "tags": [], + "added": "2023-09-11T04:44:09Z", + "ratings": { + "votes": 2, + "value": 10 + }, + "statistics": { + "albumCount": 1, + "trackFileCount": 0, + "trackCount": 16, + "totalTrackCount": 16, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 101 + }, + { + "status": "continuing", + "ended": false, + "artistName": "RICCI", + "foreignArtistId": "c06d4bee-b953-4b07-ab31-aeea5e5c34a3", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "DJ and producer from Brazil", + "links": [ + { + "url": "https://www.facebook.com/whoisricci", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/whoisricci", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/whosricci/", + "name": "instagram" + }, + { + "url": "https://www.discogs.com/artist/5271943", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/40n1Jo7JosA21zWJNGwUk0", + "name": "spotify" + }, + { + "url": "https://open.spotify.com/artist/1EUMh6DZo2CfpolG75YQBL", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/428113", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/6451976", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/ricci/47206", + "name": "beatport" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/RICCI", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "ricci", + "sortName": "ricci", + "tags": [], + "added": "2023-09-11T04:44:10Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 102 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Throttle", + "foreignArtistId": "b9809836-7588-419d-ab9e-e1685be21b1d", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Australian DJ and producer", + "links": [ + { + "url": "https://www.facebook.com/throttleofficial", + "name": "facebook" + }, + { + "url": "https://twitter.com/throttle", + "name": "twitter" + }, + { + "url": "https://www.discogs.com/artist/3325239", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/6mPZJXtFVaakznkRxdgWtC", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/1235717", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/3607102", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/throttle", + "name": "monstercat" + }, + { + "url": "https://www.instagram.com/throttle/", + "name": "instagram" + }, + { + "url": "https://www.junodownload.com/artists/Throttle/releases/", + "name": "junodownload" + }, + { + "url": "https://www.beatport.com/artist/throttle/254381", + "name": "beatport" + }, + { + "url": "https://music.apple.com/au/artist/1017064918", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/1017064918", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Throttle", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "throttle", + "sortName": "throttle", + "tags": [], + "added": "2023-09-11T04:44:10Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 103 + }, + { + "status": "continuing", + "ended": false, + "artistName": "nanobii", + "foreignArtistId": "1c7f7803-27ed-4664-8d4e-c8e3d211d5cb", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/3687613", + "name": "discogs" + }, + { + "url": "https://nanobii.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://soundcloud.com/nanobii", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/nanobii", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/channel/UCz3hLJ8YpJSippp8LHjpwjg", + "name": "youtube" + }, + { + "url": "https://open.spotify.com/artist/7mUsBZ6g6BbAu2MBU8Nsu3", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/5538825", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/5438679", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/nanobii", + "name": "monstercat" + }, + { + "url": "https://www.beatport.com/artist/nanobii/389895", + "name": "beatport" + }, + { + "url": "https://music.apple.com/us/artist/820544147", + "name": "apple" + }, + { + "url": "https://www.junodownload.com/artists/Nanobii/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/gb/artist/820544147", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "TECHNO PÅ SVENSKA", + "disambiguation": "", + "overview": "", + "artistId": 104, + "foreignAlbumId": "f1b078e7-3a8f-43e9-8700-14cc5c755891", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1491652, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-06-06T00:00:00Z", + "releases": [ + { + "id": 3624, + "albumId": 1229, + "foreignReleaseId": "8e0e8c7f-a1bf-49ff-8ee9-8a6f61f99212", + "title": "TECHNO PÅ SVENSKA", + "status": "Official", + "duration": 1491652, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "nanobii", + "foreignArtistId": "1c7f7803-27ed-4664-8d4e-c8e3d211d5cb", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/3687613", + "name": "discogs" + }, + { + "url": "https://nanobii.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://soundcloud.com/nanobii", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/nanobii", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/channel/UCz3hLJ8YpJSippp8LHjpwjg", + "name": "youtube" + }, + { + "url": "https://open.spotify.com/artist/7mUsBZ6g6BbAu2MBU8Nsu3", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/5538825", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/5438679", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/nanobii", + "name": "monstercat" + }, + { + "url": "https://www.beatport.com/artist/nanobii/389895", + "name": "beatport" + }, + { + "url": "https://music.apple.com/us/artist/820544147", + "name": "apple" + }, + { + "url": "https://www.junodownload.com/artists/Nanobii/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/gb/artist/820544147", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/nanobii", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Happy Hardcore" + ], + "cleanName": "nanobii", + "sortName": "nanobii", + "tags": [], + "added": "2023-09-11T04:44:13Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 104 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/8e0e8c7f-a1bf-49ff-8ee9-8a6f61f99212/42257550995-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1229 + }, + "images": [], + "path": "/mnt/plex/music/nanobii", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Happy Hardcore" + ], + "cleanName": "nanobii", + "sortName": "nanobii", + "tags": [], + "added": "2023-09-11T04:44:13Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 2, + "trackFileCount": 0, + "trackCount": 21, + "totalTrackCount": 21, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 104 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Nitro Fun", + "foreignArtistId": "0595a4ae-356d-46eb-bb12-a5596d94281e", + "tadbId": 0, + "discogsId": 0, + "overview": "This is a list of artists who are recording for or once recorded for Monstercat. This includes artists who have worked with Silk Music before its acquisition by Monstercat in 2021.", + "artistType": "Person", + "disambiguation": "Gustavo Rangel", + "links": [ + { + "url": "https://www.facebook.com/NitroFunOfficial", + "name": "facebook" + }, + { + "url": "https://www.beatport.com/artist/nitro-fun/288879", + "name": "beatport" + }, + { + "url": "https://soundcloud.com/nitrofun", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/channel/UCvpSayXiUOBk143j1QnP8WQ", + "name": "youtube" + }, + { + "url": "http://www.nitrofun.net/", + "name": "nitrofun" + }, + { + "url": "https://twitter.com/NitroFun", + "name": "twitter" + }, + { + "url": "https://www.discogs.com/artist/3620649", + "name": "discogs" + }, + { + "url": "https://www.deezer.com/artist/4740800", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/5438678", + "name": "tidal" + }, + { + "url": "https://open.spotify.com/artist/4XU5f8nGiPMr6eetud6epC", + "name": "spotify" + }, + { + "url": "https://player.monstercat.app/artist/nitrofun", + "name": "monstercat" + }, + { + "url": "https://music.apple.com/us/artist/569469518", + "name": "apple" + }, + { + "url": "https://www.junodownload.com/artists/Nitro+Fun/releases/", + "name": "junodownload" + }, + { + "url": "https://www.monstercat.com/artist/nitrofun", + "name": "monstercat" + }, + { + "url": "https://monstercat.fandom.com/wiki/Nitro_Fun", + "name": "fandom" + }, + { + "url": "https://rateyourmusic.com/artist/nitro_fun", + "name": "rateyourmusic" + }, + { + "url": "https://genius.com/artists/Nitro-fun", + "name": "genius" + }, + { + "url": "https://www.wikidata.org/wiki/Q85971931", + "name": "wikidata" + }, + { + "url": "https://music.apple.com/gb/artist/569469518", + "name": "apple" + }, + { + "url": "https://music.apple.com/au/artist/569469518", + "name": "apple" + }, + { + "url": "https://nitrofun.bandcamp.com/", + "name": "bandcamp" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Nitro Fun", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Dubstep", + "Electro House", + "Edm", + "Complextro" + ], + "cleanName": "nitrofun", + "sortName": "nitro fun", + "tags": [], + "added": "2023-09-11T04:44:18Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 105 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Glacier", + "foreignArtistId": "d8f25c2d-6e01-45ef-afc0-76325ba2cd29", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Elliot Willoughby, released \"Warriors\" and debuted on Monstercat", + "links": [ + { + "url": "https://www.discogs.com/artist/4447589", + "name": "discogs" + }, + { + "url": "http://glacierofficial.com/", + "name": "glacierofficial" + }, + { + "url": "https://www.youtube.com/c/Glacierofficialmusic", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/glacierofficial", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/GlacierOfficial", + "name": "facebook" + }, + { + "url": "https://twitter.com/glaciertunes", + "name": "twitter" + }, + { + "url": "https://www.beatport.com/artist/glacier/43064", + "name": "beatport" + }, + { + "url": "https://itunes.apple.com/artist/id203181567", + "name": "apple" + }, + { + "url": "https://open.spotify.com/artist/7DS9AJjKnseiE7nVofoULL", + "name": "spotify" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ayhzivfmhvkn7ojr5fsiv4tpgou", + "name": "google" + }, + { + "url": "https://www.deezer.com/artist/151581", + "name": "deezer" + }, + { + "url": "https://www.monstercat.com/artist/glacier", + "name": "monstercat" + }, + { + "url": "https://player.monstercat.app/artist/glacier", + "name": "monstercat" + }, + { + "url": "https://www.instagram.com/glacierofficial/", + "name": "instagram" + }, + { + "url": "https://glacierofficial.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://monstercat.fandom.com/wiki/Glacier", + "name": "fandom" + }, + { + "url": "https://rateyourmusic.com/artist/glacier-1", + "name": "rateyourmusic" + }, + { + "url": "https://genius.com/artists/Glacier", + "name": "genius" + }, + { + "url": "https://music.apple.com/us/artist/1097979767", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/3557855", + "name": "tidal" + }, + { + "url": "https://music.apple.com/gb/artist/1097979767", + "name": "apple" + }, + { + "url": "https://www.discogs.com/artist/14655033", + "name": "discogs" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "here (not rly) there", + "disambiguation": "", + "overview": "", + "artistId": 106, + "foreignAlbumId": "d0b7b0c9-2aaa-4902-ad41-546175a127d9", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2253000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2024-10-11T00:00:00Z", + "releases": [ + { + "id": 2468, + "albumId": 1008, + "foreignReleaseId": "7fbed89c-b2e3-4556-bad6-c0c67700e170", + "title": "here (not rly) there", + "status": "Official", + "duration": 2253000, + "trackCount": 11, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Seeking Blue" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Glacier", + "foreignArtistId": "d8f25c2d-6e01-45ef-afc0-76325ba2cd29", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Elliot Willoughby, released \"Warriors\" and debuted on Monstercat", + "links": [ + { + "url": "https://www.discogs.com/artist/4447589", + "name": "discogs" + }, + { + "url": "http://glacierofficial.com/", + "name": "glacierofficial" + }, + { + "url": "https://www.youtube.com/c/Glacierofficialmusic", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/glacierofficial", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/GlacierOfficial", + "name": "facebook" + }, + { + "url": "https://twitter.com/glaciertunes", + "name": "twitter" + }, + { + "url": "https://www.beatport.com/artist/glacier/43064", + "name": "beatport" + }, + { + "url": "https://itunes.apple.com/artist/id203181567", + "name": "apple" + }, + { + "url": "https://open.spotify.com/artist/7DS9AJjKnseiE7nVofoULL", + "name": "spotify" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ayhzivfmhvkn7ojr5fsiv4tpgou", + "name": "google" + }, + { + "url": "https://www.deezer.com/artist/151581", + "name": "deezer" + }, + { + "url": "https://www.monstercat.com/artist/glacier", + "name": "monstercat" + }, + { + "url": "https://player.monstercat.app/artist/glacier", + "name": "monstercat" + }, + { + "url": "https://www.instagram.com/glacierofficial/", + "name": "instagram" + }, + { + "url": "https://glacierofficial.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://monstercat.fandom.com/wiki/Glacier", + "name": "fandom" + }, + { + "url": "https://rateyourmusic.com/artist/glacier-1", + "name": "rateyourmusic" + }, + { + "url": "https://genius.com/artists/Glacier", + "name": "genius" + }, + { + "url": "https://music.apple.com/us/artist/1097979767", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/3557855", + "name": "tidal" + }, + { + "url": "https://music.apple.com/gb/artist/1097979767", + "name": "apple" + }, + { + "url": "https://www.discogs.com/artist/14655033", + "name": "discogs" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Glacier", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [], + "cleanName": "glacier", + "sortName": "glacier", + "tags": [], + "added": "2023-09-11T04:44:26Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 106 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/7fbed89c-b2e3-4556-bad6-c0c67700e170/40695804403-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1008 + }, + "images": [], + "path": "/mnt/plex/music/Glacier", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "glacier", + "sortName": "glacier", + "tags": [], + "added": "2023-09-11T04:44:26Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 1, + "trackFileCount": 0, + "trackCount": 11, + "totalTrackCount": 11, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 106 + }, + { + "status": "continuing", + "ended": false, + "artistName": "David Benjamin", + "foreignArtistId": "4a4fd2f8-c587-4b14-a0fa-31f6926c15c4", + "tadbId": 0, + "discogsId": 0, + "disambiguation": "appears on Conro's song \"Lay Low\"", + "links": [ + { + "url": "https://www.discogs.com/artist/4653725", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/5eTeHyszhixBkqm4L9xrjW", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/5596242", + "name": "deezer" + }, + { + "url": "https://music.apple.com/gb/artist/81526510", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/5926498", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Through Your Eyes", + "disambiguation": "", + "overview": "", + "artistId": 107, + "foreignAlbumId": "e1bc1306-780e-470e-9873-7b59526fcfdb", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 0, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2015-01-01T00:00:00Z", + "releases": [ + { + "id": 1985, + "albumId": 848, + "foreignReleaseId": "9f5319f7-1293-4190-a0d8-e808e88e231a", + "title": "Through Your Eyes", + "status": "Official", + "duration": 0, + "trackCount": 5, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Netherlands" + ], + "label": [], + "format": "CD", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "David Benjamin", + "foreignArtistId": "4a4fd2f8-c587-4b14-a0fa-31f6926c15c4", + "tadbId": 0, + "discogsId": 0, + "disambiguation": "appears on Conro's song \"Lay Low\"", + "links": [ + { + "url": "https://www.discogs.com/artist/4653725", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/5eTeHyszhixBkqm4L9xrjW", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/5596242", + "name": "deezer" + }, + { + "url": "https://music.apple.com/gb/artist/81526510", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/5926498", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/David Benjamin", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [], + "cleanName": "davidbenjamin", + "sortName": "david benjamin", + "tags": [], + "added": "2023-09-11T04:44:28Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 107 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/9f5319f7-1293-4190-a0d8-e808e88e231a/23791417499-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 848 + }, + "images": [], + "path": "/mnt/plex/music/David Benjamin", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "davidbenjamin", + "sortName": "david benjamin", + "tags": [], + "added": "2023-09-11T04:44:28Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 1, + "trackFileCount": 0, + "trackCount": 5, + "totalTrackCount": 5, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 107 + }, + { + "status": "continuing", + "ended": false, + "artistName": "RIOT", + "foreignArtistId": "7d48f4c1-80b5-41f3-af5a-b0d5410b44f7", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "US electronic duo", + "links": [ + { + "url": "https://www.discogs.com/artist/4975515", + "name": "discogs" + }, + { + "url": "https://www.youtube.com/channel/UCQK8FefX5bPAIzwPvNOFQyA", + "name": "youtube" + }, + { + "url": "http://weareriot.net/", + "name": "weareriot" + }, + { + "url": "https://www.beatport.com/artist/riot/37275", + "name": "beatport" + }, + { + "url": "https://www.instagram.com/riotmusic/", + "name": "instagram" + }, + { + "url": "https://www.facebook.com/groupRIOT", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/weareriot", + "name": "soundcloud" + }, + { + "url": "https://www.bandsintown.com/a/57547", + "name": "bandsintown" + }, + { + "url": "https://twitter.com/RlOTmusic", + "name": "twitter" + }, + { + "url": "https://www.deezer.com/artist/291501", + "name": "deezer" + }, + { + "url": "https://open.spotify.com/artist/0qPGd8tOMHlFZt8EA1uLFY", + "name": "spotify" + }, + { + "url": "https://music.youtube.com/channel/UCH-ybYrUazysguJchij8iXQ", + "name": "youtube" + }, + { + "url": "https://tidal.com/artist/19000066", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/54044292", + "name": "deezer" + }, + { + "url": "https://music.apple.com/us/artist/437755921", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/437755921", + "name": "apple" + }, + { + "url": "https://music.apple.com/de/artist/437755921", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/15627655", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "The Machine", + "disambiguation": "", + "overview": "", + "artistId": 108, + "foreignAlbumId": "fbe151ef-9cf5-4e09-9ce5-b27628f77639", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 3226648, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-08-01T00:00:00Z", + "releases": [ + { + "id": 3214, + "albumId": 1158, + "foreignReleaseId": "540c31b1-0f78-4b9b-b006-0c23c40a3410", + "title": "The Machine", + "status": "Official", + "duration": 3226648, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Gud Vibrations" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "RIOT", + "foreignArtistId": "7d48f4c1-80b5-41f3-af5a-b0d5410b44f7", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "US electronic duo", + "links": [ + { + "url": "https://www.discogs.com/artist/4975515", + "name": "discogs" + }, + { + "url": "https://www.youtube.com/channel/UCQK8FefX5bPAIzwPvNOFQyA", + "name": "youtube" + }, + { + "url": "http://weareriot.net/", + "name": "weareriot" + }, + { + "url": "https://www.beatport.com/artist/riot/37275", + "name": "beatport" + }, + { + "url": "https://www.instagram.com/riotmusic/", + "name": "instagram" + }, + { + "url": "https://www.facebook.com/groupRIOT", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/weareriot", + "name": "soundcloud" + }, + { + "url": "https://www.bandsintown.com/a/57547", + "name": "bandsintown" + }, + { + "url": "https://twitter.com/RlOTmusic", + "name": "twitter" + }, + { + "url": "https://www.deezer.com/artist/291501", + "name": "deezer" + }, + { + "url": "https://open.spotify.com/artist/0qPGd8tOMHlFZt8EA1uLFY", + "name": "spotify" + }, + { + "url": "https://music.youtube.com/channel/UCH-ybYrUazysguJchij8iXQ", + "name": "youtube" + }, + { + "url": "https://tidal.com/artist/19000066", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/54044292", + "name": "deezer" + }, + { + "url": "https://music.apple.com/us/artist/437755921", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/437755921", + "name": "apple" + }, + { + "url": "https://music.apple.com/de/artist/437755921", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/15627655", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/RIOT", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Dubstep", + "Electronic" + ], + "cleanName": "riot", + "sortName": "riot", + "tags": [], + "added": "2023-09-11T04:44:30Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "id": 108 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/540c31b1-0f78-4b9b-b006-0c23c40a3410/42823225831-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1158 + }, + "images": [], + "path": "/mnt/plex/music/RIOT", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Dubstep", + "Electronic" + ], + "cleanName": "riot", + "sortName": "riot", + "tags": [], + "added": "2023-09-11T04:44:30Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "statistics": { + "albumCount": 2, + "trackFileCount": 0, + "trackCount": 25, + "totalTrackCount": 25, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 108 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Melano", + "foreignArtistId": "05bd55e6-7e2b-4cb1-b768-f88b07cda0eb", + "tadbId": 0, + "discogsId": 0, + "disambiguation": "", + "links": [ + { + "url": "https://www.facebook.com/MelanoOfficial", + "name": "facebook" + }, + { + "url": "https://twitter.com/MelanoOfficial", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/melanomusic/", + "name": "instagram" + }, + { + "url": "https://soundcloud.com/melanomusic", + "name": "soundcloud" + }, + { + "url": "https://www.discogs.com/artist/4853714", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/3ccMUmxnP7Poo48pJXu6X7", + "name": "spotify" + }, + { + "url": "https://music.apple.com/us/artist/437471834", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/4338032", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/49719786", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Melano", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "melano", + "sortName": "melano", + "tags": [], + "added": "2023-09-11T04:44:31Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 109 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Anevo", + "foreignArtistId": "d4f78073-0633-4548-b582-bc4ef3715e37", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Swedish producer based in Los Angeles", + "links": [ + { + "url": "https://www.discogs.com/artist/3008823", + "name": "discogs" + }, + { + "url": "https://soundcloud.com/itsanevo", + "name": "soundcloud" + }, + { + "url": "https://itunes.apple.com/se/artist/id524419637", + "name": "apple" + }, + { + "url": "https://www.instagram.com/itsanevo/", + "name": "instagram" + }, + { + "url": "https://twitter.com/ItsAnevo", + "name": "twitter" + }, + { + "url": "https://www.beatport.com/artist/anevo/263210", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ap6sxqr7tqchetd5igmdepsqd44", + "name": "google" + }, + { + "url": "https://www.facebook.com/anevomusic", + "name": "facebook" + }, + { + "url": "https://open.spotify.com/artist/1FmrdSfTqWOzQoEoaS7MWb", + "name": "spotify" + }, + { + "url": "https://music.apple.com/se/artist/524419637", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/2330981", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/4656141", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Anevo", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "anevo", + "sortName": "anevo", + "tags": [], + "added": "2023-09-11T04:44:32Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 110 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Slushii", + "foreignArtistId": "848d0b95-ac2e-4c18-a025-7fb815281ad8", + "tadbId": 0, + "discogsId": 0, + "overview": "Julian Michael Scanlan, known professionally as Slushii, is an American musician, DJ, songwriter, and music producer based in Los Angeles. He is best known for working with various artists managed by Moe Shalizi, such as Marshmello, Ookay and Jauz, and for gaining support from notable musician and Owsla-record label founder Skrillex.", + "artistType": "Person", + "disambiguation": "electronic music producer", + "links": [ + { + "url": "https://soundcloud.com/slushiimusic", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/SlushiiMusic", + "name": "facebook" + }, + { + "url": "https://twitter.com/SlushiiMusic", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/SlushiiMusic/", + "name": "instagram" + }, + { + "url": "https://www.youtube.com/c/slushiimusic", + "name": "youtube" + }, + { + "url": "https://plus.google.com/+SlushiiMusic", + "name": "google" + }, + { + "url": "https://www.discogs.com/artist/5049174", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/41rVuRHYAiH7ltBTHVR9We", + "name": "spotify" + }, + { + "url": "https://play.google.com/store/music/artist?id=Aw6d2jejppp32uy7lknm3cmsoiy", + "name": "google" + }, + { + "url": "https://itunes.apple.com/us/artist/id1079527964", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/slushii/533639", + "name": "beatport" + }, + { + "url": "https://www.slushii.com/", + "name": "slushii" + }, + { + "url": "https://www.last.fm/music/slushii", + "name": "last" + }, + { + "url": "https://www.wikidata.org/wiki/Q25714017", + "name": "wikidata" + }, + { + "url": "https://www.songkick.com/artists/8878574", + "name": "songkick" + }, + { + "url": "https://www.deezer.com/artist/9758586", + "name": "deezer" + }, + { + "url": "https://www.bandsintown.com/a/12469348", + "name": "bandsintown" + }, + { + "url": "https://tidal.com/artist/7565378", + "name": "tidal" + }, + { + "url": "https://www.allmusic.com/artist/mn0003520737", + "name": "allmusic" + }, + { + "url": "https://genius.com/artists/Slushii", + "name": "genius" + }, + { + "url": "https://music.apple.com/us/artist/1079527964", + "name": "apple" + }, + { + "url": "https://www.junodownload.com/artists/Slushii/releases/", + "name": "junodownload" + }, + { + "url": "https://rateyourmusic.com/artist/slushii", + "name": "rateyourmusic" + }, + { + "url": "https://www.monstercat.com/artist/slushii", + "name": "monstercat" + }, + { + "url": "https://player.monstercat.app/artist/slushii", + "name": "monstercat" + }, + { + "url": "https://jaxsta.com/profile/751075df-dac2-4bf2-ae95-f658d9a98f9f/catalogue", + "name": "jaxsta" + }, + { + "url": "https://monstercat.fandom.com/wiki/Slushii", + "name": "fandom" + }, + { + "url": "https://www.qobuz.com/us-en/interpreter/slushii/2541506", + "name": "qobuz" + }, + { + "url": "https://music.youtube.com/channel/UCvjXxvmWE3-lbb9lYOJPedA", + "name": "youtube" + }, + { + "url": "https://music.apple.com/gb/artist/1079527964", + "name": "apple" + }, + { + "url": "https://music.apple.com/ca/artist/1079527964", + "name": "apple" + }, + { + "url": "https://music.apple.com/fr/artist/1079527964", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Chrysalis", + "disambiguation": "", + "overview": "", + "artistId": 111, + "foreignAlbumId": "51b9be75-a7b4-42de-95df-2d41a3721602", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 3316252, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-07-11T00:00:00Z", + "releases": [ + { + "id": 3203, + "albumId": 1044, + "foreignReleaseId": "2c920559-f36f-4c24-ad20-8d867d3851b0", + "title": "Chrysalis", + "status": "Official", + "duration": 3316252, + "trackCount": 18, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "SONICdream" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Electronic" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Slushii", + "foreignArtistId": "848d0b95-ac2e-4c18-a025-7fb815281ad8", + "tadbId": 0, + "discogsId": 0, + "overview": "Julian Michael Scanlan, known professionally as Slushii, is an American musician, DJ, songwriter, and music producer based in Los Angeles. He is best known for working with various artists managed by Moe Shalizi, such as Marshmello, Ookay and Jauz, and for gaining support from notable musician and Owsla-record label founder Skrillex.", + "artistType": "Person", + "disambiguation": "electronic music producer", + "links": [ + { + "url": "https://soundcloud.com/slushiimusic", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/SlushiiMusic", + "name": "facebook" + }, + { + "url": "https://twitter.com/SlushiiMusic", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/SlushiiMusic/", + "name": "instagram" + }, + { + "url": "https://www.youtube.com/c/slushiimusic", + "name": "youtube" + }, + { + "url": "https://plus.google.com/+SlushiiMusic", + "name": "google" + }, + { + "url": "https://www.discogs.com/artist/5049174", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/41rVuRHYAiH7ltBTHVR9We", + "name": "spotify" + }, + { + "url": "https://play.google.com/store/music/artist?id=Aw6d2jejppp32uy7lknm3cmsoiy", + "name": "google" + }, + { + "url": "https://itunes.apple.com/us/artist/id1079527964", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/slushii/533639", + "name": "beatport" + }, + { + "url": "https://www.slushii.com/", + "name": "slushii" + }, + { + "url": "https://www.last.fm/music/slushii", + "name": "last" + }, + { + "url": "https://www.wikidata.org/wiki/Q25714017", + "name": "wikidata" + }, + { + "url": "https://www.songkick.com/artists/8878574", + "name": "songkick" + }, + { + "url": "https://www.deezer.com/artist/9758586", + "name": "deezer" + }, + { + "url": "https://www.bandsintown.com/a/12469348", + "name": "bandsintown" + }, + { + "url": "https://tidal.com/artist/7565378", + "name": "tidal" + }, + { + "url": "https://www.allmusic.com/artist/mn0003520737", + "name": "allmusic" + }, + { + "url": "https://genius.com/artists/Slushii", + "name": "genius" + }, + { + "url": "https://music.apple.com/us/artist/1079527964", + "name": "apple" + }, + { + "url": "https://www.junodownload.com/artists/Slushii/releases/", + "name": "junodownload" + }, + { + "url": "https://rateyourmusic.com/artist/slushii", + "name": "rateyourmusic" + }, + { + "url": "https://www.monstercat.com/artist/slushii", + "name": "monstercat" + }, + { + "url": "https://player.monstercat.app/artist/slushii", + "name": "monstercat" + }, + { + "url": "https://jaxsta.com/profile/751075df-dac2-4bf2-ae95-f658d9a98f9f/catalogue", + "name": "jaxsta" + }, + { + "url": "https://monstercat.fandom.com/wiki/Slushii", + "name": "fandom" + }, + { + "url": "https://www.qobuz.com/us-en/interpreter/slushii/2541506", + "name": "qobuz" + }, + { + "url": "https://music.youtube.com/channel/UCvjXxvmWE3-lbb9lYOJPedA", + "name": "youtube" + }, + { + "url": "https://music.apple.com/gb/artist/1079527964", + "name": "apple" + }, + { + "url": "https://music.apple.com/ca/artist/1079527964", + "name": "apple" + }, + { + "url": "https://music.apple.com/fr/artist/1079527964", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/xwtytx1581295911.jpg", + "coverType": "poster", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/fkmyd71640794279.png", + "coverType": "clearlogo", + "extension": ".png" + } + ], + "path": "/mnt/plex/music/Slushii", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Dubstep", + "Electro House", + "Electronic", + "Progressive House", + "Trap", + "Trap Edm", + "Future Bass", + "Edm" + ], + "cleanName": "slushii", + "sortName": "slushii", + "tags": [], + "added": "2023-09-11T04:44:38Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 111 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/2c920559-f36f-4c24-ad20-8d867d3851b0/42469874711-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1044 + }, + "images": [ + { + "url": "/MediaCover/111/poster.jpg?lastWrite=638065416960000000", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/xwtytx1581295911.jpg" + }, + { + "url": "/MediaCover/111/clearlogo.png?lastWrite=637763911940000000", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/fkmyd71640794279.png" + } + ], + "path": "/mnt/plex/music/Slushii", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Dubstep", + "Electro House", + "Electronic", + "Progressive House", + "Trap", + "Trap Edm", + "Future Bass", + "Edm" + ], + "cleanName": "slushii", + "sortName": "slushii", + "tags": [], + "added": "2023-09-11T04:44:38Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 6, + "trackFileCount": 0, + "trackCount": 99, + "totalTrackCount": 99, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 111 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Case & Point", + "foreignArtistId": "711b81dd-7f2e-4794-b92b-4153250014e0", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "https://www.facebook.com/caseandpointmusic", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/caseandpoint", + "name": "soundcloud" + }, + { + "url": "https://www.songkick.com/artists/7122779", + "name": "songkick" + }, + { + "url": "https://www.youtube.com/channel/UC-P4u_VTKpyswU5y05wgZ5w", + "name": "youtube" + }, + { + "url": "https://plus.google.com/111333648616932685189", + "name": "google" + }, + { + "url": "https://twitter.com/caseandpointdjs", + "name": "twitter" + }, + { + "url": "http://www.caseandpointmusic.com/", + "name": "caseandpointmusic" + }, + { + "url": "https://www.deezer.com/artist/4724425", + "name": "deezer" + }, + { + "url": "https://www.discogs.com/artist/3447608", + "name": "discogs" + }, + { + "url": "https://player.monstercat.app/artist/casepoint", + "name": "monstercat" + }, + { + "url": "https://open.spotify.com/artist/1Bj395MP3AL2B6KouMzkFO", + "name": "spotify" + }, + { + "url": "https://music.apple.com/us/artist/619685097", + "name": "apple" + }, + { + "url": "https://www.junodownload.com/artists/Case+%2526+Point/releases/", + "name": "junodownload" + }, + { + "url": "https://tidal.com/artist/4910203", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/case-point/322774", + "name": "beatport" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Case & Point", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "casepoint", + "sortName": "case point", + "tags": [], + "added": "2023-09-11T04:44:40Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 112 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Candyland", + "foreignArtistId": "7b3c4196-a001-42dd-a208-7af7cc2fa906", + "tadbId": 0, + "discogsId": 0, + "overview": "Candyland is an American electronic music duo consisting of Josephine \"Josie\" Mary Martin and Ethan Davis.", + "artistType": "Group", + "disambiguation": "California electronic duo", + "links": [ + { + "url": "https://www.facebook.com/CandylandDJs", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/candylanddjs", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/candylanddjs/", + "name": "instagram" + }, + { + "url": "https://www.youtube.com/channel/UC7ezzbRnqBFTTjnhSc_CJTw", + "name": "youtube" + }, + { + "url": "https://twitter.com/CandylandDJs", + "name": "twitter" + }, + { + "url": "https://www.beatport.com/artist/candyland/202130", + "name": "beatport" + }, + { + "url": "https://www.discogs.com/artist/3027025", + "name": "discogs" + }, + { + "url": "https://itunes.apple.com/us/artist/id396039583", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Afebg4zp2fp5labd7bnakiyh324", + "name": "google" + }, + { + "url": "https://www.deezer.com/artist/1036822", + "name": "deezer" + }, + { + "url": "https://www.wikidata.org/wiki/Q27909735", + "name": "wikidata" + }, + { + "url": "https://open.spotify.com/artist/3wzxasxU7kQxHPr0ky5rJq", + "name": "spotify" + }, + { + "url": "https://music.apple.com/us/artist/396039583", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/915353727", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/34121016", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Candyland", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "candyland", + "sortName": "candyland", + "tags": [], + "added": "2023-09-11T04:44:42Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 113 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Darren Styles", + "foreignArtistId": "94bd816b-af21-44f8-aed7-99d49f8de3e9", + "tadbId": 0, + "discogsId": 0, + "overview": "Darren James Mew, better known as Darren Styles, is an English music producer, DJ, singer and songwriter from Clacton-On-Sea, Essex. Originally a member of the breakbeat hardcore group DJ Force & the Evolution, Styles found success during the 1990s as one half of Force & Styles. The duo were pioneers of happy hardcore and wrote several well-known songs such as \"Heart of Gold\", \"Pretty Green Eyes\" and \"Paradise & Dreams\".", + "artistType": "Person", + "disambiguation": "UK hardcore DJ & producer Darren Mew", + "links": [ + { + "url": "https://www.discogs.com/artist/36381", + "name": "discogs" + }, + { + "url": "http://viaf.org/viaf/81057093", + "name": "viaf" + }, + { + "url": "https://www.wikidata.org/wiki/Q1166670", + "name": "wikidata" + }, + { + "url": "http://muzikum.eu/en/122-5054/darren-styles/lyrics.html", + "name": "muzikum" + }, + { + "url": "https://www.discogs.com/artist/519826", + "name": "discogs" + }, + { + "url": "https://soundcloud.com/darren-styles", + "name": "soundcloud" + }, + { + "url": "http://www.darrenstyles.co.uk/", + "name": "darrenstyles" + }, + { + "url": "https://www.facebook.com/DarrenStylesDJ", + "name": "facebook" + }, + { + "url": "https://twitter.com/darrenstylesuk", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/darrenstylesuk/", + "name": "instagram" + }, + { + "url": "https://www.deezer.com/artist/13213", + "name": "deezer" + }, + { + "url": "https://open.spotify.com/artist/2gZzTzeACSwFqkMroVxmnm", + "name": "spotify" + }, + { + "url": "https://d-nb.info/gnd/136768172", + "name": "d-nb" + }, + { + "url": "http://viaf.org/viaf/29145969922032250111", + "name": "viaf" + }, + { + "url": "https://www.allmusic.com/artist/mn0000673500", + "name": "allmusic" + }, + { + "url": "https://genius.com/artists/Darren-styles", + "name": "genius" + }, + { + "url": "https://itunes.apple.com/us/artist/id103997555", + "name": "apple" + }, + { + "url": "https://www.songkick.com/artists/521145", + "name": "songkick" + }, + { + "url": "https://www.youtube.com/user/darrenstylesuk", + "name": "youtube" + }, + { + "url": "https://www.worldcat.org/identities/viaf-29145969922032250111/", + "name": "worldcat" + }, + { + "url": "https://music.amazon.com/artists/B001SY8VVM", + "name": "amazon" + }, + { + "url": "https://www.junodownload.com/artists/Darren%2BStyles/releases", + "name": "junodownload" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000199423/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://tidal.com/artist/3833702", + "name": "tidal" + }, + { + "url": "https://myspace.com/darrenstylesmusic", + "name": "myspace" + }, + { + "url": "https://www.beatport.com/artist/darren-styles/4338", + "name": "beatport" + }, + { + "url": "https://music.apple.com/us/artist/103997555", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/103997555", + "name": "apple" + }, + { + "url": "https://music.apple.com/nl/artist/103997555", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Feel the Pressure", + "disambiguation": "", + "overview": "Feel the Pressure is the second studio album by Darren Styles. It was released on 23 August 2010.", + "artistId": 114, + "foreignAlbumId": "d75c5c92-4270-456a-88bf-1fea75aa95fa", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 5869000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2010-08-23T00:00:00Z", + "releases": [ + { + "id": 1997, + "albumId": 855, + "foreignReleaseId": "474ac41e-f366-40fc-88be-eca63d9f0593", + "title": "Feel the Pressure", + "status": "Official", + "duration": 5869000, + "trackCount": 25, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "United Kingdom" + ], + "label": [ + "All Around the World", + "All Around the World" + ], + "format": "2xCD", + "monitored": true + } + ], + "genres": [ + "Electronic", + "Happy Hardcore", + "Edm" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Darren Styles", + "foreignArtistId": "94bd816b-af21-44f8-aed7-99d49f8de3e9", + "tadbId": 0, + "discogsId": 0, + "overview": "Darren James Mew, better known as Darren Styles, is an English music producer, DJ, singer and songwriter from Clacton-On-Sea, Essex. Originally a member of the breakbeat hardcore group DJ Force & the Evolution, Styles found success during the 1990s as one half of Force & Styles. The duo were pioneers of happy hardcore and wrote several well-known songs such as \"Heart of Gold\", \"Pretty Green Eyes\" and \"Paradise & Dreams\".", + "artistType": "Person", + "disambiguation": "UK hardcore DJ & producer Darren Mew", + "links": [ + { + "url": "https://www.discogs.com/artist/36381", + "name": "discogs" + }, + { + "url": "http://viaf.org/viaf/81057093", + "name": "viaf" + }, + { + "url": "https://www.wikidata.org/wiki/Q1166670", + "name": "wikidata" + }, + { + "url": "http://muzikum.eu/en/122-5054/darren-styles/lyrics.html", + "name": "muzikum" + }, + { + "url": "https://www.discogs.com/artist/519826", + "name": "discogs" + }, + { + "url": "https://soundcloud.com/darren-styles", + "name": "soundcloud" + }, + { + "url": "http://www.darrenstyles.co.uk/", + "name": "darrenstyles" + }, + { + "url": "https://www.facebook.com/DarrenStylesDJ", + "name": "facebook" + }, + { + "url": "https://twitter.com/darrenstylesuk", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/darrenstylesuk/", + "name": "instagram" + }, + { + "url": "https://www.deezer.com/artist/13213", + "name": "deezer" + }, + { + "url": "https://open.spotify.com/artist/2gZzTzeACSwFqkMroVxmnm", + "name": "spotify" + }, + { + "url": "https://d-nb.info/gnd/136768172", + "name": "d-nb" + }, + { + "url": "http://viaf.org/viaf/29145969922032250111", + "name": "viaf" + }, + { + "url": "https://www.allmusic.com/artist/mn0000673500", + "name": "allmusic" + }, + { + "url": "https://genius.com/artists/Darren-styles", + "name": "genius" + }, + { + "url": "https://itunes.apple.com/us/artist/id103997555", + "name": "apple" + }, + { + "url": "https://www.songkick.com/artists/521145", + "name": "songkick" + }, + { + "url": "https://www.youtube.com/user/darrenstylesuk", + "name": "youtube" + }, + { + "url": "https://www.worldcat.org/identities/viaf-29145969922032250111/", + "name": "worldcat" + }, + { + "url": "https://music.amazon.com/artists/B001SY8VVM", + "name": "amazon" + }, + { + "url": "https://www.junodownload.com/artists/Darren%2BStyles/releases", + "name": "junodownload" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000199423/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://tidal.com/artist/3833702", + "name": "tidal" + }, + { + "url": "https://myspace.com/darrenstylesmusic", + "name": "myspace" + }, + { + "url": "https://www.beatport.com/artist/darren-styles/4338", + "name": "beatport" + }, + { + "url": "https://music.apple.com/us/artist/103997555", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/103997555", + "name": "apple" + }, + { + "url": "https://music.apple.com/nl/artist/103997555", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/qpxxts1367373007.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/vprtsr1367372942.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Darren Styles", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Electronic", + "Happy Hardcore", + "Uk Hardcore", + "Rave" + ], + "cleanName": "darrenstyles", + "sortName": "darren styles", + "tags": [], + "added": "2023-09-11T04:44:44Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "id": 114 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/474ac41e-f366-40fc-88be-eca63d9f0593/29980439823-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.wikidata.org/wiki/Q5441338", + "name": "wikidata" + } + ], + "id": 855 + }, + "images": [ + { + "url": "/MediaCover/114/fanart.jpg?lastWrite=639088325747926380", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/qpxxts1367373007.jpg" + }, + { + "url": "/MediaCover/114/poster.jpg?lastWrite=639088325747756893", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/vprtsr1367372942.jpg" + } + ], + "path": "/mnt/plex/music/Darren Styles", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Electronic", + "Happy Hardcore", + "Uk Hardcore", + "Rave" + ], + "cleanName": "darrenstyles", + "sortName": "darren styles", + "tags": [], + "added": "2023-09-11T04:44:44Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "statistics": { + "albumCount": 2, + "trackFileCount": 0, + "trackCount": 55, + "totalTrackCount": 55, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 114 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Mitchell Claxton", + "foreignArtistId": "4b7dbe1e-39ff-4ed1-a526-9d72b401f3ef", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "techno", + "links": [ + { + "url": "https://www.facebook.com/MitchellClaxtonMusic", + "name": "facebook" + }, + { + "url": "https://twitter.com/mitchellclaxton", + "name": "twitter" + }, + { + "url": "https://soundcloud.com/mitchell-claxto", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/THEmitchellclaxton", + "name": "youtube" + }, + { + "url": "https://www.discogs.com/artist/1303057", + "name": "discogs" + }, + { + "url": "https://tidal.com/artist/3684951", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/mitchellclaxton", + "name": "monstercat" + }, + { + "url": "https://open.spotify.com/artist/2mQoo0WLxBTRhISOFHi0nA", + "name": "spotify" + }, + { + "url": "https://www.junodownload.com/artists/Mitchell+Claxton/releases/", + "name": "junodownload" + }, + { + "url": "https://www.deezer.com/artist/384163", + "name": "deezer" + }, + { + "url": "https://music.apple.com/us/artist/305159131", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Mitchell Claxton", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "mitchellclaxton", + "sortName": "mitchell claxton", + "tags": [], + "added": "2023-09-11T04:44:47Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 115 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Lets Be Friends", + "foreignArtistId": "954dabf6-7a00-4f46-86f7-42028eb84ca6", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "https://www.youtube.com/channel/UCIcjthyZN6Om6fptSqg4EqA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/letsbefriendsuk", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/LetsBeFriendsUk", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/LetsBeFriendsUk", + "name": "facebook" + }, + { + "url": "https://open.spotify.com/artist/0E2SH86glIiPi5IQ0fx8kd", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/artist/id594142005", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/lets-be-friends/349079", + "name": "beatport" + }, + { + "url": "https://plus.google.com/u/0/+LETSBEFRIENDSUK/posts", + "name": "google" + }, + { + "url": "https://www.discogs.com/artist/3643987", + "name": "discogs" + }, + { + "url": "https://www.deezer.com/artist/4350580", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/5030365", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/letsbefriends", + "name": "monstercat" + }, + { + "url": "https://www.junodownload.com/artists/Lets+Be+Friends/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/gb/artist/594142005", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Lets Be Friends", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Electro House", + "Edm", + "Complextro", + "Glitch Hop", + "Drumstep" + ], + "cleanName": "letsbefriends", + "sortName": "lets be friends", + "tags": [], + "added": "2023-09-11T04:44:52Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 116 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Feint", + "foreignArtistId": "e6e29ff5-b0e4-4985-a63f-e99d12b21728", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Drum & Bass DJ Andy Isaac Hu", + "links": [ + { + "url": "https://www.discogs.com/artist/2348669", + "name": "discogs" + }, + { + "url": "https://soundcloud.com/feintdnb", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/feintmusic", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/channel/UCkAwRcT2YMLJtcvLbAvP66A", + "name": "youtube" + }, + { + "url": "https://www.facebook.com/feintDnB", + "name": "facebook" + }, + { + "url": "https://www.wikidata.org/wiki/Q60532124", + "name": "wikidata" + }, + { + "url": "https://feint.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://open.spotify.com/artist/6RQ9kYbHisp1UUbnfwHNeU", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/1474022", + "name": "deezer" + }, + { + "url": "https://itunes.apple.com/nl/artist/id428664795", + "name": "apple" + }, + { + "url": "https://www.junodownload.com/artists/Feint/", + "name": "junodownload" + }, + { + "url": "https://tidal.com/artist/4855239", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/feint", + "name": "monstercat" + }, + { + "url": "https://www.instagram.com/feint.uk/", + "name": "instagram" + }, + { + "url": "https://music.apple.com/us/artist/428664795", + "name": "apple" + }, + { + "url": "https://rateyourmusic.com/artist/feint", + "name": "rateyourmusic" + }, + { + "url": "https://genius.com/artists/Feint", + "name": "genius" + }, + { + "url": "https://music.youtube.com/channel/UCaqcEVAcoTKMjZIDxbkmSBQ", + "name": "youtube" + }, + { + "url": "https://www.beatport.com/artist/feint/184899", + "name": "beatport" + }, + { + "url": "https://music.apple.com/nl/artist/428664795", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/428664795", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Inexorable Decline", + "disambiguation": "", + "overview": "", + "artistId": 117, + "foreignAlbumId": "55c672ec-0dcc-4a9e-b1cf-a654c2ebd031", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1059264, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-11-14T00:00:00Z", + "releases": [ + { + "id": 3625, + "albumId": 1389, + "foreignReleaseId": "cc322e84-e254-4231-a7c0-d0552f52c900", + "title": "Inexorable Decline", + "status": "Official", + "duration": 1059264, + "trackCount": 11, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Wind‐up" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Feint", + "foreignArtistId": "e6e29ff5-b0e4-4985-a63f-e99d12b21728", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Drum & Bass DJ Andy Isaac Hu", + "links": [ + { + "url": "https://www.discogs.com/artist/2348669", + "name": "discogs" + }, + { + "url": "https://soundcloud.com/feintdnb", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/feintmusic", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/channel/UCkAwRcT2YMLJtcvLbAvP66A", + "name": "youtube" + }, + { + "url": "https://www.facebook.com/feintDnB", + "name": "facebook" + }, + { + "url": "https://www.wikidata.org/wiki/Q60532124", + "name": "wikidata" + }, + { + "url": "https://feint.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://open.spotify.com/artist/6RQ9kYbHisp1UUbnfwHNeU", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/1474022", + "name": "deezer" + }, + { + "url": "https://itunes.apple.com/nl/artist/id428664795", + "name": "apple" + }, + { + "url": "https://www.junodownload.com/artists/Feint/", + "name": "junodownload" + }, + { + "url": "https://tidal.com/artist/4855239", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/feint", + "name": "monstercat" + }, + { + "url": "https://www.instagram.com/feint.uk/", + "name": "instagram" + }, + { + "url": "https://music.apple.com/us/artist/428664795", + "name": "apple" + }, + { + "url": "https://rateyourmusic.com/artist/feint", + "name": "rateyourmusic" + }, + { + "url": "https://genius.com/artists/Feint", + "name": "genius" + }, + { + "url": "https://music.youtube.com/channel/UCaqcEVAcoTKMjZIDxbkmSBQ", + "name": "youtube" + }, + { + "url": "https://www.beatport.com/artist/feint/184899", + "name": "beatport" + }, + { + "url": "https://music.apple.com/nl/artist/428664795", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/428664795", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Feint", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Drum And Bass", + "Electronic" + ], + "cleanName": "feint", + "sortName": "feint", + "tags": [], + "added": "2023-09-11T04:44:53Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 117 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/cc322e84-e254-4231-a7c0-d0552f52c900/44249471320-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1389 + }, + "images": [], + "path": "/mnt/plex/music/Feint", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Drum And Bass", + "Electronic" + ], + "cleanName": "feint", + "sortName": "feint", + "tags": [], + "added": "2023-09-11T04:44:53Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 1, + "trackFileCount": 0, + "trackCount": 11, + "totalTrackCount": 11, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 117 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Gammer", + "foreignArtistId": "ce019954-4e3d-4dd2-adc7-3c9308589d2b", + "tadbId": 0, + "discogsId": 0, + "overview": "Matthew Lee, known professionally by his stage name Gammer, is an English music producer and DJ. He is best known for his association with UK hardcore, of which he is described as an icon. He is also the co-founder of the Together We Rise record label, which is dedicated to hardcore music.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/93386", + "name": "discogs" + }, + { + "url": "https://www.wikidata.org/wiki/Q3095041", + "name": "wikidata" + }, + { + "url": "https://myspace.com/djgammer", + "name": "myspace" + }, + { + "url": "https://twitter.com/DJGammer", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/DJGammerFans", + "name": "facebook" + }, + { + "url": "https://www.youtube.com/channel/UCHUkzhjIaVAFm9iw63AF3Qw", + "name": "youtube" + }, + { + "url": "https://plus.google.com/103948640500953709534", + "name": "google" + }, + { + "url": "https://www.instagram.com/djgammer/", + "name": "instagram" + }, + { + "url": "https://soundcloud.com/djgammer", + "name": "soundcloud" + }, + { + "url": "https://www.twitch.tv/djgammer", + "name": "twitch" + }, + { + "url": "https://open.spotify.com/artist/5nd7jnne7zbsV2J5jBKNOY", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/16402", + "name": "deezer" + }, + { + "url": "https://music.apple.com/gb/artist/130055286", + "name": "apple" + }, + { + "url": "https://itunes.apple.com/gb/artist/id130055286", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/gammer/7079", + "name": "beatport" + }, + { + "url": "https://tidal.com/artist/3794500", + "name": "tidal" + }, + { + "url": "https://music.apple.com/us/artist/130055286", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Better Together", + "disambiguation": "", + "overview": "", + "artistId": 118, + "foreignAlbumId": "1967c726-e675-4bce-a473-4d180ace990e", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1611000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2022-10-07T00:00:00Z", + "releases": [ + { + "id": 2222, + "albumId": 941, + "foreignReleaseId": "43313bff-dc9f-4479-8a2a-4aefda1dbb5a", + "title": "Better Together", + "status": "Official", + "duration": 1611000, + "trackCount": 9, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Dim Mak Records" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Gammer", + "foreignArtistId": "ce019954-4e3d-4dd2-adc7-3c9308589d2b", + "tadbId": 0, + "discogsId": 0, + "overview": "Matthew Lee, known professionally by his stage name Gammer, is an English music producer and DJ. He is best known for his association with UK hardcore, of which he is described as an icon. He is also the co-founder of the Together We Rise record label, which is dedicated to hardcore music.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/93386", + "name": "discogs" + }, + { + "url": "https://www.wikidata.org/wiki/Q3095041", + "name": "wikidata" + }, + { + "url": "https://myspace.com/djgammer", + "name": "myspace" + }, + { + "url": "https://twitter.com/DJGammer", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/DJGammerFans", + "name": "facebook" + }, + { + "url": "https://www.youtube.com/channel/UCHUkzhjIaVAFm9iw63AF3Qw", + "name": "youtube" + }, + { + "url": "https://plus.google.com/103948640500953709534", + "name": "google" + }, + { + "url": "https://www.instagram.com/djgammer/", + "name": "instagram" + }, + { + "url": "https://soundcloud.com/djgammer", + "name": "soundcloud" + }, + { + "url": "https://www.twitch.tv/djgammer", + "name": "twitch" + }, + { + "url": "https://open.spotify.com/artist/5nd7jnne7zbsV2J5jBKNOY", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/16402", + "name": "deezer" + }, + { + "url": "https://music.apple.com/gb/artist/130055286", + "name": "apple" + }, + { + "url": "https://itunes.apple.com/gb/artist/id130055286", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/gammer/7079", + "name": "beatport" + }, + { + "url": "https://tidal.com/artist/3794500", + "name": "tidal" + }, + { + "url": "https://music.apple.com/us/artist/130055286", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/bwum7a1757507807.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/c2d0tp1757507507.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Gammer", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Uk Hardcore", + "Happy Hardcore", + "Edm" + ], + "cleanName": "gammer", + "sortName": "gammer", + "tags": [], + "added": "2023-09-11T04:44:53Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "id": 118 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/43313bff-dc9f-4479-8a2a-4aefda1dbb5a/37980966516-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 941 + }, + "images": [ + { + "url": "/MediaCover/118/fanart.jpg?lastWrite=639077091460848592", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/bwum7a1757507807.jpg" + }, + { + "url": "/MediaCover/118/poster.jpg?lastWrite=639053758549809608", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/c2d0tp1757507507.jpg" + } + ], + "path": "/mnt/plex/music/Gammer", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Uk Hardcore", + "Happy Hardcore", + "Edm" + ], + "cleanName": "gammer", + "sortName": "gammer", + "tags": [], + "added": "2023-09-11T04:44:53Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "statistics": { + "albumCount": 2, + "trackFileCount": 0, + "trackCount": 19, + "totalTrackCount": 19, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 118 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Notaker", + "foreignArtistId": "d8f548fe-bbbb-4560-878a-fca4ef648cf1", + "tadbId": 0, + "discogsId": 0, + "overview": "David Nothaker, better known by his stage name Notaker, is an American DJ and producer based in St. Louis, Missouri. He is best known for his midtempo-progressive style and for breakout singles like \"Infinite\", \"Shimmer\", and \"The Storm\" which have amassed over 11 million, 2.5 million, and 3.7 million streams on Spotify respectively. Notaker has performed at music festivals across the United States including Global Dance Festival in Denver, Das Energy in Utah, and Freaky Deaky in Texas.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/4648572", + "name": "discogs" + }, + { + "url": "https://www.notakermusic.com/", + "name": "notakermusic" + }, + { + "url": "https://soundcloud.com/notakermusic", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/notakermusic", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/notakermusic", + "name": "facebook" + }, + { + "url": "https://www.instagram.com/notakermusic/", + "name": "instagram" + }, + { + "url": "https://www.youtube.com/channel/UCCl9PbkEGToTMXCOf5Rx3xQ", + "name": "youtube" + }, + { + "url": "https://open.spotify.com/artist/0I7HgbIetYEIweWq7nD6En", + "name": "spotify" + }, + { + "url": "https://www.beatport.com/artist/notaker/504322", + "name": "beatport" + }, + { + "url": "https://plus.google.com/+NotakerMusic", + "name": "google" + }, + { + "url": "https://www.wikidata.org/wiki/Q31213304", + "name": "wikidata" + }, + { + "url": "https://www.twitch.tv/notakermusic", + "name": "twitch" + }, + { + "url": "https://tidal.com/artist/7193975", + "name": "tidal" + }, + { + "url": "https://music.apple.com/us/artist/1035081569", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/8788104", + "name": "deezer" + }, + { + "url": "https://music.apple.com/gb/artist/1035081569", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/49138331", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Echoes in Eternity", + "disambiguation": "", + "overview": "", + "artistId": 119, + "foreignAlbumId": "df679dc0-6a5b-41db-aa91-812a37a7a1f3", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2489497, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 10 + }, + "releaseDate": "2023-09-29T00:00:00Z", + "releases": [ + { + "id": 2059, + "albumId": 900, + "foreignReleaseId": "bdc6de69-72b0-4c4c-8425-1e17123aeff0", + "title": "Echoes in Eternity", + "status": "Official", + "duration": 2489497, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "The Vessel" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Notaker", + "foreignArtistId": "d8f548fe-bbbb-4560-878a-fca4ef648cf1", + "tadbId": 0, + "discogsId": 0, + "overview": "David Nothaker, better known by his stage name Notaker, is an American DJ and producer based in St. Louis, Missouri. He is best known for his midtempo-progressive style and for breakout singles like \"Infinite\", \"Shimmer\", and \"The Storm\" which have amassed over 11 million, 2.5 million, and 3.7 million streams on Spotify respectively. Notaker has performed at music festivals across the United States including Global Dance Festival in Denver, Das Energy in Utah, and Freaky Deaky in Texas.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/4648572", + "name": "discogs" + }, + { + "url": "https://www.notakermusic.com/", + "name": "notakermusic" + }, + { + "url": "https://soundcloud.com/notakermusic", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/notakermusic", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/notakermusic", + "name": "facebook" + }, + { + "url": "https://www.instagram.com/notakermusic/", + "name": "instagram" + }, + { + "url": "https://www.youtube.com/channel/UCCl9PbkEGToTMXCOf5Rx3xQ", + "name": "youtube" + }, + { + "url": "https://open.spotify.com/artist/0I7HgbIetYEIweWq7nD6En", + "name": "spotify" + }, + { + "url": "https://www.beatport.com/artist/notaker/504322", + "name": "beatport" + }, + { + "url": "https://plus.google.com/+NotakerMusic", + "name": "google" + }, + { + "url": "https://www.wikidata.org/wiki/Q31213304", + "name": "wikidata" + }, + { + "url": "https://www.twitch.tv/notakermusic", + "name": "twitch" + }, + { + "url": "https://tidal.com/artist/7193975", + "name": "tidal" + }, + { + "url": "https://music.apple.com/us/artist/1035081569", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/8788104", + "name": "deezer" + }, + { + "url": "https://music.apple.com/gb/artist/1035081569", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/49138331", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Notaker", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Progressive House", + "Electronic", + "Edm", + "House", + "Dance", + "Synthwave", + "Synth-Pop" + ], + "cleanName": "notaker", + "sortName": "notaker", + "tags": [], + "added": "2023-09-11T04:44:53Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "id": 119 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/bdc6de69-72b0-4c4c-8425-1e17123aeff0/36840214186-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 900 + }, + "images": [], + "path": "/mnt/plex/music/Notaker", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Progressive House", + "Electronic", + "Edm", + "House", + "Dance", + "Synthwave", + "Synth-Pop" + ], + "cleanName": "notaker", + "sortName": "notaker", + "tags": [], + "added": "2023-09-11T04:44:53Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "statistics": { + "albumCount": 1, + "trackFileCount": 0, + "trackCount": 13, + "totalTrackCount": 13, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 119 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Richard Caddock", + "foreignArtistId": "23c6a58a-e42a-414f-9c0e-b811d0d3f5b3", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/richardcaddock", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/richardcaddockmusic", + "name": "facebook" + }, + { + "url": "https://twitter.com/richard_caddock", + "name": "twitter" + }, + { + "url": "https://www.discogs.com/artist/3858671", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/4Mup4RsJSC8M36adeRrhgB", + "name": "spotify" + }, + { + "url": "https://player.monstercat.app/artist/richardcaddock", + "name": "monstercat" + }, + { + "url": "https://music.apple.com/us/artist/553361407", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/7233308", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/5869326", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/richard-caddock/412850", + "name": "beatport" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Richard Caddock", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "richardcaddock", + "sortName": "richard caddock", + "tags": [], + "added": "2023-09-11T04:44:55Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 120 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Vicetone", + "foreignArtistId": "cc91bb2e-7330-4f9e-ae04-4f78f49e3155", + "tadbId": 0, + "discogsId": 0, + "overview": "Vicetone is a Dutch electronic music production and DJ duo formed by Ruben den Boer and Victor Pool from Groningen. The duo began as a DJ act, and in 2013, they were voted into the DJ Mag Top 100 DJs list for the first time at 60th as a new entry. Later in 2014, they went up 24 places on the list, coming 36th. In 2015, they fell 14 places to 50th. They made a return to the Top 100, coming in at 83rd in 2019 but dropped out the subsequent year.", + "artistType": "Group", + "disambiguation": "Dutch electronic music duo", + "links": [ + { + "url": "http://www.vicetone.com/", + "name": "vicetone" + }, + { + "url": "https://www.youtube.com/channel/UCLWhjdcnGgn6E5WeG5Q7wvQ", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/vicetone", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/VicetoneOfficial", + "name": "facebook" + }, + { + "url": "https://www.discogs.com/artist/3061578", + "name": "discogs" + }, + { + "url": "https://www.wikidata.org/wiki/Q15978191", + "name": "wikidata" + }, + { + "url": "https://www.beatport.com/artist/vicetone/303253", + "name": "beatport" + }, + { + "url": "https://itunes.apple.com/nl/artist/id586782209", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Asenbmvgmzm6wbilof6c5vyhr3m", + "name": "google" + }, + { + "url": "https://www.deezer.com/artist/4315395", + "name": "deezer" + }, + { + "url": "https://www.allmusic.com/artist/mn0003089984", + "name": "allmusic" + }, + { + "url": "https://open.spotify.com/artist/0daugAjUgbJSqdlyYNwIbT", + "name": "spotify" + }, + { + "url": "https://imvdb.com/n/vicetone", + "name": "imvdb" + }, + { + "url": "https://www.instagram.com/vicetone/", + "name": "instagram" + }, + { + "url": "https://twitter.com/Vicetone", + "name": "twitter" + }, + { + "url": "http://viaf.org/viaf/3688148122897495200003", + "name": "viaf" + }, + { + "url": "https://www.songkick.com/artists/6923524", + "name": "songkick" + }, + { + "url": "https://www.tiktok.com/@vicetone", + "name": "tiktok" + }, + { + "url": "https://tidal.com/artist/4919620", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/vicetone", + "name": "monstercat" + }, + { + "url": "https://www.junodownload.com/artists/Vicetone/releases/", + "name": "junodownload" + }, + { + "url": "https://genius.com/artists/Vicetone", + "name": "genius" + }, + { + "url": "https://www.last.fm/music/Vicetone", + "name": "last" + }, + { + "url": "https://www.qobuz.com/nl-nl/interpreter/vicetone/1064582", + "name": "qobuz" + }, + { + "url": "https://music.apple.com/nl/artist/586782209", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/586782209", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/586782209", + "name": "apple" + }, + { + "url": "https://music.apple.com/ca/artist/586782209", + "name": "apple" + }, + { + "url": "https://music.apple.com/de/artist/586782209", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Legacy", + "disambiguation": "", + "overview": "", + "artistId": 121, + "foreignAlbumId": "fdb42ee8-d3e6-4a88-afaf-678c9d9c6288", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2053000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2021-04-02T00:00:00Z", + "releases": [ + { + "id": 2000, + "albumId": 858, + "foreignReleaseId": "fd59945e-dcf0-4c9f-830a-a983643609f0", + "title": "Legacy", + "status": "Official", + "duration": 2053000, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Monstercat" + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 2001, + "albumId": 858, + "foreignReleaseId": "17b79c75-0ce1-4f6d-98de-92096deb5572", + "title": "Legacy", + "status": "Official", + "duration": 2053000, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "44.1kHz/24bit", + "country": [], + "label": [], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Vicetone", + "foreignArtistId": "cc91bb2e-7330-4f9e-ae04-4f78f49e3155", + "tadbId": 0, + "discogsId": 0, + "overview": "Vicetone is a Dutch electronic music production and DJ duo formed by Ruben den Boer and Victor Pool from Groningen. The duo began as a DJ act, and in 2013, they were voted into the DJ Mag Top 100 DJs list for the first time at 60th as a new entry. Later in 2014, they went up 24 places on the list, coming 36th. In 2015, they fell 14 places to 50th. They made a return to the Top 100, coming in at 83rd in 2019 but dropped out the subsequent year.", + "artistType": "Group", + "disambiguation": "Dutch electronic music duo", + "links": [ + { + "url": "http://www.vicetone.com/", + "name": "vicetone" + }, + { + "url": "https://www.youtube.com/channel/UCLWhjdcnGgn6E5WeG5Q7wvQ", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/vicetone", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/VicetoneOfficial", + "name": "facebook" + }, + { + "url": "https://www.discogs.com/artist/3061578", + "name": "discogs" + }, + { + "url": "https://www.wikidata.org/wiki/Q15978191", + "name": "wikidata" + }, + { + "url": "https://www.beatport.com/artist/vicetone/303253", + "name": "beatport" + }, + { + "url": "https://itunes.apple.com/nl/artist/id586782209", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Asenbmvgmzm6wbilof6c5vyhr3m", + "name": "google" + }, + { + "url": "https://www.deezer.com/artist/4315395", + "name": "deezer" + }, + { + "url": "https://www.allmusic.com/artist/mn0003089984", + "name": "allmusic" + }, + { + "url": "https://open.spotify.com/artist/0daugAjUgbJSqdlyYNwIbT", + "name": "spotify" + }, + { + "url": "https://imvdb.com/n/vicetone", + "name": "imvdb" + }, + { + "url": "https://www.instagram.com/vicetone/", + "name": "instagram" + }, + { + "url": "https://twitter.com/Vicetone", + "name": "twitter" + }, + { + "url": "http://viaf.org/viaf/3688148122897495200003", + "name": "viaf" + }, + { + "url": "https://www.songkick.com/artists/6923524", + "name": "songkick" + }, + { + "url": "https://www.tiktok.com/@vicetone", + "name": "tiktok" + }, + { + "url": "https://tidal.com/artist/4919620", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/vicetone", + "name": "monstercat" + }, + { + "url": "https://www.junodownload.com/artists/Vicetone/releases/", + "name": "junodownload" + }, + { + "url": "https://genius.com/artists/Vicetone", + "name": "genius" + }, + { + "url": "https://www.last.fm/music/Vicetone", + "name": "last" + }, + { + "url": "https://www.qobuz.com/nl-nl/interpreter/vicetone/1064582", + "name": "qobuz" + }, + { + "url": "https://music.apple.com/nl/artist/586782209", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/586782209", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/586782209", + "name": "apple" + }, + { + "url": "https://music.apple.com/ca/artist/586782209", + "name": "apple" + }, + { + "url": "https://music.apple.com/de/artist/586782209", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Vicetone", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Dance", + "Electro House", + "House", + "Edm", + "Dutch House" + ], + "cleanName": "vicetone", + "sortName": "vicetone", + "tags": [], + "added": "2023-09-11T04:44:59Z", + "ratings": { + "votes": 1, + "value": 8 + }, + "id": 121 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/fd59945e-dcf0-4c9f-830a-a983643609f0/28974988629-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 858 + }, + "images": [], + "path": "/mnt/plex/music/Vicetone", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Dance", + "Electro House", + "House", + "Edm", + "Dutch House" + ], + "cleanName": "vicetone", + "sortName": "vicetone", + "tags": [], + "added": "2023-09-11T04:44:59Z", + "ratings": { + "votes": 1, + "value": 8 + }, + "statistics": { + "albumCount": 1, + "trackFileCount": 0, + "trackCount": 10, + "totalTrackCount": 10, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 121 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Teqq", + "foreignArtistId": "201b1c98-04ad-4771-8b71-2c45a6f9d03b", + "tadbId": 0, + "discogsId": 0, + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/3638298", + "name": "discogs" + }, + { + "url": "https://tidal.com/artist/4954276", + "name": "tidal" + }, + { + "url": "https://open.spotify.com/artist/3sgy7yU69gKe86tsePYwKR", + "name": "spotify" + }, + { + "url": "https://www.beatport.com/artist/teqq/303275", + "name": "beatport" + }, + { + "url": "https://player.monstercat.app/artist/teqq", + "name": "monstercat" + }, + { + "url": "https://www.junodownload.com/artists/Teqq/releases/", + "name": "junodownload" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Teqq", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "teqq", + "sortName": "teqq", + "tags": [], + "added": "2023-09-11T04:45:07Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 122 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Rich Edwards", + "foreignArtistId": "2be17541-998a-45c5-9218-163a35f1898a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Monstercat", + "links": [ + { + "url": "https://www.facebook.com/richedwardsofficial", + "name": "facebook" + }, + { + "url": "https://twitter.com/realrichedwards", + "name": "twitter" + }, + { + "url": "https://soundcloud.com/richedwardsofficial", + "name": "soundcloud" + }, + { + "url": "https://www.discogs.com/artist/4052141", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/79v9Al6rSVH9SFk0QzzOl1", + "name": "spotify" + }, + { + "url": "https://music.apple.com/us/artist/922568689", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Rich Edwards", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "richedwards", + "sortName": "rich edwards", + "tags": [], + "added": "2023-09-11T04:45:08Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 123 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Jay Cosmic", + "foreignArtistId": "d632c557-99aa-469f-b11d-1c88ff18be76", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/3981395", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/0p7L2MImTqtWEAlMN9qHYx", + "name": "spotify" + }, + { + "url": "https://www.beatport.com/artist/jay-cosmic-uk/295359", + "name": "beatport" + }, + { + "url": "https://www.deezer.com/artist/4031058", + "name": "deezer" + }, + { + "url": "https://music.youtube.com/channel/UCEPEWyV3I8h-YZ553KCedvw", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/jay-cosmic", + "name": "soundcloud" + }, + { + "url": "https://music.apple.com/us/artist/566664396", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/4737381", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Jay Cosmic", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Electronic" + ], + "cleanName": "jaycosmic", + "sortName": "jay cosmic", + "tags": [], + "added": "2023-09-11T04:45:11Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 124 + }, + { + "status": "continuing", + "ended": false, + "artistName": "I.Y.F.F.E", + "foreignArtistId": "41402d86-3a65-47bf-9265-2bd4f38442f8", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/3493534", + "name": "discogs" + }, + { + "url": "https://tidal.com/artist/5007487", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/iyffe/299825", + "name": "beatport" + }, + { + "url": "https://open.spotify.com/artist/4gQ5uyw1nsxD5JVTyoVfrU", + "name": "spotify" + }, + { + "url": "https://player.monstercat.app/artist/iyffe", + "name": "monstercat" + }, + { + "url": "https://music.apple.com/us/artist/579077823", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/4554896", + "name": "deezer" + }, + { + "url": "https://www.junodownload.com/artists/I.y.f.f.e./releases/", + "name": "junodownload" + }, + { + "url": "https://www.beatport.com/artist/iyffe/451132", + "name": "beatport" + }, + { + "url": "https://open.spotify.com/artist/0tqCXWVRTvS1rQl4diCNCh", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/13414769", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/9216753", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/I.Y.F.F.E", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "iyffe", + "sortName": "i y f f e", + "tags": [], + "added": "2023-09-11T04:45:12Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 125 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Lookas", + "foreignArtistId": "e13db9d5-8d0f-4861-9328-4fe93603fef7", + "tadbId": 0, + "discogsId": 0, + "overview": "Lucas Rego, known by his stage name Lookas, is an American music producer and DJ. He is best known for his contribution to Flo Rida's charted single, \"G.D.F.R.\".", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/lookasmusic", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/LookasMusic", + "name": "facebook" + }, + { + "url": "https://twitter.com/lookas", + "name": "twitter" + }, + { + "url": "https://www.wikidata.org/wiki/Q61630003", + "name": "wikidata" + }, + { + "url": "https://open.spotify.com/artist/27fy6rHPC58Eo2VUu0iJSG", + "name": "spotify" + }, + { + "url": "https://www.instagram.com/lookas/", + "name": "instagram" + }, + { + "url": "https://www.songkick.com/artists/7736334", + "name": "songkick" + }, + { + "url": "https://www.youtube.com/user/lookasmusic", + "name": "youtube" + }, + { + "url": "https://www.discogs.com/artist/3619379", + "name": "discogs" + }, + { + "url": "https://www.lookasmusic.com/", + "name": "lookasmusic" + }, + { + "url": "https://music.apple.com/us/artist/851005361", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/5651090", + "name": "deezer" + }, + { + "url": "https://music.youtube.com/channel/UCDHn0rewCTvEYwggrYdYJLQ", + "name": "youtube" + }, + { + "url": "https://tidal.com/artist/6681687", + "name": "tidal" + }, + { + "url": "https://music.apple.com/gb/artist/851005361", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/lookas/400942", + "name": "beatport" + }, + { + "url": "https://tidal.com/artist/50577372", + "name": "tidal" + }, + { + "url": "https://music.apple.com/gb/artist/1348071109", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "/MediaCover/126/poster.jpg?lastWrite=638065417650000000", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/126/poster.jpg" + } + ], + "path": "/mnt/plex/music/Lookas", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Electronic", + "Trap Edm" + ], + "cleanName": "lookas", + "sortName": "lookas", + "tags": [], + "added": "2023-09-11T04:45:21Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 126 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Subformat", + "foreignArtistId": "babb18c8-aecc-4580-bbad-482151961f55", + "tadbId": 0, + "discogsId": 0, + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/3274089", + "name": "discogs" + }, + { + "url": "https://soundcloud.com/subformat", + "name": "soundcloud" + }, + { + "url": "https://subformat.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://www.twitch.tv/subformatmusic", + "name": "twitch" + }, + { + "url": "https://www.facebook.com/subformat", + "name": "facebook" + }, + { + "url": "https://tidal.com/artist/5006900", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/subformat/301779", + "name": "beatport" + }, + { + "url": "https://open.spotify.com/artist/1IuudnaYrKISguh56IxqKl", + "name": "spotify" + }, + { + "url": "https://player.monstercat.app/artist/subformat", + "name": "monstercat" + }, + { + "url": "https://www.junodownload.com/artists/Subformat/releases/", + "name": "junodownload" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Subformat", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "subformat", + "sortName": "subformat", + "tags": [], + "added": "2023-09-11T04:45:25Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 127 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Obsidia", + "foreignArtistId": "4fa25999-a376-4f01-ab3e-e30644e84ee8", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Dubstep/Dubstyle/Drum & Bass/Electronic Producer from the UK", + "links": [ + { + "url": "https://soundcloud.com/ObsidiaMedia", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/user/ObsidiaMedia", + "name": "youtube" + }, + { + "url": "https://obsidiamusic.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://twitter.com/ObsidiaMedia", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/ObsidiaMedia", + "name": "facebook" + }, + { + "url": "https://www.last.fm/music/Obsidia", + "name": "last" + }, + { + "url": "https://open.spotify.com/artist/2tV5eD1SPIy0Mf871wk9Hp", + "name": "spotify" + }, + { + "url": "https://www.discogs.com/artist/2701409", + "name": "discogs" + }, + { + "url": "https://tidal.com/artist/5007485", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/1930431", + "name": "deezer" + }, + { + "url": "https://player.monstercat.app/artist/obsidia", + "name": "monstercat" + }, + { + "url": "https://genius.com/artists/Obsidia", + "name": "genius" + }, + { + "url": "https://rateyourmusic.com/artist/obsidia_f1", + "name": "rateyourmusic" + }, + { + "url": "https://music.apple.com/us/artist/467544845", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "A New World", + "disambiguation": "", + "overview": "", + "artistId": 128, + "foreignAlbumId": "1a398982-580b-4e77-bae4-732850daabb5", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 978000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2012-11-14T00:00:00Z", + "releases": [ + { + "id": 2002, + "albumId": 859, + "foreignReleaseId": "054e1046-ba47-45cd-95db-d018afbc6b50", + "title": "A New World", + "status": "Official", + "duration": 978000, + "trackCount": 4, + "media": [ + { + "mediumNumber": 1, + "mediumName": "Unknown", + "mediumFormat": "Unknown" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [], + "format": "Unknown", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "Unknown", + "mediumFormat": "Unknown" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Obsidia", + "foreignArtistId": "4fa25999-a376-4f01-ab3e-e30644e84ee8", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Dubstep/Dubstyle/Drum & Bass/Electronic Producer from the UK", + "links": [ + { + "url": "https://soundcloud.com/ObsidiaMedia", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/user/ObsidiaMedia", + "name": "youtube" + }, + { + "url": "https://obsidiamusic.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://twitter.com/ObsidiaMedia", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/ObsidiaMedia", + "name": "facebook" + }, + { + "url": "https://www.last.fm/music/Obsidia", + "name": "last" + }, + { + "url": "https://open.spotify.com/artist/2tV5eD1SPIy0Mf871wk9Hp", + "name": "spotify" + }, + { + "url": "https://www.discogs.com/artist/2701409", + "name": "discogs" + }, + { + "url": "https://tidal.com/artist/5007485", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/1930431", + "name": "deezer" + }, + { + "url": "https://player.monstercat.app/artist/obsidia", + "name": "monstercat" + }, + { + "url": "https://genius.com/artists/Obsidia", + "name": "genius" + }, + { + "url": "https://rateyourmusic.com/artist/obsidia_f1", + "name": "rateyourmusic" + }, + { + "url": "https://music.apple.com/us/artist/467544845", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Obsidia", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [], + "cleanName": "obsidia", + "sortName": "obsidia", + "tags": [], + "added": "2023-09-11T04:45:36Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 128 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/054e1046-ba47-45cd-95db-d018afbc6b50/4897737067-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 859 + }, + "images": [], + "path": "/mnt/plex/music/Obsidia", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "obsidia", + "sortName": "obsidia", + "tags": [], + "added": "2023-09-11T04:45:36Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 1, + "trackFileCount": 0, + "trackCount": 4, + "totalTrackCount": 4, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 128 + }, + { + "status": "continuing", + "ended": false, + "artistName": "soupandreas", + "foreignArtistId": "f7b1e54f-6dff-486d-92b9-8249cfe5ccef", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/soupandreas", + "name": "soundcloud" + }, + { + "url": "http://soupandreas.com/", + "name": "soupandreas" + }, + { + "url": "https://www.instagram.com/soupandreas/", + "name": "instagram" + }, + { + "url": "https://www.facebook.com/soupandreas", + "name": "facebook" + }, + { + "url": "https://twitter.com/soupandreas", + "name": "twitter" + }, + { + "url": "https://www.discogs.com/artist/5271976", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/5dPMuKQtWLLl1Thw1Bf8h9", + "name": "spotify" + }, + { + "url": "https://music.apple.com/us/artist/1038239349", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/8851878", + "name": "deezer" + }, + { + "url": "https://music.apple.com/gb/artist/1038239349", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/7212164", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/soupandreas", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "soupandreas", + "sortName": "soupandreas", + "tags": [], + "added": "2023-09-11T04:45:37Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 129 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Dion Timmer", + "foreignArtistId": "bb8de351-bcac-4fac-8ce9-b1af0f621ba3", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Dubstep producer", + "links": [ + { + "url": "https://www.facebook.com/diontimmermusic", + "name": "facebook" + }, + { + "url": "https://twitter.com/diontimmermusic", + "name": "twitter" + }, + { + "url": "https://soundcloud.com/diontimmer", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/dion_timmer/", + "name": "instagram" + }, + { + "url": "http://diontimmer.com/", + "name": "diontimmer" + }, + { + "url": "https://open.spotify.com/artist/06VibSJEr3GLxLBBZhRums", + "name": "spotify" + }, + { + "url": "https://www.discogs.com/artist/4213829", + "name": "discogs" + }, + { + "url": "https://rateyourmusic.com/artist/dion_timmer", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/5363242", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/dion-timmer/323437", + "name": "beatport" + }, + { + "url": "https://www.deezer.com/artist/5394648", + "name": "deezer" + }, + { + "url": "https://music.youtube.com/channel/UCWRukU6-F8Gg_L2qgQi4Rvw", + "name": "youtube" + }, + { + "url": "https://www.wikidata.org/wiki/Q65106403", + "name": "wikidata" + }, + { + "url": "https://music.apple.com/nl/artist/639404644", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/639404644", + "name": "apple" + }, + { + "url": "https://music.apple.com/ca/artist/639404644", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/639404644", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Arcane", + "disambiguation": "", + "overview": "", + "artistId": 130, + "foreignAlbumId": "e482b629-96a5-4ded-bd67-ad9c611edf7a", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 4627000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2021-03-21T00:00:00Z", + "releases": [ + { + "id": 2005, + "albumId": 862, + "foreignReleaseId": "0dc1156a-df61-42e8-8a71-08bf24b59596", + "title": "Arcane", + "status": "Official", + "duration": 4627000, + "trackCount": 8, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Subsidia Records" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Dubstep" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Dion Timmer", + "foreignArtistId": "bb8de351-bcac-4fac-8ce9-b1af0f621ba3", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Dubstep producer", + "links": [ + { + "url": "https://www.facebook.com/diontimmermusic", + "name": "facebook" + }, + { + "url": "https://twitter.com/diontimmermusic", + "name": "twitter" + }, + { + "url": "https://soundcloud.com/diontimmer", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/dion_timmer/", + "name": "instagram" + }, + { + "url": "http://diontimmer.com/", + "name": "diontimmer" + }, + { + "url": "https://open.spotify.com/artist/06VibSJEr3GLxLBBZhRums", + "name": "spotify" + }, + { + "url": "https://www.discogs.com/artist/4213829", + "name": "discogs" + }, + { + "url": "https://rateyourmusic.com/artist/dion_timmer", + "name": "rateyourmusic" + }, + { + "url": "https://tidal.com/artist/5363242", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/dion-timmer/323437", + "name": "beatport" + }, + { + "url": "https://www.deezer.com/artist/5394648", + "name": "deezer" + }, + { + "url": "https://music.youtube.com/channel/UCWRukU6-F8Gg_L2qgQi4Rvw", + "name": "youtube" + }, + { + "url": "https://www.wikidata.org/wiki/Q65106403", + "name": "wikidata" + }, + { + "url": "https://music.apple.com/nl/artist/639404644", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/639404644", + "name": "apple" + }, + { + "url": "https://music.apple.com/ca/artist/639404644", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/639404644", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Dion Timmer", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Dubstep", + "Electronic" + ], + "cleanName": "diontimmer", + "sortName": "dion timmer", + "tags": [], + "added": "2023-09-11T04:45:37Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 130 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/0dc1156a-df61-42e8-8a71-08bf24b59596/29755829403-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 862 + }, + "images": [], + "path": "/mnt/plex/music/Dion Timmer", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Dubstep", + "Electronic" + ], + "cleanName": "diontimmer", + "sortName": "dion timmer", + "tags": [], + "added": "2023-09-11T04:45:37Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 3, + "trackFileCount": 0, + "trackCount": 32, + "totalTrackCount": 32, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 130 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Summer Was Fun", + "foreignArtistId": "69195457-eede-48f7-9d69-438a0fe3ac99", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.facebook.com/SummerWasFun", + "name": "facebook" + }, + { + "url": "https://twitter.com/SummerWasFun", + "name": "twitter" + }, + { + "url": "https://soundcloud.com/Summer-Was-Fun", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/user/SummerWasFunTV", + "name": "youtube" + }, + { + "url": "https://open.spotify.com/artist/13H2PbDHYtjo8v0R8HMAao", + "name": "spotify" + }, + { + "url": "https://itunes.apple.com/us/artist/id951584662", + "name": "apple" + }, + { + "url": "https://www.instagram.com/Summer_Was_Fun/", + "name": "instagram" + }, + { + "url": "https://www.discogs.com/artist/4492349", + "name": "discogs" + }, + { + "url": "https://music.apple.com/us/artist/951584662", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/summer-was-fun/491830", + "name": "beatport" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Summer Was Fun", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "summerwasfun", + "sortName": "summer was fun", + "tags": [], + "added": "2023-09-11T04:45:40Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 131 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Subtact", + "foreignArtistId": "88fedc49-33df-4f5f-9201-dcf89213e8c5", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.youtube.com/user/SubtactMusic", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/subtact", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/subtact", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/subtact", + "name": "facebook" + }, + { + "url": "https://www.deezer.com/artist/7118915", + "name": "deezer" + }, + { + "url": "https://www.discogs.com/artist/4468122", + "name": "discogs" + }, + { + "url": "https://www.instagram.com/subtact/", + "name": "instagram" + }, + { + "url": "https://open.spotify.com/artist/6kx1NiHogZzkSU7lHMc3Ow", + "name": "spotify" + }, + { + "url": "https://music.apple.com/us/artist/944055425", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/subtact/448891", + "name": "beatport" + }, + { + "url": "https://tidal.com/artist/6330596", + "name": "tidal" + }, + { + "url": "https://music.apple.com/gb/artist/944055425", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Subtact", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Electronic", + "Future Bass" + ], + "cleanName": "subtact", + "sortName": "subtact", + "tags": [], + "added": "2023-09-11T04:45:48Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "id": 132 + }, + { + "status": "continuing", + "ended": false, + "artistName": "LVTHER", + "foreignArtistId": "a255ec8d-a834-4ba5-9a58-bf179f585be2", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.facebook.com/LVTHER", + "name": "facebook" + }, + { + "url": "https://twitter.com/LVTHER", + "name": "twitter" + }, + { + "url": "https://soundcloud.com/lvther", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/user/LVTHER", + "name": "youtube" + }, + { + "url": "https://plus.google.com/b/105908729755237355891/+LVTHER", + "name": "google" + }, + { + "url": "https://www.discogs.com/artist/4079700", + "name": "discogs" + }, + { + "url": "https://www.deezer.com/artist/7046751", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/6182671", + "name": "tidal" + }, + { + "url": "https://open.spotify.com/artist/4sGfNIfA14nKOKNi9NNQ12", + "name": "spotify" + }, + { + "url": "https://music.apple.com/us/artist/933395914", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/lvther/442563", + "name": "beatport" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/LVTHER", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "lvther", + "sortName": "lvther", + "tags": [], + "added": "2023-09-11T04:46:02Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 133 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Grant", + "foreignArtistId": "47b4b80b-0cfd-4dfa-98bb-4ca24ba2b418", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "fka Grant Bowtie", + "links": [ + { + "url": "https://soundcloud.com/grantbowtie", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/grantbowtiemusic", + "name": "facebook" + }, + { + "url": "https://www.monstercat.com/artist/grant", + "name": "monstercat" + }, + { + "url": "https://twitter.com/callme_grant", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/callmegrant", + "name": "facebook" + }, + { + "url": "https://www.youtube.com/channel/UCkcPAjQ8vz043P1EOi39niA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/callmegrant", + "name": "soundcloud" + }, + { + "url": "http://callme-grant.tumblr.com/", + "name": "tumblr" + }, + { + "url": "https://www.instagram.com/_callmegrant/", + "name": "instagram" + }, + { + "url": "https://open.spotify.com/artist/6SkVKlAmIWVD0LQvCGQqSj", + "name": "spotify" + }, + { + "url": "https://www.discogs.com/artist/5562579", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/2Hchwjfl1DioXcIwbOJkus", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/1158610", + "name": "deezer" + }, + { + "url": "https://itunes.apple.com/gb/artist/id1423400231", + "name": "apple" + }, + { + "url": "https://www.discogs.com/artist/3720415", + "name": "discogs" + }, + { + "url": "https://tidal.com/artist/5450380", + "name": "tidal" + }, + { + "url": "https://soundcloud.com/grantsongs", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/grantsongs", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/grantsongs/", + "name": "instagram" + }, + { + "url": "https://www.facebook.com/Grantsongs", + "name": "facebook" + }, + { + "url": "https://www.beatport.com/artist/grant-bowtie/352388", + "name": "beatport" + }, + { + "url": "https://tidal.com/artist/5437362", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/grantbowtie", + "name": "monstercat" + }, + { + "url": "https://music.apple.com/us/artist/687036089", + "name": "apple" + }, + { + "url": "https://open.spotify.com/artist/3jnJamJbsFzvFbEu58aPss", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/5155182", + "name": "deezer" + }, + { + "url": "https://www.junodownload.com/artists/Grant+Bowtie/releases/", + "name": "junodownload" + }, + { + "url": "https://www.beatport.com/artist/grant/34757", + "name": "beatport" + }, + { + "url": "https://music.apple.com/us/artist/1423400231", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/33857173", + "name": "tidal" + }, + { + "url": "https://music.apple.com/us/artist/28936763", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/1423400231", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/12474029", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "/MediaCover/134/poster.jpg?lastWrite=638776518960000000", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/134/poster.jpg" + }, + { + "url": "/MediaCover/134/fanart.jpg?lastWrite=638776551870000000", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/134/fanart.jpg" + } + ], + "path": "/mnt/plex/music/Grant", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "grant", + "sortName": "grant", + "tags": [], + "added": "2023-09-11T04:46:04Z", + "ratings": { + "votes": 1, + "value": 4 + }, + "id": 134 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Snavs", + "foreignArtistId": "67952cb7-0869-45d7-b106-87d564ce9ef4", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.facebook.com/SNAVSMUSIC", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/snavs", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/snavsdk", + "name": "twitter" + }, + { + "url": "https://www.last.fm/music/Snavs", + "name": "last" + }, + { + "url": "https://www.songkick.com/artists/8214228", + "name": "songkick" + }, + { + "url": "https://www.discogs.com/artist/3493286", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/4xFadP7L1YVwVSjDDfjKjM", + "name": "spotify" + }, + { + "url": "https://tidal.com/artist/5959587", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/5889722", + "name": "deezer" + }, + { + "url": "https://www.beatport.com/artist/snavs/411754", + "name": "beatport" + }, + { + "url": "https://music.apple.com/dk/artist/657757179", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/657757179", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/657757179", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Opal", + "disambiguation": "", + "overview": "", + "artistId": 135, + "foreignAlbumId": "c9cd9330-a182-40e1-9f16-076cc6170d4b", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1773000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2020-09-25T00:00:00Z", + "releases": [ + { + "id": 2006, + "albumId": 863, + "foreignReleaseId": "a546bbac-d479-4f68-a4c4-2774035667be", + "title": "Opal", + "status": "Official", + "duration": 1773000, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Riotville Records" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Snavs", + "foreignArtistId": "67952cb7-0869-45d7-b106-87d564ce9ef4", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.facebook.com/SNAVSMUSIC", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/snavs", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/snavsdk", + "name": "twitter" + }, + { + "url": "https://www.last.fm/music/Snavs", + "name": "last" + }, + { + "url": "https://www.songkick.com/artists/8214228", + "name": "songkick" + }, + { + "url": "https://www.discogs.com/artist/3493286", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/4xFadP7L1YVwVSjDDfjKjM", + "name": "spotify" + }, + { + "url": "https://tidal.com/artist/5959587", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/5889722", + "name": "deezer" + }, + { + "url": "https://www.beatport.com/artist/snavs/411754", + "name": "beatport" + }, + { + "url": "https://music.apple.com/dk/artist/657757179", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/657757179", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/657757179", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Snavs", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Dubstep" + ], + "cleanName": "snavs", + "sortName": "snavs", + "tags": [], + "added": "2023-09-11T04:46:19Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 135 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/a546bbac-d479-4f68-a4c4-2774035667be/32450745758-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 863 + }, + "images": [ + { + "url": "/MediaCover/135/poster.jpg?lastWrite=638602740200000000", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/135/poster.jpg" + }, + { + "url": "/MediaCover/135/clearlogo.png?lastWrite=638379044530000000", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "/var/lib/lidarr/MediaCover/135/clearlogo.png" + }, + { + "url": "/MediaCover/135/fanart.jpg?lastWrite=637769979310000000", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/135/fanart.jpg" + } + ], + "path": "/mnt/plex/music/Snavs", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Dubstep" + ], + "cleanName": "snavs", + "sortName": "snavs", + "tags": [], + "added": "2023-09-11T04:46:19Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 2, + "trackFileCount": 0, + "trackCount": 23, + "totalTrackCount": 23, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 135 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Braken", + "foreignArtistId": "8e475f57-bbd6-4b23-9ab7-e169cea5b687", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://twitter.com/BrakenMusic", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/BrakenMusic", + "name": "facebook" + }, + { + "url": "https://www.youtube.com/channel/UCC8bSiu594cUMKV4KuGptiA", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/brakenmusic", + "name": "soundcloud" + }, + { + "url": "https://www.deezer.com/artist/5292010", + "name": "deezer" + }, + { + "url": "https://www.discogs.com/artist/724621", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/1SFSz2SewAsgPeFvGmAouI", + "name": "spotify" + }, + { + "url": "https://tidal.com/artist/5164789", + "name": "tidal" + }, + { + "url": "https://player.monstercat.app/artist/braken", + "name": "monstercat" + }, + { + "url": "https://www.instagram.com/iambraken/", + "name": "instagram" + }, + { + "url": "https://music.apple.com/us/artist/613280810", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/613280810", + "name": "apple" + }, + { + "url": "https://www.twitch.tv/brakenmusic", + "name": "twitch" + }, + { + "url": "https://genius.com/artists/Braken", + "name": "genius" + }, + { + "url": "https://www.beatport.com/artist/braken/316371", + "name": "beatport" + }, + { + "url": "https://www.tiktok.com/@brakenmusic", + "name": "tiktok" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Braken", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Electronic" + ], + "cleanName": "braken", + "sortName": "braken", + "tags": [], + "added": "2023-09-11T04:46:21Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 136 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Orbiter", + "foreignArtistId": "ed38b57d-9efc-4b5e-afab-a568111fb5c6", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "Stephen Walking & 7 Minutes Dead", + "links": [ + { + "url": "https://soundcloud.com/weareorbiter", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/weareorbiter", + "name": "facebook" + }, + { + "url": "https://twitter.com/weareorbiter", + "name": "twitter" + }, + { + "url": "https://www.monstercat.com/artist/orbiter", + "name": "monstercat" + }, + { + "url": "https://www.youtube.com/channel/UCD_GJqZ0BK4TCU3W2wTjfCQ", + "name": "youtube" + }, + { + "url": "https://www.discogs.com/artist/5987510", + "name": "discogs" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Orbiter", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "orbiter", + "sortName": "orbiter", + "tags": [], + "added": "2023-09-11T04:46:32Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 137 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Mindsight", + "foreignArtistId": "f5a0f2f9-5e77-45be-88b7-e14ea83fd475", + "tadbId": 0, + "discogsId": 0, + "artistType": "Other", + "disambiguation": "German electronic producer", + "links": [ + { + "url": "https://www.discogs.com/artist/6646617", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/6EcpgZnQhBHbiIfyQPGiGu", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/115504", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Mindsight", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "mindsight", + "sortName": "mindsight", + "tags": [], + "added": "2023-09-11T04:46:34Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 138 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Day One", + "foreignArtistId": "8a2ec42e-113a-48d2-a3b2-3a24a25b2367", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "UK electronic", + "links": [ + { + "url": "https://twitter.com/dayonemusicuk", + "name": "twitter" + }, + { + "url": "https://dayonemusic.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://www.youtube.com/channel/UC20c3B6XzKw-CsBZemW3pNw", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/day-one", + "name": "soundcloud" + }, + { + "url": "https://www.beatport.com/artist/day-one/222738", + "name": "beatport" + }, + { + "url": "https://www.discogs.com/artist/3324255", + "name": "discogs" + }, + { + "url": "https://tidal.com/artist/3513692", + "name": "tidal" + }, + { + "url": "https://open.spotify.com/artist/715zGGNQ0daDmsrEOeAyd5", + "name": "spotify" + }, + { + "url": "https://player.monstercat.app/artist/dayone", + "name": "monstercat" + }, + { + "url": "https://www.facebook.com/dayonemusicuk", + "name": "facebook" + }, + { + "url": "https://music.apple.com/us/artist/739932070", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/1684", + "name": "deezer" + }, + { + "url": "https://www.junodownload.com/artists/Dayone/releases/", + "name": "junodownload" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Day One", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "dayone", + "sortName": "day one", + "tags": [], + "added": "2023-09-11T04:46:36Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 139 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Zac Waters", + "foreignArtistId": "d857e077-fa8a-4890-a4a5-23764af72f35", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/3534196", + "name": "discogs" + }, + { + "url": "https://www.facebook.com/zacjwaters", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/zac-waters", + "name": "soundcloud" + }, + { + "url": "https://www.beatport.com/artist/zac-waters/311195", + "name": "beatport" + }, + { + "url": "https://www.junodownload.com/artists/Zac+Waters/", + "name": "junodownload" + }, + { + "url": "https://open.spotify.com/artist/3KF7anPKoBvMZSJEFvZDN9", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/4349968", + "name": "deezer" + }, + { + "url": "https://music.apple.com/us/artist/595092885", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/4833661", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Zac Waters", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "zacwaters", + "sortName": "zac waters", + "tags": [], + "added": "2023-09-11T04:46:39Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 140 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Made Monster", + "foreignArtistId": "1610816a-200d-473d-bb1e-dced15af9620", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "http://www.mademonster.com/", + "name": "mademonster" + }, + { + "url": "https://twitter.com/themademonster", + "name": "twitter" + }, + { + "url": "https://www.discogs.com/artist/5445396", + "name": "discogs" + }, + { + "url": "https://soundcloud.com/mademonster", + "name": "soundcloud" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Continue - EP", + "disambiguation": "", + "overview": "", + "artistId": 141, + "foreignAlbumId": "69cdeec5-acbb-4dd3-9393-df5e1855c3e4", + "monitored": true, + "anyReleaseOk": true, + "profileId": 0, + "duration": 932000, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2016-10-10T00:00:00Z", + "releases": [ + { + "id": 830, + "albumId": 626, + "foreignReleaseId": "bd21be0f-9b89-44ec-8108-8e5d9745c03a", + "title": "Continue - EP", + "status": "Official", + "duration": 932000, + "trackCount": 4, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Ninety9Lives" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Made Monster", + "foreignArtistId": "1610816a-200d-473d-bb1e-dced15af9620", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "http://www.mademonster.com/", + "name": "mademonster" + }, + { + "url": "https://twitter.com/themademonster", + "name": "twitter" + }, + { + "url": "https://www.discogs.com/artist/5445396", + "name": "discogs" + }, + { + "url": "https://soundcloud.com/mademonster", + "name": "soundcloud" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Made Monster", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [], + "cleanName": "mademonster", + "sortName": "made monster", + "tags": [], + "added": "2023-09-11T04:46:40Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 141 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/bd21be0f-9b89-44ec-8108-8e5d9745c03a/29006940676-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 626 + }, + "images": [], + "path": "/mnt/plex/music/Made Monster", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "mademonster", + "sortName": "made monster", + "tags": [], + "added": "2023-09-11T04:46:40Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 1, + "trackFileCount": 4, + "trackCount": 4, + "totalTrackCount": 4, + "sizeOnDisk": 24782923, + "percentOfTracks": 100 + }, + "id": 141 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Orician", + "foreignArtistId": "8ab24677-8848-4bda-acf8-7969d8d2fa0a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Trance and progressive house producer", + "links": [ + { + "url": "https://www.orician.com/", + "name": "orician" + }, + { + "url": "https://twitter.com/Orician", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/TheOfficialOrician", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/officialorician", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/channel/UC4QkcAhHpj4fjSi9jW5yfuA", + "name": "youtube" + }, + { + "url": "https://open.spotify.com/artist/5lSniZypGAkrz75FSPQh5R", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/5066809", + "name": "deezer" + }, + { + "url": "https://www.last.fm/music/Orician", + "name": "last" + }, + { + "url": "https://www.discogs.com/artist/4516442", + "name": "discogs" + }, + { + "url": "https://www.twitch.tv/orician", + "name": "twitch" + }, + { + "url": "https://orician.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://music.apple.com/gb/artist/547451883", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/5510848", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/orician/335538", + "name": "beatport" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Mysteria", + "disambiguation": "", + "overview": "", + "artistId": 142, + "foreignAlbumId": "d51e196f-3c89-415c-b632-d9b234a7f854", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 3117000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2019-03-05T00:00:00Z", + "releases": [ + { + "id": 2007, + "albumId": 864, + "foreignReleaseId": "53e07491-e93d-4b37-9e61-fd091adf8aed", + "title": "Mysteria", + "status": "Official", + "duration": 3117000, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Trance Life Records" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Orician", + "foreignArtistId": "8ab24677-8848-4bda-acf8-7969d8d2fa0a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "Trance and progressive house producer", + "links": [ + { + "url": "https://www.orician.com/", + "name": "orician" + }, + { + "url": "https://twitter.com/Orician", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/TheOfficialOrician", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/officialorician", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/channel/UC4QkcAhHpj4fjSi9jW5yfuA", + "name": "youtube" + }, + { + "url": "https://open.spotify.com/artist/5lSniZypGAkrz75FSPQh5R", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/5066809", + "name": "deezer" + }, + { + "url": "https://www.last.fm/music/Orician", + "name": "last" + }, + { + "url": "https://www.discogs.com/artist/4516442", + "name": "discogs" + }, + { + "url": "https://www.twitch.tv/orician", + "name": "twitch" + }, + { + "url": "https://orician.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://music.apple.com/gb/artist/547451883", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/5510848", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/orician/335538", + "name": "beatport" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Orician", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Drum And Bass", + "House", + "Trance" + ], + "cleanName": "orician", + "sortName": "orician", + "tags": [], + "added": "2023-09-11T04:46:41Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 142 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/53e07491-e93d-4b37-9e61-fd091adf8aed/22610954505-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 864 + }, + "images": [], + "path": "/mnt/plex/music/Orician", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Drum And Bass", + "House", + "Trance" + ], + "cleanName": "orician", + "sortName": "orician", + "tags": [], + "added": "2023-09-11T04:46:41Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 3, + "trackFileCount": 10, + "trackCount": 32, + "totalTrackCount": 32, + "sizeOnDisk": 178769589, + "percentOfTracks": 31.25 + }, + "id": 142 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Popskyy", + "foreignArtistId": "c5526631-03d0-4a6f-b73f-cf2ce405a90a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://popskyy.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://www.twitch.tv/popskyy", + "name": "twitch" + }, + { + "url": "https://twitter.com/popskyy", + "name": "twitter" + }, + { + "url": "https://www.discogs.com/artist/5152811", + "name": "discogs" + }, + { + "url": "https://www.facebook.com/Popskyy", + "name": "facebook" + }, + { + "url": "https://www.reddit.com/user/Popskyy", + "name": "reddit" + }, + { + "url": "https://www.deezer.com/artist/5933313", + "name": "deezer" + }, + { + "url": "https://soundcloud.com/popskyy", + "name": "soundcloud" + }, + { + "url": "https://open.spotify.com/artist/5bLSejNavWU8KlhcbxP9kk", + "name": "spotify" + }, + { + "url": "https://www.youtube.com/Popskyy", + "name": "youtube" + }, + { + "url": "https://rateyourmusic.com/artist/popskyy", + "name": "rateyourmusic" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Remix Tape II", + "disambiguation": "", + "overview": "", + "artistId": 143, + "foreignAlbumId": "c849a6b4-6c73-4413-ac5e-6e9c9be5669b", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1866595, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2023-05-25T00:00:00Z", + "releases": [ + { + "id": 2218, + "albumId": 938, + "foreignReleaseId": "557d1f3b-f0bf-4bba-a241-ff41a8f1c25f", + "title": "Remix Tape II", + "status": "Official", + "duration": 1866595, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Chiptune", + "Electronic" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Popskyy", + "foreignArtistId": "c5526631-03d0-4a6f-b73f-cf2ce405a90a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://popskyy.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://www.twitch.tv/popskyy", + "name": "twitch" + }, + { + "url": "https://twitter.com/popskyy", + "name": "twitter" + }, + { + "url": "https://www.discogs.com/artist/5152811", + "name": "discogs" + }, + { + "url": "https://www.facebook.com/Popskyy", + "name": "facebook" + }, + { + "url": "https://www.reddit.com/user/Popskyy", + "name": "reddit" + }, + { + "url": "https://www.deezer.com/artist/5933313", + "name": "deezer" + }, + { + "url": "https://soundcloud.com/popskyy", + "name": "soundcloud" + }, + { + "url": "https://open.spotify.com/artist/5bLSejNavWU8KlhcbxP9kk", + "name": "spotify" + }, + { + "url": "https://www.youtube.com/Popskyy", + "name": "youtube" + }, + { + "url": "https://rateyourmusic.com/artist/popskyy", + "name": "rateyourmusic" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Popskyy", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [], + "cleanName": "popskyy", + "sortName": "popskyy", + "tags": [], + "added": "2023-09-11T04:46:42Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 143 + }, + "images": [], + "links": [], + "id": 938 + }, + "images": [], + "path": "/mnt/plex/music/Popskyy", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "popskyy", + "sortName": "popskyy", + "tags": [], + "added": "2023-09-11T04:46:42Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 28, + "trackFileCount": 111, + "trackCount": 706, + "totalTrackCount": 706, + "sizeOnDisk": 961631087, + "percentOfTracks": 15.722379603399434 + }, + "id": 143 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Professor Shyguy", + "foreignArtistId": "b969dd34-6b35-40d8-8a56-3779f40b6d5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "chiptunes", + "links": [ + { + "url": "https://twitter.com/ProfessorShyguy", + "name": "twitter" + }, + { + "url": "https://professorshyguy.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://www.facebook.com/ProfessorShyguy", + "name": "facebook" + }, + { + "url": "https://www.discogs.com/artist/4331470", + "name": "discogs" + }, + { + "url": "https://vgmdb.net/artist/16478", + "name": "vgmdb" + }, + { + "url": "http://professorshyguy.com/", + "name": "professorshyguy" + }, + { + "url": "https://www.wikidata.org/wiki/Q98070983", + "name": "wikidata" + }, + { + "url": "https://music.apple.com/us/artist/540453286", + "name": "apple" + }, + { + "url": "https://open.spotify.com/artist/6tFVarj50q920Q622F2GZu", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/5691849", + "name": "deezer" + }, + { + "url": "https://music.apple.com/gb/artist/540453286", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/6066148", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Instrumentation", + "disambiguation": "", + "overview": "", + "artistId": 144, + "foreignAlbumId": "c541904b-4e82-4197-9386-a6b2278b5a4e", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 3775229, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2016-01-04T00:00:00Z", + "releases": [ + { + "id": 2030, + "albumId": 884, + "foreignReleaseId": "f53757e3-7348-43de-8a3a-46517096fb82", + "title": "Instrumentation", + "status": "Official", + "duration": 3775229, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Chiptune", + "Electronic", + "Pop", + "R&B" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Professor Shyguy", + "foreignArtistId": "b969dd34-6b35-40d8-8a56-3779f40b6d5a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "chiptunes", + "links": [ + { + "url": "https://twitter.com/ProfessorShyguy", + "name": "twitter" + }, + { + "url": "https://professorshyguy.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://www.facebook.com/ProfessorShyguy", + "name": "facebook" + }, + { + "url": "https://www.discogs.com/artist/4331470", + "name": "discogs" + }, + { + "url": "https://vgmdb.net/artist/16478", + "name": "vgmdb" + }, + { + "url": "http://professorshyguy.com/", + "name": "professorshyguy" + }, + { + "url": "https://www.wikidata.org/wiki/Q98070983", + "name": "wikidata" + }, + { + "url": "https://music.apple.com/us/artist/540453286", + "name": "apple" + }, + { + "url": "https://open.spotify.com/artist/6tFVarj50q920Q622F2GZu", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/5691849", + "name": "deezer" + }, + { + "url": "https://music.apple.com/gb/artist/540453286", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/6066148", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Professor Shyguy", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [], + "cleanName": "professorshyguy", + "sortName": "professor shyguy", + "tags": [], + "added": "2023-09-11T04:46:43Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 144 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/f53757e3-7348-43de-8a3a-46517096fb82/20314363578-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 884 + }, + "images": [], + "path": "/mnt/plex/music/Professor Shyguy", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "professorshyguy", + "sortName": "professor shyguy", + "tags": [], + "added": "2023-09-11T04:46:43Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 9, + "trackFileCount": 28, + "trackCount": 115, + "totalTrackCount": 115, + "sizeOnDisk": 259657909, + "percentOfTracks": 24.347826086956523 + }, + "id": 144 + }, + { + "status": "continuing", + "ended": false, + "artistName": "藤澤慶昌", + "foreignArtistId": "2b41ab92-be82-4261-ac6c-b19789e07e46", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "http://9th-sound-factory.s1.bindsite.jp/", + "name": "bindsite" + }, + { + "url": "https://www.discogs.com/artist/1393447", + "name": "discogs" + }, + { + "url": "https://vgmdb.net/artist/13275", + "name": "vgmdb" + }, + { + "url": "https://twitter.com/MeganeBanchow", + "name": "twitter" + }, + { + "url": "https://www.wikidata.org/wiki/Q17211503", + "name": "wikidata" + }, + { + "url": "http://anison.info/data/person/25553.html", + "name": "anison" + }, + { + "url": "https://www.deezer.com/artist/8027799", + "name": "deezer" + }, + { + "url": "https://open.spotify.com/artist/1sNFJ2IaKm03L1qQs2wZw6", + "name": "spotify" + }, + { + "url": "https://tidal.com/artist/16289156", + "name": "tidal" + }, + { + "url": "https://music.apple.com/us/artist/285670298", + "name": "apple" + }, + { + "url": "https://music.apple.com/jp/artist/1606593024", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "TVアニメ「ざつ旅-That's Journey-」オリジナルサウンドトラック", + "disambiguation": "", + "overview": "", + "artistId": 145, + "foreignAlbumId": "37a4bc84-9e26-45a5-a257-922461370c5a", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 4659256, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-12-17T00:00:00Z", + "releases": [ + { + "id": 3243, + "albumId": 1240, + "foreignReleaseId": "552e8622-6d51-4438-8d9b-0f367a88582a", + "title": "TVアニメ「ざつ旅-That's Journey-」オリジナルサウンドトラック", + "status": "Official", + "duration": 4659256, + "trackCount": 39, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [], + "label": [ + "FABTONE Inc." + ], + "format": "2xDigital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "藤澤慶昌", + "foreignArtistId": "2b41ab92-be82-4261-ac6c-b19789e07e46", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "http://9th-sound-factory.s1.bindsite.jp/", + "name": "bindsite" + }, + { + "url": "https://www.discogs.com/artist/1393447", + "name": "discogs" + }, + { + "url": "https://vgmdb.net/artist/13275", + "name": "vgmdb" + }, + { + "url": "https://twitter.com/MeganeBanchow", + "name": "twitter" + }, + { + "url": "https://www.wikidata.org/wiki/Q17211503", + "name": "wikidata" + }, + { + "url": "http://anison.info/data/person/25553.html", + "name": "anison" + }, + { + "url": "https://www.deezer.com/artist/8027799", + "name": "deezer" + }, + { + "url": "https://open.spotify.com/artist/1sNFJ2IaKm03L1qQs2wZw6", + "name": "spotify" + }, + { + "url": "https://tidal.com/artist/16289156", + "name": "tidal" + }, + { + "url": "https://music.apple.com/us/artist/285670298", + "name": "apple" + }, + { + "url": "https://music.apple.com/jp/artist/1606593024", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/藤澤慶昌", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [], + "cleanName": "藤澤慶昌", + "sortName": "藤澤慶昌", + "tags": [], + "added": "2023-09-11T04:46:45Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 145 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/552e8622-6d51-4438-8d9b-0f367a88582a/44055973075-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1240 + }, + "images": [], + "path": "/mnt/plex/music/藤澤慶昌", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "藤澤慶昌", + "sortName": "藤澤慶昌", + "tags": [], + "added": "2023-09-11T04:46:45Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 4, + "trackFileCount": 0, + "trackCount": 116, + "totalTrackCount": 116, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 145 + }, + { + "status": "continuing", + "ended": false, + "artistName": "鈴木このみ", + "foreignArtistId": "e4ef2a7e-0657-43d4-833f-02936cd22bfb", + "tadbId": 0, + "discogsId": 0, + "overview": "Konomi Suzuki is a Japanese singer from Osaka Prefecture who is affiliated with Sony Music and Kadokawa. After winning the Animax All-Japan Anisong Grand Prix in 2011, she made her debut in 2012 with the release of her first single \"Choir Jail\", which peaked at 34 on the Oricon charts; the title track of which was used as the opening theme to the anime television series Dusk Maiden of Amnesia. She released her first album 17, in 2014, two albums in 2015, and a further album Lead, in 2016.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.wikidata.org/wiki/Q863748", + "name": "wikidata" + }, + { + "url": "http://konomi-suzuki.net/", + "name": "konomi-suzuki" + }, + { + "url": "https://ameblo.jp/konomi-suzuki/", + "name": "ameblo" + }, + { + "url": "https://twitter.com/Suzuki_Konomin", + "name": "twitter" + }, + { + "url": "https://www.songkick.com/artists/8330228", + "name": "songkick" + }, + { + "url": "https://vgmdb.net/artist/12889", + "name": "vgmdb" + }, + { + "url": "https://www.discogs.com/artist/5107726", + "name": "discogs" + }, + { + "url": "https://www.allmusic.com/artist/mn0003376913", + "name": "allmusic" + }, + { + "url": "https://open.spotify.com/artist/3O0kLS5sLZ41XZRxjBKmLF", + "name": "spotify" + }, + { + "url": "https://music.amazon.co.jp/artists/B07BNW9ZP7", + "name": "amazon" + }, + { + "url": "https://tidal.com/artist/6506199", + "name": "tidal" + }, + { + "url": "https://mora.jp/artist/296418/", + "name": "mora" + }, + { + "url": "https://music.apple.com/jp/artist/524306307", + "name": "apple" + }, + { + "url": "https://open.spotify.com/artist/2zL2DcyFc5UL5WI9zaWZqR", + "name": "spotify" + }, + { + "url": "https://music.apple.com/us/artist/524306307", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "ULTRA FLASH", + "disambiguation": "", + "overview": "", + "artistId": 146, + "foreignAlbumId": "6d5a8439-ee17-45c1-b576-79b2fe69be2a", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 3079196, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2022-05-25T00:00:00Z", + "releases": [ + { + "id": 2037, + "albumId": 891, + "foreignReleaseId": "09ddfa03-629c-4ff7-aa56-77fcedd9af6f", + "title": "ULTRA FLASH", + "status": "Official", + "duration": 2702000, + "trackCount": 11, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "mora限定, 24bit/48kHz", + "country": [ + "Japan" + ], + "label": [ + "KADOKAWA" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2038, + "albumId": 891, + "foreignReleaseId": "4bee8a8b-0466-455f-afc1-298cb9cc2476", + "title": "ULTRA FLASH", + "status": "Official", + "duration": 2328000, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Japan" + ], + "label": [ + "KADOKAWA" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2039, + "albumId": 891, + "foreignReleaseId": "0b7a5ddd-4f44-46dc-9059-9c1afabf64ed", + "title": "ULTRA FLASH", + "status": "Official", + "duration": 3079196, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "通常盤", + "country": [ + "Japan" + ], + "label": [ + "KADOKAWA" + ], + "format": "CD", + "monitored": true + }, + { + "id": 2040, + "albumId": 891, + "foreignReleaseId": "1dc76445-f6f0-4f79-84f5-f834d690623f", + "title": "ULTRA FLASH", + "status": "Official", + "duration": 3075000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "初回生産限定盤", + "country": [ + "Japan" + ], + "label": [ + "KADOKAWA" + ], + "format": "CD", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "鈴木このみ", + "foreignArtistId": "e4ef2a7e-0657-43d4-833f-02936cd22bfb", + "tadbId": 0, + "discogsId": 0, + "overview": "Konomi Suzuki is a Japanese singer from Osaka Prefecture who is affiliated with Sony Music and Kadokawa. After winning the Animax All-Japan Anisong Grand Prix in 2011, she made her debut in 2012 with the release of her first single \"Choir Jail\", which peaked at 34 on the Oricon charts; the title track of which was used as the opening theme to the anime television series Dusk Maiden of Amnesia. She released her first album 17, in 2014, two albums in 2015, and a further album Lead, in 2016.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.wikidata.org/wiki/Q863748", + "name": "wikidata" + }, + { + "url": "http://konomi-suzuki.net/", + "name": "konomi-suzuki" + }, + { + "url": "https://ameblo.jp/konomi-suzuki/", + "name": "ameblo" + }, + { + "url": "https://twitter.com/Suzuki_Konomin", + "name": "twitter" + }, + { + "url": "https://www.songkick.com/artists/8330228", + "name": "songkick" + }, + { + "url": "https://vgmdb.net/artist/12889", + "name": "vgmdb" + }, + { + "url": "https://www.discogs.com/artist/5107726", + "name": "discogs" + }, + { + "url": "https://www.allmusic.com/artist/mn0003376913", + "name": "allmusic" + }, + { + "url": "https://open.spotify.com/artist/3O0kLS5sLZ41XZRxjBKmLF", + "name": "spotify" + }, + { + "url": "https://music.amazon.co.jp/artists/B07BNW9ZP7", + "name": "amazon" + }, + { + "url": "https://tidal.com/artist/6506199", + "name": "tidal" + }, + { + "url": "https://mora.jp/artist/296418/", + "name": "mora" + }, + { + "url": "https://music.apple.com/jp/artist/524306307", + "name": "apple" + }, + { + "url": "https://open.spotify.com/artist/2zL2DcyFc5UL5WI9zaWZqR", + "name": "spotify" + }, + { + "url": "https://music.apple.com/us/artist/524306307", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/u9nep21696964382.jpg", + "coverType": "poster", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/vo9zb41696964396.jpg", + "coverType": "fanart", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/鈴木このみ", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "J-Pop", + "J-Rock" + ], + "cleanName": "鈴木このみ", + "sortName": "鈴木このみ", + "tags": [], + "added": "2023-09-11T05:53:39Z", + "ratings": { + "votes": 1, + "value": 8 + }, + "id": 146 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/1dc76445-f6f0-4f79-84f5-f834d690623f/35917382295-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/1dc76445-f6f0-4f79-84f5-f834d690623f/35917394265-1200.jpg", + "coverType": "disc", + "extension": ".jpg" + } + ], + "links": [], + "id": 891 + }, + "images": [ + { + "url": "/MediaCover/146/poster.jpg?lastWrite=638602808720000000", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/u9nep21696964382.jpg" + }, + { + "url": "/MediaCover/146/fanart.jpg?lastWrite=638602792510000000", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/vo9zb41696964396.jpg" + } + ], + "path": "/mnt/plex/music/鈴木このみ", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "J-Pop", + "J-Rock" + ], + "cleanName": "鈴木このみ", + "sortName": "鈴木このみ", + "tags": [], + "added": "2023-09-11T05:53:39Z", + "ratings": { + "votes": 1, + "value": 8 + }, + "statistics": { + "albumCount": 5, + "trackFileCount": 0, + "trackCount": 67, + "totalTrackCount": 67, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 146 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Dylan Matthew", + "foreignArtistId": "7360298c-5159-4cb7-85e1-64e7ff85ebe9", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/itsdylanmatthew", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/channel/UCvxTLOjFfWsxsuvbmCd4O1A", + "name": "youtube" + }, + { + "url": "https://twitter.com/itsdylanmatthew", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/itsdylanmatthew/", + "name": "instagram" + }, + { + "url": "https://www.facebook.com/itsdylanmatthew", + "name": "facebook" + }, + { + "url": "https://www.discogs.com/artist/5427651", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/6d0ZjIp5L7Ygy2l02HskRX", + "name": "spotify" + }, + { + "url": "https://www.beatport.com/artist/dylan-matthew/702046", + "name": "beatport" + }, + { + "url": "https://tidal.com/artist/7550525", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/9718572", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "no rain, no flowers", + "disambiguation": "", + "overview": "", + "artistId": 147, + "foreignAlbumId": "7a8dded7-f319-4867-993f-8c362270b9d4", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 868948, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2023-09-22T00:00:00Z", + "releases": [ + { + "id": 2065, + "albumId": 906, + "foreignReleaseId": "556482a3-3ecf-4741-a7a5-1e59c4e1030c", + "title": "no rain, no flowers", + "status": "Official", + "duration": 868948, + "trackCount": 5, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Afghanistan", + "Albania", + "Algeria", + "Andorra", + "Angola", + "Anguilla", + "Antigua and Barbuda", + "Argentina", + "Armenia", + "Australia", + "Austria", + "Azerbaijan", + "Bahamas", + "Bahrain", + "Bangladesh", + "Barbados", + "Belgium", + "Belize", + "Benin", + "Bhutan", + "Bolivia", + "Bosnia and Herzegovina", + "Botswana", + "Brazil", + "Brunei", + "Bulgaria", + "Burkina Faso", + "Burundi", + "Cambodia", + "Cameroon", + "Canada", + "Cape Verde", + "Cayman Islands", + "Central African Republic", + "Chad", + "Chile", + "Christmas Island", + "Cocos (Keeling) Islands", + "Colombia", + "Comoros", + "Congo", + "Cook Islands", + "Costa Rica", + "Côte d'Ivoire", + "Croatia", + "Cyprus", + "Czechia", + "Denmark", + "Djibouti", + "Dominica", + "Dominican Republic", + "Timor-Leste", + "Ecuador", + "Egypt", + "El Salvador", + "Equatorial Guinea", + "Eritrea", + "Estonia", + "Ethiopia", + "Falkland Islands", + "Fiji", + "Finland", + "France", + "Gabon", + "Gambia", + "Georgia", + "Germany", + "Ghana", + "Greece", + "Grenada", + "Guatemala", + "Guinea", + "Guinea-Bissau", + "Guyana", + "Haiti", + "Honduras", + "Hong Kong", + "Hungary", + "Iceland", + "India", + "Indonesia", + "Iraq", + "Ireland", + "Israel", + "Italy", + "Jamaica", + "Japan", + "Jordan", + "Kazakhstan", + "Kenya", + "Kiribati", + "South Korea", + "Kuwait", + "Kyrgyzstan", + "Laos", + "Latvia", + "Lebanon", + "Lesotho", + "Liberia", + "Libya", + "Liechtenstein", + "Lithuania", + "Luxembourg", + "Macao", + "North Macedonia", + "Madagascar", + "Malawi", + "Malaysia", + "Maldives", + "Mali", + "Malta", + "Marshall Islands", + "Mauritania", + "Mauritius", + "Mexico", + "Federated States of Micronesia", + "Moldova", + "Monaco", + "Mongolia", + "Montserrat", + "Morocco", + "Mozambique", + "Namibia", + "Nauru", + "Nepal", + "Netherlands", + "New Zealand", + "Nicaragua", + "Niger", + "Nigeria", + "Niue", + "Norfolk Island", + "Norway", + "Oman", + "Pakistan", + "Palau", + "Panama", + "Papua New Guinea", + "Paraguay", + "Peru", + "Philippines", + "Pitcairn", + "Poland", + "Portugal", + "Qatar", + "Romania", + "Rwanda", + "Saint Kitts and Nevis", + "Saint Lucia", + "Saint Vincent and The Grenadines", + "Samoa", + "San Marino", + "Sao Tome and Principe", + "Saudi Arabia", + "Senegal", + "Seychelles", + "Sierra Leone", + "Singapore", + "Slovakia", + "Slovenia", + "Solomon Islands", + "Somalia", + "South Africa", + "Spain", + "Sri Lanka", + "Suriname", + "Svalbard and Jan Mayen", + "Eswatini", + "Sweden", + "Switzerland", + "Taiwan", + "Tajikistan", + "Tanzania", + "Thailand", + "Togo", + "Tokelau", + "Tonga", + "Trinidad and Tobago", + "Tunisia", + "Türkiye", + "Turkmenistan", + "Turks and Caicos Islands", + "Tuvalu", + "Uganda", + "Ukraine", + "United Arab Emirates", + "United Kingdom", + "United States", + "Uruguay", + "Uzbekistan", + "Vanuatu", + "Venezuela", + "Vietnam", + "British Virgin Islands", + "Yemen", + "Democratic Republic of the Congo", + "Zambia", + "Zimbabwe", + "Montenegro", + "Palestine", + "Serbia", + "Curaçao", + "Kosovo" + ], + "label": [], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Dylan Matthew", + "foreignArtistId": "7360298c-5159-4cb7-85e1-64e7ff85ebe9", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/itsdylanmatthew", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/channel/UCvxTLOjFfWsxsuvbmCd4O1A", + "name": "youtube" + }, + { + "url": "https://twitter.com/itsdylanmatthew", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/itsdylanmatthew/", + "name": "instagram" + }, + { + "url": "https://www.facebook.com/itsdylanmatthew", + "name": "facebook" + }, + { + "url": "https://www.discogs.com/artist/5427651", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/6d0ZjIp5L7Ygy2l02HskRX", + "name": "spotify" + }, + { + "url": "https://www.beatport.com/artist/dylan-matthew/702046", + "name": "beatport" + }, + { + "url": "https://tidal.com/artist/7550525", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/9718572", + "name": "deezer" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Dylan Matthew", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [], + "cleanName": "dylanmatthew", + "sortName": "dylan matthew", + "tags": [], + "added": "2023-10-12T05:03:25Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 147 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/556482a3-3ecf-4741-a7a5-1e59c4e1030c/36901157245-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 906 + }, + "images": [], + "path": "/mnt/plex/music/Dylan Matthew", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "dylanmatthew", + "sortName": "dylan matthew", + "tags": [], + "added": "2023-10-12T05:03:25Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 37, + "trackFileCount": 5, + "trackCount": 5, + "totalTrackCount": 55, + "sizeOnDisk": 175032539, + "percentOfTracks": 100 + }, + "id": 147 + }, + { + "status": "continuing", + "ended": false, + "artistName": "BBC National Orchestra of Wales", + "foreignArtistId": "37e3c603-b0fd-4434-9f25-44d6355bdd97", + "tadbId": 0, + "discogsId": 0, + "artistType": "Orchestra", + "disambiguation": "", + "links": [ + { + "url": "https://www.wikidata.org/wiki/Q2347575", + "name": "wikidata" + }, + { + "url": "http://viaf.org/viaf/129207292", + "name": "viaf" + }, + { + "url": "https://www.bbc.co.uk/bbcnow", + "name": "bbc" + }, + { + "url": "https://www.bbc.co.uk/music/artists/37e3c603-b0fd-4434-9f25-44d6355bdd97", + "name": "bbc" + }, + { + "url": "https://twitter.com/bbcnow", + "name": "twitter" + }, + { + "url": "https://open.spotify.com/artist/1fhEh9FpKs42GFeqerlBUf", + "name": "spotify" + }, + { + "url": "https://www.discogs.com/artist/573017", + "name": "discogs" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb14013376q", + "name": "bnf" + }, + { + "url": "https://www.songkick.com/artists/351476", + "name": "songkick" + }, + { + "url": "https://d-nb.info/gnd/5158636-8", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2003019179", + "name": "loc" + }, + { + "url": "https://www.allmusic.com/artist/mn0001516841", + "name": "allmusic" + }, + { + "url": "https://www.deezer.com/artist/987924", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/3851871", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Doctor Who Prom 2013", + "disambiguation": "", + "overview": "", + "artistId": 148, + "foreignAlbumId": "c7bfde68-33b3-47b3-af03-041bcb353cfc", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 5399000, + "albumType": "Album", + "secondaryTypes": [ + "Live" + ], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2013-07-13T00:00:00Z", + "releases": [ + { + "id": 2070, + "albumId": 912, + "foreignReleaseId": "35dba0e4-145d-47f9-97cb-19a8028bae70", + "title": "Doctor Who Prom 2013", + "status": "Bootleg", + "duration": 5399000, + "trackCount": 20, + "media": [ + { + "mediumNumber": 1, + "mediumName": "Unknown", + "mediumFormat": "Unknown" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United Kingdom" + ], + "label": [], + "format": "Unknown", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "Unknown", + "mediumFormat": "Unknown" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "BBC National Orchestra of Wales", + "foreignArtistId": "37e3c603-b0fd-4434-9f25-44d6355bdd97", + "tadbId": 0, + "discogsId": 0, + "artistType": "Orchestra", + "disambiguation": "", + "links": [ + { + "url": "https://www.wikidata.org/wiki/Q2347575", + "name": "wikidata" + }, + { + "url": "http://viaf.org/viaf/129207292", + "name": "viaf" + }, + { + "url": "https://www.bbc.co.uk/bbcnow", + "name": "bbc" + }, + { + "url": "https://www.bbc.co.uk/music/artists/37e3c603-b0fd-4434-9f25-44d6355bdd97", + "name": "bbc" + }, + { + "url": "https://twitter.com/bbcnow", + "name": "twitter" + }, + { + "url": "https://open.spotify.com/artist/1fhEh9FpKs42GFeqerlBUf", + "name": "spotify" + }, + { + "url": "https://www.discogs.com/artist/573017", + "name": "discogs" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb14013376q", + "name": "bnf" + }, + { + "url": "https://www.songkick.com/artists/351476", + "name": "songkick" + }, + { + "url": "https://d-nb.info/gnd/5158636-8", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2003019179", + "name": "loc" + }, + { + "url": "https://www.allmusic.com/artist/mn0001516841", + "name": "allmusic" + }, + { + "url": "https://www.deezer.com/artist/987924", + "name": "deezer" + }, + { + "url": "https://tidal.com/artist/3851871", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/BBC National Orchestra of Wales", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": false, + "monitorNewItems": "all", + "genres": [ + "Classical" + ], + "cleanName": "bbcnationalorchestrawales", + "sortName": "bbc national orchestra wales", + "tags": [], + "added": "2023-10-12T20:38:46Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 148 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/35dba0e4-145d-47f9-97cb-19a8028bae70/5458771390-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 912 + }, + "images": [ + { + "url": "/MediaCover/148/poster.jpg?lastWrite=637303190660000000", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/148/poster.jpg" + }, + { + "url": "/MediaCover/148/fanart.jpg?lastWrite=636975184620000000", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/148/fanart.jpg" + } + ], + "path": "/mnt/plex/music/BBC National Orchestra of Wales", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Classical" + ], + "cleanName": "bbcnationalorchestrawales", + "sortName": "bbc national orchestra wales", + "tags": [], + "added": "2023-10-12T20:38:46Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 3, + "trackFileCount": 0, + "trackCount": 49, + "totalTrackCount": 49, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 148 + }, + { + "status": "continuing", + "ended": false, + "artistName": "mgk", + "foreignArtistId": "f6af669a-56ea-448a-a044-de76181ada33", + "tadbId": 0, + "discogsId": 0, + "overview": "Colson Baker, known professionally as MGK and formerly Machine Gun Kelly, is an American rapper, singer, songwriter, producer and actor. The stage name \"Machine Gun Kelly\" is derived from the nickname of Prohibition-era gangster George Kelly Barnes.", + "artistType": "Person", + "disambiguation": "Machine Gun Kelly", + "links": [ + { + "url": "https://www.youtube.com/channel/UCUs8sGiP4avNaYNVO22INhQ", + "name": "youtube" + }, + { + "url": "https://www.facebook.com/machinegunkellymusic", + "name": "facebook" + }, + { + "url": "https://www.wikidata.org/wiki/Q1354843", + "name": "wikidata" + }, + { + "url": "https://open.spotify.com/artist/6TIYQ3jFPwQSRmorSezPxX", + "name": "spotify" + }, + { + "url": "http://www.machinegunkelly.com/", + "name": "machinegunkelly" + }, + { + "url": "https://twitter.com/machinegunkelly", + "name": "twitter" + }, + { + "url": "https://www.discogs.com/artist/2545933", + "name": "discogs" + }, + { + "url": "https://www.allmusic.com/artist/mn0002125399", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/mgk", + "name": "rateyourmusic" + }, + { + "url": "https://www.deezer.com/artist/428675", + "name": "deezer" + }, + { + "url": "http://viaf.org/viaf/273350826", + "name": "viaf" + }, + { + "url": "https://d-nb.info/gnd/1079075674", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2012132111", + "name": "loc" + }, + { + "url": "https://www.worldcat.org/identities/lccn-no2012132111", + "name": "worldcat" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb16678911j", + "name": "bnf" + }, + { + "url": "https://www.imdb.com/name/nm0446622/", + "name": "imdb" + }, + { + "url": "https://myspace.com/machinegunkelly", + "name": "myspace" + }, + { + "url": "https://www.songkick.com/artists/6630384", + "name": "songkick" + }, + { + "url": "https://imvdb.com/n/machine-gun-kelly", + "name": "imvdb" + }, + { + "url": "https://itunes.apple.com/us/artist/id465954501", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/4526706", + "name": "tidal" + }, + { + "url": "https://music.amazon.com/artists/B0026Y2PAG", + "name": "amazon" + }, + { + "url": "https://www.bandsintown.com/a/961020", + "name": "bandsintown" + }, + { + "url": "https://genius.com/artists/Machine-gun-kelly", + "name": "genius" + }, + { + "url": "https://www.livefans.jp/artists/125437", + "name": "livefans" + }, + { + "url": "https://www.musik-sammler.de/artist/machine-gun-kelly/", + "name": "musik-sammler" + }, + { + "url": "https://www.musixmatch.com/artist/Machine-Gun-Kelly", + "name": "musixmatch" + }, + { + "url": "https://us.napster.com/artist/machine-gun-kelly", + "name": "napster" + }, + { + "url": "https://secondhandsongs.com/artist/103457", + "name": "secondhandsongs" + }, + { + "url": "https://www.setlist.fm/setlists/machine-gun-kelly-2bd318aa.html", + "name": "setlist" + }, + { + "url": "https://www.whosampled.com/Machine-Gun-Kelly/", + "name": "whosampled" + }, + { + "url": "https://www.cdjapan.co.jp/person/700647748", + "name": "cdjapan" + }, + { + "url": "https://us.7digital.com/artist/machine-gun-kelly", + "name": "7digital" + }, + { + "url": "https://www.beatport.com/artist/-/310662", + "name": "beatport" + }, + { + "url": "https://www.junodownload.com/artists/Machine+Gun+Kelly/", + "name": "junodownload" + }, + { + "url": "https://www.instagram.com/machinegunkelly/", + "name": "instagram" + }, + { + "url": "https://www.youtube.com/channel/UC2a9zmrdjvLsrRgi4G4blWw", + "name": "youtube" + }, + { + "url": "https://music.apple.com/us/artist/465954501", + "name": "apple" + }, + { + "url": "https://soundcloud.com/machinegunkelly", + "name": "soundcloud" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/machine-gun-kelly/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.last.fm/music/Machine+Gun+Kelly", + "name": "last" + }, + { + "url": "https://vk.com/machinegunkelly", + "name": "vk" + }, + { + "url": "https://www.discogs.com/artist/3119377", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/-/1210452", + "name": "beatport" + }, + { + "url": "https://www.beatport.com/artist/mgk/310662", + "name": "beatport" + }, + { + "url": "https://music.apple.com/gb/artist/465954501", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "lost americana", + "disambiguation": "", + "overview": "", + "artistId": 149, + "foreignAlbumId": "364a7345-dc8f-4109-b1d8-fc630ecde469", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2905585, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 4 + }, + "releaseDate": "2025-08-08T00:00:00Z", + "releases": [ + { + "id": 2956, + "albumId": 1045, + "foreignReleaseId": "8cb9d333-7740-48a9-885f-a05ed5ac71a4", + "title": "lost americana", + "status": "Official", + "duration": 2723000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "EST 19XX", + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2957, + "albumId": 1045, + "foreignReleaseId": "b84e8321-658e-4bd3-ab75-74eda04ccb70", + "title": "lost americana", + "status": "Official", + "duration": 2723889, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "EST 19XX", + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2958, + "albumId": 1045, + "foreignReleaseId": "da619e69-6d73-4c31-97f3-ac1b6c3d494f", + "title": "lost americana", + "status": "Official", + "duration": 2723000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "EST 19XX", + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2959, + "albumId": 1045, + "foreignReleaseId": "e87994b4-f02b-4d09-9df0-984d5a3aa3bf", + "title": "lost americana", + "status": "Official", + "duration": 2720000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "EST 19XX", + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2960, + "albumId": 1045, + "foreignReleaseId": "d5532cfc-148b-4fb5-8e11-9e9286c7b3fc", + "title": "lost americana", + "status": "Official", + "duration": 2738903, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "EST 19XX", + "Interscope Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2961, + "albumId": 1045, + "foreignReleaseId": "6104a44d-08fa-4694-aaa9-9ae3457ada75", + "title": "lost americana", + "status": "Official", + "duration": 2738903, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "alternative artwork", + "country": [ + "[Worldwide]" + ], + "label": [ + "EST19XX", + "Floor 13", + "Interscope Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 3218, + "albumId": 1045, + "foreignReleaseId": "514f83ad-48b3-4923-9e35-7858cddc72b6", + "title": "lost americana", + "status": "Official", + "duration": 2738903, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "Target Stores exclusive artwork", + "country": [ + "United States" + ], + "label": [ + "EST19XX", + "Interscope Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 3634, + "albumId": 1045, + "foreignReleaseId": "9dee40b1-2339-4bb8-ad81-a68ae0fc9b2e", + "title": "lost americana", + "status": "Official", + "duration": 2905585, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Alternative Rock", + "Hip Hop", + "New Wave", + "Pop Rap", + "Pop Rock" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "mgk", + "foreignArtistId": "f6af669a-56ea-448a-a044-de76181ada33", + "tadbId": 0, + "discogsId": 0, + "overview": "Colson Baker, known professionally as MGK and formerly Machine Gun Kelly, is an American rapper, singer, songwriter, producer and actor. The stage name \"Machine Gun Kelly\" is derived from the nickname of Prohibition-era gangster George Kelly Barnes.", + "artistType": "Person", + "disambiguation": "Machine Gun Kelly", + "links": [ + { + "url": "https://www.youtube.com/channel/UCUs8sGiP4avNaYNVO22INhQ", + "name": "youtube" + }, + { + "url": "https://www.facebook.com/machinegunkellymusic", + "name": "facebook" + }, + { + "url": "https://www.wikidata.org/wiki/Q1354843", + "name": "wikidata" + }, + { + "url": "https://open.spotify.com/artist/6TIYQ3jFPwQSRmorSezPxX", + "name": "spotify" + }, + { + "url": "http://www.machinegunkelly.com/", + "name": "machinegunkelly" + }, + { + "url": "https://twitter.com/machinegunkelly", + "name": "twitter" + }, + { + "url": "https://www.discogs.com/artist/2545933", + "name": "discogs" + }, + { + "url": "https://www.allmusic.com/artist/mn0002125399", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/artist/mgk", + "name": "rateyourmusic" + }, + { + "url": "https://www.deezer.com/artist/428675", + "name": "deezer" + }, + { + "url": "http://viaf.org/viaf/273350826", + "name": "viaf" + }, + { + "url": "https://d-nb.info/gnd/1079075674", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2012132111", + "name": "loc" + }, + { + "url": "https://www.worldcat.org/identities/lccn-no2012132111", + "name": "worldcat" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb16678911j", + "name": "bnf" + }, + { + "url": "https://www.imdb.com/name/nm0446622/", + "name": "imdb" + }, + { + "url": "https://myspace.com/machinegunkelly", + "name": "myspace" + }, + { + "url": "https://www.songkick.com/artists/6630384", + "name": "songkick" + }, + { + "url": "https://imvdb.com/n/machine-gun-kelly", + "name": "imvdb" + }, + { + "url": "https://itunes.apple.com/us/artist/id465954501", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/4526706", + "name": "tidal" + }, + { + "url": "https://music.amazon.com/artists/B0026Y2PAG", + "name": "amazon" + }, + { + "url": "https://www.bandsintown.com/a/961020", + "name": "bandsintown" + }, + { + "url": "https://genius.com/artists/Machine-gun-kelly", + "name": "genius" + }, + { + "url": "https://www.livefans.jp/artists/125437", + "name": "livefans" + }, + { + "url": "https://www.musik-sammler.de/artist/machine-gun-kelly/", + "name": "musik-sammler" + }, + { + "url": "https://www.musixmatch.com/artist/Machine-Gun-Kelly", + "name": "musixmatch" + }, + { + "url": "https://us.napster.com/artist/machine-gun-kelly", + "name": "napster" + }, + { + "url": "https://secondhandsongs.com/artist/103457", + "name": "secondhandsongs" + }, + { + "url": "https://www.setlist.fm/setlists/machine-gun-kelly-2bd318aa.html", + "name": "setlist" + }, + { + "url": "https://www.whosampled.com/Machine-Gun-Kelly/", + "name": "whosampled" + }, + { + "url": "https://www.cdjapan.co.jp/person/700647748", + "name": "cdjapan" + }, + { + "url": "https://us.7digital.com/artist/machine-gun-kelly", + "name": "7digital" + }, + { + "url": "https://www.beatport.com/artist/-/310662", + "name": "beatport" + }, + { + "url": "https://www.junodownload.com/artists/Machine+Gun+Kelly/", + "name": "junodownload" + }, + { + "url": "https://www.instagram.com/machinegunkelly/", + "name": "instagram" + }, + { + "url": "https://www.youtube.com/channel/UC2a9zmrdjvLsrRgi4G4blWw", + "name": "youtube" + }, + { + "url": "https://music.apple.com/us/artist/465954501", + "name": "apple" + }, + { + "url": "https://soundcloud.com/machinegunkelly", + "name": "soundcloud" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/machine-gun-kelly/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.last.fm/music/Machine+Gun+Kelly", + "name": "last" + }, + { + "url": "https://vk.com/machinegunkelly", + "name": "vk" + }, + { + "url": "https://www.discogs.com/artist/3119377", + "name": "discogs" + }, + { + "url": "https://www.beatport.com/artist/-/1210452", + "name": "beatport" + }, + { + "url": "https://www.beatport.com/artist/mgk/310662", + "name": "beatport" + }, + { + "url": "https://music.apple.com/gb/artist/465954501", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://r2.TheAudioDB.com/images/media/artist/logo/vumf421755596867.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/3mancx1658630546.jpg", + "coverType": "poster", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/xvy6nh1658630675.jpg", + "coverType": "fanart", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Machine Gun Kelly", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Hip Hop", + "Pop Punk", + "Pop Rap", + "Rap Rock" + ], + "cleanName": "mgk", + "sortName": "mgk", + "tags": [], + "added": "2023-10-13T00:32:45Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "id": 149 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/8cb9d333-7740-48a9-885f-a05ed5ac71a4/42319885072-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/6104a44d-08fa-4694-aaa9-9ae3457ada75/42753533851-1200.jpg", + "coverType": "disc", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.discogs.com/master/3932294", + "name": "discogs" + }, + { + "url": "https://www.offiziellecharts.de/charts/album-details-554949", + "name": "offiziellecharts" + }, + { + "url": "https://www.musikexpress.de/reviews/mgk-lost-americana/", + "name": "musikexpress" + }, + { + "url": "https://laut.de/mgk/Alben/Lost-Americana-125717", + "name": "laut" + }, + { + "url": "https://www.plattentests.de/rezi.php?show=21013", + "name": "plattentests" + } + ], + "lastSearchTime": "2026-02-21T00:50:24Z", + "id": 1045 + }, + "images": [ + { + "url": "/MediaCover/149/clearlogo.png?lastWrite=638773373673618860", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "https://r2.TheAudioDB.com/images/media/artist/logo/vumf421755596867.png" + }, + { + "url": "/MediaCover/149/poster.jpg?lastWrite=639102153335328585", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/3mancx1658630546.jpg" + }, + { + "url": "/MediaCover/149/fanart.jpg?lastWrite=639102153332889788", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/xvy6nh1658630675.jpg" + } + ], + "path": "/mnt/plex/music/Machine Gun Kelly", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Hip Hop", + "Pop Punk", + "Pop Rap", + "Rap Rock" + ], + "cleanName": "mgk", + "sortName": "mgk", + "tags": [], + "added": "2023-10-13T00:32:45Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "statistics": { + "albumCount": 7, + "trackFileCount": 92, + "trackCount": 113, + "totalTrackCount": 114, + "sizeOnDisk": 1558907256, + "percentOfTracks": 81.41592920353982 + }, + "id": 149 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Poppy", + "foreignArtistId": "4ad8190b-d2fd-46f8-a3d9-c0f55c034976", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "US post‐genre artist, AKA That Poppy", + "links": [ + { + "url": "https://www.youtube.com/channel/UC8JE00xTMBOqKs7o0grFTfQ", + "name": "youtube" + }, + { + "url": "https://www.facebook.com/Poppy", + "name": "facebook" + }, + { + "url": "https://twitter.com/poppy", + "name": "twitter" + }, + { + "url": "https://impoppy.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://genius.com/artists/Poppy", + "name": "genius" + }, + { + "url": "https://www.wikidata.org/wiki/Q24852571", + "name": "wikidata" + }, + { + "url": "https://www.youtube.com/user/ThatPoppyVEVO", + "name": "youtube" + }, + { + "url": "https://open.spotify.com/artist/5uW6WiRHzStJq2i2OsAXcu", + "name": "spotify" + }, + { + "url": "https://imvdb.com/n/poppy", + "name": "imvdb" + }, + { + "url": "https://www.allmusic.com/artist/mn0003411865", + "name": "allmusic" + }, + { + "url": "https://www.last.fm/music/Poppy", + "name": "last" + }, + { + "url": "https://www.last.fm/music/That+Poppy", + "name": "last" + }, + { + "url": "https://www.allmusic.com/artist/mn0003411863", + "name": "allmusic" + }, + { + "url": "https://www.discogs.com/artist/5081293", + "name": "discogs" + }, + { + "url": "https://soundcloud.com/thatpoppy", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/impoppy/", + "name": "instagram" + }, + { + "url": "https://open.spotify.com/artist/5mlbvTfWUOfDrUIK6dkNzv", + "name": "spotify" + }, + { + "url": "https://soundcloud.com/poppy", + "name": "soundcloud" + }, + { + "url": "https://www.beatport.com/artist/poppy/69536", + "name": "beatport" + }, + { + "url": "https://www.beatport.com/artist/that-poppy/550757", + "name": "beatport" + }, + { + "url": "https://www.allmusic.com/artist/mn0003667565", + "name": "allmusic" + }, + { + "url": "https://www.discogs.com/artist/6581315", + "name": "discogs" + }, + { + "url": "https://itunes.apple.com/us/artist/id1004130511", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/712754", + "name": "deezer" + }, + { + "url": "http://viaf.org/viaf/1214151778252018130006", + "name": "viaf" + }, + { + "url": "http://id.loc.gov/authorities/names/no2016113561", + "name": "loc" + }, + { + "url": "https://www.worldcat.org/identities/lccn-no2016113561", + "name": "worldcat" + }, + { + "url": "https://www.imdb.com/name/nm8824909/", + "name": "imdb" + }, + { + "url": "https://play.google.com/store/music/artist?id=Aievywb2waz72f7etpxci7g6qhm", + "name": "google" + }, + { + "url": "https://www.musik-sammler.de/artist/poppy-2/", + "name": "musik-sammler" + }, + { + "url": "https://www.musixmatch.com/artist/Poppy-6", + "name": "musixmatch" + }, + { + "url": "https://rateyourmusic.com/artist/poppy-1", + "name": "rateyourmusic" + }, + { + "url": "https://www.setlist.fm/setlists/poppy-3c3b177.html", + "name": "setlist" + }, + { + "url": "https://www.whosampled.com/Poppy/", + "name": "whosampled" + }, + { + "url": "https://www.impoppy.com/", + "name": "impoppy" + }, + { + "url": "https://foundation.app/@poppy", + "name": "foundation" + }, + { + "url": "https://www.bandsintown.com/a/231079", + "name": "bandsintown" + }, + { + "url": "https://www.songkick.com/artists/727817", + "name": "songkick" + }, + { + "url": "https://www.instagram.com/poponfilm/", + "name": "instagram" + }, + { + "url": "https://music.apple.com/us/artist/1004130511", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1004130511", + "name": "apple" + }, + { + "url": "https://poppy.fandom.com/", + "name": "fandom" + }, + { + "url": "https://itunes.apple.com/us/artist/id1479065420", + "name": "apple" + }, + { + "url": "https://www.tiktok.com/@poppy", + "name": "tiktok" + }, + { + "url": "https://mora.jp/artist/1170693/", + "name": "mora" + }, + { + "url": "https://open.spotify.com/user/xd9qmu77y82326wil8t3j366l", + "name": "spotify" + }, + { + "url": "https://popxmi.com/", + "name": "popxmi" + }, + { + "url": "https://www.sumerianmerch.com/collections/poppy", + "name": "sumerianmerch" + }, + { + "url": "https://sumerianmerch.co.uk/collections/poppy", + "name": "sumerianmerch" + }, + { + "url": "https://24hundred.net/collections/poppy", + "name": "24hundred" + }, + { + "url": "https://music.amazon.com/artists/B000QK9YZQ", + "name": "amazon" + }, + { + "url": "https://www.amazon.com/-/e/B001LHNZUI", + "name": "amazon" + }, + { + "url": "https://www.amazon.com/-/e/B001LHNZUI", + "name": "amazon" + }, + { + "url": "https://www.amazon.com/-/e/B001LHNZUI", + "name": "amazon" + }, + { + "url": "https://bookbrainz.org/author/3b591ae4-1435-479f-b118-2c6a263b8283", + "name": "bookbrainz" + }, + { + "url": "https://open.spotify.com/artist/5LtL2B9LC31DesMx7ihMFc", + "name": "spotify" + }, + { + "url": "https://www.dailymotion.com/thatpoppy", + "name": "dailymotion" + }, + { + "url": "https://poppyvintage.co/", + "name": "poppyvintage" + }, + { + "url": "https://music.amazon.com/artists/B00ZBMAMJ6", + "name": "amazon" + }, + { + "url": "https://us.napster.com/artist/poppy", + "name": "napster" + }, + { + "url": "https://us.napster.com/artist/that-poppy", + "name": "napster" + }, + { + "url": "https://us.napster.com/artist/moriah-pereira", + "name": "napster" + }, + { + "url": "https://music.youtube.com/channel/UCwJcp-qqo0pVvvRwPXIXKyQ", + "name": "youtube" + }, + { + "url": "https://twitter.com/ThatPoppy", + "name": "twitter" + }, + { + "url": "https://mora.jp/artist/897809/", + "name": "mora" + }, + { + "url": "https://tidal.com/artist/9158616", + "name": "tidal" + }, + { + "url": "https://tidal.com/artist/6883406", + "name": "tidal" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/poppy/654210", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/poppy/654210", + "name": "qobuz" + }, + { + "url": "https://mora.jp/artist/944638/", + "name": "mora" + }, + { + "url": "https://www.discogs.com/artist/12562547", + "name": "discogs" + }, + { + "url": "https://www.livenation.com/artist/K8vZ917fae0", + "name": "livenation" + }, + { + "url": "https://www.ticketmaster.com/artist/2186490", + "name": "ticketmaster" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=1102972", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=1102972", + "name": "melon" + }, + { + "url": "https://d-nb.info/gnd/1251346758", + "name": "d-nb" + }, + { + "url": "https://tidal.com/artist/3962878", + "name": "tidal" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Poppy_2023.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.topfemalevocalists.com/poppy", + "name": "topfemalevocalists" + }, + { + "url": "https://www.themoviedb.org/person/1811266", + "name": "themoviedb" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "PORNOGRAPHIC SPACES", + "disambiguation": "", + "overview": "", + "artistId": 150, + "foreignAlbumId": "dd64abcb-1caa-463f-a416-e3ce86b81213", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2504000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 10 + }, + "releaseDate": "2026-04-17T00:00:00Z", + "releases": [ + { + "id": 3782, + "albumId": 1466, + "foreignReleaseId": "5d4689bc-f96a-4299-8bd7-0dcffe409e97", + "title": "PORNOGRAPHIC SPACES", + "status": "Pseudo-Release", + "duration": 2504000, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "Unknown", + "mediumFormat": "Unknown" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Sumerian Records" + ], + "format": "Unknown", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "Unknown", + "mediumFormat": "Unknown" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Poppy", + "foreignArtistId": "4ad8190b-d2fd-46f8-a3d9-c0f55c034976", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "US post‐genre artist, AKA That Poppy", + "links": [ + { + "url": "https://www.youtube.com/channel/UC8JE00xTMBOqKs7o0grFTfQ", + "name": "youtube" + }, + { + "url": "https://www.facebook.com/Poppy", + "name": "facebook" + }, + { + "url": "https://twitter.com/poppy", + "name": "twitter" + }, + { + "url": "https://impoppy.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://genius.com/artists/Poppy", + "name": "genius" + }, + { + "url": "https://www.wikidata.org/wiki/Q24852571", + "name": "wikidata" + }, + { + "url": "https://www.youtube.com/user/ThatPoppyVEVO", + "name": "youtube" + }, + { + "url": "https://open.spotify.com/artist/5uW6WiRHzStJq2i2OsAXcu", + "name": "spotify" + }, + { + "url": "https://imvdb.com/n/poppy", + "name": "imvdb" + }, + { + "url": "https://www.allmusic.com/artist/mn0003411865", + "name": "allmusic" + }, + { + "url": "https://www.last.fm/music/Poppy", + "name": "last" + }, + { + "url": "https://www.last.fm/music/That+Poppy", + "name": "last" + }, + { + "url": "https://www.allmusic.com/artist/mn0003411863", + "name": "allmusic" + }, + { + "url": "https://www.discogs.com/artist/5081293", + "name": "discogs" + }, + { + "url": "https://soundcloud.com/thatpoppy", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/impoppy/", + "name": "instagram" + }, + { + "url": "https://open.spotify.com/artist/5mlbvTfWUOfDrUIK6dkNzv", + "name": "spotify" + }, + { + "url": "https://soundcloud.com/poppy", + "name": "soundcloud" + }, + { + "url": "https://www.beatport.com/artist/poppy/69536", + "name": "beatport" + }, + { + "url": "https://www.beatport.com/artist/that-poppy/550757", + "name": "beatport" + }, + { + "url": "https://www.allmusic.com/artist/mn0003667565", + "name": "allmusic" + }, + { + "url": "https://www.discogs.com/artist/6581315", + "name": "discogs" + }, + { + "url": "https://itunes.apple.com/us/artist/id1004130511", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/712754", + "name": "deezer" + }, + { + "url": "http://viaf.org/viaf/1214151778252018130006", + "name": "viaf" + }, + { + "url": "http://id.loc.gov/authorities/names/no2016113561", + "name": "loc" + }, + { + "url": "https://www.worldcat.org/identities/lccn-no2016113561", + "name": "worldcat" + }, + { + "url": "https://www.imdb.com/name/nm8824909/", + "name": "imdb" + }, + { + "url": "https://play.google.com/store/music/artist?id=Aievywb2waz72f7etpxci7g6qhm", + "name": "google" + }, + { + "url": "https://www.musik-sammler.de/artist/poppy-2/", + "name": "musik-sammler" + }, + { + "url": "https://www.musixmatch.com/artist/Poppy-6", + "name": "musixmatch" + }, + { + "url": "https://rateyourmusic.com/artist/poppy-1", + "name": "rateyourmusic" + }, + { + "url": "https://www.setlist.fm/setlists/poppy-3c3b177.html", + "name": "setlist" + }, + { + "url": "https://www.whosampled.com/Poppy/", + "name": "whosampled" + }, + { + "url": "https://www.impoppy.com/", + "name": "impoppy" + }, + { + "url": "https://foundation.app/@poppy", + "name": "foundation" + }, + { + "url": "https://www.bandsintown.com/a/231079", + "name": "bandsintown" + }, + { + "url": "https://www.songkick.com/artists/727817", + "name": "songkick" + }, + { + "url": "https://www.instagram.com/poponfilm/", + "name": "instagram" + }, + { + "url": "https://music.apple.com/us/artist/1004130511", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1004130511", + "name": "apple" + }, + { + "url": "https://poppy.fandom.com/", + "name": "fandom" + }, + { + "url": "https://itunes.apple.com/us/artist/id1479065420", + "name": "apple" + }, + { + "url": "https://www.tiktok.com/@poppy", + "name": "tiktok" + }, + { + "url": "https://mora.jp/artist/1170693/", + "name": "mora" + }, + { + "url": "https://open.spotify.com/user/xd9qmu77y82326wil8t3j366l", + "name": "spotify" + }, + { + "url": "https://popxmi.com/", + "name": "popxmi" + }, + { + "url": "https://www.sumerianmerch.com/collections/poppy", + "name": "sumerianmerch" + }, + { + "url": "https://sumerianmerch.co.uk/collections/poppy", + "name": "sumerianmerch" + }, + { + "url": "https://24hundred.net/collections/poppy", + "name": "24hundred" + }, + { + "url": "https://music.amazon.com/artists/B000QK9YZQ", + "name": "amazon" + }, + { + "url": "https://www.amazon.com/-/e/B001LHNZUI", + "name": "amazon" + }, + { + "url": "https://www.amazon.com/-/e/B001LHNZUI", + "name": "amazon" + }, + { + "url": "https://www.amazon.com/-/e/B001LHNZUI", + "name": "amazon" + }, + { + "url": "https://bookbrainz.org/author/3b591ae4-1435-479f-b118-2c6a263b8283", + "name": "bookbrainz" + }, + { + "url": "https://open.spotify.com/artist/5LtL2B9LC31DesMx7ihMFc", + "name": "spotify" + }, + { + "url": "https://www.dailymotion.com/thatpoppy", + "name": "dailymotion" + }, + { + "url": "https://poppyvintage.co/", + "name": "poppyvintage" + }, + { + "url": "https://music.amazon.com/artists/B00ZBMAMJ6", + "name": "amazon" + }, + { + "url": "https://us.napster.com/artist/poppy", + "name": "napster" + }, + { + "url": "https://us.napster.com/artist/that-poppy", + "name": "napster" + }, + { + "url": "https://us.napster.com/artist/moriah-pereira", + "name": "napster" + }, + { + "url": "https://music.youtube.com/channel/UCwJcp-qqo0pVvvRwPXIXKyQ", + "name": "youtube" + }, + { + "url": "https://twitter.com/ThatPoppy", + "name": "twitter" + }, + { + "url": "https://mora.jp/artist/897809/", + "name": "mora" + }, + { + "url": "https://tidal.com/artist/9158616", + "name": "tidal" + }, + { + "url": "https://tidal.com/artist/6883406", + "name": "tidal" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/poppy/654210", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/poppy/654210", + "name": "qobuz" + }, + { + "url": "https://mora.jp/artist/944638/", + "name": "mora" + }, + { + "url": "https://www.discogs.com/artist/12562547", + "name": "discogs" + }, + { + "url": "https://www.livenation.com/artist/K8vZ917fae0", + "name": "livenation" + }, + { + "url": "https://www.ticketmaster.com/artist/2186490", + "name": "ticketmaster" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=1102972", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=1102972", + "name": "melon" + }, + { + "url": "https://d-nb.info/gnd/1251346758", + "name": "d-nb" + }, + { + "url": "https://tidal.com/artist/3962878", + "name": "tidal" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Poppy_2023.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.topfemalevocalists.com/poppy", + "name": "topfemalevocalists" + }, + { + "url": "https://www.themoviedb.org/person/1811266", + "name": "themoviedb" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Poppy", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Nu Metal", + "Electropop", + "Alternative Metal", + "Dance-Pop", + "Art Pop", + "Ambient", + "Metalcore", + "Indietronica", + "Industrial Metal", + "Pop Metal", + "Pop", + "Metal" + ], + "cleanName": "poppy", + "sortName": "poppy", + "tags": [], + "added": "2023-10-13T00:33:54Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "id": 150 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/5d4689bc-f96a-4299-8bd7-0dcffe409e97/44868826405-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1466 + }, + "images": [ + { + "url": "/MediaCover/150/poster.jpg?lastWrite=639118573803551098", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/150/poster.jpg" + }, + { + "url": "/MediaCover/150/banner.jpg?lastWrite=636728692170000000", + "coverType": "banner", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/150/banner.jpg" + }, + { + "url": "/MediaCover/150/clearlogo.png?lastWrite=639118573803411255", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "/var/lib/lidarr/MediaCover/150/clearlogo.png" + }, + { + "url": "/MediaCover/150/fanart.jpg?lastWrite=639118573803183022", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/150/fanart.jpg" + } + ], + "path": "/mnt/plex/music/Poppy", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Nu Metal", + "Electropop", + "Alternative Metal", + "Dance-Pop", + "Art Pop", + "Ambient", + "Metalcore", + "Indietronica", + "Industrial Metal", + "Pop Metal", + "Pop", + "Metal" + ], + "cleanName": "poppy", + "sortName": "poppy", + "tags": [], + "added": "2023-10-13T00:33:54Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "statistics": { + "albumCount": 69, + "trackFileCount": 99, + "trackCount": 288, + "totalTrackCount": 288, + "sizeOnDisk": 2962790017, + "percentOfTracks": 34.375 + }, + "id": 150 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Monstercat", + "foreignArtistId": "9d83643e-f114-435b-8c70-222c1317067c", + "tadbId": 0, + "discogsId": 0, + "overview": "Monstercat is a Canadian electronic music record label based in Vancouver, British Columbia.", + "artistType": "Other", + "disambiguation": "electronic dance music", + "links": [ + { + "url": "http://www.monstercat.com/", + "name": "monstercat" + }, + { + "url": "https://soundcloud.com/monstercat", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/monstercat", + "name": "twitter" + }, + { + "url": "https://www.wikidata.org/wiki/Q10398667", + "name": "wikidata" + }, + { + "url": "https://music.monstercat.com/", + "name": "monstercat" + }, + { + "url": "https://www.facebook.com/monstercat", + "name": "facebook" + }, + { + "url": "https://plus.google.com/u/0/+Monstercat", + "name": "google" + }, + { + "url": "https://www.instagram.com/Monstercat/", + "name": "instagram" + }, + { + "url": "https://open.spotify.com/user/monstercatmedia", + "name": "spotify" + }, + { + "url": "https://monstercatmedia.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://play.google.com/store/music/artist?id=Abhwefyc4oekiafcyqqoz57qrim", + "name": "google" + }, + { + "url": "https://www.youtube.com/channel/UCp8OOssjSjGZRVYK6zWbNLg", + "name": "youtube" + }, + { + "url": "https://www.deezer.com/artist/1931371", + "name": "deezer" + }, + { + "url": "https://itunes.apple.com/gb/artist/id503599501", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/4954280", + "name": "tidal" + }, + { + "url": "https://www.youtube.com/channel/UCJ6td3C9QlPO9O_J5dF4ZzA", + "name": "youtube" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Monstercat_logo_with_text.png", + "name": "wikimedia" + }, + { + "url": "https://open.spotify.com/artist/4YwB41gFHCxY5bcNR3CcIH", + "name": "spotify" + }, + { + "url": "https://music.apple.com/us/artist/503599501", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/monstercat/705923", + "name": "beatport" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Monstercat", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": false, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "monstercat", + "sortName": "monstercat", + "tags": [], + "added": "2024-03-12T15:23:06Z", + "ratings": { + "votes": 1, + "value": 8 + }, + "id": 151 + }, + { + "status": "continuing", + "ended": false, + "artistName": "brakence", + "foreignArtistId": "e636b15f-00c5-45fd-9c33-845a08c8f92d", + "tadbId": 0, + "discogsId": 0, + "overview": "Randall Todd \"Randy\" Findell, known professionally as Brakence, is an American singer-songwriter, rapper, record producer and musician from Columbus, Ohio who is currently signed to Columbia Records and Sony Music. He is known for his hyperpop-influenced style which has been described as a mixture of Midwest emo and emo rap, and his use of both baritone and falsetto vocals.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://open.spotify.com/artist/4kqFrZkeqDfOIEqTWqbOOV", + "name": "spotify" + }, + { + "url": "https://soundcloud.com/brakence", + "name": "soundcloud" + }, + { + "url": "https://brakence.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://twitter.com/brakence", + "name": "twitter" + }, + { + "url": "https://www.discogs.com/artist/7811040", + "name": "discogs" + }, + { + "url": "https://www.instagram.com/brakence/", + "name": "instagram" + }, + { + "url": "https://www.wikidata.org/wiki/Q115733300", + "name": "wikidata" + }, + { + "url": "https://brakence.shop/", + "name": "brakence" + }, + { + "url": "https://www.brakence.com/", + "name": "brakence" + }, + { + "url": "https://www.npr.org/2023/02/03/1142087568/brakence-hypochondriac-interview", + "name": "npr" + }, + { + "url": "https://www.whosampled.com/Brakence/", + "name": "whosampled" + }, + { + "url": "https://rateyourmusic.com/artist/brakence", + "name": "rateyourmusic" + }, + { + "url": "https://jaxsta.com/profile/7c8aacc2-3120-57f7-a592-07c310ee875f", + "name": "jaxsta" + }, + { + "url": "https://www.deezer.com/artist/14148833", + "name": "deezer" + }, + { + "url": "https://music.apple.com/us/artist/1345560251", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/9509285", + "name": "tidal" + }, + { + "url": "https://tidal.com/artist/51996742", + "name": "tidal" + }, + { + "url": "https://music.apple.com/gb/artist/1345560251", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "hypochondriac", + "disambiguation": "", + "overview": "Hypochondriac (stylized in all lowercase) is the second studio album by American musician Brakence, released on December 2, 2022, via Columbia Records and Sony Music. It was preceded by the singles \"Argyle\", \"CBD\", \"Venus Fly Trap\", \"Caffeine\", and \"Bugging!\".", + "artistId": 152, + "foreignAlbumId": "078421fa-3732-494e-9061-0842bd31248c", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 3125000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 9 + }, + "releaseDate": "2022-12-01T00:00:00Z", + "releases": [ + { + "id": 2248, + "albumId": 946, + "foreignReleaseId": "b4795ae4-0d6d-4f46-bc1d-2801d6799244", + "title": "hypochondriac", + "status": "Official", + "duration": 3125000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Columbia" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2346, + "albumId": 946, + "foreignReleaseId": "3a416cce-731c-4615-8508-23d805246e17", + "title": "hypochondriac", + "status": "Official", + "duration": 3125000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "CD release", + "country": [ + "[Worldwide]" + ], + "label": [ + "Columbia" + ], + "format": "CD", + "monitored": true + } + ], + "genres": [ + "Hyperpop", + "Glitch", + "Hip Hop", + "Electronic", + "Pop Rap", + "Glitch Pop", + "Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "brakence", + "foreignArtistId": "e636b15f-00c5-45fd-9c33-845a08c8f92d", + "tadbId": 0, + "discogsId": 0, + "overview": "Randall Todd \"Randy\" Findell, known professionally as Brakence, is an American singer-songwriter, rapper, record producer and musician from Columbus, Ohio who is currently signed to Columbia Records and Sony Music. He is known for his hyperpop-influenced style which has been described as a mixture of Midwest emo and emo rap, and his use of both baritone and falsetto vocals.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://open.spotify.com/artist/4kqFrZkeqDfOIEqTWqbOOV", + "name": "spotify" + }, + { + "url": "https://soundcloud.com/brakence", + "name": "soundcloud" + }, + { + "url": "https://brakence.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://twitter.com/brakence", + "name": "twitter" + }, + { + "url": "https://www.discogs.com/artist/7811040", + "name": "discogs" + }, + { + "url": "https://www.instagram.com/brakence/", + "name": "instagram" + }, + { + "url": "https://www.wikidata.org/wiki/Q115733300", + "name": "wikidata" + }, + { + "url": "https://brakence.shop/", + "name": "brakence" + }, + { + "url": "https://www.brakence.com/", + "name": "brakence" + }, + { + "url": "https://www.npr.org/2023/02/03/1142087568/brakence-hypochondriac-interview", + "name": "npr" + }, + { + "url": "https://www.whosampled.com/Brakence/", + "name": "whosampled" + }, + { + "url": "https://rateyourmusic.com/artist/brakence", + "name": "rateyourmusic" + }, + { + "url": "https://jaxsta.com/profile/7c8aacc2-3120-57f7-a592-07c310ee875f", + "name": "jaxsta" + }, + { + "url": "https://www.deezer.com/artist/14148833", + "name": "deezer" + }, + { + "url": "https://music.apple.com/us/artist/1345560251", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/9509285", + "name": "tidal" + }, + { + "url": "https://tidal.com/artist/51996742", + "name": "tidal" + }, + { + "url": "https://music.apple.com/gb/artist/1345560251", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/brakence", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Pop Rap", + "Emo Rap", + "Glitch Pop", + "Hyperpop" + ], + "cleanName": "brakence", + "sortName": "brakence", + "tags": [], + "added": "2024-03-18T03:41:26Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 152 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/b4795ae4-0d6d-4f46-bc1d-2801d6799244/39183022310-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.discogs.com/master/3419443", + "name": "discogs" + }, + { + "url": "https://genius.com/albums/Brakence/Hypochondriac", + "name": "genius" + }, + { + "url": "https://www.wikidata.org/wiki/Q117032090", + "name": "wikidata" + }, + { + "url": "https://rateyourmusic.com/release/album/brakence/hypochondriac/", + "name": "rateyourmusic" + }, + { + "url": "https://www.allmusic.com/album/mw0003876453", + "name": "allmusic" + } + ], + "lastSearchTime": "2025-11-05T21:14:06Z", + "id": 946 + }, + "images": [], + "path": "/mnt/plex/music/brakence", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Pop Rap", + "Emo Rap", + "Glitch Pop", + "Hyperpop" + ], + "cleanName": "brakence", + "sortName": "brakence", + "tags": [], + "added": "2024-03-18T03:41:26Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 3, + "trackFileCount": 10, + "trackCount": 30, + "totalTrackCount": 30, + "sizeOnDisk": 154646870, + "percentOfTracks": 33.333333333333336 + }, + "id": 152 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Rina Sawayama", + "foreignArtistId": "52494f9b-789d-4467-bcaf-9915e70cc8f6", + "tadbId": 0, + "discogsId": 0, + "overview": "Rina Sawayama is a Japanese singer-songwriter, actress and model based in the United Kingdom. Born in Niigata, Japan, she emigrated to London with her parents at the age of five. In 2017, she self-released her debut extended play, Rina. After signing to Dirty Hit in 2020, she released her debut studio album, Sawayama, to critical acclaim. Her second studio album, Hold the Girl, was released on 16 September 2022. Known for her musical versatility, and integration of feminism into her craft, Sawayama has also modelled for fashion campaigns, and made her film acting debut in the action film John Wick: Chapter 4 (2023).", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/rinasawayama", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/rinasawayamamusic", + "name": "facebook" + }, + { + "url": "https://www.instagram.com/rinasonline/", + "name": "instagram" + }, + { + "url": "https://twitter.com/rinasawayama", + "name": "twitter" + }, + { + "url": "https://rinasawayama.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://itunes.apple.com/gb/artist/id638343826", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Amrhbqvdy6s6xqluhpq743atzhq", + "name": "google" + }, + { + "url": "https://www.youtube.com/user/rinasawayama", + "name": "youtube" + }, + { + "url": "https://www.wikidata.org/wiki/Q28840001", + "name": "wikidata" + }, + { + "url": "https://www.youtube.com/channel/UCkqmTuhxME9RpAZY9f3hhsA", + "name": "youtube" + }, + { + "url": "https://open.spotify.com/artist/2KEqzdPS7M5YwGmiuPTdr5", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/4680004", + "name": "deezer" + }, + { + "url": "https://www.7digital.com/artist/rina-sawayama", + "name": "7digital" + }, + { + "url": "https://rateyourmusic.com/artist/rina-sawayama", + "name": "rateyourmusic" + }, + { + "url": "https://www.discogs.com/artist/3371472", + "name": "discogs" + }, + { + "url": "https://www.junodownload.com/artists/Rina+Sawayama/", + "name": "junodownload" + }, + { + "url": "https://www.songkick.com/artists/9164924", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Rina+Sawayama", + "name": "last" + }, + { + "url": "https://www.imdb.com/name/nm4680793/", + "name": "imdb" + }, + { + "url": "https://www.allmusic.com/artist/mn0003639509", + "name": "allmusic" + }, + { + "url": "https://genius.com/artists/Rina-sawayama", + "name": "genius" + }, + { + "url": "https://www.rina.online/", + "name": "rina" + }, + { + "url": "https://www.bandsintown.com/a/6429394", + "name": "bandsintown" + }, + { + "url": "https://store.dirtyhit.co.uk/artist.html?a=rina_sawayama", + "name": "dirtyhit" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Rina_Sawayama_04_30_2018_-47_(43206474541)_(cropped).jpg", + "name": "wikimedia" + }, + { + "url": "https://tidal.com/artist/4905050", + "name": "tidal" + }, + { + "url": "https://imvdb.com/n/rina-sawayama", + "name": "imvdb" + }, + { + "url": "https://www.livenation.co.uk/artist-1159943", + "name": "livenation" + }, + { + "url": "https://www.ticketmaster.co.uk/artist/5240730", + "name": "ticketmaster" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=1910706", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=1910706", + "name": "melon" + }, + { + "url": "https://www.themoviedb.org/person/2337629", + "name": "themoviedb" + }, + { + "url": "https://music.apple.com/gb/artist/638343826", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/638343826", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Hold the Girl", + "disambiguation": "", + "overview": "Hold the Girl is the second studio album by Japanese-British singer Rina Sawayama. It was released on 16 September 2022 by Dirty Hit. The album was preceded by five singles: \"This Hell\", \"Catch Me in the Air\", \"Hold the Girl\", \"Phantom\", and \"Hurricanes\". \"Frankenstein\" and \"Imagining\" were released as singles following the album's release. The album, recorded between 2020 and 2021, features production from collaborators including Paul Epworth, Clarence Clarity, Stuart Price, and Marcus Andersson. Clarity also produced much of Sawayama's debut album Sawayama (2020).\nHold the Girl received critical acclaim upon its release and charted at number three on the UK Albums Chart, becoming the highest-charting album by a Japanese-born solo artist in the history of the chart. It also became Sawayama's first charting album on the US Billboard 200. The album was supported by the Hold the Girl Tour (2022–23) and the Hold the Girl: Reloaded Tour (2023). Sawayama also promoted the album via performances on The Graham Norton Show, Strictly Come Dancing and Late Night with Seth Meyers.\n\n", + "artistId": 153, + "foreignAlbumId": "b0563b67-ad04-4276-817a-abffd188a8d9", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 3138361, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 6 + }, + "releaseDate": "2022-09-16T00:00:00Z", + "releases": [ + { + "id": 2271, + "albumId": 948, + "foreignReleaseId": "68d32575-8d85-46b2-9d70-94e44ee9c4e7", + "title": "Hold the Girl", + "status": "Official", + "duration": 2764595, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "Amazon signed exclusive", + "country": [ + "Ireland", + "United Kingdom" + ], + "label": [ + "Dirty Hit" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2272, + "albumId": 948, + "foreignReleaseId": "959506fd-881d-4cbb-83d7-4797c239f200", + "title": "Hold the Girl", + "status": "Official", + "duration": 2759000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Dirty Hit" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2273, + "albumId": 948, + "foreignReleaseId": "a9bd3e6c-57c0-4fdd-9975-18a39bd978e6", + "title": "Hold the Girl", + "status": "Official", + "duration": 2918648, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Japan" + ], + "label": [ + "Dirty Hit" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2274, + "albumId": 948, + "foreignReleaseId": "d9e78d7e-ee06-4c87-9561-03375f6a32cf", + "title": "Hold the Girl", + "status": "Official", + "duration": 2759000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 1, + "disambiguation": "Spotify Fans First exclusive", + "country": [ + "United Kingdom", + "United States" + ], + "label": [ + "Dirty Hit" + ], + "format": "12\" Vinyl", + "monitored": false + }, + { + "id": 2275, + "albumId": 948, + "foreignReleaseId": "6ba09bf2-3557-4271-98b2-786a2093e75d", + "title": "Hold the Girl", + "status": "Official", + "duration": 0, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 1, + "disambiguation": "'This Hell' lava", + "country": [ + "Ireland", + "United Kingdom" + ], + "label": [ + "Dirty Hit" + ], + "format": "12\" Vinyl", + "monitored": false + }, + { + "id": 2276, + "albumId": 948, + "foreignReleaseId": "0c39dcc1-b90d-4b63-aab1-84ec1662a66d", + "title": "Hold the Girl", + "status": "Official", + "duration": 0, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 1, + "disambiguation": "apple red", + "country": [ + "Ireland", + "United Kingdom", + "United States" + ], + "label": [ + "Dirty Hit" + ], + "format": "12\" Vinyl", + "monitored": false + }, + { + "id": 2277, + "albumId": 948, + "foreignReleaseId": "32d8af38-1e33-4fc9-8eb6-5589750c1f31", + "title": "Hold the Girl", + "status": "Official", + "duration": 0, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 1, + "disambiguation": "opaque ice white", + "country": [ + "Ireland", + "United Kingdom", + "United States" + ], + "label": [ + "Dirty Hit" + ], + "format": "12\" Vinyl", + "monitored": false + }, + { + "id": 2278, + "albumId": 948, + "foreignReleaseId": "8036e05c-1d43-4d40-818a-b1e83e02ce77", + "title": "Hold the Girl", + "status": "Official", + "duration": 0, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Cassette" + } + ], + "mediumCount": 1, + "disambiguation": "hell red", + "country": [ + "Ireland", + "United Kingdom", + "United States" + ], + "label": [ + "Dirty Hit" + ], + "format": "Cassette", + "monitored": false + }, + { + "id": 2279, + "albumId": 948, + "foreignReleaseId": "59047b44-3069-4d71-b58d-e671949e151b", + "title": "Hold the Girl", + "status": "Official", + "duration": 2764595, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "1st anniversary edition", + "country": [ + "United Kingdom" + ], + "label": [ + "Dirty Hit" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2280, + "albumId": 948, + "foreignReleaseId": "86be4f44-3e3e-47ff-9165-451998a4f4f0", + "title": "Hold the Girl", + "status": "Official", + "duration": 2764591, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "1st anniversary edition", + "country": [ + "[Worldwide]" + ], + "label": [ + "Dirty Hit" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2281, + "albumId": 948, + "foreignReleaseId": "91d2659b-8e5c-47d5-9527-b508c27b9a01", + "title": "Hold the Girl", + "status": "Official", + "duration": 0, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 1, + "disambiguation": "1st anniversary edition", + "country": [ + "United Kingdom" + ], + "label": [ + "Dirty Hit" + ], + "format": "12\" Vinyl", + "monitored": false + }, + { + "id": 2282, + "albumId": 948, + "foreignReleaseId": "57195193-b50e-4c41-9e63-e376eaa3c1a6", + "title": "Hold the Girl", + "status": "Official", + "duration": 6381953, + "trackCount": 32, + "media": [ + { + "mediumNumber": 1, + "mediumName": "Hold the Girl", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "Live at Roundhouse, London", + "mediumFormat": "CD" + } + ], + "mediumCount": 2, + "disambiguation": "Rough Trade exclusive", + "country": [ + "United Kingdom", + "United States" + ], + "label": [ + "Dirty Hit", + "Dirty Hit" + ], + "format": "12\" Vinyl, CD", + "monitored": false + }, + { + "id": 2283, + "albumId": 948, + "foreignReleaseId": "6d9bc5f5-a191-4c7e-8941-946f635f4c8f", + "title": "Hold the Girl", + "status": "Official", + "duration": 3138361, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "bonus edition", + "country": [ + "[Worldwide]" + ], + "label": [ + "Dirty Hit" + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 2284, + "albumId": 948, + "foreignReleaseId": "b3fcb332-9fdf-4987-8da2-9829e78f81c9", + "title": "Hold the Girl", + "status": "Official", + "duration": 3138367, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "bonus edition", + "country": [ + "[Worldwide]" + ], + "label": [ + "Dirty Hit" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2332, + "albumId": 948, + "foreignReleaseId": "718b649c-6c0c-48ec-b885-105c6f0510f1", + "title": "Hold the Girl", + "status": "Official", + "duration": 2918648, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "1st anniversary edition", + "country": [ + "Japan" + ], + "label": [ + "Dirty Hit" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2466, + "albumId": 948, + "foreignReleaseId": "d26ed574-7e55-4c6b-9168-c82ee8ed464c", + "title": "Hold the Girl", + "status": "Official", + "duration": 2767000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "Dolby Atmos mix", + "country": [ + "[Worldwide]" + ], + "label": [ + "Dirty Hit" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3644, + "albumId": 948, + "foreignReleaseId": "02ca4477-d29b-4087-ae24-97cc860c1494", + "title": "Hold The Girl", + "status": "Official", + "duration": 2764595, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States", + "Europe" + ], + "label": [ + "Dirty Hit" + ], + "format": "CD", + "monitored": false + } + ], + "genres": [ + "Dance-Pop", + "Pop Rock", + "Alternative Pop", + "Pop", + "Alternative Rock", + "Rock" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Rina Sawayama", + "foreignArtistId": "52494f9b-789d-4467-bcaf-9915e70cc8f6", + "tadbId": 0, + "discogsId": 0, + "overview": "Rina Sawayama is a Japanese singer-songwriter, actress and model based in the United Kingdom. Born in Niigata, Japan, she emigrated to London with her parents at the age of five. In 2017, she self-released her debut extended play, Rina. After signing to Dirty Hit in 2020, she released her debut studio album, Sawayama, to critical acclaim. Her second studio album, Hold the Girl, was released on 16 September 2022. Known for her musical versatility, and integration of feminism into her craft, Sawayama has also modelled for fashion campaigns, and made her film acting debut in the action film John Wick: Chapter 4 (2023).", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/rinasawayama", + "name": "soundcloud" + }, + { + "url": "https://www.facebook.com/rinasawayamamusic", + "name": "facebook" + }, + { + "url": "https://www.instagram.com/rinasonline/", + "name": "instagram" + }, + { + "url": "https://twitter.com/rinasawayama", + "name": "twitter" + }, + { + "url": "https://rinasawayama.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://itunes.apple.com/gb/artist/id638343826", + "name": "apple" + }, + { + "url": "https://play.google.com/store/music/artist?id=Amrhbqvdy6s6xqluhpq743atzhq", + "name": "google" + }, + { + "url": "https://www.youtube.com/user/rinasawayama", + "name": "youtube" + }, + { + "url": "https://www.wikidata.org/wiki/Q28840001", + "name": "wikidata" + }, + { + "url": "https://www.youtube.com/channel/UCkqmTuhxME9RpAZY9f3hhsA", + "name": "youtube" + }, + { + "url": "https://open.spotify.com/artist/2KEqzdPS7M5YwGmiuPTdr5", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/4680004", + "name": "deezer" + }, + { + "url": "https://www.7digital.com/artist/rina-sawayama", + "name": "7digital" + }, + { + "url": "https://rateyourmusic.com/artist/rina-sawayama", + "name": "rateyourmusic" + }, + { + "url": "https://www.discogs.com/artist/3371472", + "name": "discogs" + }, + { + "url": "https://www.junodownload.com/artists/Rina+Sawayama/", + "name": "junodownload" + }, + { + "url": "https://www.songkick.com/artists/9164924", + "name": "songkick" + }, + { + "url": "https://www.last.fm/music/Rina+Sawayama", + "name": "last" + }, + { + "url": "https://www.imdb.com/name/nm4680793/", + "name": "imdb" + }, + { + "url": "https://www.allmusic.com/artist/mn0003639509", + "name": "allmusic" + }, + { + "url": "https://genius.com/artists/Rina-sawayama", + "name": "genius" + }, + { + "url": "https://www.rina.online/", + "name": "rina" + }, + { + "url": "https://www.bandsintown.com/a/6429394", + "name": "bandsintown" + }, + { + "url": "https://store.dirtyhit.co.uk/artist.html?a=rina_sawayama", + "name": "dirtyhit" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Rina_Sawayama_04_30_2018_-47_(43206474541)_(cropped).jpg", + "name": "wikimedia" + }, + { + "url": "https://tidal.com/artist/4905050", + "name": "tidal" + }, + { + "url": "https://imvdb.com/n/rina-sawayama", + "name": "imvdb" + }, + { + "url": "https://www.livenation.co.uk/artist-1159943", + "name": "livenation" + }, + { + "url": "https://www.ticketmaster.co.uk/artist/5240730", + "name": "ticketmaster" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=1910706", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=1910706", + "name": "melon" + }, + { + "url": "https://www.themoviedb.org/person/2337629", + "name": "themoviedb" + }, + { + "url": "https://music.apple.com/gb/artist/638343826", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/638343826", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/eq84ie1694579842.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/5q8jkv1694517174.jpg", + "coverType": "banner", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://assets.fanart.tv/fanart/sawayama-rina-5cfcdadf1ec2a.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://assets.fanart.tv/fanart/sawayama-rina-626d267a16d99.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Rina Sawayama", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Electropop", + "Dance-Pop", + "Alternative R&B", + "Pop Rock", + "Contemporary R&B", + "R&B", + "Art Pop", + "Pop", + "Future House" + ], + "cleanName": "rinasawayama", + "sortName": "rina sawayama", + "tags": [], + "added": "2024-03-18T11:07:11Z", + "ratings": { + "votes": 3, + "value": 8.7 + }, + "id": 153 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/0c39dcc1-b90d-4b63-aab1-84ec1662a66d/33645716620-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/91d2659b-8e5c-47d5-9527-b508c27b9a01/36729851604-1200.jpg", + "coverType": "disc", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.wikidata.org/wiki/Q112074563", + "name": "wikidata" + }, + { + "url": "https://www.discogs.com/master/2784695", + "name": "discogs" + }, + { + "url": "https://rateyourmusic.com/release/album/rina-sawayama/hold-the-girl/", + "name": "rateyourmusic" + }, + { + "url": "https://www.allmusic.com/album/mw0003734723", + "name": "allmusic" + } + ], + "lastSearchTime": "2024-03-18T11:07:52Z", + "id": 948 + }, + "images": [ + { + "url": "/MediaCover/153/fanart.jpg?lastWrite=638344280330000000", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/eq84ie1694579842.jpg" + }, + { + "url": "/MediaCover/153/banner.jpg?lastWrite=638301139800000000", + "coverType": "banner", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/5q8jkv1694517174.jpg" + }, + { + "url": "/MediaCover/153/clearlogo.png?lastWrite=638773374072814791", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "https://images.lidarr.audio/cache/https://assets.fanart.tv/fanart/sawayama-rina-5cfcdadf1ec2a.png" + }, + { + "url": "/MediaCover/153/poster.jpg?lastWrite=638773374080958242", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://assets.fanart.tv/fanart/sawayama-rina-626d267a16d99.jpg" + } + ], + "path": "/mnt/plex/music/Rina Sawayama", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Electropop", + "Dance-Pop", + "Alternative R&B", + "Pop Rock", + "Contemporary R&B", + "R&B", + "Art Pop", + "Pop", + "Future House" + ], + "cleanName": "rinasawayama", + "sortName": "rina sawayama", + "tags": [], + "added": "2024-03-18T11:07:11Z", + "ratings": { + "votes": 3, + "value": 8.7 + }, + "statistics": { + "albumCount": 2, + "trackFileCount": 40, + "trackCount": 40, + "totalTrackCount": 40, + "sizeOnDisk": 633257005, + "percentOfTracks": 100 + }, + "id": 153 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Machine Gun Kelly", + "foreignArtistId": "0335653b-5e86-4781-ab35-f362bc2ff2be", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "French band", + "links": [ + { + "url": "https://www.facebook.com/MACHINE-GUN-KELLY-Nancy-FRANCE-112588894853", + "name": "facebook" + }, + { + "url": "http://machine.gun.kelly.free.fr/", + "name": "free" + }, + { + "url": "https://myspace.com/machinegunkellymgk", + "name": "myspace" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "No Easy Way Out", + "disambiguation": "", + "overview": "", + "artistId": 154, + "foreignAlbumId": "3abc0b5c-610f-4797-b881-c037bdb7fccb", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2314000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2018-03-15T00:00:00Z", + "releases": [ + { + "id": 2112, + "albumId": 918, + "foreignReleaseId": "eb2414c9-8e6f-4071-afc0-6c3ecbe3eb00", + "title": "No Easy Way Out", + "status": "Official", + "duration": 2314000, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Sliptrick Records" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Machine Gun Kelly", + "foreignArtistId": "0335653b-5e86-4781-ab35-f362bc2ff2be", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "French band", + "links": [ + { + "url": "https://www.facebook.com/MACHINE-GUN-KELLY-Nancy-FRANCE-112588894853", + "name": "facebook" + }, + { + "url": "http://machine.gun.kelly.free.fr/", + "name": "free" + }, + { + "url": "https://myspace.com/machinegunkellymgk", + "name": "myspace" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Machine Gun Kelly (French band)", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [], + "cleanName": "machinegunkelly", + "sortName": "machine gun kelly", + "tags": [], + "added": "2024-06-02T15:54:23Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 154 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/eb2414c9-8e6f-4071-afc0-6c3ecbe3eb00/34298768716-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2024-03-18T03:54:33Z", + "id": 918 + }, + "images": [], + "path": "/mnt/plex/music/Machine Gun Kelly (French band)", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "machinegunkelly", + "sortName": "machine gun kelly", + "tags": [], + "added": "2024-06-02T15:54:23Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 1, + "trackFileCount": 10, + "trackCount": 10, + "totalTrackCount": 10, + "sizeOnDisk": 97741218, + "percentOfTracks": 100 + }, + "id": 154 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Porter Robinson", + "foreignArtistId": "4ae36ade-1798-48c4-b06b-cc68b7d3d83f", + "tadbId": 0, + "discogsId": 0, + "overview": "Porter Weston Robinson is an American DJ, singer, songwriter, and record producer. Born in Atlanta, Georgia, and raised in Chapel Hill, North Carolina, Robinson began producing electronic music during his adolescence. He signed to Skrillex's record label OWSLA at the age of 18 and released the extended play Spitfire in 2011. He appeared on Billboard's 21 Under 21 list in 2012.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/1095210", + "name": "discogs" + }, + { + "url": "https://soundcloud.com/porter-robinson", + "name": "soundcloud" + }, + { + "url": "https://www.allmusic.com/artist/mn0002614218", + "name": "allmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q21084", + "name": "wikidata" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Porter_Robinson.jpg", + "name": "wikimedia" + }, + { + "url": "https://secondhandsongs.com/artist/75693", + "name": "secondhandsongs" + }, + { + "url": "https://twitter.com/porterrobinson", + "name": "twitter" + }, + { + "url": "https://rateyourmusic.com/artist/porter_robinson", + "name": "rateyourmusic" + }, + { + "url": "https://www.last.fm/music/Porter%20Robinson", + "name": "last" + }, + { + "url": "https://play.google.com/store/music/artist?id=A45gbqi5lpzwpjlgf6inbgibii4", + "name": "google" + }, + { + "url": "https://us.7digital.com/artist/porter-robinson", + "name": "7digital" + }, + { + "url": "https://open.spotify.com/artist/3dz0NnIZhtKKeXZxLOxCam", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/864274", + "name": "deezer" + }, + { + "url": "https://open.spotify.com/user/porterrobinson", + "name": "spotify" + }, + { + "url": "https://www.amazon.com/-/e/B00GNK3DNC", + "name": "amazon" + }, + { + "url": "https://www.amazon.com/-/e/B00GNK3DNC", + "name": "amazon" + }, + { + "url": "https://mora.jp/artist/226179/", + "name": "mora" + }, + { + "url": "https://www.songkick.com/artists/3821916", + "name": "songkick" + }, + { + "url": "http://id.loc.gov/authorities/names/no2014125414", + "name": "loc" + }, + { + "url": "https://d-nb.info/gnd/105698385X", + "name": "d-nb" + }, + { + "url": "http://viaf.org/viaf/310509339", + "name": "viaf" + }, + { + "url": "https://www.worldcat.org/identities/lccn-no2014125414", + "name": "worldcat" + }, + { + "url": "https://www.imdb.com/name/nm5862895/", + "name": "imdb" + }, + { + "url": "https://www.instagram.com/porterrobinson/", + "name": "instagram" + }, + { + "url": "https://www.setlist.fm/setlists/porter-robinson-6bd2fe4e.html", + "name": "setlist" + }, + { + "url": "https://tidal.com/artist/3836727", + "name": "tidal" + }, + { + "url": "https://imvdb.com/n/porter-robinson", + "name": "imvdb" + }, + { + "url": "https://muzikum.eu/en/122-12957/porter-robinson", + "name": "muzikum" + }, + { + "url": "https://www.porterrobinson.com/", + "name": "porterrobinson" + }, + { + "url": "https://www.junodownload.com/artists/Porter+Robinson/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/us/artist/282330711", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/282330711", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/_/124042", + "name": "beatport" + }, + { + "url": "https://www.facebook.com/107343989324200", + "name": "facebook" + }, + { + "url": "https://www.youtube.com/channel/UCKKKYE55BVswHgKihx5YXew", + "name": "youtube" + }, + { + "url": "http://porterrobinsonofficial.com/", + "name": "porterrobinsonofficial" + }, + { + "url": "https://vgmdb.net/artist/49535", + "name": "vgmdb" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Porter_Robinson_2014_profile_pic.png", + "name": "wikimedia" + }, + { + "url": "https://music.yandex.com/artist/554967", + "name": "yandex" + }, + { + "url": "https://www.universalmusic.fr/artistes/30389921430", + "name": "universalmusic" + }, + { + "url": "https://www.themoviedb.org/person/2892011", + "name": "themoviedb" + }, + { + "url": "https://tidal.com/artist/14037999", + "name": "tidal" + }, + { + "url": "https://tidal.com/artist/34165947", + "name": "tidal" + }, + { + "url": "https://music.bugs.co.kr/artist/80095105", + "name": "co" + }, + { + "url": "https://music.bugs.co.kr/artist/80095105", + "name": "co" + }, + { + "url": "https://music.amazon.com/artists/B001APLS00", + "name": "amazon" + }, + { + "url": "https://www.amazon.com/gp/product/B001APLS00", + "name": "amazon" + }, + { + "url": "https://www.amazon.com/gp/product/B001APLS00", + "name": "amazon" + }, + { + "url": "https://music.youtube.com/channel/UCUt2uP6O_UBJp4aBx5KjQjA", + "name": "youtube" + }, + { + "url": "https://web.napster.com/artist/art.40230754", + "name": "napster" + }, + { + "url": "https://www.qobuz.com/us-en/interpreter/porter-robinson/504380", + "name": "qobuz" + }, + { + "url": "https://is1-ssl.mzstatic.com/image/thumb/AMCArtistImages112/v4/ed/82/72/ed8272d3-b6a2-f8da-18b7-e34eefec46d0/f77fbdc4-8cc6-4d94-8026-316944b0a3f5_ami-identity-d22741ac4630696dc6353a596158bc20-2024-03-19T23-53-14.193Z_cropped.png/3000x3000cc.webp", + "name": "mzstatic" + }, + { + "url": "https://www.beatport.com/artist/porter-robinson/124042", + "name": "beatport" + }, + { + "url": "https://www.deezer.com/artist/332244311", + "name": "deezer" + }, + { + "url": "https://web.archive.org/web/0/https://i.scdn.co/image/ab6761610000e5eb1ac12dcb2cc4fc7c740c5e0c", + "name": "archive" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "SMILE! :D", + "disambiguation": "", + "overview": "Smile! :D (stylized in all caps) is the third studio album by American electronic music producer Porter Robinson, released on July 26, 2024, through Mom + Pop Music. In recording the album, Robinson sought to break away from many stylistic elements of his previous work. The music on the record draws from pop-punk, early 2000s rave, and hyperpop influences.\nFour singles – \"Cheerleader\", \"Knock Yourself Out XD\", \"Russian Roulette\", and \"Kitsune Maison Freestyle\" – were released to promote the work. The album received generally favorable reviews, with critics praising its bold production and emotional depth, though some noted its chaotic structure. The album is being supported by a world tour from 2024 to 2025.", + "artistId": 155, + "foreignAlbumId": "87964290-66b9-4fd9-bea3-1bfe9de92862", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2403000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 7, + "value": 6.9 + }, + "releaseDate": "2024-07-26T00:00:00Z", + "releases": [ + { + "id": 2385, + "albumId": 994, + "foreignReleaseId": "c4cfe4aa-4db1-4edf-b538-23ed4cfb550f", + "title": "SMILE! :D", + "status": "Official", + "duration": 2403000, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "no outro fade by mistake", + "country": [ + "[Worldwide]" + ], + "label": [ + "Mom+Pop" + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 2386, + "albumId": 994, + "foreignReleaseId": "619ac7ac-60dd-40a9-a1ed-5a718ff6855f", + "title": "SMILE! :D", + "status": "Official", + "duration": 2396000, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "outro fade; vinyl digital download", + "country": [ + "[Worldwide]" + ], + "label": [], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2392, + "albumId": 994, + "foreignReleaseId": "76798592-1d0f-4bad-a9af-b9d37f669e41", + "title": "SMILE! :D", + "status": "Official", + "duration": 2422731, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Mom+Pop" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2436, + "albumId": 994, + "foreignReleaseId": "9b2d38dc-eec5-4d1d-a715-ae3944605326", + "title": "SMILE! :D", + "status": "Official", + "duration": 2396000, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Japan" + ], + "label": [ + "Sony Records International", + "Sony Records International" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2437, + "albumId": 994, + "foreignReleaseId": "9c026f9b-874c-4d3c-aa9f-47df1f024b94", + "title": "スマイル!:D", + "status": "Official", + "duration": 2422731, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Blu-spec CD" + } + ], + "mediumCount": 1, + "disambiguation": "extra thick jewel case", + "country": [ + "Japan" + ], + "label": [ + "Sony Records International" + ], + "format": "Blu-spec CD", + "monitored": false + }, + { + "id": 2474, + "albumId": 994, + "foreignReleaseId": "ad8d51a3-7e76-43ff-9e82-dad45d555e19", + "title": "Smile! :D", + "status": "Official", + "duration": 2422731, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Blu-spec CD" + } + ], + "mediumCount": 1, + "disambiguation": "oversize 7\" sleeve", + "country": [ + "Japan" + ], + "label": [ + "Sony Records International" + ], + "format": "Blu-spec CD", + "monitored": false + } + ], + "genres": [ + "Electropop", + "Electronic", + "Indietronica", + "Pop Rock" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Porter Robinson", + "foreignArtistId": "4ae36ade-1798-48c4-b06b-cc68b7d3d83f", + "tadbId": 0, + "discogsId": 0, + "overview": "Porter Weston Robinson is an American DJ, singer, songwriter, and record producer. Born in Atlanta, Georgia, and raised in Chapel Hill, North Carolina, Robinson began producing electronic music during his adolescence. He signed to Skrillex's record label OWSLA at the age of 18 and released the extended play Spitfire in 2011. He appeared on Billboard's 21 Under 21 list in 2012.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.discogs.com/artist/1095210", + "name": "discogs" + }, + { + "url": "https://soundcloud.com/porter-robinson", + "name": "soundcloud" + }, + { + "url": "https://www.allmusic.com/artist/mn0002614218", + "name": "allmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q21084", + "name": "wikidata" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Porter_Robinson.jpg", + "name": "wikimedia" + }, + { + "url": "https://secondhandsongs.com/artist/75693", + "name": "secondhandsongs" + }, + { + "url": "https://twitter.com/porterrobinson", + "name": "twitter" + }, + { + "url": "https://rateyourmusic.com/artist/porter_robinson", + "name": "rateyourmusic" + }, + { + "url": "https://www.last.fm/music/Porter%20Robinson", + "name": "last" + }, + { + "url": "https://play.google.com/store/music/artist?id=A45gbqi5lpzwpjlgf6inbgibii4", + "name": "google" + }, + { + "url": "https://us.7digital.com/artist/porter-robinson", + "name": "7digital" + }, + { + "url": "https://open.spotify.com/artist/3dz0NnIZhtKKeXZxLOxCam", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/864274", + "name": "deezer" + }, + { + "url": "https://open.spotify.com/user/porterrobinson", + "name": "spotify" + }, + { + "url": "https://www.amazon.com/-/e/B00GNK3DNC", + "name": "amazon" + }, + { + "url": "https://www.amazon.com/-/e/B00GNK3DNC", + "name": "amazon" + }, + { + "url": "https://mora.jp/artist/226179/", + "name": "mora" + }, + { + "url": "https://www.songkick.com/artists/3821916", + "name": "songkick" + }, + { + "url": "http://id.loc.gov/authorities/names/no2014125414", + "name": "loc" + }, + { + "url": "https://d-nb.info/gnd/105698385X", + "name": "d-nb" + }, + { + "url": "http://viaf.org/viaf/310509339", + "name": "viaf" + }, + { + "url": "https://www.worldcat.org/identities/lccn-no2014125414", + "name": "worldcat" + }, + { + "url": "https://www.imdb.com/name/nm5862895/", + "name": "imdb" + }, + { + "url": "https://www.instagram.com/porterrobinson/", + "name": "instagram" + }, + { + "url": "https://www.setlist.fm/setlists/porter-robinson-6bd2fe4e.html", + "name": "setlist" + }, + { + "url": "https://tidal.com/artist/3836727", + "name": "tidal" + }, + { + "url": "https://imvdb.com/n/porter-robinson", + "name": "imvdb" + }, + { + "url": "https://muzikum.eu/en/122-12957/porter-robinson", + "name": "muzikum" + }, + { + "url": "https://www.porterrobinson.com/", + "name": "porterrobinson" + }, + { + "url": "https://www.junodownload.com/artists/Porter+Robinson/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/us/artist/282330711", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/282330711", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/_/124042", + "name": "beatport" + }, + { + "url": "https://www.facebook.com/107343989324200", + "name": "facebook" + }, + { + "url": "https://www.youtube.com/channel/UCKKKYE55BVswHgKihx5YXew", + "name": "youtube" + }, + { + "url": "http://porterrobinsonofficial.com/", + "name": "porterrobinsonofficial" + }, + { + "url": "https://vgmdb.net/artist/49535", + "name": "vgmdb" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Porter_Robinson_2014_profile_pic.png", + "name": "wikimedia" + }, + { + "url": "https://music.yandex.com/artist/554967", + "name": "yandex" + }, + { + "url": "https://www.universalmusic.fr/artistes/30389921430", + "name": "universalmusic" + }, + { + "url": "https://www.themoviedb.org/person/2892011", + "name": "themoviedb" + }, + { + "url": "https://tidal.com/artist/14037999", + "name": "tidal" + }, + { + "url": "https://tidal.com/artist/34165947", + "name": "tidal" + }, + { + "url": "https://music.bugs.co.kr/artist/80095105", + "name": "co" + }, + { + "url": "https://music.bugs.co.kr/artist/80095105", + "name": "co" + }, + { + "url": "https://music.amazon.com/artists/B001APLS00", + "name": "amazon" + }, + { + "url": "https://www.amazon.com/gp/product/B001APLS00", + "name": "amazon" + }, + { + "url": "https://www.amazon.com/gp/product/B001APLS00", + "name": "amazon" + }, + { + "url": "https://music.youtube.com/channel/UCUt2uP6O_UBJp4aBx5KjQjA", + "name": "youtube" + }, + { + "url": "https://web.napster.com/artist/art.40230754", + "name": "napster" + }, + { + "url": "https://www.qobuz.com/us-en/interpreter/porter-robinson/504380", + "name": "qobuz" + }, + { + "url": "https://is1-ssl.mzstatic.com/image/thumb/AMCArtistImages112/v4/ed/82/72/ed8272d3-b6a2-f8da-18b7-e34eefec46d0/f77fbdc4-8cc6-4d94-8026-316944b0a3f5_ami-identity-d22741ac4630696dc6353a596158bc20-2024-03-19T23-53-14.193Z_cropped.png/3000x3000cc.webp", + "name": "mzstatic" + }, + { + "url": "https://www.beatport.com/artist/porter-robinson/124042", + "name": "beatport" + }, + { + "url": "https://www.deezer.com/artist/332244311", + "name": "deezer" + }, + { + "url": "https://web.archive.org/web/0/https://i.scdn.co/image/ab6761610000e5eb1ac12dcb2cc4fc7c740c5e0c", + "name": "archive" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/mibfts1621527812.jpg", + "coverType": "poster", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/kvvnr01669663204.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/porter-robinson-4f16acbdc8f7f.jpg", + "coverType": "fanart", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Porter Robinson", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Electronic", + "Synth-Pop", + "Edm", + "Complextro", + "Electropop", + "Pop" + ], + "cleanName": "porterrobinson", + "sortName": "porter robinson", + "tags": [], + "added": "2024-08-17T07:26:07Z", + "ratings": { + "votes": 5, + "value": 9.6 + }, + "id": 155 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/619ac7ac-60dd-40a9-a1ed-5a718ff6855f/39635303481-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/76798592-1d0f-4bad-a9af-b9d37f669e41/42986409499-1200.jpg", + "coverType": "disc", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.wikidata.org/wiki/Q124735912", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/album/mw0004280066", + "name": "allmusic" + }, + { + "url": "https://genius.com/albums/Porter-robinson/Smile-d", + "name": "genius" + }, + { + "url": "https://rateyourmusic.com/release/album/porter-robinson/smile-d/", + "name": "rateyourmusic" + }, + { + "url": "https://www.discogs.com/master/3556549", + "name": "discogs" + }, + { + "url": "https://pitchfork.com/reviews/albums/porter-robinson-smile/", + "name": "pitchfork" + } + ], + "lastSearchTime": "2024-08-17T07:28:37Z", + "id": 994 + }, + "images": [ + { + "url": "/MediaCover/155/poster.jpg?lastWrite=639075363115800476", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/mibfts1621527812.jpg" + }, + { + "url": "/MediaCover/155/clearlogo.png?lastWrite=639075363116015970", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/kvvnr01669663204.png" + }, + { + "url": "/MediaCover/155/fanart.jpg?lastWrite=639075363116195867", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/porter-robinson-4f16acbdc8f7f.jpg" + } + ], + "path": "/mnt/plex/music/Porter Robinson", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Electronic", + "Synth-Pop", + "Edm", + "Complextro", + "Electropop", + "Pop" + ], + "cleanName": "porterrobinson", + "sortName": "porter robinson", + "tags": [], + "added": "2024-08-17T07:26:07Z", + "ratings": { + "votes": 5, + "value": 9.6 + }, + "statistics": { + "albumCount": 3, + "trackFileCount": 37, + "trackCount": 37, + "totalTrackCount": 37, + "sizeOnDisk": 1300959736, + "percentOfTracks": 100 + }, + "id": 155 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Selena Gomez", + "foreignArtistId": "e4bc69e2-a064-4f93-ada1-f7f209cc1cc3", + "tadbId": 0, + "discogsId": 0, + "overview": "Selena Marie Gomez is an American actress, singer, and businesswoman. Gomez began her career as a child actress, appearing on the children's television series Barney & Friends (2002–2004), and emerged as a teen idol for her leading role as Alex Russo on the Disney Channel sitcom Wizards of Waverly Place (2007–2012). She signed with Hollywood Records in 2008 and formed the band Selena Gomez & the Scene, which released three albums: Kiss & Tell (2009), A Year Without Rain (2010), and When the Sun Goes Down (2011).", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.imdb.com/name/nm1411125/", + "name": "imdb" + }, + { + "url": "https://myspace.com/selenagomez", + "name": "myspace" + }, + { + "url": "http://selenagomez.com/", + "name": "selenagomez" + }, + { + "url": "https://www.discogs.com/artist/1642600", + "name": "discogs" + }, + { + "url": "https://twitter.com/selenagomez", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/channel/UCjK8ORC71kwyj1DWFwril_A", + "name": "youtube" + }, + { + "url": "https://www.facebook.com/Selena", + "name": "facebook" + }, + { + "url": "https://www.allmusic.com/artist/mn0000996096", + "name": "allmusic" + }, + { + "url": "http://viaf.org/viaf/103237722", + "name": "viaf" + }, + { + "url": "https://www.wikidata.org/wiki/Q83287", + "name": "wikidata" + }, + { + "url": "http://muzikum.eu/en/122-6104/selena-gomez/lyrics.html", + "name": "muzikum" + }, + { + "url": "https://www.last.fm/music/Selena+Gomez", + "name": "last" + }, + { + "url": "https://open.spotify.com/artist/0C8ZW7ezQVs4URX5aX7Kqx", + "name": "spotify" + }, + { + "url": "https://rateyourmusic.com/artist/selena_gomez", + "name": "rateyourmusic" + }, + { + "url": "https://genius.com/artists/Selena-gomez", + "name": "genius" + }, + { + "url": "https://www.bandsintown.com/a/257491", + "name": "bandsintown" + }, + { + "url": "https://www.bbc.co.uk/music/artists/e4bc69e2-a064-4f93-ada1-f7f209cc1cc3", + "name": "bbc" + }, + { + "url": "https://imvdb.com/n/selena-gomez", + "name": "imvdb" + }, + { + "url": "https://www.whosampled.com/Selena-Gomez/", + "name": "whosampled" + }, + { + "url": "https://secondhandsongs.com/artist/46144", + "name": "secondhandsongs" + }, + { + "url": "https://itunes.apple.com/us/artist/id280215834", + "name": "apple" + }, + { + "url": "https://plus.google.com/+SelenaGomez", + "name": "google" + }, + { + "url": "https://tidal.com/artist/3638248", + "name": "tidal" + }, + { + "url": "https://soundcloud.com/selena-gomez-official", + "name": "soundcloud" + }, + { + "url": "https://www.deezer.com/artist/292185", + "name": "deezer" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Selena_Gomez_-_Walmart_Soundcheck_Concert.jpg", + "name": "wikimedia" + }, + { + "url": "https://play.google.com/store/music/artist?id=Al4glgs7gyy32zzgfxbjfrx7wea", + "name": "google" + }, + { + "url": "https://us.7digital.com/artist/selena-gomez", + "name": "7digital" + }, + { + "url": "https://www.setlist.fm/setlists/selena-gomez-3d665c3.html", + "name": "setlist" + }, + { + "url": "https://www.worldcat.org/identities/containsVIAFID/103237722", + "name": "worldcat" + }, + { + "url": "http://mouskni.com/artists/selena-gomez/", + "name": "mouskni" + }, + { + "url": "https://www.musik-sammler.de/artist/selena-gomez/", + "name": "musik-sammler" + }, + { + "url": "https://www.musixmatch.com/artist/Selena-Gomez", + "name": "musixmatch" + }, + { + "url": "https://www.beatport.com/artist/selena-gomez/167079", + "name": "beatport" + }, + { + "url": "https://www.junodownload.com/artists/Selena+Gomez/", + "name": "junodownload" + }, + { + "url": "https://d-nb.info/gnd/14108135X", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/n2008039026", + "name": "loc" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb16164744x", + "name": "bnf" + }, + { + "url": "https://www.instagram.com/selenagomez/", + "name": "instagram" + }, + { + "url": "https://music.apple.com/us/artist/280215834", + "name": "apple" + }, + { + "url": "https://play.anghami.com/artist/5866", + "name": "anghami" + }, + { + "url": "https://www.songkick.com/artists/1059348", + "name": "songkick" + }, + { + "url": "https://www.youtube.com/channel/UCPNxhDvTcytIdvwXWAm43cA", + "name": "youtube" + }, + { + "url": "https://music.apple.com/gb/artist/280215834", + "name": "apple" + }, + { + "url": "https://id.oclc.org/worldcat/entity/E39PBJmHMYVDvJcvPmWyHyrKBP", + "name": "oclc" + }, + { + "url": "https://jaxsta.com/profile/fe9d2c65-a128-437e-be67-0f1482023bfd", + "name": "jaxsta" + }, + { + "url": "https://www.weibo.com/selenagomezofficial", + "name": "weibo" + }, + { + "url": "https://www.boomplay.com/artists/1932329", + "name": "boomplay" + }, + { + "url": "https://mora.jp/artist/1473572/", + "name": "mora" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "I Said I Love You First", + "disambiguation": "", + "overview": "I Said I Love You First is a collaborative studio album by American singer Selena Gomez and American record producer Benny Blanco. It is Gomez's fourth studio album and Blanco's second. Following their respective studio albums Rare (2020) and Friends Keep Secrets (2018), It was released on March 21, 2025, through SMG Music LLC, Friends Keep Secrets, and Interscope Records. The album contains guest appearances from Gracie Abrams, The Marías, Tainy, and J Balvin, with additional contributions from Charli XCX and Finneas. I Said I Love You First has charted within the top 10 in Australia, Austria, Belgium, Canada, Germany, Ireland, New Zealand, Poland, Portugal, Scotland, Spain, Switzerland, the United Kingdom, and the United States. It received generally favorable reviews from critics.", + "artistId": 156, + "foreignAlbumId": "bc7d07f1-5b7a-4597-b2c6-85660a0676cb", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2080000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 4 + }, + "releaseDate": "2025-03-19T00:00:00Z", + "releases": [ + { + "id": 2903, + "albumId": 1034, + "foreignReleaseId": "3dae9a70-7220-4556-be5f-a37dd4e32210", + "title": "I Said I Love You First", + "status": "Official", + "duration": 2080000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 2920, + "albumId": 1034, + "foreignReleaseId": "c2feff22-06f9-493f-b632-7d3546821724", + "title": "I Said I Love You First", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 1, + "disambiguation": "alt cover", + "country": [ + "United States" + ], + "label": [ + "Interscope Records" + ], + "format": "12\" Vinyl", + "monitored": false + }, + { + "id": 2921, + "albumId": 1034, + "foreignReleaseId": "8285b9aa-d927-4ceb-ad50-544ca61211b9", + "title": "I Said I Love You First", + "status": "Official", + "duration": 2087062, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2922, + "albumId": 1034, + "foreignReleaseId": "450b6b22-f62d-45ab-9fbd-f989f089831b", + "title": "I Said I Love You First", + "status": "Official", + "duration": 1886000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "signed", + "country": [ + "United States" + ], + "label": [ + "Interscope Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2923, + "albumId": 1034, + "foreignReleaseId": "39f9525e-e925-48da-a3ab-2a5fb8fe9a76", + "title": "I Said I Love You First", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "zine", + "country": [ + "United States" + ], + "label": [ + "Interscope Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2924, + "albumId": 1034, + "foreignReleaseId": "c99f2b93-f8c7-4945-a60c-531eac1d7208", + "title": "I Said I Love You First", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records" + ], + "format": "12\" Vinyl", + "monitored": false + }, + { + "id": 2925, + "albumId": 1034, + "foreignReleaseId": "68df2406-b858-4ab8-8a2b-fb7701bbf990", + "title": "I Said I Love You First", + "status": "Official", + "duration": 2088000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 1, + "disambiguation": "signed", + "country": [ + "United States" + ], + "label": [ + "Interscope Records" + ], + "format": "12\" Vinyl", + "monitored": false + }, + { + "id": 2926, + "albumId": 1034, + "foreignReleaseId": "38e50676-3ac1-45d2-a615-228bacc86810", + "title": "I Said I Love You First", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [], + "format": "12\" Vinyl", + "monitored": false + }, + { + "id": 2927, + "albumId": 1034, + "foreignReleaseId": "4ca55556-1028-4036-9d0a-c50d46069923", + "title": "I Said I Love You First", + "status": "Official", + "duration": 2080000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "dolby atmos mix; clean", + "country": [], + "label": [], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2928, + "albumId": 1034, + "foreignReleaseId": "1e085db0-8071-441c-aed8-a6afbb868043", + "title": "I Said I Love You First", + "status": "Official", + "duration": 2087035, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Friends Keep Secrets", + "Interscope Records", + "SMG Music" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2929, + "albumId": 1034, + "foreignReleaseId": "41984c37-5cbb-4115-a7ef-e6f14de5b441", + "title": "I Said I Love You First", + "status": "Official", + "duration": 2080000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "dolby atmos, explicit", + "country": [], + "label": [], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2930, + "albumId": 1034, + "foreignReleaseId": "aee6e02e-8739-402d-8589-76b72ca1a2ab", + "title": "I Said I Love You First", + "status": "Official", + "duration": 2087035, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [], + "label": [], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2931, + "albumId": 1034, + "foreignReleaseId": "add869d1-1591-41f8-935f-0d964feca101", + "title": "I Said I Love You First", + "status": "Official", + "duration": 2087035, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [], + "label": [], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2932, + "albumId": 1034, + "foreignReleaseId": "1c94a02f-2b56-4f65-868a-af15d531790c", + "title": "I Said I Love You First", + "status": "Official", + "duration": 2457000, + "trackCount": 16, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2934, + "albumId": 1034, + "foreignReleaseId": "0728f8e5-a6e6-4c26-8e02-5ba9a6d86be4", + "title": "I Said I Love You First...", + "status": "Official", + "duration": 2461000, + "trackCount": 16, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3078, + "albumId": 1034, + "foreignReleaseId": "064508ad-820e-4100-8718-3d84339480bc", + "title": "I Said I Love You First... And You Said It Back", + "status": "Official", + "duration": 3443000, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3079, + "albumId": 1034, + "foreignReleaseId": "dd769132-ab28-48f6-8bcb-de062486ea82", + "title": "I Said I Love You First... And You Said It Back", + "status": "Official", + "duration": 3449123, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean version", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3080, + "albumId": 1034, + "foreignReleaseId": "02c31747-b355-4436-8472-da090881817f", + "title": "I Said I Love You First... And You Said It Back", + "status": "Official", + "duration": 3436000, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit version", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3220, + "albumId": 1034, + "foreignReleaseId": "1b6d1bb0-9d9f-4e09-9baa-8485ed59f7ab", + "title": "I Said I Love You First (explained): Narrated by Selena Gomez", + "status": "Official", + "duration": 2599000, + "trackCount": 28, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3641, + "albumId": 1034, + "foreignReleaseId": "f76550ee-0824-4c7c-a76c-4b231cb045bb", + "title": "I Said I Love You First... And You Said It Back", + "status": "Official", + "duration": 3452000, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Japan" + ], + "label": [ + "Universal International" + ], + "format": "CD", + "monitored": false + }, + { + "id": 3786, + "albumId": 1034, + "foreignReleaseId": "d4836743-7631-4f6e-9584-2a3ab125c4b7", + "title": "I Said I Love You First... And You Said It Back", + "status": "Official", + "duration": 3449123, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Pop", + "Dance-Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Selena Gomez", + "foreignArtistId": "e4bc69e2-a064-4f93-ada1-f7f209cc1cc3", + "tadbId": 0, + "discogsId": 0, + "overview": "Selena Marie Gomez is an American actress, singer, and businesswoman. Gomez began her career as a child actress, appearing on the children's television series Barney & Friends (2002–2004), and emerged as a teen idol for her leading role as Alex Russo on the Disney Channel sitcom Wizards of Waverly Place (2007–2012). She signed with Hollywood Records in 2008 and formed the band Selena Gomez & the Scene, which released three albums: Kiss & Tell (2009), A Year Without Rain (2010), and When the Sun Goes Down (2011).", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.imdb.com/name/nm1411125/", + "name": "imdb" + }, + { + "url": "https://myspace.com/selenagomez", + "name": "myspace" + }, + { + "url": "http://selenagomez.com/", + "name": "selenagomez" + }, + { + "url": "https://www.discogs.com/artist/1642600", + "name": "discogs" + }, + { + "url": "https://twitter.com/selenagomez", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/channel/UCjK8ORC71kwyj1DWFwril_A", + "name": "youtube" + }, + { + "url": "https://www.facebook.com/Selena", + "name": "facebook" + }, + { + "url": "https://www.allmusic.com/artist/mn0000996096", + "name": "allmusic" + }, + { + "url": "http://viaf.org/viaf/103237722", + "name": "viaf" + }, + { + "url": "https://www.wikidata.org/wiki/Q83287", + "name": "wikidata" + }, + { + "url": "http://muzikum.eu/en/122-6104/selena-gomez/lyrics.html", + "name": "muzikum" + }, + { + "url": "https://www.last.fm/music/Selena+Gomez", + "name": "last" + }, + { + "url": "https://open.spotify.com/artist/0C8ZW7ezQVs4URX5aX7Kqx", + "name": "spotify" + }, + { + "url": "https://rateyourmusic.com/artist/selena_gomez", + "name": "rateyourmusic" + }, + { + "url": "https://genius.com/artists/Selena-gomez", + "name": "genius" + }, + { + "url": "https://www.bandsintown.com/a/257491", + "name": "bandsintown" + }, + { + "url": "https://www.bbc.co.uk/music/artists/e4bc69e2-a064-4f93-ada1-f7f209cc1cc3", + "name": "bbc" + }, + { + "url": "https://imvdb.com/n/selena-gomez", + "name": "imvdb" + }, + { + "url": "https://www.whosampled.com/Selena-Gomez/", + "name": "whosampled" + }, + { + "url": "https://secondhandsongs.com/artist/46144", + "name": "secondhandsongs" + }, + { + "url": "https://itunes.apple.com/us/artist/id280215834", + "name": "apple" + }, + { + "url": "https://plus.google.com/+SelenaGomez", + "name": "google" + }, + { + "url": "https://tidal.com/artist/3638248", + "name": "tidal" + }, + { + "url": "https://soundcloud.com/selena-gomez-official", + "name": "soundcloud" + }, + { + "url": "https://www.deezer.com/artist/292185", + "name": "deezer" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Selena_Gomez_-_Walmart_Soundcheck_Concert.jpg", + "name": "wikimedia" + }, + { + "url": "https://play.google.com/store/music/artist?id=Al4glgs7gyy32zzgfxbjfrx7wea", + "name": "google" + }, + { + "url": "https://us.7digital.com/artist/selena-gomez", + "name": "7digital" + }, + { + "url": "https://www.setlist.fm/setlists/selena-gomez-3d665c3.html", + "name": "setlist" + }, + { + "url": "https://www.worldcat.org/identities/containsVIAFID/103237722", + "name": "worldcat" + }, + { + "url": "http://mouskni.com/artists/selena-gomez/", + "name": "mouskni" + }, + { + "url": "https://www.musik-sammler.de/artist/selena-gomez/", + "name": "musik-sammler" + }, + { + "url": "https://www.musixmatch.com/artist/Selena-Gomez", + "name": "musixmatch" + }, + { + "url": "https://www.beatport.com/artist/selena-gomez/167079", + "name": "beatport" + }, + { + "url": "https://www.junodownload.com/artists/Selena+Gomez/", + "name": "junodownload" + }, + { + "url": "https://d-nb.info/gnd/14108135X", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/n2008039026", + "name": "loc" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb16164744x", + "name": "bnf" + }, + { + "url": "https://www.instagram.com/selenagomez/", + "name": "instagram" + }, + { + "url": "https://music.apple.com/us/artist/280215834", + "name": "apple" + }, + { + "url": "https://play.anghami.com/artist/5866", + "name": "anghami" + }, + { + "url": "https://www.songkick.com/artists/1059348", + "name": "songkick" + }, + { + "url": "https://www.youtube.com/channel/UCPNxhDvTcytIdvwXWAm43cA", + "name": "youtube" + }, + { + "url": "https://music.apple.com/gb/artist/280215834", + "name": "apple" + }, + { + "url": "https://id.oclc.org/worldcat/entity/E39PBJmHMYVDvJcvPmWyHyrKBP", + "name": "oclc" + }, + { + "url": "https://jaxsta.com/profile/fe9d2c65-a128-437e-be67-0f1482023bfd", + "name": "jaxsta" + }, + { + "url": "https://www.weibo.com/selenagomezofficial", + "name": "weibo" + }, + { + "url": "https://www.boomplay.com/artists/1932329", + "name": "boomplay" + }, + { + "url": "https://mora.jp/artist/1473572/", + "name": "mora" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/selena-gomez-4f4722afd3f5b.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/fanart/epjcnx1770819943.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/vvqyup1376581011.jpg", + "coverType": "banner", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/thumb/nirnf61770820009.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Selena Gomez", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Pop", + "Dance-Pop", + "Teen Pop", + "Electro House", + "Electropop", + "Electro-Disco", + "Alternative Pop", + "Alternative R&B", + "Contemporary R&B", + "Rock", + "Art Pop", + "Brostep" + ], + "cleanName": "selenagomez", + "sortName": "selena gomez", + "tags": [], + "added": "2025-02-21T05:58:34Z", + "ratings": { + "votes": 2, + "value": 8 + }, + "id": 156 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/02c31747-b355-4436-8472-da090881817f/41894760834-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.wikidata.org/wiki/Q132337368", + "name": "wikidata" + }, + { + "url": "https://www.allmusic.com/album/mw0004474293", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/release/album/selena-gomez-benny-blanco/i-said-i-love-you-first/", + "name": "rateyourmusic" + }, + { + "url": "https://www.offiziellecharts.de/charts/album-details-548525", + "name": "offiziellecharts" + }, + { + "url": "https://www.discogs.com/master/3787970", + "name": "discogs" + }, + { + "url": "https://pitchfork.com/reviews/albums/selena-gomez-benny-blanco-i-said-i-love-you-first/", + "name": "pitchfork" + } + ], + "lastSearchTime": "2025-03-21T21:55:55Z", + "id": 1034 + }, + "images": [ + { + "url": "/MediaCover/156/clearlogo.png?lastWrite=639073634772021564", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/selena-gomez-4f4722afd3f5b.png" + }, + { + "url": "/MediaCover/156/fanart.jpg?lastWrite=639073634771762067", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/fanart/epjcnx1770819943.jpg" + }, + { + "url": "/MediaCover/156/banner.jpg?lastWrite=638773374115999842", + "coverType": "banner", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/vvqyup1376581011.jpg" + }, + { + "url": "/MediaCover/156/poster.jpg?lastWrite=639073634771588698", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/thumb/nirnf61770820009.jpg" + } + ], + "path": "/mnt/plex/music/Selena Gomez", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Pop", + "Dance-Pop", + "Teen Pop", + "Electro House", + "Electropop", + "Electro-Disco", + "Alternative Pop", + "Alternative R&B", + "Contemporary R&B", + "Rock", + "Art Pop", + "Brostep" + ], + "cleanName": "selenagomez", + "sortName": "selena gomez", + "tags": [], + "added": "2025-02-21T05:58:34Z", + "ratings": { + "votes": 2, + "value": 8 + }, + "statistics": { + "albumCount": 4, + "trackFileCount": 64, + "trackCount": 64, + "totalTrackCount": 64, + "sizeOnDisk": 1106506010, + "percentOfTracks": 100 + }, + "id": 156 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Lady Gaga", + "foreignArtistId": "650e7db6-b795-4eb5-a702-5ea2fc46c848", + "tadbId": 0, + "discogsId": 0, + "overview": "Stefani Joanne Angelina Germanotta, known professionally as Lady Gaga, is an American singer, songwriter, and actress. Known for her image reinventions and versatility across the entertainment industry, she is an influential figure in popular music. With estimated sales of 124 million records, she is one of the best-selling music artists of all time. Publications such as Billboard and Rolling Stone have ranked her among the greatest artists in history.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://myspace.com/ladygaga", + "name": "myspace" + }, + { + "url": "https://www.discogs.com/artist/1103159", + "name": "discogs" + }, + { + "url": "https://www.youtube.com/channel/UCNL1ZadSjHpjm4q9j2sVtOA", + "name": "youtube" + }, + { + "url": "https://www.bbc.co.uk/music/artists/650e7db6-b795-4eb5-a702-5ea2fc46c848", + "name": "bbc" + }, + { + "url": "https://twitter.com/ladygaga", + "name": "twitter" + }, + { + "url": "https://ladygaga.fandom.com/", + "name": "fandom" + }, + { + "url": "http://fanity.com/LadyGaga", + "name": "fanity" + }, + { + "url": "https://www.youtube.com/channel/UC07Kxew-cMIaykMOkzqHtBQ", + "name": "youtube" + }, + { + "url": "https://www.allmusic.com/artist/mn0000994823", + "name": "allmusic" + }, + { + "url": "https://plus.google.com/+LadyGaga", + "name": "google" + }, + { + "url": "https://www.facebook.com/ladygaga", + "name": "facebook" + }, + { + "url": "https://secondhandsongs.com/artist/43820", + "name": "secondhandsongs" + }, + { + "url": "https://www.last.fm/music/Lady+Gaga", + "name": "last" + }, + { + "url": "https://www.wikidata.org/wiki/Q19848", + "name": "wikidata" + }, + { + "url": "https://soundcloud.com/ladygaga", + "name": "soundcloud" + }, + { + "url": "https://rateyourmusic.com/artist/lady-gaga", + "name": "rateyourmusic" + }, + { + "url": "https://www.imdb.com/name/nm3078932/", + "name": "imdb" + }, + { + "url": "https://musicmoz.org/Bands_and_Artists/L/Lady_Gaga/", + "name": "musicmoz" + }, + { + "url": "https://www.instagram.com/ladygaga/", + "name": "instagram" + }, + { + "url": "http://viaf.org/viaf/49555103", + "name": "viaf" + }, + { + "url": "https://open.spotify.com/artist/1HY2Jd0NmPuamShAr6KMms", + "name": "spotify" + }, + { + "url": "https://www.whosampled.com/Lady-Gaga/", + "name": "whosampled" + }, + { + "url": "https://www.worldcat.org/identities/containsVIAFID/49555103", + "name": "worldcat" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ah7amohgkrydyfxgsbask752lye", + "name": "google" + }, + { + "url": "https://imvdb.com/n/lady-gaga", + "name": "imvdb" + }, + { + "url": "https://genius.com/artists/Lady-gaga", + "name": "genius" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Lady_Gaga_vigil_2016.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.bandsintown.com/a/22741", + "name": "bandsintown" + }, + { + "url": "https://www.musik-sammler.de/artist/lady-gaga/", + "name": "musik-sammler" + }, + { + "url": "https://www.songkick.com/artists/974908", + "name": "songkick" + }, + { + "url": "https://us.7digital.com/artist/lady-gaga", + "name": "7digital" + }, + { + "url": "https://www.deezer.com/artist/75491", + "name": "deezer" + }, + { + "url": "https://giphy.com/ladygaga", + "name": "giphy" + }, + { + "url": "https://d-nb.info/gnd/135898838", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2008179258", + "name": "loc" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb157535900", + "name": "bnf" + }, + { + "url": "https://nla.gov.au/nla.party-1479624", + "name": "gov" + }, + { + "url": "https://www.musixmatch.com/artist/Lady-Gaga", + "name": "musixmatch" + }, + { + "url": "https://tidal.com/artist/3534754", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/lady-gaga/140979", + "name": "beatport" + }, + { + "url": "https://www.junodownload.com/artists/Lady+Gaga/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:210120-D-WD757-1720_(50861332387)_(cropped).jpg", + "name": "wikimedia" + }, + { + "url": "https://soundcloud.com/stuckonfuckinyou", + "name": "soundcloud" + }, + { + "url": "https://www.tiktok.com/@ladygaga", + "name": "tiktok" + }, + { + "url": "https://openlibrary.org/works/OL7317992A", + "name": "openlibrary" + }, + { + "url": "https://www.discogs.com/artist/1525683", + "name": "discogs" + }, + { + "url": "https://www.discogs.com/artist/5729318", + "name": "discogs" + }, + { + "url": "https://www.tiktok.com/@stefanigermanott5", + "name": "tiktok" + }, + { + "url": "https://twitter.com/GAGA_JAPAN", + "name": "twitter" + }, + { + "url": "https://music.amazon.com/artists/B001SZDIZU", + "name": "amazon" + }, + { + "url": "http://www.maniadb.com/artist/153225", + "name": "maniadb" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000321714/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.setlist.fm/setlists/lady-gaga-1bd665bc.html", + "name": "setlist" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.cdjapan.co.jp/person/700155541", + "name": "cdjapan" + }, + { + "url": "https://music.youtube.com/channel/UCGKXb1syicud01CJOOFRykg", + "name": "youtube" + }, + { + "url": "https://www.livenation.com/artist/K8vZ917Go7V", + "name": "livenation" + }, + { + "url": "https://www.ticketmaster.com/artist/1249444", + "name": "ticketmaster" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://open.spotify.com/user/ladygaga_spotify", + "name": "spotify" + }, + { + "url": "https://us.napster.com/artist/lady-gaga", + "name": "napster" + }, + { + "url": "https://itunes.apple.com/us/artist/id277293880", + "name": "apple" + }, + { + "url": "https://mora.jp/artist/13336/", + "name": "mora" + }, + { + "url": "https://muzikum.eu/en/lady-gaga/lyrics", + "name": "muzikum" + }, + { + "url": "https://www.ladygaga.com/", + "name": "ladygaga" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://www.idref.fr/162075545", + "name": "idref" + }, + { + "url": "https://jaxsta.com/profile/a661a9bb-ace6-4fb3-9e86-8e6612ab40e0", + "name": "jaxsta" + }, + { + "url": "https://www.themoviedb.org/person/237405", + "name": "themoviedb" + }, + { + "url": "https://www.boomplay.com/artists/1927236", + "name": "boomplay" + }, + { + "url": "https://www.dailymotion.com/ladygaga", + "name": "dailymotion" + }, + { + "url": "https://play.anghami.com/artist/8620917", + "name": "anghami" + }, + { + "url": "https://music.yandex.com/artist/1438", + "name": "yandex" + }, + { + "url": "https://id.oclc.org/worldcat/entity/E39PCjrpyjhYC3CtXtKPqbfK3P", + "name": "oclc" + }, + { + "url": "https://ototoy.jp/_/default/a/274159", + "name": "ototoy" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "MAYHEM", + "disambiguation": "", + "overview": "Mayhem is a studio album by American singer-songwriter Lady Gaga. It was released on March 7, 2025, through Streamline and Interscope Records. During the creation of the album, Gaga collaborated with producers such as Andrew Watt, Cirkut and Gesaffelstein, resulting in an album that has a \"chaotic blur of genres\", mainly synth-pop, with industrial dance influences, and elements of electro, disco, funk, industrial pop, rock and pop rock. Thematically, it explores love, chaos, fame, identity, and desire, using metaphors of transformation, duality, and excess. The album was recorded at Rick Rubin's studio Shangri-La, in Malibu, California.\nMayhem was preceded by the release of two singles. Its lead single \"Disease\" was released on October 25, 2024, while \"Abracadabra\" followed as the second and last single on February 3, 2025, reaching number five on the Billboard Global 200 and number thirteen on the U.S. Billboard Hot 100. The record also includes the Grammy-winning global number one single \"Die with a Smile\", a duet with Bruno Mars. Mayhem topped the album charts in over 20 countries, and peaked at the top ten in Denmark, France, Iceland, Lithuania, the Netherlands, and Sweden. It achieved the largest first-week sales of the year for a female album in the lattermost nation in 2025.\nMayhem received critical acclaim with reviewers deeming it a strong return to form to Gaga's pop roots, specifically The Fame (2008). Reviewers highlighted the production, stylistic diversity, album cohesion and noted stylistic inspiration from artists such as David Bowie, Madonna, Michael Jackson, Prince, Radiohead, Nine Inch Nails and Siouxsie and the Banshees. It became her highest-rated release on Metacritic. Gaga will promote the album in 2025 with a series of promotional concerts, including a headlining performance at Coachella, and her eighth concert tour, the Mayhem Ball.", + "artistId": 157, + "foreignAlbumId": "4174e53c-90e8-4630-993f-1f7466178398", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 0, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 9, + "value": 8.2 + }, + "releaseDate": "2025-03-07T00:00:00Z", + "releases": [ + { + "id": 2872, + "albumId": 1020, + "foreignReleaseId": "6b766c2d-04b5-48ee-8a56-db92a3719582", + "title": "MAYHEM", + "status": "Official", + "duration": 3192000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2874, + "albumId": 1020, + "foreignReleaseId": "2aa39b2a-bc2c-4c5a-a76c-62a173816c32", + "title": "MAYHEM", + "status": "Official", + "duration": 3186000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2875, + "albumId": 1020, + "foreignReleaseId": "6babc582-3572-42fb-abf0-a812922911b8", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "store exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2876, + "albumId": 1020, + "foreignReleaseId": "b532e38f-c75b-40de-a12e-53d62020b3e0", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": true + }, + { + "id": 2877, + "albumId": 1020, + "foreignReleaseId": "727f524a-40b5-4744-bca7-84930cf1ef88", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Urban Outfitters exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2878, + "albumId": 1020, + "foreignReleaseId": "71161341-cac3-4e21-8a4e-6a684c5da824", + "title": "MAYHEM", + "status": "Official", + "duration": 3438477, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "Target exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2879, + "albumId": 1020, + "foreignReleaseId": "28bf7234-94ef-4aa0-9f83-3dc44083950f", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Japan" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2880, + "albumId": 1020, + "foreignReleaseId": "5ab5924e-fbf1-483c-83c2-d7ad082e804a", + "title": "MAYHEM", + "status": "Official", + "duration": 3403009, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "deluxe", + "country": [ + "Japan" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2881, + "albumId": 1020, + "foreignReleaseId": "a451cb8f-aa1f-41fc-862c-92b57e955f61", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "Japan" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2882, + "albumId": 1020, + "foreignReleaseId": "1cbe6277-a6e6-47e5-a6d4-c0a5038192c9", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Interscope exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2883, + "albumId": 1020, + "foreignReleaseId": "76c3095c-ecea-42a0-8c48-673f5bdd902f", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Walmart exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2884, + "albumId": 1020, + "foreignReleaseId": "4b062c3e-9e67-4ef7-87a7-1228242b3150", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Amazon exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2890, + "albumId": 1020, + "foreignReleaseId": "a9e1f4ea-8108-46e2-9d74-c72a2dbc13f8", + "title": "MAYHEM", + "status": "Official", + "duration": 3192000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2891, + "albumId": 1020, + "foreignReleaseId": "c0c4e8d7-593d-4924-a9cb-26d3adc9414a", + "title": "MAYHEM", + "status": "Official", + "duration": 2940000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "Dolby Atmos mix", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2892, + "albumId": 1020, + "foreignReleaseId": "bdbae60d-6102-4e98-970b-6ec2e3ae3c50", + "title": "MAYHEM", + "status": "Official", + "duration": 3191868, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2893, + "albumId": 1020, + "foreignReleaseId": "817057f1-72e5-4530-b138-cba05efa6b42", + "title": "MAYHEM", + "status": "Official", + "duration": 3403009, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "alternate cover", + "country": [ + "United Kingdom", + "Europe" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2906, + "albumId": 1020, + "foreignReleaseId": "de829f05-09ee-4f89-a0a6-87826bc13e79", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "store exclusive, silver", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2907, + "albumId": 1020, + "foreignReleaseId": "77abfd1d-8b71-444d-828c-cd7e292b13c8", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Spotify Fans First exclusive", + "country": [ + "Europe" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2908, + "albumId": 1020, + "foreignReleaseId": "5d393e66-ba53-4579-9985-b5561e6b49a6", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Target exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2909, + "albumId": 1020, + "foreignReleaseId": "55b715b2-e67d-4f28-a517-c4aba287a1c3", + "title": "MAYHEM", + "status": "Official", + "duration": 3191917, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Europe" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2910, + "albumId": 1020, + "foreignReleaseId": "16abdb71-85de-4d56-a60f-39e48fec1351", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2911, + "albumId": 1020, + "foreignReleaseId": "9ce0c791-41c5-423f-b8dd-2fe19a3c3712", + "title": "Mayhem", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Spotify Fans First exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2912, + "albumId": 1020, + "foreignReleaseId": "b41361c8-3a8c-40e0-bc4d-95f16df3478a", + "title": "MAYHEM", + "status": "Official", + "duration": 3191917, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2913, + "albumId": 1020, + "foreignReleaseId": "b60a9f23-0bfe-4254-afab-d24a06782cda", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Cassette" + } + ], + "mediumCount": 1, + "disambiguation": "grey cassette", + "country": [ + "United Kingdom", + "Europe" + ], + "label": [ + "Interscope Records" + ], + "format": "Cassette", + "monitored": false + }, + { + "id": 2964, + "albumId": 1020, + "foreignReleaseId": "10044b93-e27e-4433-b5f2-fc3923a8b32e", + "title": "MAYHEM", + "status": "Official", + "duration": 3438477, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "alternate cover", + "country": [ + "Europe" + ], + "label": [ + "Interscope Records", + "Interscope Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 3072, + "albumId": 1020, + "foreignReleaseId": "1bdfed3c-f709-40c2-8f66-e74bbddf997c", + "title": "MAYHEM", + "status": "Official", + "duration": 3878081, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3073, + "albumId": 1020, + "foreignReleaseId": "c5a2e9c3-7621-4a81-b13b-639282fb60d5", + "title": "MAYHEM", + "status": "Official", + "duration": 3878074, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3074, + "albumId": 1020, + "foreignReleaseId": "2d9e87b8-9ff0-41da-a506-9fba6751d575", + "title": "MAYHEM", + "status": "Official", + "duration": 3878074, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3075, + "albumId": 1020, + "foreignReleaseId": "3c49b2cb-ba22-44c0-9ce6-95a05c582525", + "title": "MAYHEM", + "status": "Official", + "duration": 3878074, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3076, + "albumId": 1020, + "foreignReleaseId": "463c60a9-21ac-4e11-add8-93389359c7fd", + "title": "MAYHEM", + "status": "Official", + "duration": 3626407, + "trackCount": 16, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "Dolby Atmos mix", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Pop", + "Dance-Pop", + "Synth-Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Lady Gaga", + "foreignArtistId": "650e7db6-b795-4eb5-a702-5ea2fc46c848", + "tadbId": 0, + "discogsId": 0, + "overview": "Stefani Joanne Angelina Germanotta, known professionally as Lady Gaga, is an American singer, songwriter, and actress. Known for her image reinventions and versatility across the entertainment industry, she is an influential figure in popular music. With estimated sales of 124 million records, she is one of the best-selling music artists of all time. Publications such as Billboard and Rolling Stone have ranked her among the greatest artists in history.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://myspace.com/ladygaga", + "name": "myspace" + }, + { + "url": "https://www.discogs.com/artist/1103159", + "name": "discogs" + }, + { + "url": "https://www.youtube.com/channel/UCNL1ZadSjHpjm4q9j2sVtOA", + "name": "youtube" + }, + { + "url": "https://www.bbc.co.uk/music/artists/650e7db6-b795-4eb5-a702-5ea2fc46c848", + "name": "bbc" + }, + { + "url": "https://twitter.com/ladygaga", + "name": "twitter" + }, + { + "url": "https://ladygaga.fandom.com/", + "name": "fandom" + }, + { + "url": "http://fanity.com/LadyGaga", + "name": "fanity" + }, + { + "url": "https://www.youtube.com/channel/UC07Kxew-cMIaykMOkzqHtBQ", + "name": "youtube" + }, + { + "url": "https://www.allmusic.com/artist/mn0000994823", + "name": "allmusic" + }, + { + "url": "https://plus.google.com/+LadyGaga", + "name": "google" + }, + { + "url": "https://www.facebook.com/ladygaga", + "name": "facebook" + }, + { + "url": "https://secondhandsongs.com/artist/43820", + "name": "secondhandsongs" + }, + { + "url": "https://www.last.fm/music/Lady+Gaga", + "name": "last" + }, + { + "url": "https://www.wikidata.org/wiki/Q19848", + "name": "wikidata" + }, + { + "url": "https://soundcloud.com/ladygaga", + "name": "soundcloud" + }, + { + "url": "https://rateyourmusic.com/artist/lady-gaga", + "name": "rateyourmusic" + }, + { + "url": "https://www.imdb.com/name/nm3078932/", + "name": "imdb" + }, + { + "url": "https://musicmoz.org/Bands_and_Artists/L/Lady_Gaga/", + "name": "musicmoz" + }, + { + "url": "https://www.instagram.com/ladygaga/", + "name": "instagram" + }, + { + "url": "http://viaf.org/viaf/49555103", + "name": "viaf" + }, + { + "url": "https://open.spotify.com/artist/1HY2Jd0NmPuamShAr6KMms", + "name": "spotify" + }, + { + "url": "https://www.whosampled.com/Lady-Gaga/", + "name": "whosampled" + }, + { + "url": "https://www.worldcat.org/identities/containsVIAFID/49555103", + "name": "worldcat" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ah7amohgkrydyfxgsbask752lye", + "name": "google" + }, + { + "url": "https://imvdb.com/n/lady-gaga", + "name": "imvdb" + }, + { + "url": "https://genius.com/artists/Lady-gaga", + "name": "genius" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Lady_Gaga_vigil_2016.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.bandsintown.com/a/22741", + "name": "bandsintown" + }, + { + "url": "https://www.musik-sammler.de/artist/lady-gaga/", + "name": "musik-sammler" + }, + { + "url": "https://www.songkick.com/artists/974908", + "name": "songkick" + }, + { + "url": "https://us.7digital.com/artist/lady-gaga", + "name": "7digital" + }, + { + "url": "https://www.deezer.com/artist/75491", + "name": "deezer" + }, + { + "url": "https://giphy.com/ladygaga", + "name": "giphy" + }, + { + "url": "https://d-nb.info/gnd/135898838", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2008179258", + "name": "loc" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb157535900", + "name": "bnf" + }, + { + "url": "https://nla.gov.au/nla.party-1479624", + "name": "gov" + }, + { + "url": "https://www.musixmatch.com/artist/Lady-Gaga", + "name": "musixmatch" + }, + { + "url": "https://tidal.com/artist/3534754", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/lady-gaga/140979", + "name": "beatport" + }, + { + "url": "https://www.junodownload.com/artists/Lady+Gaga/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:210120-D-WD757-1720_(50861332387)_(cropped).jpg", + "name": "wikimedia" + }, + { + "url": "https://soundcloud.com/stuckonfuckinyou", + "name": "soundcloud" + }, + { + "url": "https://www.tiktok.com/@ladygaga", + "name": "tiktok" + }, + { + "url": "https://openlibrary.org/works/OL7317992A", + "name": "openlibrary" + }, + { + "url": "https://www.discogs.com/artist/1525683", + "name": "discogs" + }, + { + "url": "https://www.discogs.com/artist/5729318", + "name": "discogs" + }, + { + "url": "https://www.tiktok.com/@stefanigermanott5", + "name": "tiktok" + }, + { + "url": "https://twitter.com/GAGA_JAPAN", + "name": "twitter" + }, + { + "url": "https://music.amazon.com/artists/B001SZDIZU", + "name": "amazon" + }, + { + "url": "http://www.maniadb.com/artist/153225", + "name": "maniadb" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000321714/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.setlist.fm/setlists/lady-gaga-1bd665bc.html", + "name": "setlist" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.cdjapan.co.jp/person/700155541", + "name": "cdjapan" + }, + { + "url": "https://music.youtube.com/channel/UCGKXb1syicud01CJOOFRykg", + "name": "youtube" + }, + { + "url": "https://www.livenation.com/artist/K8vZ917Go7V", + "name": "livenation" + }, + { + "url": "https://www.ticketmaster.com/artist/1249444", + "name": "ticketmaster" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://open.spotify.com/user/ladygaga_spotify", + "name": "spotify" + }, + { + "url": "https://us.napster.com/artist/lady-gaga", + "name": "napster" + }, + { + "url": "https://itunes.apple.com/us/artist/id277293880", + "name": "apple" + }, + { + "url": "https://mora.jp/artist/13336/", + "name": "mora" + }, + { + "url": "https://muzikum.eu/en/lady-gaga/lyrics", + "name": "muzikum" + }, + { + "url": "https://www.ladygaga.com/", + "name": "ladygaga" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://www.idref.fr/162075545", + "name": "idref" + }, + { + "url": "https://jaxsta.com/profile/a661a9bb-ace6-4fb3-9e86-8e6612ab40e0", + "name": "jaxsta" + }, + { + "url": "https://www.themoviedb.org/person/237405", + "name": "themoviedb" + }, + { + "url": "https://www.boomplay.com/artists/1927236", + "name": "boomplay" + }, + { + "url": "https://www.dailymotion.com/ladygaga", + "name": "dailymotion" + }, + { + "url": "https://play.anghami.com/artist/8620917", + "name": "anghami" + }, + { + "url": "https://music.yandex.com/artist/1438", + "name": "yandex" + }, + { + "url": "https://id.oclc.org/worldcat/entity/E39PCjrpyjhYC3CtXtKPqbfK3P", + "name": "oclc" + }, + { + "url": "https://ototoy.jp/_/default/a/274159", + "name": "ototoy" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/fanart/tpvbtv1770819678.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/strrrq1537623093.jpg", + "coverType": "banner", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/qxwtwx1537623070.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/ib17f51665840436.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Lady Gaga", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Pop", + "Dance-Pop", + "Electropop", + "Pop Rock", + "Synth-Pop", + "Electronic", + "Dance", + "Jazz", + "Electro House", + "Americana" + ], + "cleanName": "ladygaga", + "sortName": "lady gaga", + "tags": [], + "added": "2025-02-21T06:12:06Z", + "ratings": { + "votes": 26, + "value": 8.6 + }, + "id": 157 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/6b766c2d-04b5-48ee-8a56-db92a3719582/41072894960-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/5ab5924e-fbf1-483c-83c2-d7ad082e804a/42116710285-1200.jpg", + "coverType": "disc", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.wikidata.org/wiki/Q131919251", + "name": "wikidata" + }, + { + "url": "https://www.discogs.com/master/3772997", + "name": "discogs" + }, + { + "url": "https://www.hs.fi/kulttuuri/art-2000011080056.html", + "name": "hs" + }, + { + "url": "https://www.offiziellecharts.de/charts/album-details-547539", + "name": "offiziellecharts" + }, + { + "url": "https://www.plattentests.de/rezi.php?show=20685", + "name": "plattentests" + }, + { + "url": "https://laut.de/Lady-Gaga/Alben/Mayhem-124960", + "name": "laut" + }, + { + "url": "https://www.allmusic.com/album/mw0004464509", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/release/album/lady-gaga/mayhem/", + "name": "rateyourmusic" + }, + { + "url": "https://genius.com/albums/Lady-gaga/Mayhem", + "name": "genius" + }, + { + "url": "https://www.musik-sammler.de/album/1089079/", + "name": "musik-sammler" + }, + { + "url": "https://www.apu.fi/artikkelit/lady-gagan-uusi-levy-kuulostaa-silta-kuin-trumpin-aika-nayttaa-kolumni-oskari-onninen", + "name": "apu" + } + ], + "lastSearchTime": "2026-05-08T08:05:30Z", + "id": 1020 + }, + "images": [ + { + "url": "/MediaCover/157/fanart.jpg?lastWrite=639072770588407236", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/fanart/tpvbtv1770819678.jpg" + }, + { + "url": "/MediaCover/157/banner.jpg?lastWrite=638773373631630257", + "coverType": "banner", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/strrrq1537623093.jpg" + }, + { + "url": "/MediaCover/157/clearlogo.png?lastWrite=638773373647908420", + "coverType": "clearlogo", + "extension": ".png", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/qxwtwx1537623070.png" + }, + { + "url": "/MediaCover/157/poster.jpg?lastWrite=639072770588686464", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/ib17f51665840436.jpg" + } + ], + "path": "/mnt/plex/music/Lady Gaga", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Pop", + "Dance-Pop", + "Electropop", + "Pop Rock", + "Synth-Pop", + "Electronic", + "Dance", + "Jazz", + "Electro House", + "Americana" + ], + "cleanName": "ladygaga", + "sortName": "lady gaga", + "tags": [], + "added": "2025-02-21T06:12:06Z", + "ratings": { + "votes": 26, + "value": 8.6 + }, + "statistics": { + "albumCount": 7, + "trackFileCount": 105, + "trackCount": 113, + "totalTrackCount": 113, + "sizeOnDisk": 7463981762, + "percentOfTracks": 92.92035398230088 + }, + "id": 157 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Fox Stevenson", + "foreignArtistId": "0328349c-0d97-406b-9182-2be9025f7504", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/foxstevenson", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/channel/UClAxKFEVmERwGhcUhpCzlWw", + "name": "youtube" + }, + { + "url": "https://www.facebook.com/FoxStevensonMusic", + "name": "facebook" + }, + { + "url": "https://twitter.com/FoxStevensonNow", + "name": "twitter" + }, + { + "url": "https://www.wikidata.org/wiki/Q17278989", + "name": "wikidata" + }, + { + "url": "https://www.discogs.com/artist/3910339", + "name": "discogs" + }, + { + "url": "https://www.discogs.com/artist/3073853", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/2BQWHuvxG4kMYnfghdaCIy", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/5248219", + "name": "deezer" + }, + { + "url": "https://www.last.fm/music/Fox%20Stevenson", + "name": "last" + }, + { + "url": "https://www.instagram.com/foxstevenson/", + "name": "instagram" + }, + { + "url": "https://foxstevenson.com/", + "name": "foxstevenson" + }, + { + "url": "https://www.twitch.tv/foxstevensontv", + "name": "twitch" + }, + { + "url": "https://genius.com/artists/Fox-stevenson", + "name": "genius" + }, + { + "url": "https://itunes.apple.com/gb/artist/id714236570", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/stan-sb/280229", + "name": "beatport" + }, + { + "url": "https://foxstevenson.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://www.deezer.com/artist/4324956", + "name": "deezer" + }, + { + "url": "https://open.spotify.com/artist/3rRCb7ks1ucmXlyqBoFDlw", + "name": "spotify" + }, + { + "url": "https://tidal.com/artist/4896331", + "name": "tidal" + }, + { + "url": "https://music.apple.com/us/artist/551793720", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/714236570", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/5448708", + "name": "tidal" + }, + { + "url": "https://music.youtube.com/channel/UCA2lIZ36mxl35YT5lhRKZVQ", + "name": "youtube" + }, + { + "url": "https://i1.sndcdn.com/avatars-gWRAht8hifPD1tc2-CV2dnw-original.jpg", + "name": "sndcdn" + }, + { + "url": "https://www.beatport.com/artist/fox-stevenson/351138", + "name": "beatport" + }, + { + "url": "https://www.discogs.com/artist/7501450", + "name": "discogs" + }, + { + "url": "https://music.apple.com/gb/artist/714236570", + "name": "apple" + }, + { + "url": "https://imvdb.com/n/fox-stevenson", + "name": "imvdb" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Killjoy", + "disambiguation": "", + "overview": "", + "artistId": 158, + "foreignAlbumId": "807bd753-1596-46c4-86c3-3b6a33d888c6", + "monitored": true, + "anyReleaseOk": true, + "profileId": 0, + "duration": 2986454, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2019-10-18T00:00:00Z", + "releases": [ + { + "id": 2987, + "albumId": 1063, + "foreignReleaseId": "c7442913-bec8-4a54-a594-7563395c76cf", + "title": "Killjoy", + "status": "Official", + "duration": 2765030, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "streaming", + "country": [ + "[Worldwide]" + ], + "label": [ + "AntiFragile Music" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2988, + "albumId": 1063, + "foreignReleaseId": "60d0acd2-826b-42d9-ac66-942116cd9667", + "title": "Killjoy", + "status": "Official", + "duration": 2986454, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "vinyl", + "country": [ + "United States", + "Europe" + ], + "label": [ + "AntiFragile Music" + ], + "format": "2xVinyl", + "monitored": true + } + ], + "genres": [ + "Electronic", + "Downtempo", + "Dubstep", + "Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Vinyl" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Fox Stevenson", + "foreignArtistId": "0328349c-0d97-406b-9182-2be9025f7504", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/foxstevenson", + "name": "soundcloud" + }, + { + "url": "https://www.youtube.com/channel/UClAxKFEVmERwGhcUhpCzlWw", + "name": "youtube" + }, + { + "url": "https://www.facebook.com/FoxStevensonMusic", + "name": "facebook" + }, + { + "url": "https://twitter.com/FoxStevensonNow", + "name": "twitter" + }, + { + "url": "https://www.wikidata.org/wiki/Q17278989", + "name": "wikidata" + }, + { + "url": "https://www.discogs.com/artist/3910339", + "name": "discogs" + }, + { + "url": "https://www.discogs.com/artist/3073853", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/2BQWHuvxG4kMYnfghdaCIy", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/5248219", + "name": "deezer" + }, + { + "url": "https://www.last.fm/music/Fox%20Stevenson", + "name": "last" + }, + { + "url": "https://www.instagram.com/foxstevenson/", + "name": "instagram" + }, + { + "url": "https://foxstevenson.com/", + "name": "foxstevenson" + }, + { + "url": "https://www.twitch.tv/foxstevensontv", + "name": "twitch" + }, + { + "url": "https://genius.com/artists/Fox-stevenson", + "name": "genius" + }, + { + "url": "https://itunes.apple.com/gb/artist/id714236570", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/stan-sb/280229", + "name": "beatport" + }, + { + "url": "https://foxstevenson.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://www.deezer.com/artist/4324956", + "name": "deezer" + }, + { + "url": "https://open.spotify.com/artist/3rRCb7ks1ucmXlyqBoFDlw", + "name": "spotify" + }, + { + "url": "https://tidal.com/artist/4896331", + "name": "tidal" + }, + { + "url": "https://music.apple.com/us/artist/551793720", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/714236570", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/5448708", + "name": "tidal" + }, + { + "url": "https://music.youtube.com/channel/UCA2lIZ36mxl35YT5lhRKZVQ", + "name": "youtube" + }, + { + "url": "https://i1.sndcdn.com/avatars-gWRAht8hifPD1tc2-CV2dnw-original.jpg", + "name": "sndcdn" + }, + { + "url": "https://www.beatport.com/artist/fox-stevenson/351138", + "name": "beatport" + }, + { + "url": "https://www.discogs.com/artist/7501450", + "name": "discogs" + }, + { + "url": "https://music.apple.com/gb/artist/714236570", + "name": "apple" + }, + { + "url": "https://imvdb.com/n/fox-stevenson", + "name": "imvdb" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Fox Stevenson", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Drum And Bass", + "Electronic", + "Dubstep", + "Alternative Pop", + "Melodic Dubstep" + ], + "cleanName": "foxstevenson", + "sortName": "fox stevenson", + "tags": [], + "added": "2025-08-30T01:32:41Z", + "ratings": { + "votes": 2, + "value": 9 + }, + "id": 158 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/c7442913-bec8-4a54-a594-7563395c76cf/24402627382-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/60d0acd2-826b-42d9-ac66-942116cd9667/43237615282-1200.jpg", + "coverType": "disc", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.discogs.com/master/1684923", + "name": "discogs" + }, + { + "url": "https://www.wikidata.org/wiki/Q85774385", + "name": "wikidata" + } + ], + "lastSearchTime": "2025-09-29T04:11:04Z", + "id": 1063 + }, + "images": [ + { + "url": "/MediaCover/158/poster.jpg?lastWrite=639053758545153449", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/158/poster.jpg" + } + ], + "path": "/mnt/plex/music/Fox Stevenson", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Drum And Bass", + "Electronic", + "Dubstep", + "Alternative Pop", + "Melodic Dubstep" + ], + "cleanName": "foxstevenson", + "sortName": "fox stevenson", + "tags": [], + "added": "2025-08-30T01:32:41Z", + "ratings": { + "votes": 2, + "value": 9 + }, + "statistics": { + "albumCount": 2, + "trackFileCount": 14, + "trackCount": 28, + "totalTrackCount": 28, + "sizeOnDisk": 931872172, + "percentOfTracks": 50 + }, + "id": 158 + }, + { + "status": "continuing", + "ended": false, + "artistName": "glaive", + "foreignArtistId": "fd36f43e-5bd1-488e-b844-0e059250ef78", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/1glaive", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/1glaive/", + "name": "instagram" + }, + { + "url": "https://www.youtube.com/channel/UCgVCTlNEvc7at5cAkTsKWCA/", + "name": "youtube" + }, + { + "url": "https://genius.com/artists/Glaive", + "name": "genius" + }, + { + "url": "https://open.spotify.com/artist/4cJKDGSv4Dz9QycXYmo565", + "name": "spotify" + }, + { + "url": "https://www.discogs.com/artist/9390226", + "name": "discogs" + }, + { + "url": "https://twitter.com/glaive", + "name": "twitter" + }, + { + "url": "https://www.deezer.com/artist/7411938", + "name": "deezer" + }, + { + "url": "https://music.apple.com/us/artist/1465672438", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/7133325", + "name": "tidal" + }, + { + "url": "https://www.wikidata.org/wiki/Q100978614", + "name": "wikidata" + }, + { + "url": "https://tidal.com/artist/39628767", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "God Save The Three", + "disambiguation": "", + "overview": "", + "artistId": 160, + "foreignAlbumId": "d5e34e64-4cda-49f9-afe4-82cb39e5b229", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1773000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2026-05-08T00:00:00Z", + "releases": [ + { + "id": 3877, + "albumId": 1532, + "foreignReleaseId": "d5b1b1ca-5246-488a-be89-271c914741f0", + "title": "God Save The Three", + "status": "Official", + "duration": 1773000, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "broke", + "slowsilver03" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "glaive", + "foreignArtistId": "fd36f43e-5bd1-488e-b844-0e059250ef78", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/1glaive", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/1glaive/", + "name": "instagram" + }, + { + "url": "https://www.youtube.com/channel/UCgVCTlNEvc7at5cAkTsKWCA/", + "name": "youtube" + }, + { + "url": "https://genius.com/artists/Glaive", + "name": "genius" + }, + { + "url": "https://open.spotify.com/artist/4cJKDGSv4Dz9QycXYmo565", + "name": "spotify" + }, + { + "url": "https://www.discogs.com/artist/9390226", + "name": "discogs" + }, + { + "url": "https://twitter.com/glaive", + "name": "twitter" + }, + { + "url": "https://www.deezer.com/artist/7411938", + "name": "deezer" + }, + { + "url": "https://music.apple.com/us/artist/1465672438", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/7133325", + "name": "tidal" + }, + { + "url": "https://www.wikidata.org/wiki/Q100978614", + "name": "wikidata" + }, + { + "url": "https://tidal.com/artist/39628767", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/glaive", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Alternative Pop", + "Pop", + "Emo Pop", + "Digicore", + "Hyperpop" + ], + "cleanName": "glaive", + "sortName": "glaive", + "tags": [], + "added": "2025-09-29T11:19:18Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 160 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/d5b1b1ca-5246-488a-be89-271c914741f0/45070228426-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1532 + }, + "images": [], + "path": "/mnt/plex/music/glaive", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Alternative Pop", + "Pop", + "Emo Pop", + "Digicore", + "Hyperpop" + ], + "cleanName": "glaive", + "sortName": "glaive", + "tags": [], + "added": "2025-09-29T11:19:18Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 4, + "trackFileCount": 0, + "trackCount": 52, + "totalTrackCount": 52, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 160 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Joji", + "foreignArtistId": "8264722b-df00-467a-858e-5c97cda169c9", + "tadbId": 0, + "discogsId": 0, + "overview": "George Kusunoki Miller ; known professionally as Joji and formerly as Filthy Frank and Pink Guy, is a Japanese-Australian singer, songwriter, rapper, and former Internet personality. His music has been described as a mix between R&B, lo-fi, and trip-hop.", + "artistType": "Person", + "disambiguation": "Japanese‐Australian singer‐songwriter, rapper", + "links": [ + { + "url": "https://soundcloud.com/chloeburbank", + "name": "soundcloud" + }, + { + "url": "https://www.wikidata.org/wiki/Q23826617", + "name": "wikidata" + }, + { + "url": "https://twitter.com/sushitrash", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/sushitrash/", + "name": "instagram" + }, + { + "url": "https://genius.com/artists/Joji", + "name": "genius" + }, + { + "url": "https://open.spotify.com/artist/3MZsBdqDrRTJihTHQrO6Dq", + "name": "spotify" + }, + { + "url": "https://www.facebook.com/jojikansai", + "name": "facebook" + }, + { + "url": "https://www.songkick.com/artists/9214309", + "name": "songkick" + }, + { + "url": "https://www.whosampled.com/Joji/", + "name": "whosampled" + }, + { + "url": "https://www.discogs.com/artist/5356392", + "name": "discogs" + }, + { + "url": "https://rateyourmusic.com/artist/joji", + "name": "rateyourmusic" + }, + { + "url": "https://www.last.fm/music/Joji", + "name": "last" + }, + { + "url": "https://www.bbc.co.uk/music/artists/8264722b-df00-467a-858e-5c97cda169c9", + "name": "bbc" + }, + { + "url": "https://jojibeats.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://www.allmusic.com/artist/mn0001064208", + "name": "allmusic" + }, + { + "url": "https://www.deezer.com/artist/5078097", + "name": "deezer" + }, + { + "url": "https://www.bandsintown.com/a/4670200", + "name": "bandsintown" + }, + { + "url": "https://www.beatport.com/artist/_/451021", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Aliwivdvq4tvfqhwcr5gyg55rtu", + "name": "google" + }, + { + "url": "https://imvdb.com/n/joji", + "name": "imvdb" + }, + { + "url": "https://mora.jp/artist/1049192/", + "name": "mora" + }, + { + "url": "https://www.musixmatch.com/artist/Joji", + "name": "musixmatch" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000515708/", + "name": "muziekweb" + }, + { + "url": "https://www.setlist.fm/setlists/joji-53c1877d.html", + "name": "setlist" + }, + { + "url": "https://www.youtube.com/channel/UCFl7yKfcRcFmIUbKeCA-SJQ", + "name": "youtube" + }, + { + "url": "https://baike.baidu.com/item/Joji", + "name": "baidu" + }, + { + "url": "https://music.amazon.com/artists/B00B66R064", + "name": "amazon" + }, + { + "url": "https://tidal.com/artist/5888982", + "name": "tidal" + }, + { + "url": "https://music.apple.com/us/artist/1258279972", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1258279972", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Piss in the Wind", + "disambiguation": "", + "overview": "", + "artistId": 162, + "foreignAlbumId": "20c6066f-ae16-48b4-b370-1116a025a8b7", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2748000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2026-02-06T00:00:00Z", + "releases": [ + { + "id": 3226, + "albumId": 1228, + "foreignReleaseId": "0b025336-d622-4d46-a8b5-e6dd02deb1aa", + "title": "Piss in the Wind", + "status": "Official", + "duration": 2748000, + "trackCount": 21, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [], + "label": [ + "Palace Creek" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3638, + "albumId": 1228, + "foreignReleaseId": "1532fc42-853b-4a9a-80b5-cb05ed828c45", + "title": "Piss in the Wind", + "status": "Official", + "duration": 2748000, + "trackCount": 21, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [], + "label": [ + "Palace Creek" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3639, + "albumId": 1228, + "foreignReleaseId": "0194c3a9-69ae-47eb-80a8-13c61d0f8f49", + "title": "Piss in the Wind", + "status": "Official", + "duration": 2748000, + "trackCount": 21, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "[Worldwide]" + ], + "label": [ + "Palace Creek" + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3640, + "albumId": 1228, + "foreignReleaseId": "cc908a66-8916-411f-ae7d-b1620691c654", + "title": "Piss in the Wind", + "status": "Official", + "duration": 2748000, + "trackCount": 21, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "[Worldwide]" + ], + "label": [ + "Palace Creek" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3643, + "albumId": 1228, + "foreignReleaseId": "7cf4927a-2369-41c6-88d1-8b1ed5887c7e", + "title": "Piss in the Wind", + "status": "Official", + "duration": 2759699, + "trackCount": 21, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "CD release", + "country": [ + "United States" + ], + "label": [ + "Palace Creek" + ], + "format": "CD", + "monitored": false + }, + { + "id": 3710, + "albumId": 1228, + "foreignReleaseId": "bcb12afa-9534-4e75-a25b-05b51823d74a", + "title": "Piss in the Wind", + "status": "Official", + "duration": 2806000, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "bonus track version", + "country": [ + "[Worldwide]" + ], + "label": [ + "Palace Creek" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3742, + "albumId": 1228, + "foreignReleaseId": "d93156f9-569e-475c-91fa-e9a588ec1cec", + "title": "Piss in the Wind", + "status": "Official", + "duration": 2817448, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "bonus track version", + "country": [ + "[Worldwide]" + ], + "label": [ + "Palace Creek" + ], + "format": "2xDigital Media", + "monitored": false + }, + { + "id": 3743, + "albumId": 1228, + "foreignReleaseId": "d8a4562e-8485-4cdf-a9bf-9b0a29656a2a", + "title": "Piss in the Wind", + "status": "Official", + "duration": 2817151, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 2, + "disambiguation": "bonus track version, clean", + "country": [ + "[Worldwide]" + ], + "label": [ + "Palace Creek" + ], + "format": "2xDigital Media", + "monitored": false + } + ], + "genres": [ + "Lo-Fi", + "Trip Hop", + "Alternative R&B" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Joji", + "foreignArtistId": "8264722b-df00-467a-858e-5c97cda169c9", + "tadbId": 0, + "discogsId": 0, + "overview": "George Kusunoki Miller ; known professionally as Joji and formerly as Filthy Frank and Pink Guy, is a Japanese-Australian singer, songwriter, rapper, and former Internet personality. His music has been described as a mix between R&B, lo-fi, and trip-hop.", + "artistType": "Person", + "disambiguation": "Japanese‐Australian singer‐songwriter, rapper", + "links": [ + { + "url": "https://soundcloud.com/chloeburbank", + "name": "soundcloud" + }, + { + "url": "https://www.wikidata.org/wiki/Q23826617", + "name": "wikidata" + }, + { + "url": "https://twitter.com/sushitrash", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/sushitrash/", + "name": "instagram" + }, + { + "url": "https://genius.com/artists/Joji", + "name": "genius" + }, + { + "url": "https://open.spotify.com/artist/3MZsBdqDrRTJihTHQrO6Dq", + "name": "spotify" + }, + { + "url": "https://www.facebook.com/jojikansai", + "name": "facebook" + }, + { + "url": "https://www.songkick.com/artists/9214309", + "name": "songkick" + }, + { + "url": "https://www.whosampled.com/Joji/", + "name": "whosampled" + }, + { + "url": "https://www.discogs.com/artist/5356392", + "name": "discogs" + }, + { + "url": "https://rateyourmusic.com/artist/joji", + "name": "rateyourmusic" + }, + { + "url": "https://www.last.fm/music/Joji", + "name": "last" + }, + { + "url": "https://www.bbc.co.uk/music/artists/8264722b-df00-467a-858e-5c97cda169c9", + "name": "bbc" + }, + { + "url": "https://jojibeats.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://www.allmusic.com/artist/mn0001064208", + "name": "allmusic" + }, + { + "url": "https://www.deezer.com/artist/5078097", + "name": "deezer" + }, + { + "url": "https://www.bandsintown.com/a/4670200", + "name": "bandsintown" + }, + { + "url": "https://www.beatport.com/artist/_/451021", + "name": "beatport" + }, + { + "url": "https://play.google.com/store/music/artist?id=Aliwivdvq4tvfqhwcr5gyg55rtu", + "name": "google" + }, + { + "url": "https://imvdb.com/n/joji", + "name": "imvdb" + }, + { + "url": "https://mora.jp/artist/1049192/", + "name": "mora" + }, + { + "url": "https://www.musixmatch.com/artist/Joji", + "name": "musixmatch" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000515708/", + "name": "muziekweb" + }, + { + "url": "https://www.setlist.fm/setlists/joji-53c1877d.html", + "name": "setlist" + }, + { + "url": "https://www.youtube.com/channel/UCFl7yKfcRcFmIUbKeCA-SJQ", + "name": "youtube" + }, + { + "url": "https://baike.baidu.com/item/Joji", + "name": "baidu" + }, + { + "url": "https://music.amazon.com/artists/B00B66R064", + "name": "amazon" + }, + { + "url": "https://tidal.com/artist/5888982", + "name": "tidal" + }, + { + "url": "https://music.apple.com/us/artist/1258279972", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1258279972", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/trq30n1734198901.jpg", + "coverType": "poster", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/jyz0401621904589.jpg", + "coverType": "fanart", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Joji", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Lo-Fi Hip Hop", + "Ballad", + "Trip Hop", + "Art Pop", + "Instrumental Hip Hop", + "Alternative R&B" + ], + "cleanName": "joji", + "sortName": "joji", + "tags": [], + "added": "2025-10-17T06:04:53Z", + "ratings": { + "votes": 2, + "value": 10 + }, + "id": 162 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/0b025336-d622-4d46-a8b5-e6dd02deb1aa/43474457472-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.wikidata.org/wiki/Q136825387", + "name": "wikidata" + }, + { + "url": "https://laut.de/Joji/Alben/Piss-In-The-Wind-126194", + "name": "laut" + }, + { + "url": "https://www.offiziellecharts.de/charts/album-details-562835", + "name": "offiziellecharts" + } + ], + "lastSearchTime": "2026-02-09T00:01:32Z", + "id": 1228 + }, + "images": [ + { + "url": "/MediaCover/162/poster.jpg?lastWrite=639073634768408665", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/trq30n1734198901.jpg" + }, + { + "url": "/MediaCover/162/fanart.jpg?lastWrite=639073634768552925", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/jyz0401621904589.jpg" + } + ], + "path": "/mnt/plex/music/Joji", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Lo-Fi Hip Hop", + "Ballad", + "Trip Hop", + "Art Pop", + "Instrumental Hip Hop", + "Alternative R&B" + ], + "cleanName": "joji", + "sortName": "joji", + "tags": [], + "added": "2025-10-17T06:04:53Z", + "ratings": { + "votes": 2, + "value": 10 + }, + "statistics": { + "albumCount": 4, + "trackFileCount": 60, + "trackCount": 60, + "totalTrackCount": 60, + "sizeOnDisk": 1200531976, + "percentOfTracks": 100 + }, + "id": 162 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Cat Burns", + "foreignArtistId": "a311903e-7f66-448e-af44-c1266840a906", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "British singer/songwriter", + "links": [ + { + "url": "https://www.facebook.com/catburnsmusic", + "name": "facebook" + }, + { + "url": "https://open.spotify.com/artist/6WFDpw4u23uSpon4BHvFRn", + "name": "spotify" + }, + { + "url": "https://soundcloud.com/catburnsmusic", + "name": "soundcloud" + }, + { + "url": "https://www.last.fm/music/Cat+Burns", + "name": "last" + }, + { + "url": "https://www.discogs.com/artist/7250533", + "name": "discogs" + }, + { + "url": "https://tidal.com/artist/8584832", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/11027622", + "name": "deezer" + }, + { + "url": "https://www.catburns.com/", + "name": "catburns" + }, + { + "url": "https://www.wikidata.org/wiki/Q111303070", + "name": "wikidata" + }, + { + "url": "https://genius.com/artists/Cat-burns", + "name": "genius" + }, + { + "url": "https://twitter.com/catburns", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/catburns/", + "name": "instagram" + }, + { + "url": "https://www.youtube.com/channel/UCWI3Qg6UYZcC1dWzX1lL5dg", + "name": "youtube" + }, + { + "url": "https://itunes.apple.com/us/artist/id1154970833", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/1154970833", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/cat-burns/1045071", + "name": "beatport" + }, + { + "url": "http://viaf.org/viaf/680172216459508400005", + "name": "viaf" + }, + { + "url": "https://d-nb.info/gnd/1336597550", + "name": "d-nb" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb18162208g", + "name": "bnf" + }, + { + "url": "https://www.imdb.com/name/nm12255199/", + "name": "imdb" + }, + { + "url": "https://www.allmusic.com/artist/mn0004218768", + "name": "allmusic" + }, + { + "url": "https://secondhandsongs.com/artist/141834", + "name": "secondhandsongs" + }, + { + "url": "https://rateyourmusic.com/artist/cat-burns", + "name": "rateyourmusic" + }, + { + "url": "https://jaxsta.com/profile/b3e52a6d-c6dc-5895-8b6a-683ba279232f", + "name": "jaxsta" + }, + { + "url": "https://www.bandsintown.com/a/11194880", + "name": "bandsintown" + }, + { + "url": "https://www.boomplay.com/artists/2831376", + "name": "boomplay" + }, + { + "url": "https://www.songkick.com/artists/9637834", + "name": "songkick" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "How to Be Human", + "disambiguation": "", + "overview": "", + "artistId": 163, + "foreignAlbumId": "096d6f53-2a39-4918-a62a-f0674547474e", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2902825, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-10-31T00:00:00Z", + "releases": [ + { + "id": 3128, + "albumId": 1178, + "foreignReleaseId": "c7185b2f-6e6c-46e2-9d67-b83621a5d920", + "title": "How to Be Human", + "status": "Official", + "duration": 2902825, + "trackCount": 16, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Since '93" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Cat Burns", + "foreignArtistId": "a311903e-7f66-448e-af44-c1266840a906", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "British singer/songwriter", + "links": [ + { + "url": "https://www.facebook.com/catburnsmusic", + "name": "facebook" + }, + { + "url": "https://open.spotify.com/artist/6WFDpw4u23uSpon4BHvFRn", + "name": "spotify" + }, + { + "url": "https://soundcloud.com/catburnsmusic", + "name": "soundcloud" + }, + { + "url": "https://www.last.fm/music/Cat+Burns", + "name": "last" + }, + { + "url": "https://www.discogs.com/artist/7250533", + "name": "discogs" + }, + { + "url": "https://tidal.com/artist/8584832", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/11027622", + "name": "deezer" + }, + { + "url": "https://www.catburns.com/", + "name": "catburns" + }, + { + "url": "https://www.wikidata.org/wiki/Q111303070", + "name": "wikidata" + }, + { + "url": "https://genius.com/artists/Cat-burns", + "name": "genius" + }, + { + "url": "https://twitter.com/catburns", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/catburns/", + "name": "instagram" + }, + { + "url": "https://www.youtube.com/channel/UCWI3Qg6UYZcC1dWzX1lL5dg", + "name": "youtube" + }, + { + "url": "https://itunes.apple.com/us/artist/id1154970833", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/1154970833", + "name": "apple" + }, + { + "url": "https://www.beatport.com/artist/cat-burns/1045071", + "name": "beatport" + }, + { + "url": "http://viaf.org/viaf/680172216459508400005", + "name": "viaf" + }, + { + "url": "https://d-nb.info/gnd/1336597550", + "name": "d-nb" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb18162208g", + "name": "bnf" + }, + { + "url": "https://www.imdb.com/name/nm12255199/", + "name": "imdb" + }, + { + "url": "https://www.allmusic.com/artist/mn0004218768", + "name": "allmusic" + }, + { + "url": "https://secondhandsongs.com/artist/141834", + "name": "secondhandsongs" + }, + { + "url": "https://rateyourmusic.com/artist/cat-burns", + "name": "rateyourmusic" + }, + { + "url": "https://jaxsta.com/profile/b3e52a6d-c6dc-5895-8b6a-683ba279232f", + "name": "jaxsta" + }, + { + "url": "https://www.bandsintown.com/a/11194880", + "name": "bandsintown" + }, + { + "url": "https://www.boomplay.com/artists/2831376", + "name": "boomplay" + }, + { + "url": "https://www.songkick.com/artists/9637834", + "name": "songkick" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Cat Burns", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop" + ], + "cleanName": "catburns", + "sortName": "cat burns", + "tags": [], + "added": "2025-10-17T06:07:16Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 163 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/c7185b2f-6e6c-46e2-9d67-b83621a5d920/43304463260-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1178 + }, + "images": [], + "path": "/mnt/plex/music/Cat Burns", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Indie Pop" + ], + "cleanName": "catburns", + "sortName": "cat burns", + "tags": [], + "added": "2025-10-17T06:07:16Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 2, + "trackFileCount": 41, + "trackCount": 41, + "totalTrackCount": 41, + "sizeOnDisk": 521596199, + "percentOfTracks": 100 + }, + "id": 163 + }, + { + "status": "continuing", + "ended": false, + "artistName": "bbno$", + "foreignArtistId": "27638856-79a1-4495-b7da-1912899560c7", + "tadbId": 0, + "discogsId": 0, + "overview": "Alexander Leon Gumuchian, known professionally as bbno$, is a Canadian rapper, singer, and songwriter. He became widely known for his 2019 single \"Lalala\". He continued this success through collaborations with artists including Yung Gravy and his 2021 single \"Edamame\". In 2025, he won the Juno Fan Choice Award.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://open.spotify.com/artist/41X1TR6hrK8Q2ZCpp2EqCz", + "name": "spotify" + }, + { + "url": "https://www.instagram.com/bbnomula/", + "name": "instagram" + }, + { + "url": "https://www.facebook.com/bbnomula", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/bbnomula", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/bbnomula", + "name": "twitter" + }, + { + "url": "https://www.wikidata.org/wiki/Q66938171", + "name": "wikidata" + }, + { + "url": "https://bbnomula.com/", + "name": "bbnomula" + }, + { + "url": "https://www.deezer.com/artist/11136812", + "name": "deezer" + }, + { + "url": "https://itunes.apple.com/ca/artist/id1161580951", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/8173944", + "name": "tidal" + }, + { + "url": "https://www.discogs.com/artist/6756549", + "name": "discogs" + }, + { + "url": "https://www.songkick.com/artists/9033619", + "name": "songkick" + }, + { + "url": "https://imvdb.com/n/bbno", + "name": "imvdb" + }, + { + "url": "https://bbnomoney.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb18069283r", + "name": "bnf" + }, + { + "url": "http://id.loc.gov/authorities/names/no2020035378", + "name": "loc" + }, + { + "url": "http://viaf.org/viaf/30158427930006061833", + "name": "viaf" + }, + { + "url": "https://www.beatport.com/artist/bbno/607046", + "name": "beatport" + }, + { + "url": "https://www.youtube.com/channel/UCC8FSfSnbjiZ6vGr68ZLtzg", + "name": "youtube" + }, + { + "url": "https://music.apple.com/us/artist/1161580951", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/1161580951", + "name": "apple" + }, + { + "url": "https://music.apple.com/au/artist/1161580951", + "name": "apple" + }, + { + "url": "https://discord.com/invite/bbnomula", + "name": "discord" + }, + { + "url": "https://www.tiktok.com/@bbnotiktok", + "name": "tiktok" + }, + { + "url": "https://www.snapchat.com/@aligum", + "name": "snapchat" + }, + { + "url": "https://www.last.fm/music/bbno$", + "name": "last" + }, + { + "url": "https://genius.com/artists/Bbno", + "name": "genius" + }, + { + "url": "https://music.youtube.com/channel/UCC8FSfSnbjiZ6vGr68ZLtzg", + "name": "youtube" + }, + { + "url": "https://rateyourmusic.com/artist/bbno", + "name": "rateyourmusic" + }, + { + "url": "https://www.allmusic.com/artist/mn0003847096", + "name": "allmusic" + }, + { + "url": "https://www.setlist.fm/setlists/bbno-33cb6825.html", + "name": "setlist" + }, + { + "url": "https://www.bandsintown.com/a/14687109", + "name": "bandsintown" + }, + { + "url": "https://music.amazon.com/artists/B01M013DKP", + "name": "amazon" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "bbno$", + "disambiguation": "", + "overview": "", + "artistId": 164, + "foreignAlbumId": "e9c40725-3fc7-4ae1-a112-4f0ca7a64a7b", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 0, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 8 + }, + "releaseDate": "2025-10-17T00:00:00Z", + "releases": [ + { + "id": 3123, + "albumId": 1176, + "foreignReleaseId": "cc89528e-56b0-4261-b1f8-0ea0c19ee8b9", + "title": "bbno$", + "status": "Official", + "duration": 3019000, + "trackCount": 21, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "iTunes/Apple Release", + "country": [ + "[Worldwide]" + ], + "label": [ + "broke" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3127, + "albumId": 1176, + "foreignReleaseId": "5c91d716-d392-46b8-8ee0-2ac9c70b925e", + "title": "bbno$", + "status": "Official", + "duration": 3019000, + "trackCount": 21, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "broke" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3244, + "albumId": 1176, + "foreignReleaseId": "29f197ba-54f0-490f-a46a-0b589e344a05", + "title": "bbno$", + "status": "Official", + "duration": 0, + "trackCount": 22, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 1, + "disambiguation": "White Vinyl; Wide Spine, Gatefold Double LP", + "country": [ + "Canada", + "United States" + ], + "label": [ + "broke" + ], + "format": "12\" Vinyl", + "monitored": true + } + ], + "genres": [ + "Pop Rap", + "Hip Hop", + "Pop", + "Trap", + "Bass House", + "Hip House", + "Dance", + "Bassline" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "bbno$", + "foreignArtistId": "27638856-79a1-4495-b7da-1912899560c7", + "tadbId": 0, + "discogsId": 0, + "overview": "Alexander Leon Gumuchian, known professionally as bbno$, is a Canadian rapper, singer, and songwriter. He became widely known for his 2019 single \"Lalala\". He continued this success through collaborations with artists including Yung Gravy and his 2021 single \"Edamame\". In 2025, he won the Juno Fan Choice Award.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://open.spotify.com/artist/41X1TR6hrK8Q2ZCpp2EqCz", + "name": "spotify" + }, + { + "url": "https://www.instagram.com/bbnomula/", + "name": "instagram" + }, + { + "url": "https://www.facebook.com/bbnomula", + "name": "facebook" + }, + { + "url": "https://soundcloud.com/bbnomula", + "name": "soundcloud" + }, + { + "url": "https://twitter.com/bbnomula", + "name": "twitter" + }, + { + "url": "https://www.wikidata.org/wiki/Q66938171", + "name": "wikidata" + }, + { + "url": "https://bbnomula.com/", + "name": "bbnomula" + }, + { + "url": "https://www.deezer.com/artist/11136812", + "name": "deezer" + }, + { + "url": "https://itunes.apple.com/ca/artist/id1161580951", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/8173944", + "name": "tidal" + }, + { + "url": "https://www.discogs.com/artist/6756549", + "name": "discogs" + }, + { + "url": "https://www.songkick.com/artists/9033619", + "name": "songkick" + }, + { + "url": "https://imvdb.com/n/bbno", + "name": "imvdb" + }, + { + "url": "https://bbnomoney.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb18069283r", + "name": "bnf" + }, + { + "url": "http://id.loc.gov/authorities/names/no2020035378", + "name": "loc" + }, + { + "url": "http://viaf.org/viaf/30158427930006061833", + "name": "viaf" + }, + { + "url": "https://www.beatport.com/artist/bbno/607046", + "name": "beatport" + }, + { + "url": "https://www.youtube.com/channel/UCC8FSfSnbjiZ6vGr68ZLtzg", + "name": "youtube" + }, + { + "url": "https://music.apple.com/us/artist/1161580951", + "name": "apple" + }, + { + "url": "https://music.apple.com/gb/artist/1161580951", + "name": "apple" + }, + { + "url": "https://music.apple.com/au/artist/1161580951", + "name": "apple" + }, + { + "url": "https://discord.com/invite/bbnomula", + "name": "discord" + }, + { + "url": "https://www.tiktok.com/@bbnotiktok", + "name": "tiktok" + }, + { + "url": "https://www.snapchat.com/@aligum", + "name": "snapchat" + }, + { + "url": "https://www.last.fm/music/bbno$", + "name": "last" + }, + { + "url": "https://genius.com/artists/Bbno", + "name": "genius" + }, + { + "url": "https://music.youtube.com/channel/UCC8FSfSnbjiZ6vGr68ZLtzg", + "name": "youtube" + }, + { + "url": "https://rateyourmusic.com/artist/bbno", + "name": "rateyourmusic" + }, + { + "url": "https://www.allmusic.com/artist/mn0003847096", + "name": "allmusic" + }, + { + "url": "https://www.setlist.fm/setlists/bbno-33cb6825.html", + "name": "setlist" + }, + { + "url": "https://www.bandsintown.com/a/14687109", + "name": "bandsintown" + }, + { + "url": "https://music.amazon.com/artists/B01M013DKP", + "name": "amazon" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/0likz51667764038.jpg", + "coverType": "poster", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/k8jxoe1667764104.jpg", + "coverType": "fanart", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/bbno$", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Pop Rap", + "Trap", + "Hip Hop", + "Electronic", + "Grime", + "House", + "Pop", + "Uk Garage", + "Bass House", + "Future Bass", + "Edm", + "Cloud Rap", + "Bassline", + "Contemporary R&B", + "Hyphy", + "Dance", + "Deep House" + ], + "cleanName": "bbno", + "sortName": "bbno", + "tags": [], + "added": "2025-10-20T12:23:43Z", + "ratings": { + "votes": 3, + "value": 8.7 + }, + "id": 164 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/cc89528e-56b0-4261-b1f8-0ea0c19ee8b9/42964475793-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/29f197ba-54f0-490f-a46a-0b589e344a05/44007175130-1200.jpg", + "coverType": "disc", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.wikidata.org/wiki/Q136454550", + "name": "wikidata" + }, + { + "url": "https://rateyourmusic.com/release/album/bbno/bbno/", + "name": "rateyourmusic" + }, + { + "url": "https://genius.com/albums/Bbno/Bbno", + "name": "genius" + } + ], + "lastSearchTime": "2026-05-08T10:11:26Z", + "id": 1176 + }, + "images": [ + { + "url": "/MediaCover/164/poster.jpg?lastWrite=639090918329292604", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/0likz51667764038.jpg" + }, + { + "url": "/MediaCover/164/fanart.jpg?lastWrite=639090918329139652", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/k8jxoe1667764104.jpg" + } + ], + "path": "/mnt/plex/music/bbno$", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Pop Rap", + "Trap", + "Hip Hop", + "Electronic", + "Grime", + "House", + "Pop", + "Uk Garage", + "Bass House", + "Future Bass", + "Edm", + "Cloud Rap", + "Bassline", + "Contemporary R&B", + "Hyphy", + "Dance", + "Deep House" + ], + "cleanName": "bbno", + "sortName": "bbno", + "tags": [], + "added": "2025-10-20T12:23:43Z", + "ratings": { + "votes": 3, + "value": 8.7 + }, + "statistics": { + "albumCount": 8, + "trackFileCount": 12, + "trackCount": 106, + "totalTrackCount": 106, + "sizeOnDisk": 194428043, + "percentOfTracks": 11.320754716981131 + }, + "id": 164 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Aries", + "foreignArtistId": "451267c2-95b0-40b1-85ca-b159d809f315", + "tadbId": 0, + "discogsId": 0, + "overview": "Arshia Fattahi, known professionally as Aries, is an American rapper, singer, and record producer. He is recognized for his genre-blending music that combines hip-hop and alternative influences.", + "artistType": "Person", + "disambiguation": "American singer, songwriter, rapper, and YouTuber", + "links": [ + { + "url": "https://twitter.com/aries_ix", + "name": "twitter" + }, + { + "url": "https://open.spotify.com/artist/3hOdow4ZPmrby7Q1wfPLEy", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/51100072", + "name": "deezer" + }, + { + "url": "https://soundcloud.com/aries_ix", + "name": "soundcloud" + }, + { + "url": "https://tidal.com/artist/10345039", + "name": "tidal" + }, + { + "url": "https://www.allmusic.com/artist/mn0003718579", + "name": "allmusic" + }, + { + "url": "https://www.youtube.com/channel/UCjSvjbknHwGbU1Kx0PC5zRg", + "name": "youtube" + }, + { + "url": "https://www.beatport.com/artist/aries/25633", + "name": "beatport" + }, + { + "url": "https://soundcloud.com/aries", + "name": "soundcloud" + }, + { + "url": "https://www.last.fm/music/Aries", + "name": "last" + }, + { + "url": "https://www.wikidata.org/wiki/Q132307367", + "name": "wikidata" + }, + { + "url": "https://music.apple.com/us/artist/1170662263", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "GLASS JAW", + "disambiguation": "", + "overview": "", + "artistId": 165, + "foreignAlbumId": "24601147-b310-4d30-8446-8cccafc96fe6", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1906979, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 8 + }, + "releaseDate": "2025-11-14T00:00:00Z", + "releases": [ + { + "id": 3197, + "albumId": 1220, + "foreignReleaseId": "3ee9b048-371e-4427-b2c5-27c27f0103e1", + "title": "GLASS JAW", + "status": "Official", + "duration": 1906979, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "WUNDERWORLD" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Aries", + "foreignArtistId": "451267c2-95b0-40b1-85ca-b159d809f315", + "tadbId": 0, + "discogsId": 0, + "overview": "Arshia Fattahi, known professionally as Aries, is an American rapper, singer, and record producer. He is recognized for his genre-blending music that combines hip-hop and alternative influences.", + "artistType": "Person", + "disambiguation": "American singer, songwriter, rapper, and YouTuber", + "links": [ + { + "url": "https://twitter.com/aries_ix", + "name": "twitter" + }, + { + "url": "https://open.spotify.com/artist/3hOdow4ZPmrby7Q1wfPLEy", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/51100072", + "name": "deezer" + }, + { + "url": "https://soundcloud.com/aries_ix", + "name": "soundcloud" + }, + { + "url": "https://tidal.com/artist/10345039", + "name": "tidal" + }, + { + "url": "https://www.allmusic.com/artist/mn0003718579", + "name": "allmusic" + }, + { + "url": "https://www.youtube.com/channel/UCjSvjbknHwGbU1Kx0PC5zRg", + "name": "youtube" + }, + { + "url": "https://www.beatport.com/artist/aries/25633", + "name": "beatport" + }, + { + "url": "https://soundcloud.com/aries", + "name": "soundcloud" + }, + { + "url": "https://www.last.fm/music/Aries", + "name": "last" + }, + { + "url": "https://www.wikidata.org/wiki/Q132307367", + "name": "wikidata" + }, + { + "url": "https://music.apple.com/us/artist/1170662263", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Aries", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Pop", + "Pop Rap" + ], + "cleanName": "aries", + "sortName": "aries", + "tags": [], + "added": "2025-11-05T21:12:31Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 165 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/3ee9b048-371e-4427-b2c5-27c27f0103e1/43555134763-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-02-09T00:00:39Z", + "id": 1220 + }, + "images": [], + "path": "/mnt/plex/music/Aries", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Pop", + "Pop Rap" + ], + "cleanName": "aries", + "sortName": "aries", + "tags": [], + "added": "2025-11-05T21:12:31Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 4, + "trackFileCount": 0, + "trackCount": 45, + "totalTrackCount": 45, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 165 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Chloe Parché", + "foreignArtistId": "f93eb268-a529-4710-9364-3397b2a477ff", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.instagram.com/chloe.parche/", + "name": "instagram" + }, + { + "url": "https://open.spotify.com/artist/6jCOKlQ9OBPbQgPoZ3haov", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/124301882", + "name": "deezer" + }, + { + "url": "https://music.apple.com/au/artist/1554821999", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/23635724", + "name": "tidal" + }, + { + "url": "https://music.apple.com/gb/artist/1554821999", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Silver Bullet", + "disambiguation": "", + "overview": "", + "artistId": 166, + "foreignAlbumId": "6eca828f-a9e5-457c-b497-ec7452ff65e8", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 201667, + "albumType": "Single", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2026-02-18T00:00:00Z", + "releases": [ + { + "id": 3751, + "albumId": 1452, + "foreignReleaseId": "d9e4ea72-536b-431b-88aa-6d4195f52de4", + "title": "Silver Bullet", + "status": "Official", + "duration": 201667, + "trackCount": 1, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Chloe Parché", + "foreignArtistId": "f93eb268-a529-4710-9364-3397b2a477ff", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://www.instagram.com/chloe.parche/", + "name": "instagram" + }, + { + "url": "https://open.spotify.com/artist/6jCOKlQ9OBPbQgPoZ3haov", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/124301882", + "name": "deezer" + }, + { + "url": "https://music.apple.com/au/artist/1554821999", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/23635724", + "name": "tidal" + }, + { + "url": "https://music.apple.com/gb/artist/1554821999", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Chloe Parché", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [], + "cleanName": "chloeparche", + "sortName": "chloe parché", + "tags": [], + "added": "2025-12-17T03:34:33Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 166 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/d9e4ea72-536b-431b-88aa-6d4195f52de4/44534361831-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "id": 1452 + }, + "images": [], + "path": "/mnt/plex/music/Chloe Parché", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "chloeparche", + "sortName": "chloe parché", + "tags": [], + "added": "2025-12-17T03:34:33Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 15, + "trackFileCount": 0, + "trackCount": 32, + "totalTrackCount": 32, + "sizeOnDisk": 0, + "percentOfTracks": 0 + }, + "id": 166 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Valley", + "foreignArtistId": "6e91d65a-ab21-49b7-b81d-11c53c65601a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "Toronto alternative pop band", + "links": [ + { + "url": "https://itunes.apple.com/ca/artist/id1004752984", + "name": "apple" + }, + { + "url": "https://www.facebook.com/thisisvalley", + "name": "facebook" + }, + { + "url": "https://twitter.com/ThisIsValley", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/thisisvalley/", + "name": "instagram" + }, + { + "url": "https://www.allmusic.com/artist/mn0000338953", + "name": "allmusic" + }, + { + "url": "https://open.spotify.com/artist/7blXVKBSxdFZsIqlhdViKc", + "name": "spotify" + }, + { + "url": "https://rateyourmusic.com/artist/valley-1", + "name": "rateyourmusic" + }, + { + "url": "https://secondhandsongs.com/artist/201080", + "name": "secondhandsongs" + }, + { + "url": "https://www.deezer.com/artist/93054", + "name": "deezer" + }, + { + "url": "https://music.apple.com/ca/artist/1004752984", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1004752984", + "name": "apple" + }, + { + "url": "https://thisisvalley.com/", + "name": "thisisvalley" + }, + { + "url": "https://en.wikipedia.org/wiki/Valley_(band)", + "name": "wikipedia" + }, + { + "url": "https://i.scdn.co/image/ab6761670000ecd4a64fdd0e74edda6817c3e059", + "name": "scdn" + }, + { + "url": "https://genius.com/artists/Valley", + "name": "genius" + }, + { + "url": "https://www.wikidata.org/wiki/Q85812693", + "name": "wikidata" + }, + { + "url": "https://www.discogs.com/artist/7388133", + "name": "discogs" + }, + { + "url": "https://www.bandsintown.com/a/385131", + "name": "bandsintown" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Valley_(band)_profile_photo_by_Shannon_Beveridge_(@nowthisisliving)_2019.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.youtube.com/channel/UCP29XySk8V2LDbLa_zc4IYw", + "name": "youtube" + }, + { + "url": "https://tidal.com/artist/3905945", + "name": "tidal" + }, + { + "url": "https://tidal.com/artist/24730346", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "kids (live from tour)", + "disambiguation": "", + "overview": "", + "artistId": 167, + "foreignAlbumId": "b585a4ae-ea07-4b74-a5bd-9ded717277b8", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 194048, + "albumType": "Single", + "secondaryTypes": [ + "Live" + ], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-08-29T00:00:00Z", + "releases": [ + { + "id": 3395, + "albumId": 1281, + "foreignReleaseId": "ef8fb1e5-4c44-496d-af85-486ee9286e39", + "title": "kids (live from tour)", + "status": "Official", + "duration": 194048, + "trackCount": 1, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Universal Music Canada" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Valley", + "foreignArtistId": "6e91d65a-ab21-49b7-b81d-11c53c65601a", + "tadbId": 0, + "discogsId": 0, + "artistType": "Group", + "disambiguation": "Toronto alternative pop band", + "links": [ + { + "url": "https://itunes.apple.com/ca/artist/id1004752984", + "name": "apple" + }, + { + "url": "https://www.facebook.com/thisisvalley", + "name": "facebook" + }, + { + "url": "https://twitter.com/ThisIsValley", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/thisisvalley/", + "name": "instagram" + }, + { + "url": "https://www.allmusic.com/artist/mn0000338953", + "name": "allmusic" + }, + { + "url": "https://open.spotify.com/artist/7blXVKBSxdFZsIqlhdViKc", + "name": "spotify" + }, + { + "url": "https://rateyourmusic.com/artist/valley-1", + "name": "rateyourmusic" + }, + { + "url": "https://secondhandsongs.com/artist/201080", + "name": "secondhandsongs" + }, + { + "url": "https://www.deezer.com/artist/93054", + "name": "deezer" + }, + { + "url": "https://music.apple.com/ca/artist/1004752984", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1004752984", + "name": "apple" + }, + { + "url": "https://thisisvalley.com/", + "name": "thisisvalley" + }, + { + "url": "https://en.wikipedia.org/wiki/Valley_(band)", + "name": "wikipedia" + }, + { + "url": "https://i.scdn.co/image/ab6761670000ecd4a64fdd0e74edda6817c3e059", + "name": "scdn" + }, + { + "url": "https://genius.com/artists/Valley", + "name": "genius" + }, + { + "url": "https://www.wikidata.org/wiki/Q85812693", + "name": "wikidata" + }, + { + "url": "https://www.discogs.com/artist/7388133", + "name": "discogs" + }, + { + "url": "https://www.bandsintown.com/a/385131", + "name": "bandsintown" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Valley_(band)_profile_photo_by_Shannon_Beveridge_(@nowthisisliving)_2019.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.youtube.com/channel/UCP29XySk8V2LDbLa_zc4IYw", + "name": "youtube" + }, + { + "url": "https://tidal.com/artist/3905945", + "name": "tidal" + }, + { + "url": "https://tidal.com/artist/24730346", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Valley", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Pop", + "Pop Rock" + ], + "cleanName": "valley", + "sortName": "valley", + "tags": [], + "added": "2026-01-26T01:11:06Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 167 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/ef8fb1e5-4c44-496d-af85-486ee9286e39/43111568346-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-01-26T01:14:50Z", + "id": 1281 + }, + "images": [], + "path": "/mnt/plex/music/Valley", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Indie Pop", + "Pop", + "Pop Rock" + ], + "cleanName": "valley", + "sortName": "valley", + "tags": [], + "added": "2026-01-26T01:11:06Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 41, + "trackFileCount": 22, + "trackCount": 173, + "totalTrackCount": 173, + "sizeOnDisk": 721858018, + "percentOfTracks": 12.716763005780347 + }, + "id": 167 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Jeremy Zucker", + "foreignArtistId": "e116e0be-c371-4d57-bc09-e2d762d82540", + "tadbId": 0, + "discogsId": 0, + "overview": "Jeremy Scott Zucker is an American singer-songwriter, best known for his songs \"Comethru\", \"You Were Good to Me\", and \"All the Kids Are Depressed\". He has released multiple EPs and three full-length albums, Love Is Not Dying (2020), Crusher (2021), and Garden State (2025).", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://open.spotify.com/artist/3gIRvgZssIb9aiirIg0nI3", + "name": "spotify" + }, + { + "url": "https://soundcloud.com/jeremyzucker", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/jeremyzucker/", + "name": "instagram" + }, + { + "url": "https://twitter.com/jeremyzucker", + "name": "twitter" + }, + { + "url": "https://www.discogs.com/artist/5708379", + "name": "discogs" + }, + { + "url": "https://www.deezer.com/artist/9328498", + "name": "deezer" + }, + { + "url": "https://www.wikidata.org/wiki/Q81150645", + "name": "wikidata" + }, + { + "url": "http://www.jeremyzuckermusic.com/", + "name": "jeremyzuckermusic" + }, + { + "url": "https://www.songkick.com/artists/8846379", + "name": "songkick" + }, + { + "url": "https://www.allmusic.com/artist/mn0003632715", + "name": "allmusic" + }, + { + "url": "https://genius.com/artists/Jeremy-zucker", + "name": "genius" + }, + { + "url": "https://www.bandsintown.com/a/12724991", + "name": "bandsintown" + }, + { + "url": "https://www.last.fm/music/Jeremy+Zucker", + "name": "last" + }, + { + "url": "https://www.facebook.com/jeremyzuckermusic", + "name": "facebook" + }, + { + "url": "https://music.apple.com/us/artist/1049356910", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1049356910", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/7620300", + "name": "tidal" + }, + { + "url": "https://imvdb.com/n/jeremy-zucker", + "name": "imvdb" + }, + { + "url": "http://viaf.org/viaf/283162664178655000346", + "name": "viaf" + }, + { + "url": "https://www.imdb.com/name/nm11163243/", + "name": "imdb" + }, + { + "url": "https://jaxsta.com/profile/cba8382f-a4aa-4135-8514-0fd5a113326a", + "name": "jaxsta" + }, + { + "url": "https://www.youtube.com/channel/UCNwwzAlMbHAJUNoJe0h3nBw", + "name": "youtube" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Garden State", + "disambiguation": "", + "overview": "", + "artistId": 168, + "foreignAlbumId": "276989fa-94c3-40f4-a3e3-cef8069cd96e", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2917080, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 10 + }, + "releaseDate": "2025-08-22T00:00:00Z", + "releases": [ + { + "id": 3595, + "albumId": 1375, + "foreignReleaseId": "a3200af2-158e-4f8e-aff4-eed83f32dd49", + "title": "Garden State", + "status": "Official", + "duration": 2917080, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [], + "label": [ + "Mercury Records" + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3596, + "albumId": 1375, + "foreignReleaseId": "4ea87e42-59a2-4f8b-937c-7ed26492045b", + "title": "Garden State", + "status": "Official", + "duration": 2917080, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [], + "label": [ + "Mercury Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3597, + "albumId": 1375, + "foreignReleaseId": "72a224a5-fe41-4ac4-b2b0-971f0010b057", + "title": "Garden State", + "status": "Official", + "duration": 2917075, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "explicit", + "country": [ + "[Worldwide]" + ], + "label": [ + "Mercury Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3598, + "albumId": 1375, + "foreignReleaseId": "63562991-00a4-497f-a823-b2509720c60f", + "title": "Garden State", + "status": "Official", + "duration": 2917075, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "clean", + "country": [ + "[Worldwide]" + ], + "label": [ + "Mercury Records" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Jeremy Zucker", + "foreignArtistId": "e116e0be-c371-4d57-bc09-e2d762d82540", + "tadbId": 0, + "discogsId": 0, + "overview": "Jeremy Scott Zucker is an American singer-songwriter, best known for his songs \"Comethru\", \"You Were Good to Me\", and \"All the Kids Are Depressed\". He has released multiple EPs and three full-length albums, Love Is Not Dying (2020), Crusher (2021), and Garden State (2025).", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://open.spotify.com/artist/3gIRvgZssIb9aiirIg0nI3", + "name": "spotify" + }, + { + "url": "https://soundcloud.com/jeremyzucker", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/jeremyzucker/", + "name": "instagram" + }, + { + "url": "https://twitter.com/jeremyzucker", + "name": "twitter" + }, + { + "url": "https://www.discogs.com/artist/5708379", + "name": "discogs" + }, + { + "url": "https://www.deezer.com/artist/9328498", + "name": "deezer" + }, + { + "url": "https://www.wikidata.org/wiki/Q81150645", + "name": "wikidata" + }, + { + "url": "http://www.jeremyzuckermusic.com/", + "name": "jeremyzuckermusic" + }, + { + "url": "https://www.songkick.com/artists/8846379", + "name": "songkick" + }, + { + "url": "https://www.allmusic.com/artist/mn0003632715", + "name": "allmusic" + }, + { + "url": "https://genius.com/artists/Jeremy-zucker", + "name": "genius" + }, + { + "url": "https://www.bandsintown.com/a/12724991", + "name": "bandsintown" + }, + { + "url": "https://www.last.fm/music/Jeremy+Zucker", + "name": "last" + }, + { + "url": "https://www.facebook.com/jeremyzuckermusic", + "name": "facebook" + }, + { + "url": "https://music.apple.com/us/artist/1049356910", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1049356910", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/7620300", + "name": "tidal" + }, + { + "url": "https://imvdb.com/n/jeremy-zucker", + "name": "imvdb" + }, + { + "url": "http://viaf.org/viaf/283162664178655000346", + "name": "viaf" + }, + { + "url": "https://www.imdb.com/name/nm11163243/", + "name": "imdb" + }, + { + "url": "https://jaxsta.com/profile/cba8382f-a4aa-4135-8514-0fd5a113326a", + "name": "jaxsta" + }, + { + "url": "https://www.youtube.com/channel/UCNwwzAlMbHAJUNoJe0h3nBw", + "name": "youtube" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/uquvvw1578918753.jpg", + "coverType": "poster", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/fanart/4v8xe41765576678.jpg", + "coverType": "fanart", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Jeremy Zucker", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Indie Pop", + "Pop" + ], + "cleanName": "jeremyzucker", + "sortName": "jeremy zucker", + "tags": [], + "added": "2026-01-26T01:20:09Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 168 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/4ea87e42-59a2-4f8b-937c-7ed26492045b/42800090373-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-08T08:05:12Z", + "id": 1375 + }, + "images": [ + { + "url": "/MediaCover/168/poster.jpg?lastWrite=639092646757541850", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/uquvvw1578918753.jpg" + }, + { + "url": "/MediaCover/168/fanart.jpg?lastWrite=639092646757311829", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/fanart/4v8xe41765576678.jpg" + } + ], + "path": "/mnt/plex/music/Jeremy Zucker", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Indie Pop", + "Pop" + ], + "cleanName": "jeremyzucker", + "sortName": "jeremy zucker", + "tags": [], + "added": "2026-01-26T01:20:09Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 52, + "trackFileCount": 16, + "trackCount": 176, + "totalTrackCount": 176, + "sizeOnDisk": 614742250, + "percentOfTracks": 9.090909090909092 + }, + "id": 168 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Ninajirachi", + "foreignArtistId": "6897b46a-9236-4480-9ed7-300f6b85d62f", + "tadbId": 0, + "discogsId": 0, + "overview": "Nina Wilson, better known by her stage name Ninajirachi, is an Australian electronic DJ and producer from the Central Coast, New South Wales.", + "artistType": "Person", + "disambiguation": "EDM DJ & producer Nina Wilson", + "links": [ + { + "url": "https://www.facebook.com/ninajirachi", + "name": "facebook" + }, + { + "url": "https://www.discogs.com/artist/5744234", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/3MekbRujJg5VZThubOlrkR", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/12053242", + "name": "deezer" + }, + { + "url": "https://ninajirachi.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://www.wikidata.org/wiki/Q77201716", + "name": "wikidata" + }, + { + "url": "https://music.youtube.com/channel/UCoxWoc3csKuKKr5E5qH1tKA", + "name": "youtube" + }, + { + "url": "https://www.spinartistagency.com/ninajirachi", + "name": "spinartistagency" + }, + { + "url": "https://www.ninajirachi.com/", + "name": "ninajirachi" + }, + { + "url": "https://www.youtube.com/channel/UCcwCiUrlKs8dThVvGDcXkKg", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/ninajirachi", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/ninajirachi/", + "name": "instagram" + }, + { + "url": "https://twitter.com/ninajirachi", + "name": "twitter" + }, + { + "url": "https://ninajirachi.tumblr.com/", + "name": "tumblr" + }, + { + "url": "https://music.apple.com/au/artist/1210938233", + "name": "apple" + }, + { + "url": "https://music.apple.com/au/artist/1210938233", + "name": "apple" + }, + { + "url": "https://genius.com/artists/Ninajirachi", + "name": "genius" + }, + { + "url": "https://www.abc.net.au/triplejunearthed/artist/ninajirachi/", + "name": "net" + }, + { + "url": "https://tidal.com/artist/8564195", + "name": "tidal" + }, + { + "url": "https://rateyourmusic.com/artist/ninajirachi", + "name": "rateyourmusic" + }, + { + "url": "https://www.last.fm/music/Ninajirachi", + "name": "last" + }, + { + "url": "https://www.allmusic.com/artist/mn0003617932", + "name": "allmusic" + }, + { + "url": "https://www.qobuz.com/au-en/interpreter/ninajirachi-10003413050/3413050", + "name": "qobuz" + }, + { + "url": "https://www.beatport.com/artist/ninajirachi/615803", + "name": "beatport" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "I Love My Computer", + "disambiguation": "", + "overview": "", + "artistId": 169, + "foreignAlbumId": "6ab2d1f5-1730-499d-a814-6fe6eb9ec1f0", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2383099, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 4, + "value": 7.5 + }, + "releaseDate": "2025-08-08T00:00:00Z", + "releases": [ + { + "id": 3645, + "albumId": 1395, + "foreignReleaseId": "fc8bf81b-babb-47fe-99fc-841c1abfeb7c", + "title": "I Love My Computer", + "status": "Official", + "duration": 2383099, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "NLV Records" + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3646, + "albumId": 1395, + "foreignReleaseId": "167fe8d9-402e-431b-964e-adae7d483675", + "title": "I Love My Computer", + "status": "Official", + "duration": 2390582, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Australia" + ], + "label": [ + "NLV Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 3647, + "albumId": 1395, + "foreignReleaseId": "9ec707db-8852-4db6-a96f-4d32c25baff0", + "title": "I Love My Computer", + "status": "Pseudo-Release", + "duration": 2390582, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "Unknown", + "mediumFormat": "Unknown" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [], + "format": "Unknown", + "monitored": false + }, + { + "id": 3777, + "albumId": 1395, + "foreignReleaseId": "544fe8c0-8bc6-4434-b27c-4b7fcaedfebe", + "title": "I Love My Computer", + "status": "Official", + "duration": 2383099, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 1, + "disambiguation": "Silver metallic vinyl", + "country": [ + "Australia" + ], + "label": [ + "NLV Records" + ], + "format": "12\" Vinyl", + "monitored": false + }, + { + "id": 3778, + "albumId": 1395, + "foreignReleaseId": "9a638353-d6d2-4be2-9d32-fbb6283af517", + "title": "I Love My Computer", + "status": "Official", + "duration": 2383099, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 1, + "disambiguation": "half blue / half white, limited edition", + "country": [ + "United Kingdom", + "Europe" + ], + "label": [ + "deadAir" + ], + "format": "12\" Vinyl", + "monitored": false + } + ], + "genres": [ + "Electro House", + "Electropop", + "Complextro", + "Trance", + "Tech Trance", + "Bubblegum Bass" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Ninajirachi", + "foreignArtistId": "6897b46a-9236-4480-9ed7-300f6b85d62f", + "tadbId": 0, + "discogsId": 0, + "overview": "Nina Wilson, better known by her stage name Ninajirachi, is an Australian electronic DJ and producer from the Central Coast, New South Wales.", + "artistType": "Person", + "disambiguation": "EDM DJ & producer Nina Wilson", + "links": [ + { + "url": "https://www.facebook.com/ninajirachi", + "name": "facebook" + }, + { + "url": "https://www.discogs.com/artist/5744234", + "name": "discogs" + }, + { + "url": "https://open.spotify.com/artist/3MekbRujJg5VZThubOlrkR", + "name": "spotify" + }, + { + "url": "https://www.deezer.com/artist/12053242", + "name": "deezer" + }, + { + "url": "https://ninajirachi.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://www.wikidata.org/wiki/Q77201716", + "name": "wikidata" + }, + { + "url": "https://music.youtube.com/channel/UCoxWoc3csKuKKr5E5qH1tKA", + "name": "youtube" + }, + { + "url": "https://www.spinartistagency.com/ninajirachi", + "name": "spinartistagency" + }, + { + "url": "https://www.ninajirachi.com/", + "name": "ninajirachi" + }, + { + "url": "https://www.youtube.com/channel/UCcwCiUrlKs8dThVvGDcXkKg", + "name": "youtube" + }, + { + "url": "https://soundcloud.com/ninajirachi", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/ninajirachi/", + "name": "instagram" + }, + { + "url": "https://twitter.com/ninajirachi", + "name": "twitter" + }, + { + "url": "https://ninajirachi.tumblr.com/", + "name": "tumblr" + }, + { + "url": "https://music.apple.com/au/artist/1210938233", + "name": "apple" + }, + { + "url": "https://music.apple.com/au/artist/1210938233", + "name": "apple" + }, + { + "url": "https://genius.com/artists/Ninajirachi", + "name": "genius" + }, + { + "url": "https://www.abc.net.au/triplejunearthed/artist/ninajirachi/", + "name": "net" + }, + { + "url": "https://tidal.com/artist/8564195", + "name": "tidal" + }, + { + "url": "https://rateyourmusic.com/artist/ninajirachi", + "name": "rateyourmusic" + }, + { + "url": "https://www.last.fm/music/Ninajirachi", + "name": "last" + }, + { + "url": "https://www.allmusic.com/artist/mn0003617932", + "name": "allmusic" + }, + { + "url": "https://www.qobuz.com/au-en/interpreter/ninajirachi-10003413050/3413050", + "name": "qobuz" + }, + { + "url": "https://www.beatport.com/artist/ninajirachi/615803", + "name": "beatport" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/thumb/1vhtid1769156421.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Ninajirachi/", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Edm", + "Electronic", + "Electropop", + "Electro House", + "Complextro", + "Bubblegum Bass", + "Trance" + ], + "cleanName": "ninajirachi", + "sortName": "ninajirachi", + "tags": [], + "added": "2026-02-10T23:59:17Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 169 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/fc8bf81b-babb-47fe-99fc-841c1abfeb7c/43329505221-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/167fe8d9-402e-431b-964e-adae7d483675/42899392457-1200.jpg", + "coverType": "disc", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://genius.com/albums/Ninajirachi/I-love-my-computer", + "name": "genius" + }, + { + "url": "https://rateyourmusic.com/release/album/ninajirachi/i-love-my-computer/", + "name": "rateyourmusic" + }, + { + "url": "https://www.wikidata.org/wiki/Q135901840", + "name": "wikidata" + }, + { + "url": "https://www.discogs.com/master/3935579", + "name": "discogs" + }, + { + "url": "https://laut.de/Ninajirachi/Alben/I-Love-My-Computer-126061", + "name": "laut" + }, + { + "url": "https://www.allmusic.com/album/mw0004606006", + "name": "allmusic" + } + ], + "lastSearchTime": "2026-02-11T00:18:20Z", + "id": 1395 + }, + "images": [ + { + "url": "/MediaCover/169/poster.jpg?lastWrite=639076227287261116", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/thumb/1vhtid1769156421.jpg" + } + ], + "path": "/mnt/plex/music/Ninajirachi/", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Edm", + "Electronic", + "Electropop", + "Electro House", + "Complextro", + "Bubblegum Bass", + "Trance" + ], + "cleanName": "ninajirachi", + "sortName": "ninajirachi", + "tags": [], + "added": "2026-02-10T23:59:17Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 43, + "trackFileCount": 12, + "trackCount": 52, + "totalTrackCount": 132, + "sizeOnDisk": 639970088, + "percentOfTracks": 23.076923076923077 + }, + "id": 169 + }, + { + "status": "continuing", + "ended": false, + "artistName": "Mystery Skulls", + "foreignArtistId": "769930ba-9724-41a6-9c25-7d55504415bf", + "tadbId": 0, + "discogsId": 0, + "overview": "Luis Alberto Dubuc Jr. is an American DJ, musician, singer-songwriter, record producer and former drummer from Dallas, Texas. He was a member of The Secret Handshake and Of Legends. He is currently the man behind Mystery Skulls.", + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "http://mysteryskulls.com/", + "name": "mysteryskulls" + }, + { + "url": "https://mysteryskulls.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://soundcloud.com/mysteryskulls", + "name": "soundcloud" + }, + { + "url": "https://www.wikidata.org/wiki/Q6948869", + "name": "wikidata" + }, + { + "url": "http://store.warnermusic.com/warner-bros-records/artists/mystery-skulls.html", + "name": "warnermusic" + }, + { + "url": "http://store.warnermusic.com/warner-bros-records/artists/mystery-skulls.html", + "name": "warnermusic" + }, + { + "url": "https://www.youtube.com/channel/UC0jd1RjiMOAbs4CikoADJGA", + "name": "youtube" + }, + { + "url": "https://twitter.com/mysteryskulls", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/mysteryskulls", + "name": "facebook" + }, + { + "url": "http://www.warnerbrosrecords.com/artist/mystery-skulls", + "name": "warnerbrosrecords" + }, + { + "url": "https://www.instagram.com/mysteryskulls/", + "name": "instagram" + }, + { + "url": "http://press.wbr.com/mysteryskulls", + "name": "wbr" + }, + { + "url": "https://open.spotify.com/artist/5ZbRDyTYX4HhXveONcZQn2", + "name": "spotify" + }, + { + "url": "https://www.discogs.com/artist/2958369", + "name": "discogs" + }, + { + "url": "https://rateyourmusic.com/artist/mystery_skulls", + "name": "rateyourmusic" + }, + { + "url": "https://www.beatport.com/artist/mystery-skulls/376650", + "name": "beatport" + }, + { + "url": "https://www.last.fm/music/Mystery+Skulls", + "name": "last" + }, + { + "url": "https://www.setlist.fm/setlists/mystery-skulls-63d0363f.html", + "name": "setlist" + }, + { + "url": "https://www.bandsintown.com/a/2155259", + "name": "bandsintown" + }, + { + "url": "https://itunes.apple.com/artist/id483317050", + "name": "apple" + }, + { + "url": "https://www.bbc.co.uk/music/artists/769930ba-9724-41a6-9c25-7d55504415bf", + "name": "bbc" + }, + { + "url": "https://myspace.com/mysteryskullsmusic", + "name": "myspace" + }, + { + "url": "https://myspace.com/mysteryskulls", + "name": "myspace" + }, + { + "url": "http://www.purevolume.com/new/MysterySkulls", + "name": "purevolume" + }, + { + "url": "https://www.songkick.com/artists/4761578", + "name": "songkick" + }, + { + "url": "https://play.google.com/store/music/artist?id=Awo4dopzcjylvmilbwfb73cmt4y", + "name": "google" + }, + { + "url": "https://www.allmusic.com/artist/mn0003314744", + "name": "allmusic" + }, + { + "url": "https://us.7digital.com/artist/mystery-skulls", + "name": "7digital" + }, + { + "url": "https://www.onkyomusic.com/#/US/artist/mystery-skulls", + "name": "onkyomusic" + }, + { + "url": "https://tidal.com/artist/4318797", + "name": "tidal" + }, + { + "url": "https://web.archive.org/web/0/https://i.scdn.co/image/ab6761610000e5eb42e29b7d1b795a593bf2e6a5", + "name": "archive" + }, + { + "url": "https://www.deezer.com/artist/1501300", + "name": "deezer" + }, + { + "url": "https://music.apple.com/gb/artist/483317050", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "Maximum Joy", + "disambiguation": "", + "overview": "", + "artistId": 170, + "foreignAlbumId": "462ada3b-0c15-4bdd-bab3-e397004fdd13", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1827000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2025-12-25T00:00:00Z", + "releases": [ + { + "id": 3740, + "albumId": 1450, + "foreignReleaseId": "f5f7aec1-f63c-4e25-877a-d5c2e82cbc35", + "title": "Maximum Joy", + "status": "Official", + "duration": 1827000, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3741, + "albumId": 1450, + "foreignReleaseId": "14d102fe-7aab-4618-b925-963a028db8d7", + "title": "Maximum Joy", + "status": "Official", + "duration": 1831088, + "trackCount": 10, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Mystery Skulls", + "foreignArtistId": "769930ba-9724-41a6-9c25-7d55504415bf", + "tadbId": 0, + "discogsId": 0, + "overview": "Luis Alberto Dubuc Jr. is an American DJ, musician, singer-songwriter, record producer and former drummer from Dallas, Texas. He was a member of The Secret Handshake and Of Legends. He is currently the man behind Mystery Skulls.", + "artistType": "Group", + "disambiguation": "", + "links": [ + { + "url": "http://mysteryskulls.com/", + "name": "mysteryskulls" + }, + { + "url": "https://mysteryskulls.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://soundcloud.com/mysteryskulls", + "name": "soundcloud" + }, + { + "url": "https://www.wikidata.org/wiki/Q6948869", + "name": "wikidata" + }, + { + "url": "http://store.warnermusic.com/warner-bros-records/artists/mystery-skulls.html", + "name": "warnermusic" + }, + { + "url": "http://store.warnermusic.com/warner-bros-records/artists/mystery-skulls.html", + "name": "warnermusic" + }, + { + "url": "https://www.youtube.com/channel/UC0jd1RjiMOAbs4CikoADJGA", + "name": "youtube" + }, + { + "url": "https://twitter.com/mysteryskulls", + "name": "twitter" + }, + { + "url": "https://www.facebook.com/mysteryskulls", + "name": "facebook" + }, + { + "url": "http://www.warnerbrosrecords.com/artist/mystery-skulls", + "name": "warnerbrosrecords" + }, + { + "url": "https://www.instagram.com/mysteryskulls/", + "name": "instagram" + }, + { + "url": "http://press.wbr.com/mysteryskulls", + "name": "wbr" + }, + { + "url": "https://open.spotify.com/artist/5ZbRDyTYX4HhXveONcZQn2", + "name": "spotify" + }, + { + "url": "https://www.discogs.com/artist/2958369", + "name": "discogs" + }, + { + "url": "https://rateyourmusic.com/artist/mystery_skulls", + "name": "rateyourmusic" + }, + { + "url": "https://www.beatport.com/artist/mystery-skulls/376650", + "name": "beatport" + }, + { + "url": "https://www.last.fm/music/Mystery+Skulls", + "name": "last" + }, + { + "url": "https://www.setlist.fm/setlists/mystery-skulls-63d0363f.html", + "name": "setlist" + }, + { + "url": "https://www.bandsintown.com/a/2155259", + "name": "bandsintown" + }, + { + "url": "https://itunes.apple.com/artist/id483317050", + "name": "apple" + }, + { + "url": "https://www.bbc.co.uk/music/artists/769930ba-9724-41a6-9c25-7d55504415bf", + "name": "bbc" + }, + { + "url": "https://myspace.com/mysteryskullsmusic", + "name": "myspace" + }, + { + "url": "https://myspace.com/mysteryskulls", + "name": "myspace" + }, + { + "url": "http://www.purevolume.com/new/MysterySkulls", + "name": "purevolume" + }, + { + "url": "https://www.songkick.com/artists/4761578", + "name": "songkick" + }, + { + "url": "https://play.google.com/store/music/artist?id=Awo4dopzcjylvmilbwfb73cmt4y", + "name": "google" + }, + { + "url": "https://www.allmusic.com/artist/mn0003314744", + "name": "allmusic" + }, + { + "url": "https://us.7digital.com/artist/mystery-skulls", + "name": "7digital" + }, + { + "url": "https://www.onkyomusic.com/#/US/artist/mystery-skulls", + "name": "onkyomusic" + }, + { + "url": "https://tidal.com/artist/4318797", + "name": "tidal" + }, + { + "url": "https://web.archive.org/web/0/https://i.scdn.co/image/ab6761610000e5eb42e29b7d1b795a593bf2e6a5", + "name": "archive" + }, + { + "url": "https://www.deezer.com/artist/1501300", + "name": "deezer" + }, + { + "url": "https://music.apple.com/gb/artist/483317050", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/http://r2.theaudiodb.com/images/media/artist/thumb/mystery-skulls-56590acf0c2e5.jpg", + "coverType": "poster", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/mystery-skulls-5659055d9e68a.jpg", + "coverType": "fanart", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Mystery Skulls", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Dance", + "Electronic", + "Edm" + ], + "cleanName": "mysteryskulls", + "sortName": "mystery skulls", + "tags": [], + "added": "2026-02-21T00:27:39Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 170 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/f5f7aec1-f63c-4e25-877a-d5c2e82cbc35/43963047877-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-02-21T00:49:28Z", + "id": 1450 + }, + "images": [ + { + "url": "/MediaCover/170/poster.jpg?lastWrite=639072304619289608", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/http://r2.theaudiodb.com/images/media/artist/thumb/mystery-skulls-56590acf0c2e5.jpg" + }, + { + "url": "/MediaCover/170/fanart.jpg?lastWrite=639072304619494116", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/fanart/mystery-skulls-5659055d9e68a.jpg" + } + ], + "path": "/mnt/plex/music/Mystery Skulls", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Dance", + "Electronic", + "Edm" + ], + "cleanName": "mysteryskulls", + "sortName": "mystery skulls", + "tags": [], + "added": "2026-02-21T00:27:39Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 7, + "trackFileCount": 21, + "trackCount": 71, + "totalTrackCount": 71, + "sizeOnDisk": 189597412, + "percentOfTracks": 29.577464788732396 + }, + "id": 170 + }, + { + "status": "continuing", + "ended": false, + "artistName": "underscores", + "foreignArtistId": "ab1a3f85-e0ea-470a-af5c-175447ae774c", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "glitch hop/pop artist", + "links": [ + { + "url": "https://www.beatport.com/artist/underscores/601956", + "name": "beatport" + }, + { + "url": "https://soundcloud.com/underscores", + "name": "soundcloud" + }, + { + "url": "https://open.spotify.com/artist/7HfUJxeVTgrvhk0eWHFzV7", + "name": "spotify" + }, + { + "url": "https://twitter.com/itsunderscores", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/channel/UC7Dr19bFdqkkfREMITgY9Vg", + "name": "youtube" + }, + { + "url": "https://rateyourmusic.com/artist/underscores", + "name": "rateyourmusic" + }, + { + "url": "https://itunes.apple.com/us/artist/id1204838812", + "name": "apple" + }, + { + "url": "https://underscores.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://www.songkick.com/artists/9680564", + "name": "songkick" + }, + { + "url": "https://www.discogs.com/artist/6908296", + "name": "discogs" + }, + { + "url": "https://www.facebook.com/itsunderscores", + "name": "facebook" + }, + { + "url": "https://www.deezer.com/artist/11926479", + "name": "deezer" + }, + { + "url": "https://genius.com/artists/Underscores", + "name": "genius" + }, + { + "url": "https://www.instagram.com/underscoresplus/", + "name": "instagram" + }, + { + "url": "https://twitter.com/underscoresplus", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/underscores/", + "name": "instagram" + }, + { + "url": "https://underscores.plus/", + "name": "underscores" + }, + { + "url": "https://www.wikidata.org/wiki/Q121745420", + "name": "wikidata" + }, + { + "url": "https://www.last.fm/music/underscores", + "name": "last" + }, + { + "url": "https://www.allmusic.com/artist/mn0004029455", + "name": "allmusic" + }, + { + "url": "https://tidal.com/artist/9342771", + "name": "tidal" + }, + { + "url": "https://music.apple.com/gb/artist/1204838812", + "name": "apple" + }, + { + "url": "https://music.apple.com/mx/artist/1204838812", + "name": "apple" + }, + { + "url": "https://www.qobuz.com/us-en/interpreter/-/2975892", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/us-en/interpreter/-/2975892", + "name": "qobuz" + }, + { + "url": "https://music.apple.com/us/artist/1204838812", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "U", + "disambiguation": "", + "overview": "", + "artistId": 171, + "foreignAlbumId": "cec81633-5419-4f92-b0ac-6e9c508a042f", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 2045000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 1, + "value": 10 + }, + "releaseDate": "2026-03-20T00:00:00Z", + "releases": [ + { + "id": 3809, + "albumId": 1476, + "foreignReleaseId": "fa198feb-af0b-4d07-a65f-3f53fb8bff46", + "title": "U", + "status": "Official", + "duration": 2045000, + "trackCount": 9, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Mom+Pop" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [ + "Electropop", + "Edm" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "underscores", + "foreignArtistId": "ab1a3f85-e0ea-470a-af5c-175447ae774c", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "glitch hop/pop artist", + "links": [ + { + "url": "https://www.beatport.com/artist/underscores/601956", + "name": "beatport" + }, + { + "url": "https://soundcloud.com/underscores", + "name": "soundcloud" + }, + { + "url": "https://open.spotify.com/artist/7HfUJxeVTgrvhk0eWHFzV7", + "name": "spotify" + }, + { + "url": "https://twitter.com/itsunderscores", + "name": "twitter" + }, + { + "url": "https://www.youtube.com/channel/UC7Dr19bFdqkkfREMITgY9Vg", + "name": "youtube" + }, + { + "url": "https://rateyourmusic.com/artist/underscores", + "name": "rateyourmusic" + }, + { + "url": "https://itunes.apple.com/us/artist/id1204838812", + "name": "apple" + }, + { + "url": "https://underscores.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://www.songkick.com/artists/9680564", + "name": "songkick" + }, + { + "url": "https://www.discogs.com/artist/6908296", + "name": "discogs" + }, + { + "url": "https://www.facebook.com/itsunderscores", + "name": "facebook" + }, + { + "url": "https://www.deezer.com/artist/11926479", + "name": "deezer" + }, + { + "url": "https://genius.com/artists/Underscores", + "name": "genius" + }, + { + "url": "https://www.instagram.com/underscoresplus/", + "name": "instagram" + }, + { + "url": "https://twitter.com/underscoresplus", + "name": "twitter" + }, + { + "url": "https://www.instagram.com/underscores/", + "name": "instagram" + }, + { + "url": "https://underscores.plus/", + "name": "underscores" + }, + { + "url": "https://www.wikidata.org/wiki/Q121745420", + "name": "wikidata" + }, + { + "url": "https://www.last.fm/music/underscores", + "name": "last" + }, + { + "url": "https://www.allmusic.com/artist/mn0004029455", + "name": "allmusic" + }, + { + "url": "https://tidal.com/artist/9342771", + "name": "tidal" + }, + { + "url": "https://music.apple.com/gb/artist/1204838812", + "name": "apple" + }, + { + "url": "https://music.apple.com/mx/artist/1204838812", + "name": "apple" + }, + { + "url": "https://www.qobuz.com/us-en/interpreter/-/2975892", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/us-en/interpreter/-/2975892", + "name": "qobuz" + }, + { + "url": "https://music.apple.com/us/artist/1204838812", + "name": "apple" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/underscores", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Electronic", + "Pop", + "Hyperpop", + "Glitch Hop" + ], + "cleanName": "underscores", + "sortName": "underscores", + "tags": [], + "added": "2026-04-23T20:56:29Z", + "ratings": { + "votes": 3, + "value": 8 + }, + "id": 171 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/fa198feb-af0b-4d07-a65f-3f53fb8bff46/44651354753-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://rateyourmusic.com/release/album/underscores/u/", + "name": "rateyourmusic" + }, + { + "url": "https://www.discogs.com/master/4170004", + "name": "discogs" + }, + { + "url": "https://www.wikidata.org/wiki/Q138658598", + "name": "wikidata" + } + ], + "lastSearchTime": "2026-04-23T20:56:53Z", + "id": 1476 + }, + "images": [ + { + "url": "/MediaCover/171/poster.jpg?lastWrite=639125745908090698", + "coverType": "poster", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/171/poster.jpg" + }, + { + "url": "/MediaCover/171/fanart.jpg?lastWrite=639125745907895884", + "coverType": "fanart", + "extension": ".jpg", + "remoteUrl": "/var/lib/lidarr/MediaCover/171/fanart.jpg" + } + ], + "path": "/mnt/plex/music/underscores", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [ + "Electronic", + "Pop", + "Hyperpop", + "Glitch Hop" + ], + "cleanName": "underscores", + "sortName": "underscores", + "tags": [], + "added": "2026-04-23T20:56:29Z", + "ratings": { + "votes": 3, + "value": 8 + }, + "statistics": { + "albumCount": 51, + "trackFileCount": 21, + "trackCount": 63, + "totalTrackCount": 156, + "sizeOnDisk": 559875423, + "percentOfTracks": 33.333333333333336 + }, + "id": 171 + }, + { + "status": "continuing", + "ended": false, + "artistName": "tsubi club", + "foreignArtistId": "ad9144b0-5d22-4d4f-a57b-e0ec7df1e865", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://open.spotify.com/artist/6fHEaFnFgMxMAtDt7mFoQ3", + "name": "spotify" + }, + { + "url": "https://twitter.com/tsubiclub", + "name": "twitter" + }, + { + "url": "https://open.spotify.com/artist/5O58za8cU4FNLTPibdV3BL", + "name": "spotify" + }, + { + "url": "https://www.discogs.com/artist/13658431", + "name": "discogs" + }, + { + "url": "https://www.instagram.com/tsunamibitchclub/", + "name": "instagram" + }, + { + "url": "https://soundcloud.com/tsunamibitchclub", + "name": "soundcloud" + }, + { + "url": "https://www.tiktok.com/@tsunamibitchclub", + "name": "tiktok" + }, + { + "url": "https://www.youtube.com/channel/UCfLgxOfIu3_AUconWBduPlA", + "name": "youtube" + }, + { + "url": "https://genius.com/artists/Tsubi-club", + "name": "genius" + }, + { + "url": "https://rateyourmusic.com/artist/tsubi-club-1", + "name": "rateyourmusic" + }, + { + "url": "https://www.reddit.com/r/tsubiclub/", + "name": "reddit" + }, + { + "url": "https://www.last.fm/music/tsubi+club", + "name": "last" + }, + { + "url": "https://tidal.com/artist/28680743", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/147244692", + "name": "deezer" + }, + { + "url": "https://music.apple.com/us/artist/1588552373", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1588552373", + "name": "apple" + }, + { + "url": "https://tsubiclub.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://tsubiclub.newgrounds.com/audio", + "name": "newgrounds" + } + ], + "nextAlbum": null, + "lastAlbum": { + "title": "The Third Eye", + "disambiguation": "", + "overview": "", + "artistId": 172, + "foreignAlbumId": "849c5665-e6ed-40d8-8688-c13c4e8086a7", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 222496, + "albumType": "Single", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2024-11-05T00:00:00Z", + "releases": [ + { + "id": 3815, + "albumId": 1481, + "foreignReleaseId": "f1a6470d-a58a-4b98-b628-c6d0c52c4286", + "title": "THE THIRD EYE", + "status": "Official", + "duration": 222496, + "trackCount": 1, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "[no label]" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "tsubi club", + "foreignArtistId": "ad9144b0-5d22-4d4f-a57b-e0ec7df1e865", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://open.spotify.com/artist/6fHEaFnFgMxMAtDt7mFoQ3", + "name": "spotify" + }, + { + "url": "https://twitter.com/tsubiclub", + "name": "twitter" + }, + { + "url": "https://open.spotify.com/artist/5O58za8cU4FNLTPibdV3BL", + "name": "spotify" + }, + { + "url": "https://www.discogs.com/artist/13658431", + "name": "discogs" + }, + { + "url": "https://www.instagram.com/tsunamibitchclub/", + "name": "instagram" + }, + { + "url": "https://soundcloud.com/tsunamibitchclub", + "name": "soundcloud" + }, + { + "url": "https://www.tiktok.com/@tsunamibitchclub", + "name": "tiktok" + }, + { + "url": "https://www.youtube.com/channel/UCfLgxOfIu3_AUconWBduPlA", + "name": "youtube" + }, + { + "url": "https://genius.com/artists/Tsubi-club", + "name": "genius" + }, + { + "url": "https://rateyourmusic.com/artist/tsubi-club-1", + "name": "rateyourmusic" + }, + { + "url": "https://www.reddit.com/r/tsubiclub/", + "name": "reddit" + }, + { + "url": "https://www.last.fm/music/tsubi+club", + "name": "last" + }, + { + "url": "https://tidal.com/artist/28680743", + "name": "tidal" + }, + { + "url": "https://www.deezer.com/artist/147244692", + "name": "deezer" + }, + { + "url": "https://music.apple.com/us/artist/1588552373", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1588552373", + "name": "apple" + }, + { + "url": "https://tsubiclub.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://tsubiclub.newgrounds.com/audio", + "name": "newgrounds" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/tsubi club", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [], + "cleanName": "tsubiclub", + "sortName": "tsubi club", + "tags": [], + "added": "2026-04-23T20:57:15Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 172 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/f1a6470d-a58a-4b98-b628-c6d0c52c4286/41823607288-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-03T23:53:08Z", + "id": 1481 + }, + "images": [], + "path": "/mnt/plex/music/tsubi club", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "rootFolderPath": "/mnt/plex/music/", + "genres": [], + "cleanName": "tsubiclub", + "sortName": "tsubi club", + "tags": [], + "added": "2026-04-23T20:57:15Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "statistics": { + "albumCount": 6, + "trackFileCount": 12, + "trackCount": 19, + "totalTrackCount": 19, + "sizeOnDisk": 489635928, + "percentOfTracks": 63.1578947368421 + }, + "id": 172 + } +] diff --git a/Ruddarr/Preview Content/calendar-albums.json b/Ruddarr/Preview Content/calendar-albums.json new file mode 100644 index 00000000..8b24a6d0 --- /dev/null +++ b/Ruddarr/Preview Content/calendar-albums.json @@ -0,0 +1,160 @@ +[ + { + "title": "God Save The Three", + "disambiguation": "", + "overview": "", + "artistId": 160, + "foreignAlbumId": "d5e34e64-4cda-49f9-afe4-82cb39e5b229", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 1773000, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 0, + "value": 0 + }, + "releaseDate": "2026-05-08T00:00:00Z", + "releases": [ + { + "id": 3877, + "albumId": 1532, + "foreignReleaseId": "d5b1b1ca-5246-488a-be89-271c914741f0", + "title": "God Save The Three", + "status": "Official", + "duration": 1773000, + "trackCount": 12, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "broke", + "slowsilver03" + ], + "format": "Digital Media", + "monitored": true + } + ], + "genres": [], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "glaive", + "foreignArtistId": "fd36f43e-5bd1-488e-b844-0e059250ef78", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://soundcloud.com/1glaive", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/1glaive/", + "name": "instagram" + }, + { + "url": "https://www.youtube.com/channel/UCgVCTlNEvc7at5cAkTsKWCA/", + "name": "youtube" + }, + { + "url": "https://genius.com/artists/Glaive", + "name": "genius" + }, + { + "url": "https://open.spotify.com/artist/4cJKDGSv4Dz9QycXYmo565", + "name": "spotify" + }, + { + "url": "https://www.discogs.com/artist/9390226", + "name": "discogs" + }, + { + "url": "https://twitter.com/glaive", + "name": "twitter" + }, + { + "url": "https://www.deezer.com/artist/7411938", + "name": "deezer" + }, + { + "url": "https://music.apple.com/us/artist/1465672438", + "name": "apple" + }, + { + "url": "https://tidal.com/artist/7133325", + "name": "tidal" + }, + { + "url": "https://www.wikidata.org/wiki/Q100978614", + "name": "wikidata" + }, + { + "url": "https://tidal.com/artist/39628767", + "name": "tidal" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/glaive", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Alternative Pop", + "Pop", + "Emo Pop", + "Digicore", + "Hyperpop" + ], + "cleanName": "glaive", + "sortName": "glaive", + "tags": [], + "added": "2025-09-29T11:19:18Z", + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 160 + }, + "images": [ + { + "url": "/MediaCover/Albums/1532/cover.jpg?lastWrite=639138451191124909", + "coverType": "cover", + "extension": ".jpg", + "remoteUrl": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/d5b1b1ca-5246-488a-be89-271c914741f0/45070228426-1200.jpg" + } + ], + "links": [], + "lastSearchTime": "2026-05-17T13:17:47Z", + "statistics": { + "trackFileCount": 12, + "trackCount": 12, + "totalTrackCount": 12, + "sizeOnDisk": 217192059, + "percentOfTracks": 100 + }, + "id": 1532 + } +] diff --git a/Ruddarr/Preview Content/lidarr-history.json b/Ruddarr/Preview Content/lidarr-history.json new file mode 100644 index 00000000..be3a475e --- /dev/null +++ b/Ruddarr/Preview Content/lidarr-history.json @@ -0,0 +1,16805 @@ +{ + "page": 1, + "pageSize": 10, + "sortKey": "date", + "sortDirection": "descending", + "totalRecords": 1857, + "records": [ + { + "albumId": 1286, + "artistId": 150, + "trackId": 0, + "sourceTitle": "That Poppy - Bubblebath EP (2016) FLAC [RiCK]", + "quality": { + "quality": { + "id": 6, + "name": "FLAC" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2026-05-15T03:20:27Z", + "downloadId": "88BC0E70994381E26C28D5CE9EB07ED351B20BF0", + "eventType": "grabbed", + "data": { + "indexer": "The Pirate Bay (Prowlarr)", + "nzbInfoUrl": "https://thepiratebay.org/description.php?id=21066436", + "releaseGroup": "RiCK", + "age": "2953", + "ageHours": "70892.19982918598", + "ageMinutes": "4253531.98975133", + "publishedDate": "2018-04-13T07:08:28Z", + "downloadClient": "qBittorrent", + "size": "102259096", + "downloadUrl": "http://localhost:9696/16/download?apikey=0671e0487f144b9587cce81180323f33&link=YlJEdXhzbFJPT1ExS3FrRHk5MU5DWFlqWWRhT0VOaHNPdkZrUWo1TE9wWnJUZVhsZUdhOEVUUnZDV0JnYTBUNzVuWExBeDhCTTFkRmx3V2prbGd1Z1EzbTd6Y1UvTk5VUjZxSVJXM1o0c1BPYmI2R0kwSHNmUnQxeUtuRzdSSHRrQnZ0cFAwdWNTdE9oVEhSN09lUS9GUHppL0FjM3NNNmpFTkczcTFEd21xaWtjWndNdTF6ckZPaDk1SXNQZUtzM0RNT1M3eXo2eGU4ci8rcm0vQjB2V0xEVU1JeVU2c0R4MmxkR2J6ZzhLbDYyL1VBZ2ZiUGIxanQvelo0TUo0Zm5ySWNBZ1ZLUDBPQmY3WVhmcTkzT0JFUDZiK09GQW4zRDU3TURUMG9LVlA4aGhVaGJnamFNdUIrbFBCb0VtUHdoV3pFeERiYUpseWhhbnZNNlkvTXJZUnBPeTlMa2w4ZGgyVENPbnBiTWdJSmZqK2QwZ3lyeVZ2L1h6SlZnYm1ld3JqOUp3ZW9YR0RRc1ZhQno5UFEwaHE4OFdNUU52bWV0WW43ODVzVk9DM3RhcXBHUnFleXNYM1VsWm02TkNPbVZtSW83ZXpIaTFSa3RNTGdCc3lFSVVRL3NPWW5mb2M3M0FsQTdrWkdMdDVZME80T3krNEVudDQwVHd1ODdibldONGdwNUgvbnUzenhUNmdqc1paK01Xcm9pQmNtaUQxaTRaZjdBaWZZSUl1cndzUm44RVpYRGdYYm9HYktHbG8vbTRsSUFXVWwxL05nNTZsTTZISmljT1hxSGZNOSs4ZlNpVERXeGtkVXdjK3FZYkluUUtJc0U3NkYwVzI2Rms0ekpqNTBzTkFrWVV1RU55TVZPSmJnWXRJWkVBQjlNckQwTTRtS0FWQkdFc1V0MXdnL3ZkUHFnZUtiV1lYK1JhTDBlcGVhN0ZmRHZDNzc3TG9UQ1Jkdkt1SGdVNk03R2pSZ213b0JOdUNFMkY5dzQ4dmlPWEtYcitCb1RleVRabm9iN1NjYlVPZnExYjA4SDRRalpjcHhOelUvMEs4OStLT0RCOEFRWnpxVm9uZjFKUlNjWThNK0k0VFl1cW5OWDVHT0FNOXdZRkQ0bit1bHNTS1VVcGlJcExPTTF6Z0Z0L21RcXRzNzJqR2JsWUEwQUI4dGNQM2FyVDJrMUxUemFwank4OFhUZW5mcWlYc2lGN0RRSU9tRDhiU3dTNmFvQzJLdHNtMHRPaGVtT2NDcXhBYkdkM2dXT3lrbDVQNFV3QTNLbG4rWXhuK2JteVYrNG9ablVydkc0MjRrSlhubVRHeVNCa0hIYncwaWpoaUo5RVZmektZL0xOK2NvYWk3VlM0bnY2b1JLdUVJdHNkQm5DU3Q5dHlXWmR4QnFNckZOVUhNSTBLZmptUWlJRHdpWkNVa3lQZmRSVUVFaVhiQlNma1VXNG5IS0tWSnE2c1RpQzJYSnRpeXFZNDQ0cTBxczBBOGYrZ29xY01NaERYbnEyUDd4aWpHVEdqUkxVRTltT2Q2NFVEY0NiaFJPOCs2OW9RRlFlQ1R2NVl3bU84bGhidXhuQkQ2WG4zVGVlcU1CSGE5em9vNWx1N0hkU2dBNENzUjN0WHNBTUJrL0lyYW9TaTZxWXFJeXN2MVFpK2VGN0xMb1dRakdZVjlYa0s0QUJRUFhURGhMNU5rWE41N2RwbWZSa3F5dW9qbFFjWWE3M2R5UFF5eTBUVk9ndHJyZlJMY2RncjRzaGJJdEEwZStSRVZlV29kUldHcHI0YlZDd1A5bDBybjVLTXgxSGFTZzFrdmk0alZsNGQ0L21DUjVaNkJDakMvTFNYVVVHRTgxckkyZmczN05IdE40OU85elZqOWI0cFVsTGlFT0tMb2pZSlRGdm10Q01YaTJGdjFnUEk2OUp4ckZQWTBMUFhlemtURWU2OWQrS0FMSFhnQll5ejRGb1YzWjFSbGgvV0l5N25sMmpPYVN3OUxkT25BeG9CbTVtSjNBOUpRYnpFblBPeGpHRVN1b1JBemx2UXo4YlFLVXNWa29wSGpnMWQxbURJZXhZdWRiK2QreEFrbWRubmJxbllKZTh0dHE1TS9GS3I4YjRteU1TWHVBM2I3QXh5Ug&file=That+Poppy+-+Bubblebath+EP+(2016)+FLAC+%5BRiCK%5D", + "guid": "13_magnet:?xt=urn:btih:88BC0E70994381E26C28D5CE9EB07ED351B20BF0&dn=That+Poppy+-+Bubblebath+EP+(2016)+FLAC+%5bRiCK%5d&tr=http%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.auctor.tv%3a6969%2fannounce&tr=udp%3a%2f%2fopentracker.i2p.rocks%3a6969%2fannounce&tr=https%3a%2f%2fopentracker.i2p.rocks%3a443%2fannounce&tr=udp%3a%2f%2fopen.demonii.com%3a1337%2fannounce&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a6969%2fannounce&tr=http%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2fopen.stealth.si%3a80%2fannounce&tr=udp%3a%2f%2ftracker.torrent.eu.org%3a451%2fannounce&tr=udp%3a%2f%2ftracker.moeking.me%3a6969%2fannounce&tr=udp%3a%2f%2fexplodie.org%3a6969%2fannounce&tr=udp%3a%2f%2fexodus.desync.com%3a6969%2fannounce&tr=udp%3a%2f%2fuploads.gamecoast.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker1.bt.moack.co.kr%3a80%2fannounce&tr=udp%3a%2f%2ftracker.tiny-vps.com%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.theoks.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.skyts.net%3a6969%2fannounce&tr=udp%3a%2f%2ftracker-udp.gbitt.info%3a80%2fannounce&tr=udp%3a%2f%2fopen.tracker.ink%3a6969%2fannounce&tr=udp%3a%2f%2fmovies.zsw.ca%3a6969%2fannounce", + "protocol": "2", + "downloadForced": "False", + "customFormatScore": "0", + "releaseSource": "UserInvokedSearch", + "indexerFlags": "Freeleech", + "torrentInfoHash": "88BC0E70994381E26C28D5CE9EB07ED351B20BF0" + }, + "album": { + "title": "Bubblebath", + "disambiguation": "", + "overview": "", + "artistId": 150, + "foreignAlbumId": "22e2632f-fc30-4f4f-a61e-1e9acee9ef7d", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 789000, + "albumType": "EP", + "secondaryTypes": [], + "mediumCount": 1, + "ratings": { + "votes": 2, + "value": 5 + }, + "releaseDate": "2016-02-12T00:00:00Z", + "releases": [ + { + "id": 3401, + "albumId": 1286, + "foreignReleaseId": "e2bd7574-8915-45ef-b403-15e956b09239", + "title": "Bubblebath", + "status": "Official", + "duration": 789000, + "trackCount": 4, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Island" + ], + "format": "Digital Media", + "monitored": true + }, + { + "id": 3402, + "albumId": 1286, + "foreignReleaseId": "7db660de-60e2-4e94-b231-d09b1023b87b", + "title": "Bubblebath", + "status": "Official", + "duration": 768162, + "trackCount": 4, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Island" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3403, + "albumId": 1286, + "foreignReleaseId": "564c6247-2d81-48c6-b15c-cd56c621b900", + "title": "Bubblebath", + "status": "Official", + "duration": 768106, + "trackCount": 4, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Island" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Pop", + "Bubblegum Pop", + "Dance-Pop", + "Electropop", + "Pop Punk", + "Ska", + "Synth-Pop", + "Alternative Pop", + "Reggae-Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Poppy", + "foreignArtistId": "4ad8190b-d2fd-46f8-a3d9-c0f55c034976", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "US post‐genre artist, AKA That Poppy", + "links": [ + { + "url": "https://www.youtube.com/channel/UC8JE00xTMBOqKs7o0grFTfQ", + "name": "youtube" + }, + { + "url": "https://www.facebook.com/Poppy", + "name": "facebook" + }, + { + "url": "https://twitter.com/poppy", + "name": "twitter" + }, + { + "url": "https://impoppy.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://genius.com/artists/Poppy", + "name": "genius" + }, + { + "url": "https://www.wikidata.org/wiki/Q24852571", + "name": "wikidata" + }, + { + "url": "https://www.youtube.com/user/ThatPoppyVEVO", + "name": "youtube" + }, + { + "url": "https://open.spotify.com/artist/5uW6WiRHzStJq2i2OsAXcu", + "name": "spotify" + }, + { + "url": "https://imvdb.com/n/poppy", + "name": "imvdb" + }, + { + "url": "https://www.allmusic.com/artist/mn0003411865", + "name": "allmusic" + }, + { + "url": "https://www.last.fm/music/Poppy", + "name": "last" + }, + { + "url": "https://www.last.fm/music/That+Poppy", + "name": "last" + }, + { + "url": "https://www.allmusic.com/artist/mn0003411863", + "name": "allmusic" + }, + { + "url": "https://www.discogs.com/artist/5081293", + "name": "discogs" + }, + { + "url": "https://soundcloud.com/thatpoppy", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/impoppy/", + "name": "instagram" + }, + { + "url": "https://open.spotify.com/artist/5mlbvTfWUOfDrUIK6dkNzv", + "name": "spotify" + }, + { + "url": "https://soundcloud.com/poppy", + "name": "soundcloud" + }, + { + "url": "https://www.beatport.com/artist/poppy/69536", + "name": "beatport" + }, + { + "url": "https://www.beatport.com/artist/that-poppy/550757", + "name": "beatport" + }, + { + "url": "https://www.allmusic.com/artist/mn0003667565", + "name": "allmusic" + }, + { + "url": "https://www.discogs.com/artist/6581315", + "name": "discogs" + }, + { + "url": "https://itunes.apple.com/us/artist/id1004130511", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/712754", + "name": "deezer" + }, + { + "url": "http://viaf.org/viaf/1214151778252018130006", + "name": "viaf" + }, + { + "url": "http://id.loc.gov/authorities/names/no2016113561", + "name": "loc" + }, + { + "url": "https://www.worldcat.org/identities/lccn-no2016113561", + "name": "worldcat" + }, + { + "url": "https://www.imdb.com/name/nm8824909/", + "name": "imdb" + }, + { + "url": "https://play.google.com/store/music/artist?id=Aievywb2waz72f7etpxci7g6qhm", + "name": "google" + }, + { + "url": "https://www.musik-sammler.de/artist/poppy-2/", + "name": "musik-sammler" + }, + { + "url": "https://www.musixmatch.com/artist/Poppy-6", + "name": "musixmatch" + }, + { + "url": "https://rateyourmusic.com/artist/poppy-1", + "name": "rateyourmusic" + }, + { + "url": "https://www.setlist.fm/setlists/poppy-3c3b177.html", + "name": "setlist" + }, + { + "url": "https://www.whosampled.com/Poppy/", + "name": "whosampled" + }, + { + "url": "https://www.impoppy.com/", + "name": "impoppy" + }, + { + "url": "https://foundation.app/@poppy", + "name": "foundation" + }, + { + "url": "https://www.bandsintown.com/a/231079", + "name": "bandsintown" + }, + { + "url": "https://www.songkick.com/artists/727817", + "name": "songkick" + }, + { + "url": "https://www.instagram.com/poponfilm/", + "name": "instagram" + }, + { + "url": "https://music.apple.com/us/artist/1004130511", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1004130511", + "name": "apple" + }, + { + "url": "https://poppy.fandom.com/", + "name": "fandom" + }, + { + "url": "https://itunes.apple.com/us/artist/id1479065420", + "name": "apple" + }, + { + "url": "https://www.tiktok.com/@poppy", + "name": "tiktok" + }, + { + "url": "https://mora.jp/artist/1170693/", + "name": "mora" + }, + { + "url": "https://open.spotify.com/user/xd9qmu77y82326wil8t3j366l", + "name": "spotify" + }, + { + "url": "https://popxmi.com/", + "name": "popxmi" + }, + { + "url": "https://www.sumerianmerch.com/collections/poppy", + "name": "sumerianmerch" + }, + { + "url": "https://sumerianmerch.co.uk/collections/poppy", + "name": "sumerianmerch" + }, + { + "url": "https://24hundred.net/collections/poppy", + "name": "24hundred" + }, + { + "url": "https://music.amazon.com/artists/B000QK9YZQ", + "name": "amazon" + }, + { + "url": "https://www.amazon.com/-/e/B001LHNZUI", + "name": "amazon" + }, + { + "url": "https://www.amazon.com/-/e/B001LHNZUI", + "name": "amazon" + }, + { + "url": "https://www.amazon.com/-/e/B001LHNZUI", + "name": "amazon" + }, + { + "url": "https://bookbrainz.org/author/3b591ae4-1435-479f-b118-2c6a263b8283", + "name": "bookbrainz" + }, + { + "url": "https://open.spotify.com/artist/5LtL2B9LC31DesMx7ihMFc", + "name": "spotify" + }, + { + "url": "https://www.dailymotion.com/thatpoppy", + "name": "dailymotion" + }, + { + "url": "https://poppyvintage.co/", + "name": "poppyvintage" + }, + { + "url": "https://music.amazon.com/artists/B00ZBMAMJ6", + "name": "amazon" + }, + { + "url": "https://us.napster.com/artist/poppy", + "name": "napster" + }, + { + "url": "https://us.napster.com/artist/that-poppy", + "name": "napster" + }, + { + "url": "https://us.napster.com/artist/moriah-pereira", + "name": "napster" + }, + { + "url": "https://music.youtube.com/channel/UCwJcp-qqo0pVvvRwPXIXKyQ", + "name": "youtube" + }, + { + "url": "https://twitter.com/ThatPoppy", + "name": "twitter" + }, + { + "url": "https://mora.jp/artist/897809/", + "name": "mora" + }, + { + "url": "https://tidal.com/artist/9158616", + "name": "tidal" + }, + { + "url": "https://tidal.com/artist/6883406", + "name": "tidal" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/poppy/654210", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/poppy/654210", + "name": "qobuz" + }, + { + "url": "https://mora.jp/artist/944638/", + "name": "mora" + }, + { + "url": "https://www.discogs.com/artist/12562547", + "name": "discogs" + }, + { + "url": "https://www.livenation.com/artist/K8vZ917fae0", + "name": "livenation" + }, + { + "url": "https://www.ticketmaster.com/artist/2186490", + "name": "ticketmaster" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=1102972", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=1102972", + "name": "melon" + }, + { + "url": "https://d-nb.info/gnd/1251346758", + "name": "d-nb" + }, + { + "url": "https://tidal.com/artist/3962878", + "name": "tidal" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Poppy_2023.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.topfemalevocalists.com/poppy", + "name": "topfemalevocalists" + }, + { + "url": "https://www.themoviedb.org/person/1811266", + "name": "themoviedb" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Poppy", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Nu Metal", + "Electropop", + "Alternative Metal", + "Dance-Pop", + "Art Pop", + "Ambient", + "Metalcore", + "Indietronica", + "Industrial Metal", + "Pop Metal", + "Pop", + "Metal" + ], + "cleanName": "poppy", + "sortName": "poppy", + "tags": [], + "added": "2023-10-13T00:33:54Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "id": 150 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/e2bd7574-8915-45ef-b403-15e956b09239/29668762597-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.allmusic.com/album/mw0002918396", + "name": "allmusic" + }, + { + "url": "https://genius.com/albums/Poppy/Bubblebath", + "name": "genius" + }, + { + "url": "https://www.wikidata.org/wiki/Q28054917", + "name": "wikidata" + }, + { + "url": "https://rateyourmusic.com/release/ep/that-poppy/bubblebath/", + "name": "rateyourmusic" + } + ], + "lastSearchTime": "2026-05-15T03:20:26Z", + "id": 1286 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Poppy", + "foreignArtistId": "4ad8190b-d2fd-46f8-a3d9-c0f55c034976", + "tadbId": 0, + "discogsId": 0, + "artistType": "Person", + "disambiguation": "US post‐genre artist, AKA That Poppy", + "links": [ + { + "url": "https://www.youtube.com/channel/UC8JE00xTMBOqKs7o0grFTfQ", + "name": "youtube" + }, + { + "url": "https://www.facebook.com/Poppy", + "name": "facebook" + }, + { + "url": "https://twitter.com/poppy", + "name": "twitter" + }, + { + "url": "https://impoppy.bandcamp.com/", + "name": "bandcamp" + }, + { + "url": "https://genius.com/artists/Poppy", + "name": "genius" + }, + { + "url": "https://www.wikidata.org/wiki/Q24852571", + "name": "wikidata" + }, + { + "url": "https://www.youtube.com/user/ThatPoppyVEVO", + "name": "youtube" + }, + { + "url": "https://open.spotify.com/artist/5uW6WiRHzStJq2i2OsAXcu", + "name": "spotify" + }, + { + "url": "https://imvdb.com/n/poppy", + "name": "imvdb" + }, + { + "url": "https://www.allmusic.com/artist/mn0003411865", + "name": "allmusic" + }, + { + "url": "https://www.last.fm/music/Poppy", + "name": "last" + }, + { + "url": "https://www.last.fm/music/That+Poppy", + "name": "last" + }, + { + "url": "https://www.allmusic.com/artist/mn0003411863", + "name": "allmusic" + }, + { + "url": "https://www.discogs.com/artist/5081293", + "name": "discogs" + }, + { + "url": "https://soundcloud.com/thatpoppy", + "name": "soundcloud" + }, + { + "url": "https://www.instagram.com/impoppy/", + "name": "instagram" + }, + { + "url": "https://open.spotify.com/artist/5mlbvTfWUOfDrUIK6dkNzv", + "name": "spotify" + }, + { + "url": "https://soundcloud.com/poppy", + "name": "soundcloud" + }, + { + "url": "https://www.beatport.com/artist/poppy/69536", + "name": "beatport" + }, + { + "url": "https://www.beatport.com/artist/that-poppy/550757", + "name": "beatport" + }, + { + "url": "https://www.allmusic.com/artist/mn0003667565", + "name": "allmusic" + }, + { + "url": "https://www.discogs.com/artist/6581315", + "name": "discogs" + }, + { + "url": "https://itunes.apple.com/us/artist/id1004130511", + "name": "apple" + }, + { + "url": "https://www.deezer.com/artist/712754", + "name": "deezer" + }, + { + "url": "http://viaf.org/viaf/1214151778252018130006", + "name": "viaf" + }, + { + "url": "http://id.loc.gov/authorities/names/no2016113561", + "name": "loc" + }, + { + "url": "https://www.worldcat.org/identities/lccn-no2016113561", + "name": "worldcat" + }, + { + "url": "https://www.imdb.com/name/nm8824909/", + "name": "imdb" + }, + { + "url": "https://play.google.com/store/music/artist?id=Aievywb2waz72f7etpxci7g6qhm", + "name": "google" + }, + { + "url": "https://www.musik-sammler.de/artist/poppy-2/", + "name": "musik-sammler" + }, + { + "url": "https://www.musixmatch.com/artist/Poppy-6", + "name": "musixmatch" + }, + { + "url": "https://rateyourmusic.com/artist/poppy-1", + "name": "rateyourmusic" + }, + { + "url": "https://www.setlist.fm/setlists/poppy-3c3b177.html", + "name": "setlist" + }, + { + "url": "https://www.whosampled.com/Poppy/", + "name": "whosampled" + }, + { + "url": "https://www.impoppy.com/", + "name": "impoppy" + }, + { + "url": "https://foundation.app/@poppy", + "name": "foundation" + }, + { + "url": "https://www.bandsintown.com/a/231079", + "name": "bandsintown" + }, + { + "url": "https://www.songkick.com/artists/727817", + "name": "songkick" + }, + { + "url": "https://www.instagram.com/poponfilm/", + "name": "instagram" + }, + { + "url": "https://music.apple.com/us/artist/1004130511", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/1004130511", + "name": "apple" + }, + { + "url": "https://poppy.fandom.com/", + "name": "fandom" + }, + { + "url": "https://itunes.apple.com/us/artist/id1479065420", + "name": "apple" + }, + { + "url": "https://www.tiktok.com/@poppy", + "name": "tiktok" + }, + { + "url": "https://mora.jp/artist/1170693/", + "name": "mora" + }, + { + "url": "https://open.spotify.com/user/xd9qmu77y82326wil8t3j366l", + "name": "spotify" + }, + { + "url": "https://popxmi.com/", + "name": "popxmi" + }, + { + "url": "https://www.sumerianmerch.com/collections/poppy", + "name": "sumerianmerch" + }, + { + "url": "https://sumerianmerch.co.uk/collections/poppy", + "name": "sumerianmerch" + }, + { + "url": "https://24hundred.net/collections/poppy", + "name": "24hundred" + }, + { + "url": "https://music.amazon.com/artists/B000QK9YZQ", + "name": "amazon" + }, + { + "url": "https://www.amazon.com/-/e/B001LHNZUI", + "name": "amazon" + }, + { + "url": "https://www.amazon.com/-/e/B001LHNZUI", + "name": "amazon" + }, + { + "url": "https://www.amazon.com/-/e/B001LHNZUI", + "name": "amazon" + }, + { + "url": "https://bookbrainz.org/author/3b591ae4-1435-479f-b118-2c6a263b8283", + "name": "bookbrainz" + }, + { + "url": "https://open.spotify.com/artist/5LtL2B9LC31DesMx7ihMFc", + "name": "spotify" + }, + { + "url": "https://www.dailymotion.com/thatpoppy", + "name": "dailymotion" + }, + { + "url": "https://poppyvintage.co/", + "name": "poppyvintage" + }, + { + "url": "https://music.amazon.com/artists/B00ZBMAMJ6", + "name": "amazon" + }, + { + "url": "https://us.napster.com/artist/poppy", + "name": "napster" + }, + { + "url": "https://us.napster.com/artist/that-poppy", + "name": "napster" + }, + { + "url": "https://us.napster.com/artist/moriah-pereira", + "name": "napster" + }, + { + "url": "https://music.youtube.com/channel/UCwJcp-qqo0pVvvRwPXIXKyQ", + "name": "youtube" + }, + { + "url": "https://twitter.com/ThatPoppy", + "name": "twitter" + }, + { + "url": "https://mora.jp/artist/897809/", + "name": "mora" + }, + { + "url": "https://tidal.com/artist/9158616", + "name": "tidal" + }, + { + "url": "https://tidal.com/artist/6883406", + "name": "tidal" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/poppy/654210", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/poppy/654210", + "name": "qobuz" + }, + { + "url": "https://mora.jp/artist/944638/", + "name": "mora" + }, + { + "url": "https://www.discogs.com/artist/12562547", + "name": "discogs" + }, + { + "url": "https://www.livenation.com/artist/K8vZ917fae0", + "name": "livenation" + }, + { + "url": "https://www.ticketmaster.com/artist/2186490", + "name": "ticketmaster" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=1102972", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=1102972", + "name": "melon" + }, + { + "url": "https://d-nb.info/gnd/1251346758", + "name": "d-nb" + }, + { + "url": "https://tidal.com/artist/3962878", + "name": "tidal" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Poppy_2023.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.topfemalevocalists.com/poppy", + "name": "topfemalevocalists" + }, + { + "url": "https://www.themoviedb.org/person/1811266", + "name": "themoviedb" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [], + "path": "/mnt/plex/music/Poppy", + "qualityProfileId": 1, + "metadataProfileId": 3, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Nu Metal", + "Electropop", + "Alternative Metal", + "Dance-Pop", + "Art Pop", + "Ambient", + "Metalcore", + "Indietronica", + "Industrial Metal", + "Pop Metal", + "Pop", + "Metal" + ], + "cleanName": "poppy", + "sortName": "poppy", + "tags": [], + "added": "2023-10-13T00:33:54Z", + "ratings": { + "votes": 1, + "value": 10 + }, + "id": 150 + }, + "id": 1877 + }, + { + "albumId": 1020, + "artistId": 157, + "trackId": 0, + "sourceTitle": "Lady Gaga - MAYHEM (2025) [24Bit-44.1kHz] FLAC [PMEDIA] ⭐️", + "quality": { + "quality": { + "id": 21, + "name": "FLAC 24bit" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2026-05-08T08:09:42Z", + "downloadId": "B09E40C62249168062DAC579F8BCCEF6B22462E4", + "eventType": "downloadImported", + "data": { + "releaseGroup": null + }, + "album": { + "title": "MAYHEM", + "disambiguation": "", + "overview": "Mayhem is a studio album by American singer-songwriter Lady Gaga. It was released on March 7, 2025, through Streamline and Interscope Records. During the creation of the album, Gaga collaborated with producers such as Andrew Watt, Cirkut and Gesaffelstein, resulting in an album that has a \"chaotic blur of genres\", mainly synth-pop, with industrial dance influences, and elements of electro, disco, funk, industrial pop, rock and pop rock. Thematically, it explores love, chaos, fame, identity, and desire, using metaphors of transformation, duality, and excess. The album was recorded at Rick Rubin's studio Shangri-La, in Malibu, California.\nMayhem was preceded by the release of two singles. Its lead single \"Disease\" was released on October 25, 2024, while \"Abracadabra\" followed as the second and last single on February 3, 2025, reaching number five on the Billboard Global 200 and number thirteen on the U.S. Billboard Hot 100. The record also includes the Grammy-winning global number one single \"Die with a Smile\", a duet with Bruno Mars. Mayhem topped the album charts in over 20 countries, and peaked at the top ten in Denmark, France, Iceland, Lithuania, the Netherlands, and Sweden. It achieved the largest first-week sales of the year for a female album in the lattermost nation in 2025.\nMayhem received critical acclaim with reviewers deeming it a strong return to form to Gaga's pop roots, specifically The Fame (2008). Reviewers highlighted the production, stylistic diversity, album cohesion and noted stylistic inspiration from artists such as David Bowie, Madonna, Michael Jackson, Prince, Radiohead, Nine Inch Nails and Siouxsie and the Banshees. It became her highest-rated release on Metacritic. Gaga will promote the album in 2025 with a series of promotional concerts, including a headlining performance at Coachella, and her eighth concert tour, the Mayhem Ball.", + "artistId": 157, + "foreignAlbumId": "4174e53c-90e8-4630-993f-1f7466178398", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 0, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 9, + "value": 8.2 + }, + "releaseDate": "2025-03-07T00:00:00Z", + "releases": [ + { + "id": 2872, + "albumId": 1020, + "foreignReleaseId": "6b766c2d-04b5-48ee-8a56-db92a3719582", + "title": "MAYHEM", + "status": "Official", + "duration": 3192000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2874, + "albumId": 1020, + "foreignReleaseId": "2aa39b2a-bc2c-4c5a-a76c-62a173816c32", + "title": "MAYHEM", + "status": "Official", + "duration": 3186000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2875, + "albumId": 1020, + "foreignReleaseId": "6babc582-3572-42fb-abf0-a812922911b8", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "store exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2876, + "albumId": 1020, + "foreignReleaseId": "b532e38f-c75b-40de-a12e-53d62020b3e0", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": true + }, + { + "id": 2877, + "albumId": 1020, + "foreignReleaseId": "727f524a-40b5-4744-bca7-84930cf1ef88", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Urban Outfitters exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2878, + "albumId": 1020, + "foreignReleaseId": "71161341-cac3-4e21-8a4e-6a684c5da824", + "title": "MAYHEM", + "status": "Official", + "duration": 3438477, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "Target exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2879, + "albumId": 1020, + "foreignReleaseId": "28bf7234-94ef-4aa0-9f83-3dc44083950f", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Japan" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2880, + "albumId": 1020, + "foreignReleaseId": "5ab5924e-fbf1-483c-83c2-d7ad082e804a", + "title": "MAYHEM", + "status": "Official", + "duration": 3403009, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "deluxe", + "country": [ + "Japan" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2881, + "albumId": 1020, + "foreignReleaseId": "a451cb8f-aa1f-41fc-862c-92b57e955f61", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "Japan" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2882, + "albumId": 1020, + "foreignReleaseId": "1cbe6277-a6e6-47e5-a6d4-c0a5038192c9", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Interscope exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2883, + "albumId": 1020, + "foreignReleaseId": "76c3095c-ecea-42a0-8c48-673f5bdd902f", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Walmart exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2884, + "albumId": 1020, + "foreignReleaseId": "4b062c3e-9e67-4ef7-87a7-1228242b3150", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Amazon exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2890, + "albumId": 1020, + "foreignReleaseId": "a9e1f4ea-8108-46e2-9d74-c72a2dbc13f8", + "title": "MAYHEM", + "status": "Official", + "duration": 3192000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2891, + "albumId": 1020, + "foreignReleaseId": "c0c4e8d7-593d-4924-a9cb-26d3adc9414a", + "title": "MAYHEM", + "status": "Official", + "duration": 2940000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "Dolby Atmos mix", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2892, + "albumId": 1020, + "foreignReleaseId": "bdbae60d-6102-4e98-970b-6ec2e3ae3c50", + "title": "MAYHEM", + "status": "Official", + "duration": 3191868, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2893, + "albumId": 1020, + "foreignReleaseId": "817057f1-72e5-4530-b138-cba05efa6b42", + "title": "MAYHEM", + "status": "Official", + "duration": 3403009, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "alternate cover", + "country": [ + "United Kingdom", + "Europe" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2906, + "albumId": 1020, + "foreignReleaseId": "de829f05-09ee-4f89-a0a6-87826bc13e79", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "store exclusive, silver", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2907, + "albumId": 1020, + "foreignReleaseId": "77abfd1d-8b71-444d-828c-cd7e292b13c8", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Spotify Fans First exclusive", + "country": [ + "Europe" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2908, + "albumId": 1020, + "foreignReleaseId": "5d393e66-ba53-4579-9985-b5561e6b49a6", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Target exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2909, + "albumId": 1020, + "foreignReleaseId": "55b715b2-e67d-4f28-a517-c4aba287a1c3", + "title": "MAYHEM", + "status": "Official", + "duration": 3191917, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Europe" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2910, + "albumId": 1020, + "foreignReleaseId": "16abdb71-85de-4d56-a60f-39e48fec1351", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2911, + "albumId": 1020, + "foreignReleaseId": "9ce0c791-41c5-423f-b8dd-2fe19a3c3712", + "title": "Mayhem", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Spotify Fans First exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2912, + "albumId": 1020, + "foreignReleaseId": "b41361c8-3a8c-40e0-bc4d-95f16df3478a", + "title": "MAYHEM", + "status": "Official", + "duration": 3191917, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2913, + "albumId": 1020, + "foreignReleaseId": "b60a9f23-0bfe-4254-afab-d24a06782cda", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Cassette" + } + ], + "mediumCount": 1, + "disambiguation": "grey cassette", + "country": [ + "United Kingdom", + "Europe" + ], + "label": [ + "Interscope Records" + ], + "format": "Cassette", + "monitored": false + }, + { + "id": 2964, + "albumId": 1020, + "foreignReleaseId": "10044b93-e27e-4433-b5f2-fc3923a8b32e", + "title": "MAYHEM", + "status": "Official", + "duration": 3438477, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "alternate cover", + "country": [ + "Europe" + ], + "label": [ + "Interscope Records", + "Interscope Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 3072, + "albumId": 1020, + "foreignReleaseId": "1bdfed3c-f709-40c2-8f66-e74bbddf997c", + "title": "MAYHEM", + "status": "Official", + "duration": 3878081, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3073, + "albumId": 1020, + "foreignReleaseId": "c5a2e9c3-7621-4a81-b13b-639282fb60d5", + "title": "MAYHEM", + "status": "Official", + "duration": 3878074, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3074, + "albumId": 1020, + "foreignReleaseId": "2d9e87b8-9ff0-41da-a506-9fba6751d575", + "title": "MAYHEM", + "status": "Official", + "duration": 3878074, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3075, + "albumId": 1020, + "foreignReleaseId": "3c49b2cb-ba22-44c0-9ce6-95a05c582525", + "title": "MAYHEM", + "status": "Official", + "duration": 3878074, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3076, + "albumId": 1020, + "foreignReleaseId": "463c60a9-21ac-4e11-add8-93389359c7fd", + "title": "MAYHEM", + "status": "Official", + "duration": 3626407, + "trackCount": 16, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "Dolby Atmos mix", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Pop", + "Dance-Pop", + "Synth-Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Lady Gaga", + "foreignArtistId": "650e7db6-b795-4eb5-a702-5ea2fc46c848", + "tadbId": 0, + "discogsId": 0, + "overview": "Stefani Joanne Angelina Germanotta, known professionally as Lady Gaga, is an American singer, songwriter, and actress. Known for her image reinventions and versatility across the entertainment industry, she is an influential figure in popular music. With estimated sales of 124 million records, she is one of the best-selling music artists of all time. Publications such as Billboard and Rolling Stone have ranked her among the greatest artists in history.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://myspace.com/ladygaga", + "name": "myspace" + }, + { + "url": "https://www.discogs.com/artist/1103159", + "name": "discogs" + }, + { + "url": "https://www.youtube.com/channel/UCNL1ZadSjHpjm4q9j2sVtOA", + "name": "youtube" + }, + { + "url": "https://www.bbc.co.uk/music/artists/650e7db6-b795-4eb5-a702-5ea2fc46c848", + "name": "bbc" + }, + { + "url": "https://twitter.com/ladygaga", + "name": "twitter" + }, + { + "url": "https://ladygaga.fandom.com/", + "name": "fandom" + }, + { + "url": "http://fanity.com/LadyGaga", + "name": "fanity" + }, + { + "url": "https://www.youtube.com/channel/UC07Kxew-cMIaykMOkzqHtBQ", + "name": "youtube" + }, + { + "url": "https://www.allmusic.com/artist/mn0000994823", + "name": "allmusic" + }, + { + "url": "https://plus.google.com/+LadyGaga", + "name": "google" + }, + { + "url": "https://www.facebook.com/ladygaga", + "name": "facebook" + }, + { + "url": "https://secondhandsongs.com/artist/43820", + "name": "secondhandsongs" + }, + { + "url": "https://www.last.fm/music/Lady+Gaga", + "name": "last" + }, + { + "url": "https://www.wikidata.org/wiki/Q19848", + "name": "wikidata" + }, + { + "url": "https://soundcloud.com/ladygaga", + "name": "soundcloud" + }, + { + "url": "https://rateyourmusic.com/artist/lady-gaga", + "name": "rateyourmusic" + }, + { + "url": "https://www.imdb.com/name/nm3078932/", + "name": "imdb" + }, + { + "url": "https://musicmoz.org/Bands_and_Artists/L/Lady_Gaga/", + "name": "musicmoz" + }, + { + "url": "https://www.instagram.com/ladygaga/", + "name": "instagram" + }, + { + "url": "http://viaf.org/viaf/49555103", + "name": "viaf" + }, + { + "url": "https://open.spotify.com/artist/1HY2Jd0NmPuamShAr6KMms", + "name": "spotify" + }, + { + "url": "https://www.whosampled.com/Lady-Gaga/", + "name": "whosampled" + }, + { + "url": "https://www.worldcat.org/identities/containsVIAFID/49555103", + "name": "worldcat" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ah7amohgkrydyfxgsbask752lye", + "name": "google" + }, + { + "url": "https://imvdb.com/n/lady-gaga", + "name": "imvdb" + }, + { + "url": "https://genius.com/artists/Lady-gaga", + "name": "genius" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Lady_Gaga_vigil_2016.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.bandsintown.com/a/22741", + "name": "bandsintown" + }, + { + "url": "https://www.musik-sammler.de/artist/lady-gaga/", + "name": "musik-sammler" + }, + { + "url": "https://www.songkick.com/artists/974908", + "name": "songkick" + }, + { + "url": "https://us.7digital.com/artist/lady-gaga", + "name": "7digital" + }, + { + "url": "https://www.deezer.com/artist/75491", + "name": "deezer" + }, + { + "url": "https://giphy.com/ladygaga", + "name": "giphy" + }, + { + "url": "https://d-nb.info/gnd/135898838", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2008179258", + "name": "loc" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb157535900", + "name": "bnf" + }, + { + "url": "https://nla.gov.au/nla.party-1479624", + "name": "gov" + }, + { + "url": "https://www.musixmatch.com/artist/Lady-Gaga", + "name": "musixmatch" + }, + { + "url": "https://tidal.com/artist/3534754", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/lady-gaga/140979", + "name": "beatport" + }, + { + "url": "https://www.junodownload.com/artists/Lady+Gaga/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:210120-D-WD757-1720_(50861332387)_(cropped).jpg", + "name": "wikimedia" + }, + { + "url": "https://soundcloud.com/stuckonfuckinyou", + "name": "soundcloud" + }, + { + "url": "https://www.tiktok.com/@ladygaga", + "name": "tiktok" + }, + { + "url": "https://openlibrary.org/works/OL7317992A", + "name": "openlibrary" + }, + { + "url": "https://www.discogs.com/artist/1525683", + "name": "discogs" + }, + { + "url": "https://www.discogs.com/artist/5729318", + "name": "discogs" + }, + { + "url": "https://www.tiktok.com/@stefanigermanott5", + "name": "tiktok" + }, + { + "url": "https://twitter.com/GAGA_JAPAN", + "name": "twitter" + }, + { + "url": "https://music.amazon.com/artists/B001SZDIZU", + "name": "amazon" + }, + { + "url": "http://www.maniadb.com/artist/153225", + "name": "maniadb" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000321714/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.setlist.fm/setlists/lady-gaga-1bd665bc.html", + "name": "setlist" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.cdjapan.co.jp/person/700155541", + "name": "cdjapan" + }, + { + "url": "https://music.youtube.com/channel/UCGKXb1syicud01CJOOFRykg", + "name": "youtube" + }, + { + "url": "https://www.livenation.com/artist/K8vZ917Go7V", + "name": "livenation" + }, + { + "url": "https://www.ticketmaster.com/artist/1249444", + "name": "ticketmaster" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://open.spotify.com/user/ladygaga_spotify", + "name": "spotify" + }, + { + "url": "https://us.napster.com/artist/lady-gaga", + "name": "napster" + }, + { + "url": "https://itunes.apple.com/us/artist/id277293880", + "name": "apple" + }, + { + "url": "https://mora.jp/artist/13336/", + "name": "mora" + }, + { + "url": "https://muzikum.eu/en/lady-gaga/lyrics", + "name": "muzikum" + }, + { + "url": "https://www.ladygaga.com/", + "name": "ladygaga" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://www.idref.fr/162075545", + "name": "idref" + }, + { + "url": "https://jaxsta.com/profile/a661a9bb-ace6-4fb3-9e86-8e6612ab40e0", + "name": "jaxsta" + }, + { + "url": "https://www.themoviedb.org/person/237405", + "name": "themoviedb" + }, + { + "url": "https://www.boomplay.com/artists/1927236", + "name": "boomplay" + }, + { + "url": "https://www.dailymotion.com/ladygaga", + "name": "dailymotion" + }, + { + "url": "https://play.anghami.com/artist/8620917", + "name": "anghami" + }, + { + "url": "https://music.yandex.com/artist/1438", + "name": "yandex" + }, + { + "url": "https://id.oclc.org/worldcat/entity/E39PCjrpyjhYC3CtXtKPqbfK3P", + "name": "oclc" + }, + { + "url": "https://ototoy.jp/_/default/a/274159", + "name": "ototoy" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/fanart/tpvbtv1770819678.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/strrrq1537623093.jpg", + "coverType": "banner", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/qxwtwx1537623070.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/ib17f51665840436.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Lady Gaga", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Pop", + "Dance-Pop", + "Electropop", + "Pop Rock", + "Synth-Pop", + "Electronic", + "Dance", + "Jazz", + "Electro House", + "Americana" + ], + "cleanName": "ladygaga", + "sortName": "lady gaga", + "tags": [], + "added": "2025-02-21T06:12:06Z", + "ratings": { + "votes": 26, + "value": 8.6 + }, + "id": 157 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/6b766c2d-04b5-48ee-8a56-db92a3719582/41072894960-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/5ab5924e-fbf1-483c-83c2-d7ad082e804a/42116710285-1200.jpg", + "coverType": "disc", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.wikidata.org/wiki/Q131919251", + "name": "wikidata" + }, + { + "url": "https://www.discogs.com/master/3772997", + "name": "discogs" + }, + { + "url": "https://www.hs.fi/kulttuuri/art-2000011080056.html", + "name": "hs" + }, + { + "url": "https://www.offiziellecharts.de/charts/album-details-547539", + "name": "offiziellecharts" + }, + { + "url": "https://www.plattentests.de/rezi.php?show=20685", + "name": "plattentests" + }, + { + "url": "https://laut.de/Lady-Gaga/Alben/Mayhem-124960", + "name": "laut" + }, + { + "url": "https://www.allmusic.com/album/mw0004464509", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/release/album/lady-gaga/mayhem/", + "name": "rateyourmusic" + }, + { + "url": "https://genius.com/albums/Lady-gaga/Mayhem", + "name": "genius" + }, + { + "url": "https://www.musik-sammler.de/album/1089079/", + "name": "musik-sammler" + }, + { + "url": "https://www.apu.fi/artikkelit/lady-gagan-uusi-levy-kuulostaa-silta-kuin-trumpin-aika-nayttaa-kolumni-oskari-onninen", + "name": "apu" + } + ], + "lastSearchTime": "2026-05-08T08:05:30Z", + "id": 1020 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Lady Gaga", + "foreignArtistId": "650e7db6-b795-4eb5-a702-5ea2fc46c848", + "tadbId": 0, + "discogsId": 0, + "overview": "Stefani Joanne Angelina Germanotta, known professionally as Lady Gaga, is an American singer, songwriter, and actress. Known for her image reinventions and versatility across the entertainment industry, she is an influential figure in popular music. With estimated sales of 124 million records, she is one of the best-selling music artists of all time. Publications such as Billboard and Rolling Stone have ranked her among the greatest artists in history.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://myspace.com/ladygaga", + "name": "myspace" + }, + { + "url": "https://www.discogs.com/artist/1103159", + "name": "discogs" + }, + { + "url": "https://www.youtube.com/channel/UCNL1ZadSjHpjm4q9j2sVtOA", + "name": "youtube" + }, + { + "url": "https://www.bbc.co.uk/music/artists/650e7db6-b795-4eb5-a702-5ea2fc46c848", + "name": "bbc" + }, + { + "url": "https://twitter.com/ladygaga", + "name": "twitter" + }, + { + "url": "https://ladygaga.fandom.com/", + "name": "fandom" + }, + { + "url": "http://fanity.com/LadyGaga", + "name": "fanity" + }, + { + "url": "https://www.youtube.com/channel/UC07Kxew-cMIaykMOkzqHtBQ", + "name": "youtube" + }, + { + "url": "https://www.allmusic.com/artist/mn0000994823", + "name": "allmusic" + }, + { + "url": "https://plus.google.com/+LadyGaga", + "name": "google" + }, + { + "url": "https://www.facebook.com/ladygaga", + "name": "facebook" + }, + { + "url": "https://secondhandsongs.com/artist/43820", + "name": "secondhandsongs" + }, + { + "url": "https://www.last.fm/music/Lady+Gaga", + "name": "last" + }, + { + "url": "https://www.wikidata.org/wiki/Q19848", + "name": "wikidata" + }, + { + "url": "https://soundcloud.com/ladygaga", + "name": "soundcloud" + }, + { + "url": "https://rateyourmusic.com/artist/lady-gaga", + "name": "rateyourmusic" + }, + { + "url": "https://www.imdb.com/name/nm3078932/", + "name": "imdb" + }, + { + "url": "https://musicmoz.org/Bands_and_Artists/L/Lady_Gaga/", + "name": "musicmoz" + }, + { + "url": "https://www.instagram.com/ladygaga/", + "name": "instagram" + }, + { + "url": "http://viaf.org/viaf/49555103", + "name": "viaf" + }, + { + "url": "https://open.spotify.com/artist/1HY2Jd0NmPuamShAr6KMms", + "name": "spotify" + }, + { + "url": "https://www.whosampled.com/Lady-Gaga/", + "name": "whosampled" + }, + { + "url": "https://www.worldcat.org/identities/containsVIAFID/49555103", + "name": "worldcat" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ah7amohgkrydyfxgsbask752lye", + "name": "google" + }, + { + "url": "https://imvdb.com/n/lady-gaga", + "name": "imvdb" + }, + { + "url": "https://genius.com/artists/Lady-gaga", + "name": "genius" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Lady_Gaga_vigil_2016.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.bandsintown.com/a/22741", + "name": "bandsintown" + }, + { + "url": "https://www.musik-sammler.de/artist/lady-gaga/", + "name": "musik-sammler" + }, + { + "url": "https://www.songkick.com/artists/974908", + "name": "songkick" + }, + { + "url": "https://us.7digital.com/artist/lady-gaga", + "name": "7digital" + }, + { + "url": "https://www.deezer.com/artist/75491", + "name": "deezer" + }, + { + "url": "https://giphy.com/ladygaga", + "name": "giphy" + }, + { + "url": "https://d-nb.info/gnd/135898838", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2008179258", + "name": "loc" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb157535900", + "name": "bnf" + }, + { + "url": "https://nla.gov.au/nla.party-1479624", + "name": "gov" + }, + { + "url": "https://www.musixmatch.com/artist/Lady-Gaga", + "name": "musixmatch" + }, + { + "url": "https://tidal.com/artist/3534754", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/lady-gaga/140979", + "name": "beatport" + }, + { + "url": "https://www.junodownload.com/artists/Lady+Gaga/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:210120-D-WD757-1720_(50861332387)_(cropped).jpg", + "name": "wikimedia" + }, + { + "url": "https://soundcloud.com/stuckonfuckinyou", + "name": "soundcloud" + }, + { + "url": "https://www.tiktok.com/@ladygaga", + "name": "tiktok" + }, + { + "url": "https://openlibrary.org/works/OL7317992A", + "name": "openlibrary" + }, + { + "url": "https://www.discogs.com/artist/1525683", + "name": "discogs" + }, + { + "url": "https://www.discogs.com/artist/5729318", + "name": "discogs" + }, + { + "url": "https://www.tiktok.com/@stefanigermanott5", + "name": "tiktok" + }, + { + "url": "https://twitter.com/GAGA_JAPAN", + "name": "twitter" + }, + { + "url": "https://music.amazon.com/artists/B001SZDIZU", + "name": "amazon" + }, + { + "url": "http://www.maniadb.com/artist/153225", + "name": "maniadb" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000321714/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.setlist.fm/setlists/lady-gaga-1bd665bc.html", + "name": "setlist" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.cdjapan.co.jp/person/700155541", + "name": "cdjapan" + }, + { + "url": "https://music.youtube.com/channel/UCGKXb1syicud01CJOOFRykg", + "name": "youtube" + }, + { + "url": "https://www.livenation.com/artist/K8vZ917Go7V", + "name": "livenation" + }, + { + "url": "https://www.ticketmaster.com/artist/1249444", + "name": "ticketmaster" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://open.spotify.com/user/ladygaga_spotify", + "name": "spotify" + }, + { + "url": "https://us.napster.com/artist/lady-gaga", + "name": "napster" + }, + { + "url": "https://itunes.apple.com/us/artist/id277293880", + "name": "apple" + }, + { + "url": "https://mora.jp/artist/13336/", + "name": "mora" + }, + { + "url": "https://muzikum.eu/en/lady-gaga/lyrics", + "name": "muzikum" + }, + { + "url": "https://www.ladygaga.com/", + "name": "ladygaga" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://www.idref.fr/162075545", + "name": "idref" + }, + { + "url": "https://jaxsta.com/profile/a661a9bb-ace6-4fb3-9e86-8e6612ab40e0", + "name": "jaxsta" + }, + { + "url": "https://www.themoviedb.org/person/237405", + "name": "themoviedb" + }, + { + "url": "https://www.boomplay.com/artists/1927236", + "name": "boomplay" + }, + { + "url": "https://www.dailymotion.com/ladygaga", + "name": "dailymotion" + }, + { + "url": "https://play.anghami.com/artist/8620917", + "name": "anghami" + }, + { + "url": "https://music.yandex.com/artist/1438", + "name": "yandex" + }, + { + "url": "https://id.oclc.org/worldcat/entity/E39PCjrpyjhYC3CtXtKPqbfK3P", + "name": "oclc" + }, + { + "url": "https://ototoy.jp/_/default/a/274159", + "name": "ototoy" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/fanart/tpvbtv1770819678.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/strrrq1537623093.jpg", + "coverType": "banner", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/qxwtwx1537623070.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/ib17f51665840436.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Lady Gaga", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Pop", + "Dance-Pop", + "Electropop", + "Pop Rock", + "Synth-Pop", + "Electronic", + "Dance", + "Jazz", + "Electro House", + "Americana" + ], + "cleanName": "ladygaga", + "sortName": "lady gaga", + "tags": [], + "added": "2025-02-21T06:12:06Z", + "ratings": { + "votes": 26, + "value": 8.6 + }, + "id": 157 + }, + "id": 1876 + }, + { + "albumId": 1020, + "artistId": 157, + "trackId": 34650, + "sourceTitle": "10. Don't Call Tonight", + "quality": { + "quality": { + "id": 21, + "name": "FLAC 24bit" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2026-05-08T08:09:42Z", + "downloadId": "B09E40C62249168062DAC579F8BCCEF6B22462E4", + "eventType": "trackFileImported", + "data": { + "fileId": "212494", + "droppedPath": "/mnt/torrents/downloads/Lady Gaga - MAYHEM (2025) [24Bit-44.1kHz] FLAC [PMEDIA] ⭐️/10. Don't Call Tonight.flac", + "importedPath": "/mnt/plex/music/Lady Gaga/MAYHEM (2025)/12 Vinyl 01/Lady Gaga - MAYHEM - 10 - Don’t Call Tonight.flac", + "downloadClient": "qBittorrent", + "releaseGroup": null, + "size": "50535288", + "indexerFlags": "Freeleech" + }, + "album": { + "title": "MAYHEM", + "disambiguation": "", + "overview": "Mayhem is a studio album by American singer-songwriter Lady Gaga. It was released on March 7, 2025, through Streamline and Interscope Records. During the creation of the album, Gaga collaborated with producers such as Andrew Watt, Cirkut and Gesaffelstein, resulting in an album that has a \"chaotic blur of genres\", mainly synth-pop, with industrial dance influences, and elements of electro, disco, funk, industrial pop, rock and pop rock. Thematically, it explores love, chaos, fame, identity, and desire, using metaphors of transformation, duality, and excess. The album was recorded at Rick Rubin's studio Shangri-La, in Malibu, California.\nMayhem was preceded by the release of two singles. Its lead single \"Disease\" was released on October 25, 2024, while \"Abracadabra\" followed as the second and last single on February 3, 2025, reaching number five on the Billboard Global 200 and number thirteen on the U.S. Billboard Hot 100. The record also includes the Grammy-winning global number one single \"Die with a Smile\", a duet with Bruno Mars. Mayhem topped the album charts in over 20 countries, and peaked at the top ten in Denmark, France, Iceland, Lithuania, the Netherlands, and Sweden. It achieved the largest first-week sales of the year for a female album in the lattermost nation in 2025.\nMayhem received critical acclaim with reviewers deeming it a strong return to form to Gaga's pop roots, specifically The Fame (2008). Reviewers highlighted the production, stylistic diversity, album cohesion and noted stylistic inspiration from artists such as David Bowie, Madonna, Michael Jackson, Prince, Radiohead, Nine Inch Nails and Siouxsie and the Banshees. It became her highest-rated release on Metacritic. Gaga will promote the album in 2025 with a series of promotional concerts, including a headlining performance at Coachella, and her eighth concert tour, the Mayhem Ball.", + "artistId": 157, + "foreignAlbumId": "4174e53c-90e8-4630-993f-1f7466178398", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 0, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 9, + "value": 8.2 + }, + "releaseDate": "2025-03-07T00:00:00Z", + "releases": [ + { + "id": 2872, + "albumId": 1020, + "foreignReleaseId": "6b766c2d-04b5-48ee-8a56-db92a3719582", + "title": "MAYHEM", + "status": "Official", + "duration": 3192000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2874, + "albumId": 1020, + "foreignReleaseId": "2aa39b2a-bc2c-4c5a-a76c-62a173816c32", + "title": "MAYHEM", + "status": "Official", + "duration": 3186000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2875, + "albumId": 1020, + "foreignReleaseId": "6babc582-3572-42fb-abf0-a812922911b8", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "store exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2876, + "albumId": 1020, + "foreignReleaseId": "b532e38f-c75b-40de-a12e-53d62020b3e0", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": true + }, + { + "id": 2877, + "albumId": 1020, + "foreignReleaseId": "727f524a-40b5-4744-bca7-84930cf1ef88", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Urban Outfitters exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2878, + "albumId": 1020, + "foreignReleaseId": "71161341-cac3-4e21-8a4e-6a684c5da824", + "title": "MAYHEM", + "status": "Official", + "duration": 3438477, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "Target exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2879, + "albumId": 1020, + "foreignReleaseId": "28bf7234-94ef-4aa0-9f83-3dc44083950f", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Japan" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2880, + "albumId": 1020, + "foreignReleaseId": "5ab5924e-fbf1-483c-83c2-d7ad082e804a", + "title": "MAYHEM", + "status": "Official", + "duration": 3403009, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "deluxe", + "country": [ + "Japan" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2881, + "albumId": 1020, + "foreignReleaseId": "a451cb8f-aa1f-41fc-862c-92b57e955f61", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "Japan" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2882, + "albumId": 1020, + "foreignReleaseId": "1cbe6277-a6e6-47e5-a6d4-c0a5038192c9", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Interscope exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2883, + "albumId": 1020, + "foreignReleaseId": "76c3095c-ecea-42a0-8c48-673f5bdd902f", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Walmart exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2884, + "albumId": 1020, + "foreignReleaseId": "4b062c3e-9e67-4ef7-87a7-1228242b3150", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Amazon exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2890, + "albumId": 1020, + "foreignReleaseId": "a9e1f4ea-8108-46e2-9d74-c72a2dbc13f8", + "title": "MAYHEM", + "status": "Official", + "duration": 3192000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2891, + "albumId": 1020, + "foreignReleaseId": "c0c4e8d7-593d-4924-a9cb-26d3adc9414a", + "title": "MAYHEM", + "status": "Official", + "duration": 2940000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "Dolby Atmos mix", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2892, + "albumId": 1020, + "foreignReleaseId": "bdbae60d-6102-4e98-970b-6ec2e3ae3c50", + "title": "MAYHEM", + "status": "Official", + "duration": 3191868, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2893, + "albumId": 1020, + "foreignReleaseId": "817057f1-72e5-4530-b138-cba05efa6b42", + "title": "MAYHEM", + "status": "Official", + "duration": 3403009, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "alternate cover", + "country": [ + "United Kingdom", + "Europe" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2906, + "albumId": 1020, + "foreignReleaseId": "de829f05-09ee-4f89-a0a6-87826bc13e79", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "store exclusive, silver", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2907, + "albumId": 1020, + "foreignReleaseId": "77abfd1d-8b71-444d-828c-cd7e292b13c8", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Spotify Fans First exclusive", + "country": [ + "Europe" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2908, + "albumId": 1020, + "foreignReleaseId": "5d393e66-ba53-4579-9985-b5561e6b49a6", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Target exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2909, + "albumId": 1020, + "foreignReleaseId": "55b715b2-e67d-4f28-a517-c4aba287a1c3", + "title": "MAYHEM", + "status": "Official", + "duration": 3191917, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Europe" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2910, + "albumId": 1020, + "foreignReleaseId": "16abdb71-85de-4d56-a60f-39e48fec1351", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2911, + "albumId": 1020, + "foreignReleaseId": "9ce0c791-41c5-423f-b8dd-2fe19a3c3712", + "title": "Mayhem", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Spotify Fans First exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2912, + "albumId": 1020, + "foreignReleaseId": "b41361c8-3a8c-40e0-bc4d-95f16df3478a", + "title": "MAYHEM", + "status": "Official", + "duration": 3191917, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2913, + "albumId": 1020, + "foreignReleaseId": "b60a9f23-0bfe-4254-afab-d24a06782cda", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Cassette" + } + ], + "mediumCount": 1, + "disambiguation": "grey cassette", + "country": [ + "United Kingdom", + "Europe" + ], + "label": [ + "Interscope Records" + ], + "format": "Cassette", + "monitored": false + }, + { + "id": 2964, + "albumId": 1020, + "foreignReleaseId": "10044b93-e27e-4433-b5f2-fc3923a8b32e", + "title": "MAYHEM", + "status": "Official", + "duration": 3438477, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "alternate cover", + "country": [ + "Europe" + ], + "label": [ + "Interscope Records", + "Interscope Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 3072, + "albumId": 1020, + "foreignReleaseId": "1bdfed3c-f709-40c2-8f66-e74bbddf997c", + "title": "MAYHEM", + "status": "Official", + "duration": 3878081, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3073, + "albumId": 1020, + "foreignReleaseId": "c5a2e9c3-7621-4a81-b13b-639282fb60d5", + "title": "MAYHEM", + "status": "Official", + "duration": 3878074, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3074, + "albumId": 1020, + "foreignReleaseId": "2d9e87b8-9ff0-41da-a506-9fba6751d575", + "title": "MAYHEM", + "status": "Official", + "duration": 3878074, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3075, + "albumId": 1020, + "foreignReleaseId": "3c49b2cb-ba22-44c0-9ce6-95a05c582525", + "title": "MAYHEM", + "status": "Official", + "duration": 3878074, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3076, + "albumId": 1020, + "foreignReleaseId": "463c60a9-21ac-4e11-add8-93389359c7fd", + "title": "MAYHEM", + "status": "Official", + "duration": 3626407, + "trackCount": 16, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "Dolby Atmos mix", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Pop", + "Dance-Pop", + "Synth-Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Lady Gaga", + "foreignArtistId": "650e7db6-b795-4eb5-a702-5ea2fc46c848", + "tadbId": 0, + "discogsId": 0, + "overview": "Stefani Joanne Angelina Germanotta, known professionally as Lady Gaga, is an American singer, songwriter, and actress. Known for her image reinventions and versatility across the entertainment industry, she is an influential figure in popular music. With estimated sales of 124 million records, she is one of the best-selling music artists of all time. Publications such as Billboard and Rolling Stone have ranked her among the greatest artists in history.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://myspace.com/ladygaga", + "name": "myspace" + }, + { + "url": "https://www.discogs.com/artist/1103159", + "name": "discogs" + }, + { + "url": "https://www.youtube.com/channel/UCNL1ZadSjHpjm4q9j2sVtOA", + "name": "youtube" + }, + { + "url": "https://www.bbc.co.uk/music/artists/650e7db6-b795-4eb5-a702-5ea2fc46c848", + "name": "bbc" + }, + { + "url": "https://twitter.com/ladygaga", + "name": "twitter" + }, + { + "url": "https://ladygaga.fandom.com/", + "name": "fandom" + }, + { + "url": "http://fanity.com/LadyGaga", + "name": "fanity" + }, + { + "url": "https://www.youtube.com/channel/UC07Kxew-cMIaykMOkzqHtBQ", + "name": "youtube" + }, + { + "url": "https://www.allmusic.com/artist/mn0000994823", + "name": "allmusic" + }, + { + "url": "https://plus.google.com/+LadyGaga", + "name": "google" + }, + { + "url": "https://www.facebook.com/ladygaga", + "name": "facebook" + }, + { + "url": "https://secondhandsongs.com/artist/43820", + "name": "secondhandsongs" + }, + { + "url": "https://www.last.fm/music/Lady+Gaga", + "name": "last" + }, + { + "url": "https://www.wikidata.org/wiki/Q19848", + "name": "wikidata" + }, + { + "url": "https://soundcloud.com/ladygaga", + "name": "soundcloud" + }, + { + "url": "https://rateyourmusic.com/artist/lady-gaga", + "name": "rateyourmusic" + }, + { + "url": "https://www.imdb.com/name/nm3078932/", + "name": "imdb" + }, + { + "url": "https://musicmoz.org/Bands_and_Artists/L/Lady_Gaga/", + "name": "musicmoz" + }, + { + "url": "https://www.instagram.com/ladygaga/", + "name": "instagram" + }, + { + "url": "http://viaf.org/viaf/49555103", + "name": "viaf" + }, + { + "url": "https://open.spotify.com/artist/1HY2Jd0NmPuamShAr6KMms", + "name": "spotify" + }, + { + "url": "https://www.whosampled.com/Lady-Gaga/", + "name": "whosampled" + }, + { + "url": "https://www.worldcat.org/identities/containsVIAFID/49555103", + "name": "worldcat" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ah7amohgkrydyfxgsbask752lye", + "name": "google" + }, + { + "url": "https://imvdb.com/n/lady-gaga", + "name": "imvdb" + }, + { + "url": "https://genius.com/artists/Lady-gaga", + "name": "genius" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Lady_Gaga_vigil_2016.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.bandsintown.com/a/22741", + "name": "bandsintown" + }, + { + "url": "https://www.musik-sammler.de/artist/lady-gaga/", + "name": "musik-sammler" + }, + { + "url": "https://www.songkick.com/artists/974908", + "name": "songkick" + }, + { + "url": "https://us.7digital.com/artist/lady-gaga", + "name": "7digital" + }, + { + "url": "https://www.deezer.com/artist/75491", + "name": "deezer" + }, + { + "url": "https://giphy.com/ladygaga", + "name": "giphy" + }, + { + "url": "https://d-nb.info/gnd/135898838", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2008179258", + "name": "loc" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb157535900", + "name": "bnf" + }, + { + "url": "https://nla.gov.au/nla.party-1479624", + "name": "gov" + }, + { + "url": "https://www.musixmatch.com/artist/Lady-Gaga", + "name": "musixmatch" + }, + { + "url": "https://tidal.com/artist/3534754", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/lady-gaga/140979", + "name": "beatport" + }, + { + "url": "https://www.junodownload.com/artists/Lady+Gaga/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:210120-D-WD757-1720_(50861332387)_(cropped).jpg", + "name": "wikimedia" + }, + { + "url": "https://soundcloud.com/stuckonfuckinyou", + "name": "soundcloud" + }, + { + "url": "https://www.tiktok.com/@ladygaga", + "name": "tiktok" + }, + { + "url": "https://openlibrary.org/works/OL7317992A", + "name": "openlibrary" + }, + { + "url": "https://www.discogs.com/artist/1525683", + "name": "discogs" + }, + { + "url": "https://www.discogs.com/artist/5729318", + "name": "discogs" + }, + { + "url": "https://www.tiktok.com/@stefanigermanott5", + "name": "tiktok" + }, + { + "url": "https://twitter.com/GAGA_JAPAN", + "name": "twitter" + }, + { + "url": "https://music.amazon.com/artists/B001SZDIZU", + "name": "amazon" + }, + { + "url": "http://www.maniadb.com/artist/153225", + "name": "maniadb" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000321714/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.setlist.fm/setlists/lady-gaga-1bd665bc.html", + "name": "setlist" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.cdjapan.co.jp/person/700155541", + "name": "cdjapan" + }, + { + "url": "https://music.youtube.com/channel/UCGKXb1syicud01CJOOFRykg", + "name": "youtube" + }, + { + "url": "https://www.livenation.com/artist/K8vZ917Go7V", + "name": "livenation" + }, + { + "url": "https://www.ticketmaster.com/artist/1249444", + "name": "ticketmaster" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://open.spotify.com/user/ladygaga_spotify", + "name": "spotify" + }, + { + "url": "https://us.napster.com/artist/lady-gaga", + "name": "napster" + }, + { + "url": "https://itunes.apple.com/us/artist/id277293880", + "name": "apple" + }, + { + "url": "https://mora.jp/artist/13336/", + "name": "mora" + }, + { + "url": "https://muzikum.eu/en/lady-gaga/lyrics", + "name": "muzikum" + }, + { + "url": "https://www.ladygaga.com/", + "name": "ladygaga" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://www.idref.fr/162075545", + "name": "idref" + }, + { + "url": "https://jaxsta.com/profile/a661a9bb-ace6-4fb3-9e86-8e6612ab40e0", + "name": "jaxsta" + }, + { + "url": "https://www.themoviedb.org/person/237405", + "name": "themoviedb" + }, + { + "url": "https://www.boomplay.com/artists/1927236", + "name": "boomplay" + }, + { + "url": "https://www.dailymotion.com/ladygaga", + "name": "dailymotion" + }, + { + "url": "https://play.anghami.com/artist/8620917", + "name": "anghami" + }, + { + "url": "https://music.yandex.com/artist/1438", + "name": "yandex" + }, + { + "url": "https://id.oclc.org/worldcat/entity/E39PCjrpyjhYC3CtXtKPqbfK3P", + "name": "oclc" + }, + { + "url": "https://ototoy.jp/_/default/a/274159", + "name": "ototoy" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/fanart/tpvbtv1770819678.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/strrrq1537623093.jpg", + "coverType": "banner", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/qxwtwx1537623070.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/ib17f51665840436.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Lady Gaga", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Pop", + "Dance-Pop", + "Electropop", + "Pop Rock", + "Synth-Pop", + "Electronic", + "Dance", + "Jazz", + "Electro House", + "Americana" + ], + "cleanName": "ladygaga", + "sortName": "lady gaga", + "tags": [], + "added": "2025-02-21T06:12:06Z", + "ratings": { + "votes": 26, + "value": 8.6 + }, + "id": 157 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/6b766c2d-04b5-48ee-8a56-db92a3719582/41072894960-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/5ab5924e-fbf1-483c-83c2-d7ad082e804a/42116710285-1200.jpg", + "coverType": "disc", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.wikidata.org/wiki/Q131919251", + "name": "wikidata" + }, + { + "url": "https://www.discogs.com/master/3772997", + "name": "discogs" + }, + { + "url": "https://www.hs.fi/kulttuuri/art-2000011080056.html", + "name": "hs" + }, + { + "url": "https://www.offiziellecharts.de/charts/album-details-547539", + "name": "offiziellecharts" + }, + { + "url": "https://www.plattentests.de/rezi.php?show=20685", + "name": "plattentests" + }, + { + "url": "https://laut.de/Lady-Gaga/Alben/Mayhem-124960", + "name": "laut" + }, + { + "url": "https://www.allmusic.com/album/mw0004464509", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/release/album/lady-gaga/mayhem/", + "name": "rateyourmusic" + }, + { + "url": "https://genius.com/albums/Lady-gaga/Mayhem", + "name": "genius" + }, + { + "url": "https://www.musik-sammler.de/album/1089079/", + "name": "musik-sammler" + }, + { + "url": "https://www.apu.fi/artikkelit/lady-gagan-uusi-levy-kuulostaa-silta-kuin-trumpin-aika-nayttaa-kolumni-oskari-onninen", + "name": "apu" + } + ], + "lastSearchTime": "2026-05-08T08:05:30Z", + "id": 1020 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Lady Gaga", + "foreignArtistId": "650e7db6-b795-4eb5-a702-5ea2fc46c848", + "tadbId": 0, + "discogsId": 0, + "overview": "Stefani Joanne Angelina Germanotta, known professionally as Lady Gaga, is an American singer, songwriter, and actress. Known for her image reinventions and versatility across the entertainment industry, she is an influential figure in popular music. With estimated sales of 124 million records, she is one of the best-selling music artists of all time. Publications such as Billboard and Rolling Stone have ranked her among the greatest artists in history.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://myspace.com/ladygaga", + "name": "myspace" + }, + { + "url": "https://www.discogs.com/artist/1103159", + "name": "discogs" + }, + { + "url": "https://www.youtube.com/channel/UCNL1ZadSjHpjm4q9j2sVtOA", + "name": "youtube" + }, + { + "url": "https://www.bbc.co.uk/music/artists/650e7db6-b795-4eb5-a702-5ea2fc46c848", + "name": "bbc" + }, + { + "url": "https://twitter.com/ladygaga", + "name": "twitter" + }, + { + "url": "https://ladygaga.fandom.com/", + "name": "fandom" + }, + { + "url": "http://fanity.com/LadyGaga", + "name": "fanity" + }, + { + "url": "https://www.youtube.com/channel/UC07Kxew-cMIaykMOkzqHtBQ", + "name": "youtube" + }, + { + "url": "https://www.allmusic.com/artist/mn0000994823", + "name": "allmusic" + }, + { + "url": "https://plus.google.com/+LadyGaga", + "name": "google" + }, + { + "url": "https://www.facebook.com/ladygaga", + "name": "facebook" + }, + { + "url": "https://secondhandsongs.com/artist/43820", + "name": "secondhandsongs" + }, + { + "url": "https://www.last.fm/music/Lady+Gaga", + "name": "last" + }, + { + "url": "https://www.wikidata.org/wiki/Q19848", + "name": "wikidata" + }, + { + "url": "https://soundcloud.com/ladygaga", + "name": "soundcloud" + }, + { + "url": "https://rateyourmusic.com/artist/lady-gaga", + "name": "rateyourmusic" + }, + { + "url": "https://www.imdb.com/name/nm3078932/", + "name": "imdb" + }, + { + "url": "https://musicmoz.org/Bands_and_Artists/L/Lady_Gaga/", + "name": "musicmoz" + }, + { + "url": "https://www.instagram.com/ladygaga/", + "name": "instagram" + }, + { + "url": "http://viaf.org/viaf/49555103", + "name": "viaf" + }, + { + "url": "https://open.spotify.com/artist/1HY2Jd0NmPuamShAr6KMms", + "name": "spotify" + }, + { + "url": "https://www.whosampled.com/Lady-Gaga/", + "name": "whosampled" + }, + { + "url": "https://www.worldcat.org/identities/containsVIAFID/49555103", + "name": "worldcat" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ah7amohgkrydyfxgsbask752lye", + "name": "google" + }, + { + "url": "https://imvdb.com/n/lady-gaga", + "name": "imvdb" + }, + { + "url": "https://genius.com/artists/Lady-gaga", + "name": "genius" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Lady_Gaga_vigil_2016.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.bandsintown.com/a/22741", + "name": "bandsintown" + }, + { + "url": "https://www.musik-sammler.de/artist/lady-gaga/", + "name": "musik-sammler" + }, + { + "url": "https://www.songkick.com/artists/974908", + "name": "songkick" + }, + { + "url": "https://us.7digital.com/artist/lady-gaga", + "name": "7digital" + }, + { + "url": "https://www.deezer.com/artist/75491", + "name": "deezer" + }, + { + "url": "https://giphy.com/ladygaga", + "name": "giphy" + }, + { + "url": "https://d-nb.info/gnd/135898838", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2008179258", + "name": "loc" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb157535900", + "name": "bnf" + }, + { + "url": "https://nla.gov.au/nla.party-1479624", + "name": "gov" + }, + { + "url": "https://www.musixmatch.com/artist/Lady-Gaga", + "name": "musixmatch" + }, + { + "url": "https://tidal.com/artist/3534754", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/lady-gaga/140979", + "name": "beatport" + }, + { + "url": "https://www.junodownload.com/artists/Lady+Gaga/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:210120-D-WD757-1720_(50861332387)_(cropped).jpg", + "name": "wikimedia" + }, + { + "url": "https://soundcloud.com/stuckonfuckinyou", + "name": "soundcloud" + }, + { + "url": "https://www.tiktok.com/@ladygaga", + "name": "tiktok" + }, + { + "url": "https://openlibrary.org/works/OL7317992A", + "name": "openlibrary" + }, + { + "url": "https://www.discogs.com/artist/1525683", + "name": "discogs" + }, + { + "url": "https://www.discogs.com/artist/5729318", + "name": "discogs" + }, + { + "url": "https://www.tiktok.com/@stefanigermanott5", + "name": "tiktok" + }, + { + "url": "https://twitter.com/GAGA_JAPAN", + "name": "twitter" + }, + { + "url": "https://music.amazon.com/artists/B001SZDIZU", + "name": "amazon" + }, + { + "url": "http://www.maniadb.com/artist/153225", + "name": "maniadb" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000321714/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.setlist.fm/setlists/lady-gaga-1bd665bc.html", + "name": "setlist" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.cdjapan.co.jp/person/700155541", + "name": "cdjapan" + }, + { + "url": "https://music.youtube.com/channel/UCGKXb1syicud01CJOOFRykg", + "name": "youtube" + }, + { + "url": "https://www.livenation.com/artist/K8vZ917Go7V", + "name": "livenation" + }, + { + "url": "https://www.ticketmaster.com/artist/1249444", + "name": "ticketmaster" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://open.spotify.com/user/ladygaga_spotify", + "name": "spotify" + }, + { + "url": "https://us.napster.com/artist/lady-gaga", + "name": "napster" + }, + { + "url": "https://itunes.apple.com/us/artist/id277293880", + "name": "apple" + }, + { + "url": "https://mora.jp/artist/13336/", + "name": "mora" + }, + { + "url": "https://muzikum.eu/en/lady-gaga/lyrics", + "name": "muzikum" + }, + { + "url": "https://www.ladygaga.com/", + "name": "ladygaga" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://www.idref.fr/162075545", + "name": "idref" + }, + { + "url": "https://jaxsta.com/profile/a661a9bb-ace6-4fb3-9e86-8e6612ab40e0", + "name": "jaxsta" + }, + { + "url": "https://www.themoviedb.org/person/237405", + "name": "themoviedb" + }, + { + "url": "https://www.boomplay.com/artists/1927236", + "name": "boomplay" + }, + { + "url": "https://www.dailymotion.com/ladygaga", + "name": "dailymotion" + }, + { + "url": "https://play.anghami.com/artist/8620917", + "name": "anghami" + }, + { + "url": "https://music.yandex.com/artist/1438", + "name": "yandex" + }, + { + "url": "https://id.oclc.org/worldcat/entity/E39PCjrpyjhYC3CtXtKPqbfK3P", + "name": "oclc" + }, + { + "url": "https://ototoy.jp/_/default/a/274159", + "name": "ototoy" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/fanart/tpvbtv1770819678.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/strrrq1537623093.jpg", + "coverType": "banner", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/qxwtwx1537623070.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/ib17f51665840436.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Lady Gaga", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Pop", + "Dance-Pop", + "Electropop", + "Pop Rock", + "Synth-Pop", + "Electronic", + "Dance", + "Jazz", + "Electro House", + "Americana" + ], + "cleanName": "ladygaga", + "sortName": "lady gaga", + "tags": [], + "added": "2025-02-21T06:12:06Z", + "ratings": { + "votes": 26, + "value": 8.6 + }, + "id": 157 + }, + "track": { + "artistId": 157, + "foreignTrackId": "c294801e-fd10-4345-bf07-543abb2954be", + "foreignRecordingId": "2a2ea771-f690-4c49-b480-b9504adc8e26", + "trackFileId": 212494, + "albumId": 1020, + "explicit": false, + "absoluteTrackNumber": 10, + "trackNumber": "B5", + "title": "Don’t Call Tonight", + "duration": 0, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 34650 + }, + "id": 1875 + }, + { + "albumId": 1020, + "artistId": 157, + "trackId": 34649, + "sourceTitle": "09. How Bad Do U Want Me", + "quality": { + "quality": { + "id": 21, + "name": "FLAC 24bit" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2026-05-08T08:09:42Z", + "downloadId": "B09E40C62249168062DAC579F8BCCEF6B22462E4", + "eventType": "trackFileImported", + "data": { + "fileId": "212493", + "droppedPath": "/mnt/torrents/downloads/Lady Gaga - MAYHEM (2025) [24Bit-44.1kHz] FLAC [PMEDIA] ⭐️/09. How Bad Do U Want Me.flac", + "importedPath": "/mnt/plex/music/Lady Gaga/MAYHEM (2025)/12 Vinyl 01/Lady Gaga - MAYHEM - 09 - How Bad Do U Want Me.flac", + "downloadClient": "qBittorrent", + "releaseGroup": null, + "size": "52323035", + "indexerFlags": "Freeleech" + }, + "album": { + "title": "MAYHEM", + "disambiguation": "", + "overview": "Mayhem is a studio album by American singer-songwriter Lady Gaga. It was released on March 7, 2025, through Streamline and Interscope Records. During the creation of the album, Gaga collaborated with producers such as Andrew Watt, Cirkut and Gesaffelstein, resulting in an album that has a \"chaotic blur of genres\", mainly synth-pop, with industrial dance influences, and elements of electro, disco, funk, industrial pop, rock and pop rock. Thematically, it explores love, chaos, fame, identity, and desire, using metaphors of transformation, duality, and excess. The album was recorded at Rick Rubin's studio Shangri-La, in Malibu, California.\nMayhem was preceded by the release of two singles. Its lead single \"Disease\" was released on October 25, 2024, while \"Abracadabra\" followed as the second and last single on February 3, 2025, reaching number five on the Billboard Global 200 and number thirteen on the U.S. Billboard Hot 100. The record also includes the Grammy-winning global number one single \"Die with a Smile\", a duet with Bruno Mars. Mayhem topped the album charts in over 20 countries, and peaked at the top ten in Denmark, France, Iceland, Lithuania, the Netherlands, and Sweden. It achieved the largest first-week sales of the year for a female album in the lattermost nation in 2025.\nMayhem received critical acclaim with reviewers deeming it a strong return to form to Gaga's pop roots, specifically The Fame (2008). Reviewers highlighted the production, stylistic diversity, album cohesion and noted stylistic inspiration from artists such as David Bowie, Madonna, Michael Jackson, Prince, Radiohead, Nine Inch Nails and Siouxsie and the Banshees. It became her highest-rated release on Metacritic. Gaga will promote the album in 2025 with a series of promotional concerts, including a headlining performance at Coachella, and her eighth concert tour, the Mayhem Ball.", + "artistId": 157, + "foreignAlbumId": "4174e53c-90e8-4630-993f-1f7466178398", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 0, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 9, + "value": 8.2 + }, + "releaseDate": "2025-03-07T00:00:00Z", + "releases": [ + { + "id": 2872, + "albumId": 1020, + "foreignReleaseId": "6b766c2d-04b5-48ee-8a56-db92a3719582", + "title": "MAYHEM", + "status": "Official", + "duration": 3192000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2874, + "albumId": 1020, + "foreignReleaseId": "2aa39b2a-bc2c-4c5a-a76c-62a173816c32", + "title": "MAYHEM", + "status": "Official", + "duration": 3186000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2875, + "albumId": 1020, + "foreignReleaseId": "6babc582-3572-42fb-abf0-a812922911b8", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "store exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2876, + "albumId": 1020, + "foreignReleaseId": "b532e38f-c75b-40de-a12e-53d62020b3e0", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": true + }, + { + "id": 2877, + "albumId": 1020, + "foreignReleaseId": "727f524a-40b5-4744-bca7-84930cf1ef88", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Urban Outfitters exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2878, + "albumId": 1020, + "foreignReleaseId": "71161341-cac3-4e21-8a4e-6a684c5da824", + "title": "MAYHEM", + "status": "Official", + "duration": 3438477, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "Target exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2879, + "albumId": 1020, + "foreignReleaseId": "28bf7234-94ef-4aa0-9f83-3dc44083950f", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Japan" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2880, + "albumId": 1020, + "foreignReleaseId": "5ab5924e-fbf1-483c-83c2-d7ad082e804a", + "title": "MAYHEM", + "status": "Official", + "duration": 3403009, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "deluxe", + "country": [ + "Japan" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2881, + "albumId": 1020, + "foreignReleaseId": "a451cb8f-aa1f-41fc-862c-92b57e955f61", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "Japan" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2882, + "albumId": 1020, + "foreignReleaseId": "1cbe6277-a6e6-47e5-a6d4-c0a5038192c9", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Interscope exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2883, + "albumId": 1020, + "foreignReleaseId": "76c3095c-ecea-42a0-8c48-673f5bdd902f", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Walmart exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2884, + "albumId": 1020, + "foreignReleaseId": "4b062c3e-9e67-4ef7-87a7-1228242b3150", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Amazon exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2890, + "albumId": 1020, + "foreignReleaseId": "a9e1f4ea-8108-46e2-9d74-c72a2dbc13f8", + "title": "MAYHEM", + "status": "Official", + "duration": 3192000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2891, + "albumId": 1020, + "foreignReleaseId": "c0c4e8d7-593d-4924-a9cb-26d3adc9414a", + "title": "MAYHEM", + "status": "Official", + "duration": 2940000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "Dolby Atmos mix", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2892, + "albumId": 1020, + "foreignReleaseId": "bdbae60d-6102-4e98-970b-6ec2e3ae3c50", + "title": "MAYHEM", + "status": "Official", + "duration": 3191868, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2893, + "albumId": 1020, + "foreignReleaseId": "817057f1-72e5-4530-b138-cba05efa6b42", + "title": "MAYHEM", + "status": "Official", + "duration": 3403009, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "alternate cover", + "country": [ + "United Kingdom", + "Europe" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2906, + "albumId": 1020, + "foreignReleaseId": "de829f05-09ee-4f89-a0a6-87826bc13e79", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "store exclusive, silver", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2907, + "albumId": 1020, + "foreignReleaseId": "77abfd1d-8b71-444d-828c-cd7e292b13c8", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Spotify Fans First exclusive", + "country": [ + "Europe" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2908, + "albumId": 1020, + "foreignReleaseId": "5d393e66-ba53-4579-9985-b5561e6b49a6", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Target exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2909, + "albumId": 1020, + "foreignReleaseId": "55b715b2-e67d-4f28-a517-c4aba287a1c3", + "title": "MAYHEM", + "status": "Official", + "duration": 3191917, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Europe" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2910, + "albumId": 1020, + "foreignReleaseId": "16abdb71-85de-4d56-a60f-39e48fec1351", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2911, + "albumId": 1020, + "foreignReleaseId": "9ce0c791-41c5-423f-b8dd-2fe19a3c3712", + "title": "Mayhem", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Spotify Fans First exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2912, + "albumId": 1020, + "foreignReleaseId": "b41361c8-3a8c-40e0-bc4d-95f16df3478a", + "title": "MAYHEM", + "status": "Official", + "duration": 3191917, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2913, + "albumId": 1020, + "foreignReleaseId": "b60a9f23-0bfe-4254-afab-d24a06782cda", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Cassette" + } + ], + "mediumCount": 1, + "disambiguation": "grey cassette", + "country": [ + "United Kingdom", + "Europe" + ], + "label": [ + "Interscope Records" + ], + "format": "Cassette", + "monitored": false + }, + { + "id": 2964, + "albumId": 1020, + "foreignReleaseId": "10044b93-e27e-4433-b5f2-fc3923a8b32e", + "title": "MAYHEM", + "status": "Official", + "duration": 3438477, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "alternate cover", + "country": [ + "Europe" + ], + "label": [ + "Interscope Records", + "Interscope Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 3072, + "albumId": 1020, + "foreignReleaseId": "1bdfed3c-f709-40c2-8f66-e74bbddf997c", + "title": "MAYHEM", + "status": "Official", + "duration": 3878081, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3073, + "albumId": 1020, + "foreignReleaseId": "c5a2e9c3-7621-4a81-b13b-639282fb60d5", + "title": "MAYHEM", + "status": "Official", + "duration": 3878074, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3074, + "albumId": 1020, + "foreignReleaseId": "2d9e87b8-9ff0-41da-a506-9fba6751d575", + "title": "MAYHEM", + "status": "Official", + "duration": 3878074, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3075, + "albumId": 1020, + "foreignReleaseId": "3c49b2cb-ba22-44c0-9ce6-95a05c582525", + "title": "MAYHEM", + "status": "Official", + "duration": 3878074, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3076, + "albumId": 1020, + "foreignReleaseId": "463c60a9-21ac-4e11-add8-93389359c7fd", + "title": "MAYHEM", + "status": "Official", + "duration": 3626407, + "trackCount": 16, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "Dolby Atmos mix", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Pop", + "Dance-Pop", + "Synth-Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Lady Gaga", + "foreignArtistId": "650e7db6-b795-4eb5-a702-5ea2fc46c848", + "tadbId": 0, + "discogsId": 0, + "overview": "Stefani Joanne Angelina Germanotta, known professionally as Lady Gaga, is an American singer, songwriter, and actress. Known for her image reinventions and versatility across the entertainment industry, she is an influential figure in popular music. With estimated sales of 124 million records, she is one of the best-selling music artists of all time. Publications such as Billboard and Rolling Stone have ranked her among the greatest artists in history.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://myspace.com/ladygaga", + "name": "myspace" + }, + { + "url": "https://www.discogs.com/artist/1103159", + "name": "discogs" + }, + { + "url": "https://www.youtube.com/channel/UCNL1ZadSjHpjm4q9j2sVtOA", + "name": "youtube" + }, + { + "url": "https://www.bbc.co.uk/music/artists/650e7db6-b795-4eb5-a702-5ea2fc46c848", + "name": "bbc" + }, + { + "url": "https://twitter.com/ladygaga", + "name": "twitter" + }, + { + "url": "https://ladygaga.fandom.com/", + "name": "fandom" + }, + { + "url": "http://fanity.com/LadyGaga", + "name": "fanity" + }, + { + "url": "https://www.youtube.com/channel/UC07Kxew-cMIaykMOkzqHtBQ", + "name": "youtube" + }, + { + "url": "https://www.allmusic.com/artist/mn0000994823", + "name": "allmusic" + }, + { + "url": "https://plus.google.com/+LadyGaga", + "name": "google" + }, + { + "url": "https://www.facebook.com/ladygaga", + "name": "facebook" + }, + { + "url": "https://secondhandsongs.com/artist/43820", + "name": "secondhandsongs" + }, + { + "url": "https://www.last.fm/music/Lady+Gaga", + "name": "last" + }, + { + "url": "https://www.wikidata.org/wiki/Q19848", + "name": "wikidata" + }, + { + "url": "https://soundcloud.com/ladygaga", + "name": "soundcloud" + }, + { + "url": "https://rateyourmusic.com/artist/lady-gaga", + "name": "rateyourmusic" + }, + { + "url": "https://www.imdb.com/name/nm3078932/", + "name": "imdb" + }, + { + "url": "https://musicmoz.org/Bands_and_Artists/L/Lady_Gaga/", + "name": "musicmoz" + }, + { + "url": "https://www.instagram.com/ladygaga/", + "name": "instagram" + }, + { + "url": "http://viaf.org/viaf/49555103", + "name": "viaf" + }, + { + "url": "https://open.spotify.com/artist/1HY2Jd0NmPuamShAr6KMms", + "name": "spotify" + }, + { + "url": "https://www.whosampled.com/Lady-Gaga/", + "name": "whosampled" + }, + { + "url": "https://www.worldcat.org/identities/containsVIAFID/49555103", + "name": "worldcat" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ah7amohgkrydyfxgsbask752lye", + "name": "google" + }, + { + "url": "https://imvdb.com/n/lady-gaga", + "name": "imvdb" + }, + { + "url": "https://genius.com/artists/Lady-gaga", + "name": "genius" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Lady_Gaga_vigil_2016.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.bandsintown.com/a/22741", + "name": "bandsintown" + }, + { + "url": "https://www.musik-sammler.de/artist/lady-gaga/", + "name": "musik-sammler" + }, + { + "url": "https://www.songkick.com/artists/974908", + "name": "songkick" + }, + { + "url": "https://us.7digital.com/artist/lady-gaga", + "name": "7digital" + }, + { + "url": "https://www.deezer.com/artist/75491", + "name": "deezer" + }, + { + "url": "https://giphy.com/ladygaga", + "name": "giphy" + }, + { + "url": "https://d-nb.info/gnd/135898838", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2008179258", + "name": "loc" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb157535900", + "name": "bnf" + }, + { + "url": "https://nla.gov.au/nla.party-1479624", + "name": "gov" + }, + { + "url": "https://www.musixmatch.com/artist/Lady-Gaga", + "name": "musixmatch" + }, + { + "url": "https://tidal.com/artist/3534754", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/lady-gaga/140979", + "name": "beatport" + }, + { + "url": "https://www.junodownload.com/artists/Lady+Gaga/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:210120-D-WD757-1720_(50861332387)_(cropped).jpg", + "name": "wikimedia" + }, + { + "url": "https://soundcloud.com/stuckonfuckinyou", + "name": "soundcloud" + }, + { + "url": "https://www.tiktok.com/@ladygaga", + "name": "tiktok" + }, + { + "url": "https://openlibrary.org/works/OL7317992A", + "name": "openlibrary" + }, + { + "url": "https://www.discogs.com/artist/1525683", + "name": "discogs" + }, + { + "url": "https://www.discogs.com/artist/5729318", + "name": "discogs" + }, + { + "url": "https://www.tiktok.com/@stefanigermanott5", + "name": "tiktok" + }, + { + "url": "https://twitter.com/GAGA_JAPAN", + "name": "twitter" + }, + { + "url": "https://music.amazon.com/artists/B001SZDIZU", + "name": "amazon" + }, + { + "url": "http://www.maniadb.com/artist/153225", + "name": "maniadb" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000321714/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.setlist.fm/setlists/lady-gaga-1bd665bc.html", + "name": "setlist" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.cdjapan.co.jp/person/700155541", + "name": "cdjapan" + }, + { + "url": "https://music.youtube.com/channel/UCGKXb1syicud01CJOOFRykg", + "name": "youtube" + }, + { + "url": "https://www.livenation.com/artist/K8vZ917Go7V", + "name": "livenation" + }, + { + "url": "https://www.ticketmaster.com/artist/1249444", + "name": "ticketmaster" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://open.spotify.com/user/ladygaga_spotify", + "name": "spotify" + }, + { + "url": "https://us.napster.com/artist/lady-gaga", + "name": "napster" + }, + { + "url": "https://itunes.apple.com/us/artist/id277293880", + "name": "apple" + }, + { + "url": "https://mora.jp/artist/13336/", + "name": "mora" + }, + { + "url": "https://muzikum.eu/en/lady-gaga/lyrics", + "name": "muzikum" + }, + { + "url": "https://www.ladygaga.com/", + "name": "ladygaga" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://www.idref.fr/162075545", + "name": "idref" + }, + { + "url": "https://jaxsta.com/profile/a661a9bb-ace6-4fb3-9e86-8e6612ab40e0", + "name": "jaxsta" + }, + { + "url": "https://www.themoviedb.org/person/237405", + "name": "themoviedb" + }, + { + "url": "https://www.boomplay.com/artists/1927236", + "name": "boomplay" + }, + { + "url": "https://www.dailymotion.com/ladygaga", + "name": "dailymotion" + }, + { + "url": "https://play.anghami.com/artist/8620917", + "name": "anghami" + }, + { + "url": "https://music.yandex.com/artist/1438", + "name": "yandex" + }, + { + "url": "https://id.oclc.org/worldcat/entity/E39PCjrpyjhYC3CtXtKPqbfK3P", + "name": "oclc" + }, + { + "url": "https://ototoy.jp/_/default/a/274159", + "name": "ototoy" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/fanart/tpvbtv1770819678.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/strrrq1537623093.jpg", + "coverType": "banner", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/qxwtwx1537623070.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/ib17f51665840436.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Lady Gaga", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Pop", + "Dance-Pop", + "Electropop", + "Pop Rock", + "Synth-Pop", + "Electronic", + "Dance", + "Jazz", + "Electro House", + "Americana" + ], + "cleanName": "ladygaga", + "sortName": "lady gaga", + "tags": [], + "added": "2025-02-21T06:12:06Z", + "ratings": { + "votes": 26, + "value": 8.6 + }, + "id": 157 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/6b766c2d-04b5-48ee-8a56-db92a3719582/41072894960-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/5ab5924e-fbf1-483c-83c2-d7ad082e804a/42116710285-1200.jpg", + "coverType": "disc", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.wikidata.org/wiki/Q131919251", + "name": "wikidata" + }, + { + "url": "https://www.discogs.com/master/3772997", + "name": "discogs" + }, + { + "url": "https://www.hs.fi/kulttuuri/art-2000011080056.html", + "name": "hs" + }, + { + "url": "https://www.offiziellecharts.de/charts/album-details-547539", + "name": "offiziellecharts" + }, + { + "url": "https://www.plattentests.de/rezi.php?show=20685", + "name": "plattentests" + }, + { + "url": "https://laut.de/Lady-Gaga/Alben/Mayhem-124960", + "name": "laut" + }, + { + "url": "https://www.allmusic.com/album/mw0004464509", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/release/album/lady-gaga/mayhem/", + "name": "rateyourmusic" + }, + { + "url": "https://genius.com/albums/Lady-gaga/Mayhem", + "name": "genius" + }, + { + "url": "https://www.musik-sammler.de/album/1089079/", + "name": "musik-sammler" + }, + { + "url": "https://www.apu.fi/artikkelit/lady-gagan-uusi-levy-kuulostaa-silta-kuin-trumpin-aika-nayttaa-kolumni-oskari-onninen", + "name": "apu" + } + ], + "lastSearchTime": "2026-05-08T08:05:30Z", + "id": 1020 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Lady Gaga", + "foreignArtistId": "650e7db6-b795-4eb5-a702-5ea2fc46c848", + "tadbId": 0, + "discogsId": 0, + "overview": "Stefani Joanne Angelina Germanotta, known professionally as Lady Gaga, is an American singer, songwriter, and actress. Known for her image reinventions and versatility across the entertainment industry, she is an influential figure in popular music. With estimated sales of 124 million records, she is one of the best-selling music artists of all time. Publications such as Billboard and Rolling Stone have ranked her among the greatest artists in history.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://myspace.com/ladygaga", + "name": "myspace" + }, + { + "url": "https://www.discogs.com/artist/1103159", + "name": "discogs" + }, + { + "url": "https://www.youtube.com/channel/UCNL1ZadSjHpjm4q9j2sVtOA", + "name": "youtube" + }, + { + "url": "https://www.bbc.co.uk/music/artists/650e7db6-b795-4eb5-a702-5ea2fc46c848", + "name": "bbc" + }, + { + "url": "https://twitter.com/ladygaga", + "name": "twitter" + }, + { + "url": "https://ladygaga.fandom.com/", + "name": "fandom" + }, + { + "url": "http://fanity.com/LadyGaga", + "name": "fanity" + }, + { + "url": "https://www.youtube.com/channel/UC07Kxew-cMIaykMOkzqHtBQ", + "name": "youtube" + }, + { + "url": "https://www.allmusic.com/artist/mn0000994823", + "name": "allmusic" + }, + { + "url": "https://plus.google.com/+LadyGaga", + "name": "google" + }, + { + "url": "https://www.facebook.com/ladygaga", + "name": "facebook" + }, + { + "url": "https://secondhandsongs.com/artist/43820", + "name": "secondhandsongs" + }, + { + "url": "https://www.last.fm/music/Lady+Gaga", + "name": "last" + }, + { + "url": "https://www.wikidata.org/wiki/Q19848", + "name": "wikidata" + }, + { + "url": "https://soundcloud.com/ladygaga", + "name": "soundcloud" + }, + { + "url": "https://rateyourmusic.com/artist/lady-gaga", + "name": "rateyourmusic" + }, + { + "url": "https://www.imdb.com/name/nm3078932/", + "name": "imdb" + }, + { + "url": "https://musicmoz.org/Bands_and_Artists/L/Lady_Gaga/", + "name": "musicmoz" + }, + { + "url": "https://www.instagram.com/ladygaga/", + "name": "instagram" + }, + { + "url": "http://viaf.org/viaf/49555103", + "name": "viaf" + }, + { + "url": "https://open.spotify.com/artist/1HY2Jd0NmPuamShAr6KMms", + "name": "spotify" + }, + { + "url": "https://www.whosampled.com/Lady-Gaga/", + "name": "whosampled" + }, + { + "url": "https://www.worldcat.org/identities/containsVIAFID/49555103", + "name": "worldcat" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ah7amohgkrydyfxgsbask752lye", + "name": "google" + }, + { + "url": "https://imvdb.com/n/lady-gaga", + "name": "imvdb" + }, + { + "url": "https://genius.com/artists/Lady-gaga", + "name": "genius" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Lady_Gaga_vigil_2016.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.bandsintown.com/a/22741", + "name": "bandsintown" + }, + { + "url": "https://www.musik-sammler.de/artist/lady-gaga/", + "name": "musik-sammler" + }, + { + "url": "https://www.songkick.com/artists/974908", + "name": "songkick" + }, + { + "url": "https://us.7digital.com/artist/lady-gaga", + "name": "7digital" + }, + { + "url": "https://www.deezer.com/artist/75491", + "name": "deezer" + }, + { + "url": "https://giphy.com/ladygaga", + "name": "giphy" + }, + { + "url": "https://d-nb.info/gnd/135898838", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2008179258", + "name": "loc" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb157535900", + "name": "bnf" + }, + { + "url": "https://nla.gov.au/nla.party-1479624", + "name": "gov" + }, + { + "url": "https://www.musixmatch.com/artist/Lady-Gaga", + "name": "musixmatch" + }, + { + "url": "https://tidal.com/artist/3534754", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/lady-gaga/140979", + "name": "beatport" + }, + { + "url": "https://www.junodownload.com/artists/Lady+Gaga/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:210120-D-WD757-1720_(50861332387)_(cropped).jpg", + "name": "wikimedia" + }, + { + "url": "https://soundcloud.com/stuckonfuckinyou", + "name": "soundcloud" + }, + { + "url": "https://www.tiktok.com/@ladygaga", + "name": "tiktok" + }, + { + "url": "https://openlibrary.org/works/OL7317992A", + "name": "openlibrary" + }, + { + "url": "https://www.discogs.com/artist/1525683", + "name": "discogs" + }, + { + "url": "https://www.discogs.com/artist/5729318", + "name": "discogs" + }, + { + "url": "https://www.tiktok.com/@stefanigermanott5", + "name": "tiktok" + }, + { + "url": "https://twitter.com/GAGA_JAPAN", + "name": "twitter" + }, + { + "url": "https://music.amazon.com/artists/B001SZDIZU", + "name": "amazon" + }, + { + "url": "http://www.maniadb.com/artist/153225", + "name": "maniadb" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000321714/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.setlist.fm/setlists/lady-gaga-1bd665bc.html", + "name": "setlist" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.cdjapan.co.jp/person/700155541", + "name": "cdjapan" + }, + { + "url": "https://music.youtube.com/channel/UCGKXb1syicud01CJOOFRykg", + "name": "youtube" + }, + { + "url": "https://www.livenation.com/artist/K8vZ917Go7V", + "name": "livenation" + }, + { + "url": "https://www.ticketmaster.com/artist/1249444", + "name": "ticketmaster" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://open.spotify.com/user/ladygaga_spotify", + "name": "spotify" + }, + { + "url": "https://us.napster.com/artist/lady-gaga", + "name": "napster" + }, + { + "url": "https://itunes.apple.com/us/artist/id277293880", + "name": "apple" + }, + { + "url": "https://mora.jp/artist/13336/", + "name": "mora" + }, + { + "url": "https://muzikum.eu/en/lady-gaga/lyrics", + "name": "muzikum" + }, + { + "url": "https://www.ladygaga.com/", + "name": "ladygaga" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://www.idref.fr/162075545", + "name": "idref" + }, + { + "url": "https://jaxsta.com/profile/a661a9bb-ace6-4fb3-9e86-8e6612ab40e0", + "name": "jaxsta" + }, + { + "url": "https://www.themoviedb.org/person/237405", + "name": "themoviedb" + }, + { + "url": "https://www.boomplay.com/artists/1927236", + "name": "boomplay" + }, + { + "url": "https://www.dailymotion.com/ladygaga", + "name": "dailymotion" + }, + { + "url": "https://play.anghami.com/artist/8620917", + "name": "anghami" + }, + { + "url": "https://music.yandex.com/artist/1438", + "name": "yandex" + }, + { + "url": "https://id.oclc.org/worldcat/entity/E39PCjrpyjhYC3CtXtKPqbfK3P", + "name": "oclc" + }, + { + "url": "https://ototoy.jp/_/default/a/274159", + "name": "ototoy" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/fanart/tpvbtv1770819678.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/strrrq1537623093.jpg", + "coverType": "banner", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/qxwtwx1537623070.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/ib17f51665840436.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Lady Gaga", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Pop", + "Dance-Pop", + "Electropop", + "Pop Rock", + "Synth-Pop", + "Electronic", + "Dance", + "Jazz", + "Electro House", + "Americana" + ], + "cleanName": "ladygaga", + "sortName": "lady gaga", + "tags": [], + "added": "2025-02-21T06:12:06Z", + "ratings": { + "votes": 26, + "value": 8.6 + }, + "id": 157 + }, + "track": { + "artistId": 157, + "foreignTrackId": "1a0954dd-97a6-4351-bff3-6f39e179b6c4", + "foreignRecordingId": "ffb51e98-af64-499a-b22a-24c9808c1b7d", + "trackFileId": 212493, + "albumId": 1020, + "explicit": false, + "absoluteTrackNumber": 9, + "trackNumber": "B4", + "title": "How Bad Do U Want Me", + "duration": 0, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 34649 + }, + "id": 1874 + }, + { + "albumId": 1020, + "artistId": 157, + "trackId": 34648, + "sourceTitle": "08. LoveDrug", + "quality": { + "quality": { + "id": 21, + "name": "FLAC 24bit" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2026-05-08T08:09:42Z", + "downloadId": "B09E40C62249168062DAC579F8BCCEF6B22462E4", + "eventType": "trackFileImported", + "data": { + "fileId": "212492", + "droppedPath": "/mnt/torrents/downloads/Lady Gaga - MAYHEM (2025) [24Bit-44.1kHz] FLAC [PMEDIA] ⭐️/08. LoveDrug.flac", + "importedPath": "/mnt/plex/music/Lady Gaga/MAYHEM (2025)/12 Vinyl 01/Lady Gaga - MAYHEM - 08 - LoveDrug.flac", + "downloadClient": "qBittorrent", + "releaseGroup": null, + "size": "42152654", + "indexerFlags": "Freeleech" + }, + "album": { + "title": "MAYHEM", + "disambiguation": "", + "overview": "Mayhem is a studio album by American singer-songwriter Lady Gaga. It was released on March 7, 2025, through Streamline and Interscope Records. During the creation of the album, Gaga collaborated with producers such as Andrew Watt, Cirkut and Gesaffelstein, resulting in an album that has a \"chaotic blur of genres\", mainly synth-pop, with industrial dance influences, and elements of electro, disco, funk, industrial pop, rock and pop rock. Thematically, it explores love, chaos, fame, identity, and desire, using metaphors of transformation, duality, and excess. The album was recorded at Rick Rubin's studio Shangri-La, in Malibu, California.\nMayhem was preceded by the release of two singles. Its lead single \"Disease\" was released on October 25, 2024, while \"Abracadabra\" followed as the second and last single on February 3, 2025, reaching number five on the Billboard Global 200 and number thirteen on the U.S. Billboard Hot 100. The record also includes the Grammy-winning global number one single \"Die with a Smile\", a duet with Bruno Mars. Mayhem topped the album charts in over 20 countries, and peaked at the top ten in Denmark, France, Iceland, Lithuania, the Netherlands, and Sweden. It achieved the largest first-week sales of the year for a female album in the lattermost nation in 2025.\nMayhem received critical acclaim with reviewers deeming it a strong return to form to Gaga's pop roots, specifically The Fame (2008). Reviewers highlighted the production, stylistic diversity, album cohesion and noted stylistic inspiration from artists such as David Bowie, Madonna, Michael Jackson, Prince, Radiohead, Nine Inch Nails and Siouxsie and the Banshees. It became her highest-rated release on Metacritic. Gaga will promote the album in 2025 with a series of promotional concerts, including a headlining performance at Coachella, and her eighth concert tour, the Mayhem Ball.", + "artistId": 157, + "foreignAlbumId": "4174e53c-90e8-4630-993f-1f7466178398", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 0, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 9, + "value": 8.2 + }, + "releaseDate": "2025-03-07T00:00:00Z", + "releases": [ + { + "id": 2872, + "albumId": 1020, + "foreignReleaseId": "6b766c2d-04b5-48ee-8a56-db92a3719582", + "title": "MAYHEM", + "status": "Official", + "duration": 3192000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2874, + "albumId": 1020, + "foreignReleaseId": "2aa39b2a-bc2c-4c5a-a76c-62a173816c32", + "title": "MAYHEM", + "status": "Official", + "duration": 3186000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2875, + "albumId": 1020, + "foreignReleaseId": "6babc582-3572-42fb-abf0-a812922911b8", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "store exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2876, + "albumId": 1020, + "foreignReleaseId": "b532e38f-c75b-40de-a12e-53d62020b3e0", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": true + }, + { + "id": 2877, + "albumId": 1020, + "foreignReleaseId": "727f524a-40b5-4744-bca7-84930cf1ef88", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Urban Outfitters exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2878, + "albumId": 1020, + "foreignReleaseId": "71161341-cac3-4e21-8a4e-6a684c5da824", + "title": "MAYHEM", + "status": "Official", + "duration": 3438477, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "Target exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2879, + "albumId": 1020, + "foreignReleaseId": "28bf7234-94ef-4aa0-9f83-3dc44083950f", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Japan" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2880, + "albumId": 1020, + "foreignReleaseId": "5ab5924e-fbf1-483c-83c2-d7ad082e804a", + "title": "MAYHEM", + "status": "Official", + "duration": 3403009, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "deluxe", + "country": [ + "Japan" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2881, + "albumId": 1020, + "foreignReleaseId": "a451cb8f-aa1f-41fc-862c-92b57e955f61", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "Japan" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2882, + "albumId": 1020, + "foreignReleaseId": "1cbe6277-a6e6-47e5-a6d4-c0a5038192c9", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Interscope exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2883, + "albumId": 1020, + "foreignReleaseId": "76c3095c-ecea-42a0-8c48-673f5bdd902f", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Walmart exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2884, + "albumId": 1020, + "foreignReleaseId": "4b062c3e-9e67-4ef7-87a7-1228242b3150", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Amazon exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2890, + "albumId": 1020, + "foreignReleaseId": "a9e1f4ea-8108-46e2-9d74-c72a2dbc13f8", + "title": "MAYHEM", + "status": "Official", + "duration": 3192000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2891, + "albumId": 1020, + "foreignReleaseId": "c0c4e8d7-593d-4924-a9cb-26d3adc9414a", + "title": "MAYHEM", + "status": "Official", + "duration": 2940000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "Dolby Atmos mix", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2892, + "albumId": 1020, + "foreignReleaseId": "bdbae60d-6102-4e98-970b-6ec2e3ae3c50", + "title": "MAYHEM", + "status": "Official", + "duration": 3191868, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2893, + "albumId": 1020, + "foreignReleaseId": "817057f1-72e5-4530-b138-cba05efa6b42", + "title": "MAYHEM", + "status": "Official", + "duration": 3403009, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "alternate cover", + "country": [ + "United Kingdom", + "Europe" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2906, + "albumId": 1020, + "foreignReleaseId": "de829f05-09ee-4f89-a0a6-87826bc13e79", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "store exclusive, silver", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2907, + "albumId": 1020, + "foreignReleaseId": "77abfd1d-8b71-444d-828c-cd7e292b13c8", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Spotify Fans First exclusive", + "country": [ + "Europe" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2908, + "albumId": 1020, + "foreignReleaseId": "5d393e66-ba53-4579-9985-b5561e6b49a6", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Target exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2909, + "albumId": 1020, + "foreignReleaseId": "55b715b2-e67d-4f28-a517-c4aba287a1c3", + "title": "MAYHEM", + "status": "Official", + "duration": 3191917, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Europe" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2910, + "albumId": 1020, + "foreignReleaseId": "16abdb71-85de-4d56-a60f-39e48fec1351", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2911, + "albumId": 1020, + "foreignReleaseId": "9ce0c791-41c5-423f-b8dd-2fe19a3c3712", + "title": "Mayhem", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Spotify Fans First exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2912, + "albumId": 1020, + "foreignReleaseId": "b41361c8-3a8c-40e0-bc4d-95f16df3478a", + "title": "MAYHEM", + "status": "Official", + "duration": 3191917, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2913, + "albumId": 1020, + "foreignReleaseId": "b60a9f23-0bfe-4254-afab-d24a06782cda", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Cassette" + } + ], + "mediumCount": 1, + "disambiguation": "grey cassette", + "country": [ + "United Kingdom", + "Europe" + ], + "label": [ + "Interscope Records" + ], + "format": "Cassette", + "monitored": false + }, + { + "id": 2964, + "albumId": 1020, + "foreignReleaseId": "10044b93-e27e-4433-b5f2-fc3923a8b32e", + "title": "MAYHEM", + "status": "Official", + "duration": 3438477, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "alternate cover", + "country": [ + "Europe" + ], + "label": [ + "Interscope Records", + "Interscope Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 3072, + "albumId": 1020, + "foreignReleaseId": "1bdfed3c-f709-40c2-8f66-e74bbddf997c", + "title": "MAYHEM", + "status": "Official", + "duration": 3878081, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3073, + "albumId": 1020, + "foreignReleaseId": "c5a2e9c3-7621-4a81-b13b-639282fb60d5", + "title": "MAYHEM", + "status": "Official", + "duration": 3878074, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3074, + "albumId": 1020, + "foreignReleaseId": "2d9e87b8-9ff0-41da-a506-9fba6751d575", + "title": "MAYHEM", + "status": "Official", + "duration": 3878074, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3075, + "albumId": 1020, + "foreignReleaseId": "3c49b2cb-ba22-44c0-9ce6-95a05c582525", + "title": "MAYHEM", + "status": "Official", + "duration": 3878074, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3076, + "albumId": 1020, + "foreignReleaseId": "463c60a9-21ac-4e11-add8-93389359c7fd", + "title": "MAYHEM", + "status": "Official", + "duration": 3626407, + "trackCount": 16, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "Dolby Atmos mix", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Pop", + "Dance-Pop", + "Synth-Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Lady Gaga", + "foreignArtistId": "650e7db6-b795-4eb5-a702-5ea2fc46c848", + "tadbId": 0, + "discogsId": 0, + "overview": "Stefani Joanne Angelina Germanotta, known professionally as Lady Gaga, is an American singer, songwriter, and actress. Known for her image reinventions and versatility across the entertainment industry, she is an influential figure in popular music. With estimated sales of 124 million records, she is one of the best-selling music artists of all time. Publications such as Billboard and Rolling Stone have ranked her among the greatest artists in history.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://myspace.com/ladygaga", + "name": "myspace" + }, + { + "url": "https://www.discogs.com/artist/1103159", + "name": "discogs" + }, + { + "url": "https://www.youtube.com/channel/UCNL1ZadSjHpjm4q9j2sVtOA", + "name": "youtube" + }, + { + "url": "https://www.bbc.co.uk/music/artists/650e7db6-b795-4eb5-a702-5ea2fc46c848", + "name": "bbc" + }, + { + "url": "https://twitter.com/ladygaga", + "name": "twitter" + }, + { + "url": "https://ladygaga.fandom.com/", + "name": "fandom" + }, + { + "url": "http://fanity.com/LadyGaga", + "name": "fanity" + }, + { + "url": "https://www.youtube.com/channel/UC07Kxew-cMIaykMOkzqHtBQ", + "name": "youtube" + }, + { + "url": "https://www.allmusic.com/artist/mn0000994823", + "name": "allmusic" + }, + { + "url": "https://plus.google.com/+LadyGaga", + "name": "google" + }, + { + "url": "https://www.facebook.com/ladygaga", + "name": "facebook" + }, + { + "url": "https://secondhandsongs.com/artist/43820", + "name": "secondhandsongs" + }, + { + "url": "https://www.last.fm/music/Lady+Gaga", + "name": "last" + }, + { + "url": "https://www.wikidata.org/wiki/Q19848", + "name": "wikidata" + }, + { + "url": "https://soundcloud.com/ladygaga", + "name": "soundcloud" + }, + { + "url": "https://rateyourmusic.com/artist/lady-gaga", + "name": "rateyourmusic" + }, + { + "url": "https://www.imdb.com/name/nm3078932/", + "name": "imdb" + }, + { + "url": "https://musicmoz.org/Bands_and_Artists/L/Lady_Gaga/", + "name": "musicmoz" + }, + { + "url": "https://www.instagram.com/ladygaga/", + "name": "instagram" + }, + { + "url": "http://viaf.org/viaf/49555103", + "name": "viaf" + }, + { + "url": "https://open.spotify.com/artist/1HY2Jd0NmPuamShAr6KMms", + "name": "spotify" + }, + { + "url": "https://www.whosampled.com/Lady-Gaga/", + "name": "whosampled" + }, + { + "url": "https://www.worldcat.org/identities/containsVIAFID/49555103", + "name": "worldcat" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ah7amohgkrydyfxgsbask752lye", + "name": "google" + }, + { + "url": "https://imvdb.com/n/lady-gaga", + "name": "imvdb" + }, + { + "url": "https://genius.com/artists/Lady-gaga", + "name": "genius" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Lady_Gaga_vigil_2016.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.bandsintown.com/a/22741", + "name": "bandsintown" + }, + { + "url": "https://www.musik-sammler.de/artist/lady-gaga/", + "name": "musik-sammler" + }, + { + "url": "https://www.songkick.com/artists/974908", + "name": "songkick" + }, + { + "url": "https://us.7digital.com/artist/lady-gaga", + "name": "7digital" + }, + { + "url": "https://www.deezer.com/artist/75491", + "name": "deezer" + }, + { + "url": "https://giphy.com/ladygaga", + "name": "giphy" + }, + { + "url": "https://d-nb.info/gnd/135898838", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2008179258", + "name": "loc" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb157535900", + "name": "bnf" + }, + { + "url": "https://nla.gov.au/nla.party-1479624", + "name": "gov" + }, + { + "url": "https://www.musixmatch.com/artist/Lady-Gaga", + "name": "musixmatch" + }, + { + "url": "https://tidal.com/artist/3534754", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/lady-gaga/140979", + "name": "beatport" + }, + { + "url": "https://www.junodownload.com/artists/Lady+Gaga/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:210120-D-WD757-1720_(50861332387)_(cropped).jpg", + "name": "wikimedia" + }, + { + "url": "https://soundcloud.com/stuckonfuckinyou", + "name": "soundcloud" + }, + { + "url": "https://www.tiktok.com/@ladygaga", + "name": "tiktok" + }, + { + "url": "https://openlibrary.org/works/OL7317992A", + "name": "openlibrary" + }, + { + "url": "https://www.discogs.com/artist/1525683", + "name": "discogs" + }, + { + "url": "https://www.discogs.com/artist/5729318", + "name": "discogs" + }, + { + "url": "https://www.tiktok.com/@stefanigermanott5", + "name": "tiktok" + }, + { + "url": "https://twitter.com/GAGA_JAPAN", + "name": "twitter" + }, + { + "url": "https://music.amazon.com/artists/B001SZDIZU", + "name": "amazon" + }, + { + "url": "http://www.maniadb.com/artist/153225", + "name": "maniadb" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000321714/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.setlist.fm/setlists/lady-gaga-1bd665bc.html", + "name": "setlist" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.cdjapan.co.jp/person/700155541", + "name": "cdjapan" + }, + { + "url": "https://music.youtube.com/channel/UCGKXb1syicud01CJOOFRykg", + "name": "youtube" + }, + { + "url": "https://www.livenation.com/artist/K8vZ917Go7V", + "name": "livenation" + }, + { + "url": "https://www.ticketmaster.com/artist/1249444", + "name": "ticketmaster" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://open.spotify.com/user/ladygaga_spotify", + "name": "spotify" + }, + { + "url": "https://us.napster.com/artist/lady-gaga", + "name": "napster" + }, + { + "url": "https://itunes.apple.com/us/artist/id277293880", + "name": "apple" + }, + { + "url": "https://mora.jp/artist/13336/", + "name": "mora" + }, + { + "url": "https://muzikum.eu/en/lady-gaga/lyrics", + "name": "muzikum" + }, + { + "url": "https://www.ladygaga.com/", + "name": "ladygaga" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://www.idref.fr/162075545", + "name": "idref" + }, + { + "url": "https://jaxsta.com/profile/a661a9bb-ace6-4fb3-9e86-8e6612ab40e0", + "name": "jaxsta" + }, + { + "url": "https://www.themoviedb.org/person/237405", + "name": "themoviedb" + }, + { + "url": "https://www.boomplay.com/artists/1927236", + "name": "boomplay" + }, + { + "url": "https://www.dailymotion.com/ladygaga", + "name": "dailymotion" + }, + { + "url": "https://play.anghami.com/artist/8620917", + "name": "anghami" + }, + { + "url": "https://music.yandex.com/artist/1438", + "name": "yandex" + }, + { + "url": "https://id.oclc.org/worldcat/entity/E39PCjrpyjhYC3CtXtKPqbfK3P", + "name": "oclc" + }, + { + "url": "https://ototoy.jp/_/default/a/274159", + "name": "ototoy" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/fanart/tpvbtv1770819678.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/strrrq1537623093.jpg", + "coverType": "banner", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/qxwtwx1537623070.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/ib17f51665840436.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Lady Gaga", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Pop", + "Dance-Pop", + "Electropop", + "Pop Rock", + "Synth-Pop", + "Electronic", + "Dance", + "Jazz", + "Electro House", + "Americana" + ], + "cleanName": "ladygaga", + "sortName": "lady gaga", + "tags": [], + "added": "2025-02-21T06:12:06Z", + "ratings": { + "votes": 26, + "value": 8.6 + }, + "id": 157 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/6b766c2d-04b5-48ee-8a56-db92a3719582/41072894960-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/5ab5924e-fbf1-483c-83c2-d7ad082e804a/42116710285-1200.jpg", + "coverType": "disc", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.wikidata.org/wiki/Q131919251", + "name": "wikidata" + }, + { + "url": "https://www.discogs.com/master/3772997", + "name": "discogs" + }, + { + "url": "https://www.hs.fi/kulttuuri/art-2000011080056.html", + "name": "hs" + }, + { + "url": "https://www.offiziellecharts.de/charts/album-details-547539", + "name": "offiziellecharts" + }, + { + "url": "https://www.plattentests.de/rezi.php?show=20685", + "name": "plattentests" + }, + { + "url": "https://laut.de/Lady-Gaga/Alben/Mayhem-124960", + "name": "laut" + }, + { + "url": "https://www.allmusic.com/album/mw0004464509", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/release/album/lady-gaga/mayhem/", + "name": "rateyourmusic" + }, + { + "url": "https://genius.com/albums/Lady-gaga/Mayhem", + "name": "genius" + }, + { + "url": "https://www.musik-sammler.de/album/1089079/", + "name": "musik-sammler" + }, + { + "url": "https://www.apu.fi/artikkelit/lady-gagan-uusi-levy-kuulostaa-silta-kuin-trumpin-aika-nayttaa-kolumni-oskari-onninen", + "name": "apu" + } + ], + "lastSearchTime": "2026-05-08T08:05:30Z", + "id": 1020 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Lady Gaga", + "foreignArtistId": "650e7db6-b795-4eb5-a702-5ea2fc46c848", + "tadbId": 0, + "discogsId": 0, + "overview": "Stefani Joanne Angelina Germanotta, known professionally as Lady Gaga, is an American singer, songwriter, and actress. Known for her image reinventions and versatility across the entertainment industry, she is an influential figure in popular music. With estimated sales of 124 million records, she is one of the best-selling music artists of all time. Publications such as Billboard and Rolling Stone have ranked her among the greatest artists in history.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://myspace.com/ladygaga", + "name": "myspace" + }, + { + "url": "https://www.discogs.com/artist/1103159", + "name": "discogs" + }, + { + "url": "https://www.youtube.com/channel/UCNL1ZadSjHpjm4q9j2sVtOA", + "name": "youtube" + }, + { + "url": "https://www.bbc.co.uk/music/artists/650e7db6-b795-4eb5-a702-5ea2fc46c848", + "name": "bbc" + }, + { + "url": "https://twitter.com/ladygaga", + "name": "twitter" + }, + { + "url": "https://ladygaga.fandom.com/", + "name": "fandom" + }, + { + "url": "http://fanity.com/LadyGaga", + "name": "fanity" + }, + { + "url": "https://www.youtube.com/channel/UC07Kxew-cMIaykMOkzqHtBQ", + "name": "youtube" + }, + { + "url": "https://www.allmusic.com/artist/mn0000994823", + "name": "allmusic" + }, + { + "url": "https://plus.google.com/+LadyGaga", + "name": "google" + }, + { + "url": "https://www.facebook.com/ladygaga", + "name": "facebook" + }, + { + "url": "https://secondhandsongs.com/artist/43820", + "name": "secondhandsongs" + }, + { + "url": "https://www.last.fm/music/Lady+Gaga", + "name": "last" + }, + { + "url": "https://www.wikidata.org/wiki/Q19848", + "name": "wikidata" + }, + { + "url": "https://soundcloud.com/ladygaga", + "name": "soundcloud" + }, + { + "url": "https://rateyourmusic.com/artist/lady-gaga", + "name": "rateyourmusic" + }, + { + "url": "https://www.imdb.com/name/nm3078932/", + "name": "imdb" + }, + { + "url": "https://musicmoz.org/Bands_and_Artists/L/Lady_Gaga/", + "name": "musicmoz" + }, + { + "url": "https://www.instagram.com/ladygaga/", + "name": "instagram" + }, + { + "url": "http://viaf.org/viaf/49555103", + "name": "viaf" + }, + { + "url": "https://open.spotify.com/artist/1HY2Jd0NmPuamShAr6KMms", + "name": "spotify" + }, + { + "url": "https://www.whosampled.com/Lady-Gaga/", + "name": "whosampled" + }, + { + "url": "https://www.worldcat.org/identities/containsVIAFID/49555103", + "name": "worldcat" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ah7amohgkrydyfxgsbask752lye", + "name": "google" + }, + { + "url": "https://imvdb.com/n/lady-gaga", + "name": "imvdb" + }, + { + "url": "https://genius.com/artists/Lady-gaga", + "name": "genius" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Lady_Gaga_vigil_2016.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.bandsintown.com/a/22741", + "name": "bandsintown" + }, + { + "url": "https://www.musik-sammler.de/artist/lady-gaga/", + "name": "musik-sammler" + }, + { + "url": "https://www.songkick.com/artists/974908", + "name": "songkick" + }, + { + "url": "https://us.7digital.com/artist/lady-gaga", + "name": "7digital" + }, + { + "url": "https://www.deezer.com/artist/75491", + "name": "deezer" + }, + { + "url": "https://giphy.com/ladygaga", + "name": "giphy" + }, + { + "url": "https://d-nb.info/gnd/135898838", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2008179258", + "name": "loc" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb157535900", + "name": "bnf" + }, + { + "url": "https://nla.gov.au/nla.party-1479624", + "name": "gov" + }, + { + "url": "https://www.musixmatch.com/artist/Lady-Gaga", + "name": "musixmatch" + }, + { + "url": "https://tidal.com/artist/3534754", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/lady-gaga/140979", + "name": "beatport" + }, + { + "url": "https://www.junodownload.com/artists/Lady+Gaga/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:210120-D-WD757-1720_(50861332387)_(cropped).jpg", + "name": "wikimedia" + }, + { + "url": "https://soundcloud.com/stuckonfuckinyou", + "name": "soundcloud" + }, + { + "url": "https://www.tiktok.com/@ladygaga", + "name": "tiktok" + }, + { + "url": "https://openlibrary.org/works/OL7317992A", + "name": "openlibrary" + }, + { + "url": "https://www.discogs.com/artist/1525683", + "name": "discogs" + }, + { + "url": "https://www.discogs.com/artist/5729318", + "name": "discogs" + }, + { + "url": "https://www.tiktok.com/@stefanigermanott5", + "name": "tiktok" + }, + { + "url": "https://twitter.com/GAGA_JAPAN", + "name": "twitter" + }, + { + "url": "https://music.amazon.com/artists/B001SZDIZU", + "name": "amazon" + }, + { + "url": "http://www.maniadb.com/artist/153225", + "name": "maniadb" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000321714/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.setlist.fm/setlists/lady-gaga-1bd665bc.html", + "name": "setlist" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.cdjapan.co.jp/person/700155541", + "name": "cdjapan" + }, + { + "url": "https://music.youtube.com/channel/UCGKXb1syicud01CJOOFRykg", + "name": "youtube" + }, + { + "url": "https://www.livenation.com/artist/K8vZ917Go7V", + "name": "livenation" + }, + { + "url": "https://www.ticketmaster.com/artist/1249444", + "name": "ticketmaster" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://open.spotify.com/user/ladygaga_spotify", + "name": "spotify" + }, + { + "url": "https://us.napster.com/artist/lady-gaga", + "name": "napster" + }, + { + "url": "https://itunes.apple.com/us/artist/id277293880", + "name": "apple" + }, + { + "url": "https://mora.jp/artist/13336/", + "name": "mora" + }, + { + "url": "https://muzikum.eu/en/lady-gaga/lyrics", + "name": "muzikum" + }, + { + "url": "https://www.ladygaga.com/", + "name": "ladygaga" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://www.idref.fr/162075545", + "name": "idref" + }, + { + "url": "https://jaxsta.com/profile/a661a9bb-ace6-4fb3-9e86-8e6612ab40e0", + "name": "jaxsta" + }, + { + "url": "https://www.themoviedb.org/person/237405", + "name": "themoviedb" + }, + { + "url": "https://www.boomplay.com/artists/1927236", + "name": "boomplay" + }, + { + "url": "https://www.dailymotion.com/ladygaga", + "name": "dailymotion" + }, + { + "url": "https://play.anghami.com/artist/8620917", + "name": "anghami" + }, + { + "url": "https://music.yandex.com/artist/1438", + "name": "yandex" + }, + { + "url": "https://id.oclc.org/worldcat/entity/E39PCjrpyjhYC3CtXtKPqbfK3P", + "name": "oclc" + }, + { + "url": "https://ototoy.jp/_/default/a/274159", + "name": "ototoy" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/fanart/tpvbtv1770819678.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/strrrq1537623093.jpg", + "coverType": "banner", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/qxwtwx1537623070.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/ib17f51665840436.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Lady Gaga", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Pop", + "Dance-Pop", + "Electropop", + "Pop Rock", + "Synth-Pop", + "Electronic", + "Dance", + "Jazz", + "Electro House", + "Americana" + ], + "cleanName": "ladygaga", + "sortName": "lady gaga", + "tags": [], + "added": "2025-02-21T06:12:06Z", + "ratings": { + "votes": 26, + "value": 8.6 + }, + "id": 157 + }, + "track": { + "artistId": 157, + "foreignTrackId": "c5fbbdab-63d4-4720-8945-7c4cecf08568", + "foreignRecordingId": "15a6645b-2d02-424e-b873-a0b5dcfc78b6", + "trackFileId": 212492, + "albumId": 1020, + "explicit": false, + "absoluteTrackNumber": 8, + "trackNumber": "B3", + "title": "LoveDrug", + "duration": 0, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 34648 + }, + "id": 1873 + }, + { + "albumId": 1020, + "artistId": 157, + "trackId": 34647, + "sourceTitle": "07. Zombieboy", + "quality": { + "quality": { + "id": 21, + "name": "FLAC 24bit" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2026-05-08T08:09:42Z", + "downloadId": "B09E40C62249168062DAC579F8BCCEF6B22462E4", + "eventType": "trackFileImported", + "data": { + "fileId": "212491", + "droppedPath": "/mnt/torrents/downloads/Lady Gaga - MAYHEM (2025) [24Bit-44.1kHz] FLAC [PMEDIA] ⭐️/07. Zombieboy.flac", + "importedPath": "/mnt/plex/music/Lady Gaga/MAYHEM (2025)/12 Vinyl 01/Lady Gaga - MAYHEM - 07 - Zombieboy.flac", + "downloadClient": "qBittorrent", + "releaseGroup": null, + "size": "48372936", + "indexerFlags": "Freeleech" + }, + "album": { + "title": "MAYHEM", + "disambiguation": "", + "overview": "Mayhem is a studio album by American singer-songwriter Lady Gaga. It was released on March 7, 2025, through Streamline and Interscope Records. During the creation of the album, Gaga collaborated with producers such as Andrew Watt, Cirkut and Gesaffelstein, resulting in an album that has a \"chaotic blur of genres\", mainly synth-pop, with industrial dance influences, and elements of electro, disco, funk, industrial pop, rock and pop rock. Thematically, it explores love, chaos, fame, identity, and desire, using metaphors of transformation, duality, and excess. The album was recorded at Rick Rubin's studio Shangri-La, in Malibu, California.\nMayhem was preceded by the release of two singles. Its lead single \"Disease\" was released on October 25, 2024, while \"Abracadabra\" followed as the second and last single on February 3, 2025, reaching number five on the Billboard Global 200 and number thirteen on the U.S. Billboard Hot 100. The record also includes the Grammy-winning global number one single \"Die with a Smile\", a duet with Bruno Mars. Mayhem topped the album charts in over 20 countries, and peaked at the top ten in Denmark, France, Iceland, Lithuania, the Netherlands, and Sweden. It achieved the largest first-week sales of the year for a female album in the lattermost nation in 2025.\nMayhem received critical acclaim with reviewers deeming it a strong return to form to Gaga's pop roots, specifically The Fame (2008). Reviewers highlighted the production, stylistic diversity, album cohesion and noted stylistic inspiration from artists such as David Bowie, Madonna, Michael Jackson, Prince, Radiohead, Nine Inch Nails and Siouxsie and the Banshees. It became her highest-rated release on Metacritic. Gaga will promote the album in 2025 with a series of promotional concerts, including a headlining performance at Coachella, and her eighth concert tour, the Mayhem Ball.", + "artistId": 157, + "foreignAlbumId": "4174e53c-90e8-4630-993f-1f7466178398", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 0, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 9, + "value": 8.2 + }, + "releaseDate": "2025-03-07T00:00:00Z", + "releases": [ + { + "id": 2872, + "albumId": 1020, + "foreignReleaseId": "6b766c2d-04b5-48ee-8a56-db92a3719582", + "title": "MAYHEM", + "status": "Official", + "duration": 3192000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2874, + "albumId": 1020, + "foreignReleaseId": "2aa39b2a-bc2c-4c5a-a76c-62a173816c32", + "title": "MAYHEM", + "status": "Official", + "duration": 3186000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2875, + "albumId": 1020, + "foreignReleaseId": "6babc582-3572-42fb-abf0-a812922911b8", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "store exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2876, + "albumId": 1020, + "foreignReleaseId": "b532e38f-c75b-40de-a12e-53d62020b3e0", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": true + }, + { + "id": 2877, + "albumId": 1020, + "foreignReleaseId": "727f524a-40b5-4744-bca7-84930cf1ef88", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Urban Outfitters exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2878, + "albumId": 1020, + "foreignReleaseId": "71161341-cac3-4e21-8a4e-6a684c5da824", + "title": "MAYHEM", + "status": "Official", + "duration": 3438477, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "Target exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2879, + "albumId": 1020, + "foreignReleaseId": "28bf7234-94ef-4aa0-9f83-3dc44083950f", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Japan" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2880, + "albumId": 1020, + "foreignReleaseId": "5ab5924e-fbf1-483c-83c2-d7ad082e804a", + "title": "MAYHEM", + "status": "Official", + "duration": 3403009, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "deluxe", + "country": [ + "Japan" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2881, + "albumId": 1020, + "foreignReleaseId": "a451cb8f-aa1f-41fc-862c-92b57e955f61", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "Japan" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2882, + "albumId": 1020, + "foreignReleaseId": "1cbe6277-a6e6-47e5-a6d4-c0a5038192c9", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Interscope exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2883, + "albumId": 1020, + "foreignReleaseId": "76c3095c-ecea-42a0-8c48-673f5bdd902f", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Walmart exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2884, + "albumId": 1020, + "foreignReleaseId": "4b062c3e-9e67-4ef7-87a7-1228242b3150", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Amazon exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2890, + "albumId": 1020, + "foreignReleaseId": "a9e1f4ea-8108-46e2-9d74-c72a2dbc13f8", + "title": "MAYHEM", + "status": "Official", + "duration": 3192000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2891, + "albumId": 1020, + "foreignReleaseId": "c0c4e8d7-593d-4924-a9cb-26d3adc9414a", + "title": "MAYHEM", + "status": "Official", + "duration": 2940000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "Dolby Atmos mix", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2892, + "albumId": 1020, + "foreignReleaseId": "bdbae60d-6102-4e98-970b-6ec2e3ae3c50", + "title": "MAYHEM", + "status": "Official", + "duration": 3191868, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2893, + "albumId": 1020, + "foreignReleaseId": "817057f1-72e5-4530-b138-cba05efa6b42", + "title": "MAYHEM", + "status": "Official", + "duration": 3403009, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "alternate cover", + "country": [ + "United Kingdom", + "Europe" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2906, + "albumId": 1020, + "foreignReleaseId": "de829f05-09ee-4f89-a0a6-87826bc13e79", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "store exclusive, silver", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2907, + "albumId": 1020, + "foreignReleaseId": "77abfd1d-8b71-444d-828c-cd7e292b13c8", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Spotify Fans First exclusive", + "country": [ + "Europe" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2908, + "albumId": 1020, + "foreignReleaseId": "5d393e66-ba53-4579-9985-b5561e6b49a6", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Target exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2909, + "albumId": 1020, + "foreignReleaseId": "55b715b2-e67d-4f28-a517-c4aba287a1c3", + "title": "MAYHEM", + "status": "Official", + "duration": 3191917, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Europe" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2910, + "albumId": 1020, + "foreignReleaseId": "16abdb71-85de-4d56-a60f-39e48fec1351", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2911, + "albumId": 1020, + "foreignReleaseId": "9ce0c791-41c5-423f-b8dd-2fe19a3c3712", + "title": "Mayhem", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Spotify Fans First exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2912, + "albumId": 1020, + "foreignReleaseId": "b41361c8-3a8c-40e0-bc4d-95f16df3478a", + "title": "MAYHEM", + "status": "Official", + "duration": 3191917, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2913, + "albumId": 1020, + "foreignReleaseId": "b60a9f23-0bfe-4254-afab-d24a06782cda", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Cassette" + } + ], + "mediumCount": 1, + "disambiguation": "grey cassette", + "country": [ + "United Kingdom", + "Europe" + ], + "label": [ + "Interscope Records" + ], + "format": "Cassette", + "monitored": false + }, + { + "id": 2964, + "albumId": 1020, + "foreignReleaseId": "10044b93-e27e-4433-b5f2-fc3923a8b32e", + "title": "MAYHEM", + "status": "Official", + "duration": 3438477, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "alternate cover", + "country": [ + "Europe" + ], + "label": [ + "Interscope Records", + "Interscope Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 3072, + "albumId": 1020, + "foreignReleaseId": "1bdfed3c-f709-40c2-8f66-e74bbddf997c", + "title": "MAYHEM", + "status": "Official", + "duration": 3878081, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3073, + "albumId": 1020, + "foreignReleaseId": "c5a2e9c3-7621-4a81-b13b-639282fb60d5", + "title": "MAYHEM", + "status": "Official", + "duration": 3878074, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3074, + "albumId": 1020, + "foreignReleaseId": "2d9e87b8-9ff0-41da-a506-9fba6751d575", + "title": "MAYHEM", + "status": "Official", + "duration": 3878074, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3075, + "albumId": 1020, + "foreignReleaseId": "3c49b2cb-ba22-44c0-9ce6-95a05c582525", + "title": "MAYHEM", + "status": "Official", + "duration": 3878074, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3076, + "albumId": 1020, + "foreignReleaseId": "463c60a9-21ac-4e11-add8-93389359c7fd", + "title": "MAYHEM", + "status": "Official", + "duration": 3626407, + "trackCount": 16, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "Dolby Atmos mix", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Pop", + "Dance-Pop", + "Synth-Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Lady Gaga", + "foreignArtistId": "650e7db6-b795-4eb5-a702-5ea2fc46c848", + "tadbId": 0, + "discogsId": 0, + "overview": "Stefani Joanne Angelina Germanotta, known professionally as Lady Gaga, is an American singer, songwriter, and actress. Known for her image reinventions and versatility across the entertainment industry, she is an influential figure in popular music. With estimated sales of 124 million records, she is one of the best-selling music artists of all time. Publications such as Billboard and Rolling Stone have ranked her among the greatest artists in history.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://myspace.com/ladygaga", + "name": "myspace" + }, + { + "url": "https://www.discogs.com/artist/1103159", + "name": "discogs" + }, + { + "url": "https://www.youtube.com/channel/UCNL1ZadSjHpjm4q9j2sVtOA", + "name": "youtube" + }, + { + "url": "https://www.bbc.co.uk/music/artists/650e7db6-b795-4eb5-a702-5ea2fc46c848", + "name": "bbc" + }, + { + "url": "https://twitter.com/ladygaga", + "name": "twitter" + }, + { + "url": "https://ladygaga.fandom.com/", + "name": "fandom" + }, + { + "url": "http://fanity.com/LadyGaga", + "name": "fanity" + }, + { + "url": "https://www.youtube.com/channel/UC07Kxew-cMIaykMOkzqHtBQ", + "name": "youtube" + }, + { + "url": "https://www.allmusic.com/artist/mn0000994823", + "name": "allmusic" + }, + { + "url": "https://plus.google.com/+LadyGaga", + "name": "google" + }, + { + "url": "https://www.facebook.com/ladygaga", + "name": "facebook" + }, + { + "url": "https://secondhandsongs.com/artist/43820", + "name": "secondhandsongs" + }, + { + "url": "https://www.last.fm/music/Lady+Gaga", + "name": "last" + }, + { + "url": "https://www.wikidata.org/wiki/Q19848", + "name": "wikidata" + }, + { + "url": "https://soundcloud.com/ladygaga", + "name": "soundcloud" + }, + { + "url": "https://rateyourmusic.com/artist/lady-gaga", + "name": "rateyourmusic" + }, + { + "url": "https://www.imdb.com/name/nm3078932/", + "name": "imdb" + }, + { + "url": "https://musicmoz.org/Bands_and_Artists/L/Lady_Gaga/", + "name": "musicmoz" + }, + { + "url": "https://www.instagram.com/ladygaga/", + "name": "instagram" + }, + { + "url": "http://viaf.org/viaf/49555103", + "name": "viaf" + }, + { + "url": "https://open.spotify.com/artist/1HY2Jd0NmPuamShAr6KMms", + "name": "spotify" + }, + { + "url": "https://www.whosampled.com/Lady-Gaga/", + "name": "whosampled" + }, + { + "url": "https://www.worldcat.org/identities/containsVIAFID/49555103", + "name": "worldcat" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ah7amohgkrydyfxgsbask752lye", + "name": "google" + }, + { + "url": "https://imvdb.com/n/lady-gaga", + "name": "imvdb" + }, + { + "url": "https://genius.com/artists/Lady-gaga", + "name": "genius" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Lady_Gaga_vigil_2016.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.bandsintown.com/a/22741", + "name": "bandsintown" + }, + { + "url": "https://www.musik-sammler.de/artist/lady-gaga/", + "name": "musik-sammler" + }, + { + "url": "https://www.songkick.com/artists/974908", + "name": "songkick" + }, + { + "url": "https://us.7digital.com/artist/lady-gaga", + "name": "7digital" + }, + { + "url": "https://www.deezer.com/artist/75491", + "name": "deezer" + }, + { + "url": "https://giphy.com/ladygaga", + "name": "giphy" + }, + { + "url": "https://d-nb.info/gnd/135898838", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2008179258", + "name": "loc" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb157535900", + "name": "bnf" + }, + { + "url": "https://nla.gov.au/nla.party-1479624", + "name": "gov" + }, + { + "url": "https://www.musixmatch.com/artist/Lady-Gaga", + "name": "musixmatch" + }, + { + "url": "https://tidal.com/artist/3534754", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/lady-gaga/140979", + "name": "beatport" + }, + { + "url": "https://www.junodownload.com/artists/Lady+Gaga/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:210120-D-WD757-1720_(50861332387)_(cropped).jpg", + "name": "wikimedia" + }, + { + "url": "https://soundcloud.com/stuckonfuckinyou", + "name": "soundcloud" + }, + { + "url": "https://www.tiktok.com/@ladygaga", + "name": "tiktok" + }, + { + "url": "https://openlibrary.org/works/OL7317992A", + "name": "openlibrary" + }, + { + "url": "https://www.discogs.com/artist/1525683", + "name": "discogs" + }, + { + "url": "https://www.discogs.com/artist/5729318", + "name": "discogs" + }, + { + "url": "https://www.tiktok.com/@stefanigermanott5", + "name": "tiktok" + }, + { + "url": "https://twitter.com/GAGA_JAPAN", + "name": "twitter" + }, + { + "url": "https://music.amazon.com/artists/B001SZDIZU", + "name": "amazon" + }, + { + "url": "http://www.maniadb.com/artist/153225", + "name": "maniadb" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000321714/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.setlist.fm/setlists/lady-gaga-1bd665bc.html", + "name": "setlist" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.cdjapan.co.jp/person/700155541", + "name": "cdjapan" + }, + { + "url": "https://music.youtube.com/channel/UCGKXb1syicud01CJOOFRykg", + "name": "youtube" + }, + { + "url": "https://www.livenation.com/artist/K8vZ917Go7V", + "name": "livenation" + }, + { + "url": "https://www.ticketmaster.com/artist/1249444", + "name": "ticketmaster" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://open.spotify.com/user/ladygaga_spotify", + "name": "spotify" + }, + { + "url": "https://us.napster.com/artist/lady-gaga", + "name": "napster" + }, + { + "url": "https://itunes.apple.com/us/artist/id277293880", + "name": "apple" + }, + { + "url": "https://mora.jp/artist/13336/", + "name": "mora" + }, + { + "url": "https://muzikum.eu/en/lady-gaga/lyrics", + "name": "muzikum" + }, + { + "url": "https://www.ladygaga.com/", + "name": "ladygaga" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://www.idref.fr/162075545", + "name": "idref" + }, + { + "url": "https://jaxsta.com/profile/a661a9bb-ace6-4fb3-9e86-8e6612ab40e0", + "name": "jaxsta" + }, + { + "url": "https://www.themoviedb.org/person/237405", + "name": "themoviedb" + }, + { + "url": "https://www.boomplay.com/artists/1927236", + "name": "boomplay" + }, + { + "url": "https://www.dailymotion.com/ladygaga", + "name": "dailymotion" + }, + { + "url": "https://play.anghami.com/artist/8620917", + "name": "anghami" + }, + { + "url": "https://music.yandex.com/artist/1438", + "name": "yandex" + }, + { + "url": "https://id.oclc.org/worldcat/entity/E39PCjrpyjhYC3CtXtKPqbfK3P", + "name": "oclc" + }, + { + "url": "https://ototoy.jp/_/default/a/274159", + "name": "ototoy" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/fanart/tpvbtv1770819678.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/strrrq1537623093.jpg", + "coverType": "banner", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/qxwtwx1537623070.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/ib17f51665840436.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Lady Gaga", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Pop", + "Dance-Pop", + "Electropop", + "Pop Rock", + "Synth-Pop", + "Electronic", + "Dance", + "Jazz", + "Electro House", + "Americana" + ], + "cleanName": "ladygaga", + "sortName": "lady gaga", + "tags": [], + "added": "2025-02-21T06:12:06Z", + "ratings": { + "votes": 26, + "value": 8.6 + }, + "id": 157 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/6b766c2d-04b5-48ee-8a56-db92a3719582/41072894960-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/5ab5924e-fbf1-483c-83c2-d7ad082e804a/42116710285-1200.jpg", + "coverType": "disc", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.wikidata.org/wiki/Q131919251", + "name": "wikidata" + }, + { + "url": "https://www.discogs.com/master/3772997", + "name": "discogs" + }, + { + "url": "https://www.hs.fi/kulttuuri/art-2000011080056.html", + "name": "hs" + }, + { + "url": "https://www.offiziellecharts.de/charts/album-details-547539", + "name": "offiziellecharts" + }, + { + "url": "https://www.plattentests.de/rezi.php?show=20685", + "name": "plattentests" + }, + { + "url": "https://laut.de/Lady-Gaga/Alben/Mayhem-124960", + "name": "laut" + }, + { + "url": "https://www.allmusic.com/album/mw0004464509", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/release/album/lady-gaga/mayhem/", + "name": "rateyourmusic" + }, + { + "url": "https://genius.com/albums/Lady-gaga/Mayhem", + "name": "genius" + }, + { + "url": "https://www.musik-sammler.de/album/1089079/", + "name": "musik-sammler" + }, + { + "url": "https://www.apu.fi/artikkelit/lady-gagan-uusi-levy-kuulostaa-silta-kuin-trumpin-aika-nayttaa-kolumni-oskari-onninen", + "name": "apu" + } + ], + "lastSearchTime": "2026-05-08T08:05:30Z", + "id": 1020 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Lady Gaga", + "foreignArtistId": "650e7db6-b795-4eb5-a702-5ea2fc46c848", + "tadbId": 0, + "discogsId": 0, + "overview": "Stefani Joanne Angelina Germanotta, known professionally as Lady Gaga, is an American singer, songwriter, and actress. Known for her image reinventions and versatility across the entertainment industry, she is an influential figure in popular music. With estimated sales of 124 million records, she is one of the best-selling music artists of all time. Publications such as Billboard and Rolling Stone have ranked her among the greatest artists in history.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://myspace.com/ladygaga", + "name": "myspace" + }, + { + "url": "https://www.discogs.com/artist/1103159", + "name": "discogs" + }, + { + "url": "https://www.youtube.com/channel/UCNL1ZadSjHpjm4q9j2sVtOA", + "name": "youtube" + }, + { + "url": "https://www.bbc.co.uk/music/artists/650e7db6-b795-4eb5-a702-5ea2fc46c848", + "name": "bbc" + }, + { + "url": "https://twitter.com/ladygaga", + "name": "twitter" + }, + { + "url": "https://ladygaga.fandom.com/", + "name": "fandom" + }, + { + "url": "http://fanity.com/LadyGaga", + "name": "fanity" + }, + { + "url": "https://www.youtube.com/channel/UC07Kxew-cMIaykMOkzqHtBQ", + "name": "youtube" + }, + { + "url": "https://www.allmusic.com/artist/mn0000994823", + "name": "allmusic" + }, + { + "url": "https://plus.google.com/+LadyGaga", + "name": "google" + }, + { + "url": "https://www.facebook.com/ladygaga", + "name": "facebook" + }, + { + "url": "https://secondhandsongs.com/artist/43820", + "name": "secondhandsongs" + }, + { + "url": "https://www.last.fm/music/Lady+Gaga", + "name": "last" + }, + { + "url": "https://www.wikidata.org/wiki/Q19848", + "name": "wikidata" + }, + { + "url": "https://soundcloud.com/ladygaga", + "name": "soundcloud" + }, + { + "url": "https://rateyourmusic.com/artist/lady-gaga", + "name": "rateyourmusic" + }, + { + "url": "https://www.imdb.com/name/nm3078932/", + "name": "imdb" + }, + { + "url": "https://musicmoz.org/Bands_and_Artists/L/Lady_Gaga/", + "name": "musicmoz" + }, + { + "url": "https://www.instagram.com/ladygaga/", + "name": "instagram" + }, + { + "url": "http://viaf.org/viaf/49555103", + "name": "viaf" + }, + { + "url": "https://open.spotify.com/artist/1HY2Jd0NmPuamShAr6KMms", + "name": "spotify" + }, + { + "url": "https://www.whosampled.com/Lady-Gaga/", + "name": "whosampled" + }, + { + "url": "https://www.worldcat.org/identities/containsVIAFID/49555103", + "name": "worldcat" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ah7amohgkrydyfxgsbask752lye", + "name": "google" + }, + { + "url": "https://imvdb.com/n/lady-gaga", + "name": "imvdb" + }, + { + "url": "https://genius.com/artists/Lady-gaga", + "name": "genius" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Lady_Gaga_vigil_2016.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.bandsintown.com/a/22741", + "name": "bandsintown" + }, + { + "url": "https://www.musik-sammler.de/artist/lady-gaga/", + "name": "musik-sammler" + }, + { + "url": "https://www.songkick.com/artists/974908", + "name": "songkick" + }, + { + "url": "https://us.7digital.com/artist/lady-gaga", + "name": "7digital" + }, + { + "url": "https://www.deezer.com/artist/75491", + "name": "deezer" + }, + { + "url": "https://giphy.com/ladygaga", + "name": "giphy" + }, + { + "url": "https://d-nb.info/gnd/135898838", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2008179258", + "name": "loc" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb157535900", + "name": "bnf" + }, + { + "url": "https://nla.gov.au/nla.party-1479624", + "name": "gov" + }, + { + "url": "https://www.musixmatch.com/artist/Lady-Gaga", + "name": "musixmatch" + }, + { + "url": "https://tidal.com/artist/3534754", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/lady-gaga/140979", + "name": "beatport" + }, + { + "url": "https://www.junodownload.com/artists/Lady+Gaga/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:210120-D-WD757-1720_(50861332387)_(cropped).jpg", + "name": "wikimedia" + }, + { + "url": "https://soundcloud.com/stuckonfuckinyou", + "name": "soundcloud" + }, + { + "url": "https://www.tiktok.com/@ladygaga", + "name": "tiktok" + }, + { + "url": "https://openlibrary.org/works/OL7317992A", + "name": "openlibrary" + }, + { + "url": "https://www.discogs.com/artist/1525683", + "name": "discogs" + }, + { + "url": "https://www.discogs.com/artist/5729318", + "name": "discogs" + }, + { + "url": "https://www.tiktok.com/@stefanigermanott5", + "name": "tiktok" + }, + { + "url": "https://twitter.com/GAGA_JAPAN", + "name": "twitter" + }, + { + "url": "https://music.amazon.com/artists/B001SZDIZU", + "name": "amazon" + }, + { + "url": "http://www.maniadb.com/artist/153225", + "name": "maniadb" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000321714/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.setlist.fm/setlists/lady-gaga-1bd665bc.html", + "name": "setlist" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.cdjapan.co.jp/person/700155541", + "name": "cdjapan" + }, + { + "url": "https://music.youtube.com/channel/UCGKXb1syicud01CJOOFRykg", + "name": "youtube" + }, + { + "url": "https://www.livenation.com/artist/K8vZ917Go7V", + "name": "livenation" + }, + { + "url": "https://www.ticketmaster.com/artist/1249444", + "name": "ticketmaster" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://open.spotify.com/user/ladygaga_spotify", + "name": "spotify" + }, + { + "url": "https://us.napster.com/artist/lady-gaga", + "name": "napster" + }, + { + "url": "https://itunes.apple.com/us/artist/id277293880", + "name": "apple" + }, + { + "url": "https://mora.jp/artist/13336/", + "name": "mora" + }, + { + "url": "https://muzikum.eu/en/lady-gaga/lyrics", + "name": "muzikum" + }, + { + "url": "https://www.ladygaga.com/", + "name": "ladygaga" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://www.idref.fr/162075545", + "name": "idref" + }, + { + "url": "https://jaxsta.com/profile/a661a9bb-ace6-4fb3-9e86-8e6612ab40e0", + "name": "jaxsta" + }, + { + "url": "https://www.themoviedb.org/person/237405", + "name": "themoviedb" + }, + { + "url": "https://www.boomplay.com/artists/1927236", + "name": "boomplay" + }, + { + "url": "https://www.dailymotion.com/ladygaga", + "name": "dailymotion" + }, + { + "url": "https://play.anghami.com/artist/8620917", + "name": "anghami" + }, + { + "url": "https://music.yandex.com/artist/1438", + "name": "yandex" + }, + { + "url": "https://id.oclc.org/worldcat/entity/E39PCjrpyjhYC3CtXtKPqbfK3P", + "name": "oclc" + }, + { + "url": "https://ototoy.jp/_/default/a/274159", + "name": "ototoy" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/fanart/tpvbtv1770819678.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/strrrq1537623093.jpg", + "coverType": "banner", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/qxwtwx1537623070.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/ib17f51665840436.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Lady Gaga", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Pop", + "Dance-Pop", + "Electropop", + "Pop Rock", + "Synth-Pop", + "Electronic", + "Dance", + "Jazz", + "Electro House", + "Americana" + ], + "cleanName": "ladygaga", + "sortName": "lady gaga", + "tags": [], + "added": "2025-02-21T06:12:06Z", + "ratings": { + "votes": 26, + "value": 8.6 + }, + "id": 157 + }, + "track": { + "artistId": 157, + "foreignTrackId": "2f7bcf95-aa68-4bb1-b94b-6504c922ad8e", + "foreignRecordingId": "88431c77-14f8-4245-bf36-2c3aa801bf73", + "trackFileId": 212491, + "albumId": 1020, + "explicit": false, + "absoluteTrackNumber": 7, + "trackNumber": "B2", + "title": "Zombieboy", + "duration": 0, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 34647 + }, + "id": 1872 + }, + { + "albumId": 1020, + "artistId": 157, + "trackId": 34646, + "sourceTitle": "06. Killah", + "quality": { + "quality": { + "id": 21, + "name": "FLAC 24bit" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2026-05-08T08:09:42Z", + "downloadId": "B09E40C62249168062DAC579F8BCCEF6B22462E4", + "eventType": "trackFileImported", + "data": { + "fileId": "212490", + "droppedPath": "/mnt/torrents/downloads/Lady Gaga - MAYHEM (2025) [24Bit-44.1kHz] FLAC [PMEDIA] ⭐️/06. Killah.flac", + "importedPath": "/mnt/plex/music/Lady Gaga/MAYHEM (2025)/12 Vinyl 01/Lady Gaga - MAYHEM - 06 - Killah.flac", + "downloadClient": "qBittorrent", + "releaseGroup": null, + "size": "44241586", + "indexerFlags": "Freeleech" + }, + "album": { + "title": "MAYHEM", + "disambiguation": "", + "overview": "Mayhem is a studio album by American singer-songwriter Lady Gaga. It was released on March 7, 2025, through Streamline and Interscope Records. During the creation of the album, Gaga collaborated with producers such as Andrew Watt, Cirkut and Gesaffelstein, resulting in an album that has a \"chaotic blur of genres\", mainly synth-pop, with industrial dance influences, and elements of electro, disco, funk, industrial pop, rock and pop rock. Thematically, it explores love, chaos, fame, identity, and desire, using metaphors of transformation, duality, and excess. The album was recorded at Rick Rubin's studio Shangri-La, in Malibu, California.\nMayhem was preceded by the release of two singles. Its lead single \"Disease\" was released on October 25, 2024, while \"Abracadabra\" followed as the second and last single on February 3, 2025, reaching number five on the Billboard Global 200 and number thirteen on the U.S. Billboard Hot 100. The record also includes the Grammy-winning global number one single \"Die with a Smile\", a duet with Bruno Mars. Mayhem topped the album charts in over 20 countries, and peaked at the top ten in Denmark, France, Iceland, Lithuania, the Netherlands, and Sweden. It achieved the largest first-week sales of the year for a female album in the lattermost nation in 2025.\nMayhem received critical acclaim with reviewers deeming it a strong return to form to Gaga's pop roots, specifically The Fame (2008). Reviewers highlighted the production, stylistic diversity, album cohesion and noted stylistic inspiration from artists such as David Bowie, Madonna, Michael Jackson, Prince, Radiohead, Nine Inch Nails and Siouxsie and the Banshees. It became her highest-rated release on Metacritic. Gaga will promote the album in 2025 with a series of promotional concerts, including a headlining performance at Coachella, and her eighth concert tour, the Mayhem Ball.", + "artistId": 157, + "foreignAlbumId": "4174e53c-90e8-4630-993f-1f7466178398", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 0, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 9, + "value": 8.2 + }, + "releaseDate": "2025-03-07T00:00:00Z", + "releases": [ + { + "id": 2872, + "albumId": 1020, + "foreignReleaseId": "6b766c2d-04b5-48ee-8a56-db92a3719582", + "title": "MAYHEM", + "status": "Official", + "duration": 3192000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2874, + "albumId": 1020, + "foreignReleaseId": "2aa39b2a-bc2c-4c5a-a76c-62a173816c32", + "title": "MAYHEM", + "status": "Official", + "duration": 3186000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2875, + "albumId": 1020, + "foreignReleaseId": "6babc582-3572-42fb-abf0-a812922911b8", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "store exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2876, + "albumId": 1020, + "foreignReleaseId": "b532e38f-c75b-40de-a12e-53d62020b3e0", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": true + }, + { + "id": 2877, + "albumId": 1020, + "foreignReleaseId": "727f524a-40b5-4744-bca7-84930cf1ef88", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Urban Outfitters exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2878, + "albumId": 1020, + "foreignReleaseId": "71161341-cac3-4e21-8a4e-6a684c5da824", + "title": "MAYHEM", + "status": "Official", + "duration": 3438477, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "Target exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2879, + "albumId": 1020, + "foreignReleaseId": "28bf7234-94ef-4aa0-9f83-3dc44083950f", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Japan" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2880, + "albumId": 1020, + "foreignReleaseId": "5ab5924e-fbf1-483c-83c2-d7ad082e804a", + "title": "MAYHEM", + "status": "Official", + "duration": 3403009, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "deluxe", + "country": [ + "Japan" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2881, + "albumId": 1020, + "foreignReleaseId": "a451cb8f-aa1f-41fc-862c-92b57e955f61", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "Japan" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2882, + "albumId": 1020, + "foreignReleaseId": "1cbe6277-a6e6-47e5-a6d4-c0a5038192c9", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Interscope exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2883, + "albumId": 1020, + "foreignReleaseId": "76c3095c-ecea-42a0-8c48-673f5bdd902f", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Walmart exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2884, + "albumId": 1020, + "foreignReleaseId": "4b062c3e-9e67-4ef7-87a7-1228242b3150", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Amazon exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2890, + "albumId": 1020, + "foreignReleaseId": "a9e1f4ea-8108-46e2-9d74-c72a2dbc13f8", + "title": "MAYHEM", + "status": "Official", + "duration": 3192000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2891, + "albumId": 1020, + "foreignReleaseId": "c0c4e8d7-593d-4924-a9cb-26d3adc9414a", + "title": "MAYHEM", + "status": "Official", + "duration": 2940000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "Dolby Atmos mix", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2892, + "albumId": 1020, + "foreignReleaseId": "bdbae60d-6102-4e98-970b-6ec2e3ae3c50", + "title": "MAYHEM", + "status": "Official", + "duration": 3191868, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2893, + "albumId": 1020, + "foreignReleaseId": "817057f1-72e5-4530-b138-cba05efa6b42", + "title": "MAYHEM", + "status": "Official", + "duration": 3403009, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "alternate cover", + "country": [ + "United Kingdom", + "Europe" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2906, + "albumId": 1020, + "foreignReleaseId": "de829f05-09ee-4f89-a0a6-87826bc13e79", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "store exclusive, silver", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2907, + "albumId": 1020, + "foreignReleaseId": "77abfd1d-8b71-444d-828c-cd7e292b13c8", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Spotify Fans First exclusive", + "country": [ + "Europe" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2908, + "albumId": 1020, + "foreignReleaseId": "5d393e66-ba53-4579-9985-b5561e6b49a6", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Target exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2909, + "albumId": 1020, + "foreignReleaseId": "55b715b2-e67d-4f28-a517-c4aba287a1c3", + "title": "MAYHEM", + "status": "Official", + "duration": 3191917, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Europe" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2910, + "albumId": 1020, + "foreignReleaseId": "16abdb71-85de-4d56-a60f-39e48fec1351", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2911, + "albumId": 1020, + "foreignReleaseId": "9ce0c791-41c5-423f-b8dd-2fe19a3c3712", + "title": "Mayhem", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Spotify Fans First exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2912, + "albumId": 1020, + "foreignReleaseId": "b41361c8-3a8c-40e0-bc4d-95f16df3478a", + "title": "MAYHEM", + "status": "Official", + "duration": 3191917, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2913, + "albumId": 1020, + "foreignReleaseId": "b60a9f23-0bfe-4254-afab-d24a06782cda", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Cassette" + } + ], + "mediumCount": 1, + "disambiguation": "grey cassette", + "country": [ + "United Kingdom", + "Europe" + ], + "label": [ + "Interscope Records" + ], + "format": "Cassette", + "monitored": false + }, + { + "id": 2964, + "albumId": 1020, + "foreignReleaseId": "10044b93-e27e-4433-b5f2-fc3923a8b32e", + "title": "MAYHEM", + "status": "Official", + "duration": 3438477, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "alternate cover", + "country": [ + "Europe" + ], + "label": [ + "Interscope Records", + "Interscope Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 3072, + "albumId": 1020, + "foreignReleaseId": "1bdfed3c-f709-40c2-8f66-e74bbddf997c", + "title": "MAYHEM", + "status": "Official", + "duration": 3878081, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3073, + "albumId": 1020, + "foreignReleaseId": "c5a2e9c3-7621-4a81-b13b-639282fb60d5", + "title": "MAYHEM", + "status": "Official", + "duration": 3878074, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3074, + "albumId": 1020, + "foreignReleaseId": "2d9e87b8-9ff0-41da-a506-9fba6751d575", + "title": "MAYHEM", + "status": "Official", + "duration": 3878074, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3075, + "albumId": 1020, + "foreignReleaseId": "3c49b2cb-ba22-44c0-9ce6-95a05c582525", + "title": "MAYHEM", + "status": "Official", + "duration": 3878074, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3076, + "albumId": 1020, + "foreignReleaseId": "463c60a9-21ac-4e11-add8-93389359c7fd", + "title": "MAYHEM", + "status": "Official", + "duration": 3626407, + "trackCount": 16, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "Dolby Atmos mix", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Pop", + "Dance-Pop", + "Synth-Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Lady Gaga", + "foreignArtistId": "650e7db6-b795-4eb5-a702-5ea2fc46c848", + "tadbId": 0, + "discogsId": 0, + "overview": "Stefani Joanne Angelina Germanotta, known professionally as Lady Gaga, is an American singer, songwriter, and actress. Known for her image reinventions and versatility across the entertainment industry, she is an influential figure in popular music. With estimated sales of 124 million records, she is one of the best-selling music artists of all time. Publications such as Billboard and Rolling Stone have ranked her among the greatest artists in history.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://myspace.com/ladygaga", + "name": "myspace" + }, + { + "url": "https://www.discogs.com/artist/1103159", + "name": "discogs" + }, + { + "url": "https://www.youtube.com/channel/UCNL1ZadSjHpjm4q9j2sVtOA", + "name": "youtube" + }, + { + "url": "https://www.bbc.co.uk/music/artists/650e7db6-b795-4eb5-a702-5ea2fc46c848", + "name": "bbc" + }, + { + "url": "https://twitter.com/ladygaga", + "name": "twitter" + }, + { + "url": "https://ladygaga.fandom.com/", + "name": "fandom" + }, + { + "url": "http://fanity.com/LadyGaga", + "name": "fanity" + }, + { + "url": "https://www.youtube.com/channel/UC07Kxew-cMIaykMOkzqHtBQ", + "name": "youtube" + }, + { + "url": "https://www.allmusic.com/artist/mn0000994823", + "name": "allmusic" + }, + { + "url": "https://plus.google.com/+LadyGaga", + "name": "google" + }, + { + "url": "https://www.facebook.com/ladygaga", + "name": "facebook" + }, + { + "url": "https://secondhandsongs.com/artist/43820", + "name": "secondhandsongs" + }, + { + "url": "https://www.last.fm/music/Lady+Gaga", + "name": "last" + }, + { + "url": "https://www.wikidata.org/wiki/Q19848", + "name": "wikidata" + }, + { + "url": "https://soundcloud.com/ladygaga", + "name": "soundcloud" + }, + { + "url": "https://rateyourmusic.com/artist/lady-gaga", + "name": "rateyourmusic" + }, + { + "url": "https://www.imdb.com/name/nm3078932/", + "name": "imdb" + }, + { + "url": "https://musicmoz.org/Bands_and_Artists/L/Lady_Gaga/", + "name": "musicmoz" + }, + { + "url": "https://www.instagram.com/ladygaga/", + "name": "instagram" + }, + { + "url": "http://viaf.org/viaf/49555103", + "name": "viaf" + }, + { + "url": "https://open.spotify.com/artist/1HY2Jd0NmPuamShAr6KMms", + "name": "spotify" + }, + { + "url": "https://www.whosampled.com/Lady-Gaga/", + "name": "whosampled" + }, + { + "url": "https://www.worldcat.org/identities/containsVIAFID/49555103", + "name": "worldcat" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ah7amohgkrydyfxgsbask752lye", + "name": "google" + }, + { + "url": "https://imvdb.com/n/lady-gaga", + "name": "imvdb" + }, + { + "url": "https://genius.com/artists/Lady-gaga", + "name": "genius" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Lady_Gaga_vigil_2016.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.bandsintown.com/a/22741", + "name": "bandsintown" + }, + { + "url": "https://www.musik-sammler.de/artist/lady-gaga/", + "name": "musik-sammler" + }, + { + "url": "https://www.songkick.com/artists/974908", + "name": "songkick" + }, + { + "url": "https://us.7digital.com/artist/lady-gaga", + "name": "7digital" + }, + { + "url": "https://www.deezer.com/artist/75491", + "name": "deezer" + }, + { + "url": "https://giphy.com/ladygaga", + "name": "giphy" + }, + { + "url": "https://d-nb.info/gnd/135898838", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2008179258", + "name": "loc" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb157535900", + "name": "bnf" + }, + { + "url": "https://nla.gov.au/nla.party-1479624", + "name": "gov" + }, + { + "url": "https://www.musixmatch.com/artist/Lady-Gaga", + "name": "musixmatch" + }, + { + "url": "https://tidal.com/artist/3534754", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/lady-gaga/140979", + "name": "beatport" + }, + { + "url": "https://www.junodownload.com/artists/Lady+Gaga/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:210120-D-WD757-1720_(50861332387)_(cropped).jpg", + "name": "wikimedia" + }, + { + "url": "https://soundcloud.com/stuckonfuckinyou", + "name": "soundcloud" + }, + { + "url": "https://www.tiktok.com/@ladygaga", + "name": "tiktok" + }, + { + "url": "https://openlibrary.org/works/OL7317992A", + "name": "openlibrary" + }, + { + "url": "https://www.discogs.com/artist/1525683", + "name": "discogs" + }, + { + "url": "https://www.discogs.com/artist/5729318", + "name": "discogs" + }, + { + "url": "https://www.tiktok.com/@stefanigermanott5", + "name": "tiktok" + }, + { + "url": "https://twitter.com/GAGA_JAPAN", + "name": "twitter" + }, + { + "url": "https://music.amazon.com/artists/B001SZDIZU", + "name": "amazon" + }, + { + "url": "http://www.maniadb.com/artist/153225", + "name": "maniadb" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000321714/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.setlist.fm/setlists/lady-gaga-1bd665bc.html", + "name": "setlist" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.cdjapan.co.jp/person/700155541", + "name": "cdjapan" + }, + { + "url": "https://music.youtube.com/channel/UCGKXb1syicud01CJOOFRykg", + "name": "youtube" + }, + { + "url": "https://www.livenation.com/artist/K8vZ917Go7V", + "name": "livenation" + }, + { + "url": "https://www.ticketmaster.com/artist/1249444", + "name": "ticketmaster" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://open.spotify.com/user/ladygaga_spotify", + "name": "spotify" + }, + { + "url": "https://us.napster.com/artist/lady-gaga", + "name": "napster" + }, + { + "url": "https://itunes.apple.com/us/artist/id277293880", + "name": "apple" + }, + { + "url": "https://mora.jp/artist/13336/", + "name": "mora" + }, + { + "url": "https://muzikum.eu/en/lady-gaga/lyrics", + "name": "muzikum" + }, + { + "url": "https://www.ladygaga.com/", + "name": "ladygaga" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://www.idref.fr/162075545", + "name": "idref" + }, + { + "url": "https://jaxsta.com/profile/a661a9bb-ace6-4fb3-9e86-8e6612ab40e0", + "name": "jaxsta" + }, + { + "url": "https://www.themoviedb.org/person/237405", + "name": "themoviedb" + }, + { + "url": "https://www.boomplay.com/artists/1927236", + "name": "boomplay" + }, + { + "url": "https://www.dailymotion.com/ladygaga", + "name": "dailymotion" + }, + { + "url": "https://play.anghami.com/artist/8620917", + "name": "anghami" + }, + { + "url": "https://music.yandex.com/artist/1438", + "name": "yandex" + }, + { + "url": "https://id.oclc.org/worldcat/entity/E39PCjrpyjhYC3CtXtKPqbfK3P", + "name": "oclc" + }, + { + "url": "https://ototoy.jp/_/default/a/274159", + "name": "ototoy" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/fanart/tpvbtv1770819678.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/strrrq1537623093.jpg", + "coverType": "banner", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/qxwtwx1537623070.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/ib17f51665840436.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Lady Gaga", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Pop", + "Dance-Pop", + "Electropop", + "Pop Rock", + "Synth-Pop", + "Electronic", + "Dance", + "Jazz", + "Electro House", + "Americana" + ], + "cleanName": "ladygaga", + "sortName": "lady gaga", + "tags": [], + "added": "2025-02-21T06:12:06Z", + "ratings": { + "votes": 26, + "value": 8.6 + }, + "id": 157 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/6b766c2d-04b5-48ee-8a56-db92a3719582/41072894960-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/5ab5924e-fbf1-483c-83c2-d7ad082e804a/42116710285-1200.jpg", + "coverType": "disc", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.wikidata.org/wiki/Q131919251", + "name": "wikidata" + }, + { + "url": "https://www.discogs.com/master/3772997", + "name": "discogs" + }, + { + "url": "https://www.hs.fi/kulttuuri/art-2000011080056.html", + "name": "hs" + }, + { + "url": "https://www.offiziellecharts.de/charts/album-details-547539", + "name": "offiziellecharts" + }, + { + "url": "https://www.plattentests.de/rezi.php?show=20685", + "name": "plattentests" + }, + { + "url": "https://laut.de/Lady-Gaga/Alben/Mayhem-124960", + "name": "laut" + }, + { + "url": "https://www.allmusic.com/album/mw0004464509", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/release/album/lady-gaga/mayhem/", + "name": "rateyourmusic" + }, + { + "url": "https://genius.com/albums/Lady-gaga/Mayhem", + "name": "genius" + }, + { + "url": "https://www.musik-sammler.de/album/1089079/", + "name": "musik-sammler" + }, + { + "url": "https://www.apu.fi/artikkelit/lady-gagan-uusi-levy-kuulostaa-silta-kuin-trumpin-aika-nayttaa-kolumni-oskari-onninen", + "name": "apu" + } + ], + "lastSearchTime": "2026-05-08T08:05:30Z", + "id": 1020 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Lady Gaga", + "foreignArtistId": "650e7db6-b795-4eb5-a702-5ea2fc46c848", + "tadbId": 0, + "discogsId": 0, + "overview": "Stefani Joanne Angelina Germanotta, known professionally as Lady Gaga, is an American singer, songwriter, and actress. Known for her image reinventions and versatility across the entertainment industry, she is an influential figure in popular music. With estimated sales of 124 million records, she is one of the best-selling music artists of all time. Publications such as Billboard and Rolling Stone have ranked her among the greatest artists in history.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://myspace.com/ladygaga", + "name": "myspace" + }, + { + "url": "https://www.discogs.com/artist/1103159", + "name": "discogs" + }, + { + "url": "https://www.youtube.com/channel/UCNL1ZadSjHpjm4q9j2sVtOA", + "name": "youtube" + }, + { + "url": "https://www.bbc.co.uk/music/artists/650e7db6-b795-4eb5-a702-5ea2fc46c848", + "name": "bbc" + }, + { + "url": "https://twitter.com/ladygaga", + "name": "twitter" + }, + { + "url": "https://ladygaga.fandom.com/", + "name": "fandom" + }, + { + "url": "http://fanity.com/LadyGaga", + "name": "fanity" + }, + { + "url": "https://www.youtube.com/channel/UC07Kxew-cMIaykMOkzqHtBQ", + "name": "youtube" + }, + { + "url": "https://www.allmusic.com/artist/mn0000994823", + "name": "allmusic" + }, + { + "url": "https://plus.google.com/+LadyGaga", + "name": "google" + }, + { + "url": "https://www.facebook.com/ladygaga", + "name": "facebook" + }, + { + "url": "https://secondhandsongs.com/artist/43820", + "name": "secondhandsongs" + }, + { + "url": "https://www.last.fm/music/Lady+Gaga", + "name": "last" + }, + { + "url": "https://www.wikidata.org/wiki/Q19848", + "name": "wikidata" + }, + { + "url": "https://soundcloud.com/ladygaga", + "name": "soundcloud" + }, + { + "url": "https://rateyourmusic.com/artist/lady-gaga", + "name": "rateyourmusic" + }, + { + "url": "https://www.imdb.com/name/nm3078932/", + "name": "imdb" + }, + { + "url": "https://musicmoz.org/Bands_and_Artists/L/Lady_Gaga/", + "name": "musicmoz" + }, + { + "url": "https://www.instagram.com/ladygaga/", + "name": "instagram" + }, + { + "url": "http://viaf.org/viaf/49555103", + "name": "viaf" + }, + { + "url": "https://open.spotify.com/artist/1HY2Jd0NmPuamShAr6KMms", + "name": "spotify" + }, + { + "url": "https://www.whosampled.com/Lady-Gaga/", + "name": "whosampled" + }, + { + "url": "https://www.worldcat.org/identities/containsVIAFID/49555103", + "name": "worldcat" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ah7amohgkrydyfxgsbask752lye", + "name": "google" + }, + { + "url": "https://imvdb.com/n/lady-gaga", + "name": "imvdb" + }, + { + "url": "https://genius.com/artists/Lady-gaga", + "name": "genius" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Lady_Gaga_vigil_2016.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.bandsintown.com/a/22741", + "name": "bandsintown" + }, + { + "url": "https://www.musik-sammler.de/artist/lady-gaga/", + "name": "musik-sammler" + }, + { + "url": "https://www.songkick.com/artists/974908", + "name": "songkick" + }, + { + "url": "https://us.7digital.com/artist/lady-gaga", + "name": "7digital" + }, + { + "url": "https://www.deezer.com/artist/75491", + "name": "deezer" + }, + { + "url": "https://giphy.com/ladygaga", + "name": "giphy" + }, + { + "url": "https://d-nb.info/gnd/135898838", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2008179258", + "name": "loc" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb157535900", + "name": "bnf" + }, + { + "url": "https://nla.gov.au/nla.party-1479624", + "name": "gov" + }, + { + "url": "https://www.musixmatch.com/artist/Lady-Gaga", + "name": "musixmatch" + }, + { + "url": "https://tidal.com/artist/3534754", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/lady-gaga/140979", + "name": "beatport" + }, + { + "url": "https://www.junodownload.com/artists/Lady+Gaga/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:210120-D-WD757-1720_(50861332387)_(cropped).jpg", + "name": "wikimedia" + }, + { + "url": "https://soundcloud.com/stuckonfuckinyou", + "name": "soundcloud" + }, + { + "url": "https://www.tiktok.com/@ladygaga", + "name": "tiktok" + }, + { + "url": "https://openlibrary.org/works/OL7317992A", + "name": "openlibrary" + }, + { + "url": "https://www.discogs.com/artist/1525683", + "name": "discogs" + }, + { + "url": "https://www.discogs.com/artist/5729318", + "name": "discogs" + }, + { + "url": "https://www.tiktok.com/@stefanigermanott5", + "name": "tiktok" + }, + { + "url": "https://twitter.com/GAGA_JAPAN", + "name": "twitter" + }, + { + "url": "https://music.amazon.com/artists/B001SZDIZU", + "name": "amazon" + }, + { + "url": "http://www.maniadb.com/artist/153225", + "name": "maniadb" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000321714/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.setlist.fm/setlists/lady-gaga-1bd665bc.html", + "name": "setlist" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.cdjapan.co.jp/person/700155541", + "name": "cdjapan" + }, + { + "url": "https://music.youtube.com/channel/UCGKXb1syicud01CJOOFRykg", + "name": "youtube" + }, + { + "url": "https://www.livenation.com/artist/K8vZ917Go7V", + "name": "livenation" + }, + { + "url": "https://www.ticketmaster.com/artist/1249444", + "name": "ticketmaster" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://open.spotify.com/user/ladygaga_spotify", + "name": "spotify" + }, + { + "url": "https://us.napster.com/artist/lady-gaga", + "name": "napster" + }, + { + "url": "https://itunes.apple.com/us/artist/id277293880", + "name": "apple" + }, + { + "url": "https://mora.jp/artist/13336/", + "name": "mora" + }, + { + "url": "https://muzikum.eu/en/lady-gaga/lyrics", + "name": "muzikum" + }, + { + "url": "https://www.ladygaga.com/", + "name": "ladygaga" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://www.idref.fr/162075545", + "name": "idref" + }, + { + "url": "https://jaxsta.com/profile/a661a9bb-ace6-4fb3-9e86-8e6612ab40e0", + "name": "jaxsta" + }, + { + "url": "https://www.themoviedb.org/person/237405", + "name": "themoviedb" + }, + { + "url": "https://www.boomplay.com/artists/1927236", + "name": "boomplay" + }, + { + "url": "https://www.dailymotion.com/ladygaga", + "name": "dailymotion" + }, + { + "url": "https://play.anghami.com/artist/8620917", + "name": "anghami" + }, + { + "url": "https://music.yandex.com/artist/1438", + "name": "yandex" + }, + { + "url": "https://id.oclc.org/worldcat/entity/E39PCjrpyjhYC3CtXtKPqbfK3P", + "name": "oclc" + }, + { + "url": "https://ototoy.jp/_/default/a/274159", + "name": "ototoy" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/fanart/tpvbtv1770819678.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/strrrq1537623093.jpg", + "coverType": "banner", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/qxwtwx1537623070.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/ib17f51665840436.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Lady Gaga", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Pop", + "Dance-Pop", + "Electropop", + "Pop Rock", + "Synth-Pop", + "Electronic", + "Dance", + "Jazz", + "Electro House", + "Americana" + ], + "cleanName": "ladygaga", + "sortName": "lady gaga", + "tags": [], + "added": "2025-02-21T06:12:06Z", + "ratings": { + "votes": 26, + "value": 8.6 + }, + "id": 157 + }, + "track": { + "artistId": 157, + "foreignTrackId": "90c65df2-0fb3-4d29-8673-af0d4f4a87b3", + "foreignRecordingId": "a3c00380-f3d9-4a92-a4aa-61191ce1cdcd", + "trackFileId": 212490, + "albumId": 1020, + "explicit": false, + "absoluteTrackNumber": 6, + "trackNumber": "B1", + "title": "Killah", + "duration": 0, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 34646 + }, + "id": 1871 + }, + { + "albumId": 1020, + "artistId": 157, + "trackId": 34645, + "sourceTitle": "05. Vanish Into You", + "quality": { + "quality": { + "id": 21, + "name": "FLAC 24bit" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2026-05-08T08:09:41Z", + "downloadId": "B09E40C62249168062DAC579F8BCCEF6B22462E4", + "eventType": "trackFileImported", + "data": { + "fileId": "212489", + "droppedPath": "/mnt/torrents/downloads/Lady Gaga - MAYHEM (2025) [24Bit-44.1kHz] FLAC [PMEDIA] ⭐️/05. Vanish Into You.flac", + "importedPath": "/mnt/plex/music/Lady Gaga/MAYHEM (2025)/12 Vinyl 01/Lady Gaga - MAYHEM - 05 - Vanish Into You.flac", + "downloadClient": "qBittorrent", + "releaseGroup": null, + "size": "53948650", + "indexerFlags": "Freeleech" + }, + "album": { + "title": "MAYHEM", + "disambiguation": "", + "overview": "Mayhem is a studio album by American singer-songwriter Lady Gaga. It was released on March 7, 2025, through Streamline and Interscope Records. During the creation of the album, Gaga collaborated with producers such as Andrew Watt, Cirkut and Gesaffelstein, resulting in an album that has a \"chaotic blur of genres\", mainly synth-pop, with industrial dance influences, and elements of electro, disco, funk, industrial pop, rock and pop rock. Thematically, it explores love, chaos, fame, identity, and desire, using metaphors of transformation, duality, and excess. The album was recorded at Rick Rubin's studio Shangri-La, in Malibu, California.\nMayhem was preceded by the release of two singles. Its lead single \"Disease\" was released on October 25, 2024, while \"Abracadabra\" followed as the second and last single on February 3, 2025, reaching number five on the Billboard Global 200 and number thirteen on the U.S. Billboard Hot 100. The record also includes the Grammy-winning global number one single \"Die with a Smile\", a duet with Bruno Mars. Mayhem topped the album charts in over 20 countries, and peaked at the top ten in Denmark, France, Iceland, Lithuania, the Netherlands, and Sweden. It achieved the largest first-week sales of the year for a female album in the lattermost nation in 2025.\nMayhem received critical acclaim with reviewers deeming it a strong return to form to Gaga's pop roots, specifically The Fame (2008). Reviewers highlighted the production, stylistic diversity, album cohesion and noted stylistic inspiration from artists such as David Bowie, Madonna, Michael Jackson, Prince, Radiohead, Nine Inch Nails and Siouxsie and the Banshees. It became her highest-rated release on Metacritic. Gaga will promote the album in 2025 with a series of promotional concerts, including a headlining performance at Coachella, and her eighth concert tour, the Mayhem Ball.", + "artistId": 157, + "foreignAlbumId": "4174e53c-90e8-4630-993f-1f7466178398", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 0, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 9, + "value": 8.2 + }, + "releaseDate": "2025-03-07T00:00:00Z", + "releases": [ + { + "id": 2872, + "albumId": 1020, + "foreignReleaseId": "6b766c2d-04b5-48ee-8a56-db92a3719582", + "title": "MAYHEM", + "status": "Official", + "duration": 3192000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2874, + "albumId": 1020, + "foreignReleaseId": "2aa39b2a-bc2c-4c5a-a76c-62a173816c32", + "title": "MAYHEM", + "status": "Official", + "duration": 3186000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2875, + "albumId": 1020, + "foreignReleaseId": "6babc582-3572-42fb-abf0-a812922911b8", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "store exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2876, + "albumId": 1020, + "foreignReleaseId": "b532e38f-c75b-40de-a12e-53d62020b3e0", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": true + }, + { + "id": 2877, + "albumId": 1020, + "foreignReleaseId": "727f524a-40b5-4744-bca7-84930cf1ef88", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Urban Outfitters exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2878, + "albumId": 1020, + "foreignReleaseId": "71161341-cac3-4e21-8a4e-6a684c5da824", + "title": "MAYHEM", + "status": "Official", + "duration": 3438477, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "Target exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2879, + "albumId": 1020, + "foreignReleaseId": "28bf7234-94ef-4aa0-9f83-3dc44083950f", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Japan" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2880, + "albumId": 1020, + "foreignReleaseId": "5ab5924e-fbf1-483c-83c2-d7ad082e804a", + "title": "MAYHEM", + "status": "Official", + "duration": 3403009, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "deluxe", + "country": [ + "Japan" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2881, + "albumId": 1020, + "foreignReleaseId": "a451cb8f-aa1f-41fc-862c-92b57e955f61", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "Japan" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2882, + "albumId": 1020, + "foreignReleaseId": "1cbe6277-a6e6-47e5-a6d4-c0a5038192c9", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Interscope exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2883, + "albumId": 1020, + "foreignReleaseId": "76c3095c-ecea-42a0-8c48-673f5bdd902f", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Walmart exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2884, + "albumId": 1020, + "foreignReleaseId": "4b062c3e-9e67-4ef7-87a7-1228242b3150", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Amazon exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2890, + "albumId": 1020, + "foreignReleaseId": "a9e1f4ea-8108-46e2-9d74-c72a2dbc13f8", + "title": "MAYHEM", + "status": "Official", + "duration": 3192000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2891, + "albumId": 1020, + "foreignReleaseId": "c0c4e8d7-593d-4924-a9cb-26d3adc9414a", + "title": "MAYHEM", + "status": "Official", + "duration": 2940000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "Dolby Atmos mix", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2892, + "albumId": 1020, + "foreignReleaseId": "bdbae60d-6102-4e98-970b-6ec2e3ae3c50", + "title": "MAYHEM", + "status": "Official", + "duration": 3191868, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2893, + "albumId": 1020, + "foreignReleaseId": "817057f1-72e5-4530-b138-cba05efa6b42", + "title": "MAYHEM", + "status": "Official", + "duration": 3403009, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "alternate cover", + "country": [ + "United Kingdom", + "Europe" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2906, + "albumId": 1020, + "foreignReleaseId": "de829f05-09ee-4f89-a0a6-87826bc13e79", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "store exclusive, silver", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2907, + "albumId": 1020, + "foreignReleaseId": "77abfd1d-8b71-444d-828c-cd7e292b13c8", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Spotify Fans First exclusive", + "country": [ + "Europe" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2908, + "albumId": 1020, + "foreignReleaseId": "5d393e66-ba53-4579-9985-b5561e6b49a6", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Target exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2909, + "albumId": 1020, + "foreignReleaseId": "55b715b2-e67d-4f28-a517-c4aba287a1c3", + "title": "MAYHEM", + "status": "Official", + "duration": 3191917, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Europe" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2910, + "albumId": 1020, + "foreignReleaseId": "16abdb71-85de-4d56-a60f-39e48fec1351", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2911, + "albumId": 1020, + "foreignReleaseId": "9ce0c791-41c5-423f-b8dd-2fe19a3c3712", + "title": "Mayhem", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Spotify Fans First exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2912, + "albumId": 1020, + "foreignReleaseId": "b41361c8-3a8c-40e0-bc4d-95f16df3478a", + "title": "MAYHEM", + "status": "Official", + "duration": 3191917, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2913, + "albumId": 1020, + "foreignReleaseId": "b60a9f23-0bfe-4254-afab-d24a06782cda", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Cassette" + } + ], + "mediumCount": 1, + "disambiguation": "grey cassette", + "country": [ + "United Kingdom", + "Europe" + ], + "label": [ + "Interscope Records" + ], + "format": "Cassette", + "monitored": false + }, + { + "id": 2964, + "albumId": 1020, + "foreignReleaseId": "10044b93-e27e-4433-b5f2-fc3923a8b32e", + "title": "MAYHEM", + "status": "Official", + "duration": 3438477, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "alternate cover", + "country": [ + "Europe" + ], + "label": [ + "Interscope Records", + "Interscope Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 3072, + "albumId": 1020, + "foreignReleaseId": "1bdfed3c-f709-40c2-8f66-e74bbddf997c", + "title": "MAYHEM", + "status": "Official", + "duration": 3878081, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3073, + "albumId": 1020, + "foreignReleaseId": "c5a2e9c3-7621-4a81-b13b-639282fb60d5", + "title": "MAYHEM", + "status": "Official", + "duration": 3878074, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3074, + "albumId": 1020, + "foreignReleaseId": "2d9e87b8-9ff0-41da-a506-9fba6751d575", + "title": "MAYHEM", + "status": "Official", + "duration": 3878074, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3075, + "albumId": 1020, + "foreignReleaseId": "3c49b2cb-ba22-44c0-9ce6-95a05c582525", + "title": "MAYHEM", + "status": "Official", + "duration": 3878074, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3076, + "albumId": 1020, + "foreignReleaseId": "463c60a9-21ac-4e11-add8-93389359c7fd", + "title": "MAYHEM", + "status": "Official", + "duration": 3626407, + "trackCount": 16, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "Dolby Atmos mix", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Pop", + "Dance-Pop", + "Synth-Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Lady Gaga", + "foreignArtistId": "650e7db6-b795-4eb5-a702-5ea2fc46c848", + "tadbId": 0, + "discogsId": 0, + "overview": "Stefani Joanne Angelina Germanotta, known professionally as Lady Gaga, is an American singer, songwriter, and actress. Known for her image reinventions and versatility across the entertainment industry, she is an influential figure in popular music. With estimated sales of 124 million records, she is one of the best-selling music artists of all time. Publications such as Billboard and Rolling Stone have ranked her among the greatest artists in history.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://myspace.com/ladygaga", + "name": "myspace" + }, + { + "url": "https://www.discogs.com/artist/1103159", + "name": "discogs" + }, + { + "url": "https://www.youtube.com/channel/UCNL1ZadSjHpjm4q9j2sVtOA", + "name": "youtube" + }, + { + "url": "https://www.bbc.co.uk/music/artists/650e7db6-b795-4eb5-a702-5ea2fc46c848", + "name": "bbc" + }, + { + "url": "https://twitter.com/ladygaga", + "name": "twitter" + }, + { + "url": "https://ladygaga.fandom.com/", + "name": "fandom" + }, + { + "url": "http://fanity.com/LadyGaga", + "name": "fanity" + }, + { + "url": "https://www.youtube.com/channel/UC07Kxew-cMIaykMOkzqHtBQ", + "name": "youtube" + }, + { + "url": "https://www.allmusic.com/artist/mn0000994823", + "name": "allmusic" + }, + { + "url": "https://plus.google.com/+LadyGaga", + "name": "google" + }, + { + "url": "https://www.facebook.com/ladygaga", + "name": "facebook" + }, + { + "url": "https://secondhandsongs.com/artist/43820", + "name": "secondhandsongs" + }, + { + "url": "https://www.last.fm/music/Lady+Gaga", + "name": "last" + }, + { + "url": "https://www.wikidata.org/wiki/Q19848", + "name": "wikidata" + }, + { + "url": "https://soundcloud.com/ladygaga", + "name": "soundcloud" + }, + { + "url": "https://rateyourmusic.com/artist/lady-gaga", + "name": "rateyourmusic" + }, + { + "url": "https://www.imdb.com/name/nm3078932/", + "name": "imdb" + }, + { + "url": "https://musicmoz.org/Bands_and_Artists/L/Lady_Gaga/", + "name": "musicmoz" + }, + { + "url": "https://www.instagram.com/ladygaga/", + "name": "instagram" + }, + { + "url": "http://viaf.org/viaf/49555103", + "name": "viaf" + }, + { + "url": "https://open.spotify.com/artist/1HY2Jd0NmPuamShAr6KMms", + "name": "spotify" + }, + { + "url": "https://www.whosampled.com/Lady-Gaga/", + "name": "whosampled" + }, + { + "url": "https://www.worldcat.org/identities/containsVIAFID/49555103", + "name": "worldcat" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ah7amohgkrydyfxgsbask752lye", + "name": "google" + }, + { + "url": "https://imvdb.com/n/lady-gaga", + "name": "imvdb" + }, + { + "url": "https://genius.com/artists/Lady-gaga", + "name": "genius" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Lady_Gaga_vigil_2016.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.bandsintown.com/a/22741", + "name": "bandsintown" + }, + { + "url": "https://www.musik-sammler.de/artist/lady-gaga/", + "name": "musik-sammler" + }, + { + "url": "https://www.songkick.com/artists/974908", + "name": "songkick" + }, + { + "url": "https://us.7digital.com/artist/lady-gaga", + "name": "7digital" + }, + { + "url": "https://www.deezer.com/artist/75491", + "name": "deezer" + }, + { + "url": "https://giphy.com/ladygaga", + "name": "giphy" + }, + { + "url": "https://d-nb.info/gnd/135898838", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2008179258", + "name": "loc" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb157535900", + "name": "bnf" + }, + { + "url": "https://nla.gov.au/nla.party-1479624", + "name": "gov" + }, + { + "url": "https://www.musixmatch.com/artist/Lady-Gaga", + "name": "musixmatch" + }, + { + "url": "https://tidal.com/artist/3534754", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/lady-gaga/140979", + "name": "beatport" + }, + { + "url": "https://www.junodownload.com/artists/Lady+Gaga/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:210120-D-WD757-1720_(50861332387)_(cropped).jpg", + "name": "wikimedia" + }, + { + "url": "https://soundcloud.com/stuckonfuckinyou", + "name": "soundcloud" + }, + { + "url": "https://www.tiktok.com/@ladygaga", + "name": "tiktok" + }, + { + "url": "https://openlibrary.org/works/OL7317992A", + "name": "openlibrary" + }, + { + "url": "https://www.discogs.com/artist/1525683", + "name": "discogs" + }, + { + "url": "https://www.discogs.com/artist/5729318", + "name": "discogs" + }, + { + "url": "https://www.tiktok.com/@stefanigermanott5", + "name": "tiktok" + }, + { + "url": "https://twitter.com/GAGA_JAPAN", + "name": "twitter" + }, + { + "url": "https://music.amazon.com/artists/B001SZDIZU", + "name": "amazon" + }, + { + "url": "http://www.maniadb.com/artist/153225", + "name": "maniadb" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000321714/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.setlist.fm/setlists/lady-gaga-1bd665bc.html", + "name": "setlist" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.cdjapan.co.jp/person/700155541", + "name": "cdjapan" + }, + { + "url": "https://music.youtube.com/channel/UCGKXb1syicud01CJOOFRykg", + "name": "youtube" + }, + { + "url": "https://www.livenation.com/artist/K8vZ917Go7V", + "name": "livenation" + }, + { + "url": "https://www.ticketmaster.com/artist/1249444", + "name": "ticketmaster" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://open.spotify.com/user/ladygaga_spotify", + "name": "spotify" + }, + { + "url": "https://us.napster.com/artist/lady-gaga", + "name": "napster" + }, + { + "url": "https://itunes.apple.com/us/artist/id277293880", + "name": "apple" + }, + { + "url": "https://mora.jp/artist/13336/", + "name": "mora" + }, + { + "url": "https://muzikum.eu/en/lady-gaga/lyrics", + "name": "muzikum" + }, + { + "url": "https://www.ladygaga.com/", + "name": "ladygaga" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://www.idref.fr/162075545", + "name": "idref" + }, + { + "url": "https://jaxsta.com/profile/a661a9bb-ace6-4fb3-9e86-8e6612ab40e0", + "name": "jaxsta" + }, + { + "url": "https://www.themoviedb.org/person/237405", + "name": "themoviedb" + }, + { + "url": "https://www.boomplay.com/artists/1927236", + "name": "boomplay" + }, + { + "url": "https://www.dailymotion.com/ladygaga", + "name": "dailymotion" + }, + { + "url": "https://play.anghami.com/artist/8620917", + "name": "anghami" + }, + { + "url": "https://music.yandex.com/artist/1438", + "name": "yandex" + }, + { + "url": "https://id.oclc.org/worldcat/entity/E39PCjrpyjhYC3CtXtKPqbfK3P", + "name": "oclc" + }, + { + "url": "https://ototoy.jp/_/default/a/274159", + "name": "ototoy" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/fanart/tpvbtv1770819678.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/strrrq1537623093.jpg", + "coverType": "banner", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/qxwtwx1537623070.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/ib17f51665840436.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Lady Gaga", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Pop", + "Dance-Pop", + "Electropop", + "Pop Rock", + "Synth-Pop", + "Electronic", + "Dance", + "Jazz", + "Electro House", + "Americana" + ], + "cleanName": "ladygaga", + "sortName": "lady gaga", + "tags": [], + "added": "2025-02-21T06:12:06Z", + "ratings": { + "votes": 26, + "value": 8.6 + }, + "id": 157 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/6b766c2d-04b5-48ee-8a56-db92a3719582/41072894960-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/5ab5924e-fbf1-483c-83c2-d7ad082e804a/42116710285-1200.jpg", + "coverType": "disc", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.wikidata.org/wiki/Q131919251", + "name": "wikidata" + }, + { + "url": "https://www.discogs.com/master/3772997", + "name": "discogs" + }, + { + "url": "https://www.hs.fi/kulttuuri/art-2000011080056.html", + "name": "hs" + }, + { + "url": "https://www.offiziellecharts.de/charts/album-details-547539", + "name": "offiziellecharts" + }, + { + "url": "https://www.plattentests.de/rezi.php?show=20685", + "name": "plattentests" + }, + { + "url": "https://laut.de/Lady-Gaga/Alben/Mayhem-124960", + "name": "laut" + }, + { + "url": "https://www.allmusic.com/album/mw0004464509", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/release/album/lady-gaga/mayhem/", + "name": "rateyourmusic" + }, + { + "url": "https://genius.com/albums/Lady-gaga/Mayhem", + "name": "genius" + }, + { + "url": "https://www.musik-sammler.de/album/1089079/", + "name": "musik-sammler" + }, + { + "url": "https://www.apu.fi/artikkelit/lady-gagan-uusi-levy-kuulostaa-silta-kuin-trumpin-aika-nayttaa-kolumni-oskari-onninen", + "name": "apu" + } + ], + "lastSearchTime": "2026-05-08T08:05:30Z", + "id": 1020 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Lady Gaga", + "foreignArtistId": "650e7db6-b795-4eb5-a702-5ea2fc46c848", + "tadbId": 0, + "discogsId": 0, + "overview": "Stefani Joanne Angelina Germanotta, known professionally as Lady Gaga, is an American singer, songwriter, and actress. Known for her image reinventions and versatility across the entertainment industry, she is an influential figure in popular music. With estimated sales of 124 million records, she is one of the best-selling music artists of all time. Publications such as Billboard and Rolling Stone have ranked her among the greatest artists in history.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://myspace.com/ladygaga", + "name": "myspace" + }, + { + "url": "https://www.discogs.com/artist/1103159", + "name": "discogs" + }, + { + "url": "https://www.youtube.com/channel/UCNL1ZadSjHpjm4q9j2sVtOA", + "name": "youtube" + }, + { + "url": "https://www.bbc.co.uk/music/artists/650e7db6-b795-4eb5-a702-5ea2fc46c848", + "name": "bbc" + }, + { + "url": "https://twitter.com/ladygaga", + "name": "twitter" + }, + { + "url": "https://ladygaga.fandom.com/", + "name": "fandom" + }, + { + "url": "http://fanity.com/LadyGaga", + "name": "fanity" + }, + { + "url": "https://www.youtube.com/channel/UC07Kxew-cMIaykMOkzqHtBQ", + "name": "youtube" + }, + { + "url": "https://www.allmusic.com/artist/mn0000994823", + "name": "allmusic" + }, + { + "url": "https://plus.google.com/+LadyGaga", + "name": "google" + }, + { + "url": "https://www.facebook.com/ladygaga", + "name": "facebook" + }, + { + "url": "https://secondhandsongs.com/artist/43820", + "name": "secondhandsongs" + }, + { + "url": "https://www.last.fm/music/Lady+Gaga", + "name": "last" + }, + { + "url": "https://www.wikidata.org/wiki/Q19848", + "name": "wikidata" + }, + { + "url": "https://soundcloud.com/ladygaga", + "name": "soundcloud" + }, + { + "url": "https://rateyourmusic.com/artist/lady-gaga", + "name": "rateyourmusic" + }, + { + "url": "https://www.imdb.com/name/nm3078932/", + "name": "imdb" + }, + { + "url": "https://musicmoz.org/Bands_and_Artists/L/Lady_Gaga/", + "name": "musicmoz" + }, + { + "url": "https://www.instagram.com/ladygaga/", + "name": "instagram" + }, + { + "url": "http://viaf.org/viaf/49555103", + "name": "viaf" + }, + { + "url": "https://open.spotify.com/artist/1HY2Jd0NmPuamShAr6KMms", + "name": "spotify" + }, + { + "url": "https://www.whosampled.com/Lady-Gaga/", + "name": "whosampled" + }, + { + "url": "https://www.worldcat.org/identities/containsVIAFID/49555103", + "name": "worldcat" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ah7amohgkrydyfxgsbask752lye", + "name": "google" + }, + { + "url": "https://imvdb.com/n/lady-gaga", + "name": "imvdb" + }, + { + "url": "https://genius.com/artists/Lady-gaga", + "name": "genius" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Lady_Gaga_vigil_2016.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.bandsintown.com/a/22741", + "name": "bandsintown" + }, + { + "url": "https://www.musik-sammler.de/artist/lady-gaga/", + "name": "musik-sammler" + }, + { + "url": "https://www.songkick.com/artists/974908", + "name": "songkick" + }, + { + "url": "https://us.7digital.com/artist/lady-gaga", + "name": "7digital" + }, + { + "url": "https://www.deezer.com/artist/75491", + "name": "deezer" + }, + { + "url": "https://giphy.com/ladygaga", + "name": "giphy" + }, + { + "url": "https://d-nb.info/gnd/135898838", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2008179258", + "name": "loc" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb157535900", + "name": "bnf" + }, + { + "url": "https://nla.gov.au/nla.party-1479624", + "name": "gov" + }, + { + "url": "https://www.musixmatch.com/artist/Lady-Gaga", + "name": "musixmatch" + }, + { + "url": "https://tidal.com/artist/3534754", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/lady-gaga/140979", + "name": "beatport" + }, + { + "url": "https://www.junodownload.com/artists/Lady+Gaga/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:210120-D-WD757-1720_(50861332387)_(cropped).jpg", + "name": "wikimedia" + }, + { + "url": "https://soundcloud.com/stuckonfuckinyou", + "name": "soundcloud" + }, + { + "url": "https://www.tiktok.com/@ladygaga", + "name": "tiktok" + }, + { + "url": "https://openlibrary.org/works/OL7317992A", + "name": "openlibrary" + }, + { + "url": "https://www.discogs.com/artist/1525683", + "name": "discogs" + }, + { + "url": "https://www.discogs.com/artist/5729318", + "name": "discogs" + }, + { + "url": "https://www.tiktok.com/@stefanigermanott5", + "name": "tiktok" + }, + { + "url": "https://twitter.com/GAGA_JAPAN", + "name": "twitter" + }, + { + "url": "https://music.amazon.com/artists/B001SZDIZU", + "name": "amazon" + }, + { + "url": "http://www.maniadb.com/artist/153225", + "name": "maniadb" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000321714/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.setlist.fm/setlists/lady-gaga-1bd665bc.html", + "name": "setlist" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.cdjapan.co.jp/person/700155541", + "name": "cdjapan" + }, + { + "url": "https://music.youtube.com/channel/UCGKXb1syicud01CJOOFRykg", + "name": "youtube" + }, + { + "url": "https://www.livenation.com/artist/K8vZ917Go7V", + "name": "livenation" + }, + { + "url": "https://www.ticketmaster.com/artist/1249444", + "name": "ticketmaster" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://open.spotify.com/user/ladygaga_spotify", + "name": "spotify" + }, + { + "url": "https://us.napster.com/artist/lady-gaga", + "name": "napster" + }, + { + "url": "https://itunes.apple.com/us/artist/id277293880", + "name": "apple" + }, + { + "url": "https://mora.jp/artist/13336/", + "name": "mora" + }, + { + "url": "https://muzikum.eu/en/lady-gaga/lyrics", + "name": "muzikum" + }, + { + "url": "https://www.ladygaga.com/", + "name": "ladygaga" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://www.idref.fr/162075545", + "name": "idref" + }, + { + "url": "https://jaxsta.com/profile/a661a9bb-ace6-4fb3-9e86-8e6612ab40e0", + "name": "jaxsta" + }, + { + "url": "https://www.themoviedb.org/person/237405", + "name": "themoviedb" + }, + { + "url": "https://www.boomplay.com/artists/1927236", + "name": "boomplay" + }, + { + "url": "https://www.dailymotion.com/ladygaga", + "name": "dailymotion" + }, + { + "url": "https://play.anghami.com/artist/8620917", + "name": "anghami" + }, + { + "url": "https://music.yandex.com/artist/1438", + "name": "yandex" + }, + { + "url": "https://id.oclc.org/worldcat/entity/E39PCjrpyjhYC3CtXtKPqbfK3P", + "name": "oclc" + }, + { + "url": "https://ototoy.jp/_/default/a/274159", + "name": "ototoy" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/fanart/tpvbtv1770819678.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/strrrq1537623093.jpg", + "coverType": "banner", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/qxwtwx1537623070.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/ib17f51665840436.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Lady Gaga", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Pop", + "Dance-Pop", + "Electropop", + "Pop Rock", + "Synth-Pop", + "Electronic", + "Dance", + "Jazz", + "Electro House", + "Americana" + ], + "cleanName": "ladygaga", + "sortName": "lady gaga", + "tags": [], + "added": "2025-02-21T06:12:06Z", + "ratings": { + "votes": 26, + "value": 8.6 + }, + "id": 157 + }, + "track": { + "artistId": 157, + "foreignTrackId": "8a52d462-7f12-4091-b16f-1254616f0ab0", + "foreignRecordingId": "f606c6af-8ea7-4b0c-b85f-df6e54a5bd64", + "trackFileId": 212489, + "albumId": 1020, + "explicit": false, + "absoluteTrackNumber": 5, + "trackNumber": "A5", + "title": "Vanish Into You", + "duration": 0, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 34645 + }, + "id": 1870 + }, + { + "albumId": 1020, + "artistId": 157, + "trackId": 37891, + "sourceTitle": "14. Die With A Smile", + "quality": { + "quality": { + "id": 21, + "name": "FLAC 24bit" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2026-05-08T08:09:41Z", + "downloadId": "B09E40C62249168062DAC579F8BCCEF6B22462E4", + "eventType": "trackFileImported", + "data": { + "fileId": "212488", + "droppedPath": "/mnt/torrents/downloads/Lady Gaga - MAYHEM (2025) [24Bit-44.1kHz] FLAC [PMEDIA] ⭐️/14. Die With A Smile.flac", + "importedPath": "/mnt/plex/music/Lady Gaga/MAYHEM (2025)/12 Vinyl 02/Lady Gaga - MAYHEM - 04 - Die With a Smile.flac", + "downloadClient": "qBittorrent", + "releaseGroup": null, + "size": "49048338", + "indexerFlags": "Freeleech" + }, + "album": { + "title": "MAYHEM", + "disambiguation": "", + "overview": "Mayhem is a studio album by American singer-songwriter Lady Gaga. It was released on March 7, 2025, through Streamline and Interscope Records. During the creation of the album, Gaga collaborated with producers such as Andrew Watt, Cirkut and Gesaffelstein, resulting in an album that has a \"chaotic blur of genres\", mainly synth-pop, with industrial dance influences, and elements of electro, disco, funk, industrial pop, rock and pop rock. Thematically, it explores love, chaos, fame, identity, and desire, using metaphors of transformation, duality, and excess. The album was recorded at Rick Rubin's studio Shangri-La, in Malibu, California.\nMayhem was preceded by the release of two singles. Its lead single \"Disease\" was released on October 25, 2024, while \"Abracadabra\" followed as the second and last single on February 3, 2025, reaching number five on the Billboard Global 200 and number thirteen on the U.S. Billboard Hot 100. The record also includes the Grammy-winning global number one single \"Die with a Smile\", a duet with Bruno Mars. Mayhem topped the album charts in over 20 countries, and peaked at the top ten in Denmark, France, Iceland, Lithuania, the Netherlands, and Sweden. It achieved the largest first-week sales of the year for a female album in the lattermost nation in 2025.\nMayhem received critical acclaim with reviewers deeming it a strong return to form to Gaga's pop roots, specifically The Fame (2008). Reviewers highlighted the production, stylistic diversity, album cohesion and noted stylistic inspiration from artists such as David Bowie, Madonna, Michael Jackson, Prince, Radiohead, Nine Inch Nails and Siouxsie and the Banshees. It became her highest-rated release on Metacritic. Gaga will promote the album in 2025 with a series of promotional concerts, including a headlining performance at Coachella, and her eighth concert tour, the Mayhem Ball.", + "artistId": 157, + "foreignAlbumId": "4174e53c-90e8-4630-993f-1f7466178398", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 0, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 9, + "value": 8.2 + }, + "releaseDate": "2025-03-07T00:00:00Z", + "releases": [ + { + "id": 2872, + "albumId": 1020, + "foreignReleaseId": "6b766c2d-04b5-48ee-8a56-db92a3719582", + "title": "MAYHEM", + "status": "Official", + "duration": 3192000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2874, + "albumId": 1020, + "foreignReleaseId": "2aa39b2a-bc2c-4c5a-a76c-62a173816c32", + "title": "MAYHEM", + "status": "Official", + "duration": 3186000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2875, + "albumId": 1020, + "foreignReleaseId": "6babc582-3572-42fb-abf0-a812922911b8", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "store exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2876, + "albumId": 1020, + "foreignReleaseId": "b532e38f-c75b-40de-a12e-53d62020b3e0", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": true + }, + { + "id": 2877, + "albumId": 1020, + "foreignReleaseId": "727f524a-40b5-4744-bca7-84930cf1ef88", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Urban Outfitters exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2878, + "albumId": 1020, + "foreignReleaseId": "71161341-cac3-4e21-8a4e-6a684c5da824", + "title": "MAYHEM", + "status": "Official", + "duration": 3438477, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "Target exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2879, + "albumId": 1020, + "foreignReleaseId": "28bf7234-94ef-4aa0-9f83-3dc44083950f", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Japan" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2880, + "albumId": 1020, + "foreignReleaseId": "5ab5924e-fbf1-483c-83c2-d7ad082e804a", + "title": "MAYHEM", + "status": "Official", + "duration": 3403009, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "deluxe", + "country": [ + "Japan" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2881, + "albumId": 1020, + "foreignReleaseId": "a451cb8f-aa1f-41fc-862c-92b57e955f61", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "Japan" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2882, + "albumId": 1020, + "foreignReleaseId": "1cbe6277-a6e6-47e5-a6d4-c0a5038192c9", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Interscope exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2883, + "albumId": 1020, + "foreignReleaseId": "76c3095c-ecea-42a0-8c48-673f5bdd902f", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Walmart exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2884, + "albumId": 1020, + "foreignReleaseId": "4b062c3e-9e67-4ef7-87a7-1228242b3150", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Amazon exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2890, + "albumId": 1020, + "foreignReleaseId": "a9e1f4ea-8108-46e2-9d74-c72a2dbc13f8", + "title": "MAYHEM", + "status": "Official", + "duration": 3192000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2891, + "albumId": 1020, + "foreignReleaseId": "c0c4e8d7-593d-4924-a9cb-26d3adc9414a", + "title": "MAYHEM", + "status": "Official", + "duration": 2940000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "Dolby Atmos mix", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2892, + "albumId": 1020, + "foreignReleaseId": "bdbae60d-6102-4e98-970b-6ec2e3ae3c50", + "title": "MAYHEM", + "status": "Official", + "duration": 3191868, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2893, + "albumId": 1020, + "foreignReleaseId": "817057f1-72e5-4530-b138-cba05efa6b42", + "title": "MAYHEM", + "status": "Official", + "duration": 3403009, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "alternate cover", + "country": [ + "United Kingdom", + "Europe" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2906, + "albumId": 1020, + "foreignReleaseId": "de829f05-09ee-4f89-a0a6-87826bc13e79", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "store exclusive, silver", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2907, + "albumId": 1020, + "foreignReleaseId": "77abfd1d-8b71-444d-828c-cd7e292b13c8", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Spotify Fans First exclusive", + "country": [ + "Europe" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2908, + "albumId": 1020, + "foreignReleaseId": "5d393e66-ba53-4579-9985-b5561e6b49a6", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Target exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2909, + "albumId": 1020, + "foreignReleaseId": "55b715b2-e67d-4f28-a517-c4aba287a1c3", + "title": "MAYHEM", + "status": "Official", + "duration": 3191917, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Europe" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2910, + "albumId": 1020, + "foreignReleaseId": "16abdb71-85de-4d56-a60f-39e48fec1351", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2911, + "albumId": 1020, + "foreignReleaseId": "9ce0c791-41c5-423f-b8dd-2fe19a3c3712", + "title": "Mayhem", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Spotify Fans First exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2912, + "albumId": 1020, + "foreignReleaseId": "b41361c8-3a8c-40e0-bc4d-95f16df3478a", + "title": "MAYHEM", + "status": "Official", + "duration": 3191917, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2913, + "albumId": 1020, + "foreignReleaseId": "b60a9f23-0bfe-4254-afab-d24a06782cda", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Cassette" + } + ], + "mediumCount": 1, + "disambiguation": "grey cassette", + "country": [ + "United Kingdom", + "Europe" + ], + "label": [ + "Interscope Records" + ], + "format": "Cassette", + "monitored": false + }, + { + "id": 2964, + "albumId": 1020, + "foreignReleaseId": "10044b93-e27e-4433-b5f2-fc3923a8b32e", + "title": "MAYHEM", + "status": "Official", + "duration": 3438477, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "alternate cover", + "country": [ + "Europe" + ], + "label": [ + "Interscope Records", + "Interscope Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 3072, + "albumId": 1020, + "foreignReleaseId": "1bdfed3c-f709-40c2-8f66-e74bbddf997c", + "title": "MAYHEM", + "status": "Official", + "duration": 3878081, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3073, + "albumId": 1020, + "foreignReleaseId": "c5a2e9c3-7621-4a81-b13b-639282fb60d5", + "title": "MAYHEM", + "status": "Official", + "duration": 3878074, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3074, + "albumId": 1020, + "foreignReleaseId": "2d9e87b8-9ff0-41da-a506-9fba6751d575", + "title": "MAYHEM", + "status": "Official", + "duration": 3878074, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3075, + "albumId": 1020, + "foreignReleaseId": "3c49b2cb-ba22-44c0-9ce6-95a05c582525", + "title": "MAYHEM", + "status": "Official", + "duration": 3878074, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3076, + "albumId": 1020, + "foreignReleaseId": "463c60a9-21ac-4e11-add8-93389359c7fd", + "title": "MAYHEM", + "status": "Official", + "duration": 3626407, + "trackCount": 16, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "Dolby Atmos mix", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Pop", + "Dance-Pop", + "Synth-Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Lady Gaga", + "foreignArtistId": "650e7db6-b795-4eb5-a702-5ea2fc46c848", + "tadbId": 0, + "discogsId": 0, + "overview": "Stefani Joanne Angelina Germanotta, known professionally as Lady Gaga, is an American singer, songwriter, and actress. Known for her image reinventions and versatility across the entertainment industry, she is an influential figure in popular music. With estimated sales of 124 million records, she is one of the best-selling music artists of all time. Publications such as Billboard and Rolling Stone have ranked her among the greatest artists in history.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://myspace.com/ladygaga", + "name": "myspace" + }, + { + "url": "https://www.discogs.com/artist/1103159", + "name": "discogs" + }, + { + "url": "https://www.youtube.com/channel/UCNL1ZadSjHpjm4q9j2sVtOA", + "name": "youtube" + }, + { + "url": "https://www.bbc.co.uk/music/artists/650e7db6-b795-4eb5-a702-5ea2fc46c848", + "name": "bbc" + }, + { + "url": "https://twitter.com/ladygaga", + "name": "twitter" + }, + { + "url": "https://ladygaga.fandom.com/", + "name": "fandom" + }, + { + "url": "http://fanity.com/LadyGaga", + "name": "fanity" + }, + { + "url": "https://www.youtube.com/channel/UC07Kxew-cMIaykMOkzqHtBQ", + "name": "youtube" + }, + { + "url": "https://www.allmusic.com/artist/mn0000994823", + "name": "allmusic" + }, + { + "url": "https://plus.google.com/+LadyGaga", + "name": "google" + }, + { + "url": "https://www.facebook.com/ladygaga", + "name": "facebook" + }, + { + "url": "https://secondhandsongs.com/artist/43820", + "name": "secondhandsongs" + }, + { + "url": "https://www.last.fm/music/Lady+Gaga", + "name": "last" + }, + { + "url": "https://www.wikidata.org/wiki/Q19848", + "name": "wikidata" + }, + { + "url": "https://soundcloud.com/ladygaga", + "name": "soundcloud" + }, + { + "url": "https://rateyourmusic.com/artist/lady-gaga", + "name": "rateyourmusic" + }, + { + "url": "https://www.imdb.com/name/nm3078932/", + "name": "imdb" + }, + { + "url": "https://musicmoz.org/Bands_and_Artists/L/Lady_Gaga/", + "name": "musicmoz" + }, + { + "url": "https://www.instagram.com/ladygaga/", + "name": "instagram" + }, + { + "url": "http://viaf.org/viaf/49555103", + "name": "viaf" + }, + { + "url": "https://open.spotify.com/artist/1HY2Jd0NmPuamShAr6KMms", + "name": "spotify" + }, + { + "url": "https://www.whosampled.com/Lady-Gaga/", + "name": "whosampled" + }, + { + "url": "https://www.worldcat.org/identities/containsVIAFID/49555103", + "name": "worldcat" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ah7amohgkrydyfxgsbask752lye", + "name": "google" + }, + { + "url": "https://imvdb.com/n/lady-gaga", + "name": "imvdb" + }, + { + "url": "https://genius.com/artists/Lady-gaga", + "name": "genius" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Lady_Gaga_vigil_2016.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.bandsintown.com/a/22741", + "name": "bandsintown" + }, + { + "url": "https://www.musik-sammler.de/artist/lady-gaga/", + "name": "musik-sammler" + }, + { + "url": "https://www.songkick.com/artists/974908", + "name": "songkick" + }, + { + "url": "https://us.7digital.com/artist/lady-gaga", + "name": "7digital" + }, + { + "url": "https://www.deezer.com/artist/75491", + "name": "deezer" + }, + { + "url": "https://giphy.com/ladygaga", + "name": "giphy" + }, + { + "url": "https://d-nb.info/gnd/135898838", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2008179258", + "name": "loc" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb157535900", + "name": "bnf" + }, + { + "url": "https://nla.gov.au/nla.party-1479624", + "name": "gov" + }, + { + "url": "https://www.musixmatch.com/artist/Lady-Gaga", + "name": "musixmatch" + }, + { + "url": "https://tidal.com/artist/3534754", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/lady-gaga/140979", + "name": "beatport" + }, + { + "url": "https://www.junodownload.com/artists/Lady+Gaga/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:210120-D-WD757-1720_(50861332387)_(cropped).jpg", + "name": "wikimedia" + }, + { + "url": "https://soundcloud.com/stuckonfuckinyou", + "name": "soundcloud" + }, + { + "url": "https://www.tiktok.com/@ladygaga", + "name": "tiktok" + }, + { + "url": "https://openlibrary.org/works/OL7317992A", + "name": "openlibrary" + }, + { + "url": "https://www.discogs.com/artist/1525683", + "name": "discogs" + }, + { + "url": "https://www.discogs.com/artist/5729318", + "name": "discogs" + }, + { + "url": "https://www.tiktok.com/@stefanigermanott5", + "name": "tiktok" + }, + { + "url": "https://twitter.com/GAGA_JAPAN", + "name": "twitter" + }, + { + "url": "https://music.amazon.com/artists/B001SZDIZU", + "name": "amazon" + }, + { + "url": "http://www.maniadb.com/artist/153225", + "name": "maniadb" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000321714/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.setlist.fm/setlists/lady-gaga-1bd665bc.html", + "name": "setlist" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.cdjapan.co.jp/person/700155541", + "name": "cdjapan" + }, + { + "url": "https://music.youtube.com/channel/UCGKXb1syicud01CJOOFRykg", + "name": "youtube" + }, + { + "url": "https://www.livenation.com/artist/K8vZ917Go7V", + "name": "livenation" + }, + { + "url": "https://www.ticketmaster.com/artist/1249444", + "name": "ticketmaster" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://open.spotify.com/user/ladygaga_spotify", + "name": "spotify" + }, + { + "url": "https://us.napster.com/artist/lady-gaga", + "name": "napster" + }, + { + "url": "https://itunes.apple.com/us/artist/id277293880", + "name": "apple" + }, + { + "url": "https://mora.jp/artist/13336/", + "name": "mora" + }, + { + "url": "https://muzikum.eu/en/lady-gaga/lyrics", + "name": "muzikum" + }, + { + "url": "https://www.ladygaga.com/", + "name": "ladygaga" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://www.idref.fr/162075545", + "name": "idref" + }, + { + "url": "https://jaxsta.com/profile/a661a9bb-ace6-4fb3-9e86-8e6612ab40e0", + "name": "jaxsta" + }, + { + "url": "https://www.themoviedb.org/person/237405", + "name": "themoviedb" + }, + { + "url": "https://www.boomplay.com/artists/1927236", + "name": "boomplay" + }, + { + "url": "https://www.dailymotion.com/ladygaga", + "name": "dailymotion" + }, + { + "url": "https://play.anghami.com/artist/8620917", + "name": "anghami" + }, + { + "url": "https://music.yandex.com/artist/1438", + "name": "yandex" + }, + { + "url": "https://id.oclc.org/worldcat/entity/E39PCjrpyjhYC3CtXtKPqbfK3P", + "name": "oclc" + }, + { + "url": "https://ototoy.jp/_/default/a/274159", + "name": "ototoy" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/fanart/tpvbtv1770819678.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/strrrq1537623093.jpg", + "coverType": "banner", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/qxwtwx1537623070.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/ib17f51665840436.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Lady Gaga", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Pop", + "Dance-Pop", + "Electropop", + "Pop Rock", + "Synth-Pop", + "Electronic", + "Dance", + "Jazz", + "Electro House", + "Americana" + ], + "cleanName": "ladygaga", + "sortName": "lady gaga", + "tags": [], + "added": "2025-02-21T06:12:06Z", + "ratings": { + "votes": 26, + "value": 8.6 + }, + "id": 157 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/6b766c2d-04b5-48ee-8a56-db92a3719582/41072894960-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/5ab5924e-fbf1-483c-83c2-d7ad082e804a/42116710285-1200.jpg", + "coverType": "disc", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.wikidata.org/wiki/Q131919251", + "name": "wikidata" + }, + { + "url": "https://www.discogs.com/master/3772997", + "name": "discogs" + }, + { + "url": "https://www.hs.fi/kulttuuri/art-2000011080056.html", + "name": "hs" + }, + { + "url": "https://www.offiziellecharts.de/charts/album-details-547539", + "name": "offiziellecharts" + }, + { + "url": "https://www.plattentests.de/rezi.php?show=20685", + "name": "plattentests" + }, + { + "url": "https://laut.de/Lady-Gaga/Alben/Mayhem-124960", + "name": "laut" + }, + { + "url": "https://www.allmusic.com/album/mw0004464509", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/release/album/lady-gaga/mayhem/", + "name": "rateyourmusic" + }, + { + "url": "https://genius.com/albums/Lady-gaga/Mayhem", + "name": "genius" + }, + { + "url": "https://www.musik-sammler.de/album/1089079/", + "name": "musik-sammler" + }, + { + "url": "https://www.apu.fi/artikkelit/lady-gagan-uusi-levy-kuulostaa-silta-kuin-trumpin-aika-nayttaa-kolumni-oskari-onninen", + "name": "apu" + } + ], + "lastSearchTime": "2026-05-08T08:05:30Z", + "id": 1020 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Lady Gaga", + "foreignArtistId": "650e7db6-b795-4eb5-a702-5ea2fc46c848", + "tadbId": 0, + "discogsId": 0, + "overview": "Stefani Joanne Angelina Germanotta, known professionally as Lady Gaga, is an American singer, songwriter, and actress. Known for her image reinventions and versatility across the entertainment industry, she is an influential figure in popular music. With estimated sales of 124 million records, she is one of the best-selling music artists of all time. Publications such as Billboard and Rolling Stone have ranked her among the greatest artists in history.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://myspace.com/ladygaga", + "name": "myspace" + }, + { + "url": "https://www.discogs.com/artist/1103159", + "name": "discogs" + }, + { + "url": "https://www.youtube.com/channel/UCNL1ZadSjHpjm4q9j2sVtOA", + "name": "youtube" + }, + { + "url": "https://www.bbc.co.uk/music/artists/650e7db6-b795-4eb5-a702-5ea2fc46c848", + "name": "bbc" + }, + { + "url": "https://twitter.com/ladygaga", + "name": "twitter" + }, + { + "url": "https://ladygaga.fandom.com/", + "name": "fandom" + }, + { + "url": "http://fanity.com/LadyGaga", + "name": "fanity" + }, + { + "url": "https://www.youtube.com/channel/UC07Kxew-cMIaykMOkzqHtBQ", + "name": "youtube" + }, + { + "url": "https://www.allmusic.com/artist/mn0000994823", + "name": "allmusic" + }, + { + "url": "https://plus.google.com/+LadyGaga", + "name": "google" + }, + { + "url": "https://www.facebook.com/ladygaga", + "name": "facebook" + }, + { + "url": "https://secondhandsongs.com/artist/43820", + "name": "secondhandsongs" + }, + { + "url": "https://www.last.fm/music/Lady+Gaga", + "name": "last" + }, + { + "url": "https://www.wikidata.org/wiki/Q19848", + "name": "wikidata" + }, + { + "url": "https://soundcloud.com/ladygaga", + "name": "soundcloud" + }, + { + "url": "https://rateyourmusic.com/artist/lady-gaga", + "name": "rateyourmusic" + }, + { + "url": "https://www.imdb.com/name/nm3078932/", + "name": "imdb" + }, + { + "url": "https://musicmoz.org/Bands_and_Artists/L/Lady_Gaga/", + "name": "musicmoz" + }, + { + "url": "https://www.instagram.com/ladygaga/", + "name": "instagram" + }, + { + "url": "http://viaf.org/viaf/49555103", + "name": "viaf" + }, + { + "url": "https://open.spotify.com/artist/1HY2Jd0NmPuamShAr6KMms", + "name": "spotify" + }, + { + "url": "https://www.whosampled.com/Lady-Gaga/", + "name": "whosampled" + }, + { + "url": "https://www.worldcat.org/identities/containsVIAFID/49555103", + "name": "worldcat" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ah7amohgkrydyfxgsbask752lye", + "name": "google" + }, + { + "url": "https://imvdb.com/n/lady-gaga", + "name": "imvdb" + }, + { + "url": "https://genius.com/artists/Lady-gaga", + "name": "genius" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Lady_Gaga_vigil_2016.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.bandsintown.com/a/22741", + "name": "bandsintown" + }, + { + "url": "https://www.musik-sammler.de/artist/lady-gaga/", + "name": "musik-sammler" + }, + { + "url": "https://www.songkick.com/artists/974908", + "name": "songkick" + }, + { + "url": "https://us.7digital.com/artist/lady-gaga", + "name": "7digital" + }, + { + "url": "https://www.deezer.com/artist/75491", + "name": "deezer" + }, + { + "url": "https://giphy.com/ladygaga", + "name": "giphy" + }, + { + "url": "https://d-nb.info/gnd/135898838", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2008179258", + "name": "loc" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb157535900", + "name": "bnf" + }, + { + "url": "https://nla.gov.au/nla.party-1479624", + "name": "gov" + }, + { + "url": "https://www.musixmatch.com/artist/Lady-Gaga", + "name": "musixmatch" + }, + { + "url": "https://tidal.com/artist/3534754", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/lady-gaga/140979", + "name": "beatport" + }, + { + "url": "https://www.junodownload.com/artists/Lady+Gaga/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:210120-D-WD757-1720_(50861332387)_(cropped).jpg", + "name": "wikimedia" + }, + { + "url": "https://soundcloud.com/stuckonfuckinyou", + "name": "soundcloud" + }, + { + "url": "https://www.tiktok.com/@ladygaga", + "name": "tiktok" + }, + { + "url": "https://openlibrary.org/works/OL7317992A", + "name": "openlibrary" + }, + { + "url": "https://www.discogs.com/artist/1525683", + "name": "discogs" + }, + { + "url": "https://www.discogs.com/artist/5729318", + "name": "discogs" + }, + { + "url": "https://www.tiktok.com/@stefanigermanott5", + "name": "tiktok" + }, + { + "url": "https://twitter.com/GAGA_JAPAN", + "name": "twitter" + }, + { + "url": "https://music.amazon.com/artists/B001SZDIZU", + "name": "amazon" + }, + { + "url": "http://www.maniadb.com/artist/153225", + "name": "maniadb" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000321714/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.setlist.fm/setlists/lady-gaga-1bd665bc.html", + "name": "setlist" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.cdjapan.co.jp/person/700155541", + "name": "cdjapan" + }, + { + "url": "https://music.youtube.com/channel/UCGKXb1syicud01CJOOFRykg", + "name": "youtube" + }, + { + "url": "https://www.livenation.com/artist/K8vZ917Go7V", + "name": "livenation" + }, + { + "url": "https://www.ticketmaster.com/artist/1249444", + "name": "ticketmaster" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://open.spotify.com/user/ladygaga_spotify", + "name": "spotify" + }, + { + "url": "https://us.napster.com/artist/lady-gaga", + "name": "napster" + }, + { + "url": "https://itunes.apple.com/us/artist/id277293880", + "name": "apple" + }, + { + "url": "https://mora.jp/artist/13336/", + "name": "mora" + }, + { + "url": "https://muzikum.eu/en/lady-gaga/lyrics", + "name": "muzikum" + }, + { + "url": "https://www.ladygaga.com/", + "name": "ladygaga" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://www.idref.fr/162075545", + "name": "idref" + }, + { + "url": "https://jaxsta.com/profile/a661a9bb-ace6-4fb3-9e86-8e6612ab40e0", + "name": "jaxsta" + }, + { + "url": "https://www.themoviedb.org/person/237405", + "name": "themoviedb" + }, + { + "url": "https://www.boomplay.com/artists/1927236", + "name": "boomplay" + }, + { + "url": "https://www.dailymotion.com/ladygaga", + "name": "dailymotion" + }, + { + "url": "https://play.anghami.com/artist/8620917", + "name": "anghami" + }, + { + "url": "https://music.yandex.com/artist/1438", + "name": "yandex" + }, + { + "url": "https://id.oclc.org/worldcat/entity/E39PCjrpyjhYC3CtXtKPqbfK3P", + "name": "oclc" + }, + { + "url": "https://ototoy.jp/_/default/a/274159", + "name": "ototoy" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/fanart/tpvbtv1770819678.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/strrrq1537623093.jpg", + "coverType": "banner", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/qxwtwx1537623070.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/ib17f51665840436.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Lady Gaga", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Pop", + "Dance-Pop", + "Electropop", + "Pop Rock", + "Synth-Pop", + "Electronic", + "Dance", + "Jazz", + "Electro House", + "Americana" + ], + "cleanName": "ladygaga", + "sortName": "lady gaga", + "tags": [], + "added": "2025-02-21T06:12:06Z", + "ratings": { + "votes": 26, + "value": 8.6 + }, + "id": 157 + }, + "track": { + "artistId": 157, + "foreignTrackId": "501e3309-711f-4515-ad2e-b72c16c6c143", + "foreignRecordingId": "098ed81a-fa33-4212-ac6d-2cc19dde5fef", + "trackFileId": 212488, + "albumId": 1020, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "C4", + "title": "Die With a Smile", + "duration": 0, + "mediumNumber": 2, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 37891 + }, + "id": 1869 + }, + { + "albumId": 1020, + "artistId": 157, + "trackId": 34644, + "sourceTitle": "04. Perfect Celebrity", + "quality": { + "quality": { + "id": 21, + "name": "FLAC 24bit" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "customFormats": [], + "customFormatScore": 0, + "qualityCutoffNotMet": false, + "date": "2026-05-08T08:09:41Z", + "downloadId": "B09E40C62249168062DAC579F8BCCEF6B22462E4", + "eventType": "trackFileImported", + "data": { + "fileId": "212487", + "droppedPath": "/mnt/torrents/downloads/Lady Gaga - MAYHEM (2025) [24Bit-44.1kHz] FLAC [PMEDIA] ⭐️/04. Perfect Celebrity.flac", + "importedPath": "/mnt/plex/music/Lady Gaga/MAYHEM (2025)/12 Vinyl 01/Lady Gaga - MAYHEM - 04 - Perfect Celebrity.flac", + "downloadClient": "qBittorrent", + "releaseGroup": null, + "size": "49138244", + "indexerFlags": "Freeleech" + }, + "album": { + "title": "MAYHEM", + "disambiguation": "", + "overview": "Mayhem is a studio album by American singer-songwriter Lady Gaga. It was released on March 7, 2025, through Streamline and Interscope Records. During the creation of the album, Gaga collaborated with producers such as Andrew Watt, Cirkut and Gesaffelstein, resulting in an album that has a \"chaotic blur of genres\", mainly synth-pop, with industrial dance influences, and elements of electro, disco, funk, industrial pop, rock and pop rock. Thematically, it explores love, chaos, fame, identity, and desire, using metaphors of transformation, duality, and excess. The album was recorded at Rick Rubin's studio Shangri-La, in Malibu, California.\nMayhem was preceded by the release of two singles. Its lead single \"Disease\" was released on October 25, 2024, while \"Abracadabra\" followed as the second and last single on February 3, 2025, reaching number five on the Billboard Global 200 and number thirteen on the U.S. Billboard Hot 100. The record also includes the Grammy-winning global number one single \"Die with a Smile\", a duet with Bruno Mars. Mayhem topped the album charts in over 20 countries, and peaked at the top ten in Denmark, France, Iceland, Lithuania, the Netherlands, and Sweden. It achieved the largest first-week sales of the year for a female album in the lattermost nation in 2025.\nMayhem received critical acclaim with reviewers deeming it a strong return to form to Gaga's pop roots, specifically The Fame (2008). Reviewers highlighted the production, stylistic diversity, album cohesion and noted stylistic inspiration from artists such as David Bowie, Madonna, Michael Jackson, Prince, Radiohead, Nine Inch Nails and Siouxsie and the Banshees. It became her highest-rated release on Metacritic. Gaga will promote the album in 2025 with a series of promotional concerts, including a headlining performance at Coachella, and her eighth concert tour, the Mayhem Ball.", + "artistId": 157, + "foreignAlbumId": "4174e53c-90e8-4630-993f-1f7466178398", + "monitored": true, + "anyReleaseOk": true, + "profileId": 1, + "duration": 0, + "albumType": "Album", + "secondaryTypes": [], + "mediumCount": 2, + "ratings": { + "votes": 9, + "value": 8.2 + }, + "releaseDate": "2025-03-07T00:00:00Z", + "releases": [ + { + "id": 2872, + "albumId": 1020, + "foreignReleaseId": "6b766c2d-04b5-48ee-8a56-db92a3719582", + "title": "MAYHEM", + "status": "Official", + "duration": 3192000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2874, + "albumId": 1020, + "foreignReleaseId": "2aa39b2a-bc2c-4c5a-a76c-62a173816c32", + "title": "MAYHEM", + "status": "Official", + "duration": 3186000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2875, + "albumId": 1020, + "foreignReleaseId": "6babc582-3572-42fb-abf0-a812922911b8", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "store exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2876, + "albumId": 1020, + "foreignReleaseId": "b532e38f-c75b-40de-a12e-53d62020b3e0", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": true + }, + { + "id": 2877, + "albumId": 1020, + "foreignReleaseId": "727f524a-40b5-4744-bca7-84930cf1ef88", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Urban Outfitters exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2878, + "albumId": 1020, + "foreignReleaseId": "71161341-cac3-4e21-8a4e-6a684c5da824", + "title": "MAYHEM", + "status": "Official", + "duration": 3438477, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "Target exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2879, + "albumId": 1020, + "foreignReleaseId": "28bf7234-94ef-4aa0-9f83-3dc44083950f", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Japan" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2880, + "albumId": 1020, + "foreignReleaseId": "5ab5924e-fbf1-483c-83c2-d7ad082e804a", + "title": "MAYHEM", + "status": "Official", + "duration": 3403009, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "deluxe", + "country": [ + "Japan" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2881, + "albumId": 1020, + "foreignReleaseId": "a451cb8f-aa1f-41fc-862c-92b57e955f61", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "Japan" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2882, + "albumId": 1020, + "foreignReleaseId": "1cbe6277-a6e6-47e5-a6d4-c0a5038192c9", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Interscope exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2883, + "albumId": 1020, + "foreignReleaseId": "76c3095c-ecea-42a0-8c48-673f5bdd902f", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Walmart exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2884, + "albumId": 1020, + "foreignReleaseId": "4b062c3e-9e67-4ef7-87a7-1228242b3150", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Amazon exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2890, + "albumId": 1020, + "foreignReleaseId": "a9e1f4ea-8108-46e2-9d74-c72a2dbc13f8", + "title": "MAYHEM", + "status": "Official", + "duration": 3192000, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2891, + "albumId": 1020, + "foreignReleaseId": "c0c4e8d7-593d-4924-a9cb-26d3adc9414a", + "title": "MAYHEM", + "status": "Official", + "duration": 2940000, + "trackCount": 13, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "Dolby Atmos mix", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2892, + "albumId": 1020, + "foreignReleaseId": "bdbae60d-6102-4e98-970b-6ec2e3ae3c50", + "title": "MAYHEM", + "status": "Official", + "duration": 3191868, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 2893, + "albumId": 1020, + "foreignReleaseId": "817057f1-72e5-4530-b138-cba05efa6b42", + "title": "MAYHEM", + "status": "Official", + "duration": 3403009, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "alternate cover", + "country": [ + "United Kingdom", + "Europe" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2906, + "albumId": 1020, + "foreignReleaseId": "de829f05-09ee-4f89-a0a6-87826bc13e79", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "store exclusive, silver", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2907, + "albumId": 1020, + "foreignReleaseId": "77abfd1d-8b71-444d-828c-cd7e292b13c8", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Spotify Fans First exclusive", + "country": [ + "Europe" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2908, + "albumId": 1020, + "foreignReleaseId": "5d393e66-ba53-4579-9985-b5561e6b49a6", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Target exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2909, + "albumId": 1020, + "foreignReleaseId": "55b715b2-e67d-4f28-a517-c4aba287a1c3", + "title": "MAYHEM", + "status": "Official", + "duration": 3191917, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "Europe" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2910, + "albumId": 1020, + "foreignReleaseId": "16abdb71-85de-4d56-a60f-39e48fec1351", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Interscope Records", + "Streamline Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2911, + "albumId": 1020, + "foreignReleaseId": "9ce0c791-41c5-423f-b8dd-2fe19a3c3712", + "title": "Mayhem", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "mediumCount": 2, + "disambiguation": "Spotify Fans First exclusive", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "2x12\" Vinyl", + "monitored": false + }, + { + "id": 2912, + "albumId": 1020, + "foreignReleaseId": "b41361c8-3a8c-40e0-bc4d-95f16df3478a", + "title": "MAYHEM", + "status": "Official", + "duration": 3191917, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "United States" + ], + "label": [ + "Interscope Records", + "Streamline Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 2913, + "albumId": 1020, + "foreignReleaseId": "b60a9f23-0bfe-4254-afab-d24a06782cda", + "title": "MAYHEM", + "status": "Official", + "duration": 0, + "trackCount": 14, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Cassette" + } + ], + "mediumCount": 1, + "disambiguation": "grey cassette", + "country": [ + "United Kingdom", + "Europe" + ], + "label": [ + "Interscope Records" + ], + "format": "Cassette", + "monitored": false + }, + { + "id": 2964, + "albumId": 1020, + "foreignReleaseId": "10044b93-e27e-4433-b5f2-fc3923a8b32e", + "title": "MAYHEM", + "status": "Official", + "duration": 3438477, + "trackCount": 15, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "CD" + } + ], + "mediumCount": 1, + "disambiguation": "alternate cover", + "country": [ + "Europe" + ], + "label": [ + "Interscope Records", + "Interscope Records" + ], + "format": "CD", + "monitored": false + }, + { + "id": 3072, + "albumId": 1020, + "foreignReleaseId": "1bdfed3c-f709-40c2-8f66-e74bbddf997c", + "title": "MAYHEM", + "status": "Official", + "duration": 3878081, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3073, + "albumId": 1020, + "foreignReleaseId": "c5a2e9c3-7621-4a81-b13b-639282fb60d5", + "title": "MAYHEM", + "status": "Official", + "duration": 3878074, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3074, + "albumId": 1020, + "foreignReleaseId": "2d9e87b8-9ff0-41da-a506-9fba6751d575", + "title": "MAYHEM", + "status": "Official", + "duration": 3878074, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3075, + "albumId": 1020, + "foreignReleaseId": "3c49b2cb-ba22-44c0-9ce6-95a05c582525", + "title": "MAYHEM", + "status": "Official", + "duration": 3878074, + "trackCount": 17, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "", + "country": [ + "[Worldwide]" + ], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + }, + { + "id": 3076, + "albumId": 1020, + "foreignReleaseId": "463c60a9-21ac-4e11-add8-93389359c7fd", + "title": "MAYHEM", + "status": "Official", + "duration": 3626407, + "trackCount": 16, + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "Digital Media" + } + ], + "mediumCount": 1, + "disambiguation": "Dolby Atmos mix", + "country": [], + "label": [ + "Interscope Records" + ], + "format": "Digital Media", + "monitored": false + } + ], + "genres": [ + "Pop", + "Dance-Pop", + "Synth-Pop" + ], + "media": [ + { + "mediumNumber": 1, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + }, + { + "mediumNumber": 2, + "mediumName": "", + "mediumFormat": "12\" Vinyl" + } + ], + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Lady Gaga", + "foreignArtistId": "650e7db6-b795-4eb5-a702-5ea2fc46c848", + "tadbId": 0, + "discogsId": 0, + "overview": "Stefani Joanne Angelina Germanotta, known professionally as Lady Gaga, is an American singer, songwriter, and actress. Known for her image reinventions and versatility across the entertainment industry, she is an influential figure in popular music. With estimated sales of 124 million records, she is one of the best-selling music artists of all time. Publications such as Billboard and Rolling Stone have ranked her among the greatest artists in history.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://myspace.com/ladygaga", + "name": "myspace" + }, + { + "url": "https://www.discogs.com/artist/1103159", + "name": "discogs" + }, + { + "url": "https://www.youtube.com/channel/UCNL1ZadSjHpjm4q9j2sVtOA", + "name": "youtube" + }, + { + "url": "https://www.bbc.co.uk/music/artists/650e7db6-b795-4eb5-a702-5ea2fc46c848", + "name": "bbc" + }, + { + "url": "https://twitter.com/ladygaga", + "name": "twitter" + }, + { + "url": "https://ladygaga.fandom.com/", + "name": "fandom" + }, + { + "url": "http://fanity.com/LadyGaga", + "name": "fanity" + }, + { + "url": "https://www.youtube.com/channel/UC07Kxew-cMIaykMOkzqHtBQ", + "name": "youtube" + }, + { + "url": "https://www.allmusic.com/artist/mn0000994823", + "name": "allmusic" + }, + { + "url": "https://plus.google.com/+LadyGaga", + "name": "google" + }, + { + "url": "https://www.facebook.com/ladygaga", + "name": "facebook" + }, + { + "url": "https://secondhandsongs.com/artist/43820", + "name": "secondhandsongs" + }, + { + "url": "https://www.last.fm/music/Lady+Gaga", + "name": "last" + }, + { + "url": "https://www.wikidata.org/wiki/Q19848", + "name": "wikidata" + }, + { + "url": "https://soundcloud.com/ladygaga", + "name": "soundcloud" + }, + { + "url": "https://rateyourmusic.com/artist/lady-gaga", + "name": "rateyourmusic" + }, + { + "url": "https://www.imdb.com/name/nm3078932/", + "name": "imdb" + }, + { + "url": "https://musicmoz.org/Bands_and_Artists/L/Lady_Gaga/", + "name": "musicmoz" + }, + { + "url": "https://www.instagram.com/ladygaga/", + "name": "instagram" + }, + { + "url": "http://viaf.org/viaf/49555103", + "name": "viaf" + }, + { + "url": "https://open.spotify.com/artist/1HY2Jd0NmPuamShAr6KMms", + "name": "spotify" + }, + { + "url": "https://www.whosampled.com/Lady-Gaga/", + "name": "whosampled" + }, + { + "url": "https://www.worldcat.org/identities/containsVIAFID/49555103", + "name": "worldcat" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ah7amohgkrydyfxgsbask752lye", + "name": "google" + }, + { + "url": "https://imvdb.com/n/lady-gaga", + "name": "imvdb" + }, + { + "url": "https://genius.com/artists/Lady-gaga", + "name": "genius" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Lady_Gaga_vigil_2016.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.bandsintown.com/a/22741", + "name": "bandsintown" + }, + { + "url": "https://www.musik-sammler.de/artist/lady-gaga/", + "name": "musik-sammler" + }, + { + "url": "https://www.songkick.com/artists/974908", + "name": "songkick" + }, + { + "url": "https://us.7digital.com/artist/lady-gaga", + "name": "7digital" + }, + { + "url": "https://www.deezer.com/artist/75491", + "name": "deezer" + }, + { + "url": "https://giphy.com/ladygaga", + "name": "giphy" + }, + { + "url": "https://d-nb.info/gnd/135898838", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2008179258", + "name": "loc" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb157535900", + "name": "bnf" + }, + { + "url": "https://nla.gov.au/nla.party-1479624", + "name": "gov" + }, + { + "url": "https://www.musixmatch.com/artist/Lady-Gaga", + "name": "musixmatch" + }, + { + "url": "https://tidal.com/artist/3534754", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/lady-gaga/140979", + "name": "beatport" + }, + { + "url": "https://www.junodownload.com/artists/Lady+Gaga/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:210120-D-WD757-1720_(50861332387)_(cropped).jpg", + "name": "wikimedia" + }, + { + "url": "https://soundcloud.com/stuckonfuckinyou", + "name": "soundcloud" + }, + { + "url": "https://www.tiktok.com/@ladygaga", + "name": "tiktok" + }, + { + "url": "https://openlibrary.org/works/OL7317992A", + "name": "openlibrary" + }, + { + "url": "https://www.discogs.com/artist/1525683", + "name": "discogs" + }, + { + "url": "https://www.discogs.com/artist/5729318", + "name": "discogs" + }, + { + "url": "https://www.tiktok.com/@stefanigermanott5", + "name": "tiktok" + }, + { + "url": "https://twitter.com/GAGA_JAPAN", + "name": "twitter" + }, + { + "url": "https://music.amazon.com/artists/B001SZDIZU", + "name": "amazon" + }, + { + "url": "http://www.maniadb.com/artist/153225", + "name": "maniadb" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000321714/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.setlist.fm/setlists/lady-gaga-1bd665bc.html", + "name": "setlist" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.cdjapan.co.jp/person/700155541", + "name": "cdjapan" + }, + { + "url": "https://music.youtube.com/channel/UCGKXb1syicud01CJOOFRykg", + "name": "youtube" + }, + { + "url": "https://www.livenation.com/artist/K8vZ917Go7V", + "name": "livenation" + }, + { + "url": "https://www.ticketmaster.com/artist/1249444", + "name": "ticketmaster" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://open.spotify.com/user/ladygaga_spotify", + "name": "spotify" + }, + { + "url": "https://us.napster.com/artist/lady-gaga", + "name": "napster" + }, + { + "url": "https://itunes.apple.com/us/artist/id277293880", + "name": "apple" + }, + { + "url": "https://mora.jp/artist/13336/", + "name": "mora" + }, + { + "url": "https://muzikum.eu/en/lady-gaga/lyrics", + "name": "muzikum" + }, + { + "url": "https://www.ladygaga.com/", + "name": "ladygaga" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://www.idref.fr/162075545", + "name": "idref" + }, + { + "url": "https://jaxsta.com/profile/a661a9bb-ace6-4fb3-9e86-8e6612ab40e0", + "name": "jaxsta" + }, + { + "url": "https://www.themoviedb.org/person/237405", + "name": "themoviedb" + }, + { + "url": "https://www.boomplay.com/artists/1927236", + "name": "boomplay" + }, + { + "url": "https://www.dailymotion.com/ladygaga", + "name": "dailymotion" + }, + { + "url": "https://play.anghami.com/artist/8620917", + "name": "anghami" + }, + { + "url": "https://music.yandex.com/artist/1438", + "name": "yandex" + }, + { + "url": "https://id.oclc.org/worldcat/entity/E39PCjrpyjhYC3CtXtKPqbfK3P", + "name": "oclc" + }, + { + "url": "https://ototoy.jp/_/default/a/274159", + "name": "ototoy" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/fanart/tpvbtv1770819678.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/strrrq1537623093.jpg", + "coverType": "banner", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/qxwtwx1537623070.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/ib17f51665840436.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Lady Gaga", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Pop", + "Dance-Pop", + "Electropop", + "Pop Rock", + "Synth-Pop", + "Electronic", + "Dance", + "Jazz", + "Electro House", + "Americana" + ], + "cleanName": "ladygaga", + "sortName": "lady gaga", + "tags": [], + "added": "2025-02-21T06:12:06Z", + "ratings": { + "votes": 26, + "value": 8.6 + }, + "id": 157 + }, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/6b766c2d-04b5-48ee-8a56-db92a3719582/41072894960-1200.jpg", + "coverType": "cover", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://coverartarchive.org/release/5ab5924e-fbf1-483c-83c2-d7ad082e804a/42116710285-1200.jpg", + "coverType": "disc", + "extension": ".jpg" + } + ], + "links": [ + { + "url": "https://www.wikidata.org/wiki/Q131919251", + "name": "wikidata" + }, + { + "url": "https://www.discogs.com/master/3772997", + "name": "discogs" + }, + { + "url": "https://www.hs.fi/kulttuuri/art-2000011080056.html", + "name": "hs" + }, + { + "url": "https://www.offiziellecharts.de/charts/album-details-547539", + "name": "offiziellecharts" + }, + { + "url": "https://www.plattentests.de/rezi.php?show=20685", + "name": "plattentests" + }, + { + "url": "https://laut.de/Lady-Gaga/Alben/Mayhem-124960", + "name": "laut" + }, + { + "url": "https://www.allmusic.com/album/mw0004464509", + "name": "allmusic" + }, + { + "url": "https://rateyourmusic.com/release/album/lady-gaga/mayhem/", + "name": "rateyourmusic" + }, + { + "url": "https://genius.com/albums/Lady-gaga/Mayhem", + "name": "genius" + }, + { + "url": "https://www.musik-sammler.de/album/1089079/", + "name": "musik-sammler" + }, + { + "url": "https://www.apu.fi/artikkelit/lady-gagan-uusi-levy-kuulostaa-silta-kuin-trumpin-aika-nayttaa-kolumni-oskari-onninen", + "name": "apu" + } + ], + "lastSearchTime": "2026-05-08T08:05:30Z", + "id": 1020 + }, + "artist": { + "status": "continuing", + "ended": false, + "artistName": "Lady Gaga", + "foreignArtistId": "650e7db6-b795-4eb5-a702-5ea2fc46c848", + "tadbId": 0, + "discogsId": 0, + "overview": "Stefani Joanne Angelina Germanotta, known professionally as Lady Gaga, is an American singer, songwriter, and actress. Known for her image reinventions and versatility across the entertainment industry, she is an influential figure in popular music. With estimated sales of 124 million records, she is one of the best-selling music artists of all time. Publications such as Billboard and Rolling Stone have ranked her among the greatest artists in history.", + "artistType": "Person", + "disambiguation": "", + "links": [ + { + "url": "https://myspace.com/ladygaga", + "name": "myspace" + }, + { + "url": "https://www.discogs.com/artist/1103159", + "name": "discogs" + }, + { + "url": "https://www.youtube.com/channel/UCNL1ZadSjHpjm4q9j2sVtOA", + "name": "youtube" + }, + { + "url": "https://www.bbc.co.uk/music/artists/650e7db6-b795-4eb5-a702-5ea2fc46c848", + "name": "bbc" + }, + { + "url": "https://twitter.com/ladygaga", + "name": "twitter" + }, + { + "url": "https://ladygaga.fandom.com/", + "name": "fandom" + }, + { + "url": "http://fanity.com/LadyGaga", + "name": "fanity" + }, + { + "url": "https://www.youtube.com/channel/UC07Kxew-cMIaykMOkzqHtBQ", + "name": "youtube" + }, + { + "url": "https://www.allmusic.com/artist/mn0000994823", + "name": "allmusic" + }, + { + "url": "https://plus.google.com/+LadyGaga", + "name": "google" + }, + { + "url": "https://www.facebook.com/ladygaga", + "name": "facebook" + }, + { + "url": "https://secondhandsongs.com/artist/43820", + "name": "secondhandsongs" + }, + { + "url": "https://www.last.fm/music/Lady+Gaga", + "name": "last" + }, + { + "url": "https://www.wikidata.org/wiki/Q19848", + "name": "wikidata" + }, + { + "url": "https://soundcloud.com/ladygaga", + "name": "soundcloud" + }, + { + "url": "https://rateyourmusic.com/artist/lady-gaga", + "name": "rateyourmusic" + }, + { + "url": "https://www.imdb.com/name/nm3078932/", + "name": "imdb" + }, + { + "url": "https://musicmoz.org/Bands_and_Artists/L/Lady_Gaga/", + "name": "musicmoz" + }, + { + "url": "https://www.instagram.com/ladygaga/", + "name": "instagram" + }, + { + "url": "http://viaf.org/viaf/49555103", + "name": "viaf" + }, + { + "url": "https://open.spotify.com/artist/1HY2Jd0NmPuamShAr6KMms", + "name": "spotify" + }, + { + "url": "https://www.whosampled.com/Lady-Gaga/", + "name": "whosampled" + }, + { + "url": "https://www.worldcat.org/identities/containsVIAFID/49555103", + "name": "worldcat" + }, + { + "url": "https://play.google.com/store/music/artist?id=Ah7amohgkrydyfxgsbask752lye", + "name": "google" + }, + { + "url": "https://imvdb.com/n/lady-gaga", + "name": "imvdb" + }, + { + "url": "https://genius.com/artists/Lady-gaga", + "name": "genius" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:Lady_Gaga_vigil_2016.jpg", + "name": "wikimedia" + }, + { + "url": "https://www.bandsintown.com/a/22741", + "name": "bandsintown" + }, + { + "url": "https://www.musik-sammler.de/artist/lady-gaga/", + "name": "musik-sammler" + }, + { + "url": "https://www.songkick.com/artists/974908", + "name": "songkick" + }, + { + "url": "https://us.7digital.com/artist/lady-gaga", + "name": "7digital" + }, + { + "url": "https://www.deezer.com/artist/75491", + "name": "deezer" + }, + { + "url": "https://giphy.com/ladygaga", + "name": "giphy" + }, + { + "url": "https://d-nb.info/gnd/135898838", + "name": "d-nb" + }, + { + "url": "http://id.loc.gov/authorities/names/no2008179258", + "name": "loc" + }, + { + "url": "https://catalogue.bnf.fr/ark:/12148/cb157535900", + "name": "bnf" + }, + { + "url": "https://nla.gov.au/nla.party-1479624", + "name": "gov" + }, + { + "url": "https://www.musixmatch.com/artist/Lady-Gaga", + "name": "musixmatch" + }, + { + "url": "https://tidal.com/artist/3534754", + "name": "tidal" + }, + { + "url": "https://www.beatport.com/artist/lady-gaga/140979", + "name": "beatport" + }, + { + "url": "https://www.junodownload.com/artists/Lady+Gaga/releases/", + "name": "junodownload" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://music.apple.com/us/artist/277293880", + "name": "apple" + }, + { + "url": "https://commons.wikimedia.org/wiki/File:210120-D-WD757-1720_(50861332387)_(cropped).jpg", + "name": "wikimedia" + }, + { + "url": "https://soundcloud.com/stuckonfuckinyou", + "name": "soundcloud" + }, + { + "url": "https://www.tiktok.com/@ladygaga", + "name": "tiktok" + }, + { + "url": "https://openlibrary.org/works/OL7317992A", + "name": "openlibrary" + }, + { + "url": "https://www.discogs.com/artist/1525683", + "name": "discogs" + }, + { + "url": "https://www.discogs.com/artist/5729318", + "name": "discogs" + }, + { + "url": "https://www.tiktok.com/@stefanigermanott5", + "name": "tiktok" + }, + { + "url": "https://twitter.com/GAGA_JAPAN", + "name": "twitter" + }, + { + "url": "https://music.amazon.com/artists/B001SZDIZU", + "name": "amazon" + }, + { + "url": "http://www.maniadb.com/artist/153225", + "name": "maniadb" + }, + { + "url": "https://www.muziekweb.nl/Link/M00000321714/POPULAR/", + "name": "muziekweb" + }, + { + "url": "https://www.setlist.fm/setlists/lady-gaga-1bd665bc.html", + "name": "setlist" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.qobuz.com/gb-en/interpreter/lady-gaga/download-streaming-albums", + "name": "qobuz" + }, + { + "url": "https://www.cdjapan.co.jp/person/700155541", + "name": "cdjapan" + }, + { + "url": "https://music.youtube.com/channel/UCGKXb1syicud01CJOOFRykg", + "name": "youtube" + }, + { + "url": "https://www.livenation.com/artist/K8vZ917Go7V", + "name": "livenation" + }, + { + "url": "https://www.ticketmaster.com/artist/1249444", + "name": "ticketmaster" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://www.melon.com/artist/detail.htm?artistId=253688", + "name": "melon" + }, + { + "url": "https://open.spotify.com/user/ladygaga_spotify", + "name": "spotify" + }, + { + "url": "https://us.napster.com/artist/lady-gaga", + "name": "napster" + }, + { + "url": "https://itunes.apple.com/us/artist/id277293880", + "name": "apple" + }, + { + "url": "https://mora.jp/artist/13336/", + "name": "mora" + }, + { + "url": "https://muzikum.eu/en/lady-gaga/lyrics", + "name": "muzikum" + }, + { + "url": "https://www.ladygaga.com/", + "name": "ladygaga" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://music.bugs.co.kr/artist/80046429", + "name": "co" + }, + { + "url": "https://www.idref.fr/162075545", + "name": "idref" + }, + { + "url": "https://jaxsta.com/profile/a661a9bb-ace6-4fb3-9e86-8e6612ab40e0", + "name": "jaxsta" + }, + { + "url": "https://www.themoviedb.org/person/237405", + "name": "themoviedb" + }, + { + "url": "https://www.boomplay.com/artists/1927236", + "name": "boomplay" + }, + { + "url": "https://www.dailymotion.com/ladygaga", + "name": "dailymotion" + }, + { + "url": "https://play.anghami.com/artist/8620917", + "name": "anghami" + }, + { + "url": "https://music.yandex.com/artist/1438", + "name": "yandex" + }, + { + "url": "https://id.oclc.org/worldcat/entity/E39PCjrpyjhYC3CtXtKPqbfK3P", + "name": "oclc" + }, + { + "url": "https://ototoy.jp/_/default/a/274159", + "name": "ototoy" + } + ], + "nextAlbum": null, + "lastAlbum": null, + "images": [ + { + "url": "https://images.lidarr.audio/cache/https://www.theaudiodb.com/images/media/artist/fanart/tpvbtv1770819678.jpg", + "coverType": "fanart", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/banner/strrrq1537623093.jpg", + "coverType": "banner", + "extension": ".jpg" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/logo/qxwtwx1537623070.png", + "coverType": "clearlogo", + "extension": ".png" + }, + { + "url": "https://images.lidarr.audio/cache/https://r2.theaudiodb.com/images/media/artist/thumb/ib17f51665840436.jpg", + "coverType": "poster", + "extension": ".jpg" + } + ], + "path": "/mnt/plex/music/Lady Gaga", + "qualityProfileId": 1, + "metadataProfileId": 1, + "monitored": true, + "monitorNewItems": "all", + "genres": [ + "Pop", + "Dance-Pop", + "Electropop", + "Pop Rock", + "Synth-Pop", + "Electronic", + "Dance", + "Jazz", + "Electro House", + "Americana" + ], + "cleanName": "ladygaga", + "sortName": "lady gaga", + "tags": [], + "added": "2025-02-21T06:12:06Z", + "ratings": { + "votes": 26, + "value": 8.6 + }, + "id": 157 + }, + "track": { + "artistId": 157, + "foreignTrackId": "51a7fed9-71c0-4650-93df-a49ddb068dcc", + "foreignRecordingId": "10f01833-b859-41f2-aa25-a5a4d9816847", + "trackFileId": 212487, + "albumId": 1020, + "explicit": false, + "absoluteTrackNumber": 4, + "trackNumber": "A4", + "title": "Perfect Celebrity", + "duration": 0, + "mediumNumber": 1, + "hasFile": true, + "ratings": { + "votes": 0, + "value": 0 + }, + "id": 34644 + }, + "id": 1868 + } + ] +} diff --git a/Ruddarr/Preview Content/lidarr-manual-import.json b/Ruddarr/Preview Content/lidarr-manual-import.json new file mode 100644 index 00000000..169008d9 --- /dev/null +++ b/Ruddarr/Preview Content/lidarr-manual-import.json @@ -0,0 +1,176 @@ +[ + { + "path": "/volume2/Media/#nzb/complete/Cats.2019.720p.WEB-DL.H264.AC3-EVO/Cats.2019.720p.WEB-DL.H264.AC3-EVO.mkv", + "relativePath": "Cats.2019.720p.WEB-DL.H264.AC3-EVO.mkv", + "folderName": "Cats.2019.720p.WEB-DL.H264.AC3-EVO", + "name": "Cats.2019.720p.WEB-DL.H264.AC3-EVO", + "size": 3648815687, + "movie": { + "title": "Cats", + "originalTitle": "Cats", + "originalLanguage": { + "id": 1, + "name": "English" + }, + "alternateTitles": [ + { + "sourceType": "tmdb", + "movieMetadataId": 380, + "title": "Cats the Movie", + "id": 6278 + } + ], + "secondaryYearSourceId": 0, + "sortTitle": "cats", + "status": "released", + "overview": "A tribe of cats called the Jellicles must decide yearly which one will ascend to the Heaviside Layer and come back to a new Jellicle life.", + "inCinemas": "2019-12-19T00:00:00Z", + "physicalRelease": "2020-04-07T00:00:00Z", + "digitalRelease": "2020-01-03T00:00:00Z", + "releaseDate": "2020-01-03T00:00:00Z", + "images": [ + { + "coverType": "poster", + "remoteUrl": "https://image.tmdb.org/t/p/original/aCNch5FmzT2WaUcY44925owIZXY.jpg" + }, + { + "coverType": "fanart", + "remoteUrl": "https://image.tmdb.org/t/p/original/rXSDDbT43pcTjppu1qTxs1cOwla.jpg" + } + ], + "website": "https://www.catsmovie.com/", + "year": 2019, + "youTubeTrailerId": "gNTDoOmc1OQ", + "studio": "Universal Pictures", + "path": "/volume2/Media/Movies/Cats (2019)", + "qualityProfileId": 2, + "movieFileId": 625, + "monitored": false, + "minimumAvailability": "released", + "isAvailable": true, + "folderName": "/volume2/Media/Movies/Cats (2019)", + "runtime": 110, + "cleanTitle": "cats", + "imdbId": "tt5697572", + "tmdbId": 536869, + "titleSlug": "536869", + "certification": "PG", + "genres": [ + "Fantasy", + "Comedy", + "Drama" + ], + "tags": [], + "added": "2025-05-05T21:51:51Z", + "ratings": { + "imdb": { + "votes": 57653, + "value": 2.8, + "type": "user" + }, + "tmdb": { + "votes": 986, + "value": 4.054, + "type": "user" + }, + "metacritic": { + "votes": 0, + "value": 32, + "type": "user" + }, + "rottenTomatoes": { + "votes": 0, + "value": 19, + "type": "user" + } + }, + "movieFile": { + "movieId": 722, + "relativePath": "Cats.2019.1080p.BluRay.DDP5.1.x265.10bit-LAMA.mkv", + "path": "/volume2/Media/Movies/Cats (2019)/Cats.2019.1080p.BluRay.DDP5.1.x265.10bit-LAMA.mkv", + "size": 2173187393, + "dateAdded": "2025-05-08T17:39:05Z", + "sceneName": "Cats.2019.1080p.BluRay.DDP5.1.x265.10bit-LAMA", + "releaseGroup": "LAMA", + "edition": "", + "languages": [ + { + "id": 1, + "name": "English" + } + ], + "quality": { + "quality": { + "id": 7, + "name": "Bluray-1080p", + "source": "bluray", + "resolution": 1080, + "modifier": "none" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "indexerFlags": 0, + "mediaInfo": { + "audioBitrate": 384000, + "audioChannels": 5.1, + "audioCodec": "EAC3", + "audioLanguages": "eng", + "audioStreamCount": 1, + "videoBitDepth": 10, + "videoBitrate": 0, + "videoCodec": "x265", + "videoFps": 23.976, + "videoDynamicRange": "", + "videoDynamicRangeType": "", + "resolution": "1920x1080", + "runTime": "1:49:58", + "scanType": "Progressive", + "subtitles": "eng" + }, + "originalFilePath": "Cats.2019.1080p.BluRay.DDP5.1.x265.10bit-LAMA/Cats.2019.1080p.BluRay.DDP5.1.x265.10bit-LAMA.mkv", + "qualityCutoffNotMet": false, + "id": 625 + }, + "popularity": 6.4462, + "lastSearchTime": "2025-05-08T17:39:52Z", + "id": 722 + }, + "releaseGroup": "EVO", + "quality": { + "quality": { + "id": 5, + "name": "WEBDL-720p", + "source": "webdl", + "resolution": 720, + "modifier": "none" + }, + "revision": { + "version": 1, + "real": 0, + "isRepack": false + } + }, + "languages": [ + { + "id": 1, + "name": "English" + } + ], + "qualityWeight": 16, + "downloadId": "SABnzbd_nzo_t7hf8_mz", + "customFormats": [], + "customFormatScore": 0, + "indexerFlags": 0, + "rejections": [ + { + "reason": "Not an upgrade for existing movie file. Existing quality: Bluray-1080p. New Quality WEBDL-720p.", + "type": "permanent" + } + ], + "id": 1611113042 + } +] diff --git a/Ruddarr/Preview Content/metadata-profiles.json b/Ruddarr/Preview Content/metadata-profiles.json new file mode 100644 index 00000000..c188e16d --- /dev/null +++ b/Ruddarr/Preview Content/metadata-profiles.json @@ -0,0 +1,452 @@ +[ + { + "name": "Standard", + "primaryAlbumTypes": [ + { + "albumType": { + "id": 2, + "name": "Single" + }, + "allowed": false + }, + { + "albumType": { + "id": 4, + "name": "Other" + }, + "allowed": false + }, + { + "albumType": { + "id": 1, + "name": "EP" + }, + "allowed": false + }, + { + "albumType": { + "id": 3, + "name": "Broadcast" + }, + "allowed": false + }, + { + "albumType": { + "id": 0, + "name": "Album" + }, + "allowed": true + } + ], + "secondaryAlbumTypes": [ + { + "albumType": { + "id": 0, + "name": "Studio" + }, + "allowed": true + }, + { + "albumType": { + "id": 3, + "name": "Spokenword" + }, + "allowed": false + }, + { + "albumType": { + "id": 2, + "name": "Soundtrack" + }, + "allowed": false + }, + { + "albumType": { + "id": 7, + "name": "Remix" + }, + "allowed": false + }, + { + "albumType": { + "id": 9, + "name": "Mixtape/Street" + }, + "allowed": false + }, + { + "albumType": { + "id": 6, + "name": "Live" + }, + "allowed": false + }, + { + "albumType": { + "id": 4, + "name": "Interview" + }, + "allowed": false + }, + { + "albumType": { + "id": 8, + "name": "DJ-mix" + }, + "allowed": false + }, + { + "albumType": { + "id": 10, + "name": "Demo" + }, + "allowed": false + }, + { + "albumType": { + "id": 1, + "name": "Compilation" + }, + "allowed": false + }, + { + "albumType": { + "id": 11, + "name": "Audio drama" + }, + "allowed": false + } + ], + "releaseStatuses": [ + { + "releaseStatus": { + "id": 3, + "name": "Pseudo-Release" + }, + "allowed": false + }, + { + "releaseStatus": { + "id": 1, + "name": "Promotion" + }, + "allowed": false + }, + { + "releaseStatus": { + "id": 0, + "name": "Official" + }, + "allowed": true + }, + { + "releaseStatus": { + "id": 2, + "name": "Bootleg" + }, + "allowed": false + } + ], + "id": 1 + }, + { + "name": "None", + "primaryAlbumTypes": [ + { + "albumType": { + "id": 2, + "name": "Single" + }, + "allowed": false + }, + { + "albumType": { + "id": 4, + "name": "Other" + }, + "allowed": false + }, + { + "albumType": { + "id": 1, + "name": "EP" + }, + "allowed": false + }, + { + "albumType": { + "id": 3, + "name": "Broadcast" + }, + "allowed": false + }, + { + "albumType": { + "id": 0, + "name": "Album" + }, + "allowed": false + } + ], + "secondaryAlbumTypes": [ + { + "albumType": { + "id": 0, + "name": "Studio" + }, + "allowed": false + }, + { + "albumType": { + "id": 3, + "name": "Spokenword" + }, + "allowed": false + }, + { + "albumType": { + "id": 2, + "name": "Soundtrack" + }, + "allowed": false + }, + { + "albumType": { + "id": 7, + "name": "Remix" + }, + "allowed": false + }, + { + "albumType": { + "id": 9, + "name": "Mixtape/Street" + }, + "allowed": false + }, + { + "albumType": { + "id": 6, + "name": "Live" + }, + "allowed": false + }, + { + "albumType": { + "id": 4, + "name": "Interview" + }, + "allowed": false + }, + { + "albumType": { + "id": 8, + "name": "DJ-mix" + }, + "allowed": false + }, + { + "albumType": { + "id": 10, + "name": "Demo" + }, + "allowed": false + }, + { + "albumType": { + "id": 1, + "name": "Compilation" + }, + "allowed": false + }, + { + "albumType": { + "id": 11, + "name": "Audio drama" + }, + "allowed": false + } + ], + "releaseStatuses": [ + { + "releaseStatus": { + "id": 3, + "name": "Pseudo-Release" + }, + "allowed": false + }, + { + "releaseStatus": { + "id": 1, + "name": "Promotion" + }, + "allowed": false + }, + { + "releaseStatus": { + "id": 0, + "name": "Official" + }, + "allowed": false + }, + { + "releaseStatus": { + "id": 2, + "name": "Bootleg" + }, + "allowed": false + } + ], + "id": 2 + }, + { + "name": "Anything", + "primaryAlbumTypes": [ + { + "albumType": { + "id": 4, + "name": "Other" + }, + "allowed": false + }, + { + "albumType": { + "id": 3, + "name": "Broadcast" + }, + "allowed": false + }, + { + "albumType": { + "id": 2, + "name": "Single" + }, + "allowed": true + }, + { + "albumType": { + "id": 1, + "name": "EP" + }, + "allowed": true + }, + { + "albumType": { + "id": 0, + "name": "Album" + }, + "allowed": true + } + ], + "secondaryAlbumTypes": [ + { + "albumType": { + "id": 11, + "name": "Audio drama" + }, + "allowed": true + }, + { + "albumType": { + "id": 10, + "name": "Demo" + }, + "allowed": true + }, + { + "albumType": { + "id": 9, + "name": "Mixtape/Street" + }, + "allowed": true + }, + { + "albumType": { + "id": 8, + "name": "DJ-mix" + }, + "allowed": true + }, + { + "albumType": { + "id": 7, + "name": "Remix" + }, + "allowed": true + }, + { + "albumType": { + "id": 6, + "name": "Live" + }, + "allowed": true + }, + { + "albumType": { + "id": 4, + "name": "Interview" + }, + "allowed": true + }, + { + "albumType": { + "id": 3, + "name": "Spokenword" + }, + "allowed": true + }, + { + "albumType": { + "id": 2, + "name": "Soundtrack" + }, + "allowed": true + }, + { + "albumType": { + "id": 1, + "name": "Compilation" + }, + "allowed": true + }, + { + "albumType": { + "id": 0, + "name": "Studio" + }, + "allowed": true + } + ], + "releaseStatuses": [ + { + "releaseStatus": { + "id": 3, + "name": "Pseudo-Release" + }, + "allowed": true + }, + { + "releaseStatus": { + "id": 2, + "name": "Bootleg" + }, + "allowed": true + }, + { + "releaseStatus": { + "id": 1, + "name": "Promotion" + }, + "allowed": true + }, + { + "releaseStatus": { + "id": 0, + "name": "Official" + }, + "allowed": true + } + ], + "id": 3 + } +] \ No newline at end of file diff --git a/Ruddarr/Ruddarr.swift b/Ruddarr/Ruddarr.swift index 611bef26..e2df956f 100644 --- a/Ruddarr/Ruddarr.swift +++ b/Ruddarr/Ruddarr.swift @@ -14,8 +14,8 @@ struct Ruddarr: App { init() { #if DEBUG - // dependencies = .mock - // dependencies.cloudkit = .mock +// dependencies = .mock +// dependencies.cloudkit = .mock // Tips.showAllTipsForTesting() #endif @@ -65,35 +65,26 @@ struct Ruddarr: App { switch parts[0] { case "movie": openDeeplink(url: URL(string: "ruddarr://movies/open/\(parts[1])?instance=\(parts[2])")!) case "series": openDeeplink(url: URL(string: "ruddarr://series/open/\(parts[1])?instance=\(parts[2])")!) + case "artist": openDeeplink(url: URL(string: "ruddarr://artist/open/\(parts[1])?instance=\(parts[2])")!) default: leaveBreadcrumb(.error, category: "spotlight", message: "Invalid identifier", data: ["openSearchableItem": identifier]) } } } extension WhatsNew { - static let version: String = "1.8.1" + static let version: String = "1.9" // ----------------------------------------------------------------------------------------------⌄⌄⌄ static let features: [WhatsNewFeature] = [ .init( - image: "globe", - title: "Translations", - subtitle: "Added Italian and Turkish translations. Removed Chinese translation." + image: "music.note", + title: "Lidarr", + subtitle: "Added Lidarr integration support" ), .init( - image: "eye.slash", - title: "Faded Items", - subtitle: "Fade items in the calendar and discovery grid to indicate their status." - ), - .init( - image: "film.stack", - title: "Dual Audio", - subtitle: "Releases with dual audio are now included in the Multilingual language filter." - ), - .init( - image: "ladybug", - title: "Fixes & Improvements", - subtitle: "Various internal code improvements, bug fixes, and refinements for macOS." - ), + image: "gear", + title: "Settings Moved", + subtitle: "Settings have been moved to the toolbar at the top of each page on iPhone and iPad devices." + ) ] } diff --git a/Ruddarr/Services/AppSettings.swift b/Ruddarr/Services/AppSettings.swift index 7cbc37e1..0651e5c8 100644 --- a/Ruddarr/Services/AppSettings.swift +++ b/Ruddarr/Services/AppSettings.swift @@ -9,7 +9,7 @@ class AppSettings: ObservableObject { #if DEBUG @AppStorage("debugInstances") var instances: [Instance] = [] #else - @CloudStorage("instances") var instances: [Instance] = [] + @AppStorage("instances") var instances: [Instance] = [] #endif @AppStorage("icon", store: dependencies.store) var icon: AppIcon = .factory @@ -20,6 +20,7 @@ class AppSettings: ObservableObject { @AppStorage("tab", store: dependencies.store) var tab: TabItem = .movies @AppStorage("releaseFilters", store: dependencies.store) var releaseFilters: ReleaseFilters = .reset + @AppStorage("lidarrInstanceId", store: dependencies.store) var lidarrInstanceId: Instance.ID? @AppStorage("radarrInstanceId", store: dependencies.store) var radarrInstanceId: Instance.ID? @AppStorage("sonarrInstanceId", store: dependencies.store) var sonarrInstanceId: Instance.ID? @@ -33,6 +34,10 @@ class AppSettings: ObservableObject { } extension AppSettings { + var lidarrInstance: Instance? { + lidarrInstances.first(where: { $0.id == lidarrInstanceId }) + } + var radarrInstance: Instance? { radarrInstances.first(where: { $0.id == radarrInstanceId }) } @@ -41,6 +46,10 @@ extension AppSettings { sonarrInstances.first(where: { $0.id == sonarrInstanceId }) } + var lidarrInstances: [Instance] { + instances.filter { $0.type == .lidarr } + } + var radarrInstances: [Instance] { instances.filter { $0.type == .radarr } } diff --git a/Ruddarr/Services/Discovery.swift b/Ruddarr/Services/Discovery.swift index 14d3f9df..65e2db1f 100644 --- a/Ruddarr/Services/Discovery.swift +++ b/Ruddarr/Services/Discovery.swift @@ -8,10 +8,14 @@ class Discovery { private var movieItems: DiscoveryItems? private var seriesItems: DiscoveryItems? + private var artistItems: DiscoveryItems? + private var albumsItems: DiscoveryItems? enum MediaType: String { case movies case series + case artists + case albums } var movies: [DiscoveryItem] { @@ -26,6 +30,12 @@ class Discovery { return Array(items.prefix(24)) } + var artists: [DiscoveryItem] { + guard let items = artistItems?.popular else { return [] } + guard Platform.deviceType == .phone else { return items } + return Array(items.prefix(24)) + } + func fetch(_ type: MediaType) async { switch type { case .movies: @@ -34,6 +44,12 @@ class Discovery { case .series: if isCurrentWindow(seriesItems?.timestamp) { return } seriesItems = await load(.series) + case .artists: + if isCurrentWindow(artistItems?.timestamp) { return } + artistItems = await load(.artists) + case .albums: + if isCurrentWindow(albumsItems?.timestamp) { return } + albumsItems = await load(.albums) } } @@ -103,5 +119,6 @@ struct DiscoveryItem: Identifiable, Codable, Equatable { enum ItemType: String, Codable { case movie case series + case artist } } diff --git a/Ruddarr/Services/Images.swift b/Ruddarr/Services/Images.swift index f2e607ec..c7d5ba6b 100644 --- a/Ruddarr/Services/Images.swift +++ b/Ruddarr/Services/Images.swift @@ -70,13 +70,16 @@ class Images { enum ImageType { case poster + case artist var size: CGSize { switch self { #if os(macOS) case .poster: CGSize(width: 325, height: 488) + case .artist: CGSize(width: 325, height: 325) #else case .poster: CGSize(width: 250, height: 375) + case .artist: CGSize(width: 250, height: 250) #endif } } diff --git a/Ruddarr/Services/Intents.swift b/Ruddarr/Services/Intents.swift index ccc273dc..d08574a9 100644 --- a/Ruddarr/Services/Intents.swift +++ b/Ruddarr/Services/Intents.swift @@ -55,6 +55,39 @@ struct SearchMovieIntent: AppIntent { } } +struct SearchArtistIntent: AppIntent { + static let title: LocalizedStringResource = "Search for Artist" + static let openAppWhenRun: Bool = true + + @Parameter(title: "Title") + var name: String? + + static var parameterSummary: some ParameterSummary { + Summary("Search for artist with \(\.$name)") + } + + @MainActor + func perform() async throws -> some IntentResult { + var query: String = "" + + if let artistName = name, !artistName.isEmpty { + query = artistName.trimmed() + } + + dependencies.router.artistsPath = .init() + + try? await Task.sleep(for: .milliseconds(50)) + + dependencies.router.artistsPath.append( + ArtistsPath.search(query) + ) + + dependencies.router.selectedTab = .artists + + return .result() + } +} + struct SearchSeriesIntent: AppIntent { static let title: LocalizedStringResource = "Search for TV Series" static let openAppWhenRun: Bool = true diff --git a/Ruddarr/Services/Notifications.swift b/Ruddarr/Services/Notifications.swift index 39495354..8783e602 100644 --- a/Ruddarr/Services/Notifications.swift +++ b/Ruddarr/Services/Notifications.swift @@ -410,4 +410,90 @@ actor Notifications { } .padding() } + +#Preview("Artists") { + let artistAdd = [ + String(format: localized("NOTIFICATION_ARTIST_ADDED"), "Synology"), + String(format: localized("NOTIFICATION_ARTIST_ADDED_BODY"), "Ninajirachi"), + ] + + let artistDelete = [ + String(format: localized("NOTIFICATION_ARTIST_DELETED"), "Synology"), + String(format: localized("NOTIFICATION_ARTIST_DELETED_BODY"), "Ninajirachi"), + ] + + let albumGrab = [ + String(format: localized("NOTIFICATION_ALBUM_GRAB"), "Synology", "1"), + String(format: localized("NOTIFICATION_ALBUM_GRAB_SUBTITLE"), "I Love My Computer", "Ninajirachi"), + String(format: localized("NOTIFICATION_ALBUM_GRAB_BODY"), "FLAC", "BHD"), + ] + + let albumDownload = [ + String(format: localized("NOTIFICATION_ALBUM_DOWNLOAD"), "Synology"), + String(format: localized("NOTIFICATION_ALBUM_DOWNLOAD_BODY"), "I Love My Computer", "Ninajirachi"), + ] + + let albumUpgrade = [ + String(format: localized("NOTIFICATION_ALBUM_UPGRADE"), "Synology"), + String(format: localized("NOTIFICATION_ALBUM_UPGRADE_SUBTITLE"), "I Love My Computer", "Ninajirachi"), + String(format: localized("NOTIFICATION_ALBUM_UPGRADE_BODY"), "MP3-320", "FLAC"), + ] + + let albumFilesDelete = [ + String(format: localized("NOTIFICATION_ALBUM_FILES_DELETED"), "Synology"), + String(format: localized("NOTIFICATION_ALBUM_FILES_DELETED_BODY"), "I Love My Computer", "Ninajirachi"), + ] + + func localized(_ key: String) -> String { + NSLocalizedString(key, comment: "") + } + + @ViewBuilder + func group(_ name: String) -> some View { + Text(verbatim: name) + .font(.caption2) + .foregroundStyle(.secondary) + .frame(maxWidth: .infinity, alignment: .trailing) + } + + @ViewBuilder + func notification(_ strings: [String]) -> some View { + let cutoff = strings.count == 3 ? 2 : 1 + + ForEach(strings.indices, id: \.self) { index in + Text(verbatim: strings[index]) + .fontWeight(index < cutoff ? .bold : .regular) + } + } + + return ScrollView { + VStack(alignment: .leading) { + group("ArtistAdd") + notification(artistAdd) + Divider().padding(.top, 6) + + group("ArtistDeleted") + notification(artistDelete) + Divider().padding(.top, 6) + + group("Grab (Album)") + notification(albumGrab) + Divider().padding(.top, 6) + + group("Download (Album)") + notification(albumDownload) + Divider().padding(.top, 6) + + group("Upgrade (Album)") + notification(albumUpgrade) + Divider().padding(.top, 6) + + group("Deleted (Album Files)") + notification(albumFilesDelete) + Divider().padding(.top, 6) + } + .frame(maxWidth: .infinity, alignment: .leading) + } + .padding() +} // swiftlint:enable closure_body_length file_length diff --git a/Ruddarr/Services/Shortcuts.swift b/Ruddarr/Services/Shortcuts.swift index ab3bb9a1..f8def406 100644 --- a/Ruddarr/Services/Shortcuts.swift +++ b/Ruddarr/Services/Shortcuts.swift @@ -26,6 +26,16 @@ struct Shortcuts: AppShortcutsProvider { systemImageName: "plus" ) + AppShortcut( + intent: SearchArtistIntent(), + phrases: [ + "Search for artist in \(.applicationName)", + "Add artist to \(.applicationName)", + ], + shortTitle: "Add Artist", + systemImageName: "plus" + ) + AppShortcut( intent: OpenAppIntent(), phrases: [ diff --git a/Ruddarr/Services/Telemetry.swift b/Ruddarr/Services/Telemetry.swift index 277ea9af..eae1938d 100644 --- a/Ruddarr/Services/Telemetry.swift +++ b/Ruddarr/Services/Telemetry.swift @@ -10,15 +10,19 @@ enum Metric: String { case movieAdded case seriesAdded + case artistAdded case movieDownloaded case seasonDownloaded case episodeDownloaded + case albumDownloaded case movieSearchDispatched case seriesSearchDispatched case seasonSearchDispatched case episodeSearchDispatched + case artistSearchDispatched + case albumSearchDispatched } actor Telemetry { @@ -26,6 +30,8 @@ actor Telemetry { switch metric { case .movieDownloaded: SentrySDK.metrics.count(key: "releaseDownloaded", value: 1, attributes: ["type": "movie"]) + case .albumDownloaded: + SentrySDK.metrics.count(key: "albumDownloaded", value: 1, attributes: ["type": "album"]) case .seasonDownloaded: SentrySDK.metrics.count(key: "releaseDownloaded", value: 1, attributes: ["type": "season"]) case .episodeDownloaded: @@ -38,6 +44,8 @@ actor Telemetry { SentrySDK.metrics.count(key: "automaticSearchDispatched", value: 1, attributes: ["type": "season"]) case .episodeSearchDispatched: SentrySDK.metrics.count(key: "automaticSearchDispatched", value: 1, attributes: ["type": "episode"]) + case .artistSearchDispatched: + SentrySDK.metrics.count(key: "automaticSearchDispatched", value: 1, attributes: ["type": "artists"]) default: SentrySDK.metrics.count(key: metric.rawValue, value: 1, attributes: attributes) } @@ -72,6 +80,7 @@ actor Telemetry { "grid": settings.grid.rawValue, "releaseFilters": settings.releaseFilters.rawValue, "deviceType": Platform.deviceType.rawValue, + "lidarrInstances": String(settings.lidarrInstances.count), "radarrInstances": String(settings.radarrInstances.count), "sonarrInstances": String(settings.sonarrInstances.count), "cloudkit": cloudKitStatusString(accountStatus), diff --git a/Ruddarr/Utilities/Formatters.swift b/Ruddarr/Utilities/Formatters.swift index 2f248eaa..646e6538 100644 --- a/Ruddarr/Utilities/Formatters.swift +++ b/Ruddarr/Utilities/Formatters.swift @@ -38,6 +38,24 @@ func formatRuntime(_ minutes: Int) -> String? { ?? formatter.string(from: 0) } +func formatTrackRuntime(_ milliseconds: Int) -> String? { + let totalSeconds = TimeInterval(milliseconds) / 1_000.0 + + let formatter = DateComponentsFormatter() + formatter.allowedUnits = [.hour, .minute, .second] + formatter.unitsStyle = .abbreviated + formatter.zeroFormattingBehavior = [.pad] + + // If duration is less than 1 hour, omit the hour component from output like mm:ss + if totalSeconds < 3_600 { + formatter.allowedUnits = [.minute, .second] + } else if totalSeconds < 60 { + formatter.allowedUnits = [.second] + } + + return formatter.string(from: totalSeconds) +} + func formatTags(_ ids: [Int], tags: [Tag]) -> String { guard !ids.isEmpty else { return String(localized: "None") @@ -68,16 +86,20 @@ func formatBytes(_ bytes: Int, adaptive: Bool = false) -> String { return formatter.string(fromByteCount: Int64(bytes)) } -func formatBitrate(_ bitrate: Int) -> String? { - if bitrate == 0 { +func formatBitrate(_ bitrate: Int?) -> String? { + guard let rate = bitrate else { + return nil + } + + if rate == 0 { return nil } - if bitrate < 1_000_000 { - return String(format: "%d kbps", bitrate / 1_000) + if rate < 1_000_000 { + return String(format: "%d kbps", rate / 1_000) } - let mbps = Double(bitrate) / 1_000_000.0 + let mbps = Double(rate) / 1_000_000.0 return String(format: "%.\(mbps < 10 ? 1 : 0)f mbps", mbps) } diff --git a/Ruddarr/Utilities/Helpers.swift b/Ruddarr/Utilities/Helpers.swift index 35434878..d5912bfe 100644 --- a/Ruddarr/Utilities/Helpers.swift +++ b/Ruddarr/Utilities/Helpers.swift @@ -138,6 +138,16 @@ func extractImdbId(_ text: String) -> String? { return nil } +func extractMbId(_ text: String) -> String? { + let pattern = /musicbrainz\.org\/artist\/(\w+)/ + + if let matches = try? pattern.firstMatch(in: text) { + return String(matches.1) + } + + return nil +} + func cloudKitStatusString(_ status: CKAccountStatus?) -> String { switch status { case .couldNotDetermine: "could-not-determine" diff --git a/Ruddarr/Utilities/View.swift b/Ruddarr/Utilities/View.swift index bb828ffa..65b721dc 100644 --- a/Ruddarr/Utilities/View.swift +++ b/Ruddarr/Utilities/View.swift @@ -25,6 +25,19 @@ extension View { return self.environment(instance) } + func withLidarrInstance(artists: [Artist] = [], albums: [Album] = [], + tracks: [AlbumTrack] = [], releases: [ArtistRelease] = [], + trackFiles: [AlbumTrackFile] = []) -> some View { + let instance = LidarrInstance(.lidarrDummy) + instance.artists.items = artists + instance.releases.items = releases + instance.tracks.items = tracks + instance.files.items = trackFiles + instance.albums.items = albums + + return self.environment(instance) + } + func viewBottomPadding() -> some View { self.modifier(ViewBottomPadding()) } @@ -73,6 +86,7 @@ private struct WithAppStateModifier: ViewModifier { func body(content: Content) -> some View { let settings = AppSettings() + let lidarrInstance = settings.lidarrInstance ?? Instance.lidarrVoid let radarrInstance = settings.radarrInstance ?? Instance.radarrVoid let sonarrInstance = settings.sonarrInstance ?? Instance.sonarrVoid @@ -81,6 +95,7 @@ private struct WithAppStateModifier: ViewModifier { .preferredColorScheme(appearance.preferredColorScheme) .environmentObject(settings) .environment(\.deviceType, Platform.deviceType) + .environment(LidarrInstance(lidarrInstance)) .environment(RadarrInstance(radarrInstance)) .environment(SonarrInstance(sonarrInstance)) .task { diff --git a/Ruddarr/Views/Activity/ActivityView+Toolbar.swift b/Ruddarr/Views/Activity/ActivityView+Toolbar.swift index 98754f8f..f545fb81 100644 --- a/Ruddarr/Views/Activity/ActivityView+Toolbar.swift +++ b/Ruddarr/Views/Activity/ActivityView+Toolbar.swift @@ -54,6 +54,18 @@ extension ActivityView { } } #endif + + #if os(iOS) + ToolbarItem(placement: .topBarTrailing) { + Button { + globalObservables.showSettings.toggle() + } label: { + Image(systemName: TabItem.settings.icon) + } + .tint(.primary) + .keyboardShortcut(",", modifiers: .command) + } + #endif } var toolbarFilterButton: some View { diff --git a/Ruddarr/Views/ActivityView.swift b/Ruddarr/Views/ActivityView.swift index 8ac93bf9..d04784ad 100644 --- a/Ruddarr/Views/ActivityView.swift +++ b/Ruddarr/Views/ActivityView.swift @@ -7,6 +7,7 @@ struct ActivityView: View { @State var items: [QueueItem] = [] @State private var selectedItem: QueueItem? + @ObservedObject var globalObservables = ObservedDependencies.shared @EnvironmentObject var settings: AppSettings @Environment(\.deviceType) private var deviceType diff --git a/Ruddarr/Views/Artists/AlbumCard.swift b/Ruddarr/Views/Artists/AlbumCard.swift new file mode 100644 index 00000000..1c9c8288 --- /dev/null +++ b/Ruddarr/Views/Artists/AlbumCard.swift @@ -0,0 +1,94 @@ +import SwiftUI + +struct AlbumCard: View { + @Binding var artist: Artist + @Binding var album: Album + var albums: [Album] = [] + + @State private var isWorking: Bool = false + + @Environment(\.colorScheme) private var colorScheme + @Environment(LidarrInstance.self) private var instance + + var body: some View { + LabeledGroupBox { + HStack(spacing: 12) { + Text(album.title) + .fontWeight(.medium) + + if let progress = album.progressLabel { + Text(progress) + .font(.footnote) + .monospacedDigit() + .foregroundStyle(.secondary) + } + + Spacer() + + Button { + Task { + await toggle() + } + } label: { + if isWorking { + ButtonProgressView(tint: .secondary).offset(x: 1.5) + } else { + Image(systemName: "bookmark") + .symbolVariant(album.monitored ? .fill : .none) + .foregroundStyle(colorScheme == .dark ? .lightGray : .darkGray) + } + } + .buttonStyle(.plain) + .overlay(Rectangle().padding(18)) + .allowsHitTesting(!instance.albums.isWorking) + } + } + } + + func toggle() async { + guard !isWorking else { return } + + album.monitored.toggle() + + isWorking = true + + guard await instance.albums.push(album) else { + isWorking = false + return + } + + isWorking = false + + dependencies.toast.show( + album.monitored ? .monitored : .unmonitored + ) + + await instance.albums.fetch(artist) + } +} + +#Preview { + let artists: [Artist] = PreviewData.load(name: "artists") + let albums: [Album] = PreviewData.load(name: "artist-albums") + let artist = artists.first(where: { $0.foreignArtistId == "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a" }) ?? artists[0] + let album = albums.first(where: { $0.id == 1_144 }) ?? albums[0] + let artistBinding = Binding(get: { artist }, set: { _ in }) + let albumBinding = Binding(get: { album }, set: { _ in }) + + VStack { + Section { + LazyVStack(alignment: .leading, spacing: 12) { + AlbumCard(artist: artistBinding, album: albumBinding) + AlbumCard(artist: artistBinding, album: albumBinding) + AlbumCard(artist: artistBinding, album: albumBinding) + } + } header: { + Text("Albums") + .font(.title2.bold()) + .padding(.bottom, 6) + } + .padding(.horizontal) + } + .withLidarrInstance(artists: artists, albums: albums) + .withAppState() +} diff --git a/Ruddarr/Views/Artists/AlbumTrackView.swift b/Ruddarr/Views/Artists/AlbumTrackView.swift new file mode 100644 index 00000000..e3474666 --- /dev/null +++ b/Ruddarr/Views/Artists/AlbumTrackView.swift @@ -0,0 +1,203 @@ +import SwiftUI + +struct AlbumTrackView: View { + @Binding var artist: Artist + var trackId: AlbumTrackFile.ID + + @State private var track: AlbumTrack = AlbumTrack.void + @State private var trackFile: AlbumTrackFile? + + @State private var fileSheet: AlbumTrackFile? + @State private var eventSheet: MediaHistoryEvent? + + @State private var dispatchingSearch: Bool = false + @State private var descriptionTruncated = true + @State private var showDeleteConfirmation = false + + @EnvironmentObject var settings: AppSettings + @Environment(LidarrInstance.self) var instance + + @Environment(\.dismiss) private var dismiss + @Environment(\.deviceType) private var deviceType + + var startOfToday = Calendar.current.startOfDay(for: Date()) + + var body: some View { + ScrollView { + VStack(alignment: .leading) { + header + .padding(.bottom) + + details + .padding(.bottom) + + if trackFile != nil { + file + } + } + .onAppear(perform: setTrackState) + .padding(.vertical) + .scenePadding(.horizontal) + } + } + + var header: some View { + VStack(alignment: .leading) { + Text(track.statusLabel) + .font(.caption) + .fontWeight(.semibold) + .textCase(.uppercase) + .foregroundStyle(settings.theme.tint) + + Text(track.titleLabel) + .font(.largeTitle.bold()) + .italic(track.title == nil) + .kerning(-0.5) + + HStack(spacing: 6) { + if let runtime = formatTrackRuntime(track.duration) { + Text(runtime) + } + } + .font(.subheadline) + .foregroundStyle(.secondary) + .lineLimit(1) + } + } + + var details: some View { + Grid(alignment: .leading) { + if !artist.genres.isEmpty { + MediaDetailsRow( + String(localized: "Genre", comment: "Genres of the movie/series/artist"), + value: artist.genreLabel + ) + } + + if track.hasFile { + Group { + MediaDetailsRow(String(localized: "Audio"), value: mediaDetailsAudioQuality(trackFile)) + }.onTapGesture { + fileSheet = trackFile + } + } + } + } + + @ToolbarContentBuilder + var toolbarMenu: some ToolbarContent { + ToolbarItem(placement: .primaryAction) { + if trackFile != nil { + Menu { + Section { + deleteFileButton + } + } label: { + ToolbarActionButton() + } + .tint(.primary) + .menuIndicator(.hidden) + } + } + } + + var deleteFileButton: some View { + Button("Delete File", systemImage: "trash", role: .destructive) { + showDeleteConfirmation = true + }.tint(.red) + } + + var file: some View { + Section { + if let file = trackFile { + LabeledGroupBox { + HStack(spacing: 6) { + if let quality = file.quality { + Text(quality.quality.label) + Bullet() + } + Text(file.sizeLabel) + Spacer() + } + .font(.subheadline) + .foregroundStyle(.secondary) + .lineLimit(1) + } label: { + Text(file.filenameLabel) + } + .onTapGesture { fileSheet = file } + .contextMenu { deleteFileButton } + .popoverTip(DeleteFileTip()) + .padding(.bottom) + } + } header: { + Text("Files").font(.title2.bold()).padding(.bottom, 6) + } + .sheet(item: $fileSheet) { file in + AudioMediaFileSheet(file: file, runtime: track.runtime) + .presentationDetents([.fraction(0.8)]) + .presentationBackground(.sheetBackground) + } + .alert( + "Are you sure?", + isPresented: $showDeleteConfirmation + ) { + Button("Delete File", role: .destructive) { + Task { await deleteTrack() } + } + Button("Cancel", role: .cancel) { } + } message: { + Text("This will permanently erase the track file.") + }.tint(nil) + } +} + +extension AlbumTrackView { + func setTrackState() { + if let track = instance.tracks.items.first(where: { $0.id == trackId }) { + self.track = track + self.trackFile = instance.files.items.first(where: { $0.id == track.trackFileId }) + } + } + + func reload() async { + _ = await instance.tracks.fetch(artist) + } + + func deleteTrack() async { + guard let trackFile else { return } + + if await instance.files.delete(trackFile) { + dependencies.toast.show(.fileDeleted) + await reload() + } + } +} + +#Preview { + let artists: [Artist] = PreviewData.load(name: "artists") + let albums: [Album] = PreviewData.load(name: "artist-albums") + let tracks: [AlbumTrack] = PreviewData.load(name: "album-tracks") + let trackFiles: [AlbumTrackFile] = PreviewData.load(name: "album-track-files") + let artist = artists.first(where: { $0.foreignArtistId == "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a" }) ?? artists[0] + let album = albums.first(where: { $0.id == 1_144 }) ?? albums[0] + let track = tracks.first(where: { $0.albumId == 1_144 }) ?? tracks[0] + + dependencies.router.selectedTab = .artists + + dependencies.router.artistsPath.append( + ArtistsPath.artist(artist.id) + ) + + dependencies.router.artistsPath.append( + ArtistsPath.album(artist.id, album.id) + ) + + dependencies.router.artistsPath.append( + ArtistsPath.track(artist.id, track.id) + ) + + return ContentView() + .withLidarrInstance(artists: artists, albums: albums, tracks: tracks, trackFiles: trackFiles) + .withAppState() +} diff --git a/Ruddarr/Views/Artists/AlbumView+Track.swift b/Ruddarr/Views/Artists/AlbumView+Track.swift new file mode 100644 index 00000000..4640a58d --- /dev/null +++ b/Ruddarr/Views/Artists/AlbumView+Track.swift @@ -0,0 +1,98 @@ +import SwiftUI + +struct TrackRow: View { + var track: AlbumTrack + + @EnvironmentObject var settings: AppSettings + @Environment(LidarrInstance.self) var instance + @Environment(\.colorScheme) var colorScheme + + var body: some View { + HStack { + VStack(alignment: .leading) { + HStack(spacing: 6) { + Text(titleLabel) + } + + HStack(spacing: 6) { + if let runtime = formatTrackRuntime(track.duration) { + Text(runtime) + Bullet() + } + + Text(track.statusLabel) + .foregroundStyle(trackIsMissing ? .red : .secondary) + + if let file = trackFile, let quality = file.quality { + Bullet() + Text(quality.quality.normalizedName) + .foregroundStyle(.secondary) + } + } + .font(.subheadline) + .foregroundStyle(.secondary) + } + .padding(.trailing) + Spacer() + } + .contentShape(Rectangle()) + } + + var titleLabel: AttributedString { + let showItalic = track.title == nil + var attributed = AttributedString("\(track.numberLabel). ") + attributed.foregroundColor = .secondary + var titlePart = AttributedString(track.titleLabel) + + if showItalic { + titlePart.inlinePresentationIntent = .emphasized + } + attributed += titlePart + + return attributed + } + + var artist: Artist { + instance.artists.byId(track.artistId) ?? Artist.void + } + + var album: Album? { + instance.albums.byId(track.albumId) + } + + var trackFile: AlbumTrackFile? { + instance.files.items.first(where: { $0.id == track.trackFileId }) + } + + var trackIsMissing: Bool { + !track.hasFile && album?.monitored == true && artist.monitored + } +} + +#Preview { + let artists: [Artist] = PreviewData.load(name: "artists") + let albums: [Album] = PreviewData.load(name: "artist-albums") + let tracks: [AlbumTrack] = PreviewData.load(name: "album-tracks") + let trackFiles: [AlbumTrackFile] = PreviewData.load(name: "album-track-files") + let artist = artists.first(where: { $0.foreignArtistId == "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a" }) ?? artists[0] + let album = albums.first(where: { $0.id == 1_144 }) ?? albums[0] + let track = tracks.first(where: { $0.albumId == album.id }) ?? tracks[0] + + dependencies.router.selectedTab = .artists + + dependencies.router.artistsPath.append( + ArtistsPath.artist(artist.id) + ) + + dependencies.router.artistsPath.append( + ArtistsPath.album(artist.id, album.id) + ) + + dependencies.router.artistsPath.append( + ArtistsPath.track(artist.id, track.id) + ) + + return ContentView() + .withLidarrInstance(artists: artists, albums: albums, tracks: tracks, trackFiles: trackFiles) + .withAppState() +} diff --git a/Ruddarr/Views/Artists/AlbumView.swift b/Ruddarr/Views/Artists/AlbumView.swift new file mode 100644 index 00000000..a5e8c662 --- /dev/null +++ b/Ruddarr/Views/Artists/AlbumView.swift @@ -0,0 +1,391 @@ +import SwiftUI + +struct AlbumView: View { + @Binding var artist: Artist + var albumId: Album.ID + @State var jumpToTrack: AlbumTrack.ID? + + @State private var fileSheet: MediaFile? + @State private var eventSheet: MediaHistoryEvent? + + @State private var hasFetched: Bool = false + @State private var dispatchingSearch: Bool = false + @State private var showDeleteConfirmation: Bool = false + + @EnvironmentObject var settings: AppSettings + @Environment(LidarrInstance.self) var instance + + @Environment(\.dismiss) private var dismiss + @Environment(\.deviceType) private var deviceType + + var body: some View { + ScrollView { + VStack(alignment: .leading) { + header + .padding(.bottom) + + actions + .padding(.bottom) + + trackList + + if !instance.albums.history.isEmpty { + albumHistory + } + } + .scenePadding(.horizontal) + .viewBottomPadding() + } + .refreshable { + await Task { await reload() }.value + } +#if os(macOS) + .padding(.vertical) +#endif + .toolbar { + toolbarMonitorButton + toolbarMenu + } + .task { + async let maybeFetchTracks: () = instance.tracks.maybeFetch(artist) + async let maybeFetchFiles: () = instance.files.maybeFetch(artist) + async let maybeFetchHistory: () = instance.albums.fetchHistory(for: album) + + (_, _, _) = await (maybeFetchTracks, maybeFetchFiles, maybeFetchHistory) + hasFetched = true + maybeNavigateToTrack() + } + .onBecomeActive { + await reload() + } + .alert( + isPresented: instance.tracks.errorBinding, + error: instance.tracks.error + ) { _ in + Button("OK") { instance.tracks.error = nil } + } message: { error in + Text(error.recoverySuggestionFallback) + } + .alert( + isPresented: instance.files.errorBinding, + error: instance.files.error + ) { _ in + Button("OK") { instance.files.error = nil } + } message: { error in + Text(error.recoverySuggestionFallback) + } + .alert( + "Are you sure?", + isPresented: $showDeleteConfirmation + ) { + Button("Delete Files", role: .destructive) { + Task { await deleteAlbum() } + } + Button("Cancel", role: .cancel) { } + } message: { + Text("This will permanently erase all track files of this album.") + }.tint(nil) + } + + var album: Album { + let fallback = Album.void + return instance.albums.byId(albumId) ?? fallback + } + + var tracks: [AlbumTrack] { + instance.tracks.items + .filter { $0.albumId == albumId } + .sorted { $0.absoluteTrackNumber < $1.absoluteTrackNumber } + } + + var albumFiles: [AlbumTrackFile] { + tracks.filter { + $0.hasFile + }.compactMap { track in + instance.files.items.first { file in + file.id == track.trackFileId + } + } + } + + var posterWidth: CGFloat { + deviceType == .phone ? 300 : 500 + } + + var header: some View { + VStack(alignment: .center, spacing: 6) { + CachedAsyncImage(.artist, album.albumCover, placeholder: album.title) + .frame(width: posterWidth, height: posterWidth) + .scaledToFill() + + Text(album.title) + .font(.title2) + .fontWeight(.bold) + .foregroundStyle(.primary) + .offset(y: 2) + + HStack(spacing: 6) { + if let runtime = formatTrackRuntime(album.duration) { + Text(runtime) + Bullet() + } + + if let released = album.releaseDate { + Text(released.formatted(date: .abbreviated, time: .omitted)) + } + + if album.percentOfTracks > 0 { + if let sizeLabel = album.sizeLabel { + Bullet() + Text(sizeLabel) + } + } + } + .font(.subheadline) + .foregroundStyle(.secondary) + } + .frame(maxWidth: .infinity, alignment: .center) + } + + var runtime: Int? { + let items = tracks.map { $0.duration }.filter { $0 > 0 } + guard !items.isEmpty else { return nil } + return items.sorted(by: <)[items.count / 2] + } + + var actions: some View { + VStack(alignment: .center, spacing: 6) { + HStack(spacing: 24) { + Button { + Task { await dispatchSearch() } + } label: { + ButtonLabel( + text: String(localized: "Automatic"), + icon: "magnifyingglass", + isLoading: dispatchingSearch + ) + .frame(maxWidth: .infinity) + } + .buttonStyle(.bordered) + .tint(.buttonTint) + .allowsHitTesting(!instance.albums.isWorking) + + NavigationLink( + value: ArtistsPath.releases(artist.id, albumId) + ) { + ButtonLabel(text: String(localized: "Interactive"), icon: "person.fill") + .frame(maxWidth: .infinity) + } + .buttonStyle(.bordered) + .tint(.buttonTint) + } + .fixedSize(horizontal: false, vertical: true) + .frame(maxWidth: 450) + } + .frame(maxWidth: .infinity, alignment: .center) + } + + var trackList: some View { + Section { + if !hasFetched && (instance.tracks.isFetching || instance.files.isFetching) { + HStack { + Spacer() + ProgressView().tint(.secondary) + Spacer() + } + } else { + let mediums = Set(tracks.map(\.mediumNumber)).sorted() + + ForEach(mediums, id: \.self) { medium in + let mediumTracks = tracks.filter { $0.albumId == albumId && $0.mediumNumber == medium } + + if mediums.count > 1 { + Text(String(localized: "Disc \(medium)")) + .font(.title3.bold()) + .padding(.vertical, 6) + } + + LazyVStack(spacing: 12) { + ForEach(mediumTracks) { track in + NavigationLink( + value: ArtistsPath.track(track.albumId, track.id) + ) { + TrackRow(track: track) + .environment(instance) + .environmentObject(settings) + } + .buttonStyle(.plain) + + if track != mediumTracks.last { + Divider() + } + } + } + } + } + } header: { + Text("Tracks").font(.title2.bold()).padding(.bottom, 6) + } + } + + var albumHistory: some View { + Section { + ForEach(instance.albums.history.filter { $0.albumId == album.id }) { event in + MediaHistoryItem(event: event) + .padding(.bottom, 4) + .onTapGesture { eventSheet = event } + } + } header: { + Text("History") + .font(.title2.bold()) + .padding(.bottom, 6) + } + .sheet(item: $eventSheet) { event in + MediaEventSheet(event: event) + .presentationDetents( + dynamic: event.eventType == .grabbed ? [.medium] : [.fraction(0.25)] + ) + .presentationBackground(.sheetBackground) + } + } + + @ToolbarContentBuilder + var toolbarMonitorButton: some ToolbarContent { + ToolbarItem(placement: .automatic) { + Button { + Task { await toggleMonitor() } + } label: { + ToolbarMonitorButton(monitored: .constant(album.monitored)) + } + .allowsHitTesting(!instance.artists.isWorking) + .disabled(!artist.monitored) + .popoverTip(SeriesMonitoringTip(artist.monitored)) + #if os(iOS) + .buttonStyle(.plain) + #endif + } + } + + @ToolbarContentBuilder + var toolbarMenu: some ToolbarContent { + ToolbarItem(placement: .primaryAction) { + Menu { + Button("Refresh", systemImage: "arrow.triangle.2.circlepath") { + Task { await reload() } + } + + Button("Automatic Search", systemImage: "magnifyingglass") { + Task { await dispatchSearch() } + } + + Section { + deleteSeasonButton + } + } label: { + ToolbarActionButton() + } + .menuIndicator(.hidden) + } + } + + var deleteSeasonButton: some View { + Button("Delete", systemImage: "trash", role: .destructive) { + showDeleteConfirmation = true + }.disabled(albumFiles.isEmpty) + } +} + +extension AlbumView { + func toggleMonitor() async { + guard let index = instance.albums.items.firstIndex(where: { $0.id == albumId }) else { + return + } + + var updatingAlbum = instance.albums.items[index] + + updatingAlbum.monitored.toggle() + + guard await instance.albums.push(updatingAlbum) else { + return + } + + dependencies.toast.show( + album.monitored ? .monitored : .unmonitored + ) + + await instance.tracks.fetch(artist) + } + + func reload() async { + _ = await instance.artists.get(artist) + await instance.tracks.fetch(artist) + await instance.files.fetch(artist) + } + + func dispatchSearch() async { + defer { dispatchingSearch = false } + dispatchingSearch = true + + guard await instance.artists.command( + .albumSearch(artist.id, album: album.id) + ) else { + return + } + + dependencies.toast.show(.albumSearchQueued) + + Telemetry.record(.albumSearchDispatched) + maybeAskForReview() + } + + func maybeNavigateToTrack() { + guard let id = jumpToTrack else { + return + } + + guard let track = tracks.first(where: { $0.id == id }) else { + return + } + + jumpToTrack = nil + + dependencies.router.artistsPath.append( + ArtistsPath.track(artist.id, track.id) + ) + } + + func deleteAlbum() async { + guard !albumFiles.isEmpty else { return } + + guard await instance.files.delete(albumFiles) else { return } + + _ = await instance.albums.monitor([albumId], false) + + dependencies.toast.show(.seasonDeleted) + await reload() + } +} + +#Preview { + let artists: [Artist] = PreviewData.load(name: "artists") + let albums: [Album] = PreviewData.load(name: "artist-albums") + let tracks: [AlbumTrack] = PreviewData.load(name: "album-tracks") + let trackFiles: [AlbumTrackFile] = PreviewData.load(name: "album-track-files") + let artist = artists.first(where: { $0.foreignArtistId == "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a" }) ?? artists[0] + let album = albums.first(where: { $0.id == 1_144 }) ?? albums[0] + + dependencies.api = .mock + dependencies.router.selectedTab = .artists + + dependencies.router.artistsPath.append( + ArtistsPath.artist(artist.id) + ) + + dependencies.router.artistsPath.append( + ArtistsPath.album(artist.id, album.id) + ) + + return ContentView() + .withLidarrInstance(artists: artists, albums: albums, tracks: tracks, trackFiles: trackFiles) + .withAppState() +} diff --git a/Ruddarr/Views/Artists/Albums/AlbumReleaseRow.swift b/Ruddarr/Views/Artists/Albums/AlbumReleaseRow.swift new file mode 100644 index 00000000..354d2197 --- /dev/null +++ b/Ruddarr/Views/Artists/Albums/AlbumReleaseRow.swift @@ -0,0 +1,118 @@ +import SwiftUI + +struct AlbumReleaseRow: View { + var release: ArtistRelease + var album: Album + + @EnvironmentObject var settings: AppSettings + @Environment(LidarrInstance.self) private var instance + + var body: some View { + VStack(alignment: .leading) { + Text(release.title) + .font(.headline) + .fontWeight(.semibold) + .lineLimit(1) + + secondRow + thirdRow + } + .contentShape(Rectangle()) + } + + var secondRow: some View { + HStack(spacing: 6) { + Text(release.qualityLabel) + + Bullet() + Text(release.sizeLabel) + + Bullet() + Text(release.ageLabel) + } + .foregroundStyle(.secondary) + .lineLimit(1) + .font(.subheadline) + } + + var thirdRow: some View { + HStack(spacing: 6) { + Text(release.typeLabel) + .foregroundStyle(peerColor) + .truncationMode(.head) + + Group { + Bullet() + Text(release.indexerLabel) + } + .foregroundStyle(.secondary) + + Spacer() + + releaseIcons + } + .lineLimit(1) + .font(.subheadline) + } + + var releaseIcons: some View { + HStack(spacing: 2) { + if release.isProper { + Image(systemName: "p.square") + } + + if release.isRepack { + Image(systemName: "r.square") + } + + if release.rejected { + Image(systemName: "exclamationmark.square") + } + } + .symbolVariant(.fill) + .imageScale(.medium) + .foregroundStyle(.secondary) + } + + var peerColor: any ShapeStyle { + if release.isUsenet { + return .green + } + + if release.rejections.contains(where: { $0.contains("Not enough seeders") }) { + return .red + } + + return switch release.seeders ?? 0 { + case 50...: .green + case 10..<50: .blue + case 1..<10: .orange + default: .red + } + } +} + +#Preview { + let releases: [ArtistRelease] = PreviewData.load(name: "artist-releases") + let artists: [Artist] = PreviewData.load(name: "artists") + let albums: [Album] = PreviewData.load(name: "artist-albums") + let artist = artists.first(where: { $0.foreignArtistId == "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a" }) ?? artists[0] + let album = albums.first(where: { $0.id == 1_144 }) ?? albums[0] + + dependencies.api = .mock + dependencies.router.selectedTab = .artists + + dependencies.router.artistsPath.append( + ArtistsPath.artist(artist.id) + ) + dependencies.router.artistsPath.append( + ArtistsPath.album(artist.id, album.id) + ) + dependencies.router.artistsPath.append( + ArtistsPath.releases(artist.id, album.id) + ) + + return ContentView() + .withLidarrInstance(artists: artists, albums: albums, releases: releases) + .withAppState() +} diff --git a/Ruddarr/Views/Artists/Albums/AlbumReleaseSheet.swift b/Ruddarr/Views/Artists/Albums/AlbumReleaseSheet.swift new file mode 100644 index 00000000..7f80a381 --- /dev/null +++ b/Ruddarr/Views/Artists/Albums/AlbumReleaseSheet.swift @@ -0,0 +1,281 @@ +import SwiftUI + +struct AlbumReleaseSheet: View { + var release: ArtistRelease + var album: Album + + @EnvironmentObject var settings: AppSettings + @Environment(LidarrInstance.self) private var instance + + @Environment(\.dismiss) private var dismiss + @Environment(\.deviceType) private var deviceType + @Environment(\.accessibilityReduceTransparency) private var reduceTransparency + + @State private var showGrabConfirmation: Bool = false + + var body: some View { + // swiftlint:disable:next closure_body_length + NavigationStack { + ScrollView { + VStack(alignment: .leading) { + header + .padding(.bottom) + + if !release.rejections.isEmpty { + rejectionReasons + .padding(.bottom) + } + + actions + .padding(.bottom) + + details + } + .scenePadding(.horizontal) + .padding(.top, deviceType == .mac ? 24 : (reduceTransparency ? 0 : -45)) + } + .toolbar { + ToolbarItem(placement: .destructiveAction) { + Button("Close", systemImage: "xmark") { + dismiss() + } + .hideIconOnMac() + .tint(.primary) + } + } + .alert( + isPresented: instance.albums.errorBinding, + error: instance.albums.error + ) { _ in + Button("OK") { instance.albums.error = nil } + } message: { error in + Text(error.recoverySuggestionFallback) + } + .alert( + "Grab Release", + isPresented: $showGrabConfirmation + ) { + Button("Grab Release") { Task { await downloadRelease(force: true) } } + Button("Cancel", role: .cancel) { } + } message: { + Text("The release for this movie could not be determined and it may not import automatically. Do you want to grab \"\(release.title)\"?") + }.tint(nil) + } + } + + var header: some View { + VStack(alignment: .leading) { + if !flags().isEmpty { + HStack { + ForEach(flags(), id: \.self) { flag in + Text(flag).textCase(.uppercase) + } + } + .font(.footnote) + .fontWeight(.semibold) + .tracking(1.1) + .foregroundStyle(settings.theme.tint) + } + + Text(release.title.breakable()) + .font(.title2.bold()) + .kerning(-0.5) + .padding(.trailing, 56) + + HStack(spacing: 6) { + Text(release.qualityLabel) + Bullet() + Text(release.sizeLabel) + Bullet() + Text(release.ageLabel) + } + .font(.subheadline) + .foregroundStyle(.secondary) + .lineLimit(1) + + CustomFormats(tags()) + } + } + + var rejectionReasons: some View { + VStack(alignment: .leading) { + HStack(spacing: 4) { + Image(systemName: "exclamationmark.triangle").symbolVariant(.fill) + Text("Release Rejected") + } + .frame(maxWidth: .infinity, alignment: .leading) + .padding(.horizontal) + .padding(.vertical, 7) + .font(.footnote) + .fontWeight(.semibold) + .textCase(.uppercase) + .kerning(0.2) + .background(.yellow) + .foregroundStyle(.black) + + VStack(alignment: .leading) { + ForEach(release.rejections, id: \.self) { rejection in + Text(rejection) + .frame(maxWidth: .infinity, alignment: .leading) + } + } + .font(.subheadline) + .fontWeight(.medium) + .padding(.horizontal) + .padding(.top, 4) + .padding(.bottom, 12) + } + .background(.card) + .clipShape(RoundedRectangle(cornerRadius: 14)) + } + + var actions: some View { + HStack(spacing: 24) { + if deviceType != .phone { + Spacer() + } + + if let url = URL(string: release.infoUrl ?? "") { + Link(destination: url, label: { + let label: LocalizedStringKey = deviceType == .phone ? "Website" : "Open Website" + + ButtonLabel(text: label, icon: "arrow.up.right.square") + .modifier(MediaPreviewActionModifier()) + }) + .buttonStyle(.bordered) + .tint(.buttonTint) + .contextMenu { + LinkContextMenu(url) + } + } + + Button { + if release.downloadAllowed { + Task { await downloadRelease() } + } else { + showGrabConfirmation = true + } + } label: { + let label: String = deviceType == .phone + ? String(localized: "Download", comment: "Short version of Download Release") + : String(localized: "Download Release") + + ButtonLabel( + text: label, + icon: "arrow.down.circle", + isLoading: instance.albums.isWorking + ) + .modifier(MediaPreviewActionModifier()) + } + .buttonStyle(.bordered) + .tint(.buttonTint) + .allowsHitTesting(!instance.albums.isWorking) + + if deviceType != .phone { + Spacer() + } + } + .fixedSize(horizontal: false, vertical: true) + } + + var details: some View { + Section { + VStack(spacing: 6) { + row("Indexer", value: release.indexerLabel) + + if release.isTorrent { + Divider() + row("Peers", value: String( + format: "S: %i L: %i", + release.seeders ?? 0, + release.leechers ?? 0 + )) + } + } + .padding(.bottom) + } header: { + Text("Information") + .font(.title2.bold()) + } + } + + func flags() -> [String] { + var flags: [String] = [] + + if release.isProper { + flags.append(String(localized: "Proper", comment: "The PROPER flag")) + } + + if release.isRepack { + flags.append(String(localized: "Repack", comment: "The REPACK flag")) + } + + return flags + } + + func tags() -> [String] { + var tags: [String] = [] + + if release.customFormatScore != 0 { + tags.append(release.scoreLabel) + } + + if let formats = release.customFormats, !formats.isEmpty { + tags.append(contentsOf: formats.map { $0.label }) + } + + return tags + } + + func row(_ label: LocalizedStringKey, value: String) -> some View { + HStack(alignment: .top) { + Text(label) + .foregroundStyle(.secondary) + + Spacer() + Spacer() + Spacer() + + Text(value) + .foregroundStyle(.primary) + } + .font(.subheadline) + .padding(.vertical, 4) + } + + func downloadRelease(force: Bool = false) async { + guard await instance.albums.download( + guid: release.guid, + indexerId: release.indexerId, + albumId: force ? album.id : nil + ) else { + return + } + + dismiss() + + if !dependencies.router.artistsPath.isEmpty { + dependencies.router.artistsPath.removeLast() + } + + dependencies.toast.show(.downloadQueued) + + Telemetry.record(.albumDownloaded) + maybeAskForReview() + } + +} + +#Preview { + let releases: [ArtistRelease] = PreviewData.load(name: "artist-releases") + let albums: [Album] = PreviewData.load(name: "artist-albums") + let release = releases[1] + + Text(verbatim: "Sheet") + .sheet(isPresented: .constant(true)) { + AlbumReleaseSheet(release: release, album: albums[1]) + .presentationDetents([.medium]) + .presentationBackground(.sheetBackground) + } + .withAppState() +} diff --git a/Ruddarr/Views/Artists/Albums/AlbumReleasesView.swift b/Ruddarr/Views/Artists/Albums/AlbumReleasesView.swift new file mode 100644 index 00000000..35385905 --- /dev/null +++ b/Ruddarr/Views/Artists/Albums/AlbumReleasesView.swift @@ -0,0 +1,300 @@ +import SwiftUI + +struct AlbumReleasesView: View { + @Binding var artist: Artist + @Binding var album: Album + var albumId: Album.ID? + + @State private var releases: [ArtistRelease] = [] + @State private var fetched: Album.ID? + @State private var selectedRelease: ArtistRelease? + + @AppStorage("artistReleaseSort", store: dependencies.store) private var sort: ArtistReleaseSort = .init() + + @EnvironmentObject var settings: AppSettings + @Environment(\.deviceType) private var deviceType + @Environment(LidarrInstance.self) private var instance + + var body: some View { + List { + ForEach(releases) { release in + Button { + selectedRelease = release + } label: { + AlbumReleaseRow(release: release, album: album) + .environment(instance) + .environmentObject(settings) + } + .buttonStyle(.plain) + } + + if hasHiddenReleases { + HiddenReleases() + } + } + .listStyle(.inset) + .searchable(text: $sort.search, placement: .drawerOrToolbar) + .toolbar { + toolbarButtons + } + .task { + guard !hasFetched else { return } + if settings.releaseFilters == .reset { sort = .init() } + releases = [] + sort.search = "" + await instance.releases.search(artist, album.id) + updateDisplayedReleases() + fetched = album.id + } + .onChange(of: sort.option, updateSortDirection) + .onChange(of: sort, updateDisplayedReleases) + .alert( + isPresented: instance.releases.errorBinding, + error: instance.releases.error + ) { _ in + Button("OK") { instance.releases.error = nil } + } message: { error in + Text(error.recoverySuggestionFallback) + }.tint(nil) + .overlay { + if instance.releases.isSearching { + SearchingIndicator() + } else if instance.releases.items.isEmpty && hasFetched { + noReleasesFound + } else if releases.isEmpty && hasFetched { + noMatchingReleases + } + } + .sheet(item: $selectedRelease) { release in + AlbumReleaseSheet(release: release, album: album) + .presentationDetents(dynamic: [deviceType == .phone ? .medium : .large]) + .presentationBackground(.systemBackground) + .environment(instance) + .environmentObject(settings) + } + } + + var hasFetched: Bool { + fetched == album.id + } + + var hasHiddenReleases: Bool { + sort.hasFilter && + !releases.isEmpty && + releases.count < instance.releases.items.count + } + + var noReleasesFound: some View { + ContentUnavailableView( + "No Releases Found", + systemImage: "slash.circle", + description: Text("No releases found for \"\(album.title)\".") + ) + } + + var noMatchingReleases: some View { + ContentUnavailableView { + Label("No Releases Match", systemImage: "slash.circle") + } description: { + if sort.search.trimmed().isEmpty { + Text("No releases match the selected filters.") + } else if sort.hasFilter { + Text("No releases match the selected filters and \"\(sort.search.trimmed())\".") + } else { + Text("No releases match \"\(sort.search.trimmed())\".") + } + } actions: { + Button("Clear Filters") { + sort.resetFilters() + }.opacity(sort.hasFilter ? 1 : 0) + } + } + + func updateSortDirection() { + switch sort.option { + case .bySeeders, .byQuality, .byCustomScore: + sort.isAscending = false + default: + sort.isAscending = true + } + } + + func updateDisplayedReleases() { + Task { + try? await Task.sleep(for: .milliseconds(10)) + releases = sort.filterAndSortItems(instance.releases.items) + } + } +} + +extension AlbumReleasesView { + @ToolbarContentBuilder + var toolbarButtons: some ToolbarContent { + ToolbarItem(placement: .primaryAction) { + toolbarSortingButton + } + + ToolbarItem(placement: .primaryAction) { + toolbarFilterButton + } + } + + var toolbarFilterButton: some View { + Menu { + if instance.releases.protocols.count > 1 { + protocolPicker + } + + indexersPicker + + qualityPicker + + if !instance.releases.customFormats.isEmpty { + customFormatPicker + } + + Section { + Toggle( + String(localized: "Approved", comment: "Release filter"), + systemImage: "checkmark.seal", + isOn: $sort.approved + ) + } + } label: { + if sort.hasFilter { + Image("filters.badge") + .offset(y: 3) + .symbolRenderingMode(.palette) + .foregroundStyle(.tint, .primary) + } else{ + Image(systemName: "line.3.horizontal.decrease") + } + } + .menuIndicator(.hidden) + } + + var toolbarSortingButton: some View { + Menu { + Section { + Picker("Sort By", selection: $sort.option) { + ForEach(ArtistReleaseSort.Option.allCases) { option in + option.label + } + } + .pickerStyle(.inline) + } + + Section { + Picker("Direction", selection: $sort.isAscending) { + Label("Ascending", systemImage: "arrowtriangle.up").tag(true) + Label("Descending", systemImage: "arrowtriangle.down").tag(false) + }.pickerStyle(.inline) + } + } label: { + Image(systemName: "arrow.up.arrow.down") + .imageScale(.medium) + } + .tint(.primary) + .menuIndicator(.hidden) + } + + var indexersPicker: some View { + Menu { + Picker("Indexer", selection: $sort.indexer) { + Text("Any Indexer").tag(String.all) + + ForEach(instance.releases.indexers, id: \.self) { indexer in + Text(indexer).tag(Optional.some(indexer)) + } + } + .pickerStyle(.inline) + } label: { + Label( + sort.indexer == .all ? String(localized: "Indexer") : sort.indexer, + systemImage: "building.2" + ) + } + } + + var qualityPicker: some View { + Menu { + Picker("Quality", selection: $sort.quality) { + Text("Any Quality").tag(String.all) + + ForEach(instance.releases.qualities, id: \.self) { quality in + Text(quality).tag(Optional.some(quality)) + } + } + .pickerStyle(.inline) + } label: { + Label( + sort.quality == .all ? String(localized: "Quality") : sort.quality, + systemImage: "film.stack" + ) + } + } + + var protocolPicker: some View { + Menu { + Picker("Protocol", selection: $sort.network) { + Text("Any Protocol").tag(String.all) + + ForEach(instance.releases.protocols, id: \.self) { type in + Text(type).tag(Optional.some(type)) + } + } + .pickerStyle(.inline) + } label: { + Label( + sort.network == .all ? String(localized: "Protocol") : sort.network, + systemImage: "point.3.connected.trianglepath.dotted" + ) + } + } + + var customFormatPicker: some View { + Menu { + Picker("Custom Format", selection: $sort.customFormat) { + Text("Any Format").tag(String.all) + + ForEach(instance.releases.customFormats, id: \.self) { format in + Text(format).tag(Optional.some(format)) + } + } + .pickerStyle(.inline) + } label: { + Label( + sort.customFormat == .all ? String(localized: "Custom Format") : sort.customFormat, + systemImage: "person.badge.plus" + ) + } + } +} + +#Preview { + let artists: [Artist] = PreviewData.load(name: "artists") + let albums: [Album] = PreviewData.load(name: "artist-albums") + let tracks: [AlbumTrack] = PreviewData.load(name: "album-tracks") + let trackFiles: [AlbumTrackFile] = PreviewData.load(name: "album-track-files") + let artist = artists.first(where: { $0.foreignArtistId == "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a" }) ?? artists[0] + let album = albums.first(where: { $0.id == 1_144 }) ?? albums[0] + + dependencies.api = .mock + dependencies.router.selectedTab = .artists + + dependencies.router.artistsPath.append( + ArtistsPath.artist(artist.id) + ) + + dependencies.router.artistsPath.append( + ArtistsPath.album(artist.id, album.id) + ) + + dependencies.router.artistsPath.append( + ArtistsPath.releases(artist.id, album.id) + ) + + return ContentView() + .withLidarrInstance(artists: artists, albums: albums, tracks: tracks, trackFiles: trackFiles) + .withAppState() +} diff --git a/Ruddarr/Views/Artists/ArtistContextMenu.swift b/Ruddarr/Views/Artists/ArtistContextMenu.swift new file mode 100644 index 00000000..39d91d49 --- /dev/null +++ b/Ruddarr/Views/Artists/ArtistContextMenu.swift @@ -0,0 +1,30 @@ +import SwiftUI + +struct ArtistContextMenu: View { + var artist: Artist + + @Environment(LidarrInstance.self) private var instance + + var body: some View { + Group { + if artist.monitored { + Button("Search Monitored", systemImage: "magnifyingglass") { + Task { await dispatchSearch() } + } + + Divider() + } + ArtistLinks(artist: artist) + }.tint(.primary) + } + + func dispatchSearch() async { + guard await instance.artists.command(.artistSearch(artist.id)) else { + return + } + + dependencies.toast.show(.monitoredSearchQueued) + + Telemetry.record(.artistSearchDispatched) + } +} diff --git a/Ruddarr/Views/Artists/ArtistDetails+Information.swift b/Ruddarr/Views/Artists/ArtistDetails+Information.swift new file mode 100644 index 00000000..773a084e --- /dev/null +++ b/Ruddarr/Views/Artists/ArtistDetails+Information.swift @@ -0,0 +1,46 @@ +import SwiftUI + +extension ArtistDetails { + var information: some View { + Section { + Information(items: informationItems) + .font(.subheadline) + } header: { + Text("Information").font(.title2.bold()).padding(.top) + } + } + + var informationItems: [InformationItem] { + let items = [ + InformationItem( + label: String(localized: "Quality Profile"), + value: qualityProfile, + link: ArtistsPath.edit(artist.id) + ), + InformationItem( + label: String(localized: "Metadata Profile"), + value: metadataProfile, + link: ArtistsPath.edit(artist.id) + ), + artist.tags.isEmpty ? nil : InformationItem( + label: String(localized: "Tags"), + value: formatTags(artist.tags, tags: instance.tags), + link: ArtistsPath.edit(artist.id) + ), + InformationItem( + label: String(localized: "Root Folder"), + value: artist.rootFolderPath ?? "Unknown", + link: ArtistsPath.edit(artist.id) + ), + InformationItem( + label: String(localized: "New Releases"), + value: artist.monitorNewItems == .all + ? String(localized: "Monitored") + : String(localized: "Unmonitored"), + link: ArtistsPath.edit(artist.id) + ), + ] + + return items.compactMap { $0 } + } +} diff --git a/Ruddarr/Views/Artists/ArtistDetails+Overlay.swift b/Ruddarr/Views/Artists/ArtistDetails+Overlay.swift new file mode 100644 index 00000000..ea00fa2c --- /dev/null +++ b/Ruddarr/Views/Artists/ArtistDetails+Overlay.swift @@ -0,0 +1,99 @@ +import SwiftUI + +extension ArtistDetails { + var header: some View { + HStack(alignment: .top) { + CachedAsyncImage(.artist, artist.remotePoster) + .aspectRatio( + CGSize(width: 150, height: 150), + contentMode: .fill + ) + .modifier(ArtistDetailsPosterModifier()) + .clipped() + .clipShape(RoundedRectangle(cornerRadius: 14)) + .padding(.trailing, deviceType == .phone ? 8 : 16) + + VStack(alignment: .leading, spacing: 0) { + if artist.exists { + detailsState + } + + detailsTitle + .padding(.bottom, 6) + + detailsSubtitle + .padding(.bottom, 6) + + detailsRating + .padding(.bottom, 6) + + if deviceType != .phone { + Spacer() + actions + } + } + } + } + + var shrinkTitle: Bool { + if deviceType == .phone { + return artist.title.count > 25 + } + + return false + } + + var detailsState: some View { + Text(artist.stateLabel) + .font(.caption) + .fontWeight(.semibold) + .textCase(.uppercase) + .foregroundStyle(settings.theme.tint) + } + + var detailsTitle: some View { + Text(artist.title) + .font(shrinkTitle ? .title : .largeTitle) + .fontWeight(.bold) + .lineLimit(3) + .kerning(-0.5) + .textSelection(.enabled) + } + + var detailsSubtitle: some View { + ViewThatFits(in: .horizontal) { + HStack(spacing: 6) { + if deviceType != .phone, let size = artist.sizeLabel { + Text(size) + } + } + HStack(spacing: 6) { + if deviceType != .phone, let size = artist.sizeLabel { + Text(size) + } + } + } + .font(.callout) + .foregroundStyle(.secondary) + .lineLimit(1) + } + + @ViewBuilder + var detailsRating: some View { + if let rating = artist.ratings?.value, rating > 0 { + HStack(spacing: 4) { + Image(systemName: "heart") + .resizable() + .scaledToFit() + .frame(height: 14) + .symbolVariant(.fill) + .foregroundStyle(.red) + + Text(String(format: "%.0f%%", rating * 10)) + .lineLimit(1) + } + .font(.callout) + .foregroundStyle(.secondary) + } + } +} diff --git a/Ruddarr/Views/Artists/ArtistDetails.swift b/Ruddarr/Views/Artists/ArtistDetails.swift new file mode 100644 index 00000000..c312e1b4 --- /dev/null +++ b/Ruddarr/Views/Artists/ArtistDetails.swift @@ -0,0 +1,286 @@ +import SwiftUI +import TelemetryDeck + +struct ArtistDetails: View { + @Binding var artist: Artist + @Binding var albums: [Album] + + @State private var dispatchingSearch: Bool = false + @State private var descriptionTruncated = true + + @State private var expandedAlbumTypes: Set = [] + + @EnvironmentObject var settings: AppSettings + @Environment(LidarrInstance.self) var instance + + @Environment(\.deviceType) var deviceType + + var body: some View { + VStack(alignment: .leading) { + header + .padding(.bottom) + + details + .padding(.bottom) + + if hasDescription { + description + .padding(.bottom) + } + + if deviceType == .phone && !artist.exists { + actions + .padding(.bottom) + } + + if artist.exists { + if !albums.isEmpty { + albumSection + } + } + } + } + + var hasDescription: Bool { + !(artist.overview ?? "").trimmed().isEmpty + } + + var description: some View { + HStack(alignment: .top) { + Text(artist.overview ?? "") + .font(.callout) + .transition(.slide) + .lineLimit(descriptionTruncated ? 4 : nil) + .textSelection(.enabled) + .onTapGesture { + withAnimation(.snappy) { descriptionTruncated = false } + } + + Spacer() + } + .onAppear { + descriptionTruncated = deviceType == .phone + } + } + + var details: some View { + Grid(alignment: .leading) { + if let blurb = artist.disambiguation { + if !blurb.isEmpty { + MediaDetailsRow(String(localized: "Disambiguation"), value: "\(blurb)") + } + } + + if let type = artist.artistType { + MediaDetailsRow(String(localized: "Artist Type"), value: "\(type)") + } + + MediaDetailsRow(String(localized: "Status"), value: "\(artist.status.label)") + + if !artist.exists && artist.albumCount != 0 { + MediaDetailsRow(String(localized: "Releases"), value: artist.albumCount.formatted()) + } + + if !artist.genres.isEmpty { + MediaDetailsRow(String(localized: "Genre"), value: artist.genreLabel) + } + } + } + + @ViewBuilder + var actions: some View { + HStack(spacing: 24) { + if artist.exists { + artistActions + } else { + previewActions + } + } + .fixedSize(horizontal: false, vertical: true) + .frame(maxWidth: 450) + } + + var artistActions: some View { + Group { + Button { + Task { await dispatchSearch() } + } label: { + ButtonLabel( + text: String(localized: "Search Monitored"), + icon: "magnifyingglass", + isLoading: dispatchingSearch + ) + .modifier(MediaPreviewActionModifier()) + } + .buttonStyle(.bordered) + .tint(.buttonTint) + .allowsHitTesting(!instance.artists.isWorking) + .onAppear(perform: triggerTipIfJustAdded) + .popoverTip(NoAutomaticSearchTip()) + + Spacer() + .modifier(MediaPreviewActionSpacerModifier()) + } + } + + var previewActions: some View { + Group { + Menu { + ArtistLinks(artist: artist) + } label: { + ButtonLabel(text: String(localized: "Open In..."), icon: "arrow.up.right.square") + .modifier(MediaPreviewActionModifier()) + .modifier(MacMenuButtonLabelModifier()) + } +#if os(macOS) + .buttonStyle(.plain) +#else + .buttonStyle(.bordered) +#endif + .tint(.buttonTint) + + Spacer() + .modifier(MediaPreviewActionSpacerModifier()) + } + } + + var qualityProfile: String { + instance.qualityProfiles.first( + where: { $0.id == artist.qualityProfileId } + )?.name ?? String(localized: "Unknown") + } + + var metadataProfile: String { + instance.metadataProfiles.first( + where: { $0.id == artist.metadataProfileId } + )?.name ?? String(localized: "Unknown") + } + + @ViewBuilder + var albumSection: some View { + let albumMap = Dictionary(grouping: albums, by: { $0.albumType ?? String(localized: "Unknown Album Type", comment: "Unknown album type section label") }) + + ForEach(albumMap.keys.sorted(), id: \.self) { key in + if let releases = albumMap[key]?.sorted(by: { $0.releaseDate ?? Date.distantPast > $1.releaseDate ?? Date.distantPast }) { + ArtistAlbumCollection(artist: $artist, albums: releases, albumType: key) + } + } + } + + func triggerTipIfJustAdded() { + DispatchQueue.main.asyncAfter(deadline: .now() + 1) { + if artist.added.timeIntervalSinceNow > -30 { + Task { + await NoAutomaticSearchTip.mediaAdded.donate() + } + } + } + } + + func dispatchSearch() async { + defer { dispatchingSearch = false } + dispatchingSearch = true + + guard await instance.artists.command( + .artistSearch(artist.id) + ) else { + return + } + + dependencies.toast.show(.monitoredSearchQueued) + + Telemetry.record(.artistSearchDispatched) + maybeAskForReview() + } +} + +struct ArtistAlbumCollection: View { + @Binding var artist: Artist + @State var albums: [Album] + var albumType: String + + @State var expanded = true + + var body: some View { + VStack(alignment: .leading, spacing: 0) { + // Section header with chevron and tap to expand/collapse + HStack { + Text(String(localized: "\(albumType)s", comment: "Album type collective name")) + .font(.title2.bold()) + .padding(.bottom, 6) + Spacer() + Image(systemName: "chevron.left") + .foregroundStyle(.secondary) + .rotationEffect(.degrees(expanded ? -90 : 0)) + .animation(.snappy(duration: 0.25), value: expanded) + .padding(.trailing, 6) + } + .contentShape(Rectangle()) + .onTapGesture { + withAnimation(.snappy(duration: 0.25)) { + expanded.toggle() + } + } + .padding(.vertical, 6) + + if expanded { + LazyVStack(alignment: .leading, spacing: 12) { + ForEach(albums) { album in + if let idx = albums.firstIndex(where: { $0.id == album.id }) { + NavigationLink(value: ArtistsPath.album(artist.id, album.id)) { + AlbumCard(artist: $artist, album: $albums[idx]) + } + .buttonStyle(.plain) + } + } + } + .transition( + .asymmetric( + insertion: .opacity.combined(with: .scale), + removal: .opacity.combined(with: .scale) + ) + ) + } + } + .animation(.snappy(duration: 0.25), value: expanded) + } +} + +struct ArtistDetailsPreview: View { + let artists: [Artist] + let albums: [Album] + let tracks: [AlbumTrack] + @State var tracksCollection: [AlbumTrack] + @State var albumsCollection: [Album] + @State var item: Artist + + init(_ file: String) { + let artists: [Artist] = PreviewData.load(name: file) + let albums: [Album] = PreviewData.load(name: "artist-albums") + let tracks: [AlbumTrack] = PreviewData.load(name: "artist-tracks") + self.artists = artists + self.albums = albums + self.tracks = tracks + self._item = State(initialValue: artists.first(where: { $0.foreignArtistId == "00d0f0fa-a48c-416d-b4ff-25a290ce82d8" }) ?? artists[0]) + self._albumsCollection = State(initialValue: albums) + self._tracksCollection = State(initialValue: tracks) + } + + var body: some View { + ArtistDetailView(artist: $item, releases: $albumsCollection) + .withLidarrInstance(artists: artists, albums: albums, tracks: tracks) + .withAppState() + } +} + +#Preview("Preview") { + dependencies.api = .mock + + return ArtistDetailsPreview("artist-lookup") +} + +#Preview { + dependencies.api = .mock + + return ArtistDetailsPreview("artists") +} diff --git a/Ruddarr/Views/Artists/ArtistEditView.swift b/Ruddarr/Views/Artists/ArtistEditView.swift new file mode 100644 index 00000000..0becc004 --- /dev/null +++ b/Ruddarr/Views/Artists/ArtistEditView.swift @@ -0,0 +1,113 @@ +import SwiftUI + +struct ArtistEditView: View { + @Binding var artist: Artist + + init(artist: Binding) { + self._artist = artist + self._unmodifiedArtist = State(initialValue: artist.wrappedValue) + } + + @Environment(LidarrInstance.self) private var instance + + @Environment(\.dismiss) private var dismiss + + @State private var showConfirmation: Bool = false + @State private var savedChanges: Bool = false + @State private var unmodifiedArtist: Artist + + var body: some View { + ArtistForm(artist: $artist) + #if os(iOS) + .padding(.top, -20) + #endif + .navigationTitle(artist.title) + .safeNavigationBarTitleDisplayMode(.inline) + .toolbar { + toolbarSaveButton + } + .onDisappear { + if !savedChanges { + undoArtistChanges() + } + } + .alert( + isPresented: instance.artists.errorBinding, + error: instance.artists.error + ) { _ in + Button("OK") { instance.artists.error = nil } + } message: { error in + Text(error.recoverySuggestionFallback) + } + .alert( + "Move the artist files to \"\(artist.rootFolderPath ?? "")\"?", + isPresented: $showConfirmation + ) { + Button("Move Files", role: .destructive) { + Task { await updateArtist(moveFiles: true) } + } + Button("No", role: .confirm) { + Task { await updateArtist() } + } + Button("Cancel", role: .cancel) {} + } + .tint(nil) + } + + @ToolbarContentBuilder + var toolbarSaveButton: some ToolbarContent { + ToolbarItem(placement: .primaryAction) { + Button { + if artist.exists && hasRootFolderChanged() { + showConfirmation = true + } else { + Task { await updateArtist() } + } + } label: { + if instance.artists.isWorking { + ButtonProgressView() + } else { + Label("Save", systemImage: "checkmark") + .hideIconOnMac() + } + } + .prominentGlassButtonStyle(!instance.artists.isWorking) + } + } + + func hasRootFolderChanged() -> Bool { + artist.rootFolderPath?.untrailingSlashIt != unmodifiedArtist.rootFolderPath?.untrailingSlashIt + } + + func updateArtist(moveFiles: Bool = false) async { + _ = await instance.artists.update(artist, moveFiles: moveFiles) + + #if os(iOS) + UINotificationFeedbackGenerator().notificationOccurred(.success) + #endif + + savedChanges = true + + dismiss() + } + + func undoArtistChanges() { + artist.monitored = unmodifiedArtist.monitored + artist.qualityProfileId = unmodifiedArtist.qualityProfileId + artist.metadataProfileId = unmodifiedArtist.metadataProfileId + artist.rootFolderPath = unmodifiedArtist.rootFolderPath + } +} + +#Preview { + let artists: [Artist] = PreviewData.load(name: "artists") + let item = artists.first(where: { $0.id == 159 }) ?? artists[0] + + dependencies.router.selectedTab = .artists + dependencies.router.artistsPath.append(ArtistsPath.artist(item.id)) + dependencies.router.artistsPath.append(ArtistsPath.edit(item.id)) + + return ContentView() + .withLidarrInstance(artists: artists) + .withAppState() +} diff --git a/Ruddarr/Views/Artists/ArtistForm.swift b/Ruddarr/Views/Artists/ArtistForm.swift new file mode 100644 index 00000000..65403c8b --- /dev/null +++ b/Ruddarr/Views/Artists/ArtistForm.swift @@ -0,0 +1,199 @@ +import SwiftUI + +struct ArtistForm: View { + @Binding var artist: Artist + + @EnvironmentObject var settings: AppSettings + @Environment(LidarrInstance.self) private var instance + + @Environment(\.deviceType) private var deviceType + + @State private var defaultsSet = false + @State private var showingConfirmation = false + @State private var addOptions = ArtistAddOptions(monitor: .none) + + @AppStorage("artistDefaults", store: dependencies.store) var artistDefaults: ArtistDefaults = .init() + + var body: some View { + Form { + Section { + if artist.exists { + Toggle("Monitored", isOn: $artist.monitored) + .tint(settings.theme.safeTint) + + Toggle("Monitor New Releases", isOn: Binding( + get: { artist.monitorNewItems == .all }, + set: { value in artist.monitorNewItems = value ? .all : ArtistMonitorNewItems.none }) + ) + .tint(settings.theme.safeTint) + } else { + monitoringField + } + + qualityProfileField + metadataProfileField + + if !instance.tags.isEmpty { + tagsField + } + } + + if instance.rootFolders.count > 1 { + rootFolderField + } + } + .formStyle(.grouped) + .onAppear { + selectDefaultValues() + } + } + + var monitoringField: some View { + Picker(selection: $addOptions.monitor) { + ForEach(ArtistMonitorType.allCases) { type in + if ![.unknown, .latest].contains(type) { + Text(type.label) + } + } + } label: { + Text("Monitor", comment: "Label of picker of what to monitor (movie, collection, episodes, etc.)") + } + .tint(.secondary) + .onChange(of: addOptions.monitor, initial: true) { + artist.addOptions?.monitor = addOptions.monitor + } + } + + var qualityProfileField: some View { + Picker(selection: $artist.qualityProfileId) { + ForEach(instance.qualityProfiles) { profile in + Text(profile.name).tag(Optional.some(profile.id)) + } + } label: { + ViewThatFits(in: .horizontal) { + Text("Quality Profile") + Text("Quality", comment: "Short version of Quality Profile") + } + } + .tint(.secondary) + } + + @ViewBuilder + var metadataProfileField: some View { + let sortedProfiles = instance.metadataProfiles.sorted { lhs, rhs in + if lhs.name.lowercased() == "none" { return true } + if rhs.name.lowercased() == "none" { return false } + return lhs.id < rhs.id + } + + Picker(selection: $artist.metadataProfileId) { + ForEach(sortedProfiles) { profile in + Text(profile.name).tag(Optional.some(profile.id)) + } + } label: { + ViewThatFits(in: .horizontal) { + Text("Metadata Profile") + Text("Metadata", comment: "Short version of Metadata Profile") + } + } + .tint(.secondary) + } + +#if os(macOS) + var tagsField: some View { + LabeledContent("Tags") { + TagMenu(selected: tags(), tags: instance.tags) + } + } +#else + var tagsField: some View { + NavigationLink { + TagList(selected: tags(), tags: instance.tags) + } label: { + LabeledContent("Tags") { + Text(artist.tags.isEmpty ? "None" : "\(artist.tags.count) Tag") + } + } + } +#endif + + var rootFolderField: some View { + Picker("Root Folder", selection: $artist.rootFolderPath) { + ForEach(instance.rootFolders) { folder in + Text(folder.label).tag(folder.path) + } + } + .pickerStyle(.inline) + .tint(settings.theme.tint) + .accentColor(settings.theme.tint) // `.tint()` is broken on inline pickers + } + + func selectDefaultValues() { + guard !defaultsSet else { return } + defaultsSet = true + + if !artist.exists { + addOptions.monitor = artistDefaults.monitor + + artist.addOptions = addOptions + artist.monitorNewItems = nil + artist.rootFolderPath = artistDefaults.rootFolder + artist.qualityProfileId = artistDefaults.qualityProfile + artist.metadataProfileId = artistDefaults.metadataProfile + } + + if !instance.qualityProfiles.contains(where: { + $0.id == artist.qualityProfileId + }) { + artist.qualityProfileId = instance.qualityProfiles.first?.id ?? 0 + } + + if !instance.metadataProfiles.contains(where: { + $0.id == artist.metadataProfileId + }) { + artist.metadataProfileId = instance.metadataProfiles.first?.id ?? 0 + } + + // remove trailing slashes + artist.rootFolderPath = artist.rootFolderPath?.untrailingSlashIt + + if !instance.rootFolders.contains(where: { + $0.path?.untrailingSlashIt == artist.rootFolderPath + }) { + artist.rootFolderPath = instance.rootFolders.first?.path ?? "" + } + } + + func tags() -> Binding> { + Binding( + get: { Set(artist.tags) }, + set: { artist.tags = Array($0) } + ) + } +} + +#Preview { + let artists: [Artist] = PreviewData.load(name: "artists") + let item = artists.first(where: { $0.mbId == "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a" }) ?? artists[0] + + NavigationStack { + ArtistForm( + artist: Binding(get: { item }, set: { _ in }) + ) + } + .withLidarrInstance(artists: artists) + .withAppState() +} + +#Preview("Existing") { + let artists: [Artist] = PreviewData.load(name: "artists") + let item = artists.first(where: { $0.mbId == "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a" }) ?? artists[0] + + NavigationStack { + ArtistForm( + artist: Binding(get: { item }, set: { _ in }) + ) + } + .withLidarrInstance(artists: artists) + .withAppState() +} diff --git a/Ruddarr/Views/Artists/ArtistGridPoster.swift b/Ruddarr/Views/Artists/ArtistGridPoster.swift new file mode 100644 index 00000000..def24bf5 --- /dev/null +++ b/Ruddarr/Views/Artists/ArtistGridPoster.swift @@ -0,0 +1,91 @@ +import SwiftUI + +struct ArtistGridPoster: View { + var artist: Artist + var model: Artist? + + init(artist: Artist, model: Artist? = nil) { + self.artist = artist + + if let model { + self.artist.statistics = model.statistics + } + } + + var body: some View { + poster + .frame(maxWidth: .infinity, maxHeight: .infinity) + .contextMenu { + ArtistContextMenu(artist: artist) + } preview: { + poster.frame(width: 300, height: 300) + } + .background(.card) + .overlay(alignment: .bottom) { + if artist.exists { + ArtistsPosterOverlay(artist: artist) + } else { + previewIcons + } + } + .clipShape(RoundedRectangle(cornerRadius: 14)) + } + + var poster: some View { + CachedAsyncImage(.artist, artist.remotePoster, placeholder: artist.artistName) + .clipShape(RoundedRectangle(cornerRadius: 14)) + .aspectRatio( + CGSize(width: 150, height: 150), + contentMode: .fill + ) + } + + var previewIcons: some View { + MediaGridPosterOverlay { + artist.status.icon + .foregroundStyle(.white) + .imageScale(.gridItem) + + Spacer() + } + } +} + +struct ArtistsPosterOverlay: View { + var artist: Artist + + var body: some View { + MediaGridPosterOverlay { + Group { + if artist.percentOfTracks < 100 { + if artist.trackFileCount > 0 { + Image(systemName: "checkmark.circle.trianglebadge.exclamationmark") + } else if artist.monitored { + Image(systemName: "xmark").symbolVariant(.circle) + } + } + } + .foregroundStyle(.white) + .imageScale(.gridItem) + + Spacer() + + Image(systemName: "bookmark") + .symbolVariant(artist.monitored ? .fill : .none) + .foregroundStyle(.white) + .imageScale(.gridItem) + } + } +} + +#Preview { + let artists: [Artist] = PreviewData.load(name: "artists") + + ScrollView { + MediaGrid(items: artists) { artist in + ArtistGridPoster(artist: artist) + } + .scenePadding(.horizontal) + } + .withAppState() +} diff --git a/Ruddarr/Views/Artists/ArtistItemView.swift b/Ruddarr/Views/Artists/ArtistItemView.swift new file mode 100644 index 00000000..d143f6ad --- /dev/null +++ b/Ruddarr/Views/Artists/ArtistItemView.swift @@ -0,0 +1,228 @@ +import SwiftUI + +struct ArtistDetailView: View { + @Binding var artist: Artist + @Binding var releases: [Album] + + @EnvironmentObject var settings: AppSettings + + @Environment(\.deviceType) private var deviceType + @Environment(LidarrInstance.self) private var instance + + @State private var showEditForm = false + @State private var showDeleteConfirmation = false + + var body: some View { + ScrollView { + ArtistDetails(artist: $artist, albums: $releases) + .padding(.top) + .scenePadding(.horizontal) + .environmentObject(settings) + } + .refreshable { + await Task { await reload() }.value + } + .safeNavigationBarTitleDisplayMode(.inline) + .toolbar { + toolbarMonitorButton + toolbarMenu + } + .onAppear { + maybeReloadRepeatedly() + } + .task { + await instance.albums.maybeFetch(artist) + await instance.tracks.maybeFetch(artist) + } + .onBecomeActive { + await reload() + } + .alert( + isPresented: instance.artists.errorBinding, + error: instance.artists.error + ) { _ in + Button("OK") { instance.artists.error = nil } + } message: { error in + Text(error.recoverySuggestionFallback) + }.tint(nil) + .sheet(isPresented: $showDeleteConfirmation) { + MediaDeleteSheet(label: "Delete Artist") { exclude, delete in + Task { + await deleteArtist(exclude: exclude, delete: delete) + showDeleteConfirmation = false + } + } + .presentationDetents(dynamic: [deviceType == .phone ? .fraction(0.33) : .medium]) + .presentationBackground(.sheetBackground) + } + } + + @ToolbarContentBuilder + var toolbarMonitorButton: some ToolbarContent { + ToolbarItem(placement: .automatic) { + Button { + Task { await toggleMonitor() } + } label: { + ToolbarMonitorButton(monitored: $artist.monitored) + } + .allowsHitTesting(!instance.artists.isWorking) + #if os(iOS) + .buttonStyle(.plain) + #endif + } + } + + @ToolbarContentBuilder + var toolbarMenu: some ToolbarContent { + ToolbarItem(placement: .primaryAction) { + Menu { + Section { + refreshAction + searchMonitored + } + + Section { + editAction + deleteArtistButton + } + + // Lower than other pages due to the increased link counts + Section { + ArtistLinks(artist: artist) + } + } label: { + ToolbarActionButton() + } + .tint(.primary) + .menuIndicator(.hidden) + #if os(macOS) + .sheet(isPresented: $showEditForm) { + ArtistEditView(artist: $artist) + .environment(instance) + .toolbar { + ToolbarItem(placement: .cancellationAction) { + Button("Close") { showEditForm = false } + } + } + } + #endif + } + } + + var refreshAction: some View { + Button("Refresh", systemImage: "arrow.triangle.2.circlepath") { + Task { await refresh() } + } + } + + var editAction: some View { + #if os(macOS) + Button("Edit", systemImage: "pencil") { + showEditForm = true + } + #else + NavigationLink( + value: ArtistsPath.edit(artist.id) + ) { + Label("Edit", systemImage: "pencil") + } + #endif + } + + var searchMonitored: some View { + Button("Search Monitored", systemImage: "magnifyingglass") { + Task { await dispatchSearch() } + } + .disabled(!artist.monitored) + } + + var deleteArtistButton: some View { + Button("Delete", systemImage: "trash", role: .destructive) { + showDeleteConfirmation = true + }.tint(.red) + } +} + +extension ArtistDetailView { + func toggleMonitor() async { + artist.monitored.toggle() + + guard await instance.artists.update(artist) else { + return + } + + dependencies.toast.show(artist.monitored ? .monitored : .unmonitored) + } + + func reload() async { + _ = await instance.artists.get(artist) + _ = await instance.albums.fetch(artist) + _ = await instance.tracks.fetch(artist) + } + + func refresh() async { + guard await instance.artists.command(.refreshArtist(artist.id)) else { + return + } + + dependencies.toast.show(.refreshQueued) + + DispatchQueue.main.asyncAfter(deadline: .now() + 3) { + Task { await instance.artists.get(artist) } + } + } + + func dispatchSearch() async { + guard await instance.artists.command( + .artistSearch(artist.id) + ) else { + return + } + + dependencies.toast.show(.monitoredSearchQueued) + + Telemetry.record(.artistSearchDispatched) + maybeAskForReview() + } + + func deleteArtist(exclude: Bool, delete: Bool) async { + _ = await instance.artists.delete(artist, addExclusion: exclude, deleteFiles: delete) + + if !dependencies.router.artistsPath.isEmpty { + dependencies.router.artistsPath.removeLast() + } + + dependencies.toast.show(.artistDeleted) + } + + // This is an annoying "hack" because Lidarr takes a couple of seconds + // after adding a new artist before it updates its monitoring values. + func maybeReloadRepeatedly() { + if abs(artist.added.timeIntervalSinceNow) > 15 { + return + } + + Task { + for _ in 0..<6 { + _ = await instance.artists.get(artist, silent: true) + try? await Task.sleep(for: .seconds(1)) + } + } + } +} + +#Preview { + let artists: [Artist] = PreviewData.load(name: "artists") + let albums: [Album] = PreviewData.load(name: "artist-albums") + let item = artists.first(where: { $0.foreignArtistId == "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a" }) ?? artists[0] + + dependencies.router.selectedTab = .artists + + dependencies.router.artistsPath.append( + ArtistsPath.artist(item.id) + ) + + return ContentView() + .withLidarrInstance(artists: artists, albums: albums) + .withAppState() +} diff --git a/Ruddarr/Views/Artists/ArtistsGridCard.swift b/Ruddarr/Views/Artists/ArtistsGridCard.swift new file mode 100644 index 00000000..9d9cb38b --- /dev/null +++ b/Ruddarr/Views/Artists/ArtistsGridCard.swift @@ -0,0 +1,140 @@ +import SwiftUI + +struct ArtistGridCard: View { + var artist: Artist + var model: Artist? + + @Environment(\.deviceType) private var deviceType + @Environment(LidarrInstance.self) private var instance + + init(artist: Artist, model: Artist? = nil) { + self.artist = artist + + if let model { + self.artist.statistics = model.statistics + } + } + + var body: some View { + HStack(alignment: .top, spacing: deviceType == .phone ? 10 : 14) { + poster + .frame(width: posterWidth) + + VStack(alignment: .leading) { + Text(artist.title) + .lineLimit(1) + .font(.headline) + + HStack(spacing: 6) { + Text("\(artist.albumCount) Albums") + + if let size = artist.sizeLabel { + Bullet() + Text(size) + } + } + .lineLimit(1) + .font(.subheadline) + .foregroundStyle(.secondary) + + HStack(spacing: 6) { + Text(qualityProfile) + if let artistType = artist.artistType { + Bullet() + Text(artistType) + } + } + .lineLimit(1) + .font(.subheadline) + .foregroundStyle(.secondary) + + Spacer() + + icons + } + .padding(.vertical, deviceType == .phone ? 8 : 10) + + Spacer(minLength: 2) + } + .frame(maxWidth: .infinity) + .background(.card) + .clipShape(RoundedRectangle(cornerRadius: 14)) + .contextMenu { + ArtistContextMenu(artist: artist) + } preview: { + poster.frame(width: 300, height: 300) + } + } + + var poster: some View { + CachedAsyncImage(.artist, artist.remotePoster) + .aspectRatio( + CGSize(width: 150, height: 150), + contentMode: .fill + ) + } + + var posterWidth: CGFloat { + deviceType == .phone ? 95 : 105 + } + + var icons: some View { + HStack { + let iconScale: Image.Scale = deviceType == .phone ? .small : .medium + + Image(systemName: "bookmark") + .symbolVariant(artist.monitored ? .fill : .none) + .imageScale(iconScale) + + Group { + if artist.percentOfTracks < 100 { + if artist.trackFileCount > 0 { + Image(systemName: "checkmark.circle.trianglebadge.exclamationmark") + .offset(y: 1) + Text(verbatim: "\(artist.trackFileCount)/\(artist.trackCount)") + .font(.caption) + } else if artist.monitored { + Image(systemName: "xmark").symbolVariant(.circle) + } + } + } + .imageScale(iconScale) + + Spacer() + + if let status = statusIcon { + Image(systemName: status) + .symbolVariant(.fill) + .imageScale(iconScale) + } + } + .font(.body) + .foregroundStyle(.secondary) + } + + var qualityProfile: String { + instance.qualityProfiles.first( + where: { $0.id == artist.qualityProfileId } + )?.name ?? String(localized: "Unknown") + } + + var statusIcon: String? { + switch artist.status { + case .continuing: "play" + case .ended: "stop" + default: nil + } + } +} + +#Preview { + let artists: [Artist] = PreviewData.load(name: "artists") + + ScrollView { + MediaGrid(items: artists, style: .cards) { artist in + ArtistGridCard(artist: artist) + } + .scenePadding(.horizontal) + } + .withAppState() +} diff --git a/Ruddarr/Views/Artists/ArtistsLinks.swift b/Ruddarr/Views/Artists/ArtistsLinks.swift new file mode 100644 index 00000000..bb58155b --- /dev/null +++ b/Ruddarr/Views/Artists/ArtistsLinks.swift @@ -0,0 +1,23 @@ +import SwiftUI + +struct ArtistLinks: View { + var artist: Artist + + var body: some View { + let links = artist.links.sorted { $0.name ?? "" < $1.name ?? "" } + + ForEach(links) { link in + if let url = link.url, let name = link.name { + Link(destination: URL(string: url)!, label: { + Label("Open in \(name)", systemImage: "arrow.up.right.square") + }) + } + } + } + + func link(name: String, url: String) -> some View { + Link(destination: URL(string: url)!, label: { + Label("Open in \(name)", systemImage: "arrow.up.right.square") + }) + } +} diff --git a/Ruddarr/Views/Artists/ArtistsView+Overlay.swift b/Ruddarr/Views/Artists/ArtistsView+Overlay.swift new file mode 100644 index 00000000..eefea44d --- /dev/null +++ b/Ruddarr/Views/Artists/ArtistsView+Overlay.swift @@ -0,0 +1,79 @@ +import SwiftUI + +struct NoArtistsSearchResults: View { + @Binding var query: String + @Binding var sort: ArtistSort + + var body: some View { + let description = String( + format: String(localized: "Check the spelling or try [adding the artist](%@)."), + "#view" + ) + + ContentUnavailableView { + Label("No Results for \"\(query)\"", systemImage: "magnifyingglass") + } description: { + Text(description.toMarkdown()) + } actions: { + if sort.filter != .all { + Button("Clear Filters") { + sort.filter = .all + } + } + } + .environment(\.openURL, .init { _ in + dependencies.router.artistsPath.append(ArtistsPath.search(query)) + query = "" + + return .handled + }) + } +} + +struct ArtistsSearchSuggestion: View { + @Binding var query: String + @Binding var sort: ArtistSort + + var body: some View { + let description = String( + format: String(localized: "Looking to [add a new artist](%@)?"), + "#view" + ) + + Text(description.toMarkdown()) + .font(.subheadline) + .foregroundStyle(.secondary) + .environment(\.openURL, .init { _ in + dependencies.router.artistsPath.append(ArtistsPath.search(query)) + query = "" + + return .handled + }) + + if sort.filter != .all { + Button("Clear Filters") { + sort.filter = .all + } + .font(.subheadline) + .padding(.top, 8) + } + } +} + +struct NoMatchingArtists: View { + @Binding var sort: ArtistSort + + var body: some View { + ContentUnavailableView { + Label("No Artists Match", systemImage: "slash.circle") + } description: { + Text("No artists match the selected filters.") + } actions: { + if sort.filter != .all { + Button("Clear Filters") { + sort.filter = .all + } + } + } + } +} diff --git a/Ruddarr/Views/Artists/ArtistsView+Toolbar.swift b/Ruddarr/Views/Artists/ArtistsView+Toolbar.swift new file mode 100644 index 00000000..23bfc052 --- /dev/null +++ b/Ruddarr/Views/Artists/ArtistsView+Toolbar.swift @@ -0,0 +1,154 @@ +import SwiftUI + +extension ArtistsView { + @ToolbarContentBuilder + var toolbarSearchButton: some ToolbarContent { + if !instance.isVoid { + ToolbarItem(placement: .primaryAction) { + NavigationLink(value: ArtistsPath.search()) { + Image(systemName: "plus") + } + .tint(.primary) + .keyboardShortcut("n", modifiers: .command) + } + } + } + + @ToolbarContentBuilder + var toolbarViewOptions: some ToolbarContent { + ToolbarItem(placement: .navigation) { + toolbarFilterButton + .menuIndicator(.hidden) + } + + ToolbarItem(placement: .navigation) { + toolbarSortingButton + .menuIndicator(.hidden) + } + } + + var toolbarFilterButton: some View { + Menu { + Picker("Filter", selection: $sort.filter) { + ForEach(ArtistSort.Filter.allCases) { filter in + filter.label + } + } + .pickerStyle(.inline) + + Picker(selection: $sort.folder) { + Text("Any Folder").tag(String.all) + + ForEach(instance.rootFolders) { folder in + Text(folder.menuLabel).tag(folder.path ?? "") + } + } label: { + if let folder = instance.rootFolders.first(where: { $0.path == sort.folder }) { + Label(folder.menuLabel, systemImage: "folder") + } else { + Label("Root Folder", systemImage: "folder") + } + }.pickerStyle(.menu) + } label: { + if sort.filter != .all || sort.folder != .all { + Image("filters.badge") + .offset(y: 3) + .symbolRenderingMode(.palette) + .foregroundStyle(.tint, .primary) + } else { + Image(systemName: "line.3.horizontal.decrease") + } + } + } + + var toolbarSortingButton: some View { + Menu { + Picker(selection: $sort.option, label: Text("Sort By")) { + ForEach(ArtistSort.Option.allCases) { option in + option.label + } + } + .pickerStyle(.inline) + + Section { + Picker("Direction", selection: $sort.isAscending) { + Label("Ascending", systemImage: "arrowtriangle.up").tag(true) + Label("Descending", systemImage: "arrowtriangle.down").tag(false) + }.pickerStyle(.inline) + } + } label: { + Image(systemName: "arrow.up.arrow.down") + .imageScale(.medium) + } + } + + @ToolbarContentBuilder + var bottomBarInstancePicker: some ToolbarContent { + #if os(iOS) + ToolbarSpacer(.flexible, placement: .bottomBar) + + ToolbarItem(placement: .bottomBar) { + Menu { + Picker(selection: $settings.lidarrInstanceId, label: Text("Instances")) { + ForEach(settings.lidarrInstances) { instance in + Text(instance.label).tag(Optional.some(instance.id)) + } + } + .pickerStyle(.inline) + } label: { + HStack { + Image(systemName: "internaldrive") + Text(settings.lidarrInstance?.label ?? "Instance") + .fontWeight(.medium) + } + } + .tint(.primary) + } + #else + ToolbarSpacer(.flexible, placement: .principal) + #endif + } + + @ToolbarContentBuilder + var toolbarInstancePicker: some ToolbarContent { + ToolbarSpacer(.fixed, placement: .navigation) + + ToolbarItem(placement: .navigation) { + Menu { + Picker(selection: $settings.lidarrInstanceId, label: Text("Instances")) { + ForEach(settings.lidarrInstances) { instance in + Text(instance.label).tag(Optional.some(instance.id)) + } + } + .pickerStyle(.inline) + } label: { + Image(systemName: "internaldrive") + } + .tint(.primary) + } + } + + func changeInstance() { + Task { @MainActor in + guard let newInstanceId = settings.lidarrInstanceId else { + leaveBreadcrumb(.fatal, category: "artists", message: "Missing Lidarr instance id") + + return + } + + guard let newInstance = settings.instanceById(newInstanceId) else { + leaveBreadcrumb(.fatal, category: "artists", message: "Lidarr instance not found") + + return + } + + instance.switchTo(newInstance) + + await fetchArtistsWithAlert() + + if let model = await instance.fetchMetadata() { + settings.saveInstance(model) + } + } + } +} diff --git a/Ruddarr/Views/Artists/AudioMediaFileSheet.swift b/Ruddarr/Views/Artists/AudioMediaFileSheet.swift new file mode 100644 index 00000000..438de8ab --- /dev/null +++ b/Ruddarr/Views/Artists/AudioMediaFileSheet.swift @@ -0,0 +1,184 @@ +import SwiftUI + +struct AudioMediaFileSheet: View { + var file: AlbumTrackFile + var runtime: Int + + @Environment(\.dismiss) private var dismiss + @Environment(\.accessibilityReduceTransparency) private + var reduceTransparency + + var body: some View { + NavigationStack { + ScrollView { + Group { + generalMetadata + audioMetadata + + Spacer().frame(height: 42) + } + .padding(.top, reduceTransparency ? 0 : -52) + .scenePadding(.horizontal) + } + #if os(macOS) + .padding(.bottom) + #endif + .toolbar { + ToolbarItem(placement: .destructiveAction) { + Button("Close", systemImage: "xmark") { + dismiss() + } + .hideIconOnMac() + .tint(.primary) + } + } + .ignoresSafeArea(edges: .bottom) + } + } + + @ViewBuilder + var generalMetadata: some View { + Section { + VStack(spacing: 6) { + if let dateAdded = file.dateAdded { + row( + String(localized: "Added"), + dateAdded.formatted(date: .long, time: .shortened) + ) + } + Divider() + row( + String(localized: "File Size"), + file.sizeLabel + ) + Divider() + row( + String( + localized: "Score", + comment: "Custom score of media file" + ), + file.scoreLabel + ) + + if let formats = file.customFormatsList { + Divider() + row( + String( + localized: "Custom Formats", + comment: "Custom formats of media file" + ), + formats.formattedList() + ) + } + } + } header: { + headline("Information") + .padding(.bottom, 4) + } + } + + @ViewBuilder + var audioMetadata: some View { + if let media = file.mediaInfo { + // swiftlint:disable closure_body_length + Section { + VStack(spacing: 6) { + row( + String( + localized: "Codec", + comment: "Audio/video codec" + ), + media.audioCodec ?? "--" + ) + + if let audioChannels = media.audioChannels { + Divider() + row( + String( + localized: "Channels", + comment: "Audio channel count" + ), + "\(audioChannels)" + ) + } + + if let bitrate = media.audioBitRate { + Divider() + row( + String( + localized: "Bitrate", + comment: "Audio/video bitrate" + ), + bitrate + ) + } + + if let bitDepth = media.audioBits { + Divider() + row( + String( + localized: "Bit Depth", + comment: "Audio bit depth" + ), + bitDepth + ) + } + + if let sampleRate = media.audioSampleRate { + Divider() + row( + String( + localized: "Sample Rate", + comment: "Audio sample rate" + ), + sampleRate + ) + } + } + } header: { + headline("Audio") + .padding(.bottom, 4) + } + } + // swiftlint:enable closure_body_length + } + + func headline(_ title: LocalizedStringKey) -> some View { + Text(title) + .font(.title2.bold()) + .frame(maxWidth: .infinity, alignment: .leading) + .padding(.top) + } + + func row(_ label: String, _ value: String) -> some View { + HStack(alignment: .top) { + Text(label) + .foregroundStyle(.secondary) + + Spacer() + Spacer() + Spacer() + + Text(value) + .foregroundStyle(.primary) + + } + .font(.subheadline) + .padding(.vertical, 4) + } +} + +#Preview { + let trackFiles: [AlbumTrackFile] = PreviewData.load( + name: "album-track-files" + ) + let files = trackFiles.filter { $0.albumId == 1_144 } + let file = files.first ?? trackFiles[0] + + Text(verbatim: "Hello") + .sheet(isPresented: .constant(true)) { + AudioMediaFileSheet(file: file, runtime: 42) + .presentationDetents([.fraction(0.8)]) + .presentationBackground(.sheetBackground) + } +} diff --git a/Ruddarr/Views/Artists/Search/ArtistPreviewView.swift b/Ruddarr/Views/Artists/Search/ArtistPreviewView.swift new file mode 100644 index 00000000..a3a250a8 --- /dev/null +++ b/Ruddarr/Views/Artists/Search/ArtistPreviewView.swift @@ -0,0 +1,154 @@ +import SwiftUI + +struct ArtistPreviewView: View { + @State var artist: Artist + @State var releases: [Album] = [] + + @State private var presentingForm: Bool = false + + @EnvironmentObject var settings: AppSettings + + @Environment(LidarrInstance.self) private var instance + @Environment(\.dismiss) private var dismiss + @Environment(\.deviceType) private var deviceType + + @AppStorage("artistSort", store: dependencies.store) var artistSort: ArtistSort = .init() + @AppStorage("artistDefaults", store: dependencies.store) var artistDefaults: ArtistDefaults = .init() + + var body: some View { + ScrollView { + ArtistDetails(artist: $artist, albums: $releases) + .padding(.top) + .scenePadding(.horizontal) + .environmentObject(settings) + } + .safeNavigationBarTitleDisplayMode(.inline) + .toolbar { + toolbarNextButton + } + .alert( + isPresented: instance.artists.errorBinding, + error: instance.artists.error + ) { _ in + Button("OK") { instance.artists.error = nil } + } message: { error in + Text(error.recoverySuggestionFallback) + } + .tint(nil) + .sheet(isPresented: $presentingForm) { + NavigationStack { + ArtistForm(artist: $artist) + .toolbar { + toolbarCancelButton + toolbarSaveButton + } + #if os(iOS) + .padding(.top, -25) + #endif + } + .presentationDetents(dynamic: [deviceType == .phone ? .medium : .large]) + .presentationBackground(.sheetBackground) + } + } + + @ToolbarContentBuilder + var toolbarCancelButton: some ToolbarContent { + ToolbarItem(placement: .cancellationAction) { + Button { + presentingForm = false + } label: { + Label("Cancel", systemImage: "xmark") + .hideIconOnMac() + } + .tint(.primary) + } + } + + @ToolbarContentBuilder + var toolbarNextButton: some ToolbarContent { + ToolbarItem(placement: .primaryAction) { + Button("Add Artist", systemImage: "plus") { + presentingForm = true + } + .hideIconOnMac() + .buttonStyle(.glassProminent) + .disabled(presentingForm) + } + } + + @ToolbarContentBuilder + var toolbarSaveButton: some ToolbarContent { + ToolbarItem(placement: .primaryAction) { + Button { + Task { + await addArtist() + } + } label: { + if instance.artists.isWorking { + ButtonProgressView() + } else { + Label("Add Artist", systemImage: "checkmark") + .hideIconOnMac() + } + } + .prominentGlassButtonStyle(!instance.artists.isWorking) + .disabled(instance.artists.isWorking) + } + } + + func addArtist() async { + artistDefaults = .init(from: artist) + + guard await instance.artists.add(artist) else { + leaveBreadcrumb(.error, category: "view.artists.preview", message: "Failed to add artist", data: ["error": instance.artists.error ?? ""]) + + return + } + + guard let addedArtist = instance.artists.byForeignId(artist.foreignArtistId) else { + fatalError("Failed to locate added artist by foreign id") + } + + #if os(iOS) + UINotificationFeedbackGenerator().notificationOccurred(.success) + #endif + + presentingForm = false + artistSort.filter = .all + + let artistsPath = ArtistsPath.artist(addedArtist.id) + + if !dependencies.router.artistsPath.isEmpty { + dependencies.router.artistsPath.removeLast() + } + + try? await Task.sleep(for: .milliseconds(50)) + dependencies.router.artistsPath.append(artistsPath) + + Telemetry.record(.artistAdded, attributes: [ + "mbid": artist.mbId ?? "", + "tadb": artist.tadbId ?? 0, + "discogs": artist.discogsId ?? 0, + "allMusic": artist.allMusicId ?? 0 + ]) + + maybeAskForReview() + } +} + +#Preview { + let artists: [Artist] = PreviewData.load(name: "artists") + let item = artists.first(where: { $0.mbId == "3fd78e94-efeb-43a1-bc19-ad2dd1afbd5a" }) ?? artists[0] + + dependencies.router.selectedTab = .artists + + dependencies.router.artistsPath.append( + ArtistsPath.preview( + try? JSONEncoder().encode(item) + ) + ) + + return ContentView() + .withLidarrInstance(artists: artists) + .withAppState() +} diff --git a/Ruddarr/Views/Artists/Search/ArtistSearchView.swift b/Ruddarr/Views/Artists/Search/ArtistSearchView.swift new file mode 100644 index 00000000..9c767cd8 --- /dev/null +++ b/Ruddarr/Views/Artists/Search/ArtistSearchView.swift @@ -0,0 +1,134 @@ +import SwiftUI +import Combine + +struct ArtistSearchView: View { + @State var searchQuery: String + @State private var searchPresented: Bool = true + + @Environment(LidarrInstance.self) private var instance + + let searchTextPublisher = PassthroughSubject() + + var body: some View { + @Bindable var discovery = Discovery.shared + @Bindable var artistsLookup = instance.lookup + + ScrollView { + if !artistsLookup.sortedItems.isEmpty && !searchQuery.isEmpty { + MediaGrid(items: artistsLookup.sortedItems) { artist in + ArtistSearchItem(artist: artist) + .environment(instance) + } + .padding(.top, 12) + .scenePadding(.horizontal) + .viewBottomPadding() + } + } + .navigationTitle("Search") + .safeNavigationBarTitleDisplayMode(.large) + .scrollDismissesKeyboard(.immediately) + .searchable( + text: $searchQuery, + isPresented: $searchPresented, + placement: .drawerOrToolbar(.always) + ) + .disabled(instance.isVoid) + .autocorrectionDisabled(true) + .searchScopes($artistsLookup.sort) { + ForEach(SeriesLookup.SortOption.allCases) { option in + Text(option.label) + } + } + .task { + await discovery.fetch(.series) + } + .onSubmit(of: .search) { + searchTextPublisher.send(searchQuery) + } + .onChange(of: searchQuery, initial: true, handleSearchQueryChange) + .onReceive( + searchTextPublisher.debounce(for: .milliseconds(250), scheduler: DispatchQueue.main) + ) { _ in + performSearch() + } + .alert( + isPresented: instance.lookup.errorBinding, + error: instance.lookup.error + ) { _ in + Button("OK") { instance.lookup.error = nil } + } message: { error in + Text(error.recoverySuggestionFallback) + }.tint(nil) + .overlay { + if instance.lookup.isSearching && instance.lookup.isEmpty() { + Loading() + } else if instance.lookup.noResults(searchQuery) { + ContentUnavailableView.search(text: searchQuery) + } + } + } + + func performSearch() { + Task { @MainActor in + await instance.lookup.search(query: searchQuery) + } + } + + func handleSearchQueryChange(oldQuery: String, newQuery: String) { + if let mbId = extractMbId(newQuery) { + searchQuery = "mb:\(mbId)" + return + } + + if searchQuery.isEmpty { + if oldQuery.count > 3 { return } + instance.lookup.reset() + } else if oldQuery == newQuery { + performSearch() // always perform initial search + } else { + searchTextPublisher.send(searchQuery) + } + } + +} + +struct ArtistSearchItem: View { + var artist: Artist + + @Environment(LidarrInstance.self) private var instance + + var body: some View { + NavigationLink(value: destination) { + ArtistGridPoster(artist: artist, model: model) + } + .buttonStyle(.plain) + } + + var destination: ArtistsPath { + if artist.exists { + return .artist(artist.id) + } + + do { + let data = try JSONEncoder().encode(artist) + return .preview(data) + } catch { + leaveBreadcrumb(.fatal, category: "artists.search", message: "Failed to encode", data: ["error": error]) + } + + return .search() + } + + var model: Artist? { + guard let id = artist.guid else { return nil } + return instance.artists.byId(id) + } +} + +#Preview { + dependencies.router.selectedTab = .artists + dependencies.router.artistsPath.append(ArtistsPath.search()) + + return ContentView() + .withAppState() +} diff --git a/Ruddarr/Views/ArtistsView.swift b/Ruddarr/Views/ArtistsView.swift new file mode 100644 index 00000000..41c19cb0 --- /dev/null +++ b/Ruddarr/Views/ArtistsView.swift @@ -0,0 +1,396 @@ +import SwiftUI + +enum ArtistsPath: Hashable { + case search(String = "") + case preview(Data?) + case artist(Artist.ID) + case edit(Artist.ID) + case releases(Artist.ID, Album.ID) + case album(Artist.ID, Album.ID) + case track(Artist.ID, AlbumTrackFile.ID) +} + +struct ArtistsView: View { + @AppStorage("artistSort", store: dependencies.store) var sort: ArtistSort = .init() + + @ObservedObject var globalObservables = ObservedDependencies.shared + @EnvironmentObject var settings: AppSettings + @Environment(LidarrInstance.self) var instance + + @State private var scrollView: ScrollViewProxy? + + @State private var searchQuery = "" + @State private var searchPresented = false + + @State private var error: API.Error? + @State private var alertPresented = false + + @State private var lastFetch: Date = .distantPast + + @Environment(\.deviceType) private var deviceType + + var body: some View { + // swiftlint:disable:next closure_body_length + NavigationStack(path: dependencies.$router.artistsPath) { + Group { + if instance.isVoid { + NoInstance(type: "Lidarr") + } else { + ScrollViewReader { proxy in + ScrollView { + mediaGrid + + if presentSearchSuggestion { + ArtistsSearchSuggestion(query: $searchQuery, sort: $sort) + } + } + .onAppear { + scrollView = proxy + } + } + .task { + guard !instance.isVoid else { return } + await fetchArtistsThrottled() + } + .refreshable { + await Task { await fetchArtistsWithAlert() }.value + } + .onBecomeActive(perform: becameActive) + } + } + .safeNavigationBarTitleDisplayMode(.inline) + .navigationDestination(for: ArtistsPath.self) { + destination(for: $0) + } + .onAppear { + onAppear() + } + .onReceive(dependencies.quickActions.artistPublisher, perform: navigateToArtist) + .toolbar { + toolbarViewOptions + toolbarSearchButton + + if settings.lidarrInstances.count > 1 { + if deviceType == .phone { toolbarInstancePicker } + if deviceType == .pad { bottomBarInstancePicker } + } + + #if os(iOS) + ToolbarItem(placement: .topBarTrailing) { + Button { + globalObservables.showSettings.toggle() + } label: { + Image(systemName: TabItem.settings.icon) + } + .tint(.primary) + .keyboardShortcut(",", modifiers: .command) + } + #endif + } + .scrollDismissesKeyboard(.immediately) + .searchable(text: $searchQuery, isPresented: $searchPresented, placement: .drawerOrToolbar) + .autocorrectionDisabled(true) + .onChange(of: settings.lidarrInstanceId, changeInstance) + .onChange(of: sort.option, updateSortDirection) + .onChange(of: sort, handleFilterChange) + .onChange(of: searchQuery, handleQueryChange) + .onChange(of: instance.artists.items, updateDisplayedArtists) + .onChange(of: globalObservables.showSettings, changeInstance) + .alert(isPresented: $alertPresented, error: error) { _ in + Button("OK") { error = nil } + } message: { error in + Text(error.recoverySuggestionFallback) + } + .tint(nil) + .overlay { + if notConnectedToInternet { + NoInternet() + } else if hasNoSearchResults { + NoArtistsSearchResults(query: $searchQuery, sort: $sort) + } else if isLoadingArtist { + Loading() + } else if hasNoMatchingResults { + NoMatchingArtists(sort: $sort) + } else if initialLoadingFailed { + contentUnavailable + } + } + } + } + + func onAppear() { + // if a deeplink set an instance, try to switch to it + maybeSwitchToInstance() + + // if no instance is selected, try to select one + // if the selected instance was deleted, try to select one + if instance.isVoid, let first = settings.lidarrInstances.first { + settings.lidarrInstanceId = first.id + changeInstance() + } + } + + @ViewBuilder + func destination(for path: ArtistsPath) -> some View { + switch path { + case .search(let query): + ArtistSearchView(searchQuery: query) + .environment(instance) + case .preview(let data): + if let data, let artist = try? JSONDecoder().decode(Artist.self, from: data) { + ArtistPreviewView(artist: artist) + .environment(instance) + .environmentObject(settings) + } + case .artist(let id): + ArtistDetailView( + artist: instance.artists.byId(id), + releases: instance.albums.byArtistId(id) + ) + .environment(instance) + .environmentObject(settings) + case .edit(let id): + ArtistEditView(artist: instance.artists.byId(id)) + .environment(instance) + case .releases(let artistId, let albumId): + AlbumReleasesView( + artist: instance.artists.byId(artistId), + album: instance.albums.byId(albumId), + albumId: albumId + ) + case .album(let artistId, let albumId): + AlbumView( + artist: instance.artists.byId(artistId), + albumId: albumId + ) + .environment(instance) + .environmentObject(settings) + case .track(let artistId, let trackId): + AlbumTrackView( + artist: instance.artists.byId(artistId), + trackId: trackId + ) + .environment(instance) + .environmentObject(settings) + } + } + + var mediaGrid: some View { + MediaGrid( + items: instance.artists.cachedItems, + style: settings.grid + ) { artist in + NavigationLink(value: ArtistsPath.artist(artist.id)) { + switch settings.grid { + case .posters: + ArtistGridPoster(artist: artist) + case .cards: + ArtistGridCard(artist: artist) + } + } + .buttonStyle(.plain) + .id(artist.id) + } + .viewBottomPadding() + .scenePadding(.horizontal) +#if os(iOS) + .padding(.top, searchPresented ? 7 : 0) +#elseif os(macOS) + .padding(.vertical) +#endif + } + + var notConnectedToInternet: Bool { + if !instance.artists.cachedItems.isEmpty { return false } + if case .notConnectedToInternet = error { return true } + return false + } + + var hasNoSearchResults: Bool { + !searchQuery.isEmpty && !instance.isVoid && instance.artists.cachedItems.isEmpty + } + + var hasNoMatchingResults: Bool { + instance.artists.cachedItems.isEmpty && instance.artists.itemsCount > 0 + } + + var presentSearchSuggestion: Bool { + searchPresented && !instance.artists.cachedItems.isEmpty + } + + var isLoadingArtist: Bool { + instance.artists.isWorking && instance.artists.cachedItems.isEmpty + } + + var initialLoadingFailed: Bool { + guard instance.artists.itemsCount == 0 else { return false } + return instance.artists.error != nil + } + + @ViewBuilder + var contentUnavailable: some View { + ContentUnavailableView { + Label("Connection Failure", systemImage: "exclamationmark.triangle") + } description: { + Text(instance.artists.error?.recoverySuggestionFallback ?? "") + } actions: { + Button("Retry") { + Task { await fetchArtistsWithAlert(ignoreOffline: true) } + } + } + } + + func updateSortDirection() { + switch sort.option { + case .byName: + sort.isAscending = true + default: + sort.isAscending = false + } + } + + func updateDisplayedArtists() { + instance.artists.updateCachedItems(sort, searchQuery) + } + + func fetchArtistsWithMetadata() { + Task { @MainActor in + _ = await instance.artists.fetch() + updateDisplayedArtists() + + let lastMetadataFetch = "instanceMetadataFetch:\(instance.id)" + let cacheInSeconds: Double = instance.isSlow ? 300 : 30 + + if Occurrence.since(lastMetadataFetch) > cacheInSeconds { + if let model = await instance.fetchMetadata() { + settings.saveInstance(model) + Occurrence.occurred(lastMetadataFetch) + } + } + } + } + + func fetchArtistsThrottled() async { + guard Date.now.timeIntervalSince(lastFetch) >= 15 else { return } + _ = await instance.artists.fetch() + updateDisplayedArtists() + lastFetch = .now + } + + func fetchArtistsWithAlert(ignoreOffline: Bool = false) async { + alertPresented = false + error = nil + + _ = await instance.artists.fetch() + updateDisplayedArtists() + + if let apiError = instance.artists.error { + error = apiError + + if case .notConnectedToInternet = apiError, ignoreOffline { + return + } + + alertPresented = true + } + } + + func handleFilterChange() { + scrollToTop() + updateDisplayedArtists() + } + + func handleQueryChange() { + if let mbId = extractMbId(searchQuery) { + searchQuery = "mb:\(mbId)" + return + } + + scrollToTop() + updateDisplayedArtists() + } + + func becameActive() { + guard dependencies.router.artistsPath.isEmpty else { return } + fetchArtistsWithMetadata() + } + + func scrollToTop() { + withAnimation(.smooth) { + scrollView?.scrollTo( + instance.artists.cachedItems.first?.id + ) + } + } + + func maybeSwitchToInstance() { + guard let idOrName = dependencies.router.switchToLidarrInstance else { return } + guard let switchTo = settings.instanceBy(idOrName) else { return } + + if switchTo.id != instance.id { + dependencies.router.switchToLidarrInstance = nil + settings.lidarrInstanceId = switchTo.id + changeInstance() + } + } + + func navigateToArtist(_ artistId: Artist.ID, _ albumId: Album.ID?, _ trackId: AlbumTrackFile.ID?) { + dependencies.quickActions.clearTimer() + maybeSwitchToInstance() + + let startTime = Date() + + func scheduleNextRun( + time: DispatchTime, + _ artistId: Artist.ID, + _ albumId: Album.ID?, + _ trackId: AlbumTrackFile.ID? + ) { + DispatchQueue.main.asyncAfter(deadline: time) { + if let artist = instance.artists.items.first(where: { $0.id == artistId }) { + dependencies.router.artistsPath = .init([ + ArtistsPath.artist(artist.id) + ]) + + if let albumId { + dependencies.router.artistsPath.append( + ArtistsPath.album(artistId, albumId) + ) + + if let trackId { + dependencies.router.artistsPath.append( + ArtistsPath.track(artistId, trackId) + ) + } + } + + return + } + + if Date().timeIntervalSince(startTime) < 10 { + scheduleNextRun(time: DispatchTime.now() + 0.1, artistId, albumId, trackId) + } + } + } + + scheduleNextRun(time: DispatchTime.now(), artistId, albumId, trackId) + } +} + +#Preview("Offline") { + dependencies.api.fetchArtists = { _ in + throw API.Error.notConnectedToInternet + } + + dependencies.router.selectedTab = .artists + + return ContentView() + .withAppState() +} + +#Preview { + dependencies.router.selectedTab = .artists + + return ContentView() + .withAppState() +} diff --git a/Ruddarr/Views/Calendar/CalendarMedia.swift b/Ruddarr/Views/Calendar/CalendarMedia.swift index 986059e2..c6473778 100644 --- a/Ruddarr/Views/Calendar/CalendarMedia.swift +++ b/Ruddarr/Views/Calendar/CalendarMedia.swift @@ -172,16 +172,93 @@ struct CalendarEpisode: View { } } +struct CalendarAlbum: View { + var date: Date + var album: Album + + @EnvironmentObject var settings: AppSettings + + var body: some View { + HStack { + VStack(alignment: .leading, spacing: 2) { + HStack(alignment: .center) { + HStack { + if let artistName = album.artist?.artistName { + Text(artistName) + Bullet() + } + + Text(album.title) + } + .font(.body) + .foregroundStyle(shouldFade ? .secondary : .primary) + + Spacer() + + statusIcon + .font(.subheadline) + .imageScale(.small) + .foregroundStyle(.secondary) + } + + HStack(alignment: .center, spacing: 6) { + if let type = album.albumType { + Text(type) + Bullet() + } + + Text("\(album.trackCount) Track") + } + .foregroundStyle(.secondary) + .font(.subheadline) + } + } + .padding(.vertical, 8) + .padding(.horizontal, 12) + .frame(maxWidth: .infinity) + .opacity(shouldFade ? 0.5 : 1) + .background(.card.opacity(shouldFade ? 0.6 : 1)) + .clipShape(RoundedRectangle(cornerRadius: 14)) + .onTapGesture { + let deeplink = String( + format: "ruddarr://artists/open/%d?album=%d&instance=%@", + album.artistId, + album.id, + album.instanceId!.uuidString + ) + + try? QuickActions.Deeplink(url: URL(string: deeplink)!)() + } + } + + var shouldFade: Bool { + !album.monitored && album.percentOfTracks != 100 + } + + @ViewBuilder + var statusIcon: some View { + if album.percentOfTracks == 100 { + Image(systemName: "checkmark").symbolVariant(.circle.fill) + } else if !album.monitored { + Image(systemName: "bookmark").symbolVariant(.slash) + } else if album.monitored { + Image(systemName: "xmark").symbolVariant(.circle) + } + } +} + enum CalendarMediaType: CaseIterable { case all case movies case series + case albums var label: some View { switch self { - case .all: Label(String(localized: "Everything", comment: "Movies and series filter option"), systemImage: "rectangle.stack") + case .all: Label(String(localized: "Everything", comment: "Movies series and albums filter option"), systemImage: "rectangle.stack") case .movies: Label(String(localized: "Movies"), systemImage: "film") case .series: Label(String(localized: "Series"), systemImage: "tv") + case .albums: Label(String(localized: "Albums"), systemImage: "music.note") } } } diff --git a/Ruddarr/Views/CalendarView.swift b/Ruddarr/Views/CalendarView.swift index 6b14e23a..0ae44056 100644 --- a/Ruddarr/Views/CalendarView.swift +++ b/Ruddarr/Views/CalendarView.swift @@ -16,6 +16,7 @@ struct CalendarView: View { @State private var displayedInstance: String = .all @State private var displayedMediaType: CalendarMediaType = .all + @ObservedObject var globalObservables = ObservedDependencies.shared @EnvironmentObject var settings: AppSettings private let firstWeekday = Calendar.current.firstWeekday @@ -78,6 +79,18 @@ struct CalendarView: View { errorIndicator todayButton + + #if os(iOS) + ToolbarItem(placement: .topBarTrailing) { + Button { + globalObservables.showSettings.toggle() + } label: { + Image(systemName: TabItem.settings.icon) + } + .tint(.primary) + .keyboardShortcut(",", modifiers: .command) + } + #endif } .onAppear { if Set(calendar.instances.map(\.id)) != Set(settings.instances.map(\.id)) { @@ -133,6 +146,10 @@ struct CalendarView: View { [.all, .series].contains(displayedMediaType) } + var displayAlbums: Bool { + [.all, .albums].contains(displayedMediaType) + } + var filteredMovies: [TimeInterval: [Movie]] { var movies = calendar.movies @@ -194,6 +211,24 @@ struct CalendarView: View { return episodes } + var filteredAlbums: [TimeInterval: [Album]] { + var albums = calendar.albums + + if displayedInstance != .all { + albums = albums.mapValues { items in + items.filter { $0.instanceId?.isEqual(to: displayedInstance) == true } + } + } + + if onlyMonitored { + albums = albums.mapValues { items in + items.filter { $0.monitored } + } + } + + return albums + } + func load(force: Bool = false) async { if calendar.isLoading { return @@ -251,6 +286,12 @@ struct CalendarView: View { } } + if displayAlbums, let albums = filteredAlbums[timestamp] { + ForEach(albums) { album in + CalendarAlbum(date: date, album: album) + } + } + Spacer() } .padding(.top, 4) diff --git a/Ruddarr/Views/ContentView.swift b/Ruddarr/Views/ContentView.swift index f55bf042..5ce0633b 100644 --- a/Ruddarr/Views/ContentView.swift +++ b/Ruddarr/Views/ContentView.swift @@ -2,6 +2,7 @@ import SwiftUI #if os(iOS) struct ContentView: View { + @ObservedObject var state = ObservedDependencies.shared @EnvironmentObject var settings: AppSettings var body: some View { @@ -14,6 +15,10 @@ struct ContentView: View { SeriesView() } + Tab(artists.label, systemImage: artists.icon, value: artists) { + ArtistsView() + } + Tab(calendar.label, systemImage: calendar.icon, value: calendar) { CalendarView() } @@ -22,11 +27,6 @@ struct ContentView: View { ActivityView() } .badge(Queue.shared.itemsWithIssues) - - Tab(TabItem.settings.label, systemImage: TabItem.settings.icon, value: TabItem.settings) { - SettingsView() - } - .defaultVisibility(.hidden, for: .tabBar) } .tabViewStyle(.sidebarAdaptable) .tabBarMinimizeBehavior(.never) @@ -42,6 +42,9 @@ struct ContentView: View { UITabBarItem.appearance().badgeColor = UIColor(settings.theme.tint) } + .sheet(isPresented: $state.showSettings) { + SettingsView() + } .onBecomeActive(perform: handleScenePhaseChange) .displayToasts() .whatsNewSheet() @@ -50,6 +53,7 @@ struct ContentView: View { var movies: TabItem { .movies } var series: TabItem { .series } + var artists: TabItem { .artists } var calendar: TabItem { .calendar } var activity: TabItem { .activity } diff --git a/Ruddarr/Views/ContentViewMac.swift b/Ruddarr/Views/ContentViewMac.swift index d1a5119f..ce148e3d 100644 --- a/Ruddarr/Views/ContentViewMac.swift +++ b/Ruddarr/Views/ContentViewMac.swift @@ -9,6 +9,7 @@ struct ContentView: View { List { sidebarItem(movies) sidebarItem(series) + sidebarItem(artists) sidebarItem(calendar) sidebarItem(activity, badge: Queue.shared.itemsWithIssues) @@ -28,6 +29,8 @@ struct ContentView: View { MoviesView() case .series: SeriesView() + case .artists: + ArtistsView() case .calendar: CalendarView() .frame(maxWidth: 700) @@ -50,6 +53,7 @@ struct ContentView: View { var movies: TabItem { .movies } var series: TabItem { .series } + var artists: TabItem { .artists } var calendar: TabItem { .calendar } var activity: TabItem { .activity } var history: TabItem { .history } @@ -65,6 +69,7 @@ struct ContentView: View { switch to { case .movies: dependencies.router.moviesPath = .init() case .series: dependencies.router.seriesPath = .init() + case .artists: dependencies.router.artistsPath = .init() case .calendar: NotificationCenter.default.post(name: .scrollToToday) default: break } diff --git a/Ruddarr/Views/MoviesView.swift b/Ruddarr/Views/MoviesView.swift index 4c8e58b5..8968d7b0 100644 --- a/Ruddarr/Views/MoviesView.swift +++ b/Ruddarr/Views/MoviesView.swift @@ -13,6 +13,7 @@ enum MoviesPath: Hashable { struct MoviesView: View { @AppStorage("movieSort", store: dependencies.store) var sort: MovieSort = .init() + @ObservedObject var globalObservables = ObservedDependencies.shared @EnvironmentObject var settings: AppSettings @Environment(RadarrInstance.self) var instance @@ -81,6 +82,18 @@ struct MoviesView: View { if deviceType == .phone { toolbarInstancePicker } if deviceType == .pad { bottomBarInstancePicker } } + + #if os(iOS) + ToolbarItem(placement: .topBarTrailing) { + Button { + globalObservables.showSettings.toggle() + } label: { + Image(systemName: TabItem.settings.icon) + } + .tint(.primary) + .keyboardShortcut(",", modifiers: .command) + } + #endif } .scrollDismissesKeyboard(.immediately) .searchable( diff --git a/Ruddarr/Views/SeriesView.swift b/Ruddarr/Views/SeriesView.swift index 42064a45..fa9e9425 100644 --- a/Ruddarr/Views/SeriesView.swift +++ b/Ruddarr/Views/SeriesView.swift @@ -14,6 +14,7 @@ enum SeriesPath: Hashable { struct SeriesView: View { @AppStorage("seriesSort", store: dependencies.store) var sort: SeriesSort = .init() + @ObservedObject var globalObservables = ObservedDependencies.shared @EnvironmentObject var settings: AppSettings @Environment(SonarrInstance.self) var instance @@ -82,6 +83,18 @@ struct SeriesView: View { if deviceType == .phone { toolbarInstancePicker } if deviceType == .pad { bottomBarInstancePicker } } + + #if os(iOS) + ToolbarItem(placement: .topBarTrailing) { + Button { + globalObservables.showSettings.toggle() + } label: { + Image(systemName: TabItem.settings.icon) + } + .tint(.primary) + .keyboardShortcut(",", modifiers: .command) + } + #endif } .scrollDismissesKeyboard(.immediately) .searchable( diff --git a/Ruddarr/Views/Settings/InstanceEditView.swift b/Ruddarr/Views/Settings/InstanceEditView.swift index aabb3439..15c43278 100644 --- a/Ruddarr/Views/Settings/InstanceEditView.swift +++ b/Ruddarr/Views/Settings/InstanceEditView.swift @@ -7,6 +7,7 @@ struct InstanceEditView: View { @Environment(\.dismiss) var dismiss @Environment(\.deviceType) var deviceType + @Environment(LidarrInstance.self) var lidarrInstance @Environment(RadarrInstance.self) var radarrInstance @Environment(SonarrInstance.self) var sonarrInstance @EnvironmentObject var settings: AppSettings @@ -46,16 +47,25 @@ struct InstanceEditView: View { #if DEBUG Button { + instance.type = .lidarr + instance.url = "http://10.0.1.5:8300/settings/general" + instance.apiKey = "sb0600c1b3a442bfb0222f4e13a8150d" + } label: { Text(verbatim: "Lidarr") } + + Button { + instance.type = .radarr instance.url = "http://10.0.1.5:8310/settings/general" instance.apiKey = "3b0600c1b3aa42bfb0222f4e13a81f39" } label: { Text(verbatim: "Radarr") } Button { + instance.type = .sonarr instance.url = "http://10.0.1.5:8989/" instance.apiKey = "f8e3682b3b984cddbaa00047a09d0fbd" } label: { Text(verbatim: "Sonarr") } Button { + instance.type = .sonarr instance.url = "http://10.0.1.5:18988" instance.apiKey = "8efa9412e9564d588cefadc4d4cd1b06" } label: { Text(verbatim: "Sonarr v3") } @@ -262,6 +272,7 @@ struct InstanceEditView: View { var urlPlaceholder: String { switch instance.type { + case .lidarr: "http://10.0.1.1:8686" case .radarr: "http://10.0.1.1:7878" case .sonarr: "http://10.0.1.1:8989" } diff --git a/Ruddarr/Views/Settings/InstanceView+Notifications.swift b/Ruddarr/Views/Settings/InstanceView+Notifications.swift index c0c256c7..3787eefa 100644 --- a/Ruddarr/Views/Settings/InstanceView+Notifications.swift +++ b/Ruddarr/Views/Settings/InstanceView+Notifications.swift @@ -234,6 +234,81 @@ extension InstanceView { } } } + + var lidarrNotifications: some View { + Group { + if webhook.model.supportsOnArtistAdd ?? false { + Toggle("Artist Added", isOn: Binding( + get: { self.webhook.model.onArtistAdd ?? false }, + set: { newValue in self.webhook.model.onArtistAdd = newValue } + )) + .onChange(of: webhook.model.onArtistAdd, updateWebhook) + } + + if webhook.model.supportsOnGrab ?? false { + Toggle("Album Downloading", isOn: $webhook.model.onGrab) + .onChange(of: webhook.model.onGrab, updateWebhook) + } + + if webhook.model.supportsOnDownload ?? false { + Toggle("Album Imported", isOn: $webhook.model.onDownload) + .onChange(of: webhook.model.onDownload, updateWebhook) + } + + if webhook.model.onDownload && webhook.model.supportsOnUpgrade ?? false { + Toggle("Album Upgraded", isOn: $webhook.model.onUpgrade) + .onChange(of: webhook.model.onUpgrade, updateWebhook) + } + + if webhook.model.supportsOnArtistDelete ?? false { + Toggle("Artist Deleted", isOn: Binding( + get: { self.webhook.model.onArtistDelete ?? false }, + set: { newValue in self.webhook.model.onArtistDelete = newValue } + )) + .onChange(of: webhook.model.onArtistDelete, updateWebhook) + } + + if webhook.model.supportsOnAlbumDelete ?? false { + Toggle("Album Deleted", isOn: Binding( + get: { self.webhook.model.onAlbumDelete ?? false }, + set: { newValue in self.webhook.model.onAlbumDelete = newValue } + )) + .onChange(of: webhook.model.onAlbumDelete, updateWebhook) + } + + if webhook.model.supportsOnManualInteractionRequired ?? false { + Toggle("Manual Interaction Required", isOn: Binding( + get: { webhook.model.onManualInteractionRequired ?? false }, + set: { webhook.model.onManualInteractionRequired = $0 } + )) + .onChange(of: webhook.model.onManualInteractionRequired, updateWebhook) + } + + if webhook.model.supportsOnHealthIssue ?? false { + Toggle("Health Issue", isOn: $webhook.model.onHealthIssue) + .onChange(of: webhook.model.onHealthIssue, updateWebhook) + + if webhook.model.onHealthIssue { + Toggle("Include Warnings", isOn: $webhook.model.includeHealthWarnings) + .onChange(of: webhook.model.includeHealthWarnings, updateWebhook) + .padding(.leading) + } + } + + if webhook.model.supportsOnHealthRestored ?? false { + Toggle("Health Restored", isOn: Binding( + get: { webhook.model.onHealthRestored ?? false }, + set: { webhook.model.onHealthRestored = $0 } + )) + .onChange(of: webhook.model.onHealthRestored, updateWebhook) + } + + if webhook.model.supportsOnApplicationUpdate ?? false { + Toggle("Application Updated", isOn: $webhook.model.onApplicationUpdate) + .onChange(of: webhook.model.onApplicationUpdate, updateWebhook) + } + } + } // swiftlint:enable closure_body_length } diff --git a/Ruddarr/Views/Settings/SettingsPreferencesSection.swift b/Ruddarr/Views/Settings/SettingsPreferencesSection.swift index 134c0c16..faf9d183 100644 --- a/Ruddarr/Views/Settings/SettingsPreferencesSection.swift +++ b/Ruddarr/Views/Settings/SettingsPreferencesSection.swift @@ -41,6 +41,7 @@ struct SettingsPreferencesSection: View { ForEach([ TabItem.movies, TabItem.series, + TabItem.artists, TabItem.calendar, TabItem.activity, ]) { tab in diff --git a/Ruddarr/Views/SettingsView.swift b/Ruddarr/Views/SettingsView.swift index 6c67a8c6..c0823a37 100644 --- a/Ruddarr/Views/SettingsView.swift +++ b/Ruddarr/Views/SettingsView.swift @@ -5,9 +5,12 @@ struct SettingsView: View { @State private var showLocalNetworkWarning: Bool = false @EnvironmentObject var settings: AppSettings + @Environment(LidarrInstance.self) private var lidarrInstance @Environment(RadarrInstance.self) private var radarrInstance @Environment(SonarrInstance.self) private var sonarrInstance + @Environment(\.dismiss) private var dismiss + enum Path: Hashable { case icons case createInstance @@ -16,6 +19,7 @@ struct SettingsView: View { } var body: some View { + // swiftlint:disable:next closure_body_length NavigationStack(path: dependencies.$router.settingsPath) { Form { instanceSection @@ -38,12 +42,14 @@ struct SettingsView: View { .environmentObject(settings) case .createInstance: InstanceEditView(mode: .create, instance: Instance()) + .environment(lidarrInstance) .environment(radarrInstance) .environment(sonarrInstance) .environmentObject(settings) case .viewInstance(let instanceId): if let instance = settings.instanceById(instanceId) { InstanceView(instance: instance) + .environment(lidarrInstance) .environment(radarrInstance) .environment(sonarrInstance) .environmentObject(settings) @@ -51,12 +57,25 @@ struct SettingsView: View { case .editInstance(let instanceId): if let instance = settings.instanceById(instanceId) { InstanceEditView(mode: .update, instance: instance) + .environment(lidarrInstance) .environment(radarrInstance) .environment(sonarrInstance) .environmentObject(settings) } } } + #if os(iOS) + .toolbar { + ToolbarItem(placement: .topBarTrailing) { + Button { + dismiss() + } label: { + Image(systemName: "xmark") + } + .tint(.primary) + } + } + #endif } } diff --git a/Ruddarr/Views/Shared/MediaFileSheet.swift b/Ruddarr/Views/Shared/MediaFileSheet.swift index 95a30e77..2fd1335d 100644 --- a/Ruddarr/Views/Shared/MediaFileSheet.swift +++ b/Ruddarr/Views/Shared/MediaFileSheet.swift @@ -104,16 +104,20 @@ struct MediaFileSheet: View { String(localized: "Bitrate"), file.videoBitrateLabel(runtime) ?? "--" ) - Divider() - row( - String(localized: "Framerate", comment: "Video frame rate"), - String(format: "%.0f fps", media.videoFps) - ) - Divider() - row( - String(localized: "Color Depth", comment: "Video color depth"), - "\(media.videoBitDepth) bit" - ) + if let videoFps = media.videoFps { + Divider() + row( + String(localized: "Framerate", comment: "Video frame rate"), + String(format: "%.0f fps", videoFps) + ) + } + if let videoBitDepth = media.videoBitDepth { + Divider() + row( + String(localized: "Color Depth", comment: "Video color depth"), + "\(videoBitDepth) bit" + ) + } Divider() row( String(localized: "Scan Type", comment: "Video scan Type"), @@ -130,6 +134,7 @@ struct MediaFileSheet: View { @ViewBuilder var audioMetadata: some View { + // swiftlint:disable closure_body_length if let media = file.mediaInfo { Section { VStack(spacing: 6) { @@ -137,24 +142,28 @@ struct MediaFileSheet: View { String(localized: "Codec", comment: "Audio/video codec"), media.audioCodec ?? "--" ) - Divider() - row( - String(localized: "Channels", comment: "Audio channel count"), - "\(media.audioChannels)" - ) + if let audioChannels = media.audioChannels { + Divider() + row( + String(localized: "Channels", comment: "Audio channel count"), + "\(audioChannels)" + ) + } Divider() row( String(localized: "Bitrate", comment: "Audio/video bitrate"), formatBitrate(media.audioBitrate) ?? "--" ) - Divider() - row( - String(localized: "Streams", comment: "Audio stream count"), - "\(media.audioStreamCount)" - ) - Divider() + if let audioStreamCount = media.audioStreamCount { + Divider() + row( + String(localized: "Streams", comment: "Audio stream count"), + "\(audioStreamCount)" + ) + } if let codes = media.audioLanguageCodes { + Divider() row( String(localized: "Languages"), codes.count <= 3 ? languagesList(codes) : "" @@ -178,6 +187,7 @@ struct MediaFileSheet: View { .padding(.bottom, 4) } } + // swiftlint:enable closure_body_length } @ViewBuilder diff --git a/Ruddarr/Views/Shared/MediaGrid+Content.swift b/Ruddarr/Views/Shared/MediaGrid+Content.swift index ffeb9741..4b9e4d8b 100644 --- a/Ruddarr/Views/Shared/MediaGrid+Content.swift +++ b/Ruddarr/Views/Shared/MediaGrid+Content.swift @@ -45,6 +45,7 @@ struct DiscoveryGridPoster: View { @Environment(RadarrInstance.self) private var radarrInstance @Environment(SonarrInstance.self) private var sonarrInstance + @Environment(LidarrInstance.self) private var lidarrInstance var body: some View { Button { @@ -64,6 +65,8 @@ struct DiscoveryGridPoster: View { MoviePosterOverlay(movie: movie) } else if let series { SeriesPosterOverlay(series: series) + } else if let artist { + ArtistsPosterOverlay(artist: artist) } } .opacity(inLibrary ? 0.4 : 1) @@ -105,6 +108,11 @@ struct DiscoveryGridPoster: View { return sonarrInstance.series.cachedItems.first { $0.tmdbId == item.id } } + var artist: Artist? { + guard item.type == .artist else { return nil } + return lidarrInstance.artists.cachedItems.first { $0.id == item.id } + } + func navigate() async { if item.type == .movie { await navigateTo(movie: movie) @@ -160,6 +168,34 @@ struct DiscoveryGridPoster: View { self.error = API.Error(from: error) } } + + func navigateTo(artist: Artist?) async { + if let artist { + dependencies.router.artistsPath.append(ArtistsPath.artist(artist.id)) + return + } + + if lidarrInstance.artists.cachedItems.first(where: { $0.mbId != nil }) == nil { + self.error = API.Error(from: AppError( + String(localized: "Upgrade to Lidarr v3.0.0 or newer.") + )) + + return + } + + isLoading = true + defer { isLoading = false } + + do { + let result = try await lidarrInstance.lookup.fetch(id: item.id) + + dependencies.router.artistsPath.append( + ArtistsPath.preview(try? JSONEncoder().encode(result)) + ) + } catch { + self.error = API.Error(from: error) + } + } } #Preview { diff --git a/Ruddarr/Views/Shared/NoInstance.swift b/Ruddarr/Views/Shared/NoInstance.swift index 5d12583f..d6d5de46 100644 --- a/Ruddarr/Views/Shared/NoInstance.swift +++ b/Ruddarr/Views/Shared/NoInstance.swift @@ -1,6 +1,8 @@ import SwiftUI struct NoInstance: View { + @ObservedObject var state = ObservedDependencies.shared + let type: String? init(type: String? = nil) { @@ -13,7 +15,11 @@ struct NoInstance: View { systemImage: "externaldrive.badge.xmark", description: Text(description.toMarkdown()) ).environment(\.openURL, .init { _ in + #if os(iOS) + state.showSettings.toggle() + #else dependencies.router.selectedTab = .settings + #endif return .handled }) } @@ -27,7 +33,7 @@ struct NoInstance: View { } var description: String { - let fallback = ["Radarr", "Sonarr"].formatted(.list(type: .or)) + let fallback = ["Lidarr", "Radarr", "Sonarr"].formatted(.list(type: .or)) return String( format: String(localized: "Connect a %@ instance under %@."),