在Windows 7 Media Center中创建音乐播放列表

One of the new features in Windows 7 Media Center is the ability to easily create music playlists without using Media Player. Today we’ll take a closer look at how to create them directly in Media Center.

Windows 7 Media Center的新功能之一是无需使用Media Player即可轻松创建音乐播放列表的功能。 今天,我们将仔细研究如何直接在Media Center中创建它们。

Create Manual Playlists

创建手动播放列表

Open Windows Media Center and select the Music Library.

打开Windows Media Center,然后选择音乐库。

sshot-14

From within the Music Library, choose playlists from the top menu.

在音乐库中,从顶部菜单中选择播放列表

sshot-16

Then select Create Playlist.

然后选择创建播放列表

sshot-2

Give your new playlist a name, and select Next.

为您的新播放列表命名,然后选择下一步。

sshot-18

Choose Music Library and select Next.

选择音乐库,然后选择下一步。

sshot-19

Select “songs” from the top menu, choose the songs for your playlist from your library, and select Next when finished. You can also click Select All to add all songs to your playlist, or clear all to remove them.

从顶部菜单中选择“歌曲”,从库中选择播放列表中的歌曲,完成后选择“下一步”。 您也可以单击全将所有歌曲添加到播放列表,或清除所有将其删除。

Note: you can also sort by artist, album, genre, etc. from the top menu.

注意:您还可以从顶部菜单按艺术家,专辑,流派等进行排序。

sshot-6

Now you can review and edit your playlist. Click the up and down pointers to move songs up and down in the playlist, or “X” to remove them. You can also go back and add additional songs by selecting Add More. Click Create when you are finished.

现在,您可以查看和编辑播放列表。 单击向上和向下指针可在播放列表中向上或向下移动歌曲,或单击“ X”将其删除。 您还可以选择添加更多,返回并添加其他歌曲。 完成后,单击创建。

sshot-7

Auto Playlists

自动播放清单

Windows Media Center also allows you to create six different auto playlists. These are dynamic playlists based on pre-defined criteria. Auto Playlists include All Music, Music added in the last month, Music auto rated at 5 stars, Music played in the last month, Music played the most, and Music rated 4 or 5 stars.

Windows Media Center还允许您创建六个不同的自动播放列表。 这些是基于预定义标准的动态播放列表。 自动播放列表包括所有音乐,上个月添加的音乐,自动评为5星的音乐,最近一个月播放的音乐,最多播放的音乐以及4或5星的音乐。

These Auto Playlists will change dynamically as your library and listening habits change.

这些自动播放列表将随着您的音乐库和收听习惯的变化而动态变化。

sshot-1

Your new music playlists can be found under playlists in the music library.

您可以在音乐库的播放列表下找到新的音乐播放列表

sshot-8

Select play playlist to start the music.

选择播放播放列表以开始播放音乐。

sshot-9

Now kick back and enjoy the music from your playlist.

现在,开始播放,欣赏播放列表中的音乐。

sshot-10

Conclusion

结论

While earlier versions of WMC allowed you to create playlists, you had to do it through Windows Media Player. This is a nice new feature for music lovers who use WMC and prefer to do everything with a remote.

虽然WMC的早期版本允许您创建播放列表,但是您必须通过Windows Media Player来执行。 对于使用WMC并喜欢用遥控器完成所有操作的音乐爱好者来说,这是一个不错的新功能。

Do you already have playlists that you’ve created in Windows Media Player? Windows Media Center can play those too. If your playlists are in the default Music folder, Media Center will detect them automatically and add them to your Music Library. Plus, any playlists you create in Media Center are also available for Media Player.

您是否已有在Windows Media Player中创建的播放列表? Windows Media Center也可以播放这些内容。 如果您的播放列表位于默认的“音乐”文件夹中,则Media Center将自动检测它们并将它们添加到您的音乐库中。 另外,您在Media Center中创建的任何播放列表也可用于Media Player。

For more on creating Playlists in Media Player, check out our previous articles on how to create a custom playlist in Windows Media Player 12, and how to create auto playlists in WMP 12.

有关在Media Player中创建播放列表的更多信息,请查看我们以前的文章,该文章有关如何在Windows Media Player 12中创建自定义播放列表以及如何在WMP 12中创建自动播放列表。

翻译自: https://www.howtogeek.com/howto/18851/create-music-playlists-in-windows-7-media-center/

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

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

相关文章

(转)WebSphere的web工程中怎么获取数据源

原文:http://aguu125.iteye.com/blog/1694313 https://blog.csdn.net/bigtree_3721/article/details/44900325-------JNDI之java:comp/env was配置数据源和tomcat是不同的。tomcat只需要配置tomcat 的service.xml或者content.xml,然后 WEB程序就不需要配…

阿里数据库内核月报:2017年04月

摘要:阿里数据库内核月报:2017年04月# 01 MySQL 源码分析 MySQL 半同步复制数据一致性分析# 02 MYSQL 新特性 MySQL 8.0对Parser所做的改进# 03 MySQL 引擎介绍 Sphinx源码剖析(二)# 04 PgSQL 特性分析 checkpoint机制浅析…

SQL Server2008导入导出数据库

一、导出数据库 1.新建一个.bak的文本 右击数据库--》Tasks--》BackUp--》Remove原来的数据库--》Add后选择之前建立的.bak档 二、导入数据库 1.右击数据库--》Tasks--》Restore--》Database--》From device--》勾选数据库之后--》点击左上角Options--》点击 --》OK覆盖 转载于…

如何使YouTube视频连续循环播放

Should you need a YouTube video on a continuous loop, a few methods can help you keep repeating a video without having to start it over manually. Here’s how to do it. 如果您需要连续循环播放YouTube视频,可以采用以下几种方法来继续播放视频&#xff…

Android ABI

2019独角兽企业重金招聘Python工程师标准>>> 获取当前ABI var supportsABIs:Array<String>? null if(Build.VERSION.SDK_INT > 21) {supportsABIs Build.SUPPORTED_ABIS } var currentABI Build.CPU_ABI 通过Build可以获取当前手机支持的abi集以及cpu的…

nginx限流健康检查

Nginx原生限流模块:ngx_http_limit_conn_module模块根据前端请求域名或ip生成一个key&#xff0c;对于每个key对应的网络连接数进行限制。配置如下:http模块server模块#http模块内 http {include mime.types;default_type application/octet-stream;log_format main [$t…

如何在Ubuntu上创建桌面快捷方式

Desktop icons should be simple, but they’re not on Ubuntu 18.04 LTS and newer releases like Ubuntu 19.10. Follow these easy steps to get desktop shortcuts for your favorite applications, just like on other operating systems and other Linux desktops. 桌面图…

阿里再破记录!代表中国企业首次在这项国际比赛中摘得银牌!

2月9日在洛杉矶举行的第11届网络搜索与数据挖掘国际会议&#xff08;WSDM 2018&#xff09;上&#xff0c;公布了今年的WSDM Cup竞赛成绩&#xff0c;来自阿里巴巴的AliOS团队凭借优秀的算法能力&#xff0c;摘得榜眼。这是该赛事举办11届以来&#xff0c;中国企业在该赛事上首…

关于IE 对 $.get 缓存的记录

最近在IE9中碰到一个问题是&#xff0c; 当我对某个角色进行修改的时候&#xff0c;再点击查询还是修改之前的内容&#xff0c;但是实际数据库已经修改成功&#xff0c;纠结了好一会儿之后&#xff0c;才发现是 $.get请求的问题。 因为 IE对get请求&#xff0c;如果请求url 相…

闪存驱动器_将闪存驱动器变成便携式Web服务器

闪存驱动器Portable applications are very useful for getting work done on the go, but how about portable servers? Here’s how you can turn your flash drive into a portable web server. 便携式应用程序对于在旅途中完成工作非常有用&#xff0c;但是便携式服务器呢…

Android中文API-ViewStub

ViewStub控件是一个不可见&#xff0c;0尺寸得惰性控件。当ViewStub控件设置可见&#xff0c;或者调用inflate()&#xff0c;并运行完毕之后&#xff0c;ViewStub所指定的layout资源就会被载入。这个ViewStub就会被新载入的layout文件取代。ViewStub也会从其父控件中移除。因此…

如何播放梅西百货的感恩节大游行2019

Macy’s梅西百货As we draw ever closer to the Thanksgiving holiday, multiple things come to mind: turkey, Black Friday, and the Macy’s Thanksgiving Day Parade. With that in mind, you might want to find a way to stream it for your family. 随着我们越来越接近…

thinkpaidE480office安装文件夹

C:\Program Files (x86)\Microsoft Office\root\Office16需要嵌入office的小伙伴自行百度吧教程吧&#xff0c;网上有很多的转载于:https://www.cnblogs.com/hgyzm/p/10303449.html

AJAX入门这一篇就够了

什么是Ajax Ajax(Asynchronous JavaScript and XML) 异步JavaScript和XML Ajax实际上是下面这几种技术的融合&#xff1a; (1)XHTML和CSS的基于标准的表示技术(2)DOM进行动态显示和交互(3)XML和XSLT进行数据交换和处理(4)XMLHttpRequest进行异步数据检索(5)Javascript将以上技术…

如何在iPhone和iPad上允许“不受信任的快捷方式”

Khamosh PathakKhamosh PathakShortcuts is now a stock app in iOS 13, iPadOS 13, and beyond. Thanks to Apple’s stricter rules, any shortcut you download from the internet is blocked. Here’s how you can allow untrusted shortcuts on your iPhone or iPad. 现在…

程序员技术进阶手册(一)

AI正在迅速改变世界&#xff0c;对于程序员来说&#xff0c;这绝对是一个千载难逢的转型机会。机器学习是计算机科学的一个子领域&#xff0c;在人工智能领域&#xff0c;机器学习逐渐发展成模式识别和计算科学理论的研究。从2016年起&#xff0c;机器学习到达了不合理的火热巅…

SpringBoot入门 (一) HelloWorld

一 什么是springboot springboot是一个全新的框架&#xff0c;它设计的目的简化spring项目的初始环境的搭建和开发&#xff0c;主要有以下几个特点&#xff1a; 1、简化初始配置 &#xff0c;可与主流框架集成&#xff1b; 2、内置Servlet容器&#xff0c;无需在打War包&#x…

gmail附件调用_如何将Gmail附件保存到Google云端硬盘

gmail附件调用While you can access Gmail attachments by opening the related message deep within Google’s client, it’s not very convenient. You need a central location to access saved documents and images. This guide shows you how to save Gmail attachments…

spring boot拦截器中获取request post请求中的参数(转)

文章转自 https://www.jianshu.com/p/69c6fba08c92 转载于:https://www.cnblogs.com/shuaiandjun/p/10306242.html

绝地求生大逃杀,改配置

提取效果设置配置文件 通过Procmon工具分析&#xff0c;绝地求生大逃杀效果设置的配置文件为 “C:\Users\Administrator\AppData\Local\TslGame\Saved\Config\WindowsNoEditor\GameUserSettings.ini”&#xff0c;设置好网吧需要的游戏效果后将“TslGame”文件夹提取出来即可&a…