Page 1 of 1

Folder Drag and Drop Feature Lost?

Posted: 05 Dec 2013 01:03
by fy415
I just updated to 2.1.1, and noticed that I am no longer able to drag and drop folders into the playlist and then play the files inside those folders anymore. Is there a setting that I need to change to allow this?

It's very nice to be able to avoid having to open folders and subfolders to select a set of files to play (mp3, FLAC, avi, mk4, mp4).

Right now, dragging and dropping a folder into the playlist results in the name of that folder appearing in the playlist (the same as before), but double-clicking that item in the playlist to reveal and play the individual files no longer works.

Can anyone help? Thanks.

Re: Folder Drag and Drop Feature Lost?

Posted: 09 Dec 2013 01:31
by fy415
Am I the only one that has this problem? Does anyone have any suggestions on how to fix this?

Thank you.

Re: Folder Drag and Drop Feature Lost?

Posted: 12 Dec 2013 00:46
by Jean-Baptiste Kempf
This works here.

Re: Folder Drag and Drop Feature Lost?

Posted: 15 Dec 2013 07:15
by fy415
Thank you.

It turns out that this was unique to me/my computer/my installation. I uninstalled 2.1.1 and reinstalled earlier and earlier versions (up to 2.0.8 or earlier, I don't remember), restarted the computer numerous times, without solving this problem. So out of desperation, I installed 2.1.1 again, but deleted the preferences in the process, and this fixed it!!! I don't know why or how, but it did!!

So for the rare fellow who encounters this same problem, the solution could be as easy as resetting your preferences.

Re: Folder Drag and Drop Feature Lost?

Posted: 15 Dec 2013 12:53
by Jean-Baptiste Kempf
Thanks for confirming.

Re: Folder Drag and Drop Feature Lost?

Posted: 19 Feb 2014 01:17
by lkraider
I had the same problem, tracked it down to the demux setting being set to any:

Code: Select all

# Demux module (string) demux=any
To fix, just comment it back like below:

Code: Select all

# Demux module (string) #demux=
This is probably a bug?

Re: Folder Drag and Drop Feature Lost?

Posted: 20 Feb 2014 00:15
by AgentSam
FILE TO EDIT

On Windows 7, the file that you'll want to edit is:
%appdata%\vlc\vlcrc

EDIT

I edited the file according to LKRAIDERs instructions above, and folder playback / enqueue functionality was completely restored! AWESOME!

THANKS

I can't thank you enough LKRAIDER - I had been looking for a solution to this for a LONG time.
So, absolutely awesome job in tracking down the faulty config entry!

I hope the VLC team will be able to prevent this bug from occurring again...

Cheers,
AgentSam

Re: Folder Drag and Drop Feature Lost?

Posted: 15 Mar 2014 23:22
by Erhannis
I have the same problem, except #demux= is already #demux=. I notice that, starting vlc from the command line, when I double click on a directory I've dragged into the playlist, I get on the console:

[0x7ffnumbers] main xml reader error: XML reader not found

There are no xml files in the directory, fyi, just mp3s. VLC version 2.1.4, compiled from source, Ubuntu 12.10 64 bit.

Re: Folder Drag and Drop Feature Lost?

Posted: 16 Mar 2014 10:10
by RĂ©mi Denis-Courmont
Your VLC build lacks libxml2.

Re: Folder Drag and Drop Feature Lost?

Posted: 19 Jun 2014 08:50
by lucyluo0890
where do i go to fix the demux code?

Re: Folder Drag and Drop Feature Lost?

Posted: 29 Sep 2014 03:57
by FoolOfATook
Just wanted to say this works for me, vlc 2.1.5 win32 on win7x64

[SOLVED]Re: Folder Drag and Drop Feature Lost?

Posted: 04 Nov 2014 14:34
by tyeth
Basically, Thank you so much for tracking this down lkraider!

You've allowed us to help ourselves in three seconds, after probably months of frustration!

[Open %appdata%\vlc\ and edit vlcrc in notepad, commenting out the demux line as suggested]

Re: Folder Drag and Drop Feature Lost?

Posted: 24 Nov 2014 17:43
by bullfroggy5
bump.

This helped me after months of frustration! Thank you!

Re: Folder Drag and Drop Feature Lost?

Posted: 06 Apr 2015 16:50
by Videofreak77
Thanks LKraider worked for me. I had to manually add al my mp4 files to the playlist, but not anymore :) I'm surprised the Videolan team has still not removed this bug in recent updates. Someone explain this to me please?