Devlog #3:
The fact that i can only upload one photo is really bugging me , ik that i am meant to devlog each 30m but tbh most of the time i spend setting up the services and models for the API so the full UI additions will still happen in a single devlog but now there are 3 filler ones of repetitive backed work
So added a detailed screen for movies and tv shows and yes i am separating them because they are separated in the code because simple TMDB doesn’t have a unified ID var but the movies have their own set of IDs so do TV shows and these IDs can overlap so to save on headache i just copied the page changed the backend to correspond to tv shows and even added the Seasons var to the text
The page when loaded shows the cover art of the movie for a hardcoded 3 second (might be 6 in the code i am lazy to change it back now) and then does a fade in transition for the trailer which is taken from youtube with the youtube explode which allows me to show the vid without any overalys
then comes movie title , release year , rating, runtime, and in the right the providers to it , there is an issue where a lot of the time especially is it’s a single or 2 providers it shows duplicates it’s because of the API i can fix it but it’s low priority now
then under it shows the genres
play add button which are placeholders now
a description
the cast with photos their real names and roles
and finally but it’s not showing a related section that is stolen code from the home screen sidebars with correct api backend
next would be probably getting to either search or fixing all the issues at one , once for all so they never bother me again
prob gnna go for the search
Comments 2
Hey! To fix your one photo problem you could try uploading a video. You can upload a screen recording showing more of your features.
You’re right :D I thought only photos can be uploaded
tnxx for the help
Sign in to join the conversation.