• Stars
    star
    870
  • Rank 52,069 (Top 2 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created almost 3 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

在浏览器中解锁加密的音乐文件。原仓库: 1. https://github.com/unlock-music/unlock-music ;2. https://git.unlock-music.dev/um/web

关于仓库官方

本仓库原始地址(已 DMCA):https://github.com/unlock-music/unlock-music

本仓库目前官方地址:https://git.unlock-music.dev/um/web

你所看到的这个仓库是依照 MIT 协议授权转载的,代码与本人无关。

Unlock Music 音乐解锁

Build Status

  • 在浏览器中解锁加密的音乐文件。 Unlock encrypted music file in the browser.
  • Unlock Music 项目是以学习和技术研究的初衷创建的,修改、再分发时请遵循授权协议
  • Unlock Music 的 CLI 版本可以在 unlock-music/cli 找到,大批量转换建议使用 CLI 版本。
  • 我们新建了 Telegram 群组 @unlock_music_chat ,欢迎加入!
  • CI 自动构建已经部署,可以在 UM-Packages 下载

特性

支持的格式

  • QQ 音乐 (.qmc0/.qmc2/.qmc3/.qmcflac/.qmcogg/.tkm)
  • Moo 音乐格式 (.bkcmp3/.bkcflac/...)
  • QQ 音乐 Tm 格式 (.tm0/.tm2/.tm3/.tm6)
  • QQ 音乐新格式 (.mflac/.mgg/.mflac0/.mgg1/.mggl)
  • QQ 音乐海外版JOOX Music (.ofl_en)
  • 网易云音乐格式 (.ncm)
  • 虾米音乐格式 (.xm)
  • 酷我音乐格式 (.kwm)
  • 酷狗音乐格式 (.kgm/.vpr)
  • Android版喜马拉雅文件格式 (.x2m/.x3m)
  • 咪咕音乐格式 (.mg3d)

其他特性

  • 在浏览器中解锁
  • 拖放文件
  • 批量解锁
  • 渐进式 Web 应用 (PWA)
  • 多线程
  • 写入和编辑元信息与专辑封面

使用方法

使用预构建版本

  • ReleaseCI 构建 下载预构建的版本
    • ⚠️ 本地使用请下载legacy版本modern版本只能通过 http(s)协议 访问)
  • 解压缩后即可部署或本地使用(请勿直接运行源代码

自行构建

JS部分

  • 环境要求
    • nodejs (v16.x)
    • npm
  1. 获取项目源代码后安装相关依赖:

    npm ci
  2. 然后进行构建:

    npm run build
    • 构建后的产物可以在 dist 目录找到。
    • 如果是用于开发,可以执行 npm run serve
  3. 如需构建浏览器扩展,构建成功后还需要执行:

    npm run make-extension

WASM部分

  • 环境要求

    • Linux
    • python3
  • 运行此目录下的build-wasm

    ./scripts/build-wasm.sh

More Repositories

1

bupt-ncov-report

自动填写北邮”疫情防控通“的每日上报信息。
Python
106
star
2

BuptSse-2016-AllExam

北邮软件工程专业 2016 级必修课的考试真题(来自考试后回忆)
27
star
3

cookdata

通过机器学习算法进行银行客户风险评估
Jupyter Notebook
11
star
4

win7ui

The CSS file which helps you put the Win7 style on your web application.
HTML
8
star
5

anki-template-fb

A plain and simple Anki flashcard template, without 3rd-party dependencies.
SCSS
5
star
6

bupt-card-alert-bot

实时抓取校园卡消费记录,发送到 Telegram Bot 上
Python
5
star
7

NBodySimulate

使用 MPI 模拟 N 体问题(N-body),基于 Barnes-Hut 算法。
C++
4
star
8

yao-millionaires

A Python implementation to Yao's original protocol of the Millionaires' Problem.
Python
4
star
9

anki-tmpl-lumo

An light template for anki cards.
CSS
3
star
10

sport-radio-player

A web-based audio player that helps you do marks while listening.
TypeScript
3
star
11

Rust-MessageBoxW

How to call Windows API from Rust? Here is an example.
Rust
3
star
12

my-chatroom

A naive chatroom implemented with Go + Gorilla + Gin + Vue 3 + Vite + Element-Plus.
Go
2
star
13

ipid-vite-vue-ts-template

个人自用 Vue 3 + Vite + ElementPlus + SCSS + TypeScript + ESLint + Stylelint + Prettier + Husky + Lint-Staged 模板,随时更新。
TypeScript
2
star
14

my-aegisub-effects

My Aegisub/ASS subtitle effects made by karaoke templates.
Lua
1
star
15

ffmpeg-nmlz

An audio volume normalizer based on ffmpeg.
Python
1
star
16

XiaomiWeather

(WIP)高仿小米天气的 Android 应用
Kotlin
1
star
17

vttgrab

Rust
1
star
18

dmzj-downloader

My DongManZhiJia manga downloader
Python
1
star
19

DecimalBattery

An Android app that shows your battery capacity in 2 decimal points.
Kotlin
1
star
20

wakelock-for-windows

Prevent PC from sleeping, hibernating or turning screen off
C++
1
star