neolao / music-playlist-generator
播放列表生成器
1.2.1
2014-07-21 23:48 UTC
Requires
- php: >=5.4
This package is not auto-updated.
Last update: 2024-09-14 14:56:52 UTC
README
需求
- PHP CLI >= 5.4
- Perl >= 5
用法
./bin/music-playlist-generator.phar configuration.json
配置
{ "exiftoolPath" : "/path/to/exiftool", "cachePath" : "/path/to/cache", "mediaDirectoryPath" : "/path/to/media/library/", "playlistPath" : "./myPlaylist.m3u8", "format" : "m3u8", "relativePath" : true, "directorySeparator" : "/", "rules": [ { "field" : "Popularimeter", "operator" : "isEqual", "value" : 5 }, "and", [ { "field" : "Genre", "operator" : "isEqual", "value" : "Pop" }, "or", { "field" : "Genre", "operator" : "isEqual", "value" : "Rock" } ] ] }
注意:路径相对于配置文件。