therooster - 08 December 2009 07:34 PM
thanks dude!! seems like every time I’m about to implement a new feature, a plugin has been created. I’ll report my results with Vimeo soon.
Glad to hear it, hope you’ll find the plugin useful ! Feel free to ask new features if you feel like something is missing.
Matthew Lanham - 02 December 2009 02:39 PM
Does this work with viddler also?
Viddler
I’ve given a look at Viddler integration, and the problem is that the URL doesn’t contain the video id.
For example, this video :
http://www.viddler.com/explore/MindlessBlabber/videos/4/
Has this video embed URL :
http://www.viddler.com/player/10734f1a/
Would it still do the thing for you to give the video embed URL instead of the “browser” URL ? If not, I think a Viddler plugin calling the API to retrieve the video would do a best job, but this is kind of out the Video Player plugin field (for now).
Automatic URL into link
I tried to make the plugin work even if this channel/blog preference is turned on but it seems like the templating system turns the URL into a link before Video Player does the work. The process adds a ” character into the variable and creates an unpatchable issue because it doesn’t pass the value at all after the quote. So it won’t be possible by just giving the URL.
Another solution would be to pass the entry id and the field name where the video URL is saved. What do you think about it ?