Skip to content

Instantly share code, notes, and snippets.

@steegi
Forked from anonymous/get_lirc_remotes
Last active December 10, 2015 12:08
Show Gist options
  • Save steegi/4431996 to your computer and use it in GitHub Desktop.
Save steegi/4431996 to your computer and use it in GitHub Desktop.
#bin/sh
sudo su
cd /usr/share/lirc/remotes/
# Make sure to include the trailing slash for the wget command as otherwise you'll be pulling all remotes
wget -r --no-parent -nH -R "index.html*" --cut-dir=1 http://lirc.sourceforge.net/remotes/pioneer/
wget -r --no-parent -nH -R "index.html*" --cut-dir=1 http://lirc.sourceforge.net/remotes/panasonic/
wget -r --no-parent -nH -R "index.html*" --cut-dir=1 http://lirc.sourceforge.net/remotes/lexicon/
wget -r --no-parent -nH -R "index.html*" --cut-dir=1 http://lirc.sourceforge.net/remotes/microsoft/
wget -r --no-parent -nH -R "index.html*" --cut-dir=1 http://lirc.sourceforge.net/remotes/mitsubishi/
wget -r --no-parent -nH -R "index.html*" --cut-dir=1 http://lirc.sourceforge.net/remotes/motorola/
# Don't forget to include the remote's configuration to /etc/lirc/lircd.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment