uisoli.blogg.se

Gpodder for windows change home folder
Gpodder for windows change home folder















# DownloadDirPortableAppsRootPath=Path\From\Platform\Root\To\Downloads # DownloadDirPartialPath=Full\Path\From\Drive\Root\To\Downloads # DownloadDirFullPath=X:\FullPath\To\Downloads # This INI file is an example only and is not used unless it is placed as described in the included readme.txt # The above options are explained in the included readme.txt They are explained in the new example INI included in Other\Source, which I have also included here: In the gPodderPortable.ini file there are 3 new options.

gpodder for windows change home folder

GPODDER FOR WINDOWS CHANGE HOME FOLDER PORTABLE

I've added a new advanced download setting to gPodder Portable 3.1.2. If os.path.exists(os.environ.get('GPODDER_DOWNLOAD_DIR')) and os.path.isdir(os.environ.get('GPODDER_DOWNLOAD_DIR')):ĭownloads = os.path.abspath(os.environ.get('GPODDER_DOWNLOAD_DIR')) Home = os.path.abspath(os.environ.get('GPODDER_HOME')) If os.path.exists(os.environ.get('GPODDER_HOME')) and os.path.isdir(os.environ.get('GPODDER_HOME')): Set_home(os.environ.get('GPODDER_HOME', default_home)) # Default locations for configuration and data filesĭefault_home = os.path.expanduser(os.path.join('~', 'gPodder')) Global home, config_file, database_file, downloadsĬonfig_file = os.path.join(home, 'Settings.json')ĭatabase_file = os.path.join(home, 'Database')ĭownloads = os.path.join(home, 'Downloads')

gpodder for windows change home folder

# Function to set a new gPodder home folder

gpodder for windows change home folder

gPodderPortable\App\gPodder\src\gpodder\_init_.py GPODDER_DOWNLOAD_DIR=(Your directory that you wish to download podcast too)Ģ. gPodderPortable\App\AppInfo\Launcher\gPodderPortable.ini















Gpodder for windows change home folder