ANNOUNCE: grilo-plugins 0.3.1 released



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/

Attachment: signature.asc
Description: This is a digitally signed message part



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]