Hijack v176 is out, with these changes/additions:
  • Fixed some lowercase dependencies in playlist browsing
    
    
  • Added hijack version number to /proc/version
    
    
  • Added pop-up error message for [hijack] option errors in config.ini
    
    
  • Removed echo-back of [hijack] (and [ir_translate]) options on serial port, except for lines which have errors
    
    
  • New menu item for selecting "Home/Work Location".
    
    
  • Revamped config.ini processing: Hijack intercepts config.ini as it is read by the player on startup, and edits the file in-memory using ;@HOME and ;@WORK directives. If the menu is set for ;@HOME, then lines beginning with ;@HOME will be enabled, otherwise lines beginning with ;@WORK will be enabled. This means the trailing portion of those lines will be passed to the player, and the next existing line (if any) lower in the file with the same setting will be commented out. This allows things like this:

    [network]
    ;@HOME DHCP=0
    ;@WORK DHCP=1
    DHCP=0

    [hijack]
    ;@WORK kftpd_password=n0H4cKz
    ;@WORK khttpd_files=0

    The logic for this is clever enough to only do the edit when the player itself is reading config.ini on startup, so this will not affect emptool, emplode, ftp, or http access to config.ini


Have Fun!


Edited by mlord (04/02/2002 12:26)