config/puddletag: reformat config

This commit is contained in:
xeruf 2021-10-15 12:03:40 +02:00
parent 231496fc1a
commit 0fa0d830ae
4 changed files with 134 additions and 136 deletions

View File

@ -3,66 +3,66 @@
"values": [ "values": [
"" ""
] ]
}, },
"&Output": { "&Output": {
"values": [ "values": [
"", "",
"%1", "%1",
"%1" "%1"
] ]
}, },
"&Text": { "&Text": {
"values": [ "values": [
"", "",
"%date%", "%date%",
"%date%" "%date%"
] ]
}, },
"&Field list (; separated):": { "&Field list (; separated):": {
"values": [ "values": [
"", "",
"comment;__image", "comment;__image",
"comment;creation_time;__image", "comment;creation_time;__image",
"comment;software;creation_time;__image", "comment;software;creation_time;__image",
"comment;__image" "comment;__image"
] ]
}, },
"filter_text": { "filter_text": {
"values": [ "values": [
"", "",
"varien", "varien",
"wildfire", "wildfire",
" - ", " - ",
"diconnect", "diconnect",
"disconnect", "disconnect",
"the calli", "the calli",
"" ""
] ]
}, },
"&Pattern": { "&Pattern": {
"values": [ "values": [
"[year]", "[year]",
"[%year%] %album% - %title% (%artist%)", "[%year%] %album% - %title% (%artist%)",
"[%year%-%dummy%-%dummy%] %album% - %title% (%artist%)", "[%year%-%dummy%-%dummy%] %album% - %title% (%artist%)",
"[%date%] %album% - %title% (%artist%)", "[%date%] %album% - %title% (%artist%)",
"%1-%2", "%1-%2",
"%1-%2-%3" "%1-%2-%3"
] ]
}, },
"&Replace": { "&Replace": {
"values": [ "values": [
"" ""
] ]
}, },
"&Format string": { "&Format string": {
"values": [ "values": [
"ICF Berlin Friedrichshain", "ICF Berlin Friedrichshain",
"(c) 2019 ICF Berlin", "(c) 2019 ICF Berlin",
"deutsch", "deutsch",
"https://www.icf-friedrichshain.de/", "https://www.icf-friedrichshain.de/",
"https://soundcloud.com/icf-berlin-fhain/%year%-fh\n", "https://soundcloud.com/icf-berlin-fhain/%year%-fh\n",
"Podcast", "Podcast",
"https://soundcloud.com/icf-berlin-fhain/%year%-fh", "https://soundcloud.com/icf-berlin-fhain/%year%-fh",
"https://soundcloud.com/icf-berlin-fhain/%date%-fh" "https://soundcloud.com/icf-berlin-fhain/%date%-fh"
] ]
} }

View File

@ -1,26 +1,26 @@
{ {
"&Load last folder at startup": { "&Load last folder at startup": {
"value": true "value": true
}, },
"Program to &play files with:": { "Program to &play files with:": {
"value": "amarok -p" "value": "mp"
}, },
"Show &gridlines": { "Show &gridlines": {
"value": true "value": true
}, },
"Su&bfolders": { "Su&bfolders": {
"value": true "value": true
}, },
"&Preserve file modification times (if supported)": { "&Preserve file modification times (if supported)": {
"value": true "value": true
}, },
"Show tooltips in file-view:": { "Show tooltips in file-view:": {
"value": true "value": true
}, },
"Automatically resize columns to contents": { "Automatically resize columns to contents": {
"value": false "value": true
}, },
"Show &row numbers": { "Show &row numbers": {
"value": true "value": true
} }
} }

View File

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

View File

@ -1,29 +1,30 @@
{ {
"tagsources": { "tagsources": {
"trackpattern": "%track% - %title%", "trackpattern": "%track% - %title%",
"jfdi": true, "jfdi": true,
"albumpattern": "%artist% - %album% $if(%__numtracks%, [%__numtracks%], \"\")", "albumpattern": "%artist% - %album% $if(%__numtracks%, [%__numtracks%], \"\")",
"lastsort": 0, "lastsort": 0,
"existing": false, "existing": false,
"match_fields": [ "match_fields": [
"artist", "artist",
"title" "title"
], ],
"album_bound": 70, "album_bound": 70,
"autoretrieve": false, "autoretrieve": false,
"sortoptions": [ "sortoptions": [
"artist, album", "artist, album",
"album, artist" "album, artist"
], ],
"useragent": "puddletag/1.0.5", "useragent": "puddletag/1.0.5",
"track_bound": 80, "track_bound": 80,
"lastsource": "AcoustID" "lastsource": "AcoustID"
}, },
"tagsourcetags": { "tagsourcetags": {
"MusicBrainz": [], "MusicBrainz": [],
"FreeDB": [], "FreeDB": [],
"Discogs.com": [], "Discogs.com": [],
"AcoustID": [], "AcoustID": [],
"Amazon": [] "Amazon": [],
"AllMusic.com": []
} }
} }