Skip to content

Instantly share code, notes, and snippets.

@databus23
Created January 1, 2013 16:48
Show Gist options
  • Save databus23/4428531 to your computer and use it in GitHub Desktop.
Save databus23/4428531 to your computer and use it in GitHub Desktop.
convert xbmc xml nfos to imdb link nfos for rebuilding the video library from scratch
sed -i -n -e 's/\s*<id>\(.*\)<\/id>/http:\/\/www.imdb.com\/title\/\1\//p' *.nfo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment