Bug 1183

Summary: Tags mapping
Product: BpmDj - old linux tools Reporter: Werner Van Belle <werner>
Component: analyzersAssignee: Werner Van Belle <werner>
Status: ASSIGNED ---    
Severity: enhancement    
Priority: Future    
Version: 4.1   
Hardware: PC   
OS: Linux   

Description Werner Van Belle 2010-08-10 13:14:20 CEST
The tagslist mapping onto the database could be improved. A good approach would be

- to have a special type TagsType present that contains the full string (a tag_combinations)
- have each song refer to the TagsType in question. Adding and deleting tags is  merely a matter of pointing to a different taglist
- finding tags then merely means that we must find all the tagstypes hat contain that tag and then retrieving all songs that match either of those.