Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[SUPPORT] reven - FileFlows

Featured Replies

I have setup values for the docker (--runtime=nvidia and GPU ID) as per instructions to add nvidia encoding. however the software still uses CPU to encode.

 

I added my pc as a node and added directory's as per instructions, also the pc is using CPU to encode rather than nvidia GPU..

 

Anyone care to explain if something different needs to be done in the flows for this to work??

Edited by Darren Cook
Edit

  • Replies 85
  • Views 33.6k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Did a force update, and that seems to have fixed it.   Thanks!

  • Version: 0.0.1.70 - Fixed issue with new Flows not having default "File Input" - Added InputKeyValue type to editor - BasicNodes: Added Pattern Replacer node which lets you do string/re

  • This is the first docker app I've ever done, so I'm really no expert at it.  I used the first thing that I got working which was that jrottenberg base.  I don't think the vaapi has nvidia hw support (

Posted Images

  • Author

https://docs.fileflows.com/guides/unraid/nvidia-setup

 

thats the instrutions for nvidia on unraid. 

 

Sorry, I don't monitor this forum very often, best place to get support is the discord channel, thats where the bulk of the users are.

  • 6 months later...

Hello and first of all a huge thank you for this excellent piece of software!
A quick question: since there are a lot of my files that were unfortunately canceled as failed and only need to be converted with a different flow: is there a way to select these canceled files and convert them directly with a different flow? Many thanks again for the great relief provided by this tool!

  • Author

not the best place to get support.  but quickly, you can only reprocess a file, that will use the flow assigned that library when they begin reprocessing.  but you can create a flow that does some checking inside if you want to split that into different flows to go to or sub flows.

for better support, jump on discord.

  • 3 weeks later...

Afternoon, I would like to use fileflows in-between sabnzbd / qbittorent and sonarr / radarr. 
I use overseerr to do my requesting plus some manual adding. Overseerr send the request to Sonarr / Radarr which then sends the command to download to Qbittorrent or Sabnzbd, when the downloads are finished I'd like fileflows to pick up the completed download do what it needs to do then place the file where Sonarr / Radarr can pick it up and rename, place in correct folder etc...


Is this possible?

Flow.thumb.jpg.334183d119ec8189b8a8483b2c9de062.jpg

 

Edited by SavageAUS

I have an issue with image sorting and guidance needed.


I have +100k images i need to sort into Year/Month/Extention

 

The images is a mix of different sorts of file types, and im having issues with the file type .arw and maybe .nef when I get to those. both .arw and .nef are raw files of Sony and Nikon.

 

When I make a flow proces, I get errors on .arw files.

 

Fileflow:

image.png.b129d751b92fd375c7be484b090be42f.png

Destination folder: /media/_Arkiv/Done/{img.DateTaken.Year}/{img.DateTaken.Month}/{ext}

 

 

 

But i get the following error:

 

2024-03-31 11:39:39.569 [ERRR] -> Execution error: StripOffsets are missing and are required for decoding the TIFF image!

at SixLabors.ImageSharp.Formats.Tiff.TiffThrowHelper.ThrowImageFormatException(String errorMessage)

at SixLabors.ImageSharp.Formats.Tiff.TiffDecoderOptionsParser.VerifyRequiredFieldsArePresent(ExifProfile exifProfile, TiffFrameMetadata frameMetadata)

at SixLabors.ImageSharp.Formats.Tiff.TiffDecoderOptionsParser.VerifyAndParse(TiffDecoderCore options, ExifProfile exifProfile, TiffFrameMetadata frameMetadata)

at SixLabors.ImageSharp.Formats.Tiff.TiffDecoderCore.DecodeFrame[TPixel](ExifProfile tags, CancellationToken cancellationToken)

at SixLabors.ImageSharp.Formats.Tiff.TiffDecoderCore.Decode[TPixel](BufferedReadStream stream, CancellationToken cancellationToken)

at SixLabors.ImageSharp.Formats.ImageDecoderUtilities.Decode[TPixel](IImageDecoderInternals decoder, Configuration configuration, Stream stream, Func`3 largeImageExceptionFactory, CancellationToken cancellationToken)

at SixLabors.ImageSharp.Formats.ImageDecoderUtilities.Decode[TPixel](IImageDecoderInternals decoder, Configuration configuration, Stream stream, CancellationToken cancellationToken)

at SixLabors.ImageSharp.Formats.Tiff.TiffDecoder.Decode[TPixel](Configuration configuration, Stream stream, CancellationToken cancellationToken)

at SixLabors.ImageSharp.Formats.Tiff.TiffDecoder.Decode(Configuration configuration, Stream stream, CancellationToken cancellationToken)

at SixLabors.ImageSharp.Image.Decode(Stream stream, Configuration config, CancellationToken cancellationToken)

at SixLabors.ImageSharp.Image.<>c__DisplayClass134_0.<Load>b__0(Stream s)

at SixLabors.ImageSharp.Image.WithSeekableStream[T](Configuration configuration, Stream stream, Func`2 action)

at SixLabors.ImageSharp.Image.Load(Configuration configuration, Stream stream, IImageFormat& format)

at SixLabors.ImageSharp.Image.Load(Configuration configuration, String path, IImageFormat& format)

at SixLabors.ImageSharp.Image.Load(String path, IImageFormat& format)

at FileFlows.ImageNodes.Images.ImageBaseNode.PreExecute(NodeParameters args) in /src/ImageNodes/Images/ImageBaseNode.cs:line 54

at FileFlows.FlowRunner.RunnerFlowElements.ExecuteFlow.Execute(NodeParameters args) in /src/FlowRunner/RunnerFlowElements/ExecuteFlow.cs:line 177

 

What is StripOffsets and how can i add it to fileflow?

 

Or is there a way for me to get this thing working?

 

 

 

 

  • Author

Since you're not actually using anything about the image.  Just use an input file instead of image file.   This will avoid the sixlabors issue.

16 minutes ago, reven said:

Since you're not actually using anything about the image.  Just use an input file instead of image file.   This will avoid the sixlabors issue.

Thx! didnt think of that! 😄

 

  • 3 months later...

Hey, I love FileFlows, I've been using it on windows for a while, but I've just switched over to Unraid, and I'm a bit lost on how the 'dockermods' work, how to make my own etc. Eg, I'd like to use it with Faster-Whisper-XXL which has a linux version, but... I've just no idea how lol. I'm not completely wet behind the ears when it comes to the regular docker container stuff, but having been on windows for so long, I'm a bit stumped here.

Other's I'd like to figure out how to add are:

  • HandBrake, which has a 'function' preset available in FileFlows, but there isn't a dockermod for it.
  • SubtitleEdit, which is available in Linux via 'wine' apparently.

 

Any help on this would be appreciated, I've looked for tutorials etc on it, but I've not come across anything clear enough.

  • 5 months later...

Anyone having issues with fileflows since Unraid 7.0 upgrade?

The container won't startup for me.
It's very VERY slow but eventually just seems to hang here

image.png.f6f9b5d928aaa286eff2089af35c33a7.png

 

Only change I've made from before the upgrade to 7.0 was changing the docker settings from directory to overlay2

EDIT: after some playing around removing the PUID and PGID parameters it works fine :) 

Edited by PhilBarker

  • 2 months later...

Have a node installed on my main pc.

 

I cannot get past 

[ERRR] -> Library file exists but is not accessible from node:

Everyone keeps saying it mapping, but that doesn't help me figure what the right mapping is. 

 

Can someone throw me a bone?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.