digitalassassins
digitalassassins
+1 for this being fixed. maybe have in the game properties window a checkbox option "allow in family view" to allow an non steam game app through Family View, as...
Just wanted to chip in, the user could use a program like Tailscale to connect their mobile app to their PC/Server running Anything LLM. This would allow the companion app...
Ive just thought, what happens if they rename the working file mid-flow? So the code would need to be: `var fileName = includeFileDirectory ? String(args.originalLibraryFile.meta.Directory).concat((0, fileUtils_1.getFileName)(args.inputFileObj._id), ".").concat((0, fileUtils_1.getContainer)(args.inputFileObj._id)) : "".concat((0,...
Think ive worked it out.. The check HDR plugin is looking for: `&& stream.color_transfer === 'smpte2084'` But from a quick Google search, the Dolby Profile 5 is `smpte2094`, a custom...
FileScan for Dolby Vision 5 File: `{ _id:"E:/Downloads/dvp5.mp4", DB:"vfGnbK1qH", footprintId:"TSrHCpRQv", file:"E:/Downloads/dvp5.mp4", fileNameWithoutExtension:"dvp5", container:"mp4", scannerReads:{ ffProbeRead:"success", exiftoolRead:"success", mediaInfoRead:"success", closedCaptionRead:"not enabled" }, createdAt:1745241314179, lastPluginDetails:"none", bit_rate:29240630, statSync:{ dev:436222773, mode:33206, nlink:1, uid:0, gid:0, rdev:0,...
The only thing I can find in the ffprobe is `codec_tag_string:"dvhe"` that distinguishes it from other non HDR files. Dolby Vision Profile 5 doesn't seem to have a `stream.color_transfer`, it...
> > Take a look at the plugins I made with this dovi flow, it has everything you're talking about > > https://github.com/nichols89ben/Tdarr_DoVi_Processing That seems long-winded when the Jellyfin version...
I have written a list loop plugin that would let you loop through the file one by one, you could then create a custom ffmpeg cli command to do each...
Same issue with Samsung 2023 Smart TV
You shouldn't need to do this within a single plugin, as this can be done within flows easily. Are you using the flows or classic plugins? I have something very...