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
- Host: GitHub
- URL: https://github.com/artskydj/remember-tv
- Owner: ArtskydJ
- Created: 2019-01-19T16:04:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T15:04:05.000Z (over 2 years ago)
- Last Synced: 2025-02-10T09:43:28.950Z (about 1 year ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 1.14 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Roadmap: roadmap.md
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

## 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.