SonomaGTS
SonomaGTS
After posting this I realized movies are actually passed through IMDB but those still fall under a unique ID "imdb_id":"tt(some-number)" just someone would have to use the ID provided by...
> I'm not sure I understand. Are you asking to be able to search, for example for Lost, by typing [tt0411008](https://www.imdb.com/title/tt0411008/) (IMDb id) or [4607](https://www.themoviedb.org/tv/4607-lost) (TMDB id)? Yes. Due to...
I'm not JS savy and especially less so with Typescript but I believe maybe the issue has to do with this line in "items.ts" `const currentDateString = new Date().toISOString();` Apparently...
Currently I pass time and timezone through volume binds into the container which when I use `date` inside the container shows the accurate time and timezone however when I pass...
So the api returns the correct air date.  However even your demo board shows me 24 hours behind the correct date.  which still leads...
Ok I am completely baffled so when I load up the demo board **outside** of my local network it shows the correct air date, however **inside** my local network it...
Found it, it's exactly what that stackoverflow page I linked above stated. it's the hyphens ( - ) in the source date.  when replaced with slashes (...
I wanted to touch base on this issue. I have not had time to really mess around with it but I did check the demo board and the demo board...
Can confirm this did indeed fix the date issue. Great work! 👍
> If you are using SQLite (default) as a database, you can just transfer database file I had been having an issue where some shows in my lists would not...