Skip to content

Commit

Permalink
Log exact path when playing a video
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Pehrson committed Jan 19, 2014
1 parent af37091 commit 13d2aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tv.boxeeplay.svtplay3/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def play_item(item):
if not pirateplayable:
play_item.SetPath("flash://boxeeplay.tv/src=%s&bx-jsactions=%s" %
(quote_plus(play_item.GetPath()),quote_plus(BX_JSACTIONS_URL)))
BPLog("Playing clip \"%s\" with path \"%s\" and bitrate %s." %(item.GetLabel(), item.GetPath(), item.GetProperty("bitrate")))
BPLog("Playing clip \"%s\" with path \"%s\" and bitrate %s." %(play_item.GetLabel(), play_item.GetPath(), play_item.GetProperty("bitrate")))
mc.GetPlayer().Play(play_item)

track("Play", { "title": item.GetLabel(),
Expand Down

0 comments on commit 13d2aec

Please sign in to comment.