robweber / xbmclibraryautoupdate

Kodi Addon to update your video/music libraries on a schedule
MIT License
30 stars 22 forks source link

Disable dialog when running a manual update? #33

Closed Katzekonig closed 9 years ago

Katzekonig commented 9 years ago

I managed to find a place in one of the scripts to change something to 'True' and it would skip the dialog that asks if I want to run a manual update. I run them pretty frequently and if I'm clicking on the updater that is of course what I want it to do.

I suppose the addon got updated recently and my changes were overwritten. I can't figure out how to do it again. Any advice?

robweber commented 9 years ago

I could write a setting for this in the addon settings. I remember this being added as people where having the opposite problem. They were accidentally clicking on the addon or something like that and didn't like the fact it just launched the scan with no dialog. I can see your reasoning to skipping it though. I'll add some kind of "disable dialog on manual run" setting and push it to the repo ASAP. It's a pretty basic fix, I can probably do it today.