Commit Graph

19 Commits

Author SHA1 Message Date
5da246f24f Compare timestamps when deleting from playlist
Comparing only the timestamps when deleting an item from the
playlist, should remove it faster.
2018-06-02 14:27:18 +02:00
08ea59e759 Display only song title/filename in the playlist 2018-06-02 14:25:19 +02:00
1e28ceded5 Fix #47: Delete the correct item in playlist [wi]
Recording information, when an item was added to the playlist
makes it possible to remove the correct item in playlist, in case
duplicate items in playlist exists.
2018-05-30 18:37:18 +02:00
ef32c010af [Web Interface] Fixed some stuff which I broke 2018-05-21 13:56:03 +02:00
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
d858c950ad [Web Interface] Fix HTML injection via "currently playing"
- Would have been exploitable with malicious titles in youtube, etc.
2018-05-21 11:19:15 +02:00
b3dad1be99 Fix "now playing" feature 2018-05-20 23:59:57 +02:00
983d3b5a11 Small cleanup changes 2018-05-20 23:03:08 +02:00
1e80ab2c0c Add button to download entire music library 2018-05-20 22:52:08 +02:00
b0137b2db6 Implement download functionality
- directories are served as a zip-file
2018-05-20 22:41:35 +02:00
74ae51f65c Add download buttons to subdirectory entries 2018-05-20 20:32:05 +02:00
de96175c18 Add download button for each file
- This commit also introduces some CSS to place the buttons/forms next
to each other
2018-05-20 20:10:38 +02:00
f3813777b7 Allow uploading files to existing/new folders 2018-05-20 16:05:41 +02:00
c770b01370 Fix formatting issues in web interface 2018-05-20 13:37:51 +02:00
db51c7c4c7 interface: Don't show download/upload section; Make tracks searchable 2018-05-19 22:48:48 +02:00
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
54068a151e Proxy, Upload
Proxy paramter if behinf nginx
Upload can be done into a folder directly from the webpage
2017-01-26 00:30:43 +01:00
feb6e167c6 space allowed 2017-01-02 23:01:52 +01:00
1d7fa3e473 First commit with working stuff
First push, no css for now
2016-12-23 14:19:58 +01:00