Releases: mos9527/pyncm
Releases · mos9527/pyncm
Version 1.6.9.2
# 新设定 * `--use-download-api` (Issue #44) 使用官方下载 API 进行下载,而不使用播放 API 下载 * `--user-bookmarks` (Issue #43) 在下载用户所有歌单时(提供用户主页分享链接),同时下载其收藏的所有歌单 # Bugfix * `--save` 等不进行下载的操作不再需要提供分享链接
Version 1.6.9.1
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
hotfix : `artist` tasks shouldn't have limits set for `GetArtistAlbums` (i.e. max album count retrived) (Issue #42)
Version 1.6.9.0.1
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
README : added mention of `async` branch
Version 1.6.8.9.1
hotfix : non-existent folders are now omitted with `--no-overwrite`
Version 1.6.8.9
fix : 'artist' exceptions are now correctly handled qol : added help message for `--count`
Version 1.6.8.8
fix : 'artist' URLs are now parsed by iterating artist's albums (sorry #36, but this really have to wait!)
Version 1.6.8.7
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
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`