INTERACT FORUM

Please login or register.

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

Author Topic: Advanced custom tag possible?  (Read 1631 times)

MrHaugen

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 3774
Advanced custom tag possible?
« on: November 29, 2006, 02:30:35 pm »

I want to create a library field with options of many different styles/moods.
One song can have this options: Cheerfull;Funky;Electric;Normal;HeavyBass;Party.

Then I want to be able to select 1 or more of this and get an AND function in the search.
If I choose "Electric" I get all songs tagged as "Electric". If I choose "Electric" AND "Cheerfull" I get all songs containing "Electric" AND "Cheerfull". And so on.

Is this possible at all? I have never seen any fields using multiple data on each song. And I am also worried that I can't get the AND function I want. Only OR, like how it works when you use the wizard for choosing artists etc.

This might only be possible with the use of a plugin. And it's my intention to make one.
But I will not go furter, and risk working on it for hours, just to realize that it can't be done.
Logged
- I may not always believe what I'm saying

Mr ChriZ

  • Citizen of the Universe
  • *****
  • Posts: 4375
  • :-D
Re: Advanced custom tag possible?
« Reply #1 on: November 30, 2006, 10:07:32 am »

MC Does that no problem.
Also the search always does an AND search not an OR search,
if you just type in the search box.  If you're on the right view
you often find you don't need to specifically show certain fields.

If you do want to search on a specific field you can do it like this
[Arist]=Cold and [Artist]=play

Would bring up only Albums who had the words Cold and Play
in the title.

All you need to do is create a custom tag
Tools->Options->Library & Folders
There somewhere I'm using MC12 and I know it's moved around
Call it Music Style or something similar.
Make sure it's searchable.

Then view you're files in Pane mode.
Make sure the new tag is in the panes view. (Customize Current View)
Select a file and create a tag for it. (Press F4 to go into Tag Mode).

You can assign as many tags as you like to the field.
Cheerful, Electric, Normal etc.

Wallah.

I use this for all sorts of things.
No plugin required.

hit_ny

  • Citizen of the Universe
  • *****
  • Posts: 3310
  • nothing more to say...
Re: Advanced custom tag possible?
« Reply #2 on: December 01, 2006, 04:19:06 am »

I don't think you can choose more than one item from a list type field.

Your only way might be to create an oridnary string custom field and enter in there "Electric & Cheerful"

Or create two custom fields of list type, call them style and moods (i think the default mood filed is not of list type).

Then your search query becomes
[Style]=Electric [Moods]=Cheerful

The second option would allow you to find all cheerful music regardless of style, much more flexible.
Logged

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8952
Re: Advanced custom tag possible?
« Reply #3 on: December 01, 2006, 04:30:32 am »

you can do list types too....

[style]=electric,cheerful

would return all files where [style] contained, but not limited to, electric and cheerful, in much the same way as a search on the [people] field would work for images.

MrHaugen

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 3774
Re: Advanced custom tag possible?
« Reply #4 on: December 03, 2006, 08:09:46 am »

Great!

What a reliefe. I'll do a bigger test run in my library to se how exactly it works before I start on my GUI plugin.

Thanks alot to you all!
Logged
- I may not always believe what I'm saying
Pages: [1]   Go Up