XBMC.MyLibrary Changelog

What's new in XBMC.MyLibrary 1.4.3

Dec 28, 2012
  • JSON-RPC compatibility fixes.

New in XBMC.MyLibrary 1.4.2 (Dec 28, 2012)

  • Parsing fixes.

New in XBMC.MyLibrary 1.4.1 (Nov 27, 2012)

  • Removed all dependencies on direct XBMC SQL execution and replaced with JSON-RPC.
  • Other bug fixes.

New in XBMC.MyLibrary 1.4.0 (Nov 27, 2012)

  • Frodo JSON-RPC compatibility.
  • Added movie_tags option.
  • Improved parsing.
  • Overhauled backend code.

New in XBMC.MyLibrary 1.3.3 (Nov 27, 2012)

  • Added logical OR support with double pipes in the contains element.Fixed bugs in the runtime filter. Added series name override. Added generic type (as apposed to episode, movie, or music_video). Added a couple examples to the config file to show proper usage of the above enhancements. Added series and episode name regex parsing (see parser element and example usage in the TED Talks filter).

New in XBMC.MyLibrary 1.3.2 (Nov 27, 2012)

  • New features from angrycamel. (depricated)

New in XBMC.MyLibrary 1.3.1 (Nov 27, 2012)

  • Improved support for Amazon Prime archiving. Better matching of duplicate TV Episodes from different sources.

New in XBMC.MyLibrary 1.3 (Nov 27, 2012)

  • Added support for native .strm's. Dummy mpg's are no longer needed. Many bug fixes and clean up. All SQL queries now uses prepared statements instead of building the query on the fly and using escape chars. Removed support for downloading because it has gotten too messy to maintain.

New in XBMC.MyLibrary 1.2.1 (Nov 27, 2012)

  • More Eden compatibility updates. Unused TV Show directories are no deleted in order to preserver user's cutom data incase episodes get re-added at a later date. SQL Queries for local paths have ben fixed. Other minor bug fixes.

New in XBMC.MyLibrary 1.2 (Nov 27, 2012)

  • Eden compatibility updates for JSON-RPC interface. Changed default transport method from "Raw" to "HTTP" and got rid of curl. Other minor bug fixes.

New in XBMC.MyLibrary 1.1 (Nov 27, 2012)

  • Numerous bug fixes. Improved tracking of meta-data to avoid double lookups. Added option to compress downloaded videos. Improved downloading process. Disabled icefilms support to keep everyone happy.