Commit Graph

23 Commits

Author SHA1 Message Date
codezjx 7aeeb2c1c3 #14 Enhancement: pycrypto was deprecated, use pycryptodome instead. 2018-09-12 19:46:01 +08:00
codezjx 2849de3dc1 #26 Bugfix: Server return: {'code': -460, 'msg': 'Cheating'}, use a 32-bits random '_ntes_nuid' to fix it. 2018-08-22 13:01:37 +08:00
codezjx 67840eae8c #20 Bugfix: Resize the cover image (max allow: 640x640, same as 163), thus can reduce the file size. 2017-10-21 16:28:55 +08:00
codezjx 1adf7db7c6 Fix output message format and truncating long strings. 2017-08-28 00:42:24 +08:00
codezjx 9cf08f5e4d #13 Bugfix: if the folder name contains illegal characters, replace it with ' '. 2017-08-27 22:40:57 +08:00
codezjx cd3d043d46 #7 Bugfix: Replace illegal character with ' '. 2017-08-12 21:00:15 +08:00
codezjx d175c368e3 #5 Bugfix: Replace pathlib.Path.home() with os.path.expanduser('~'), because pathlib.Path.home() need python3.5+. ~_~||| 2017-08-12 01:33:18 +08:00
codezjx a58b389e91 #3 Bugfix: Replace os.getenv('HOME') with pathlib.Path.home(). On Windows, the first one may return None. 2017-08-09 22:55:43 +08:00
codezjx fba881def5 Add preview.gif and update README.md 2017-08-09 00:35:12 +08:00
codezjx d639385691 Handle the "HeaderNotFoundError" exception when add metadata to song file. 2017-08-08 01:10:06 +08:00
codezjx a337af3d23 Update README.md. 2017-08-08 00:32:21 +08:00
codezjx aa8da05005 Update README.md. 2017-07-15 00:26:19 +08:00
codezjx be263372e5 Add LICENSE.txt, requirements.txt and update information about setup.py. 2017-07-14 22:14:50 +08:00
codezjx 5e36ebfc90 Parse the specify id if user input a url. 2017-07-13 23:22:20 +08:00
codezjx a656c977f2 Remove old 'APIC' frame, because two 'APIC' may exist together with the different description. 2017-07-13 00:49:23 +08:00
codezjx 642081bb9d Download max hot song numbers by config, and add comment for local config. 2017-07-12 23:53:16 +08:00
codezjx 15f12dc9f2 If there is no ID3 tag in mp3 files, trying to add one. 2017-07-07 00:59:47 +08:00
codezjx b34b7d5df4 Replace '/' with '-', open() method not support '/' yet! 2017-07-07 00:05:59 +08:00
codezjx f5bc763ab3 If song_url is none, just return. 2017-07-06 22:57:45 +08:00
codezjx e492deb771 Add handle for song name and song folder config. 2017-07-06 00:30:20 +08:00
codezjx a148e91524 Improve whether the file exists. 2017-07-05 23:19:39 +08:00
codezjx d810377d9f Update package name to 'ncm', and add setuptools. 2017-07-05 00:01:51 +08:00
codezjx b29c52df47 First init project. 2017-06-30 00:27:37 +08:00