Commit Graph

4216 Commits

Author SHA1 Message Date
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
Eric Le Lay c5e9ecddf6
Merge pull request #731 from auouymous/remove-executable-bit
Remove executable bit for files that shouldn't be executable + use env python3.
2020-01-14 08:46:53 +01:00
auouymous 8a13a19bdc Add executable bit for tools that should be executable. 2020-01-13 15:19:01 -07:00
auouymous 88a1a5950f Change shebang line to use /usr/bin/env 2020-01-13 15:07:43 -07:00
auouymous 7e459c0101 Remove executable bit for files that shouldn't be executable. 2020-01-13 00:53:59 -07:00
Eric Le Lay ad88b643cb
Merge pull request #728 from auouymous/fix-deleted-episode-icon
Fix icon for deleted episodes
2020-01-11 10:10:23 +01:00
Eric Le Lay 4ac4f230b0
Merge pull request #726 from auouymous/fix-youtube-error_message-not-assigned
fix #722 youtube error_message referenced before assignment
2020-01-11 10:08:12 +01:00
auouymous cbc4ced799 Gtk.STOCK_DELETE is deprecated and should be changed to edit-delete for deleted episodes 2020-01-10 21:53:26 -07:00
auouymous 9031ed916a fix #722 youtube error_message referenced before assignment 2020-01-10 18:48:43 -07:00
Eric Le Lay c91795413a
Merge pull request #724 from auouymous/save-episode-column-sorting-and-position
Save episode column sorting and position
2020-01-09 19:14:42 +01:00
auouymous cb2303aaa8 Save episode column sorting and position 2020-01-09 03:18:28 -07:00
Eric Le Lay efefc514ae
Merge pull request #725 from auouymous/youtube-live-stream
Fix youtube live stream detection
2020-01-09 11:06:49 +01:00
auouymous 2ef45b860a Fix youtube live stream detection 2020-01-09 03:02:33 -07:00
Eric Le Lay a66e70cf20
Merge pull request #722 from gpodder/yt-auoumous
Youtube fixes and improvements:
 - restore download functionality
 - add adaptive-formats to video preferences ; fail if no selected format is available
 - download with youtube-dl context-menu
 - get duration
2020-01-07 19:20:01 +01:00
auouymous 2fd6eb84b1 #723 get duration for youtube episodes 2020-01-07 18:57:47 +01:00
Eric Le Lay bc1e735ef1 remove useless button/model updates
they are not called from new episodes dialog or extension download
2020-01-06 08:27:36 +01:00
Eric Le Lay b1b8cdaf37 fix #718 Add episode menu option to download with youtube-dl extension 2020-01-05 21:57:23 +01:00
Eric Le Lay 12bbd23fed a custom downloader can be passed to download_episode_list
to prepare for #718 Add episode menu option to download with youtube-dl extension.

Not all code paths will forward custom downloader to the DownloadTask.
It can be added later
2020-01-05 21:57:23 +01:00
Eric Le Lay 88d7dabb4b id might be an int in preferences in preferred_fmt_ids 2020-01-05 17:56:09 +01:00
Eric Le Lay df7d3a6e33 Merge remote-tracking branch 'origin/master' into yt-auoumous 2020-01-05 17:46:13 +01:00
Eric Le Lay 74def1d893 pin coverage: error on travis python 3.5 2020-01-05 17:42:13 +01:00
Eric Le Lay 5601869f18 fix #720 warning: internationalized messages should not contain the '\r' escape sequence 2020-01-04 14:57:22 +01:00
Eric Le Lay 93b64230c9 fix #714 Youtube download fail when preferred formats aren't available
thanks to @auouymous for the fix
2020-01-04 12:30:55 +01:00
auouymous 97a0c2d5d1 #719 support adaptive formats for youtube-dl extension 2020-01-04 12:28:00 +01:00
auouymous cce3ba90d8 #711 [youtube] unsupported DRM content error message 2020-01-04 12:27:02 +01:00
auouymous 42d4cbd87c #711 [youtube] support player_response.streamingData.formats
and player_response.streamingData.adaptiveFormats
2020-01-04 12:26:28 +01:00
Eric Le Lay 8378c5c4b2 fix #717 quieter youtube-dl 2020-01-01 14:45:50 +01:00
Eric Le Lay 68b49ed2ca save flag about gPodder running in verbose mode 2020-01-01 14:45:35 +01:00
auouymous a46f131785 #704 save position and size for preferences and editcfg windows
Signed-off-by: auouymous <au@qzx.com>
2020-01-01 14:33:46 +01:00
Eric Le Lay da06ae8f83 make messages 2020-01-01 12:58:25 +01:00
Eric Le Lay 0fef88377e
Merge pull request #713 from ciampix/master
Updated Italian translations + removed carriage-return in translated string
2020-01-01 12:55:37 +01:00
auouymous 4f61f921da #715 use box instead of table to fix size of channel tooltips 2019-12-30 17:11:06 +01:00
Eric Le Lay fd7c861a59 fix #716 Possible channel tooltip coordinate bug 2019-12-30 17:09:41 +01:00
Marco Ciampa ee41adde39 Added .desktop, .service and locale products of compilation to .gitignore 2019-12-27 01:47:58 +01:00