You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2021. It is now read-only.
Hey - not sure if this is a problem with my setup (because I remember it working before - but with a new install it doesn't seem to be). I have a ton of rows in my db with the 'UNKNOWN' status - and they never seem to get checked. It's been a few weeks so I don't think it's a matter of the backlog. My settings:
'process_rars': True,
'unrar_path': '/usr/bin/unrar',
'delete_spam': True,
'delete_passworded': True,
'delete_potentially_passworded': True,
'delete_bad_releases': True,
'delete_blacklisted_releases': True,
And unrar is installed at:
└> which unrar
/usr/bin/unrar
Not sure why it isn't processing these...... Let me know if you need more info
Hey - not sure if this is a problem with my setup (because I remember it working before - but with a new install it doesn't seem to be). I have a ton of rows in my db with the 'UNKNOWN' status - and they never seem to get checked. It's been a few weeks so I don't think it's a matter of the backlog. My settings:
'process_rars': True,
'unrar_path': '/usr/bin/unrar',
'delete_spam': True,
'delete_passworded': True,
'delete_potentially_passworded': True,
'delete_bad_releases': True,
'delete_blacklisted_releases': True,
And unrar is installed at:
└> which unrar
/usr/bin/unrar
Not sure why it isn't processing these...... Let me know if you need more info