FAQ  •  Register  •  Login

Web UI in Ajax (Mobile & desktop edition)

<<

Swehawk

Serviio lover

Posts: 70

Joined: Mon Oct 10, 2011 8:08 pm

Post Fri Jun 29, 2012 1:34 pm

Re: Web UI in Ajax (Mobile & desktop edition)

YES :D WebUI as winservice :D kairoh, you're THE man!!
Can't wait to get home from work and try it out!
<<

kairoh

DLNA master

Posts: 180

Joined: Sun Aug 08, 2010 10:41 am

Location: France

Post Fri Jun 29, 2012 2:13 pm

Re: Web UI in Ajax (Mobile & desktop edition)

Illico wrote:Very beautifull job, and very simple installation, I like it. Thanks.
Do you plan something for the next 1.0 version (in RC) ?

Thanks! ;)
I'm trying to add serviidb support before adding 1.0 support.
Serviio WebUI console developer : New Homepage | Support | Project | Issues

Samsung UA32C6600 | WinXP / Ubuntu 11.10 | Samsung Galaxy S | Freebox v6
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

Swehawk

Serviio lover

Posts: 70

Joined: Mon Oct 10, 2011 8:08 pm

Post Sat Jun 30, 2012 5:59 pm

Re: Web UI in Ajax (Mobile & desktop edition)

The joy of having the webUI running as a winservice didn't last long, I,m sorry to say :|
The Serviio WebUI service stops by itself after a while. Can't say exactly, but around 5-15 minutes after I restart it, it stops, whether I have an active user session on the server or not.

I have no clue of what to look för in this case! Only other non microsoft service running is SABnzbd. WMP service is disabled.

I run Serviio 0.62, WebUI 0.62-e. Server OS is win7-32.
<<

kairoh

DLNA master

Posts: 180

Joined: Sun Aug 08, 2010 10:41 am

Location: France

Post Wed Jul 04, 2012 6:52 pm

Re: Web UI in Ajax (Mobile & desktop edition)

I've found out why it stops :?
The free licence of exe4j (the win service maker) kills the service after 30min :(
To changes this I've to either buy a licence (59€) or find another way to make services...
Serviio WebUI console developer : New Homepage | Support | Project | Issues

Samsung UA32C6600 | WinXP / Ubuntu 11.10 | Samsung Galaxy S | Freebox v6
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

Swehawk

Serviio lover

Posts: 70

Joined: Mon Oct 10, 2011 8:08 pm

Post Wed Jul 04, 2012 8:46 pm

Re: Web UI in Ajax (Mobile & desktop edition)

Ok, it's a good thing you've pinned down the cause of the problem. I took a look at ej-tech homepage, and I didn't see any info on the 30 min limit on the free download, so I can see why you missed it! Maybe Zip can help out with this? I mean, he has obviously managed to create a working serviio-sevice.exe (just a thought....) Wish I could help, but I'm no programmer , just a huge fan of Serviio +WebUI ;)
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Jul 05, 2012 8:02 am

Re: Web UI in Ajax (Mobile & desktop edition)

I did pay for the license. But there are other tools, look at what PS3MS is doing.
<<

Swehawk

Serviio lover

Posts: 70

Joined: Mon Oct 10, 2011 8:08 pm

Post Thu Jul 05, 2012 5:38 pm

Re: Web UI in Ajax (Mobile & desktop edition)

My workaround until kairoh (hopefully) comes up with a soution, is to use PsService (part of Sysinternals PsTools, free to dl from microsoft) to remotely start the "serviio webui" service on the server from any of my clients. I put
  Code:
psservice //<computername> start "serviio webui"
pause

in a bat-file and run it whenever I want to access the Serviio WebUI. It's not the most elegant solution, but still much quicker than having to RDP into the server...
<<

will

DLNA master

Posts: 2138

Joined: Mon Aug 30, 2010 11:18 am

Location: UK

Post Thu Jul 05, 2012 6:17 pm

Re: Web UI in Ajax (Mobile & desktop edition)

You can create a windows service in c# in about 10 min which simply spawns the required process in OnStart

http://msdn.microsoft.com/en-us/library ... 80%29.aspx for a bit of a guide

Combine it with http://msdn.microsoft.com/en-us/library ... 80%29.aspx to quickly install/unintall.

If you get stuck I'll have a go for you as I wrote one years ago so should have the code lying around somewhere.

http://www.icsharpcode.net/OpenSource/SD/ is a good IDE for doing it, otherwise use a trial of the high end visual studio.
Will

ServiiDroid (Android Console) Developer: Download | Home | Support
ServiiGo (Android 3G/4G/WiFi Playback App) Developer: Download | Home | Support
<<

kairoh

DLNA master

Posts: 180

Joined: Sun Aug 08, 2010 10:41 am

Location: France

Post Tue Jul 10, 2012 9:27 pm

Re: Web UI in Restful Ajax

Here is another release for Serviio 0.6 fixing the windows services licence bug.
There is no impact for the Unix edition.
Available on the homepage or bitbucket project.
  Code:
==== 0.6.2-f ====
* [windows] Switch Win service from "Exe4j" to "Commons-daemon" which is free and has no limitation.

Have fun!
Serviio WebUI console developer : New Homepage | Support | Project | Issues

Samsung UA32C6600 | WinXP / Ubuntu 11.10 | Samsung Galaxy S | Freebox v6
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

Swehawk

Serviio lover

Posts: 70

Joined: Mon Oct 10, 2011 8:08 pm

Post Wed Jul 11, 2012 3:23 pm

Re: Web UI in Ajax (Mobile & desktop edition)

@kairoh
I ran into trouble again :? , trying to install 0.6.2-f as a winservice. First I deleted the old Serviio WebUI service using cmd [SC delete "serviio webui"] and verified that it was gone in the service manager . Then I copied the new files to the servioo home directory and ran installServiioWebuiService.bat (as admin). I get this error message:
  Code:
'ServiioWebui32' is not recognized as an internal or external command, operable program or batch file.
'ServiioWebui32' is not recognized as an internal or external command, operable program or batch file.

(yes it comes twice). Am I doing anything wrong here...?
<<

bouncy

Serviio newbie

Posts: 10

Joined: Sat Sep 10, 2011 8:24 am

Post Sat Jul 21, 2012 9:54 pm

Re: Web UI in Ajax (Mobile & desktop edition)

Has anybody mentioned the issue with the webui and ie9. I was using the synology package and honestly thought the install was borked until i decided to try FF and found that it was an IE only issue. Specifically you make a change, and its not reflected in the UI.
<<

qoolbox

Streaming enthusiast

Posts: 45

Joined: Tue Nov 01, 2011 4:35 pm

Location: France

Post Tue Jul 24, 2012 7:20 pm

Re: Web UI in Ajax (Mobile & desktop edition)

Hi Kairoh, is the Ajax Webui is compatible with the new 1.0 version ? :D
Third Party Thecus NAS Develloper

http://forum.thecus.com
http://www.tsuga.fr
<<

koan00

Streaming enthusiast

Posts: 38

Joined: Mon Feb 20, 2012 7:25 pm

Post Tue Jul 31, 2012 1:07 am

Re: Web UI in Ajax (Mobile & desktop edition)

I dont think so. I'm using the latest version now and every time I change a setting, the serviio configuration changes to disallow all of the connecting devices. I have to go into serviio console to re-allow them all. Took me a bit to figure it out.
<<

kairoh

DLNA master

Posts: 180

Joined: Sun Aug 08, 2010 10:41 am

Location: France

Post Tue Jul 31, 2012 8:45 pm

Re: Web UI in Ajax (Mobile & desktop edition)

Nope i'm still working on Serviidb integration.
Serviio v1.0 will come after.
Serviio WebUI console developer : New Homepage | Support | Project | Issues

Samsung UA32C6600 | WinXP / Ubuntu 11.10 | Samsung Galaxy S | Freebox v6
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

kairoh

DLNA master

Posts: 180

Joined: Sun Aug 08, 2010 10:41 am

Location: France

Post Sun Oct 21, 2012 10:18 am

Re: Web UI in Restful Ajax

Hi everyone! Long time no see ;)
Here is the release for Serviio 1.0.1 including Serviidb integration.
There are 2 editions : Win and Unix.
Available on the homepage or bitbucket project.
  Code:
==== 1.0.1-a ====
* Added support for all Serviio 1.0.1 features (access group, remote tab, license upload, ...)
* Added Serviidb support (paginated search / add to library).
* New icons and alignment features.
* Updated libs (jquery-1.8.1.js, fancybox-2.1.js).

Have fun!
Still missing serviidb voting (i don't understand how it works) and licence upload for non HTML5 browsers (ie6...)
Serviio WebUI console developer : New Homepage | Support | Project | Issues

Samsung UA32C6600 | WinXP / Ubuntu 11.10 | Samsung Galaxy S | Freebox v6
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun Oct 21, 2012 8:53 pm

Re: Web UI in Ajax (Mobile & desktop edition)

Great!
<<

moltra

DLNA master

Posts: 1871

Joined: Thu Mar 24, 2011 11:00 pm

Location: Ohio USA

Post Sun Oct 21, 2012 9:45 pm

Re: Web UI in Ajax (Mobile & desktop edition)

Here is where me and Will was discussing voting.

viewtopic.php?f=17&t=5446&p=42980&hilit=voting#p42995

From the Serviidb RESTful APi

3.9 Command to return media resource voting information from client.

  Code:
PUT http://serviidb.com/api/vote?client=CLIENT&nid=34&quality=5&reliability=1

The only response back from this command is the http 200 code and the response “Vote complete”.

Can you also add the "client" parameter so that I can see who the hits to the API are coming from. I can also give you usage information on your UI. I log all hits to the API so I can see what all is going on.
Mark
Beta Tester Group
http://www.serviidb.com Online media resource repository

Netgear EVA2000 | Samsung BD-D5300 | XBOX 360 | Windows 7 | Mint Debian 12 | Raxz Maxx
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

npuser

DLNA master

Posts: 172

Joined: Mon Feb 06, 2012 3:44 am

Location: Michigan

Post Mon Oct 22, 2012 1:56 am

Re: Web UI in Ajax (Mobile & desktop edition)

i tested this out in ubuntu headless today. I ran into two issues.

1.
  Code:
Error: Cannot read property 'type' of undefined
or
  Code:
Error: Cannot read property '1' of undefined.
error while saving anything to library from web ui [Could be due to basic license where restriction controls are disabled hence the webui can't read the restricted/unrestricted value - just a thought]

2. Chrome complains about IP address field in bound IP - Invalid format but IE works just fine.

Thank you for the wonderful webui.

NPuser
Attachments
1.gif
1.gif (7.23 KiB) Viewed 14026 times
Capture3.JPG
Capture3.JPG (43.56 KiB) Viewed 14027 times
Capture2.JPG
Capture2.JPG (28.01 KiB) Viewed 14027 times
<<

Swehawk

Serviio lover

Posts: 70

Joined: Mon Oct 10, 2011 8:08 pm

Post Tue Oct 23, 2012 9:47 am

Re: Web UI in Ajax (Mobile & desktop edition)

Any chance that the win service problem is fixed in 1.0.1-a?
*holding my thumbs*
<<

qoolbox

Streaming enthusiast

Posts: 45

Joined: Tue Nov 01, 2011 4:35 pm

Location: France

Post Tue Oct 23, 2012 10:04 am

Re: Web UI in Ajax (Mobile & desktop edition)

tried to make a thecus module (With Wrapper)

on chrome serviio stay STOP (Start button dont work)

on FIREFOX it launch after a long moment to wait and some refresh....

but impossible to add content webui display :

  Code:
Error: data.accessGroupIds is undefined.


my logs :

derby.log

  Code:
----------------------------------------------------------------
Tue Oct 23 11:57:46 CEST 2012:
Booting Derby version The Apache Software Foundation - Apache Derby - 10.9.1.0 - (1344872): instance a816c00e-013a-8d0e-72a1-ffffb5939b91
on database directory /raid0/data/module/Serviio_Ajax/bin/serviio-1.0.1/library/db  with class loader sun.misc.Launcher$AppClassLoader@360be0
Loaded from file:/raid0/data/module/Serviio_Ajax/bin/serviio-1.0.1/lib/derby.jar
java.vendor=Sun Microsystems Inc.
java.runtime.version=1.6.0_33-b03
user.dir=/raid0/data/module/Serviio_Ajax/bin/serviio-1.0.1
derby.system.home=/raid/data/module/Serviio_Ajax/bin/serviio-1.0.1/library
derby.stream.error.file=../log/derby.log
Database Class Loader started - derby.database.classpath=''


serviio.log

  Code:
2012-10-23 11:55:07,417 INFO  [RestletProxy] Starting WebUI
2012-10-23 11:55:07,433 INFO  [RestletProxy] Starting Serviio WebUI on port 8123
2012-10-23 11:55:08,311 INFO  [MediaServer] ------------------------------------------------------------------------
2012-10-23 11:55:08,312 INFO  [MediaServer] Serviio DLNA media streaming server v 1.0.1 (rev. 6dbf7c6e334f+)
2012-10-23 11:55:08,312 INFO  [MediaServer] Petr Nejedly 2009-2012
2012-10-23 11:55:08,312 INFO  [MediaServer] http://www.serviio.org
2012-10-23 11:55:08,313 INFO  [MediaServer]
2012-10-23 11:55:08,313 INFO  [MediaServer] Java 1.6.0_33-Sun Microsystems Inc.
2012-10-23 11:55:08,313 INFO  [MediaServer] OS Linux i386 2.6.33N7700
2012-10-23 11:55:08,313 INFO  [MediaServer] File encoding: US-ASCII
2012-10-23 11:55:08,315 INFO  [MediaServer] Headless mode enabled: true
2012-10-23 11:55:08,316 INFO  [MediaServer] User home dir: /root
2012-10-23 11:55:08,316 INFO  [MediaServer] Temp dir: /tmp
2012-10-23 11:55:08,316 INFO  [MediaServer] ------------------------------------------------------------------------
2012-10-23 11:55:08,345 INFO  [WebServer] Socket buffer set to 65535 bytes
2012-10-23 11:55:08,349 INFO  [RestletServer] Starting Restlet server (/rest) exposed on port 23423
2012-10-23 11:55:08,446 INFO  [RestletServer] Starting Restlet server (/cds) exposed on port 23424
2012-10-23 11:55:08,447 INFO  [RestletServer] Starting Restlet server (/mediabrowser) exposed on port 23424
2012-10-23 11:55:08,519 INFO  [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2012-10-23 11:55:27,942 WARN  [ServiioStatusService] PersistenceException occured. Returning error code 500 to the REST layer. Message: Cannot read all AccessGroups
2012-10-23 11:55:27,942 WARN  [ServiioStatusService] ExceptionInInitializerError occured. Returning error code 500 to the REST layer. Message: null
2012-10-23 11:55:28,128 INFO  [DBSchemaUpdateExecutor] Updating DB schema
2012-10-23 11:55:28,353 WARN  [ServiioStatusService] NoClassDefFoundError occured. Returning error code 500 to the REST layer. Message: Could not initialize class org.serviio.config.Configuration
2012-10-23 11:55:30,861 INFO  [WebServer] WebServer starting on port 8895
2012-10-23 11:55:30,922 WARN  [ServiioStatusService] NoClassDefFoundError occured. Returning error code 500 to the REST layer. Message: Could not initialize class org.serviio.config.Configuration
2012-10-23 11:55:32,606 WARN  [ServiioStatusService] PersistenceException occured. Returning error code 500 to the REST layer. Message: Cannot retrieve list of Repositories
2012-10-23 11:55:34,803 WARN  [ServiioStatusService] NoClassDefFoundError occured. Returning error code 500 to the REST layer. Message: Could not initialize class org.serviio.config.Configuration
2012-10-23 11:55:35,426 WARN  [ServiioStatusService] NoClassDefFoundError occured. Returning error code 500 to the REST layer. Message: Could not initialize class org.serviio.config.Configuration
2012-10-23 11:57:42,533 INFO  [RestletProxy] Starting WebUI
2012-10-23 11:57:42,549 INFO  [RestletProxy] Starting Serviio WebUI on port 8123
2012-10-23 11:57:43,634 INFO  [MediaServer] ------------------------------------------------------------------------
2012-10-23 11:57:43,635 INFO  [MediaServer] Serviio DLNA media streaming server v 1.0.1 (rev. 6dbf7c6e334f+)
2012-10-23 11:57:43,635 INFO  [MediaServer] Petr Nejedly 2009-2012
2012-10-23 11:57:43,635 INFO  [MediaServer] http://www.serviio.org
2012-10-23 11:57:43,636 INFO  [MediaServer]
2012-10-23 11:57:43,636 INFO  [MediaServer] Java 1.6.0_33-Sun Microsystems Inc.
2012-10-23 11:57:43,636 INFO  [MediaServer] OS Linux i386 2.6.33N7700
2012-10-23 11:57:43,637 INFO  [MediaServer] File encoding: US-ASCII
2012-10-23 11:57:43,639 INFO  [MediaServer] Headless mode enabled: true
2012-10-23 11:57:43,640 INFO  [MediaServer] User home dir: /root
2012-10-23 11:57:43,640 INFO  [MediaServer] Temp dir: /tmp
2012-10-23 11:57:43,640 INFO  [MediaServer] ------------------------------------------------------------------------
2012-10-23 11:57:43,681 INFO  [WebServer] Socket buffer set to 65535 bytes
2012-10-23 11:57:43,685 INFO  [RestletServer] Starting Restlet server (/rest) exposed on port 23423
2012-10-23 11:57:43,800 INFO  [RestletServer] Starting Restlet server (/cds) exposed on port 23424
2012-10-23 11:57:43,802 INFO  [RestletServer] Starting Restlet server (/mediabrowser) exposed on port 23424
2012-10-23 11:57:43,873 INFO  [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2012-10-23 11:57:55,869 INFO  [MediaServer] ------------------------------------------------------------------------
2012-10-23 11:57:55,869 INFO  [MediaServer] License: PRO (EVALUATION, id: 11111111-1111-1111-1111-111111111113)
2012-10-23 11:57:55,869 INFO  [MediaServer] ------------------------------------------------------------------------
2012-10-23 11:57:57,721 INFO  [ProfilesDefinitionParser] Parsing Profiles definition
2012-10-23 11:57:57,960 INFO  [Device] Created UPnP Device with UUID: ce1843be-e8ef-35b5-96a6-8b02af8dc80f, bound address: 10.50.51.240
2012-10-23 11:58:02,776 INFO  [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
2012-10-23 11:58:05,314 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2)
2012-10-23 11:58:06,616 INFO  [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3)
2012-10-23 11:58:09,119 INFO  [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
2012-10-23 11:58:10,767 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5)
2012-10-23 11:58:11,747 INFO  [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
2012-10-23 11:58:15,195 INFO  [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D/E-series)' (id=7)
2012-10-23 11:58:15,399 INFO  [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8)
2012-10-23 11:58:19,783 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012)' (id=sony2012)
2012-10-23 11:58:25,748 INFO  [ProfilesDefinitionParser] Added profile 'Sony BD Player / SMP' (id=10)
2012-10-23 11:58:28,111 INFO  [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13)
2012-10-23 11:58:29,681 INFO  [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14)
2012-10-23 11:58:29,967 INFO  [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15)
2012-10-23 11:58:30,997 INFO  [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16)
2012-10-23 11:58:31,398 INFO  [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17)
2012-10-23 11:58:33,267 INFO  [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18)
2012-10-23 11:58:33,622 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=sony2011)
2012-10-23 11:58:35,824 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=sony2010)
2012-10-23 11:58:38,255 INFO  [ProfilesDefinitionParser] Added profile 'Philips' (id=20)
2012-10-23 11:58:39,358 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=sony2009)
2012-10-23 11:58:39,775 INFO  [ProfilesDefinitionParser] Added profile 'Denon AVR' (id=22)
2012-10-23 11:58:44,290 INFO  [ProfilesDefinitionParser] Added profile 'Panasonic Viera G/GT/DT/UT/VT (2011/2012)' (id=viera2011a)
2012-10-23 11:58:44,870 INFO  [ProfilesDefinitionParser] Added profile 'Panasonic Viera E/S/ST/VT (2011)' (id=viera2011)
2012-10-23 11:58:45,515 INFO  [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2010)' (id=viera2010)
2012-10-23 11:58:46,354 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012) - US' (id=sony2012us)
2012-10-23 11:58:47,192 INFO  [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011) - US' (id=sony2011us)
2012-10-23 11:58:47,294 INFO  [ProfilesDefinitionParser] Parsing Profiles definition
2012-10-23 11:58:48,887 INFO  [ProfilesDefinitionParser] Added profile 'Flash player' (id=flv_player)
2012-10-23 11:58:49,994 INFO  [ProfilesDefinitionParser] Added profile 'ServiiGo' (id=serviigo)
2012-10-23 11:58:50,211 INFO  [PluginCompilerThread] Looking for plugins at /raid/data/module/Serviio_Ajax/bin/serviio-1.0.1/plugins
2012-10-23 11:58:50,215 INFO  [PluginCompilerThread] Started looking for plugins
2012-10-23 11:58:50,230 INFO  [UpdateChecker] Checking if a new version is available
2012-10-23 11:58:51,556 INFO  [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2012-10-23 11:58:51,682 INFO  [WebServer] WebServer starting on port 8895
2012-10-23 11:58:51,711 INFO  [EventDispatcher] Starting EventDispatcher
2012-10-23 11:58:51,712 INFO  [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2012-10-23 11:58:51,719 INFO  [RendererSearchSender] Searching for Renderer devices
2012-10-23 11:58:51,719 INFO  [RendererExpirationChecker] Starting RendererExpirationChecker
2012-10-23 11:58:51,720 INFO  [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface bond0 (bond0) and address 10.50.51.240, timeout = 0
2012-10-23 11:58:51,722 INFO  [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2012-10-23 11:58:53,839 INFO  [RendererManager] Stored a new renderer: uuid='41e73eec-1257-4a4f-a4af-2334c2330460', name = 'Unrecognized device', ipAddress='10.50.51.11', profile = '1'
2012-10-23 11:58:53,892 INFO  [RendererManager] Stored a new renderer: uuid='e0ed2ca4-086d-4dfe-86db-9b41eca8ad4b', name = 'Unrecognized device', ipAddress='10.50.51.102', profile = '1'
2012-10-23 11:59:17,858 INFO  [FeedUpdaterThread] Started looking for information about online resources
2012-10-23 11:59:17,871 INFO  [LibraryAdditionsCheckerThread] Started looking for newly added files
2012-10-23 11:59:17,881 INFO  [PlaylistMaintainerThread] Started looking playlist changes
2012-10-23 11:59:17,888 INFO  [LibraryUpdatesCheckerThread] Started looking for updates to currently shared files


on this log, first launch was done with Chrome, after stopped and restart process on linux i start it in a second way in Firefox


:(
Third Party Thecus NAS Develloper

http://forum.thecus.com
http://www.tsuga.fr
PreviousNext

Return to Third-party tools integration

Who is online

Users browsing this forum: No registered users and 32 guests

cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.