rekordbox_set_list_manager.controllers.track_match#
Helper for applying a local Rekordbox match to a project Track.
Functions#
|
Apply local Rekordbox metadata to track. |
Module Contents#
- rekordbox_set_list_manager.controllers.track_match.apply_track_match(track, local)[source]#
Apply local Rekordbox metadata to track.
If local is
Nonethe match is cleared (status → UNMATCHED, all Rekordbox fields set toNone). Otherwise each non-Nonefield from local is copied andmatch_statusis set toMANUALLY_MATCHED.