instance2 / README.md
ChandimaPrabath's picture
create tvdb.py
2ab5f89
|
raw
history blame
670 Bytes
---
title: Hanskingdom
emoji: πŸš€
colorFrom: yellow
colorTo: red
sdk: gradio
sdk_version: 4.36.1
app_file: app.py
pinned: false
---
## Scripts
### app.py -> main script that run flask server
### hf_scrapper.py -> script for interacting with huggingface
### indexer.py script to index the repo structure
### tvdb.py script to interact with TheTVDB
## Templates
### index.html -> display few movies and few shows
### films.html -> browse all movies
### tv.html ->browse all tv shows
### film_page.html -> film details page
### tvshow_page -> tv show details , seasons , episodes page
### film_player.html -> film player page
### tv_player.html -> tv show player page