OpenShot Video Editor  2.0.0
Namespaces | Functions | Variables
info.py File Reference

This file contains the current version number of OpenShot, along with other global settings. More...

Go to the source code of this file.

Namespaces

 info
 

Functions

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

Variables

tuple info.ASSETS_PATH = os.path.join(USER_PATH, "assets")
 
tuple info.BACKUP_PATH = os.path.join(USER_PATH, "backup")
 
tuple info.BLENDER_PATH = os.path.join(USER_PATH, "blender")
 
tuple info.CACHE_PATH = os.path.join(USER_PATH, "cache")
 
 info.CMDLINE_LANGUAGE = None
 
string info.COMPANY_NAME = "OpenShot Studios, LLC"
 
string info.COPYRIGHT = "Copyright (c) 2008-2018 %s"
 
string info.CURRENT_LANGUAGE = 'en_US'
 
tuple info.CWD = os.getcwd()
 
string info.DATE = "20180922000000"
 
string info.DESCRIPTION = "Create and edit stunning videos, movies, and animations"
 
tuple info.EXPORT_PRESETS_DIR = os.path.join(PATH, "presets")
 
tuple info.EXPORT_TESTS = os.path.join(USER_PATH, "tests")
 
string info.GPL_VERSION = "3"
 
tuple info.HOME_PATH = os.path.join(os.path.expanduser("~"))
 
tuple info.IMAGES_PATH = os.path.join(PATH, "images")
 
dictionary info.JT = {"name": u"Jonathan Thomas", "email": "jonathan@openshot.org", "website":"http://openshot.org/developers/jonathan"}
 
tuple info.langdir = QDir(language_path)
 
tuple info.langs
 
string info.language_path = ":/locale/"
 
string info.MINIMUM_LIBOPENSHOT_VERSION = "0.2.2"
 
string info.NAME = "openshot-qt"
 
tuple info.PATH = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
 
tuple info.PREVIEW_CACHE_PATH = os.path.join(USER_PATH, "preview-cache")
 
string info.PRODUCT_NAME = "OpenShot Video Editor"
 
tuple info.PROFILES_PATH = os.path.join(PATH, "profiles")
 
dictionary info.SETUP
 
list info.SUPPORTED_LANGUAGES = ['en_US']
 
tuple info.THUMBNAIL_PATH = os.path.join(USER_PATH, "thumbnail")
 
tuple info.TITLE_PATH = os.path.join(USER_PATH, "title")
 
tuple info.TRANSITIONS_PATH = os.path.join(USER_PATH, "transitions")
 
tuple info.USER_PATH = os.path.join(HOME_PATH, ".openshot_qt")
 
tuple info.USER_PROFILES_PATH = os.path.join(USER_PATH, "profiles")
 
string info.VERSION = "2.4.3-dev1"
 

Detailed Description

This file contains the current version number of OpenShot, along with other global settings.

Author
Jonathan Thomas jonat.nosp@m.han@.nosp@m.opens.nosp@m.hot..nosp@m.org

LICENSE

Copyright (c) 2008-2018 OpenShot Studios, LLC (http://www.openshotstudios.com). This file is part of OpenShot Video Editor (http://www.openshot.org), an open-source project dedicated to delivering high quality video editing and animation solutions to the world.

OpenShot Video Editor is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

OpenShot Video Editor is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with OpenShot Library. If not, see http://www.gnu.org/licenses/.

Definition in file info.py.