![]() |
|
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 |
- mattressfish - 2011-09-07 00:46 KidVulcan Wrote:Ok, I tried the old uninstalling everything and then reinstalling it. Couchpotato works swimmingly now LOL, welcome to the internet kid. - shaktoo - 2011-09-07 13:23 steve1977 Wrote:Anyone knows whether it is possible to add movies to the queue, which are on IMDB, but not on TMDB. I do not succeed to do so (e.g., Autoerotic, 2011).Steve if you just enter the imdb ref ( you know like the tt0873886 ) it would work - shaktoo - 2011-09-07 13:29 @ RUUDBURGER, Thank you ! what a wonderful app, it is working almost perfectly and is a Dream come true. fetching , Downloading & post processing all working brilliantly. Just a few thoughts.. as has been pointed before during post processing sometimes the currently downloading films will be moved as well ( that could be because I had them downloading separately and hence maybe CP thought of these as already downloaded ). And One suggestion.. if during post processing could "extrafanart" be scrapped as well ? this would for me Complete this app in totality and I would then ,maybe think of getting rid of some media managers altogether. Once again THANK YOU, keep it up - MrHaugen - 2011-09-07 17:42 Hi Just starting to use this app in "production" now. I have a problem with two things. I hope some of you can help. 1. NZB's are sent to SABnzbd, but they are never moved from the download folder or renamed! I've added "Movie destination" as the my movie storage directory, and I've added the Download Folder to a different directory. Tried to set this as the directory SBnzbd uses for my Sickbeard downloads as well as it's own folder. I've enabled the "Renaming" options also of-course. What am I doing wrong? Is there something I might have configured wrong in SABnzbd? 2. I need to have the meta data as a sidecar file. In what ever format, just as long as it's plain text. I need to make a script to read this, and modify it to support J River Media Center 16 integration. How can I get this meta data? Only thing I've seen is to "Notify" XBMC and others. I don't want to notify. Just download the meta data. - unabatedshagie - 2011-09-07 20:16 I've had a really strange issue. A movie has been downloaded that wasn't in my wanted list. I do not have Blu-Ray.com RSS enabled. I have uploaded a portion of my log file to see if anyone can figure out what has happened? http://pastebin.com/vphUgfiE Seems to have downloaded a Scooby Doo movie which wasn't in my wanted list? I notice that Thor has been marked as snatched but it hasn't been downloaded. Any ideas? - ECEC - 2011-09-07 20:27 MrHaugen Wrote:1. NZB's are sent to SABnzbd, but they are never moved from the download folder or renamed! I've added "Movie destination" as the my movie storage directory, and I've added the Download Folder to a different directory. Tried to set this as the directory SBnzbd uses for my Sickbeard downloads as well as it's own folder. I've enabled the "Renaming" options also of-course. What am I doing wrong? Is there something I might have configured wrong in SABnzbd? First off, you want your Sickbeard and your CouchPotato folders to be different. Configure SAB to point your completed movie downloads to a temp directory, like \videos\incoming\CouchPotato. Config > Categories is the page you're looking for. I happen to have Movie renaming enabled (Config > Sorting) but I don't think it's required. In CouchPotato, set your download folder to \videos\incoming\CouchPotato. Then set your destination folder to where you put your movies, maybe \videos\movies. You can do this by going to Settings > Renaming in CP. You can also configure how you want your movies to be named on this page. Any movie added to \CouchPotato will be scanned by CP and processed, then moved to \movies. Sickbeard also needs it's own directory (\videos\incoming\Sickbeard), but you also need to setup the SABtoSickbeard.exe script and what-not. Check the SB wiki for details on all that. - MrHaugen - 2011-09-07 20:51 Thanks! That did it. It had to have it's own download folder. Adding it's own category helped as well. I called it "movie" in both Couch Potato and SABznbd, and set the path on the category. It worked like a charm! Now, my only question is this files. I think .idx and .sub is subtitles right, and the .tbn is a form of cover image for XBMC. But where is the mata data stored?? I need this in clear text format, so I can convert it to a specific XML pattern. Is there any way to get this result, and perhaps remove the tbn file? - ECEC - 2011-09-07 21:00 I don't know about killing the tbn file, but if you use XBMC's 'export library' function (settings > video) then it'll create a .nfo file for each movie in the movie dir that'll be an xml formatted file. - MrHaugen - 2011-09-07 21:22 There has to be another way? First of, I would hate to install XBMC on my server or clients, and it would not be a great task entering XBMC each time I get a download, and then export meta data. Is there any of the other "notification" options that creates files perhaps? If not, perhaps one of this other apps is able to export such info automatically? - ECEC - 2011-09-07 21:31 Well, assuming you have XBMC installed somewhere (you do, right?) then you wouldn't have to have it installed on your server or clients. XBMC would just need write access to the share, which I'm guessing it already has. Unfortunately, I don't know an automated way to do it. You'll probably have to find some sort of third party program to create the necessary files for you. FWIW, I'm pretty sure it's been requested that CP have the capability of creating a full nfo when it does it's thing, so maybe it'll show up in a future version. Just out of curiousity: JRMC doesn't have the ability to do this stuff by itself? It's been years since I've looked at it, but shouldn't it have the ability to scan a movie dir and download movie info? Edit: at the risk of sounding snarky, what are you even using JRMC for?! |