Yes it's all perl(well maybe a dash of shell scripting). I'm trying to modify a logitech media server(LMS) plugin, brutefirdrc to create a menu in both the LMS web ui and an ios app called ipeng to control said plugin. Currently the plugin only has a menu on a squeezebox and my project does not use a squeezebox. Creating these menus isn't an really an issue. The problem is the plugin is heavily reliant on the player(squeezebox) for much of the data it needs to function. None of this data needs to come from the player that's just the way the original programmer saw fit I guess. So I need someone that's pretty familiar with LMS to help me figure out how to either spoof a client in the plugin or some other way to use the functions in brutefirdrc that don't work without a squeezebox.

In reply to Re^3: Logitech Media Server/Squeezebox/Squeeze Server/Slim devices help by Bronston
in thread Logitech Media Server/Squeezebox/Squeeze Server/Slim devices help by Bronston

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.