INTERACT FORUM

Please login or register.

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

Author Topic: Movie categories problem  (Read 703 times)

Trond-Eirik

  • Junior Woodchuck
  • **
  • Posts: 78
Movie categories problem
« on: January 22, 2012, 11:54:06 am »

Hi

I'm quite new to MC (but not to HTPC).
I'm have been using MyMovies with win7 media center.

After innstalling MC I imported my old movie libraries. It seems to have gone pritty ok, but I have noticed a couple of issues.
The issue I would like to ask about here is movie categories.

MC supports grouping of movies by category, but when I use this function I get categories like this;
action;comedy
action;comedy;family
and so on, while I would like to have categories like this:
action
comedy
family

Is there any easy way to fix this?
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Movie categories problem
« Reply #1 on: January 22, 2012, 02:01:00 pm »

This can be done. The solution will require either creating a new view, or modifying an existing one, to break apart the movie categories into a list.  This is easy to do in MC.

What file tag are these categories stored in?  Open Action Window > Tag, select one of the movies, and look for the values in Tag action window.

What view are you using to examine the list of movies?
Logged
The opinions I express represent my own folly.

tls62dk

  • Galactic Citizen
  • ****
  • Posts: 406
Re: Movie categories problem
« Reply #2 on: January 22, 2012, 02:13:00 pm »

I got this hint from another user on this forum.

In your view, that being standard or theater view, create an expression instead of using the field Genre. The expression should be as below.

ListBuild(1, ;, Replace([Genre], /,, ;))&datatype=
    This will give you one genre of each available. If a video has more than one genre, as it is in your case, the video can be found in each of the genres selected in My Movies (I use the same way).

    TLS
Logged
Pages: [1]   Go Up