INTERACT FORUM

Windows => Plug-in Development => Topic started by: zigguratt on June 27, 2002, 05:53:00 am

Title: CMJSchemeAutomation->GetFiles() not respecting track order
Post by: zigguratt on June 27, 2002, 05:53:00 am
I've been making some changes to WebRemote, enhancing the look and squashing some bugs. People have reported that tracks on their albums are playing out of order in Web Remote. I looked at the code and WR is simply listing them in the order received from CMJSchemeAutomation->GetFiles(). The order is exactly the same as having no order specified in MJ itself. I've checked and even with an order specified in MJ the files are still passed to WR unordered.

Any thoughts?  Matt?
Title: RE:CMJSchemeAutomation->GetFiles() not respecting track order
Post by: RhinoBanga on June 27, 2002, 07:17:53 am
I hit the same problem in AV ... but I just implemented my own sort.

I think Matt said he was going to expose their sort facility in v9.
Title: RE:CMJSchemeAutomation->GetFiles() not respecting track order
Post by: zigguratt on June 27, 2002, 07:30:37 am
I just heard from Matt and he said they just added a Sort() function to the CMJFilesAutomation that will sort the collection of files using the user's configured sort scheme.

Good!  Something to look forward to.
Title: RE:CMJSchemeAutomation->GetFiles() not respecting track order
Post by: RhinoBanga on June 27, 2002, 07:33:05 am
Excellent!
Title: RE:CMJSchemeAutomation->GetFiles() not respecting track order
Post by: Matt on June 27, 2002, 07:33:19 am
Yeah, CMJFilesAutomation->Sort() will now sort using the user's configured sort settings.

And version 9.0 will expose a more fully functional set of sorting tools...

Thanks guys.

-Matt