GDjkhp / mov-cli

A cli tool to browse and watch Movies/Shows/TV/Sports.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stargazers Issues MIT License


Logo

A cli tool to browse and watch Movies/Shows/TV/Sports.

Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Disclaimer
  5. Contributing
  6. Contact
  7. inspiration

About The Project

The new and improved mov-cli is here.

mov-cli is a Commandline Tool to watch and download shows and movies.

Shows and Movies are sourced from Streaming Sites.

(back to top)

Getting Started

Prerequisites

  • mpv - player used for Windows, Linux and Android
  • iina - player used for MacOS
  • Outplayer - player used for iOS
  • ffmpeg - For downloads
  • fzf - The selection Menu

Installation

Windows / Linux

  • Run this Command inside your Terminal
    pip install mov-cli
    
  • Optional
    pip install lxml
    

Linux

There are MPR and AUR Builds.

Disclaimer: They are not maintained by us.

Android

  • Make sure MPV and Termux are installed.

  • Install mov-cli.

    pip install mov-cli
    
  • Optional

    apt-get install libxml2 libxslt
    pip install lxml
    

iOS

  • Make sure Outplayer and iSH are installed.

  • Run following commands (Note: this may take a while)

    apk update && apk upgrade
    apk add python3 fzf
    python3 -m ensurepip
    mkdir /home/root && mkdir /home/root/.config
    pip3 install mov-cli
    

(back to top)

Usage

Type: mov-cli into your Commandline.

(back to top)

Disclaimer

This project is to be used at the user’s own risk, based on their government and laws.

This project has no control on the content it is serving, using copyrighted content from the providers is not going to be accounted for by the developer. It is the user’s own risk.

More on That

(back to top)

Feature

If you want a feature, create an issue or create the feature and make a pull request.

(back to top)

Contributing

Pull requests are welcome and appreciated. For major changes, please open an issue first to discuss what you would like to change.

Contributors:

(back to top)

Contact

Author: Poseidon444 | Discord: pain444

Maintainer: HLOAnanas | Discord: r3tr0ananas

Project Link: https://github.com/mov-cli/mov-cli

(back to top)

Inspiration

Heavily inspired from ani-cli

(back to top)

About

A cli tool to browse and watch Movies/Shows/TV/Sports.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%