changing server's host name only changes host name
Posted: February 6th, 2012, 7:30 am
AFAIK this is already known, but I can't find it as a bug:
After changing the host name for a server in http://localhost:8080/config/server/, the 'title' of server does not change. That's annoying / confusing.
Example: I changed host from reader.xsusenet.com into reader.xsusenet.com, and only *host* is changed, not the name and other stuff, as can be seen in sabnzbd.ini:
Workaround: I manuall edited sabnzbd.ini into:
... and now SAB's webgui shows the correct names.
After changing the host name for a server in http://localhost:8080/config/server/, the 'title' of server does not change. That's annoying / confusing.
Example: I changed host from reader.xsusenet.com into reader.xsusenet.com, and only *host* is changed, not the name and other stuff, as can be seen in sabnzbd.ini:
Code: Select all
sander@R540:~/.sabnzbd$ grep -i xsusenet sabnzbd.ini
[[reader.xsusenet.com]]
name = reader.xsusenet.com
host = free.xsusenet.com
sander@R540:~/.sabnzbd$
Code: Select all
sander@R540:~/.sabnzbd$ grep -i xsusenet sabnzbd.ini
[[free.xsusenet.com]]
name = free.xsusenet.com
host = free.xsusenet.com
sander@R540:~/.sabnzbd$