Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't support *.m3u8 files #8

Closed
Celiez opened this issue Jun 23, 2019 · 4 comments
Closed

Doesn't support *.m3u8 files #8

Celiez opened this issue Jun 23, 2019 · 4 comments

Comments

@Celiez
Copy link

Celiez commented Jun 23, 2019

Foobar forces user to save a playlist in m3u8 format when it detects problematic characters.
Unfortunately, your script doesn't work with m3u8 playlists.
If you force foobar to save problematic playlist in m3u format, your script will throw decoding errors.

My workaround was:
Resaving the foobar-created m3u file (that your script couldn't decode) in windows-notepad while forcing utf8.

Thank you for sharing this script!

@XDGFX
Copy link
Owner

XDGFX commented Sep 21, 2019

Nice workaround! Glad you got it working :)

@XDGFX XDGFX closed this as completed Sep 21, 2019
@cswrd
Copy link

cswrd commented Dec 30, 2019

Might it be that m3u8 is used by PPP now (v3.0.1)?

Because importing the m3u playlist to WMP failed for song paths containing some characters like ä.

I've applied a similar workaround in this case. Converted the playlist from UTF-8 to ANSI with Notepad++.

@XDGFX
Copy link
Owner

XDGFX commented Jan 14, 2020

Could someone please provide an example m3u8 playlist? The original issue looks like it could be related to #15, but @frstbyt suggests the playlist was already in utf8?

@lilruffian
Copy link

Could someone please provide an example m3u8 playlist? The original issue looks like it could be related to #15, but @frstbyt suggests the playlist was already in utf8?

Leftfield.txt

change extension to .m3u8

Nice work btw!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants