Added coverDescriptionUTF8 in settings
This commit is contained in:
parent
7ee53780f3
commit
2d505f5fee
File diff suppressed because one or more lines are too long
@ -299,6 +299,11 @@
|
|||||||
</label>
|
</label>
|
||||||
<p v-if="settings.embeddedArtworkPNG" style="opacity: 0.75; color: #ffcc22;">⚠️ {{ $t('settings.covers.embeddedPNGWarning') }}</p>
|
<p v-if="settings.embeddedArtworkPNG" style="opacity: 0.75; color: #ffcc22;">⚠️ {{ $t('settings.covers.embeddedPNGWarning') }}</p>
|
||||||
|
|
||||||
|
<label class="with_checkbox">
|
||||||
|
<input type="checkbox" v-model="settings.tags.coverDescriptionUTF8" />
|
||||||
|
<span class="checkbox_text">{{ $t('settings.covers.coverDescriptionUTF8') }}</span>
|
||||||
|
</label>
|
||||||
|
|
||||||
<div class="input_group">
|
<div class="input_group">
|
||||||
<p class="input_group_text">{{ $t('settings.covers.jpegImageQuality') }}</p>
|
<p class="input_group_text">{{ $t('settings.covers.jpegImageQuality') }}</p>
|
||||||
<input type="number" min="1" max="100" v-model.number="settings.jpegImageQuality" />
|
<input type="number" min="1" max="100" v-model.number="settings.jpegImageQuality" />
|
||||||
|
@ -264,7 +264,8 @@ const en = {
|
|||||||
jpegImageQuality: 'JPEG image quality',
|
jpegImageQuality: 'JPEG image quality',
|
||||||
embeddedArtworkPNG: 'Save embedded artwork as PNG',
|
embeddedArtworkPNG: 'Save embedded artwork as PNG',
|
||||||
embeddedPNGWarning: 'PNGs are not officialy supported by Deezer and can be buggy',
|
embeddedPNGWarning: 'PNGs are not officialy supported by Deezer and can be buggy',
|
||||||
imageSizeWarning: 'Anything above x1200 is not officialy used by Deezer, you may encounter issues'
|
imageSizeWarning: 'Anything above x1200 is not officialy used by Deezer, you may encounter issues',
|
||||||
|
coverDescriptionUTF8: 'Save cover description using UTF8 (iTunes Cover Fix)'
|
||||||
},
|
},
|
||||||
tags: {
|
tags: {
|
||||||
head: 'Which tags to save',
|
head: 'Which tags to save',
|
||||||
|
@ -270,7 +270,8 @@ const it = {
|
|||||||
jpegImageQuality: 'Qualità immagine JPEG',
|
jpegImageQuality: 'Qualità immagine JPEG',
|
||||||
embeddedArtworkPNG: 'Salva copertina incorporata come PNG',
|
embeddedArtworkPNG: 'Salva copertina incorporata come PNG',
|
||||||
embeddedPNGWarning: 'Le immagini PNG non sono usate ufficialmente da Deezer e potrebbero dare problemi',
|
embeddedPNGWarning: 'Le immagini PNG non sono usate ufficialmente da Deezer e potrebbero dare problemi',
|
||||||
imageSizeWarning: 'Dimensioni maggiori di x1200 non sono usate ufficialmente da Deezer, potresti incontrare problemi'
|
imageSizeWarning: 'Dimensioni maggiori di x1200 non sono usate ufficialmente da Deezer, potresti incontrare problemi',
|
||||||
|
coverDescriptionUTF8: 'Salva la descrizione della copertina in UTF8 (iTunes Cover Fix)'
|
||||||
},
|
},
|
||||||
tags: {
|
tags: {
|
||||||
head: 'Quali tag salvare',
|
head: 'Quali tag salvare',
|
||||||
|
Loading…
Reference in New Issue
Block a user