Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-02T07:07:34.000Z (10 months ago)
- Last Synced: 2024-10-14T03:03:14.493Z (4 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: 974 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- 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.[![Telegram Chat](https://img.shields.io/static/v1?label=chat&message=Telegram&color=blue&logo=telegram)](https://t.me/MhdiJml) [![GitHub license](https://img.shields.io/github/license/MahdiJamal/M3UManager)](https://github.com/MahdiJamal/M3UManager/blob/master/LICENSE) [![Nuget](https://img.shields.io/nuget/v/M3UManager)](https://www.nuget.org/packages/M3UManager/) [![Nuget](https://img.shields.io/nuget/dt/M3UManager?label=nuget)](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!** 🎉[![GitHub stars](https://img.shields.io/github/stars/MahdiJamal/M3UManager?color=green&label=star%20it%20on%20GitHub)](https://github.com/MahdiJamal/M3UManager)\
[![Donate bitcoin](https://raw.githubusercontent.com/MahdiJamal/M3UManager/master/branding/donate-bitcoin.png)](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.