config/puddletag: update patterns
This commit is contained in:
parent
68403ad0c1
commit
73dee5e5d2
|
@ -3,7 +3,7 @@
|
|||
"value": true
|
||||
},
|
||||
"Program to &play files with:": {
|
||||
"value": "mp"
|
||||
"value": "mp -q --seek"
|
||||
},
|
||||
"Show &gridlines": {
|
||||
"value": true
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
},
|
||||
"main": {
|
||||
"lang": "auto",
|
||||
"lastfolder": "/home/janek/data/music",
|
||||
"lastfolder": "/home/janek/data/music/Electronic/TheFatRat",
|
||||
"maximized": false
|
||||
},
|
||||
"playlist": {
|
||||
|
@ -43,7 +43,7 @@
|
|||
"fontsize": 10,
|
||||
"rowsize": 43,
|
||||
"sort_fields": [
|
||||
"genre"
|
||||
"title"
|
||||
],
|
||||
"sort_reverse": false
|
||||
},
|
||||
|
@ -77,12 +77,12 @@
|
|||
"tableheader": {
|
||||
"titles": [
|
||||
"Filename",
|
||||
"Path",
|
||||
"Artist",
|
||||
"Title",
|
||||
"Album",
|
||||
"Track",
|
||||
"Genre",
|
||||
"Path",
|
||||
"Album Artist",
|
||||
"Length",
|
||||
"Year",
|
||||
|
@ -94,12 +94,12 @@
|
|||
],
|
||||
"tags": [
|
||||
"__filename",
|
||||
"__path",
|
||||
"artist",
|
||||
"title",
|
||||
"album",
|
||||
"track",
|
||||
"genre",
|
||||
"__path",
|
||||
"albumartist",
|
||||
"__length",
|
||||
"year",
|
||||
|
@ -115,6 +115,7 @@
|
|||
"%artist% - %title%",
|
||||
"%artist% - $num(%track%,2) - %title%",
|
||||
"%artist% - %album% - $num(%track%,2) - %title%",
|
||||
"$num(%track%,2) %title%",
|
||||
"%title%"
|
||||
],
|
||||
"index": 0
|
||||
|
@ -124,9 +125,7 @@
|
|||
},
|
||||
"actions": {
|
||||
"checked": [
|
||||
"Standard",
|
||||
"Artist splitting",
|
||||
"Genre: Canto"
|
||||
"Standard"
|
||||
]
|
||||
},
|
||||
"quick_actions": {
|
||||
|
@ -134,4 +133,4 @@
|
|||
"Artist splitting"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue