@@ -163,7 +163,7 @@ results as JSON. Optionally writes tags to original audio file, avoiding
163
163
unnecessary re-analysis and getting results MUCH faster. This software is
164
164
mainly intended for use with my Liquidsoap "autocue:" protocol.
165
165
166
- cue_file 4.0.2 supports writing tags to these file types:
166
+ cue_file 4.1.0 supports writing tags to these file types:
167
167
.aac, .aif, .aifc, .aiff, .alac, .ape, .asf, .flac, .m2a, .m4a, .m4b, .m4p,
168
168
.m4r, .m4v, .mp+, .mp2, .mp3, .mp4, .mpc, .ofr, .ofs, .oga, .ogg, .ogv, .opus,
169
169
.spx, .wav, .wma, .wmv, .wv.
@@ -225,15 +225,16 @@ Note cue_file will use the LARGER value from the sustained ending and longtail
225
225
calculations to set the next track overlay point. This ensures special song
226
226
endings are always kept intact in transitions.
227
227
228
- cue_file 4.0.2 knows about these tags:
228
+ cue_file 4.1.0 knows about these tags:
229
229
duration, liq_amplify, liq_amplify_adjustment, liq_blank_skipped,
230
230
liq_blankskip, liq_cross_duration, liq_cross_start_next, liq_cue_duration,
231
- liq_cue_in, liq_cue_out, liq_fade_in, liq_fade_out, liq_hook1_in,
232
- liq_hook1_out, liq_hook2_in, liq_hook2_out, liq_hook3_in, liq_hook3_out,
233
- liq_longtail, liq_loudness, liq_loudness_range, liq_ramp1, liq_ramp2,
234
- liq_ramp3, liq_reference_loudness, liq_sustained_ending, liq_true_peak,
235
- liq_true_peak_db, r128_track_gain, replaygain_reference_loudness,
236
- replaygain_track_gain, replaygain_track_peak, replaygain_track_range.
231
+ liq_cue_file, liq_cue_in, liq_cue_out, liq_fade_in, liq_fade_out,
232
+ liq_hook1_in, liq_hook1_out, liq_hook2_in, liq_hook2_out, liq_hook3_in,
233
+ liq_hook3_out, liq_longtail, liq_loudness, liq_loudness_range, liq_ramp1,
234
+ liq_ramp2, liq_ramp3, liq_reference_loudness, liq_sustained_ending,
235
+ liq_true_peak, liq_true_peak_db, r128_track_gain,
236
+ replaygain_reference_loudness, replaygain_track_gain, replaygain_track_peak,
237
+ replaygain_track_range.
237
238
238
239
The absolute minimum set to (possibly) avoid a re-analysis is:
239
240
duration, liq_cross_start_next, liq_cue_in, liq_cue_out,
@@ -247,9 +248,9 @@ Please report any issues to https://github.com/Moonbase59/autocue/issues
247
248
248
249
## <a name =" reference-to-parameters-and-settings " ></a >Reference to parameters and settings <a href =" #toc " class =" goToc " >⇧</a >
249
250
250
- Here is a ** reference table** for settings and parameters in ` cue_file ` and Liquidsoap:
251
+ Here is a ** reference table** for settings and parameters in ` cue_file ` (the external executable) and ` autocue.cue_file ` (the Liquidsoap integration) :
251
252
252
- | cue_file| Liquidsoap | Default| Note|
253
+ | cue_file| autocue.cue_file | Default| Note|
253
254
| --------| ----------| -------| ----|
254
255
| ` -h ` , ` --help ` | —| —| show help|
255
256
| ` -V ` , ` --version ` | —| —| show version|
@@ -272,6 +273,7 @@ Here is a **reference table** for settings and parameters in `cue_file` and Liqu
272
273
| —| ` settings.autocue.cue_file.fade_out ` | 2.5| seconds|
273
274
| —| ` settings.autocue.cue_file.timeout ` | 60.0| seconds|
274
275
| —| ` settings.autocue.cue_file.unify_loudness_correction ` | true| true/false|
276
+ |—|` settings.autocue.cue_file.ignored_overrides ` |[ 'duration'] |(list)
275
277
276
278
** Before changing any of these, please _ know exactly what you’re doing_ , and test locally before applying changes to your station!**
277
279
0 commit comments