Draft: Resolve "Add auto encoding option" #2
No reviewers
Labels
No Label
Testing label
Priority: Critical
Priority: High
Priority: Low
Priority: Medium
Release: v0.1
Type: Bug
Type: Documentation
Type: Duplicate
Type: Enhancement
Type: Feature
Type: Idea
Type: Question
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: athens-school/Torrent-Stack#2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "1-add-auto-encoding-option"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #1
assigned to @therbron
restored source branch
1-add-auto-encoding-option
added 2 commits
bb1e3d1f
- Add custom handbrake preset file with adapted 1080p preset546d44b6
- Add handbrake service with selected custom presetCompare with previous version
As of last commit, the service has been added with a custom preset selected for automated transcoding.
However, some settings are left to be done.
The service needs 2
watch
folders and 2output
folders, to correctly sort tv shows from movies. This is fortunately supported by the docker image in use, so it is only about setting up correct environment variables.Additionally, the preset file needs to be place to the correct path, so that it can overwrite the auto-generated preset file of Handbrake.
added 2 commits
c21c453a
- Add handbrake within torrent pipelinea2a2edb8
- Add default preset for handbrake, at the proper locationCompare with previous version
After implementing the full pipeline, it turns out that my NAS is not to transcode anything (where the Torrent Stack is).
Handbrake needs to be deployed on a more powerful machine to transcode efficiently. Fortunately, the configuration made in this branch will be the exact same that will be used on the new machine.
This branch is therefor moved to a Handbrake repository, where the configuration will be saved, with installation instructions.
In the future, the Halia infrastructure will be moved from docker-compose to kubernetes, thus centralizing configuration files for such cases.
Pull request closed