vidtracker icon indicating copy to clipboard operation
vidtracker copied to clipboard

A small, "full-stack" Purescript "video tracker" for me to track what shows I've watched locally

vidtracker -- abandoned

I use a newer version of this tool now. While you might refer to this repo to try to learn about some various things, you should know that I do not use this repo as-is anymore, and have not for a long time.


blog post about this here

more up-to-date blog post about the routing part of this here

even newer, more general post here: https://github.com/justinwoo/my-blog-posts#opting-in-to-better-types-and-guarantees-in-purescript

a simple "full-stack" purescript application to keep track of videos watched and make opening them easy

video example

Requirements:

  • sqlite3
  • on Windows: rust-vlc-finder: https://github.com/justinwoo/rust-vlc-finder
  • a config.ini that contains...
    • location of your videos
    • the executable you will use

Like so:

[vidtracker]
dir=/home/user/Videos
exe=vlc

Screenshot:

notwatched watched