refarr.blogg.se

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




  1. #GPODDER FOR WINDOWS CHANGE HOME FOLDER INSTALL#
  2. #GPODDER FOR WINDOWS CHANGE HOME FOLDER FULL#

These 3 options will let you place your downloads directory on another drive, in a directory relative to the root of the drive or in a directory relative to the Platform root where Start.exe (especially useful for custom locations in conjunction with something like DropBox).Īfter I upgraded gPodder 3.11.0, it no longer had any awareness of files previously downloaded onto the local machine.

#GPODDER FOR WINDOWS CHANGE HOME FOLDER INSTALL#

# the 3rd is relative to the root of a Platform install (where Start.exe is)

gpodder for windows change home folder

# the second is a path relative to the drive letter X:\

#GPODDER FOR WINDOWS CHANGE HOME FOLDER FULL#

# 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')): 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

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






Gpodder for windows change home folder