17.06.2013 Views

Slides

Slides

Slides

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Parsing CDDB Results (2)<br />

A function that queries CDDB and returns the parsed result:<br />

let get_cddb discid =<br />

let (tracks, album_tags) =<br />

Shtream.fold_left parse_cddb_line ([], [])<br />

(run_source begin<br />

curl (cddb_request discid)<br />

-| Key_value.fitting ~quiet:true ()<br />

end) in<br />

(List.rev tracks, album_tags)<br />

# get_cddb (get_discid ());;<br />

- : track list * string list =<br />

([{index = 1; title = "Shhh/Peaceful"};<br />

{index = 2;<br />

title = "In a Silent Way/It’s About That Time"}],<br />

["--tg"; "Jazz"; "--ty"; "1969"; "--ta";<br />

"Miles Davis"; "--tl"; "In a Silent Way"])<br />

22 30

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!