Commit graph

401 commits

Author SHA1 Message Date
Benjamin Martin ee0f96bbb3 Remove .ico format icon from hicolor/16x16 2019-02-18 11:53:46 +00:00
Eric Le Lay d8cad10739
Merge pull request #597 from geoffoxholm/master
Extend `tagging` extension to modify the id3 version
2019-02-02 17:04:12 +01:00
oxholm 339cd4e651 checking object type before calling save with keywords 2019-02-01 22:33:41 -08:00
Eric Le Lay e84547ad18 prepare 3.10.7 release 2019-02-01 08:44:16 +01:00
Eric Le Lay 0fd5542673 add name to some widgets to enable gtk css styling
see #590
2019-01-24 09:12:58 +01:00
oxholm 1c6ed0a8da addressing style errors 2019-01-23 15:03:06 -08:00
oxholm 26bceadda7 removed a debug statement 2019-01-23 13:04:32 -08:00
oxholm 9d045292cb added 2 settings to the tagging extension 2019-01-23 13:01:06 -08:00
Jason Lingohr 1c75108e12
iterkeys no longer exists in Python 3
Was getting the error `AttributeError: 'dict' object has no attribute 'iterkeys'`
2019-01-01 15:40:10 +11:00
Eric Le Lay 117c8f9403 prepare 3.10.6 release 2018-12-29 14:36:49 +01:00
Eric Le Lay 549d69b09a all content ratings are none
See https://github.com/hughsie/oars/issues/18
2018-12-28 10:42:20 +01:00
Eric Le Lay 9f71d9e864 add appstream info
See #577
2018-12-28 10:34:49 +01:00
Eric Le Lay 12fce98721 mpris-listener: fix missing kw arg + mpris:length not always there
- mpris:length missing in change event when double-clicking a folder in My Music

- 'sender' kwarg is not required in on_seeked
2018-12-15 22:38:52 +01:00
Eric Le Lay d9be1eb923 fix linter warning 2018-12-15 12:44:24 +01:00
Eric Le Lay 5dee1203af allow convert from mp3 2018-11-15 21:24:25 +01:00
Eric Le Lay e741b41f65 audio_converter: comment about convert in background + extract function 2018-11-15 21:23:54 +01:00
Eric Le Lay c2a51f5a6c fix ffmpeg cmd: don't block if output file exists; libvorbis bitrate
-n to abort if output file exists, instead of freezing the ui waiting for input from stdin
 -b 64k for libvorbis because it doesn't support -q param.
  Setting to 64k as lowest recommended for streaming/radio
  https://wiki.xiph.org/index.php?title=Opus_Recommended_Settings&mobileaction=toggle_view_desktop
2018-11-15 21:16:59 +01:00
Eric Le Lay b47ad8b636 fix #566 minimize on startup doesn't work 2018-11-13 16:42:13 +01:00
Eric Le Lay ca9505faa5 export to local folder: checkbox as extra widget 2018-10-14 21:57:03 +02:00
Eric Le Lay da8b37ce99 fix import order 2018-10-13 18:38:27 +02:00
Eric Le Lay f2e73b1a16 Merge branch 'patch-1' of https://github.com/Septolum/gpodder into Septolum-patch-1 2018-10-13 18:23:57 +02:00
Eric Le Lay cdbeb04eb5 fix #374 export to local folder filename customizable again
with a checkbox to export all remaining episodes to same folder.
This restores the ability to choose the filename for each episode,
while keeping export of a large number of episodes convenient (click export remaining...)
2018-10-13 18:18:25 +02:00
Eric Le Lay fe0b5c2052 mpris-listener: fix typo introduced when fixing lint errors 2018-10-13 17:42:46 +02:00
Eric Le Lay 4936869979
Merge pull request #546 from MarkusHackspacher/linelenght1
fix linter warning
2018-10-13 17:41:52 +02:00
Eric Le Lay 4534e3624c make mpris-listener compatible with other players than VLC
tested with SMPlayer: not so great because SMPlayer has empty
xesam:url Metadata entry, so no way to know which episode is playing
2018-10-08 19:20:00 +02:00
Eric Le Lay 8ddf7363c1 fix linter warning 2018-10-08 19:19:48 +02:00
bohegeek 2b4fb285eb
correction for issue #556
the update is not working because the jpg file is not opened as a binary file.
The fix is tested on both OS X and Linux
2018-10-07 14:31:48 -04:00
Eric Le Lay 459410ddda mark episode finished after streaming completion 2018-10-06 16:17:25 +02:00
MarkusHackspacher 4fa86ba0b7 fix linter warning
set linelenght for check to 142
2018-09-15 20:11:18 +02:00
Septolum 09a4850a4e
Update gtk_statusicon.py
Edit the plugin so it works again (with the deprecated methods)
2018-09-15 17:51:35 +01:00
Eric Le Lay 56ab5a7890 3.10.5 revbump 2018-09-15 12:27:12 +02:00
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
Eric Le Lay 1fd7dd6481 fix missing import in notification-win32 2018-09-08 18:55:47 +02:00
Eric Le Lay 5b176a60c2 3.10.4 revbump 2018-09-08 18:20:28 +02:00
Eric Le Lay b9a5b73036 remove extra empty lines 2018-09-05 21:12:32 +02:00
Jacob Riddle 4a07a40cbb Sort imports
Sort imports to make Travis happy.
2018-09-04 19:49:46 -07:00
Jacob Riddle 7f2700c4fa Update ubuntu_appindicator.py to use AppIndicator3
ubuntu_appindicator.py was using the old appindicator module. Updated to use the
AppIndicator3 module as provided by the PyGObject library.
2018-09-04 19:08:13 -07:00
Pranava B 17237842b0 Rectified linting errors 2018-09-02 12:12:01 +05:30
bpranava 67798147e8
Update audio_converter.py 2018-09-01 10:36:22 +05:30
MarkusHackspacher f4c075c334 fix E127 continuation line over-indented for visual indent 2018-08-25 09:42:10 +02:00
TZocker 9d7e79c195
Update command_on_download.py 2018-08-04 15:39:25 +02:00
Eric Le Lay a769429039 fix #503 Missing translatable content 2018-08-02 22:42:42 +02:00
Eric Le Lay 6cf6c2121d fix isort on some extensions 2018-07-29 14:46:29 +02:00
Eric Le Lay e9ab9ceb46 run isort on make lint 2018-07-29 14:45:34 +02:00
Eric Le Lay a321db85e3 working windows notifications based on powershell
- fix powershell console briefly displayed on notifications
 - use win10 toast notification instead of balloon if available
 - win10 notifications show as gPodder if it's installed, as
   powershell otherwise (but with gPodder icon)
 - removing notifu from appveyor build since it won't be necessary

See #485
2018-07-29 12:54:36 +02:00
Eric Le Lay 403af81e85 use powershell script to implement windows notifications
the issue is that when running gpodder.exe, the powershell
window shows for a brief instant, because it's a console app.
There is no issue when running gpodder-cmd.exe
see #485.
2018-07-28 21:17:32 +02:00
MarkusHackspacher 735ec25fb7 not sort import gi and add isort to travis 2018-07-28 17:04:41 +02:00
MarkusHackspacher 3ce9cd55e7 remove too many blank lines 2018-07-24 14:11:05 +02:00
MarkusHackspacher 82f41f4c21 sorting imports
with isort -y -rc
see #393
2018-07-24 11:08:10 +02:00