Ejemplo n.º 1
0
 def get_wrap_playlist_datas(self):
     return wrap_playlist_datas(self.itemsQueue, self.infosGroup)
Ejemplo n.º 2
0
 def get_wrap_playlist_datas(self):
     return wrap_playlist_datas(self.itemsQueue, self.infosGroup)
Ejemplo n.º 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()
Ejemplo n.º 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()