Hate to say it, but it's STILL not working.
Here's my entire latest edit:
<?xml version="1.0" encoding="UTF-8"?>
<playlist xmlns="
http://xspf.org/ns/0/" xmlns:vlc="
http://www.videolan.org/vlc/playlist/ns/0/" version="1">
<title>Playlist</title>
<trackList>
<track>
<location>./Documents/Videos/80s%20Plus/Aerosmith/Walk%20This%20Way%20-%20Aerosmith%20%5BBoston%20Strong%5D.mp4</location>
<duration>305319</duration>
<extension application="
http://www.videolan.org/vlc/playlist/0">
<vlc:id>0</vlc:id>
</extension>
</track>
<track>
<location>./Documents/Videos/80s%20Plus/Aerosmith/Love%20in%20an%20Elevator%20-%20Aerosmith.mp4</location>
<duration>321851</duration>
<extension application="
http://www.videolan.org/vlc/playlist/0">
<vlc:id>1</vlc:id>
</extension>
</track>
<track>
<location>./Documents/Videos/80s%20Plus/Aerosmith/Dream%20On%20-%20Aerosmith.mp4</location>
<duration>264846</duration>
<extension application="
http://www.videolan.org/vlc/playlist/0">
<vlc:id>2</vlc:id>
</extension>
</track>
<track>
<location>./Documents/Videos/80s%20Plus/Aerosmith/Come%20Together%20-%20Aerosmith.mp4</location>
<duration>224675</duration>
<extension application="
http://www.videolan.org/vlc/playlist/0">
<vlc:id>3</vlc:id>
</extension>
</track>
</trackList>
<extension application="
http://www.videolan.org/vlc/playlist/0">
<vlc:item tid="0"/>
<vlc:item tid="1"/>
<vlc:item tid="2"/>
<vlc:item tid="3"/>
</extension>
</playlist>
=================================
And here is the error that I'm getting:
File reading failed:
VLC could not open the file "E:\Documents\Videos\80s Plus\Aerosmith\.\Documents\Videos\80s Plus\Aerosmith\Walk This Way - Aerosmith [Boston Strong].mp4" (Bad file descriptor).
Your input can't be opened:
VLC is unable to open the MRL 'file:///E:/Documents/Videos/80s%20Plus/Aerosmith/./Documents/Videos/80s%20Plus/Aerosmith/Walk%20This%20Way%20-%20Aerosmith%20%5BBoston%20Strong%5D.mp4'. Check the log for details.
File reading failed:
VLC could not open the file "E:\Documents\Videos\80s Plus\Aerosmith\.\Documents\Videos\80s Plus\Aerosmith\Love in an Elevator - Aerosmith.mp4" (Bad file descriptor).
Your input can't be opened:
VLC is unable to open the MRL 'file:///E:/Documents/Videos/80s%20Plus/Aerosmith/./Documents/Videos/80s%20Plus/Aerosmith/Love%20in%20an%20Elevator%20-%20Aerosmith.mp4'. Check the log for details.
File reading failed:
VLC could not open the file "E:\Documents\Videos\80s Plus\Aerosmith\.\Documents\Videos\80s Plus\Aerosmith\Dream On - Aerosmith.mp4" (Bad file descriptor).
Your input can't be opened:
VLC is unable to open the MRL 'file:///E:/Documents/Videos/80s%20Plus/Aerosmith/./Documents/Videos/80s%20Plus/Aerosmith/Dream%20On%20-%20Aerosmith.mp4'. Check the log for details.
File reading failed:
VLC could not open the file "E:\Documents\Videos\80s Plus\Aerosmith\.\Documents\Videos\80s Plus\Aerosmith\Come Together - Aerosmith.mp4" (Bad file descriptor).
Your input can't be opened:
VLC is unable to open the MRL 'file:///E:/Documents/Videos/80s%20Plus/Aerosmith/./Documents/Videos/80s%20Plus/Aerosmith/Come%20Together%20-%20Aerosmith.mp4'. Check the log for details.