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

⌈⌋ ⎇ branch:  streamtuner2


Ticket Change Details

Overview

Artifact ID: d0261b56e9021e2ca769765ead361805ed7de082
Ticket: 96f44fd2c71bc63c51404827d069f0eb9e9bfaa3
Just-in-time recording for currently playing track (like in Screamer Radio)
User & Date: mario on 2015-11-09 21:32:48
Changes

  1. icomment:
    Might be doable, but would be a workaround:
    
      *  Start a background `streamripper` process whenever playing a station.
      *  Let it spool mp3s in a dedicated directory.
      *  Recurringly delete anything older than 15min.
      *  When JIT recording is requested:
            #  simply extract the latest mp3 (or wait till it's finished)
            #  or even just open up that temporary mp3 directory for copying.
    
    Managing a background proccess might be more work, but seems feasible. (Maybe research if existing audio players already offer a similar functionality instead. It's a workaround mainly because ST2 does neither manage playback nor recording.)
    
  2. login: "mario"
  3. mimetype: "text/x-fossil-wiki"
  4. priority changed to: "Immediate"
  5. resolution changed to: "Open"