[olug] XBMC links
Adam Haeder
adam at adamhaeder.com
Wed May 7 17:23:41 CDT 2014
Links from last night's presentation:
http://superrepo.org/
http://lifehacker.com/5768174/power-up-your-xbmc-installation-with-these-new-add-ons
http://wiki.xbmc.org/index.php?title=Unofficial_Add-on_Repositories
http://wiki.xbmc.org/index.php?title=NFO_files/movies
https://github.com/dbr/tvnamer
Here is my "spaces_to_underscores.sh" script:
#!/bin/bash
ls | while read -r FILE
do
mv -v "$FILE" `echo $FILE | tr ' ' '_' | tr -d '[{}(),\!$:?"]' | tr -d
"\'"
| tr '[A-Z]' '[a-z]' | sed 's/_-_/_/g'`
done
--
Adam Haeder
adam at adamhaeder.com
Check out my latest book: LPI Linux Certification in a Nutshell from
O'Reilly: http://bit.ly/bvQQ0I
More information about the OLUG
mailing list