Commit Graph

4152 Commits

Author SHA1 Message Date
Eric Le Lay ce920d9d1a
Revert "Update tagging.py" 2020-01-29 12:32:39 +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
Marco Ciampa 22a43c2665 Updated Italian translation 2019-12-26 17:51:12 +01:00
Marco Ciampa 957dc12f8c Added build directory build to the .gitignore list 2019-12-25 18:25:39 +01:00
Marco Ciampa 876f108c6c Deleted illegal character in gettext string 2019-12-25 17:51:17 +01:00
Eric Le Lay 30586eb29c debug: log youtube format 2019-11-17 16:53:58 +01:00
Eric Le Lay f0b33227b5 fix #686 add YouTube channel not working with YouTube DL extension activated on windows 2019-11-17 16:53:23 +01:00
Eric Le Lay 3203e706fa fix #703 The GtkNotebook in the preferences dialog doesn't resize
thanks to @auouymous for the fix
2019-11-17 15:56:18 +01:00
Eric Le Lay 14c488477a Fix #702 on_podcast_delete method is passed incorrect object
thanks to @auouymous for the fix
2019-11-17 15:45:00 +01:00
Eric Le Lay c6860de1de Fix #681 "Change delete lock" only unlocks an episode 2019-11-02 18:39:06 +01:00
Eric Le Lay d50c11eac9
Merge pull request #684 from AntonelloA/patch-1
tagging extension: add episode description as subtitle and comment
2019-11-02 18:26:54 +01:00
Eric Le Lay 3199f9368b prepare 3.10.11 2019-09-29 21:31:44 +02:00
AntonelloA db077c3c36
Update tagging.py
Added "subtitle" tag to audio podcasts, taken from podcast "episode.description".
To see the change in action, try (before and after) one of the episodes of this podcast: 
http://www.radio.rai.it/radio2/podcast/rssradio2.jsp?id=80
2019-09-29 19:58:47 +02:00
Eric Le Lay ec315df200 fix #683 Search for new episodes on startup extension broken 2019-09-29 16:43:35 +02:00
Eric Le Lay 0746dc2ff2 fix github_release.py usage 2019-09-29 16:34:38 +02:00
Eric Le Lay ef63fc92db prepare 3.10.10 release 2019-09-26 20:17:38 +02:00