Spaces:
Paused
Paused
File size: 670 Bytes
7942766 710f611 7942766 ac28d89 2ab5f89 ac28d89 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
---
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 |