OpenShot Video Editor  2.0.0
Namespaces | 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
 

Variables

dictionary info.AF = {"name": u"Andy Finch", "email": "andy@openshot.org", "website":"http://openshot.org/developers/andy"}
 
 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-2016 %s"
 
dictionary info.CP = {"name": u"Cody Parker", "email": "cody@yourcodepro.com", "website":"http://openshot.org/developers/cody_parker"}
 
dictionary info.CREDITS
 
 info.CWD = os.getcwd()
 
string info.DATE = "20160327000000"
 
string info.DESCRIPTION = "Create and edit videos and movies"
 
 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.NAME = "openshot-qt"
 
dictionary info.NF = {"name": u"Noah Figg", "email": "eggmunkee@hotmail.com"}
 
dictionary info.OG = {"name": u"Olivier Girard", "email": "olivier@openshot.org", "website":"http://openshot.org/developers/olivier"}
 
 info.PATH = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
 
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.1.0"
 

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-2016 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.