![]() |
|
CouchPotato - Automatic Movie Downloader via NZB & Torrents - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Supplementary Tools for XBMC (/forumdisplay.php?fid=116) +--- Thread: CouchPotato - Automatic Movie Downloader via NZB & Torrents (/showthread.php?tid=75960) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 |
- Adeiko - 2012-02-15 01:13 HenryFord Wrote:No, none of these tools will do that. Both programs are there to download stuff you do not already own. No trending functionality available. Well that's not it really. It has more options, in Couchpotato for example you can put a minimum IMDB note & votes, and every movie that has more than that in the Blu-ray RSS will be added to your queue. But really think it about a Wishlist of movies that will download automaticly when they are aviable. - krish_2k4 - 2012-02-15 02:49 Adeiko Wrote:Well that's not it really. It has more options, in Couchpotato for example you can put a minimum IMDB note & votes, and every movie that has more than that in the Blu-ray RSS will be added to your queue. can it do all that but not automatically download but just tell you what releases are available to download, then you can manually select it for download? - Cuddly Cannibal - 2012-02-15 04:04 I recently read somewhere (or perhaps it was a beautiful dream) that you could import your IMDB watchlist in to CouchPotato. I recently updated to R35 and I sadly cannot find this functionality. Does it exist yet and if so where can I find it? - HenryFord - 2012-02-15 12:53 Adeiko Wrote:Well that's not it really. It has more options, in Couchpotato for example you can put a minimum IMDB note & votes, and every movie that has more than that in the Blu-ray RSS will be added to your queue.You're right - forgot about that... I think the IMDB-Watchlist is already there, but not in the windows-build... - Mrkennedy - 2012-02-18 11:36 Hi everyone, Cp worked great for ages but the last few days stopped working via the tab up the top and the imdb addon. Also the android app just saves them for later. Have downloaded the latest v35, and done a brand new fresh install. My logfile after trying to add one movie Code: OperationalError: no such table: movie- Methanoid - 2012-02-19 21:46 FatBoyNotSoSlim Wrote:Has the problem with Apache's mod_proxy been looked at recently? I set a a webserver over the weekend to forward Sabnzbd/Sickbeard/Couchpotato and only Couchpotato failed to work correctly. I'm using the basic method of ProxyPass and ProxyPassReverse in Apache. A page loads, but all the css/images are missing. Did you get this to work? I used to have Couch working but had to reinstall and lost the config. I have the same issue as you. I have Sickbeard, Sabnzbd, uTorrent, Websites etc ALL working fine but not Couch!! I have Config ini including [global] server.environment = production host = 192.168.0.200 port = 5000 username = password = launchbrowser = True updater = True git = git urlbase = couch couchignorewords = preferredwords = requiredwords = ignorewords = And HTTPd.conf ProxyRequests Off ProxyPreserveHost On <Location /couch/> Order deny,allow ProxyPass http://127.0.0.1:5000/couch ProxyPassReverse http://127.0.0.1:5000/couch </Location> <Location /sabnzbd> order deny,allow ProxyPass http://192.168.0.200:9000/sabnzbd ProxyPassReverse http://192.168.0.200:9000/sabnzbd </Location> <Location /sick/> Order deny,allow ProxyPass http://127.0.0.1:8081/sick/ ProxyPassReverse http://127.0.0.1:8081/sick/ </Location> <Location /gui/> order deny,allow ProxyPass http://192.168.0.200:6881/gui/ ProxyPassReverse http://192.168.0.200:6881/gui/ </Location> <Location /dg/> order deny,allow ProxyPass http://192.168.0.200:8000/ ProxyPassReverse http://192.168.0.200:8000/ </Location> <Location /skin-webdefault/> order deny,allow ProxyPass http://192.168.0.200:8000/skin-webdefault/ ProxyPassReverse http://192.168.0.200:8000/skin-webdefault/ </Location> <Proxy *> Order deny,allow Allow from all </Proxy> Can SOMEONE please help? :o :o :o - Robahearts - 2012-02-21 21:22 I'm having a problem with a brand new installation of CouchPotato on OSX. Version: git-6970c10 Every time I go into the Config via the gui I get the following message. Error 500 Internal Server Error Something unexpected has happened. I'm able to select the other tabs (Wanted, Manage, Soon, Logs) The logs doesn't show anything related to the problem Quote:14:11:39 INFO [ app.config.db] Upgrading DB to version 3. Here's the config.ini file Quote:[global] Doing a search I saw other people with this problem and the solution is always to update to the latest version but with OSX there's only one version to download. Please help. - eluSive_NZ - 2012-02-22 23:45 Methanoid Wrote:Did you get this to work? I used to have Couch working but had to reinstall and lost the config. I have the same issue as you. I had same issues, i used this guide to get it working: http://www.mstuttle.com/2011/07/24/virtualhost-for-couchpotato-sickbeard-transmission-and-sabnzbd/ It works fine for Couchpotato and SABnzbd, but not for Sickbeard. I used the standard httpd.conf for Sickbeard. - Dilligaf - 2012-02-23 00:34 CP works weird with urlbase, I found I had to strip the couchpotato uri when runnjing through the reverse proxy or it wont work. It seems that it adds the /couchpotato uri to the url but doesn't recognize it. I'm running windows with rpfree and added the remove CP from uri to my rules, not sure how to make it work with Apache. Try removing urlbase from the .ini and see if it works on your lan, if it does redo the urlbase line and try manually removing /couchpotato, or couch in your .ini, from the url that is generated when you click a tab. If the url works when the uri is modified then you need to figure out how to have Apache do this when it proxys the request. Sickbeard will rewrite the .ini file if you edit it whild SB is open and I have found that it can rewrite it if you close SB edit the .ini and then restart SB, something to do with cache. The best thing to do is close SB, edit the .ini and then reboot before running SB again. Mike Not quite ready to move over. - The Sandman - 2012-02-23 02:53 Been on this forum before, but never this thread. Found this after doing a quick bit of reading about Couch Potato. I've never managed to get sorted with NZB and usenet (too cheap maybe), but have for a long period of time been using torrents. I know some folk hate them, but I have a system and it *generally* works. I get much of my torrent info as RSS, some from private and some from public trackers. I think what Couch Potato can do is outstanding however any chance *pretty please* we could have the option to change the torrent search engine from TBP. Especially as they now no longer host torrents and have moved to MAGNET links. The ability to add custom RSS feeds like you can in uTorrent, but with the powerful abilities and WANTED list of movies of couch potato would be outstanding! Keep up the good work, I know many people are raving about couch potato. For me it's just a little too short.
|