FAQ  •  Register  •  Login

Web UI in Ajax (Mobile & desktop edition)

<<

anerDev

Streaming enthusiast

Posts: 20

Joined: Fri Jun 29, 2012 1:45 pm

Post Sun Oct 28, 2012 4:55 pm

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

I download the console for mac and mod the file at Serviio-Console.app/Contents/Info.plist

  Code:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<plist version="1.0">
  <dict>
    <key>CFBundleName</key>
    <string>Serviio-Console</string>
    <key>CFBundleShortVersionString</key>
    <string>1.0.1</string>
    <key>CFBundleGetInfoString</key>
    <string>1.0.1 (c) 2009 - 2011 Petr Nejedly</string>
    <key>CFBundleAllowMixedLocalizations</key>
    <string>false</string>
    <key>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    <key>CFBundleExecutable</key>
    <string>JavaApplicationStub</string>
    <key>CFBundleDevelopmentRegion</key>
    <string>English</string>
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>CFBundleSignature</key>
    <string>????</string>
    <key>CFBundleIconFile</key>
    <string>serviio.icns</string>
    <key>Java</key>
    <dict>
      <key>MainClass</key>
      <string>org.serviio.console.ServiioConsole</string>
      <key>JVMVersion</key>
      <string>1.6+</string>
      <key>ClassPath</key>
      <array>
        <string>$JAVAROOT/jul-to-slf4j.jar</string>
        <string>$JAVAROOT/log4j.jar</string>
        <string>$JAVAROOT/org.restlet.ext.net.jar</string>
        <string>$JAVAROOT/org.restlet.ext.xstream.jar</string>
        <string>$JAVAROOT/org.restlet.jar</string>
        <string>$JAVAROOT/serviio-client.jar</string>
        <string>$JAVAROOT/serviio.jar</string>
        <string>$JAVAROOT/slf4j-api.jar</string>
        <string>$JAVAROOT/slf4j-log4j12.jar</string>
        <string>$JAVAROOT/xstream.jar</string>
        <string>$JAVAROOT/config</string>
      </array>
      <key>VMOptions</key>
      <string>-Xms5M -XX:+UseParNewGC -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10</string>
      <key>Properties</key>
      <dict>
        <key>serviio.home</key>
        <string>$JAVAROOT</string>
        <key>java.net.preferIPv4Stack</key>
        <string>true</string>
      </dict>
    </dict>
[b]    <key>serviio.remoteHost</key>
    <string>192.168.1.9</string>[/b]
  </dict>
</plist>


I have launch the app but don't work ! Watch the screen shot and the log (attach file zip)
Attachments
serviio_file.zip
(45.01 KiB) Downloaded 488 times
<<

will

DLNA master

Posts: 2138

Joined: Mon Aug 30, 2010 11:18 am

Location: UK

Post Sun Oct 28, 2012 5:02 pm

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

Thats not quite right, change it to:
  Code:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<plist version="1.0">
  <dict>
    <key>CFBundleName</key>
    <string>Serviio-Console</string>
    <key>CFBundleShortVersionString</key>
    <string>1.0.1</string>
    <key>CFBundleGetInfoString</key>
    <string>1.0.1 (c) 2009 - 2011 Petr Nejedly</string>
    <key>CFBundleAllowMixedLocalizations</key>
    <string>false</string>
    <key>CFBundleInfoDictionaryVersion</key>
    <string>6.0</string>
    <key>CFBundleExecutable</key>
    <string>JavaApplicationStub</string>
    <key>CFBundleDevelopmentRegion</key>
    <string>English</string>
    <key>CFBundlePackageType</key>
    <string>APPL</string>
    <key>CFBundleSignature</key>
    <string>????</string>
    <key>CFBundleIconFile</key>
    <string>serviio.icns</string>
    <key>Java</key>
    <dict>
      <key>MainClass</key>
      <string>org.serviio.console.ServiioConsole</string>
      <key>JVMVersion</key>
      <string>1.6+</string>
      <key>ClassPath</key>
      <array>
        <string>$JAVAROOT/jul-to-slf4j.jar</string>
        <string>$JAVAROOT/log4j.jar</string>
        <string>$JAVAROOT/org.restlet.ext.net.jar</string>
        <string>$JAVAROOT/org.restlet.ext.xstream.jar</string>
        <string>$JAVAROOT/org.restlet.jar</string>
        <string>$JAVAROOT/serviio-client.jar</string>
        <string>$JAVAROOT/serviio.jar</string>
        <string>$JAVAROOT/slf4j-api.jar</string>
        <string>$JAVAROOT/slf4j-log4j12.jar</string>
        <string>$JAVAROOT/xstream.jar</string>
        <string>$JAVAROOT/config</string>
      </array>
      <key>VMOptions</key>
      <string>-Xms5M -XX:+UseParNewGC -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10</string>
      <key>Properties</key>
      <dict>
        <key>serviio.home</key>
        <string>$JAVAROOT</string>
        <key>java.net.preferIPv4Stack</key>
        <string>true</string>
        <key>serviio.remoteHost</key>
        <string>192.168.1.9</string>
      </dict>
    </dict>
  </dict>
</plist>
Will

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

anerDev

Streaming enthusiast

Posts: 20

Joined: Fri Jun 29, 2012 1:45 pm

Post Sun Oct 28, 2012 5:27 pm

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

*.* WOOORKK !!!

tnank u so much !!! Thank thank u thank u !!!

Another question:

- Why an user can't add manually the folder in a simple conf file ?
<<

kairoh

DLNA master

Posts: 180

Joined: Sun Aug 08, 2010 10:41 am

Location: France

Post Wed Nov 21, 2012 9:47 pm

Re: Web UI in Restful Ajax

Hi, sorry for the delay...
Here is the fix release for Serviio 1.0.1.
There are 2 editions : Win and Unix.
Available on the homepage or bitbucket project.
  Code:
==== 1.0.1-b ====
* Fixed invalid accessGroupIds management (issue #20).
* Fixed free licence display.
* Fixed "Initializing status" color.

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
<<

qoolbox

Streaming enthusiast

Posts: 45

Joined: Tue Nov 01, 2011 4:35 pm

Location: France

Post Thu Nov 22, 2012 12:46 pm

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

Thanks Kairoh, i test this immediatly on Thecus NAS :D
Third Party Thecus NAS Develloper

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

qoolbox

Streaming enthusiast

Posts: 45

Joined: Tue Nov 01, 2011 4:35 pm

Location: France

Post Thu Nov 22, 2012 1:29 pm

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

first test :

In Library > Shared Folder

Cannot " Add local " or " Add Path " :(


error message

  Code:
Error: Cannot read property '1' of undefined.


When i use Chrome as Browser

Image

  Code:
Error: data.accessGroupIds is undefined.


When i use FireFox Browser

Image


here the about :

Image
Third Party Thecus NAS Develloper

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

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Thu Nov 22, 2012 3:00 pm

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

Same problem than qoolbox ...
+ I notice that a serviio.log file was created under "C:\log\serviio.log", otherwise my serviio install directory is : C:\Program Files\Serviio\log, why is not the same path ?

C:\log\serviio.log:
  Code:
2012-11-22 09:38:12,023 INFO  [RestletProxy] Starting WebUI
2012-11-22 09:38:12,027 INFO  [RestletProxy] Starting Serviio WebUI on port 8123
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

npuser

DLNA master

Posts: 172

Joined: Mon Feb 06, 2012 3:44 am

Location: Michigan

Post Fri Nov 23, 2012 12:42 am

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

@qoolbox I have not tested this myself but quick glance at your screenshots show you are at webui 1.01-a I am not sure if it's a wrong ver info in what supposed to be 1.01-b per change log. May be you somewhat still have the old build loaded instead of new build!!! Just thinking out loud.....

Npuser
<<

qoolbox

Streaming enthusiast

Posts: 45

Joined: Tue Nov 01, 2011 4:35 pm

Location: France

Post Fri Nov 23, 2012 9:04 am

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

you right the Webui display well 1.01-a version...

but i well used

http://kairoh.bitbucket.org/serviio-webui/dist/serviio-webui-unix-1.0.1-b.tar.gz

May kairoh screw up, making the archives :roll:


anyway i will redo the thecus serviio module, to be sure i am not crazy
Third Party Thecus NAS Develloper

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

raulfg3

Serviio newbie

Posts: 11

Joined: Sun Nov 25, 2012 7:49 am

Post Sun Nov 25, 2012 7:54 am

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

qoolbox wrote:you right the Webui display well 1.01-a version...

but i well used

http://kairoh.bitbucket.org/serviio-webui/dist/serviio-webui-unix-1.0.1-b.tar.gz

May kairoh screw up, making the archives :roll:


anyway i will redo the thecus serviio module, to be sure i am not crazy


The same here, I use unix version, and version show 1.0.1.a regardless I install version b, and of course do not work ( do not permit to add folders)
<<

qoolbox

Streaming enthusiast

Posts: 45

Joined: Tue Nov 01, 2011 4:35 pm

Location: France

Post Sun Nov 25, 2012 5:02 pm

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

qoolbox wrote:
anyway i will redo the thecus serviio module, to be sure i am not crazy


I redid the Thecus Module, and i confirm :(

still in version "a"
Third Party Thecus NAS Develloper

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

raulfg3

Serviio newbie

Posts: 11

Joined: Sun Nov 25, 2012 7:49 am

Post Mon Nov 26, 2012 11:53 am

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

The link to version "b" has dissapear, only still live link to version"a":
http://kairoh.bitbucket.org/serviio-webui/
<<

kairoh

DLNA master

Posts: 180

Joined: Sun Aug 08, 2010 10:41 am

Location: France

Post Wed Nov 28, 2012 9:51 pm

Re: Web UI in Restful Ajax

Yep i screwed up with 1.0.1-b version :oops:
Here is the fix release (1.0.1-c).
Available on the homepage or bitbucket project.
  Code:
==== 1.0.1-c ====
* Added versionning of JS and CSS.
* Fixed version display.
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
<<

qoolbox

Streaming enthusiast

Posts: 45

Joined: Tue Nov 01, 2011 4:35 pm

Location: France

Post Thu Nov 29, 2012 12:36 pm

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

Hi Kairoh,

thanks for this new version..

but still bugging to my side, i cant click OK button to select a directory (on library media selection)
and adding manually, add nothing :(

i got an error " Error: Cannot read property 'id' of undefined."

also in metadata tab slider are with a [ ? ]

hope you will fix this...
Third Party Thecus NAS Develloper

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

csholmq

DLNA master

Posts: 139

Joined: Sun Mar 25, 2012 11:41 pm

Post Thu Nov 29, 2012 1:30 pm

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

Some feedback on the UI.

  • The design is a bit inconsistent in Safari. Would be better to allow for default buttons to render imho.
  • There's no "saving..." or "loading..." status. Difficult to know if the settings will stick.
  • Lacking descriptions. The original Serviio Console isn't very intuitive. You have the opportunity to evolve the GUI.

Otherwise it seems to work really well! ServiiDB doesn't seem terribly populated though.
Attachments
Screen Shot 2012-11-29 at 14.23.37.png
Screen Shot 2012-11-29 at 14.23.37.png (19.13 KiB) Viewed 18617 times
Screen Shot 2012-11-29 at 14.23.25.png
Screen Shot 2012-11-29 at 14.23.25.png (15.14 KiB) Viewed 18617 times
<<

kairoh

DLNA master

Posts: 180

Joined: Sun Aug 08, 2010 10:41 am

Location: France

Post Thu Nov 29, 2012 7:45 pm

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

qoolbox wrote:i got an error " Error: Cannot read property 'id' of undefined."

I never got this... on any browser and with or without licence...
Have you try to clear your browser cache?
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
<<

qoolbox

Streaming enthusiast

Posts: 45

Joined: Tue Nov 01, 2011 4:35 pm

Location: France

Post Fri Nov 30, 2012 10:38 am

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

just cleaned the cache, and also tested with IE instead of chrome or Firefox

Same :(

Image
Third Party Thecus NAS Develloper

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

qoolbox

Streaming enthusiast

Posts: 45

Joined: Tue Nov 01, 2011 4:35 pm

Location: France

Post Fri Nov 30, 2012 10:45 am

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

same under Chrome

Image
Third Party Thecus NAS Develloper

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

kairoh

DLNA master

Posts: 180

Joined: Sun Aug 08, 2010 10:41 am

Location: France

Post Fri Nov 30, 2012 7:38 pm

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

what is your licence? is it expired?
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
<<

moltra

DLNA master

Posts: 1871

Joined: Thu Mar 24, 2011 11:00 pm

Location: Ohio USA

Post Fri Nov 30, 2012 7:45 pm

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

kairoh wrote:
qoolbox wrote:i got an error " Error: Cannot read property 'id' of undefined."

I never got this... on any browser and with or without licence...
Have you try to clear your browser cache?




I was getting the same error when I reformatted my computer the other day. I do not know if I had applied my license yet or not, but it was a complete reinstall of everything so the trial should have been good. I will check and see if I am still getting it tonight.
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
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.