Advertisement
Guest User

Update Audnexus Plug-in

a guest
May 9th, 2022
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.68 KB | None | 0 0
  1. :: In this example I have my plex config folder on another computer mapped as a network drive to letter P
  2. p:
  3. :: Change directory to the plugins folder
  4. cd P:\plex\config\Library\Application Support\Plex Media Server\Plug-ins
  5. :: If this plugin does not exist, this command clones the development branch
  6. git clone -b develop https://github.com/djdembeck/Audnexus.bundle.git
  7. :: Next we change directory to inside the audnexus folder
  8. cd P:\plex\config\Library\Application Support\Plex Media Server\Plug-ins\Audnexus.bundle
  9. :: The git pull command updates the folder to match github
  10. git pull
  11. :: The pause command leaves the terminal window open so you can see if everything went right
  12. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement