Forum Replies Created
- AuthorPosts
-
Google 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.
Listening 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>HI, 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.
The 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
Very interesting project, why not open-source it?
I 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.
I’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.
I was wondering if the P-Mute (picture mute) was working on the Beosound Theatre?
Philippe
Thanks, 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!!!
What 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.
I 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…
I remember that thread, but couldn’t find it… You may find in on Github as I think he’d place the code there.
p.
However, 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
I’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.
Beosound core has not been updated…
Wrapped 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!
Beautiful setup ?
Hi… 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