Agin TV

Agin TV Used AI

5 devlogs
37h 16m
Created by Piernik

Watch all kinds of movies and tv series with agin tv desktop application

Timeline

Made homescreen in the desktop app with carousel with switching slides as well as proper endpoint in api. Login flow is fully functional now, it remembers your account so you dont need to login every time you open the app.

Update attachment

Changed oidc auth architecture. Made /auth/start_session and /auth/login endpoints in api, but auth is still not completely finished. Added tanstack router and initialized shadcn with tailwind css in desktop app. Created app welcome screen and login button with (almost) working login flow.

Update attachment

Genres are now stored in different collection in database and are populated and returned with movie details.

Update attachment

Added tmdb client autogenerated from openapi, but had to type bunch of things myself. /moive/{movie_id} endpoint now works but only for movies not tv series, added finding the most suitable logo and vertical cover images. Storing movie's genres is not finished yet though.

Update attachment

Started working on api: connecting with database, user schema, health endpoint, started working on movie/{movieId} enpoint, started working on oidc user authorization. Desktop: initialize tauri, done client side part of oidc login.

Update attachment