saarg

Community Developer
  • Posts

    5374
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by saarg

  1. Plex usually knows what is a problem in their software or in the container. So shouldn't be a problem going to the official forum.
  2. You should probably post in English if you want an answer.
  3. Yea, it broke my year. Not sure if I can recover from this...
  4. Noticed today that condensed view in the unread/all activity list doesn't work anymore. Tested on both Chrome and Firefox on Android.
  5. Stub the card you want to pass through to the VM so the driver doesn't get loaded.
  6. There is a toggle in the VM template in the top right corner that switch to xml view.
  7. Yes, update the container. Do not use the built in updater.
  8. How long did you wait after you started the container? It generates the ssl certificate on first run, so might be you didn't wait until the certificate was created.
  9. It's not something we support, so it's on your own risk. You have to follow the airsonic documentation and then figure out how to do it in a container.
  10. I don't see why you post this in the Airsonic support thread?
  11. If you change it to host, the port mapping doesn't do anything, so it's still using port 1900.
  12. Did you follow the upgrade procedure for command line linked in the first post?
  13. I triggered a build, so it should be ready in a couple of hours.
  14. You can't change the port to 1800 as the client looks for port 1900 as far as I know. The only solution to having multiple DLNA servers on the same server is to set each container to its own IP.
  15. Google nvidia nvdec matrix and check which cards support the codecs you need. Then you need to check if the card is support by the latest Linux driver.
  16. Quadro 5000 isn't supported by the current driver. It doesn't have support for nvdec/nvenc either, so it's useless for hardware transcoding.
  17. Using the console entry in the menu takes you inside the container. Same as docker exec using SSH to unraid. MariaDB has a built in client, but refer to the MariaDB documentation for how to use it.
  18. From where are you browsing to tautulli? If it's from a VM on unraid, you will not manage to access it. It's a security feature in macvlan.
  19. It's probably caused by docker having its own IP range and sees your local network as remote. There might be a settings file you can edit, but I do not know which or where. Might be better to ask jellyfin. Unless binhex knows.
  20. Don't run commands to renew the certificate yourself. Is your time and date in unraid correct? You can trigger an update by simply adding a subdomain. After that, you can remove it.
  21. Either read a little further up the page or click the github link in the first post.
  22. You need to check the MariaDB documentation for how to connect to the database. You can do this through the console or remotely.