chore: bump CI Qt version, update README.md

This commit is contained in:
Gary Wang 2024-09-27 23:21:57 +08:00
parent a2b9f94015
commit 54c604ee9d
No known key found for this signature in database
GPG Key ID: 5D30A4F15EA78760
2 changed files with 5 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
matrix: matrix:
vs: ['2022'] vs: ['2022']
msvc_arch: ['x64'] msvc_arch: ['x64']
qt_ver: ['6.7.2'] qt_ver: ['6.7.3']
runs-on: windows-2022 runs-on: windows-2022

View File

@ -8,6 +8,10 @@ Since **I** just need a simple player which *just works* right now, so I did man
- ...which if you use Qt's official binary, only contains the LGPLv2.1+ part. (already good enough, tho) - ...which if you use Qt's official binary, only contains the LGPLv2.1+ part. (already good enough, tho)
- No music library management support and there won't be one! - No music library management support and there won't be one!
- It'll auto-load music files in the same folder of the file that you attempted to play, so organize your music files on a folder-basis. - It'll auto-load music files in the same folder of the file that you attempted to play, so organize your music files on a folder-basis.
- Limited lyrics (`.lrc`) loading support:
- Currently no `.tlrc` (for translated lyrics) or `.rlrc` (for romanized lyrics) support.
- Multi-line lyrics and duplicated timestamps are not supported
- Extensions (Walaoke and A2 extension) are not supported
## Build ## Build