Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mohitbansal964/episode-tracker

A Simple GUI application to keep track of seen and unseen episodes of TV shows.
https://github.com/mohitbansal964/episode-tracker

database-gui database-management episodes gui python3 sql sqlite3 tkinter tv-series tv-shows

Last synced: about 5 hours ago
JSON representation

A Simple GUI application to keep track of seen and unseen episodes of TV shows.

Awesome Lists containing this project

README

        

# Episode Tracker
A simple GUI application to keep track of seen and unseen episodes of TV shows.

## Installation
1. Make sure python 3.6 is installed on your system.
2. Clone the repository.
3. Install all the packages in ```requirements.txt```.
To install using pip on command line, run ```pip install -r requirements.txt```.
4. Run ```Episode Tracker.py```,
```
python "Episode Tracker.py"
```
5. [Optional] To build the .exe file, run
```
python setup.py bdist
```
Check ```\build\exe.win-amd64-3.6\Episode Tracker.exe```.
and
Check ```\dist\Episode Tracker-1.1.win-amd64.zip```.

## Usage
Windows users can download the zip from [release](https://github.com/mohitbansal964/Episode-Tracker/releases).
Extract the zip and open ```Episode Tracker.exe```.

After that Episode Tracker application should appear:
Main Screen

## Add a new show
1. Click on Add Button or Right Click in Sidebar > Add or Click on Edit in Menu Bar > Add.
2. Fill in the details.
* Enter Show Name: Friends
* Enter Season Number: 10
* Enter Directory Path: Absolute Path to Directory
3. Press Enter or Click on Submit.


Add Screen

A new button in the sidebar will be created like this:


New Show

## Update a show
1. Click on Update Button or Right Click in Sidebar > Update or Click on Edit in Menu Bar > Update.
2. Fill in the details.
* Enter Show Name: Friends Season 10 (This must match with an existing button in the sidebar.)
* Enter Directory Path: Absolute Path to Directory
3. Click on Submit.


Update Screen

List of the episodes will be updated.

## Delete a show

Right Click on show button and Click Delete.


Delete


OR


1. Click on Delete Button or Right Click in Sidebar > Delete or Click on Edit in Menu Bar > Delete.

2. Fill in the details.

* Enter Show Name: Friends Season 10 (This must match with an existing button in the sidebar.)

3. Click on Submit.


Delete Screen

## Clear Screen
To clear the main screen, Click on Clear Screen Button.

## Mark Seen or Unseen an episode.
1. Click on show button from sidebar. List of episodes will appear in the main area.
2. Click on Seen radiobutton to mark an episode seen.
Seen Episode

## License
The content of this repository is licensed under [MIT LICENSE](LICENSE.txt).