Skip to content

ky-ma/BluRaytoMKV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

BluRaytoMKV

BluRay to MKV Automation

Setup

  • Source - Contains the Source MKV
  • Transcoded - Contains x264 transcoded video
  • Converted - Contains the Source MKV after a Merge
  • Converted/Transcoded - Contains x264 transcoded video after a Merge
  • Merged - Contains mkvmerged subtitle, Transcoded Video and Audio

Variables to change

  • MAINPATH = '/share/MakeMKV/'
  • USER_PERMISSION = 'youruser'
  • GROUP_PERMISSION = 'yourgroup'

Script will look for that largest share out of DVD and BluRay Dictionary to move the Merged File into. Modify the share, path and media of STORAGE Dictionary, the script looks for the share and path, if the Merged MKV has DVD in the filename, it will move the merged file into the DVD path. The same goes for BluRay names.

  • STORAGE = [
  •    {'freeSpace' : None, 'share' : '/share/3000gb-1', 'path' : '/Movies/', 'media': 'BluRay'},
    
  •    {'freeSpace' : None, 'share' : '/share/3000gb-2', 'path' : '/Movies/1080P/', 'media': 'BluRay'},
    
  •    {'freeSpace' : None, 'share' : '/share/4000gb-2', 'path' : '/Movies/', 'media': 'BluRay'},
    
  •    {'freeSpace' : None, 'share' : '/share/4000gb-3', 'path' : '/Movies/', 'media': 'BluRay'},
    
  •    {'freeSpace' : None, 'share' : '/share/4000gb-4', 'path' : '/Movies/', 'media': 'BluRay'},
    
  •    {'freeSpace' : None, 'share' : '/share/4000gb-4', 'path' : '/MoviesDVD/', 'media': 'DVD'}
    
  •    ]
    

About

BluRay to MKV Automation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages