sync up tidal and hifi to get the same tags

pull/459/head
elmerohueso 3 weeks ago
parent 4ddb86522c
commit a845a3d49d

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

@ -500,7 +500,6 @@ class ConfigManager:
"tags": {
"track_id": True,
"artist_id": True,
"album_id": True,
"isrc": True,
"bpm": True,
"copyright": True,

@ -5283,12 +5283,11 @@
<label class="checkbox-label" onclick="event.stopPropagation()">
<input type="checkbox" id="embed-hifi" checked onchange="toggleServiceTags(this, 'hifi')"> HiFi
</label>
<span class="tag-service-count">6 tags</span>
<span class="tag-service-count">5 tags</span>
</div>
<div class="tag-service-body" style="display:none;">
<label class="checkbox-label"><input type="checkbox" data-config="hifi.tags.track_id" checked> Track ID</label>
<label class="checkbox-label"><input type="checkbox" data-config="hifi.tags.artist_id" checked> Artist ID</label>
<label class="checkbox-label"><input type="checkbox" data-config="hifi.tags.album_id" checked> Album ID</label>
<label class="checkbox-label"><input type="checkbox" data-config="hifi.tags.isrc" checked> ISRC</label>
<label class="checkbox-label"><input type="checkbox" data-config="hifi.tags.bpm" checked> BPM</label>
<label class="checkbox-label"><input type="checkbox" data-config="hifi.tags.copyright" checked> Copyright</label>

Loading…
Cancel
Save