jesus2099
jesus2099
https://github.com/JonnyJD/musicbrainz-isrcsubmit/assets/1401086/24b8ce18-f158-4ae6-934d-4107101cf24d Here is what happens on my _Windows 10 Professionnel 22H_ with _Python 3.11.5_. First I run `isrcsubmit_original.bat` which is the original download. You cannot see the new `CMD.exe` terminal...
I have now added this code that will pause the script only when it is launched by mouse double-click (pause useful to see messages before terminal closes), and not when...
Same on my new new office laptop: - Windows 10 Entreprise 22H2 x64 - Python 3.11.6 - Either `CMD.exe` or [Windows Terminal](https://github.com/microsoft/terminal) ~~Maybe it's only an issue in Windows Terminal,~~...
[LIB-11](http://tickets.musicbrainz.org/browse/LIB-11) from [#5791](http://bugs.musicbrainz.org/ticket/5791), called raw ISRC, is not that rare, in my experience: - it is rare among good quality full size CD drives (or burners) — I have a...
Oh this patch from @omgitsraven does work: ```py os.add_dll_directory(os.getcwd()) ``` Same issue #124 with PR #125. Indeed I am now in Python 3.10.7 and this PR was supposed to work...
The failed check is the same **PyPy3** check that failed with all previous pull requests: > Error: PyPy 3.6 not found
Tested successfully on: - Debian GNU/Linux 11 64 bits Python 3.9.2 :+1: condition not met, `add_dll_directory` not run: not supported and not needed - Windows XP 2002 SP3 32 bits...
I put this in draft, leaving some time for [the discussion](https://community.metabrainz.org/t/windows-python-3-8-musicbrainz-isrcsubmit-py-could-not-find-module-discid-dll/630230?u=jesus2099) to take place a little bit. And I want to try git magic to queue my **IF** change behind...
I managed to include original bug fix author in the PR. I found out about version 3.0.0-dev that does include 2.1.1-beta changes in main branch, so I tested this one...
I tested 3.0.0-dev and patched 3.0.0-dev on my 2 other environments as well now. All good.