Alkl58
Alkl58
Indention should be fixed now.
~~The issue is:~~ https://github.com/HDInnovations/UNIT3D-Community-Edition/blob/f21e874d13370791639f74cf3346c910977b1246/resources/views/torrent/partials/movie_meta.blade.php#L72 ~~It should be:~~ ```php @php $director = $meta->crew->where('job' ,'=', 'Director')->sortBy('order')->first(); @endphp ``` ~~It would require a new DB entry, aswell additional TMDB Parsing.~~ ~~I would do...
Issue seems to be: https://github.com/HDInnovations/UNIT3D-Community-Edition/blob/f801b148dbc316a01ee7444f12e43c100f002205/app/Console/Commands/AutoRevokePermissions.php#L56 In my opinion this line is not needed, as `'can_download' => '1'` should be set by autogroup.
I can't seem to find good information about this. You documentation you send is for C++ and for win32 Apps - this however is WPF on C#.
After some further investigating it is an issue with WPF and MahApps.Metro/ControlzEx. So we have to wait for them to update their packages with the nescessary fixes.
Works for me, please provide log files (should be located at the output path) so I can reproduce the issue. Many Greetings
Hey, sorry for my absence and lack of interaction. Would it be possible to provide the video file? Or execute the command `ffmpeg.exe -y -i "D:\VT\IN\Anime\TestWithSubtitle.mkv" -reset_timestamps 1 -map_metadata -1...
> In Pre-v2.0, you could restart your computer and be able to resume the encode from close to where it was left off, but I think the way it works...
> Your project is incredibly good so far but being able to edit multiple files in queue for language, subtitles and audio would be a much appreciated feature! :-) I...
As far my testing goes: It does encode, even with a pipe. The problem is, that the bitstream output can't be muxed with mkvtoolnix/ffmpeg and can't be played back yet....