Skip to content

Releases: cbusillo/BD_to_AVP

Prerelease v0.2.124

28 Jun 19:49
Compare
Choose a tag to compare
Prerelease v0.2.124 Pre-release
Pre-release

** After entering your password it will take a few minutes (maybe ten). It will appear to be doing nothing. If it fails, it should pop up with an error. Otherwise it should install all the dependences in the background and eventually pop up the GUI. If you do not want to type your password in, you can use the installer.sh script in the 'Terminal install or update' section of the readme. **

You can use the terminal version with "/Applications/Blu-ray to AVP.app/Contents/MacOS/Blu-ray to AVP". If you run the binary with any arguments, it will work like the previous terminal app. No arguments will open the GUI.

Commits:

  • 23f4998 Add keep-awake functionality during processing
  • 3d8e269 switch to perl to title case release name
  • 2a84647 bump setuptools

Release v0.2.122

26 Jun 20:00
Compare
Choose a tag to compare

** After entering your password it will take a few minutes (maybe ten). It will appear to be doing nothing. If it fails, it should pop up with an error. Otherwise it should install all the dependences in the background and eventually pop up the GUI. If you do not want to type your password in, you can use the installer.sh script in the 'Terminal install or update' section of the readme. **

You can use the terminal version with "/Applications/Blu-ray to AVP.app/Contents/MacOS/Blu-ray to AVP". If you run the binary with any arguments, it will work like the previous terminal app. No arguments will open the GUI.

Commits:

  • e2e52aa change encoder to ffmpeg's default aac instead of aac_at. Apple's encoder doesn't support 7.1 directly.
  • e599c66 add KeyError to caught errors
  • 50a8f2a correct placement of forced tag in sub filename. Caused crash with no error.
  • 1c3aadc Fix variable case inconsistency in briefcase.yml
  • aa0993d Add condition for read_from_disc_checkbox in main_window
  • 7e49b5e remove folder deletion in process, already done in prepare, but only if started from stage one.
  • 85f4b39 Update config handling in config.py
  • 0bb82d8 Update release naming and condition in workflow
  • 3afb42e correct variable name to get the release name from outputs
  • 1d6d95f Update file suffix checking to use MTS_EXTENSIONS
  • 3c2592c add forced to name of forced subtitle track
  • b5a59f1 add defaults in case tags or channel_layout is missing.
  • 75f2325 use function to remove folder, ok if fails
  • a266293 add error message to generic error
  • 4bfded3 add file exists error and continue
  • 898cf9c bump pgsrip
  • 68ea24a catch cameras without tags in stream
  • fb0b503 cleanup unneeded vars and clean grammar. remove warning about upscale since that is after this stage now and should no longer cause an error on sync
  • 2cee350 refactor subs to own main function and add stage
  • b635bcd process subs first.
  • 5eb8c33 Use branch name as release name
  • faa40de allow clean exit on password fail
  • 667a581 Update opencv-python using explict version since wheels aren't released for arm64 immediately.
  • 4cd9f1b revert unneeded file check, issue was with where pgsrip was outputting srt files.
  • 948711d corrected swapped profiles
  • 7fda95f remove existing sub files in output_folder
  • fe8aa67 use homebrew makemkvcon. It is faster for some reason on my dev machine
  • b2846d2 check if mkv in output folder, if not move srts to output folder
  • 0eb3a0a Add log message for temporary folder usage
  • f37a42e corrected binary
  • fdb7aed sign binary
  • add505d add color depth to spatial media command
  • dd19c38 use disc info instead of name to have access to color depth.
  • fe1bfcb added color depth to spatial-media-kit-tool binary
  • 4dfe327 Use helper function to check for SRT files
  • 43bf219 Add function to check for specific file extension in a folder case-insensitive
  • 0a5eb19 Refactor subtitle skip logic
  • 16b3e49 Add function to parse and calculate crop parameters
  • 4e62ad6 Add function to upscale video after file creation
  • 59ad87c Remove left/right bitrate spinbox from main window
  • f79e0c2 Add "reinstall" operation support in install.py
  • 6995832 Add quarantine check and force reinstall for brew packages

Prerelease v0.2.121

26 Jun 19:26
Compare
Choose a tag to compare
Prerelease v0.2.121 Pre-release
Pre-release

** After entering your password it will take a few minutes (maybe ten). It will appear to be doing nothing. If it fails, it should pop up with an error. Otherwise it should install all the dependences in the background and eventually pop up the GUI. If you do not want to type your password in, you can use the installer.sh script in the 'Terminal install or update' section of the readme. **

You can use the terminal version with "/Applications/Blu-ray to AVP.app/Contents/MacOS/Blu-ray to AVP". If you run the binary with any arguments, it will work like the previous terminal app. No arguments will open the GUI.

Commits:

  • e2e52aa change encoder to ffmpeg's default aac instead of aac_at. Apple's encoder doesn't support 7.1 directly.
  • e599c66 add KeyError to caught errors
  • 50a8f2a correct placement of forced tag in sub filename. Caused crash with no error.
  • 1c3aadc Fix variable case inconsistency in briefcase.yml

Prerelease v0.2.120

26 Jun 01:36
Compare
Choose a tag to compare
Prerelease v0.2.120 Pre-release
Pre-release

** After entering your password it will take a few minutes (maybe ten). It will appear to be doing nothing. If it fails, it should pop up with an error. Otherwise it should install all the dependences in the background and eventually pop up the GUI. If you do not want to type your password in, you can use the installer.sh script in the 'Terminal install or update' section of the readme. **

You can use the terminal version with "/Applications/Blu-ray to AVP.app/Contents/MacOS/Blu-ray to AVP". If you run the binary with any arguments, it will work like the previous terminal app. No arguments will open the GUI.

Commits:

  • e599c66 add KeyError to caught errors
  • 50a8f2a correct placement of forced tag in sub filename. Caused crash with no error.
  • 1c3aadc Fix variable case inconsistency in briefcase.yml

Prerelease v0.2.119

25 Jun 00:45
Compare
Choose a tag to compare
Prerelease v0.2.119 Pre-release
Pre-release

** After entering your password it will take a few minutes (maybe ten). It will appear to be doing nothing. If it fails, it should pop up with an error. Otherwise it should install all the dependences in the background and eventually pop up the GUI. If you do not want to type your password in, you can use the installer.sh script in the 'Terminal install or update' section of the readme. **

You can use the terminal version with "/Applications/Blu-ray to AVP.app/Contents/MacOS/Blu-ray to AVP". If you run the binary with any arguments, it will work like the previous terminal app. No arguments will open the GUI.

Commits:

  • aa0993d Add condition for read_from_disc_checkbox in main_window
  • 7e49b5e remove folder deletion in process, already done in prepare, but only if started from stage one.
  • 85f4b39 Update config handling in config.py
  • 0bb82d8 Update release naming and condition in workflow
  • 3afb42e correct variable name to get the release name from outputs
  • 1d6d95f Update file suffix checking to use MTS_EXTENSIONS
  • 3c2592c add forced to name of forced subtitle track

Prerelease v0.2.118

24 Jun 19:26
Compare
Choose a tag to compare
Prerelease v0.2.118 Pre-release
Pre-release

** After entering your password it will take a few minutes (maybe ten). It will appear to be doing nothing. If it fails, it should pop up with an error. Otherwise it should install all the dependences in the background and eventually pop up the GUI. If you do not want to type your password in, you can use the installer.sh script in the 'Terminal install or update' section of the readme. **

You can use the terminal version with "/Applications/Blu-ray to AVP.app/Contents/MacOS/Blu-ray to AVP". If you run the binary with any arguments, it will work like the previous terminal app. No arguments will open the GUI.

Commits:

  • 3afb42e correct variable name to get the release name from outputs
  • 1d6d95f Update file suffix checking to use MTS_EXTENSIONS
  • 3c2592c add forced to name of forced subtitle track

Prerelease v0.2.117

23 Jun 19:50
Compare
Choose a tag to compare
Prerelease v0.2.117 Pre-release
Pre-release

** After entering your password it will take a few minutes (maybe ten). It will appear to be doing nothing. If it fails, it should pop up with an error. Otherwise it should install all the dependences in the background and eventually pop up the GUI. If you do not want to type your password in, you can use the installer.sh script in the 'Terminal install or update' section of the readme. **

You can use the terminal version with "/Applications/Blu-ray to AVP.app/Contents/MacOS/Blu-ray to AVP". If you run the binary with any arguments, it will work like the previous terminal app. No arguments will open the GUI.

Commits:

  • 3c2592c add forced to name of forced subtitle track
  • b5a59f1 add defaults in case tags or channel_layout is missing.
  • 75f2325 use function to remove folder, ok if fails
  • a266293 add error message to generic error
  • 4bfded3 add file exists error and continue
  • 898cf9c bump pgsrip
  • 68ea24a catch cameras without tags in stream
  • fb0b503 cleanup unneeded vars and clean grammar. remove warning about upscale since that is after this stage now and should no longer cause an error on sync
  • 2cee350 refactor subs to own main function and add stage
  • b635bcd process subs first.
  • 5eb8c33 Use branch name as release name
  • faa40de allow clean exit on password fail
  • 667a581 Update opencv-python using explict version since wheels aren't released for arm64 immediately.
  • 4cd9f1b revert unneeded file check, issue was with where pgsrip was outputting srt files.

Release v0.2.116

21 Jun 23:38
Compare
Choose a tag to compare
Release v0.2.116 Pre-release
Pre-release

** After entering your password it will take a few minutes (maybe ten). It will appear to be doing nothing. If it fails, it should pop up with an error. Otherwise it should install all the dependences in the background and eventually pop up the GUI. If you do not want to type your password in, you can use the installer.sh script in the 'Terminal install or update' section of the readme. **

You can use the terminal version with "/Applications/Blu-ray to AVP.app/Contents/MacOS/Blu-ray to AVP". If you run the binary with any arguments, it will work like the previous terminal app. No arguments will open the GUI.

Commits:

  • 948711d corrected swapped profiles
  • 7fda95f remove existing sub files in output_folder
  • fe8aa67 use homebrew makemkvcon. It is faster for some reason on my dev machine

Release v0.2.115

21 Jun 16:04
Compare
Choose a tag to compare
Release v0.2.115 Pre-release
Pre-release

** After entering your password it will take a few minutes (maybe ten). It will appear to be doing nothing. If it fails, it should pop up with an error. Otherwise it should install all the dependences in the background and eventually pop up the GUI. If you do not want to type your password in, you can use the installer.sh script in the 'Terminal install or update' section of the readme. **

You can use the terminal version with "/Applications/Blu-ray to AVP.app/Contents/MacOS/Blu-ray to AVP". If you run the binary with any arguments, it will work like the previous terminal app. No arguments will open the GUI.

Commits:

  • b2846d2 check if mkv in output folder, if not move srts to output folder
  • 0eb3a0a Add log message for temporary folder usage

Release v0.2.114

21 Jun 13:39
Compare
Choose a tag to compare
Release v0.2.114 Pre-release
Pre-release

** After entering your password it will take a few minutes (maybe ten). It will appear to be doing nothing. If it fails, it should pop up with an error. Otherwise it should install all the dependences in the background and eventually pop up the GUI. If you do not want to type your password in, you can use the installer.sh script in the 'Terminal install or update' section of the readme. **

You can use the terminal version with "/Applications/Blu-ray to AVP.app/Contents/MacOS/Blu-ray to AVP". If you run the binary with any arguments, it will work like the previous terminal app. No arguments will open the GUI.

Commits:

  • f37a42e corrected binary
  • fdb7aed sign binary
  • add505d add color depth to spatial media command
  • dd19c38 use disc info instead of name to have access to color depth.
  • fe1bfcb added color depth to spatial-media-kit-tool binary