Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

35 lines (25 loc) · 1.12 KB

Changelog

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