mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 14:06:09 +05:00
* 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>
TorrServer web client
How to start project
- ignore first two steps if the server is on
localhost - duplicate
.env_exampleand rename it to.env - in
.envfile add server address toREACT_APP_SERVER_HOST(without last "/")
http://192.168.78.4:8090- correct
http://192.168.78.4:8090/- wrong
- in
.envfile add TMDB api key NODE_OPTIONS=--openssl-legacy-provider yarn start
Eslint
Prettier will fix the code every time the code is saved
yarn lint- to find all linting problemsyarn fix- to fix code
How images were generated
npx pwa-asset-generator public/logo.png public -m public/site.webmanifest -p "calc(50vh - 25%) calc(50vw - 25%)" -b "linear-gradient(135deg, rgb(50,54,55), rgb(84,90,94))" -q 100 -i public/index.html -f