config/puddletag: update patterns

This commit is contained in:
xeruf 2021-12-02 18:14:26 +01:00
parent 68403ad0c1
commit 73dee5e5d2
2 changed files with 8 additions and 9 deletions

View File

@ -3,7 +3,7 @@
"value": true
},
"Program to &play files with:": {
"value": "mp"
"value": "mp -q --seek"
},
"Show &gridlines": {
"value": true

View File

@ -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"
]
}
}
}