Generador de listas de reproducción en PHP

  Lo sentimos, esta página está pendiente de traducción al español

Download   File: playlist.txt.php.zip

How it works

Unzip the archive, there will be a file playlist.txt.php

This file must be uploaded to the folder on the server where the files for playback are located (they can be divided into folders). You need to run the script in the address bar and it will create a playlist in JSON format in the current folder as a file playlist.txt

You just need to specify a link to the created file playlist.txt in the player code with the file parameter.

The script creates a basic playlist with the title and file variables. If the script finds a jpg file with the same name as the file, the script will add a poster to the playlist.

The folder should contain only media files (exceptions can be added in the script to the $except array). Please consider cross-domain restrictions if the player and playlist are loaded from different domains. The script is very simple, you can change it at your own discretion.

Sort

Since version 3 you can sort files. By default, files are sorted alphabetically. You can reverse it by adding the reverse variable to the link.

playlist.txt.php?reverse

You can sort by file date in descending order

playlist.txt.php?date

You can sort by file date in ascending order

playlist.txt.php?date&reverse

19.10.26
2024 © PlayerJS

Inicio de sesión

Conectarse

Regístrate gratis

Inscríbete
Al registrarte, aceptas Condiciones del servicio
Iniciar sesión si tienes una cuenta.

Restaurar contraseña

Restaurar
¿Ha olvidado su correo electrónico? Contacte con nosotros