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

Convert plugin changing source to temp directory #11

Open jsetton opened 5 years ago

jsetton commented 5 years ago

The convert plugin overwrites the source path to point to the transcoded file located in the temp directory before the file is moved. This is causing this plugin to process files from the temp directory instead of the original source directory.

Any idea how the original source path could get used instead of the temp directory?

extrafiles: /tmp -> <destdir> (<album> by <author>, <num> tracks)
extrafiles: Moving extra file: /tmp/tmp_1muygy9.jpg -> <destdir>/tmp_1muygy9.jpg