Filtering out directories in FlexGet
Posted: January 23rd, 2012, 10:54 pm
Hi
I have my server up and running for about a year now and the family enjoys it very much
Recently I started downloading (Deluge + FlexGet) many directories including a zipped, probably fake file "encrypted" with some password
In trying to stop downloading these files I added a content filter to my YML file
content_filter
require:
- '*.avi'
- '*.mkv'
reject:
- '*.zip'
- '*.rar'
- ettv
hopefully, these filters would have stopped all compressed files and allow only AVI and MKV files
However, if the compressed file is within a directory or some other un-extentioned file, it's not working
any clues?
Thanks
Yoram
I have my server up and running for about a year now and the family enjoys it very much
Recently I started downloading (Deluge + FlexGet) many directories including a zipped, probably fake file "encrypted" with some password
In trying to stop downloading these files I added a content filter to my YML file
content_filter
require:
- '*.avi'
- '*.mkv'
reject:
- '*.zip'
- '*.rar'
- ettv
hopefully, these filters would have stopped all compressed files and allow only AVI and MKV files
However, if the compressed file is within a directory or some other un-extentioned file, it's not working
any clues?
Thanks
Yoram