Update: I managed to get sab working and successfully transferred my old config file, I also addded mount points for sab so it's saving files to the correct location..
Now I'm having trouble with sickbeard, I managed to move my config & old database file over, but the paths to my series folders cannot be found since i'm using jail... I tried adding a mount point (sickbeard data folder pointed to my series folder), but the web interface gave the following error, and I can't turn sickbeard plugin back on
Code:
500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
Traceback (most recent call last):
File "/usr/pbi/sickbeard-amd64/SickBeard/cherrypy/_cprequest.py", line 660, in respond
response.body = self.handler()
File "/usr/pbi/sickbeard-amd64/SickBeard/cherrypy/lib/encoding.py", line 193, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "/usr/pbi/sickbeard-amd64/SickBeard/cherrypy/_cpdispatch.py", line 25, in __call__
return self.callable(*self.args, **self.kwargs)
File "/usr/pbi/sickbeard-amd64/SickBeard/sickbeard/webserve.py", line 1953, in index
return _munge(t)
File "/usr/pbi/sickbeard-amd64/SickBeard/sickbeard/webserve.py", line 120, in _munge
return unicode(string).encode('utf-8', 'xmlcharrefreplace')
File "/usr/pbi/sickbeard-amd64/lib/python2.7/site-packages/Cheetah/Template.py", line 1010, in __unicode__
return getattr(self, mainMethName)()
File "_usr_pbi_sickbeard_amd64_SickBeard_data_interfaces_default_home_tmpl.py", line 105, in respond
File "/usr/pbi/sickbeard-amd64/SickBeard/sickbeard/db.py", line 51, in __init__
self.connection = sqlite3.connect(dbFilename(filename), 20)
OperationalError: unable to open database file
I tried deleting the mount point but that doesn't seem to help. I cound delete the plugin and start-over, but all my series are linked to the pre-jail location so I need to figure out how to solve that.. any suggestions ??
**UPDATE: After rebooting my FreeNAS box, sickbeard started, but I still need to "remap" the folders..
Current location where files are stored:
/mnt/RAID/media/Series/
All non-absolute folder locations are relative to
/usr/pbi/sickbeard-amd64/data
How should I create the mount point?