@sebbeh wrote:
Hi!
Just got this thing working, made some changes and now it don't anymore. Can't see the problem either. I'm stuck.
> 2016-05-06 23:53 VERBOSE filesystem extract Starting to scan folders. > 2016-05-06 23:53 VERBOSE filesystem extract Scanning folder /mnt/superstorage/Downloads. Recursion is set to True. > 2016-05-06 23:53 WARNING details extract Task didn't produce any entries. This is likely due to a mis-configured or non-functional input. > 2016-05-06 23:53 VERBOSE details extract Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0) > 2016-05-06 23:53 INFO manager Removed test database
This is the part in my config, which from what i recall worked perfectly an hour ago... headache incoming.. Would be greatful for someone to point me in the right direction.
extract: filesystem: path: /mnt/superstorage/Downloads mask: '*.rar' recursive: yes regexp: from: location accept_excluding: - part([0-9]{2,4}|[2-9]).rar$ accept: - part01.rar$ - part001.rar$ only_new: yes decompress: to: '/mnt/superstorage/TV/' keep_dirs: yes regexp: '.*s\d{1,2}e\d{1,2}.*\.mkv'
Thanks!
Posts: 1
Participants: 1