Skip to main content

Tools to create amd manage an m3u playlist

Project description

https://m3u-manage.readthedocs.io

Tools to create amd manage an m3u playlist

https://img.shields.io/github/stars/iandennismiller/m3u-manage.svg?style=social&label=GitHub https://img.shields.io/pypi/v/m3u-manage.svg Documentation Status https://travis-ci.org/iandennismiller/m3u-manage.svg?branch=master

Overview

Installation

Python pip

pip install m3u-manage

Usage

Analyze a playlist for the most common filename terms.

m3um analyze --config example.json

Generate a playlist based on files in a folder.

m3um generate --config example.json

Interleaves playlists by inserting with even-spacing.

m3um mesh --config example.json

example.json

{
    "path": ".",
    "subdirs": ["videos"],
    "patterns": {
        "cars": "(car|auto|sedan)",
        "trucks": "(truck|bus|shuttle)",
        "planes": {
            "include": "(jet|plane|rocket)",
            "exclude": "shuttle"
        }
    }
}

Documentation

https://m3u-manage.readthedocs.io

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

m3u-manage-0.2.1.tar.gz (7.3 kB view hashes)

Uploaded Source

Built Distribution

m3u_manage-0.2.1-py3-none-any.whl (8.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page