Last active
February 11, 2020 02:04
-
-
Save konecnyna/e1cb8a3984f89cbabe27702606261d81 to your computer and use it in GitHub Desktop.
Quickly dump path for Plex Prerolls
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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