Plex

Se connecter au client Plex :

https://app.plex.tv/desktop/#!/

Mettre à jour :

dpkg -L plexmediaserver

sudo nano /etc/apt/sources.list.d/plexmediaserver.list
// Remove the beginning # symbol of last line

wget -q https://downloads.plex.tv/plex-keys/PlexSign.key -O - | sudo apt-key add -

sudo apt update

Nommer et organiser les fichiers :

/Media
   /Movies
      movie content
   /Music
      music content
   /TV Shows
      television content
/Movies
   /Avatar (2009)
      Avatar (2009).mkv
   /Batman Begins (2005)
      Batman Begins (2005).mp4
      Batman Begins (2005).en.srt
      poster.jpg

If using the (non-“legacy”) Plex Movie agent available in Plex Media Server v1.20.1 and newer

/Movies
   /Batman Begins (2005) {imdb-tt0372784}
      Batman Begins (2005) {imdb-tt0372784}.mp4
# or

/Movies
   /Batman Begins (2005) {tmdb-272}
      Batman Begins (2005) {tmdb-272}.mp4
Movies
   /The Dark Knight (2008)
      The Dark Knight (2008) - pt1.mp4
      The Dark Knight (2008) - pt2.mp4
/TV Shows
   /Doctor Who {tvdb-76107}
      /Season 01
         S01e01 - An Unearthly Child (1).mp4
         S01e02 - The Cave of Skulls (2).mp4
   /From the Earth to the Moon
      /Season 01
         From the Earth to the Moon - s01e01.mp4
         From the Earth to the Moon - s01e02.mp4
   /Grey's Anatomy
      /Season 00
         Grey's Anatomy - s00e01 - Straight to the Heart.mkv
      /Season 01
         Grey's Anatomy - s01e01 - pt1.avi
         Grey's Anatomy - s01e01 - pt2.avi
         Grey's Anatomy - s01e02 - The First Cut is the Deepest.avi
         Grey's Anatomy - s01e03.mp4
      /Season 02
         Grey's Anatomy - s02e01-e03.avi
         Grey's Anatomy - s02e04.m4v
   /The Colbert Report
      /Season 08
         The Colbert Report - 2011-11-15 - Elijah Wood.avi
/Music
   /Pink Floyd
      /Wish You Were Here
         01 - Shine On You Crazy Diamond (Parts I-V).m4a
         02 - Welcome to the Machine.mp3
         03 - Have a Cigar.mp3
   /Foo Fighters
      /One By One
      /There is Nothing Left to Lose
   /U2
      /Joshua Tree

/Music
   /Various Artists
      /Guardians Of The Galaxy - Awesome Mix Vol. 1
         01 - Hooked On A Feeling.mp3
         02 - Go All The Way.mp3
         03 - Spirit In The Sky.mp3
      /The Crow - Original Motion Picture Soundtrack
         01 - Burn.mp3
         02 - Golgotha Tenement Blues.mp3
         03 - Big Empty.mp3
/Home Movies
   /Christmas
      /2012
         Christmas - s2012e01 - Getting Ready.m4v
         Christmas - s2012e02 - Stuffing the Stockings.m4v
         Christmas - s2012e03 - Christmas Morning.m4v
      /2013
         Christmas - s2013e01 - Kids Unwrapping Presents.m4v

Installer des plug-ins :

Windows

%LOCALAPPDATA%\Plex Media Server\Plug-ins

macOS

~/Library/Application Support/Plex Media Server/Plug-ins

Linux

$PLEX_HOME/Library/Application Support/Plex Media Server/Plug-ins

liens : https://support.plex.tv/articles/

Leave a comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.