mherger wrote: 
> > Hi all, does anyone know how to get the total playing time ( shown in
> > the web interface under information ) using the cli ? I've looked at
> the
> > documentation and can't see it
> 
> I don't think it's available. The playlist would simply sum up all 
> duration values of the current playlist.
> 
> -- 
> Michael

Hi,

i dont think he wants these information
He wants something like that:

Code:
--------------------
    wget "http://192.168.199.11:9000/settings/server/status.html?"; -O- |grep 
"Gesamte Spieldauer"|cut -d ':' -f2-|cut -d '<' -f1
--------------------



Gruss
Jan
------------------------------------------------------------------------
DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=104748

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to