Moonbase59 / loudgain

ReplayGain 2.0 loudness normalizer based on the EBU R128/ITU BS.1770 standard (-18 LUFS, FLAC, Ogg, MP2, MP3, MP4, M4A, AAC, ALAC, Opus, ASF, WMA, WAV, AIFF, WavPack, APE)
Other
190 stars 23 forks source link

Fail to analyze files with colon in the name. #48

Open Br31zh opened 2 years ago

Br31zh commented 2 years ago

Hello,

I have some files with colons in their name, and your program stop with an error on it:

[✔] Scanning '03.Shine_Days.opus' ...
[✔] Container: Ogg [ogg]
[✔] Stream #0: Opus, 48000 Hz, 2 ch, stereo
 100% [======================================]
[✔] Scanning '04.23:50.opus' ...
[✘] Could not open input: Protocol not found

I had the same problem using FFMpeg. If you use it, you can use file:04.23:50.opus to work around this. If it’s from you own code and not FFMpeg, then I can’t help.