[GUIDE] XBMCbuntu + Deluge(YaRSS2&Execute) + Filebot AMC
Posted: 28 Apr 2013, 06:08
******* FOR i386/32 BIT USERS!**** 64 bit users: Get the appropriate Filebot .deb for your arch!
XBMCbuntu
I'm not going to get into specific details on the setup and installation of XBMCbuntu on your HTPC. Suffice it to say that you need to get the install complete, open a terminal and ssh into it from a remote computer.
#^replace the IP with your HTPC's IP
Prep XBMCbuntu
Once you're logged in:
# I add the xhost + as a wildcard so I can run gtk apps on other terminals, you can substitute "+" with your client IP.
Filebot
Download Filebot : http://www.filebot.net/download.php?mod ... &arch=i386
#I just like gdebi, use something else if you want.
Check your libs with another of Rednoah's great scripts!: #run as user, not ROOT!
You should get something very similar to this:
$filebot -script fn:sysinfo
FileBot 3.6 (r1600)
JNA Native: 3.5.0
MediaInfo: MediaInfoLib - v0.7.61
7-Zip-JBinding: OK
Extended Attributes: DISABLED
OpenJDK Runtime Environment 1.7.0_21
32-bit OpenJDK Server VM
Linux (i386)
Done ヾ(@⌒ー⌒@)ノ
$
If all that looks good, filebot is installed properly. #If not, google the error, I had to reinstall mediainfo to get it working once.
Next: Scripts and gimmicks!
XBMCbuntu
I'm not going to get into specific details on the setup and installation of XBMCbuntu on your HTPC. Suffice it to say that you need to get the install complete, open a terminal and ssh into it from a remote computer.
Code: Select all
ssh +X 192.168.1.XXX
Prep XBMCbuntu
Once you're logged in:
Code: Select all
sudo -s
add-apt-repository ppa:team-xbmc/ppa
add-apt-repository ppa:deluge-team/ppa
add-apt-repository ppa:shiki/mediainfo
apt-get update
apt-get upgrade
apt-get install deluge deluged cifs-utils gdebi gedit samba mediainfo
exit
xhost +
Filebot
Download Filebot : http://www.filebot.net/download.php?mod ... &arch=i386
Code: Select all
sudo gdebi /home/*USER*/Downloads/filebot_3.6_i386.deb
Check your libs with another of Rednoah's great scripts!: #run as user, not ROOT!
Code: Select all
filebot -script fn:sysinfo
$filebot -script fn:sysinfo
FileBot 3.6 (r1600)
JNA Native: 3.5.0
MediaInfo: MediaInfoLib - v0.7.61
7-Zip-JBinding: OK
Extended Attributes: DISABLED
OpenJDK Runtime Environment 1.7.0_21
32-bit OpenJDK Server VM
Linux (i386)
Done ヾ(@⌒ー⌒@)ノ
$
If all that looks good, filebot is installed properly. #If not, google the error, I had to reinstall mediainfo to get it working once.
Next: Scripts and gimmicks!
