Holzhaus / beets-extrafiles

A plugin for beets that copies additional files and directories during the import process.
MIT License
45 stars 10 forks source link

How to remove the remaining empty folder? #5

Closed JohanSF closed 5 years ago

JohanSF commented 5 years ago

This is my config for extrafiles:

extrafiles:
    patterns:
        all: '*'
    paths:
        all: $albumpath/$filename

Running beets import on Post Malone - (2018) - Wow (Single) [WEB-FLAC] moves all the content from that folder into Wow. (2018) [FLAC]. But the new empty folder is left behind. Am I missing some setting to remove the old folder?

JohanSF commented 5 years ago

Nvm. I don't think this is an intended function of extrafiles, I used an rmdir in my bash script to implement.

Thank you.