Everything posted by snoopy86
-
Wake up VM device after sleep
Requirement is to wake up VM when VM is in sleep/hibernation with mouse/keyboard move. When you have PCIE passtrough to VM, host is unable to access this PCIE. What needs to be done is when VM goes to sleep/hybernation host should be aware of this PCIE so it will recognize mouse moves/keyboard clicks and based on that wake up the VM which will take ownership of the PCIE again. Use-case is to cut electricity costs by not having VM's in idle mode.
-
Using GPU on host when VM is in sleep
Is it possible that host uses GPU that is passtrough to VM when VM is in sleep mode and therfore not using it? Use-case is that i would like to use GPU on VM when it is running, when it is not (sleep/hibernation?) i would use it in trex-miner docker.
-
Option to hide stopped docker containers
Docker tab.
-
Option to hide stopped docker containers
Add an option to have stopped containers hidden for easier management.
-
[Support] Djoss - FileBot
@DjossOpenSubtitles Login now requires FileBot 4.9.5 (r9072) or higher due to server-side API changes. Workaround until 4.9.5 is to remove opensubtitles user/pass from the variables. -------- One more thing. As Filebot docker in idle is using 200MB of memory could you add another variable so you have an option to choose if you would like to use web gui or not. This would then disable execution of those marked processes.
-
[Support] Snoopy - Logitech Media Server, Emoncms, Ubuntu, FFmpeg
Not possible at the moment. I can only suggest that you use Redis docker from user jj9987. This is the one i'm using and it works ok with emoncms.
-
[Support] Snoopy - Logitech Media Server, Emoncms, Ubuntu, FFmpeg
No, this will not work in this docker.
-
[Support] Snoopy - Logitech Media Server, Emoncms, Ubuntu, FFmpeg
You need to use standard FFmpeg parameters. For this docker is only important that you separate them with ; so it can parse it in the background correctly. Couple examples: -map 0;-vcodec libx264;-crf 17;-preset medium;-scodec copy;-acodec copy -map 0;-vcodec copy;-scodec copy;-acodec ac3;-b:a 640k -map 0:v;-map 0:a:1;-map 0:s:3;-c:v copy;-bsf:a dca_core;-c:a copy;-c:s copy Copy folder was used to copy original file to it at the end of transcoding. Currently it is not being used.
-
[Support] Snoopy - Logitech Media Server, Emoncms, Ubuntu, FFmpeg
External Sent from my BLA-L29 using Tapatalk
-
[Support] Snoopy - Logitech Media Server, Emoncms, Ubuntu, FFmpeg
Try to update container. You should see latest version 8.2.
-
[Support] Snoopy - Logitech Media Server, Emoncms, Ubuntu, FFmpeg
You can try to specify UID and GID like this: -e PUID=1000 -e PGID=1000
-
[Support] Snoopy - Logitech Media Server, Emoncms, Ubuntu, FFmpeg
What is inside config\logs\server.log? From the top of my head i would say there is some issue with how you configured ports. Maybe something is already running on those ports you have configured for lms. I don't see any issues at my test server.
-
[Support] Snoopy - Logitech Media Server, Emoncms, Ubuntu, FFmpeg
Attach the log files and the configuration settings of the lms docker so we can check.
-
[Support] Snoopy - Logitech Media Server, Emoncms, Ubuntu, FFmpeg
I've bumped the ffmpeg version to 4.3. You should have it when you do an update. Maybe this will fix your issue with unknown options. As for watch directory not working. What is in the log after the container starts?
-
[Support] Snoopy - Logitech Media Server, Emoncms, Ubuntu, FFmpeg
Post a screenshot of your "Parameters for FFmpeg". You will need to have a separator ; between each parameter.
-
[Support] Linuxserver.io - HAbridge
Can this run on host port other than 80 and be discovered by Echo?
-
Add hub.docker credentials
Add option to set hub.docker credentials to be used when pooling images. Based on the latest news they will begin rate-limiting the number of pull requests.
-
[Support] Djoss - FileBot
Now it's working as it should. The root of the problem was that the folders for watch and output need to be defined two times.
-
[Support] Djoss - FileBot
Any pointers how to solve this? Both of those folders resist on the same share in unraid.
-
[Plug-In] Community Applications
There is a need of some sort of grouping on CA and also some policy what can be added. For example you have about 5 apps for sonarr/radarr...
-
[Support] Djoss - FileBot
-
[Plug-In] Community Applications
Ok. I've created a new one with watch folder.
-
[Plug-In] Community Applications
Could you add https://github.com/linuxserver/docker-ffmpeg to the apps?
-
[Support] Djoss - FileBot
Any explanation why would keeplink take so much time and use so much CPU? It should just move the file to different location and link it back. If i do the same action through putty it does it in couple of seconds. What is different here?
-
[Support] Snoopy - Logitech Media Server, Emoncms, Ubuntu, FFmpeg
Hi @randomtask1, you will see this message lots of times as the version that is inside the docker is not always the latest one. There is no issue with that whatsoever so you can just ignore this message.