Search found 4 matches

by samuel
06 Nov 2017, 14:45
Forum: Scripting and Automation
Topic: kodi refresh library command not working with recent kodi testbuilds
Replies: 7
Views: 5098

Re: kodi refresh library command not working with recent kodi testbuilds

good job! i confirm it is woking now. i hope it doesnt break something for users using older kodi builds. i humbly suggest you log/print the json string as well, for the debug purposes. because now (as you mentioned before) it prints just the POST: <URL> (the same for GUI.ShowNotification and ...
by samuel
05 Nov 2017, 07:54
Forum: Scripting and Automation
Topic: kodi refresh library command not working with recent kodi testbuilds
Replies: 7
Views: 5098

Re: kodi refresh library command not working with recent kodi testbuilds

yup, thanks for the tip. unfortunately there are some problems, see the output: filebot -script 'dev:amc' /volume1/download/ --output /volume1/video/ --action move -non-strict --conflict auto --lang en --def 'subtitles=ces' 'clean=y' 'deleteAfterExtract=y' 'kodi=192.168.0.100:80' --log all --log ...
by samuel
04 Nov 2017, 19:38
Forum: Scripting and Automation
Topic: kodi refresh library command not working with recent kodi testbuilds
Replies: 7
Views: 5098

Re: kodi refresh library command not working with recent kodi testbuilds

i am running it with -script dev:amc, but nothing has changed (the GET request in the log looks the same and kodi doesn't refresh library), do i need to somehow (force) update the amc script or something? just a side note, my kodi runs more recent build now (not June, but late October), but i ...
by samuel
04 Nov 2017, 14:19
Forum: Scripting and Automation
Topic: kodi refresh library command not working with recent kodi testbuilds
Replies: 7
Views: 5098

kodi refresh library command not working with recent kodi testbuilds

hello everyone, i ran into a following problem with kodi "refresh video library command" not working with recent kodi test builds. i am using filebot (4.7.9) intalled on synology + filebot node (0.2.4) and i run the filebot command as a scheduled task. i've been using filebot with ease and these ...