From a8ca2b2c5a7abf934ce2c8efddc9eb6df221570d Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Tue, 1 Feb 2022 11:26:32 +0100 Subject: [PATCH] config/puddletag: new version and new patterns --- .config/puddletag/genres | 5 ++++- .config/puddletag/menus | 4 +++- .config/puddletag/puddletag.conf | 19 ++++++++++--------- .config/puddletag/shortcuts | 8 ++++++++ .config/puddletag/usertags | 9 ++++++++- 5 files changed, 33 insertions(+), 12 deletions(-) diff --git a/.config/puddletag/genres b/.config/puddletag/genres index e81f039..58a9e34 100644 --- a/.config/puddletag/genres +++ b/.config/puddletag/genres @@ -49,4 +49,7 @@ Electronic; Vocal Christian; Hip-Hop Theme; Ambient Theme; Ambiente -Minecraft; Theme; Liquid \ No newline at end of file +Minecraft; Theme; Liquid +Classique +Film +Indie; Canto \ No newline at end of file diff --git a/.config/puddletag/menus b/.config/puddletag/menus index 4ca6dd9..f0b2bf3 100644 --- a/.config/puddletag/menus +++ b/.config/puddletag/menus @@ -1,6 +1,6 @@ { "info": { - "version": "29" + "version": "30" }, "shortcuts": { "__dirpath/album/track": "Alt+Meta+1" @@ -62,6 +62,7 @@ "&Clipboard->Tag" ], "&Actions": [ + "&Go to parent folder", "&Actions", "&QuickActions", "&Functions", @@ -163,6 +164,7 @@ "&Rename Directories" ], "&Action": [ + "&Go to parent folder", "&Actions", "&QuickActions", "&Functions" diff --git a/.config/puddletag/puddletag.conf b/.config/puddletag/puddletag.conf index a2b9185..0a7bab7 100644 --- a/.config/puddletag/puddletag.conf +++ b/.config/puddletag/puddletag.conf @@ -16,7 +16,7 @@ }, "main": { "lang": "auto", - "lastfolder": "/home/janek/data/music/Electronic/Liquicity", + "lastfolder": "/home/janek/data/music/Electronic", "maximized": true }, "playlist": { @@ -43,9 +43,9 @@ "fontsize": 10, "rowsize": 43, "sort_fields": [ - "albumartist" + "album" ], - "sort_reverse": true + "sort_reverse": false }, "extendedtags": { "add": [ @@ -76,8 +76,8 @@ }, "tableheader": { "titles": [ - "Filename", "Path", + "Filename", "Artist", "Title", "Album", @@ -93,8 +93,8 @@ "Dirpath" ], "tags": [ - "__filename", "__path", + "__filename", "artist", "title", "album", @@ -113,12 +113,13 @@ "editor": { "patterns": [ "$num(%track%,2) %title%", - "%ignore% %title%", + "$meta_sep(artist,\" & \") - %title%", "%artist% - %title%", - "%artist% - %track% - %title%", - "%artist% - %album% - %track% - %title%", + "%title%", + "%ignore% %title%", "%track% %artist% - %title%", - "%title%" + "%artist% - %track% - %title%", + "%artist% - %album% - %track% - %title%" ], "index": 0 }, diff --git a/.config/puddletag/shortcuts b/.config/puddletag/shortcuts index 9b2b2fb..dc12d47 100644 --- a/.config/puddletag/shortcuts +++ b/.config/puddletag/shortcuts @@ -377,5 +377,13 @@ "enabled": "filesselected", "command": "clipboard_to_tag", "control": "mainwin" + }, + "shortcut53": { + "name": "&Go to parent folder", + "command": "focusCurrentFileParent", + "control": "Filesystem", + "enabled": "filesselected", + "tooltip": "Focuses the current file's parent folder in the Filesystem view", + "icon": ":/target.png" } } \ No newline at end of file diff --git a/.config/puddletag/usertags b/.config/puddletag/usertags index 829d574..81448c2 100644 --- a/.config/puddletag/usertags +++ b/.config/puddletag/usertags @@ -1,5 +1,7 @@ + album albumartist +albumartist2 albumsortorder arranger artist @@ -15,7 +17,10 @@ composer conductor copyright date +description discnumber +disctotal +encoded by encodedby encodingsettings encodingtime @@ -44,6 +49,7 @@ performer performersortorder popularimeter producednotice +producer publisher radioowner radiostationname @@ -56,6 +62,7 @@ time title titlesortorder track +tracktotal ufid version www @@ -67,4 +74,4 @@ wwwpayment wwwpublisher wwwradio wwwsource -year +year \ No newline at end of file