mirror of
https://github.com/tiyn/wiki.git
synced 2025-04-10 02:27:45 +02:00
picard: fixed typo in script
This commit is contained in:
parent
4789e24248
commit
41210b05ee
@ -19,7 +19,7 @@ The tracknumber is padded to at least 2 places.
|
|||||||
|
|
||||||
```
|
```
|
||||||
$replace($lower(
|
$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))._
|
$num(%tracknumber%,$if($gt($len(%totaltracks%),2),$len(%totaltracks%),2))._
|
||||||
%artist%_-_
|
%artist%_-_
|
||||||
%title%), ,_)
|
%title%), ,_)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user