A small web app for watching movies and shows easily
Go to file
2022-03-06 18:45:34 +01:00
.github/workflows cname in workflow 2021-07-13 23:46:12 +01:00
.vscode progress, bookmarking, homepage, resuming where left of, actual media view, navigation improvements for searching 2022-02-28 00:08:20 +01:00
public styling 2022-02-10 23:45:17 +01:00
src some bugfixes 2022-03-06 18:45:34 +01:00
src2 search page done 2022-02-13 18:48:52 +01:00
.env Add new source! 2021-12-30 19:23:15 +00:00
.eslintrc.js fix all eslint issues 2022-03-06 14:41:51 +01:00
.gitignore Meta - Remove package lock and update yarn lock 2021-10-25 22:45:40 +01:00
LICENSE.md Rename LICENSE to LICENSE.md 2021-07-24 13:00:06 +01:00
package.json series implemented (with jank) + readme update 2022-03-06 18:31:22 +01:00
README.md series implemented (with jank) + readme update 2022-03-06 18:31:22 +01:00
tailwind.config.js series implemented (with jank) + readme update 2022-03-06 18:31:22 +01:00
tsconfig.json remove path aliasing 2022-02-10 22:27:57 +01:00
worker.js Update worker.js 2021-09-27 21:05:10 +01:00
yarn.lock series implemented (with jank) + readme update 2022-03-06 18:31:22 +01:00

movie-web  

GitHub Workflow Status GitHub license GitHub forks GitHub stars Discord Server

movie-web is a web app for watching movies easily. Check it out at movie.squeezebox.dev.

This service works by displaying video files from third-party providers inside an intuitive and aesthic user interface.

Features include:

  • 🕑 Saving of your progress so you can come back to a video at any time!
  • 🔖 Bookmarks to keep track of videos you would like to watch.
  • 🎞️ Easy switching between seasons and episodes for a TV series; binge away!
  • ✖️ Supports multiple types of content including movies, TV shows and Anime (coming soon™️)

Self-hosting

To run this project locally for contributing or testing, run the following commands:

git clone https://github.com/JamesHawkinss/movie-web
cd movie-web
yarn install
yarn start

To build production files, simply run yarn build.

Contributing - GitHub issues GitHub pull requests

Check out this project's issues for inspiration for contribution. Pull requests are always welcome.

Credits

This project would not be possible without our amazing contributors and the community.

GitHub contributors

@JipFr for initial work on movie-cli.
@mrjvs for leading the port to React, and for the beautiful design.
@JoshHeng for the Cloudflare CORS Proxy and URL routing.
@binaryoverload for help rewriting the application into React.
@lem6ns for helpfully implementing extra scrapers.