Metadata-Version: 2.1
Name: mov-cli
Version: 0.2.8
Summary: A module to download and stream your favorite movies and shows.
Home-page: https://github.com/mov-cli/mov-cli
Author: pain@poseidon444
Author-email: painedposeidon444@gmail.com
Maintainer: ananas@r3tr0ananas
Maintainer-email: r3tr0ananas@hotmail.com
License: UNKNOWN
Description: 
        <!-- Improved compatibility of back to top link: See: https://github.com/othneildrew/Best-README-Template/pull/73 -->
        <a name="readme-top"></a>
        <!--
        *** Thanks for checking out the Best-README-Template. If you have a suggestion
        *** that would make this better, please fork the repo and create a pull request
        *** or simply open an issue with the tag "enhancement".
        *** Don't forget to give the project a star!
        *** Thanks again! Now go create something AMAZING! :D
        -->
        
        
        
        <!-- PROJECT SHIELDS -->
        <!--
        *** I'm using markdown "reference style" links for readability.
        *** Reference links are enclosed in brackets [ ] instead of parentheses ( ).
        *** See the bottom of this document for the declaration of the reference variables
        *** for contributors-url, forks-url, etc. This is an optional, concise syntax you may use.
        *** https://www.markdownguide.org/basic-syntax/#reference-style-links
        -->
        [![Contributors][contributors-shield]][contributors-url]
        [![Forks][forks-shield]][forks-url]
        [![Stargazers][stars-shield]][stars-url]
        [![Issues][issues-shield]][issues-url]
        [![MIT License][license-shield]][license-url]
        
        
        
        <!-- PROJECT LOGO -->
        <br />
        <div align="center">
        
          <a href="https://github.com/mov-cli/mov-cli">
            <img src="https://user-images.githubusercontent.com/83706294/194960059-a9202d72-f033-46b4-b756-3193dc54fb20.png" alt="Logo" width="80" height="80">
          </a>
        
          <p align="center">
            A cli tool to browse and watch movies.
            <br />
            <br />
            <a href="#about-the-project">View Demo</a>
            Â·
            <a href="https://github.com/mov-cli/mov-cli/issues">Report Bug</a>
            Â·
            <a href="https://github.com/mov-cli/mov-cli/issues">Request Feature</a>
          </p>
        </div>
        
        
        
        <!-- TABLE OF CONTENTS -->
        <details>
          <summary>Table of Contents</summary>
          <ol>
            <li>
              <a href="#about-the-project">About The Project</a>
            </li>
            <li>
              <a href="#getting-started">Getting Started</a>
              <ul>
                <li><a href="#prerequisites">Prerequisites</a></li>
                <li><a href="#installation">Installation</a></li>
              </ul>
            </li>
            <li><a href="#usage">Usage</a></li>
            <li><a href="#roadmap">Roadmap</a></li>
            <li><a href="#contributing">Contributing</a></li>
            <li><a href="#license">License</a></li>
            <li><a href="#contact">Contact</a></li>
            <li><a href="#inspiration">inspiration</a></li>
          </ol>
        </details>
        
        
        
        <!-- ABOUT THE PROJECT -->
        ## About The Project
        <img src="https://user-images.githubusercontent.com/64269332/183303522-9035eee7-f6a0-4ebe-8d22-753204a64efc.gif" width="400" height="500"/>
        
        mov-cli is an Commandline Tool to watch and download shows, movies.
        
        Shows and Movies are scraped from Streaming Sites.
        
        mov-cli currently 5 Providers:
        
        TheFlix Â· Vidsrc Â· Eja Â· Trailers Â· Ask4Movie
        
        ```
        Discontinued: Actvid Â· SFlix Â· Solar Â· DopeBox 
        ```
        <p align="right">(<a href="#readme-top">back to top</a>)</p
        
        <!-- GETTING STARTED -->
        ## Getting Started
        
        
        
        ### Prerequisites
        
        * mpv
          ```
          Most Linux Distros have it as a Package.
          ```
          ```
          Windows Users have to install it from: https://mpv.io/installation/
          ```
        * FFmpeg
        	 ```
        	 Most Linux Distros have it as a Package.
        	 ```
        	 ```
        	 Windows Users have to install it from: https://github.com/BtbN/FFmpeg-Builds/releases
        	```
        
        ### Installation
        Choose from Python or Shell
        Python:
        ```
        pip install mov-cli
        ```
        Shell:
        ```
        sudo curl -s "https://github.com/mov-cli/mov-cli/raw/v3/mov-cli" -L -o /usr/local/bin/mov-cli && sudo chmod +x /usr/local/bin/mov-cli
        ```
        
        <p align="right">(<a href="#readme-top">back to top</a>)</p>
        
        
        
        <!-- USAGE EXAMPLES -->
        ## Usage
        
        Type: ```mov-cli``` in to your Commandline.
        <p align="right">(<a href="#readme-top">back to top</a>)</p>
        
        
        
        <!-- ROADMAP -->
        ## Roadmap
        We do not have an clear Roadmap.
        
        If you want an Features, create a [issue](https://github.com/mov-cli/mov-cli/issues/new) or create an Feature and make an Pull Request.
        <p align="right">(<a href="#readme-top">back to top</a>)</p>
        
        <!-- CONTRIBUTING -->
        ## Contributing
        
        
        Pull requests are welcome and _appreciated_. For major changes, please open an issue first to discuss what you would like to change.
        
        1. Fork the Project
        2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
        3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
        4. Push to the Branch (`git push origin feature/AmazingFeature`)
        5. Open a Pull Request
        
        <p align="right">(<a href="#readme-top">back to top</a>)</p>
        
        
        
        <!-- LICENSE -->
        ## License
        
        Distributed under the GPL-3.0 License. See `LICENSE` for more information.
        
        <p align="right">(<a href="#readme-top">back to top</a>)</p>
        
        
        
        <!-- CONTACT -->
        ## Contact
        
        Author: Poseidon444 | painedposeidon444@gmail.com
        
        Maintainer: R3tr0Ananas | r3tr0ananas@hotmail.com
        
        Project Link: [https://github.com/mov-cli/mov-cli](https://github.com/mov-cli/mov-cli)
        
        <p align="right">(<a href="#readme-top">back to top</a>)</p>
        
        
        
        <!-- Inspiration -->
        ## Inspiration
        
        Heavily inspired from [ani-cli](https://github.com/pystardust/ani-cli)
        
        <p align="right">(<a href="#readme-top">back to top</a>)</p>
        
        
        
        <!-- MARKDOWN LINKS & IMAGES -->
        <!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
        [contributors-shield]: https://img.shields.io/github/contributors/mov-cli/mov-cli.svg?style=for-the-badge
        [contributors-url]: https://github.com/mov-cli/mov-cli/graphs/contributors
        [forks-shield]: https://img.shields.io/github/forks/mov-cli/mov-cli.svg?style=for-the-badge
        [forks-url]: https://github.com/mov-cli/mov-cli/network/members
        [stars-shield]: https://img.shields.io/github/stars/mov-cli/mov-cli.svg?style=for-the-badge
        [stars-url]: https://github.com/mov-cli/mov-cli/stargazers
        [issues-shield]: https://img.shields.io/github/issues/mov-cli/mov-cli.svg?style=for-the-badge
        [issues-url]: https://github.com/mov-cli/mov-cli/issues
        [license-shield]: https://img.shields.io/github/license/mov-cli/mov-cli.svg?style=for-the-badge
        [license-url]: https://github.com/mov-cli/mov-cli/blob/master/LICENSE.txt
        
Keywords: stream,series,series-stream,tv showstwist,download,free,movies,mov-cli,movie-streamer,theflix,actvid,sflix,solar,olgply
Platform: UNKNOWN
Description-Content-Type: text/markdown
