Skip to content

Instantly share code, notes, and snippets.

@konecnyna
Last active February 11, 2020 02:04
Show Gist options
  • Save konecnyna/e1cb8a3984f89cbabe27702606261d81 to your computer and use it in GitHub Desktop.
Save konecnyna/e1cb8a3984f89cbabe27702606261d81 to your computer and use it in GitHub Desktop.
Quickly dump path for Plex Prerolls
const basePath = "/storage/RPINAS/Media/prerolls";
const preRolls = [
`${basePath}/sdr.mp4`,
//`${basePath}/netflix.mp4`,
//`${basePath}/vhs.mp4`,
`${basePath}/outrun.mp4`,
`${basePath}/snow.mp4`,
//`${basePath}/outrun.mp4,${basePath}/vhs.mp4`,
//`${basePath}/fire.mp4`,
`${basePath}/plex.mp4`
];
console.log(preRolls.join(";"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment