dotfiles/.config/puddletag/puddletag.conf

121 lines
1.9 KiB
Plaintext
Raw Normal View History

{
"tableheader": {
"titles": [
2021-10-15 10:03:40 +00:00
"Filename",
"Artist",
"Title",
"Album",
"Track",
"Length",
"Year",
"Bitrate",
"Genre",
"Comment",
"Dirpath",
"BPM"
2021-10-15 10:03:40 +00:00
],
"tags": [
2021-10-15 10:03:40 +00:00
"__filename",
"artist",
"title",
"album",
"track",
"__length",
"year",
"__bitrate",
"genre",
"comment",
"__dirpath",
"bpm"
]
2021-10-15 10:03:40 +00:00
},
"functions": {
"last_used": "autonumbering"
2021-10-15 10:03:40 +00:00
},
"tags": {
"cover_pattern": "folder"
2021-10-15 10:03:40 +00:00
},
"extendedtags": {
"edit": [
2021-10-15 10:03:40 +00:00
255,
255,
0
2021-10-15 10:03:40 +00:00
],
"add": [
2021-10-15 10:03:40 +00:00
0,
255,
0
2021-10-15 10:03:40 +00:00
],
"remove": [
2021-10-15 10:03:40 +00:00
255,
0,
0
]
2021-10-15 10:03:40 +00:00
},
"playlist": {
2021-10-15 10:03:40 +00:00
"extinfo": 1,
"extpattern": "%artist% - %title%",
"reldir": 1,
"windows_separator": 0,
"filepattern": "puddletag.m3u"
2021-10-15 10:03:40 +00:00
},
"actions": {
2021-10-15 10:03:40 +00:00
"checked": []
},
"editor": {
"patterns": [
2021-10-15 10:03:40 +00:00
"%artist% - %title%",
"%artist% - $num(%track%,2) - %title%",
"%artist% - %album% - $num(%track%,2) - %title%",
"%title%",
"$num(%track%,2) %title%"
2021-10-15 10:03:40 +00:00
],
"index": 3
2021-10-15 10:03:40 +00:00
},
"id3tags": {
2021-10-15 10:03:40 +00:00
"v1_option": 2,
"v2_option": 4
2021-10-15 10:03:40 +00:00
},
"plugins": {
"to_load": []
2021-10-15 10:03:40 +00:00
},
"puddleactions": {
2021-10-15 10:03:40 +00:00
"convert": false,
"firstrun": false,
"order": [
2021-10-15 10:03:40 +00:00
"/home/janek/.local/share/puddletag/actions/standard.action",
"/home/janek/.local/share/puddletag/actions/caseconversion.action"
]
2021-10-15 10:03:40 +00:00
},
"table": {
"preview_color": [
2021-10-15 10:03:40 +00:00
192,
255,
192
2021-10-15 10:03:40 +00:00
],
"filespec": [
""
2021-10-15 10:03:40 +00:00
],
"rowsize": 27,
"sort_fields": [
"__filename"
2021-10-15 10:03:40 +00:00
],
"fontsize": 10,
"sort_reverse": false,
"selected_color": [
2021-10-15 10:03:40 +00:00
64,
64,
64
]
2021-10-15 10:03:40 +00:00
},
"main": {
2021-10-15 10:03:40 +00:00
"lang": "auto",
"lastfolder": "/home/janek/data/audio",
"maximized": true
2021-10-15 10:03:40 +00:00
},
"quick_actions": {
"checked": [
"ICF FH Podcast"
]
}
}