ANNOUNCE: grilo 0.3.1 released

2016-06-27 Thread Juan A. Suarez Romero
A new release of grilo, 0.3.1, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
https://wiki.gnome.org/Projects/Grilo


What is new in 0.3.1?
==
  * Updated translations
  * Added new keys: GRL_METADATA_KEY_ALBUM_DISC_NUMBER,
GRL_METADATA_KEY_COMPOSER, GRL_METADATA_KEY_ALBUM_ARTIST
  * Deprecated GRL_NET errors in favour of GRL_IO errors

  * Bugs fixed:
* BGO#732879 - AcoustID source
* BGO#760426 - [PATCH] grl-inspect-0.3 --help and grl-launch-0.3 --
help shows translated characters as question marks on some locales
* BGO#760648 - filename leaks in grl_registry_load_plugin_directory
* BGO#761820 - configure doesn't fail if libsoup not available
* BGO#761868 - [PATCH] add album disc key
* BGO#763009 - [PATCH] add several audio related keys
* BGO#764077 - Cancellation doesn't work

Who contributed to it?
==
    * Alexandre Franke 
* Anders Jonsson 
* Andika Triwidada 
* Ask Hjorth Larsen 
* Aurimas Černius 
* Balázs Meskó 
* Bastien Nocera 
* Bernd Homuth 
* Chao-Hsiung Liao 
* Cédric Valmary 
* Daniel Mustieles 
* Dušan Kazik 
* Efstathios Iosifidis 
* Enrico Nicoletto 
* Fabio Tomat 
* Fran Dieguez 
* Inaki Larranaga Murgoitio 
* Juan A.  Suarez Romero 
* Kjartan Maraas 
* Marek Černocký 
* Marinus Schraal 
* Matej Urbančič 
* Milo Casagrande 
* Pedro Albuquerque 
* Piotr Drąg 
* Rūdolfs Mazurs 
* Seong-ho Cho 
* Tim Lunn 
* Ting-Wei Lan 
* Victor Toso 
* Yosef Or Boczko 
* Yuri Myasoedov 
* Мирослав Николић 


Where can I get it?
===
https://download.gnome.org/sources/grilo/0.3/


signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo-plugins 0.3.1 released

2016-04-20 Thread Juan A. Suarez Romero
A new release of grilo's plugins, 0.3.1, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
https://wiki.gnome.org/Projects/Grilo


What is new in 0.3.1?
==
This release contains changes in the Lua plugin API, requiring changes
to the Lua sources:
- calls that require a callback function to be passed will now be
  passed as a function, not a string
- async calls (grl.fetch and grl.unzip) can now have a userdata "blob"
  passed from the calling function to the callback when the operation
  is finished
- the prototype of these functions is now:
  grl.unzip (url, filenames, [netopt], callback, [userdata])
  grl.fetch (urls, [netopt], callback, [userdata])
  with the arguments between '[]' are optional

  * Tracker plugin
* BGO#761168 - Fix handling of keys with underscores in their names
* BGO#730028 - Fix giving back wrong type of media that was causing
  crashes in GNOME Videos

  * Lua Factory plugin
* BGO#760378 - Make containers match any supported_media
* BGO#760565 - Fix double-free when handling GOA accounts
* BGO#753141, BGO#732879, BGO#763046, Fix warnings when the
  requested keys in the source table, stop lua plugins from
  changing input arguments, better source tracking to avoid
  memory leaks
* BGO#761694 - Order last.fm thumbnails from large to small
* BGO#732879 - Don't warn for unknown keys in source table

  * TheTVDB plugin
* BGO#759835 - Require a newer gom that fixes migration problems


Where can I get it?
===
https://download.gnome.org/sources/grilo-plugins/0.3/

signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo-plugins 0.2.17 released

2015-12-20 Thread Juan A. Suarez Romero
A new release of grilo's plugins, 0.2.17, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
https://wiki.gnome.org/Projects/Grilo


What is new in 0.2.17?
==
  * General
* Update i18n translations
* BGO#755702 - Show better configuration information

  * Filesystem plugin
* BGO#755181 - filesystem: weird content-changed notifications

  * Last.fm AlbumArt plugin
* BGO#700276 - lastfm: update to new API 2.0

  * Local Metadata plugin
* BGO#754532 - Remove title parsing from local-metadata plugin
* BGO#755464 - local-metadata: Another bad TV show parsing

  * Lua Factory plugin
* BGO#700276 - lastfm: update to new API 2.0
* BGO#754531 - Make lua-factory a hard requirement
* BGO#754811 - spotify: implement Spotify plugin
* BGO#755464 - local-metadata: Another bad TV show parsing
* BGO#76 - Add XML parser

  * Metrolyrics plugin
* BGO#759109 - metrolyrics: fix parser after metrolyrics changes

  * TheTVDB plugin
* BGO#758959 - thetvdb: Force updating the show name

  * Tracker plugin
* BGO#746974 - Tracker plugin's change signal is useless
* BGO#758654 - Fix tracker serialisation


Who contributed to it?
==
  * Alberto Garcia 
  * Anders Jonsson 
  * Andika Triwidada 
  * Ask Hjorth Larsen 
  * Bastien Nocera 
  * Daniel Mustieles 
  * Fran Dieguez 
  * George Sedov 
  * Inaki Larranaga Murgoitio 
  * Juan A. Suarez Romero 
  * Marek Černocký 
  * Pedro Albuquerque 
  * Piotr Drąg 
  * Rafael Fontenelle 
  * Tom Tryfonidis 
  * Victor Toso 
  * Wolfgang Stöggl 
  * Xavier Claessens 
  * Yosef Or Boczko 
  * Марко Костић 
  * Милош Поповић 


Where can I get it?
===
https://download.gnome.org/sources/grilo-plugins/0.2/

signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo 0.2.15 released

2015-12-20 Thread Juan A. Suarez Romero
A new release of grilo, 0.2.15, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
https://wiki.gnome.org/Projects/Grilo


What is new in 0.2.15?
==
  * Updated i18n translations
  * Support builtin plugins
  * Bugs fixed:
* BGO#747026 - core: Add a way to load builtin plugins
* BGO#755368 - 'make clean' removes Vala .deps files
* BGO#755433 - grl_pls_browse_sync() is not introspectable
* BGO#755516 - build: fix build due syntax error
* BGO#755702 - Show better configuration information
* BGO#758654 - Fix tracker serialisation
* BGO#758655 - grl-launch fixes


API changes
===
  * Added:
    * grl_registry_load_plugin_from_desc()


Who contributed to it?
==
  * Alexandre Franke 
  * Anders Jonsson 
  * Ask Hjorth Larsen 
  * Bastien Nocera 
  * Bernd Homuth 
  * Cédric Valmary 
  * Fran Dieguez 
  * Inaki Larranaga Murgoitio 
  * Juan A. Suarez Romero 
  * Marek Černocký 
  * Matej Urbančič 
  * Muhammet Kara 
  * Pedro Albuquerque 
  * Piotr Drąg 
  * Rafael Fontenelle 
  * Seong-ho Cho 
  * Stas Solovey 
  * Victor Toso 
  * Wolfgang Stöggl 
  * Xavier Claessens 
  * Yosef Or Boczko 
  * Марко Костић 
  * Милош Поповић 


Where can I get it?
===
https://download.gnome.org/sources/grilo/0.2/

signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo 0.3.0 released (MAJOR RELEASE)

2015-12-20 Thread Juan A. Suarez Romero
A new release of grilo, 0.3.0, has been released.

NOTE: This release is incompatible with the previous 0.2.x releases


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
https://wiki.gnome.org/Projects/Grilo


What is new in 0.3.0?
==
  * New major version
  * Updated i18n translations
  * "last-played-time" now is a GDateTime key, instead of string
  * Support builtin plugins
  * Get rid of XML plugin definitions
  * New way of defining plugins (GRL_PLUGIN_DEFINE)
  * Plugins must be explicitly activated after loading them
  * Merge GrlMedia{Audio,Video,Image,Box} in GrlMedia
  * Bugs fixed:
    * BGO#686175 - "last-played-time" declared as string, instead of
date-time
* BGO#745676 - core: Fix warning when unloading a plugin that
failed to load
* BGO#747026 - core: Add a way to load builtin plugins
* BGO#747029 - source: Only replace source ID in notify if unset
* BGO#747953 - Information leak via plain text HTTP connection
* BGO#748455 - Some cleanup I made in grilo, I want to implement a
test for GrlMediaContainer in a separate branch
* BGO#748550 - Unregister custom keys on grl_registry_unload_plugin
* BGO#748873 - Documentation and precondition fixes for media
resolution
* BGO#748896 - src: Try all GrlSources in
grl_multiple_get_media_from_uri()
* BGO#749587 - Fix make distcheck.
* BGO#749887 - Fix coverity bugs
* BGO#754093 - grilo-plugins tests fail if build machine has no
internet connectivity
* BGO#754401 - grilo-test-ui: Fix warning about deprecated gtk-
menu-images
* BGO#755368 - 'make clean' removes Vala .deps files
* BGO#755433 - grl_pls_browse_sync() is not introspectable
* BGO#755516 - build: fix build due syntax error
* BGO#71 - remove media specifiers as subclasses
* BGO#755702 - Show better configuration information
* BGO#758654 - Fix tracker serialisation
* BGO#758655 - grl-launch fixes
* BGO#759295 - Get rid of XML plugins descriptors

API changes
===
  * Added:
    * Several add/get/set functions in GrlMedia{Audio,Video,Image,Box}
has been added into GrlMedia
    * grl_media_is_{audio,video,image,container}()
    * GRL_PLUGIN_DEFINE()
  * Removed
    * All GrlMedia{Audio,Video,Image,Box} classes
    * GRL_PLUGIN_REGISTER()
    * GRL_PLUGIN_REGISTER_FULL()


Who contributed to it?
==
  * Alexandre Franke 
  * Anders Jonsson 
  * Andika Triwidada 
  * Ask Hjorth Larsen 
  * Aurimas Černius 
  * Balázs Úr 
  * Bastien Nocera 
  * Bernd Homuth 
  * Chao-Hsiung Liao 
  * Claudio Arseni 
  * Cédric Valmary 
  * Daniel Mustieles 
  * Dušan Kazik 
  * Emmanuele Bassi 
  * GNOME Translation Robot 
  * George Sedov 
  * Inaki Larranaga Murgoitio 
  * Juan A. Suarez Romero 
  * Marek Černocký 
  * Matej Urbančič 
  * Mathieu Duponchelle 
  * Muhammet Kara 
  * Olav Vitters 
  * Pedro Albuquerque 
  * Philip Withnall 
  * Piotr Drąg 
  * Rūdolfs Mazurs 
  * Samir Ribic 
  * Seong-ho Cho 
  * Tom Tryfonidis 
  * Victor Toso 
  * Xavier Claessens 
  * Yosef Or Boczko 
  * Милош Поповић 


Where can I get it?
===
https://download.gnome.org/sources/grilo/0.3/


signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo-plugins 0.3.0 released (MAJOR RELEASE)

2015-12-20 Thread Juan A. Suarez Romero
os Iosifidis 
  * Elad Alfassa 
  * Fran Dieguez 
  * George Sedov 
  * Gil Forcada 
  * Giovanni Campagna 
  * Iain Lane 
  * Inaki Larranaga Murgoitio 
  * Jan Alexander Steffens (heftig) 
  * Jeremy Whiting 
  * Jordi Mas 
  * Juan A. Suarez Romero 
  * Marek Černocký 
  * Matej Urbančič 
  * Mathieu Duponchelle 
  * Miguel Rodríguez Núñez 
  * Necdet Yücel 
  * Olivier Crête 
  * Paul Seyfert 
  * Pedro Albuquerque 
  * Philip Withnall 
  * Philip Withnall 
  * Piotr Drąg 
  * Rafael Ferreira 
  * Samir Ribic 
  * Seong-ho Cho 
  * Simon McVittie 
  * Tom Tryfonidis 
  * Victor Toso 
  * W. Michael Petullo 
  * Xavier Claessens 
  * Yosef Or Boczko 
  * Yuri Myasoedov 
  * Милош Поповић 
  * Мирослав Николић 


Where can I get it?
===
https://download.gnome.org/sources/grilo-plugins/0.3/

signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo-plugins 0.2.16 released

2015-09-26 Thread Juan A. Suarez Romero
A new release of grilo's plugins, 0.2.16, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
https://wiki.gnome.org/Projects/Grilo


What is new in 0.2.16?
==
  * Updated i18n

  * LastFM Album Art plugin
* BGO#700276 - lastfm: update to new API 2.0

  * Lua Factory plugin
* BGO#754895 - lua-factory: Fix compilation with g-o-a disabled

  * TheTVDB plugin
* Fix tests

Who contributed to it?
==
  * Alexandre Franke 
  * Aurimas Černius 
  * Balázs Úr 
  * Bastien Nocera 
  * Claudio Arseni 
  * Dušan Kazik 
  * Georges Basile Stavracas Neto 
  * Juan A. Suarez Romero 
  * Matej Urbančič 
  * Pedro Albuquerque 
  * Piotr Drąg 
  * Seong-ho Cho 


Where can I get it?
===
https://download.gnome.org/sources/grilo-plugins/0.2/

signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo-plugins 0.2.15 released

2015-09-21 Thread Juan A. Suarez Romero
A new release of grilo's plugins, 0.2.15, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
https://wiki.gnome.org/Projects/Grilo


What is new in 0.2.15?
==
  * Updated i18n
  * Lot of improvements in Lua Factory
  * Removed Blip.tv source (service shutdown)
  * Apple Trailers plugin ported to Lua
  * Pocket plugin ported to Lua

  * General
* BGO#749063 - build: General git.mk and MAINTAINERCLEANFILES fixes

  * Apple Trailers plugin
* BGO#752681 - Port Apple Trailers source to Lua

  * Blip.tv plugin
* BGO#725031 - bliptv: Search return recent items' RSS instead of
results

  * Bookmarks plugin
* BGO#752066 - grl-bookmarks doesn't notify of removals

  * dLeyna plugin
* BGO#749889 - dleyna: Fix grl_dleyna_util_uri_is_localhost() usage
* BGO#749890 - dleyna: Fix incorrect properties passed to
applications

  * DMAP plugin
* BGO#746722 - Add DPAP (iPhoto sharing) plugin

  * Freebox plugin
* BGO#745179 - radios.m3u missing in the 0.2.14 tarball, build
fails.

  * Guardian Videos plugin
* BGO#748224 - guardianvideos: fix URL format string
* BGO#750990 - Fix unescaping Guardian Videos titles

  * Local Mmetadata plugin
* BGO#746776 - local-metadata: Remove unused variable
* BGO#748604 - local-metadata: Don't crash on files named wsb.wmv
* BGO#752057 - local-metadata: Query for media art existence

  * Lua Factory plugin
* BGO#741607 - WIP: Use lua to parse video titles
* BGO#741784 - lua-factory: testing
* BGO#747953 - Information leak via plain text HTTP connection
* BGO#750903 - Make it easier to access the API key config
* BGO#750955 - CRITICAL **: grl_l_callback: assertion 'os != NULL'
failed
* BGO#750982 - Better sandboxing
* BGO#750983 - lua-factory: Add inspect.lua helper
* BGO#750990 - Fix unescaping Guardian Videos titles
* BGO#751786 - lua-factory: Fix possible memleak if source
registration fails
* BGO#751981 - Add support for GOA in lua-factory
* BGO#752593 - lua-factory: Add support for dates in Epoch format
* BGO#752594 - tests: Fix lua-factory Makefile generation
* BGO#752595 - lua-factory: Add grl.is_video_site() function
* BGO#752681 - Port Apple Trailers source to Lua
* BGO#752895 - lua-factory: Also try convert HTML from ISO8859-1
* BGO#752899 - lua-factory: Re-add "Music" GOA support

  * Magnatune plugin
* BGO#751890 - Magnatune plugin doesn't invoke the callback in
search operations with 0 result

  * Metrolyrics plugin
* BGO#754275 - Fix metrolyrics source and test

  * OpenSubtitles plugin
* BGO#754451 - Opensubtitles plugin causes many warnings

  * TheTVDB plugin
* BGO#748422 - thetvdb: Make it possible to hit only cache
* BGO#748423 - thetvdb: Fuzzy series name matching
* BGO#754489 - thetvdb: use https rather than insecure http

  * Tracker plugin
* BGO#733582 - rhythmbox crashes with SIGSEGV in
tracker_evt_update_orphan_item_cb
* BGO#748173 - tracker: Do not advertise browse support for the
Tracker extractor
* BGO#748539 - Eliminate duplicates in grl-tracker search results
* BGO#753732 - tracker: track number is missing from grilo
information

  * YouTube plugin
* BGO#741634 - youtube: Home-made refcounting?!
* BGO#748395 - Update libgdata API usage
* BGO#754244 - Grilo YouTube plugin crash


Who contributed to it?
==
  * Alberto Garcia 
  * Alexandre Franke 
  * Anders Jonsson 
  * Andika Triwidada 
  * Ask H. Larsen 
  * Aurimas Černius 
  * Balázs Úr 
  * Bastien Nocera 
  * Chao-Hsiung Liao 
  * Claudio Arseni 
  * Colin Walters 
  * Daniel Mustieles 
  * Dušan Kazik 
  * Efstathios Iosifidis 
  * Elad Alfassa 
  * Fran Dieguez 
  * George Sedov 
  * Gil Forcada 
  * Giovanni Campagna 
  * Iain Lane 
  * Inaki Larranaga Murgoitio 
  * Jan Alexander Steffens (heftig) 
  * Jeremy Whiting 
  * Jordi Mas 
  * Juan A. Suarez Romero 
  * Marek Černocký 
  * Mathieu Duponchelle 
  * Necdet Yücel 
  * Olivier Crête 
  * Paul Seyfert 
  * Pedro Albuquerque 
  * Philip Withnall 
  * Philip Withnall 
  * Piotr Drąg 
  * Rafael Ferreira 
  * Samir Ribic 
  * Seong-ho Cho 
  * Simon McVittie 
  * Victor Toso 
  * W. Michael Petullo 
  * Xavier Claessens 
  * Yosef Or Boczko 
  * Yuri Myasoedov 
  * Мирослав Николић 


Where can I get it?
===
https://download.gnome.org/sources/grilo-plugins/0.2/


signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo 0.2.13 released

2015-09-07 Thread Juan A. Suarez Romero
A new release of grilo, 0.2.13, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
https://wiki.gnome.org/Projects/Grilo


What is new in 0.2.13?
==
  * Updated i18n
  * Added new languages: Occitan, Bosnian
  * Fixed tests
  * Added GRL_CORE_ERROR_AUTHENTICATION_TOKEN
  * Bugs fixed:
* BGO#745676 - core: Fix warning when unloading a plugin that
failed to load
* BGO#747029 - source: Only replace source ID in notify if unset
* BGO#747953 - Information leak via plain text HTTP connection
* BGO#748455 - Some cleanup I made in grilo, I want to implement a
test for GrlMediaContainer in a separate branch
* BGO#748550 - Unregister custom keys on grl_registry_unload_plugin
* BGO#748873 - Documentation and precondition fixes for media
resolution
* BGO#748896 - src: Try all GrlSources in
grl_multiple_get_media_from_uri()
* BGO#749587 - Fix make distcheck.
* BGO#749887 - Fix coverity bugs
* BGO#754093 - grilo-plugins tests fail if build machine has no
internet connectivity
* BGO#754401 - grilo-test-ui: Fix warning about deprecated gtk-menu
-images


Who contributed to it?
==
  * Andika Triwidada 
  * Aurimas Černius 
  * Balázs Úr 
  * Bastien Nocera 
  * Chao-Hsiung Liao 
  * Claudio Arseni 
  * Cédric Valmary 
  * Daniel Mustieles 
  * Dušan Kazik 
  * George Sedov 
  * Juan A. Suarez Romero 
  * Mathieu Duponchelle 
  * Pedro Albuquerque 
  * Philip Withnall 
  * Piotr Drąg 
  * Rūdolfs Mazurs 
  * Samir Ribic 
  * Tom Tryfonidis 
  * Victor Toso 
  * Xavier Claessens 


Where can I get it?
===
https://download.gnome.org/sources/grilo/0.2/


signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo 0.2.12 released

2015-03-01 Thread Juan A. Suarez Romero
A new release of grilo, 0.2.12, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
https://wiki.gnome.org/Projects/Grilo


What is new in 0.2.12?
==
  * Add man pages for grilo-test-ui and grl-launch
  * Modernized Vala bindings
  * Sources are network aware
  * Added new plugin register function: GRL_PLUGIN_REGISTER_FULL()
  * Renamed GrlOperationOptions flags to resolution-flags
  * Several fixes, including:
* BGO#724308 - Make it possible to pass flags to remove()
* BGO#725148 - Automatic network awareness
* BGO#730663 - vala bindings: all defines in grl-definitions.h are missing 
in the bindings
* BGO#732878 - Include mb-track-id and mb-artist-id metadata key
* BGO#740113 - Fix compilation warning
* BGO#740128 - Add missing GRL_OP_STORE to supported ops
* BGO#740186 - Modernize vala bindings
* BGO#740761 - Correct file size metadata key
* BGO#740942 - core: Fix excessive ref'ing when registering new keys
* BGO#740943 - core: Add register_keys plugin function
* BGO#741020 - core: Add tag to grl_operation_options_get_key_range_filter
* BGO#741081 - data/grl-media-audio.c: Non-void function should return a 
value
* BGO#741207 - Minor fixes at local-metadata and thetvdb
* BGO#741230 - MusicBrainz source to Grilo
* BGO#741315 - Vala bindings build fixes
* BGO#741605 - core: Make the property name match the metadata key name
* BGO#742645 - error: ENABLE_VAPIGEN does not appear in AM_CONDITIONAL
* BGO#743351 - core: Make grl_init_get_option_group() available to bindings
* BGO#743353 - core: Fix grl_init() when using the GOptionGroup instead
* BGO#744168 - core: Add audio-track property
* BGO#744408 - Memory leak in get_additional_sources
  * Added/updated support for i18n
* Punjabi
* Swedish
* Turkish


API changes
===
  * Added:
* GRL_METADATA_KEY_MB_TRACK_ID
* GRL_METADATA_KEY_MB_ARTIST_ID
* GRL_METADATA_KEY_MB_RECORDING_ID
* GRL_METADATA_KEY_EPISODE_TITLE
* GRL_METADATA_KEY_AUDIO_TRACK
* grl_data_set_int64()
* grl_data_get_int64()
* grl_data_add_int64()
* grl_media_audio_set_mb_artist_id()
* grl_media_audio_set_mb_recording_id()
* grl_media_audio_set_mb_track_id()
* grl_media_audio_add_mb_artist_id()
* grl_media_audio_get_mb_artist_id()
* grl_media_audio_get_mb_artist_id_nth()
* grl_media_audio_get_mb_recording_id()
* grl_media_audio_get_mb_track_id()
* grl_media_video_set_episode_title()
* grl_media_video_get_episode_title()
* grl_related_keys_set_int64()
* grl_related_keys_get_int64()
* GRL_PLUGIN_REGISTER_FULL()
  * Deprecated:
* grl_operation_options_set_flags(), replaced by 
grl_operation_options_set_resolution_flags()
* grl_operation_options_get_resolution_flags(), replaced by 
grl_operation_options_get_resolution_flags()


Who contributed to it?
==
  * A S Alam aalam users sf net
  * Adrião Morão amoran igalia com
  * Alberto Garcia berto igalia com
  * Anders Jonsson anders jonsson norsjovallen se
  * Bastien Nocera hadess hadess net
  * Juan A. Suarez Romero jasuarez igalia com
  * Marc-André Lureau marcandre lureau gmail com
  * Muhammet Kara muhammetk gmail com
  * Sebastian Keller sebastian-keller gmx de
  * Ting-Wei Lan lantw src gnome org
  * Victor Toso me victortoso com


Where can I get it?
===
https://download.gnome.org/sources/grilo/0.2/



signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo 0.2.11 released

2014-08-26 Thread Juan A. Suarez Romero

A new release of grilo, 0.2.11, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
https://wiki.gnome.org/Projects/Grilo


What is new in 0.2.11?
==
  * Fixes in build system
  * Generate AUTHORS file automatically
  * Added new keys: GRL_METADATA_KEY_TITLE_FROM_FILENAME, 
GRL_METADATA_KEY_MB_ALBUM_ID
  * Added new tool: grl-launch, to run Grilo operations from command line
  * Several fixes, including
* BGO#706877 - Let TheMovieDb resolver perform searches based on file name
* BGO#726698 - core: More cleanups
* BGO#727223 - Add grl-launch tool
* BGO#728812 - GrlPlsFilterFunc is missing from the doc
* BGO#730003 - core: Fix reference to renamed functions
* BGO#730548 - GRL_METADATA_KEY_INVALID is missing in the Vala bindings
* BGO#731282 - Add GRL_METADATA_KEY_MB_ALBUM_ID to core keys
* BGO#733232 - rhythmbox crashes while using jamendo due to double free in 
libgrilo
* BGO#733285 - gboolean grl_initialized should be reset to FALSE in 
grl_deinit
  * Added/updated support for i18n
* Basque (new)
* Greek
* Serbian
* Turkish (new)


API changes
===
  * Added:
* GRL_METADATA_KEY_TITLE_FROM_FILENAME key
* GRL_METADATA_KEY_MB_ALBUM_ID
* grl_media_audio_set_mb_album_id()
* grl_media_audio_get_mb_album_id()


Who contributed to it?
==
  * Andres Gomez agomez igalia com
  * Bastien Nocera hadess hadess net
  * Inaki Larranaga Murgoitio dooteo zundan com
  * Juan A. Suarez jasuarez igalia com
  * Juan A. Suarez Romero jasuarez igalia com
  * MarMav mavridou gmail com
  * Muhammet Kara muhammetk gmail com
  * Olav Vitters olav vitters nl
  * Oliver Krylow okrylow gmail com
  * Piotr Drąg piotrdrag gmail com
  * Simon Wenner simon wenner ch
  * Victor Toso me victortoso com
  * Xavier Claessens xavier claessens collabora com
  * Мирослав Николић miroslavnikolic rocketmail com


Where can I get it?
===
https://download.gnome.org/sources/grilo/0.2/



signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo-plugins 0.2.13 released

2014-08-26 Thread Juan A. Suarez Romero

A new release of grilo's plugins, 0.2.13, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
https://wiki.gnome.org/Projects/Grilo


What is new in 0.2.13?
==
  * Several fixes in build system
  * Generate AUTHORS file automatically
  * BGO#706877 - Let TheMovieDb resolver perform searches based on file name
  * BGO#727901 - Some filesystem plugin related build fixes
  * Added/updated i18n support
* Assamese (new)
* Basque (new)
* Brazilian/Portuguese
* Catalan
* Catalan
* Catalan/Valencian
* Chinese
* Czech
* Danish
* French
* Galician
* German
* Greek
* Hebrew
* Hungarian
* Indonesian
* Italian
* Lithuanian
* Polish
* Russian
* Serbian
* Slovenian
* Spanish
* Traditional Chinese

  * Bookmarks plugin
* Reimplemented using GOM as backend, instead of SQLite directly
* BGO#729787 - Application crashes at startup

  * dLeyna plugin
* New plugin based on dLeyna to access UPnP/DLNA sources
* BGO#707346 - dleyna: Plugin to access DLNA contents using the dLeyna DBus 
service
* BGO#732016 - Bad string construction
* BGO#733253 - UPnP/DLeyna bug fixes

  * Filesystem plugin
* BGO#725203 - Filesystem plugin bug fixes
* BGO#730841 - grl-file-system: no notification changes for root container

  * Flickr plugin
* BGO#730812 - flickr: Use SSL

  * Jamendo plugin
* Fix browsing root category
* Fix wrong free

  * LastFM Album Art plugin
* Added tests

  * Local Metadata plugin
* BGO#725025 - local-metadata: Movies detected as episodes of a series
* BGO#725026 - Add support for SeasonxEpisode filename format
* BGO#725456 - grilo sometimes calls plugins with %20 instead of spaces
* BGO#727181 - local-metadata: Another bad TV show parsing
* BGO#732261 - local-metadata: new regexp match
* BGO#734636 - Tracker plugin doesn't get thumbnails

  * Lua Factory plugin
* Several fixes
* BDO#750038 - grilo-plugins: Conditional operator does not typecheck
* BGO#727570 - lua-factory: Fix typo in debug statement
* BGO#727571 - lua-factory: Don't add duplicate sources
* BGO#728525 - lua-factory: Add grl.unzip fetch function
* BGO#728882 - lua-factory: Add more keys to grl.get_options()
* BGO#729649 - lua-factory: Fix garbage after escaped text in grl.unescape()
* BGO#733259 - lua-factory: Fix use after free
* BGO#733289 - lua-factory: don't iterate on lua env table
* BGO#733303 - lua-factory: GrlMediaBoxes cannot have their metadata 
resolved
* Euronews source
  * BGO#731224 - Crash in can_remove if g_uri_parse_scheme fails
* Musicbrainz source
  * BGO#727766 - lua-factory: Add Musicbrainz Cover Art plugin
* Radiofrance source
  * BGO#727569 - radiofrance: Don't break when run behind a portal
  * BGO#734234 - RadioFrance source does not work in grilo

  * Optical Media plugin
* BGO#729704 - optical-media: Fix physical optical drives being ignored

  * Pocket plugin
* Request librest = 0.7.90

  * TheTVDB plugin
* BGO#672933 - Add thetvdb.com metadata
* BGO#733287 - thetvdb: fetch show in cache with case insensitive

  * Tracker plugin
* Add deinit() function
* BGO#678519 - grl_media_source_get_media_from_uri not implemented for 
tracker media source plugin
* BGO#701651 - Use OpenSubtitles.org to look up IMDB ID
* BGO#730399 - Search strings should be escaped

  * UPnP plugin
* Removed this plugin, replaced by new dLeyna plugin
* BGO#723780 - upnp: filter out devices on the local machine
* BGO#733253 - UPnP/DLeyna bug fixes

  * Vimeo plugin
* BGO#727899 - vimeo: Remove libgcrypt dependency
* BGO#730900 - Vimeo not work!


Who contributed to it?
==
  * AlainLojewski allomervan gmail com
  * Alberto Garcia berto igalia com
  * Andika Triwidada andika gmail com
  * Ask H. Larsen asklarsen gmail com
  * Aurimas Černius aurisc4 gmail com
  * Bastien Nocera hadess hadess net
  * Benjamin Steinwender b stbe at
  * Carles Ferrando carles ferrando gmail com
  * Chao-Hsiung Liao j_h_liau yahoo com tw
  * Christian Kirbach Christian Kirbach gmail com
  * Claudio Arseni claudio arseni gmail com
  * Daniel Mustieles daniel mustieles gmail com
  * Daniel Mustieles dnaiel mustieles gmail com
  * Debarshi Ray debarshir gnome org
  * Elad Alfassa elad fedoraproject org
  * Emanuele Aina emanuele aina collabora com
  * Enrico Nicoletto liverig gmail com
  * Fran Diéguez fran dieguez mabishu com
  * Gábor Kelemen kelemeng openscope org
  * Gil Forcada gforcada gnome org
  * Giovanni Campagna gcampagna src gnome org
  * Inaki Larranaga Murgoitio dooteo zundan com
  * Jeremy Whiting jpwhiting kde org
  * Juan A. Suarez Romero jasuarez igalia com
  * marablack3 marablack3

ANNOUNCE: grilo-plugins 0.2.12 released

2014-03-27 Thread Juan A. Suarez Romero

A new release of grilo's plugins, 0.2.12, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
http://live.gnome.org/Grilo


What is new in 0.2.12?
==
  * General
* BGO#725299 - build: Detect Lua in Debian systems
* BGO#725420 - all: Add names to all the timeouts and idles
* Plug some leaks
* Added/updated i18n support
  * Chinese
  * French
  * Galician
  * Hungarian
  * Korean
  * Portuguese
  * Russian
  * Slovenian
  * Spanish
  * Traditional Chinese

  * Apple Trailers plugin
*BGO#724019 - core: Add source-tags property

  * Bookmarks plugin
* BGO#726349 - bookmarks: Pass the removed media when notifying

  * Filesystem plugin
* BGO#725203 - Filesystem plugin bug fixes

  * Freebox plugin
*BGO#724019 - core: Add source-tags property

  * Guardian plugin
* Removed (part of new Lua Factory plugin)
* BGO#724644 - guardian-videos: Update to use guardianapis

  * Local Metadata plugin
* Added tests
* BGO#724046 - local-art: Use libmediaart instead of custom code
* BGO#725026 - Add support for SeasonxEpisode filename format

  * Lua Factory plugin
* Added new plugin that allows to create sources in Lua language
* It includes the following sources:
  * Euronews - A source for watching Euronews online
  * Metrolyrics - A source for lyrics
  * Radio France - A source for browsing Radio France radio stations
  * The Guardian Videos - A source for browsing videos from the Guardian
* BGO#711243 - Lua-Factory Plugin
* BGO#722820 - Add Radio France source
* BGO#724415 - Add Euronews source
* BGO#724644 - guardian-videos: Update to use guardianapis
* BGO#725188 - Lua-Factory: extend fetch operation
* BGO#725209 - lua-factory: Detect broken sources
* BGO#725381 - lua-factory: Add grl.unescape() helper
* BGO#726562 - lua-factory: Print URL for failed fetches
* BGO#726563 - lua-factory: Assert when overwriting user_data with 
concurrent resolves
* BGO#726677 - metrolyrics: fix initial check up

  * Pocket plugin
* BGO#725425 - pocket: initialize variables

  * TMDb plugin
* BGO#726372 - tmdb: Fix possible assertion at run-time

  * Tracker plugin
* BGO#629002 - Add GRL_METADATA_KEY_SIZE

  * UPnP plugin
* BGO#724793 - upnp: Prevent crash with some UPnP servers


Who contributed to it?
==
  * Balázs Úr urbalazs gmail com
  * Bastien Nocera hadess hadess net
  * Chao-Hsiung Liao j_h_liau yahoo com tw
  * Dominique Leuenberger dimstar opensuse org
  * Fran Diéguez fran dieguez mabishu com
  * Juan A. Suarez Romero jasuarez igalia com
  * Matej Urbančič mateju svn gnome org
  * Miguel Rodriguez Nuñez bokerones fritos gmail com
  * Rūdolfs Mazurs rudolfsm src gnome org
  * Seong-ho Cho darkcircle 0426 gmail com
  * Tiagosdot almosthumane portugalmail pt
  * Victor Toso me victortoso com
  * Wylmer Wang wantinghard gmail com
  * Yuri Myasoedov ymyasoedov yandex ru
  * naybnet naybnet gmail com


Where can I get it?
===
https://download.gnome.org/sources/grilo-plugins/0.2/



signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo 0.2.10 released

2014-03-19 Thread Juan A. Suarez Romero

A new release of grilo, 0.2.10, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
http://live.gnome.org/Grilo


What is new in 0.2.10?
==
  * Increase glib requirement to 2.34 or greater
  * Added new property in GrlSource: source-tags
  * Added new signal in GrlRegistry: metadata-key-added
  * Added new functions: grl_media_{set,get}_size()
  * Added new key: GRL_METADATA_KEY_SIZE
  * Updated man page
  * Several fixes, including:
* BGO#629002 - Add GRL_METADATA_KEY_SIZE
* BGO#724019 - core: Add source-tags property
* BGO#724648 - Vala dependency is not correctly detected
* BGO#724658 - test-ui: Fix crasher on exit
* BGO#724660 - Warnings on exit
* BGO#724871 - Warning fixes
* BGO#725419 - core: Add names to all the timeouts and idles
* BGO#726197 - grilo should not ignore ${libdir} and hardcode lib64
* BGO#726340 - core: Add guards for public API
  * Added/Updated support for i18n
* Swedish (new)


API changes
===
  * Added:
* GRL_METADATA_KEY_SIZE key
* grl_media_get_size()
* grl_media_set_size()
* GrlRegistry::metadata-key-added signal
* GrlSource::source-tags property


Wh+ contributed to it?
==
  * Bastien Nocera hadess hadess net
  * Juan A. Suarez Romero jasuarez igalia com
  * Marcus Lundblad ml update uu se
  * Ryan Lortie desrt desrt ca


Where can I get it?
===
https://download.gnome.org/sources/grilo/0.2/



signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo-plugins 0.2.11 released

2014-02-18 Thread Juan A. Suarez Romero

A new release of grilo's plugins, 0.2.11, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
http://live.gnome.org/Grilo


What is new in 0.2.11?
==
  * General
* Require glib = 2.34
* Added/Updated i18n support
  * Czech
  * Indonesian
  * Lithuanian
  * Norwegian Bokmål
  * Polish

  * Bookmarks plugin
* BGO#724548 - bookmarks: Bug fixes

  * Flickr plugin
* BGO#724615 - flickr: Set mime-type for images

  * Freebox plugin
* BGO#724369 - freebox plugin fails to link against avahi-glib and
  avahi-client

  * Pocket plugin
* BGO#724123 - pocket: Bump required gnome-online-accounts version
* BGO#724265 - pocket: Add thumbnails support for videos

  * TMDb plugin
* Fix tests

  * Tracker plugin
* BGO#724546 - grl-tracker-source cannot find tracker 1.0


Who contributed to it?
==
  * Andika Triwidada andika gmail com
  * Aurimas Černius aurisc4 gmail com
  * Bastien Nocera hadess hadess net
  * Juan A. Suarez Romero jasuarez igalia com
  * Juan R. Garcia Blanco juanrgar gmail com
  * Kjartan Maraas kmaraas gnome org
  * Marek Černocký marek manet cz
  * Piotr Drąg piotrdrag gmail com
  * Vadim Rutkovsky vrutkovs redhat com


Where can I get it?
===
http://ftp.gnome.org/pub/GNOME/sources/grilo-plugins/0.2/




signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo 0.2.9 released

2014-02-18 Thread Juan A. Suarez Romero

A new release of grilo, 0.2.9, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
http://live.gnome.org/Grilo


What is new in 0.2.8?
=
  * Several fixes, including
* BGO#724620 - core: Fix introspection scanner warnings
* BGO#724540 - pls: Return an error when the entry media is of the wrong 
type
* BGO#724430 - Remove check for libvala in configure.ac


Who contributed to it?
==
  * Bastien Nocera hadess hadess net
  * Colin Walters walters verbum org
  * Juan A. Suarez Romero jasuarez igalia com


Where can I get it?
===
http://ftp.gnome.org/pub/GNOME/sources/grilo/0.2/



signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo 0.2.8 released

2014-02-13 Thread Juan A. Suarez Romero

A new release of grilo, 0.2.8, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
http://live.gnome.org/Grilo


What is new in 0.2.8?
=
  * Added support for Vala 0.22 and 0.24
  * Bump required libglib version to 2.32
  * Added new core function: grl_deinit()
  * Added new property in GrlSource: source-icon
  * Added a new library: Grilo Playlist, to handle playlists as containers
  * Several fixes, including
* BGO#657926 - add per-source icon
* BGO#695303 - new feature: grilo playlist library
* BGO#709208 - search instead of browse vs upnp server that does not support
  search via parentID
* BGO#709651 - Double free when running tests
* BGO#710185 - grilo-inspect leaves empty directories in /tmp
* BGO#722358 - Add grl_registry_add_config_from_resource
* BGO#722398 - core: Add unit to duration
* BGO#722407 - Grilo build | `GLib.Icon' could not be found
* BGO#723077 - Use the GrlSource::source-icon property in grilo-test-ui
* BGO#723191 - Support Vala 0.24
* BGO#723989 - Misc build fixes
* BGO#724018 - core: Fix Since in GrlSource::source-icon docs
  * Added/Updated support for i18n
* Catalan (new)
* Catalan Valencian (new)
* Chinese
* Esperanto (new)
* German
* Greek
* Hebrew (new)
* Hungarian (new)
* Malayalam
* Norwegian bokmål
* Portuguese
* Tajik
* Ukrainian (new)


API changes
===
  * Added:
* grl_deinit()
* GrlSource::source-icon property


New libraries
=
  * Added Grilo Playlist (GrlPls), a library to handle playlists


Who contributed to it?
==
  * Alban Browaeys prahal yahoo com
  * Anish A aneesh nl gmail com
  * Bastien Nocera hadess hadess net
  * Carles Ferrando carles ferrando gmail com
  * Colin Walters walters verbum org
  * Daniel Korostil ted korostiled gmail com
  * Dominique Leuenberger dimstar opensuse org
  * Efstathios Iosifidis iosifidis opensuse org
  * Emanuele Aina emanuele aina collabora com
  * Fernando Carvalho phaetonkde gmail com
  * Gabor Kelemen kelemeng gnome hu
  * Gil Forcada gforcada gnome org
  * Jacobo Aragunde Pérez jaragunde igalia com
  * Juan A. Suarez Romero jasuarez igalia com
  * Kjartan Maraas kmaraas gnome org
  * Kristjan SCHMIDT kristjan schmidt googlemail com
  * Mateu Batle mateu batle collabora com
  * Victor Ibragimov victor ibragimov gmail com
  * Victor Manuel Jaquez Leal vjaquez igalia com
  * Wolfgang Stöggl c72578 yahoo de
  * Wylmer Wang wantinghard gmail com
  * Yosef Or Boczko yoseforb src gnome org


Where can I get it?
===
http://ftp.gnome.org/pub/GNOME/sources/grilo/0.2/



signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo-plugins 0.2.10 released

2014-02-13 Thread Juan A. Suarez Romero
  * Jacobo Aragunde Pérez jaragunde igalia com
  * Juan A. Suarez Romero jasuarez igalia com
  * Kenneth Nielsen k.nielsen81 gmail com
  * Kjartan Maraas kmaraas gnome org
  * Kristjan SCHMIDT kristjan schmidt googlemail com
  * Marek Černocký marek manet cz
  * Matej Urbančič mateju svn gnome org
  * Nishio Futoshi fut_nis d3 dion ne jp
  * Philip Withnall philip withnall collabora co uk
  * Piotr Drąg piotrdrag gmail com
  * Rūdolfs Mazurs rudolfsm src gnome org
  * Seong-ho Cho darkcircle 0426 gmail com
  * W. Michael Petullo mike flyn org
  * Yosef Or Boczko yoseforb src gnome org
  * Yuri Myasoedov ymyasoedov yandex ru
  * Мирослав Николић miroslavnikolic rocketmail com
  * 甘露(Gan Lu) rhythm gan gmail com


Where can I get it?
===
http://ftp.gnome.org/pub/GNOME/sources/grilo-plugins/0.2/



signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo 0.2.7 released

2013-09-18 Thread Juan A. Suarez Romero
A new release of grilo, 0.2.7, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
http://live.gnome.org/Grilo


What is new in 0.2.7?
=
  * Added Travis CI support for building
  * Bump required libsoup version to 2.4
  * Re-factored Grilo Net library and fixed several bugs
  * Show 'slow' keys in grl-inspect
  * Updates in documentation
  * Added new core function: grl_operation_set_data_full()
  * Several fixes, including
* BGO#700478 - grilo-test-ui-0.2 segfaults
* BGO#704804 - typo in src/grl-registry.c
* BGO#705944 - core: Add grl_operation_set_data_full()
* BGO#706132 - build: Various srcdir != builddir fixes
* BGO#706412 - filesystem plugin filters all on GRL_FILTER_TYPE_NONE (patch)
* BGO#706487 - doc: Updates and fixes
* BGO#706491 - build: Switch to git.mk to keep the .gitignore file updated
* BGO#706495 - core: Use g_clear_error()/g_clear_object()/g_list_free_full()
* BGO#706805 - libgrlnet mock data facility's ignored-parameters feature
  crashes for queries without parameters.
* LP#1224410 - Last.fm plugin causes file descriptor starvation
  * Added/Updated support for i18n
* Assamese (new)
* Brazilian Portuguese
* Chinese simplified (new)
* Czech
* Danish (new)
* French (new)
* Galician
* German (new)
* Indonesian (new)
* Italian (new)
* Japanese (new)
* Korean (new)
* Latvian (new)
* Lithuanian (new)
* Norwegian bokmål (new)
* Polish
* Punjabi (new)
* Russian (new)
* Serbian
* Slovak (new)
* Slovenian
* Spanish
* Traditional Chinese (new)


API changes
===
  * Added:
* grl_operation_set_data_full()


Who contributed to it?
==
  * Alexandre Franke alexandre franke gmail com
  * Andika Triwidada andika gmail com
  * A S Alam apreet alam gmail com
  * Ask H. Larsen asklarsen gmail com
  * Aurimas Černius aurisc4 gmail com
  * Bastien Nocera hadess hadess net
  * Benjamin Steinwender b stbe at
  * Chao-Hsiung Liao j_h_liau yahoo com tw
  * Christian Kirbach Christian Kirbach googlemail com
  * Claudio Arseni claudio arseni ubuntu com
  * Colin Walters walters verbum org
  * Dušan Kazik prescott66 gmail com
  * Emanuele Aina emanuele aina collabora com
  * Enrico Nicoletto liverig gmail com
  * Evgeny Bobkin evgen ibqn gmail com
  * Fran Diéguez fran dieguez mabishu com
  * Jiro Matsuzawa jmatsuzawa gnome org
  * Juan A. Suarez Romero jasuarez igalia com
  * Kenneth Nielsen k nielsen81 gmail com
  * Kjartan Maraas kmaraas gnome org
  * leo leo Satan
  * Marek Černocký marek manet cz
  * Matej Urbančič mateju svn gnome org
  * Nilamdyuti Goswami ngoswami redhat com
  * Nishio Futoshi fut_nis d3 dion ne jp
  * Piotr Drąg piotrdrag gmail com
  * Rafael Ferreira rafael f f1@gmail com
  * Rūdolfs Mazurs rudolfsm src gnome org
  * Seong-ho Cho darkcircle 0426 gmail com
  * Мирослав Николић miroslavnikolic rocketmail com
  * 甘露(Gan  Lu) rhythm gan gmail com


Where can I get it?
===
http://ftp.gnome.org/pub/GNOME/sources/grilo/0.2/



signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo-plugins 0.2.9 released

2013-08-27 Thread Juan A. Suarez Romero

A new release of grilo's plugins, 0.2.9, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
http://live.gnome.org/Grilo


What is new in 0.2.9?
=
  * General
* Updated translations (Brazilian Portuguese, Galician, Slovenian, Spanish
  and Traditional Chinese)
* Added German translation
* Added Indonesian translation
* Added Lithuanian translation
* Added Norwegian Bokmål translation
* Added lcov support (test coverage)
* Integration with Coveralls.io service
* Refactored testsuite to use glib gtester
* BGO#702731 - gitignore: Ignore test-driver and the generated stuff under
  po/
* BGO#703037 - all: Add G_LOG_DOMAIN for each plugin
* BGO#704678 - gitignore: Ignore more test executables and the .pot file
* BGO#703396 - Use totem-pl-parser instead of libquvi

  * Apple trailers plugin
* Fixed warning
* Added test suite

  * Blip.tv plugin
* Fixed problems with pagination
* Check empty results case
* Added test suite

  * Flickr plugin
* BGO#705149 - flickr: Bigger thumbnails

  * Local Metadata plugin
* Added new tests
* Fixed leaks

  * Magnatune plugin
* BGO#701336 - Magnatune: slow startup due to hostname lookup at plugin init

  * TMDb plugin
* Small fixes

  * UPnP plugin
* Use always root container when browsing using search
* BGO#702730 - upnp: Disappearing sources are not unregistered
* BGO#704917 - upnp: Avoid warning on empty resolve result

  * Vimeo plugin
* Added test suite


Who contributed to it?
==
  * Andika Triwidada andika gmail com
  * Aurimas Černius aurisc4 gmail com
  * Bastien Nocera hadess hadess net
  * Chao-Hsiung Liao j_h_liau yahoo com tw
  * Christian Kirbach Christian Kirbach googlemail.com
  * Debarshi Ray debarshir gnome org
  * Emanuele Aina emanuele aina collabora com
  * Enrico Nicoletto liverig gmail com
  * Fran Diéguez fran dieguez mabishu com
  * Jasper Lievisse Adriaanse jasper humppa nl
  * Juan A. Suarez Romero jasuarez igalia com
  * Kjartan Maraas kmaraas gnome org
  * Matej Urbančič mateju svn gnome org
  * Miguel Rodriguez Núñez bokerones fritos gmail com
  * Victor Toso me victortoso com


Where can I get it?
===
http://ftp.gnome.org/pub/GNOME/sources/grilo-plugins/0.2/



signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo-plugins 0.2.8 released

2013-06-04 Thread Juan A. Suarez Romero
A new release of grilo's plugins, 0.2.8, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
http://live.gnome.org/Grilo


What is new in 0.2.8?
=
  * General
* Updated translations

  * Flickr plugin
* BGO#700517 - flickr: Renaming of sources created using GOA

  * Magnatune plugin
* New plugin providing music from Magnatune
* BGO#698523 - Adding Magnatune pluggin


Who contributed to it?
==
  * Juan A. Suarez Romero jasuarez igalia com
  * Marek Chalupa mchalupa redhat com
  * Marek Černocký marek manet cz
  * Piotr Drąg piotrdrag gmail com
  * Victor Toso me victortoso com


Where can I get it?
===
http://ftp.gnome.org/pub/GNOME/sources/grilo-plugins/0.2/



signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo 0.2.6 released

2013-05-17 Thread Juan A. Suarez Romero

A new release of grilo, 0.2.6, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
http://live.gnome.org/Grilo


What is new in 0.2.6?
=
  * Fixed GrlNet cache
  * Added support for Vala 0.20
  * Improved test-ui
  * Some fixes, including
* BGO#696860 - filesystem: Add support for non-file URIs
* BGO#697175 - Grilo's flickr plugin using OAuth
* BGO#700310 - Soup HTTP cache size incorrectly set
* BGO#700311 - Use a different cache per plugin
  * Added new functions in GrlConfig
* grl_config_get_api_token_secret()
* grl_config_set_api_token_secret()
  * Added support for i18n
* Brazilian
* Czech
* Galician
* Greek
* Polish
* Serbian
* Slovenian
* Spanish
* Tajik
  * Improved grl-inspect
* Print list of available keys
* Show more information about plugins


API changes
===
  * Added:
* grl_config_get_api_token_secret()
* grl_config_set_api_token_secret()


Who contributed to it?
==
  * Alberto Garcia agar...@igalia.com
  * Bastien Nocera had...@hadess.net
  * Dimitris Spingos dmtr...@gmail.com
  * Fran Diéguez fran.dieg...@mabishu.com
  * Juan A. Suarez Romero jasua...@igalia.com
  * Kalev Lember kalevlem...@gmail.com
  * Marek Černocký ma...@manet.cz
  * Marek Chalupa mchal...@redhat.com
  * Martin Srebotnjak mi...@filmsi.net
  * Matej Urbančič mat...@svn.gnome.org
  * Miguel Rodriguez Núñez bokerones.fri...@gmail.com
  * Piotr Drąg piotrd...@gmail.com
  * Rafael Ferreira rafael.f...@gmail.com
  * Sergio Villar Senin svil...@igalia.com
  * Victor Ibragimov victor.ibragi...@gmail.com
  * Мирослав Николић miroslavniko...@rocketmail.com


Where can I get it?
===
http://ftp.gnome.org/pub/GNOME/sources/grilo/0.2/



signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo-plugins 0.2.7 released

2013-05-17 Thread Juan A. Suarez Romero

A new release of grilo's plugins, 0.2.7, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
http://live.gnome.org/Grilo


What is new in 0.2.7?
=
  * General
* Fix crash when registering sources
* Added i18n support
  * Brazilian
  * Czech
  * Galician
  * Greek
  * Polish
  * Serbian
  * Slovenian
  * Spanish
* BGO#673496 - Add i18n
* BGO#697565 - Using GOA in Flickr plugin

  * Blip.tv plugin
* BGO#700297 - bliptv: Fix crash when browsing on 64-bit platforms

  * Filesystem plugin
* BGO#696860 - filesystem: Add support for non-file URIs

  * Flickr plugin
* Support GOA accounts
* BGO#697175 - Grilo's flickr plugin using OAuth
* BGO#697565 - Using GOA in Flickr plugin

  * LastFM Album Art plugin
* Hardcode support for mega and extra thumbnails

  * Metadata Store plugin
* Added filtering by type

  * Optical Media plugin
* BGO#679624 - grl-optical-media reports USB sticks as DVD
* BGO#696863 - optical-media: Don't recurse when looking for DVDs
* BGO#696864 - optical-media: Fix detection of loopback mounted ISOs

  * Rai.tv plguin
* BGO#697724 - Rai.tv finalaze segmentation fault
* BGO#700297 - bliptv: Fix crash when browsing on 64-bit platforms

  * Tracker plugin
* Handle date-format keys
* Fix query syntax


Who contributed to it?
==
  * Bastien Nocera hadess hadess net
  * Daniel Mustieles daniel mustieles gmail com
  * Dimitris Spingos dmtrs32 gmail com
  * Fran Diéguez fran dieguez mabishu com
  * Juan A. Suarez Romero jasuarez igalia com
  * Marek Černocký marek manet cz
  * Marek Chalupa mchalupa redhat com
  * Martin Srebotnjak miles filmsi net
  * Matej Urbančič mateju svn gnome org
  * Miguel Rodriguez Núñez bokerones fritos@gmail com
  * Piotr Drąg piotrdrag gmail com
  * Rafael Ferreira rafael f f1 gmail com
  * Мирослав Николић miroslavnikolic rocketmail.com


Where can I get it?
===
http://ftp.gnome.org/pub/GNOME/sources/grilo-plugins/0.2/



signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo 0.2.5 released

2013-03-20 Thread Juan A. Suarez Romero

A new release of grilo, 0.2.5, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
http://live.gnome.org/Grilo


What is new in 0.2.5?
=
  * Fixed compilation problem with gcc 4.2
  * Removed some warnings
  * Several changes in test-ui
* Add filtering by type
* Print multi-valued elements
  * Several fixes, including:
* BGO#689577 - autogen.sh does not pass all arguments correctly to 
gnome-autogen.sh
* BGO#690612 - grilo: Explain why module could not be loaded
* BGO#690613 - grilo: Downgrade init failure to a debug statement
* BGO#692118 - [PATCH] Fix build with automake 1.13
* BGO#692873 - GrlOperationOptions leaked in grl_source_get_media_from_uri()
* BGO#694390 - Assertion when calling grl_registry_unload_plugin() twice


Who contributed to it?
==
  * Bastien Nocera hadess hadess net
  * Evan Nemerson evan coeus-group com
  * Juan A. Suarez Romero jasuarez igalia com
  * Mike Ruprecht mike ruprecht collabora co uk
  * Nuno Araujo nuno araujo russo79 com


Where can I get it?
===
http://ftp.gnome.org/pub/GNOME/sources/grilo/0.2/




signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo-plugins 0.2.6 released

2013-03-20 Thread Juan A. Suarez Romero

A new release of grilo's plugins, 0.2.6, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
http://live.gnome.org/Grilo


What is new in 0.2.6?
=
  * General
* BGO#690614 - Some plugins fail to load
* BGO#692118 - [PATCH] Fix build with automake 1.13
* BGO#695789 - grilo-plugins: don't override pkg-config if there's one 
already set

  * Filesystem plugin
* BGO#690710 - grl-filesystem only honours the first base-path
* BGO#694008 - Filesystem plugin strips extension from directories' title

  * Jamendo plugin
* Capitalize root-level titles

  * Metadata Store plugin
* Store type of media
* Add filter by source-id key

  * Rai.tv plugin
* Added new plugin that provides videos from Rai TV (Radiotelevisione 
italiana), Italy's national public radio and television.

  * TMDb plugin
* Several fixes
* BGO#691196 - Values in TMDb plugin are returning in reverse order
* BGO#691197 - Add support for film writers in TMDb plugin
* BGO#691339 - tmdb: Handle thumbnail independently of poster/backdrop

  * Tracker plugin
* Added support for Tracker 0.16
* Added filter by type support
* BGO#691717 - grilo tracker plugin doesn't notify about newly added media

  * UPnP plugin
* Add filter by type support

  * YouTube plugin
* Initialize correctly all the inner structures

  * LastFM Album Art plugin
* Do not return default image


Who contributed to it?
==
  * Bastien Nocera hadess hadess net
  * Jonny Lamb jonnylamb gnome org
  * Juan A. Suarez Romero jasuarez igalia com
  * Marco Piazza mpiazza gmail com
  * Mathias Hasselmann mathias openismus com
  * Mike Ruprecht mike ruprecht collabora co uk
  * Mohammed Hassan mohammed hassan jollamobile com
  * Nuno Araujo nuno araujo russo79 com


Where can I get it?
===
http://ftp.gnome.org/pub/GNOME/sources/grilo-plugins/0.2/



signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo-plugins 0.2.5 released

2012-12-26 Thread Juan A. Suarez Romero
A new release of grilo's plugins, 0.2.5, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
http://live.gnome.org/Grilo


What is new in 0.2.5?
=
  * General
* Moved examples/ into help/
* Fixed typo in documentation
* BGO#689577 - autogen.sh does not pass all arguments correctly to 
gnome-autogen.sh

  * TMDb plugin
* Do not require plugin installed to run the tests
* Several fixes and improvements in tests
* Publication date is a slow key

  * UPnP plugin
* Fixed race condition when creating the sources


Who contributed to it?
==
  * Evan Nemerson evan coeus-group com
  * Juan A. Suarez Romero jasuarez igalia com
  * Mathias Hasselmann mathias openismus com
  * Murray Cumming murrayc murrayc com


Where can I get it?
===
http://ftp.gnome.org/pub/GNOME/sources/grilo-plugins/0.2/



signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo-plugins 0.2.4 released

2012-12-10 Thread Juan A. Suarez Romero
A new release of grilo's plugins, 0.2.4, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
http://live.gnome.org/Grilo


What is new in 0.2.4?
=
  * General
* Improved build system
* Added plugins documentation
* BGO#685473 - grl_source_query(): Does not hint at the query syntaxes

  * Blip.TV plugin
* Use GrlNet instead of librest
* Fixed backend API usage

  * Filesystem plugin
* Fixed a warning

  * Jamendo plugin
* BGO#689125 - jamendo: return no result when browsing out of range feeds

  * Local Metadata plugin
* Check URL in resolve

  * Metadata Store plugin
* Fixed crash with freed variable
* BGO#687788 - metadata-store: Add 'search' with filtering by 'favourite'

  * TMDb plugin
* Added documentation
* Added example of use
* Restored original-title key
* BGO#688245 - Add tmdb plugin tests

  * Tracker plugin
* Added support for Tracker 0.15

  * Vimeo plugin
* Use GrlNet
* Use quvi to get the URL video
* Set up URL key as slow key
* Added format parameter
* BGO#688821 - Vimeo plugin is broken


Who contributed to it?
==
  * Andrzej Bieniek andyhelp gmail com
  * Antía Puentes apuentes igalia com
  * Jens Georg jensg openismus com
  * Juan A. Suarez Romero jasuarez igalia com
  * Mathias Hasselmann mathias openismus com
  * Murray Cumming murrayc murrayc com
  * Murray Cumming murrayc openismus com


Where can I get it?
===
http://ftp.gnome.org/pub/GNOME/sources/grilo-plugins/0.2/



signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo-plugins 0.2.3 released

2012-11-12 Thread Juan A. Suarez Romero
A new release of grilo's plugins, 0.2.3, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
http://live.gnome.org/Grilo


What is new in 0.2.3?
=
  * General:
* BGO#673491 - Remove default get_caps implemetations
* Sources report the type of medias they support

  * DMAP plugin:
* Fixed typo in GObject macro

  * Flickr plugin:
* Handle only photos

  * Metadata Store plugin:
* BGO#686282 - metadata-store: updates don't work properly
* BGO#686288 - metadata-store: add support for GRL_METADATA_KEY_FAVOURITE

  * TMDb plugin
* Several fixes

  * UPnP plugin
* Link it to libgssdp

  * YouTube plugin
* Added format parameter


Who contributed to it?
==
  * Andreas Henriksson andreas fatal se
  * Antía Puentes apuentes igalia com
  * Bastien Nocera hadess hadess net
  * Juan A. Suarez Romero jasuarez igalia com
  * Mathias Hasselmann mathias openismus com
  * Murray Cumming murrayc murrayc com


Where can I get it?
===
http://ftp.gnome.org/pub/GNOME/sources/grilo-plugins/0.2/



signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo-plugins 0.2.1 released (stable)

2012-10-09 Thread Juan A. Suarez Romero
A new release of grilo's plugins, 0.2.1, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
http://live.gnome.org/Grilo


What is new in 0.2.1?
=
  * DMAP plugin
* New plugin providing content from DMAP protocol (BGO#652516)

  * Local Metadata plugin
* Fixed segmentation fault

  * Tracker plugin
* Several fixes

  * YouTube plugin
* BGO#685235 - Better error reporting for youtube plugin when quvi fails


Who contributed to it?
==
  * Juan A. Suarez Romero jasuarez igalia com
  * Mohammed Hassan mohammed hassan jollamobile com
  * W. Michael Petullo mike flyn org


Where can I get it?
===
http://ftp.gnome.org/pub/GNOME/sources/grilo-plugins/0.2/



signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo 0.2.2 released

2012-10-09 Thread Juan A. Suarez Romero
A new release of grilo, 0.2.2, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
http://live.gnome.org/Grilo


What is new in 0.2.2?
=
  * Rename macro from GRL_CAPS_TYPE to GRL_TYPE_CAPS
  * Sort entries in documentation
  * Several fixes, including:
* BGO#680436 - net: Add possibility to set custom HTTP headers on requests


API changes
===
  * Added:
* grl_net_wc_request_with_headers_async()
* grl_net_wc_request_with_headers_hash_async()
* GRL_TYPE_CAPS()


Who contributed to it?
==
  * Jens Georg jensg openismus com
  * Juan A. Suarez Romero jasuarez igalia com
  * Mathias Hasselmann mathias openismus com


Where can I get it?
===
http://ftp.gnome.org/pub/GNOME/sources/grilo/0.2/



signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo-plugins 0.2.2 released

2012-10-09 Thread Juan A. Suarez Romero
A new release of grilo's plugins, 0.2.2, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
http://live.gnome.org/Grilo


What is new in 0.2.2?
=
  * TMDb plugin
* Added new plugin that gets information from TMDb.


Who contributed to it?
==
  * Jens Georg jensg openismus com


Where can I get it?
===
http://ftp.gnome.org/pub/GNOME/sources/grilo-plugins/0.2/



signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo 0.1.20 released

2012-08-13 Thread Juan A. Suarez Romero
A new release of grilo, 0.1.20, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
http://live.gnome.org/Grilo


What is new in 0.1.20?
==
  * Test UI requires Gtk+ 3
  * Fixes in the Test UI
  * Improved documentation
  * Several bug fixes, including:
* BGO#676823 - test-ui: We only really support GTK+ 3.x builds
* BGO#676822 - test-ui: Make the test window a decent size
* BGO#679674 - Remove trailing commas from enums


Who contributed to it?
==
  * Bastien Nocera hadess hadess net
  * Juan A. Suarez Romero jasuarez igalia com
  * Mathias Hasselmann mathias openismus com
  * Murray Cumming murrayc murrayc com
  * Víctor Manuel Jáquez Leal vjaquez igalia com


Where can I get it?
===
http://ftp.gnome.org/pub/GNOME/sources/grilo/0.1/



signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo-plugins 0.1.20 released

2012-08-13 Thread Juan A. Suarez Romero
A new release of grilo's plugins, 0.1.20, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
http://live.gnome.org/Grilo


What is new in 0.1.20?
==
  * General
* Remove g_thread_init() call (deprecated)
* Use g_str_has_prefix() instead of strrstr() (performance reasons)

  * Gravatar plugin
* Fixed BGO#680435 - Don't leak GParamSpec


Who contributed to it?
==
  * Jens Georg jensg openismus com
  * Juan A. Suarez Romero jasuarez igalia com
  * Mathias Hasselmann mathias openismus com


Where can I get it?
===
http://ftp.gnome.org/pub/GNOME/sources/grilo-plugins/0.1/



signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo 0.2.0 released

2012-08-13 Thread Juan A. Suarez Romero
A new release of grilo, 0.2.0, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
http://live.gnome.org/Grilo


What is new in 0.2.0?
=
NOTE: These are the news regarding 0.1.17 version. Part of them
has been released in grilo 0.1.18, 0.1.19 and 0.1.20

  * Merged GrlMediaSource and GrlMetadataSource in one GrlSource
  * Improvements in the full resolution algorithm
  * Added operation options and source capabilities
  * Added filtering capabilities
  * Added GRL_METADATA_KEY_START_TIME key
  * Added GRL_METADATA_KEY_PUBLICATION_DATE key
  * Added GRL_METADATA_KEY_MODIFICATION_DATE key
  * Removed GRL_METADATA_KEY_DATE
  * Changes in API names
  * Added support for Vala 0.14 - 0.18
  * Added support for Windows building
  * Fixes in the Test UI
  * Use GDateTime for date-based keys
  * Use numbers to identify metadata keys
  * Improvements in Grilo Net library
  * Improvements in Vala bindings
  * Improvements in documentation
  * Improvements in the build system
  * Several fixes, including:
* BGO#662748 - tracker plugin: support multiple resources in a larger fil
* BGO#662762 - critical when HTTP request fails
* BGO#662763 - Bad unref in grl-net
* BGO#665938 - Do not dist gir_DATA
* BGO#672923 - Make it possible to override the user-agent in GrlNetWc
* BGO#676822 - test-ui: Make the test window a decent size
* BGO#676823 - test-ui: We only really support GTK+ 3.x builds
* BGO#679674 - Remove trailing commas from enums


API changes
===
  * This version provides a new API. Check out the documentation for more 
information


Who contributed to it?
==
  * Alberto Garcia agarcia igalia com
  * Bastien Nocera hadess hadess net
  * César García Tapia tapia openshine com
  * Damien Lespiau damien lespiau intel com
  * Guillaume Emont guijemont igalia com
  * Iago Toral Quiroga itoral igalia com
  * Jens Georg mail jensge org
  * Juan A. Suarez Romero jasuarez igalia com
  * Lionel Landwerlin lionel g landwerlin linux intel com
  * Mathias Hasselmann mathias openismus com
  * Murray Cumming murrayc murrayc com
  * Sam Thursfield sam thursfield codethink co uk
  * Víctor Manuel Jáquez Leal vjaquez igalia com
  * Yaakov Selkowitz yselkowitz users sourceforge net


Where can I get it?
===
http://ftp.gnome.org/pub/GNOME/sources/grilo/0.2/



signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo-plugins 0.2.0 released

2012-08-13 Thread Juan A. Suarez Romero
A new release of grilo's plugins, 0.2.0, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
http://live.gnome.org/Grilo


What is new in 0.2.0?
=
NOTE: These are the news regarding 0.1.17 version. Part of them
has been released in grilo plugins 0.1.18, 0.1.19 and 0.1.20

  * General
* Use the new API 0.2.0
* Added support for Windows
* Removed g_thread_init() call (deprecated)
* Use g_str_has_prefix() instead of strrstr() (performance reasons)
* BGO#641115 - grilo plugins do not store private data in right places
* BGO#641357 - Remove libdir= from all Makefile.am
* BGO#667855 - Support tracker 0.13/0.14

  * Apple trailers plugin
* Fixed mime-type

  * Filesystem plugin
* Do not show file extension in the media title
* Added filtering by key capability
* Added filtering by media type capability

  * Gravatar plugin
* BGO#680435 - Don't leak GParamSpec

  * Jamendo plugin
* Fix small typo

  * Local Metadata plugin
* Several fixes and improvements
* Use user's cache to get album art
* BGO#673916 - local-metadata: Support all GIO supported schemes
* BGO#673936 - local-metadata: Don't leave unfinished calls

  * Optical Media plugin
* New plugin that provides content from DVD and Blu-ray disks (BGO#672929)

  * SHOUTCast plugin
* Use the new API 2.0
  * Tracker plugin
* Added config option to expose documents as content (turned off by default)
* Merged Tracker Media Source and Tracker Metadata Source in one
  Tracker Source
* BGO#658448 - No tracker-sparql-0.12 support
* BGO#662748 - tracker plugin: support multiple resources in a larger file

  * UPnP plugin
* Removed UPnP - prefix from title
* BGO#653756 - Empty results on UPnP shows error
* BGO#653759 - UPnP sends back containers on search
* BGO#658812 - upnp: support GRL_METADATA_KEY_TRACK_NUMBER

  * YouTube plugin
* Request quvi 0.4.0


Who contributed to it?
==
  * Alberto Garcia agarcia igalia com
  * Bastien Nocera hadess hadess net
  * Cedric Bosdonnat cedric bosdonnat gmail com
  * Damien Lespiau damien lespiau intel com
  * Guillaume Emont gemont igalia com
  * Iago Toral Quiroga itoral igalia com
  * Jens Georg jensg openismus com
  * Jonathan Matthew jonathan d14n org
  * Juan A. Suarez Romero jasuarez igalia com
  * Lionel Landwerlin lionel g landwerlin linux intel com
  * Mathias Hasselmann mathias openismus com
  * Michael Wood michael g wood linux intel com
  * Philip Withnall philip@tecnocode co uk
  * Piotr Drąg piotrdrag gmail com
  * Sam Thursfield sam thursfield codethink co uk
  * Vincent Untz vuntz gnome org
  * Zeeshan Ali (Khattak) zeeshanak gnome org


Where can I get it?
===
http://ftp.gnome.org/pub/GNOME/sources/grilo-plugins/0.2/



signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo 0.1.18 released

2011-12-16 Thread Juan A. Suarez Romero
A new release of grilo, 0.1.18, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
http://live.gnome.org/Grilo


What is new in 0.1.18?
==
  * Added support for Windows building
  * Several fixes, including:
* BGO#662762 - critical when HTTP request fails
* BGO#662763 - Bad unref in grl-net


Who contributed to it?
==
  * Damien Lespiau damien lespiau intel com
  * Guillaume Emont guijemont igalia com
  * Jens Georg mail jensge org
  * Juan A. Suarez Romero jasuarez igalia com
  * Sam Thursfield sam thursfield codethink co uk
  * Víctor Manuel Jáquez Leal vjaquez igalia com


Where can I get it?
===
http://ftp.gnome.org/pub/GNOME/sources/grilo/0.1/




signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo-plugins 0.1.17 released

2011-09-06 Thread Juan A. Suarez Romero
A new release of grilo's plugins, 0.1.17, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
http://live.gnome.org/Grilo


What is new in 0.1.17?
==
  * General
* Do not generate static libraries
* Install XML files in the same place as libraries plugins.

  * Blip.TV plugin
* Added new plugin

  * Bookmarks plugin
* Minor changes

  * Local Metadata plugin
* Plugged memory leak

  * Podcasts plugin
* Fixed BGO#653937 - Doesn't support gmime 2.5.x

  * Tracker plugin
* Minor fixes
* Fixed BGO#654248 - tracker-sparql-0.11 support
* Removed code for tracker  0.10.5

  * Vimeo plugin
* Correctly links against libgcrypt

  * Youtube plugin
* Minor fixes
* Added support for libgdata = 0.9.0
* Removed code for libdata  0.7


Who contributed to it?
==
  * Cedric Bosdonnat cedric bosdonnat gmail com
  * Juan A. Suarez Romero jasuarez igalia com
  * Lionel Landwerlin lionel g landwerlin linux intel com
  * Philip Withnall philip tecnocode co uk


Where can I get it?
===
http://ftp.gnome.org/pub/GNOME/sources/grilo-plugins/0.1/



signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo 0.1.16 released

2011-07-09 Thread Juan A. Suarez Romero
A new release of grilo, 0.1.16, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
http://live.gnome.org/Grilo


What is new in 0.1.16?
==
  * Several fixes
  * Minor improvements in build system
  * Make Test UI compliant with Gtk+ 3.0
  * Test UI no more long needs GConf
  * Lots of updates in documentation
  * Added manpage for grl-inspect tool
  * Added new API to handle operation cancellation


API changes
===
* Added:
  * grl_operation_cancel()
  * grl_operation_get_data()
  * grl_operation_set_data()

* Deprecated:
  * grl_metadata_source_cancel() [use grl_operation_cancel() instead]
  * grl_metadata_source_set_operation_data() [use grl_operation_set_data() 
instead]
  * grl_metadata_source_get_operation_data() [use grl_operation_get_data() 
instead]


Who contributed to it?
==
  * Alberto Garcia agarcia igalia com
  * Guillaume Emont guijemont igalia com
  * Iago Toral Quiroga itoral igalia com
  * Juan A. Suarez Romero jasuarez igalia com
  * Lionel Landwerlin lionel g landwerlin linux intel com
  * Víctor Manuel Jáquez Leal vjaquez igalia com


Where can I get it?
===
http://ftp.gnome.org/pub/GNOME/sources/grilo/0.1/




signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list


ANNOUNCE: grilo-plugins 0.1.16 released

2011-07-09 Thread Juan A. Suarez Romero
A new release of grilo's plugins, 0.1.16, has been released.


What is it?
===
Grilo is a framework that provides access to various sources of
multimedia content, using a pluggable system.


Where can I find out more?
==
http://live.gnome.org/Grilo


What is new in 0.1.16?
==
  * General
* Do not install test programs
* Fixed gdata flags for libgdata = 0.7
* Missed configuration keys are not warnings any more
* Small fixes in build system
* Use the new cancellation API

  * Fake Metadata plugin
* Updated for latest changes in core

  * Filesystem plugin
* Do not replace already existant identifiers

  * Jamendo plugin
* Small fixes
* Fixed feed identifier

  * Podcasts plugin
* Several fixes
* Included thumbnail in podcasts
* Made cache time configurable

  * Shoutcast plugin
* Do not use deprecated functions

  * Tracker plugin
* Fixed registering keys when re-loading the plugin

  * Vimeo plugin
* Handled wrong dates

  * Youtube plugin
* Fixed BGO#650679 - Youtube plugin shouldn't load the categories on start  
* Added quvi supported


Who contributed to it?
==
  * Alberto Garcia agarcia igalia com
  * Guillaume Emont guijemont igalia com
  * Iago Toral Quiroga itoral igalia com
  * Juan A. Suarez Romero jasuarez igalia com
  * Lionel Landwerlin lionel g landwerlin linux intel com
  * Philippe Normand pnormand igalia com
  * Víctor Manuel Jáquez Leal vjaquez igalia com


Where can I get it?
===
http://ftp.gnome.org/pub/GNOME/sources/grilo-plugins/0.1/




signature.asc
Description: This is a digitally signed message part
___
gnome-announce-list mailing list
gnome-announce-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-announce-list