2023-08-06, 12:56
Nice catch, can you make a screen shot of how this looks like when you select one of the channels (should show a EPG for this channel).
code:
NSDateFormatter *dateFormatter = [NSDateFormatter new];
dateFormatter.dateFormat = @"yyyy-MM-dd HH:mms";
dateFormatter.timeZone = [NSTimeZone timeZoneWithName:@"UTC"];
NSDate *starttime = [dateFormatter dateFromString:EPGobject[@"starttime"]]; // this fails
code:dateFormatter.locale = [NSLocale systemLocale];
code:dateFormatter.locale = [NSLocale currentLocale];
(2023-08-07, 18:16)levitsky86 Wrote: Yeah, I am glad it was so easy! Also, I checked that setting to either 12-h, or 24-h clock formats on Kodi and exact same on app makes the EPG to work (on app) though it shows only in 24-h format.I already have submitted a code change for review which also works with 12h setting on App device and 24h setting on Kodi server. I hope you'll see this soon on a beta software build. Would be great, if you can also follow those -- there are quite some changes since the last official release. Beta-SW and related thread: https://forum.kodi.tv/showthread.php?tid...pid3001861
(2023-08-07, 18:16)levitsky86 Wrote: By the way, what I always wondered and I think you should know this. Is there a way to preview past EPG programs on the app? My IPTV provider has 7 days achieve on all channels but the app shows only from current playing programs and I have to use the remote controls and choose previous from the list on the Kodi pay menu...I was thinking the same. The App currently simply ignores the already finished broadcasts and start with the current running one. I already have a local version which keeps it all, but simply scrolls to the current active broadcast. Quick video: https://www.dropbox.com/scl/fi/266t3xjri...2fkhd&dl=0
(2023-08-07, 18:36)Buschel Wrote: PS: The video also shows some more rework I would like to do, majorly replacing the pie charts with progress bars. But this is not ready for a release and will take some more time.
(2023-08-07, 18:36)Buschel Wrote: Would be great, if you can also follow those -- there are quite some changes since the last official release. Beta-SW and related thread: https://forum.kodi.tv/showthread.php?tid...pid3001861