You are not logged in.
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
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
Edit your thread title and change it to one that actually describes your issue: https://wiki.archlinux.org/index.php/Co … ow_to_post
Offline