kinsleykajiva / loki-editor

Automatically exported from code.google.com/p/loki-editor
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Media embedding solution #32

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Loki should have a media (e.g. QuickTime, YouTube) embedding feature.

Original issue reported on code.google.com by enaes...@gmail.com on 8 Jan 2008 at 7:29

GoogleCodeExporter commented 8 years ago

Original comment by matt.d.r...@gmail.com on 8 Jan 2008 at 8:31

GoogleCodeExporter commented 8 years ago

Original comment by enaes...@gmail.com on 1 Sep 2009 at 8:48

GoogleCodeExporter commented 8 years ago
This feature has been moved up in the pipeline.

The concept here is to offer integration with media management tools to allow 
users
to be able to select from a list of media items to embed audio or video in 
Loki. This
feature would also include the capability of inserting object/embed code via 
raw code
insertion, with transformation into strict doctype-compliant markup (e.g. 
removal of
embeds) as a configurable feature.

We've identified the following pieces to this project:

1. UI Dialog Design (roughly done, MR & EN)
2. UI Dialog Implementation (in progress, EN)
3. Data format definition (TBD -- MR?, EN)
4. Generation of data feed by Reason (TBD -- MR or EN)
5. Auto transformation of non-standards-based embed code into standards-based 
embed
code (EN)
6. Representation of object/embed elements in edit window -- masseuse (EN)
7. Configuration definition (EN)
8. Loki controller/button implementation (EN)
9. Button icon selection or design (initial icon attached - MR)

Original comment by matt.d.r...@gmail.com on 19 Mar 2010 at 6:06

Attachments:

GoogleCodeExporter commented 8 years ago
Here are a few wireframes for the dialog box taken from the whiteboard.

Original comment by matt.d.r...@gmail.com on 19 Mar 2010 at 6:13

Attachments:

GoogleCodeExporter commented 8 years ago
Eric recently committed fixes for the following issues:

- toolbar button does not look for a selected media item
- when switching between files of a resource in the media browser, the old 
preview is not removed before the new one is added
- show the custom tab when a selected item is edited and it is not found in any 
media source
- make the preview on the custom tab update more reliably

I have not yet had a chance to test these changes.

These issues remain to be resolved:

- add media information to the browser view
- why is the HTML generator failing when source view is active?
- IE issues

Original comment by matt.d.r...@gmail.com on 30 Jun 2010 at 3:49