Quantcast
Channel: uncategorized - Forum - FlexGet
Viewing all articles
Browse latest Browse all 376

Decompress to sub folder named after folder in which RAR-file resides

$
0
0

@kingsx wrote:

Hello,

I'm pretty new to flexget and I'm trying to get all the functions I have had with other solutions, such as unrar to sub folder named after rar-file parent folder.

Problem is I can't understand how to write so that it reads the folder structure and creates the sub folder. This is my current script that runs decompress.

tasks:
  extract-packed:
    accept_all: yes
    filesystem:
      path: '/NAS-Storage/Download/finished/Movies'
      recursive: yes
      regexp: '.*\.(rar|r0+[01](/01)|zip)$'
    decompress:
      to: '/NAS-Storage/Download/unpacked/Movies'
      keep_dirs: no
      delete_archive:  no

Posts: 4

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 376

Trending Articles