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