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

⌈⌋ ⎇ branch:  streamtuner2


History Of Ticket 96f44fd2c71bc63c

Artifacts Associated With Ticket 96f44fd2c71bc63c

  1. Ticket change [3262e22343] (rid 2822) by mario on 2015-11-09 21:28:55:

    1. foundin initialized to: "2.1.9"
    2. icomment:
      Ian wrote:
      
      Anyway, no idea if you've seen it but there is a brilliant Windows 
      program called Screamer Radio. It's no longer being updated, but still 
      works perfectly. Main problem is that a lot of the default radio 
      stations don't work. It's easy enough to add your own, so not really a 
      problem. The other big problem is there is no Linux version. On the plus 
      side it has a very nice feature I used to use all the time. If there was 
      a track playing that you liked, you could switch to Screamer any time 
      before the track finished and hit the record button. This caused 
      Screamer to record the whole track from the beginning. So you get a set 
      of tracks recorded which are all ones you like.
      
      I guess you could get the same effect by going through all the tracks 
      you've recorded and delete the ones you don't want, but that would be a 
      lot of work. Screamer's way is much better imho. So, my enhancement 
      request is, is there a way to get Streamtuner2 to do the same thing?
      
    3. login: "mario"
    4. mimetype: "text/x-fossil-wiki"
    5. private_contact initialized to: "b966c4710986029abf2ad592d4c1a2b0e351402a"
    6. severity initialized to: "Minor"
    7. status initialized to: "Open"
    8. title initialized to:
      Just-in-time recording for currectly playing track (like in Screamer Radio)
      
    9. type initialized to: "Feature_Request"
  2. Ticket change [d0261b56e9] (rid 2823) by mario on 2015-11-09 21:32:48:

    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"
  3. Ticket change [43a955c54e] (rid 2824) by mario on 2015-11-09 21:35:17:

    1. login: "mario"
    2. mimetype: "text/x-fossil-plain"
    3. priority changed to: "Medium"
    4. status changed to: "Review"
    5. title changed to:
      Just-in-time recording for currently playing track (like in Screamer Radio)