Added the new options in 1.1.10
This commit is contained in:
parent
86824c846a
commit
dc95150d7f
File diff suppressed because one or more lines are too long
@ -268,10 +268,14 @@
|
|||||||
<input type="number" min="100" max="1800" step="100" v-model.number="settings.embeddedArtworkSize" />
|
<input type="number" min="100" max="1800" step="100" v-model.number="settings.embeddedArtworkSize" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<label class="with_checkbox">
|
<div class="input_group">
|
||||||
<input type="checkbox" v-model="settings.PNGcovers" />
|
<p class="input_group_text">{{ $t('settings.covers.localArtworkFormat.title') }}</p>
|
||||||
<span class="checkbox_text">{{ $t('settings.covers.PNGcovers') }}</span>
|
<select v-model="settings.localArtworkFormat">
|
||||||
</label>
|
<option value="jpg">{{ $t('settings.covers.localArtworkFormat.jpg') }}</option>
|
||||||
|
<option value="png">{{ $t('settings.covers.localArtworkFormat.png') }}</option>
|
||||||
|
<option value="jpg,png">{{ $t('settings.covers.localArtworkFormat.both') }}</option>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
|
||||||
<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>
|
||||||
@ -406,20 +410,26 @@
|
|||||||
</label>
|
</label>
|
||||||
|
|
||||||
<div class="input_group">
|
<div class="input_group">
|
||||||
<p class="input_group_text">{{ $t('settings.other.multitagSeparator.title') }}</p>
|
<p class="input_group_text">{{ $t('settings.other.multiArtistSeparator.title') }}</p>
|
||||||
<select v-model="settings.tags.multitagSeparator">
|
<select v-model="settings.tags.multiArtistSeparator">
|
||||||
<option value="default">{{ $t('settings.other.multitagSeparator.default') }}</option>
|
<option value="nothing">{{ $t('settings.other.multiArtistSeparator.nothing') }}</option>
|
||||||
<option value="andFeat">{{ $t('settings.other.multitagSeparator.andFeat') }}</option>
|
<option value="default">{{ $t('settings.other.multiArtistSeparator.default') }}</option>
|
||||||
<option value=" & ">{{ $t('settings.other.multitagSeparator.using', [' & ']) }}</option>
|
<option value="andFeat">{{ $t('settings.other.multiArtistSeparator.andFeat') }}</option>
|
||||||
<option value=",">{{ $t('settings.other.multitagSeparator.using', [',']) }}</option>
|
<option value=" & ">{{ $t('settings.other.multiArtistSeparator.using', [' & ']) }}</option>
|
||||||
<option value=", ">{{ $t('settings.other.multitagSeparator.using', [', ']) }}</option>
|
<option value=",">{{ $t('settings.other.multiArtistSeparator.using', [',']) }}</option>
|
||||||
<option value="/">{{ $t('settings.other.multitagSeparator.using', ['/']) }}</option>
|
<option value=", ">{{ $t('settings.other.multiArtistSeparator.using', [', ']) }}</option>
|
||||||
<option value=" / ">{{ $t('settings.other.multitagSeparator.using', [' / ']) }}</option>
|
<option value="/">{{ $t('settings.other.multiArtistSeparator.using', ['/']) }}</option>
|
||||||
<option value=";">{{ $t('settings.other.multitagSeparator.using', [';']) }}</option>
|
<option value=" / ">{{ $t('settings.other.multiArtistSeparator.using', [' / ']) }}</option>
|
||||||
<option value="; ">{{ $t('settings.other.multitagSeparator.using', ['; ']) }}</option>
|
<option value=";">{{ $t('settings.other.multiArtistSeparator.using', [';']) }}</option>
|
||||||
|
<option value="; ">{{ $t('settings.other.multiArtistSeparator.using', ['; ']) }}</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<label class="with_checkbox">
|
||||||
|
<input type="checkbox" v-model="settings.singleAlbumArtist" />
|
||||||
|
<span class="checkbox_text">{{ $t('settings.other.singleAlbumArtist') }}</span>
|
||||||
|
</label>
|
||||||
|
|
||||||
<label class="with_checkbox">
|
<label class="with_checkbox">
|
||||||
<input type="checkbox" v-model="settings.albumVariousArtists" />
|
<input type="checkbox" v-model="settings.albumVariousArtists" />
|
||||||
<span class="checkbox_text">{{ $t('settings.other.albumVariousArtists') }}</span>
|
<span class="checkbox_text">{{ $t('settings.other.albumVariousArtists') }}</span>
|
||||||
|
@ -115,7 +115,12 @@ const en = {
|
|||||||
artistImageTemplate: 'Artist image template',
|
artistImageTemplate: 'Artist image template',
|
||||||
localArtworkSize: 'Local artwork size',
|
localArtworkSize: 'Local artwork size',
|
||||||
embeddedArtworkSize: 'Embedded artwork size',
|
embeddedArtworkSize: 'Embedded artwork size',
|
||||||
PNGcovers: 'Save images as png',
|
localArtworkFormat: {
|
||||||
|
title: 'What format do you want the local artwork to be?',
|
||||||
|
jpg: "A jpeg image",
|
||||||
|
png: "A png image",
|
||||||
|
both: "Both a jpeg and a png"
|
||||||
|
},
|
||||||
jpegImageQuality: 'JPEG image quality'
|
jpegImageQuality: 'JPEG image quality'
|
||||||
},
|
},
|
||||||
tags: {
|
tags: {
|
||||||
@ -149,12 +154,14 @@ const en = {
|
|||||||
savePlaylistAsCompilation: 'Save playlists as compilation',
|
savePlaylistAsCompilation: 'Save playlists as compilation',
|
||||||
useNullSeparator: 'Use null separator',
|
useNullSeparator: 'Use null separator',
|
||||||
saveID3v1: 'Save ID3v1 as well',
|
saveID3v1: 'Save ID3v1 as well',
|
||||||
multitagSeparator: {
|
multiArtistSeparator: {
|
||||||
title: 'How would you like to separate your artists?',
|
title: 'How would you like to separate your artists?',
|
||||||
|
nothing: 'Save only the main artist',
|
||||||
default: 'Using standard specification',
|
default: 'Using standard specification',
|
||||||
andFeat: 'Using & and feat.',
|
andFeat: 'Using & and feat.',
|
||||||
using: 'Using "{0}"'
|
using: 'Using "{0}"'
|
||||||
},
|
},
|
||||||
|
singleAlbumArtist: 'Save only the main album artist',
|
||||||
albumVariousArtists: 'Keep "Various Artists" in the Album Artists',
|
albumVariousArtists: 'Keep "Various Artists" in the Album Artists',
|
||||||
removeAlbumVersion: 'Remove "Album Version" from track title',
|
removeAlbumVersion: 'Remove "Album Version" from track title',
|
||||||
removeDuplicateArtists: 'Remove combinations of artists',
|
removeDuplicateArtists: 'Remove combinations of artists',
|
||||||
|
@ -115,7 +115,12 @@ const it = {
|
|||||||
artistImageTemplate: 'Template nome copertina artista',
|
artistImageTemplate: 'Template nome copertina artista',
|
||||||
localArtworkSize: 'Dimensioni copertine locali',
|
localArtworkSize: 'Dimensioni copertine locali',
|
||||||
embeddedArtworkSize: 'Dimensioni copertine incorporate',
|
embeddedArtworkSize: 'Dimensioni copertine incorporate',
|
||||||
PNGcovers: 'Salva immagini come PNG',
|
localArtworkFormat: {
|
||||||
|
title: 'Come vuoi salvare le copertine locali?',
|
||||||
|
jpg: 'In jpeg',
|
||||||
|
png: 'In png',
|
||||||
|
both: 'Sia in jpeg che in png'
|
||||||
|
},
|
||||||
jpegImageQuality: 'Qualità immagine JPEG'
|
jpegImageQuality: 'Qualità immagine JPEG'
|
||||||
},
|
},
|
||||||
tags: {
|
tags: {
|
||||||
@ -149,12 +154,14 @@ const it = {
|
|||||||
savePlaylistAsCompilation: 'Salva le playlist come Compilation',
|
savePlaylistAsCompilation: 'Salva le playlist come Compilation',
|
||||||
useNullSeparator: 'Usa il carattere NULL come separatore',
|
useNullSeparator: 'Usa il carattere NULL come separatore',
|
||||||
saveID3v1: 'Salva anche il ID3v1',
|
saveID3v1: 'Salva anche il ID3v1',
|
||||||
multitagSeparator: {
|
multiArtistSeparator: {
|
||||||
title: 'Come vuoi separare gli artisti?',
|
title: 'Come vuoi separare gli artisti?',
|
||||||
|
nothing: 'Salva solo l\'artista principale',
|
||||||
default: 'Usando la specificazione standard',
|
default: 'Usando la specificazione standard',
|
||||||
andFeat: 'Usando & e feat.',
|
andFeat: 'Usando & e feat.',
|
||||||
using: 'Usando "{0}"'
|
using: 'Usando "{0}"'
|
||||||
},
|
},
|
||||||
|
singleAlbumArtist: 'Salva solo l\'artista dell\'album principale',
|
||||||
albumVariousArtists: 'Lascia "Artisti Vari" negli artisti dell\'album',
|
albumVariousArtists: 'Lascia "Artisti Vari" negli artisti dell\'album',
|
||||||
removeAlbumVersion: 'Rimuovi "Album Version" dal titolo del brano',
|
removeAlbumVersion: 'Rimuovi "Album Version" dal titolo del brano',
|
||||||
removeDuplicateArtists: 'Rimuovi le combinazioni di artisti',
|
removeDuplicateArtists: 'Rimuovi le combinazioni di artisti',
|
||||||
|
Loading…
Reference in New Issue
Block a user