Commit graph

17 commits

Author SHA1 Message Date
Eric Le Lay
e6fde4adb8 fully fix rename_download extension
closes #540
2018-09-15 12:16:40 +02:00
Eric Le Lay
f44942424d fix broken rename_after_download extension
see #540
2018-09-12 20:12:12 +02:00
MarkusHackspacher
82f41f4c21 sorting imports
with isort -y -rc
see #393
2018-07-24 11:08:10 +02:00
Eric Le Lay
66bc2a6f72 fix #494 - ensure short filenames
- fix rename_download that was causing #494
- max_length is now mandatory in util.sanitize_filename
- add max_length param where it's missing
- factor name computation in deviceplaylist and sync
2018-07-20 09:38:00 +02:00
MarkusHackspacher
eecfd64f63 fix E261 at least two spaces before inline comment 2018-05-17 08:39:56 +02:00
MarkusHackspacher
a90fa0b521 fix W391 blank line at end of file 2018-02-11 21:51:40 +01:00
Thomas Perl
de69c4b770 Remove unused parameter in util.sanitize_filename() 2016-11-21 23:42:14 +01:00
Thomas Perl
dd9ca2a386 Remove util.sanitize_encoding() 2016-11-21 23:40:05 +01:00
Thomas Perl
bf31b911b6 rename_download: Add add_sortdate and add_podcast_title option
Based on a patch by Rob <rob_is@jabawok.net>.
2015-09-29 09:18:41 +02:00
Bernd Schlapsi
bbfcd58ba6 Add option to flattr an extensions and to show documentation
If an extension author adds an flattr url to the extensions metadata
gPodder shows the "Flattr this" menu entry in the popup menu for an
extension in the preference dialog.
Alternative the extension author can add an url to the extensions
metadata to link to the authors donation page (Support the author).

Also the extension author can add an url to the extensions metadata
to link to the extensions user documentation.
2013-04-13 12:27:13 +02:00
Thomas Perl
17995b26e9 Windows/Extensions: Remove non-ascii characters (bug 1724)
This works around a strange encoding bug on Windows. It only
affects users who have the rename_download extension enabled.
2013-03-27 14:07:35 +01:00
Bernd Schlapsi
d5eae16b9f Improvements to the extension system
- Add category metadata in every extension
- Show this category in the extension list gui
- Add "mandatory_in" and "disable-in" configuration for an extension
- Add Ubuntu unity check to enable/disable unity specific extensions
- Move "gpodder.win32" and "gpodder.osx" setting to the "gpodder.ui" namespace to be able to use it in the extensions category settings
- Only show metadata information in the right-click dialog of an extension
2012-12-07 10:30:28 +01:00
Bernd Schlapsi
da99036887 correct typo in the rename_download extension 2012-08-13 19:36:14 +02:00
Bernd Schlapsi
564660d1ce bugfix for #1638. Use sanitize_filename function 2012-08-02 21:31:53 +02:00
Thomas Perl
181d38dd76 Various extension-related fixes 2012-03-27 01:32:20 +02:00
Thomas Perl
9c147cf980 Extensions: Various fixes and clean-ups from review 2012-03-22 14:53:24 +01:00
Bernd Schlapsi
bca9751b75 Add default extensions (ported from hooks) 2012-03-22 14:53:24 +01:00