Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 640 Bytes

PlexToPlexDownload.md

File metadata and controls

28 lines (25 loc) · 640 Bytes
title description published date tags editor dateCreated
PlexToPlexDownload
true
2022-09-18 05:20:46 UTC
markdown
2022-09-18 05:20:44 UTC

This recipe allows you to download the latest episodes from a remote PMS by using a section from your local PMS to configure the series plugin.

import_series:
  from:
    plex:
      server: 192.168.0.20
      section: 3  
plex:
  section: 3
  server: 111.222.333.444
  selection: recentlyAdded
  username: myplexusername
  password: myplexpassword
download:
  path: /mnt/tv/{{series_name|replace(' ', '.')|lower}}/{% if series_season %}s{{series_season|pad(2)}}{%endif%}