Compare commits
34 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
24bfc9e603 | ||
![]() |
b6886b7001 | ||
![]() |
dd965688a9 | ||
![]() |
f9543965b6 | ||
![]() |
e7b86a4779 | ||
![]() |
c3756bb3b3 | ||
![]() |
4d5d70f4b6 | ||
![]() |
e31eb9c1f1 | ||
![]() |
f64fa71b1e | ||
![]() |
181a3c402f | ||
![]() |
4c4e4061f5 | ||
![]() |
2526adcab0 | ||
![]() |
f2ea85bae9 | ||
![]() |
c07d55565d | ||
![]() |
71a8d9fab7 | ||
![]() |
7233fdc707 | ||
![]() |
0d119094df | ||
![]() |
1f804e1037 | ||
![]() |
77d9ca4ba8 | ||
![]() |
8f3c74c100 | ||
![]() |
29c27bbfd9 | ||
![]() |
c87e6e04ed | ||
![]() |
0b52a0acb2 | ||
![]() |
a087da67b2 | ||
![]() |
3ca3142d11 | ||
![]() |
23b01d5f87 | ||
![]() |
12025e3709 | ||
![]() |
2415db67be | ||
![]() |
9569e2f145 | ||
![]() |
87356a0514 | ||
![]() |
ff63c420eb | ||
![]() |
1d3725f9a4 | ||
![]() |
a70aaf03af | ||
![]() |
31fdaf11f7 |
@@ -10,7 +10,7 @@ steps:
|
|||||||
- name: installDependencies
|
- name: installDependencies
|
||||||
image: node:lts
|
image: node:lts
|
||||||
commands:
|
commands:
|
||||||
- npm ci --verbose --registry=https://registry.npm.taobao.org
|
- npm ci --registry=https://registry.npm.taobao.org
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: node:lts
|
image: node:lts
|
||||||
|
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) [2019] [MengYX]
|
Copyright (c) 2019-2020 MengYX
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
45
README.md
45
README.md
@@ -1,30 +1,39 @@
|
|||||||
# Unlock Music 音乐解锁
|
# Unlock Music 音乐解锁
|
||||||
- Unlock encrypted music file in browser.
|
- Unlock encrypted music file in browser.
|
||||||
- 在浏览器中解锁加密的音乐文件。
|
- 在浏览器中解锁加密的音乐文件。
|
||||||
- unlock-music项目是以学习和技术研究的初衷创建的。
|
- unlock-music项目是以学习和技术研究的初衷创建的,修改、再分发时请遵循[License](https://github.com/ix64/unlock-music/blob/master/LICENSE)
|
||||||
- 由于存在可能的法律风险以及滥用风险,不再提供Demo服务。
|
- 由于存在可能的法律风险以及滥用风险,不再提供Demo服务;Unlock Music的CLI版本正在开发中。
|
||||||
|
- [其他测试版工具](https://github.com/ix64/unlock-music/wiki/%E5%85%B6%E4%BB%96%E9%9F%B3%E4%B9%90%E6%A0%BC%E5%BC%8F%E5%B7%A5%E5%85%B7)
|
||||||
|
|
||||||
[](https://ci.ixarea.com/ix64/unlock-music)
|
[](https://ci.ixarea.com/ix64/unlock-music)
|
||||||
|
|
||||||
# Features
|
# 特性
|
||||||
- [x] Unlock in browser 在浏览器中解锁
|
## 支持的格式
|
||||||
- [x] QQMusic Format QQ音乐格式 (.qmc0/.qmc3/.qmcflac/.qmcogg/.tkm)
|
- [x] QQ音乐 (.qmc0/.qmc2/.qmc3/.qmcflac/.qmcogg/[.tkm](https://github.com/ix64/unlock-music/issues/9))
|
||||||
- [x] MooMusic Format Moo音乐格式 ([.bkcmp3/.bkcflac](https://github.com/ix64/unlock-music/issues/11))
|
- [x] Moo音乐格式 ([.bkcmp3/.bkcflac](https://github.com/ix64/unlock-music/issues/11))
|
||||||
- [x] QQMusic Tm Format QQ音乐Tm格式 (.tm0/.tm2/.tm3/.tm6)
|
- [x] QQ音乐Tm格式 (.tm0/.tm2/.tm3/.tm6)
|
||||||
- [x] QQMusic New Format QQ音乐新格式 (Experimental 实验性支持)
|
- [x] QQ音乐新格式 (实验性支持)
|
||||||
- [x] .mflac
|
- [x] .mflac
|
||||||
- [x] .mgg
|
- [x] [.mgg](https://github.com/ix64/unlock-music/issues/3)
|
||||||
- [x] Netease Format 网易云音乐格式 (.ncm)
|
- [x] 网易云音乐格式 (.ncm)
|
||||||
- [x] Drag and Drop 拖放文件
|
- [x] 补全ncm的ID3信息
|
||||||
- [x] Play instantly 在线播放
|
- [x] 虾米音乐格式 (.xm) (测试阶段)
|
||||||
- [x] Batch unlocking 批量解锁
|
- [x] 酷我音乐格式 (.kwm) (测试阶段)
|
||||||
- [x] Progressive Web App 渐进式Web应用
|
- [ ] 酷狗音乐格式 (.kgm) ([Alpha测试](https://github.com/ix64/unlock-music/wiki/%E5%85%B6%E4%BB%96%E9%9F%B3%E4%B9%90%E6%A0%BC%E5%BC%8F%E5%B7%A5%E5%85%B7#%E9%85%B7%E7%8B%97%E9%9F%B3%E4%B9%90-kgmvpr%E8%A7%A3%E9%94%81%E5%B7%A5%E5%85%B7))
|
||||||
- [x] Complete ID3 for ncm 补全ncm的ID3信息
|
|
||||||
- [x] Multi-threads 多线程
|
## 其他特性
|
||||||
|
- [x] 在浏览器中解锁
|
||||||
|
- [x] 拖放文件
|
||||||
|
- [x] 在线播放
|
||||||
|
- [x] 批量解锁
|
||||||
|
- [x] 渐进式Web应用
|
||||||
|
- [x] 多线程
|
||||||
|
|
||||||
|
|
||||||
# 使用方法
|
# 使用方法
|
||||||
## 下载已构建版本
|
## 使用已构建版本
|
||||||
- 已构建的版本发布在 [GitHub Release](https://github.com/ix64/unlock-music/releases/latest), 下载解压缩后即可部署或本地使用
|
- 从[GitHub Release](https://github.com/ix64/unlock-music/releases/latest)下载已构建的版本
|
||||||
|
- 解压缩后即可部署或本地使用(**请勿直接运行源代码**)
|
||||||
|
|
||||||
## 自行构建
|
## 自行构建
|
||||||
- 环境要求
|
- 环境要求
|
||||||
|
5859
package-lock.json
generated
5859
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "unlock-music",
|
"name": "unlock-music",
|
||||||
"version": "1.3.4",
|
"version": "1.5.1",
|
||||||
"updateInfo": "修复解锁无元数据的ncm文件时会产生的错误",
|
"updateInfo": "改善.mgg解锁算法",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "Unlock encrypted music file in browser.",
|
"description": "Unlock encrypted music file in browser.",
|
||||||
"repository": {
|
"repository": {
|
||||||
@@ -15,18 +15,20 @@
|
|||||||
"fix-compatibility": "node ./src/fix-compatibility.js"
|
"fix-compatibility": "node ./src/fix-compatibility.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"base64-js": "^1.3.1",
|
||||||
"browser-id3-writer": "^4.4.0",
|
"browser-id3-writer": "^4.4.0",
|
||||||
"core-js": "^3.6.4",
|
"core-js": "^3.6.4",
|
||||||
"crypto-js": "^4.0.0",
|
"crypto-js": "^4.0.0",
|
||||||
"element-ui": "^2.13.0",
|
"element-ui": "^2.13.0",
|
||||||
"music-metadata-browser": "^2.0.4",
|
"iconv-lite": "^0.5.1",
|
||||||
"register-service-worker": "^1.7.0",
|
"music-metadata-browser": "^2.0.5",
|
||||||
|
"register-service-worker": "^1.7.1",
|
||||||
"vue": "^2.6.11"
|
"vue": "^2.6.11"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vue/cli-plugin-babel": "^4.2.3",
|
"@vue/cli-plugin-babel": "^4.3.0",
|
||||||
"@vue/cli-plugin-pwa": "^4.2.3",
|
"@vue/cli-plugin-pwa": "^4.3.0",
|
||||||
"@vue/cli-service": "^4.2.3",
|
"@vue/cli-service": "^4.3.0",
|
||||||
"babel-plugin-component": "^1.1.1",
|
"babel-plugin-component": "^1.1.1",
|
||||||
"vue-cli-plugin-element": "^1.0.1",
|
"vue-cli-plugin-element": "^1.0.1",
|
||||||
"vue-template-compiler": "^2.6.11",
|
"vue-template-compiler": "^2.6.11",
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
<!--@formatter:on-->
|
<!--@formatter:on-->
|
||||||
<script async src="https://stats.ixarea.com/ixarea-stats.js"></script>
|
<script async src="https://stats.ixarea.com/ixarea-stats.js"></script>
|
||||||
<title>音乐解锁 - By IXarea</title>
|
<title>音乐解锁 - By IXarea</title>
|
||||||
<meta content="音乐,解锁,ncm,qmc,qmc0,qmc3,qmcflac,qmcogg,mflac,qq音乐,网易云音乐,加密" name="keywords"/>
|
<meta content="音乐,解锁,ncm,qmc,mgg,mflac,qq音乐,网易云音乐,加密" name="keywords"/>
|
||||||
<meta content="音乐解锁 - 在任何设备上解锁已购的加密音乐!" name="description"/>
|
<meta content="音乐解锁 - 在任何设备上解锁已购的加密音乐!" name="description"/>
|
||||||
<!--@formatter:off-->
|
<!--@formatter:off-->
|
||||||
<style>#loader{position:absolute;left:50%;top:50%;z-index:1010;margin:-75px 0 0 -75px;border:16px solid #f3f3f3;border-radius:50%;border-top:16px solid #3498db;width:120px;height:120px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}#loader-mask{position:absolute;width:100%;height:100%;bottom:0;left:0;right:0;top:0;z-index:1009;background-color:rgba(242,246,252,0.88)}</style>
|
<style>#loader{position:absolute;left:50%;top:50%;z-index:1010;margin:-75px 0 0 -75px;border:16px solid #f3f3f3;border-radius:50%;border-top:16px solid #3498db;width:120px;height:120px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}#loader-mask{position:absolute;width:100%;height:100%;bottom:0;left:0;right:0;top:0;z-index:1009;background-color:rgba(242,246,252,0.88)}</style>
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
<div id="loader"></div>
|
<div id="loader"></div>
|
||||||
<noscript>
|
<noscript>
|
||||||
<img alt=""
|
<img alt=""
|
||||||
src="https://stats.ixarea.com/ixarea-stats/report?idsite=2&rec=1&action_name=音乐解锁+-+By+IXarea"
|
src="https://stats.ixarea.com/ixarea-stats/report?rec=1&action_name=音乐解锁-NoJS&idsite=2"
|
||||||
style="border:0"/>
|
style="border:0"/>
|
||||||
</noscript>
|
</noscript>
|
||||||
<div hidden id="loader-tips-outdated">
|
<div hidden id="loader-tips-outdated">
|
||||||
@@ -53,12 +53,12 @@
|
|||||||
var m;
|
var m;
|
||||||
if (!ua) return true;
|
if (!ua) return true;
|
||||||
if (/MSIE |Trident\//.exec(ua)) return true; // no IE
|
if (/MSIE |Trident\//.exec(ua)) return true; // no IE
|
||||||
m = /Edge\/([\d.]+)/.exec(ua); // Edge >= 16
|
m = /Edge\/([\d.]+)/.exec(ua); // Edge >= 17
|
||||||
if (m && Number(m[1]) < 16) return true;
|
if (m && Number(m[1]) < 17) return true;
|
||||||
m = /Chrome\/([\d.]+)/.exec(ua); // Chrome >= 50
|
m = /Chrome\/([\d.]+)/.exec(ua); // Chrome >= 58
|
||||||
if (m && Number(m[1]) < 50) return true;
|
if (m && Number(m[1]) < 58) return true;
|
||||||
m = /Firefox\/([\d.]+)/.exec(ua); // Firefox >= 38
|
m = /Firefox\/([\d.]+)/.exec(ua); // Firefox >= 45
|
||||||
return m && Number(m[1]) < 38;
|
return m && Number(m[1]) < 45;
|
||||||
})();
|
})();
|
||||||
if (detected) {
|
if (detected) {
|
||||||
document.getElementById('loader-tips-outdated').hidden = false;
|
document.getElementById('loader-tips-outdated').hidden = false;
|
||||||
|
27
src/App.vue
27
src/App.vue
@@ -4,7 +4,7 @@
|
|||||||
<el-main>
|
<el-main>
|
||||||
<x-upload v-on:handle_error="showFail" v-on:handle_finish="showSuccess"></x-upload>
|
<x-upload v-on:handle_error="showFail" v-on:handle_finish="showSuccess"></x-upload>
|
||||||
|
|
||||||
<el-row id="app-control">
|
<div id="app-control">
|
||||||
<el-row style="padding-bottom: 1em; font-size: 14px">
|
<el-row style="padding-bottom: 1em; font-size: 14px">
|
||||||
歌曲命名格式:
|
歌曲命名格式:
|
||||||
<el-radio label="1" name="format" v-model="download_format">歌手-歌曲名</el-radio>
|
<el-radio label="1" name="format" v-model="download_format">歌手-歌曲名</el-radio>
|
||||||
@@ -14,10 +14,20 @@
|
|||||||
</el-row>
|
</el-row>
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-button @click="handleDownloadAll" icon="el-icon-download" plain>下载全部</el-button>
|
<el-button @click="handleDownloadAll" icon="el-icon-download" plain>下载全部</el-button>
|
||||||
<el-button @click="handleDeleteAll" icon="el-icon-delete" plain type="danger">删除全部</el-button>
|
<el-button @click="handleDeleteAll" icon="el-icon-delete" plain type="danger">清除全部</el-button>
|
||||||
|
|
||||||
|
|
||||||
|
<el-tooltip class="item" effect="dark" placement="top-start">
|
||||||
|
<div slot="content">
|
||||||
|
当您使用此工具进行大量文件解锁的时候,建议开启此选项。<br/>
|
||||||
|
开启后,解锁结果将不会存留于浏览器中,防止内存不足。
|
||||||
|
</div>
|
||||||
<el-checkbox border style="margin-left: 1em" v-model="instant_download">立即保存</el-checkbox>
|
<el-checkbox border style="margin-left: 1em" v-model="instant_download">立即保存</el-checkbox>
|
||||||
|
</el-tooltip>
|
||||||
|
|
||||||
|
|
||||||
</el-row>
|
</el-row>
|
||||||
</el-row>
|
</div>
|
||||||
<audio :autoplay="playing_auto" :src="playing_url" controls/>
|
<audio :autoplay="playing_auto" :src="playing_url" controls/>
|
||||||
|
|
||||||
<x-preview :download_format="download_format" :table-data="tableData"
|
<x-preview :download_format="download_format" :table-data="tableData"
|
||||||
@@ -31,11 +41,11 @@
|
|||||||
<a href="https://github.com/ix64/unlock-music/wiki/使用提示" target="_blank">使用提示</a>
|
<a href="https://github.com/ix64/unlock-music/wiki/使用提示" target="_blank">使用提示</a>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-row>
|
<el-row>
|
||||||
目前支持网易云音乐(ncm)、QQ音乐(qmc, mflac, mgg, tkm)以及
|
目前支持网易云音乐(ncm), QQ音乐(qmc, mflac, mgg), 虾米音乐(xm), 酷我音乐(.kwm)
|
||||||
<a href="https://github.com/ix64/unlock-music/blob/master/README.md" target="_blank">其他格式</a>。
|
<a href="https://github.com/ix64/unlock-music/blob/master/README.md" target="_blank">更多</a>。
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-row>
|
<el-row>
|
||||||
<span>Copyright © 2019</span> MengYX
|
<span>Copyright © 2019-</span><span v-text="(new Date()).getFullYear()"></span> MengYX
|
||||||
音乐解锁使用
|
音乐解锁使用
|
||||||
<a href="https://github.com/ix64/unlock-music/blob/master/LICENSE" target="_blank">MIT许可协议</a>
|
<a href="https://github.com/ix64/unlock-music/blob/master/LICENSE" target="_blank">MIT许可协议</a>
|
||||||
开放源代码
|
开放源代码
|
||||||
@@ -82,12 +92,13 @@
|
|||||||
try {
|
try {
|
||||||
const resp = await fetch("https://stats.ixarea.com/collect/music/app-version", {
|
const resp = await fetch("https://stats.ixarea.com/collect/music/app-version", {
|
||||||
method: "POST", headers: {"Content-Type": "application/json"},
|
method: "POST", headers: {"Content-Type": "application/json"},
|
||||||
body: JSON.stringify({Version: this.version})
|
body: JSON.stringify({"Version": this.version})
|
||||||
});
|
});
|
||||||
updateInfo = await resp.json();
|
updateInfo = await resp.json();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
}
|
}
|
||||||
if (!!updateInfo && !!updateInfo.Found) {
|
if ((!!updateInfo && process.env.NODE_ENV === 'production') && (!!updateInfo.HttpsFound ||
|
||||||
|
(!!updateInfo.Found && window.location.protocol !== "https:"))) {
|
||||||
this.$notify.warning({
|
this.$notify.warning({
|
||||||
title: '发现更新',
|
title: '发现更新',
|
||||||
message: '发现新版本 v' + updateInfo.Version +
|
message: '发现新版本 v' + updateInfo.Version +
|
||||||
|
@@ -9,6 +9,13 @@
|
|||||||
<i class="el-icon-upload"/>
|
<i class="el-icon-upload"/>
|
||||||
<div class="el-upload__text">将文件拖到此处,或<em>点击选择</em></div>
|
<div class="el-upload__text">将文件拖到此处,或<em>点击选择</em></div>
|
||||||
<div class="el-upload__tip" slot="tip">本工具仅在浏览器内对文件进行解锁,无需消耗流量</div>
|
<div class="el-upload__tip" slot="tip">本工具仅在浏览器内对文件进行解锁,无需消耗流量</div>
|
||||||
|
<transition name="el-fade-in">
|
||||||
|
<el-progress
|
||||||
|
:format="progressFormat" :percentage="progress_percent" :stroke-width="16"
|
||||||
|
:text-inside="true" style="margin: 16px 6px 0 6px"
|
||||||
|
v-show="progress_show"
|
||||||
|
></el-progress>
|
||||||
|
</transition>
|
||||||
</el-upload>
|
</el-upload>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -22,7 +29,13 @@
|
|||||||
cacheQueue: [],
|
cacheQueue: [],
|
||||||
workers: [],
|
workers: [],
|
||||||
idle_workers: [],
|
idle_workers: [],
|
||||||
thread_num: 1
|
thread_num: 1,
|
||||||
|
|
||||||
|
progress_show: false,
|
||||||
|
|
||||||
|
progress_finished: 0,
|
||||||
|
progress_all: 0,
|
||||||
|
progress_percent: 0,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
@@ -47,7 +60,25 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
progressFormat() {
|
||||||
|
return this.progress_finished + "/" + (this.progress_all)
|
||||||
|
},
|
||||||
|
progressChange(finish, all) {
|
||||||
|
this.progress_all += all;
|
||||||
|
this.progress_finished += finish;
|
||||||
|
this.progress_percent = Math.round(this.progress_finished / this.progress_all * 100);
|
||||||
|
if (this.progress_finished === this.progress_all) {
|
||||||
|
setTimeout(() => {
|
||||||
|
this.progress_show = false;
|
||||||
|
this.progress_finished = 0;
|
||||||
|
this.progress_all = 0;
|
||||||
|
}, 3000);
|
||||||
|
} else {
|
||||||
|
this.progress_show = true;
|
||||||
|
}
|
||||||
|
},
|
||||||
handleFile(file) {
|
handleFile(file) {
|
||||||
|
this.progressChange(0, +1);
|
||||||
// 有空闲worker 立刻处理文件
|
// 有空闲worker 立刻处理文件
|
||||||
if (this.idle_workers.length > 0) {
|
if (this.idle_workers.length > 0) {
|
||||||
this.handleDoFile(file, this.idle_workers.shift());
|
this.handleDoFile(file, this.idle_workers.shift());
|
||||||
@@ -70,9 +101,11 @@
|
|||||||
this.$emit("handle_finish", data);
|
this.$emit("handle_finish", data);
|
||||||
// 完成之后 执行新任务 todo: 可能导致call stack过长
|
// 完成之后 执行新任务 todo: 可能导致call stack过长
|
||||||
this.handleCacheQueue(worker_id);
|
this.handleCacheQueue(worker_id);
|
||||||
|
this.progressChange(+1, 0);
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
this.$emit("handle_error", err, file.name);
|
this.$emit("handle_error", err, file.name);
|
||||||
this.handleCacheQueue(worker_id);
|
this.handleCacheQueue(worker_id);
|
||||||
|
this.progressChange(+1, 0);
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
@@ -23,5 +23,8 @@ export function DownloadBlobMusic(data, format) {
|
|||||||
|
|
||||||
export function RemoveBlobMusic(data) {
|
export function RemoveBlobMusic(data) {
|
||||||
URL.revokeObjectURL(data.file);
|
URL.revokeObjectURL(data.file);
|
||||||
|
if (data.picture.startsWith("blob:")) {
|
||||||
URL.revokeObjectURL(data.picture);
|
URL.revokeObjectURL(data.picture);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
@@ -1,4 +1,6 @@
|
|||||||
const NcmDecrypt = require("./ncm");
|
const NcmDecrypt = require("./ncm");
|
||||||
|
const KwmDecrypt = require("./kwm");
|
||||||
|
const XmDecrypt = require("./xm");
|
||||||
const QmcDecrypt = require("./qmc");
|
const QmcDecrypt = require("./qmc");
|
||||||
const RawDecrypt = require("./raw");
|
const RawDecrypt = require("./raw");
|
||||||
const TmDecrypt = require("./tm");
|
const TmDecrypt = require("./tm");
|
||||||
@@ -11,9 +13,16 @@ export async function CommonDecrypt(file) {
|
|||||||
case "ncm":// Netease Mp3/Flac
|
case "ncm":// Netease Mp3/Flac
|
||||||
rt_data = await NcmDecrypt.Decrypt(file.raw, raw_filename, raw_ext);
|
rt_data = await NcmDecrypt.Decrypt(file.raw, raw_filename, raw_ext);
|
||||||
break;
|
break;
|
||||||
case "mp3":// Raw Mp3
|
case "kwm":// Kuwo Mp3/Flac
|
||||||
case "flac"://Raw Flac
|
rt_data = await KwmDecrypt.Decrypt(file.raw, raw_filename, raw_ext);
|
||||||
case "m4a":// Raw M4a
|
break
|
||||||
|
case "xm": // Xiami Wav/M4a/Mp3/Flac
|
||||||
|
case "wav":// Xiami/Raw Wav
|
||||||
|
case "mp3":// Xiami/Raw Mp3
|
||||||
|
case "flac":// Xiami/Raw Flac
|
||||||
|
case "m4a":// Xiami/Raw M4a
|
||||||
|
rt_data = await XmDecrypt.Decrypt(file.raw, raw_filename, raw_ext);
|
||||||
|
break;
|
||||||
case "ogg":// Raw Ogg
|
case "ogg":// Raw Ogg
|
||||||
rt_data = await RawDecrypt.Decrypt(file.raw, raw_filename, raw_ext);
|
rt_data = await RawDecrypt.Decrypt(file.raw, raw_filename, raw_ext);
|
||||||
break;
|
break;
|
||||||
@@ -22,6 +31,7 @@ export async function CommonDecrypt(file) {
|
|||||||
rt_data = await RawDecrypt.Decrypt(file.raw, raw_filename, "mp3");
|
rt_data = await RawDecrypt.Decrypt(file.raw, raw_filename, "mp3");
|
||||||
break;
|
break;
|
||||||
case "qmc3"://QQ Music Android Mp3
|
case "qmc3"://QQ Music Android Mp3
|
||||||
|
case "qmc2"://QQ Music Android Ogg
|
||||||
case "qmc0"://QQ Music Android Mp3
|
case "qmc0"://QQ Music Android Mp3
|
||||||
case "qmcflac"://QQ Music Android Flac
|
case "qmcflac"://QQ Music Android Flac
|
||||||
case "qmcogg"://QQ Music Android Ogg
|
case "qmcogg"://QQ Music Android Ogg
|
||||||
|
84
src/decrypt/kwm.js
Normal file
84
src/decrypt/kwm.js
Normal file
@@ -0,0 +1,84 @@
|
|||||||
|
import {
|
||||||
|
AudioMimeType,
|
||||||
|
DetectAudioExt,
|
||||||
|
GetArrayBuffer,
|
||||||
|
GetFileInfo,
|
||||||
|
GetMetaCoverURL,
|
||||||
|
IsBytesEqual
|
||||||
|
} from "./util";
|
||||||
|
|
||||||
|
const musicMetadata = require("music-metadata-browser");
|
||||||
|
const MagicHeader = [
|
||||||
|
0x79, 0x65, 0x65, 0x6C, 0x69, 0x6F, 0x6E, 0x2D,
|
||||||
|
0x6B, 0x75, 0x77, 0x6F, 0x2D, 0x74, 0x6D, 0x65,
|
||||||
|
]
|
||||||
|
const PreDefinedKey = "MoOtOiTvINGwd2E6n0E1i7L5t2IoOoNk"
|
||||||
|
|
||||||
|
export async function Decrypt(file, raw_filename, raw_ext) {
|
||||||
|
const oriData = new Uint8Array(await GetArrayBuffer(file));
|
||||||
|
if (!IsBytesEqual(MagicHeader, oriData.slice(0, 0x10)))
|
||||||
|
return {status: false, message: "Not a valid kwm file!"}
|
||||||
|
|
||||||
|
let fileKey = oriData.slice(0x18, 0x20)
|
||||||
|
let mask = createMaskFromKey(fileKey)
|
||||||
|
|
||||||
|
function Uint8ArrayToString(fileData) {
|
||||||
|
var dataString = "";
|
||||||
|
for (var i = 0; i < fileData.length; i++) {
|
||||||
|
dataString += String.fromCharCode(fileData[i]);
|
||||||
|
}
|
||||||
|
|
||||||
|
return dataString
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
let audioData = oriData.slice(0x400);
|
||||||
|
let lenAudioData = audioData.length;
|
||||||
|
for (let cur = 0; cur < lenAudioData; ++cur)
|
||||||
|
audioData[cur] ^= mask[cur % 0x20];
|
||||||
|
|
||||||
|
|
||||||
|
const ext = DetectAudioExt(audioData, "mp3");
|
||||||
|
const mime = AudioMimeType[ext];
|
||||||
|
let musicBlob = new Blob([audioData], {type: mime});
|
||||||
|
|
||||||
|
const musicMeta = await musicMetadata.parseBlob(musicBlob);
|
||||||
|
const info = GetFileInfo(musicMeta.common.artist, musicMeta.common.title, raw_filename);
|
||||||
|
|
||||||
|
const imgUrl = GetMetaCoverURL(musicMeta);
|
||||||
|
|
||||||
|
return {
|
||||||
|
status: true,
|
||||||
|
title: info.title,
|
||||||
|
artist: info.artist,
|
||||||
|
ext: ext,
|
||||||
|
album: musicMeta.common.album,
|
||||||
|
picture: imgUrl,
|
||||||
|
file: URL.createObjectURL(musicBlob),
|
||||||
|
mime: mime
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
function createMaskFromKey(keyBytes) {
|
||||||
|
let keyView = new DataView(keyBytes.buffer)
|
||||||
|
let keyStr = keyView.getBigUint64(0, true).toString()
|
||||||
|
let keyStrTrim = trimKey(keyStr)
|
||||||
|
let key = new Uint8Array(32)
|
||||||
|
for (let i = 0; i < 32; i++) {
|
||||||
|
key[i] = PreDefinedKey[i].charCodeAt() ^ keyStrTrim[i].charCodeAt()
|
||||||
|
}
|
||||||
|
return key
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
function trimKey(keyRaw) {
|
||||||
|
let lenRaw = keyRaw.length;
|
||||||
|
let out = keyRaw;
|
||||||
|
if (lenRaw > 32) {
|
||||||
|
out = keyRaw.slice(0, 32)
|
||||||
|
} else if (lenRaw < 32) {
|
||||||
|
out = keyRaw.padEnd(32, keyRaw)
|
||||||
|
}
|
||||||
|
return out
|
||||||
|
}
|
@@ -1,8 +1,7 @@
|
|||||||
const CryptoJS = require("crypto-js");
|
const CryptoJS = require("crypto-js");
|
||||||
const ID3Writer = require("browser-id3-writer");
|
|
||||||
const CORE_KEY = CryptoJS.enc.Hex.parse("687a4852416d736f356b496e62617857");
|
const CORE_KEY = CryptoJS.enc.Hex.parse("687a4852416d736f356b496e62617857");
|
||||||
const META_KEY = CryptoJS.enc.Hex.parse("2331346C6A6B5F215C5D2630553C2728");
|
const META_KEY = CryptoJS.enc.Hex.parse("2331346C6A6B5F215C5D2630553C2728");
|
||||||
import {AudioMimeType, DetectAudioExt, GetArrayBuffer, GetFileInfo} from "./util"
|
import {AudioMimeType, DetectAudioExt, GetArrayBuffer, GetFileInfo, GetWebImage, WriteMp3Meta} from "./util"
|
||||||
|
|
||||||
export async function Decrypt(file, raw_filename, raw_ext) {
|
export async function Decrypt(file, raw_filename, raw_ext) {
|
||||||
const fileBuffer = await GetArrayBuffer(file);
|
const fileBuffer = await GetArrayBuffer(file);
|
||||||
@@ -20,7 +19,8 @@ export async function Decrypt(file, raw_filename, raw_ext) {
|
|||||||
let audioOffset = musicMetaObj.offset + dataView.getUint32(musicMetaObj.offset + 5, true) + 13;
|
let audioOffset = musicMetaObj.offset + dataView.getUint32(musicMetaObj.offset + 5, true) + 13;
|
||||||
let audioData = new Uint8Array(fileBuffer, audioOffset);
|
let audioData = new Uint8Array(fileBuffer, audioOffset);
|
||||||
|
|
||||||
for (let cur = 0; cur < audioData.length; ++cur) audioData[cur] ^= keyBox[cur & 0xff];
|
let lenAudioData = audioData.length;
|
||||||
|
for (let cur = 0; cur < lenAudioData; ++cur) audioData[cur] ^= keyBox[cur & 0xff];
|
||||||
|
|
||||||
|
|
||||||
if (musicMeta.album === undefined) musicMeta.album = "";
|
if (musicMeta.album === undefined) musicMeta.album = "";
|
||||||
@@ -31,8 +31,10 @@ export async function Decrypt(file, raw_filename, raw_ext) {
|
|||||||
if (artists.length === 0) artists.push(info.artist);
|
if (artists.length === 0) artists.push(info.artist);
|
||||||
|
|
||||||
if (musicMeta.format === undefined) musicMeta.format = DetectAudioExt(audioData, "mp3");
|
if (musicMeta.format === undefined) musicMeta.format = DetectAudioExt(audioData, "mp3");
|
||||||
if (musicMeta.format === "mp3")
|
|
||||||
audioData = await writeID3(audioData, artists, info.title, musicMeta.album, musicMeta.albumPic);
|
const imageInfo = await GetWebImage(musicMeta.albumPic);
|
||||||
|
if (musicMeta.format === "mp3") audioData = await WriteMp3Meta(
|
||||||
|
audioData, artists, info.title, musicMeta.album, imageInfo.buffer, musicMeta.albumPic);
|
||||||
|
|
||||||
const mime = AudioMimeType[musicMeta.format];
|
const mime = AudioMimeType[musicMeta.format];
|
||||||
const musicData = new Blob([audioData], {type: mime});
|
const musicData = new Blob([audioData], {type: mime});
|
||||||
@@ -42,32 +44,12 @@ export async function Decrypt(file, raw_filename, raw_ext) {
|
|||||||
artist: info.artist,
|
artist: info.artist,
|
||||||
ext: musicMeta.format,
|
ext: musicMeta.format,
|
||||||
album: musicMeta.album,
|
album: musicMeta.album,
|
||||||
picture: musicMeta.albumPic,
|
picture: imageInfo.url,
|
||||||
file: URL.createObjectURL(musicData),
|
file: URL.createObjectURL(musicData),
|
||||||
mime: mime
|
mime: mime
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
async function writeID3(audioData, artistList, title, album, picture) {
|
|
||||||
const writer = new ID3Writer(audioData);
|
|
||||||
writer.setFrame("TPE1", artistList)
|
|
||||||
.setFrame("TIT2", title)
|
|
||||||
.setFrame("TALB", album);
|
|
||||||
if (picture !== "") {
|
|
||||||
try {
|
|
||||||
const img = await (await fetch(picture)).arrayBuffer();
|
|
||||||
writer.setFrame('APIC', {
|
|
||||||
type: 3,
|
|
||||||
data: img,
|
|
||||||
description: 'Cover'
|
|
||||||
})
|
|
||||||
} catch (e) {
|
|
||||||
console.log("Fail to write cover image!");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
writer.addTag();
|
|
||||||
return writer.arrayBuffer;
|
|
||||||
}
|
|
||||||
|
|
||||||
function getKeyData(dataView, fileBuffer, offset) {
|
function getKeyData(dataView, fileBuffer, offset) {
|
||||||
const keyLen = dataView.getUint32(offset, true);
|
const keyLen = dataView.getUint32(offset, true);
|
||||||
|
@@ -1,12 +1,16 @@
|
|||||||
import {AudioMimeType, DetectAudioExt, GetArrayBuffer, GetCoverURL, GetFileInfo} from "./util";
|
import {AudioMimeType, DetectAudioExt, GetArrayBuffer, GetFileInfo, GetMetaCoverURL, RequestJsonp} from "./util";
|
||||||
import {QmcMaskCreate58, QmcMaskDetectMflac, QmcMaskDetectMgg, QmcMaskGetDefault} from "./qmcMask";
|
import {QmcMaskCreate58, QmcMaskDetectMflac, QmcMaskDetectMgg, QmcMaskGetDefault} from "./qmcMask";
|
||||||
|
|
||||||
|
|
||||||
|
import {fromByteArray as Base64Encode, toByteArray as Base64Decode} from 'base64-js'
|
||||||
|
|
||||||
const musicMetadata = require("music-metadata-browser");
|
const musicMetadata = require("music-metadata-browser");
|
||||||
|
|
||||||
const HandlerMap = {
|
const HandlerMap = {
|
||||||
"mgg": {handler: QmcMaskDetectMgg, ext: "ogg", detect: true},
|
"mgg": {handler: QmcMaskDetectMgg, ext: "ogg", detect: true},
|
||||||
"mflac": {handler: QmcMaskDetectMflac, ext: "flac", detect: true},
|
"mflac": {handler: QmcMaskDetectMflac, ext: "flac", detect: true},
|
||||||
"qmc0": {handler: QmcMaskGetDefault, ext: "mp3", detect: false},
|
"qmc0": {handler: QmcMaskGetDefault, ext: "mp3", detect: false},
|
||||||
|
"qmc2": {handler: QmcMaskGetDefault, ext: "ogg", detect: false},
|
||||||
"qmc3": {handler: QmcMaskGetDefault, ext: "mp3", detect: false},
|
"qmc3": {handler: QmcMaskGetDefault, ext: "mp3", detect: false},
|
||||||
"qmcogg": {handler: QmcMaskGetDefault, ext: "ogg", detect: false},
|
"qmcogg": {handler: QmcMaskGetDefault, ext: "ogg", detect: false},
|
||||||
"qmcflac": {handler: QmcMaskGetDefault, ext: "flac", detect: false},
|
"qmcflac": {handler: QmcMaskGetDefault, ext: "flac", detect: false},
|
||||||
@@ -22,34 +26,50 @@ export async function Decrypt(file, raw_filename, raw_ext) {
|
|||||||
const fileData = new Uint8Array(await GetArrayBuffer(file));
|
const fileData = new Uint8Array(await GetArrayBuffer(file));
|
||||||
let audioData, seed, keyData;
|
let audioData, seed, keyData;
|
||||||
if (handler.detect) {
|
if (handler.detect) {
|
||||||
audioData = fileData.slice(0, -0x170);
|
const keyLen = new DataView(fileData.slice(fileData.length - 4).buffer).getUint32(0, true)
|
||||||
|
const keyPos = fileData.length - 4 - keyLen;
|
||||||
|
audioData = fileData.slice(0, keyPos);
|
||||||
seed = handler.handler(audioData);
|
seed = handler.handler(audioData);
|
||||||
keyData = fileData.slice(-0x170);
|
keyData = fileData.slice(keyPos, keyPos + keyLen);
|
||||||
if (seed === undefined) seed = await queryKeyInfo(keyData, raw_filename, raw_ext);
|
if (seed === undefined) seed = await queryKeyInfo(keyData, raw_filename, raw_ext);
|
||||||
if (seed === undefined) return {status: false, message: raw_ext + "格式仅提供实验性支持!"};
|
if (seed === undefined) return {status: false, message: raw_ext + "格式仅提供实验性支持"};
|
||||||
} else {
|
} else {
|
||||||
audioData = fileData;
|
audioData = fileData;
|
||||||
seed = handler.handler(audioData);
|
seed = handler.handler(audioData);
|
||||||
}
|
}
|
||||||
const dec = seed.Decrypt(audioData);
|
let musicDecoded = seed.Decrypt(audioData);
|
||||||
|
|
||||||
const ext = DetectAudioExt(dec, handler.ext);
|
const ext = DetectAudioExt(musicDecoded, handler.ext);
|
||||||
const mime = AudioMimeType[ext];
|
const mime = AudioMimeType[ext];
|
||||||
|
|
||||||
const musicData = new Blob([dec], {type: mime});
|
let musicBlob = new Blob([musicDecoded], {type: mime});
|
||||||
|
|
||||||
const tag = await musicMetadata.parseBlob(musicData);
|
const musicMeta = await musicMetadata.parseBlob(musicBlob);
|
||||||
const info = GetFileInfo(tag.common.artist, tag.common.title, raw_filename);
|
for (let metaIdx in musicMeta.native) {
|
||||||
|
if (musicMeta.native[metaIdx].some(item => item.id === "TCON" && item.value === "(12)")) {
|
||||||
|
musicMeta.common.artist = decode(musicMeta.common.artist, "gbk");
|
||||||
|
musicMeta.common.title = decode(musicMeta.common.title, "gbk");
|
||||||
|
musicMeta.common.album = decode(musicMeta.common.album, "gbk");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const info = GetFileInfo(musicMeta.common.artist, musicMeta.common.title, raw_filename);
|
||||||
if (handler.detect) reportKeyUsage(keyData, seed.Matrix128,
|
if (handler.detect) reportKeyUsage(keyData, seed.Matrix128,
|
||||||
info.artist, info.title, tag.common.album, raw_filename, raw_ext);
|
info.artist, info.title, musicMeta.common.album, raw_filename, raw_ext);
|
||||||
|
|
||||||
|
let imgUrl = GetMetaCoverURL(musicMeta);
|
||||||
|
if (imgUrl === "") {
|
||||||
|
imgUrl = await queryAlbumCoverImage(info.artist, info.title, musicMeta.common.album);
|
||||||
|
//todo: 解决跨域获取图像的问题
|
||||||
|
}
|
||||||
return {
|
return {
|
||||||
status: true,
|
status: true,
|
||||||
title: info.title,
|
title: info.title,
|
||||||
artist: info.artist,
|
artist: info.artist,
|
||||||
ext: ext,
|
ext: ext,
|
||||||
album: tag.common.album,
|
album: musicMeta.common.album,
|
||||||
picture: GetCoverURL(tag),
|
picture: imgUrl,
|
||||||
file: URL.createObjectURL(musicData),
|
file: URL.createObjectURL(musicBlob),
|
||||||
mime: mime
|
mime: mime
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -59,7 +79,7 @@ function reportKeyUsage(keyData, maskData, artist, title, album, filename, forma
|
|||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {"Content-Type": "application/json"},
|
headers: {"Content-Type": "application/json"},
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
Mask: Array.from(maskData), Key: Array.from(keyData),
|
Mask: Base64Encode(new Uint8Array(maskData)), Key: Base64Encode(keyData),
|
||||||
Artist: artist, Title: title, Album: album, Filename: filename, Format: format
|
Artist: artist, Title: title, Album: album, Filename: filename, Format: format
|
||||||
}),
|
}),
|
||||||
}).then().catch()
|
}).then().catch()
|
||||||
@@ -70,10 +90,33 @@ async function queryKeyInfo(keyData, filename, format) {
|
|||||||
const resp = await fetch("https://stats.ixarea.com/collect/qmcmask/query", {
|
const resp = await fetch("https://stats.ixarea.com/collect/qmcmask/query", {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {"Content-Type": "application/json"},
|
headers: {"Content-Type": "application/json"},
|
||||||
body: JSON.stringify({Format: format, Key: Array.from(keyData), Filename: filename}),
|
body: JSON.stringify({Format: format, Key: Base64Encode(keyData), Filename: filename, Type: 44}),
|
||||||
});
|
});
|
||||||
let data = await resp.json();
|
let data = await resp.json();
|
||||||
return QmcMaskCreate58(data.Matrix58, data.Super58A, data.Super58B);
|
return QmcMaskCreate58(Base64Decode(data.Matrix44));
|
||||||
|
} catch (e) {
|
||||||
|
console.log(e);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
async function queryAlbumCoverImage(artist, title, album) {
|
||||||
|
let song_query_url = "https://c.y.qq.com/soso/fcgi-bin/client_search_cp?n=10&new_json=1&w=" +
|
||||||
|
encodeURIComponent(artist + " " + title + " " + album);
|
||||||
|
let jsonpData;
|
||||||
|
let queriedSong = undefined;
|
||||||
|
try {
|
||||||
|
jsonpData = await RequestJsonp(song_query_url, "callback");
|
||||||
|
queriedSong = jsonpData["data"]["song"]["list"][0];
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
}
|
}
|
||||||
|
let imgUrl = "";
|
||||||
|
if (!!queriedSong && !!queriedSong["album"]) {
|
||||||
|
if (queriedSong["album"]["pmid"] !== undefined) {
|
||||||
|
imgUrl = "https://y.gtimg.cn/music/photo_new/T002M000" + queriedSong["album"]["pmid"] + ".jpg"
|
||||||
|
} else if (queriedSong["album"]["id"] !== undefined) {
|
||||||
|
imgUrl = "https://imgcache.qq.com/music/photo/album/" +
|
||||||
|
queriedSong["album"]["id"] % 100 + "/albumpic_" + queriedSong["album"]["id"] + "_0.jpg"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return imgUrl;
|
||||||
}
|
}
|
||||||
|
@@ -1,50 +1,57 @@
|
|||||||
import {FLAC_HEADER, IsBytesEqual} from "./util"
|
import {FLAC_HEADER, IsBytesEqual, OGG_HEADER} from "./util"
|
||||||
|
|
||||||
const QMOggConstHeader = [
|
const QMOggPublicHeader1 = [
|
||||||
0x4F, 0x67, 0x67, 0x53, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
0x4f, 0x67, 0x67, 0x53, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x1E, 0x01, 0x76, 0x6F, 0x72,
|
0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0x01, 0x1e, 0x01, 0x76, 0x6f, 0x72,
|
||||||
0x62, 0x69, 0x73, 0x00, 0x00, 0x00, 0x00, 0x02, 0x44, 0xAC, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
0x62, 0x69, 0x73, 0x00, 0x00, 0x00, 0x00, 0x02, 0x44, 0xac, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0xEE, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0xB8, 0x01, 0x4F, 0x67, 0x67, 0x53, 0x00, 0x00,
|
0x00, 0xee, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0xb8, 0x01, 0x4f, 0x67, 0x67, 0x53, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
|
0xff, 0xff, 0xff, 0xff];
|
||||||
0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x03, 0x76, 0x6F, 0x72, 0x62, 0x69, 0x73, 0x2C, 0x00, 0x00, 0x00,
|
const QMOggPublicHeader2 = [
|
||||||
0x58, 0x69, 0x70, 0x68, 0x2E, 0x4F, 0x72, 0x67, 0x20, 0x6C, 0x69, 0x62, 0x56, 0x6F, 0x72, 0x62,
|
0x03, 0x76, 0x6f, 0x72, 0x62, 0x69, 0x73, 0x2c, 0x00, 0x00, 0x00, 0x58, 0x69, 0x70, 0x68, 0x2e,
|
||||||
0x69, 0x73, 0x20, 0x49, 0x20, 0x32, 0x30, 0x31, 0x35, 0x30, 0x31, 0x30, 0x35, 0x20, 0x28, 0xE2,
|
0x4f, 0x72, 0x67, 0x20, 0x6c, 0x69, 0x62, 0x56, 0x6f, 0x72, 0x62, 0x69, 0x73, 0x20, 0x49, 0x20,
|
||||||
0x9B, 0x84, 0xE2, 0x9B, 0x84, 0xE2, 0x9B, 0x84, 0xE2, 0x9B, 0x84, 0x29, 0x00, 0x00, 0x00, 0x00,
|
0x32, 0x30, 0x31, 0x35, 0x30, 0x31, 0x30, 0x35, 0x20, 0x28, 0xe2, 0x9b, 0x84, 0xe2, 0x9b, 0x84,
|
||||||
0x00, 0x00, 0x00, 0x00, 0x54, 0x49, 0x54, 0x4C, 0x45, 0x3D];
|
0xe2, 0x9b, 0x84, 0xe2, 0x9b, 0x84, 0x29, 0xff, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x54,
|
||||||
const QMOggConstHeaderConfidence = [
|
0x49, 0x54, 0x4c, 0x45, 0x3d];
|
||||||
|
const QMOggPublicConf1 = [
|
||||||
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 0, 0,
|
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 0, 0,
|
||||||
0, 0, 9, 9, 9, 9, 0, 0, 0, 0, 9, 9, 9, 9, 9, 9,
|
0, 0, 9, 9, 9, 9, 0, 0, 0, 0, 9, 9, 9, 9, 9, 9,
|
||||||
9, 9, 9, 9, 9, 9, 9, 6, 3, 3, 3, 3, 6, 6, 6, 6,
|
9, 9, 9, 9, 9, 9, 9, 6, 3, 3, 3, 3, 6, 6, 6, 6,
|
||||||
3, 3, 3, 3, 6, 6, 6, 6, 6, 9, 9, 9, 9, 9, 9, 9,
|
3, 3, 3, 3, 6, 6, 6, 6, 6, 9, 9, 9, 9, 9, 9, 9,
|
||||||
9, 9, 9, 9, 9, 9, 9, 9, 0, 0, 0, 0, 9, 9, 9, 9,
|
9, 9, 9, 9, 9, 9, 9, 9, 0, 0, 0, 0, 9, 9, 9, 9,
|
||||||
0, 0, 0, 0, 6, 0, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
|
0, 0, 0, 0];
|
||||||
3, 3, 3, 3, 0, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
|
const QMOggPublicConf2 = [
|
||||||
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
|
3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
|
||||||
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
|
3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
|
||||||
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 0, 1, 9, 9,
|
3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
|
||||||
0, 1, 9, 9, 9, 9, 9, 9, 9, 9];
|
3, 3, 3, 3, 3, 3, 3, 0, 1, 3, 3, 0, 1, 3, 3, 3,
|
||||||
|
3, 3, 3, 3, 3];
|
||||||
const QMCDefaultMaskMatrix = [
|
const QMCDefaultMaskMatrix = [
|
||||||
0x4A, 0xD6, 0xCA, 0x90, 0x67, 0xF7, 0x52, 0x5E,
|
0xde, 0x51, 0xfa, 0xc3, 0x4a, 0xd6, 0xca, 0x90,
|
||||||
0x95, 0x23, 0x9F, 0x13, 0x11, 0x7E, 0x47, 0x74,
|
0x7e, 0x67, 0x5e, 0xf7, 0xd5, 0x52, 0x84, 0xd8,
|
||||||
0x3D, 0x90, 0xAA, 0x3F, 0x51, 0xC6, 0x09, 0xD5,
|
0x47, 0x95, 0xbb, 0xa1, 0xaa, 0xc6, 0x66, 0x23,
|
||||||
0x9F, 0xFA, 0x66, 0xF9, 0xF3, 0xD6, 0xA1, 0x90,
|
0x92, 0x62, 0xf3, 0x74, 0xa1, 0x9f, 0xf4, 0xa0,
|
||||||
0xA0, 0xF7, 0xF0, 0x1D, 0x95, 0xDE, 0x9F, 0x84,
|
0x1d, 0x3f, 0x5b, 0xf0, 0x13, 0x0e, 0x09, 0x3d,
|
||||||
0x11, 0xF4, 0x0E, 0x74, 0xBB, 0x90, 0xBC, 0x3F,
|
0xf9, 0xbc, 0x00, 0x11];
|
||||||
0x92, 0x00, 0x09, 0x5B, 0x9F, 0x62, 0x66, 0xA1];
|
|
||||||
const QMCDefaultMaskSuperA = 0xC3;
|
|
||||||
const QMCDefaultMaskSuperB = 0xD8;
|
|
||||||
|
|
||||||
class QmcMask {
|
class QmcMask {
|
||||||
constructor(matrix, superA, superB) {
|
constructor(matrix, superA, superB) {
|
||||||
if (superA === undefined || superB === undefined) {
|
if (superA === undefined || superB === undefined) {
|
||||||
this.Matrix128 = matrix;
|
if (matrix.length === 44) {
|
||||||
|
this.Matrix44 = matrix
|
||||||
|
this.generateMask128from44()
|
||||||
|
} else {
|
||||||
|
this.Matrix128 = matrix
|
||||||
|
this.generateMask44from128()
|
||||||
|
}
|
||||||
this.generateMask58from128()
|
this.generateMask58from128()
|
||||||
} else {
|
} else {
|
||||||
this.Matrix58 = matrix;
|
this.Matrix58 = matrix;
|
||||||
this.Super58A = superA;
|
this.Super58A = superA;
|
||||||
this.Super58B = superB;
|
this.Super58B = superB;
|
||||||
this.generateMask128from58();
|
this.generateMask128from58();
|
||||||
|
this.generateMask44from128()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -88,6 +95,35 @@ class QmcMask {
|
|||||||
this.Super58B = superB;
|
this.Super58B = superB;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
generateMask44from128() {
|
||||||
|
if (this.Matrix128.length !== 128) throw "incorrect mask128 matrix length";
|
||||||
|
let mapping = GetConvertMapping()
|
||||||
|
this.Matrix44 = []
|
||||||
|
let idxI44 = 0
|
||||||
|
mapping.forEach(it256 => {
|
||||||
|
let it256Len = it256.length
|
||||||
|
for (let i = 1; i < it256Len; i++) {
|
||||||
|
if (this.Matrix128[it256[0]] !== this.Matrix128[it256[i]]) {
|
||||||
|
throw "decode mask-128 to mask-44 failed"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
this.Matrix44[idxI44] = this.Matrix128[it256[0]]
|
||||||
|
idxI44++
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
generateMask128from44() {
|
||||||
|
if (this.Matrix44.length !== 44) throw "incorrect mask length"
|
||||||
|
this.Matrix128 = []
|
||||||
|
let idx44 = 0
|
||||||
|
GetConvertMapping().forEach(it256 => {
|
||||||
|
it256.forEach(m => {
|
||||||
|
this.Matrix128[m] = this.Matrix44[idx44]
|
||||||
|
})
|
||||||
|
idx44++
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
Decrypt(data) {
|
Decrypt(data) {
|
||||||
let dst = data.slice(0);
|
let dst = data.slice(0);
|
||||||
let index = -1;
|
let index = -1;
|
||||||
@@ -107,7 +143,7 @@ class QmcMask {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function QmcMaskGetDefault() {
|
export function QmcMaskGetDefault() {
|
||||||
return new QmcMask(QMCDefaultMaskMatrix, QMCDefaultMaskSuperA, QMCDefaultMaskSuperB)
|
return new QmcMask(QMCDefaultMaskMatrix)
|
||||||
}
|
}
|
||||||
|
|
||||||
export function QmcMaskDetectMflac(data) {
|
export function QmcMaskDetectMflac(data) {
|
||||||
@@ -119,34 +155,43 @@ export function QmcMaskDetectMflac(data) {
|
|||||||
} catch (e) {
|
} catch (e) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return mask
|
return mask;
|
||||||
}
|
}
|
||||||
|
|
||||||
export function QmcMaskDetectMgg(input) {
|
export function QmcMaskDetectMgg(data) {
|
||||||
if (input.length < QMOggConstHeader.length) return;
|
if (data.length < 0x100) return
|
||||||
let matrixConfidence = {};
|
let matrixConfidence = {};
|
||||||
for (let i = 0; i < 58; i++) matrixConfidence[i] = {};
|
for (let i = 0; i < 44; i++) matrixConfidence[i] = {};
|
||||||
|
|
||||||
for (let idx128 = 0; idx128 < QMOggConstHeader.length; idx128++) {
|
const page2 = data[0x54] ^ data[0xC] ^ QMOggPublicHeader1[0xC];
|
||||||
if (QMOggConstHeaderConfidence[idx128] === 0) continue;
|
const spHeader = QmcGenerateOggHeader(page2)
|
||||||
let idx58 = GetMask58Index(idx128);
|
const spConf = QmcGenerateOggConf(page2)
|
||||||
let mask = input[idx128] ^ QMOggConstHeader[idx128];
|
|
||||||
let confidence = QMOggConstHeaderConfidence[idx128];
|
for (let idx128 = 0; idx128 < spHeader.length; idx128++) {
|
||||||
if (mask in matrixConfidence[idx58]) {
|
if (spConf[idx128] === 0) continue;
|
||||||
matrixConfidence[idx58][mask] += confidence
|
let idx44 = GetMask44Index(idx128);
|
||||||
|
let _m = data[idx128] ^ spHeader[idx128]
|
||||||
|
let confidence = spConf[idx128];
|
||||||
|
if (_m in matrixConfidence[idx44]) {
|
||||||
|
matrixConfidence[idx44][_m] += confidence
|
||||||
} else {
|
} else {
|
||||||
matrixConfidence[idx58][mask] = confidence
|
matrixConfidence[idx44][_m] = confidence
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
let matrix = [], superA, superB;
|
let matrix = [];
|
||||||
try {
|
try {
|
||||||
for (let i = 0; i < 56; i++) matrix[i] = getMaskConfidenceResult(matrixConfidence[i]);
|
for (let i = 0; i < 44; i++)
|
||||||
superA = getMaskConfidenceResult(matrixConfidence[56]);
|
matrix[i] = getMaskConfidenceResult(matrixConfidence[i]);
|
||||||
superB = getMaskConfidenceResult(matrixConfidence[57]);
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
return new QmcMask(matrix, superA, superB);
|
const mask = new QmcMask(matrix);
|
||||||
|
let dx = mask.Decrypt(data.slice(0, OGG_HEADER.length));
|
||||||
|
if (!IsBytesEqual(OGG_HEADER, dx)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
return mask;
|
||||||
}
|
}
|
||||||
|
|
||||||
export function QmcMaskCreate128(mask128) {
|
export function QmcMaskCreate128(mask128) {
|
||||||
@@ -157,12 +202,17 @@ export function QmcMaskCreate58(matrix, superA, superB) {
|
|||||||
return new QmcMask(matrix, superA, superB)
|
return new QmcMask(matrix, superA, superB)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export function QmcMaskCreate44(mask44) {
|
||||||
|
return new QmcMask(mask44)
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param confidence {{}}
|
* @param confidence {{}}
|
||||||
* @returns {number}
|
* @returns {number}
|
||||||
*/
|
*/
|
||||||
function getMaskConfidenceResult(confidence) {
|
function getMaskConfidenceResult(confidence) {
|
||||||
if (confidence.length === 0) throw "can not match at least one key";
|
if (confidence.length === 0) throw "can not match at least one key";
|
||||||
|
if (confidence.length > 1) console.warn("There are 2 potential value for the mask!")
|
||||||
let result, conf = 0;
|
let result, conf = 0;
|
||||||
for (let idx in confidence) {
|
for (let idx in confidence) {
|
||||||
if (confidence[idx] > conf) {
|
if (confidence[idx] > conf) {
|
||||||
@@ -176,27 +226,48 @@ function getMaskConfidenceResult(confidence) {
|
|||||||
/**
|
/**
|
||||||
* @return {number}
|
* @return {number}
|
||||||
*/
|
*/
|
||||||
function GetMask58Index(idx128) {
|
|
||||||
if (idx128 > 127) idx128 = idx128 % 128;
|
|
||||||
let col = idx128 % 16;
|
const allMapping = [];
|
||||||
let row = (idx128 - col) / 16;
|
const mask128to44 = [];
|
||||||
switch (col) {
|
|
||||||
case 0://Super 1
|
(function () {
|
||||||
row = 8;
|
for (let i = 0; i < 128; i++) {
|
||||||
col = 0;
|
let realIdx = (i * i + 27) % 256
|
||||||
break;
|
if (realIdx in allMapping) {
|
||||||
case 8://Super 2
|
allMapping[realIdx].push(i)
|
||||||
row = 8;
|
|
||||||
col = 1;
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
if (col > 7) {
|
|
||||||
row = 7 - row;
|
|
||||||
col = 15 - col;
|
|
||||||
} else {
|
} else {
|
||||||
col -= 1;
|
allMapping[realIdx] = [i]
|
||||||
}
|
}
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
return row * 7 + col
|
|
||||||
|
let idx44 = 0
|
||||||
|
allMapping.forEach(all128 => {
|
||||||
|
all128.forEach(_i128 => {
|
||||||
|
mask128to44[_i128] = idx44
|
||||||
|
})
|
||||||
|
idx44++
|
||||||
|
})
|
||||||
|
})();
|
||||||
|
|
||||||
|
function GetConvertMapping() {
|
||||||
|
return allMapping;
|
||||||
|
}
|
||||||
|
|
||||||
|
function GetMask44Index(idx128) {
|
||||||
|
return mask128to44[idx128 % 128]
|
||||||
|
}
|
||||||
|
|
||||||
|
function QmcGenerateOggHeader(page2) {
|
||||||
|
let spec = [page2, 0xFF]
|
||||||
|
for (let i = 2; i < page2; i++) spec.push(0xFF)
|
||||||
|
spec.push(0xFF)
|
||||||
|
return QMOggPublicHeader1.concat(spec, QMOggPublicHeader2)
|
||||||
|
}
|
||||||
|
|
||||||
|
function QmcGenerateOggConf(page2) {
|
||||||
|
let specConf = [6, 0]
|
||||||
|
for (let i = 2; i < page2; i++) specConf.push(4)
|
||||||
|
specConf.push(0)
|
||||||
|
return QMOggPublicConf1.concat(specConf, QMOggPublicConf2)
|
||||||
}
|
}
|
@@ -1,5 +1,5 @@
|
|||||||
const musicMetadata = require("music-metadata-browser");
|
const musicMetadata = require("music-metadata-browser");
|
||||||
import {AudioMimeType, DetectAudioExt, GetArrayBuffer, GetCoverURL, GetFileInfo} from "./util";
|
import {AudioMimeType, DetectAudioExt, GetArrayBuffer, GetMetaCoverURL, GetFileInfo} from "./util";
|
||||||
|
|
||||||
export async function Decrypt(file, raw_filename, raw_ext, detect = true) {
|
export async function Decrypt(file, raw_filename, raw_ext, detect = true) {
|
||||||
let ext = raw_ext;
|
let ext = raw_ext;
|
||||||
@@ -16,7 +16,7 @@ export async function Decrypt(file, raw_filename, raw_ext, detect = true) {
|
|||||||
artist: info.artist,
|
artist: info.artist,
|
||||||
ext: ext,
|
ext: ext,
|
||||||
album: tag.common.album,
|
album: tag.common.album,
|
||||||
picture: GetCoverURL(tag),
|
picture: GetMetaCoverURL(tag),
|
||||||
file: URL.createObjectURL(file),
|
file: URL.createObjectURL(file),
|
||||||
mime: AudioMimeType[ext]
|
mime: AudioMimeType[ext]
|
||||||
}
|
}
|
||||||
|
@@ -1,12 +1,20 @@
|
|||||||
|
const ID3Writer = require("browser-id3-writer");
|
||||||
export const FLAC_HEADER = [0x66, 0x4C, 0x61, 0x43];
|
export const FLAC_HEADER = [0x66, 0x4C, 0x61, 0x43];
|
||||||
export const MP3_HEADER = [0x49, 0x44, 0x33];
|
export const MP3_HEADER = [0x49, 0x44, 0x33];
|
||||||
export const OGG_HEADER = [0x4F, 0x67, 0x67, 0x53];
|
export const OGG_HEADER = [0x4F, 0x67, 0x67, 0x53];
|
||||||
export const M4A_HEADER = [0x66, 0x74, 0x79, 0x70];
|
export const M4A_HEADER = [0x66, 0x74, 0x79, 0x70];
|
||||||
|
export const WMA_HEADER = [
|
||||||
|
0x30, 0x26, 0xB2, 0x75, 0x8E, 0x66, 0xCF, 0x11,
|
||||||
|
0xA6, 0xD9, 0x00, 0xAA, 0x00, 0x62, 0xCE, 0x6C,
|
||||||
|
]
|
||||||
|
export const WAV_HEADER = [0x52, 0x49, 0x46, 0x46]
|
||||||
export const AudioMimeType = {
|
export const AudioMimeType = {
|
||||||
mp3: "audio/mpeg",
|
mp3: "audio/mpeg",
|
||||||
flac: "audio/flac",
|
flac: "audio/flac",
|
||||||
m4a: "audio/mp4",
|
m4a: "audio/mp4",
|
||||||
ogg: "audio/ogg"
|
ogg: "audio/ogg",
|
||||||
|
wma: "audio/x-ms-wma",
|
||||||
|
wav: "audio/x-wav"
|
||||||
};
|
};
|
||||||
|
|
||||||
// Also a new draft API: blob.arrayBuffer()
|
// Also a new draft API: blob.arrayBuffer()
|
||||||
@@ -20,9 +28,9 @@ export async function GetArrayBuffer(blobObject) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
export function GetFileInfo(artist, title, filenameNoExt) {
|
export function GetFileInfo(artist, title, filenameNoExt, separator = "-") {
|
||||||
let newArtist = "", newTitle = "";
|
let newArtist = "", newTitle = "";
|
||||||
let filenameArray = filenameNoExt.split("-");
|
let filenameArray = filenameNoExt.split(separator);
|
||||||
if (filenameArray.length > 1) {
|
if (filenameArray.length > 1) {
|
||||||
newArtist = filenameArray[0].trim();
|
newArtist = filenameArray[0].trim();
|
||||||
newTitle = filenameArray[1].trim();
|
newTitle = filenameArray[1].trim();
|
||||||
@@ -38,7 +46,7 @@ export function GetFileInfo(artist, title, filenameNoExt) {
|
|||||||
/**
|
/**
|
||||||
* @return {string}
|
* @return {string}
|
||||||
*/
|
*/
|
||||||
export function GetCoverURL(metadata) {
|
export function GetMetaCoverURL(metadata) {
|
||||||
let pic_url = "";
|
let pic_url = "";
|
||||||
if (metadata.common.picture !== undefined && metadata.common.picture.length > 0) {
|
if (metadata.common.picture !== undefined && metadata.common.picture.length > 0) {
|
||||||
let pic = new Blob([metadata.common.picture[0].data], {type: metadata.common.picture[0].format});
|
let pic = new Blob([metadata.common.picture[0].data], {type: metadata.common.picture[0].format});
|
||||||
@@ -61,6 +69,58 @@ export function DetectAudioExt(data, fallbackExt) {
|
|||||||
if (IsBytesEqual(MP3_HEADER, data.slice(0, MP3_HEADER.length))) return "mp3";
|
if (IsBytesEqual(MP3_HEADER, data.slice(0, MP3_HEADER.length))) return "mp3";
|
||||||
if (IsBytesEqual(FLAC_HEADER, data.slice(0, FLAC_HEADER.length))) return "flac";
|
if (IsBytesEqual(FLAC_HEADER, data.slice(0, FLAC_HEADER.length))) return "flac";
|
||||||
if (IsBytesEqual(OGG_HEADER, data.slice(0, OGG_HEADER.length))) return "ogg";
|
if (IsBytesEqual(OGG_HEADER, data.slice(0, OGG_HEADER.length))) return "ogg";
|
||||||
if (IsBytesEqual(M4A_HEADER, data.slice(4, 8))) return "m4a";
|
if (IsBytesEqual(M4A_HEADER, data.slice(4, 4 + M4A_HEADER.length))) return "m4a";
|
||||||
|
if (IsBytesEqual(WMA_HEADER, data.slice(0, WMA_HEADER.length))) return "wma";
|
||||||
|
if (IsBytesEqual(WAV_HEADER, data.slice(0, WAV_HEADER.length))) return "wav";
|
||||||
return fallbackExt;
|
return fallbackExt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
export async function GetWebImage(pic_url) {
|
||||||
|
try {
|
||||||
|
let resp = await fetch(pic_url);
|
||||||
|
let mime = resp.headers.get("Content-Type");
|
||||||
|
if (mime.startsWith("image/")) {
|
||||||
|
let buf = await resp.arrayBuffer();
|
||||||
|
let objBlob = new Blob([buf], {type: mime});
|
||||||
|
let objUrl = URL.createObjectURL(objBlob);
|
||||||
|
return {"buffer": buf, "url": objUrl, "type": mime};
|
||||||
|
}
|
||||||
|
} catch (e) {
|
||||||
|
}
|
||||||
|
return {"buffer": null, "url": "", "type": ""}
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function WriteMp3Meta(audioData, artistList, title, album, pictureData = null, pictureDesc = "Cover") {
|
||||||
|
const writer = new ID3Writer(audioData);
|
||||||
|
writer.setFrame("TPE1", artistList)
|
||||||
|
.setFrame("TIT2", title)
|
||||||
|
.setFrame("TALB", album);
|
||||||
|
if (pictureData !== null) {
|
||||||
|
writer.setFrame('APIC', {
|
||||||
|
type: 3,
|
||||||
|
data: pictureData,
|
||||||
|
description: pictureDesc,
|
||||||
|
})
|
||||||
|
}
|
||||||
|
writer.addTag();
|
||||||
|
return writer.arrayBuffer;
|
||||||
|
}
|
||||||
|
|
||||||
|
export function RequestJsonp(url, callback_name = "callback") {
|
||||||
|
return new Promise((resolve, reject) => {
|
||||||
|
let node;
|
||||||
|
window[callback_name] = function (data) {
|
||||||
|
delete window[callback_name];
|
||||||
|
if (node.parentNode) node.parentNode.removeChild(node);
|
||||||
|
resolve(data)
|
||||||
|
};
|
||||||
|
node = document.createElement('script');
|
||||||
|
node.type = "text/javascript";
|
||||||
|
node.src = url;
|
||||||
|
node.addEventListener('error', msg => {
|
||||||
|
reject(msg);
|
||||||
|
});
|
||||||
|
document.head.appendChild(node);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
72
src/decrypt/xm.js
Normal file
72
src/decrypt/xm.js
Normal file
@@ -0,0 +1,72 @@
|
|||||||
|
import {
|
||||||
|
AudioMimeType,
|
||||||
|
DetectAudioExt,
|
||||||
|
GetArrayBuffer,
|
||||||
|
GetFileInfo,
|
||||||
|
GetMetaCoverURL,
|
||||||
|
IsBytesEqual
|
||||||
|
} from "./util";
|
||||||
|
|
||||||
|
import {Decrypt as RawDecrypt} from "./raw";
|
||||||
|
|
||||||
|
const musicMetadata = require("music-metadata-browser");
|
||||||
|
const MagicHeader = [0x69, 0x66, 0x6D, 0x74]
|
||||||
|
const MagicHeader2 = [0xfe, 0xfe, 0xfe, 0xfe]
|
||||||
|
const FileTypeMap = {
|
||||||
|
" WAV": ".wav",
|
||||||
|
"FLAC": ".flac",
|
||||||
|
" MP3": ".mp3",
|
||||||
|
" A4M": ".m4a",
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function Decrypt(file, raw_filename, raw_ext) {
|
||||||
|
const oriData = new Uint8Array(await GetArrayBuffer(file));
|
||||||
|
if (!IsBytesEqual(MagicHeader, oriData.slice(0, 4)) ||
|
||||||
|
!IsBytesEqual(MagicHeader2, oriData.slice(8, 12))) {
|
||||||
|
if (raw_ext === "xm") {
|
||||||
|
return {status: false, message: "Not a valid xm file!"}
|
||||||
|
} else {
|
||||||
|
return await RawDecrypt(file, raw_filename, raw_ext, true)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
let typeText = (new TextDecoder()).decode(oriData.slice(4, 8))
|
||||||
|
if (!FileTypeMap.hasOwnProperty(typeText)) {
|
||||||
|
return {status: false, message: "New Xiami file category!"}
|
||||||
|
}
|
||||||
|
|
||||||
|
let key = oriData[0xf]
|
||||||
|
let dataOffset = oriData[0xc] | oriData[0xd] << 8
|
||||||
|
let audioData = oriData.slice(0x10);
|
||||||
|
let lenAudioData = audioData.length;
|
||||||
|
for (let cur = dataOffset; cur < lenAudioData; ++cur)
|
||||||
|
audioData[cur] = (audioData[cur] - key) ^ 0xff;
|
||||||
|
|
||||||
|
const ext = DetectAudioExt(audioData, "mp3");
|
||||||
|
const mime = AudioMimeType[ext];
|
||||||
|
let musicBlob = new Blob([audioData], {type: mime});
|
||||||
|
|
||||||
|
const musicMeta = await musicMetadata.parseBlob(musicBlob);
|
||||||
|
if (ext === "wav") {
|
||||||
|
//todo:未知的编码方式
|
||||||
|
musicMeta.common.album = "";
|
||||||
|
musicMeta.common.artist = "";
|
||||||
|
musicMeta.common.title = "";
|
||||||
|
}
|
||||||
|
|
||||||
|
const info = GetFileInfo(musicMeta.common.artist, musicMeta.common.title, raw_filename, "_");
|
||||||
|
|
||||||
|
const imgUrl = GetMetaCoverURL(musicMeta);
|
||||||
|
|
||||||
|
return {
|
||||||
|
status: true,
|
||||||
|
title: info.title,
|
||||||
|
artist: info.artist,
|
||||||
|
ext: ext,
|
||||||
|
album: musicMeta.common.album,
|
||||||
|
picture: imgUrl,
|
||||||
|
file: URL.createObjectURL(musicBlob),
|
||||||
|
mime: mime
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@@ -3,10 +3,10 @@ import App from './App.vue'
|
|||||||
import './registerServiceWorker'
|
import './registerServiceWorker'
|
||||||
import {
|
import {
|
||||||
Button, Col, Container, Footer, Icon, Image, Link, Main,
|
Button, Col, Container, Footer, Icon, Image, Link, Main,
|
||||||
Row, Table, TableColumn, Upload, Radio, Checkbox,
|
Row, Table, TableColumn, Upload, Radio, Checkbox, Progress,
|
||||||
Notification,
|
Notification, Tooltip,
|
||||||
} from 'element-ui';
|
} from 'element-ui';
|
||||||
import 'element-ui/lib/theme-chalk/index.css'
|
import 'element-ui/lib/theme-chalk/base.css';
|
||||||
|
|
||||||
Vue.use(Link);
|
Vue.use(Link);
|
||||||
Vue.use(Image);
|
Vue.use(Image);
|
||||||
@@ -22,6 +22,8 @@ Vue.use(Col);
|
|||||||
Vue.use(Upload);
|
Vue.use(Upload);
|
||||||
Vue.use(Checkbox);
|
Vue.use(Checkbox);
|
||||||
Vue.use(Radio);
|
Vue.use(Radio);
|
||||||
|
Vue.use(Tooltip);
|
||||||
|
Vue.use(Progress);
|
||||||
Vue.prototype.$notify = Notification;
|
Vue.prototype.$notify = Notification;
|
||||||
|
|
||||||
Vue.config.productionTip = false;
|
Vue.config.productionTip = false;
|
||||||
|
@@ -5,10 +5,7 @@ import {register} from 'register-service-worker'
|
|||||||
if (process.env.NODE_ENV === 'production') {
|
if (process.env.NODE_ENV === 'production') {
|
||||||
register(`${process.env.BASE_URL}service-worker.js`, {
|
register(`${process.env.BASE_URL}service-worker.js`, {
|
||||||
ready() {
|
ready() {
|
||||||
console.log(
|
console.log('App is being served from cache by a service worker.')
|
||||||
'App is being served from cache by a service worker.\n' +
|
|
||||||
'For more details, visit https://goo.gl/AFskqB'
|
|
||||||
)
|
|
||||||
},
|
},
|
||||||
registered() {
|
registered() {
|
||||||
console.log('Service worker has been registered.')
|
console.log('Service worker has been registered.')
|
||||||
|
Reference in New Issue
Block a user