BeyondDimension / BeyondDimension/SteamTools
👑[Enhancement] 加速TMDB
- Dominant language
- C#
- Stars
- 26.8k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
加速TMDB
### 🥰 需求描述(Description)
TMDB是什么
The Movie Database [https://www.themoviedb.org/]
一个公开的影视数据库网站,类似于百度百科、豆瓣电影、番组计划、IMDB。
因为TMDB是一个开放的数据网站,所以很多媒体播放器、媒体库软件都从它的数据库里面抓取元数据和缩略图等信息。
比如:Kodi的刮削器、群晖VideoStation的海报墙、Plex Server的元数据代理、Emby Server元数据下载器、Infuse、Nplayer等等,都能从TMDB上抓取信息。
因为api.themoviedb.org被墙无法访问,导致使用themoviedb服务的一系列软件无法刮削电影,或者下载不了电影图片等信息。包括tinyMediaManager、群晖Video station、Kodi、Plex、Emby、Jellyfin等多媒体软件都无法使用。
### 🧐 解决方案(Solution)
可通过指定api.themoviedb.org解析到可用IP来解决,可用的IP有:
13.226.238.82
13.226.238.128
13.224.161.90
13.35.67.86
99.84.251.12
99.84.251.19
99.84.251.67
99.84.251.108
### 🚑 其他信息(Other Information)
The Movie Database(TMDb)使用指南
[https://www.bilibili.com/read/cv3275648](The Movie Database(TMDb)使用指南)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the TMDB integration and the code that resolves or connects to api.themoviedb.org. Check how network endpoints are configured and whether the listed IP addresses can be used reliably. Done means TMDB metadata and image requests work despite the reported domain access problem, with the relevant behavior verified in the existing test or request flow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100