ID3 library wrapper (taglib, id3lib, anything)

Andrej Mitrovic andrej.mitrovich at gmail.com
Sat Jul 16 13:26:48 PDT 2011


You never said anything about what OS you're running, but I'll assume
you're on Windows since you're mentioning C#.

Ask and you shall receive:
https://github.com/AndrejMitrovic/DTagLib

It took about 30 minutes of work. The sample application works for me,
here's an example:

D:\dev\projects\DTagLib>tagreader "E:\My Music\Pushmipulyu - 05 - wake you.mp3"
******************** "E:\My Music\Pushmipulyu - 05 - wake you.mp3"
********************

-- TAG --
title   - "wake you"
artist  - "Pushmipulyu"
album   - "133 Thursdays"
year    - "2006"
comment - ""
track   - "5"
genre   - "Electronica"
-- AUDIO --

bitrate     - 233
sample rate - 44100
channels    - 2
length      - 7:45


More information about the Digitalmars-d mailing list