Ari Selseng
Ari Selseng
Imagick is used for previews in Nextcloud. It would be very nice to also have this in your image @Wonderfall. Maybe only as an option? If not, can you show...
@Wonderfall Yes, I wasn't aware of that too. If you see here: https://github.com/nextcloud/server/search?utf8=%E2%9C%93&q=imagick&type= You will see a lot of references for imagick. It's mainly used for providing previews for files...
My stream is sliding yes :/ Right now I am trying to figure out how I add/remove a marker dynamically. Updating its time is trivial. Can I add and remove...
How do I add a marker? I have tried this. ``` javascript var markers = player.getPlugin("markers-plugin") var addMarker = function (time, tooltipText) { var a = new ClapprMarkersPlugin.StandardMarker(time,tooltipText) var $tooltip...
@tjenkinson Thanks :) btw, i cannot build it from source, as it complains about jquery and lodash which is not listed as dependencies.
Yes. When I renamed "jQuery" to "jquery it worked. I also ran "npm install lodash" but I am not sure if that actually had any impact.
Nice :) With a helper that can recieve an array like: [{text:"Lorem", time: 10}, {text:"Ipsum", time: 20}] and be smart about what needs updating in the actual plugin that would...
Btw, here is my build errors from a fresh git pull. ERROR in ./src/index.js Module not found: Error: Cannot resolve module 'jQuery' in /home/cowai/stuff/clappr-markers-plugin/src @ ./src/index.js 1:1956-1973
I guess you are on a mac and use a case-insensitive filesystem?