From b24af2030b71d665731c51e0b00abe4216830f81 Mon Sep 17 00:00:00 2001 From: Alexander Tarasov Date: Mon, 21 Jul 2025 05:00:06 +0300 Subject: [PATCH] update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a20d8c6..6f1451f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ `Watch Together` is a self-hosted web application that allows you and your friends to watch movies and TV shows in sync. It uses Yandex.Disk for media file storage and fetches rich metadata from The Movie Database (TMDB) to create an elegant browsing experience. The application is built with Python and the [NiceGUI](https://nicegui.io/) framework for a -seamless web interface. +seamless web interface and uses [Plyr](https://github.com/sampotts/plyr) as a web player. ## Features @@ -105,4 +105,5 @@ This project relies on several key Python libraries: * [AIOHTTP](https://docs.aiohttp.org/): For making asynchronous HTTP requests to the TMDB API. * [PyJWT](https://pyjwt.readthedocs.io/): For handling JSON Web Tokens for user sessions. * [orjson](https://github.com/ijl/orjson): For fast JSON serialization/deserialization. -* [bcrypt](https://pypi.org/project/bcrypt/): For hashing user identifiers. \ No newline at end of file +* [bcrypt](https://pypi.org/project/bcrypt/): For hashing user identifiers. +* [Plyr](https://github.com/sampotts/plyr): For playing video files \ No newline at end of file