INTERACT FORUM

Windows => Plug-in Development => Topic started by: Evander on January 03, 2003, 03:01:26 am

Title: Smartlists created DINAMICALLY
Post by: Evander on January 03, 2003, 03:01:26 am
Hi everybody. One of the most exciting features of MC is the smartlists. In a near future, I'll need to create smartlists using API.
Will it be possible in MC 9.0?  ;)

Thxs.

Evander - Brazil
Sorry any english error.
Title: Re: Smartlists created DINAMICALLY
Post by: Nikolay on January 09, 2003, 09:39:40 am
Evander,

Currently, we are trying to fix all the bugs and get MC 9 out of the door, but I don't think it will not take too long to implement support for dynamic SmartList creation. Please remind us again if we forget.

Title: Re: Smartlists created DINAMICALLY
Post by: Soundman on January 09, 2003, 11:51:26 am
Hello,

I would like to expres my vote for API support for smartlists.  For example, the CMJPlaylistAutomation object could get a new property:

string SearchString() (read/write)
Description: For a dynamic playlist, this is the search criteria that members of the playlist must match.  For static playlists, this is the empty string.  This string can be passed to CMJFilesAutomation.Search().

I would also like a read-only SearchString() property to exist in the MCJSchemeAutomation.  It would return the criteria that all files within this node of the Media Library meet.

These features would enable much more intelligent and faster use of Automation.
Title: Re: Smartlists created DINAMICALLY
Post by: Soundman on June 03, 2003, 01:07:35 pm
Nikolay,

Reminder, as requested:  I really need Automation API for creating/editing dynamic smartlists.  Less importantly, this goes for View Scheme filtering as well.

Thanks