aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2003-11-17-id3-fun.html
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2021-10-14 12:47:50 -0400
committerPaul Duncan <pabs@pablotron.org>2021-10-14 12:47:50 -0400
commit4b6c0e31385f5f27a151088c0a2b614495c4e589 (patch)
tree12243cdcd00704bc1a9d94ac9cc128459417370c /content/posts/2003-11-17-id3-fun.html
downloadpablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.tar.bz2
pablotron.org-4b6c0e31385f5f27a151088c0a2b614495c4e589.zip
initial commit, including theme
Diffstat (limited to 'content/posts/2003-11-17-id3-fun.html')
-rw-r--r--content/posts/2003-11-17-id3-fun.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/content/posts/2003-11-17-id3-fun.html b/content/posts/2003-11-17-id3-fun.html
new file mode 100644
index 0000000..1f81921
--- /dev/null
+++ b/content/posts/2003-11-17-id3-fun.html
@@ -0,0 +1,9 @@
+---
+date: "2003-11-17T10:28:28Z"
+title: ID3 Fun
+---
+
+<p>
+For some reason I always assumed <a href='http://www.id3.org/'>ID3</a> tags were much harder to parse than they actually are. Using <a href='http://www.unixgods.org/~tilo/ID3/docs/ID3_comparison.html'>this reference</a> (and the <a href='http://www.id3.org/id3v2-00.txt'>included</a> <a href='http://www.id3.org/id3v2.3.0.txt'>links</a>), I was able to write a <a href='http://www.ruby-lang.org/'>Ruby</a> a basic <a href='http://www.id3.org/'>ID3</a> parser with relative ease. Yes, I realize there are already a million <a href='http://www.id3.org/'>ID3</a> parsers out there; this was just a mental exercise.
+</p>
+