Sorry I haven’t been more active fellas, just dealing with work and personal junk…
As for the issue with the dvr setup and everything… Are you guys specifying your host address when running the executable?
So say your plex server is at 192.168.1.100
and your running pseudotv on 192.168.1.101…
you’d start the executable like so: ./PseudoTV.exe -h 192.168.1.101
You can verify your host is setup correctly by first creating at least one channel, and then go to http://192.168.1.101:8000/api/channels.m3u, and verify the URL’s in the M3U are not ‘127.0.0.1’…
If you run pseudotv on the same machine as your plex server your shouldn’t need to set the -h option…
Regarding the date errors when building a large channel… Are you running the latest build? I recently (few days ago) fixed a bug where invalid items in Plex (items that didn’t have a duration set for some reason) could be added to a channel resulting in timeline errors… Obviously psuedotv needs the programs duration to calculate start and stop times and any other time logic, so now any items without a duration wont even show up to be added…
I just tried breaking the app by mashing the plus button on multiple tv series and surprisingly I had a channel with over a month and a half of content and no date errors. Hopefully you are running an older build lol. Let me me know!