Thanks to visit codestin.com
Credit goes to github.com

Skip to content

convert m3u files to strm files with the folder structure needed to use them in emby.

License

Notifications You must be signed in to change notification settings

jaburges/m3u2strm

 
 

Repository files navigation

m3u2strm-docker

Hi there, Been looking for a way to add VOD content from my IPTV service to Emby or Jellyfin, so rebuilt a docker container of a fork from the original m3u2strm python and made some updates.

This is my first personal dev project so be kind ;)

Convert m3u files to strm files with the folder structure needed to use them in emby / jellfin etc For TVshows it will append your base m3u_url with /X from 1-20 as most providers need more than one m3u file.

docker run -d \
  --name m3u2STRM \
  -e MOVIES_M3U_URL={Your Movies M3U} \
  -e TVEPISODES_M3U_URL={Your TVEpisods M3U} \
  -e UPDATE_INTERVAL="0 */6 * * *" \
  -v /path/to/movies:/movieoutput \
  -v /path/to/Episodes:/TVEpisodesoutput \
  jamieeburgess/m3u2strm-docker:latest

If the Movies and Episodes libraries are already set up in Emby/Jellyfin scanning library should add the content.

Buy Me A Coffee

About

convert m3u files to strm files with the folder structure needed to use them in emby.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.4%
  • Dockerfile 4.7%
  • Shell 1.9%