<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hey Desara,<div><br></div><div>The project data for a Popcorn Maker project is stored on the <b>data</b> property in that model you found. It contains <b>media</b> and <b>track</b> objects that map how the data is used inside Popcorn Maker itself. When a project is saved/published, we use that data and write out Popcorn.js based javascript into the HTML page that the project lives in.</div><div><br></div><div>You can have the project data saved in whatever database storage system you use but it would be saving the entire projects information rather than simply the media/track data. That data also is somewhat raw and wouldn’t literally translate into Popcorn.js events on it’s own without some knowledge.</div><div><br></div><div><br><div><div>On Jul 23, 2014, at 4:50 AM, Desara Xhura <<a href="mailto:dxhura@gmail.com">dxhura@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">Hi,<div><br></div><div>I am Desara Xhura, a new researcher and I am trying to extend communityEngine with some of the cool video editing features from popcorn. I already added popcorn-rails to my project and downloaded the source from butter to see how to build popcorn templates. At the moment I am stuck on how the video-projects are stored in popcorn. I saw that you create a popcorn databse but I failed to find the schema for this database. Under butter-master\lib\models is project.js but that only stores some basic information regarding the author, template, e.c.t. How and where are the project compositions (like: added text, images...) stored? Can it be configured in such a way that the data is stored in the same database where the social network data is stored. And do you have any particular hints or advices about where and with what should I start, to enable the users to edit videos they add in the social network directly there with popcorn? </div>
<div><br></div><div>I am very much looking foreward to an answer from you!</div><div><br></div><div>Best regards,</div><div>Desara Xhura</div></div>
</blockquote></div><br></div></body></html>