mopidy / mopidy-local

Mopidy extension for playing music from your local music archive
https://mopidy.com/ext/local/
Apache License 2.0
62 stars 26 forks source link

Auto-update local library while running #6

Open adamcik opened 10 years ago

adamcik commented 10 years ago

Logical step would be to start re-factoring the current scanner into an actor, then run the actor as a thread for the server case, and directly for the command case. This might entail using inotify if present, and falling back to mtime checks and just waiting a predefined time before the next check.

ehudkaldor commented 6 years ago

ahm... bump?

xmantheman commented 6 years ago

Any updates on this? It's been four years. (auto scanning local library)

tkem commented 5 years ago

With the upcoming switch to/merge of Mopidy-Local-SQLite, it will be possible to run a mopidy local scan in the background, e.g. using a cron job or manually/scripted after updating some files. If you've implemented something atop of inotify or such, PRs are welcome, of course!

jodal commented 4 years ago

I suggest we keep this issue open to track any work on autoscanning as a feature, so I'm removing it from the 3.0 milestone.