文件名称:mpdsongvote:用于播放列表投票的 MPD 网络界面
文件大小:263KB
文件格式:ZIP
更新时间:2024-07-21 16:22:42
Python
您需要更改TEMPLATE_CONTEXT_PROCESSORS : 从 django 添加 添加django.core.context_processors.request 添加mpdsongvote.context_processors.mpdsongvote 即使没有人投票,也要更新播放列表,您需要通过 cron 运行: DJANGO_SETTINGS_MODULE="yourproject.settings" python update_playlist.py 。 间隔应小于两首歌曲的播放时间。
【文件预览】:
mpdsongvote-master
----.gitignore(6B)
----templates()
--------artist.html(224B)
--------playlist.html(3KB)
--------albums.html(251B)
--------songs.html(510B)
--------artists.html(286B)
--------snippets()
--------attribution.html(1KB)
--------base.html(6KB)
----requirements.txt(38B)
----templatetags()
--------__init__.py(0B)
--------mpdsongvote_tags.py(370B)
----urls.py(1KB)
----__init__.py(0B)
----views.py(9KB)
----LICENSE(34KB)
----update_playlist.py(3KB)
----static()
--------style.css(838B)
--------design()
----models.py(2KB)
----README.md(524B)
----util.py(3KB)
----admin.py(2KB)
----migrations()
--------0006_songrequest_date.py(575B)
--------0007_songrequest_artist_title.py(687B)
--------__init__.py(0B)
--------0009_use_only_song_model_for_referencing_files.py(3KB)
--------0008_song_songfav.py(1KB)
--------0005_songrequest_songrequestvote.py(1KB)
--------0002_playlistitem_playlistvote.py(1KB)
--------0004_playedsong.py(794B)
--------0010_add_attributions_and_licenses.py(5KB)
--------0001_initial.py(201B)
--------0003_exclude.py(780B)
----forms.py(1KB)
----AUTHORS(53B)
----tests.py(60B)
----context_processors.py(1KB)