Replies: 2 comments 2 replies
-
That's odd. Can you include a complete traceback? I'm not sure how to dig into this otherwise… |
Beta Was this translation helpful? Give feedback.
1 reply
-
Well, the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I've written a plugin the integrate VGMdb (https://vgmdb.net/) as metadata source:
https://github.com/HOZHENWAI/Beets-Plugin_VGMdb
This also include a plugin to manage a collection automatically on vgmdb if you have an account.
It works on my developpement computer (I cloned the main beets repo and I had no issue getting the metadata and adding/removing albums)
This issue I have is on a remote server where I installed a beets instance (1.6.0).
I had issue adding/removing albums on import (using a listerner that listen to album_imported event)
Strangely, I have a "data_source" field not found error that I can't reproduce on my developpement computer.
Beta Was this translation helpful? Give feedback.
All reactions