About Zinny

Zinny is a media rating application allowing users to evaluate titles with predefined surveys.

Developed for simplicity, portability, and flexibility.

More information can be found at github

  • zinny-surveys
  • zinny-api {{ config['ZINNY_API_VERSION'] }}
  • zinny-webui {{ config['ZINNY_WEBUI_VERSION'] }}

Acknowledgements:
  • Flask for the API framework.
  • Bootstrap for the front-end styling.
  • PyInstaller for building executables.
  • Platypus for creating macOS app bundles.
  • Special thanks to IMDb for being the standard reference for movie and TV data. While no IMDb data is used in our data, title information may coincide with their dataset.

Quick Start

Zinny uses surveys to rate titles. To get started:

  1. Type in a Title
  2. Select from the list or Add if not matched
  3. Select a Survey
  4. Rate, Save, Repeat

Notes:

  • Click the edit (pencil) buttons to change title or survey.
  • All data is local and saved in platform's user app data location.
  • All data is local and saved in platform's user app data location.
  • Ratings are not saved until you click the save button (to avoid accidental changes).
  • Export ratings as JSON or TSV

More information can be found at the github repo
zinny-webui {{ config['ZINNY_WEBUI_VERSION'] }}