+ All Categories
Home > Technology > Seriesfinale, a TV shows' tracker for Maemo 5

Seriesfinale, a TV shows' tracker for Maemo 5

Date post: 18-Jan-2015
Category:
Upload: joaquim-rocha
View: 1,452 times
Download: 1 times
Share this document with a friend
Description:
The presentation of SeriesFinale for the embedded/mobile track in FOSDEM 2010.
Popular Tags:
22
static void _f_do_barnacle_install_properties(GObjectClass *gobject_class) { GParamSpec *pspec; /* Party code attribute */ pspec = g_param_spec_uint64 (F_DO_BARNACLE_CODE, "Barnacle code.", "Barnacle code", 0, G_MAXUINT64, G_MAXUINT64 /* default value */, G_PARAM_READABLE | G_PARAM_WRITABLE | G_PARAM_PRIVATE); g_object_class_install_property (gobject_class, F_DO_BARNACLE_PROP_CODE, Joaquim Rocha [email protected] SeriesFinale TV shows tracker for Maemo 5 FOSDEM 2010
Transcript
Page 1: Seriesfinale, a TV shows' tracker for Maemo 5

static void_f_do_barnacle_install_properties(GObjectClass

*gobject_class){

GParamSpec *pspec;

/* Party code attribute */ pspec = g_param_spec_uint64

(F_DO_BARNACLE_CODE, "Barnacle code.", "Barnacle code",

0, G_MAXUINT64,

G_MAXUINT64 /* default value */,

G_PARAM_READABLE | G_PARAM_WRITABLE |

G_PARAM_PRIVATE);

g_object_class_install_property (gobject_class,

F_DO_BARNACLE_PROP_CODE,

Joaquim [email protected]

SeriesFinale

TV shows tracker for Maemo 5

FOSDEM 2010

Page 2: Seriesfinale, a TV shows' tracker for Maemo 5

Joaquim Rocha (Igalia) · SeriesFinale · FOSDEM 2010

There was a big problem!

Page 3: Seriesfinale, a TV shows' tracker for Maemo 5

Joaquim Rocha (Igalia) · SeriesFinale · FOSDEM 2010

So many TV shows...So little time to watch them

the disrespect of TV networks

CC Photo by: http://www.flickr.com/photos/uwebkk/

Page 4: Seriesfinale, a TV shows' tracker for Maemo 5

Joaquim Rocha (Igalia) · SeriesFinale · FOSDEM 2010

That made me and my girlfriend sad... :(

CC Photo by: http://www.flickr.com/photos/rivalius13/

Page 5: Seriesfinale, a TV shows' tracker for Maemo 5

Joaquim Rocha (Igalia) · SeriesFinale · FOSDEM 2010

I noticed that when a TV show is starting, I wouldn't get a piece of

paper nor open a txt to write it down

Page 6: Seriesfinale, a TV shows' tracker for Maemo 5

Joaquim Rocha (Igalia) · SeriesFinale · FOSDEM 2010

but the damn phone is always nearby!

Page 7: Seriesfinale, a TV shows' tracker for Maemo 5

Joaquim Rocha (Igalia) · SeriesFinale · FOSDEM 2010

What if I had a list of the episodes of each show I follow,

and their synopsis, etc.

and could check them on mybeloved N900!?

Page 8: Seriesfinale, a TV shows' tracker for Maemo 5

Joaquim Rocha (Igalia) · SeriesFinale · FOSDEM 2010

How could this be done?

2 options:#1 screen scraping

#2 a nice API

Page 9: Seriesfinale, a TV shows' tracker for Maemo 5

Joaquim Rocha (Igalia) · SeriesFinale · FOSDEM 2010

I searched for the nice API

Page 10: Seriesfinale, a TV shows' tracker for Maemo 5

Joaquim Rocha (Igalia) · SeriesFinale · FOSDEM 2010

Found TheTVDB.com :GPL project where everybody can

contribute with info and artabout their favorite shows

Page 11: Seriesfinale, a TV shows' tracker for Maemo 5

Joaquim Rocha (Igalia) · SeriesFinale · FOSDEM 2010

And there was even a Python module to try the API right away

Page 12: Seriesfinale, a TV shows' tracker for Maemo 5

Joaquim Rocha (Igalia) · SeriesFinale · FOSDEM 2010

So I did a fast check, the API worked;

TheTVDB seemed well updated;and I started SeriesFinale using

Igalia's hackfest time

Page 13: Seriesfinale, a TV shows' tracker for Maemo 5

Joaquim Rocha (Igalia) · SeriesFinale · FOSDEM 2010

The architecture is not dependent on TheTVDB

(another provider backend can be written)

Page 14: Seriesfinale, a TV shows' tracker for Maemo 5

Joaquim Rocha (Igalia) · SeriesFinale · FOSDEM 2010

TV Show:

namegenre

overviewnetworkratingactors

Page 15: Seriesfinale, a TV shows' tracker for Maemo 5

Joaquim Rocha (Igalia) · SeriesFinale · FOSDEM 2010

Episode:name

overviewnumberseasondirectorwriter

guest starsrating

air date

Page 16: Seriesfinale, a TV shows' tracker for Maemo 5

Joaquim Rocha (Igalia) · SeriesFinale · FOSDEM 2010

Stored “DB”: objects JSON picklestored as text in a file

Page 17: Seriesfinale, a TV shows' tracker for Maemo 5

Joaquim Rocha (Igalia) · SeriesFinale · FOSDEM 2010

Ported already to Diablo(thanks to Juan Suárez)

Page 18: Seriesfinale, a TV shows' tracker for Maemo 5

Joaquim Rocha (Igalia) · SeriesFinale · FOSDEM 2010

Future:* Download and use art

* Use CouchDB* Port it to the GNOME desktop

* Make a web site with sync capability

* Find a way to link to episodes' trailers on YouTube

Page 19: Seriesfinale, a TV shows' tracker for Maemo 5

Joaquim Rocha (Igalia) · SeriesFinale · FOSDEM 2010

Demo time!

Page 20: Seriesfinale, a TV shows' tracker for Maemo 5

Joaquim Rocha (Igalia) · SeriesFinale · FOSDEM 2010

AND NO, THERE WON'T BE A “DOWNLOAD” BUTTON!!!

CC Photo by: http://www.flickr.com/photos/outime/

Page 21: Seriesfinale, a TV shows' tracker for Maemo 5

Joaquim Rocha (Igalia) · SeriesFinale · FOSDEM 2010

Install it!Use it!

Live happy ever after!

(and also contribute to TheTVDB.com)

http://gitorious.org/seriesfinale

Page 22: Seriesfinale, a TV shows' tracker for Maemo 5

Joaquim Rocha (Igalia) · SeriesFinale · FOSDEM 2010

Thank you!


Recommended