The GUI version was never implemented so don’t expect that to work.
For details of how to get it setup/configured you can work from the guide on API access which uses the same Python libraries to connect to the CMS:
Other than that no it’s not possible to add files to the CMS by FTP or any other means. Xibo doesn’t run well on shared hosting, precisely because you often can’t make the changes required to support it, or because it consumes too many resources and the hosting provider disables your account as a result.
Ok, Thank you very much!
Some time ago i have tested the file upload with python. But that’s not the solution i am looking for.
There should be a way for “normal” people
Sorry, that is not correct. I am running xibo on shared hosting, i have no other problems and my provider does a great job. Please don’t tell me something like that my provider would never disable the account (i don’t know what provider you are talking about) and i have big systems running there…
Nervermind, if xibo does not support that it is ok.
I’m sorry but your question supports my argument. You indeed can’t make the changes Xibo needs to support large file uploads, therefore the hosting you’re using isn’t suitable for it.
Yes I’m making a generalisation about shared hosting, but in our experience we hear from lots of people who have their shared hosting accounts disabled for using too much CPU time/too many MySQL queries etc when hosting Xibo on low end shared hosting accounts. If your provider is the exception then that’s great. Hopefully they’ll also allow you to make the changes Xibo needs to support large file uploads.
I’ve logged it as a Feature request here:
Hopefully someone will feel like taking that on as a project.
When you start to have large numbers of clients connected to the CMS, the resources required goes up significantly. I wouldn’t recommend reselling hosting on shared hosting.
You will have run some simulations I’m sure to identify how much load x number of Players will generate on your servers so if you think your current provision is suitable then I’m sure it will be.
The reason Xibo is heavier on a system than say Drupal is that CMSes like Drupal are easy to cache. Xibo is highly dynamic so it’s not possible (or at least we don’t yet) cache the responses to the requests the Players make, which means each and every connection from the Player requires access to PHP stack, disk, processor and in most cases MySQL. Something like Drupal or Wordpress will be caching those responses to flat html files and serving those direct from disk, and therefore bypassing the overhead of the whole PHP stack, connection to the database etc
Allowing users to browse the servers filesystem is a massive risk. It would have to be filtered to prevent users from uploading arbritrary files (eg /etc/passwd on a Linux server) and any time you do string filtering you open a new potential security hole.
It might be possible to support chunked uploads with the tool you suggest, however in my opinion if you’re uploading multi-gigabyte files then it’s better to do those chunked uploads with a client application which can support things like resuming failed uploads, throttling speed etc
Thank you very much for the information and taking the time.
Unfortunately i see it completely different.
Maybe I will implement myself an do some tests.
If you can make chunked uploads work in a reliable fashion (and with failback for browsers that don’t support it) then a pull request in GitHub with the changes would be much appreciated.
The handler in the CMS should support it already, you’d just need to enable the option in the client side JS. If you do implement and test a pull request would be appreciated!
We are only offering an opinion of course, in the interests of being helpful and hoping to guide our users away from costly mistakes. We have been doing this a long time and we did write all of the code
We are also open to new things of course! We are already taking some steps in 1.8 to finish the API and release it officially, with a PHP wrapper so that people can more easily build things like the item you want. And also to add more caching (where possible) to make Xibo lighter
Yes sure. Better to ask first before doing something wrong I have now posted the patch.
And Xibo is great software, thank you for that and the good support!
For me and my hoster xibo is light enough
Nice to hear that. As soon as there is the api i will test it (html5 player cordova).
(And for information: Drupal does not cache out of the box)
dear, my hosting supplier say me that is not possible to configure post_max_size and upload_max_size over a value of 100M, is it enough to install Cms and a good work of Xibo?
thanks