ddddxxx

Results 55 comments of ddddxxx

不在那里。发生改变的是绘制区域,而非绘制的内容。 需要改这里: https://github.com/ddddxxx/LyricsX/blob/master/LyricsX/Controller/KaraokeLyricsController.swift#L111 ```diff - let frame = screen.isFullScreen ? screen.frame : screen.visibleFrame + let frame = screen.frame ```

看起来你对 Xcode 也不太熟,环境就得折腾好久……我下个版本给你加个设置项吧,没有UI,用命令行来改设置就行。

改好了,下个版本可以用这个命令达到你想要的效果: ``` $ defaults write ddddxxx.LyricsX DesktopLyricsIgnoreSafeArea 1 ``` 想要恢复原状的话再执行这个: ``` $ defaults delete ddddxxx.LyricsX DesktopLyricsIgnoreSafeArea ```

New lyrics source is always welcome. However, currently LyricsX only accept time synced lyrics. I can't really make use of these plain text lyrics sources.

Letras.mus.br looks great. They don't show time tag on their website thus web-scraping is not sufficient. I'm curious how they synchronize lyrics. When I click "send lyrics" they don't ask...