Plex Library




Configure your Plex Server(s) in Settings






Plex Library
   

  • {{a.title}}
    • {{b.title}} {{b.durationStr}}
      • {{ c.type === 'episode' ? c.showTitle + ' - S' + c.season.toString().padStart(2,'0') + 'E' + c.episode.toString().padStart(2,'0') + ' - ' : '' }} {{c.title}} {{c.durationStr}}
        • E{{ d.episode.toString().padStart(2,'0')}} - {{d.title}} {{d.durationStr}}

Selected Items
{{ selection.length }} elements added in total. Only the last 10 elements are displayed:
{{ e }}
    Select media items from your plex library above.
  • {{ (selection[selection.length + x].type !== 'episode') ? selection[selection.length + x].title : (selection[selection.length + x].showTitle + ' - S' + selection[selection.length + x].season.toString().padStart(2,'0') + 'E' + selection[selection.length + x].episode.toString().padStart(2,'0'))}}
{{error}}