History Of Ticket 1fd2617b9c76659906effa213a81a28442db4c35
Artifacts Associated With Ticket 1fd2617b9c76659906effa213a81a28442db4c35
Ticket change [f694acff00] (rid 3260) by mario on 2016-11-13 14:29:43:
- foundin initialized to: "2.1.9"
- icomment:
The RadioSure plugin stores space-delimited URLs in the `url` field. Playback or recording isn't possible without spacial handling, because all stream addresses are joined into a single quoted command line argument. Early ST2 test versions (1.9.x) did not properly escape command line arguments, thus worked by accident. And most later/core plugins omitted multi-URLs anyway, so it wasn't an issue until now. However, support for space-delimited URL collections was meant to be a feature. (the JSON field `url` shouldn't become a list/array however.)
- login: "mario"
- mimetype: "text/x-fossil-wiki"
- severity initialized to: "Important"
- status initialized to: "Open"
- title initialized to:
Multiple URLs in station row `url` prevent playback
- type initialized to: "Code_Defect"
Ticket change [8dfd822f97] (rid 3261) by mario on 2016-11-13 14:31:32:
- icomment:
Deferred to the next release 2.2.1 * Should probably implement a `one_url()` or `urlx()` helper in action.py to handle multi-URLs * In the meantime: workaround plugin **`tmp_clean_multiurl`**
- login: "mario"
- mimetype: "text/x-fossil-wiki"
- priority changed to: "Immediate"
- resolution changed to: "Open"
- status changed to: "Deferred"
- icomment:
Ticket change [f800f81cc9] (rid 3262) by mario on 2016-11-13 14:31:33:
- icomment:
Deferred to the next release 2.2.1 * Should probably implement a `one_url()` or `urlx()` helper in action.py to handle multi-URLs * In the meantime: workaround plugin **`tmp_clean_multiurl`**
- login: "mario"
- mimetype: "text/x-fossil-wiki"
- icomment: