DerBunteBall

Results 148 comments of DerBunteBall

See [this](https://github.com/DerBunteBall/StreaMonitor/tree/01042024) Not tested use at own risk.

parameters.py now knows the variable MOVE_DIR This is the target folder. If everything works, the file should be moved to this folder when ffmpeg ends. Before that it is in...

This needs at least Python 3.4 I recommand using 3.11.5 in general for StreaMonitor. Edit: Only FFmpeg Downloader is patched. There is actually no general Downloader Interface or Super Class.

In this case yes. Because of the situation that you have a new setup I guess. Because we set False at the genOutFilename function for create_folder before. This is included...

Fixed in my branch. My mistake. It's .joinpath() not .join().

Are the directories on the same drive? Path.rename() is restricted to the same windows drive. If this should work over multiple drives we would need to try shutil. And eventally...

Also in sense of Windows Drive? So it's nos something like C: and D:? Another problem could be the system locale hm......

The whole network stuff has no authentication and security and so it's not a good idea to do so. Although it is only in the local network. But @lossless1024 would...

The code actually doesn't support running in background. You would at least need to patch Downloader.py in that way that CLI doesn't start. After that you could try if it's...

This happens when ffmpeg fails in some way. Look at downloaders/ffmpeg.py at line 66-68. This could e.g. happen when ffmpeg is self build and has a missing feature, permission issues,...