Kodi Community Forum
CouchPotato - Automatic Movie Downloader via NZB & Torrents - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+--- Thread: CouchPotato - Automatic Movie Downloader via NZB & Torrents (/showthread.php?tid=75960)



- Mike8913 - 2011-01-27

Code:
__version__ = 18
[misc]
log_dir = logs
auto_browser = 0
permissions = ""
api_key = ecef215ec763b7f187******************
check_new_rel = 1
replace_spaces = 0
replace_illegal = 1
fail_on_crc = 0
enable_filejoin = 0
enable_unzip = 1
enable_unrar = 1
auto_disconnect = 1
enable_par_cleanup = 1
par_option = ""
no_dupes = 0
config_lock = 0
safe_postproc = 0
pause_on_post_processing = 0
cleanup_list = .sfv,
ignore_samples = 1
send_group = 0
download_dir = downloads/incomplete
download_free = 0
complete_dir = downloads/complete
script_dir = /home/.sickbeard/midgetspy-Sick-Beard-a28649b/autoProcessTV
nzb_backup_dir = ""
cache_dir = /var/lock/sabnzbd/
dirscan_dir = Downloads/nzbfolder
dirscan_speed = 5
refresh_rate = 0
rss_rate = 60
cache_limit = 0
email_server =
email_to = [email protected],
email_from = ""
email_account = ""
email_pwd = ""
email_endjob = 1
email_full = 1
schedlines = ,
dirscan_opts = 3
dirscan_script = None
top_only = 1
auto_sort = 0
enable_tv_sorting = 0
tv_sort_string = ""
ionice = ""
web_color = darkblue
web_color2 = ""
host = 0.0.0.0
port = 9090
web_dir = Classic
web_dir2 = ""
username = xbmc
password = xbmc
disable_api_key = 0
bandwidth_limit = 0
par2_multicore = 0
queue_complete = ""
https_port = 9191
folder_rename = 1
allow_64bit_tools = 1
https_key = server.key
create_group_folders = 0
no_penalties = 0
enable_date_sorting = 0
replace_dots = 0
movie_sort_extra = -cd%1
email_dir = ""
admin_dir = admin
tv_sort_countries = 1
date_categories = None
ssl_type = v23
date_sort_string = ""
enable_tsjoin = 1
api_warnings = 1
dirscan_priority = 0
size_limit = ""
warned_old_queue = 1
language = us-en
enable_https = 0
quick_check = 1
movie_sort_string = ""
movie_extra_folder = 0
tv_categories = ,
unpack_check = 1
login_realm = SABnzbd
movie_categories = movies,
ignore_wrong_unrar = 0
nice = ""
enable_movie_sorting = 0
https_cert = server.cert
queue_complete_pers = 0
folder_max_length = 256
[logging]
enable_cherrypy_logging = 1
log_level = 0
max_log_size = 5M
log_backups = 5
[newzbin]
username = ""
password = ""
bookmarks = 0
unbookmark = 0
bookmark_rate = 60
https = 1
[servers]
[[news.giganews.com:563]]
username = *************
enable = 1
name = news.giganews.com:563
fillserver = 0
connections = 20
ssl = 1
host = news.giganews.com
timeout = 120
password = **************
optional = 0
port = 563
[rss]
[categories]
[[unknown]]
priority = -100
pp = ""
name = unknown
script = Default
newzbin = Unknown
dir = Unknown
[[anime]]
priority = -100
pp = ""
name = anime
script = Default
newzbin = Anime
dir = Anime
[[apps]]
priority = -100
pp = ""
name = apps
script = Default
newzbin = Apps
dir = Apps
[[books]]
priority = -100
pp = ""
name = books
script = Default
newzbin = Books
dir = Books
[[consoles]]
priority = -100
pp = ""
name = consoles
script = Default
newzbin = Consoles
dir = Consoles
[[emulation]]
priority = -100
pp = ""
name = emulation
script = Default
newzbin = Emulation
dir = Emulation
[[games]]
priority = -100
pp = ""
name = games
script = Default
newzbin = Games
dir = Games
[[misc]]
priority = -100
pp = ""
name = misc
script = Default
newzbin = Misc
dir = Misc
[[pda]]
priority = -100
pp = ""
name = pda
script = Default
newzbin = PDA
dir = PDA
[[resources]]
priority = -100
pp = ""
name = resources
script = Default
newzbin = Resources
dir = Resources
[[music]]
priority = -100
pp = ""
name = music
script = Default
newzbin = Music
dir = /home/xbmc/Music
[[movies]]
priority = -100
pp = ""
name = movies
script = Default
newzbin = Movies
dir = /home/xbmc/Movies
[[overig]]
priority = -100
pp = ""
name = overig
script = Default
newzbin = Overig
dir = /home/xbmc/Overig
[[tv]]
priority = -100
pp = ""
name = tv
script = sabToSickBeard.py
newzbin = TV
dir = /home/xbmc/TV Shows
[nzbmatrix]
username = Mike8913
apikey = f3da7e1a61cc54****************************


I'm still not getting any nzbs being sent to Sab, so I'm hoping you can have a look at my .ini and see if there is something wrong there. Please tell me if there is anything else I can post here to help. My CP log is available a few posts up.

Thanks


- rflores2323 - 2011-01-27

How do I add provider search for newzbin amd nzbrus? These are the two nzb sites that I have registered for and have access to. Also how do I add the torrent function to search. Is there anyway to change the torrent search to demonoid instead of piratebay (since I read that in first post)


- alshain - 2011-01-27

Mike: Can you try running couchpotato with the debugging flag?


- Mike8913 - 2011-01-28

Debug Log

CP during DEBUG (includes CP restart)

I hope this will help. I have no idea why this is happening. It was working intermittently when I first installed but not consistently. Then I tried installing sickbeard along side this and it stopped working entirely. But as far as I can tell, none of the sickbeard settings conflict with anything here.


- alshain - 2011-01-28

I'm sorry, I have mislead you Big Grin Unintentionally, of course: You need to create an empty file named "debug.conf" in CP's installation directory. That will trigger the debug mode Smile


- Mike8913 - 2011-01-28

aahhhhh, i see. Excuse me for my noobiness but could you tell me where specifically to create the file?


- rflores2323 - 2011-01-28

I was wondering how to handle different movies that I want to go into different folders. I download movies for me and the wife and then movies for the kids. I have two folders that I put these in so that I can add them as different sources in xbmc to scan in their profiles.

Is there anyway to do this?


- alshain - 2011-01-28

Mike: in the directory where CP is located.

rflores: Currently, the easiest way is to run several instances of CouchPotato.


- rflores2323 - 2011-01-28

alshain Wrote:Mike: in the directory where CP is located.

rflores: Currently, the easiest way is to run several instances of CouchPotato.

how is this done??


- darkscout - 2011-01-28

Still having an issue with renamer not kicking off. I decided to redo and consolidate my entire movie collection so I moved everything into my 'unsorted' folder. I turned CouchPotato loose on it. It "found" everything, they're all showing up in my 'downloaded' folder, but they will not sort. Renamer just doesn't do anything. I've unchecked, checked the box. Done everything I can think of.

Any suggestions? Or even a command to force it.


- tboooe - 2011-01-28

Perhaps I am totally missing something but I cant seem to get CP working on Windows. I extracted the most recent version and put it on my desktop. When I select the CP.exe file two folder are created (Logs and Cache) but then nothing happens. I tried creating a debug.conf file but still nothing happens. Any ideas?


- Aenima99x - 2011-01-28

darkscout Wrote:Still having an issue with renamer not kicking off. I decided to redo and consolidate my entire movie collection so I moved everything into my 'unsorted' folder. I turned CouchPotato loose on it. It "found" everything, they're all showing up in my 'downloaded' folder, but they will not sort. Renamer just doesn't do anything. I've unchecked, checked the box. Done everything I can think of.

Any suggestions? Or even a command to force it.

Same here....seems like it just started happening with the new build.


- rflores2323 - 2011-01-29

same here not moving or renaming file.


- alshain - 2011-01-29

To all those where the renamer isn't doing anything: Please create an empty file called debug.conf in your CP installation directory. Then restart CouchPotato and have a look at the log or post it here.

DejaVu: I'll try contacting Ruud about the Windows binaries, but he should see your issue on GH anyway.


- owen-b - 2011-01-30

I'm also having problems with the renamer but I can't tell when it started as I only installed the CP app for the Mac this afternoon.

The first movie I tried, A Christmas Story, had a correctly-title movie folder created for it in the destination I'd set in CP, having downloaded via SABnzbd into the folder also set in CP. But the contents of the downloaded folder did not transfer, let alone rename, to the movie folder in the destination.

Since then CP hasn't even created a movie folder in the destination, just left everything un-named and un-moved in the folder SAB downloads to.

I have created the debug file and will have a look.