Page 1 of 1

File names in playlist

Posted: 18 Sep 2008 15:52
by kartal
I think it would be helpfull to have a column that is dedicated to filenames in the playlist window. Things can get quite confusing sometimes if files do not have proper tags.

Re: File names in playlist

Posted: 18 Sep 2008 18:01
by dionoea
Which OS and interface do you use?

Re: File names in playlist

Posted: 18 Sep 2008 18:36
by kartal
I am under xp64. IUse the default interface.

Re: File names in playlist

Posted: 18 Sep 2008 19:18
by dionoea
I'll add that feature to the Qt interface (unless I forget).

Re: File names in playlist

Posted: 18 Sep 2008 19:42
by dionoea
Done. Will be available in upcoming releases. (Column name is URI)

Re: File names in playlist

Posted: 19 Sep 2008 18:48
by CloudStalker
Done. Will be available in upcoming releases. (Column name is URI)
Thanks. This has been a nuisance for awhile. Me be wanting only the file name, not the url address. :? But anyway, thanks. :)

Re: File names in playlist

Posted: 19 Sep 2008 21:13
by dionoea
Well current, for a file loaded in the playlist as ... "/home/username/media/music/track.mp3", you'll get "file:///home/username/media/music/track.mp3" in the playlist (not sure if the file:// prefix will always be there). I could also add a column to just display the filename component (like everything after the last / or \). Would that be useful to some of you?

Re: File names in playlist

Posted: 19 Sep 2008 22:31
by CloudStalker
Yeah, basically if an audio/video file is located in C:/Music/Artists/Album/Disc/Track 01.mp3 it should display the name of the file only, Track.01 (without the extension .mp3...). This is useful in the case that music has not been tagged.

Re: File names in playlist

Posted: 19 Sep 2008 22:55
by Jean-Baptiste Kempf
It does that in the statusBar is no metadata is found.

Re: File names in playlist

Posted: 20 Sep 2008 00:33
by dionoea
Yeah, basically if an audio/video file is located in C:/Music/Artists/Album/Disc/Track 01.mp3 it should display the name of the file only, Track.01 (without the extension .mp3...). This is useful in the case that music has not been tagged.
I'll add a "filename" column too then :) (Unless I forget)

Re: File names in playlist

Posted: 20 Sep 2008 19:56
by CloudStalker
Dat would be cool. :P Hypothetically speaking, let's say CloudStalker was developing a skin, a hypothetical one, would he be able to apply this "filename" column to it? 8)

Re: File names in playlist

Posted: 21 Sep 2008 02:51
by dionoea
No, those are Qt4 specific changes :) I think that skins2 playlist doesn't allow displaying lots of meta data ... you should ask in the skins forum section or check the documentation on the website.

Re: File names in playlist

Posted: 21 Sep 2008 04:12
by CloudStalker
...I think that skins2 playlist doesn't allow displaying lots of meta data ...
"Ouch", that kinda hurts CloudStalker's idea, it requires display of a lot of meta data. :( Guess me should just scrap this hypothetical idea me had. :-|

Re: File names in playlist

Posted: 26 Sep 2008 13:56
by nboul
Hi,
I think it would also be useful to display HTTP file names without %XX codes (mainly %20 for spaces).

Re: File names in playlist

Posted: 29 Jul 2009 04:44
by bwpearre
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