#105: Customize song metadata
------------------------+---------------------------------------------------
Reporter: karye | Owner: admin
Type: Feature | Status: new
Priority: 1 | Milestone: 0.3.7
Component: Liquidsoap | Version: 0.3.6+svn
Keywords: | Mac: 1
Other: 1 | Freebsd: 1
Linux: 1 |
------------------------+---------------------------------------------------
Basically I'd like to construct the final infa as 'artist - album (year) -
titel'
But because of sometimes missing metadata something like this should
happen:
if no year: artist - album - titel
if no album: artist - titel
I tried, to no avail:
("artist", '$(artist) - $(album) $(if $(year)>0,"","($(year))")')
--
Ticket URL: <http://savonet.rastageeks.org/ticket/105>
Savonet <http://savonet.rastageeks.org/>
Let's program our stream !