Commit graph

4299 commits

Author SHA1 Message Date
Eric Le Lay
ad053a755a refine podcast cover status overlay 2020-03-31 16:37:29 -06:00
Eric Le Lay
f6588c79ea use new icon name for podcast pause subscription 2020-03-31 16:37:26 -06:00
Eric Le Lay
0eb50ca34e add warning icon to cover on error 2020-03-31 16:37:24 -06:00
auouymous
60d4e4525f no stack trace for common feed update errors 2020-03-31 16:34:55 -06:00
auouymous
b31a868583 always show channels with update errors 2020-03-31 16:34:51 -06:00
auouymous
e1c49cc0a6 replace channel description with error reason when feed can't be updated 2020-03-31 16:34:09 -06:00
Shai Gerbi
b12c481555
Update he.po 2020-04-01 00:47:31 +03:00
Shai Gerbi
2d91590c03
Update he.po 2020-04-01 00:42:58 +03:00
Eric Le Lay
19ada0c3e0
Merge pull request #770 from ShaiGerbi/patch-1
Update he.po
2020-03-31 23:25:13 +02:00
Shai Gerbi
b279578289
Update he.po
I translated some strings to Hebrew
2020-03-30 18:35:17 +03:00
Eric Le Lay
c4e6e6f8e8
Merge pull request #769 from brot/fix-ubuntu-unity-check
Fix gpodder.ui.unity check for newer Ubuntu versions
2020-03-29 13:03:36 +02:00
Bernd Schlapsi
76e14ae793 Fix gpodder.ui.unity check for newer Ubuntu versions
Ubuntu switched from Unity to GNOME-Shell since Ubuntu 17.10. But it seems
that DESKTOP_SESSION always returns "ubuntu", so we need to check also
for XDG_CURRENT_DESKTOP which returns "Unity" or "ubuntu:GNOME"
2020-03-28 22:54:59 +01:00
Eric Le Lay
84f5f79310
Merge pull request #765 from gpodder/youtube-dl-improvements
Youtube dl improvements
2020-03-24 08:39:48 +01:00
Eric Le Lay
35694aa4af win: update python deps 2020-03-22 19:51:46 +01:00
Eric Le Lay
120e01fbed youtube-dl: fix 'Error in output template: unsupported format character' when title contains dollar or percent
We pass the filename to YoutubeDL as the outtmpl parameter, which is
used as a string template. See YoutubeDL.py, line 711:

    filename = expand_path(outtmpl).replace(sep, '') % template_dict
2020-03-22 19:51:46 +01:00
Eric Le Lay
9721620cec textual shownotes: skip <style> contents 2020-03-22 19:51:46 +01:00
Eric Le Lay
69461a0695 youtube-dl: refresh videos one by one to catch and skip a single video on error 2020-03-22 19:51:46 +01:00
Eric Le Lay
a62fd58a79 use == for comparison with literal
See https://bugs.python.org/issue34850
2020-03-22 16:16:13 +01:00
Eric Le Lay
106a1562bd
Merge pull request #759 from gpodder/gpo-manage-extensions
fix #656 extension management via gpo
2020-03-13 22:04:54 +01:00
Eric Le Lay
710014bdd0
Merge pull request #763 from auouymous/youtube-get_channel_desc
show url when get_channel_desc() fails
2020-03-13 22:04:09 +01:00
auouymous
e4623c8e4e show url when get_channel_desc() fails 2020-03-12 21:18:29 -06:00
Eric Le Lay
6d4b480996 episode selector: remove default focus on Download button
See #679 pressing space by mistake now does nothing.
I keep the Enter key binding, for cases when all episodes are to be downloaded.
As soon as the user clicks or moves with arrow/tab keys, the default Enter action
is inactive anyway
2020-03-01 13:10:39 +01:00
Eric Le Lay
79e4659fcb fix linter warnings 2020-03-01 11:51:43 +01:00
Eric Le Lay
09151094e7 fix python warning 2020-03-01 11:35:43 +01:00
Eric Le Lay
89c90712e0 fix #656 extension management via gpo 2020-03-01 11:31:54 +01:00
Eric Le Lay
33277f0fd6
Merge pull request #758 from auouymous/filter-extension-doc
link to filter extension documentation on website
2020-02-26 08:37:25 +01:00
auouymous
80a6a28a5c link to documentation on website 2020-02-24 00:46:38 -07:00
Eric Le Lay
d557c652f4
Merge pull request #753 from gpodder/fix-749-win-installer-custom-location
fix #749 gpodder can't support custom installation path
2020-02-23 14:57:23 +01:00
Eric Le Lay
9b4251390e
Merge pull request #743 from auouymous/filter-extension
extension to filter expisodes from being automatically downloaded
2020-02-23 14:43:13 +01:00
auouymous
cb5c95a01c sort filters so tracking Settings.json with version control handles changes better 2020-02-19 04:25:56 -07:00
auouymous
bfdaf93a5e rename Allow label to Except 2020-02-19 03:28:07 -07:00
auouymous
45ac93f8b5 move block widgets above allow widgets 2020-02-19 03:23:59 -07:00
Eric Le Lay
40ce59502d refactor filter extension for shorter code 2020-02-19 03:15:25 -07:00
Eric Le Lay
6063cac1cf
Merge pull request #752 from gpodder/737-tagging-extension-subtitle
support subtitle and comment in tagging extension
2020-02-16 22:05:59 +01:00
Eric Le Lay
dc057342fb fix #737 tagging extension broken in 3.10.12
we need to declare COMM and TIT3 frames in EasyID3 before using them
2020-02-16 16:58:02 +01:00
Eric Le Lay
e3853806a7 Revert "Revert "Update tagging.py""
This reverts commit ce920d9d1a.
2020-02-16 16:41:34 +01:00
Eric Le Lay
9af3ab8766 fix #749 gpodder can't support custom installation path
fix based on 33e63c0f16
also contains b4e25cbf00
and 9dc501c05c
2020-02-16 16:22:00 +01:00
auouymous
4127f437e4 extension to filter expisodes from being automatically downloaded 2020-02-06 15:43:07 -07:00
Eric Le Lay
3d26d47a35
Merge pull request #744 from auouymous/incorrectly-sorted-imports
fix incorrectly sorted imports shown by make lint
2020-02-06 22:53:27 +01:00
auouymous
15505a3d05 fix incorrectly sorted imports 2020-02-05 00:40:37 -07:00
Eric Le Lay
4c0940c290 remove remaining carriage return in nl translation file 2020-02-02 12:23:28 +01:00
Eric Le Lay
a7f5394e0a
Merge pull request #735 from gpodder/remove-yt-apikey
Remove youtube api key usage
2020-02-01 16:57:30 +01:00
Eric Le Lay
117e721074
Merge pull request #739 from auouymous/dialog-hooks-for-extensions
allow extensions to add tabs to preferences and channel settings dialogs
2020-02-01 16:57:09 +01:00
auouymous
52dfba1d08 allow extensions to add tabs to preferences and channel settings dialogs 2020-01-30 22:25:37 -07:00
Eric Le Lay
1836884d6d prepare 3.10.13 release 2020-01-29 12:37:03 +01:00
Eric Le Lay
d2da725bcc
Merge pull request #738 from gpodder/revert-684-patch-1
Revert "Update tagging.py"
2020-01-29 12:34:21 +01:00
Eric Le Lay
ce920d9d1a
Revert "Update tagging.py" 2020-01-29 12:32:39 +01:00
Eric Le Lay
bffa6b9304 Remove youtube api key usage
fixes #616
2020-01-25 17:31:16 +01:00
Eric Le Lay
41a9361251 prepare 3.10.12 release 2020-01-25 13:05:06 +01:00
Eric Le Lay
9dddde441a macos: switch to base-5.0.1 2020-01-14 08:57:30 +01:00