Skip to content

Commit

Permalink
Remove non working thumbnailer and fix Youtube download
Browse files Browse the repository at this point in the history
  • Loading branch information
managementboy committed Jun 1, 2012
1 parent f98cb6e commit 40ffee2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions program.py
Expand Up @@ -809,13 +809,13 @@ def Import(self, out=sys.stdout):

# generate preview, just so it doesn't need to be done later
# time.sleep(5)
try:
# try:
# commands.getoutput('mythpreviewgen --loglevel err --infile "%s/%s"'
# % (videodir, dest_file))
commands.getoutput('ffmpegthumbnailer -s 0 -i "%s/%s" -o "%s/%s"'
% (videodir, dest_file, videodir, dest_file))
except:
pass
# commands.getoutput('ffmpegthumbnailer -s 0 -i "%s/%s" -o "%s/%s"'
# % (videodir, dest_file, videodir, dest_file))
# except:
# pass

self.SetImported()
out.write('Finished\n\n')
Expand Down
Binary file modified program.pyc
Binary file not shown.

0 comments on commit 40ffee2

Please sign in to comment.