[Part 3] Download torrent & newsserver packages
|
13th Nov, 2013, 08:54 PM
Post: #91
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
Hi guys, because of circumstances I haven't been able to maintain/support this. Sorry for that, I can't tell if and when I will pick this up again.
Every package is now updated to the latest stable version available. CouchPotato, SickBeard and Headphones are updatable through their web gui. Transmission 2.82 has to be put on the XBian repo so is not yet available, it's up to XBian bosses to put the changes on the repo. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
14th Nov, 2013, 06:27 AM
Post: #92
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
Good to hear from you Fred, it's been a couple of months since I have seen you. Hope your circumstances improve soon and you can return to the things you enjoy.
Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us. |
|||
19th Nov, 2013, 05:54 AM
Post: #93
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
Hi
I Use an external usb stick as storage device to download files to and I believe that I have set it up correctly using symbolic links etc (nzbget will write to it). I can see the USB stick in filemanager in xbmc but when I use my ipad (filebrowser app) to connect to the raspberry I can only see the xbian files and not the USB stick. I would like to use the ipad to manage and copy files between the USB and my nas drive. I know that it is possible to do so as I had it configured like this before (had to do a complete rebuild). What am I doing wrong? Thanks Charlie |
|||
19th Nov, 2013, 08:58 AM
Post: #94
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
Does anybody know how I can change the SickBead package (as I want to use a different fork) but keep the NICE feature in order to save as much resources as possible. I know how to install it from scratch with git clone and so on..however I don't have NICE or how it's called enabled with this method.
RPi 1 Model B & RPi 2 |
|||
20th Nov, 2013, 05:46 AM
Post: #95
|
|||
|
|||
How to set a network share
Hello everybody,
I would like to know how to set up a network share from a network hard drive (WD Live). I had installed many packages, and tried many command but nothing seems to work. I would like to add this network shared folder as a destination for Transmission. If someone can help me, it would be great |
|||
20th Nov, 2013, 05:52 AM
Post: #96
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
(20th Nov, 2013 05:46 AM)Mickamme Wrote: Hello everybody, you have posted in wrong section m8, so I have merged your thread into this one. Please do a bit of search and reading before you post next time, thank you ~~~~>>>Please always follow rules and read before you post<<<~~~~ |
|||
21st Nov, 2013, 06:29 AM
Post: #97
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
In case anyone else encounters this:
I had some issues with Couchpotato after a fresh install; I couldn't add movies or add any of my existing movies. The fix in this case is removing the existing couchpotato.db file and restart couchpotato. To remove the file: Terminal rm -rf /etc/couchpotato/couchpotato.db To restart Couchpotato Terminal /etc/init.d/couchpotato restart Of course if you're not working as root, add Code: sudo |
|||
21st Nov, 2013, 02:26 PM
Post: #98
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
(19th Nov, 2013 08:58 AM)freem@n Wrote: Does anybody know how I can change the SickBead package (as I want to use a different fork) but keep the NICE feature in order to save as much resources as possible. I know how to install it from scratch with git clone and so on..however I don't have NICE or how it's called enabled with this method. @freem@n this NICE feature is question proper startup script. it is not feature of the software itself, but rather setup of how the software is being started. you can check /etc/init.d/sickbeard from XBian package for reference. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
23rd Nov, 2013, 03:28 AM
Post: #99
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
@freem@n, you could try this (at own risk): Install the xbian package sickbeard. Then manually remove the folder /usr/local/share/sickbeard and replace it by the fork you want to use. Make sure you use the same folder name for this. It's not the prettiest solution but it is the fastest and easiest, just make sure you don't upgrade this package anymore.
Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
27th Nov, 2013, 01:05 AM
Post: #100
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
How could I add torrent without full re-hashing its files?
transmission-daemon 2.80 (14103) Or it is not possible because this https://trac.transmissionbt.com/ticket/1908? |
|||
27th Nov, 2013, 03:05 AM
Post: #101
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
(27th Nov, 2013 01:05 AM)kraleksandr Wrote: How could I add torrent without full re-hashing its files? It looks like adding a torrent without the hash check is a bad idea according to the link you posted. I thought you might be able to do it from the command line anyway since I am pretty sure that the webui doesn't enumerate all of transmission's options, but a quick search of the man page didn't show anything. |
|||
30th Nov, 2013, 08:47 PM
Post: #102
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
Hi, couchpotato say that it cannot say that it "cannot add movie properly, check logs" when I have selected one after a search. Here is my log, what's wrong? Thanks.
[ couchpotato.api] Failed doing api request "movie.add": Traceback (most recent call last): File "/usr/local/share/couchpotato/couchpotato/api.py", line 101, in run_handler result = api[route](**kwargs) File "/usr/local/share/couchpotato/couchpotato/core/media/movie/_base/main.py", line 411, in addView add_dict = self.add(params = kwargs) File "/usr/local/share/couchpotato/couchpotato/core/media/movie/_base/main.py", line 348, in add m = db.query(Media).filter_by(library_id = library.get('id')).first() File "/usr/local/share/couchpotato/libs/sqlalchemy/orm/query.py", line 2156, in first ret = list(self[0:1]) File "/usr/local/share/couchpotato/libs/sqlalchemy/orm/query.py", line 2023, in __getitem__ return list(res) File "/usr/local/share/couchpotato/libs/sqlalchemy/orm/query.py", line 2227, in __iter__ return self._execute_and_instances(context) File "/usr/local/share/couchpotato/libs/sqlalchemy/orm/query.py", line 2242, in _execute_and_instances result = conn.execute(querycontext.statement, self._params) File "/usr/local/share/couchpotato/libs/sqlalchemy/engine/base.py", line 1449, in execute params) File "/usr/local/share/couchpotato/libs/sqlalchemy/engine/base.py", line 1584, in _execute_clauseelement compiled_sql, distilled_params File "/usr/local/share/couchpotato/libs/sqlalchemy/engine/base.py", line 1698, in _execute_context context) File "/usr/local/share/couchpotato/libs/sqlalchemy/engine/base.py", line 1691, in _execute_context context) File "/usr/local/share/couchpotato/libs/sqlalchemy/engine/default.py", line 331, in do_execute cursor.execute(statement, parameters) OperationalError: (OperationalError) no such column: movie.category_id u'SELECT movie.id AS movie_id, movie.last_edit AS movie_last_edit, movie.library_id AS movie_library_id, movie.status_id AS movie_status_id, movie.profile_id AS movie_profile_id, movie.category_id AS movie_category_id \nFROM movie \nWHERE movie.library_id = ?\n LIMIT ? OFFSET ?' (8, 1, 0) |
|||
9th Dec, 2013, 03:11 AM
Post: #103
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
(30th Nov, 2013 08:47 PM)Charlie Durnin Wrote: Hi, couchpotato say that it cannot say that it "cannot add movie properly, check logs" when I have selected one after a search. Here is my log, what's wrong? Thanks. I had the same issue. If you follow the steps in my previous post above, it should be fixed. |
|||
11th Dec, 2013, 11:18 AM
Post: #104
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
Hello, ALright so i had a great instalation of sickbeard and transmission running on beta 1.1 and it all mysettings and my library set up.
I did a fresh install of beta 2 yesterday installed all the packages through xbian-config on ssh. It worked and so i coppied all the files from my previos install /etc/sickbeard /usr/local/share/sickbeard Everything copied and i rebooted my pi, saddly it did not start automatically so i went with xbian-config in services, and started it. it worked like that, i rebooted and it didnt start and would no longer start from xbian-config I proceded to remove sickbeard with xbian-config, then i reisntalled, problems presist, then i run Terminal sudo apt-get purge xbian-package-sickbeard-tpb ANY help would be good [/term] |
|||
12th Dec, 2013, 02:39 AM
Post: #105
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
Im having issue with sickbeard, I disabled Auto Start, and have enable it after a month, now when I reboot Pi sickbeard wont auto start with Auto Start on. I have to manually start it. how can I make it autostart again?
|
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
[Part 2] Download torrent & newsserver package(s) | CurlyMo | 190 | 693,307 |
23rd Jan, 2014 06:31 PM Last Post: Robbie Wiggins |