View Issue Details

IDProjectCategoryView StatusLast Update
0022271MMW 5Playlists (Auto) / Search / Filterspublic2026-08-14 16:49
Reporterpeke Assigned To 
PriorityhighSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Target Version2027Fixed in Version2027 
Summary0022271: Numeric fields that support String values can't be filtered
DescriptionSome numeric fields that support String values can't be filtered.

Like if Date is formatted "<month> <Year>" user can't use that in Auto playlists or search by date as Contains search criteria do not exist.

eg. list all track where date contains "October; April; May; June" and date "1991;1992;1993"
Additional Informationhttps://www.mediamonkey.com/forum/viewtopic.php?t=109675
TagsNo tags attached.
Attached Files
image.png (149,703 bytes)   
image.png (149,703 bytes)   
Fixed in build3517

Relationships

related to 0022272 assignedmichal Ability to Show Custom Date formats in Columns independent of system settings 

Activities

michal

2026-08-14 12:21

developer   ~0081839

The assignment is confusing and does not correspond to the current state.
The issue should be only related to metadata date fields (Date, Orig. date) and it is not true, that they are string fields! It is saved in strict number format, only this format allows to use it as year, month.year, or day.month.year. Tagging formats mostly do not allow to save general strings to these fields, it makes sense, it would be mess (mix of formats and translations).
For this user it means, he uses month.year and has system locale set to display it as "NameOfTheMonth Year".

So the issue would be to enhance filters for such date fields, to allow advanced filtering based on the month number, year and day.

michal

2026-08-14 16:49

developer   ~0081842

Fixed in build 3517. Filter now has also options for handling months, days and years separately. So mentioned example can be implemented by choosing "Month is ..." and "Year is ... " with support for multiple values.