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!

Info xui one mysql commands

gzowner

Extended Member
Ext. Member
Joined
Mar 14, 2020
Messages
195
Reaction score
422
Points
74
Location
home
Here is some mysql commands that can help you filter out your VOD

Want to seperate by year? Make a CAT for the Year. remember the CAT ID #

UPDATE `xui`.`streams` SET `category_id` = '[CATIDHERE]' WHERE (`year` = '2022');

Want Actor Folders?
Lets see if it pulls
SELECT * FROM xui.streams WHERE movie_properties REGEXP '[^\\d\\w]Dwayne Johnson[^\\d\\w]' <---REplace DJ with actor of your choice.

UPDATE `xui`.`streams` SET `category_id` = '[CATIDHERE]' WHERE movie_properties REGEXP '[^\\d\\w]Dwayne Johnson[^\\d\\w]'; <---replace DJ with a actor of your choice
 
hi
after changing the domain in lb, it restarts the streams. is there a way to change the domain without restarting the streams?
thanks
 
hi
after changing the domain in lb, it restarts the streams. is there a way to change the domain without restarting the streams?
thanks
No. you want it to restart so it grabs the changes. Making DNS changes always requires a restart. A few secs isnt a killer unless you got some high class demanding asshole customers
 
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
Hey, now that you're talking about xuiOne database. Does it have any relationships between tables? Because I'm testing it in local and I see no relationships in ER Diagram. Is this correct or did I fucked up my database? Thanks =)
 
Hey, now that you're talking about xuiOne database. Does it have any relationships between tables? Because I'm testing it in local and I see no relationships in ER Diagram. Is this correct or did I fucked up my database? Thanks =)
i havent test it to that point to give u a honest answer. Just check logs to see if it has errors in it.
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top