cli icon indicating copy to clipboard operation
cli copied to clipboard

Unlock Music Project - CLI Edition

Results 8 cli issues
Sort by recently updated
recently updated
newest added

$ ./um.exe -o . -i "D:\__SYNC\00-MOBILE0\APK\**dd.mflac0**" 2022/04/10 23:17:22.609 WARN try decode failed 2022/04/10 23:17:22.615 FATAL run app failed {"error": "no any decoder can resolve the file"} 今天刚下载的mflac0格式文件,无法解析。参见:[https://github.com/unlock-music/cli/issues/35](https://github.com/unlock-music/cli/issues/35)

今天解密的时候突然就报错了,可能是腾讯换加密方式了 下面是输出内容片段,只有“PastelPalettes - Brand new Pastel Road! [mqms2].mflac0”是今天下的,剩下都是前一阵下的 ``` 2022/04/05 16:14:15.387 INFO successfully converted {"source": "input/Afterglow - Hey-day狂騒曲 (嗨天狂想曲) [mqms2].mgg1", "destination": "output/Afterglow - Hey-day狂騒曲 (嗨天狂想曲) [mqms2].ogg"} 2022/04/05 16:14:15.428 WARN try...

Hi, QQ音乐下载的有 mgg0 格式的文件,如何破解? cli log显示: ```bash 2022/04/03 13:40:33.623 INFO skipping while no suitable decoder {"file": "Stereophonics - I Miss You Now [mqms].mgg0"} ```

- Original: https://github.com/ix64/unlock-music/issues/40 - 设置指定监控文件夹,自动解锁,可选歌曲命名格式、是否删除源文件、是否指定保存位置

- Original: https://github.com/ix64/unlock-music/issues/48 - 实现逆向的转换,将开放格式转换为加密格式

**背景和说明** 方便大家部署和更新这个解决方案 **实现途径** - 发布到[winget](https://github.com/microsoft/winget-pkgs)官方源,实现auto sync

用web版的包含了这些信息 ![image](https://user-images.githubusercontent.com/28300775/191065916-d7060511-2a3c-4738-be8c-d08e39e23342.png) cli的就没有了 ![image](https://user-images.githubusercontent.com/28300775/191066014-313bafd5-426b-4c14-a349-78d3f7348b62.png)

optimize import & code style