I have an issue when users are streaming to my liquidsoap setup from
Traktor. The dump file is always separated into many files, seems to be
whenever the track being played in Traktor changes. My theory is that the
metadata changes when the track changes, causing liquidsoap to close the
current dump file and start a new one.

I actually know that Traktor is sending the current track as metadata,
because it was showing up in my metadata before, and I asked for help to
remove it and Romain gave me some code:

> I have some issue with Traktor adding extra metadata (track title). I
> set metadata in this fashion.
>
> live_dj =
input.harbor("datafruits",port=9000,auth=dj_auth,on_disconnect=on_disconnect)
>
> def new_meta(m) =
>   title = m["title"]
>   [("title","#{!title_prefix} -- #{title}")]
> end
> live_dj = map_metadata(new_meta, live_dj)
>

I don't think there is a way to turn off sending the track metadata in
Traktor itself, at least I couldn't find it.

Is there any way I could keep the recording in a nice, clean single dump
file automatically? It is really a pain having to re-assemble the file from
many dumps.

Thanks!

-- 
-Tony Miller
github.com/mcfiredrill
@freedrull
freedrull.tumblr.com
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to