website
                                
                                
                                
                                    website copied to clipboard
                            
                            
                            
                        Reinstate Episode saving
A few complaints that we dont have the current time of the podcast saved, which is annoying if you reload a page or want to come back to an episode.
So, on timeupdate of the audio, we just need to mirror the player currentTime to localStorage with a key for the show.
Then when someone plays a show, check and see if we have that show progress in localStorage, if so, jump to that timestamp.
I know this is new website. I listen on phone, phone is only source of truth for me. Phone experience is worse. It used to save my session and does no longer. I'm in car listening to podcast, I go grocery shopping and switch to headphones. It keeps getting out of sync or resetting. Obviously I keep listening and deal with this because you guys are the best, but would be great to fix this
This is a good one if any listeners want to take it on
I am interested in this 🙌🏻
Hey, so I've got this one thing I've been working on – trying to set up and run the site on my own device. I followed the steps in the readme, and created a db for DATABASE_URL, but here's the snag: I can't see any shows. I mean, I'm using my own db now, so how do I test for that? Did I overlook something?
Paging @stolinski - hes working on making it easier to run locally right now!
related: https://github.com/syntaxfm/website/issues/1369
Paging @stolinski - hes working on making it easier to run locally right now!
Awesome 😁
Hey, just curious if there's any updates on this?