wip on autotagging

This commit is contained in:
2026-05-01 11:52:50 -04:00
parent 5cf019a0ac
commit d5140395da
295 changed files with 11105 additions and 40714 deletions
+12
View File
@@ -10,6 +10,10 @@ export function BrowseReleases(arg1) {
return window['go']['explore']['Service']['BrowseReleases'](arg1);
}
export function CAALimiter() {
return window['go']['explore']['Service']['CAALimiter']();
}
export function CheckLibraryMBIDs(arg1) {
return window['go']['explore']['Service']['CheckLibraryMBIDs'](arg1);
}
@@ -46,6 +50,10 @@ export function GetArtistPlayCount(arg1) {
return window['go']['explore']['Service']['GetArtistPlayCount'](arg1);
}
export function GetCandidateThumbnail(arg1, arg2) {
return window['go']['explore']['Service']['GetCandidateThumbnail'](arg1, arg2);
}
export function GetIndexStatus() {
return window['go']['explore']['Service']['GetIndexStatus']();
}
@@ -94,6 +102,10 @@ export function LookupReleaseGroup(arg1) {
return window['go']['explore']['Service']['LookupReleaseGroup'](arg1);
}
export function MusicBrainz() {
return window['go']['explore']['Service']['MusicBrainz']();
}
export function PopulateLocalCrossReferences() {
return window['go']['explore']['Service']['PopulateLocalCrossReferences']();
}