Metadata-Version: 2.1
Name: python-telnet-vlc
Version: 2.0.1
Summary: A library to control or get information about VLC using Telnet
Home-page: https://github.com/rodripf/python-telnet-vlc
Author: stephenmac7, rodripf, BilliAlpha, David McClosky
Author-email: rodripf@gmail.com
License: UNKNOWN
Description: python-telnet-vlc
        ==========
        A simple python library to interface with a VLC player using the telnet interface.
        
        Installation
        ```
        pip install python-telnet-vlc
        ```
        
        Usage:
        
        ```python
        from python_telnet_vlc import VLCTelnet
        v = VLCTelnet("192.168.1.44", "password", 4212)
        v.add("http://radios-mp3-uy.cdn.nedmedia.io/uy-futura.mp3")
        v.play()
        
        ```
        
        More Info: <https://wiki.videolan.org/Documentation:Modules/telnet/>
        
        Original author: @stephenmac7
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Multimedia
Description-Content-Type: text/markdown
