v3.0.0 #18
Moonbase59
announced in
Announcements
v3.0.0
#18
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
2024-06-12 – v3.0.0
New feature
cue_file
still supports the-b
/--blankskip
option, which will use a default of2.5
seconds minimum silence duration.-b
/--blankskip
without a value, you should use it as the last parameter and then add a--
before the filename, to signify "end of parameters". This is standard syntax and you probably know it already from other programs.Example:
-b
/--blankskip
in seconds, it is a new optional parameter.Example:
0.00
) and means "disabled":true
orfalse
before!Recommendation
liq_blankskip
tag set to0.00
,cue_file
’s-b
/--blankskip
option when writing tags,annotate:liq_blankskip=0.00
on playlists.songtype
tag here. This is useful if you use a common music library, or have files that have been tagged using SAM categories.jingle_mode=true
annotation we honor.Breaking Changes
liq_blankskip
is now a float, not a boolean anymore!cue_file
andautocue.cue_file.liq
will handle the "old" tags gracefully, using0.00
for formerfalse
and your setting or the default of2.50
s for formertrue
.0.00
(zero) now means "blankskip disabled".Beta Was this translation helpful? Give feedback.
All reactions