Posts: 245
Joined: Sep 2012
Reputation:
6
I am running the exportlibrary command daily in the background.
But I need to run it quietly so that it doesn't bother film watchers.
How can I suppress the upcoming progress window?
If there is no such option, might it be possible to add a flag to the command parameters for this purpose?
Posts: 245
Joined: Sep 2012
Reputation:
6
2019-10-13, 16:22
(This post was last modified: 2019-10-14, 02:32 by _novalis.)
I don't get your point.
I am running it automated as I said, so I don't have to care. I export to separate files, overwrite false, and I like to have everything always up to date. Kodi is not running 24/h so I have to choose a time for execution where Kodi is probably on. But I dont want to be bothered by a popup. There are other tasks that have an explict option in the settings to turn that off, e. g. library update. And I would appreciate it to have that option for exportlibrary as well. I think there is no obvious reason not to do it that way.
And a parameter notify = false would change exactly to what I described above.
Posts: 4,545
Joined: Jun 2015
Reputation:
269
Exporting the music library from the builtin command and JSON API is done silently, so yes it is certainly possible to implement the same for video but requires code changes. If someone is interested in doing that and has the skills then a PR is welcome.
Posts: 245
Joined: Sep 2012
Reputation:
6
That's great news. I would certainly appreciate it if someone would consent to help.