Quote Originally Posted by mersh
Import video function seems to be not working quite right. When I go to import the video from another site (direct link to video), it comes back instantly saying "video is being processed." The video doesn't actually get downloaded until you run cron.php apparently. Then it must be run again to process it from what I can tell.
This is not a bug. Import video need cronjob to work. This way you can continue adding new video to import queue, not waiting for video download and processing, if we do both at same time, on some servers it can get killed in half way creating problems, also it increase server load.

Quote Originally Posted by mersh
As well, if you put a link to a video that doesn't exist, you still get the same "video is being processed" window.
Delete All From Process Queue link comes back with an error about not being able to delete /videos/
I will be checking this.