Git Product home page Git Product logo

Comments (5)

github-actions avatar github-actions commented on June 30, 2024

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

from docker-bazarr.

Freekers avatar Freekers commented on June 30, 2024

You can do so yourself using the following Docker Mod: https://github.com/linuxserver/docker-mods/tree/universal-package-install

It's really easy. Here's a excerpt from my docker-compose for HASS, but you get the point:

services:
  hass:
    image: lscr.io/linuxserver/homeassistant:latest
    container_name: hass
    restart: unless-stopped
    environment:
     - TZ=Europe/Amsterdam
     - PUID=1000
     - PGID=1000
     - DOCKER_MODS=linuxserver/mods:universal-package-install
     - INSTALL_PACKAGES=android-tools

from docker-bazarr.

pums974 avatar pums974 commented on June 30, 2024

Thanks.
I did not knew this trick.
I will try

from docker-bazarr.

Freekers avatar Freekers commented on June 30, 2024

@pums974 But, if it's a required component for the Bazarr core functionality to work properly, I do agree it should be included in the base image. To be honest I have not ran into this issue just yet. How did you discover that this package is missing and which error do you get?

from docker-bazarr.

JeffP07 avatar JeffP07 commented on June 30, 2024

mediainfo was included in the latest release of bazarr as an option for parsing if mediainfo is already installed. if it's not installed then you can only use ffprobe: https://github.com/morpheus65535/bazarr/releases/tag/v1.1.4

It would then make sense for this image to install mediainfo as a dependency so it can be chosen as the parser without needing to use docker mods

from docker-bazarr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.