This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| """ | |
| Cut Plan Optimizer for 8-ft 2×4s (or any stock length) | |
| OVERVIEW | |
| ======== | |
| This program computes an *optimal* cutting plan that minimizes the number of | |
| stock boards needed to produce a set of requested piece lengths. It models: |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2020-08-27 22:23:56 - DEBUG :: Thread-3 : {"NotificationContainer":{"type":"transcodeSession.update","size":1,"TranscodeSession":[{"key":"/transcode/sessions/ihl5cw6dl4pztdiukp0uqi85","throttled":true,"complete":false,"progress":"78.699996948242188","speed":"0","duration":3717800,"context":"streaming","sourceVideoCodec":"h264","sourceAudioCodec":"ac3","videoDecision":"transcode","audioDecision":"transcode","protocol":"dash","container":"mp4","videoCodec":"h264","audioCodec":"aac","audioChannels":2,"transcodeHwRequested":false,"timeStamp":"1598579206.3016953","maxOffsetAvailable":"2920","minOffsetAvailable":"1008"}]}} | |
| 2020-08-27 22:23:57 - DEBUG :: Thread-3 : {"NotificationContainer":{"type":"playing","size":1,"PlaySessionStateNotification":[{"sessionKey":"120","guid":"","ratingKey":"4438","url":"","key":"/library/metadata/4438","viewOffset":2779000,"playQueueItemID":98392,"state":"playing","transcodeSession":"ihl5cw6dl4pztdiukp0uqi85"}]}} | |
| 2020-08-27 22:24:01 - DEBUG :: Thread-3 : {"NotificationContainer |