config/puddletag: update

This commit is contained in:
xeruf 2021-11-24 01:04:03 +01:00
parent 8e157cce10
commit 31d75bb5c9
3 changed files with 24 additions and 14 deletions

View File

@ -46,3 +46,6 @@ Dubstep; Vocal; Liquid
Electronic Electronic
Piano Piano
Electronic; Vocal Electronic; Vocal
Christian; Hip-Hop
Theme; Ambient
Theme; Ambiente

View File

@ -10,7 +10,8 @@
"/home/janek/.local/share/puddletag/actions/Genre House.action", "/home/janek/.local/share/puddletag/actions/Genre House.action",
"/home/janek/.local/share/puddletag/actions/Genre Acoustic.action", "/home/janek/.local/share/puddletag/actions/Genre Acoustic.action",
"/home/janek/.local/share/puddletag/actions/Genre Canto.action", "/home/janek/.local/share/puddletag/actions/Genre Canto.action",
"/home/janek/.local/share/puddletag/actions/Album Clear.action" "/home/janek/.local/share/puddletag/actions/Album Clear.action",
"/home/janek/.local/share/puddletag/actions/Theme Titling.action"
] ]
}, },
"main": { "main": {
@ -75,38 +76,38 @@
}, },
"tableheader": { "tableheader": {
"titles": [ "titles": [
"Dirpath",
"Filename", "Filename",
"Artist", "Artist",
"Title", "Title",
"Album", "Album",
"Track", "Track",
"Length",
"Year",
"Genre", "Genre",
"Path", "Path",
"Album Artist",
"Length",
"Year",
"BPM", "BPM",
"Comment", "Comment",
"Bitrate", "Bitrate",
"Album Artist", "Tags",
"Tags" "Dirpath"
], ],
"tags": [ "tags": [
"__dirpath",
"__filename", "__filename",
"artist", "artist",
"title", "title",
"album", "album",
"track", "track",
"__length",
"year",
"genre", "genre",
"__path", "__path",
"albumartist",
"__length",
"year",
"bpm", "bpm",
"comment", "comment",
"__bitrate", "__bitrate",
"albumartist", "version",
"version" "__dirpath"
] ]
}, },
"editor": { "editor": {
@ -123,6 +124,8 @@
}, },
"actions": { "actions": {
"checked": [ "checked": [
"Standard",
"Artist splitting",
"Genre: Canto" "Genre: Canto"
] ]
}, },

View File

@ -29,10 +29,14 @@
}, },
"2": { "2": {
"titles": [ "titles": [
"Al&bum" "Al&bum",
"T&rack",
"Album Art&ist"
], ],
"tags": [ "tags": [
"album" "album",
"track",
"albumartist"
] ]
}, },
"4": { "4": {