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

⌈⌋ ⎇ branch:  streamtuner2


Ticket Change Details

Overview

Artifact ID: f694acff0051a796b2bfdb8e034303774c7bf80c
Ticket: 1fd2617b9c76659906effa213a81a28442db4c35
Multiple URLs in station row `url` prevent playback
User & Date: mario on 2016-11-13 14:29:43
Changes

  1. foundin changed 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 changed to: "Important"
  6. status changed to: "Open"
  7. title changed to:
    Multiple URLs in station row `url` prevent playback
    
  8. type changed to: "Code_Defect"