dotfiles/.config/puddletag/puddletag.conf

124 lines
2.1 KiB
Plaintext
Raw Normal View History

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