-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
20 lines (20 loc) · 1 KB
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
// jellyfinDir : The directory of the cloned jellyfin server project
// This needs to be built once before it can be used
"jellyfinDir" : "${workspaceFolder}/.jellyfin/Jellyfin.Server",
// jellyfinWebDir : The directory of the cloned jellyfin-web project
// This needs to be built once before it can be used
"jellyfinWebDir" : "${workspaceFolder}/.jellyfin-web",
// jellyfinDataDir : the root data directory for a running jellyfin instance
// This is where jellyfin stores its configs, plugins, metadata etc
// This is platform specific by default, but on Windows defaults to
// ${env:LOCALAPPDATA}/jellyfin
// "jellyfinDataDir" : "${env:LOCALAPPDATA}/jellyfin",
"jellyfinDataDir" : "${workspaceFolder}/.jellyfin-data",
// The name of the plugin
"pluginName" : "Jellyfin.Plugin.LocalSubs",
// Path to ffmpeg
"ffmpegPath" : "C:\\apps\\media\\ffmpeg\\bin\\ffmpeg.exe",
// Path to ffprobe
"ffprobePath" : "C:\\apps\\media\\ffmpeg\\bin\\ffprobe.exe",
}