apple tv 开发_如何防止Apple TV进入睡眠状态

apple tv 开发

apple tv 开发

Your Apple TV, by default, goes to sleep fairly quickly when not in use. That’s great for power saving but not so great if you like to keep it on. Let’s take a look at how to extend how long it stays awake or disable sleep mode altogether.

默认情况下,Apple TV在不使用时会很快进入睡眠状态。 这对于节电非常有用,但是如果您希望继续使用它就不会那么好。 让我们看一下如何延长其保持清醒状态的时间或完全禁用睡眠模式。

Note: This tutorial applies to the 2015 4th-generation Apple TV hardware update and the subsequent updates running tvOS.

注意:本教程适用于2015年第4代Apple TV硬件更新以及运行tvOS的后续更新。

我为什么要这样做? (Why Do I Want To Do This?)

If you enjoy having the Apple TV on in the background to display the very polished Aerial screen savers or slideshows of your family photos then, naturally, you want it to stay on so you can enjoy those things.

如果您喜欢在后台打开Apple TV来显示非常优美的航拍屏幕保护程序或家庭照片的幻灯片,那么自然地,您希望它保持打开状态,以便您可以欣赏这些东西。

By default the Apple TV goes to sleep after one hour. While that’s not exactly as brief has the timeout on your smartphone screen that’s still plenty quick enough for you to here the kids ask where the cool screensaver went or for fake-window-to-the-world in your almost windowless apartment to go dark before you want it to.

默认情况下,Apple TV一小时后进入睡眠状态。 尽管智能手机屏幕上的超时时间并不是那么短暂,但仍然足够快,您可以到这里来,孩子们询问凉爽的屏幕保护程序到哪里去了,或者让您在几乎没有窗户的公寓里进入虚假的窗口进入世界,然后才变黑。你想要它。

Fortunately it’s super easy to tweak your Apple TV to stay awake longer or to never sleep at all.

幸运的是,对Apple TV进行微调以使其保持更长的清醒时间或根本不入睡是非常容易的。

调整和禁用Apple TV的睡眠模式 (Adjusting And Disabling Apple TV’s Sleep Mode)

To adjust or disable your Apple TV’s sleep mode start at the Home screen and select the Settings icon.

要调整或禁用Apple TV的睡眠模式,请从主屏幕开始,然后选择“设置”图标。

Within the Settings menu select the “General” sub-menu.

在设置菜单中,选择“常规”子菜单。

Within the General sub-menu select “Sleep After”; note that the Sleep After entry handily displays the existing setting before you even enter into the selection menu. The default, as we noted above, is one hour.

在常规子菜单中,选择“睡眠后”; 请注意,“进入后睡眠”功能会在您进入选择菜单之前方便地显示现有设置。 如上所述,默认值是一小时。

In the Sleep After menu you can select the amount of time until the device sleeps in increments ranging from 15 minutes to 10 hours or stop the device from sleeping altogether. Once you make your select the changes take effect immediately and whether your goal was to get it to sleep faster to save electricity or keep it wide awake to display photos, no reboot is necessary.

在睡眠后菜单中,您可以选择直到设备进入睡眠状态的时间(以15分钟至10小时为增量)或完全停止设备进入睡眠状态。 一旦您做出选择,更改将立即生效,并且无论您的目标是使它更快地进入睡眠状态以节省电力,还是使它保持清醒状态以显示照片,都无需重新启动。



Have a pressing Apple TV question? Shoot us an email at ask@howtogeek.com and we’ll do our best to answer it.

有一个紧迫的Apple TV问题吗? 向我们发送电子邮件至ask@howtogeek.com,我们将尽力答复。

翻译自: https://www.howtogeek.com/232979/how-to-prevent-your-apple-tv-from-going-to-sleep/

apple tv 开发

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/279843.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

MASA MAUI Plugin (七)应用通知角标(小红点)Android+iOS

背景MAUI的出现,赋予了广大Net开发者开发多平台应用的能力,MAUI 是Xamarin.Forms演变而来,但是相比Xamarin性能更好,可扩展性更强,结构更简单。但是MAUI对于平台相关的实现并不完整。所以MASA团队开展了一个实验性项目…

SAP如何查看会计凭证

比如SAP中已经存在着很多会计凭证,你想要进入SAP随便看看会计凭证的列表,怎么操作呢?事务码 IDCNDOC运行结果看到了凭证们,和每个凭证的行项目们上图看到的结果比较凌乱实际上我们重新进入IDCNDOC可以通过输入的勾选,选…

C# 温故而知新:Stream篇(五)

MemoryStream 目录: 1 简单介绍一下MemoryStream 2 MemoryStream和FileStream的区别 3 通过部分源码深入了解下MemoryStream 4 分析MemorySteam最常见的OutOfMemory异常 5 MemoryStream 的构造 6 MemoryStream 的属性 7 MemoryStream 的方法 8 MemoryStream 简单示例…

dosbox 自动运行_如何使用DOSBox运行DOS游戏和旧应用

dosbox 自动运行New versions of Windows don’t fully support classic DOS games and other old applications — this is where DOSBox comes in. It provides a full DOS environment that runs ancient DOS apps on modern operating systems. Windows的新版本不完全支持经…

WPF 自定义放大镜控件

控件名:Magnifier作 者:WPFDevelopersOrg - 驚鏵原文链接[1]:https://github.com/WPFDevelopersOrg/WPFDevelopers框架使用.NET40;Visual Studio 2019;实现此功能需要用到 VisualBrush ,放大镜展现使用 Canvas ->…

.NET实现之(WebBrowser数据采集—续篇)

我们继续“.NET实现之(WebBrowser数据采集)“系列篇之最后一篇,这篇本人打算主要讲解怎么用WebBrowser控件来实现“虚拟”的交互性程序;比如我们用Winform做为宿主容器,用Asp.net做相关收集程序页面,我们需要通过客户端填写相关数…

ipad和iphone切图_如何在iPhone,iPad和Mac上使消息静音

ipad和iphone切图If you use Messages on your iPhone, iPad, or Mac, then you probably know how quickly you can become overrun with message notifications, especially if you’re part of a group message. Thankfully, there’s an easy way to mute specific message…

Pipy 实现 SOCKS 代理

上篇我们介绍了服务网格 osm-edge 出口网关使用的 HTTP 隧道,其处理方式与另一种代理有点类似,就是今天要介绍的 SOCKS 代理。二者的主要差别简单来说就是前者使用 HTTP CONNECT 告知代理目的地址,而后者则是通过 SOCKS 协议。值得一提的是&a…

python拓展7(Celery消息队列配置定时任务)

介绍 celery 定时器是一个调度器(scheduler);它会定时地开启(kicks off)任务,然后由集群中可用的工人(worker)来执行。 定时任务记录(entries)默认 从 beat_s…

chrome连接已重置_如何重置(或调整)Chrome的下载设置

chrome连接已重置By default, Chrome saves all downloaded files to the same location—a dedicated “Downloads” folder. The thing is, this isn’t always practical for all types of download files. The good news is you can easily tweak this setting. 默认情况下…

.Net 7 团队把国内的龙芯确实当做一等公民和弃用的项目

楔子:国内龙芯据说是用的自己的指令集,在研究ILC的时候,发现了龙芯在微软那边确实是一等公民的存在。同X64,ARM,X86一同并列交叉编译和二进制提取。龙芯官网龙芯平台.NET,是龙芯公司基于开源社区.NET独立研发适配的龙芯版本&#…

戴尔押宝iSCSI,由低到高组合成型

戴尔(Dell)是较早接受SAS技术的主流存储厂商之一,2006年已推出采用SAS硬盘驱动器的SAS直连存储(DAS)系统PowerVault MD3000。一年之后,主机连接改用iSCSI的PowerVault MD3000i问世。2008年1月,E…

word中插入公式的快捷键_如何使用插入键在Word中插入复制的内容

word中插入公式的快捷键In Word, the “Insert” key on the keyboard can be used to switch between Insert and Overtype modes. However, it can also be used as a shortcut key for inserting copied or cut content at the current cursor position. 在Word中&#xff0…

微软终于为 Visual Studio 添加了内置的 Markdown 编辑器

微软终于为 Visual Studio 添加了内置的 Markdown 编辑器。根据官方博客的介绍,由于收到许多用户的反馈,微软决定为 Visual Studio 添加 Markdown 编辑器。开发者下载最新的 Visual Studio 17.5 第 2 个预览版就能够使用 Markdown 编辑功能,无…

【经验分享】Hydra(爆破神器)使用方法

这个也是backtrack下面很受欢迎的一个工具 参数详解:-R 根据上一次进度继续破解-S 使用SSL协议连接-s 指定端口-l 指定用户名-L 指定用户名字典(文件)-p 指定密码破解-P 指定密码字典(文件)-e 空密码探测和指定用户密码探测(ns)-C 用户名可以用:分割(username:passw…

【东软实训】SQL多表链接

如果一个查询同时涉及两个以上的表,则称之为链接查询,链接查询是关系数据库中最主要的查询,主要包括等值链接查询、非等值链接查询、自身链接查询、外链接查询和复合条件链接查询。 这篇博文我们来对多表链接进行学习。 Outline 链接的基本概…

博鳌“‘AI+时代’来了吗”分论坛,嘉宾们有何重要观点?...

雷锋网(公众号:雷锋网)3月27日消息,正在进行中的博鳌亚洲论坛2019年年会,于2019年3月26日至29日在中国海南博鳌举办。今年博鳌论坛的主题为“共同命运 共同行动 共同发展”。今天,在主题为《“AI时代”来了吗?》分论坛…

一款统计摸鱼时长的开源项目

对于我们程序员,在工作中一天8小时,不可能完全在写代码了,累了刷刷论坛、群里吹吹牛,这都是非常正常的。虽然一天下来,可能我们都可以按时完成工作,但是我们不知道,时间都花在哪里了&#xff0c…

saltstack 主题说明

转载于:https://www.cnblogs.com/40kuai/p/9335869.html

基于spring boot 的ssm项目的简单配置

2019独角兽企业重金招聘Python工程师标准>>> 我前面的帖子有介绍spring boot的简单搭建,现在我再讲讲spring boot的简单配置 首先,项目结构 启动类 RestController 注解相当于ResponseBody + Controller合在一起的作用。 Sprin…