b3rs3rk

Results 40 comments of b3rs3rk

Would the UNIX epoch date be a better default?

@Fossil01 I was looking into this, but thought of potentially a better way. What if the user could provide their API key instead? Seems a little more secure and they...

We already have an aliases table that we populate from the scrapers. Perhaps these could be added there. Could also put them in a separate table for exceptions. Will consider...

The DB isn't his problem. If you look at the timers, the issue is with processing the headers not inserting them . Have you added any custom collections/blacklist regexes?

This usually happens when you didn't do the composer installation steps at all or properly.

Did you do a `composer install` from the nZEDb root dir?

@kevinlekiller @Bart39 I've been looking into this. Within NameFixer we have a PreDB format regex as a constant. I was thinking that if we evaluate the release searchname against this...

I've seen where people leave off /sabnzbd/ at the end of their URL in their config that causes an issue. Mine is like this. One day we updated all the...

@jangrewe is right. We have too many table relationships to even consider it.

This is likely a problem with my queryCalc function I use for cover view. I will have to look into it. It might be time for another overhaul anyways as...