Download the PHP package neolao/music-playlist-generator without Composer
On this page you can find all versions of the php package neolao/music-playlist-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package music-playlist-generator
Music playlist generator
Requirement
- PHP CLI >= 5.4
- Perl >= 5
Usage
Configuration
| Property | Description | Required | Default value |
|---|---|---|---|
| exiftoolPath | Path of the exiftool script | No | exiftool |
| cachePath | Path of the cache directory | No | |
| mediaDirectoryPath | Directory containing the medias | Yes | |
| mediaFilePattern | File pattern | No | *.mp3 |
| playlistPath | Path of the playlist that will be created | Yes | |
| format | Playlist format | No | m3u8 |
| relativePath | Indicates that the file paths in the playlist are relative | No | false |
| directorySeparator | Directory separator of the file paths in the playlist | No | / |
| rules | Conditions | No |
Note: The paths are relative to the configuration file.
Formats
| Format | Status |
|---|---|
| m3u | Unsupported |
| m3u8 | Available |
| pls | Available |
| xspf | Available |
| asx | Available |
Fields
| Name | Description |
|---|---|
| File Name | |
| Directory | |
| File Size | |
| File Modification Date/Time | |
| File Access Date/Time | |
| File Inode Change Date/Time | |
| File Permissions | |
| File Type | |
| MIME Type | |
| MPEG Audio Version | |
| Audio Layer | |
| Audio Bitrate | |
| Sample Rate | |
| Channel Mode | |
| MS Stereo | |
| Intensity Stereo | |
| Copyright Flag | |
| Original Media | |
| Emphasis | |
| Album Artist | |
| Band | |
| Credits | |
| Encoded By | |
| Performer | |
| Www | |
| Year | |
| Cover Art Front Desc | |
| ID3 Size | |
| Title | |
| Artist | |
| Album | |
| Genre | |
| Track | |
| Recording Time | |
| User Defined URL | |
| Language | |
| Popularimeter | |
| Comment | |
| Picture Mime Type | |
| Picture Type | |
| Picture Description | |
| Date/Time Original | |
| Duration |
Operators
| Operator | Description |
|---|---|
| isEqual | |
| = | Alias of isEqual |
| isDifferent | |
| != | Alias of isDifferent |
| isHigher | |
| > | Alias of isHigher |
| isHigherOrEqual | |
| >= | Alias of isHigherOrEqual |
| isLower | |
| < | Alias of isLower |
| isLowerOrEqual | |
| <= | Alias of isLowerOrEqual |
| contains |
All versions of music-playlist-generator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package neolao/music-playlist-generator contains the following files
Loading the files please wait ...