OpenShot Video Editor  2.0.0
Functions | Variables
info Namespace Reference

Functions

def website_language ()
 Get the current website language code for URLs. More...
 

Variables

 ASSETS_PATH = os.path.join(USER_PATH, "assets")
 
 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-2018 %s" % COMPANY_NAME
 
string CURRENT_LANGUAGE = 'en_US'
 
 CWD = os.getcwd()
 
string DATE = "20180630000000"
 
string DESCRIPTION = "Create and edit stunning videos, movies, and animations"
 
 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 MINIMUM_LIBOPENSHOT_VERSION = "0.2.0"
 
string NAME = "openshot-qt"
 
 PATH = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
 
 PREVIEW_CACHE_PATH = os.path.join(USER_PATH, "preview-cache")
 
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.4.2"
 

Function Documentation

◆ website_language()

def info.website_language ( )

Get the current website language code for URLs.

Definition at line 123 of file info.py.

Variable Documentation

◆ ASSETS_PATH

info.ASSETS_PATH = os.path.join(USER_PATH, "assets")

Definition at line 46 of file info.py.

◆ BACKUP_PATH

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

Definition at line 44 of file info.py.

◆ BLENDER_PATH

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

Definition at line 45 of file info.py.

◆ CACHE_PATH

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

Definition at line 48 of file info.py.

◆ COMPANY_NAME

string info.COMPANY_NAME = "OpenShot Studios, LLC"

Definition at line 38 of file info.py.

◆ COPYRIGHT

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

Definition at line 39 of file info.py.

◆ CURRENT_LANGUAGE

string info.CURRENT_LANGUAGE = 'en_US'

Definition at line 68 of file info.py.

◆ CWD

info.CWD = os.getcwd()

Definition at line 40 of file info.py.

◆ DATE

string info.DATE = "20180630000000"

Definition at line 33 of file info.py.

◆ DESCRIPTION

string info.DESCRIPTION = "Create and edit stunning videos, movies, and animations"

Definition at line 37 of file info.py.

◆ exist_ok

info.exist_ok

Definition at line 62 of file info.py.

◆ EXPORT_PRESETS_DIR

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

Definition at line 54 of file info.py.

◆ EXPORT_TESTS

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

Definition at line 55 of file info.py.

◆ folder

info.folder

Definition at line 62 of file info.py.

◆ GPL_VERSION

string info.GPL_VERSION = "3"

Definition at line 36 of file info.py.

◆ HOME_PATH

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

Definition at line 42 of file info.py.

◆ IMAGES_PATH

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

Definition at line 52 of file info.py.

◆ JT

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

Definition at line 65 of file info.py.

◆ MINIMUM_LIBOPENSHOT_VERSION

string info.MINIMUM_LIBOPENSHOT_VERSION = "0.2.0"

Definition at line 32 of file info.py.

◆ NAME

string info.NAME = "openshot-qt"

Definition at line 34 of file info.py.

◆ PATH

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

Definition at line 41 of file info.py.

◆ PREVIEW_CACHE_PATH

info.PREVIEW_CACHE_PATH = os.path.join(USER_PATH, "preview-cache")

Definition at line 49 of file info.py.

◆ PRODUCT_NAME

string info.PRODUCT_NAME = "OpenShot Video Editor"

Definition at line 35 of file info.py.

◆ PROFILES_PATH

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

Definition at line 51 of file info.py.

◆ SETUP

dictionary info.SETUP

Definition at line 74 of file info.py.

◆ SUPPORTED_LANGUAGES

list info.SUPPORTED_LANGUAGES = ['en_US']

Definition at line 69 of file info.py.

◆ THUMBNAIL_PATH

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

Definition at line 47 of file info.py.

◆ TITLE_PATH

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

Definition at line 50 of file info.py.

◆ TRANSITIONS_PATH

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

Definition at line 53 of file info.py.

◆ USER_PATH

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

Definition at line 43 of file info.py.

◆ USER_PROFILES_PATH

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

Definition at line 56 of file info.py.

◆ VERSION

string info.VERSION = "2.4.2"

Definition at line 31 of file info.py.