NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Cy_4
Jun 11, 2011Aspirant
Python 2.6 addon and setuptools?
Hi, I've recently installed the Python 2.6 addon and I'm now trying to install periscope (http://code.google.com/p/periscope/). I've run into some trouble though. This is the error that I get: ...
daeron1
Sep 02, 2012Aspirant
It's been a long time since you posted this thread, but I finally manage to install periscope and integrated with sickbeard, this is what I've done:
1.- Download Periscope http://code.google.com/p/periscope/downloads/detail?name=python-periscope_0.2.4.orig.tar.gz
2.- Download Pyhton-setuptools for python 2.6 http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c11-py2.6.egg#md5=bfa92100bd772d5a213eedd356d64086
3.- Download Beatifulsoup http://pypi.python.org/packages/source/B/BeautifulSoup/BeautifulSoup-3.2.1.tar.gz#md5=44656527ef3ac9874ac4d1c9f35f70ee
4.- Install Pyhton-setuptools for python 2.6 using sh setuptools-0.6c11-py2.6.egg
5.- Extract and install Beatifulsoup. tar zxvf BeautifulSoup-3.2.1.tar.gz and then python setup.py install on the extracted files
6.- Extract and install periscope. tar zxvf python-periscope_0.2.4.orig.tar.gz and then python setup.py install on the extracted files
7.- chown root:root to periscope folder
8.- mkdir /root/.config
9.- Stop sickbeard and edit the config.ini, under extra-scripts include the following script "/c/.sickbeard/searchsubs.sh
10.- Create the following script with the searchsubs.sh name:
#!/bin/sh
echo Filename to process. $1
echo Original filename... $2
echo Show TVDB id........ $3
echo Season number....... $4
echo Episode number...... $5
echo Episode air date.... $6
echo ... will now pass the search info to periscope to snatch a subtitle
/path/to/periscope/bin/periscope "$1" -l xx -l xx --force
11.- save the config.ini file and start sickbeard again
Hope it still helps
1.- Download Periscope http://code.google.com/p/periscope/downloads/detail?name=python-periscope_0.2.4.orig.tar.gz
2.- Download Pyhton-setuptools for python 2.6 http://pypi.python.org/packages/2.6/s/setuptools/setuptools-0.6c11-py2.6.egg#md5=bfa92100bd772d5a213eedd356d64086
3.- Download Beatifulsoup http://pypi.python.org/packages/source/B/BeautifulSoup/BeautifulSoup-3.2.1.tar.gz#md5=44656527ef3ac9874ac4d1c9f35f70ee
4.- Install Pyhton-setuptools for python 2.6 using sh setuptools-0.6c11-py2.6.egg
5.- Extract and install Beatifulsoup. tar zxvf BeautifulSoup-3.2.1.tar.gz and then python setup.py install on the extracted files
6.- Extract and install periscope. tar zxvf python-periscope_0.2.4.orig.tar.gz and then python setup.py install on the extracted files
7.- chown root:root to periscope folder
8.- mkdir /root/.config
9.- Stop sickbeard and edit the config.ini, under extra-scripts include the following script "/c/.sickbeard/searchsubs.sh
10.- Create the following script with the searchsubs.sh name:
#!/bin/sh
echo Filename to process. $1
echo Original filename... $2
echo Show TVDB id........ $3
echo Season number....... $4
echo Episode number...... $5
echo Episode air date.... $6
echo ... will now pass the search info to periscope to snatch a subtitle
/path/to/periscope/bin/periscope "$1" -l xx -l xx --force
11.- save the config.ini file and start sickbeard again
Hope it still helps
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!