Commit Graph

17 Commits

Author SHA1 Message Date
40ea744e7f refactor: move music db into a separated file.
IMPORTANT NOTE:
The default database path has changed. It was database.db, but
now they ARE settings.db and music.db.

Database migration will detect music table in settings.db, and
move it out of settings.db.

To update from old version, you need to
 1. if you use your own db path settings in the command
    line or in configuration.ini, you don't have to change
    anything;
 1. or,if you use default database path, rename database.db
    into settings.db.
2020-05-13 10:43:40 +08:00
3fb10905b7 refactor: database logic, add type hints 2020-03-22 14:30:56 +08:00
f7042db657 feat: 'search' command to search the db, and 'shortlist' to add songs from search result 2020-03-08 16:56:31 +08:00
665edec684 REFACTOR: MUSIC LIBRARYgit status #91 2020-03-06 15:45:13 +08:00
6ab8a7958a REFACTOR: ITEM REVOLUTION #91 2020-03-05 16:28:08 +08:00
cf1feea870 chore: optimize logging. separate bot log and web log. 2020-02-28 14:15:57 +08:00
948aabd9ab fix: file path error when start as daemon 2020-02-28 10:35:27 +08:00
abd5eb8e95 beautify and enhance web interface, debug 2020-02-04 23:30:56 +08:00
30879db7b8 add Playlist class 2020-02-04 14:30:03 +08:00
d62adec9e3 playlist debugged 2018-11-21 00:22:06 +01:00
3a6aba9545 Playlist and colume management into db
#27 #16 #11
2018-07-12 00:40:29 +02:00
db45096944 Config writing, store volume changes. Closes #21 2018-06-19 13:43:25 +03:00
b30f0d868b repeat function and better code
For #11 and #12
2018-06-18 23:58:07 +02:00
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
ad378a586c New feature 2018-05-17 23:55:42 +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
1d7fa3e473 First commit with working stuff
First push, no css for now
2016-12-23 14:19:58 +01:00