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 How can I Change Where Xtream UI Saves Your VOD and VOD Trailers ETC.

pr3tty8oyfl0yd

Extended Member
Ext. Member
Joined
Jan 15, 2020
Messages
94
Reaction score
461
Points
64
Location
C-H-I-C-A-G-O
Is it possible to go and change the location where xtream ui by default puts the VODs and Trailer files etc? For example if I have a second LOCAL Storage location that I would like to use. Again Not cloud storage, just another local disc specifically wanting to be used for those things. Anyone got any idea? I have been searching through the forum, but figured I would ask also.
 
Is it possible to go and change the location where xtream ui by default puts the VODs and Trailer files etc? For example if I have a second LOCAL Storage location that I would like to use. Again Not cloud storage, just another local disc specifically wanting to be used for those things. Anyone got any idea? I have been searching through the forum, but figured I would ask also.
Easiest way would be just symlink the folder against where you want it to be
 
Easiest way would be just symlink the folder against where you want it to be
Easiest is inside web administration to do that.
Symlinking is semi harder for 80% of users
 
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
how do you figure? ?

ln -s <source> <destination>

ln - link

-s - symbolic

<souce> where original is

<destination> where you want shortcut to be
I know how to do it, but it will be more useful if user insade XUI can make selection, and XUI do in background rest.
Without terminal usage.
 
Everyone want way to do with click of mouse ? 10 clicks to do 1 line in command makes no sense.
 
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
Everyone want way to do with click of mouse ? 10 clicks to do 1 line in command makes no sense.
There can be sense if it's possible to have multiple locations to store content.
 
how do you figure? ?

ln -s <source> <destination>

ln - link

-s - symbolic

<souce> where original is

<destination> where you want shortcut to be

Will this auto move what is currently in the old location that I symlink to the new? Or will I have to do some type of mass move of whats currently in the directory?
 
Will this auto move what is currently in the old location that I symlink to the new? Or will I have to do some type of mass move of whats currently in the directory?
if there is stuff currently there then what you want to do is rename the the folder, make the original back, symlink it to where you want, then move the contents from the renamed folder to the new one that is symlinked

example
Code:
mv <path/to/folder> <path/to/folder_new>
mkdir -p <path/to/folder>
ln -s <path/to/source/folder_no_/_at_end> <path/to/dest/folder_no_/_at_end>
mv <path/to/folder_new>/*
rm <path/to/folder_new>

could easily be scripted to just require the the original folder and the folder you wish to have it sourced from (symlinked against)
 
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
I know how to do it, but it will be more useful if user insade XUI can make selection, and XUI do in background rest.
Without terminal usage.

To do this, you can to add an option directly in the XC UI ...
I will note, for to add in launch an XC patcher soon ...
I just don't know when ... it will be according to my time left ...
There's already a lot of cool stuff ...
But ... I agree with @urgodfather, there are things like this that can be done directly by the 'administrator' ...
 
To do this, you can to add an option directly in the XC UI ...
I will note, for to add in launch an XC patcher soon ...
I just don't know when ... it will be according to my time left ...
There's already a lot of cool stuff ...
But ... I agree with @urgodfather, there are things like this that can be done directly by the 'administrator' ...
Whot about if reseiler want to add own storage, but he dont have access to terminal.
or if new storage attached to server /NFS iSCSI/
This is very neded stuff!
 
Whot about if reseiler want to add own storage, but he dont have access to terminal.
or if new storage attached to server /NFS iSCSI/
This is very neded stuff!
Wtf are you on? Resellers don’t need to do anything but sell. They dont need admin, they don’t need bouquet management, they don’t need squat but to get their butts out and re-sell what you are selling.
 
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
Separate storage for localized content.
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top