aptalca 37e1511bf9
Merge pull request #949 from DaveO16176/emby-mediainfo-plugin
emby: mediainfo-plugin fix unzip command
2024-09-02 23:47:09 -04:00
2020-02-02 15:55:44 -05:00
2020-02-02 15:55:44 -05:00
2020-02-02 15:55:44 -05:00
2019-05-30 20:35:20 +01:00
2024-09-02 17:22:01 +02:00

MediaInfo Plugin Support - Docker mod for Emby

This mod adds support for the Emby's MediaInfo plugin https://github.com/Cheesegeezer/MediaInfoWiki/wiki for Linuxserver.io's Emby container https://github.com/linuxserver/docker-emby.

Supports the Ubuntu version of the Emby container. This mod will only work on amd64 because the Roku BIF file creation tool is compiled only for Linux x86 64-bit machines. See https://developer.roku.com/en-gb/docs/developer-program/media-playback/trick-mode/bif-file-creation.md for more information.

In Emby Docker arguments, set an environment variable DOCKER_MODS=linuxserver/mods:emby-mediaserver, such as:

  • docker-compose:
    environment:
      - DOCKER_MODS=linuxserver/mods:emby-mediainfo-plugin
    
  • docker cli:
    -e DOCKER_MODS=linuxserver/mods:emby-mediainfo-plugin
    

If adding multiple mods, enter them in an array separated by |, such as DOCKER_MODS=linuxserver/mods:emby-mediainfo-plugin|linuxserver/mods:universal-mod2

Settings in Emby

Configure the Media Toolbox plugin, applications installed will be located as follows:

  • MediaInfoCL in /usr/bin/mediainfo
  • MKVPropEdit in /usr/bin/mkvpropedit
  • BifTool in /usr/bin/biftool
Description
No description provided
Readme GPL-3.0 6.5 MiB
Languages
Text 100%