taurusxin / ncmdump

转换网易云音乐 ncm 到 mp3 / flac. Convert Netease Cloud Music ncm files to mp3/flac files.
MIT License
1.04k stars 168 forks source link

fix: exception when artist is empty #16

Closed wshon closed 7 months ago

wshon commented 7 months ago

this fix can verify with https://github.com/wshon/ncmdump/blob/hotfix-test/test/test-fix.ncm

sciencekiller commented 7 months ago

这个错误是否会影响libncmdump?如果是,麻烦提供dll版本,我会进行包装,以便C#用户使用。

taurusxin commented 7 months ago

这个错误是否会影响libncmdump?如果是,麻烦提供dll版本,我会进行包装,以便C#用户使用。

库的源码添加到仓库了,可自行构建。下面是Action的自动构建 https://github.com/taurusxin/ncmdump/actions/runs/8408428253

taurusxin commented 7 months ago

这个错误是否会影响libncmdump?如果是,麻烦提供dll版本,我会进行包装,以便C#用户使用。

另外示例的源码也放在了仓库的example下,务必注意调用完方法销毁对象。