OpenShot Video Editor  2.0.0
Variables
info Namespace Reference

Variables

dictionary AF = {"name": u"Andy Finch", "email": "andy@openshot.org", "website":"http://openshot.org/developers/andy"}
 
 BACKUP_PATH = os.path.join(USER_PATH, "backup")
 
 BLENDER_PATH = os.path.join(USER_PATH, "blender")
 
 CACHE_PATH = os.path.join(USER_PATH, "cache")
 
string COMPANY_NAME = "OpenShot Studios, LLC"
 
string COPYRIGHT = "Copyright (c) 2008-2016 %s"
 
dictionary CP = {"name": u"Cody Parker", "email": "cody@yourcodepro.com", "website":"http://openshot.org/developers/cody_parker"}
 
dictionary CREDITS
 
 CWD = os.getcwd()
 
string DATE = "20160327000000"
 
string DESCRIPTION = "Create and edit videos and movies"
 
 exist_ok
 
 EXPORT_PRESETS_DIR = os.path.join(PATH, "presets")
 
 EXPORT_TESTS = os.path.join(USER_PATH, "tests")
 
 folder
 
string GPL_VERSION = "3"
 
 HOME_PATH = os.path.join(os.path.expanduser("~"))
 
 IMAGES_PATH = os.path.join(PATH, "images")
 
dictionary JT = {"name": u"Jonathan Thomas", "email": "jonathan@openshot.org", "website":"http://openshot.org/developers/jonathan"}
 
string NAME = "openshot-qt"
 
dictionary NF = {"name": u"Noah Figg", "email": "eggmunkee@hotmail.com"}
 
dictionary OG = {"name": u"Olivier Girard", "email": "olivier@openshot.org", "website":"http://openshot.org/developers/olivier"}
 
 PATH = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
 
string PRODUCT_NAME = "OpenShot Video Editor"
 
 PROFILES_PATH = os.path.join(PATH, "profiles")
 
dictionary SETUP
 
list SUPPORTED_LANGUAGES = ['en_US']
 
 THUMBNAIL_PATH = os.path.join(USER_PATH, "thumbnail")
 
 TITLE_PATH = os.path.join(USER_PATH, "title")
 
 TRANSITIONS_PATH = os.path.join(USER_PATH, "transitions")
 
 USER_PATH = os.path.join(HOME_PATH, ".openshot_qt")
 
 USER_PROFILES_PATH = os.path.join(USER_PATH, "profiles")
 
string VERSION = "2.1.0"
 

Variable Documentation

dictionary info.AF = {"name": u"Andy Finch", "email": "andy@openshot.org", "website":"http://openshot.org/developers/andy"}

Definition at line 62 of file info.py.

info.BACKUP_PATH = os.path.join(USER_PATH, "backup")

Definition at line 43 of file info.py.

info.BLENDER_PATH = os.path.join(USER_PATH, "blender")

Definition at line 44 of file info.py.

info.CACHE_PATH = os.path.join(USER_PATH, "cache")

Definition at line 46 of file info.py.

string info.COMPANY_NAME = "OpenShot Studios, LLC"

Definition at line 37 of file info.py.

string info.COPYRIGHT = "Copyright (c) 2008-2016 %s"

Definition at line 38 of file info.py.

dictionary info.CP = {"name": u"Cody Parker", "email": "cody@yourcodepro.com", "website":"http://openshot.org/developers/cody_parker"}

Definition at line 66 of file info.py.

dictionary info.CREDITS
Initial value:
1 = {
2  "code": [JT, NF, AF, CP, OG],
3  "artwork": [JT],
4  "documentation": [JT],
5  "translation": [OG],
6 }

Definition at line 75 of file info.py.

info.CWD = os.getcwd()

Definition at line 39 of file info.py.

string info.DATE = "20160327000000"

Definition at line 32 of file info.py.

string info.DESCRIPTION = "Create and edit videos and movies"

Definition at line 36 of file info.py.

info.exist_ok

Definition at line 59 of file info.py.

info.EXPORT_PRESETS_DIR = os.path.join(PATH, "presets")

Definition at line 51 of file info.py.

info.EXPORT_TESTS = os.path.join(USER_PATH, "tests")

Definition at line 52 of file info.py.

info.folder

Definition at line 59 of file info.py.

string info.GPL_VERSION = "3"

Definition at line 35 of file info.py.

info.HOME_PATH = os.path.join(os.path.expanduser("~"))

Definition at line 41 of file info.py.

info.IMAGES_PATH = os.path.join(PATH, "images")

Definition at line 49 of file info.py.

dictionary info.JT = {"name": u"Jonathan Thomas", "email": "jonathan@openshot.org", "website":"http://openshot.org/developers/jonathan"}

Definition at line 64 of file info.py.

string info.NAME = "openshot-qt"

Definition at line 33 of file info.py.

dictionary info.NF = {"name": u"Noah Figg", "email": "eggmunkee@hotmail.com"}

Definition at line 63 of file info.py.

dictionary info.OG = {"name": u"Olivier Girard", "email": "olivier@openshot.org", "website":"http://openshot.org/developers/olivier"}

Definition at line 65 of file info.py.

info.PATH = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))

Definition at line 40 of file info.py.

string info.PRODUCT_NAME = "OpenShot Video Editor"

Definition at line 34 of file info.py.

info.PROFILES_PATH = os.path.join(PATH, "profiles")

Definition at line 48 of file info.py.

dictionary info.SETUP

Definition at line 82 of file info.py.

list info.SUPPORTED_LANGUAGES = ['en_US']

Definition at line 69 of file info.py.

info.THUMBNAIL_PATH = os.path.join(USER_PATH, "thumbnail")

Definition at line 45 of file info.py.

info.TITLE_PATH = os.path.join(USER_PATH, "title")

Definition at line 47 of file info.py.

info.TRANSITIONS_PATH = os.path.join(USER_PATH, "transitions")

Definition at line 50 of file info.py.

info.USER_PATH = os.path.join(HOME_PATH, ".openshot_qt")

Definition at line 42 of file info.py.

info.USER_PROFILES_PATH = os.path.join(USER_PATH, "profiles")

Definition at line 53 of file info.py.

string info.VERSION = "2.1.0"

Definition at line 31 of file info.py.