busetrx.blogg.se

Gpodder folder stopped updating
Gpodder folder stopped updating










#GPODDER FOLDER STOPPED UPDATING INSTALL#

# the 3rd is relative to the root of a Platform install (where Start.exe is) # the second is a path relative to the drive letter X:\ # the first option is a full path to downloads and can be on another drive Only one of the 3 options should be used by removing the # and space from the line # The above allow you to custom redirect the location gPodder Portable uses for downloads # 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. 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')):

gpodder folder stopped updating

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') # Function to set a new gPodder home folder gPodderPortable\App\gPodder\src\gpodder\_init_.py

gpodder folder stopped updating

GPODDER_DOWNLOAD_DIR=(Your directory that you wish to download podcast too)Ģ.

gpodder folder stopped updating

gPodderPortable\App\AppInfo\Launcher\gPodderPortable.ini










Gpodder folder stopped updating