This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
1.0.0 (#16) * Update dependencies due to security vulnerability #14 * Update makefile help section to be more descriptive * Fix selecting no language causes problems #8 * Fix subtitle encoding ========================================= * Update README and move LICENSE to root. * Update is_watched logic. * Add back button on video for mobile use. * Update documentation * Fix grammar. * Fix typo in documentation * User CoreModel as a base for models. Update foreign keys with strings to prevent circular import problem. * Move stream api logic to handlers. * Add view tests for movie_api endpoint. * Remove unnecessary logging on watch view. * Remove comment line from nginx codeblock from documentation * Fix continue watching not working in categories * Add tests for continue movies endpoint * Fix boolean settings casting issue * Change the solution for srt to vtt conversion. * Fix Subtitle encoding and language (#15) * Add encoding to gz extraction * Update dependencies due to security vulnerability * Fix selecting no language causes problems * Update makefile help section