Andrew Hills
Andrew Hills
Unfortunately, `set -o vi` is in my profile at the very beginning, and the bind is added at the end of my `.bashrc`. Setting the mode to emacs makes it...
That would enable vi-mode for all my readline programs.
I have this issue for MP3 and FLAC files on OS X with the latest build (http://builds.clementine-player.org/mac/clementine-1.2.3-1249-gd886609.dmg).
``` TagLib: FLAC::File::save() - Cannot save to a read only file. TagLib: FLAC::File::save() - Cannot save to a read only file. TagLib: FLAC::File::save() - Cannot save to a read only...
I just ran `chmod -R u+w ~/Music` and that took care of it. I don't know how OS X handles file permissions beyond the classic Unix modes.
Find the path of the Clementine executable and type the whole thing into the command prompt surrounded by quotes, e.g., `"\Program Files\Clementine\clementine.exe"`. It should just launch the regular Clementine application...
Rebased on #68, improved commit message and documentation, and expanded test coverage.