我做了一个节目洗牌器,可以随机打乱节目的顺序。
I made a show shuffler that shuffles shows in order

原始链接: http://git.tgwil.net/util/sortashuffle/

Tristan Williams维护的`sortashuffle`实用程序可以在保持部分原始顺序的同时对项目进行洗牌,这在“stable”分支中有所体现。“stable”分支上的近期提交专注于改进代码库和说明文档,包括符合PEP 8规范、为将来的工作重构代码、确保UTF-8编码以及修复错别字。一些提交揭示了在提交更改之前需要改进测试实践的必要性。该代码库可以通过git获取。

MountainMan1312 创建了一个节目混排器,用于利用 VLC 从合法获取的剧集创建类似电视频道的播放列表。由于 VLC 的随机播放功能会打乱剧集顺序(例如,S8E2 在 S1E1 之前)而感到沮丧,这个混排器在保持剧集在剧集内的顺序的同时,还会考虑每个剧集的集数以实现均衡的展现。集数较多的剧集出现的频率更高。 该混排器使用名为 0、1、2 等的符号链接,放置在一个播放列表文件夹中,以便于 VLC 集成。虽然目前它针对特定的文件布局进行了调整,但创建者计划添加诸如多部分剧集检测(以将其保持在一起)以及防止连续播放同一剧集过多集数的机制。其目标是实现一致且令人愉悦的观看体验,使播放列表的开头和结尾感觉相似。
相关文章

原文
summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
stableImprove instructionsTristan Williams29 hours
AgeCommit messageAuthorFilesLines
29 hoursImprove instructionsHEADstableTristan Williams1-2/+26
39 hoursConform to PEP 8 conventionsTristan Williams1-11/+97
43 hoursOkay I actually tested it this time and it worksTristan Williams1-1/+1
43 hoursDid I mention I need to start testing BEFORE commit?Tristan Williams1-1/+1
43 hoursRefactor for future workTristan Williams1-14/+45
10 daysStyle consistencyTristan Williams1-5/+2
12 daysEnsure UTF-8 encoding for _PLAYLIST_INDEX.txtTristan Williams1-1/+1
13 daysUpdate instructionsTristan Williams1-0/+5
13 daysI should test things before I commitTristan Williams1-38/+18
13 daysFix typoTristan Williams1-1/+1
[...]
Clone
git://git.tgwil.net/util/sortashuffle
[email protected]:util/sortashuffle
联系我们 contact @ memedata.com