예제 #1
0
 def get_wrap_playlist_datas(self):
     return wrap_playlist_datas(self.itemsQueue, self.infosGroup)
예제 #2
0
 def get_wrap_playlist_datas(self):
     return wrap_playlist_datas(self.itemsQueue, self.infosGroup)
예제 #3
0
 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()
예제 #4
0
 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()