0.6.6 - standalone track naming, artist separator
This commit is contained in:
parent
ef9ae6e2ad
commit
babd12bae2
20 changed files with 271 additions and 150 deletions
|
|
@ -45,7 +45,7 @@ class Settings {
|
|||
//Download options
|
||||
String downloadPath;
|
||||
|
||||
@JsonKey(defaultValue: "%artists% - %title%")
|
||||
@JsonKey(defaultValue: "%artist% - %title%")
|
||||
String downloadFilename;
|
||||
@JsonKey(defaultValue: true)
|
||||
bool albumFolder;
|
||||
|
|
@ -67,6 +67,10 @@ class Settings {
|
|||
bool albumCover;
|
||||
@JsonKey(defaultValue: false)
|
||||
bool nomediaFiles;
|
||||
@JsonKey(defaultValue: ", ")
|
||||
String artistSeparator;
|
||||
@JsonKey(defaultValue: "%artist% - %title%")
|
||||
String singletonFilename;
|
||||
|
||||
//Appearance
|
||||
@JsonKey(defaultValue: Themes.Dark)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue