Attached is a patch for VLCMedia.  It does a few things.<br><br>1) Does a bit of cosmetic clean up (and added additional documentation of functions).<br><br>
2) Added an initWithURL method to compliment mediaWithURL factory (line 53-56).<br><br>3) Fixes a mem leak (line 194).<br><br>4) When reporting the length of a media it no longer checks to see if it's of type "file".  I remember originally putting that in there but I don't remember why. (line 153-155)
<br><br>5) Brings the source code's getters/setters more in line with Obj-C 2.0.<br><br>- Enrique<br>