grilo-plugins 0.3.1



About grilo-plugins
===================

A collection of plugins for the Grilo framework

News
====

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



ChangeLog
=========
https://download.gnome.org/sources/grilo-plugins/0.3/grilo-plugins-0.3.1.changes  (39.2K)

Download
========
https://download.gnome.org/sources/grilo-plugins/0.3/grilo-plugins-0.3.1.tar.xz (1.01M)
  sha256sum: 605d04c40a9ed4fec4c590ff3e0da0de175e3a064bba96bdb26c5a7c0d3e6daa



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