Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DialmasterOrg/Youtarr
/ videoDownloadPostProcessFiles.js
File
videoDownloadPostProcessFiles.js
server/modules/videoDownloadPostProcessFiles.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
fs = require(
'fs-extra'
);
2
const
path = require(
'path'
);
3
const
{ execSync, spawnSync } = require(
'child_process'
);
4
const
configModule = require(
'./configModule'
);
Callers
nothing calls this directly
Calls
15
parseOwnerChannelMapEnv
Function · 0.85
resolveTrackedOwnerChannelId
Function · 0.85
buildChannelPath
Function · 0.85
shouldWriteVideoNfoFiles
Function · 0.85
ensureDirWithRetries
Function · 0.85
moveWithRetries
Function · 0.85
cleanupEmptyParents
Function · 0.85
shouldWriteVideoFanart
Function · 0.85
copyChannelPosterIfNeeded
Function · 0.85
getJobsPath
Method · 0.80
getImagePath
Method · 0.80
resolveFinalSubfolder
Method · 0.80
Tested by
no test coverage detected