Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement SVG Importer as a Popcorn Parser, Allow Any Parseable Files to be Dropped into Butter #24

Open
banksJeremy opened this issue May 28, 2012 · 1 comment

Comments

@banksJeremy
Copy link
Collaborator

(Related to t1166.)

After implementing and discussing approaches to adding the Drag-and-Drop import to Butter a couple of times, Bobby and I settled on a nice one. Using Parsers, Popcorn users can already define way of converting files to Popcorn events, based on their file extension. The SVG handling should be implemented as one.

It seems like Parsers haven't been used too much with Butter (getting them working has been confusing); letting any parseable file be dropped directly into the timeline fits our use case perfectly and make it possible for end users to use Parsers without needing to touch HTML (for example, to import a transcript file).

@dseif
Copy link
Owner

dseif commented May 28, 2012

Cool this sounds great! Looking forward to seeing this :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants