From 22476f50b53e66099955e43004c1fb562f4f1ed8 Mon Sep 17 00:00:00 2001 From: RemixDev Date: Sun, 26 Apr 2020 14:27:54 +0200 Subject: [PATCH] Started implementing Link Analyzer's tab --- public/index.html | 19 +++++++- public/js/modules/link-analyzer-tab.js | 62 ++++++++++++++++++++++++++ public/js/modules/main-search.js | 17 ++----- public/js/modules/search.js | 7 ++- public/js/modules/tabs.js | 7 +++ public/js/modules/utils.js | 5 +++ 6 files changed, 101 insertions(+), 16 deletions(-) create mode 100644 public/js/modules/link-analyzer-tab.js diff --git a/public/index.html b/public/index.html index 7374805..a700eb5 100644 --- a/public/index.html +++ b/public/index.html @@ -257,7 +257,24 @@

Favorites

-

Link Analyzer

+

Link Analyzer

+

{{ title }}

+

{{ subtitle }}

+ + + + + + + + + + + +
ISRC{{ data.isrc }}
UPC{{ data.upc }}
Duration{{ convertDuration(data.duration) }}
Disk Number{{ data.disk_number }}
Track Number{{ data.track_position }}
Release Date{{ data.release_date }}
BPM{{ data.bpm }}
Label{{ data.label }}
Record Type{{ data.record_type }}
Genres{{ data.genres.data.map(x => x.name).join("; ") }}
+
+

{{ country[0] }} - {{ country[1] }}

+