Agreed (I'm using QT interface with vlc 1.0.0 under Linux (Debian unstable)). I do see URI but not Filename--am I an idiot?
Please allow me to sketch a more detailed example of why this is very important to a very small group of people:
Most of my music is Ogg Vorbis. One clever thing that the folks over at Xiph did was to realise that the standard mp3 tags are next to useless for classical music. Therefore they allow arbitrary tags, and I made use of that--standardising on the set described at
http://legroom.net/2009/05/09/ogg-vorbi ... mendations
In other words, I'll have a work whose "title" is "The Marriage of Figaro", consisting of 43 or so tracks with part names (by the way, without URI, sorting on "Title" fails). Since players don't usually support arbitrary fields, I've been content to include the information in the filename. While VLC displays these, it ain't pretty: URI gives something like "file:///home/ben/music/Mozart/Mozart%20-%20K.492%20Le%20Nozze%20di%20Figaro%20-%20(23)%20E%20Susanna%20non%20vien!...Dove%20sono.ogg".
Great for sorting! But hard to read. "ls" lists the file as "Mozart - K.492 Le Nozze di Figaro - (23) E Susanna non vien!...Dove sono.ogg", which I find rather more readable. No, I don't care much whether the extension is visible or not... extensions are generally moot when you can use magic numbers
I don't see the filename field in 1.0.0. Should I? What am I doing wrong? Will a skin fix this?
Many thanks!
-Ben