https://github.com/mahdijamal/m3umanager
Library to full management of M3U playlists.
https://github.com/mahdijamal/m3umanager
format hls iptv iptv-channels iptv-m3u iptv-player iptv-playlist m3u m3u-manager m3u-parser m3u-playlist m3u8 m3u8-parser m3u8-playlist m3umanager nuget nuget-package nuget-packages television tv
Last synced: 6 months ago
JSON representation
Library to full management of M3U playlists.
- Host: GitHub
- URL: https://github.com/mahdijamal/m3umanager
- Owner: MahdiJamal
- License: mit
- Created: 2023-12-12T07:11:33.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T09:05:06.000Z (12 months ago)
- Last Synced: 2025-03-25T23:23:24.259Z (7 months ago)
- Topics: format, hls, iptv, iptv-channels, iptv-m3u, iptv-player, iptv-playlist, m3u, m3u-manager, m3u-parser, m3u-playlist, m3u8, m3u8-parser, m3u8-playlist, m3umanager, nuget, nuget-package, nuget-packages, television, tv
- Language: C#
- Homepage:
- Size: 976 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# M3U Manager
**Created with ❤ in Iran by Mahdi Jamal**\
A simple way to read and edit and save M3U file with C#.\
This package developed with .netstandard2 that you can easily install it through nuget package manager.[](https://t.me/MhdiJml) [](https://github.com/MahdiJamal/M3UManager/blob/master/LICENSE) [](https://www.nuget.org/packages/M3UManager/) [](https://www.nuget.org/packages/M3UManager/)
## 💡 Features
* Parse m3u inline and outline group title file.
* Simple edit m3u file.
* Save m3u inline and outline group title file.
* All classes and properties are Observable.## ⚙️ Installation
You can install this package from [nuget](https://www.nuget.org/packages/M3UManager/).---
Install latest version with Package Manager 👇🏽
```
PM> NuGet\Install-Package M3UManager
```
Install latest version with .NET CLI 👇🏽
```
> dotnet add package M3UManager
```## 🎂 Support the development of this project
Your support means a lot and it keeps me motivated to keep working on open source projects.\
If you like this project please ⭐ it by clicking on the star button at the top of the page.\
If you are feeling generous, you can buy me a coffee by donating through Bitcoin.\
Either way - **Thank you!** 🎉[](https://github.com/MahdiJamal/M3UManager)\
[](bitcoin:bc1q2m03tfsuru4jgtl948vnavd5l8k2yjr7kx34wh)\
**bc1q2m03tfsuru4jgtl948vnavd5l8k2yjr7kx34wh**## Code of Conduct
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community.## License
M3UManager is free and open source software licensed under MIT License. You can use it in private and commercial projects.
Keep in mind that you must include a copy of the license in your project.