Calendar View

I would love to have a calendar style view of upcoming recordings, with color codes to show what has been recorded and what is scheduled. This gives a much better visual representation and helps identify possible conflicts with tuners filling up.

Here is an example that might be familiar to some...

@tmm1 would this be difficult to add, even if its only in the web ui?

Building calendar UI is very complicated.

You could use the dvr api to generate ical events and import into existing calendar software

Sonarr is open source, not sure if any of the existing code would expedite the process but it would be a nice addition.

The only real solution is to add more tuners though, and that has been the plan, it's just disappointing that Silicondust has teased a 6 tuner Prime for years and recently admitted to further delays.

Sonarr is built on Node.js, and therefore Javascript. Channels DVR is written in Go.

It might provide a jumping off point, but would still require rewriting.