INTERACT FORUM

More => Old Versions => Media Center 11 (Development Ended) => Topic started by: BlueGlow on March 07, 2005, 03:21:15 pm

Title: Smartlist Performance Feedback
Post by: BlueGlow on March 07, 2005, 03:21:15 pm
Here's a smartlist optimization others might find interesting and helpful.

The first version checks any default search field and takes around 12 seconds to display. It's almost unusable.

The second optimized version looks specifically at the [Filename (path)] field, has more constraints and displays many times faster. It only takes about 1 second to display.

Smarlist ".pod Talk":
e:\radio\podcast ("adam curry" or aasw or aarr or "delta park" or "dawn and drew" or "dragon page" or brainwagon or aabn or aars or "Jo Ann and Stacy") ~sort=[Date Created]-d [Media Type]=[Audio]

Optimized Smarlist ".pod Talk":
([Filename (path)]="e:\radio\podcast\Adam Curry  Daily Source Code" or [Filename (path)]="e:\radio\podcast\Air America Radio  So What Else Is News  (High Quality)" or [Filename (path)]="e:\radio\podcast\Air America Radio  The Kyle Jason Show (High Quality)" or [Filename (path)]="e:\radio\podcast\Air America Radio  The Randi Rhodes Show" or [Filename (path)]="e:\radio\podcast\Delta Park Project   Pop Culture" or [Filename (path)]="e:\radio\podcast\Jo Ann and Stacy Show Podcast" or [Filename (path)]="e:\radio\podcast\KCRW's Film Reviews" or [Filename (path)]="e:\radio\podcast\The Dawn and Drew Show!") ~sort=[Date Created]-d [Media Type]=[Audio]
Title: Re: Smartlist Performance Feedback
Post by: Matt on March 07, 2005, 03:48:18 pm
It's always faster to narrow down the fields that get searched.

It's also faster to use brackets when possible instead of quotes.

Finally, "or" can be slow, so it'd be better to use a comma delimited list like:

[Filename (path)]=[e:\radio\podcast\Adam Curry  Daily Source Code",[e:\radio\podcast\Air America Radio  So What Else Is News  (High Quality)",etc...

Hope that helps :)
Title: Re: Smartlist Performance Feedback
Post by: BlueGlow on March 07, 2005, 04:12:30 pm
Thanks, Matt, I'll try those tips out. The brackets didn't work when I first tried them I'll try them again.
Title: Re: Smartlist Performance Feedback
Post by: BlueGlow on March 07, 2005, 04:54:21 pm
New version runs in less than a second and doesn't make the playing audio pause. Thanks, Matt!

[media type]=audio [Filename (path)]=[e:\radio\podcast\.NET Rocks! AAC AudioBook Format\],[e:\radio\podcast\DotNetRocks\],[e:\radio\podcast\Engadget Podcast\],[e:\radio\podcast\Evil Genius Chronicles Direct MP3 Feed\],[e:\radio\podcast\Future Tense\],[e:\radio\podcast\IT Conversations\],[e:\radio\podcast\Leo Laporte's KFI Airchecks\],[e:\radio\podcast\Lessig Blog\],[e:\radio\podcast\Michael Lehman's Podcasting from SoftwareLand\],[e:\radio\podcast\The Laporte Report Audio Edition\],[e:\radio\podcast\ThePodcastNetwork The Gadget Show\],[e:\radio\podcast\Useful Sounds Podcast Feed\],[e:\radio\podcast\Yankidank Technology\] ~sort=[Date Created]-d
Title: Re: Smartlist Performance Feedback
Post by: hit_ny on March 08, 2005, 01:30:31 am
Does this work in MC 10 or only MC 11 ?

Title: Re: Smartlist Performance Feedback
Post by: BlueGlow on March 08, 2005, 01:45:40 am
I use MC 11. I haven't tried it in 10.