Metadata-Version: 2.4
Name: cattqt
Version: 5.1
Summary: A control GUI for Chromecasts
Keywords: chromecast,catt,google
Author-email: Scott Moreau <oreaus@gmail.com>
Requires-Python: >=3.0
Description-Content-Type: text/x-rst
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
License-File: LICENSE
Requires-Dist: six
Requires-Dist: catt
Requires-Dist: pyqt5
Requires-Dist: chardet >=3.0.4
Requires-Dist: pychromecast >=14.0.0
Project-URL: Source, https://github.com/soreau/catt-qt

catt-qt
=======

A control GUI for Chromecasts written using python3, catt api, pychromecast and PyQt5.

Features:
---------


* Able to cast files, links and playlist urls
* Control muliple chromecasts selectable from list
* Get data in real time and see changes from other devices
* Supports device reboot with initial volume setting
* Automatically plays files in same directory
* Play/Pause/Stop/Seek/Volume/Reboot
* Multi-platform

Install from PyPi:
------------------


* ``pip3 install catt pychromecast PyQt5 cattqt``

Run:
----


* ``catt-qt``
* Optionally specify ``--reconnect-volume`` with range of 0-100: ``catt-qt --reconnect-volume=25``
* By default, in the event of reconnect, the volume will be set to the volume before disconnect

Update:
-------


* ``pip3 install --no-cache-dir --upgrade cattqt``

Screenshots:
------------


.. image:: https://raw.githubusercontent.com/soreau/catt-qt/master/screenshots/splashscreen.png
   :target: https://raw.githubusercontent.com/soreau/catt-qt/master/screenshots/splashscreen.png
   :alt: SplashScreen


.. image:: https://raw.githubusercontent.com/soreau/catt-qt/master/screenshots/x11.png
   :target: https://raw.githubusercontent.com/soreau/catt-qt/master/screenshots/x11.png
   :alt: X11


.. image:: https://raw.githubusercontent.com/soreau/catt-qt/master/screenshots/wayland.png
   :target: https://raw.githubusercontent.com/soreau/catt-qt/master/screenshots/wayland.png
   :alt: Wayland


.. image:: https://raw.githubusercontent.com/soreau/catt-qt/master/screenshots/osx.png
   :target: https://raw.githubusercontent.com/soreau/catt-qt/master/screenshots/osx.png
   :alt: OSX


.. image:: https://raw.githubusercontent.com/soreau/catt-qt/master/screenshots/windows.png
   :target: https://raw.githubusercontent.com/soreau/catt-qt/master/screenshots/windows.png
   :alt: Windows


