Page 53 of 53

Re: MovieGrabber - Completely Automated Movie Downloader

Posted: November 6th, 2014, 6:30 am
by binhex
ferdi-t wrote:Does this essentially mean that it's not possible yet to use Moviegrabber with a torrent-client?
no, this isnt strictly true, moviegrabber does work with torrent index sites, but with the current release of moviegrabber it requires the post to have a link to the imdb in order for it process it, so the number of movies processed is reduced, as stated previously this requirement will disappear in the next release.
ferdi-t wrote: How about using a torrent black hole instead? Dunno about uTorrent, but Deluge and Transmission accept incoming torrents dropped in folder x without breaking a sweat.
in the next version i not only need to support blackhole (which i currently do for nzb's and torrents) but i need to be able to support magnet links, these links cannot be saved and thus must be sent to the torrent client, index sites such as the piratebay support magnet links only so relying on blackhole will be mean no support for TPB, also i think magnet links will be the main method of distribution in the future as it reduces the load on torrent index sites, and thus it does need to be included sooner rather than later.

im afraid in the here and now there is no quick fix for this, other than waiting for me to release the next version :-).

Re: MovieGrabber - Completely Automated Movie Downloader

Posted: November 10th, 2014, 7:19 pm
by pilGrim
Hi Binhex,

I have not been active following the forum but have continued to use moviegrabber as it is my favorite movie down loader. I am running B7 on unRaid, and noticed I have fallen behind in releases. The download page does not have an unRaid version to DL and searching back a few pages i don't see any references. Is unRaid no longer supported or do you have some direction on how to upgrade my unRaid b7 to latest?

Many thanks as always for the work you do to keep moviegrabber alive and improving. I am still mystified as to why anyone would want to use Couchpotato as it is just way more work and you miss good movies if you did not put them in the queue.

pilGrim

Re: MovieGrabber - Completely Automated Movie Downloader

Posted: November 11th, 2014, 10:53 am
by binhex
hi pilgrim, nice to see your keeping the faith with moviegrabber :-). yes things are still moving along and im actually quite deep into some major improvements in moviegrabber right now. so onto your question regards unraid, im guessing your using unraid 5.x yes, and thus looking for a unraid plugin for the latest moviegrabber?. if this is the case then im afraid i have stopped development of unraid plugins for moviegrabber, however i have a working docker version of moviegrabber that works a treat!.

so if i were you i would stick with b7 for now, and when you move to unraid 6 then also make the move to moviegrabber docker, sound like a plan?. if you are already using unraid 6 then let me know and i can point you in the right direction to get it up and running.

binhex.

Re: MovieGrabber - Completely Automated Movie Downloader

Posted: November 12th, 2014, 10:36 am
by julienki
Hi binhex & zinc69
I have the exact same problem with the synology package on 2.2.0b9
I have tried to upgrade by copying the file from the development version but MovieGrabber won't start anymore.
If you have it, can you provide me with the 2.2.1.0 spk ?
Thanks
zinc69 wrote:i am getting the same error
Debian / MG 2.2.1.0
after some additional testing the last version that worked correctly was 2.2.0.b7
2.2.0.b9 has the same error as 2.2.1.0

Code: Select all

500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last):
  File "/home/zinc/.moviegrabber/lib/site-packages/cherrypy/_cprequest.py", line 656, in respond
    response.body = self.handler()
  File "/home/zinc/.moviegrabber/lib/site-packages/cherrypy/lib/encoding.py", line 188, in __call__
    self.body = self.oldhandler(*args, **kwargs)
  File "/home/zinc/.moviegrabber/lib/site-packages/cherrypy/_cpdispatch.py", line 34, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/home/zinc/.moviegrabber/MovieGrabber.py", line 6148, in run_now
    SearchIndexThread().checks()
  File "/home/zinc/.moviegrabber/MovieGrabber.py", line 6346, in checks
    self.run()
  File "/home/zinc/.moviegrabber/MovieGrabber.py", line 6388, in run
    search_index_function = getattr(SearchIndex(self.download_type,self.index_site_item), self.search_index_function)
  File "/home/zinc/.moviegrabber/MovieGrabber.py", line 1499, in __init__
    self.movies_replace_cache = list(itertools.chain.from_iterable(os.walk(root_path) for root_path in movies_replace_dir_list))
  File "/usr/lib/python2.7/os.py", line 294, in walk
    for x in walk(new_path, topdown, onerror, followlinks):
  File "/usr/lib/python2.7/os.py", line 294, in walk
    for x in walk(new_path, topdown, onerror, followlinks):
  File "/usr/lib/python2.7/os.py", line 294, in walk
    for x in walk(new_path, topdown, onerror, followlinks):
  File "/usr/lib/python2.7/os.py", line 294, in walk
    for x in walk(new_path, topdown, onerror, followlinks):
  File "/usr/lib/python2.7/os.py", line 284, in walk
    if isdir(join(top, name)):
  File "/usr/lib/python2.7/posixpath.py", line 80, in join
    path += '/' + b
UnicodeDecodeError: 'ascii' codec can't decode byte 0x91 in position 9: ordinal not in range(128)
Powered by CherryPy 3.2.2

Code: Select all

* Parent:   22242 su zinc
 * Terminal: 22249 bash
 * Shell:    21479 sudo bash ./locale-check

Looks good. ♥
 * You are using the en_US.UTF-8 locale.
 * Shell's locale matches terminal's locale.
 * Terminal's locale matches parent process locale.

Re: MovieGrabber - Completely Automated Movie Downloader

Posted: November 14th, 2014, 11:22 am
by binhex
hi julienki, did you see further down my reply to zin69?, he was running the version without the fix in place, the correct version with this fix in place is https://github.com/binhex/moviegrabber/ ... stable.zip

im afraid i do not maintain any synology packages, so you would need to talk to the developer who created your spk in order to get it to point at the zip file shown above.

binhex.

Re: MovieGrabber - Completely Automated Movie Downloader

Posted: November 14th, 2014, 11:31 am
by julienki
binhex wrote:hi julienki, did you see further down my reply to zin69?, he was running the version without the fix in place, the correct version with this fix in place is https://github.com/binhex/moviegrabber/ ... stable.zip

im afraid i do not maintain any synology packages, so you would need to talk to the developer who created your spk in order to get it to point at the zip file shown above.

binhex.
hi binhex,

thanks for the reply.
I'll forward your zip file to the spk mainteneur.

Re: MovieGrabber - Completely Automated Movie Downloader

Posted: November 14th, 2014, 6:57 pm
by Matr1x
binhex wrote:im afraid i do not maintain any synology packages, so you would need to talk to the developer who created your spk in order to get it to point at the zip file shown above.
Synology package (spk) has been created and is available in repository http://packages.mdevries.org/

Re: MovieGrabber - Completely Automated Movie Downloader

Posted: November 14th, 2014, 7:05 pm
by herbdavisy2k
The script wouldn't run with replacing my config.ini so I had to replace my settings manually. I am no longer getting locale errors on FreeNAS. Thanks so much binhex!

Re: MovieGrabber - Completely Automated Movie Downloader

Posted: January 17th, 2015, 10:57 am
by neo_x
Just thought i will check in , wish you a happy new year...and off course ;)


Image

all the best with the development Binhex - let us know if you need testers ;)

Re: MovieGrabber - Completely Automated Movie Downloader

Posted: January 19th, 2015, 6:02 pm
by binhex
hehe just saw this neo :-), had issues with email notification :-). if your feeling brave then take a ride over to github and check my development branch of moviegrabber, lots of shiny new stuff in there (multiple torrent index sites added) if you want to give it a whirl be my guest, its not finished code but its reasonably stable.

Re: MovieGrabber - Completely Automated Movie Downloader

Posted: May 28th, 2015, 10:46 pm
by breedy256
Hello so I recently learned what MovieGrabber and it seems freaking awesome. However i am running into problem with post-process. It seems as like post process is functioning because it renames the files and folders. I've been googeling for about two hours trying to find examples to see if my rules are invalid. Would come one glance at the screenshot/URL and tell me if they can see what i am doing wrong?

http://uo.stereoviews.us/UO/moviegrabber.jpg

Re: MovieGrabber - Completely Automated Movie Downloader

Posted: March 18th, 2016, 5:38 am
by _SabUse_
I tried latest version from dev branch and I can´t get it to connect to usenet-crawler. I tried both the pre-configured option and custom.
I know the api-key is valid still I get:

Code: Select all

 MovieGrabber feed_details :: Newznab Index - Site feed parse failed
Any ideas?

Re: MovieGrabber - Completely Automated Movie Downloader

Posted: March 18th, 2016, 2:57 pm
by ALbino
This project is long dead. Maybe give Sonarr a try.

Re: MovieGrabber - Completely Automated Movie Downloader

Posted: March 19th, 2016, 2:44 am
by _SabUse_
ALbino wrote:This project is long dead. Maybe give Sonarr a try.
Thank you I might do that then.

I saw some recent changes in the developer version, therefore I thought the project was still going.
Too bad.