-
|
I've been able to use the Edit plugin successfully in the past. I have since reformatted and moved my config and DB over to the newly formatted drive. Everything working as intended except for the Edit plugin. When trying to edit I get notepad++ opening saying "File doesn't exist. Create it?" and beets exits with "No changes to apply." instantly. LOG: Config: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Do you select yes or no in this case? |
Beta Was this translation helpful? Give feedback.
That seems to have been it.
While it starts the default editor without issue it will not wait for the editor to close without using the "EDITOR" or "VISUAL" environmental variable, resulting in the "No changes made" message. For VSCode to work I also had to add the "--wait" flag to the variable for it to not to instantly release the file.
Thanks for pointing me in the right direction.