Metadata-Version: 2.0
Name: m3uspiff
Version: 1.0
Summary: An M3U to XSPF playlist converter.
Home-page: https://github.com/ibrokemypie/m3uspiff
Author: ibrokemypie
Author-email: ibrokemypie@bastardi.net
License: GNU General Public License v2.0
Platform: UNKNOWN
Requires-Dist: setuptools

m3uspiff
========

|Code Issues| |License: GPL v2|

An M3U to XSPF playlist converter.

Usage
-----

``./m3uspiff.py [playlist.m3u]``

Converts M3U format playlists into XSPF (XML Shareable Playlist Format)
playlists, using FFMPEG's ffprobe to augment the new playlist with each
included song's metadata when available.

Requirements
------------

-  python

-  ffmpeg

.. |Code Issues| image:: https://www.quantifiedcode.com/api/v1/project/ca3c7e99191f4f07b354945ff9108628/badge.svg
   :target: https://www.quantifiedcode.com/app/project/ca3c7e99191f4f07b354945ff9108628
.. |License: GPL v2| image:: https://img.shields.io/badge/License-GPL%20v2-blue.svg
   :target: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html


