Kodi Community Forum
Bug import m3u playlist in correct order - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+---- Forum: Kodi Remote for Android Official Forum (https://forum.kodi.tv/forumdisplay.php?fid=129)
+---- Thread: Bug import m3u playlist in correct order (/showthread.php?tid=307677)



import m3u playlist in correct order - Biero - 2017-02-21

Hello,
First of all, a big thanks for Kodi and Kore software !
I noticed a bug in Kore : when I ask Kore to play a "m3u" music playlist file, it will import this file in alphabetic order instead of play list order.

For exemple, if m3u file is like this :
02 - Song A
03 - Song B
01 - Song C

Then, Kore will display the playlist as :
01 - Song C
02 - Song A
03 - Song B

This phenomena just happens in Kore itself, not in Kodi. If I use Kodi directly (without using Kore), then the playlist order is the good one.

Is it possible to solve this issue in Kore ?

Thanks a lot !