getmusicbee.com

Support => Developers' Area => MusicBee API => Topic started by: ili_ili_ili on September 29, 2019, 03:11:04 PM

Title: How to get new or updated files?
Post by: ili_ili_ili on September 29, 2019, 03:11:04 PM
I'm trying to use Library_QueryFilesEx(string query, ref string[] files) to get new or updated files. I don't know what query to use. I've tried "DateModified>2019-09-01" or "DateAdded>20190901" but I get files = null. Help please.
Title: Re: How to get new or updated files?
Post by: Steven on September 29, 2019, 04:27:27 PM
construct an auto-playlist with the criteria you want and then copy the xml in the .autopf file to use as the query parameter