vgmplay-libvgm
vgmplay-libvgm copied to clipboard
a new VGMPlay, based on libvgm
Would be nice if it was possible to be able to double click audio files and have them play in the existing instance of the VGM Player instead of opening...
requires libvgm ``` sudo apt install \ libasound2-dev \ libpulse-dev \ libao-dev \ zlib1g-dev \ ``` ``` git clone https://github.com/ValleyBell/libvgm cd libvgm cmake -Bbuild -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=ON . cd build make...
macOS: `~/Library/Application Support/vgmplay/VGMPlay.ini` (or what the other unixoids are doing) Other Unixoids (i.e. Linux, BSDs): [`$XDG_CONFIG_HOME/vgmplay/VGMPlay.ini`](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html)
This is related to https://github.com/vgmrips/vgmplay/issues/5. Being able to explicitly specify the path of the .ini file to be loaded might be useful.
Some VGZ ZIP archives contain multiple M3U playlists (eg to represent different versions of the game with large overlap in their soundtracks). One example can be found at the download...
having `-w` is already nice on its own, but it's a bit tedious to handle e.g. in scripts when I need to make sure several threads don't interfere. Currently I...