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 "value": true
}, },
"Program to &play files with:": { "Program to &play files with:": {
"value": "mp" "value": "mp -q --seek"
}, },
"Show &gridlines": { "Show &gridlines": {
"value": true "value": true

View File

@ -16,7 +16,7 @@
}, },
"main": { "main": {
"lang": "auto", "lang": "auto",
"lastfolder": "/home/janek/data/music", "lastfolder": "/home/janek/data/music/Electronic/TheFatRat",
"maximized": false "maximized": false
}, },
"playlist": { "playlist": {
@ -43,7 +43,7 @@
"fontsize": 10, "fontsize": 10,
"rowsize": 43, "rowsize": 43,
"sort_fields": [ "sort_fields": [
"genre" "title"
], ],
"sort_reverse": false "sort_reverse": false
}, },
@ -77,12 +77,12 @@
"tableheader": { "tableheader": {
"titles": [ "titles": [
"Filename", "Filename",
"Path",
"Artist", "Artist",
"Title", "Title",
"Album", "Album",
"Track", "Track",
"Genre", "Genre",
"Path",
"Album Artist", "Album Artist",
"Length", "Length",
"Year", "Year",
@ -94,12 +94,12 @@
], ],
"tags": [ "tags": [
"__filename", "__filename",
"__path",
"artist", "artist",
"title", "title",
"album", "album",
"track", "track",
"genre", "genre",
"__path",
"albumartist", "albumartist",
"__length", "__length",
"year", "year",
@ -115,6 +115,7 @@
"%artist% - %title%", "%artist% - %title%",
"%artist% - $num(%track%,2) - %title%", "%artist% - $num(%track%,2) - %title%",
"%artist% - %album% - $num(%track%,2) - %title%", "%artist% - %album% - $num(%track%,2) - %title%",
"$num(%track%,2) %title%",
"%title%" "%title%"
], ],
"index": 0 "index": 0
@ -124,9 +125,7 @@
}, },
"actions": { "actions": {
"checked": [ "checked": [
"Standard", "Standard"
"Artist splitting",
"Genre: Canto"
] ]
}, },
"quick_actions": { "quick_actions": {
@ -134,4 +133,4 @@
"Artist splitting" "Artist splitting"
] ]
} }
} }