Skip to content

Instantly share code, notes, and snippets.

@ispedals
Created May 20, 2013 21:50
Show Gist options
  • Select an option

  • Save ispedals/5615863 to your computer and use it in GitHub Desktop.

Select an option

Save ispedals/5615863 to your computer and use it in GitHub Desktop.
Copies the currently playing subtitle in XBMC for Xbox
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