View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006371 | MMW v4 | Playlist / Search | public | 2010-05-29 03:31 | 2010-06-22 22:27 |
Reporter | peke | Assigned To | |||
Priority | none | Severity | tweak | Reproducibility | N/A |
Status | resolved | Resolution | no change required | ||
Summary | 0006371: Filters: Tweaking filter accurateness | ||||
Description | Little update regarding 0005045: There is one miss in that algorithm which should not slow down Filters too much, but will improve compatibility and match the results better. My proposal would be to add TT_MIXED = -1 which will ignore Track type and check if that track belongs to active filter. The algorithm for status would look like: -------------------------------------- status := music if Genre contains 'BOOK' then status := audiobook if Genre contains 'PODCAST' and status is music then status := podcast else if status is not music then status := mixed if status is not audiobook and status is music then if FileExtension = 'M4B' then status := audiobook else if status is not music then status := mixed if status is not podcast and status is music then if IDEpisode > 0 then status := podcast else if status is not music then status := mixed --------------------- NOTE: I haven't included support for Video and Video podcasts (Documentary/TV Show episodes included) till we figure out what and how to better solve all additional Track Types we have added/may add. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
Assigned to Ludek for polishing and to check to see if this is better solution than current one explained in 0005045 |
|
Note that for MM 4.0: Each track will be identified as [Music, Music Video, Movie, ...], so that its basic set of properties is defined. We already have this field internally in MM (DB), but we should also publish it in Properties dialog, so that user can change it in case the automated recognition by MM doesn't work (e.g. Movies vs. Music Video). User should probably have options to only make reasonable changes, i.e. not mp3 to Music Video? This field will have effect on appearance of: a. Properties dialog (e.g. Video tab for Movies, etc.) b. Fields shown in tracklist (Collection Views will depend on this - already probably mostly implemented). |
|
This has been completely re-disigned in MM 4.0, and in addition: 1. Also other types have been added, see: http://www.mediamonkey.com/wiki/index.php/ISDBSongData::TrackType 2. It is no longer hardcoded, but can be changed in Track Properties. Fixed in build 1308. |