= CRS Ticket Tracker The Ticket Tracker is a web platform tracking process of video recording and ingest sources and video encoding progress. It guides users through manual processes like editing and checking and provides an API for scripts doing post processing and encoding. The tracker is a PHP web application and distributes tasks in form of '//tickets//' to various //workers//. The worker scripts – written in Perl, Python, or PHP – advance the state and update the ticket's properties via tracker's XML RPC API. The core system was initially written by [[:FeM]] for 27C3 in 2010, and was released under the Apache License 2.0 end of 2017. Our instance is deployed at https://tracker.c3voc.de. source code: * https://github.com/crs-tools/tracker * workers * https://github.com/crs-tools/crs-scripts (Perl) * https://github.com/voc/publishing (Python) * https://github.com/crs-tools/tracker-lib-php (PHP) * [[projects:fuse-ts | custom fuse filesystem driver used by tracker workers]] * (VOC) encoding profiles: TODO FIXME Further resources: * [[https://wiki.fem.tu-ilmenau.de/public/projekte/c3/start | FeM tracker Beschreibung / FeM *C3 Doku]] * [[https://repository.fem.tu-ilmenau.de/trac/c3tt/wiki | FeM tracker doku]] == Ticket Properties see [[properties]] == Trackerfahrer Scripts see [[scripts]]