You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Pavle Portic 1db2fc5756
Update screenshot in readme
4 years ago
.idea Add shuffle button and currently playing song 4 years ago
app Bump version 4 years ago
backend Show current album in textview 4 years ago
gradle/wrapper Add shuffle button and currently playing song 4 years ago
.gitignore Update gradle and remove unused compopnents 5 years ago
README.rst Update screenshot in readme 4 years ago
build.gradle Add shuffle button and currently playing song 4 years ago
gradle.properties Initial commit 5 years ago
gradlew Initial commit 5 years ago
gradlew.bat Initial commit 5 years ago
settings.gradle Initial commit 5 years ago

README.rst

i3Control
=========

A basic android app and python backend to control media functionality on Linux.

Android app
-----------

Change the hostname or IP address of the target machine using the settings button top right.

.. image:: https://myazo.theedgeofrage.com/data/58ede96cfbf39e9e6dfa079f.png
   :alt: App screenshot

Python backend
--------------

You can run it through wsgi or just directly from the shell using ``python run.py``.
The only dependency is `Flask <https://pypi.python.org/pypi/Flask>`_.