Re: [Savonet-users] [savonet/liquidsoap] ON_METADATA not called when live show is broadcast. (#624)

2019-02-01 Thread Romain Beauxis
Do you guys have logs to share? On log level `4`, we should be able to see what 
metadata a passed to `smart_crossfade` and also what transition gets selected.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/624#issuecomment-459873866___
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users


Re: [Savonet-users] [savonet/liquidsoap] ON_METADATA not called when live show is broadcast. (#624)

2019-01-26 Thread dhannyz
@daniel-j I have this exact issue with smart_crossfade as well, likewise I dont 
think moving the crossfade after my live sources would be a good idea, did you 
get anywhere with this?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/624#issuecomment-457827575___
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users


Re: [Savonet-users] [savonet/liquidsoap] ON_METADATA not called when live show is broadcast. (#624)

2018-10-05 Thread Niall Lindsay
Hi any update on this?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/624#issuecomment-427463905___
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users


Re: [Savonet-users] [savonet/liquidsoap] ON_METADATA not called when live show is broadcast. (#624)

2018-09-19 Thread djazz
I have a similar issue with Liquidsoap 1.3.4 where `on_metadata` and 
`map_metadata` doesn't always get called after a `smart_crossfade`. I tested 
this by running skip multiple times. 
[code](https://github.com/daniel-j/parasprite-radio/blob/ebddb2fd275249056026d6f681b6a939c1a48cb4/liq/radio.liq)

I can solve it by moving the smart_crossfade after the metadata hooks (unsure 
how this will affect my live sources, needs more testing) or removing it 
completely.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/624#issuecomment-422692953___
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users


Re: [Savonet-users] [savonet/liquidsoap] ON_METADATA not called when live show is broadcast. (#624)

2018-09-16 Thread Niall Lindsay
Metadata is also not updated when pushing a song to the queue over TELNET
![screen shot 2018-09-16 at 10 30 
59](https://user-images.githubusercontent.com/9781846/45594958-a985fc80-b99b-11e8-8bd0-7cb1b34e2485.png)

![screen shot 2018-09-16 at 10 31 
30](https://user-images.githubusercontent.com/9781846/45594963-b6a2eb80-b99b-11e8-9c97-0d05a0afad64.png)



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/624#issuecomment-421731727___
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users


Re: [Savonet-users] [savonet/liquidsoap] ON_METADATA not called when live show is broadcast. (#624)

2018-09-14 Thread Niall Lindsay
@toots any update on this?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/624#issuecomment-421338671___
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users


Re: [Savonet-users] [savonet/liquidsoap] ON_METADATA not called when live show is broadcast. (#624)

2018-09-12 Thread Niall Lindsay
I mean I can easily call send_meta() I just don’t know where to get the 
metadata object from directly.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/624#issuecomment-420673669___
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users


Re: [Savonet-users] [savonet/liquidsoap] ON_METADATA not called when live show is broadcast. (#624)

2018-09-12 Thread Niall Lindsay
@toots So basically when the source is switched to a live input on_metadata is 
not called until the second song is played on the live stream

Would it be possible to call on_metadata directly on the fallback. e.g in the 
functions toLive and toAuto?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/624#issuecomment-420673355___
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users