INTERACT FORUM

Please login or register.

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

Author Topic: Feature Request/Help? - Search within list in Theater View  (Read 4463 times)

Moe

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 695
  • Hi
Feature Request/Help? - Search within list in Theater View
« on: August 10, 2019, 06:21:07 pm »

This may already be possible, but I couldn't figure it out.  It's a bit confusing to explain, I will do my best.

Using the ListItem function I am separating actors out so that their name is selectable in Theaterview. 

This is how I did it.  I start with the [Actors] field which has a value of

Mel Gibson
Catherine McCormack
Sophie Marceau
Patrick McGoohan
Angus Macfadyen
Brendan Gleeson
James Robinson
etc. etc.

Then I have five new fields with the following values

ListItem([Actors],0)
ListItem([Actors],1)
ListItem([Actors],2)
ListItem([Actors],3)
ListItem([Actors],4)

Here is an example of what the above returns



You'll notice that  Catherine McCormack's name is selected.  Right now, when I click on it, nothing happens.  If I click on Mel Gibson it will return some results, but it will only return movies where Mel Gibson is the first actor listed in the [Actors] field.

What I'd like to happen is have MC search for the selected person's name in any list field and in any position within the list.  Basically, I want to replicate the search functionality in standard view.

An even better solution would be for MC to parse a list automatically in Theaterview.  Making each list item selectable when displaying a list field so we wouldn't have to create a new field for every actor like I have done above (this is probably a pipe dream but it doesn't hurt to ask).
Logged

Moe

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 695
  • Hi
Re: Feature Request/Help? - Search within list in Theater View
« Reply #1 on: August 13, 2019, 10:15:55 am »

Any chance of something like this happening?  It would add such a cool new way to browse movies.
Logged

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 71340
  • Where did I put my teeth?
Re: Feature Request/Help? - Search within list in Theater View
« Reply #2 on: August 13, 2019, 10:33:47 am »

Could you bump this next week?  Matt's out this week.
Logged

Moe

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 695
  • Hi
Re: Feature Request/Help? - Search within list in Theater View
« Reply #3 on: August 13, 2019, 10:45:16 am »

Definitely, thanks Jim.
Logged

Moe

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 695
  • Hi
Re: Feature Request/Help? - Search within list in Theater View
« Reply #4 on: August 20, 2019, 10:05:20 am »

Bump for Matt's return.
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41926
  • Shoes gone again!
Re: Feature Request/Help? - Search within list in Theater View
« Reply #5 on: August 20, 2019, 11:33:22 am »

I think this is kind of a tricky one.

You have a field defined like this:
ListItem([Actors],0)

So how would Media Center know to evaluate the search to something like [Actors]=[Mel Gibson]?

Thanks for any tips.
Logged
Matt Ashland, JRiver Media Center

Moe

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 695
  • Hi
Re: Feature Request/Help? - Search within list in Theater View
« Reply #6 on: August 20, 2019, 11:41:46 am »

Assuming I am understanding your question, It works in standard view

Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41926
  • Shoes gone again!
Re: Feature Request/Help? - Search within list in Theater View
« Reply #7 on: August 20, 2019, 11:49:41 am »

I created Actor 1, Actor 2, etc. fields.

Then when I pick one of the actors in Theater View from that field, the search correctly looks at the actor.

So I might need a little more help.

Thanks.
Logged
Matt Ashland, JRiver Media Center

Moe

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 695
  • Hi
Re: Feature Request/Help? - Search within list in Theater View
« Reply #8 on: August 20, 2019, 11:57:15 am »

Does it find that actor if they are not listed first in the Actors list field?

For example, if I click Mel Gibson, it will find some of his movies, but only when he is the first person listed in the Actors list field
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41926
  • Shoes gone again!
Re: Feature Request/Help? - Search within list in Theater View
« Reply #9 on: August 20, 2019, 11:59:53 am »

Well that's to be expected since it's searching on the "Actor 1" field.

It sort of has to search on that field since that's what was clicked.

Let me know if you can think of a way around that.
Logged
Matt Ashland, JRiver Media Center

Moe

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 695
  • Hi
Re: Feature Request/Help? - Search within list in Theater View
« Reply #10 on: August 20, 2019, 12:06:34 pm »

Oh, yeah, duh. Not sure how I missed that one. 

The complicated solution would be what I posted in my original post "An even better solution would be for MC to parse a list automatically in Theaterview.  Making each list item selectable when displaying a list field so we wouldn't have to create a new field for every actor like I have done above (this is probably a pipe dream but it doesn't hurt to ask)."

Is that at all feasible?

Or make it search for that persons name in any field?
Logged

lepa

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1964
Re: Feature Request/Help? - Search within list in Theater View
« Reply #11 on: August 20, 2019, 12:18:24 pm »

Why not "enter" kind of child mode when selecting list type field? So when I would press enter when list field is selected I would then be able to cycle through members of the list with up and down arrows. Pressing enter would search selected list element in contex of original field (actor in this case). left arrow would be back button from cycling. It would be clean from user perspective and no need to do userhacks with listitem function. Of course it would require some implementation but would help with other list fields like composer and such also.
Logged

Moe

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 695
  • Hi
Re: Feature Request/Help? - Search within list in Theater View
« Reply #12 on: August 20, 2019, 12:20:57 pm »

Yes, that's what I was trying to articulate when I said "An even better solution would be for MC to parse a list automatically in Theaterview.  Making each list item selectable when displaying a list field so we wouldn't have to create a new field for every actor like I have done above"  You did so much more eloquently than I did :)
Logged

lepa

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1964
Re: Feature Request/Help? - Search within list in Theater View
« Reply #13 on: August 20, 2019, 12:27:19 pm »

So something like this... sorry for crappy picture  ::)
Logged

Moe

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 695
  • Hi
Re: Feature Request/Help? - Search within list in Theater View
« Reply #14 on: August 20, 2019, 12:28:12 pm »

Yep, that's exactly what I imagine.
Logged

tyler69

  • Citizen of the Universe
  • *****
  • Posts: 946
Re: Feature Request/Help? - Search within list in Theater View
« Reply #15 on: August 20, 2019, 12:50:41 pm »

Interesting problem. I hope that I understand correctly, but wouldn't filling the values of "Actor" with a comma separated list (of actors) work?
I kind of had a comparable issue I think: I tried to create a view (not theater view related) based on artists so that when I'd click on an artist name, MC would show me all music in which the "Artist" tag contains that name (also when maintained in a comma separated list, e.g. "Jan Garbarek, Manu Katche"). It supposedly is possible, but I never managed to get it to work. So maybe this is an idea for your use case? Pretty similar to lepa's good child-idea.
However, I suppose the Theater View UI would need to be adapted, in a way that the "fields" on the UI will not be mapped to the several fields you created, but the "Artist" values (separated by commas).
Logged

Moe

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 695
  • Hi
Re: Feature Request/Help? - Search within list in Theater View
« Reply #16 on: August 20, 2019, 12:58:30 pm »

Actors is already a semicolon delimited list. 
Logged

Hendrik

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 10710
Re: Feature Request/Help? - Search within list in Theater View
« Reply #17 on: August 20, 2019, 01:48:59 pm »

I think making Theater View render list-type fields actually individually selectable should be possible. We render the field special already where every entry gets onto its own line, just need to also make it selectable to trigger the search. Searching over the entire list (ie. as it is today) is pointless anyway.

Matt, you got this, right? :D
Logged
~ nevcairiel
~ Author of LAV Filters

lepa

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1964
Re: Feature Request/Help? - Search within list in Theater View
« Reply #18 on: August 20, 2019, 01:53:18 pm »

I think that Matt got this  :D
Logged

Moe

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 695
  • Hi
Re: Feature Request/Help? - Search within list in Theater View
« Reply #19 on: August 20, 2019, 02:00:44 pm »

If he doesn't, can we trust that you'll give him another punt? ;)
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 41926
  • Shoes gone again!
Re: Feature Request/Help? - Search within list in Theater View
« Reply #20 on: August 20, 2019, 02:01:27 pm »

If he doesn't can we trust that you'll give him another punt? ;)

I'm still recovering from my last punt!
Logged
Matt Ashland, JRiver Media Center

Moe

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 695
  • Hi
Re: Feature Request/Help? - Search within list in Theater View
« Reply #21 on: September 11, 2019, 09:19:59 pm »

Any chance of this happening?  You all seemed to think it was a good idea. 

Should I go and get your punting shoes Hendrik?
Logged

lepa

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1964
Re: Feature Request/Help? - Search within list in Theater View
« Reply #22 on: September 13, 2019, 10:35:32 am »

This would be nice
Logged

arcspin

  • Galactic Citizen
  • ****
  • Posts: 378
Re: Feature Request/Help? - Search within list in Theater View
« Reply #23 on: October 13, 2019, 12:33:29 am »

I have entered the rabbit hole of trying to customize the Theater view and File info panel as good as I understand with the good help of moe, leepa and others and this is yet another dead end where I find my self stuck with no solution in sight.
The ability to link and then search individual actors, screen writers, directors, producers and so on needs to be a thing that you can do in JRiver from the File info panel.
This is not something that a few users of JRiver wants this is a a basic functionality that needs to be implemented preferably even with expression code so that I can have names sorted and presented they way I like it.

I find it frustrating that I invest hours and hours on weekends and evenings trying to get JRiver the basic functionality that it should have and still bump into brick walls like this one.




Keeping my hopes up that the good people of MC are on the case,

//arcspin
Logged
Hardware: Intel Core i5-8600K 16GB RAM, ASUS GeForce RTX 2080 8GB DUAL OC
Software: Windows 10 Home 64-bit, version 2004, JRiver MC 29, MadVr 0.92.17 (Beta 113), NVIDIA driver 457.09
Projector: JVC DLA-I X5500 (RS420, X570R) -
Screen: DNP Supernova 08-85
Processor: Anthem AVM 70
Power amp: XTZ A2-400 for Front & Center - XTZ A2-300 for Surround & Height channels
Speakers: Arendal 1723 S Monitor for Front & Center, Linn Unik for Front Height, Rear Height, Surround & Surround back. Elipson Planet M for Top Middle.
Sub: Arendal 1723 1S

AlanDistro

  • World Citizen
  • ***
  • Posts: 138
Re: Feature Request/Help? - Search within list in Theater View
« Reply #24 on: October 21, 2019, 04:10:06 pm »

Bumping this as I was also trying to do this a few days ago and was surprised you couldn't. Plex has this for Actors and Directors and it's a great tool for searching related titles.
Logged

RoderickGI

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8186
Re: Feature Request/Help? - Search within list in Theater View
« Reply #25 on: April 06, 2020, 11:26:33 pm »

Could we have another look at this functionality? It seemed like there was a path to a solution a few posts back.

I would actually use this solution quite a lot, and not just on the [Actors] field, but on [Genre], [Director], and [Producer], and that is just for video (TV & Movies). I would use it for Audio as well, so if the solution could be universal for all List type fields, that would be great.

The use case is fairly obvious. Watch a show or movie, want to see more of a particular Actor/Director/Producer's work, select the value in the list, a view of all their works is shown. Same for Genre, watched an Action movie, want to see similar, select from the list, there you are.

Of course, all that can be done using separate Views, as now, but that requires typing and searching, while this solution would be just point and shoot.
Logged
What specific version of MC you are running:MC27.0.27 @ Oct 27, 2020 and updating regularly Jim!                        MC Release Notes: https://wiki.jriver.com/index.php/Release_Notes
What OS(s) and Version you are running:     Windows 10 Pro 64bit Version 2004 (OS Build 19041.572).
The JRMark score of the PC with an issue:    JRMark (version 26.0.52 64 bit): 3419
Important relevant info about your environment:     
  Using the HTPC as a MC Server & a Workstation as a MC Client plus some DLNA clients.
  Running JRiver for Android, JRemote2, Gizmo, & MO 4Media on a Sony Xperia XZ Premium Android 9.
  Playing video out to a Sony 65" TV connected via HDMI, playing digital audio out via motherboard sound card, PCIe TV tuner

wer

  • Citizen of the Universe
  • *****
  • Posts: 2640
Re: Feature Request/Help? - Search within list in Theater View
« Reply #26 on: April 07, 2020, 12:10:16 am »

Yes, agreed.  I'd also like this.

In my view, this already works well for Genre, Director, Producer, and Year, because all those usually have a single entry.  You can do what I call a "pivot search" on any one of those fields easily from Theater View.

It's really only Actors that's the problem, because that is always a list with multiple items.

The list of films containing an actor can be enumerated with the expression:
[Actors]&datatype=[ list ]

But the issue is that returns a list of ALL actors.  What we're looking for is the results that you get from that list, but keyed into just the actor that is selected from the list in theater view.

So the real search would be [Actors]=[variable]
where variable is whatever is selected from the list.  A dynamic expression, instead of static.

Logged

lepa

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1964
Re: Feature Request/Help? - Search within list in Theater View
« Reply #27 on: March 06, 2021, 04:41:17 am »

bump. Any chance for this one?
Logged
Pages: [1]   Go Up