6 hours ago
(8 hours ago)1hitsong Wrote:(8 hours ago)lumpycustard Wrote: Or is this one of those "if you want it, go submit a pull request on git" type of thing?All code changes are a "if you want it, go submit a pull request on git" type of thing unless you can convince a programmer to make it for you.
I've been poking around in the codebase trying to figure out what this would involve, and I'm probably missing something obvious, but it looks like most of the functionality might already be there?
From what I can tell (and I could be completely wrong):
- ItemsController.GetItems() already supports PremiereDate sorting
- PremiereDateComparer.cs handles the sorting logic
- CollectionType.cs has movielatest and tvlatest enum values but they're marked [OpenApiIgnoreEnum]
It almost looks like someone built this feature but then disabled it before release. Again, I'm just an idiot poking around the code for 30 minutes, so I could be totally misreading what I'm seeing.
Was this feature disabled for a specific reason, or maybe it's being staged for a future release? I don't want to waste time building something that was intentionally removed or causes problems I'm not aware of.
If it's just a matter of exposing existing functionality, that seems more doable than building it from scratch?