119 Commits

Author SHA1 Message Date
Terry Geng
4e287d6b1b feat: tag editing feature in web interface 2020-03-20 10:35:09 +08:00
Terry Geng
7f29deba01 feat: add delete function 2020-03-20 00:09:07 +08:00
Terry Geng
fb7101a581 FEAT: MUSIC LIBRARY BROSWER 2020-03-19 22:51:32 +08:00
Terry Geng
3fe64c96c6 fix: error when delete unexisted file 2020-03-19 18:53:15 +08:00
Terry Geng
a2cb955ed8 fix: refresh video metatdata after validation 2020-03-12 18:35:24 +08:00
Terry Geng
3e795fc713 fix: url wasn't cleared after added in the interface 2020-03-11 20:57:42 +08:00
Lartza
213a6c084b Cleanup 2020-03-10 23:07:29 +02:00
Lartza
b2ced96ba4 PEP8 2020-03-10 22:22:20 +02:00
Lartza
bb126401e2 Handle KeyError for radio title 2020-03-10 16:05:33 +02:00
Terry Geng
0ac9603072 feat: Lartza's urlban idea #91, fixed private message 2020-03-10 10:14:43 +08:00
Terry Geng
30c481bc24 fix: web interface radio display error, #94 2020-03-10 09:28:34 +08:00
Terry Geng
a39199d54d fix: optimize database logic, fixed #93 2020-03-10 09:23:36 +08:00
Terry Geng
048da4046b feat: 'delete' command to remove files from library 2020-03-09 00:02:22 +08:00
Terry Geng
e2f6de5066 fix: radio issue 2020-03-08 23:08:47 +08:00
Terry Geng
22ba308b14 feat: optimized autoplay with Lartz 2020-03-08 21:25:30 +08:00
Terry Geng
091d303729 fix: still one-shot 2020-03-08 19:55:41 +08:00
Terry Geng
f7042db657 feat: 'search' command to search the db, and 'shortlist' to add songs from search result 2020-03-08 16:56:31 +08:00
Terry Geng
45b83af4ba fix: file metadata not saved when scanning 2020-03-08 15:23:40 +08:00
Terry Geng
f931ae7d28 fix: util failed on some strange encoded files 2020-03-08 15:08:46 +08:00
Terry Geng
f8cfb163ed feat: add tags, remove tags, play tags, find tags #91 2020-03-08 11:31:34 +08:00
Terry Geng
487b5b9616 fix: music not saved after downloading. some tricky oneshot problem #91 2020-03-08 10:28:03 +08:00
Terry Geng
e10059a76e fix: delete item keyerror #91 2020-03-08 09:26:36 +08:00
Terry Geng
da6b028e2c fix: delete item from library #91 2020-03-07 23:56:18 +08:00
Terry Geng
01a59852a3 fix: tmp folder issue, more logs #91 2020-03-07 23:54:25 +08:00
Terry Geng
9e6072526c fix: web interface add url issue #91 2020-03-07 22:38:25 +08:00
Terry Geng
3e39450db0 fix: oneshot, #91 2020-03-07 20:13:42 +08:00
Terry Geng
749647aad2 feat: some tags function 2020-03-07 16:07:58 +08:00
Terry Geng
4fce3b956e feat: directory cache 2020-03-07 15:12:22 +08:00
Terry Geng
1f22d3b1a9 fix: minor fixes 2020-03-06 17:03:00 +08:00
Terry Geng
3bfc0ae5a9 fix: small fixes. 2020-03-06 16:38:43 +08:00
Terry Geng
e70727cfd1 FEAT: AUTOPLAY MODE #91 2020-03-06 16:15:19 +08:00
Terry Geng
665edec684 REFACTOR: MUSIC LIBRARYgit status #91 2020-03-06 15:45:13 +08:00
Terry Geng
b6bb449874 REFACTOR: DIFFERENT PLAYLIST #91 2020-03-06 01:39:24 +08:00
Terry Geng
ce25fcabee fix: some small issue 2020-03-05 19:57:31 +08:00
azlux
a60b991486
Create README.md 2020-03-05 12:06:15 +01:00
Terry Geng
6ab8a7958a REFACTOR: ITEM REVOLUTION #91 2020-03-05 16:28:08 +08:00
Terry Geng
499186c738 fix: message too long on some extreme cases 2020-03-03 16:47:24 +08:00
Terry Geng
c1c3e47582 fix: youtube playlist related CRAZY issues. 2020-03-03 16:12:45 +08:00
Terry Geng
28320ddfe5 fix: launch_music didn't wait for downloading #89 2020-03-03 10:11:50 +08:00
Terry Geng
dbe317bf31 feat: beautified current song string, fix ytplay index problem 2020-03-02 19:19:13 +08:00
Terry Geng
13753afa83 refactor: replace urllib into requests in radio.py 2020-03-02 19:02:56 +08:00
Terry Geng
cf1feea870 chore: optimize logging. separate bot log and web log. 2020-02-28 14:15:57 +08:00
Terry Geng
b640ff4721 fix: process error from youtube-dl correctly. #80 2020-02-27 21:10:44 +08:00
Terry Geng
0216103b69 fix: playlist version ++ after set one-shot 2020-02-27 12:05:42 +08:00
Terry Geng
7800bd3639 fix: random will not delete current song. changed one-shot icon.#79 2020-02-27 09:59:26 +08:00
Terry Geng
020ddbca22 fix: 'jump' now remove files behind in one-shot mode. #79 2020-02-27 09:44:21 +08:00
Terry Geng
5491f00c34 fix: one-shot crash bot, #79 2020-02-27 08:20:26 +08:00
Terry Geng
a03f82d90a feat: remove item once played in one-shot mode. make it as close to the old version as possible, #79 2020-02-27 00:59:20 +08:00
Terry Geng
a46a1d7073 refactor: changed all 'loop' into 'repeat', which is the term used in iTunes 2020-02-26 23:37:53 +08:00
Terry Geng
b85956ef2f feat: database and config support for playback mode. 2020-02-26 22:56:07 +08:00