config/puddletag: add another pattern

This commit is contained in:
xeruf 2022-01-15 22:04:34 +01:00
parent 92e7c5ac49
commit b4fe9f0421
1 changed files with 6 additions and 5 deletions

View File

@ -16,7 +16,7 @@
},
"main": {
"lang": "auto",
"lastfolder": "/home/janek/data/music/Ambient/Blackmill",
"lastfolder": "/home/janek/data/music/Ambient",
"maximized": true
},
"playlist": {
@ -43,7 +43,7 @@
"fontsize": 10,
"rowsize": 43,
"sort_fields": [
"title"
"albumartist"
],
"sort_reverse": false
},
@ -81,10 +81,10 @@
"Artist",
"Title",
"Album",
"Length",
"Track",
"Genre",
"Album Artist",
"Length",
"Year",
"BPM",
"Comment",
@ -98,10 +98,10 @@
"artist",
"title",
"album",
"__length",
"track",
"genre",
"albumartist",
"__length",
"year",
"bpm",
"comment",
@ -117,9 +117,10 @@
"%artist% - %title%",
"%artist% - %track% - %title%",
"%artist% - %album% - %track% - %title%",
"%track% %artist% - %title%",
"%title%"
],
"index": 1
"index": 0
},
"functions": {
"last_used": "regex"