Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```