Page 2 of 3

Re: Video_XH

Posted: Tue Jul 17, 2012 3:32 pm
by cmb
bca wrote:I could see the Call Builder was a "work in progress".
Well, let me explain it's "birth": I wanted the user to be able to override the new (and old) config options for every single video. Using explicit parameters for that, would have resulted in 7 (!) parameters. So I thought, it would be a good idea to gather all the options in a single parameter. I've used the "URL syntax" as this seems to be something many webmasters are familiar with. Then I wanted to document the syntax in the manual :shock: Listing all the options with which values are allowed; the general form of the syntax; and all the gory details -- that's probably not easy to explain to anybody who isn't familiar with the "URL syntax". And as I rather like to program than to write documentation, I decided to write the "call builder". ;)

Of course, it could be improved in several ways: styling, offering help tooltips, the selection of the resulting plugin call and easier reachability. All this should happen along the way to the first RC.

Re: Video_XH

Posted: Wed Dec 05, 2012 7:35 pm
by cmb
Hello Community,

I've just released Video_XH 1beta5.

I've added an option to automatically resize the videos to the size of the surounding element (suggested by Tata) and stylability of the player with skins + the "tube" skin (contributed by bca).

Christoph

Re: Video_XH

Posted: Thu Dec 06, 2012 9:45 pm
by cmb
Hello Community,

I've just released Video_XH 1beta6.

I've added the very nice "tube2" skin contributed by bca.

Christoph

Re: Video_XH

Posted: Thu Dec 12, 2013 6:23 pm
by cmb
Hello Community,

I've just released Video_XH 1beta7.

I made several improvements (thanks to Tata, lianergoist, Ulrich and Holger for their suggestions). My apologies to bca, who had to wait such a long time for Video.js 4.x -- sorry.

Enjoy,
Christoph

Re: Video_XH

Posted: Sun Dec 15, 2013 8:15 pm
by cmb
Hello community,

I have just released Video_XH 1beta8.

I have improved the behavior when JavaScript is disabled, and added a config option to center the play button. Furthermore I removed the align option; now you can align the player with the appropriate tools of the editor (left, center, right).

Enjoy,
Christoph

Re: Video_XH

Posted: Sun Dec 15, 2013 9:31 pm
by bca
:)

Re: Video_XH

Posted: Wed Dec 25, 2013 2:39 pm
by cmb
Hello community,

I have just released Video_XH 1rc1.

This releas fixes two bugs, where videos couldn't be played in second languages and subsites (thanks to hixi and manu for reporting).

Merry Christmas,
Christoph

Re: Video_XH

Posted: Thu Sep 04, 2014 1:24 pm
by cmb
Hello Community,

I have just released Video_XH 1.0.

This version fixes a bug, where resize=shrink caused the video not to work (reported by Tata -- thanks!) and another bug, where video-js.css was selectable as skin. Furthermore I have updated to the latest version of Video.js (4.7.3); unfortunately now the tube and tube2 skins are broken.

Enjoy,
Christoph

Re: Video_XH

Posted: Tue Mar 03, 2015 1:41 pm
by cmb
Hello Community,

I have just released Video_XH 1.0.1.

I have fixed a potential issue wrt. the json_encode() fallback, and updated to Video.js 4.12.1.

Enjoy!

Re: Video_XH

Posted: Tue Dec 20, 2016 3:17 pm
by olape
After a PHP update to 5.6, there is an error message
Undefined index: extension

/plugins/video/classes/Model.php:150

CMSimple_XH 1.6.9 Released: 2016-12-15
Video 1.0.1
PHP 5.6.29
Before the update I have not seen this message.
I have not worked on it yet.