Skip to content

Releases: mos9527/pyncm

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

Version 1.6.9.0

10 Jun 00:58
Compare
Choose a tag to compare
README : added mention of `async` branch

Version 1.6.8.9.1

05 Apr 04:45
Compare
Choose a tag to compare
hotfix : non-existent folders are now omitted with `--no-overwrite`

Version 1.6.8.9

04 Apr 16:22
Compare
Choose a tag to compare
fix : 'artist' exceptions are now correctly handled
qol : added help message for `--count`

Version 1.6.8.8

04 Apr 16:00
Compare
Choose a tag to compare
fix : 'artist' URLs are now parsed by iterating artist's albums

(sorry #36, but this really have to wait!)

Version 1.6.8.7

26 Feb 00:20
Compare
Choose a tag to compare
cli : added `--save-m3u` (#34)
Expreimental feature that lets you dump playlists into a `.m3u` file
Tested on my Walkman & VLC. Hopefully others handle m3u-s the same way lol

Version 1.6.8.6

24 Feb 01:24
Compare
Choose a tag to compare
cli : added options to sort & limit the no. of tracks to be downloaded (#33)
* The sorting can be base on either `hot` (i.e. popularity) and `time` (i.e.chronologicaly)
* The options are accessible via command line options `-n/--count` `--sort-by` `--reverse-sort`
apis/artist : added `GetArtistDetails`
apis/artist : renamed from `apis/artists`