Commit Graph

24 Commits

Author SHA1 Message Date
87e477935a Add dev.sh
Used to run the server during development. Uses entr which will restart the server when writing changes to any .py file
2018-03-05 21:43:58 +01:00
b3a2a1fb78 Add api.playlist_clear and api.playlist_remove 2018-03-04 18:33:26 +01:00
98d67c0444 Add missing type annotations to api methods
Add "__*" to .gitignore, to ignore temporary files
2018-03-04 18:33:26 +01:00
e4096cb97c Rename some of the containers to be more pep8 compliant 2018-03-04 18:33:26 +01:00
77346f0875 Add responsiveness and current timestamp 2018-03-04 18:33:26 +01:00
d2a2be60f0 Make webui more responsive, add playlist metadata using youtube-dl 2018-03-04 18:33:26 +01:00
68f6f8a75b Move gui.py to remi_ui.py and rename class App to RemiApp 2018-03-04 18:33:26 +01:00
9fe1956508 Move resource files due to restructure 2018-03-04 18:33:26 +01:00
94172221da Whoops, got one of the remi.server parameters wrong 2018-03-04 18:33:26 +01:00
be484767c5 Move code into grzegorz_clients folder in preperation of making this into a pytohn module 2018-03-04 18:33:26 +01:00
029fe7884f Add better description to README for standalone mode
commit e548b87f032425b3368119b4747308a8a24b36bd was "undocumented"
2018-03-04 18:33:26 +01:00
8ba98850d5 Add set_endpoint method to api.py
Better than writing to a global variable
2018-03-04 18:33:26 +01:00
4711246a40 Fix bug with standalone mode 2018-03-04 18:33:26 +01:00
f380b6ae61 Make requirements a bit more precise 2018-03-04 18:33:26 +01:00
32220c3d3c Add swag to readme 2018-03-04 18:33:15 +01:00
e9555264b9 Expand the configfile
Alsp removing my config.py and instead committing default_config.py
2018-03-02 18:08:18 +01:00
0ae203c7b7 New logo 2018-03-01 13:57:01 +01:00
6bd24cdd3e Code refactor and make config assertions more verbose on fail 2018-03-01 13:56:31 +01:00
eb6f3cf9db Add fontawesome play-pause-prev-next buttons and minor refactor 2018-03-01 13:55:50 +01:00
cc3113ef75 Add ability to seek and set volume 2018-02-28 22:17:44 +01:00
30d3120a09 Make play, pause, next, previous, load and playlist view functional 2018-02-27 00:06:15 +01:00
9c6f59035d Add a "How to run this" section to readme 2018-02-26 23:15:08 +01:00
e63b076e60 Add readme and license 2018-02-26 23:06:09 +01:00
1b7933187e Initial commit and design 2018-02-26 22:55:01 +01:00