You are here

TODO.txt in Video 6.2

Same filename and directory in other branches
  1. 5 TODO.txt
  2. 6 TODO.txt

TODO LIST
---------

- Video AJax Upload
- FlowPlayer's subtitles (add subtitles to video nodes)
- Video image capture screen shots
- Thickbox support
- CCK support



- This will force browsers to save the file instead of playing it into browser's plugins.
<?php
header('Content-Disposition: attachment; filename="filename.ext"');
?>

- video exported to Youtube
- similar to how image has "attach image node," it would be nice to have the "attach video node to another node type post" option.
- upload a video on a any content type (story or blog post)? Or just link, using something like [video=1]
- video image (when upload video ask users to select one image as thumbnail from few images created automatically)
- http://drupal.org/node/79924
- http://drupal.org/node/234860
- CCK - http://drupal.org/node/105315

File

TODO.txt
View source
  1. TODO LIST
  2. ---------
  3. - Video AJax Upload
  4. - FlowPlayer's subtitles (add subtitles to video nodes)
  5. - Video image capture screen shots
  6. - Thickbox support
  7. - CCK support
  8. - This will force browsers to save the file instead of playing it into browser's plugins.
  9. header('Content-Disposition: attachment; filename="filename.ext"');
  10. ?>
  11. - video exported to Youtube
  12. - similar to how image has "attach image node," it would be nice to have the "attach video node to another node type post" option.
  13. - upload a video on a any content type (story or blog post)? Or just link, using something like [video=1]
  14. - video image (when upload video ask users to select one image as thumbnail from few images created automatically)
  15. - http://drupal.org/node/79924
  16. - http://drupal.org/node/234860
  17. - CCK - http://drupal.org/node/105315