rbz5416 wrote:
> I wonder in UEMediaServer can co-exist alongside SBS/LMS on the same PC?
> Could finally be a solution for a kid's own music library.
On my Mac I have LMS and UEMediaServer running side by side. Will try on
my main Linux box as the next thing.
They changed all port numbers on UEMediaServer.
> No login ? does it imply that there is no website to log in to to manage
> players in any way ? Just a backend service that works in the background
> ?
Internet-Radio + Local Music works without account.
When you start to want to use services (i.e. Spotify) und you enter the
"Add Music Services" menu you are told to either download the Controller
App or to go to
uesmartradio.com (the new mysqueezebox.com).
I just went to the website and created an account - and for some reason
it automatically detected my Radio and connected it to the newly created
account. Wow.
Damn I didn't record the Javascripts used, they would have interested
me.
Now when I try to open a second fake account, it says I should be
entering the Settings menu on the Radio where I can create a Pin to
connect the Radio to my account.
Guess this is people will see, that got a Radio via Ebay and need to
move it from one to another account. Still dead easy and good
instructions that guide you through the process.
At this point I'm still impressed - someone did put some thoughts into
the procedure of slowly introducing new users and not overwhelming them
with stuff they probably won't need.
Now I also downloaded the iOS App - this one asks you about the account
as the very first thing.
Wow - this App has only one good looking screen (the starting one, with
the big tiles you can see in the AppStore pictures).
The rest of screens is plain ugly - at least they are functional and
easy to use.
Note to myself: still a market for third party devs, I actually like
this ;)
> Then I wonder how many users that actually would notice that internet
> access is needed to use local files ?
Probably noone in the beginning. Which is good in my opinion, as you
don't want to nag users with such minor details, when they start using
the device :)
> A thing many people wants now is probably if the alarm code is improved,
> that would win over many users to the concept .> > >
> > Looking into github: Felix started to revamp the alarm code completely 6
> > months ago. 10 changes following.
> > Two new developers adding changes in Juli + Aug.
> > see here:
> > https://github.com/Logitech/squeezeplay/commits/public/10.0/src/squeezeplay/share/applets/AlarmSnooze/AlarmSnoozeApplet.lua
> > I cannot say anything about the quality - but one can see that the alarm
> > was one topic they worked on.
> >
> > > > > > > Brave move to test it out , maybe the option to revert to previous
> > > working version can back you out of it> > > > > > >
> > > > Nah - not brave. My bathroom Radio actually only plays internet radio,
> > > > not much risk there :)
> > > > Did some more investigation and thanks to the sources available on
> > > > GitHub am a step further:
> > > >
> > > > See what I found in 'InputToActionMap.lua':
> > > > > > > >
Code:
--------------------
> > > > > > > >
> > > > [KEY_HOME | KEY_FWD] = "show_developer_menu",
> > > >
--------------------
> > > > > > > >
> > > > and in HomeMenu.lua
> > > > > > > >
Code:
--------------------
> > > > > > > >
> > > > if item.node == 'settings' and #Framework.windowStack == 2 then
> > > > appletManager:callService("developerModeSwitch", item)
> > > > end
> > > >
--------------------
> > > > > > > >
> > > > and in DeveloperApplet.lua
> > > > > > > >
Code:
--------------------
> > > > > > > >
> > > > self:loadDeveloperMenu()
> > > >
--------------------
> > > > > > > >
> > > >
> > > > Tadaaaaa - translated: in the Settings menu press Home+Fwd and
> > > > you will get a new Developers menu ... where we can find the
> > > > menu for remote login again :D
> > > > OK - so we will be able to upload custom firmwares.
> > > >
> > > > I don't find a menu to load those uploaded firmwares though,
> > > > digging a bit deeper, I see they disabled the menu.
> > > > But the menu can be manually enabled again in
> > > > /usr/share/jive/applets/SetupFirmwareUpgradeMeta.lua, the line
> > > > to add the menu is commented out (but that is easily reverted).
> > > >
> > > > No time now to follow this route further - but with SSH access
> > > > and the old menu to start firmware upgrades, I'm confident that
> > > > I would be able to roll back if in need.
> > > > Anyone who knows how to SSH around the Radio should be able to
> > > > do so as well with the instructions here.
------------------------------------------------------------------------
bluegaspode's Profile: http://forums.slimdevices.com/member.php?userid=31651
View this thread: http://forums.slimdevices.com/showthread.php?t=96256