After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 722819 - Add Pocket source
Add Pocket source
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: plugins
git master
Other All
: Normal enhancement
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2014-01-23 07:18 UTC by Bastien Nocera
Modified: 2014-02-09 23:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
pocket: Add Pocket source (58.36 KB, patch)
2014-02-03 16:18 UTC, Bastien Nocera
none Details | Review
pocket: Add Pocket source (58.36 KB, patch)
2014-02-09 20:24 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2014-01-23 07:18:43 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().
Comment 1 Bastien Nocera 2014-02-03 16:18:07 UTC
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
Comment 2 Juan A. Suarez Romero 2014-02-09 20:10:25 UTC
Can't apply this patch. Could you re-submit it?
Comment 3 Bastien Nocera 2014-02-09 20:24:33 UTC
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
Comment 4 Bastien Nocera 2014-02-09 20:26:08 UTC
You'll need to apply the freebox TV plugin in bug 720436 first, and the guardian videos one in bug 680678.
Comment 5 Juan A. Suarez Romero 2014-02-09 23:28:25 UTC
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(-)