INTERACT FORUM

Please login or register.

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

Author Topic: Media Sub-type Library Field  (Read 1823 times)

BrianD

  • Junior Woodchuck
  • **
  • Posts: 68
Media Sub-type Library Field
« on: January 22, 2010, 05:50:27 am »

Is there a way to edit the Media SubType field to add more items.  I want to use this field to categorise different types of Audio, Video & Images.  e.g. Media Type: Audio, Media SubType: Podcast, AudioBook, Music.  "Music" doesn't exist in the available options so I would like to add it but the field is not editable.
Logged

bunglemebaby

  • Galactic Citizen
  • ****
  • Posts: 469
Re: Media Sub-type Library Field
« Reply #1 on: January 22, 2010, 08:24:59 am »

Quote
Is there a way to edit the Media SubType field to add more items.
No.

There are some work arounds that people have come up with, around the forums. Personally, I use a custom field [Media Sub-Type (user)] and then another custom field that I call [Media Categories] that uses the ListCombine() function to combine the default Media Sub-Type field with my custom one. It takes some extra effort, but this works for my needs.

-JB
Logged

fitbrit

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 4877
Re: Media Sub-type Library Field
« Reply #2 on: January 22, 2010, 10:21:26 am »

This is an often requested feature. After bringing it up every few months, we just let it slide again. In time you will learn to do the same. Or, it could be changed in a build one of these days. My bet is on the former.
Logged

666JackTheKnife666

  • World Citizen
  • ***
  • Posts: 150
Re: Media Sub-type Library Field
« Reply #3 on: January 22, 2010, 06:14:32 pm »

No.

There are some work arounds that people have come up with, around the forums. Personally, I use a custom field [Media Sub-Type (user)] and then another custom field that I call [Media Categories] that uses the ListCombine() function to combine the default Media Sub-Type field with my custom one. It takes some extra effort, but this works for my needs.

-JB


Would you go into a little bit more detail about your solution Thank you.

currently I am also useing a custom field [my media sub type] for the things I need to do with audiobooks, being able to combine the 2 might stream line things for me.
Logged

bunglemebaby

  • Galactic Citizen
  • ****
  • Posts: 469
Re: Media Sub-type Library Field
« Reply #4 on: January 24, 2010, 10:20:39 pm »

Quote
Would you go into a little bit more detail about your solution Thank you.

Sure.
For my [Media Categories] combined field I created a custom field with Calculated Data checked, and then the following expression:
=listcombine([Media Sub Type], [Media Sub Type (user)])&datatype=
    You would substitute your custom field name for
[Media Sub Type (user)] and then you'll be good to go. Generally the only field that I edit here is the [Media Sub Type (user)] field, and just let MC use [Media Sub Type] to fill in automatically for things like podcasts, etc.

As an FYI, there's a bunch of good info on the expression language here:
http://wiki.jrmediacenter.com/index.php/Media_Center_expression_language#ListCombine.28....29:_Use_to_merge_one_list_type_field_into_another
It's pretty helpful for some things...

Hope this helped!
-JB[/list]
Logged

glynor

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 19608
Re: Media Sub-type Library Field
« Reply #5 on: January 25, 2010, 07:50:28 am »

This is an often requested feature. After bringing it up every few months, we just let it slide again. In time you will learn to do the same. Or, it could be changed in a build one of these days. My bet is on the former.

Ha ha ha ha!  Good answer.   ;D
Logged
"Some cultures are defined by their relationship to cheese."

Visit me on the Interweb Thingie: http://glynor.com/
Pages: [1]   Go Up