Page 17 of 40
Re: Webinterface
Posted: Wed Oct 14, 2020 11:46 am
by emcodem
Hey @ernie1901,
yep, it is a non documented, kind of experimental API call;
FFAStrans API:
http://localhost:65445/api/json/v2/tickets
Webinterface API:
http://localhost:3003/tickets
Re: Webinterface
Posted: Sat Nov 07, 2020 2:50 pm
by taner
Hi emcodem,
Maybe this was asked before.
Is there a way to hide the options displayed both in sections "Running" and "Finished" for specific users (job details, abort, pause, delete all etc...)?
Best
Taner
Re: Webinterface
Posted: Sun Nov 08, 2020 4:05 pm
by emcodem
Hey @taner,
always good to hear from you!
Very good question. Not yet but it is something that i had in mind the last months anyway and i am happy that you now ask for it.
I'll add the filters ASAP.
Re: Webinterface
Posted: Sun Nov 08, 2020 6:02 pm
by taner
Thanks!
Re: Webinterface
Posted: Mon Nov 09, 2020 12:49 pm
by emcodem
@taner
Done, download link updated.
Let me know any questions please!
Re: Webinterface
Posted: Mon Nov 09, 2020 2:03 pm
by taner
It works.
Thanks a lot!
Re: Webinterface
Posted: Mon Nov 09, 2020 4:22 pm
by taner
Hi emcodem,
short question: should all queued files listed as queued regardless whether they were submitted or picked up from a watchfolder?
At the moment only submitted files where shown as queued in my setup.
Best
Taner
Re: Webinterface
Posted: Mon Nov 09, 2020 9:48 pm
by emcodem
Yeaaaahhhh.... hard topic. Should: yes (in my dreams).
Kind of a legacy thing absolutely prevents us to threat api jobs, watchfolders and manual submits "the same". Internal discussion is going on about that pretty often. As this queuing stuff is pretty complex and lots of "legacy" stuff going on it could take a while until we manage to unify this into one queue/view
Re: Webinterface
Posted: Tue Nov 10, 2020 1:08 pm
by taner
Thanks for explanation.
It is more understandable for me now.
To be honest: in the beginning I was not the biggest fan of the webinterface.
But as more as I deal with it and with such nice customizing-options it is a very handy tool.
I hope that your queue-dreams will come true
User-questions like "but are you sure that my file will be transcoded? Because I can't see anything" would become obsolet.
Re: Webinterface
Posted: Fri Nov 13, 2020 1:59 pm
by emcodem
@taner
thanks for the nice words, it is always encouraging to hear the users stories
With this encouragement i went on and tried adding what you and a few others asked. Check out the newest release and let me know if it works for you please.
Just one note, the new Status type "incoming" actually can mean 2 things:
1) a watchfolder found a new file in the folder but it waits until the file is ready for processing (but no job is yet queued)
2) the file is already ready and actually queued
Currently i cannot distinguish between those 2 states of watchfolders unfortunately.