Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. # Plex notes
  2.  
  3. ## Rescan from terminal
  4.  
  5. First make sure you're acting as the `plex` user.
  6.  
  7. $ sudo su plex
  8.  
  9. The Plex binaries are located in `/usr/lib/plexmediaserver`.
  10.  
  11. To rescan everything:
  12.  
  13. $ /usr/lib/plexmediaserver/Plex\ Media\ Scanner -s
  14.  
  15. ## Other functionality
  16.  
  17. Run `Plex\ Media\ Scanner` with no flags to see usage.
  18. - `-r` (refresh) rebuilds the metadata for the entire library. Very slow!
  19. - `-x` (force) might be helpful, but I'm not sure when.
  20.  
  21. For debugging `-l` and then `-t -c <section>` with the relevant number could be useful.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement