Installing Jellyfin: Difference between revisions

m Inital run and starting the service: Fixed typo, added key press template
m Installing Jellyfin: Simplified key press templates
Line 36: Line 36:
   -l $JELLYFINDIR/log \
   -l $JELLYFINDIR/log \
   --ffmpeg $FFMPEGDIR/ffmpeg
   --ffmpeg $FFMPEGDIR/ffmpeg
* Press {{key press|Ctrl}}+{{key press|W}} then {{key press|Y}} and {{key press|Enter}} to save the file
* Press {{key press|Ctrl|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 {{key press|Ctrl}}+{{key press|W}} then {{key press|Y}} and {{key press|Enter}} to save the file
* Press {{key press|Ctrl|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>