Download the PHP package orkan/winamp without Composer
On this page you can find all versions of the php package orkan/winamp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package winamp
Winamp Media Library CLI tools v7.0.0
Fixes invalid entries in M3U playlists.
Every time you change the location of your media files, the playlists won't take those changes and you will get the wrong paths. This tool tries to find missing entries in all your playlists and update it accordingly.
For best results, place your media files in alphabetical subfolders (see Media folder). In the case of a different folder layout, semi-automatic methods have been implemented (see Validation).
Installation
$ composer require orkan/winamp
Commands
> vendor\bin\winamp show
Displays Winamp playlists
> vendor\bin\winamp math
Add or substract playlists
> vendor\bin\winamp rebuild
Scan and fix all entries from Winamp playlists.xml or any provided playlist file (*.m3u).
Validation
There are 5 steps to validate each track:
For more information and options type: vendor\bin\winamp rebuild --help
Media folder
The user [Media folder] structure should be organized into sub folders each named with Regular Expressions notation, describing letters range of filenames they are holding, ie. [A-Z] or [0-9].
Example:
Third Party Packages
- Symfony Console The Console Component
- Monolog for extended logging
- getID3 for ID3tag support
About
Requirements
PHP ^7.4
Author
License
MIT
Updated
Sat, 13 Apr 2024 01:09:38 +02:00
All versions of winamp with dependencies
symfony/console Version ^5.2
symfony/monolog-bridge Version ^5.2
james-heinrich/getid3 Version ^1.9
symfony/finder Version ^5.2
orkan/utils Version ^8.0