Page 1 of 1

Taskkill button in andoid app.

PostPosted: Sun Sep 22, 2013 2:30 pm
by serverkudsk
I would like to have a button in android app which run "taskkill /f /im ffmpeg.exe" so that all films are being shut down.

Re: Taskkill button in andoid app.

PostPosted: Sun Sep 22, 2013 3:50 pm
by will
This would need to be added to Serviio's configuration API before I could add it to ServiiDroid.

You are welcome to file an issue on Serviio's Issue Tracker maybe 'API action to kill active transcoding jobs', and if it gets added to Serviio I'll add it to ServiiDroid.

Re: Taskkill button in andoid app.

PostPosted: Sun Sep 22, 2013 4:56 pm
by jhb50
Just create a plugin which issues the command, similar to the refresh plugin described in the wiki, with a taskkill item, and play the item when you want to taskkill

Re: Taskkill button in andoid app.

PostPosted: Sun Sep 22, 2013 11:07 pm
by zip
Just to let you know, if you kill ffmpeg without Serviio knowing it, it'll end up in an inconsistent state and playback might fail (especially if you try to play the file that was being transcoded again)