config/puddletag: update
This commit is contained in:
parent
8e157cce10
commit
31d75bb5c9
|
@ -46,3 +46,6 @@ Dubstep; Vocal; Liquid
|
|||
Electronic
|
||||
Piano
|
||||
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 Acoustic.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": {
|
||||
|
@ -75,38 +76,38 @@
|
|||
},
|
||||
"tableheader": {
|
||||
"titles": [
|
||||
"Dirpath",
|
||||
"Filename",
|
||||
"Artist",
|
||||
"Title",
|
||||
"Album",
|
||||
"Track",
|
||||
"Length",
|
||||
"Year",
|
||||
"Genre",
|
||||
"Path",
|
||||
"Album Artist",
|
||||
"Length",
|
||||
"Year",
|
||||
"BPM",
|
||||
"Comment",
|
||||
"Bitrate",
|
||||
"Album Artist",
|
||||
"Tags"
|
||||
"Tags",
|
||||
"Dirpath"
|
||||
],
|
||||
"tags": [
|
||||
"__dirpath",
|
||||
"__filename",
|
||||
"artist",
|
||||
"title",
|
||||
"album",
|
||||
"track",
|
||||
"__length",
|
||||
"year",
|
||||
"genre",
|
||||
"__path",
|
||||
"albumartist",
|
||||
"__length",
|
||||
"year",
|
||||
"bpm",
|
||||
"comment",
|
||||
"__bitrate",
|
||||
"albumartist",
|
||||
"version"
|
||||
"version",
|
||||
"__dirpath"
|
||||
]
|
||||
},
|
||||
"editor": {
|
||||
|
@ -123,6 +124,8 @@
|
|||
},
|
||||
"actions": {
|
||||
"checked": [
|
||||
"Standard",
|
||||
"Artist splitting",
|
||||
"Genre: Canto"
|
||||
]
|
||||
},
|
||||
|
|
|
@ -29,10 +29,14 @@
|
|||
},
|
||||
"2": {
|
||||
"titles": [
|
||||
"Al&bum"
|
||||
"Al&bum",
|
||||
"T&rack",
|
||||
"Album Art&ist"
|
||||
],
|
||||
"tags": [
|
||||
"album"
|
||||
"album",
|
||||
"track",
|
||||
"albumartist"
|
||||
]
|
||||
},
|
||||
"4": {
|
||||
|
|
Loading…
Reference in New Issue