Skip to content

Commit

Permalink
docs: update readme and license
Browse files Browse the repository at this point in the history
  • Loading branch information
4gray committed Feb 6, 2021
1 parent b8a13d6 commit e9ec2c3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2020 - Maxime GRIS
Copyright 2020-2021

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
23 changes: 13 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,21 @@
<a href="https://github.com/4gray/iptvnator/releases"><img src="https://img.shields.io/github/release/4gray/iptvnator.svg?style=round-square" alt="Release"></a> <a href="https://github.com/4gray/iptvnator/actions"><img src="https://github.com/4gray/iptvnator/workflows/Build%20and%20release/badge.svg" alt="Build and release"></a> <a href="https://github.com/4gray/iptvnator/releases"><img src="https://img.shields.io/github/downloads/4gray/iptvnator/total" alt="Releases"></a> <a href="https://codecov.io/gh/4gray/iptvnator"><img src="https://codecov.io/gh/4gray/iptvnator/branch/electron/graph/badge.svg?token=J53BMPYOFP"/></a>
</p>

**IPTVnator** is a video player application that provides support for IPTV playlists (m3u, m3u8). The application is an open source project based on Electron.
**IPTVnator** is a video player application that provides support for the playback of IPTV playlists (m3u, m3u8). The application allows to import playlists by using remote URLs or per file upload from the file system. Additionally there is a support of EPG information XMLTV-based which can be provided by URL.

First version of the application which was developed as a PWA is available in an extra git branch.
The application is an cross-platform and open source project based on Electron and Angular.

**Features:**

- m3u and m3u8 playlists support
- Upload playlists from your file system
- Upload remote playlists via URL
- Search for channels
- Group-based channels list
- Open playlist from the file system
- Save channels as favorites
- HTML video player with hls.js support or Video.js based player
- M3u and M3u8 playlists support 📺
- Upload playlists from a file system 📂
- Upload remote playlists via URL 🔗
- Search for channels 🔍
- EPG support
- Group-based channels list
- Open playlist from the file system
- Save channels as favorites
- HTML video player with hls.js support or Video.js based player


| Welcome screen: Playlists overview | Main player interface with channels sidebar and video player |
Expand All @@ -29,6 +30,8 @@ First version of the application which was developed as a PWA is available in an
| Welcome screen: Add playlist via file upload | Welcome screen: Add playlist via URL |
| ![Welcome screen: Add playlist via file upload](./iptv-upload.png) | ![Welcome screen: Add playlist via URL](./upload-via-url.png) |

*Note: First version of the application which was developed as a PWA is available in an extra git branch.*

# Download

Download the latest version of the application for macOS, Windows and Linux from the [release page](https://github.com/4gray/iptvnator/releases).
Expand Down

0 comments on commit e9ec2c3

Please sign in to comment.