Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shlomif/app-xspf2m3u

Convert xspf playlists to m3u ones.
https://github.com/shlomif/app-xspf2m3u

hacktoberfest m3u mpv perl vlc vlc-media-player xml xspf

Last synced: 1 day ago
JSON representation

Convert xspf playlists to m3u ones.

Awesome Lists containing this project

README

        

App-xspf2m3u
============

Convert https://en.wikipedia.org/wiki/XML_Shareable_Playlist_Format[XSPF] playlists to
https://en.wikipedia.org/wiki/M3U[m3u] ones. For example, for use by https://mpv.io/[mpv]
which does not support `*.xspf` yet.

Installation
============

[source,bash]
----
cpan App::xspf2m3u
----

USAGE
=====

[source,bash]
----
xspf2m3u convert -o out.m3u /path/to/input.xspf
----