Skip to content

Cannot execute plugin from batch conversion job JSON #24187

Open
@deltark

Description

@deltark

Issue type

Other type of issue

Description with steps to reproduce

  • Install a plugin that modifies scores, such as Add Metronome Part
  • Create job.json file with input, plugin call, and output:
[
    {
      "in": "score.mscz",
      "plugin": "path/to/addMetronomePart.qml",
      "out": "modified_score.mscz"
    }
]
  • In CLI, run musescore4portable -j job.json
  • Output file is produced without desired modification from plugin (for addMetronomePart it is supposed to add a Wood Blocks part to stand in for the metronome)

Supporting files, videos and screenshots

image
Output file does not have Wood Blocks part.

What is the latest version of MuseScore Studio where this issue is present?

4.4

Regression

Yes, this used to work in MuseScore 3.x and now is broken

Operating system

Kubuntu 22.04

Additional context

No response

Checklist

  • This report follows the guidelines for reporting bugs and issues
  • I have verified that this issue has not been logged before, by searching the issue tracker for similar issues
  • I have attached all requested files and information to this report
  • I have attempted to identify the root problem as concisely as possible, and have used minimal reproducible examples where possible

Metadata

Metadata

Assignees

Labels

cliIssues related to MuseScore's command line interfaceneeds reviewThe issue needs review to set priority, fix version or change status etc.regression MS3Regression from MS3 (3.6.2)

Type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions