Everything posted by hurricanehrndz
-
New Emby Docker
In terms of Intel quick sync, although supported by ffmpeg, to actually get quick sync working you need a specific kernel and specific distribution. It is so specific that most projects do not see it worth the effort investing in. Sent from my ONEPLUS A3000 using Tapatalk
-
New Emby Docker
I'm pretty sure it is already enabled in the beta releases. Sent from my ONEPLUS A3000 using Tapatalk
-
New Emby Docker
Yes the netcore will have support for hardware decoding. Due to time constraints I'm no longer the main developer of this container. So issues should be posted on emby's forums. I'm not sure the other developer monitors this thread. Sent from my ONEPLUS A3000 using Tapatalk
-
New Emby Docker
Please post in the emby forums. This a spcific emby issue.
-
New Emby Docker
We are currently working on this a lot. There is a lot of focus on this, thank you for your patience Sent from my ONEPLUS A3000 using Tapatalk
-
New Emby Docker
Just glad it is all working for you. Always check the docker hub when in doubt. Builds and updates should be available within the hour, it is all automatic, so if you don't see it please post here.[emoji1] Sent from my ONEPLUS A3000 using Tapatalk
-
New Emby Docker
It was updated 5 hrs ago: https://hub.docker.com/r/emby/embyserver/tags/ At the same time the update was published on github: https://github.com/MediaBrowser/Emby/releases I'm not sure how much faster you want it.
-
New Emby Docker
We hope to have an update within the next 3 days. Sorry for the delay. Sent from my ONEPLUS A3000 using Tapatalk
-
New Emby Docker
It's to be released some time in the summer Sent from my ONEPLUS A3000 using Tapatalk
-
New Emby Docker
Plex has also had their own implementation of ffmpeg for a long time this is something new for us. For now you can probably do some manual workarounds, such as map the device, set the permissions and install ffmpeg from packman. Sent from my ONEPLUS A3000 using Tapatalk
-
New Emby Docker
At this moment not, I'm currently working on it. I hope to have it done by this summer. Sent from my ONEPLUS A3000 using Tapatalk
-
New Emby Docker
Usb3 works too Sent from my ONEPLUS A3000 using Tapatalk
-
New Emby Docker
Use drive one for now if you have to, but please consider a cache Sent from my ONEPLUS A3000 using Tapatalk
-
New Emby Docker
I would not use the flash drive. I would seriously consider using cache drive, that is pretty much where everyone put everything, even an old 80gb dirve will do. Sent from my ONEPLUS A3000 using Tapatalk
-
New Emby Docker
Cache drive is the recommendation Sent from my ONEPLUS A3000 using Tapatalk
-
New Emby Docker
There is only one database. I hope you made a backup of the original database from the phaze plugin. Anyhow the statement you need to execute would look something like this: sqlite3 /config/data/library.db "UPDATE TypedBaseItems SET data = CAST(REPLACE(CAST(data AS TEXT), '/mnt/cache/appdata/Embyserver', '/config') AS BLOB)"
-
New Emby Docker
Emby theater supports madvr as far as I know. I'm not sure if emby itself does, please ask in the official forums. Sent from my ONEPLUS A3000 using Tapatalk
-
New Emby Docker
The sqlite database needs the config location remapped. If you want I can try and provide the sql statement that will do that. Just be aware that it might not work and that you will need to do this on the command line. Sent from my ONEPLUS A3000 using Tapatalk
-
New Emby Docker
Best to ask directly in the emby forums, luke should answer pretty quick Sent from my ONEPLUS A3000 using Tapatalk
-
New Emby Docker
This has been fixed Sent from my ONEPLUS A3000 using Tapatalk
-
New Emby Docker
This looks like an error with the actual application. Please open an thread on the emby forums within the Linux subthread. Sent from my ONEPLUS A3000 using Tapatalk
-
New Emby Docker
Nope, you can try but it will not be official supported by us until we get our own ffmpeg version. The container is ready, it's ffmpeg that is not, the static version does not support hw decoding even though it says it does. Map the dev dri devices as hardware, and within the container add packman repo and then install ffmpeg. We will announce when we have va-api support. Sent from my ONEPLUS A3000 using Tapatalk
-
New Emby Docker
We are still working on an ffmpeg version that works with va-api. The container itself should be ready, the hold back is ffmpeg. For unRAID it will be a lot more complicated, because as far as I know the unRAID kernel doesn't load the appropriate kernel module. Can you please post the output of lsmod and what your hardware is. Sent from my ONEPLUS A3000 using Tapatalk
-
New Emby Docker
Questions regarding the usage are best asked in the Emby forums.
-
New Emby Docker
My respond in the docker thread stands: https://emby.media/community/index.php?/topic/9754-docker/page-36