This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# -*- coding: utf-8 -*- | |
import os, sys | |
import urllib, urllib2 | |
import json | |
MOVIES = { | |
'title_prompt': "Search for a movie title (or type '#help' to see more options): ", | |
'entity': 'movie', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################## | |
# video settings # | |
################## | |
# Specify default video driver (see --vo=help for a list). | |
vo = opengl-hq:interpolation | |
# Enable hardware decoding if available. Often, this requires using an certain | |
# video output, otherwise no hardware decoding will be used. | |
hwdec = cuda |