I did a bunch of troubleshooting and I think I figured out how to share a playlist from my computer to phone and vice versa with VLC. Say you have a music folder on your computer, then have songs in sub folders and you create a playlist. Use the m3u8 format, open it in a text editor, and you should find lines like "file:///home/user/music/artist/song.mp3" and if you find and replace "file://home/user/music" with a period (".") and place the plalist file in the music directory the playlist goes from using absolute locations to relative locations and you can copy your music directory to other devices without the playlists breaking.
I'm not sure if this would help anybody or not, but it it sure helped me a lot and I'm not aware of any way to do local files in VLC directly so I figured I'd share this. #music #vlc