1.6 console

After installing 1.6 I cant get access to console - http://my synology ip:23423/console - I got "Not Found"
Everlast wrote:After installing 1.6 I cant get access to console - http://my synology ip:23423/console - I got "Not Found"
mpi wrote:Same on Mac OS X ElCapitan: console is nowhere to be found after install.
Forced re-install with Pacifist -> console app is then 1.5.2
In particular, the list of on-line items is poorly managed when there are more than 15 entries (ie: more than one page). Some examples are: the lack of list scrolling when one attempts to relocate entries (either by dragging or using the ^v icons) to before or after those on the active page; need to page down to the last page before one can add an item; and the return of the list to the third line from the top of the first page when one edits an item on a lower page or after adding an item.
Further, its use on portable devices is problematic.
First the far left draghandle icon is difficult to activate because its target area on the screen is too small.
All this restricts the management of on-line sources to the PC, negating the value of a web-based solution.
leandrodeassis wrote:there's a way to put password to access the web console?
zip wrote:leandrodeassis wrote:there's a way to put password to access the web console?
No, but you can close port 23423 in your firewall so no one from outside your PC can access it.
Not that you're replying to the Op, but I'll answer you anyway.
zip wrote:Everlast wrote:After installing 1.6 I cant get access to console - http://my synology ip:23423/console - I got "Not Found"
How did you install 1.6 on Synology? I don't think it's been released yet.
Everlast wrote:zip wrote:Everlast wrote:After installing 1.6 I cant get access to console - http://my synology ip:23423/console - I got "Not Found"
How did you install 1.6 on Synology? I don't think it's been released yet.
I installed 1.6 on PC as a console.
zip wrote:It doesn't work like that anymore. The console is not a separate process anymore, rather it's just a web application running on the server. So no need to install anything on your PC since 1.6.
mpi wrote:Got it, thanks.zip wrote:It doesn't work like that anymore. The console is not a separate process anymore, rather it's just a web application running on the server. So no need to install anything on your PC since 1.6.
So normal serviio-console does not get installed by default anymore by Serviio-1.6.pkg under MacOS then![]()
You may want to remove serviio-console 1.5.2 app from that .pkg then.
Thanks again for all the hard work.
20/01/2016 20:44:44,401 lsd[385]: LaunchServices: Could not store lsd-identifiers file at /private/var/db/lsd/com.apple.lsdschemes.plist
20/01/2016 20:44:44,407 lsd[385]: LaunchServices: Could not store lsd-identifiers file at /private/var/db/lsd/com.apple.lsdschemes.plist
20/01/2016 20:44:44,421 com.apple.xpc.launchd[1]: (org.serviio.serviio-console.31712[15987]) Could not find and/or execute program specified by service: 2: No such file or directory: /Applications/Serviio-Console.app/Contents/MacOS/JavaAppLauncher
Container mount state: mounted
bundle id: 31712
Mach-O UUIDs: 73AA4D51-C47C-39A6-A8AD-D64048DA8656, BD02710C-FCF5-3139-820C-1E257509FD19
sequenceNum: 2228
FamilyID: 0
PurchaserID: 0
DownloaderID: 0
installType: 0
appContainer:
dataContainer:
path: /Applications/Serviio-Console.app
name: Serviio-Console
displayName: Serviio Console
itemName:
teamID:
staticSize: 0
storeFront: 0
versionID: 0
sourceAppID:
category:
identifier: org.serviio.serviio-console (0x8003fe7e)
vendor:
type:
version: 1.5.2 (0x0000040000a00002)
versionString:
displayVersion 1.5.2
codeInfoID:
mod date: 7/13/2015 12:01:56
reg date: 1/13/2016 10:14:50
type code: 'APPL'
creator code: '????'
flags: has-display-name relative-icon-path has-environment has-exec-archs
item flags: container package application extension-hidden native-app i386 x86_64
icons: Contents/Resources/serviio.icns
executable: Contents/MacOS/JavaAppLauncher
inode: 14007049
exec inode: 14007066
container id: 32
mach min ver: 10.7 (0x0000280000e00000)
execSDK ver: 10.8 (0x0000280001000000)
properties:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>LSArchitecturePriority</key>
<array/>
<key>LSEnvironment</key>
<dict>
<key>LC_CTYPE</key>
<string>UTF-8</string>
</dict>
</dict>
</plist>
library:
library items:
schemesList: NONE
activityTypes: NOTIFICATION#:org.serviio.serviio-console, pv-d4ebf7f6e436cb
--------------------------------------------------------
claim id: 32868
name: org.serviio.url
rank: Default
reqCaps:
roles: Viewer
flags: url-type
icon:
bindings: serviio:
--------------------------------------------------------------------------------
In spite of these automatic registration utilities, it may sometimes be necessary to register an application explicitly with Launch Services. For example, although developers are encouraged to package their applications so that they can be installed by simply dragging them onto the user’s disk, some applications may require more elaborate custom installer software. In such cases, the installer should call one of the Launch Services registration functions LSRegisterFSRef or LSRegisterURL to register the application explicitly.
The registration functions take a Boolean parameter, inUpdate, which controls the function’s behavior when the application being registered already exists in the Launch Services database. If this parameter is true, Launch Services unconditionally reregisters the application, replacing any previous information that may already exist for it in the database; if the parameter is false, the application is reregistered only if its current modification time is more recent than that recorded in the database.
After making any significant change in an application’s Launch Services–related information, you should either reregister the application explicitly, by calling LSRegisterFSRef or LSRegisterURL with inUpdate set to true, or update the modification time of the application to ensure that it will be updated by the automatic registration utilities described above.