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: 6 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T17:16:51.000Z (almost 6 years ago)
- Last Synced: 2025-03-25T10:51:15.369Z (7 months ago)
- Topics: chromecast, chromecast-audio, cli-player, golang, internet-radio-player
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 4
- Watchers: 1
- 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
```