bbue

joined 4 months ago
[โ€“] bbue@lemmy.dbzer0.com 9 points 11 hours ago (1 children)

I like using sonarr(https://sonarr.tv/) - you can assign the episodes and seasons. Then you can have it rename them. There is an absolute episode numbering setting. Trash guides is helpful too: https://trash-guides.info/

My setup is for Plex, but I'm assuming Jellyfin should be able to consume the library names the same

[โ€“] bbue@lemmy.dbzer0.com 2 points 2 months ago* (last edited 2 months ago) (1 children)

Really excited to try this. Handbrake always too daunting for me. Currently putting it into a docker container - couple of requests:

  • looks like the auto detect fails to see GPU passthrough on docker container. I'm assuming I can force it and ignore the auto detect?
  • I pointed it at a 7 season show on my NAS from a work server node. It appears to be copying everything over before starting the encoding. Could this be chunked? I'd like to eventually point this at all my media and let it run

EDIT: Looks like it was my doing on the GPU docker stuff. Need to follow steps to enable GPU on docker then need the following arguments:

--gpus all -e NVIDIA_VISIBLE_DEVICES=all -e NVIDIA_DRIVER_CAPABILITIES=compute,video,utility