Quantcast
Channel: configuration - Forum - FlexGet
Viewing all articles
Browse latest Browse all 716

Plugin decompress - missing rarfile

$
0
0

@Yunto wrote:

Hi,

I'm trying to set up the decompress plugin with flexget.
I've installed it with easy_install rarfile and it seems to be corrrectly installed
When i run the command again I get following response:

Searching for rarfile
Best match: rarfile 2.7
Processing rarfile-2.7-py2.7.egg
rarfile 2.7 is already the active version in easy-install.pth

Using /usr/local/lib/python2.7/site-packages/rarfile-2.7-py2.7.egg
Processing dependencies for rarfile
Finished processing dependencies for rarfile

This is my current config:

  extract:
    accept_all: yes
    find:
      path: /volume1/Books/Buch/
      mask: '*'
      recursive: yes
    regexp:
      accept_excluding:
        - part([0-9]{2,4}|[2-9]).rar$
      accept:
        - zip
        - rar
    only_new: no
    decompress: yes

I can extract zip files without problems. However, rar files wont be extracted and I get following error message:

Rarfile module not installed; unable to extract RAR archives.

So i tried to change my config:

decompress:
  unrar_tool: '/usr/local/lib/python2.7/site-packages/rarfile-2.7-py2.7.egg/'

and I also tried changing it to:

    decompress:
      unrar_tool: '/opt/bin/'

since I saw there an unrar-file.

Nothing works. I still get the message that a rarfile module is missing. Has anybody experienced the same and might have a hint for me what I can do to resolve this issue?

Thank you!

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles