config/puddletag: new version and new patterns

This commit is contained in:
xeruf 2022-02-01 11:26:32 +01:00
parent 0ca87746d0
commit a8ca2b2c5a
5 changed files with 33 additions and 12 deletions

View File

@ -49,4 +49,7 @@ Electronic; Vocal
Christian; Hip-Hop Christian; Hip-Hop
Theme; Ambient Theme; Ambient
Theme; Ambiente Theme; Ambiente
Minecraft; Theme; Liquid Minecraft; Theme; Liquid
Classique
Film
Indie; Canto

View File

@ -1,6 +1,6 @@
{ {
"info": { "info": {
"version": "29" "version": "30"
}, },
"shortcuts": { "shortcuts": {
"__dirpath/album/track": "Alt+Meta+1" "__dirpath/album/track": "Alt+Meta+1"
@ -62,6 +62,7 @@
"&Clipboard->Tag" "&Clipboard->Tag"
], ],
"&Actions": [ "&Actions": [
"&Go to parent folder",
"&Actions", "&Actions",
"&QuickActions", "&QuickActions",
"&Functions", "&Functions",
@ -163,6 +164,7 @@
"&Rename Directories" "&Rename Directories"
], ],
"&Action": [ "&Action": [
"&Go to parent folder",
"&Actions", "&Actions",
"&QuickActions", "&QuickActions",
"&Functions" "&Functions"

View File

@ -16,7 +16,7 @@
}, },
"main": { "main": {
"lang": "auto", "lang": "auto",
"lastfolder": "/home/janek/data/music/Electronic/Liquicity", "lastfolder": "/home/janek/data/music/Electronic",
"maximized": true "maximized": true
}, },
"playlist": { "playlist": {
@ -43,9 +43,9 @@
"fontsize": 10, "fontsize": 10,
"rowsize": 43, "rowsize": 43,
"sort_fields": [ "sort_fields": [
"albumartist" "album"
], ],
"sort_reverse": true "sort_reverse": false
}, },
"extendedtags": { "extendedtags": {
"add": [ "add": [
@ -76,8 +76,8 @@
}, },
"tableheader": { "tableheader": {
"titles": [ "titles": [
"Filename",
"Path", "Path",
"Filename",
"Artist", "Artist",
"Title", "Title",
"Album", "Album",
@ -93,8 +93,8 @@
"Dirpath" "Dirpath"
], ],
"tags": [ "tags": [
"__filename",
"__path", "__path",
"__filename",
"artist", "artist",
"title", "title",
"album", "album",
@ -113,12 +113,13 @@
"editor": { "editor": {
"patterns": [ "patterns": [
"$num(%track%,2) %title%", "$num(%track%,2) %title%",
"%ignore% %title%", "$meta_sep(artist,\" & \") - %title%",
"%artist% - %title%", "%artist% - %title%",
"%artist% - %track% - %title%", "%title%",
"%artist% - %album% - %track% - %title%", "%ignore% %title%",
"%track% %artist% - %title%", "%track% %artist% - %title%",
"%title%" "%artist% - %track% - %title%",
"%artist% - %album% - %track% - %title%"
], ],
"index": 0 "index": 0
}, },

View File

@ -377,5 +377,13 @@
"enabled": "filesselected", "enabled": "filesselected",
"command": "clipboard_to_tag", "command": "clipboard_to_tag",
"control": "mainwin" "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"
} }
} }

View File

@ -1,5 +1,7 @@
album album
albumartist albumartist
albumartist2
albumsortorder albumsortorder
arranger arranger
artist artist
@ -15,7 +17,10 @@ composer
conductor conductor
copyright copyright
date date
description
discnumber discnumber
disctotal
encoded by
encodedby encodedby
encodingsettings encodingsettings
encodingtime encodingtime
@ -44,6 +49,7 @@ performer
performersortorder performersortorder
popularimeter popularimeter
producednotice producednotice
producer
publisher publisher
radioowner radioowner
radiostationname radiostationname
@ -56,6 +62,7 @@ time
title title
titlesortorder titlesortorder
track track
tracktotal
ufid ufid
version version
www www
@ -67,4 +74,4 @@ wwwpayment
wwwpublisher wwwpublisher
wwwradio wwwradio
wwwsource wwwsource
year year