Metadata-Version: 1.1
Name: shufflecast
Version: 0.1.2
Summary: A TV channel with all your favorite shows.
Home-page: https://github.com/skorokithakis/shufflecast
Author: Stavros Korokithakis
Author-email: hi@stavros.io
License: BSD
Description: Shufflecast
        ===========
        
        [![PyPI package](https://img.shields.io/pypi/v/shufflecast.svg)](https://pypi.python.org/pypi/shufflecast)
        
        
        Shufflecast is a simple script that, given a directory that contains video files
        under its tree, will create and stream a shuffled playlist of the files to a
        Chromecast.
        
        Installation
        ------------
        
        Just run:
        
        ```
        pip install shufflecast
        ```
        
        Usage
        -----
        
        Just run:
        
        ```
        shufflecast <video directory>
        ```
        
        Controlling playback
        --------------------
        
        You can't. It's meant to be like a TV channel that plays all your favorite
        shows.
        
        License
        -------
        
        Shufflecast is released under the BSD license.
        
Keywords: shufflecast
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
