UrDatabase reads the folder your films already live in and
writes a card for each one — poster, cast, director, genre, rating,
filled in for you. Everything stays on your machine, in one SQLite file
you can open yourself.
If you are not sure which Mac you have, open the
🍎 menu and choose
About This Mac: an Apple silicon machine says
Chip Apple M-something, an older one says
Processor Intel.
What each operating system does the first time, and what to
do about it.
macOS — drag it to Applications
Open the .dmg you downloaded.
Drag UrDatabase into the Applications folder
beside it.
Open it from Applications.
Releases before 0.2.1 shipped a bare UrDatabase.App
executable in a zip, ad-hoc signed. macOS
kills those on launch — no dialog, no error,
nothing in the interface. Clearing the quarantine flag with
xattr, which this page used to tell you to do, does not
change it: macOS is refusing the signature, not the flag. If you
have one of those builds, take a newer one.
Windows — “Windows protected your PC”
SmartScreen shows this for any program it has not seen many people
run before. Choose More info, then
Run anyway.
It is a reputation check rather than a virus scan, so it says
nothing about the file except that it is new. If you would rather
check the file itself, every release lists a SHA-256 for each
download in SHA256SUMS.txt on its
release
page.
A desktop application, not a service. Nothing is uploaded,
there is no account, and it keeps working with the network off —
it only reaches out to fetch metadata for a film it has not seen
before.
I.
Scans the folder you already have
Point it at your films and it reads the filenames, works out what
each one is and looks the rest up.
II.
Posters, cast and crew
Artwork, synopses, genres, directors and cast come from TMDB;
ratings come from OMDb.
III.
Browse by genre, year or person
The catalogue is the point. Wander it by whatever you happen to be
in the mood for.
IV.
One SQLite file
Your catalogue is a plain database file on your own disk. Copy it,
back it up, or query it yourself.