ddddxxx
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...
Hi @Wevah, I want to communicate with IINA via AppleScript in my app. This pr seems very promising and I’d like to work on it right now. I’m wondering if...
播放器模块封装在 https://github.com/ddddxxx/MusicPlayer ,你可以自行实现。 除此之外,大部分播放器都可以通过系统播放组件来读取。请将播放器设为自动,并在Lab中勾选使用系统正在播放应用。
probably use https://github.com/Peter-Schorn/SpotifyAPI
Hi, I'm glad you're interested. I managed to create a [wrapper package](https://github.com/ddddxxx/SpotifyiOSWrapper) for SpotifyiOS, but it [breaks macOS build](https://github.com/ddddxxx/MusicPlayer/blob/master/Package.swift#L90). You can try it on master branch with environment variable `LX_ENABLE_SPOTIFYIOS`....
I've updated [SpotifyiOSWrapper](https://github.com/ddddxxx/SpotifyiOSWrapper) to use [official xcframework](https://github.com/spotify/ios-sdk/tree/master/SpotifyiOS.xcframework). I also added [conditional dependency on `SpotifyiOS`](https://github.com/ddddxxx/SpotifyiOSWrapper/blob/master/Package.swift#L21) as @endanke suggested. However I still get `While building for macOS, no library for this platform...