mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 07:43:26 +00:00
Final rewordings, postgres.ssl
, dark/light icon + dir based titles.
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
title: 'TMDB API Key'
|
||||
---
|
||||
|
||||
## Getting an API Key
|
||||
# Getting an API Key
|
||||
|
||||
In order to search for movies and TV shows, we use an API called "The Movie Database" (TMDB). In order for your client to be able to search, you need to generate an API key.
|
||||
In order to search for movies and TV shows, we use an API called ["The Movie Database" (TMDB)](https://www.themoviedb.org/){target="\_blank"}. For your client to be able to search, you need to generate am API key for yourself.
|
||||
|
||||
::alert{type="info"}
|
||||
The API key is **free**, you just need to create an account.
|
||||
|
@@ -71,7 +71,7 @@ This is the DMCA email for on the DMCA page. If this config value is present, a
|
||||
- Default: `false`
|
||||
|
||||
The application has two routing modes: hash-router and history-router.
|
||||
Hash router means that every page is linked with a hash like so: `https://example.com/#/browse`.
|
||||
Hash router means that every page is linked with a hash like so: <code style="overflow-wrap: anywhere">https://example.com/#/browse</code>.
|
||||
|
||||
History router does routing without a hash like so: `https://example.com/browse`, this looks a lot nicer, but it requires that your hosting environment supports Single-Page-Application (SPA) redirects (Vercel supports this feature). If you don't know what that means, don't enable this.
|
||||
|
||||
@@ -105,7 +105,7 @@ The list is comma separated, you can add as many as needed.
|
||||
|
||||
- Type: `string`
|
||||
- Default: `""`
|
||||
- Example: `"google.com:exampe.com,123movies.com:flixhq.to"`
|
||||
- Example: <code style="overflow-wrap: anywhere">"google.com:example.com,123movies.com:flixhq.to"</code>
|
||||
|
||||
Sometimes you want to proxy a CDN. This is how you can easily replace a CDN URL with your own.
|
||||
|
||||
|
@@ -3,24 +3,26 @@ title: 'Changelog'
|
||||
---
|
||||
|
||||
# Version 4.2.1
|
||||
- Fix the scrape screen showing success when it shouldn't
|
||||
- Fix some more [Object object] showing in the error dialogue
|
||||
- Updated translations: Czech, German, French, Polish, Italian, Thai, Hebrew, Nepali, Estonian, Toki Pona, Portuguese, Pirate
|
||||
- Fix Ukrainian, Hindi and Toki Pona flags
|
||||
|
||||
- Fix the scrape screen showing success when it shouldn't
|
||||
- Fix some more [Object object] showing in the error dialogue
|
||||
- Updated translations: Czech, German, French, Polish, Italian, Thai, Hebrew, Nepali, Estonian, Toki Pona, Portuguese, Pirate
|
||||
- Fix Ukrainian, Hindi and Toki Pona flags
|
||||
|
||||
# Version 4.2.0
|
||||
- Add splashscreens for PWA
|
||||
- Renamed captions to subtitles in translations
|
||||
- Add youtube-esque shortcuts for navigating video
|
||||
- Fix error dialogue not showing actual error message but instead shows [Object object]
|
||||
- Gray subtitle color
|
||||
- Hide settings button on mobile when it shouldnt have shown
|
||||
- Fix Estonia and Nepal flag
|
||||
- Update provider package to 2.0.1
|
||||
- Superstream now split into showbox and febbox.
|
||||
- Fixed sidebar not highlighting last item on high screens
|
||||
- New translations: Hindi, Polish, Portuguese - Brazillian, Ukrainian
|
||||
- Updates to translations: Czech, Estonian, German, Hebrew, Cambodian, Nepali, Swedish, Thai, Chinese, Minion
|
||||
|
||||
- Add splashscreens for PWA
|
||||
- Renamed captions to subtitles in translations
|
||||
- Add youtube-esque shortcuts for navigating video
|
||||
- Fix error dialogue not showing actual error message but instead shows [Object object]
|
||||
- Gray subtitle color
|
||||
- Hide settings button on mobile when it shouldnt have shown
|
||||
- Fix Estonia and Nepal flag
|
||||
- Update provider package to 2.0.1
|
||||
- Superstream now split into showbox and febbox.
|
||||
- Fixed sidebar not highlighting last item on high screens
|
||||
- New translations: Hindi, Polish, Portuguese - Brazillian, Ukrainian
|
||||
- Updates to translations: Czech, Estonian, German, Hebrew, Cambodian, Nepali, Swedish, Thai, Chinese, Minion
|
||||
|
||||
# Version 4.1.3
|
||||
|
||||
@@ -53,7 +55,7 @@ title: 'Changelog'
|
||||
- Translation improvements: turkish, hebrew
|
||||
- Fixed text directions for captions
|
||||
- Anti-tamper script has been removed and replaced with turnstile (this is the devtools blocked, you can use devtools again)
|
||||
- Added way to add the providers-api instead of proxies
|
||||
- Added way to add the providers-API instead of proxies
|
||||
|
||||
# Version 4.0.2
|
||||
|
||||
|
@@ -1,3 +1,4 @@
|
||||
title: 'Client'
|
||||
icon: mdi:monitor
|
||||
navigation.redirect: /client/introduction
|
||||
titleTemplate: '%s | Client'
|
||||
|
Reference in New Issue
Block a user