Commit Graph

20 Commits

Author SHA1 Message Date
MarkusHackspacher 49bb08c8a3 fix E502 the backslash is redundant between brackets 2018-05-08 10:43:56 +02:00
MarkusHackspacher 11bf9e3ef8 fix E401 multiple imports on one line 2018-05-05 23:50:37 +02:00
MarkusHackspacher a90fa0b521 fix W391 blank line at end of file 2018-02-11 21:51:40 +01:00
MarkusHackspacher 0c18a43d13 fix E302 and E303, only blank line change 2018-02-11 00:22:00 +01:00
Thomas Perl 98ec45a712 Update copyright years (2018) 2018-01-28 19:39:53 +01:00
Thomas Perl 7b46a0ee72 Update copyright years (2017) 2017-12-16 13:54:59 +01:00
Eric Le Lay d8bf98c69b python3 mpris-listener extension fix
At first, when self.pos is None, < and - raise exceptions.
Also, in on_playback_stopped, we must keep as str to call
startswith, etc.
2017-04-01 15:31:01 +02:00
Adam Voss 8099c25e33 Merge Migrate documentation for the D-Bus API from the Wiki 2017-03-25 21:30:02 -05:00
Thomas Perl ab48ea24f2 Migrate documentation for the D-Bus API from the Wiki 2017-01-31 20:44:11 +01:00
Thomas Perl 5a7c30b359 Port to Python 3 2016-11-21 23:13:46 +01:00
Thomas Perl 36eefc8a30 Update copyright years (2016) 2016-01-15 15:22:52 +01:00
Thomas Perl aa72634950 Update copyright years (2015) 2015-05-24 19:33:39 +02:00
Thomas Perl 553e35f219 Update copyright years (2014) 2014-02-27 21:55:13 +01:00
Thomas Perl bda982be02 Update copyright years for 2013 2013-03-05 16:38:48 +01:00
Thomas Perl 5205a4b71d Update copyright years (add 2012) 2012-01-09 21:19:24 +01:00
Thomas Perl 819a97b59d Cleanup dependencies, remove D-Bus mock code 2011-07-15 17:55:38 +02:00
Thomas Perl 4376057001 Update copyright years 2011-04-01 18:59:53 +02:00
Thomas Perl fb2f181757 Fix encoding issue with UTF-8 filenames (Maemo bug 11811)
Conflicts:

	src/gpodder/gui.py
2011-02-25 16:33:01 +01:00
Thomas Perl b93da51215 Maemo 5: Refactor notification handling
Take advantage of an entry in the file
/etc/hildon-desktop/notification-groups.conf.

If the entry exists, the notification is
layered on top of the (existing) gPodder
window, covering it in the task switcher.
2010-08-17 23:52:27 +02:00
Thomas Perl 20b9204613 First cut of Media Player D-Bus API support
This makes gPodder depend on mygpoclient >= 1.4.

For players like Panucci, this will save the
current playtime and the total time of the
podcast episode in the local database and also
send exact played events to the web server.
2010-04-26 11:38:55 +02:00