Skip to content

Handle opening file via CLI

A mechanism for opening a file from the user's Music directory via CLI has been added. It verifies the file via grilo, and plays the file once it has been added to the CoreModel. This is a first step towards solving issue #20 , as delineated in this comment. Possible improvements could be:

  • Support opening multiple files via a new smart playlist or some other method
  • Show a notification once a file has failed validation

Also, issue #535 has been addressed, but via a workaround, as version is not passed correctly to Application.__init__. A commit by Bruce Cowan has been added to the branch, as it fixes a pipeline issue.

Merge request reports