INTERACT FORUM

Please login or register.

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

Author Topic: Media Center 11 -- New Expression Evaluator  (Read 6091 times)

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41990
  • Shoes gone again!
Media Center 11 -- New Expression Evaluator
« on: December 09, 2004, 05:31:54 pm »

Media Center 11.0.148 introduces an expiremental expression evaluator to allow Excel-style formulas to be used in view schemes and searches.

If we continue with this system, it will allow more power and flexibility when designing view schemes.  For example, viewing the date imported in any format will be possible. (instead of just "42 days ago")  Functions support will allow new things like finding missing files.  Calculated fields will be able to be removed, cleaning up the interface in some places.

Anyway, it's just an idea right now, but any feedback is welcome.

Expression Format: EXPRESSION:FORMATTING

Examples:
[Artist]
[Artist] - [Album]
[Date]:Date(Year)
[Date Imported]:Date(MMMM)
FileExists([Filename])

To use an expression in a search, do this: [=EXPRESSION]=
Example to find missing files: [=FileExists([Filename])]=0
Logged
Matt Ashland, JRiver Media Center

JaredH

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 520
  • Superfluously Articulate
Re: Media Center 11 -- New Expression Evaluator
« Reply #1 on: December 09, 2004, 07:13:34 pm »

Will this allow you to sort a pane by year without actually having to see the year?
Ive been wanting to do that with my albums. They are all sorted by year as it is. I just hate looking at that year all the time. Id rather just see the album name.
Logged
J. A. Hayslett

Blog & Gallery - http://www.bgracetfaith.net

GHammer

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1930
  • Stereotypes are a real timesaver!
Re: Media Center 11 -- New Expression Evaluator
« Reply #2 on: December 09, 2004, 10:16:59 pm »

Oooooh! Very cool!

I can't wait to play with it and find a way to do things I'd been saying "I wish I could...".

Logged

kaiynne

  • Regular Member
  • World Citizen
  • ***
  • Posts: 225
  • I Changed this by choosing profile
Re: Media Center 11 -- New Expression Evaluator
« Reply #3 on: December 10, 2004, 12:40:08 am »

Is this going to allow me to create an average rating for an album?  If so what would such an expression look like?

Thanks
Kain
Logged

Marty3d

  • Citizen of the Universe
  • *****
  • Posts: 1363
Re: Media Center 11 -- New Expression Evaluator
« Reply #4 on: December 10, 2004, 03:09:55 am »

Sounds really cool!
But I think I'll wait a couple of builds before trying, it seems that there are major issues with the current builds (hotkeys not working, audio settings, right-click menus)...?

But as you all know by now, the date formatting is one I've been asking for since MC7!
Logged


Rands

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 397
  • How am I supposed to enjoy this with you crying?
Re: Media Center 11 -- New Expression Evaluator
« Reply #5 on: December 10, 2004, 12:27:56 pm »

I honestly don't use view schemes and searches too often because I don't care much for the current system.   But this idea sounds great to me.
Logged
Toast goes in the toaster.

darichman

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1356
Re: Media Center 11 -- New Expression Evaluator
« Reply #6 on: December 10, 2004, 11:05:48 pm »

Sounds great.

Will this mean we can finally use conditional expressions discussed here: http://yabb.jriver.com/interact/index.php?topic=23868.0


and here: http://yabb.jriver.com/interact/index.php?topic=17719.0 ?

I would find this incredibly useful.
Logged

glynor

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 19608
Re: Media Center 11 -- New Expression Evaluator
« Reply #7 on: December 12, 2004, 09:30:18 pm »

Well ... I've got to say that I love this idea.  It is IMHO the most important feature that you could add to MC.  However, no giant surprise, but there are definately some performance issues with some of these more advanced searches.  I imagine you'll be working on that.  My initial attempt was to create a View Scheme using a search that you suggested (to find missing files).

The performance is terrible (if it will be even remotely that slow you will need to warn users and provide some sort of progress feedback).  As I said, I know this is an "alpha" feature and I'm not complaining.  Just giving feedback!  I still think the feature is worth it (even if you need to provide progress feedback).

I created a View Scheme in my Video View Schemes hierarchy.  Added Genre, Artist, Album to the View Items (1).  Enabled Populate Tree, Honor Parent scheme search (3).  And I inserted the Search you gave as an example ([=FileExists([Filename])]=0) in the Search Field (4).  It takes about 30 - 45 seconds to respond every time I click on the View Scheme in the Tree View (without even expanding it).  Also, it apparently re-runs the search when you right click on it, as this produces about the same response time (before the right-click menu appears).

One other question I have is how you can combine the new search methodology with the "old" system.  I ask because the search above provides all removable media, and I would like to filter those out (to display just those that are missing).  Now granted, I haven't reviewed any instructions you may have provided (if I need to RTFM just slap me around) but my initial attempts didn't work (they filtered everything).  I tried:
Code: [Select]
[=FileExists([Filename])]=0 [Removable]=0.  What is the proper way to do this?

Logged
"Some cultures are defined by their relationship to cheese."

Visit me on the Interweb Thingie: http://glynor.com/

glynor

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 19608
Re: Media Center 11 -- New Expression Evaluator
« Reply #8 on: December 13, 2004, 09:08:11 am »

I suppose I should have mentioned it before, but specs for the system I used were:

Athlon XP 2000+
1.5 GB RAM (DDR400 running at 133FSB - Sync with Processor)
ASUS A7N8X Deluxe Board
WD1200JB (Special Edition) - System Volume
3xWD2500SD (Caviar RE) Drives in RAID-5 - Media Volume
Promise S150 SX4 RAID Controller
Windows XP SP2 (w/ all available updates)

So not a "god" machine by any stretch, but not really a slouch either.  Also, I assumed that I was not "special", but are other people seeing performance issues with the new searches?
Logged
"Some cultures are defined by their relationship to cheese."

Visit me on the Interweb Thingie: http://glynor.com/

hit_ny

  • Citizen of the Universe
  • *****
  • Posts: 3310
  • nothing more to say...
Re: Media Center 11 -- New Expression Evaluator
« Reply #9 on: December 13, 2004, 10:13:34 am »

Very anticipated feature for sure.

I'm also interested in using it to do avg scores.

I'm confident the MC crew will iron out the kinks.
Logged

Lui2

  • Regular Member
  • Recent member
  • *
  • Posts: 17
  • Typical MC User
Re: Media Center 11 -- New Expression Evaluator
« Reply #10 on: December 20, 2004, 07:12:45 pm »

Are there any other functions than "FileExists" available?

E.g. a "Length", "Value", "Left", "Right", "String" or something else...

Gives this expression evaluator maybe the possibility to compare two different tags, for example if the [Artist] is equal the [Album] tag.

like [=Equal([Artist],[Album])]=1

Or to filter for all albums with a name longer than 10:

like [=length([Album])]>10

Any informations about existing functions/keywords are welcome...
Logged

udeups

  • Regular Member
  • World Citizen
  • ***
  • Posts: 141
Re: Media Center 11 -- New Expression Evaluator
« Reply #11 on: January 19, 2005, 11:02:35 am »

I can't seem to get [Date Imported]:Date(MMMM) to expand to showing me the years and days. Am I missing something? I tried [Date Imported]:Date(YYYY/MMMM/DD) (and other permutations) to no avail. Is this kind of functionality not implemented yet?

I think that this EXPRESSION parameter has a lot of potential. Thanks for giving it a shot, J River.
Logged

CDvd

  • Regular Member
  • World Citizen
  • ***
  • Posts: 208
Re: Media Center 11 -- New Expression Evaluator
« Reply #12 on: January 20, 2005, 12:53:21 am »

Perhaps could you try :
"[Date Imported]:Date(DD) / [Date Imported]:Date(MMMM) / [Date Imported]:Date(YYYY)"  ?
Logged
A computer without COBOL and Fortran is like a piece of chocolate cake without ketchup and mustard.

Marty3d

  • Citizen of the Universe
  • *****
  • Posts: 1363
Re: Media Center 11 -- New Expression Evaluator
« Reply #13 on: January 20, 2005, 05:47:52 am »

I don't know this expression feature at all so if I speak out of the blue, please excuse me.
Could it in plave with an "Average" expression like "FileExist"? Then you could finally get an average rating on songs in an album , average Last Played date etc...

/Martin
Logged


drosoph

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 661
  • TiVo-aholic
Re: Media Center 11 -- New Expression Evaluator
« Reply #14 on: January 20, 2005, 04:30:15 pm »

So, in how many areas of the program can we use this new functionality?
Is it only enabled in the search?  if so, how does that replace calculated fields?

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41990
  • Shoes gone again!
Re: Media Center 11 -- New Expression Evaluator
« Reply #15 on: January 20, 2005, 05:05:39 pm »

This is still at the concept stage, so some things won't work yet. (like some date fields)

As for average-style fields, it'd be great.  The issue is making it fast enough while staying on top of changes to large libraries.  We're still brainstorming...
Logged
Matt Ashland, JRiver Media Center

drosoph

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 661
  • TiVo-aholic
Re: Media Center 11 -- New Expression Evaluator
« Reply #16 on: January 20, 2005, 05:24:06 pm »

Ok, Im TOTALLY lost .. I was trying to create a field for the MONTH from the Date field in a file ...

I believe that this feature can be used to create fields AND to search ... Has anyone successfully created a new field ... and what EXACTLY did you put in to get it to work ..

Also, can you use it to rename files??? (Rename Files from Properties)

JustinChase

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3273
  • Getting older every day
Re: Media Center 11 -- New Expression Evaluator
« Reply #17 on: February 01, 2005, 02:29:33 pm »

It doesn't seem to find missing files for me.

I created a new view scheme, and added a new field to it, using the expression given as an example. I copied it from the 'wizard' and also from the post above.

I definately have missing files, but the view scheme still shows all my files, including the missing ones.

Please help
Logged
pretend this is something funny

drosoph

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 661
  • TiVo-aholic
Re: Media Center 11 -- New Expression Evaluator
« Reply #18 on: February 01, 2005, 02:34:48 pm »

How about some detailed examples people have come up with ...

I've found that the MISSING FILES is not completely reliable ... and I havent found many "powerful" uses for this yet and I want to see what everyone has done with it!

JustinChase

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 3273
  • Getting older every day
Re: Media Center 11 -- New Expression Evaluator
« Reply #19 on: February 02, 2005, 11:35:19 am »

To use an expression in a search, do this: [=EXPRESSION]=
Example to find missing files: [=FileExists([Filename])]=0

this does not work.  I entered it exactly as shown, but it brings upp all my files.

Any ideas how to get to show only mixxing files?

Please.

Thanks
Logged
pretend this is something funny

BlueGlow

  • Regular Member
  • Galactic Citizen
  • ****
  • Posts: 331
  • Absence of alternatives clears the mind nicely.
Re: Media Center 11 -- New Expression Evaluator
« Reply #20 on: February 21, 2005, 02:09:22 pm »

Just used the example expression [=FileExists([Filename])]=0 to find some missing files.
It took about a minute and a half to find the missing songs in a 40K song list.
It also finds files with [] or ()  in other fields,  song name or album name.

Thanks,
  BG
Logged

EpF

  • Citizen of the Universe
  • *****
  • Posts: 649
Re: Media Center 11 -- New Expression Evaluator
« Reply #21 on: September 22, 2006, 06:50:33 pm »

Example to find missing files: [=FileExists([Filename])]=0
Matt, I just tried this in the search-bar of a Viewscheme, and it didn't seem to work - is that expected?

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8959
Re: Media Center 11 -- New Expression Evaluator
« Reply #22 on: September 23, 2006, 02:34:03 am »

Matt, I just tried this in the search-bar of a Viewscheme, and it didn't seem to work - is that expected?
yes, but only because things got tweaked a little bit later on...
try:

[=IsMissing([Filename])]=1

-marko.
Pages: [1]   Go Up