Christian Haudum

Results 90 comments of Christian Haudum

@smcv Could you rebase the branch so the already merged commit 863d212 (in PR #18 ) is removed? Then I am happy to merge it.

Hi @adamhotep Thanks for your request. Could you elaborate a bit more on your use-case? Since rgain is actually modifying the files (setting the ID3 tags with replay gain information),...

Hi @daurnimator I just ran the test from both the extracted `tar.gz` file from the release page, as well as from the git commit of the v2.8.0 release and could...

Hi @2019-05-10 Thanks for reporting :) > relying on file extensions has never been a reliable way to determine a file type. Since I took over the existing code base...

@2019-05-10 FYI, I just merged #22 into master

Thanks for reporting. Non UTF-8 file names are definitely something the script should be able to deal with. You're probably right, that your friend won't be the only one. This...

This regression has probably been introduced with 6de774076d76ded856c03968495b90001d293035 @StyXman could you try a Python3 compatible version prior to this commit? ```console git clone https://github.com/chaudum/rgain.git cd rgain git checkout aef5bde971c204d46e11a5f808aa4152cefa9687 python3...

@StyXman Unfortunately I could not reproduce your issue yet. I tried to create files with random bytes as filenames, but did not succeed either - ran into a different issue:...

Could you provide information about your Python version and encoding? `python --version` `python -c "import sys; print(sys.getfilesystemencoding(), sys.getdefaultencoding())"` `locale`

> Could you provide information about your Python version and encoding? @StyXman :arrow_up: