Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joeyism/arconaiaudio
https://github.com/joeyism/arconaiaudio
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joeyism/arconaiaudio
- Owner: joeyism
- Created: 2019-03-10T22:14:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-03-16T22:21:47.000Z (over 5 years ago)
- Last Synced: 2023-11-30T07:03:30.442Z (12 months ago)
- Language: Python
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ArconaiAudio
Allows you to listen to Arconai through your terminal## Installation
```bash
pip3 install --user ArconaiAudio
```## Dependencies
You need to install [mpv](https://mpv.io/installation/) as well### Ubuntu
```bash
sudo add-apt-repository ppa:mc3man/mpv-tests
sudo apt-get install mpv
```### OS X
```bash
brew install mpv --with-bundle
```## Usage
In your terminal, run```bash
ArconaiAudio
```and you will see a selection
![selecting show type](docs/images/Screenshot_2019-03-16_18-04-54.png)
After selection a show type, the relevant show names will be displayed. In the input menu, you can type in the show you want to listen to. Word completion is automatically enabled, so pressing `TAB` will help selection. Selection through `UP` or `DOWN` arrow keys also works.
![selecting show name](docs/images/Screenshot_2019-03-16_18-04-04.png)
**NOTE**: Show names are case sensitive
### Options
```bash
ArconaiAudio [show type] [show name]
```#### Show Type
* shows
* cable
* movies#### Show Name
The name of the show under the specific **Show Type**. The name is case sensitive, and for names with spaces in the title, you should put quotes around it.### Example
Running
```bash
ArconaiAudio shows Scrubs
```
will play the **Scrubs** audio```bash
ArconaiAudio shows "Always Sunny in Philadelphia"
```
will play the **Always Sunny in Philadelphia** audio