Hi David,

Thanks for the quick fix on this issue.

Before I implement this, referring to the issue of mp3 or ogg sources:
since either source is converted to pcm by liquidsoap, is there any
difference in the quality of resulting output between the two? I mean,
if I use mp3 sources, is the resultant quality better or worse than
if I use ogg sources?

If it makes no difference which one I use, then I might as well stay
with mp3 since it is working well.

Btw, whenever you get a chance, please add Rural Catholic Radio to
your list of 'Proud Savonet (and very satisfied) users'!

Thanks again!
Andre


On Thu, 03 Mar 2011 03:06:23 -0500, David Baelde  
<david.bae...@ens-lyon.org> wrote:

> Hi,
>
> It's been a while and you may have found a solution in the meantime,
> but I'll give a simple one in an attempt to close this issue. The
> problem is that your fill-in function only rewrites existing metadata
> entries (this is the essence of list.map) and thus does nothing to the
> absence of "title" metadata for some ogg files. A simple fix is to add
> the metadata, if missing, by inserting the following lines before the
> big list.map(....):
>
>   m = if not list.mem_assoc("title",m) then
> list.append([("title","")],m) else m end
>
> Cheers,


-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to