Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


History Of Ticket 1fd2617b9c76659906effa213a81a28442db4c35

Artifacts Associated With Ticket 1fd2617b9c76659906effa213a81a28442db4c35

  1. Ticket change [f694acff00] (rid 3260) by mario on 2016-11-13 14:29:43:

    1. foundin initialized to: "2.1.9"
    2. 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.)
      
    3. login: "mario"
    4. mimetype: "text/x-fossil-wiki"
    5. severity initialized to: "Important"
    6. status initialized to: "Open"
    7. title initialized to:
      Multiple URLs in station row `url` prevent playback
      
    8. type initialized to: "Code_Defect"
  2. Ticket change [8dfd822f97] (rid 3261) by mario on 2016-11-13 14:31:32:

    1. 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`**
      
    2. login: "mario"
    3. mimetype: "text/x-fossil-wiki"
    4. priority changed to: "Immediate"
    5. resolution changed to: "Open"
    6. status changed to: "Deferred"
  3. Ticket change [f800f81cc9] (rid 3262) by mario on 2016-11-13 14:31:33:

    1. 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`**
      
    2. login: "mario"
    3. mimetype: "text/x-fossil-wiki"