From 1ecb0a0ab8ad8b7037bdc339aa686a41062246cb Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Thu, 6 Jan 2022 12:53:24 +0100 Subject: [PATCH] config/puddletag: update user config --- .config/puddletag/gensettings | 2 +- .config/puddletag/puddletag.conf | 2 +- .config/puddletag/user_shortcuts | 76 ++++++++++++++++++++++++++++++++ .config/puddletag/usertags | 67 ++++++++++++++++++++++++++++ 4 files changed, 145 insertions(+), 2 deletions(-) create mode 100644 .config/puddletag/user_shortcuts create mode 100644 .config/puddletag/usertags diff --git a/.config/puddletag/gensettings b/.config/puddletag/gensettings index 97c6a80..a2bf656 100644 --- a/.config/puddletag/gensettings +++ b/.config/puddletag/gensettings @@ -9,7 +9,7 @@ "value": true }, "Su&bfolders": { - "value": true + "value": false }, "&Preserve file modification times (if supported)": { "value": false diff --git a/.config/puddletag/puddletag.conf b/.config/puddletag/puddletag.conf index d917fdc..f4d34a9 100644 --- a/.config/puddletag/puddletag.conf +++ b/.config/puddletag/puddletag.conf @@ -134,4 +134,4 @@ "Artist splitting" ] } -} \ No newline at end of file +} diff --git a/.config/puddletag/user_shortcuts b/.config/puddletag/user_shortcuts new file mode 100644 index 0000000..d984b1d --- /dev/null +++ b/.config/puddletag/user_shortcuts @@ -0,0 +1,76 @@ +{ + "shortcuts": { + "&Text File->Tag": "", + "&Cut": "Ctrl+X", + "Stored Tags": "", + "Select &All": "Ctrl+A", + "Functions": "", + "&QuickActions": "", + "Filesystem": "", + "&Exit": "Ctrl+Q", + "&Unload Everything": "", + "Tag Sources": "", + "Load &playlist": "", + "&File->Tag": "Ctrl+T", + "&Import Music Library...": "", + "ICF FH Podcast": "Ctrl+I", + "Sa&ve playlist": "", + "&Add Folder": "", + "track/album": "", + "&Invert Selection": "Ctrl+Shift+A", + "&Actions": "", + "&Write Previews": "Ctrl+W", + "&Properties": "", + "Paste &Onto Selection": "", + "Autonumbering &Wizard...": "Ctrl+K", + "Move Selected Do&wn": "Ctrl+-", + "Select &Previous Directory": "Ctrl+Shift+N", + "Remove ID3v&2 Tag": "", + "&Functions": "", + "Enabl&e Preview Mode": "Ctrl+Shift+P", + "&Select Column": "Meta+Alt+C", + "__filename/track/__dirpath": "", + "&Undo": "Ctrl+Z", + "&Open Folder": "Ctrl+O", + "Artwork": "", + "&Delete": "Del", + "&Refresh": "F5", + "&Preferences": "", + "Remove ID3v&1 Tag": "", + "&Play": "Ctrl+P", + "Mass Tagging": "", + "E&xtended Tags": "Ctrl+E", + "Clear Selected &Files": "Ctrl+Shift+F", + "Remove &APEv2 Tag": "", + "Delete &Without Confirmation": "Shift+Del", + "In &Library": "", + "&Copy Selection": "Ctrl+C", + "&Clipboard->Tag": "", + "Tag Panel": "", + "Remove All &ID3 Tags": "", + "&Tag->File": "Ctrl+F", + "&Format": "", + "&Rename Directories": "", + "Logs": "", + "Replace...": "Ctrl+H", + "Filter": "F3", + "&Lock Layout": "", + "Copy All &Fields": "Ctrl+Shift+C", + "Clear Selected &Cells": "", + "Refresh &Selected": "", + "Actions": "", + "&Undo Last Clear": "Ctrl+Shift+Z", + "&Save": "Ctrl+S", + "&Paste": "Ctrl+V", + "&Increase Font": "Ctrl+Shift++", + "&Remove Tag": "Ctrl+R", + "__filename/album/__dirpath": "", + "Move Selected &Up": "Ctrl++", + "&Decrease Font": "Ctrl+Shift+-", + "Sort &By": "", + "Select &Next Directory": "Ctrl+N", + "Artist splitting": "", + "Swap artists": "", + "Standard": "Shift+S" + } +} \ No newline at end of file diff --git a/.config/puddletag/usertags b/.config/puddletag/usertags new file mode 100644 index 0000000..064027c --- /dev/null +++ b/.config/puddletag/usertags @@ -0,0 +1,67 @@ +album +albumsortorder +arranger +artist +audiodelay +audiolength +audiosize +author +bpm +comment +composer +conductor +copyright +date +discnumber +encodedby +encodingsettings +encodingtime +filename +fileowner +filetype +genre +grouping +initialkey +involvedpeople +isrc +itunesalbumsortorder +itunescompilationflag +itunescomposersortorder +just nothing to do with this +language +lyricist +mediatype +mood +musiciancredits +organization +originalalbum +originalartist +originalreleasetime +originalyear +performer +performersortorder +popularimeter +producednotice +publisher +radioowner +radiostationname +recordingdates +releasetime +setsubtitle +taggingtime +time +title +titlesortorder +track +ufid +version +www +wwwartist +wwwcommercialinfo +wwwcopyright +wwwfileinfo +wwwpayment +wwwpublisher +wwwradio +wwwsource +year \ No newline at end of file