Page 1 of 1

Library refresh on system startup/logon

PostPosted: Fri Feb 24, 2012 12:54 pm
by YTMY
Hi, been searching forum, but did not find anything similar. For better stability while streaming, I have my library auto-refresh set to disabled. I do manual refresh if I need to. However what would be nice is to have an option (or a cmd line switch) to refresh library on system startup or user login (or any other event using task scheduler). This way newly added files would be added to the library once computer is turned on and would be more comfortable if one tends to forget of library refresh when auto is off. It is not a big feature, however maybe it would be useful for some users.
Not urgent or completely necessary though.

Thanks for the great 0.6.2!

Re: Library refresh on system startup/logon

PostPosted: Fri Feb 24, 2012 12:57 pm
by will
viewtopic.php?f=17&t=1572 will allow you to force a library refresh using serviio's REST API
Create a script and add it to windows task scheduler to run on login

curl for windows http://curl.haxx.se/download.html think you will want the Win32 - Generic or Win64 - Generic

Re: Library refresh on system startup/logon

PostPosted: Fri Feb 24, 2012 12:59 pm
by YTMY
Thanks! Will look at it.