INTERACT FORUM

More => Old Versions => Media Center 11 (Development Ended) => Topic started by: cascius on October 14, 2004, 06:37:10 pm

Title: View Scheme Advanced Question
Post by: cascius on October 14, 2004, 06:37:10 pm
Hi guys, I was wondering if there was any way to do/implement the following:

Background:(actual question will come later down this post)
Let's say that in my view Scheme the first 2 columns are custom fields called: 1. Main Genres   2. Sub Genres

Sub Genres are delimited with a ";". Which allows me to have more than 1 specific/precise genre per track.
Example: Anita Kelsey - Sway (from Dark City OST): SUb Genres: Soundtrack;Jazz;Soul

Altogether, I should have about 100 or so Sub Genres. Which requires some sort of grouping system to have a have higher level of hierarchy with let's say only 10 Main genres.

Now the problem that comes up is the following: Such a track as the example I gave before would go into several Main Genres. i.e. Other(Soundtrack), Jazz(Jazz) and R&B(Soul)

This way this track would appear under each of those Main Genres, which is where it belongs rather than just under 1 genre.

Of course this could be achieved manually by using ";" separate values for the Main Genres. But, this would mean a lot of redondant tagging work since the info is basically already there in the Sub Genres.

So here goes my question:

QUESTION: Is there a way to do/implement the following?
Have a Main Genres column that would fill it's content automatically based on the subgenres. (Much like a bunch of smartlists)
Example: Predefine the following [Main Genres]=[Sub Genres=1,2,3,...]
So there would be something like this:
[Main Genres=(Other=[Sub Genres=Soundtrack;Audio Books,...],R&B=[Sub Genres=Soul,...],Rock=[Sub Genres=Rock;Punk Rock;Emo;...]...)]
Is this feasable?

Or is there a way to create a plugin that would:
1. scan the Sub Genres
2. create a ";" delimited list of the Main Genres a file should be according to it's Sub Genres
3. save this info to a tag inside the file


Conclusion:
I hope I made this explanation clear enough. Let me know if there's anything you don't understand.

Let's see if someone has a solution.

Thanks,

-Cascius
Title: Re:View Scheme Advanced Question
Post by: Doof on October 15, 2004, 09:21:52 am
Why not just do away with sub-genres and put everything in genres?
Title: Re:View Scheme Advanced Question
Post by: cascius on October 15, 2004, 02:31:16 pm
Because that's what I had before (if i understand what you suggest correctly) and it didn't work that well. Sometimes I want to listen to all kind of electronica music, so having a Main Genres containing all those subgeneres would be better. And tagging manually almost 20k files with several Main Genres is crazy considering I just did it with subgenres! :D

-Cascius
Title: Re:View Scheme Advanced Question
Post by: pipsqueak on October 15, 2004, 07:00:44 pm
we've spoken about this before and i wasnt much help but i did remember 1 thing:

the standard preset 'Genre' cannot accept ; delimated tabs, you would need to create a user defined field called 'genre or whatever, which would then understand the semi colons.

pip
Title: Re:View Scheme Advanced Question
Post by: cascius on October 16, 2004, 02:36:55 am
Yes Pip, and that's fine with me. That's why in the example I called it "Main Genres" :P

-Cas