Closed birdybro closed 4 years ago
Yeah that's what I get for testing on linux only. That happens because on linux folders are separated by / where on windows it's \
I remember when learning about this myself to try and make my own awhile ago, there was a newer python 3.x module that covers os-agnostic path handling.
https://docs.python.org/3/library/pathlib.html
I have little knowledge but maybe it would help.
I made a quick and dirty fix I'm not proud of, but should work for now, I'd have to take a look at it later.
I could have sworn I tested this after your M3U release, but looks like I dropped the ball on that. The M3U files that are generated have the directory in them still. It's somewhere in here but I don't know enough to make the change myself adequately.
The current naming format the .m3u is:
And it should instead be:
I'll be sure to actually test it fully this time...