https://www.lifepim.com is designed to be a Personal Information Manager for Life, but not all personal data should be kept online. Sure, it's fine to keep shopping lists, ideas, and notes and appointment reminders online - but things like passwords, some photos, that amazing idea for a perpetual motion machine should be kept secure.
This repository contains scripts and an upcoming Desktop version you can run on your local PC (to keep sensitive data local). You can still interface with the live site but you get to choose which data gets uploaded to your lifepim account.
Under development - nothing significant works yet!
This github repository https://github.com/acutesoftware/lifepim contains the latest code, but the current public release is available via
pip install lifepim
This application is used to collect local metadata for indexing and allow for automatic uploading to https://www.lifepim.com
To run the local web server, use
python web_server.py
To run the desktop application, use
python desktop.py
collects metadata on your music collection for local use.
If your NAS has shared folders you can access your music from lifepim through the relative url.
You will be able to ADD records only in the first release.
Also see developer notes doc/dev_notes.md