dotfiles/.config/puddletag/puddletag.conf

135 lines
2.4 KiB
Plaintext
Raw Normal View History

{
2021-10-15 12:26:58 +00:00
"puddleactions": {
"firstrun": false,
"convert": false,
"order": [
"/home/janek/.local/share/puddletag/actions/standard.action",
2021-10-22 15:14:41 +00:00
"/home/janek/.local/share/puddletag/actions/caseconversion.action",
2021-10-31 19:22:56 +00:00
"/home/janek/.local/share/puddletag/actions/Artist splitting.action",
"/home/janek/.local/share/puddletag/actions/Swap artists.action",
"/home/janek/.local/share/puddletag/actions/Genre House.action",
"/home/janek/.local/share/puddletag/actions/Genre Acoustic.action",
2021-11-07 05:02:24 +00:00
"/home/janek/.local/share/puddletag/actions/Genre Canto.action",
"/home/janek/.local/share/puddletag/actions/Album Clear.action"
2021-10-15 12:26:58 +00:00
]
},
"main": {
"lang": "auto",
2021-11-07 05:02:24 +00:00
"lastfolder": "/home/janek/data/music",
2021-11-23 14:36:44 +00:00
"maximized": true
2021-10-15 12:26:58 +00:00
},
"playlist": {
"extinfo": 1,
"extpattern": "%artist% - %title%",
"reldir": 0,
"filepattern": "puddletag.m3u",
"windows_separator": 0
},
"table": {
"selected_color": [
43,
48,
52
],
"preview_color": [
192,
255,
192
],
"filespec": [
""
],
"fontsize": 10,
"rowsize": 43,
"sort_fields": [
2021-11-23 14:36:44 +00:00
"__dirpath"
2021-10-15 12:26:58 +00:00
],
"sort_reverse": false
},
"extendedtags": {
"add": [
0,
255,
0
],
"edit": [
255,
255,
0
],
"remove": [
255,
0,
0
]
},
"id3tags": {
"v1_option": 2,
"v2_option": 4
},
"tags": {
"cover_pattern": "folder"
},
"plugins": {
"to_load": []
},
"tableheader": {
"titles": [
2021-10-17 11:41:05 +00:00
"Dirpath",
2021-10-15 10:03:40 +00:00
"Filename",
"Artist",
"Title",
"Album",
"Track",
"Length",
"Year",
"Genre",
2021-11-16 09:20:13 +00:00
"Path",
2021-10-22 15:14:41 +00:00
"BPM",
2021-10-17 11:41:05 +00:00
"Comment",
2021-10-22 15:14:41 +00:00
"Bitrate",
2021-11-16 09:20:13 +00:00
"Album Artist",
"Tags"
2021-10-15 10:03:40 +00:00
],
"tags": [
2021-10-17 11:41:05 +00:00
"__dirpath",
2021-10-15 10:03:40 +00:00
"__filename",
"artist",
"title",
"album",
"track",
"__length",
"year",
"genre",
2021-11-16 09:20:13 +00:00
"__path",
2021-10-22 15:14:41 +00:00
"bpm",
2021-10-17 11:41:05 +00:00
"comment",
2021-10-22 15:14:41 +00:00
"__bitrate",
2021-11-16 09:20:13 +00:00
"albumartist",
"version"
]
2021-10-15 10:03:40 +00:00
},
"editor": {
"patterns": [
2021-10-22 15:14:41 +00:00
"%artist% - %title%",
2021-10-15 10:03:40 +00:00
"%artist% - $num(%track%,2) - %title%",
"%artist% - %album% - $num(%track%,2) - %title%",
2021-10-22 15:14:41 +00:00
"%title%"
2021-10-15 10:03:40 +00:00
],
2021-11-23 14:36:44 +00:00
"index": 3
2021-10-15 10:03:40 +00:00
},
2021-10-15 12:26:58 +00:00
"functions": {
2021-10-31 19:22:56 +00:00
"last_used": "regex"
2021-10-15 10:03:40 +00:00
},
2021-10-15 12:26:58 +00:00
"actions": {
2021-10-22 15:14:41 +00:00
"checked": [
2021-10-31 19:22:56 +00:00
"Genre: Canto"
2021-10-22 15:14:41 +00:00
]
},
"quick_actions": {
"checked": [
"Artist splitting"
]
2021-10-15 12:26:58 +00:00
}
2021-11-23 14:36:44 +00:00
}