pawanpaudel93 / m3u-parser

A parser for m3u files. It parses the contents of the m3u file to a list of streams information which can be saved as a JSON/CSV/M3U file.
MIT License
30 stars 16 forks source link

CSV/JSON to M3U #18

Closed marat2509 closed 3 months ago

marat2509 commented 2 years ago

Is it possible to implement a reverse function where one can convert a table/file to m3u?

pawanpaudel93 commented 1 year ago

@marat2509 Sorry for the late response. Yes, but is there a standard format for the table/file to convert into m3u ???

nikhil96widhani commented 1 year ago

Such a great package but I badly need this feature to make it complete. Following this issue for update

pawanpaudel93 commented 1 year ago

@marat2509 @nikhil96widhani Please check parse_json and parse_csv methods which are included in the latest version.