Created
May 20, 2013 21:50
-
-
Save ispedals/5615863 to your computer and use it in GitHub Desktop.
Copies the currently playing subtitle in XBMC for Xbox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import xbmc | |
| import shutil | |
| ass_subtitle='special://temp/%s' % xbmc.Player().getSubtitles() | |
| shutil.copy(ass_subtitle, 'Q:\\scripts\\') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment