Commit graph

2810 commits

Author SHA1 Message Date
Vijay 5275c56725 Implement functionality to open URL in new tab on middle click
Added handleClick function to check for middle mouse button (event.button === 1), opening the URL in a new tab using window.open.
Improves user experience by offering an alternative method to open URLs without leaving the current page.
2024-04-11 00:39:55 +05:30
Jorrin b6c894a87a
Merge pull request #1099 from movie-web/feature/default-audio-language
Select default audio language based on setting
2024-04-10 18:20:15 +02:00
Jorrin 4bdb366139
Merge branch 'dev' into feature/default-audio-language 2024-04-10 18:18:52 +02:00
Jorrin 2f92bc4ee6
Merge pull request #1101 from vijaysingh2219/dev
Fix keyboard event handling in KeyboardEvents component
2024-04-10 18:18:39 +02:00
Vijay 2722a7db96 Fix keyboard event handling in KeyboardEvents component
- Changed the condition from 'k' to 'keyL' for 'j', 'l', 'm', 'f', 'c', 'r' keys to handle uppercase keys properly.
- Fixed the condition for toggling play/pause to work with both ' ' and 'k' keys.

This commit addresses issues with keyboard event handling and ensures proper functionality with both uppercase and lowercase keys.
2024-04-10 21:24:29 +05:30
Jorrin 9d4be2cb55 Select default audio language based on setting 2024-04-08 16:32:33 +02:00
Jorrin 892292088d
Merge branch 'master' into dev 2024-04-05 20:13:55 +02:00
Jorrin bd9db1dc80 Update pnpm-lock.yaml 2024-04-05 20:12:39 +02:00
Jorrin c0edae8a36 bump versions 2024-04-05 20:10:41 +02:00
Jorrin cab9609132
Merge pull request #1080 from gh-movie-web/weblate-movie-web-website
Translations update from movie-web weblate
2024-04-05 20:10:03 +02:00
Matic Boncina d014bcee55 Translated using Weblate (Slovenian)
Currently translated at 100.0% (336 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/sl/
Author: Matic Boncina <476328473@express.ninja>
2024-04-05 18:07:59 +00:00
Aayush Shah 53de238bd3 Translated using Weblate (Hindi)
Currently translated at 100.0% (336 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/hi/
Author: Aayush Shah <shahaayush999@gmail.com>
2024-04-05 18:07:59 +00:00
Aayush Shah ae4adddee6 Translated using Weblate (Nepali)
Currently translated at 100.0% (336 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/ne/
Author: Aayush Shah <shahaayush999@gmail.com>
2024-04-05 18:07:59 +00:00
Mehdi 38d32b294e Translated using Weblate (Persian)
Currently translated at 100.0% (336 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/fa/
Author: Mehdi <pyrexrj@gmail.com>
2024-04-05 18:07:59 +00:00
superlincoln 0077a5ace7 Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (336 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/zh_Hant/
Author: superlincoln <littlelittlelincoln@gmail.com>
2024-04-05 18:07:59 +00:00
superlincoln 377f6740b5 Translated using Weblate (Korean)
Currently translated at 100.0% (328 of 328 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/ko/
Author: superlincoln <littlelittlelincoln@gmail.com>
2024-04-05 18:07:59 +00:00
superlincoln b8fec30d29 Translated using Weblate (Dutch)
Currently translated at 100.0% (336 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/nl/
Author: superlincoln <littlelittlelincoln@gmail.com>
2024-04-05 18:07:59 +00:00
superlincoln 01687da4df Translated using Weblate (German)
Currently translated at 100.0% (336 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/de/
Author: superlincoln <littlelittlelincoln@gmail.com>
2024-04-05 18:07:59 +00:00
Raymond Nee f046728434 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (336 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/zh_Hans/
Author: Raymond Nee <monstorix@outlook.com>
2024-04-05 18:07:59 +00:00
Jorrin 17d7f292b5
Merge pull request #1088 from movie-web/fix/vidsrcto-and-ridomovies
Fixes for VidSrcTo & Ridomovies
2024-04-05 20:07:54 +02:00
Jorrin 855e594c09 Fix switching from hls source to hls source 2024-04-05 19:16:46 +02:00
Jorrin af2e6b793d
Merge pull request #1081 from movie-web/dependabot/npm_and_yarn/vite-5.0.13
Bump vite from 5.0.12 to 5.0.13
2024-04-03 20:42:48 +02:00
dependabot[bot] f0df8c3efb
Bump vite from 5.0.12 to 5.0.13
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.12 to 5.0.13.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.0.13/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.0.13/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-03 17:55:25 +00:00
William Oldham 83af8891f7
Merge pull request #1074 from movie-web/dev
Version 4.6.5: Fixing showbox once again
2024-03-31 23:37:45 +01:00
Jorrin eab7b09292
Merge branch 'master' into dev 2024-04-01 00:34:56 +02:00
Jorrin 84bddd2e4d bump versions 2024-04-01 00:31:40 +02:00
Jorrin a392f943f8
Merge pull request #1071 from movie-web/dev
Version 4.6.4: Fixing showbox once again
2024-03-31 21:07:10 +02:00
Jorrin 05a714d50f bump versions 2024-03-31 21:00:42 +02:00
Jorrin 7a2f417cdd
Merge pull request #1060 from gh-movie-web/weblate-movie-web-website
Translations update from movie-web weblate
2024-03-31 20:58:16 +02:00
Mehdi 5355791486 Translated using Weblate (Persian)
Currently translated at 100.0% (336 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/fa/
Author: Mehdi <pyrexrj@gmail.com>
2024-03-31 18:40:23 +00:00
Dave caf5faeb49 Translated using Weblate (Indonesian)
Currently translated at 83.3% (280 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/id/
Author: Dave <dave.turmawan@outlook.com>
2024-03-31 18:40:23 +00:00
Thais Palmer 232fb7e895 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (336 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/pt_BR/
Author: Thais Palmer <eu@thaispalmer.com.br>
2024-03-31 18:40:23 +00:00
Dave f20fe984d3 Translated using Weblate (Indonesian)
Currently translated at 77.6% (261 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/id/
Author: Dave <dave.turmawan@outlook.com>
2024-03-31 18:40:23 +00:00
Dave 35c6d25268 Translated using Weblate (Indonesian)
Currently translated at 76.1% (256 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/id/
Author: Dave <dave.turmawan@outlook.com>
2024-03-31 18:40:23 +00:00
Alex 0ae96309c7 Translated using Weblate (Russian)
Currently translated at 100.0% (336 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/ru/
Author: Alex <aslanych99@mail.ru>
2024-03-31 18:40:23 +00:00
William Oldham 1e0b86badf
Merge pull request #1070 from movie-web/fix/hls-audio-not-proxied
Route HLS audio tracks through extension
2024-03-31 19:40:18 +01:00
Jorrin 6a905bf517 Also route hls audio tracks through extension 2024-03-31 20:20:10 +02:00
William Oldham a5694fa430
Merge pull request #1068 from lonelil/dev
add sync fork workflow
2024-03-31 16:53:49 +01:00
lonelil d006ed9a49
add sync fork workflow 2024-03-31 23:05:50 +08:00
Jorrin b06eedb041
Merge pull request #1048 from movie-web/dev
4.6.3: Audio Tracks, Drag and Drop subtitles, various fixes
2024-03-29 18:54:55 +01:00
Jorrin 2b2a4a2698
Merge pull request #1023 from gh-movie-web/weblate-movie-web-website
Translations update from movie-web weblate
2024-03-29 18:38:00 +01:00
Alex 4ee32a9dd9 Translated using Weblate (Russian)
Currently translated at 100.0% (336 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/ru/
Author: Alex <aslanych99@mail.ru>
2024-03-29 17:32:20 +00:00
Jamie Poznanski 737a0b034d Translated using Weblate (Italian)
Currently translated at 100.0% (336 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/it/
Author: Jamie Poznanski <enby_jamie@users.noreply.weblate.movie-web.app>
2024-03-29 17:32:20 +00:00
LeBron James 5150e6c7ff Translated using Weblate (Turkish)
Currently translated at 99.1% (333 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/tr/
Author: LeBron James <ollie.the0000@gmail.com>
2024-03-29 17:32:20 +00:00
LeBron James 469e118681 Translated using Weblate (Turkish)
Currently translated at 98.8% (332 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/tr/
Author: LeBron James <ollie.the0000@gmail.com>
2024-03-29 17:32:20 +00:00
chaos 70eb8f381c Translated using Weblate (Estonian)
Currently translated at 100.0% (336 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/et/
Author: chaos <chaos@users.noreply.weblate.movie-web.app>
2024-03-29 17:32:20 +00:00
LeBron James 43c912dd33 Translated using Weblate (Turkish)
Currently translated at 98.8% (332 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/tr/
Author: LeBron James <ollie.the0000@gmail.com>
2024-03-29 17:32:20 +00:00
chaos 0cf04f803d Translated using Weblate (Estonian)
Currently translated at 99.4% (334 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/et/
Author: chaos <chaos@users.noreply.weblate.movie-web.app>
2024-03-29 17:32:20 +00:00
Mehdi 8a17c3d38e Translated using Weblate (Persian)
Currently translated at 100.0% (336 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/fa/
Author: Mehdi <pyrexrj@gmail.com>
2024-03-29 17:32:20 +00:00
Mehdi 483cfe4e7f Translated using Weblate (Persian)
Currently translated at 100.0% (336 of 336 strings)

Translation: movie-web/website
Translate-URL: https://weblate.476328473.xyz/projects/movie-web/website/fa/
Author: Mehdi <pyrexrj@gmail.com>
2024-03-29 17:32:20 +00:00