![]() |
|
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 |
- rascalli - 2010-08-19 18:47 fillidill Wrote:One more thing. I can't seem to get the userscript for greasemonkey in firefox to work. Please have a look in the script if you ahve set teh right parameters for your coouchpotato. I am not using the default ip & port so that gave me the problem that things are not added, after changing to the right IP & port everything was solved - alshain - 2010-08-19 18:57 Dramamine Wrote:Nice work, Ruud. I haven't quite set it fully up yet, but it's looking good. This is an interesting idea, however, it would require a manual hack of the Apple Trailers script that will be undone once a new version is released. Unfortunately, XBMC's plugin system is very rigid and does not allow for plugins to hook other plugins. - fillidill - 2010-08-19 19:09 rascalli Wrote:Please have a look in the script if you ahve set teh right parameters for your coouchpotato. I am not using the default ip & port That was indeed the problem, thanks!
- RuudBurger - 2010-08-19 20:07 Torrents are limited at the moment. The Userscript can be found via the Settings
- Necromancyr - 2010-08-19 23:24 RuudBurger Wrote:What doesn't make sense? TC/TS are searched while the movie is in theaters and a few weeks before that. Nix my questions - got it. I didn't realize you needed to set a custom quality to have it do the multi version thing. And then remove/readd everything to reset the quality. Would be nice to have a drop down or option to do that without having to readd everything. - Flomaster - 2010-08-20 04:59 question about trailers... how can I have my movie library refresh and use the local trailer after its been downloaded for existing movies I have in my database.. example: I have CP scan my movie dir for new trailers it finds then and downloads then, but xbmc still uses trailers from the web not my local trailer. if I refresh that movie only via the info button and play the trailer it will play it from the hard drive -=Jason=- - RuudBurger - 2010-08-20 11:34 I think XBMC only does a "hard refresh" when you do it per movie. If you want to refresh your full library, you have to delete it in XBMC and then re-add it, I think. But you can better search the forum for this, as I don't know for sure. - akuiraz - 2010-08-20 17:15 Flomaster Wrote:question about trailers... Check out XBMC Web Media Manager, get the svn version for more support if using Dharma nightlies... I've been using this to modify the trailer url for each movie. Just replace the URL with the path to the trailer + filename. (ie. C:\MOVIES\Movie Name\Movie Name-trailer.ext ) works perfectly for me... http://forum.xbmc.org/showthread.php?tid=60643 - Flomaster - 2010-08-23 02:55 akuiraz Wrote:Check out XBMC Web Media Manager, get the svn version for more support if using Dharma nightlies... I've been using this to modify the trailer url for each movie. Just replace the URL with the path to the trailer + filename. (ie. C:\MOVIES\Movie Name\Movie Name-trailer.ext )edit: OMG.... I can access this just like I do with Sab, CP, Sick.... so freaking RAD -=Jason=- - danz0l - 2010-08-24 17:06 OK this is all installed and working as it should but i have problems with renaming. The movie downloaded, couchPotato renamed and moved the file as i expected but i couldn't then edit it through my shares. I assumed rightly that it was an ownership problem so chowned the file to XBMC and all was fine. This led me rightly to thinking that couchPotato was running as root and would give me similiar problems each time it renamed a file so i looked for a solution. This was easy, edit the couchpotato script in init.d and set the user as xbmc instead of root PHP Code: # Provides: CouchPotato application instance Is it to do with the pid file ownership creation rights perhaps ? I'd like all the renamed content to be owned by xbmc so it can be used on my shares.
|