命令行工具,用于播放给定文件夹中的随机媒体

playrandom的Python项目详细描述


随机播放

This tool is a command-line interface to mplayer that uses directories as playlists. Media files are played in random order until all files are played, then successively the least recent files are released to enable a loop in random order.

#安装

The fastest way to install playrandom is to use your systems tools:

pip install playrandom

##要求

All python required packages are listed in environment.yaml. In case you installed playrandom via a package management system like pip, anaconda, miniconda, … all dependencies should already be installed automatically. The only “external” dependency is [mplayer](http://www.mplayerhq.hu), which is usually installable by your systems package manager (apt, yum, …).

#入门

After installation run playrandom –help to get a first overview of command line options and usage.

#开发playrandom

Contributions are very welcome! Write issues for feature requests or directly file a pull-request with your contribution and/or contact me directly!

测试

This project uses the [PyTest framework](https://docs.pytest.org/en/latest/) with tests defined in the [tests/](tests/) sudirectory. It is added into the setuptools config, so that it can be run with

python setup.py test

这将自动测试临时打包的版本。在

或者,您可以手动运行pytest 详细信息](https://docs.pytest.org/en/latest/usage.html)。在

##发布

The release workflow is mostly automated and is in the [release/](release/) folder.

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

推荐PyPI第三方库


热门话题
java使用并发hashmap减少线程池的内存使用?   java为什么在提交片段后出现错误“getParentActivityIntent:badActivity name”?   vim UltiSnips扩展java包   java给出了一个名称列表,如何插入、删除、显示、搜索和退出?Java程序   java Spring集成:只从FTP服务器下载新的或更新的文件?   使用Java中的Scala:将函数作为参数传递   java线程1每秒填充一个映射,线程2每60秒保存一个条目   java从私有类访问公共类中的方法/字段   如何使用ApacheSpark流媒体和JavaAPI从所有人那里获取英语推文?   java是否可以在父标记和子标记中编写XMLSchemainstance?   java无法读取文本文件,也找不到解决方案   java在运行时加载类时无法创建bean