# ThousandPlayer **Repository Path**: kqz2007/ThousandPlayer ## Basic Information - **Project Name**: ThousandPlayer - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-09 - **Last Updated**: 2026-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [](https://github.com/ZXfkSIE/ThousandPlayer/actions/workflows/ubuntu-latest.yml) [](https://github.com/ZXfkSIE/ThousandPlayer/actions/workflows/windows-2019.yml) # ThousandPlayer A Qt6-based open-source audio player developed from scratch. It is a tribute to [TTPlayer (千千静听)](https://zh.wikipedia.org/wiki/千千音乐播放器), one of the most popular local music players for Microsoft Windows in China during 2000s. The software is still in early development stage, but already has fundamental functions that a local audio player should have. Feel free to participate in the development! Here is the [format manual](Format.md) of this project.  ## Features - Cross-platform. - Linux and Microsoft Windows (**Windows 10 1809 and above**) are supported at present. Need other developers' help to check the availability in macOS. - Most UI elements have text with proper font sizes instead of icon-only for the sake of localizability. Current supported UI languages are: - en (English) - ja (Japanese, 日本語) - zh_CN (Simplified Chinese, 简体中文) - zh_TW (Traditional Chinese, 繁體中文) - Currently supports following audio formats: - AAC (`.aac`, `.m4a`) - ALAC (`.alac`) - FLAC (`.flac`) - MP3 (`.mp3`) - Vorbis (`.ogg`) (only supported in Linux at present. see [QTBUG-99278](https://bugreports.qt.io/browse/QTBUG-99278)) - WAV (`.wav`) - For format support details about ReplayGain and cover art reading, see [here](SupportInfo.md). - `.lrc` lyrics file viewer. - In order to view lyrics, a `.lrc` file must be put in the same directory of the corresponding music file. Also, their filenames must be identical except for the extension part (for example, the lyrics file to be viewed while playing `song.flac` must be named `song.lrc`). - Integrated `.lrc` lyrics file editor with timestap inserting function.