config/puddletag: update
This commit is contained in:
parent
8e157cce10
commit
31d75bb5c9
|
@ -45,4 +45,7 @@ Soundtrack
|
||||||
Dubstep; Vocal; Liquid
|
Dubstep; Vocal; Liquid
|
||||||
Electronic
|
Electronic
|
||||||
Piano
|
Piano
|
||||||
Electronic; Vocal
|
Electronic; Vocal
|
||||||
|
Christian; Hip-Hop
|
||||||
|
Theme; Ambient
|
||||||
|
Theme; Ambiente
|
|
@ -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"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue