- 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)
- 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
- 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.
- Distinguish UDF data from UDF video discs
- Added devname to abcde command
- Added logging stats (timers). "grep STAT" to see parse them out.
- 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
- Fix ripping "Audio CDs" in ISO9660 format like LOTR.
- Initial Release