1= {
2 'name': '*FileLyrics',
3 'description': 'Search the same directory as the track for lyrics',
4 'author': 'Paul Harrison',
5 'priority': '90',
6 'version': '2.0',
7 'syncronized': True,
8 'artist': 'Robb Benson',
9 'title': 'Lone Rock',
10 'album': 'Demo Tracks',
11 'filename': os.path.dirname(os.path.abspath(__file__)) + '/examples/filelyrics.mp3',
12}