Gaps searches through your Plex Server or folders for all movies, then queries for known movies in the same collection. If those movies don't exist in your library, Gaps will recommend getting those movies, legally of course.
Sets address for Gaps backend. Only change if the container doesn't run in localhost.
Sets port for Gaps backend. Only change if 8080 was already taken. Make sure to update docker to expose the same port.
Go to The Movie DB and make a custom list for Gaps https://www.themoviedb.org/list/{id_number} Enter the {id_number} below if you want Gaps to populate the list
Search using Plex Movie Urls
Sets the default connect timeout for new connections. A value of 0 means no timeout, otherwise values must be between 1 and Integer.MAX_VALUE when converted to milliseconds.
Sets the default write timeout for new connections. A value of 0 means no timeout, otherwise values must be between 1 and Integer.MAX_VALUE when converted to milliseconds.
Sets the default read timeout for new connections. A value of 0 means no timeout, otherwise values must be between 1 and Integer.MAX_VALUE when converted to milliseconds.