I'm obviously not well versed on the history of previous attempts to merge, etc. but when I got this latest release and went to enter/edit it I had know idea what to do.
darwin
that one is weird, because it's an album released as Cat Stevens, now being marketed under both names. That might be an artist alias for me.
cheezmo2_
I tried to describe the situation to my wife and she said I think you need a 3rd artist for his new "identity/project".
It is actually a totally new album of new recordings. So only released under Yusuf / Cat Stevens.
darwin
in my opinion, his new identity is his two projects working together, but I can also see her view.
new recordings of old songs, for copyright $ probably?
weird af.
one of the weirder releases in mb now, actually. most edge-case-y
cheezmo2_
They have a totally new feel so I don't think it is copyright. Simply revisiting/interpreting as Sting has done.
MRiddickW has quit
darwin
there's also Yusuf vs. Yusuf Islam, which to me Yusuf is an artist alias of Yusuf Islam..
cheezmo2_
Can you imagine interviewing him to try to determine artist intent. Wow.
MRiddickW joined the channel
livingsilver94_ joined the channel
d4rkie has quit
livingsilver94 has quit
D4RK-PH0ENiX joined the channel
atsampson has quit
atsampson joined the channel
xtim_41 joined the channel
supersandro2000 has quit
supersandro2000 joined the channel
legoktm has quit
legoktm joined the channel
slriv joined the channel
apiuser joined the channel
apiuser has quit
apiuser joined the channel
Vacuity_ joined the channel
Vacuity has quit
xtim_41 has quit
sublim20 joined the channel
xtim_41 joined the channel
xtim_41 has quit
thomasross has quit
MRiddickW has quit
livingsilver94 joined the channel
livingsilver94_ has quit
d4rkie joined the channel
D4RK-PH0ENiX has quit
darwin
what was the musicbrainz ticket change that was hypothesized to be logging me out far more frequently when using importers?
i had it only happen when i was not active on MB before
so i just open MB anyway, then i can use whatever importer there is
Gazooo794 has quit
Gazooo794 joined the channel
d4rkie has quit
D4RK-PH0ENiX joined the channel
tdiaz1 joined the channel
tdiaz has quit
livingsilver94 has left the channel
duh joined the channel
legoktm has quit
i7c has quit
i7c joined the channel
Lo_Fidelity has quit
MajorLurker has quit
Lo_Fidelity joined the channel
Yaniel has quit
xtim_41 joined the channel
slriv has quit
xtim_41 has quit
cheezmo2 joined the channel
cheezmo2_ has quit
cheezmo2 has quit
cheezmo2 joined the channel
xtim_41 joined the channel
xplt joined the channel
killme has quit
killme joined the channel
CatQuest has left the channel
CatQuest joined the channel
CatQuest has quit
CatQuest joined the channel
ZaphodBeeblebrox joined the channel
CatQuest has quit
ZaphodBeeblebrox is now known as CatQuest
diggy joined the channel
xtim_41 has quit
diggy
Hello guys, first time writing a Picard plugin and so I feel a bit clueless.
Are third-party imports allowed? The only plugin I came across in the repo that used third-party imports was the BPM analyzer and it claims to be Linux-only. So is the limitation due to my device running on Windows and is there any (clumsy or not) way to get around the limitations?
reosarevok
outsidecontext: ^
MRiddickW joined the channel
outsidecontext
diggy: It won't work on Windows or macOS because on those systems Picard gets packaged up with it's own Python, and this does only include modules that are actually needed. On Linux or alike this is not an issue, because the system provided Python is being used
You have multiple options: If it is only for your personal use you could run Picard from source with a system isntalled Python
Or you can include the necessary module in your plugin
which only works well if your plugin does not rely on additional C libs
Thanks for the help. I'll try with the second option first but one of the modules is a Cython wrapper so let's see how it goes. Would probably have to go with the first option if there's no choice.