Description: show lyrics on visualization 在可视化界面显示歌词 url 项目地址: https://gist.github.com/youthlin/a3b3fc033586bede6046086f3d889322 author 作者: youthlin author url 作者博客: https://youthlin.com
tested on Mac with VLC 3.0.16. please comment on gist if you have any questions.
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) 3. set lua interface to this file name: All Settings -> Interface -> Main Interface -> Lua -> Lua interface = lyrics 4. Settings - subtitle/osd - make "enable osd" checked. 如何启用: 1、将本文件放在 lua/intf/ 文件夹下 2、设置(显示所有)-界面-主界面-扩展界面,填入 luaintf,并勾选 Lua interpreter(勾选会自动填为 lua, 需要手动改成 luaintf) 3、设置(显示所有)-界面-主界面-Lua,在 Lua 界面 字段填入本文件名: lyrics 4、设置-字幕/OSD-确保 "启用 OSD" 勾选,下方可以设置字体
INSTALLATION directory (\lua\intf\): 安装文件夹在哪里: * Windows (all users): %ProgramFiles%\VideoLAN\VLC\lua\intf\ * Windows (current user): %APPDATA%\VLC\lua\intf\ * Linux (all users): /usr/lib/vlc/lua/intf/ * Linux (current user): ~/.local/share/vlc/lua/intf/ * Mac OS X (all users): /Applications/VLC.app/Contents/MacOS/share/lua/intf/ * Mac OS X (current user): /Users/%your_name%/Library/Application Support/org.videolan.vlc/lua/intf/ Create directory if it does not exist!
links: lrcview extension: http://eadmaster.altervista.org/pub/prj/lrcview.lua Times v3.2: https://addons.videolan.org/p/1154032/ vlc lua document: https://github.com/videolan/vlc/tree/master/share/lua document: https://github.com/verghost/vlc-lua-docs/blob/master/index.md VLC forum / Scripting VLC in lua: https://forum.videolan.org/viewforum.php?f=29
Ratings & Comments
0 Comments