Folder Drag and Drop Feature Lost?

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
fy415
New Cone
New Cone
Posts: 7
Joined: 26 Apr 2012 05:48

Folder Drag and Drop Feature Lost?

Postby fy415 » 05 Dec 2013 01:03

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.

fy415
New Cone
New Cone
Posts: 7
Joined: 26 Apr 2012 05:48

Re: Folder Drag and Drop Feature Lost?

Postby fy415 » 09 Dec 2013 01:31

Am I the only one that has this problem? Does anyone have any suggestions on how to fix this?

Thank you.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Folder Drag and Drop Feature Lost?

Postby Jean-Baptiste Kempf » 12 Dec 2013 00:46

This works here.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

fy415
New Cone
New Cone
Posts: 7
Joined: 26 Apr 2012 05:48

Re: Folder Drag and Drop Feature Lost?

Postby fy415 » 15 Dec 2013 07:15

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.

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: Folder Drag and Drop Feature Lost?

Postby Jean-Baptiste Kempf » 15 Dec 2013 12:53

Thanks for confirming.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

lkraider
New Cone
New Cone
Posts: 1
Joined: 19 Feb 2014 01:12

Re: Folder Drag and Drop Feature Lost?

Postby lkraider » 19 Feb 2014 01:17

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?

AgentSam
New Cone
New Cone
Posts: 1
Joined: 20 Feb 2014 00:02

Re: Folder Drag and Drop Feature Lost?

Postby AgentSam » 20 Feb 2014 00:15

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

Erhannis
New Cone
New Cone
Posts: 1
Joined: 15 Mar 2014 23:15

Re: Folder Drag and Drop Feature Lost?

Postby Erhannis » 15 Mar 2014 23:22

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.

Rémi Denis-Courmont
Developer
Developer
Posts: 15266
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Folder Drag and Drop Feature Lost?

Postby Rémi Denis-Courmont » 16 Mar 2014 10:10

Your VLC build lacks libxml2.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

lucyluo0890
New Cone
New Cone
Posts: 1
Joined: 19 Jun 2014 08:47

Re: Folder Drag and Drop Feature Lost?

Postby lucyluo0890 » 19 Jun 2014 08:50

where do i go to fix the demux code?

FoolOfATook
New Cone
New Cone
Posts: 5
Joined: 29 Sep 2014 03:51
VLC version: 2.1.5
Operating System: Windows 7 x64 SP1

Re: Folder Drag and Drop Feature Lost?

Postby FoolOfATook » 29 Sep 2014 03:57

Just wanted to say this works for me, vlc 2.1.5 win32 on win7x64

tyeth
New Cone
New Cone
Posts: 3
Joined: 04 Nov 2014 14:24

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

Postby tyeth » 04 Nov 2014 14:34

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]

bullfroggy5
New Cone
New Cone
Posts: 1
Joined: 24 Nov 2014 17:41

Re: Folder Drag and Drop Feature Lost?

Postby bullfroggy5 » 24 Nov 2014 17:43

bump.

This helped me after months of frustration! Thank you!

Videofreak77
New Cone
New Cone
Posts: 1
Joined: 06 Apr 2015 16:45

Re: Folder Drag and Drop Feature Lost?

Postby Videofreak77 » 06 Apr 2015 16:50

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?


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 62 guests