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

m3u text encoding issues #6126

Closed
mixxxbot opened this issue Aug 22, 2022 · 3 comments
Closed

m3u text encoding issues #6126

mixxxbot opened this issue Aug 22, 2022 · 3 comments
Labels
Milestone

Comments

@mixxxbot
Copy link
Collaborator

Reported by: daschuer
Date: 2011-11-21T08:51:29Z
Status: Fix Released
Importance: Medium
Launchpad Issue: lp892998
Attachments: m3u8.patch


Mixxx does not except m3u playlists with non ASCII characters encoded in Windows-1252
This is the default m3u encoding, according to http://en.wikipedia.org/wiki/M3U.

Since some applications provide m3u playlists in UTF-8, mixxx should support them too.
Mixx should also support m3u8 playlists, a m3u playlist with UTF-8 encoding.

@mixxxbot mixxxbot added the bug label Aug 22, 2022
@mixxxbot
Copy link
Collaborator Author

Commented by: daschuer
Date: 2011-11-22T20:42:38Z
Attachments: m3u8.patch


With the attached patch m3u playlists are exported in "Windows-1252" encoding. If this is not possible the user gets the hint to use m3u8 playlist instead.

Playlist import uses a UTF-8 detection to support UTF-8 m3u playlists.

@mixxxbot
Copy link
Collaborator Author

Commented by: rryan
Date: 2011-11-23T16:26:27Z


Another good catch! Thanks Daniel.

@mixxxbot
Copy link
Collaborator Author

Issue closed with status Fix Released.

@mixxxbot mixxxbot transferred this issue from another repository Aug 24, 2022
@mixxxbot mixxxbot added this to the 1.10.0 milestone Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant