Пример #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()