https://github.com/justinwoo/vidtracker
A small, "full-stack" Purescript "video tracker" for me to track what shows I've watched locally
https://github.com/justinwoo/vidtracker
echarts phantom-types purescript-echarts purescript-halogen
Last synced: about 1 year ago
JSON representation
A small, "full-stack" Purescript "video tracker" for me to track what shows I've watched locally
- Host: GitHub
- URL: https://github.com/justinwoo/vidtracker
- Owner: justinwoo
- License: mit
- Created: 2017-03-15T21:48:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-06T00:33:24.000Z (almost 6 years ago)
- Last Synced: 2024-10-11T23:44:40.489Z (over 1 year ago)
- Topics: echarts, phantom-types, purescript-echarts, purescript-halogen
- Language: Nix
- Homepage:
- Size: 3.35 MB
- Stars: 72
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](http://qiita.com/kimagure/items/b576b5bfe370180599f8)
more up-to-date blog post about the routing part of this [here](https://qiita.com/kimagure/items/bb9bd3e4ffe1bba4c214)
even newer, more general post here:
a simple "full-stack" purescript application to keep track of videos watched and make opening them easy
[video example](https://twitter.com/jusrin00/status/843025971234177024)
## 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:

