I hadn't actually thought about using the web. It is an intriguing prospect though. In fact, I would jump on it, except for one thing.

Slow response time. That is, unless I'm using something fancy (defined as, it doesn't work in w3m (or lynx), my main web browser), I don't know of a way to do the rapid response you get from a GUI or TUI interface.

One of the main ideas I'm toying around is a current playlist (er, the playlist is generated by rules automatically) displayed. You could then arrow down to a point where you don't like a song, and go "BANG", and the playlist would be regenerated from that point. Of course, you may need to do this repeatedly or in sucession many times down the list (the idea is that the program gets better as guessing what you want, but you may be picky at the moment, or it just may not have learned yet).

With a web site that would be a major hinderance in UI speed. If you used something like Java I guess you could remove that problem, but then you are also throwing out my precious w3m :) .

But, I could be over-reacting and/or I could choose a different design. So, I'll reiterate that I like this idea and I'll give it serious consideration.

Perhaps, even, it would be nice to simply have multiple interfaces? That is, the web server that just communicates to the mp3-server program. Similarlly a gtk or curses (or even telnet) could also talk to the mp3-server and give it commands?

Thanks again,
Gryn


In reply to Web-it? (Re: (jcwren) RE: The Sweat and Grime of GUI) by gryng
in thread Where oh where to start (looking) by gryng

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.