mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-10 15:28:29 +00:00
17 lines
497 B
JSON
17 lines
497 B
JSON
{
|
|
"title": "processing queue",
|
|
"stub": "nothing here yet, just the two of us.\ntry downloading something!",
|
|
|
|
"state.waiting": "queued",
|
|
"state.retrying": "retrying",
|
|
"state.starting": "starting",
|
|
|
|
"state.starting.fetch": "starting downloading",
|
|
"state.starting.remux": "starting remuxing",
|
|
"state.starting.encode": "starting transcoding",
|
|
|
|
"state.running.remux": "remuxing",
|
|
"state.running.fetch": "downloading",
|
|
"state.running.encode": "transcoding"
|
|
}
|