Skip to content

Instantly share code, notes, and snippets.

View francosolerio's full-sized avatar

Franco Solerio francosolerio

View GitHub Profile
@francosolerio
francosolerio / gist:e624ba55c2a663ac6b1d
Created November 28, 2014 15:34
Digitalia liquidsoap Script
set("server.telnet",true)
set("server.timeout",300.)
# A function applied to each metadata chunk
def append_title(m) =
# Grab the current title
title = m["title"]
# Return a new title metadata
[("title","#{title} - puntata registrata")]