index                                                
* Ver   Plex  
  2/17/25   index  
                                                   
   
  Home updates: cd /home/software
  Temp (as Superuser) download to >>>> \home\software\plexmediaserver_1.30.2.6563-3d4dc0cce_amd64 Lon.TV How I use Plex for Personal Media in 2022 - Server tips and more!
  Temp2
    dpkg -i plexmediaserver_1.30.2.6563-3d4dc0cce_amd64.deb highlight                    
    right-click Pending                
      disable -->   auto empty trash          
    Intel Quick Sink Video https://en.wikipedia.org/wiki/Intel_Quick_Sync_Video                    
                       
                       
    How To:                    
    Stop Plexamp press+hold the pause button                    
                       
    Get Status systemctl status plexmediaserver                    
                       
                       
    Settings >  Manage  > Libraries
    Libraries:   >  Edit Library  >  Add folders
    1 Movies /home/nfs/plex/movies cp -r /var/www/html/plex-media/movies/ /home/nfs/plex/ /mnt/user/Plex-Media/movies
                    cd /var/www/html/plex-media -----> rm -r movies
    2 TV Shows /home/nfs/plex/TV_shows
                   
    3 Music /home/nfs/plex/music cp -r /var/www/html/plex-media/music/  /home/nfs/plex/ /mnt/user/Plex-Media/music
          /var/www/html/plex-media/music cd /var/www/html/plex-media -----> rm -r music
    4 Home Pictures (slides) /home/nfs/plex/Pictures cp -r /var/www/html/plex-media/Pictures/  /home/nfs/plex/ /mnt/user/Plex-Media/Pictures
                    cd /var/www/html/plex-media -----> rm -r Pictures
    5 Home Videos /home/nfs/plex/home_videos cp -r /var/www/html/plex-media/home_videos/ /home/nfs/plex/ /mnt/user/Plex-Media/home_videos
                   
   
    Misc Stuff
    systemctl list-units|grep -i plex
    systemctl status plexmediaserver  (start, stop, restart, status )
   
    UnRaid Debian
    NFS share (as root)   mount   192.168.0.17:/mnt/user/Plex-Media     /home/nfs/plex
     
    To check share -->   mount 192.168.0.17:/mnt/user/Plex-Media on /home/nfs/plex type nfs4
       (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clienta.168.0.67,local_lock=none,addr=192.168.0.17)
     
     
    Notes:   when Plex Amp is acting weird --->   if the T30 server has had a reboot, power bump, then it loses the NFS share from the unRaid to the Web svr. 
           (need to execute the mount command above)