Re: Media Plugin - Getting Started

2012-02-29 Thread nathan
Hi to all, I'm trying to handle with video files, but with no luck. I'm working on this stuff var $validate = array( 'file' = array( 'resource' = array('rule' = 'checkResource'), 'access' = array('rule' = 'checkAccess'), 'location' = array('rule' = array('checkLocation', array(

Re: Media Plugin - Getting Started

2010-08-22 Thread stab
Hi David - will the documentation be updated soon? I'd really like to integrate this for a project.. Cheers On Jul 9, 9:01 pm, David Persson davidpers...@gmx.de wrote: The current documentation in themediapluginwiki isn't yet updated to match with the upcoming 1.3 version of theplugin. The new

Re: Media Plugin - Getting Started

2010-07-18 Thread randy
David, thanks for all the hard work, it is a great contribution! On Jul 9, 9:01 am, David Persson davidpers...@gmx.de wrote: The current documentation in the media plugin wiki isn't yet updated to match with the upcoming 1.3 version of the plugin. The new version will relax and (hopefully)

Re: Media Plugin - Getting Started

2010-07-09 Thread marco.rizze...@gmail.com
Hi I would ask another question about media plugin: In my attachment model I have this configuration for Media.Transfer: 'Media.Transfer' = array( 'trustClient' = false, 'destinationFile' = ':Medium.short::DS:attachments:DS::Model.id::DS:attachment.:Source.extension:',

Re: Media Plugin - Getting Started

2010-07-09 Thread David Persson
Hi Marco, It looks like you're using the current stable version of the plugin, which is totally fine. If you're plans allow you may also want to try the upcoming version which you'll find in the 1.3 branch of the repo. It doesn't have any documentation so you may be better off working with the

Re: Media Plugin - Getting Started

2010-07-09 Thread David Persson
The current documentation in the media plugin wiki isn't yet updated to match with the upcoming 1.3 version of the plugin. The new version will relax and (hopefully) simplify the expected directory structure. All support for assets (css and js) is going to be removed and moved back into the hands

Re: Media Plugin - Getting Started

2010-07-06 Thread randy
So glad to see someone else is taking a crack at this... Thanks to your post i was able to make a bit of headway...when i set this up the first time I had troubles with getting things right in my bootstrap.php file. However, i had a fairly easy time with other parts of this, namely the actual

Re: Media Plugin - Getting Started

2010-07-06 Thread dbme
Awesome! So what is your directory structure (step 3)? Is it app/webroot/media/static/ app/webroot/media/filter/ app/transfer/ OR app/webroot/media/static/ app/webroot/media/filter/ app/webroot/media/transfer/ Also, did the styles still get served properly after step 5 (protecting the

Re: Media Plugin - Getting Started

2010-07-06 Thread randy
Quick reply to answer your questions... My directory structure is like the first one, with app/webroot/ transfer instead of app/webroot/media/transfer. I'd like to not serve EVERY media file from the plugin, so I'm going to do what I can to not pull my CSS into that directory structure. So...my

Media Plugin - Getting Started

2010-07-05 Thread dbme
I'm just getting started with CakePHP and also David Persson's Media plugin (http://github.com/davidpersson/media). I've got my app working but I'm having a difficult time getting the Media plugin working. I figured I'd start this thread so I could A.) get it working and B.) create a reference for