Forum Replies Created
-
AuthorPosts
-
PhilLondon
BRONZE MemberGoogle will re-index, that’s not a major issue. However external links will stop working, which will cause more issues.
It is possible (but may be a difficult depending on the tech used by the forum) to forward the old URLs to the new ones, Google and everything else will be fine.
PhilLondon
BRONZE MemberListening to the podcast episode right now. Sounds very exciting.
I think I understood that they had issues displaying text on the BS9000. I was able to do it when I was developing LinkPlayer.
The last 2 commands allowed displaying text on 8 char and 12 char devices. It won’t scroll, unless you simulate it by sending a succession of strings like “ABCDEF”, then “BCDEFG”, etc…
tx is the text in ASCII, cs is a checksum
The COMMAND_TRACK_TEXT_LONG is the one they must already be using. COMMAND_TRACK_TEXT_8 and COMMAND_TRACK_TEXT_12 are used for the older devices that can’t display COMMAND_TRACK_TEXT_LONG commands.
<key>COMMAND_TRACK_INFO</key>
<string>60 15 E0 de op 01 14 00 00 00 44 08 05 02 ss tt st 01 00 00 pl FF 00 61</string>
<key>COMMAND_TRACK_INFO_OPTION_2</key>
<string>60 15 E0 aa op 01 14 00 00 00 44 08 05 02 ss tt st 01 00 00 pl FF 00 61</string>
<key>COMMAND_TRACK_INFO_2</key>
<string>60 17 E0 de op 01 14 00 00 00 82 0A 01 06 ss tt st 00 00 00 pl 00 01 cs 00 61</string>
<key>COMMAND_TRACK_TEXT_LONG_</key>
<string>60 l1 E0 83 or 01 2C 00 ss 00 0B l2 00 ii 00 01 01 ss 00 00 00 00 01 00 01 00 01 tx 61</string>
<key>COMMAND_TRACK_TEXT_LONG</key>
<string>60 l1 E0 83 op 01 2C 00 ss 00 0B l2 00 ii 00 01 01 ss 02 00 00 00 02 00 01 00 01 tx 61</string>
<key>COMMAND_TRACK_TEXT_8</key>
<string>60 1E E0 83 or 01 2C 00 ss 00 06 11 00 03 01 01 00 00 tx cs 00 61</string>
<key>COMMAND_TRACK_TEXT_12</key>
<string>60 1E E0 83 or 01 2C 00 ss 00 06 11 00 03 02 01 00 00 tx cs 00 61</string>PhilLondon
BRONZE MemberHI, I had developed the iOS App. Unfortunately after the change of forum the app stopped working, so I removed it.
The new forum software doesn’t seem to have an API allowing the easy development of an app unfortunately.
PhilLondon
BRONZE MemberThe control of LG TV is done through an ethernet connection and a special protocol. Here it’ll be through the HDMI cable using the CEC protocol, which will be more limited and can be flaky on some TVs
PhilLondon
BRONZE MemberVery interesting project, why not open-source it?
PhilLondon
BRONZE MemberI would be interested in knowing if the Shape can be used as a rear option with the theatre. My question is connectivity, can it be used wireless (I assume via the Core)
Currently the Beosound Theatre can only connect to other speakers via Powerlink (wired or wireless). So you cannot use other speakers connected to a Beosound Core, as this would use the Network Link protocol.
You could probably if you used a Wireless Receiver instead of the Core.
There’s some talk that you’ll be able to connect some Mozart speakers as rear speakers, but Core isn’t Mozart.
PhilLondon
BRONZE MemberI’ve now moved the Beovision 11 in the Bedroom (as originally intended) and plugged the speakers onto the TV, the Beosound Core is now setup as “integrated”, and all works correctly now.
PhilLondon
BRONZE MemberI was wondering if the P-Mute (picture mute) was working on the Beosound Theatre?
Philippe
PhilLondon
BRONZE MemberThanks, that was an example, but I listen to Deezer more often than radio… And I wonder why I can’t control borrowed sources properly, it’s something that’s been there since MCL!!!
PhilLondon
BRONZE MemberWhat I had to do to make it work…
Update the app, then go to the Radio tab, and set the default service to B&O radio. After a few minutes it all worked.
PhilLondon
BRONZE MemberI checked some specs and the 19 goes down to 18Hz as opposed to 27/28 for the theatre and BL28s… maybe it’ll make a difference.
the theatre is supposed to adjust everything… so I guess I’ll be OK…
PhilLondon
BRONZE MemberI remember that thread, but couldn’t find it… You may find in on Github as I think he’d place the code there.
p.
PhilLondon
BRONZE MemberHowever, the LIGHT and CONTROL list commands still do not send commands to the BLI.
Have you found a solution for the problem above, @beojeff ?
Philippe
PhilLondon
BRONZE MemberPhilLondon
BRONZE MemberI’m able to migrate, but when I chose a radio, my Beosound Core says this source isn’t supported.
It says I’m on the latest software.
PhilLondon
BRONZE MemberBeosound core has not been updated…
PhilLondon
BRONZE MemberWrapped up in all this is “BeoLink Multiroom”, the spec for more recent speakers – and I dont really understand the exact differences between that and the previous Network Link.
BeoLink Multiroom is a commercial name that cover all their multiform technologies: NL, ML, MCL and even PUC… Network Link is the current standard they use for BeoLink Multiroom. So it’s the same just different name!
PhilLondon
BRONZE MemberBeautiful setup ?
PhilLondon
BRONZE MemberHi… taking about the app… I am the developer of the iOS app… @Keith, do you know if the new forum software has an API I can use to develop the new app?
-
AuthorPosts