Changes:
- Connect to device by supplying its UUID
- Allow users to supply `-r/--retry-wait` flag
- YouTube video opening and queuing
- Better error text
- Better help text
- Back-end refactoring
Installation:
bash
$ python3 -m pip install chromecast_mpris==0.6.1
v0.4.0-release
- Changed log level flag `-l/--log-level` to use the name of the log level as a string, instead of an `int`. Example: `chromecast_mpris -l debug`
- Added host flag `-h/--host`. Users can specify the hostname or IP address of the casting device they want to connect to.