yomguy/DeeFuzzer

M3U Input does not handle relative paths

achbed opened this issue · 4 comments

Currently, using an M3U file as a source does not handle relatives paths. As specified in https://en.wikipedia.org/wiki/M3U the reader of the M3U should support paths relative to the M3U file location.

OK, I'll fix this.

I've got a patch pending. I just created the issue for reference :)

Ah yes indeed in #50 :)

I just pushed another update to the currently pending merge request. This new path fixes the "relative to the M3U file" part, and undoes the "relative to station/base_dir" I had implemented earlier (same merge request).