yt-fts icon indicating copy to clipboard operation
yt-fts copied to clipboard

Add video date

Open bors-ltd opened this issue 9 months ago • 1 comments

Hi, yt-fts is a great tool, but I always find myself needing a date in the results, at least for sorting results chronologically.

So I made the changes, quick and dirty (picking the "upload_date" field), but it gets the job done. Would you be interested in a proper pull request? I think not because it would change the schema again, and I read in another issue you considered it stable.

I'm OK with maintaining my changes on top of the main line for my own usage.

bors-ltd avatar Apr 29 '24 09:04 bors-ltd

@bors-ltd you're right about me considering the schema "stable" However I still want to be able to make changes such as an upload_date column in the Videos table and a last_updated column in the Channels table.

My biggest concern isn't necessarily adding breaking changes, it's adding breaking changes that could modify users' existing database in unpredictable ways or fail without providing hints that they are using a legacy version of the tool.

I planned to add a metadata table to the db that stores the yt-fts versions it is compatible with and I want to do that before making any more changes to the schema. Please still make the PR for the compatible version you have. Thanks.

NotJoeMartinez avatar May 05 '24 01:05 NotJoeMartinez

Oops, I opened https://github.com/NotJoeMartinez/yt-fts/pull/144 but it's not linked to that issue. I guess I'm a bit rusty with Github.

bors-ltd avatar May 24 '24 09:05 bors-ltd

Added in #144

NotJoeMartinez avatar Jun 25 '24 23:06 NotJoeMartinez