Skip to main content

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

Project description

Wuddz M3U Maker/Parser & XPSF To M3U Converter

Description

  • A Cool & Simple Python M3U Playlist 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.0.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

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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for wuddz_m3u-1.0.0.tar.gz
Algorithm Hash digest
SHA256 2add515cabbe1c327c68376e907c2767beffbc1fa7356f356313207b94269371
MD5 88950f2b031507d22f27520157d8e885
BLAKE2b-256 743aff729045093c0c5d17a4611d7550be02c1e6b656f807ee5578b8892f348b

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for wuddz_m3u-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fac8ca7653a4cfb7ad229d9742f20441baf32dae3c79f34fa37b8f3af03ba0a5
MD5 d570a8493f7191ffb68a4024c2be323c
BLAKE2b-256 02fbd82f13a2ca6ef8d35cae7007b4392dc85b212322f22fbd810ccbdd717576

See more details on using hashes here.

Provenance

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