dylanljones / pyrekordbox

Inofficial Python package for interacting with the database and other files (XML, ANLZ, MySettings) of Pioneers Rekordbox DJ software
https://pyrekordbox.readthedocs.io/en/latest/
MIT License
181 stars 24 forks source link

Make pysqlcipher3 install commands work with all SQLCipher versions #85

Closed cvdub closed 1 year ago

cvdub commented 1 year ago

As of this commit, SQLCipher on homebrew is at version 4.5.5, so the current commands don't work. The updated commands will work no matter what version of SQLCipher the user has installed.

Thanks for all the great work you're doing on this project by the way!!

dylanljones commented 1 year ago

Hey, I'm glad the project is useful for you!

Thank you for the PR, all help on the MacOS side is welcome:)