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.2.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.2.tar.gz (7.4 kB view details)

Uploaded Source

Built Distribution

wuddz_m3u-1.0.2-py3-none-any.whl (9.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: wuddz_m3u-1.0.2.tar.gz
  • Upload date:
  • Size: 7.4 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.2.tar.gz
Algorithm Hash digest
SHA256 6bca4031c5ffe552ef362eeef8c09abd2fc752d41be5e695eed101a937d4fca3
MD5 e572bf5c371f5a63506949c9dd1bd3a7
BLAKE2b-256 5b25e7168c7d40c29f9a61e48162a349916bcbb72cc98ed9fe2b7a763eaa2597

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wuddz_m3u-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 9.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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c938909c05b0376c011d976f2789f34faf710204c98546ff9c4c4ead52424106
MD5 c6fdc79a624afafff675b36ea31962eb
BLAKE2b-256 ea923d6fb04995c2f6d715c0f709ec2f9bd7d9952fbb0ef2ce3ffb5068bb97fc

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