Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shlomif/app-xspf2m3u
- Owner: shlomif
- License: apache-2.0
- Created: 2019-12-16T19:44:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-20T08:16:33.000Z (almost 3 years ago)
- Last Synced: 2024-11-13T07:54:44.779Z (about 1 month ago)
- Topics: hacktoberfest, m3u, mpv, perl, vlc, vlc-media-player, xml, xspf
- Language: Perl
- Size: 16.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.asciidoc
- License: LICENSE
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
----