added artwork for stopped. improvements for British people
This commit is contained in:
parent
365df407ab
commit
493492c579
4 changed files with 40 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
"i18n.languageName": "English (UK)",
|
"i18n.languageName": "English (UK)",
|
||||||
"i18n.languageNameEnglish": "English (UK)",
|
"i18n.languageNameEnglish": "English (UK)",
|
||||||
"i18n.category": "main",
|
"i18n.category": "main",
|
||||||
"i18n.authors": "Core, inalone, nosh118",
|
"i18n.authors": "Core, inalone, nosh118, booploops",
|
||||||
"date.format": "${d} ${m}, ${y}",
|
"date.format": "${d} ${m}, ${y}",
|
||||||
"term.equalizer": "Equaliser",
|
"term.equalizer": "Equaliser",
|
||||||
"settings.option.audio.enableAdvancedFunctionality.description": "Enabling AudioContext functionality will allow for extended audio features like Audio Normalisation, Equalisers and Visualisers - however on some systems this may cause stuttering in audio tracks.",
|
"settings.option.audio.enableAdvancedFunctionality.description": "Enabling AudioContext functionality will allow for extended audio features like Audio Normalisation, Equalisers and Visualisers - however on some systems this may cause stuttering in audio tracks.",
|
||||||
|
@ -14,5 +14,14 @@
|
||||||
"term.track": {
|
"term.track": {
|
||||||
"one" : "song",
|
"one" : "song",
|
||||||
"other" : "songs"
|
"other" : "songs"
|
||||||
}
|
},
|
||||||
|
"home.syncFavorites": "Sync Favourites",
|
||||||
|
"home.syncFavorites.gettingArtists": "Getting Favourited Artists...",
|
||||||
|
"action.addToFavorites": "Add to Favourites",
|
||||||
|
"action.favorite": "Favourite",
|
||||||
|
"action.removeFavorite": "Remove Favourite",
|
||||||
|
"settings.option.visual.customAccentColor": "Custom Accent Colour",
|
||||||
|
"settings.option.visual.accentColor": "Accent Colour",
|
||||||
|
"settings.option.visual.windowColor": "Window Tint Colour",
|
||||||
|
"settings.header.visual.windowBackgroundStyle.color": "Colour Tint"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1452,10 +1452,13 @@ div[data-type="musicVideo"] .info-rect .title::before {
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
border-radius: 4px;
|
border-radius: var(--mediaItemRadiusSmall);
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
margin: 6px;
|
margin: 6px;
|
||||||
image-rendering: -webkit-optimize-contrast;
|
image-rendering: -webkit-optimize-contrast;
|
||||||
|
.mediaitem-artwork {
|
||||||
|
border-radius: var(--mediaItemRadiusSmall);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-chrome .app-chrome-item > .app-playback-controls .actions {
|
.app-chrome .app-chrome-item > .app-playback-controls .actions {
|
||||||
|
|
|
@ -60,6 +60,19 @@
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<template v-else>
|
||||||
|
<div class="app-playback-controls">
|
||||||
|
<div class="artwork" id="artworkLCD" style="pointer-events: none;">
|
||||||
|
<mediaitem-artwork :url="currentArtUrl"></mediaitem-artwork>
|
||||||
|
</div>
|
||||||
|
<div class="playback-info">
|
||||||
|
<div class="song-name">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -183,6 +183,18 @@
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
<template v-else>
|
||||||
|
<div class="app-playback-controls">
|
||||||
|
<div class="artwork" id="artworkLCD" style="pointer-events: none;">
|
||||||
|
<mediaitem-artwork :url="currentArtUrl"></mediaitem-artwork>
|
||||||
|
</div>
|
||||||
|
<div class="playback-info">
|
||||||
|
<div class="info-rect">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
</div>
|
</div>
|
||||||
<div class="app-chrome-item" v-else>
|
<div class="app-chrome-item" v-else>
|
||||||
<div class="top-nav-group">
|
<div class="top-nav-group">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue