Cast All The Things allows you to send videos from many, many online sources to your Chromecast.
Project description
Cast All The Things allows you to send videos from many, many online sources (YouTube, Vimeo, and a few hundred others) to your Chromecast. It also allows you to cast local files.
Installation
You can install Cast All The Things with pip:
pip install catt
Usage
To use Cast All The Things, just specify a URL:
catt cast "https://www.youtube.com/watch?v=VZMfhtKa-wo"
CATT supports any service that youtube-dl supports, which includes most online video hosting services.
CATT can also cast local files (if they’re in a format the Chromecast supports natively):
catt cast ./myvideo.mp4
You can also control your Chromecast through catt commands, for example with catt pause. Try running catt --help to see the full list of commands.
Configuration file
CATT can utilize a config-file stored at ~/.config/catt/catt.cfg (%APPDATA%\catt\catt.cfg on Windows).
The format is as following:
[options] device = chromecast_one [aliases] one = chromecast_one two = chromecast_two
In the [options] section, device denotes the default device that will be selected, when you have not selected a device via the cli.
You can write your choice of default device to catt.cfg by doing:
catt -d <name_of_chromecast> write_config
In the [aliases] section, you can specify aliases for the names of your chromecasts. You can then select a device just by doing:
catt -d <alias> <command>
Currently, in order to take advantage of this functionality, you need to manually edit catt.cfg
Contributing
If you want to contribute a feature to CATT, please open an issue (or comment on an existing one) first, to make sure it’s something that the maintainers are interested in. Afterwards, just clone the repository and hack away!
To run CATT in development, you can use the following command:
python -m catt.cli --help
Thanks!
Info
Free software: BSD license
Features
Casts videos to Chromecast.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file catt-0.5.6.tar.gz
.
File metadata
- Download URL: catt-0.5.6.tar.gz
- Upload date:
- Size: 18.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69b755bd261fd819989f9b808591ad1dc3bf8c39137d3a94743b1735ddebf39f |
|
MD5 | 895812c39027295e2c6f17ea6824fb00 |
|
BLAKE2b-256 | a36cbfec959fa15aab6022453e5031ebbcf541aff9dca494f73bdf188282068f |
File details
Details for the file catt-0.5.6-py2.py3-none-any.whl
.
File metadata
- Download URL: catt-0.5.6-py2.py3-none-any.whl
- Upload date:
- Size: 18.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62ec08edfee8ae49e0ee7cce7e486198965e7f9cc0f3f4c936802b765e48cedf |
|
MD5 | fb5b5f70a9369e3eb4d96cef91bd93db |
|
BLAKE2b-256 | 907e7c7d64330cf91769badec15243d4fd409cd970c9eba8b9ce6d2a94cb9c9c |