Skip to main content

A Cool & Simple Python M3U Playlist Checker/Downloader/Maker/Parser & XPSF To M3U Converter.

Project description

Wuddz M3U Checker/Downloader/Maker/Parser & XPSF To M3U Converter

Description

  • A Cool & Simple Python M3U Playlist Checker/Downloader/Maker/Parser & XPSF To M3U Playlist Converter.

Prerequisites

  • Python : 3.7

Installation

Install using PyPI:

pip install wuddz-m3u

Install locally by cloning or downloading and extracting the repo, then cd into 'dist' directory and execute:

pip install wuddz_m3u-1.0.1.tar.gz

Then to run it, execute the following in the terminal:

wudz-m3u

Usage

Parse .m3u Playlist(s) In 'C:\TV' Directory For Billions Season 5 & Create Playlist(s):

wudz-m3u -f "C:\TV" -t "Billions S05" -p

Parse .m3u Playlist(s) In 'C:\TV' Directory For Group Title Series & Create Playlist(s):

wudz-m3u -f "C:\TV" -g "Series" -p

Create .m3u Playlist With Titles & Links In Specified Files (*Specify Titles,Links In That Order):

wudz-m3u -f "C:\Titles.txt,C:\Links.txt" -c

Create .m3u Playlist Series Title 'House' Starting From Season 2 Episode 1, Episodes Per Season 10 With Links In Links.txt File.

wudz-m3u -f "C:\Links.txt" -t House -s 2 -a 10

Convert 'file.xpsf' XPSF To 'file.m3u' M3U Playlist In C:\Users Directory

wudz-m3u -f "C:\file.xpsf" -v -o C:\Users

Check & Download Legit M3u Urls From 'valid.txt' To Output Folder As Local Playlist Files & Legit Urls In 'm3u_valid.txt'.

wudz-m3u -l "C:\valid.txt" -d

Library

Convert '/home/ubuntu/Documents/file.xpsf' XPSF Playlist To M3U Playlist In '/home/ubuntu/Desktop' Directory.

>>> from wuddz_m3u import m3u
>>> m = m3u.M3U()
>>> m.__convert('/home/ubuntu/Documents/file.xpsf', '/home/ubuntu/Desktop')

Parse M3U Playlist File '/home/ubuntu/Documents/sub.m3u' For Series House Of Cards & Create Playlist In '/home/ubuntu/Desktop/TV' Directory.

>>> from wuddz_m3u import m3u
>>> playlist = '/home/ubuntu/Documents/sub.m3u'
>>> output = '/home/ubuntu/Desktop/TV'
>>> title = 'House Of Cards'
>>> m = m3u.M3U()
>>> m.__search(playlist,output,t=title)

Contact Info:

Buy Me A Coffee!!

Alt Text

  • ERC20: 0xbF4d5309Bc633d95B6a8fe60E6AF490F11ed2Dd1

Alt Text

  • BTC: bc1qa7ssx0e4l6lytqawrnceu6hf5990x4r2uwuead

Alt Text

  • LTC: LdbcFiQVUMTfc9eJdc5Gw2nZgyo6WjKCj7

Alt Text

  • DOGE: DFwLwtcam7n2JreSpq1r2rtkA48Vos5Hgm

Alt Text

  • TRON: TY6e3dWGpqyn2wUgnA5q63c88PJzfDmQAD

Enjoy my awesome creativity!!

Peace & Love Always!!

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

wuddz_m3u-1.0.1.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

wuddz_m3u-1.0.1-py3-none-any.whl (7.0 kB view details)

Uploaded Python 3

File details

Details for the file wuddz_m3u-1.0.1.tar.gz.

File metadata

  • Download URL: wuddz_m3u-1.0.1.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for wuddz_m3u-1.0.1.tar.gz
Algorithm Hash digest
SHA256 ba346cb49c49cae80e8660ddd4549a8d9122a237d6e72ca705de5f03929c984b
MD5 8a03576c6da067466fd996b6d71f5126
BLAKE2b-256 636da8d2476bf1d8b63e4761eaa309931c8df0d4e3558957c95ad94256a6c37e

See more details on using hashes here.

File details

Details for the file wuddz_m3u-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: wuddz_m3u-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 7.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for wuddz_m3u-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2f35f24abde18dcc4b8808072f82eb1e3ad42797ae7aa5c53e7bd5d38df3cf0a
MD5 008a22ed14672e72fd1b6c65babf574e
BLAKE2b-256 3e14f5d4d3fea06c4b0a90800a796e5667020d6ae36be02c203641d9ed8d5e0b

See more details on using hashes here.

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