def get_wrap_playlist_datas(self):
     return wrap_playlist_datas(self.itemsQueue, self.infosGroup)
 def get_wrap_playlist_datas(self):
     return wrap_playlist_datas(self.itemsQueue, self.infosGroup)
 def create_a_playlist(self, listName):
     playlistFile = composite_playlist_path_use_name(listName)
     if not os.path.exists(playlistFile):
         write_into_disk(playlistFile, wrap_playlist_datas())
     self.playlistNames.append(listName)
     self.commit_records()
 def create_a_playlist(self, listName):
     playlistFile = composite_playlist_path_use_name(listName)
     if not os.path.exists(playlistFile):
         write_into_disk(playlistFile, wrap_playlist_datas())
     self.playlistNames.append(listName)
     self.commit_records()