View Issue Details

IDProjectCategoryView StatusLast Update
0020284MMW 5Main Panelpublic2023-10-06 23:45
ReporterLudek Assigned To 
PriorityurgentSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Product Version5.1 
Target Version5.1 
Summary0020284: 'Edit tags' menu throws error [Regression 2817]
DescriptionWith build 2817 select some tracks > right click > Edit tags > move cursor to an item
=> crash A14A47AF Uncaught Error: “ Cannot read properties of indefined (reading “title”)”
Additional Information[Ticket # 6352]
TagsNo tags attached.
Fixed in build

Relationships

related to 0020250 closedLudek Audiobooks: Author field maps to composer 

Activities

Ludek

2023-10-06 21:31

developer   ~0073038

Last edited: 2023-10-06 21:39

This error occurs because of the "Copy and Swap Fields" addon ( https://www.mediamonkey.com/addons/browse/item/copy-and-swap-fields/ ),
the reason is that 'author' column no longer exists (as it is duplicate of 'composer' field) and was removed in course of 0020250

So the 'author' column needs to be removed from the addon also:

var supportedFields = ['title', 'album', 'albumArtist', 'author', 'artist', 'actors', 'conductor', 'composer', 'director'];
=>
var supportedFields = ['title', 'album', 'albumArtist', 'artist', 'actors', 'conductor', 'composer', 'director'];

Ludek

2023-10-06 21:34

developer   ~0073039

Last edited: 2023-10-06 21:35

New version of the "Copy and Swap Fields" addon attached.
Assigned to Jordan to publish it..
fieldToField.mmip (10,726 bytes)

drakinite

2023-10-06 23:45

developer   ~0073040

Version 1.1.3 now published