Bug 1183 - Tags mapping
Summary: Tags mapping
Status: ASSIGNED
Alias: None
Product: BpmDj - old linux tools
Classification: Unclassified
Component: analyzers (show other bugs)
Version: 4.1
Hardware: PC Linux
: Future enhancement
Assignee: Werner Van Belle
URL:
Depends on:
Blocks:
 
Reported: 2010-08-10 13:14 CEST by Werner Van Belle
Modified: 2010-08-10 13:14 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.