4 from common
import culrcwrap
9 'name':
'*EmbeddedLyrics',
10 'description':
'Search track tags for embedded lyrics',
11 'author':
'Paul Harrison and ronie',
14 'artist':
'Robb Benson',
16 'album':
'Demo Tracks',
17 'filename': os.path.dirname(os.path.abspath(__file__)) +
'/examples/taglyrics.mp3',
27 log(
"%s: searching lyrics for %s - %s"
28 % (info[
'name'], song.artist, song.title), debug=self.
DEBUG)
29 log(
"%s: searching file %s"
30 % (info[
'name'], song.filepath), debug=self.
DEBUG)
31 log(
"%s: searching for SYNCHRONIZED lyrics"
32 % info[
'name'], debug=self.
DEBUG)
36 log(
"%s: searching for NON-synchronized lyrics"
37 % info[
'name'], debug=self.
DEBUG)
43 if __name__ ==
'__main__':
44 culrcwrap.main(__file__, info, LyricsFetcher)