Video player with playback speed, PIP and Download support (#497)

* video playback support with play button in details view and torrent card

* added translation keys and minor bug fix

* removed unused "play" string

* updated required go dependency

* rearranged go dependencies to remove the warnings

* reverted the build related changes

* Added Playback speed, PIP and Dowload support

* added translation keys for all languages and updated getVideoCaption function logic

---------

Co-authored-by: nikk <1551446+tsynik@users.noreply.github.com>
This commit is contained in:
Uttam Deshani
2025-07-10 19:27:11 +05:30
committed by GitHub
parent 9ce9062a9e
commit c2d8426b9c
10 changed files with 598 additions and 17 deletions

View File

@@ -83,6 +83,16 @@
"PiecesCount": "Брой парчета",
"PiecesLength": "Дължина на парчетата",
"Playlist": "Плейлист",
"Play":"Възпроизвеждане",
"Pause":"Пауза",
"Rewind-10-Sec":"Върни 10 сек",
"Forward-10-Sec":"Напред 10 сек",
"Unmute":"Включи звук",
"Mute":"Изключи звук",
"PIP":"PIP",
"Download":"Изтегляне",
"ExitFullscreen":"Изход от цял екран",
"Fullscreen":"Цял екран",
"Preload": "Предварително зареждане",
"ProjectSource": "GitHub на проекта",
"PWAGuide": {