Download Latest Version LLPlayer-v0.3.0-x64.7z (212.8 MB)
Email in envelope

Get an email when there's a new version of LLPlayer

Home / v0.2.2
Name Modified Size InfoDownloads / Week
Parent folder
LLPlayer-v0.2.2-x64.7z 2025-05-24 224.8 MB
README.md 2025-05-24 4.9 kB
v0.2.2 source code.tar.gz 2025-05-24 58.6 MB
v0.2.2 source code.zip 2025-05-24 58.7 MB
Totals: 4 Items   342.2 MB 23

Main Features

Support Incremental Subtitle Search (#91) [Thanks @KRSHH]

Subtitles can now be filtered by incremental search. This is useful when jumping to a specific subtitle.

You can search using CTRL+F or the search button on the sidebar.

Add another LLM translation engine - KoboldCpp, LiteLLM, OpenAI Like (#74 [#80])

Two LLM engines have been added. LiteLLM is a proxy server that allows integration with various LLMs such as Gemini and Grok.

KoboldCpp: https://github.com/LostRuins/koboldcpp LiteLLM: https://docs.litellm.ai/docs/

A new OpenAI-compatible engine OpenAI Like has also been added, in which the API request path can be configured.

https://github.com/umlx5h/LLPlayer/wiki/Translation-Engine

Support Reasoning Models such as Qwen3, DeepSeek for LLM translation

Inference models such as Qwen3 are now supported. Inference messages are now automatically removed.

Subtitle Settings Enhancement (#101)

Subtitles can now be set to a background color to improve visibility.

It is also now possible to have different font settings for primary and secondary.

Subtitle Local Search Enhancement (#103)

Extended autoloading of subtitles in the same path as the opened video. Subtitles in the following formats are now automatically loaded.

video.srt
video.en.srt
video.eng.srt
video.foo.srt

video\subs\video.srt
video\subtitles\video.srt

The default subtitle folder is subs, subtitles. (case-insensitive) Folders can be customized in the settings.

Chinese specific enhancements

Several enhancements have been made for Chinese users.

Support Chinese word segmentation (#84)

You can now select one Chinese word at a time.

Support translation between Simplified and Traditional Chinese (#82)

Google Translate, for example, can now translate between simplified and traditional Chinese.

Select Simplified or Traditional in ASR (#82)

Simplified and traditional Chinese can now be configured in ASR by customizing the prompt in whisper.cpp, faster-whisper.

How to configure it https://github.com/umlx5h/LLPlayer/issues/82#issuecomment-2809060134

Features

  • (ASR) add Prompt parameter to whisper.cpp [a4e4a3]
  • (ASR) add preset functionality of prompt [2b93bd]
  • (ASR) add distil-large-v3.5 model in faster-whisper [5433a4]
  • (ASR) enable GPU device selection in whisper.cpp [Fixes [#94]] [d9bcce]
  • (ASR) update faster-whisper-xxl r245.4 [c1db55]
  • (seek) add secondary subs seeking keybindings [Fixes [#104]] [c37934]
  • (subtitle) add Max Width config for text subtitles [b6b6aa]
  • (settings) add language auto-open settings for subtitle, audio streams [1362b0]
  • (settings) make font and stroke color adjustable with color picker [a03e44]
  • (translate) support LLM parameters - temperature, top_p [7f7c67]
  • (translate) support LLM parameters - max_tokens, max_completion_tokens [aa82cf]
  • (YoutubeDL) add option of whether to automatically open automatic subtitles [964df1]
  • add Always-On-Top window feature & its binding to CTRL-T [e13c93]

Small Fixes

  • (FlyleafBar) Taskbar UI adjustment (#105) [Thanks @celestum] [008a91]
  • (YoutubeDL) review subtitle loading conditions [Fixes [#73]] [fbbfe6]
  • (config) change auto copy toggle shortcut from ALT+A to CTRL+A [3aac04]
  • (config) set the OS language as the default translation language [357fd0]
  • (config) add default binding of Alt+Shift+Left/Right to open/prev file [2634b0]
  • (settings) output error details for LLM translation [a63544]
  • (settings) add reset button to video filter [cebd5f]
  • (subtitle) use theme color for hover border color of words [b74680]
  • (subtitle) preserve line breaks in text beginning with a hyphen [Fixes [#100]] [b9e0b5]

Bug Fixes

  • (ASR) fix not being able to seek in m2ts, etc [323c83]
  • (ASR) fix faster-whisper was not working with English-only model [d61178]
  • (ASR) reinitialize SwrContext when codec is changed [ab06ce]
  • (config) fix unrestoreable subtitle parameters [Fixes [#92]] [9eab94]
  • (dialog) centering of orphaned dialogs based on the parent window [ad9d57]
  • (subtitle) reflect sub sync while playback is stopped [ddc0cf]
  • (subtitle) do not load empty subtitles for ass format [cdf996]
  • (translate) prevent NPE translating words during ASR re-run [53ae80]

Build

  • Update FlyleafLib from v3.8.2 to v3.8.4 [#90] [#107]
  • (deps) update TesseractOCR, DeepL.net [b1ed97]

Full Changelog: https://github.com/umlx5h/LLPlayer/compare/v0.2.1...v0.2.2

Disclaimer

LLPlayer is still in beta phase. It has not been tested by many users and may be unstable. Backward compatibility of settings will not be maintained until version 1.

Source: README.md, updated 2025-05-24