rekordbox_set_list_manager.controllers.rematch_controller#
Rekordbox re-match controller.
Classes#
Handles re-matching project tracks against a Rekordbox collection. |
Module Contents#
- class rekordbox_set_list_manager.controllers.rematch_controller.RematchController(ctrl, edit_ctrl, view, parent_widget, parent=None)[source]#
Bases:
PySide6.QtCore.QObjectHandles re-matching project tracks against a Rekordbox collection.
- Parameters:
ctrl (rekordbox_set_list_manager.controllers.project_controller.ProjectController)
edit_ctrl (rekordbox_set_list_manager.controllers.edit_controller.EditController)
view (rekordbox_set_list_manager.gui.widgets.sections.multi_section_view.MultiSectionView)
parent_widget (PySide6.QtWidgets.QWidget)
parent (PySide6.QtCore.QObject | None)
- rematch_xml()[source]#
Prompt for a Rekordbox XML file and re-match all project tracks against it.
- Return type:
None