Skip to content

soderlund91/strmcreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

22 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

strmcreator_text

STRM Creator is a high-performance tool designed to transform IPTV playlists (M3U) into .strm files. This allows you to integrate your IPTV provider's content directly into media libraries like Plex, Jellyfin, or Emby as if they were local files.

Made with a lot of help from ChatGPT and Google Gemini.

Key Features

๐Ÿš€ High Performance: Parallel processing engine capable of handling thousands of streams in seconds.

๐Ÿ’Ž 4K/UHD Separation: Automatically detects quality tags and organizes content to prevent 4K files from overwriting HD versions.

๐Ÿ“‚ Smart Organization: Automatically maps series into proper Season folders that media servers love.

๐Ÿงน Name Normalization: Built-in cleaning of unnecessary tags (e.g., language codes, codecs, and release info) for a clean library look.

๐ŸŒ Web UI: User-friendly interface to trigger runs and monitor logs in real-time.

๐Ÿ›  Installation (Docker Compose) Running STRM Creator via Docker Compose is the recommended method.

  1. Create a folder for the project.

  2. Create a file named docker-compose.yml and paste the following:

services:
  strmcreator:
    image: soderlund91/strm-creator:latest
    container_name: strmcreator
    restart: unless-stopped
    ports:
      - "8585:8000"
    volumes:
      - ./config:/config
      - ./data:/data
      - ./media:/media  # Change to where you want your media (left side of the : )
    environment:
      - TZ=UTC
  1. Start the container:
docker compose up -d
  1. Go to
http://localhost:8585/ui    # Or the ip of the host.
                            

REMEMBER THE /UI

  1. Enter your URL for your m3u file and hit save.
  2. Update groups and mark what you whant. (This code is only tested with movies and series, not live channels)
  3. Hit "Run now"

Screenshot cs

About

Create .strm-files from m3u file with a web UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages