• 1
  • 2
  • 3(current)
  • 4
  • 5
  • 11
LaSi - Bashed Installers for SickBeard, Couchpotato, Headphones and more
#31
Maybe you have the old LaSi.sh installer. remove that (rm -f LaSi.sh). Then wget the LaSi again and run it again. Option 8 is sabnzbdplus.
Reply
#32
Hey that worked!
But when I try to install sabnzbd I receive this error:


Are you sure you want to continue and install Sabnzbdplus?
(yes/no) :yes

Say hello to my little friend!

--2011-08-15 14:19:11-- http://dl.dropbox.com/u/18712538//Sabnzb...install.sh
Resolving dl.dropbox.com... 50.16.230.95
Connecting to dl.dropbox.com|50.16.230.95|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6580 (6.4K) [text/x-sh]
Saving to: `LaSi/sabnzbdplusinstall.sh'

100%[======================================>] 6,580 --.-K/s in 0.1s

2011-08-15 14:19:12 (60.3 KB/s) - `LaSi/sabnzbdplusinstall.sh' saved [6580/6580]

./LaSi/sabnzbdplusinstall.sh: line 143: syntax error near unexpected token `fi'
./LaSi/sabnzbdplusinstall.sh: line 143: `fi'
famroom@famroom-M570RU:~$


Also, do you think you can add xbmc to be installed as an application on ubuntu?
Thanks again for all your work
Reply
#33
fixed. another bug is squashed. thx.

xbmc as an app on a desktopversion, seems easy. will try write it this week.
Reply
#34
Sabnzbd fully installed now! Let me know when you got XBMC working on it.
Reply
#35
This script should work. It worked fine on my machine. It only installs xbmc or xbmc-standalone. Nothing more, nothing less...
Code:
wget http://dl.dropbox.com/u/18712538/Misc/xbmcinstall.sh && sudo chmod +x xbmcinstall.sh && ./xbmcinstall.sh

Please test, and if you have ideas, let me know.
Reply
#36
I tried to install xbmc as dekstop application and encountered this:


Adding Team XBMC ppa-repo...
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://keyserver.ubuntu.com:80/ --recv 189701DA570C56B9488EF60A6D975C4791E7EE5E
gpg: requesting key 91E7EE5E from hkp server keyserver.ubuntu.com
gpg: key 91E7EE5E: public key "Launchpad PPA for XBMC for Linux" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)

XBMC Repo added

Updating sources.list...
W: Failed to fetch http://ppa.launchpad.net/team-xbmc/ppa/u...ce/Sources 404 Not Found

W: Failed to fetch http://ppa.launchpad.net/team-xbmc/ppa/u...6/Packages 404 Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.
Updated all sources

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package xbmc


I believe it has something to do with me using the latest ubuntu 11.4
Reply
#37
Yes it has. On 11.04 only the Unstable is supported. But I can make that optional in my script. could you test? do this: gedit or nano xbmcinstall.sh go to line 184 and change sudo add-apt-repository ppa:team-xbmc into sudo add-apt-repository ppa:team-xbmc/unstable
Reply
#38
Thanks for the quick help. Instead of using the nightly unstables I went into the package manager, selected the xbmc repo and changed the distribution from natty to maverick. I then activated your script again and it installed perfectly! Thanks so much for all your help.
Reply
#39
Didn't know that was possible. Can do that by commandline too btw, but I need to find a way to determine which version someone is running. The new installer is almost ready, I am writing an option to choose between stable/unstable.
Reply
#40
Mar2zz,

I asked this question also on your blog but will try it here too.

I installed Periscope with your script. In sabnzbd i selected sabtopertosick and it works good. The subtitles are downloaded and named correctly. But sickbeard doesn't move the srt files to the final destination. It copies the MKV but deletes the srt file.
Is there a way so that sickbeard also copies the subtitles?
Reply
#41
Must have missed your question on my blog. It's an issue I had myself to. Sickbeard doesn't see the .srt files it seems.

It's better to run a script after sickbeard has finished processing, but that way you can't rename tvshows, they have to stay original names. You can use extra_scripts = inside Sickbeard's config.ini to load a script that sickbeard will run after it's done moving/renaming files.

Edit sickbeards config.ini (when sickbeard is not running). extra_scripts = /home/username/.periscope/postSickbeardSub.py .

Download this script and save it inside periscope's folder: http://dl.dropbox.com/u/18712538/Perisco...eardSub.py Remember to edit USERNAME on line 14 into your own username.

This way subs will be found if any available for your releases. But remember, do not rename!
Reply
#42
Thanks for that. I will try this.
I will post something in the sickbeard thread so the maker can try to find a solution.
Reply
#43
Hey Mar2zz,
I cant seem to get headhpones started... Is the autoboot working for it yet? I am a total noob could you post the exact code to run in terminal to start up headphones? You da man!
Reply
#44
Autoboot is fixed a week ago, it was a problem in headphones (see issue 184 I believe).
Start up with sudo /etc/init.d/headphones start

(you should run a git pull first if you haven't done that in a week).
Reply
#45
Aloha, I ran into some troubles installing this on a 10.04 server edition of Ubuntu.

Sabz installed fine but when I went on to install SickBeard I get:




Code:
By default SickBeard will be installed in /home/coupas/.sickbeard.
Do you want to change this?
(yes/no): no
Installing SickBeard in /home/coupas/.sickbeard

-------
Download and install the most recent version of SickBeard from GitHub
-------

./LaSi/sickbeardinstall.sh: line 307: git: command not found

cp: cannot stat `/home/coupas/.sickbeard/autoProcessTV/autoProcessTV.cfg.sample': No such file or directory

-------
You can install SickBeard as a daemon, so it will start when your pc starts...
daemoninstall works only Ubuntu or Debian, I need commands for other OS's
So if you want this script to work on your *nix, email me the commands needed
-------

Do you want to install SickBeard as a daemon?
(yes/no): yes
As you wish, master...
cp: cannot stat `/home/coupas/.sickbeard/init.ubuntu': No such file or directory
sed: can't read /home/coupas/.sickbeard/init.ubuntu: No such file or directory

Copying /home/coupas/.sickbeard/init.ubuntu to /etc/init.d/sickbeard...
cp: cannot stat `/home/coupas/.sickbeard/init.ubuntu': No such file or directory

Do you want to import your own configurationfile?
(yes/no): no
Downloading fresh config from dropbox.com
--2011-08-19 00:50:36--  http://dl.dropbox.com/u/18712538//SickBeard/config.ini
Resolving dl.dropbox.com... 174.129.218.39
Connecting to dl.dropbox.com|174.129.218.39|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2010 (2.0K) [application/octet-stream]
Saving to: `/home/coupas/.sickbeard/config.ini'

100%[======================================>] 2,010       --.-K/s   in 0s

2011-08-19 00:50:37 (284 MB/s) - `/home/coupas/.sickbeard/config.ini' saved [2010/2010]



Now you can start SickBeard with a clean configuration...
By default SickBeard's webinterface adress is: http://0.0.0.0:8081.
That's the same as http://localhost:8081 or http://127.0.0.1:8081.
It will not ask for a username and password.

Do you want change the defaults?
(yes/no): yes

Enter new ipadress, default is 0.0.0.0: 192.168.1.2
Enter new port, default is 8081: 8081
You entered 192.168.1.2:8081, is this correct?:
(yes/no): yes
Adding 192.168.1.2:8081 to config.ini and autoProcessTV.cfg...
and autoProcessTV.cfg...
sed: can't read /home/coupas/.sickbeard/autoProcessTV/autoProcessTV.cfg: No such file or directory

Enter new username, leave blank for none :
Enter new password, leave blank for none :
You entered username '' and password '', is this correct?:
(yes/no or skip): yes
Adding username and password to config.ini...
and autoProcessTV.cfg...
sed: can't read /home/coupas/.sickbeard/autoProcessTV/autoProcessTV.cfg: No such file or directory

Do you want to import your own database?
(yes/no): no
Starting fresh

sudo: /etc/init.d/sickbeard: command not found
Can't start SickBeard, try starting manually...
Execute sudo /etc/init.d/sickbeard stop | start | restart | force-reload
Press a key to return to menu.
Lazy admin Scripted installers -----------------------



---------------------------------
SICKBEARD IS CREATED BY MIDGETSPY
-------- http://www.sickbeard.com

LaSi v0.8

1. (re)Install SickBeard
2. Update SickBeard
3. Exit script

Choose one of the above options
Enter 1, 2 or 3: 2

====
Checking for updates SickBeard
./LaSi/sickbeardinstall.sh: line 612: git: command not found
sudo: /etc/init.d/sickbeard: command not found
Press a key to return to menu.====
Lazy admin Scripted installers ---------------------
--
___ ___


Any idea on what could be wrong here?

Sabz installed and is playing just fine.
Reply
  • 1
  • 2
  • 3(current)
  • 4
  • 5
  • 11

Logout Mark Read Team Forum Stats Members Help
LaSi - Bashed Installers for SickBeard, Couchpotato, Headphones and more1