Installing Jellyfin: Difference between revisions

m Added at the time of writing
m Installing Jellyfin: Added key press templates
Line 36: Line 36:
   -l $JELLYFINDIR/log \
   -l $JELLYFINDIR/log \
   --ffmpeg $FFMPEGDIR/ffmpeg
   --ffmpeg $FFMPEGDIR/ffmpeg
* Press Ctrl+W then Y to save the file
* Press {{key press|Ctrl}}+{{key press|W}} then {{key press|Y}} and {{key press|Enter}} to save the file
* Run <code>sudo chmod +x jellyfin.sh</code> to make the script executable
* Run <code>sudo chmod +x jellyfin.sh</code> to make the script executable


Line 58: Line 58:
  WantedBy=multi-user.target
  WantedBy=multi-user.target


* Press Ctrl+W then Y to save the file
* Press {{key press|Ctrl}}+{{key press|W}} then {{key press|Y}} and {{key press|Enter}} to save the file
* Correct the permissions of the service file <code>sudo chmod 644 jellyfin.service</code>
* Correct the permissions of the service file <code>sudo chmod 644 jellyfin.service</code>