Hi,
Trying to get a list of playlists from the playlist directory.
Tried the following code:
List<GUIListItem> listitems = m_directory.GetDirectoryExt(m_strPlayListPath)
Where m_strPlayListPath is string path to the playlists from mediaportal.xml
but it only returns 1 listitem, I stepped into the code and it seems to find all 6 playlists and passes in the directory path correctly, but only returns an item for the parent directory.
i.e. MyDocuments (..) rather then MyDocuments/PlayLists ( 6 playlists)
Anybody know where I'm gogin wrong ?
Thanks
Trying to get a list of playlists from the playlist directory.
Tried the following code:
List<GUIListItem> listitems = m_directory.GetDirectoryExt(m_strPlayListPath)
Where m_strPlayListPath is string path to the playlists from mediaportal.xml
but it only returns 1 listitem, I stepped into the code and it seems to find all 6 playlists and passes in the directory path correctly, but only returns an item for the parent directory.
i.e. MyDocuments (..) rather then MyDocuments/PlayLists ( 6 playlists)
Anybody know where I'm gogin wrong ?
Thanks