Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimplePlaylistParser

Simple m3u playlist parser for IPTV, etc.

Available Settings:

  • URLS to parse playlists
  • Playlist charset
  • Customize User-Agent
  • Parse interval
  • Filter specific channels name with ability to split into groups
  • Sort channels
  • Auto include HD channels
  • Allow any end of channel name
  • Ignore channel by keywords
  • Local web server to access your parsed playlist (http://192.168.1.*:8765/playlist.m3u)

How to use:

  • Download latest release SimplePlaylistParser.zip
  • Edit settings.cfg
  • Edit filter.list if you want specific channels

Run service for interval parsing:

  • java -jar launch.jar

Run single parsing:

  • java -jar launch.jar --input (path to playlist file or url) --output (playlist output filename)

System requirements:

  • Windows / Linux
  • Java (JRE) 8+

Example filter.list

Specific channels
Channel name 1
Channel name 2
Channel name 3
Channel name 4
Channel name 5

Specific channels with ability to split into groups
[Group name 1]
Channel name 1
Channel name 2
Channel name 3
[Group name 2]
Channel name 4
Channel name 5

About

Simple m3u playlist parser for IPTV, etc.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages