An open API service indexing awesome lists of open source software.

https://github.com/axel-erfurt/m3uedit

convert iptv m3u to csv and back
https://github.com/axel-erfurt/m3uedit

hypnotix iptv iptv-channels iptv-playlist linux linux-mint m3u m3u-editor m3u-playlist pyqt5 python3 ubuntu2004

Last synced: 7 months ago
JSON representation

convert iptv m3u to csv and back

Awesome Lists containing this project

README

          

# m3uEdit
convert iptv m3u to csv and back

### Usage

```python3 /path/to/m3u_to_csv.py '/path/to/input.m3u' '/path/to/output.csv'```

```python3 /path/to/csv_to_m3u.py '/path/to/input.csv' '/path/to/output.m3u'```

## m3uEditor.py
m3uEditorDE.py is a german version :de:
### Requirements

- python3
- PyQt5
- pandas

### Usage

```python3 /path/to/m3uEditor.py```

or

```python3 /path/to/m3uEditorGtk.py```

load m3u -> edit -> save m3u

- delete channels
- move channels up/down
- filter
- replace text

#### Example for filter

You can filter group by searchterm and save this as new m3u

![screenshot](https://github.com/Axel-Erfurt/m3uEdit/blob/main/screenshot.png)

Gtk Version

![screenshot](https://github.com/Axel-Erfurt/m3uEdit/blob/main/screenshot2.png)