#歌词 #音乐 #API #命令行 #CLI #字幕 #musixmatch

应用程序 musixmatch-cli

Musixmatch API 的非官方命令行界面

1 个不稳定版本

新版本 0.2.0 2024年8月18日

#93 in 音频

MIT 许可证

140KB
2.5K SLoC

musixmatch-cli

Current crates.io version License CI status

Musixmatch CLI 允许您使用 Musixmatch API 从命令行获取歌词、字幕和曲目元数据。

Musixmatch API 以前需要您在 https://www.musixmatch.com 上有一个免费账户才能使用。然而,截至 2024 年,这个要求已经被取消,API 可以匿名使用。如果 Musixmatch 决定再次关闭 API,CLI 仍然允许您提供凭据。

获取歌词

musixmatch-cli lyrics -n shine -a spektrem
Lyrics ID: 34583240
Language: en
Copyright: Writer(s): Jesse Warren
Copyright: Ncs Music

Eyes in the sky gazing far into the night
I raise my hand to the fire, but it's no use
'Cause you can't stop it from shining through
It's true
...

获取翻译歌词

Musixmatch 还提供翻译歌词。您必须使用 --lang 标志选择语言。您还可以设置 --bi 标志以同时输出原始和翻译的行。

musixmatch-cli lyrics -n shine -a spektrem --lang de --bi
Lyrics ID: 34583240
Language: en
Copyright: Writer(s): Jesse Warren
Copyright: Ncs Music
Translated to: de

Eyes in the sky gazing far into the night
> Augen starren in die weite Nacht
I raise my hand to the fire, but it's no use
> Ich hebe meine Hand in das Feuer, doch ihr geschieht nichts
'Cause you can't stop it from shining through
> Denn du kannst es nicht daran hindern, hindurch zu scheinen
It's true
> Es ist wahr
...

获取字幕(同步歌词)

对于大多数歌词,Musixmatch 为每行提供时间戳,因此您可以在播放时同步显示它们。

Musixmatch 提供多种字幕格式,您可以使用 --format 标志进行选择。可用的格式包括:lrcttmlttml-structuredjsonebu-stl

musixmatch-cli subtitles -n shine -a spektrem
Subtitle ID: 35340319
Language: en
Length: 316
Copyright: Writer(s): Jesse Warren
Copyright: Ncs Music

[00:59.84] Eyes in the sky gazing far into the night
[01:06.55] I raise my hand to the fire, but it's no use
[01:11.97] 'Cause you can't stop it from shining through
[01:16.07] It's true
...

依赖项

~8–26MB
~391K SLoC