Le mer. 3 mai 2023 à 16:31, p····· g······· <pra...@gmail.com> a écrit :
>
> Reminder: Liquidshop 3 is on May 30th!hi peeps!
>
>
> output.file(%wav(stereo=true, channels=2, samplesize=16, header=false),
> "A:/%Y-%m-%d-%H-%M.wav", studija, fallible=true)
>
> used to create files like this:
>
> 2023-05-02-19-01.wav
>
> and now it makes a file literally this:
>
> %Y-%m-%d-%H-%M.wav

Yes, this was moved to an explicit code to simplify our internal
implementation to allow better maintenance on our side.

This is documented, along with all changes like that, here:
https://www.liquidsoap.info/doc-dev/migrating.html#strftime

You should use:
 output.file(%wav(stereo=true, channels=2, samplesize=16, header=false),
{time.string("A:/%Y-%m-%d-%H-%M.wav")}, studija, fallible=true)


_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to