Skip to content

Instantly share code, notes, and snippets.

[Mac]网易云音乐网页版歌词显示到菜单栏

  1. 安装 https://github.com/swiftbar/SwiftBar

    brew install swiftbar
  2. 实现一个网页服务器,用来存当前歌词,并提供一个接口查询当前歌词。 见下方 main.go.

@youthlin
youthlin / lyrics.lua
Last active May 25, 2024 12:57
show lyrics in vlc
--[[--
show lyrics on visualization 在可视化界面显示歌词
url 项目地址: https://gist.github.com/youthlin/a3b3fc033586bede6046086f3d889322
author 作者: youthlin
author url 作者博客: https://youthlin.com
How to install:
1. put this file on lua/intf/
2. enable extra interface: luaintf (Settings[Show all] -> Interface -> Main Interfaces -> extract modules='luaintf'[make the 'Lua interpreter' checked])
(important: extraintf=luaintf not lua)