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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package music-playlist-generator

Music playlist generator

Requirement

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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package neolao/music-playlist-generator contains the following files

Loading the files please wait ....