文件名称:play-pi:Raspberry Pi的Google Play音乐前端
文件大小:20.91MB
文件格式:ZIP
更新时间:2024-03-14 02:53:20
Python
玩耍 Pi Jukebox的前端。 Play-pi将提供一个可用于浏览和播放您的Google音乐库的网络前端。 设置/安装: 本指南未涵盖:设置ssh /无线/声卡。 本中涵盖了这些主题。 假设您已经根据需要设置了Pi,则需要安装所需的工具: sudo apt-get install mpd mpc python-pip screen python-dev 通过输入命令sudo mpc测试mpc是否正常工作。 您应该看到类似音量的输出:80%重复:关随机:关单音:关消耗:关如果需要,还有。 现在克隆此存储库: git clone git://github.com/fredley/play-pi.git cd play-pi 首先,您需要更新pip的setuptools: sudo pip install -U setuptools 接下来,您将需要使用它来安装所需的python
【文件预览】:
play-pi-master
----.gitignore(41B)
----templates()
--------album.html(907B)
--------playlist.html(926B)
--------error.html(230B)
--------index.html(896B)
--------base.html(6KB)
----requirements.txt(330B)
----play_pi()
--------urls.py(2KB)
--------__init__.py(0B)
--------views.py(6KB)
--------models.py(1KB)
--------wsgi.py(1KB)
--------migrations()
--------management()
--------settings.py(6KB)
--------context_processors.py(176B)
----static()
--------fonts()
--------js()
--------css()
--------img()
----README.md(3KB)
----manage.py(250B)
----workshop-validator.zip(20.68MB)