Skip to content

v1.5.41

Choose a tag to compare

@jame25 jame25 released this 05 Feb 07:49
· 127 commits to main since this release
b10159c

Changelog:

Added

External Component API

  • Added exported C-style API functions for use by other foobar2000 components (e.g., foo_nowbar)
  • foo_artwork_search(artist, title) - Triggers an online artwork search with the given artist and title
  • foo_artwork_get_bitmap() - Returns the current artwork as an HBITMAP
  • foo_artwork_is_loading() - Returns whether an artwork search is currently in progress
  • foo_artwork_set_callback(callback) - Registers a callback function to receive asynchronous artwork search results
  • Enables other components to request online artwork without needing to implement their own API integrations