Welcome to World of IPTV

With

+23k members
+11k threads
+106k posts

we are the most popular IPTV community on the web. 

IMPORTANT NOTE:
WE HAVE RECENTLY NOTICED THAT TOO MANY DOUBLE FAKE ACCOUNTS ARE CREATED IN THE PAST.
TO PREVENT THIS ISSUE THE DECISION WAS MADE THAT IN THE FUTURE A ANNUALLY FEE 20 EURO WILL BE RAISED FOR NEW MEMBERSHIPS.

Join now to the World of IPTV

Forum Rules

Before you start, check out the forum rules first

Account upgrade

Upgrade your account to get access to full features

Advertising

Would you like to place your advertisement with us ?

Resources Manager

Hundreds of IPTV scripts and apps are available for download

Question Re-Process TMDb Data

Justme1901

Basic Member
Basic Member
Joined
Sep 27, 2021
Messages
40
Reaction score
45
Points
29
Location
UK
Hi

Is there any way to Re-Process TMDb Data apart from doing the Content >> Series >> Mass Edit Episodes >> Select Episode >> enable Re-Process TMDb Data

The reason I ask is doing it that way will take for ever, with almost 100,000 episodes that over 95 pages at 1000 entry's per page. Is there a faster way? Maybe a SQL command?

I'm running XCUI with CK Mod 41 installed. I have searched the forum but not found anything.

Thank you
 

mr_iptv

Basic Member
Basic Member
Joined
Feb 23, 2022
Messages
13
Reaction score
24
Points
14
Location
Netherland
Hello
same issue , is there anyone to help us how to update all Movies and Series with any command or way
we have already 10k movies and series
it will appreciated
regards
 
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

ddmmyy

Extended Member
Ext. Member
Joined
Sep 19, 2019
Messages
98
Reaction score
287
Points
64
Location
Universe
Hi

Is there any way to Re-Process TMDb Data apart from doing the Content >> Series >> Mass Edit Episodes >> Select Episode >> enable Re-Process TMDb Data

The reason I ask is doing it that way will take for ever, with almost 100,000 episodes that over 95 pages at 1000 entry's per page. Is there a faster way? Maybe a SQL command?

I'm running XCUI with CK Mod 41 installed. I have searched the forum but not found anything.

Thank you
To avoid going and selecting all Movies or Episodes from Mass Edit we are inserting all IDs to from Movies/Episodes to TMDB_ASYNC directly by this MySQL Command.

To Update Movies use this MySQL Command:
insert into `tmdb_async` (`type`, `stream_id`, `status`) select `type`, `id`, 0 from `streams` where `type`= 2;

To Update Episodes use this MySQL Command:
insert into `tmdb_async` (`type`, `stream_id`, `status`) select `type`, `id`, 0 from `streams` where `type`= 5;

This MySQL Code is only for inserting all Movies/Episodes to database. Then Cronjob will get those inserted ids and make call to TMDB API one by one so if you have 100k Episodes API will call 100K times :) have fun.
 

Flagton

Extended Member
Ext. Member
Joined
Mar 5, 2020
Messages
12
Reaction score
1
Points
14
Location
brazil
To avoid going and selecting all Movies or Episodes from Mass Edit we are inserting all IDs to from Movies/Episodes to TMDB_ASYNC directly by this MySQL Command.

To Update Movies use this MySQL Command:
insert into `tmdb_async` (`type`, `stream_id`, `status`) select `type`, `id`, 0 from `streams` where `type`= 2;

To Update Episodes use this MySQL Command:
insert into `tmdb_async` (`type`, `stream_id`, `status`) select `type`, `id`, 0 from `streams` where `type`= 5;

This MySQL Code is only for inserting all Movies/Episodes to database. Then Cronjob will get those inserted ids and make call to TMDB API one by one so if you have 100k Episodes API will call 100K times :) have fun.

Hello can you tell me how to use this command, I inserted it in heidiSQL, but it didn't work, maybe I did something wrong.
 
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
shape1
shape2
shape3
shape4
shape5
shape6
Top
AdBlock Detected

We know, ad-blocking software do a great job at blocking ads. But our site is sponsored by advertising. 

For the best possible site experience please take a moment to disable your AdBlocker.
You can create a Account with us or if you already have account, you can prefer an Account Upgrade.

I've Disabled AdBlock