You are not logged in.

#1 2021-06-06 22:42:07

AMTitan
Member
Registered: 2021-04-15
Posts: 33

[Solved] Vlc wont open directories with spaces in its name

So if I try and do "vlc ." it should normally play through all the directory and it does but if one of the directories has space or something that you would need a backslash for it never try and run it. But it does work if I do it manually like "vlc foo\ bar bar\ foo" but just not if I do "vlc .". IDK if anyone else has had this problem before and if any of you did can you tell me how to fix it?

Last edited by AMTitan (2021-06-07 01:33:24)

Offline

#2 2021-06-07 00:02:16

AMTitan
Member
Registered: 2021-04-15
Posts: 33

Re: [Solved] Vlc wont open directories with spaces in its name

And if someone has a script that works too but I tried to do stuff like

vlc $(find -type d -print0 | xargs -0 bash -c 'printf "%q " "$@"')

but it also does not work and I have tried to work on this a lot but it will not work.

Offline

#3 2021-06-07 00:18:45

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [Solved] Vlc wont open directories with spaces in its name

Edit your thread title and change it to one that actually describes your issue: https://wiki.archlinux.org/index.php/Co … ow_to_post


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB