https://github.com/tong/hxxspf
Haxe implementation of XSPF, the XML format for sharing playlists
https://github.com/tong/hxxspf
playlist xspf
Last synced: 4 months ago
JSON representation
Haxe implementation of XSPF, the XML format for sharing playlists
- Host: GitHub
- URL: https://github.com/tong/hxxspf
- Owner: tong
- Created: 2013-08-14T16:18:40.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T08:03:42.000Z (about 4 years ago)
- Last Synced: 2024-12-29T11:44:47.533Z (5 months ago)
- Topics: playlist, xspf
- Language: Haxe
- Homepage: https://xspf.org/
- Size: 30.3 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HXXSPF
Haxe implementation of [XSPF](http://xspf.org/) ("spiff"), the XML format for sharing playlists.
* It is free and open -- No proprietary lock-in.
* It is portable -- You should be able to send a playlist to your friend and have it work.
* It is well-engineered -- Most playlist formats get the easy things wrong.* Unlike M3U, XSPF is XML.
* Unlike SMIL, XSPF is simple.
* Unlike ASX, XSPF is open.[](http://lib.haxe.org/p/xspf.svg)