Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PICARD-1849: add album_save_post_processors to plug-in API. #1565

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 21, 2020

  1. add album_save_post_processors to plug-in API.

    I wanted to extend the M3U playlist plugin to automatically generate an .m3u8
    when Albums get saved.
    
    To be able to do so, I needed to add album_save_post_processors so that I could
    get access to an album on save.
    
    File save is done in a thread, so I needed to implement a way to wait for those
    threads to finish by using the file_save_post_processors hook.
    Thomas Vander Stichele committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    b4b1743 View commit details
    Browse the repository at this point in the history
  2. run isort

    Thomas Vander Stichele committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    7b41e12 View commit details
    Browse the repository at this point in the history