Kodi Community Forum

Full Version: Call CMusicInfoScanner::FetchAlbumInfo from python?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

I want to be able to refresh an albums metadata from time to time. Just like the "refresh" and "get thumb" buttons in some skins. How do I call a function that does that? Assume I have to pass all parameters through code. Be that in a skin when running an addon or action, or from python.

Perhaps the source of MusicInfoscanner.h will give someone a clue?
https://github.com/xbmc/xbmc/blob/353ff5...oScanner.h

T.Hanks