Yesterday, 10:58 AM
I need location of media config file as docker uses but im not using docker i installed via apt install command on rpi 5 linux ubuntu by adding it in keyring and updating and installing directly and i found the config file for web and added in media locations but still after restarting jellyfin it sais i have no media yet and to add , so i click add and put in location and nothing is found i had this all working before maybe via docker back in the day and used overide config options to add media location paths that way, but not using docker now and wish to do the same
location i found for a web config for jellyfin is /usr/share/jellyfin/web/config.json
and attempted to add in media path locations here but after restarting jf it still sais no media and still it wont allow me to add in when i put in the path to media manually either, can you let me know what im doing wrong?
here is example of the config file i tried
location i found for a web config for jellyfin is /usr/share/jellyfin/web/config.json
and attempted to add in media path locations here but after restarting jf it still sais no media and still it wont allow me to add in when i put in the path to media manually either, can you let me know what im doing wrong?
here is example of the config file i tried
PHP Code:
{
"includeCorsCredentials": false,
"multiserver": false,
"themes": [
{
"name": "Apple TV",
"id": "appletv",
"color": "#bcbcbc"
},
{
"name": "Blue Radiance",
"id": "blueradiance",
"color": "#011432"
},
{
"name": "Dark",
"id": "dark",
"color": "#202020",
"default": true
},
{
"name": "Light",
"id": "light",
"color": "#303030"
},
{
"name": "Purple Haze",
"id": "purplehaze",
"color": "#000420"
},
{
"name": "WMC",
"id": "wmc",
"color": "#0c2450"
}
],
"menuLinks": [],
"servers": [],
"plugins": [
"playAccessValidation/plugin",
"experimentalWarnings/plugin",
"htmlAudioPlayer/plugin",
"htmlVideoPlayer/plugin",
"photoPlayer/plugin",
"comicsPlayer/plugin",
"bookPlayer/plugin",
"youtubePlayer/plugin",
"backdropScreensaver/plugin",
"pdfPlayer/plugin",
"logoScreensaver/plugin",
"sessionPlayer/plugin",
"chromecastPlayer/plugin",
"syncPlay/plugin"
]
}
{
"PublicPort": 8096,
"LogLevel": "Info",
"LibraryFolders": [
{
"Name": "Movies",
"Path": "/media/jay/Films"
},
{
"Name": "TV Shows",
"Path": "/media/jay/TV-Shows"
},
{
"Name": "Comedy",
"Path": "/media/jay/Comedy"
},
{
"Name": "Funny",
"Path": "/media/jay/Funny"
},
{
"Name": "Hacking-Vids",
"Path": "/media/jay/Hacking-Vids"
},
{
"Name": "Music_Vids",
"Path": "/media/jay/Music-Vids"
},
{
"Name": "Other",
"Path": "/media/jay/Other"
},
{
"Name": "x",
"Path": "/media/jay/x"
},
{
"Name": "xxx",
"Path": "/media/jay/xxx"
}
],
"EnableUPnP": true,
"PreferredMetadataLanguage": "en",
"PreferredMetadataCountryCode": "GB"
}