mgdigital

Results 71 comments of mgdigital

> * Title > * Year > * Quality > movie, or a tv show .. or a movie.. or a kids movie. These don't need to be tags -...

File name search should already work although search cannot be scoped to only filenames.

Thanks for this @davispuh . I'm open to adding this, though might it be better in the form of a tutorial for the website? I'd want to do a bit...

A cron scheduler is in the works - possibly as a separate component, check back in about a month :)

Thank you! I have not used this in production yet - I intend to start in about 2 months and will be making further updates between now and then, including...

It looks like you have the luxury of coming from a proper programming language, so welcome to PHP ;) I already have some cron scheduler code locally which works similarly...

Hi, changing the primary key for torrents to anything other than the info hash would be a complex rework with several downsides I can think of - the main being...

> Shouldn't the info hash be more or less an additional INNER JOIN torrents ON ... for all queries? Yes this is possible and it would require updating nearly every...

Hi, this error isn't related to the TMDB API key - looks like an issue with your backend DB connection, either the migrations didn't run, a table got dropped or...

Hi, looks like this is due to the Postgres health check: `pg_isready` reports that the DB server is ready to accept connections, but doesn't guarantee that the database defined in...