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
- Host: GitHub
- URL: https://github.com/axel-erfurt/m3uedit
- Owner: Axel-Erfurt
- License: mit
- Created: 2021-04-14T08:58:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T17:03:29.000Z (over 1 year ago)
- Last Synced: 2025-04-23T09:58:50.441Z (7 months ago)
- Topics: hypnotix, iptv, iptv-channels, iptv-playlist, linux, linux-mint, m3u, m3u-editor, m3u-playlist, pyqt5, python3, ubuntu2004
- Language: Python
- Homepage:
- Size: 1.58 MB
- Stars: 21
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
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

Gtk Version
