2023-12-02, 05:52 PM
Hi folks,
I did a plugin, basically for my personal usage but also for fun:
https://github.com/verybadsoldier/Jellyf...edAdvanced
I think it lacks some good documentation. But in short it does:
* configurable if "modified" or "created" time of files is used for DateAdded in the database
* fixes the problem on Linux that JF is using "modified" time instead of "created" time due to a .NET problem
* read "dateadded" properly from NFO files (JF does not always do this)
* create (or update) NFO files by writing "dateadded" to file
* TV shows and seasons use DateAdded from childrens (TV show from seasons, seasons from files)
If there is interest, I probably need to provide better explanations
I did a plugin, basically for my personal usage but also for fun:
https://github.com/verybadsoldier/Jellyf...edAdvanced
I think it lacks some good documentation. But in short it does:
* configurable if "modified" or "created" time of files is used for DateAdded in the database
* fixes the problem on Linux that JF is using "modified" time instead of "created" time due to a .NET problem
* read "dateadded" properly from NFO files (JF does not always do this)
* create (or update) NFO files by writing "dateadded" to file
* TV shows and seasons use DateAdded from childrens (TV show from seasons, seasons from files)
If there is interest, I probably need to provide better explanations