Go to file
Pavle Portic 1db2fc5756
Update screenshot in readme
2019-01-26 03:28:04 +01:00
.idea Add shuffle button and currently playing song 2019-01-16 19:51:04 +01:00
app Bump version 2019-01-26 02:43:33 +01:00
backend Show current album in textview 2019-01-26 02:39:35 +01:00
gradle/wrapper Add shuffle button and currently playing song 2019-01-16 19:51:04 +01:00
.gitignore Update gradle and remove unused compopnents 2018-06-12 00:43:51 +02:00
README.rst Update screenshot in readme 2019-01-26 03:28:04 +01:00
build.gradle Add shuffle button and currently playing song 2019-01-16 19:51:04 +01:00
gradle.properties Initial commit 2018-03-21 02:26:26 +01:00
gradlew Initial commit 2018-03-21 02:26:26 +01:00
gradlew.bat Initial commit 2018-03-21 02:26:26 +01:00
settings.gradle Initial commit 2018-03-21 02:26:26 +01:00

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