Example #1
0
 def search_phrase(self):
     return clean_search_term(self.album_artist + ' ' + self.title if all([self.album_artist, self.title]) else
                                  self.filename)
Example #2
0
 def search_phrase(self):
     return clean_search_term(self.album_artist + ' ' + self.title if all([self.album_artist, self.title]) else
                              self.path)
Example #3
0
 def search_phrase(self):
     return clean_search_term(self.album_artist + ' ' + self.title)
Example #4
0
 def search_phrase(self):
     return clean_search_term(self.album_artist + ' ' + self.title)