An open API service indexing awesome lists of open source software.

https://github.com/artskydj/remember-tv

An electron app to track which episodes you've watched, which are in progress
https://github.com/artskydj/remember-tv

hacktoberfest

Last synced: about 1 year ago
JSON representation

An electron app to track which episodes you've watched, which are in progress

Awesome Lists containing this project

README

          

# Remember TV

An electron app to track which episodes you've watched, which are in progress.

I've stopped using this in favor of services like Plex.

## Usage

Open up a directory of video files on your computer, and track which you have watched

![](https://raw.githubusercontent.com/ArtskydJ/Remember-TV/master/screenshots/Capture_2022-01-29.PNG)

## Building

To create files in the `dist` folder, do `npm run bundle && npm run build`

## Developing

To run the program for testing, do `npm run start` and `npm run watch` in two different console windows/tabs.