Page 1 of 1
[BUG] loading an m3u playlist
Posted: 22 Oct 2008 02:14
by TheSlider
Hi,
I'm using the last version 0.9.4 on winxp
There is an issue where loading vlc through the m3u file or drag and dropping the file into vlc's main window automatically orders the list in an alphabetical way while still making the 'next' and 'previous' button be affected by the order the m3u file is written.
In the other hand, if i drag and drop my m3u file into the playlist window, it loads up nicely in the right order like it did in the pre 0.9 versions.
example of how my m3u file looks like...
#EXTINF:0,2 - B_name
rtsp://someurlhere.com/stream?namespace=1&service=201&flavour=sd
#EXTINF:0,3 - C_name
rtsp://someurlhere.com/stream?namespace=1&service=202&flavour=sd
#EXTINF:0,4 - A_name
rtsp://someurlhere.com/stream?namespace=1&service=203&flavour=sd
I believe the playlist should have an other column beside the item's title (just like in the 0.8 versions).
Best regards
T.S
Re: [BUG] loading an m3u playlist
Posted: 22 Oct 2008 11:36
by Jean-Baptiste Kempf
There is an ID column.
Re: [BUG] loading an m3u playlist
Posted: 22 Oct 2008 20:07
by TheSlider
There is an ID column.
I know there was one ID column in the previous versions (didn't find it thought on the 0.8.6i) but it seems to have disappeared here and i quickly tried looking for it in the advanced options but it doesn't show up.
anyway, my post concerned the automatic alpha-num order when opening VLC through a playlist file (m3u) or drag and dropping the file into the main window since the problem doesn't happen when dropping it into the playlist frame....
[edited to avoid some confusion]
Re: [BUG] loading an m3u playlist
Posted: 22 Oct 2008 20:17
by Jean-Baptiste Kempf
There is an ID column.
I know there was one ID column in the previous versions (didn't find it thought on the 0.8.6i) but it seems to have disappeared here and i quickly tried looking for it in the advanced options but it doesn't show up.
anyway, my post concerned the automatic alpha-num order when opening VLC through a playlist or drag and dropping the playlist into the main window since the problem doesn't happen when dropping it into the playlist frame....
The ID will be fixed in 0.9.5.
For the playlist, I don't know.
Re: [BUG] loading an m3u playlist
Posted: 08 Nov 2008 00:56
by mrbene
On the playlist front - is this the same topic?
Existing M3U contents:
Code: Select all
http://servera/vocaltrance.pls
http://serverb/trance.pls
http://serverc/hardstyle.pls
http://serverd/hardcore.pls
8.x playlist:
Code: Select all
- vocaltrance.pls
. stream1
. stream2
. stream3
. stream4
. stream5
+ trance.pls
+ hardstyle.pls
+ hardcore.pls
9.x playlist:
Code: Select all
ID URI Title
1 stream1 Joe's Vocal Trance
2 stream2 Joe's Vocal Trance
3 stream3 Joe's Vocal Trance
4 stream4 Joe's Vocal Trance
5 stream5 Joe's Vocal Trance
6 192.168.0.1 Frank's Trance
7 192.168.0.5 Frank's Trance
8 192.168.2.15 Frank's Trance
9 192.168.2.28 Frank's Trance
10 stream1 Some Hardstyle
11 stream2 Some Hardstyle
12 stream1 More Hardcore
The 8.x playlist was very user friendly in terms of navigation. It also started faster - in default configuration for 9.x, every .pls is parsed (multiple server calls) prior to the music startic. This means that delays due to one server being down (wait for timeout) are felt every time I load the playlist.
The grouping capability in 8.x was a very strong organizational and usability feature for VLC. The change is the loss of a significant feature for the playlist.
Re: [BUG] loading an m3u playlist
Posted: 08 Nov 2008 04:53
by mrbene
Note that I have tried de-selecting "Preferences - All - Playlist - Automatically preparse files" and each pls is still requested prior to the music starting.
Re: [BUG] loading an m3u playlist
Posted: 10 Nov 2008 16:59
by Jean-Baptiste Kempf
OK, now I understand what you want, just use --playlist-tree.
Re: [BUG] loading an m3u playlist
Posted: 10 Nov 2008 21:47
by mrbene
Found the option "Preferences - All - Playlist - Display playlist tree". Is this analogous to the commandline switch you provided? It does result in the desired playlist format, although I had some non-reproducible sorting issues - I sometimes get:
Code: Select all
+ trance.pls
+ hardstyle.pls
+ hardcore.pls
+ vocaltrance.pls
Missing feature here, at least with streaming - the active stream is not indicated in any way that I can tell. Previously the active stream was bold.
Also, in this mode with "Preferences - All - Playlist - Automatically preparse files" cleared, all the pls files are retrieved generating the full tree list before the music starts. Is the "Automatically preparse files" not intended to address this aspect?
Re: [BUG] loading an m3u playlist
Posted: 11 Nov 2008 13:09
by Jean-Baptiste Kempf
Yes it is analogous.
Yes, this is what it is supposed to be.
Re: [BUG] loading an m3u playlist
Posted: 13 Nov 2008 02:20
by mrbene
OK, then unchecking "Automatically preparse files" does not prevent the files from being automatically preparsed.