768 Commits

Author SHA1 Message Date
github-actions[bot] 4e24e7c77f feat: update currency rates (#83)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Viren070 <71220264+Viren070@users.noreply.github.com>
2024-11-28 17:29:34 +00:00
Viren070 d224c6ecfa feat(stremio): update addon debrid support table 2024-11-27 12:53:38 +00:00
Viren070 f21e0aebec fix: add spaces so crowdin detects first line 2024-11-26 22:41:46 +00:00
Viren070 4b65299980 fix(stremio): add missing addonComponent for Torbox addon 2024-11-26 20:56:51 +00:00
Viren070 75c5796b56 feat(stremio): remove show p2p torrent... config explanation
not an option anymore
2024-11-26 20:24:04 +00:00
Viren070 a9cb4a0e1c feat(ci): allow triggering deploy workflow manually 2024-11-26 19:37:20 +00:00
Viren070 6046851847 feat: remove localedropdown 2024-11-26 19:35:07 +00:00
Viren070 dfd5afebf5 Merge pull request #81 from Viren070/intl/init
i18n: initalise i18n config for crowdin
2024-11-26 19:09:32 +00:00
Viren070 8418f98710 fix: manually import addon component in markdown 2024-11-26 18:44:58 +00:00
Viren070 584c8fc2e4 fix: use Link element to avoid weird 404 2024-11-26 18:44:32 +00:00
Viren070 ceb8f1b50e fix: remove ']' from url 2024-11-26 16:58:06 +00:00
Viren070 7f87e3c295 fix: add missing slash to make url absolute 2024-11-26 16:56:21 +00:00
Viren070 2f490e6504 feat: remove {true} from JSX and wrap in mdx code block 2024-11-26 16:54:14 +00:00
Viren070 386de85784 i18n: add es to locales 2024-11-26 15:47:57 +00:00
Viren070 333ce0b374 i18n: adjustments to translate calls 2024-11-26 15:44:11 +00:00
Viren070 e103286f13 i18n: add translate API calls to React components 2024-11-26 15:25:29 +00:00
Viren070 6907d4f1ba Merge branch 'main' into intl/init 2024-11-26 14:34:04 +00:00
Viren070 00d220834e refactor: adjust content structure to work with Crowdin 2024-11-26 14:28:45 +00:00
Viren070 c1ff889f68 feat(stremio): update addon debrid support table
torrentio fixes DL and adds TB.
also corrected an inaccurate exclamation for Debrid-Link in Stremio-Jackett
2024-11-26 11:34:22 +00:00
Viren070 2a122f276f chore: update package.json 2024-11-26 02:43:31 +00:00
Viren070 ee232b6630 ci: fix i18n ci 2024-11-26 02:42:26 +00:00
Viren070 f8796bee12 revert #80 2024-11-26 02:40:14 +00:00
Viren070 5ef9ce4920 fix crowdin config file 2024-11-26 02:15:50 +00:00
Viren070 e2dfc50064 ci: 2024-11-26 02:09:42 +00:00
Viren070 32c14a3494 Merge pull request #80 from Viren070/intl/init
i18n: init
2024-11-26 01:55:03 +00:00
Viren070 316eae7270 add i18n to .gitignore 2024-11-26 01:52:09 +00:00
Viren070 019c4dedc1 delete i18n folder 2024-11-26 01:43:10 +00:00
Viren070 6292009378 i18n(ci): sync crowdin on deploy workflow 2024-11-26 01:41:59 +00:00
Viren070 cbf6fef4a2 chore(deps): add crowdin cli 2024-11-26 00:58:51 +00:00
Viren070 06380af995 i18n(crowdin): create crowdin.yml 2024-11-26 00:51:14 +00:00
Viren070 06941b125e Merge branch 'main' into intl/init 2024-11-26 00:06:39 +00:00
Viren070 5f439a5249 fix(stremio): enhance currency conversion logic to support additional rates 2024-11-25 22:49:40 +00:00
Viren070 2cebf0fcb9 feat(stremio): update debrid guide 2024-11-25 22:32:15 +00:00
Viren070 d09fb7bcc7 feat(stremio): update debrid addon support 2024-11-25 21:56:44 +00:00
Viren070 2783d2d0e0 feat(stremio): clarify uncached results addon usage 2024-11-25 21:37:10 +00:00
Viren070 5541626114 feat: debrid-link die 2024-11-25 21:28:56 +00:00
Viren070 1792f12be8 i18n: init 2024-11-25 20:36:25 +00:00
Viren070 174dda923f i18n: experiment 2024-11-25 20:30:46 +00:00
dependabot[bot] 021d53e45d build(deps-dev): bump typescript from 5.6.3 to 5.7.2 (#78)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 to 5.7.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.3...v5.7.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-25 19:32:40 +00:00
Viren070 122c9bd3e5 feat(stremio): add window to modify debrid data for cost comparison table (#79)
* feat: initial attempt

* feat: move new service data addition to existing service data container

* feat: move currency selector back to top of table

* feat: im a css god

* feat: no im not

* feat: final changes
2024-11-25 19:30:20 +00:00
Viren070 9edf69dbc4 feat: alldebrid die 2024-11-25 19:29:47 +00:00
Viren070 3ff7c2a1a6 chore: update package-lock.json 2024-11-23 21:21:24 +00:00
Viren070 9bd74dda6b Merge pull request #75 from Viren070/dependabot/npm_and_yarn/docusaurus-1cc789731a
build(deps): bump the docusaurus group with 4 updates
2024-11-23 21:17:10 +00:00
dependabot[bot] 03dcd77744 build(deps): bump the docusaurus group with 4 updates
Bumps the docusaurus group with 4 updates: [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus), [@docusaurus/faster](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-faster), [@docusaurus/plugin-sitemap](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-sitemap) and [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic).


Updates `@docusaurus/core` from 3.6.2 to 3.6.3
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.6.3/packages/docusaurus)

Updates `@docusaurus/faster` from 3.6.2 to 3.6.3
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.6.3/packages/docusaurus-faster)

Updates `@docusaurus/plugin-sitemap` from 3.6.2 to 3.6.3
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.6.3/packages/docusaurus-plugin-sitemap)

Updates `@docusaurus/preset-classic` from 3.6.2 to 3.6.3
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.6.3/packages/docusaurus-preset-classic)

---
updated-dependencies:
- dependency-name: "@docusaurus/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docusaurus
- dependency-name: "@docusaurus/faster"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docusaurus
- dependency-name: "@docusaurus/plugin-sitemap"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docusaurus
- dependency-name: "@docusaurus/preset-classic"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docusaurus
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-23 21:16:15 +00:00
imgbot[bot] 9bd7798409 [ImgBot] Optimize images (#77)
*Total -- 16,884.65kb -> 14,199.44kb (15.9%)

/static/img/viren070_pfp.png -- 1.51kb -> 0.43kb (71.35%)
/static/img/stremio/mdblist_login.png -- 10.69kb -> 4.91kb (54.06%)
/static/img/stremio/service_settings.png -- 156.74kb -> 73.45kb (53.14%)
/static/img/stremio/easynews_payment.png -- 71.02kb -> 38.38kb (45.95%)
/static/img/stremio/annatar_configuration.png -- 29.92kb -> 16.77kb (43.95%)
/static/img/minecraft/m_centers_folder.png -- 27.72kb -> 15.57kb (43.84%)
/static/img/stremio/all_debrid_payment.png -- 67.21kb -> 39.41kb (41.36%)
/static/img/stremio/knightcrawler_setup.png -- 44.41kb -> 26.55kb (40.2%)
/static/img/stremio/debrid_link_payment.png -- 20.25kb -> 12.39kb (38.8%)
/static/img/stremio/torrentio_setup.png -- 56.89kb -> 35.15kb (38.22%)
/static/img/stremio/premiumize_payment.png -- 23.75kb -> 14.70kb (38.12%)
/static/img/stremio/trakt_addon_auth_to_trakt.png -- 7.86kb -> 4.94kb (37.09%)
/static/img/stremio/offcloud_payment.png -- 64.06kb -> 40.63kb (36.58%)
/static/img/stremio/torbox_payment.png -- 170.23kb -> 108.27kb (36.4%)
/static/img/stremio/torbox_stremio_settings.png -- 52.14kb -> 33.18kb (36.36%)
/static/img/stremio/alldebrid_api_1.png -- 13.43kb -> 8.65kb (35.61%)
/static/img/stremio/trakt_addon_final_lists_example.png -- 24.03kb -> 15.54kb (35.33%)
/static/img/stremio/mdblist_trakt_url_list_browse.png -- 53.26kb -> 34.80kb (34.67%)
/static/img/stremio/torbox_settings_api_key.png -- 19.16kb -> 12.54kb (34.54%)
/static/img/stremio/torbox_integration_settings.png -- 96.46kb -> 63.32kb (34.36%)
/static/img/stremio/trakt_addon_generic_lists_configuration.png -- 17.14kb -> 11.25kb (34.35%)
/static/img/stremio/tmdb_setup_1.png -- 58.33kb -> 38.48kb (34.03%)
/static/img/stremio/trakt_addon_paste_url.png -- 20.66kb -> 13.71kb (33.6%)
/static/img/stremio/trakt_addon_config_list_section.png -- 18.62kb -> 12.39kb (33.47%)
/static/img/stremio/win_download.png -- 7.97kb -> 5.40kb (32.22%)
/static/img/minecraft/win_r_type.png -- 9.20kb -> 6.28kb (31.75%)
/static/img/stremio/trakt_addon_browse_personal_lists.png -- 31.76kb -> 21.77kb (31.45%)
/static/img/stremio/mdblist_movie_filters.png -- 24.39kb -> 16.75kb (31.34%)
/static/img/stremio/couchmoney_lists_edit.png -- 28.40kb -> 19.56kb (31.12%)
/static/img/stremio/mdblist_tv_filters.png -- 25.19kb -> 17.43kb (30.81%)
/static/img/stremio/trakt_addon_search_lists_example.png -- 16.01kb -> 11.11kb (30.59%)
/static/img/plutonium/example_t5_folder.png -- 67.33kb -> 46.85kb (30.43%)
/static/img/stremio/default_addons_page.png -- 1,243.94kb -> 865.93kb (30.39%)
/static/img/stremio/acc_settings_integrations.png -- 27.80kb -> 19.40kb (30.21%)
/static/img/plutonium/example_t6_folder.png -- 68.87kb -> 48.39kb (29.73%)
/static/img/plutonium/t5_setup_2.png -- 35.39kb -> 25.78kb (27.17%)
/static/img/stremio/tmdb_setup_2.png -- 78.37kb -> 57.13kb (27.1%)
/static/img/plutonium/t6_setup_2.png -- 35.30kb -> 25.76kb (27.03%)
/static/img/stremio/firestick_download.png -- 26.72kb -> 19.52kb (26.96%)
/static/img/stremio/mac_download.png -- 15.77kb -> 11.53kb (26.92%)
/static/img/stremio/mdblist_trakt_url_list.png -- 42.14kb -> 31.08kb (26.25%)
/static/img/stremio/cyberflix_setup.png -- 446.79kb -> 334.76kb (25.08%)
/static/img/minecraft/minecraft_microsoft_store.png -- 256.54kb -> 194.27kb (24.27%)
/static/img/stremio/firestick_apps_menu.png -- 298.56kb -> 226.33kb (24.19%)
/static/img/plutonium/t5_setup_1.png -- 859.42kb -> 653.94kb (23.91%)
/static/img/stremio/put.io_payment.png -- 78.21kb -> 60.31kb (22.89%)
/static/img/stremio/trakt_addon_stremio_homepage.png -- 1,964.21kb -> 1,518.23kb (22.71%)
/static/img/stremio/watchhub_movie_details.png -- 1,338.67kb -> 1,041.90kb (22.17%)
/static/img/stremio/default_addon_catalogues.png -- 1,384.54kb -> 1,113.21kb (19.6%)
/static/img/minecraft/m_centers_method_selection_2.png -- 37.07kb -> 30.12kb (18.75%)
/static/img/stremio/couchmoney_trakt_auth.png -- 93.26kb -> 75.92kb (18.6%)
/static/img/plutonium/smartscreen_1.png -- 41.94kb -> 34.82kb (16.98%)
/static/img/plutonium/smartscreen_2.png -- 56.27kb -> 46.93kb (16.6%)
/static/img/stremio/real_debrid_payment.png -- 56.58kb -> 47.22kb (16.54%)
/static/img/stremio/android_tv_download.png -- 25.05kb -> 20.93kb (16.44%)
/static/img/stremio/android_download.png -- 24.27kb -> 20.48kb (15.63%)
/static/img/aniyomi/app.jpg -- 11.26kb -> 9.72kb (13.65%)
/static/img/aniyomi/adding_repo.jpg -- 13.29kb -> 11.54kb (13.21%)
/static/img/aniyomi/onboarding_1.jpg -- 23.41kb -> 20.41kb (12.8%)
/static/img/aniyomi/installed.jpg -- 6.79kb -> 5.93kb (12.71%)
/static/img/stremio/trakt_add_to_history.png -- 478.92kb -> 418.79kb (12.55%)
/static/img/aniyomi/search_torrentio.jpg -- 13.63kb -> 11.95kb (12.33%)
/static/img/aniyomi/onboarding_2.jpg -- 24.75kb -> 21.91kb (11.48%)
/static/img/aniyomi/onboarding_3.jpg -- 22.35kb -> 19.88kb (11.06%)
/static/img/aniyomi/unknown_apps_2.jpg -- 12.18kb -> 10.86kb (10.81%)
/static/img/aniyomi/browse_settings.jpg -- 19.01kb -> 16.97kb (10.76%)
/static/img/aniyomi/install.jpg -- 7.88kb -> 7.03kb (10.74%)
/static/img/aniyomi/torrentio_settings.jpg -- 25.14kb -> 22.45kb (10.72%)
/static/img/aniyomi/more_tab.jpg -- 20.00kb -> 17.86kb (10.66%)
/static/img/stremio/linux_download.png -- 16.73kb -> 14.99kb (10.44%)
/static/img/aniyomi/unknown_apps_1.jpg -- 11.99kb -> 10.78kb (10.12%)
/static/img/aniyomi/settings.jpg -- 23.88kb -> 21.48kb (10.03%)
/static/img/aniyomi/downloading.jpg -- 6.16kb -> 5.57kb (9.53%)
/static/img/aniyomi/downloads.jpg -- 22.98kb -> 20.79kb (9.51%)
/static/img/minecraft/m_centers_method_selection_1.png -- 48.52kb -> 44.86kb (7.56%)
/static/img/aniyomi/downloaded.jpg -- 6.41kb -> 5.94kb (7.36%)
/static/img/stremio/android_web_streaming_settings.jpg -- 29.16kb -> 27.61kb (5.33%)
/static/img/viren070_pfp.svg -- 4.17kb -> 4.00kb (3.85%)
/static/img/plutonium/t4_setup_1.png -- 992.65kb -> 966.70kb (2.61%)
/static/img/stremio/android_server_notification.jpg -- 8.13kb -> 7.99kb (1.68%)
/static/img/stremio/android_server_settings.jpg -- 11.59kb -> 11.42kb (1.52%)
/static/img/plutonium/t6_setup_1.png -- 1,132.83kb -> 1,118.35kb (1.28%)
/static/img/stremio/showcase.gif -- 4,010.31kb -> 3,990.10kb (0.5%)
/static/img/stremio/android_performance_settings.jpg -- 9.11kb -> 9.11kb (0.02%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2024-11-23 21:16:06 +00:00
Viren070 492c15a80d Merge pull request #76 from Viren070/dependabot/npm_and_yarn/docusaurusdev-c8c35ad959
build(deps-dev): bump the docusaurusdev group with 3 updates
2024-11-23 21:13:20 +00:00
Viren070 306451205f feat(stremio): update debrid guide 2024-11-23 18:33:37 +00:00
Viren070 d72fc47bbd feat(stremio): update note above debrid cost comparison table
mention that currency rates are updated every week
mention that it does not take into account any sale/deal/discount prices as well as any reseller prices
2024-11-23 15:31:05 +00:00
Viren070 d3f6e50ed2 feat(stremio): link to premiumize articles for more information on storage limitations 2024-11-23 15:30:14 +00:00
Viren070 6d93966d48 feat(stremio): mention migration to torbox by many users in torbox userbase point 2024-11-23 15:29:51 +00:00