Skip to content

Releases: mos9527/pyncm

Version 1.6.9.4.4

10 Aug 23:48
Compare
Choose a tag to compare
Various bugfixes

Version 1.6.9.4.3

10 Aug 01:53
Compare
Choose a tag to compare
* 完善 `歌单同步.py` demo 实现
* 默认转换文件名半角逗号`.`为全角版本

Version 1.6.9.4.2

10 Aug 01:18
Compare
Choose a tag to compare
Exposing __main__ even further

Version 1.6.9.4.1

10 Aug 00:57
Compare
Choose a tag to compare
Expose `parse_args` and added `quit_on_empty_args` flag for use with some demos

Version 1.6.9.4

10 Aug 00:32
Compare
Choose a tag to compare
* 引入 256 个 deviceId 常量,确保匿名登录成功率 (#45)

Version 1.6.9.3

09 Aug 03:12
Compare
Choose a tag to compare
# 新设置
* `--deviceId`
可借此指定匿名登陆时需要的设备 ID,默认 ID 与当前设备相关

Version 1.6.9.2

09 Aug 02:58
Compare
Choose a tag to compare
# 新设定
* `--use-download-api` (Issue #44)
使用官方下载 API 进行下载,而不使用播放 API 下载
* `--user-bookmarks` (Issue #43)
在下载用户所有歌单时(提供用户主页分享链接),同时下载其收藏的所有歌单
# Bugfix
* `--save` 等不进行下载的操作不再需要提供分享链接

Version 1.6.9.1

28 Jun 10:51
Compare
Choose a tag to compare
feat : added option to export `yrc` (i.e. syllable-by-syllable lyrics) as `.ass` subtitles
fixes : handle netease's new lyrics format (json-on-lrc) nicely /s

Version 1.6.9.0.2

24 Jun 11:00
Compare
Choose a tag to compare
hotfix : `artist` tasks shouldn't have limits set for `GetArtistAlbums` (i.e. max album count retrived) (Issue #42)

Version 1.6.9.0.1

14 Jun 05:28
Compare
Choose a tag to compare
cli : when logging in anonymously (i.e. not providing any credentials), utilize unique deviceId to authenticate
cli : added explanations for failed downloads (#41)
helper.SubstituteWithFullwidth : added `"` as one of the forbidden chars