Skip to content

Commit 84989dc

Browse files
committed
Merged pull request
KenV99#7
1 parent e2dabe9 commit 84989dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/lib/events.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def requires_subtopic():
2424

2525
class Events(object):
2626
Player = {
27-
'onPlayBackStarted': {
27+
'onAVStarted': {
2828
'text': 'on Playback Started',
2929
'reqInfo': [],
3030
'optArgs': ['mediaType', 'fileName', 'title', 'aspectRatio', 'width', 'height', 'stereomode', 'season',
@@ -42,7 +42,7 @@ class Events(object):
4242
'episode', 'showtitle', 'percentPlayed'],
4343
'varArgs': {'%mt': 'mediaType', '%fn': 'fileName', '%ti': 'title', '%ar': 'aspectRatio', '%ht': 'height',
4444
'%wi': 'width', '%sm': 'stereomode', '%se': 'season', '%ep': 'episode', '%st': 'showtitle',
45-
'%at': 'artist', '%al': 'album'},
45+
'%at': 'artist', '%al': 'album', '%pp': 'percentPlayed'},
4646
'expArgs': {'mediaType': 'movie', 'fileName': 'G:\\movies\\Star Wars - Episode IV\\movie.mkv',
4747
'title': 'Star Wars Episode IV - A New Hope', 'percentPlayed': '26'}
4848
},

0 commit comments

Comments
 (0)