...
> > I have a patch for this and also the presentation_url, which is
> > required by the Xbox 360 to be the actual hostname or IP of the Alt-F
> > box.
>
> You mean that it should be
> presentation_url=
http://192.168.1.253:8765
>
> or could have the host name instead?
> presentation_url=
http://nas:8765
Instead of using the above configuration directive, do you mind to
verify if the command line -w option has the same effect?
Minidlna supports the following cmd line options:
# minidlna --help
Usage:
minidlna [-d] [-f config_file]
[-a listening_ip] [-p port]
[-s serial] [-m model_number]
[-t notify_interval] [-P pid_filename]
[-w url] [-R] [-V] [-h]
Notes:
Notify interval is in seconds. Default is 895 seconds.
Default pid file is /var/run/minidlna.pid.
With -d minidlna will run in debug mode (not daemonize).
-w sets the presentation url. Default is http address on port
80
-h displays this text
-R forces a full rescan
-V print the version number
To test this, stop minidlna, edit /etc/minidlna.conf and *comment* the
presentation_url line; then edit /etc/init.d/S80minidlna and edit the
MINIDLNA_ARGS line so it contains the presentation_url value, e.g.
MINIDLNA_ARGS="
http://192.168.1.1:8200" # no spaces around the '='
then restart minidlna -- does it still works with the Xbox?
PS-To start or stop a service from the command line, use "rc<service>
start|stop|status", as in
rcminidlna start
To boot-enable/disable a service, use "rc<service> enable|disable", as
in
rcminidlna enable
Thanks