jellyfin-archive / jellyfin-docs

Documentation for Jellyfin
https://jellyfin.org
Creative Commons Attribution Share Alike 4.0 International
143 stars 220 forks source link

Synology notes #268

Open Artiume opened 4 years ago

Artiume commented 4 years ago

https://github.com/jellyfin/jellyfin/issues/2418#issuecomment-596566093

rigtorp commented 4 years ago

How to pull image on Synology:

Screenshot from 2020-04-28 12-17-16

Screenshot from 2020-04-28 12-17-50

Screenshot from 2020-04-28 12-18-06

rigtorp commented 4 years ago

Create container: Screenshot from 2020-04-28 12-24-56

Screenshot from 2020-04-28 12-25-22 Screenshot from 2020-04-28 12-25-36 Screenshot from 2020-04-28 12-25-52 Screenshot from 2020-04-28 12-26-21 Screenshot from 2020-04-28 12-26-49

Artiume commented 4 years ago

Awesome, thanks for the pictures

rigtorp commented 4 years ago

Should we create a separate synology.md file with instructions and pictures for Synology?

Artiume commented 4 years ago

That sounds like a good idea. would all synology share a common setup?

rigtorp commented 4 years ago

Yes they all run the same software Synology DSM https://www.synology.com/en-us/dsm

On Wed, Apr 29, 2020 at 2:58 PM artiume notifications@github.com wrote:

That sounds like a good idea. would all synology share a common setup?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jellyfin/jellyfin-docs/issues/268#issuecomment-621487077, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABLO27GDLLHVBTBS4NOMWDRPCPGTANCNFSM4LEKCL7Q .

Artiume commented 4 years ago

we can close this out with this https://github.com/jellyfin/jellyfin-docs/pull/356

rigtorp commented 4 years ago

To add hardware acceleration support, first export the Synology container JSON definition and re-import it after adding the following to the root of the JSON object:

"devices": [
    {
        "CgroupPermissions": "rwm",
        "PathInContainer": "/dev/dri/renderD128",
        "PathOnHost": "/dev/dri/renderD128"
    }
],
rigtorp commented 4 years ago

Also see: