Update xspf_playlist.php
This commit is contained in:
parent
ac307aa9db
commit
dc67dff9ce
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/* Génère un fichier xspf minimal à partir d'un fichier .m3u
|
/* Generates a minimal xspf file from a .m3u file
|
||||||
Ce code est dans le domaine public.
|
This code is in the public domain.
|
||||||
Auteur: sebsauvage at sebsauvage dot net
|
Author: sebsauvage at sebsauvage dot net
|
||||||
|
|
||||||
Warning: No error control (I create clean m3u files), no proper utf-8 handling.
|
Warning: No error control (I create clean m3u files), no proper utf-8 handling.
|
||||||
*/
|
*/
|
||||||
|
@ -77,4 +77,4 @@ echo <<<XML
|
||||||
</trackList>
|
</trackList>
|
||||||
</playlist>
|
</playlist>
|
||||||
XML;
|
XML;
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Reference in a new issue