View Issue Details

IDProjectCategoryView StatusLast Update
0006371MMW v4Playlist / Searchpublic2010-06-22 22:27
Reporterpeke Assigned To 
PrioritynoneSeveritytweakReproducibilityN/A
Status resolvedResolutionno change required 
Summary0006371: Filters: Tweaking filter accurateness
DescriptionLittle 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.
TagsNo tags attached.
Fixed in build

Relationships

child of 0005045 closedLudek Improve performance of default filters 

Activities

peke

2010-05-29 03:36

developer   ~0020195

Last edited: 2010-05-29 03:40

Assigned to Ludek for polishing and to check to see if this is better solution than current one explained in 0005045

Ludek

2010-06-02 13:08

developer   ~0020200

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).

Ludek

2010-06-22 22:26

developer   ~0020279

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.