| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: gpodder | Distribution: openSUSE Tumbleweed |
| Version: 3.11.5 | Vendor: openSUSE |
| Release: 1.1 | Build date: Mon Mar 17 21:11:50 2025 |
| Group: Unspecified | Build host: reproducible |
| Size: 3530629 | Source RPM: gpodder-3.11.5-1.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: https://gpodder.org | |
| Summary: A free podcast aggregator for Linux | |
gPodder manages Podcasts for you and automatically downloads selected episodes from as many channels as you like. Synchronization support is available for iPods and filesystem-based MP3 players, but Podcasts can (of course) also be played with any desktop player application.
GPL-3.0-or-later
* Mon Mar 17 2025 Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
- Modernize and clean spec file
* Update dependencies
* Add lang package
* Build as noarch
* Run tests
- Update to 3.11.5
* New features
+ Add PotPlayer Support For Windows (#1583)
+ New subscription statistics extension (#1590)
+ Add path.alternate setting so users can append to PATH inside gpodder
(#1649)
+ Add view menu podcast and episode list checkboxes to preferences (#1618)
+ New podverse search extension (#1615)
+ Add socks proxy to settings and network tab in Preferences (#1592)
+ Add color scheme (dark and light mode) support (#1595)
+ Add forceDownload action to Downloads context menu and toolbar
* Improvements
+ Replace context GtkMenus with GtkPopovers (#1293)
+ Group subscriptions in OPML import/export (#1658)
+ Sort episodes by published date when sending to folder (#1624)
+ SendTo automatic rename filename (#1620)
+ Extract YouTube channel ID from URL (#1603)
+ Modernize userappsdirs (#1601)
* Bug fixes
+ Limit the length of UTF-8 filenames (#1645)
+ Change %d to %ld in Windows launcher (#1589)
- Update to 3.11.4
* This release only updates dependencies in the Windows and Mac builds
- Update to 3.11.3
* Improvements
+ #1544 add setting to toggle sync filesize comparisons (disable if your
device adds metadata)
+ #1551 show remaining duration for each download in progress tab
+ #1551 make file size units translatable
+ #1553 add plural form of rename downloads translation string
+ #1559 expand ~ and ~user in GPODDER_HOME and GPODDER_DOWNLOAD_DIR
+ find channel ID in YouTube "watch" URLs
+ replace deprecated Gdk.Screen methods
+ update dependencies
* Bug fixes
+ #1492 catch errors for directories inside sync device
+ #1542 fix #1538 corrupt accented letters on Windows
+ #1549 fix YouTube GDPR issues by setting consent cookie in get_channel_id_url()
- Update to 3.11.2
* Major changes:
+ show episode release time
+ fix a crash when syncing
+ don't reposition maximised windows
* New features
+ #1507 add a View menu option to show time in the episode released column
+ #1507 add a View menu option to right align the episode released column
+ #1507 always show released time in shownotes
+ add EQL adjectives 'failed' and 'paused'
* Improvements
+ #1480 appdata: fix syntax, add 3.9-series release dates
+ #1480 appdata: add release 3.11.1
+ #1484 require python 3.7
+ #1520 adapt youtube-dl plugin to latest yt-dlp
+ #1522 fix various typos found by codespell
+ display feed name when logging update errors
+ refactor _receive_configure_event()
+ log 'from' and 'to' sizes when syncing files
+ raise exception when gpodder.net queries fail
+ log exceptions when searching for podcasts on gpodder.net
+ bump required yt-dlp version for changes in #1520
+ fix more typos found by codespell
+ fix linter issues for pycodestyle 2.11.0
+ update dependencies
+ add codespell to linter
* Bug fixes
+ fix typo in youtube-dl extension preferences
+ add empty custom_downloader field in SyncTask to prevent exception
+ do not move window if maximised
+ fix issue retrieving channel ID for Youtube pages
- Update to 3.11.1
* Major changes:
+ fix multiple bugs that caused gPodder to freeze or appear frozen
+ embed subtitles in videos with youtube-dl extension
+ performance improvements
* New features
+ #1297 add setting to treat only really new episodes as new after an
update
+ #1303 add setting to disable find-as-you-type
+ #1363 download and embed subtitles in youtube-dl downloader
+ #1402 add menu item to open logs folder
+ #1442 rename extension: add menu item to rename all episodes
+ #1444 add setting to disable trimming episode title prefix
+ #1461 allow channel to be selected from both episode menus
+ #1463 add config to set playlist file extension
+ add 'url', 'link' and 'filename' EQL nouns
* Improvements
+ #1304 gpo: add description and link fields to info
+ #1355 keep 'find partial downloads' dialog open longer
+ #1357 change /usr/bin/python -> /usr/bin/env python3 and remove unneeded
shebang lines
+ #1367 add util.IdleTimeout class to reduce lag when updating progress tab
+ #1368 improve cancelling and manually updating in progress dialogs
+ #1368 add progress dialogs for long running actions
+ #1369 add icon to clear URL in the add podcast dialog
+ #1372 replace SimpleMessageArea with GtkInfoBar when resuming
+ #1372 do not hide progress tab resume infobar on page switch
+ #1374 channel editor: add buttons next to cover, feed URL, etc
+ #1390 appdata: merge appdata.xml from flathub
+ #1390 appdata: add missing release dates since version 3.10.0
+ #1400 write to log when sync directory is not writable
+ #1401 catch unknown sync exceptions when opening device and show error
+ #1403 quote file URIs moved by drag and drop
+ #1404 use symbolic toolbar icons
+ #1429 gpo: queue all episodes before download to allow resuming
+ #1431 add flake8 config and fix some code style issues
+ #1433 remove localdepends.py
+ #1435 optimize episode list
+ #1443 remove legacy settings
+ #1452 improve UI responsiveness when downloading hundreds to thousands of
episodes
+ #1452 improve responsiveness when shift-selecting episodes
+ #1464 accept coverart as SVG
+ remove redundant force_start parameters
+ switch deprecated GObject functions to GLib
+ remove unused 'others' variable in update_downloads_list()
+ log which program the youtube-dl extension is using
+ show youtube-dl/yt-dlp name and version in preferences
+ remove redundant timeout removal when creating progress dialog
+ close progress dialog immediately in concatenate videos extension
+ add method to clamp a config value between minimum and maximum values
+ allow different required versions for youtube-dl and yt-dlp
+ change include_description parameter to required
+ cache episode list config values
+ organize View menu and move some preferences to it
+ rename showEpisodeDescription's internal names to match other items
+ don't discard episodes with invalid urls and links
+ set error icon for episodes with invalid URLs
+ don't show episodes without URLs in "new episodes available" when
subscribing
+ set download list state only once after batch queueing tasks
+ log URL when youtube.py can't get channel ID
+ don't display stacktrace for common download errors
+ update dependencies
* Bug fixes
+ #1353 fix hang when resuming thousands of episodes
+ #1356 fix #1352 reset window position if completely off-screen
+ #1374 fix setting cover image from local file
+ #1382 fix #1360 fix yt-dlp output file name
+ #1383 fix #1263 don't try to download media files with youtube-dl
extension
+ #1398 fix duration when greater than 24 hours
+ #1434 fix #1416 check for size mismatch when syncing and send to device
again
+ #1440 fix #1439 fix support for old versions of yt-dlp
+ #1441 tagging extension: delete tags before modifying
+ #1452 fix #1311 remove all timer deadlocks by using idle_add priority for
them
+ #1465 fix absolute path setting for playlist and two_way_sync
+ fix stripping of pasted text when adding podcast URL
+ fix #1350 set "New episodes available" tooltip for episodes with html
descriptions
+ gpo: remove download directory when unsubscribing
+ fix #1394 fix crash on older versions of python
+ fix #1311 don't use idle_add() for progress dialogs that don't need it
+ fix #1399 fix msgstr errors in Norwegian Bokmål translation
+ update progress tab widgets when their values are modified via edit
config
+ disable progress tab spinbuttons if unchecked at startup
+ throw exception if youtube channelId is empty to avoid clearing
description and coverart
+ fix #872 get rid of custom icons for each type of audio and video file
(also improves episode list redraw speed)
+ require new version of youtube-dl/yt-dlp to fix youtube.com change
* Tue Dec 13 2022 Fridrich Strba <fridrich.strba@bluewin.ch>
- Update to 3.11.0
* Major changes:
+ Warning there is a database schema update
+ numerous bug fixes
+ performance improvements
+ a new preferences dialog
+ support again syncing to mtp:// and iPod devices on Linux
* New features
+ #1054, #1112, #1115, #1149, #1152, #1155, #1160, #1191, #1213
use Gio for file system based device sync (allows mtp:// URLs
for Linux only)
+ #1083 add option to rename_download extension to put the
sortdate after the podcast title
+ #1108 add --close-after-startup option for benchmarking
startup time
+ #1121 add option to require control click to sort episodes
+ #1127 double-click or press Enter to open channel settings
+ #1132 allow distributions to disable the update check
+ #1289, #1334, #1335 iPod support restored using ctypes and
libgpod (needs libgpod installed on the system)
* Improvements
+ #1093 reset shownotes scrolling to top when changing episodes
+ #1094 create an html description when none provided by feed to
highlight links in shownotes
+ #1096 restore window maximize state
+ #1098 make the text shownotes title a clickable and copyable
link
+ #1105 fix loading of cached thumbnails to reduce startup time
+ #1107 refactor resize_pixbuf_keep_ratio to speed up thumbnail
scaling
+ #1108 add logging and advanced cli option groups
+ #1120 support PEP 440 local version label
+ #1130 query duration for youtube episodes when not using
youtube-dl
+ #1135 use a TextView for dialogs with multiple text lines
+ #1154, #1156, #1172, #1188 remove deprecated Gtk features
+ #1158 remove unused variables from play_or_download
+ #1159 show paused tasks in progress tab
+ #1161 set a paused icon in episode list when an episode is
paused
+ #1174 improve youtube initial player response regular
expression
+ #1182, #1259 use youtube-dl or yt-dlp for the youtube-dl
extension
+ #1201 open error dialog if user tries to use not-installed
program
+ #1201 open error dialog if xdg-open is not found when opening
a folder
+ #1233 reduce number of network queries per youtube feed
+ #1233 catch youtube coverart and description query errors and
show better error messages
+ #1235 make error message more verbose on NotFound gpodder.net
sync error
+ #1242 allow pausing and resuming downloads from Episodes and
context menus, and toolbar
+ #1244 undelete deleted episodes when a download is attempted
so failure leaves it undeleted
+ #1246 add episode art URL and chapters to database
+ #1248 allow failed downloads to be cancelled from episodes
list
+ #1249, #1252, #1255, #1269 refactor episode/task actions for
consistency between toolbar and context/Episodes menus
+ #1261 use GtkStack instead of GtkNotebook in preferences
+ #1268 add youtube-dl extension to preferences dialog
+ #1272 show episodes without downloadable content
+ #1274 narrower preferences dialog
+ #1285 open episode download folder from context and Episodes
menus
+ #1300 retry failed episode downloads, without authentication,
if feed uses authentication
+ #1313 remove border around extensions list in preferences
+ #1330 add/remove extension preferences buttons when
loaded/unloaded
+ optimize youtube code
+ support youtube 'user' feed URLs
+ change order of progress button status counts
+ make the About dialog text selectable to copy version
+ use all lowercase letters in youtube-dl name
+ use proper capitalization for YouTube name
* Bug fixes
+ #1106 properly scale cover/pill on hires displays
+ #1110 fix missing extension when downloading youtube-dl
format=worstaudio (audio/webm mimetype)
+ #1124 fix #1099 folder not escaped when renaming podcast from
dialog
+ #1126, #1211 fix Windows taskbar progress extension
+ #1141 delay episode treeview column reordering to prevent gtk
warnings on console
+ #1145 restore window position before and after window is shown
to fix issues with some window managers
+ #1171 actually delete partial file when cancelling
+ #1171 cancel failed task before streaming
+ #1193 do not try to rename the outtmpl file in the youtube-dl
extension
+ #1206 fix shownotes for episodes that contain HTML comments
+ #1219 youtube-dl extension should always rename partial files
with extensions
+ #1219 clean up parial files created by cancelled YoutubeDL
downloads
+ #1221 perform chosen "after sync" action in gpo
+ #1222 fix warning when exporting to local folder on systems
with buttons in dialog headerbar
+ #1222 fix typo in "file exists" message when saving episodes
+ #1228 create partial file when reusing cancelled tasks
+ #1262 prevent youtube-dl failure for some RSS feeds
+ #1265, #1286 MPRIS extension fixes
+ #1276 trim leading/trailing whitespace in user-clipboard
auto-inputted URLs
+ #1280 open links in HTML shownotes
+ #1287 close extension files after reading metadata
+ #1287 change deprecated logger.warn() to logger.warning()
+ #1287 close config file after loading it
+ #1320 prevent links from opening browser twice
+ #1335 don't print traceback on missing eyed3.mp3
+ fix #1227 pixbuf could be None in some cases
+ fix #1254 prevent crash when gpo sync removes episodes from
gpodder
+ remove erroneous logger parameter when failing to get Youtube
GDPR URL
+ prevent normalize extension from placing files in the
directory gpodder was started in
* Thu Aug 19 2021 Fridrich Strba <fridrich.strba@bluewin.ch>
- Update to 3.10.21
* Improvements
+ #1071 narrow channel dialog
+ add Strawberry player to the enqueue extension
+ skip non-integer youtube formats
+ use util.urlopen instead of requests.get for youtube
+ save and restore channel dialog state
* Bug fixes
+ #1065 prevent soundcloud from downloading existing episodes
on each update
+ #1073 fix native youtube support in Europe by automatically
accepting GDPR consent form
+ #1084 fix native youtube support by trying new endpoint
before old endpoint
+ #1095 fix links in About dialog on platforms without gvfs
+ fix 'msgid' format string with unnamed arguments cannot be
properly localized warning
+ fix DRM content detection for youtube episodes
+ fix "gpo sync" failure
+ fix soundcloud API change when adding new channels
* Translations
+ French
+ Slovak
+ Turkish
+ Russian
* Mon Jun 07 2021 Fridrich Strba <fridrich.strba@bluewin.ch>
- Update to 3.10.20
* Improvements
+ #934 add more episode details to shownotes
+ #949 allow episodes with youtube-dl compatible URLs
+ #983 show channel or episode titles in delete dialog
+ #990 never delete locked episodes
+ #996 do not attempt to download episodes that lack an URL
+ #1001 add funding link on github project page
+ #1015 add checkbox to disable connection checking
+ #1018 build gPodder bundle from tools/mac-osx and downloaded
generic bundle
+ #1028 create config file with group/world permissions revoked
+ #1030 improve channel and episode searching
+ #1031 allow a narrower podcast directory window
+ #1035 make refreshing channel image more discoverable and
easier to do
+ #1037 cancel failed download in progress tab when deleting
episode
+ #1039 show error icon on episodes that fail to download
+ #1040 show section if any of its channels have an update error
+ #1044 improve Youtube streaming
+ #1047 use latest Youtube-DL for Windows builds (Mac builds did
the same in #1018)
+ #1055 subscribe to Youtube channels via video pages
+ support dragging HTTPS URLs to image in channel dialog
* Bug fixes
+ #991 properly toggle deleted episodes to new
+ #1015 fix connection checking for some linux users
+ #1034 fix dragging an image URL to image in channel dialog
+ #1043 fix internal Youtube support
+ #1059 using audio formats with Youtube-DL will show audio icon
and use audio player
+ #1060 add tools/requirements.txt (should fix socks proxy in
flatpak)
+ fix "Open" item on episode context menu and give it an icon
+ skip 'best' Youtube formats when using built-in support
+ bump required youtube-dl version to 2021.02.04
* Translations
+ Norwegian Nynorsk
+ Dutch
* Mon Apr 19 2021 Fridrich Strba <fridrich.strba@bluewin.ch>
- Update to 3.10.19
* New features
+ #897 add 'Always show new episodes' toggle to view menu
+ #966 add combined duration and size columns to episode list
+ #971 make sections selectable + filter episodes on channel
search pattern
* Improvements
+ #843 use the requests package (compressed feeds, redirects,
and more)
+ #919 log youtube-dl version and warn if known to have issues
+ #930 prevent 'add podcast' text entry from expanding
vertically
+ #931 refactor shownotes
+ #933 get correct window size when saving UI state
+ #933 do not save or restore window position
+ #943 set episode selector title before creating window
+ #946 narrow down About dialog, pack items vertically
+ #952 don't reset last folder to home if cancel is selected in
'Send to' dialog
+ #951 skip episode media with 'application/*' mime type, if
there is video or audio
+ #953 make layouting calculations clearer in draw_text_pill()
+ #957 strip HTML tags from channel descriptions
+ #965 disable context menu item if channel or episode has no
website
+ #962 remove deprecated gtk elements in preferences dialog
+ remove config.player and config.videoplayer from legacy
settings
+ #968 show URL that caused invalid feed error
+ #984 require either DISPLAY or WAYLAND_DISPLAY being set
* Bug fixes
+ fix macOS dependencies
+ revert window position save and restore code
+ fix #608 308 redirects
+ fix #905 HTTPS_PROXY
+ #910, #913, #915 fix windows installer build script
+ #927 don't leak kernel version in user-agent
+ #940 fix uncaught exception on channel list key navigation
+ fix gtk warnings in mass unsubscribe dialog when podcast title
contains ampersand, etc.
+ #954 fix unit tests
+ #970 fix warning on non-200 status codes in coverart
+ #975 fix connectivity checking
* Mon Nov 23 2020 Fridrich Strba <fridrich.strba@bluewin.ch>
- Update to 3.10.17
* New features
+ Run command on download works from gpo
* Improvements
+ Rename youtube-dl partial file when it contains % or $
characters
+ MKV Files Not Properly Renamed,
+ Youtube rss feed urls
+ Discard episode when its GUID collides with a newer episode.
+ Show update error in the podcast dialog (for copy-paste and
seeing it fully)
+ Youtube live streaming support
+ Add youtube streaming format for 1080p
+ Detect new key name for youtube DRM content
+ Avoid stale Today and Yesterday dates by refreshing episodes
daily
+ upport youtube user url
* Bug fixes
+ Fix tagging extension exception on mkv files
+ Fix shortcut key conflict Episode descriptions vs Discover
new Podcasts
+ Fix youtube-dl not responding to config change
+ Detect DORMANT wifi state as online
+ Only send a single channel update error notification to avoid
spamming the user
+ Fix gtk exception when hiding deleted episodes
+ Fix already subscribed to youtube feed in some cases
+ Fix escapist and gpo issues caused by youtube streaming
+ Remove leftover debug message
+ Fix translation of Youtube playlist URL to a feed
+ Fix prevent an empty entries bug in YouTube-DL from removing
all episodes.
* Translation updates:
+ Chinese
+ Russian
+ Brazilian Portuguese
+ German
+ Dutch
+ Italian
+ Norwegian Nynorsk
* Tue Jun 30 2020 Fridrich Strba <fridrich.strba@bluewin.ch>
- Update to 3.10.16
* New features
+ Add menu items to trigger podcast/episode search
+ Add EQL functions to match text in title and/or description
(S("case sensitive")), (s("case insentitive")), (R("case
sentitive regex")), (r("case insentitive regex"))
+ Add podcast and section EQL variables for use with SsRr
functions (in addition to title and description)
+ Filter episodes extension works in gpo
+ --quiet flag for less messages on the console
+ Better client-side decorations on environments requesting them
(gnome3)
* Improvements
+ Refactor youtube formats and add settings for more resolutions
+ Don't clear custom youtube formats when switching to a builtin
one
+ Better indicate optional imports (gpod and eyed3.mp3)
* Bug fixes
+ Fix ubuntu/unity extensions
+ mpris_listener playback position lost on VLC quit
+ Gtk UI: Force-resize icons in player list
+ Readable hyperlinks in shownotes with darker themes
+ Outdated podcastparser on windows (and macOS)
* Updated Translations
+ Dutch
+ French
+ German
+ Norwegian Nynorsk
* Wed Apr 22 2020 Fridrich Strba <fridrich.strba@bluewin.ch>
- Update to 3.10.15
* New features
+ Filter Episodes extension, allowing to prevent automatic
download of episodes matching a pattern
* Improvements
+ support subtitle and comment in tagging extension
+ extension management via gpo
+ episode selector: remove default focus on Download button
+ show channel url in error dialog
+ youtube_dl integration improvements
+ show error message and emblem on channel cover when an error
occurs refreshing it
* Bug fixes
+ windows installer: can't support custom installation path
+ fix gpodder.ui.unity check for newer Ubuntu versions
+ fix a regression with the remaining term in queries
* Translations
+ Updated French
+ Updated German
+ Updated Hebrew
+ Updated Norwegian Nynorsk
* Wed Mar 04 2020 Fridrich Strba <fridrich.strba@bluewin.ch>
- Update to 3.10.13
* Latest release for Python 3
- Remove dependency on libgpod-python, since it does not exist
for Python 3
* Mon Jan 08 2018 fridrich.strba@bluewin.ch
- Update to 3.9.6
* Current latest release from the Python 2, Gtk+2 and PyGTK
branch.
/usr/bin/gpo /usr/bin/gpodder /usr/bin/gpodder-migrate2tres /usr/lib/python3.13/site-packages/gpodder /usr/lib/python3.13/site-packages/gpodder-3.11.5.dist-info /usr/lib/python3.13/site-packages/gpodder-3.11.5.dist-info/METADATA /usr/lib/python3.13/site-packages/gpodder-3.11.5.dist-info/RECORD /usr/lib/python3.13/site-packages/gpodder-3.11.5.dist-info/WHEEL /usr/lib/python3.13/site-packages/gpodder-3.11.5.dist-info/licenses /usr/lib/python3.13/site-packages/gpodder-3.11.5.dist-info/licenses/COPYING /usr/lib/python3.13/site-packages/gpodder-3.11.5.dist-info/top_level.txt /usr/lib/python3.13/site-packages/gpodder/__init__.py /usr/lib/python3.13/site-packages/gpodder/__pycache__ /usr/lib/python3.13/site-packages/gpodder/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/build_info.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/build_info.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/common.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/common.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/config.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/config.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/core.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/core.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/coverart.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/coverart.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/dbsqlite.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/dbsqlite.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/dbusproxy.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/dbusproxy.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/deviceplaylist.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/deviceplaylist.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/directory.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/directory.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/download.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/download.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/extensions.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/extensions.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/feedcore.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/feedcore.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/jsonconfig.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/jsonconfig.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/libgpod_ctypes.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/libgpod_ctypes.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/log.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/log.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/minidb.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/minidb.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/model.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/model.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/my.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/my.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/opml.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/opml.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/player.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/player.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/query.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/query.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/registry.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/registry.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/schema.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/schema.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/services.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/services.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/sync.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/sync.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/syncui.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/syncui.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/util.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/util.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/utilwin32ctypes.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/utilwin32ctypes.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/utilwin32locale.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/utilwin32locale.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/vimeo.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/vimeo.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/youtube.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/__pycache__/youtube.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/build_info.py /usr/lib/python3.13/site-packages/gpodder/common.py /usr/lib/python3.13/site-packages/gpodder/config.py /usr/lib/python3.13/site-packages/gpodder/core.py /usr/lib/python3.13/site-packages/gpodder/coverart.py /usr/lib/python3.13/site-packages/gpodder/dbsqlite.py /usr/lib/python3.13/site-packages/gpodder/dbusproxy.py /usr/lib/python3.13/site-packages/gpodder/deviceplaylist.py /usr/lib/python3.13/site-packages/gpodder/directory.py /usr/lib/python3.13/site-packages/gpodder/download.py /usr/lib/python3.13/site-packages/gpodder/extensions.py /usr/lib/python3.13/site-packages/gpodder/feedcore.py /usr/lib/python3.13/site-packages/gpodder/gtkui /usr/lib/python3.13/site-packages/gpodder/gtkui/__init__.py /usr/lib/python3.13/site-packages/gpodder/gtkui/__pycache__ /usr/lib/python3.13/site-packages/gpodder/gtkui/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/__pycache__/app.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/__pycache__/app.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/__pycache__/base.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/__pycache__/base.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/__pycache__/config.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/__pycache__/config.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/__pycache__/desktopfile.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/__pycache__/desktopfile.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/__pycache__/download.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/__pycache__/download.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/__pycache__/draw.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/__pycache__/draw.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/__pycache__/macosx.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/__pycache__/macosx.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/__pycache__/main.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/__pycache__/main.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/__pycache__/model.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/__pycache__/model.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/__pycache__/services.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/__pycache__/services.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/__pycache__/shownotes.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/__pycache__/shownotes.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/__pycache__/widgets.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/__pycache__/widgets.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/app.py /usr/lib/python3.13/site-packages/gpodder/gtkui/base.py /usr/lib/python3.13/site-packages/gpodder/gtkui/config.py /usr/lib/python3.13/site-packages/gpodder/gtkui/desktop /usr/lib/python3.13/site-packages/gpodder/gtkui/desktop/__init__.py /usr/lib/python3.13/site-packages/gpodder/gtkui/desktop/__pycache__ /usr/lib/python3.13/site-packages/gpodder/gtkui/desktop/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/desktop/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/desktop/__pycache__/channel.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/desktop/__pycache__/channel.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/desktop/__pycache__/episodeselector.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/desktop/__pycache__/episodeselector.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/desktop/__pycache__/exportlocal.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/desktop/__pycache__/exportlocal.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/desktop/__pycache__/podcastdirectory.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/desktop/__pycache__/podcastdirectory.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/desktop/__pycache__/preferences.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/desktop/__pycache__/preferences.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/desktop/__pycache__/welcome.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/desktop/__pycache__/welcome.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/desktop/channel.py /usr/lib/python3.13/site-packages/gpodder/gtkui/desktop/episodeselector.py /usr/lib/python3.13/site-packages/gpodder/gtkui/desktop/exportlocal.py /usr/lib/python3.13/site-packages/gpodder/gtkui/desktop/podcastdirectory.py /usr/lib/python3.13/site-packages/gpodder/gtkui/desktop/preferences.py /usr/lib/python3.13/site-packages/gpodder/gtkui/desktop/welcome.py /usr/lib/python3.13/site-packages/gpodder/gtkui/desktopfile.py /usr/lib/python3.13/site-packages/gpodder/gtkui/download.py /usr/lib/python3.13/site-packages/gpodder/gtkui/draw.py /usr/lib/python3.13/site-packages/gpodder/gtkui/interface /usr/lib/python3.13/site-packages/gpodder/gtkui/interface/__init__.py /usr/lib/python3.13/site-packages/gpodder/gtkui/interface/__pycache__ /usr/lib/python3.13/site-packages/gpodder/gtkui/interface/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/interface/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/interface/__pycache__/addpodcast.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/interface/__pycache__/addpodcast.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/interface/__pycache__/common.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/interface/__pycache__/common.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/interface/__pycache__/configeditor.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/interface/__pycache__/configeditor.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/interface/__pycache__/progress.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/interface/__pycache__/progress.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/interface/__pycache__/searchtree.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/interface/__pycache__/searchtree.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/interface/__pycache__/tagcloud.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/interface/__pycache__/tagcloud.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/gtkui/interface/addpodcast.py /usr/lib/python3.13/site-packages/gpodder/gtkui/interface/common.py /usr/lib/python3.13/site-packages/gpodder/gtkui/interface/configeditor.py /usr/lib/python3.13/site-packages/gpodder/gtkui/interface/progress.py /usr/lib/python3.13/site-packages/gpodder/gtkui/interface/searchtree.py /usr/lib/python3.13/site-packages/gpodder/gtkui/interface/tagcloud.py /usr/lib/python3.13/site-packages/gpodder/gtkui/macosx.py /usr/lib/python3.13/site-packages/gpodder/gtkui/main.py /usr/lib/python3.13/site-packages/gpodder/gtkui/model.py /usr/lib/python3.13/site-packages/gpodder/gtkui/services.py /usr/lib/python3.13/site-packages/gpodder/gtkui/shownotes.py /usr/lib/python3.13/site-packages/gpodder/gtkui/widgets.py /usr/lib/python3.13/site-packages/gpodder/jsonconfig.py /usr/lib/python3.13/site-packages/gpodder/libgpod_ctypes.py /usr/lib/python3.13/site-packages/gpodder/log.py /usr/lib/python3.13/site-packages/gpodder/minidb.py /usr/lib/python3.13/site-packages/gpodder/model.py /usr/lib/python3.13/site-packages/gpodder/my.py /usr/lib/python3.13/site-packages/gpodder/opml.py /usr/lib/python3.13/site-packages/gpodder/player.py /usr/lib/python3.13/site-packages/gpodder/plugins /usr/lib/python3.13/site-packages/gpodder/plugins/__init__.py /usr/lib/python3.13/site-packages/gpodder/plugins/__pycache__ /usr/lib/python3.13/site-packages/gpodder/plugins/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/plugins/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/plugins/__pycache__/soundcloud.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/gpodder/plugins/__pycache__/soundcloud.cpython-313.pyc /usr/lib/python3.13/site-packages/gpodder/plugins/soundcloud.py /usr/lib/python3.13/site-packages/gpodder/query.py /usr/lib/python3.13/site-packages/gpodder/registry.py /usr/lib/python3.13/site-packages/gpodder/schema.py /usr/lib/python3.13/site-packages/gpodder/services.py /usr/lib/python3.13/site-packages/gpodder/sync.py /usr/lib/python3.13/site-packages/gpodder/syncui.py /usr/lib/python3.13/site-packages/gpodder/util.py /usr/lib/python3.13/site-packages/gpodder/utilwin32ctypes.py /usr/lib/python3.13/site-packages/gpodder/utilwin32locale.py /usr/lib/python3.13/site-packages/gpodder/vimeo.py /usr/lib/python3.13/site-packages/gpodder/youtube.py /usr/share/applications/gpodder-url-handler.desktop /usr/share/applications/gpodder.desktop /usr/share/dbus-1/services/org.gpodder.service /usr/share/doc/packages/gpodder /usr/share/doc/packages/gpodder/README.md /usr/share/gpodder /usr/share/gpodder/examples /usr/share/gpodder/examples/gpodder_mark_played.py /usr/share/gpodder/examples/hello_world.py /usr/share/gpodder/extensions /usr/share/gpodder/extensions/audio_converter.py /usr/share/gpodder/extensions/command_on_download.py /usr/share/gpodder/extensions/concatenate_videos.py /usr/share/gpodder/extensions/enqueue_in_mediaplayer.py /usr/share/gpodder/extensions/episode_website_context_menu.py /usr/share/gpodder/extensions/filter.py /usr/share/gpodder/extensions/gtk_statusicon.py /usr/share/gpodder/extensions/minimize_on_start.py /usr/share/gpodder/extensions/mpris-listener.py /usr/share/gpodder/extensions/normalize_audio.py /usr/share/gpodder/extensions/notification-win32.py /usr/share/gpodder/extensions/notification.py /usr/share/gpodder/extensions/podverse.py /usr/share/gpodder/extensions/rename_download.py /usr/share/gpodder/extensions/rm_ogg_cover.py /usr/share/gpodder/extensions/rockbox_convert2mp4.py /usr/share/gpodder/extensions/rockbox_coverart.py /usr/share/gpodder/extensions/sonos.py /usr/share/gpodder/extensions/subscription_stats.py /usr/share/gpodder/extensions/tagging.py /usr/share/gpodder/extensions/taskbar_progress.py /usr/share/gpodder/extensions/ted_subtitles.py /usr/share/gpodder/extensions/ubuntu_appindicator.py /usr/share/gpodder/extensions/update_feeds_on_startup.py /usr/share/gpodder/extensions/video_converter.py /usr/share/gpodder/extensions/youtube-dl.py /usr/share/gpodder/images /usr/share/gpodder/images/directory-examples.png /usr/share/gpodder/images/directory-gpodder.png /usr/share/gpodder/images/directory-opml.png /usr/share/gpodder/images/directory-podverse.png /usr/share/gpodder/images/directory-soundcloud.png /usr/share/gpodder/images/directory-tags.png /usr/share/gpodder/images/directory-toplist.png /usr/share/gpodder/images/directory-youtube.png /usr/share/gpodder/images/podcast-0.png /usr/share/gpodder/images/podcast-1.png /usr/share/gpodder/images/podcast-2.png /usr/share/gpodder/images/podcast-3.png /usr/share/gpodder/images/podcast-4.png /usr/share/gpodder/images/podcast-all.png /usr/share/gpodder/ui /usr/share/gpodder/ui/gtk /usr/share/gpodder/ui/gtk/gpodder.ui /usr/share/gpodder/ui/gtk/gpodderaddpodcast.ui /usr/share/gpodder/ui/gtk/gpodderchannel.ui /usr/share/gpodder/ui/gtk/gpodderconfigeditor.ui /usr/share/gpodder/ui/gtk/gpodderepisodeselector.ui /usr/share/gpodder/ui/gtk/gpodderexporttolocalfolder.ui /usr/share/gpodder/ui/gtk/gpodderpodcastdirectory.ui /usr/share/gpodder/ui/gtk/gpodderpreferences.ui /usr/share/gpodder/ui/gtk/gpodderwelcome.ui /usr/share/gpodder/ui/gtk/menus.ui /usr/share/icons/hicolor/16x16/apps/gpodder.png /usr/share/icons/hicolor/22x22/apps/gpodder.png /usr/share/icons/hicolor/24x24/apps/gpodder.png /usr/share/icons/hicolor/32x32/apps/gpodder.png /usr/share/icons/hicolor/48x48/apps/gpodder.png /usr/share/icons/hicolor/64x64/apps/gpodder.png /usr/share/icons/hicolor/scalable/apps/gpodder.svg /usr/share/licenses/gpodder /usr/share/licenses/gpodder/COPYING /usr/share/man/man1/gpo.1.gz /usr/share/man/man1/gpodder-migrate2tres.1.gz /usr/share/man/man1/gpodder.1.gz /usr/share/metainfo /usr/share/metainfo/org.gpodder.gpodder.appdata.xml
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Nov 1 22:56:59 2025