sonos 服务器_如何使用Apple Watch控制Sonos

2023-11-09 18:31

本文主要是介绍sonos 服务器_如何使用Apple Watch控制Sonos,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

sonos 服务器

sonos 服务器

While we like our Sonos player for its excellent functionality and usability across an abundance of devices, it unfortunately is missing an official Apple Watch app, which would really round things out.

虽然我们喜欢Sonos播放器,因为它具有出色的功能和可在多种设备上使用的功能,但不幸的是,它缺少官方的Apple Watch应用,这确实可以解决问题。

As we’ve discovered thus far, Sonos is really easy to set up on Windows, OS X, iOS, and Android. Similarly, you can add a plethora of streaming services to round out your music listening experience.

到目前为止,我们已经发现,Sonos 确实很容易在Windows,OS X,iOS和Android上进行设置。 同样,您可以添加大量流媒体服务来完善您的音乐聆听体验。

When it comes to the Apple Watch however, you have to look elsewhere to join the Sonos party. ZonePlay is an unofficial Sonos app that works on your iPhone, iPad, and Apple Watch. For $3.99, it’s actually quite good and being able to control your Sonos player from your wrist is well worth the price.

但是,在谈到Apple Watch时,您必须寻找其他地方加入Sonos派对。 ZonePlay是一款非官方的Sonos应用程序,可在您的iPhone,iPad和Apple Watch上运行。 只需$ 3.99,它实际上是相当不错的,能够从手腕控制Sonos播放器非常值得。

ZonePlay can be purchased from the App Store.

可以从App Store购买 ZonePlay。

Using the app, you can see and stream music to your “zones,” which are just your Sonos players and the rooms to which they are associated. In our case, we have one player in our Office, so that is our only zone.

使用该应用程序,您可以查看音乐并将其流传输到“区域”,这些区域就是您的Sonos播放器及其关联的房间。 在我们的情况下,我们办公室中只有一名球员,所以这是我们唯一的区域。

If you tap on the “Music” button at the bottom of the app, you can switch between your Favorites, Playlists, Library (seen below in the Albums view), and TuneIn Radio.

如果点击应用程序底部的“音乐”按钮,则可以在“收藏夹”,“播放列表”,“库”(在“专辑”视图中见下文)和TuneIn Radio之间进行切换。

On the Watch side of things, you get your very own ZonePlay app, seen below circled in red.

在“观看”方面,您将拥有自己的ZonePlay应用,下面用红色圆圈圈出。

ZonePlay is considerably stripped down, having only the ability to play music that has been favorited on the Sonos apps.

ZonePlay的功能大大减少,仅具有播放Sonos应用程序上喜欢的音乐的功能。

Nevertheless, whatever you do have in your Favorites is easily controlled with the ZonePlay Watch app.

不过,您可以使用ZonePlay Watch应用程序轻松控制收藏夹中的所有内容。

When you pick something to play, you’ll be presented with some choices. If want to play something after your current selection, you can choose to play it next or you can add it to the queue to play at some point, eventually, depending on how large your queue is.

当您选择要玩的东西时,系统会为您提供一些选择。 如果要在当前选择之后播放某些内容,则可以选择下一个播放,也可以将其添加到队列中以在某个时候播放,最终取决于队列的大小。

Finally, once you are playing something, you can pause/play, skip forward and backward, and change the volume.

最后,一旦您正在播放某些内容,就可以暂停/播放,向前和向后跳过以及更改音量。

Note, you’re not completely limited to playing Favorites on the Watch app. Whatever you’re playing on the Sonos app …

请注意,您不完全限于在“观看”应用程序上播放“收藏夹”。 无论您在Sonos应用程序上玩什么……

Will also be playing on the ZonePlay iOS app.

也将在ZonePlay iOS应用上播放。

And, thus it can also be controlled from the Watch app as well.

并且,因此它也可以通过Watch应用程序进行控制。

So, if you’ve set up a rather large queue on your desktop or from your iPhone or iPad, you can putter about the house with only your Watch and control the playback from your wrist.

因此,如果您在台式机上或从iPhone或iPad上设置了相当大的队列,则仅使用Watch即可在房屋中轻击一下,并从手腕控制播放。

Until Sonos releases an official Apple Watch app (if they ever do), ZonePlay will have to do the trick. Thankfully, it works very well with zero configuration and effort. It’s a little unfortunate that you can only access music favorites rather than having access to your entire music collection, but given the smallness of the Watch interface, and the largeness of some collections, that’s probably not a bad thing.

在Sonos发行正式的Apple Watch应用程序之前(如果有的话),ZonePlay将不得不采取措施。 幸运的是,它在零配置和工作量的情况下非常有效。 不幸的是,您只能访问音乐收藏夹,而不能访问整个音乐收藏,但是鉴于Watch界面的小巧和某些收藏的大,这可能不是一件坏事。

That you can control everything, once it is initiated on the desktop or mobile app, including playback of local and streaming music is also a huge plus. So, if you’ve been looking for a way to control your Sonos player from your Apple Watch, you might want to give ZonePlay a try.

一旦在桌面或移动应用程序上启动所有内容,包括本地和流音乐的播放,您就可以控制所有内容,这也是一大优势。 因此,如果您一直在寻找一种通过Apple Watch来控制Sonos播放器的方法,则可以尝试使用ZonePlay。

翻译自: https://www.howtogeek.com/252510/how-to-control-your-sonos-with-your-apple-watch/

sonos 服务器

这篇关于sonos 服务器_如何使用Apple Watch控制Sonos的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/377867

相关文章

Android kotlin中 Channel 和 Flow 的区别和选择使用场景分析

《Androidkotlin中Channel和Flow的区别和选择使用场景分析》Kotlin协程中,Flow是冷数据流,按需触发,适合响应式数据处理;Channel是热数据流,持续发送,支持... 目录一、基本概念界定FlowChannel二、核心特性对比数据生产触发条件生产与消费的关系背压处理机制生命周期

java使用protobuf-maven-plugin的插件编译proto文件详解

《java使用protobuf-maven-plugin的插件编译proto文件详解》:本文主要介绍java使用protobuf-maven-plugin的插件编译proto文件,具有很好的参考价... 目录protobuf文件作为数据传输和存储的协议主要介绍在Java使用maven编译proto文件的插件

SpringBoot线程池配置使用示例详解

《SpringBoot线程池配置使用示例详解》SpringBoot集成@Async注解,支持线程池参数配置(核心数、队列容量、拒绝策略等)及生命周期管理,结合监控与任务装饰器,提升异步处理效率与系统... 目录一、核心特性二、添加依赖三、参数详解四、配置线程池五、应用实践代码说明拒绝策略(Rejected

C++ Log4cpp跨平台日志库的使用小结

《C++Log4cpp跨平台日志库的使用小结》Log4cpp是c++类库,本文详细介绍了C++日志库log4cpp的使用方法,及设置日志输出格式和优先级,具有一定的参考价值,感兴趣的可以了解一下... 目录一、介绍1. log4cpp的日志方式2.设置日志输出的格式3. 设置日志的输出优先级二、Window

Ubuntu如何分配​​未使用的空间

《Ubuntu如何分配​​未使用的空间》Ubuntu磁盘空间不足,实际未分配空间8.2G因LVM卷组名称格式差异(双破折号误写)导致无法扩展,确认正确卷组名后,使用lvextend和resize2fs... 目录1:原因2:操作3:报错5:解决问题:确认卷组名称​6:再次操作7:验证扩展是否成功8:问题已解

Qt使用QSqlDatabase连接MySQL实现增删改查功能

《Qt使用QSqlDatabase连接MySQL实现增删改查功能》这篇文章主要为大家详细介绍了Qt如何使用QSqlDatabase连接MySQL实现增删改查功能,文中的示例代码讲解详细,感兴趣的小伙伴... 目录一、创建数据表二、连接mysql数据库三、封装成一个完整的轻量级 ORM 风格类3.1 表结构

使用Docker构建Python Flask程序的详细教程

《使用Docker构建PythonFlask程序的详细教程》在当今的软件开发领域,容器化技术正变得越来越流行,而Docker无疑是其中的佼佼者,本文我们就来聊聊如何使用Docker构建一个简单的Py... 目录引言一、准备工作二、创建 Flask 应用程序三、创建 dockerfile四、构建 Docker

Python使用vllm处理多模态数据的预处理技巧

《Python使用vllm处理多模态数据的预处理技巧》本文深入探讨了在Python环境下使用vLLM处理多模态数据的预处理技巧,我们将从基础概念出发,详细讲解文本、图像、音频等多模态数据的预处理方法,... 目录1. 背景介绍1.1 目的和范围1.2 预期读者1.3 文档结构概述1.4 术语表1.4.1 核

Python使用pip工具实现包自动更新的多种方法

《Python使用pip工具实现包自动更新的多种方法》本文深入探讨了使用Python的pip工具实现包自动更新的各种方法和技术,我们将从基础概念开始,逐步介绍手动更新方法、自动化脚本编写、结合CI/C... 目录1. 背景介绍1.1 目的和范围1.2 预期读者1.3 文档结构概述1.4 术语表1.4.1 核

Conda与Python venv虚拟环境的区别与使用方法详解

《Conda与Pythonvenv虚拟环境的区别与使用方法详解》随着Python社区的成长,虚拟环境的概念和技术也在不断发展,:本文主要介绍Conda与Pythonvenv虚拟环境的区别与使用... 目录前言一、Conda 与 python venv 的核心区别1. Conda 的特点2. Python v