INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Smartlist Performance Feedback  (Read 1317 times)

BlueGlow

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 331
  • Absence of alternatives clears the mind nicely.
Smartlist Performance Feedback
« 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]
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41967
  • Shoes gone again!
Re: Smartlist Performance Feedback
« Reply #1 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 :)
Logged
Matt Ashland, JRiver Media Center

BlueGlow

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 331
  • Absence of alternatives clears the mind nicely.
Re: Smartlist Performance Feedback
« Reply #2 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.
Logged

BlueGlow

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 331
  • Absence of alternatives clears the mind nicely.
Re: Smartlist Performance Feedback
« Reply #3 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
Logged

hit_ny

  • Citizen of the Universe
  • *****
  • Posts: 3310
  • nothing more to say...
Re: Smartlist Performance Feedback
« Reply #4 on: March 08, 2005, 01:30:31 am »

Does this work in MC 10 or only MC 11 ?

Logged

BlueGlow

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 331
  • Absence of alternatives clears the mind nicely.
Re: Smartlist Performance Feedback
« Reply #5 on: March 08, 2005, 01:45:40 am »

I use MC 11. I haven't tried it in 10.
Logged
Pages: [1]   Go Up