Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msoedov/khromecat
Google chrome, chromecast cli player
https://github.com/msoedov/khromecat
chromecast chromecast-audio cli-player golang internet-radio-player
Last synced: 4 days ago
JSON representation
Google chrome, chromecast cli player
- Host: GitHub
- URL: https://github.com/msoedov/khromecat
- Owner: msoedov
- Created: 2018-12-02T12:46:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T17:16:51.000Z (about 5 years ago)
- Last Synced: 2024-12-22T07:41:13.870Z (14 days ago)
- Topics: chromecast, chromecast-audio, cli-player, golang, internet-radio-player
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# khromecat
A command line tool to play local files and directories on Google Chromecast devices.
Can handle `Play next` voice command
## Installation
```
go get github.com/msoedov/khromecat
go install github.com/msoedov/khromecat```
## Usage
Play mp3 filesfrom the current directory
```
khromecat d
```Play internet radio link
```
khromecat --url=http://ic7.101.ru:8000/a99 a
```