Plugin development questions (import and metadata) #5883
phirestalker
started this conversation in
General
Replies: 1 comment
-
For case 2, it turns out it is not currently possible. For that case, I would like to request it be added as a feature. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting Gemini to develop some plugins to solve a few of my issues with beets. I have found success with one of them. A simple plugin to add or remove items to a list for a custom tag. I use it to add tracks to named playlists. Once tagged, smartplaylists can take care of it for me.
The problems I still need to solve:
I have some questions after beating my head against the wall.
For the import, I have pinned down to use the import_task_choice event. The issue is, I have no idea how to remove tracks from the task so as not to import them. Can anyone point me in the right direction?
For the extra tags, I am not sure the correct way to do this. I have read quite a few posts and discussions about adding tags to files. I will table that for now and just be satisfied with them being added to the database. Here, I have no idea what part of the process to hook in to, and once there, what the heck do I do? I have been through many iterations with Gemini, but he gets caught up with old versions of beets, and not understanding the codebase or something. Any templates I can follow for this? Can I even do this with a plugin?
Sorry for the long post, but this has been driving me nuts. Thanks for reading.
Beta Was this translation helpful? Give feedback.
All reactions