Skip to content

Commit

Permalink
Updated README (installation and usage improvements)
Browse files Browse the repository at this point in the history
  • Loading branch information
aschaeffer committed Jun 3, 2017
1 parent c91c81e commit 67a08e4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
# sony-av-indicator
# sonyavindicator

## Configuration
Indicator for Sony AV receivers in the local network. The indicator automatically detects the AV indicator by scanning for port 33335 in the local network.

Adjust the port of your AVR:
Currently this indicator works well for the STR-DN860. It might work on other devices as well, but since I don't own other devices feedback is welcome. This project is open for pull requests.

* Port 8080 (STR-DA1800, STR-DN1030)
* Port 50001 (STR-DN1060)
* Port 33335 (All Others)
## Installation

TCP_PORT = 33335
$ git clone https://github.com/aschaeffer/sony-av-indicator.git
$ cd sony-av-indicator
$ sudo -H pip3 install . --no-cache-dir --upgrade

## Installation
### Optional

Add `sony-av-indicator.desktop` to the list of `interested-media-players`:

gsettings get com.canonical.indicator.sound interested-media-players
$ gsettings set com.canonical.indicator.sound interested-media-players "['sonyavindicator.desktop']"

## Usage

./sony-av-indicator.py
$ sonyavindicator

## System requirements

* Ubuntu 16.04
* Sony STR-DN-860
* Sony STR-DN-860 (other devices might work, but not tested)

## Authors

Expand Down

0 comments on commit 67a08e4

Please sign in to comment.