svt / encore

Transcode media files in an epic manner
European Union Public License 1.2
273 stars 25 forks source link

Custom arguments/notifications on job creation #14

Closed deedos closed 2 years ago

deedos commented 3 years ago

Is your feature request related to a problem? Please describe. Yes. The job entities might have "tags" for further post-processing tasks (integrating with shaka packager, for instance)

Describe the solution you'd like If we could send custom arguments on job creation​ (POST /encoreJobs) and those could return on progress callback (or any other callback), as well as being available on a job fetch (GET /encoreJobs​/{id ) that would work.

Describe alternatives you've considered INot having this feature, I would need to have this relation on a external db and make a more complex solution.

Additional context

deedos commented 2 years ago

Realized I could easily get extra info fetching data with ID after completing a job.