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.pswp.cn/news/279843.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/279843.shtml
英文地址,請注明出處:http://en.pswp.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;無…