Thanks - looked at the code and indeed, LMH is always "only" getting the last 10 "recently added movies" during last 999 days - and only checks of those (!) the unwatched ones, if configured in LMH setup.Thanks Guzzi - LMH code is on Google Code - looks up-to-date for version 1.6.2 which is latest show in MPEI - compatible with MP 1.8.0 but I assume cul8er would need to grant you access to commit changes.
GetMostRecent(MyFilmsPlugin.MyFilms.BaseMesFilms.MostRecentType.Added,999,10)
/// <summary>
/// returns the most recent movies based on conditions
/// </summary>
/// <param name="type">most recent type</param>
/// <param name="days">number of days to look back in database</param>
/// <param name="limit">number of results to return</param>
/// <param name="unwatchedOnly">only get unwatched episodes (only used with recent added type)</param>
public static List<MFMovie> GetMostRecent(MostRecentType type, int days, int limit, bool unwatchedOnly)
You can try in LMH forum but AFAIK @cul8er is the only one who has access to SVN and he has not logged into forum since Dec 2013.I can create a patch, if anyone is able to commit them and create new LMH build
Well, it doesn''t make sense to create a patch if the repo cannot be updated. So what to do? Should we ask if anyone is willing to take over the plugin and push the code in new repo? (The patch required is only 2-3 lines of modifications in the MF handler in LMH plugin)You can try in LMH forum but AFAIK @cul8er is the only one who has access to SVN and he has not logged into forum since Dec 2013.I can create a patch, if anyone is able to commit them and create new LMH build
Not sure, if that makes sense and if we ever get an updated LMH, as cul8er didn't show up since long ... :-(I still think bkv should post the issue in the LMH forum because cul8er may receive email notifications even if he is not logged into MP forum.
- Post in LMH tracker - I can create an issue and you can post the patch - cul8er may get email notifications from Google Code.