Commit Graph

30 Commits

Author SHA1 Message Date
Unlock Music Dev fd6f830916
feat(meta): write album art & metadata into destination file 2022-12-06 23:55:43 +08:00
Unlock Music Dev 112d9ab28e
feat(qmc): allow retrieve metadata online 2022-12-06 21:52:18 +08:00
Unlock Music Dev 9494a535a9
feat(qmc): support audio meta getter 2022-12-06 21:52:16 +08:00
Unlock Music Dev e9e63ce175
feat(qmc): improve m4a & mp4 sniff
continuous-integration/drone/push Build is passing Details
2022-12-06 21:47:33 +08:00
Unlock Music Dev 21eab14e6c
feat(qmc): add mmp4 format
continuous-integration/drone/push Build is passing Details
2022-12-06 18:42:58 +08:00
Unlock Music Dev 3739638ddf
feat(qmc): use editorial distance to find the key
continuous-integration/drone/push Build is passing Details
2022-12-05 09:43:33 +08:00
Unlock Music Dev 423767ba63
fix(qmc): fix key from mmkv
continuous-integration/drone/push Build is passing Details
2022-12-05 08:54:40 +08:00
Unlock Music Dev 52e986e644
feat(qmc): support .mflach on darwin
continuous-integration/drone/push Build is failing Details
2022-12-05 00:06:38 +08:00
Unlock Music Dev ea3236e14b
refactor: change decoder init parameter
continuous-integration/drone/push Build is failing Details
2022-12-04 23:05:38 +08:00
Unlock Music Dev 6c168ee536
refactor: move audio sniffer to internal package 2022-11-22 06:16:40 +08:00
Unlock Music Dev f6748d644d
refactor: code cleaning 2022-11-20 02:47:28 +08:00
Unlock Music Dev 14c9d49d46
refactor: change module path 2022-11-19 07:44:44 +08:00
Unlock Music Dev 67ff0c44cd
refactor: use io.Reader instead of custom method 2022-11-19 07:25:43 +08:00
Unlock Music Dev 4365628bff
refactor: qmc don't export internal functions 2022-11-19 07:25:42 +08:00
Unlock Music Dev e2fc56ddb2
refactor: remove logging in algorithms 2022-11-19 07:25:40 +08:00
Unlock Music Dev f05ae61aff
feat: adapt for qmc key v2 2022-11-19 07:25:37 +08:00
Unlock Music Dev 7b37e4dd3c
feat: add tips for QMC with STag suffix 2022-11-19 07:25:36 +08:00
MengYX 2058504384
feat(QMCv2): support `.mggl` and `.bkc*`
`.mggl`: QQ Music MacOS Ogg (fix https://github.com/unlock-music/cli/issues/25)
`.bkc*` (".bkc" + {"mp3", "m4a", "flac", "wav", "ape", "ogg", "wma"}): Moo Music
2022-01-09 06:30:53 +08:00
MengYX deaa58e91f
feat(QMCv2): replace with old decoder 2021-12-14 04:01:04 +08:00
MengYX 7cc7aa19fd
feat(QMCv2): support static cipher (legacy) 2021-12-14 02:19:32 +08:00
MengYX 8cc7f66640
chore(QMCv2): Rename old files 2021-12-13 22:55:31 +08:00
Emmm Monster 3f3980de38
fix #18: skip noop decoder 2021-11-11 23:43:20 +08:00
Emmm Monster f9686bbfc4
Decoder.GetAudioExt() return extension with . 2021-05-16 12:15:22 +08:00
Emmm Monster ef060159f0
Fix #8 2021-03-02 18:16:37 +08:00
Emmm Monster 939cfd38d0
Fix incorrect package path 2021-03-02 18:16:19 +08:00
Emmm Monster 8386fbe23b
Fix: Some incorrect file type registration 2021-02-22 00:05:37 +08:00
Emmm Monster 91e23a20dd
Register Decoder With Default Output Ext 2020-12-26 16:07:48 +08:00
Emmm Monster d5031e1935
Add Decoder Registry
Add Raw Decoder
2020-12-26 15:47:10 +08:00
Emmm Monster a92ea82090
Update NCM, QMC Decoder 2020-12-26 03:21:07 +08:00
Emmm Monster fe5403cdb7
Add QMC Decoder 2020-12-26 03:21:02 +08:00