表示iTunes库

iTunesLibrar的Python项目详细描述


iTunesLibrary

iTunesLibrary表示iTunes库。它允许来电者检索项目、播放列表等。

ituneslibrary是drew stephen优秀perl模块http://search.cpan.org/~dinomite/Mac-itunesLibrary的一个端口。Perl语言 库将not逐字重新创建。

安装:pip install ituneslibrary

示例代码

importosfromitunesLibraryimportlibrarypath=os.path.join(os.getenv("HOME"),"Music/iTunes/iTunes Music Library.xml")# must first parse...lib=library.parse(path)printlen(lib)# number of items storedforplaylistinlib.playlists:foriteminplaylist.items:print(item)# perform function on each item in the playlist# get a single playlistplaylist=lib.getPlaylist("Gray")# get a list of all of the David Bowie songsbowie_items=lib.getItemsForArtist("David Bowie")# get a single songsingle_song=lib.getItemsById("16116")# get the iTunes application versionprintlib.applicationVersion

©史蒂夫·斯科尔尼克scholnicks@gmail.com

麻省理工学院许可证,见https://scholnick.net/license.txt

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java文件分块,获取长度字节   java嵌入式Tomcat不执行jsf页面   java我的数据库中有2个实体,但hibernate返回其中6个。   java如何基于逗号拆分字符串   java取消已经运行的CompletableFutures的预期模式是什么   java如何在informix中从另一个数据库复制表ddl和数据   为什么图片是黑色的?   java根据字符串数组中的单词筛选列表   Java8的集合。平行流有效吗?   Kotlin中的java静态内部类   java如何在GUI中生成一列字符串   javafx如何正确使用高对比度主题?   带空格的javascript Httpurlconnection参数   java如何设置GridBagLayout的约束   java如何在一个线程可能尚未初始化时关闭另一个线程   java将简单时间格式转换为特殊时间格式(hhmmt)   安卓/java阵列重复过滤器的问题   java在队列的链接实现下,入队和出队是如何工作的   java更新sql外键约束