Hi,
You should be able to use `map_metadata` for this. If you want to entirely
replace the metadata you should set `update=false`:
```
def make_my_own_metadata(m) =
# Do something with m
[("title",title),...]
end
s = map_metadata(update=false,make_my_own_metadata,s)
```
If metadata aren't present at all you can also set `insert_missing=true` on
this operator.
--
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/518#issuecomment-401788178
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users