Posted inProgramming Projects
Code Project: VLC Portable Playlist to Text Dump
It's kind of funny how one post can lead to another sometimes. This one is pretty basic but it also just shows a bit how useful I find knowing my way around computer systems to be. Yesterday I posted about my little annual music playlists. And as part of that, I wanted to actually post the playlist. I am pretty sure there is a fairly universal "playlist file type" out there and being open source, I had assumed that VLC on my phone stored the playlists somewhere in playlist files. That assumption was wrong, it uses a .db file. A…