Okay, Hijack v203/v204 are out.

These versions only have changes to the XML generation. For the uninitiated, this XML stuff is the foundation by which one can create/use "skins" for the Hijack playlist browser.

New in v203:

  • .xsl files can now be accessed even when the khttpd_files=0 restriction is in effect (this got left out by accident from v202).
    
    
  • The internal tag name for the xml is now "playlist" instead of the rootname of the .xsl file ("default").
    
    
  • As of v204, khttpd_xsl=xxxxx is renamed to khttpd_style=xxxxx
    
    
  • The khttpd_style=xxxxxx config.ini parameter is now a full pathname (with extension) of the xsl template (style sheet). The default style sheet is still /default.xsl
    
    
  • The default (or configured) style sheet can be overridden on a per-request basis with in the URL, using this (quirky) syntax:

    http://my.empeg/drive0/fids/101?STYLE=/path/stylesheet.xsl.xml
    Of course, this breaks (the few) existing style sheets, but also leaves things in better shape for the future (I think).

    Cheers