|
c87204c78a
|
fix #96: ncm file parsing when image cover 2 is not empty
continuous-integration/drone/push Build is passing
|
2024-09-12 15:08:04 +01:00 |
|
|
59f3759d48
|
fix: add more extensions (Mac) #71
|
2024-09-04 22:47:02 +01:00 |
|
|
68e0c06246
|
refactor: rework on MusicEx footer parser
|
2024-07-06 20:32:26 +01:00 |
|
|
e010d1b308
|
refactor: make mmkv key optional; change cli params name
|
2024-07-06 19:55:31 +01:00 |
|
|
1c5310ffae
|
一些修改
|
2024-02-14 16:59:05 +08:00 |
|
|
2941a9ac76
|
refactor: qmc musicex footer parser
|
2024-02-13 02:41:42 +08:00 |
|
|
1835f9852a
|
修改 shuffixBuf 匹配方法
|
2024-02-13 01:17:52 +08:00 |
|
|
4f4d8db3d5
|
refactor: load mmkv on startup
|
2024-02-13 00:58:13 +08:00 |
|
|
877f37f01e
|
feat: mmkv 加密数据库解析
|
2024-02-05 08:41:40 +08:00 |
|
NestorRay
|
9ddbd5f702
|
DELETE not necessary MusicID,AlbumID etc.
|
2024-01-28 16:24:58 +08:00 |
|
NestorRay
|
d480c9a2f8
|
CHANGE metadata INT into interface{}
|
2024-01-28 13:06:30 +08:00 |
|
|
4ad9a721f0
|
fix: dynamic music id type
|
2024-01-28 03:59:17 +00:00 |
|
|
fd6f830916
|
feat(meta): write album art & metadata into destination file
|
2022-12-06 23:55:43 +08:00 |
|
|
02e065aac4
|
feat(meta): add writing metadata by ffmpeg
|
2022-12-06 21:52:19 +08:00 |
|
|
9856f52070
|
feat: add meta parser from filename
|
2022-12-06 21:52:18 +08:00 |
|
|
112d9ab28e
|
feat(qmc): allow retrieve metadata online
|
2022-12-06 21:52:18 +08:00 |
|
|
f60f0b3d07
|
feat(qmc): add search interface
|
2022-12-06 21:52:17 +08:00 |
|
|
9494a535a9
|
feat(qmc): support audio meta getter
|
2022-12-06 21:52:16 +08:00 |
|
|
138adbf846
|
feat(ncm): support audio meta getter
|
2022-12-06 21:52:16 +08:00 |
|
|
e9e63ce175
|
feat(qmc): improve m4a & mp4 sniff
continuous-integration/drone/push Build is passing
|
2022-12-06 21:47:33 +08:00 |
|
|
21eab14e6c
|
feat(qmc): add mmp4 format
continuous-integration/drone/push Build is passing
|
2022-12-06 18:42:58 +08:00 |
|
|
12be881d42
|
chore: add accident removed comment
continuous-integration/drone/push Build is passing
|
2022-12-05 11:10:40 +08:00 |
|
|
6f033af336
|
chore: remove unused debug log
continuous-integration/drone/push Build is passing
|
2022-12-05 11:08:54 +08:00 |
|
|
79d00b356f
|
feat(qmc): use unicode normalize to match filename
continuous-integration/drone/push Build is passing
|
2022-12-05 11:04:57 +08:00 |
|
|
3739638ddf
|
feat(qmc): use editorial distance to find the key
continuous-integration/drone/push Build is passing
|
2022-12-05 09:43:33 +08:00 |
|
|
423767ba63
|
fix(qmc): fix key from mmkv
continuous-integration/drone/push Build is passing
|
2022-12-05 08:54:40 +08:00 |
|
|
5fbcdb77d4
|
fix(qmc): use pure go mmkv
|
2022-12-05 07:24:03 +08:00 |
|
|
52e986e644
|
feat(qmc): support .mflach on darwin
continuous-integration/drone/push Build is failing
|
2022-12-05 00:06:38 +08:00 |
|
|
d2019b04ec
|
fix: qmc test
continuous-integration/drone/push Build is passing
|
2022-12-04 23:14:06 +08:00 |
|
|
ea3236e14b
|
refactor: change decoder init parameter
continuous-integration/drone/push Build is failing
|
2022-12-04 23:05:38 +08:00 |
|
|
6c168ee536
|
refactor: move audio sniffer to internal package
|
2022-11-22 06:16:40 +08:00 |
|
|
62a38d5ab4
|
fix(ximalaya): x2m scramble table loading
|
2022-11-21 13:30:48 +08:00 |
|
|
81862b26c9
|
feat(ximalaya): initial support
|
2022-11-20 08:04:39 +08:00 |
|
|
d896925dff
|
fix(kwm): allow new magic header
|
2022-11-20 03:12:30 +08:00 |
|
|
bd95fdb53b
|
fix: unit tests
|
2022-11-20 02:53:04 +08:00 |
|
|
f6748d644d
|
refactor: code cleaning
|
2022-11-20 02:47:28 +08:00 |
|
|
8e068b9c8d
|
refactor: rename xm -> xiami
|
2022-11-20 02:18:50 +08:00 |
|
|
14c9d49d46
|
refactor: change module path
|
2022-11-19 07:44:44 +08:00 |
|
|
6f1cdc5b4f
|
fix: raw don't access registry
|
2022-11-19 07:25:45 +08:00 |
|
|
8fd6763b29
|
fix: allow unencrypted tm0 tm3
|
2022-11-19 07:25:44 +08:00 |
|
|
2880c63bf7
|
fix: seek to audio start after validate
|
2022-11-19 07:25:44 +08:00 |
|
|
67ff0c44cd
|
refactor: use io.Reader instead of custom method
|
2022-11-19 07:25:43 +08:00 |
|
|
4365628bff
|
refactor: qmc don't export internal functions
|
2022-11-19 07:25:42 +08:00 |
|
|
b275b552ed
|
refactor: use kgm crypto from parakeet-rs
chore: update deps
|
2022-11-19 07:25:42 +08:00 |
|
|
e2fc56ddb2
|
refactor: remove logging in algorithms
|
2022-11-19 07:25:40 +08:00 |
|
|
a2c55721cc
|
feat: simplify vpr decode
|
2022-11-19 07:25:39 +08:00 |
|
|
21bd246d6c
|
feat: use table to generate kgm mask
|
2022-11-19 07:25:38 +08:00 |
|
|
f05ae61aff
|
feat: adapt for qmc key v2
|
2022-11-19 07:25:37 +08:00 |
|
|
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 |
|