Metadata-Version: 2.1
Name: mac-vlc
Version: 2020.12.3
Summary: macOS VLC.app scripts
Home-page: https://github.com/andrewp-as-is/mac-vlc
License: Unlicense
Description: <!--
        https://readme42.com
        -->
        
        
        
        [![](https://img.shields.io/badge/OS-macOS-blue.svg?longCache=True)]()
        [![](https://img.shields.io/pypi/v/mac-vlc.svg?maxAge=3600)](https://pypi.org/project/mac-vlc/)
        [![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
        
        ### Installation
        ```bash
        $ [sudo] pip install mac-vlc
        ```
        
        ```bash
        $ [sudo] npm i -g mac-vlc
        ```
        
        #### Examples
        ```bash
        $ vlc open "path/to/pron.avi"
        $ vlc pause
        $ vlc play
        $ vlc playing
        1
        ```
        
        volume
        ```bash
        $ vlc volume 42
        $ vlc volume
        42
        ```
        
        fullscreen
        ```bash
        $ vlc fullscreen-enter
        $ vlc fullscreen-detect
        1
        $ vlc fullscreen-exit
        ```
        
        frontmost (`1` or `0`)
        ```bash
        $ vlc frontmost
        0
        ```
        
        `VLC.app` process
        ```bash
        $ vlc pid
        5726
        $ vlc kill
        ```
        
        <p align="center">
            <a href="https://readme42.com/">readme42.com</a>
        </p>
Keywords: vlc
Platform: UNKNOWN
Classifier: License :: Public Domain
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Unix Shell
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
