.flake8
.gitignore
CONTRIBUTING.md
LICENSE
README.md
Videobox.code-workspace
makefile
package-lock.json
package.json
pyproject.toml
requirements.txt
screenshot.jpg
.vscode/launch.json
.vscode/settings.json
assets/app.js
assets/app.scss
assets/balloon.css
assets/button.scss
assets/carousel.js
assets/carousel.scss
assets/helpers.scss
assets/normalize.css
assets/select.scss
macos/app.py
macos/icon.png
macos/menubar-icon.svg
macos/setup.py
tests/__init__.py
tests/conftest.py
tests/test_frontend.py
tests/test_iso639.py
tests/test_sync.py
tests/sync/episodes.json
tests/sync/releases.json
tests/sync/series-tags.json
tests/sync/series.json
tests/sync/tags.json
tests/sync/updated.json
videobox/__init__.py
videobox/api.py
videobox/filters.py
videobox/iso639.py
videobox/models.py
videobox/scraper.py
videobox/ssdp.py
videobox/sync.py
videobox/trackers.txt
videobox.egg-info/PKG-INFO
videobox.egg-info/SOURCES.txt
videobox.egg-info/dependency_links.txt
videobox.egg-info/entry_points.txt
videobox.egg-info/requires.txt
videobox.egg-info/top_level.txt
videobox/main/__init__.py
videobox/main/announcer.py
videobox/main/queries.py
videobox/main/routes.py
videobox/static/app.css
videobox/static/app.css.map
videobox/static/app.js
videobox/static/app.js.map
videobox/static/apple-touch-icon.png
videobox/static/default-poster.png
videobox/static/default-still.png
videobox/static/favicon.png
videobox/static/favicon.svg
videobox/static/icon-check-bold.svg
videobox/static/icon-check.svg
videobox/static/icon-close-bold.svg
videobox/static/icon-close.svg
videobox/static/icon-grid-bold.svg
videobox/static/icon-grid.svg
videobox/static/icon-heart-bold.svg
videobox/static/icon-heart-break-bold.svg
videobox/static/icon-heart-break.svg
videobox/static/icon-heart.svg
videobox/static/icon-heartbeat-bold.svg
videobox/static/icon-heartbeat.svg
videobox/static/icon-hourglass-bold.svg
videobox/static/icon-hourglass.svg
videobox/static/icon-info-bold.svg
videobox/static/icon-info.svg
videobox/static/icon-list-bold.svg
videobox/static/icon-list.svg
videobox/static/icon-magnet-bold.svg
videobox/static/icon-magnet.svg
videobox/static/icon-search-bold.svg
videobox/static/icon-search.svg
videobox/static/icon-sort-asc.svg
videobox/static/icon-sort-desc.svg
videobox/static/icon-tag-bold.svg
videobox/static/icon-tag.svg
videobox/static/icon-trend-down-bold.svg
videobox/static/icon-trend-down.svg
videobox/static/icon-trend-up-bold.svg
videobox/static/icon-trend-up.svg
videobox/static/icon-update-bold.svg
videobox/static/icon-update.svg
videobox/static/icon-warning-bold.svg
videobox/static/icon-warning.svg
videobox/static/logo.svg
videobox/templates/404.html
videobox/templates/_chart.html
videobox/templates/_episodes-grid.html
videobox/templates/_episodes-list.html
videobox/templates/_episodes.html
videobox/templates/_follow-button.html
videobox/templates/_following.html
videobox/templates/_language-card-grid.html
videobox/templates/_meta.html
videobox/templates/_release_detail.html
videobox/templates/_suggest.html
videobox/templates/_tag-card-grid.html
videobox/templates/_update-done.html
videobox/templates/_update-progress.html
videobox/templates/base.html
videobox/templates/first-import.html
videobox/templates/following.html
videobox/templates/home.html
videobox/templates/language_detail.html
videobox/templates/macros.html
videobox/templates/search_results.html
videobox/templates/series_detail.html
videobox/templates/status.html
videobox/templates/tag_detail.html
videobox/templates/tags.html