Please excuse me, my first time posting a Github issue.
Running the script normally, I run into a TypeError.
File "purikone.py", line 143, in <module>
process_awb(awb)
File "purikone.py", line 82, in process_awb
lines = execute_get_words(VGMSTREAM_PATH, '-m', awb_path)
File "purikone.py", line 73, in execute_get_words
return [line.split(' ') for line in output.split(os.linesep)]
TypeError: a bytes-like object is required, not 'str'
I tried the previous change of the script, but same error output.
I'm in Python 3.7.4.
Meanwhile, thanks to the renamed files to .acb and .awb though, foobar + vgmstream plugin
was able to load those files in the temp folder and listen to the BGMs directly.
Please excuse me, my first time posting a Github issue.
Running the script normally, I run into a TypeError.
I tried the previous change of the script, but same error output.
I'm in Python 3.7.4.
Meanwhile, thanks to the renamed files to
.acband.awbthough, foobar + vgmstream pluginwas able to load those files in the temp folder and listen to the BGMs directly.