20 Commits

Author SHA1 Message Date
Azlux
b6e2649953 fix autoupgrade 2019-07-31 00:23:28 +02:00
azlux
22744b3794
better update 2019-06-04 11:20:08 +02:00
Azlux
a9824537e9 autoupdate feature 2019-06-04 02:23:28 +02:00
Azlux
ef78b566af Admin features
Add URL and User abn list : #19 #18
Fix for #34
2019-01-13 21:42:34 +01:00
azlux
3a6aba9545 Playlist and colume management into db
#27 #16 #11
2018-07-12 00:40:29 +02:00
Lartza
db45096944 Config writing, store volume changes. Closes #21 2018-06-19 13:43:25 +03:00
Lartza
e6af06b8dc Unused imports 2018-06-18 13:31:57 +03:00
azlux
b1611621dc fix when no read right on file 2018-06-06 01:12:39 +02:00
azlux
bd532e5c22 check read access
the bot crash if a file don't have read access
2018-06-06 00:20:11 +02:00
Fabian Würfl
f8b2cc4529 utils.py: Remove unnecessary debugging print 2018-05-30 19:17:17 +02:00
Fabian Würfl
32c78544f9 utils.py: Fix not adding files correctly in some edge cases 2018-05-30 19:16:07 +02:00
Fabian Würfl
432aaa856c Move config object to variables.py
- Initialized in main.py
- This way the configuration is available for all modules
2018-05-26 10:56:23 +02:00
Fabian Würfl
e62fc7bdb0 Add optional command line option for config file
Implements #28
2018-05-24 22:13:08 +02:00
Fabian Würfl
ef32c010af [Web Interface] Fixed some stuff which I broke 2018-05-21 13:56:03 +02:00
Fabian Würfl
adfdb6f06c Ignore non-audio/video files 2018-05-21 12:47:25 +02:00
Fabian Würfl
f45aa6c712 [Web Interface] Fix directory listing
- fixes not displaying files of top level directory
- fixes duplicate sub-directory listings
2018-05-21 12:29:05 +02:00
Fabian Würfl
b0137b2db6 Implement download functionality
- directories are served as a zip-file
2018-05-20 22:41:35 +02:00
Fabian Würfl
f3813777b7 Allow uploading files to existing/new folders 2018-05-20 16:05:41 +02:00
Fabian Würfl
36027414d8 Fix variable referencing bug in Dir() 2018-05-20 13:25:51 +02:00
Fabian Würfl
85f90e4e44 Improve web interface (+ other small changes)
- Web Interface shows folders recursively
- Add command line options for web interface (--wi-port, --wi-addr)
- Move command line option parsing to main
- Move shared code to utils.py
- Fix some issues with web interface
- Fix other small things
2018-05-19 22:34:56 +02:00