Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameters for -v Views? ('New') #58

Open
goombapatrol opened this issue Jan 9, 2022 · 0 comments
Open

Parameters for -v Views? ('New') #58

goombapatrol opened this issue Jan 9, 2022 · 0 comments

Comments

@goombapatrol
Copy link

Is there a way to specify how many days old a file has to be to be not considered 'NEW'? I see in the code that the default is 7, can that be manually overridden?
private DateTime minDate = DateTime.Now.AddDays(-7.0);
Absolute date would be nice (e.g. exclude older than 2020-01-01) but that's easy enough to calculate with an external script, so probably unnecessary for SDLNA. Just need a way to set the number of days.

So if -v doesn't seem to accept any sort of second parameter, how exactly is e.g. 'FILTER' used? No syntax that I've tried has worked
sdlna -v filter *.mp4 folder
sdlna -v dimension=200x200 folder
(which is what lead me to believe I was missing something for 'NEW').

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant