-
Notifications
You must be signed in to change notification settings - Fork 13
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
auto-update of media #155
Comments
Update DB from command line is on TODO list, but I can't tell you when it will be done... |
Where in the code does o!mpd do it's updates ? It seems like it'd be simple to write a command line PHP script to call it ? |
Update is in |
Cool. So we'd have to move everything after Then call that from a new |
I would add a new function to |
Right, but if I do that, and some of the SQL in update() changes, it'd have to be changed in two places. It's a little more work for me to make update() output just the HTML and then call updateImpl(), but then I can make cliUpdate() just call updateImpl(). It's propbably a clearer separation that way anyway, even without a command line method to update ? |
!170 so far has the above approach in, but not changes to the output of HTML by the update function If you think this is the right idea, I can work on cutting down the output when the (preexisting) |
Hi there again, still having a blast with O!MPD! tyvm
Is there a way I can automate my library update? An option, watchdog, cronjob w/e it takes, without breaking anything hehe
I have Lidarr constantly updating my library, so every now and then some files are replaced or new albums arrive. I dont think a real time watchdog would be nice on my pi, but some late night cron or auto-update feature would be awesome.
Not sure if its already there, the way I do it it just to manually update the library on settings when I feel enough has changed in the music directory (bout every week or so...)
thanks!
The text was updated successfully, but these errors were encountered: