Support and General Use > Audio Playback, Database and Playlists

why does rockbox use .m3u8 playlist files?

(1/1)

psycho_maniac:
Just curious when you save a playlist with rockbox the extension is .m3u8 and not .m3u? Is there a special reason for this or why it uses this extension?

froggyman:
well if you look at it in windows exlorer then its a .m3u

maybe because it uses UTF-8 encoding?

Chronon:
Yes, that's the reason.

bluebrother:

--- Quote from: froggyman on May 12, 2009, 10:34:01 PM ---well if you look at it in windows exlorer then its a .m3u

--- End quote ---
No. m3u8 and m3u are different.


--- Quote ---maybe because it uses UTF-8 encoding?
--- End quote ---
and exactly this is the difference. m3u uses any encoding (it could be utf-8 too). On windows most programs will assume m3u to use the local encoding, hence all filenames with non-ASCII characters won't work. Using m3u8 indicates that it is utf-8 and programs that know the difference also know how to handle the files correctly.

Apart from the encoding both formats are identical, thus you won't see a difference if your filenames only contain ASCII character.

Navigation

[0] Message Index

Go to full version