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