1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-04 07:47:45 +02:00

picard: fixed typo in script

This commit is contained in:
tiyn 2022-08-13 01:01:44 +02:00
parent 4789e24248
commit 41210b05ee

View File

@ -19,7 +19,7 @@ The tracknumber is padded to at least 2 places.
```
$replace($lower(
$if($gt(%totaldiscs%,1.),$num(%discnumber%,$len(%totaldiscs%)).,)
$if($gt(%totaldiscs%,1),$num(%discnumber%,$len(%totaldiscs%)).,)
$num(%tracknumber%,$if($gt($len(%totaltracks%),2),$len(%totaltracks%),2))._
%artist%_-_
%title%), ,_)