Fix for eLite not loading playlists in June RR
I don't know if anyone else had this problem, but my M3U playlists wouldn't load in eLite after installing the latest RR (June 2011). I think it has something to do with:
Code:
from the RR June 2011 changelog:
+ Skin; 'AUDIO_PLAYLIST.skin" offically supported, will populate DL with
".m3u.m3u8" file types from your PLAYLIST PATH
(no need for a "SD" definition)
+ Skincommand; "PLAYLIST" is alias to "load;audio_playlist.skin"
Going to "Music --> Playlist --> Open List --> Load List" to load a playlist would simply return to the Music screen without actually loading the playlist.
Here's the fix:
In your eLite skin directory, make a copy of "load_playlist.skin" and rename it to "audio_playlist.skin".
Then, open up "audio_currentplaylist.skin" in a text editor, find the line that says (it's line 47 for me):
Code:
"B,477,356,149,61,"Load;load_playlist.skin","
and change it to
Code:
B,477,356,149,61,"Load;audio_playlist.skin",
Voila!