[olug] XBMC links
Kevin Lane
krlane at hotmail.com
Wed May 7 17:27:05 CDT 2014
Thanks Adam,I enjoyed the presentation last night, good job!
Kevin
> From: adam at adamhaeder.com
> Date: Wed, 7 May 2014 11:23:41 -0500
> To: olug at olug.org
> Subject: [olug] XBMC links
>
> 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
> _______________________________________________
> OLUG mailing list
> OLUG at olug.org
> https://lists.olug.org/mailman/listinfo/olug
More information about the OLUG
mailing list