OpenShot Video Editor
2.0.0
|
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 | |
info.ASSETS_PATH = os.path.join(USER_PATH, "assets") | |
info.BACKUP_PATH = os.path.join(USER_PATH, "backup") | |
info.BLENDER_PATH = os.path.join(USER_PATH, "blender") | |
info.CACHE_PATH = os.path.join(USER_PATH, "cache") | |
string | info.COMPANY_NAME = "OpenShot Studios, LLC" |
string | info.COPYRIGHT = "Copyright (c) 2008-2018 %s" % COMPANY_NAME |
string | info.CURRENT_LANGUAGE = 'en_US' |
info.CWD = os.getcwd() | |
string | info.DATE = "20180630000000" |
string | info.DESCRIPTION = "Create and edit stunning videos, movies, and animations" |
info.exist_ok | |
info.EXPORT_PRESETS_DIR = os.path.join(PATH, "presets") | |
info.EXPORT_TESTS = os.path.join(USER_PATH, "tests") | |
info.folder | |
string | info.GPL_VERSION = "3" |
info.HOME_PATH = os.path.join(os.path.expanduser("~")) | |
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"} |
string | info.MINIMUM_LIBOPENSHOT_VERSION = "0.2.0" |
string | info.NAME = "openshot-qt" |
info.PATH = os.path.dirname(os.path.dirname(os.path.realpath(__file__))) | |
info.PREVIEW_CACHE_PATH = os.path.join(USER_PATH, "preview-cache") | |
string | info.PRODUCT_NAME = "OpenShot Video Editor" |
info.PROFILES_PATH = os.path.join(PATH, "profiles") | |
dictionary | info.SETUP |
list | info.SUPPORTED_LANGUAGES = ['en_US'] |
info.THUMBNAIL_PATH = os.path.join(USER_PATH, "thumbnail") | |
info.TITLE_PATH = os.path.join(USER_PATH, "title") | |
info.TRANSITIONS_PATH = os.path.join(USER_PATH, "transitions") | |
info.USER_PATH = os.path.join(HOME_PATH, ".openshot_qt") | |
info.USER_PROFILES_PATH = os.path.join(USER_PATH, "profiles") | |
string | info.VERSION = "2.4.2" |
This file contains the current version number of OpenShot, along with other global settings.
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.