-
This post is to decide the general way to go, as far as mapping file format and metadata sources go...
HAMA is currently using TheTVDB v2 API, latest being v4 [https://app.swaggerhub.com/apis/thetv…
-
# Buatlah website my favorite movie
- **Daftar di sini** untuk mendapatkan api key https://www.themoviedb.org/
- **Gunakan Redux** sebagai management state
- Komponen **MovieNowPlaying** untuk me…
-
# 黑名单
tmdb.org
image.tmdb.org
themoviedb.org
api.themoviedb.org
img.omdbapi.com
thetvdb.com
artworks.thetvdb.com
api.thetvdb.com
emby.media
themoviedb.org
fanart.tv
webservice.fanart.tv
a…
-
themoviedb has support for multiple languages, is it possible to select the language we want other than English?
-
```
Following files generates wrong results on searching:
Star.Wars.Episode.IV-A.New.Hope.1977.HDTV.mkv
Star.Wars.Episode.V-The.Empire.Strikes.Back.1980.HDTV.mkv
Star.Wars.Episode.IV-A.New.Hope.1977.…
-
Hi,
User experience and code of import.php is horrible.
I fixed one "issue" with hardcoded callback URL to sierag.nl (see https://github.com/blasty/themoviedb-webfrontend/commit/bdf82ee422148e20f0633…
-
TMDB lists seasons in the order they were broadcast, which was fine for 1999. Now with streaming, they had to add "episode groups" for shows like Futurama, which is now on season 11. The default TMDB …
-
FROM node:16.17.0-alpine as builder
WORKDIR /app
COPY ./package.json .
**COPY ./yarn.lock .**
RUN yarn install
COPY . .
ARG TMDB_V3_API_KEY
ENV VITE_APP_TMDB_V3_API_KEY=${TMDB_V3_API_KEY}
ENV …
-
Try to tag any movie that has been remade, and try to get the OLDER version of the film. The interface does some funky blinking of the title pull-down and then always (in my tinkering) stops on the n…
-
omdb api: http://www.omdbapi.com/
imdb json api : http://stackoverflow.com/questions/1966503/does-imdb-provide-an-api
themoviedb ap ( TMDb ) i: http://www.themoviedb.org/documentation/api
rotten tomat…