Menu

Jamulus welcome message

2020-06-05
2020-06-18
  • Patrick Bergin

    Patrick Bergin - 2020-06-05

    Can anyone give an example of an implementation of the -w command line tag? IOW how do I add the HTML or CSS text in the command line?

    Maybe I'm dense, but I can't figure it out from the documentation.

     

    Last edit: Patrick Bergin 2020-06-05
  • Luuk

    Luuk - 2020-06-05

    Here you can find more information about HTML tags.https://www.w3schools.com/tags/ref_byfunc.asp

     

    Last edit: Luuk 2020-06-05
  • DonC

    DonC - 2020-06-05

    For example my server command line:

    /usr/local/bin/Jamulus -s -n -a "StringsServer" -u 20 -w "Welcome to the <b>Strings Server St-Blaise</b> running Jamulus 3.5.4" -o "Strings Server;St-Blaise;206;"
    
    The <b> ... </b> tags make what is inbetween bold.
    

    I hope that helps.
    Don

     

    Last edit: DonC 2020-06-05
  • Chris Rimple

    Chris Rimple - 2020-06-12

    I've tried using the -w command line parameter on Mac, and spaces in the string seem to be breaking it. Has anyone used it successfully on Mac?

     
  • Joacoustic

    Joacoustic - 2020-06-18

    Hi Chris,
    Here is our complete command:
    -w "

    Welcome to Little Jazz and Improvised Music Workshop

    ©LJIMW

    "
    Hope this can help ...

     
  • Luuk

    Luuk - 2020-06-18

    We're now seing the result, we want to see the syntax.

     
  • Patrick Bergin

    Patrick Bergin - 2020-06-18

    Got it, thanks all.