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,
-- 
David

------------------------------------------------------------------------------
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