GNOME Bugzilla – Bug 722819
Add Pocket source
Last modified: 2014-02-09 23:28:28 UTC
This would list all videos/audio/images listed in the user's Pocket account. The source should also allow to mark items as read, probably using grl_source_remove().
Created attachment 267965 [details] [review] pocket: Add Pocket source A number of improvements can still be done: - Respect browse spec (count, skip) - Add change support - Find a way to get thumbnails - Add delete/archive support
Can't apply this patch. Could you re-submit it?
Created attachment 268604 [details] [review] pocket: Add Pocket source A number of improvements can still be done: - Respect browse spec (count, skip) - Add change support - Find a way to get thumbnails - Add delete/archive support
You'll need to apply the freebox TV plugin in bug 720436 first, and the guardian videos one in bug 680678.
commit ec026789c4a72634ab86f56d87845d01be4fe7a1 Author: Bastien Nocera <hadess@hadess.net> Date: Sun Feb 2 18:15:02 2014 +0100 pocket: Add Pocket source A number of improvements can still be done: - Respect browse spec (count, skip) - Add change support - Find a way to get thumbnails - Add delete/archive support https://bugzilla.gnome.org/show_bug.cgi?id=722819 configure.ac | 53 +++++++ src/Makefile.am | 6 +- src/pocket/Makefile.am | 52 +++++++ src/pocket/channel-pocket.svg | 137 ++++++++++++++++ src/pocket/gnome-pocket.c | 934 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ src/pocket/gnome-pocket.h | 117 ++++++++++++++ src/pocket/grl-pocket.c | 405 ++++++++++++++++++++++++++++++++++++++++++++++++ src/pocket/grl-pocket.h | 76 +++++++++ src/pocket/grl-pocket.xml | 10 ++ src/pocket/pocket.gresource.xml | 6 + 10 files changed, 1795 insertions(+), 1 deletion(-)