gPodder is tested on Windows 10, but it should also work on Windows 7 and later.
gPodder 3.11.2 and later is known
not to work on Windows 7. Although, it might be possible to build gPodder yourself
using an older version of msys2. gPodder 3.11.4 is known to work after installing
api-ms-win-core-path-l1-1-0.dll.
The x86
version goes in SysWOW64
and the x64
version goes in System32
.
gPodder 3.10.9 and later is known not to work on Windows XP.
See the User Manual for background on changing the gPodder Home and Download folders.
Both the portable and installer version of gPodder come with a console version for debug messages. To launch it:
C:\Program Files (x86)\gPodder\bin
for the installer version,
gpodder-portable-x.y.z\data\bin
for the portable version)-v
to the text and press the Enter keyYou’ll see all the debug information you want.
See the Windows installer build documentation.
Panucci is a resuming podcast and audiobook player, originally developed for Maemo and Linux, but it’s also usable on Windows.
bin/
folders for both GTK+ and GStreamer to your PATH variable (Win+Break, Advanced, Environment variables)mutagen/
folder from the Mutagen release to src/
in your Panucci folderpython
bin/panucci
Alternatively, do the first 5 steps from above, make sure that Python is available in your PATH and then download panucci-win32-20091114.zip.
Additional hint: If you want to have proper Windows themeing, copy share/themes/MS-Windows/gtk-2.0/gtkrc
to etc/gtk-2.0/
in the folder where you installed GTK+.
Warning: this section has not been updated for gPodder 3.10.0 and later!
This is some hackery to get synchronization for an MP3 player to work
c:\Program
Files\gpodder-win32_20090512
lib\site-packages
bin
and copy it to bin\oggdec
also. (The unix-specific code searches for the executable by this name.)http://www.vorbis.com/files/1.0.1/windows/vorbis-tools-1.0.1-win32.zip in the bin directory.
To use a dark theme variant, add the gtk-application-prefer-dark-theme = true
line to your settings.ini
:
etc\gtk-3.0\settings.ini
file in your gPodder installation (for instance C:\gpodder-3.10.3-portable\data\etc\gtk-3.0\settings.ini
);gtk-application-prefer-dark-theme = true
Example settings.ini:
[Settings]
gtk-font-name = Segoe UI 10
gtk-application-prefer-dark-theme = true
It is possible to switch gPodder to any Gtk3-compatible theme by copying it to C:\Users\YOUR_USER.themes and referencing it by name in GPODDER_INSTALL_DIR\etc\gtk-3.0\settings.ini.
For instance, to use the low contrast theme Equilux:
C:\gpodder-3.10.3-portable\data\etc\gtk-3.0\settings.ini
to look like this:[Settings]
gtk-font-name = Segoe UI 10
gtk-theme-name = Equilux-compact