gcscaglia
Results
2
comments of
gcscaglia
I know this is an old issue, but I've found the solution: When calling `tag.save`, you must specify a non-zero `max_padding` argument, e.g.: ``` audio_file.tag.save(max_padding=1) ``` On my tests, specifying...
Just another data point: I've had the same problem. For me, simply downgrading to nhentai==0.4.18 solved the issue with the script not being installed.