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可以通过输入的勾选,选…

Spring Data Redis与Jedis的选择(转)

说明:内容可能有点旧,需要在业务上做权衡。 Redis的客户端有两种实现方式,一是可以直接调用Jedis来实现,二是可以使用Spring Data Redis,通过Spring的封装来调用。应该使用哪一个呢?基于当前版本Spring Dat…

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 ->…

springboot小笔记

如果默认通过IDEA的springboot 插件布置的 的初始启动类是这样的,这种就是一个普通的java类,只能以jar打包 package com.how2java.springboot;import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.Sprin…

.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…

Asia Yokohama Regional Contest 2018 G题 What Goes Up Must Come Down(树状数组求逆序对)

https://codeforces.com/gym/102082 题意: 给一个数组大小不超过1e5,每个数的值也是1e5以内,可以交换相邻两个数,求保证它呈现一个非递减再非递增的趋势的最小交换次数。 题解:对每个数来说,只有两种情况&a…

Android系统的开机画面显示过程分析(8)

3. 第三个开机画面的显示过程第三个开机画面是由应用程序bootanimation来负责显示的。应用程序bootanimation在启动脚本init.rc中被配置成了一个服务,如下所示:service bootanim /system/bin/bootanimation user graphics group graphics disabled o…

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…

仿Gin搭建自己的web框架(七)

本篇介绍HTTP Basic Auth的实现以及Recovery机制。 HTTP Basic Auth Basic Auth是一种开放平台认证方式,简单的说就是需要你输入用户名和密码才能继续访问。对于Basic Auth的概念不过多的进行介绍,直接进入如何实现的过程。 Basic Auth说白了就是账号和密…

canvas高斯模糊算法

对于模糊图片这个效果的实现&#xff0c;其实css3中的filter属性也能够实现&#xff0c;但是这个属性的兼容性不是很好&#xff0c;所以我们通常不用这种方法实现&#xff0c;而使用canvas配合JS实现。 <span style"white-space:pre"> </span>//高斯模糊…

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 编辑器。根据官方博客的介绍&#xff0c;由于收到许多用户的反馈&#xff0c;微软决定为 Visual Studio 添加 Markdown 编辑器。开发者下载最新的 Visual Studio 17.5 第 2 个预览版就能够使用 Markdown 编辑功能&#xff0c;无…