Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

Question TMDB auto assignment not working on vod

Mansoure.23

Extended Member
Ext. Member
Basic Member
Joined
Feb 21, 2026
Messages
6
Reaction score
0
Points
4
Location
Mexico
Hello, I would like to share the situation that ti am facing with xtream.
When importing movies or series, it is not automatically selecting the right element from tmdb even when the name exactly matches and populates on the list of available elements.
I can confirm it works if doing it manually 1 by 1 but when importing a huge amount of content is not possible.
Any hint on how this get fixed?
 

Attachments

  • IMG_1320.png
    IMG_1320.png
    553.5 KB · Views: 6
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
When you're bulk importing hundreds of movies at once, Xtream UI sends a lot of parallel queries to the TMDB API. TMDB has a strict query rate limit (typically 40 queries per 10 seconds).
If you exceed that limit when importing, the API will start returning empty responses and the panel will skip auto-selection.
Solution: Inside the PHP loop for VOD import, add a small delay, eg usleep(250000); (a quarter of a second), to avoid rate-limiting by TMDB and ensure stable metadata retrieval for each individual movie
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top