{"id":42084520,"url":"https://github.com/leoallday/mov-watch","last_synced_at":"2026-06-07T16:00:34.194Z","repository":{"id":334664258,"uuid":"1142239855","full_name":"leoallday/mov-watch","owner":"leoallday","description":"A terminal based movie watcher","archived":false,"fork":false,"pushed_at":"2026-05-18T18:30:58.000Z","size":238,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-18T19:36:18.111Z","etag":null,"topics":["cli","movies-streaming"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leoallday.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-26T06:20:44.000Z","updated_at":"2026-05-18T18:29:33.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/leoallday/mov-watch","commit_stats":null,"previous_names":["leoallday/mov-watch"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/leoallday/mov-watch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoallday%2Fmov-watch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoallday%2Fmov-watch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoallday%2Fmov-watch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoallday%2Fmov-watch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leoallday","download_url":"https://codeload.github.com/leoallday/mov-watch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoallday%2Fmov-watch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34027670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-07T02:00:07.652Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","movies-streaming"],"created_at":"2026-01-26T10:15:37.731Z","updated_at":"2026-06-07T16:00:34.188Z","avatar_url":"https://github.com/leoallday.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n## 📑 Navigation\n\n[Installation](#-installation) • [Features](#-what-can-you-do) • [How to Use](#-how-to-use) • [Keyboard Shortcuts](#️-keyboard-shortcuts) • [Configuration](#%EF%B8%8F-configuration) • [Credits](#-credits) • [License](#-license)\n\n---\n\nTerminal-based movie and TV show streaming with Arabic/English subtitles\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/leoallday/mov-watch/stargazers\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/leoallday/mov-watch?style=for-the-badge\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/leoallday/mov-watch/network\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/forks/leoallday/mov-watch?style=for-the-badge\" /\u003e\n  \u003c/a\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://github.com/leoallday/mov-watch/releases\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/v/release/leoallday/mov-watch?style=for-the-badge\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://pypi.org/project/mov-watch/\"\u003e\n    \u003cimg src=\"https://img.shields.io/pypi/v/mov-watch?style=for-the-badge\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Python-3.8+-3776AB?style=for-the-badge\u0026logo=python\u0026logoColor=white\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/License-MIT-blue?style=for-the-badge\" /\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n\u003c/div\u003e\n\n---\n\n## 📦 Installation\n\n### Requirements\n\n- **Python 3.8+**\n- **MPV** (media player)\n- **ffmpeg**\n\n### Method 1: pip\n\n```bash\npip install mov-watch\nplaywright install chromium    # one-time browser download for stream extraction\n```\n\nLaunch:\n\n```bash\nmov-watch\n# or\nmw\n```\n\n### Method 2: Arch Linux (AUR)\n\nStable release:\n```bash\nyay -S mov-watch\n```\n\nGit version (always latest commit):\n```bash\nyay -S mov-watch-git\n```\n\n### Method 3: From Source\n\n```bash\ngit clone https://github.com/leoallday/mov-watch.git\ncd mov-watch\npip install -r requirements.txt\nplaywright install chromium\npython main.py\n```\n\n---\n\n## 🎯 What Can You Do?\n\n### Streaming \u0026 Playback\n\n- **Subtitle Support**: Automatically fetches Arabic and English subtitles\n- **Resume from History**: Pick up where you left off\n\n### Personal Library\n\n- **Favorites System**: Bookmark movies and TV shows\n- **Episode Tracking**: Remembers your progress\n\n### Interface \u0026 Experience\n\n- **Rich TUI**: Beautiful terminal interface built with Rich library\n- **Color Themes**: Choose from various color schemes\n- **Discord Rich Presence**: Show what you're watching on Discord\n- **Smooth Navigation**: Intuitive keyboard controls\n\n### Technical Features\n\n- **Zero Ads**: Clean streaming experience\n- **Automatic Updates**: Built-in version checker\n- **MPV/VLC Support**: Choose your preferred player\n- **Cross-platform**: Works on Linux, macOS, and Windows\n\n---\n\n## 🎮 How to Use\n\n1.  **Launch**: Run `mov-watch` or `mw`\n2.  **Search**: Type a movie or show name\n3.  **Select**: Pick from search results\n4.  **Watch**: MPV launches and starts streaming\n\nQuick mode:\n```bash\nmw -i \"The Matrix\"\n```\n\n---\n\n## ⌨️ Keyboard Shortcuts\n\n| Key         | What it Does                       |\n| ----------- | ---------------------------------- |\n| **↑ / ↓**   | Navigate through lists             |\n| **Enter**   | Select/Confirm choice              |\n| **G**       | Jump to an episode number          |\n| **B**       | Go back                            |\n| **Q / Esc** | Quit                               |\n\n---\n\n## ⚙️ Configuration\n\nSettings stored in `~/.mov-watch/database/config.json`.\n\nAccess the settings menu from the main screen to customize:\n- **Player**: MPV or VLC\n- **Auto-next Episode**: Toggle automatic continuation\n- **Discord Rich Presence**: Toggle Discord integration\n- **Theme**: Pick from various color schemes\n- **Analytics**: Opt-in/out of anonymous usage stats\n\n---\n\n## 🙏 Credits\n\nCreated and maintained by **leoallday**\n- GitHub: [leoallday/mov-watch](https://github.com/leoallday/mov-watch)\n\n---\n\n## 📄 License\n\nThis project is licensed under the **GNU General Public License v3.0**.\nSee the [LICENSE](LICENSE) file for the full legal text.\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\n### ⚠️ Important Notice\n\n\u003c/div\u003e\n\n\u003e [!CAUTION]\n\u003e **By using this software you understand:**\n\u003e\n\u003e - Anonymous usage statistics are collected (can be disabled in settings)\n\u003e - The project is licensed under GNU General Public License v3.0\n\u003e - We do not host any content; all streams are from third-party sources\n\n---\n\n\u003cbr\u003e\n\nMade with ❤️ by leoallday\n\n[⭐ Star this repo](https://github.com/leoallday/mov-watch) | [🐛 Report bugs](https://github.com/leoallday/mov-watch/issues) | [💬 Discussions](https://github.com/leoallday/mov-watch/discussions)\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleoallday%2Fmov-watch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleoallday%2Fmov-watch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleoallday%2Fmov-watch/lists"}