config/puddletag: new version and new patterns
This commit is contained in:
parent
0ca87746d0
commit
a8ca2b2c5a
|
@ -49,4 +49,7 @@ Electronic; Vocal
|
|||
Christian; Hip-Hop
|
||||
Theme; Ambient
|
||||
Theme; Ambiente
|
||||
Minecraft; Theme; Liquid
|
||||
Minecraft; Theme; Liquid
|
||||
Classique
|
||||
Film
|
||||
Indie; Canto
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
},
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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
|
Loading…
Reference in New Issue