User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
embyserver [2025/01/22 04:58] – [Annoucments v2 Blink] normanembyserver [2025/10/02 12:05] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Emby Server Little helpers ====== ====== Emby Server Little helpers ======
  
 +Linux File Permissions
  
 +<code>
 +setfacl -m user:emby:rxw /mnt/videos
 +</code>
 +
 +<code>
 +setfacl -m user:emby:rxw /home/myusername
 +
 + 
 +
 +or to grant "read only" access to specific folders:
 +
 + 
 +
 +setfacl -m user:emby:rx /home/myusername/Music
 +
 + 
 +setfacl -m user:emby:rx /home/myusername/Videos
 + 
 +setfacl -m user:emby:rx /home/myusername/Pictures
 + 
 +Since Live TV must be read and written, then it's neccesary to grant "read" and "write" permissions:
 + 
 +setfacl -m user:emby:rxw /home/myusername/LiveTV
 +</code>
 +
 +Source: [[https://emby.media/community/index.php?/topic/32218-file-permissions-guide-for-new-linux-users/|External Link]]
 ===== Linux Shell Convert Videos with Emby NVIDIA HW transcoding ===== ===== Linux Shell Convert Videos with Emby NVIDIA HW transcoding =====