mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-08 08:17:31 +00:00
* Added a new setting that customizes the file name format of downloaded songs. The two options are "Title - Artists" or "Artists - Title". The default option is "Title - Artists", which matches the current implementation. * Updated the way existing songs are searched for in the song downloads folder. Instead of searching by name, song metadata is checked.
114 lines
1.1 KiB
JSON
114 lines
1.1 KiB
JSON
{
|
|
"ar": [
|
|
"file_name_format"
|
|
],
|
|
|
|
"bn": [
|
|
"file_name_format"
|
|
],
|
|
|
|
"ca": [
|
|
"file_name_format"
|
|
],
|
|
|
|
"cs": [
|
|
"file_name_format"
|
|
],
|
|
|
|
"de": [
|
|
"file_name_format"
|
|
],
|
|
|
|
"es": [
|
|
"file_name_format"
|
|
],
|
|
|
|
"eu": [
|
|
"file_name_format"
|
|
],
|
|
|
|
"fa": [
|
|
"file_name_format"
|
|
],
|
|
|
|
"fi": [
|
|
"file_name_format"
|
|
],
|
|
|
|
"fr": [
|
|
"file_name_format"
|
|
],
|
|
|
|
"hi": [
|
|
"file_name_format"
|
|
],
|
|
|
|
"id": [
|
|
"file_name_format"
|
|
],
|
|
|
|
"it": [
|
|
"file_name_format"
|
|
],
|
|
|
|
"ja": [
|
|
"file_name_format"
|
|
],
|
|
|
|
"ka": [
|
|
"file_name_format"
|
|
],
|
|
|
|
"ko": [
|
|
"file_name_format"
|
|
],
|
|
|
|
"ne": [
|
|
"file_name_format"
|
|
],
|
|
|
|
"nl": [
|
|
"file_name_format"
|
|
],
|
|
|
|
"pl": [
|
|
"file_name_format"
|
|
],
|
|
|
|
"pt": [
|
|
"file_name_format"
|
|
],
|
|
|
|
"ru": [
|
|
"file_name_format"
|
|
],
|
|
|
|
"ta": [
|
|
"file_name_format"
|
|
],
|
|
|
|
"th": [
|
|
"file_name_format"
|
|
],
|
|
|
|
"tl": [
|
|
"file_name_format"
|
|
],
|
|
|
|
"tr": [
|
|
"file_name_format"
|
|
],
|
|
|
|
"uk": [
|
|
"file_name_format"
|
|
],
|
|
|
|
"vi": [
|
|
"file_name_format"
|
|
],
|
|
|
|
"zh": [
|
|
"file_name_format"
|
|
]
|
|
}
|