Matt LaPaglia
Matt LaPaglia
I am using RTSP with a camera trying to get speed-camera to analyze the sub stream, which is much lower resolution for more CPU friendly processing. Regardless of what stream...
When I graph a `TimerOptions` like: private readonly TimerOptions _commitOffsetTimer = new TimerOptions { MeasurementUnit = Unit.Events, Name = "measurmentName", RateUnit = TimeUnit.Milliseconds, DurationUnit = TimeUnit.Milliseconds, }; and then use...
How can I troubleshoot messages about the ombi api key being incorrect?
I have an 8 core server, sitting waiting for each file to transcode one at a time takes 8 times longer than it could if all cores were being used.
If a torrent added to the transcode queue is deleted from the site, the transcode fails correctly because the torrent doesn't exist anymore, but the /update method fails to work...
When multiple transcodes start at the same time, the random int method is returning the same value for multiple directories when concurrency is set higher than 1 in the celery...
Once 24bit transcoding is supported, add functionality for the app to detect mutt rips (16 bit and 24 bit files in the same release) and auto report them on the...
The wiki instructions say I don't need to copy anonymouse bibliotik etc settings files unless I am using them, but the manage.py fails unless they are ```Traceback (most recent call...
It looks like the method that checks to see if the filenames and track number tags sort in the same direction fails if the track numbers in the filename are...
On Debian 8 I needed to manually install `libjpeg8-dev` to get the ./setup.sh to work successfully.