mnamer icon indicating copy to clipboard operation
mnamer copied to clipboard

More date options

Open Cronvs opened this issue 10 months ago • 1 comments

Changes year in movies to a date, adds a series_date for when the matched series first aired, and add the capability to use the datetime attributes for formatting like so: {date.year}, {date.month}, or {series_date.year}. This would make formatting series conform to for example jellyfin show naming more.

Cronvs avatar Feb 08 '25 19:02 Cronvs

Was confused as to why supplying an id would diminish search hits, I made it so that date search for tvdb now check if month and day are default values, and if so, then check that season and episode are the same to get matches, and only compare the year of either episode or series, not precise dates of episodes. Also, I got annoyed with double year tagging. TVDB solves duplicates of names by suffixing the year, I added format logic to remove any year tagging from series if the format spec already provides date tagging.

Cronvs avatar Jul 08 '25 23:07 Cronvs