Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

51 lines (39 loc) · 1.8 KB

Changelog

v2.0.1

  • Fixed crash inserting bluray when bdmt_eng.xml file is not present
  • Fixed error when deleting non-existent raw files
  • Fixed file extension config parameter not being honored when RIPMETHOD='mkv'
  • Fixed media not being moved when skip_transcode=True
  • Added logic for when skip_trancode=True to make it consistant with standard processing
  • Removed systemd and reimplemented arm_wrapper.sh (see Readme for upgrade instructions)

v2.0.0

  • Rewritten completely in Python
  • Run as non-root
  • Seperate HandBrake arguments and profiles for DVD's and Bluray's
  • Set video type or automatically identify
  • Better logging
  • Auto download latest keys_hashed.txt and KEYDB.cfg

v1.3.0

  • Get Title for DVD and Blu-Rays so that media servesr can identify them easily.
  • Determine if video is Movie or TV-Show from OMDB API query so that different actions can be taken (TV shows usually require manual episode identification)
  • Option for MakeMKV to rip using backup method.
  • Option to rip only main feature if so desired.

v1.2.0

  • Distinguish UDF data from UDF video discs

v1.1.1

  • Added devname to abcde command
  • Added logging stats (timers). "grep STAT" to see parse them out.

v1.1.0

  • Added ability to rip from multiple drives at the same time
  • Added a config file for parameters
  • Changed logging
    • Log name is based on ID_FS_LABEL (dvd name) variable set by udev in order to isolate logging from multiple process running simultaneously
    • Log file name and path set in config file
    • Log file cleanup based on parameter set in config file
  • Added phone notification options for Pushbullet and IFTTT
  • Remove MakeMKV destination directory after HandBrake finishes transcoding
  • Misc stuff

v1.0.1

  • Fix ripping "Audio CDs" in ISO9660 format like LOTR.

v1.0.0

  • Initial Release